:root{--primary: #0a7ea4;--primary-dark: #065c7a;--bg-light: #ffffff;--bg-secondary: #f8f9fa;--text-main: #11181c;--text-muted: #687076;--border-color: #e5e7eb;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #dc2626;--input-bg: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--glass-bg: rgba(255, 255, 255, .95);--glass-border: rgba(0, 0, 0, .08)}html,body{width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text-main)}#app-root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0a7ea4;--primary-dark: #065c7a;--bg-light: #ffffff;--bg-secondary: #f8f9fa;--text-main: #11181c;--text-muted: #687076;--border-color: #e5e7eb;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #dc2626;--input-bg: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg-light);color:var(--text-main);min-height:100vh}.login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--bg-light)}.login-container{width:100%;max-width:36rem;display:flex;flex-direction:column;gap:1.5rem}.login-logo{display:flex;justify-content:center}.login-logo-image{width:8rem;height:auto}.login-title{font-size:2.25rem;line-height:1.1;font-weight:400;color:var(--text-main)}.error-banner{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text);padding:.875rem 1rem;border-radius:1rem;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-field input{width:100%;padding:1rem 1.125rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:1rem;color:var(--text-main);font-size:1rem;transition:all .2s}.login-field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a7ea41a}.login-field input::placeholder{color:var(--text-muted)}.login-field input:disabled{opacity:.6;cursor:not-allowed;background:var(--bg-secondary)}.submit-btn{width:100%;padding:1rem 1.25rem;background:var(--primary);border:none;border-radius:1rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){background:var(--primary-dark)}.submit-btn:active:not(:disabled){transform:scale(.98)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.login-wrapper{padding:1.5rem 1rem}.login-container{gap:1.25rem}.login-title{font-size:2rem}}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-light)}.loading-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.85rem 1rem .75rem;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:20}.top-nav__brand{display:flex;align-items:center;gap:.75rem;min-width:0}.top-nav__logo{width:3rem;height:auto;flex-shrink:0}.top-nav__title{font-size:1.125rem;font-weight:500;color:#111827}.top-nav__subtitle{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#9ca3af}.top-nav__menu{display:flex;align-items:center;gap:.75rem;border:1px solid #e5e7eb;background:#f9fafb;border-radius:999px;padding:.25rem}.top-nav__item{min-width:7.8rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;background:transparent;color:#9ca3af;border-radius:999px;padding:.75rem 1.1rem;cursor:pointer;font-size:.95rem;font-weight:500}.top-nav__item.is-active{background:#fff;color:#111827;box-shadow:0 8px 18px #0f172a14}.top-nav__actions{display:flex;align-items:center;gap:1rem}.top-nav__user{display:flex;align-items:center;gap:.75rem}.top-nav__avatar{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:700}.top-nav__user-meta{display:flex;flex-direction:column;min-width:0}.top-nav__user-name{font-size:.9rem;color:#111827}.top-nav__user-email{font-size:.78rem;color:#6b7280}.top-nav__logout{border:1px solid #fecaca;background:#fff1f2;color:#be123c;border-radius:999px;padding:.7rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer}.app-shell__content{flex:1;min-height:0;padding:.5rem .75rem .75rem;overflow:hidden;display:flex;flex-direction:column}@media(max-width:980px){.top-nav{flex-wrap:wrap}.top-nav__menu{order:3;width:100%;justify-content:center}}@media(max-width:640px){.top-nav{padding:.75rem}.top-nav__actions{width:100%;justify-content:space-between}.top-nav__item{min-width:0;flex:1}.app-shell__content{flex:1;min-height:0;padding:.5rem}}.customer-select-screen{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(300px,380px);gap:1rem;flex:1;min-height:0;padding:.5rem;background:#fafaf9;align-items:stretch;overflow:hidden}.customer-select-intro,.customer-select-results,.customer-select-actions{display:flex;flex-direction:column;gap:1rem;min-width:0;min-height:0;overflow:hidden}.customer-select-card,.customer-select-search-card,.customer-select-list-card{background:#fff;border:1px solid #e7e5e4;border-radius:20px}.customer-select-card{padding:1rem}.customer-select-brand-wrap{margin-bottom:1rem}.customer-select-brand-logo{width:10rem;height:auto}.customer-select-brand-card h1{margin:0 0 .65rem;font-size:2.3rem;font-weight:500;letter-spacing:-.04em;color:#171717}.customer-select-brand-card p,.customer-select-summary p,.customer-select-guide-item span,.customer-list-item__email,.customer-list-item__phone,.customer-list-item__meta,.customer-select-empty{color:#737373}.customer-select-card h2,.customer-select-search-card h2,.customer-select-quick-actions h2,.customer-select-summary__info h2,.customer-modal h2{margin:0 0 .85rem;font-size:1.3rem;font-weight:500;color:#171717}.customer-select-guide{display:grid;gap:.75rem}.customer-select-guide-item{display:grid;gap:.35rem;padding:1rem;background:#fafaf9;border:1px solid #e7e5e4;border-radius:16px}.customer-select-guide-item strong,.customer-list-item__name,.customer-select-next-step strong,.customer-select-detail strong{color:#171717}.customer-select-search-card{padding:1rem}.customer-select-search input,.customer-modal__form input{width:100%;min-height:52px;border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:0 1rem;font:inherit;color:#171717}.customer-select-search input:focus,.customer-modal__form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.customer-select-list-card{flex:1;padding:.8rem;overflow:hidden;display:flex;flex-direction:column}.customer-select-list{display:grid;gap:.75rem;flex:1;overflow-y:auto;padding-right:.2rem}.customer-list-item{display:flex;align-items:center;gap:.9rem;width:100%;padding:1rem;border:1px solid #e7e5e4;border-radius:18px;background:#fff;text-align:left;cursor:pointer}.customer-list-item.is-selected{background:#eff6ff;border-color:#93c5fd}.customer-list-item__avatar{width:3rem;height:3rem;flex:0 0 3rem;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#f5f5f5;color:#171717;font-weight:700}.customer-list-item__avatar.is-selected{background:#93c5fd}.customer-list-item__content{flex:1;min-width:0}.customer-list-item__name{font-size:1rem;font-weight:500}.customer-list-item__email,.customer-list-item__phone,.customer-list-item__meta span{overflow-wrap:anywhere;word-break:break-word}.customer-list-item__meta{min-width:5.5rem;text-align:right}.customer-select-empty{display:flex;align-items:center;justify-content:center;min-height:8rem;padding:1rem;text-align:center}.customer-select-summary__avatar{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#93c5fd;color:#111;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.customer-select-summary__avatar.waiting{background:#d4d4d8}.customer-select-summary__header{display:flex;align-items:center;gap:1rem}.customer-select-summary__header .customer-select-summary__avatar{margin-bottom:0}.customer-select-summary__info{flex:1;min-width:0}.customer-select-summary__info p{margin:0;overflow-wrap:anywhere}.customer-select-summary__tag{padding:.5rem .8rem;border-radius:999px;background:#86efac;color:#111;font-size:.84rem;font-weight:700}.customer-select-tip,.customer-select-detail,.customer-select-next-step{margin-top:1rem;padding:1rem;border-radius:16px;border:1px solid #e7e5e4}.customer-select-tip,.customer-select-detail{background:#fafaf9}.customer-select-next-step{background:#eff6ff}.customer-select-detail span,.customer-select-next-step span{display:block;margin-bottom:.45rem;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.customer-select-detail span{color:#737373}.customer-select-next-step span{color:#1d4ed8}.customer-select-button-stack{display:grid;gap:.75rem}.quick-action-btn{width:100%;min-height:56px;padding:0 1rem;border:1px solid #e7e5e4;border-radius:16px;background:#fff;color:#171717;font:inherit;font-weight:500;cursor:pointer}.quick-action-btn--guest{background:#86efac;border-color:transparent;color:#111}.quick-action-btn--primary{background:#171717;border-color:transparent;color:#fff}.quick-action-btn--secondary{background:#fafaf9}.quick-action-btn:disabled{opacity:.55;cursor:not-allowed}.customer-modal-overlay{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000052}.customer-modal{width:min(32rem,100%);padding:1.5rem;border:1px solid #e7e5e4;border-radius:22px;background:#fff}.customer-modal__form{display:grid;gap:.85rem}.customer-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.customer-modal__error{margin-bottom:1rem;padding:.85rem 1rem;border:1px solid #fecaca;border-radius:16px;background:#fef2f2;color:#b91c1c}@media(max-width:1200px){.customer-select-screen{grid-template-columns:minmax(240px,280px) minmax(0,1fr)}.customer-select-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr}}@media(max-width:840px){.customer-select-screen{grid-template-columns:1fr;overflow-y:auto;flex:1;min-height:0}.customer-select-intro,.customer-select-results,.customer-select-actions{overflow:visible}.customer-select-list-card{min-height:350px}.customer-select-list{max-height:350px}}.cart-screen{height:100%;min-height:100%;max-height:100%;overflow:hidden;background:#f8fafc}.cart-screen__grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:.75rem;align-items:stretch;height:100%;min-height:0;max-height:100%;overflow:hidden}.cart-sidebar{display:flex;flex-direction:column;gap:1rem;height:100%;min-height:0;overflow:hidden}.cart-panel,.cart-items-panel,.cart-summary-panel,.cart-modal{border:0;border-radius:0;background:#fff;box-shadow:none}.cart-panel{padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:24px}.cart-panel__eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#8a9aaa;margin-bottom:.45rem}.cart-panel h2,.cart-main__header h1,.cart-summary-panel h2,.cart-modal h2{margin:0;color:#262626}.cart-panel p,.cart-main__header p,.cart-empty-state p,.cart-modal p,.cart-checkout-block span,.cart-summary-panel__customer span{color:#678}.cart-sidebar__actions{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow-y:auto;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:24px}.cart-action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.cart-action-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-height:124px;padding:.95rem .9rem .85rem;border-radius:22px;border:1px solid #dbeafe;background:#fff;color:#262626;cursor:pointer;text-align:center;justify-content:center;align-items:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cart-action-tile svg{margin-bottom:.25rem}.cart-action-tile:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #0f172a14}.cart-action-tile span{color:#678;font-size:.92rem}.cart-action-tile--blue{border-color:#bfdbfe;background:#eff6ff}.cart-action-tile--emerald{border-color:#a7f3d0;background:#ecfdf5}.cart-action-tile--danger{border-color:#fecaca;background:#fef2f2}.cart-action-tile--success{border-color:#166534;background:#166534;color:#fff}.cart-action-tile--success span{color:#ecfdf5}.cart-action-tile--primary{min-height:118px}.cart-action-tile--complete{margin-top:auto;margin-bottom:.5rem;min-height:180px;padding:1.5rem}.cart-action-tile--complete strong{font-size:1.5rem;margin-top:.5rem}.cart-action-tile--complete span{font-size:1.1rem}.cart-action-tile--complete svg{width:42px!important;height:42px!important}.cart-action-tile:disabled,.cart-main__refresh:disabled,.cart-button:disabled,.quantity-stepper button:disabled{opacity:.6;cursor:not-allowed}.cart-main{min-width:0;min-height:0;height:100%}.cart-workbench{border:1px solid #e2e8f0;border-radius:24px;background:#fff;padding:1.25rem;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cart-scanner-form{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.cart-scanner-form input{flex:1;min-height:40px;border:1px solid #e7e5e4;border-radius:0;background:#fff;color:#262626;padding:.65rem 1rem;font:inherit}.cart-scanner-button{min-height:48px;border:1px solid #e7e5e4;border-radius:16px;background:#fff;color:#525252;padding:.65rem 1rem;cursor:pointer;font-weight:500}.cart-scanner-button--ghost{background:#fff;color:#525252}.cart-scan-status{margin-top:.75rem;border-radius:0;border:0;background:transparent;color:#1d4ed8;padding:.65rem .9rem;display:flex;align-items:center;justify-content:center;min-height:48px}.cart-scan-status.is-processing{background:transparent}.cart-scan-status__loader{width:22px;height:22px;border-radius:999px;border:2px solid rgba(29,78,216,.2);border-top-color:#1d4ed8;animation:cart-scan-spin .7s linear infinite}@keyframes cart-scan-spin{to{transform:rotate(360deg)}}.cart-main__header{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.25rem;flex-shrink:0}.cart-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-heading-row h1{margin:0;font-size:1.1rem;font-weight:600}.cart-heading-row p{margin:0;color:#94a3b8;font-size:.82rem}.cart-banner{border-radius:18px;padding:.9rem 1rem;font-size:.95rem}.cart-banner--error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.cart-items-panel{flex:1 1 auto;padding:0;border:0;box-shadow:none;background:transparent;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cart-section-label{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;margin-bottom:1rem;color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.cart-items-list{flex-shrink:0;max-height:calc(100vh - 420px);overflow-y:auto;overflow-x:hidden;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;display:flex;flex-direction:column;gap:0}.cart-line-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #edf2f7}.cart-line-item__media{width:84px;height:84px;border-radius:0;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#475569;font-weight:700}.cart-line-item__media img{width:100%;height:100%;object-fit:contain}.cart-line-item:last-child{border-bottom:0;padding-bottom:0}.cart-section-label span{background:#f1f5f9;padding:.25rem .6rem;border-radius:8px}.cart-line-item__details h2{margin:0 0 .35rem;font-size:1rem;font-weight:500}.cart-line-item__details p,.cart-line-item__details span{display:block;color:#678;font-size:.9rem}.cart-line-item__options{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.45rem}.cart-line-item__options span{border-radius:0;background:#f1f5f9;padding:.3rem .6rem;font-size:.82rem}.cart-line-item__controls{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.quantity-stepper{display:inline-flex;align-items:center;gap:.2rem;border:1px solid #d7e0ea;border-radius:14px;padding:.25rem;background:#f8fafc}.quantity-stepper button{width:34px;height:34px;border:0;border-radius:10px;background:#fff;color:#17212b;font-size:1.1rem;cursor:pointer}.quantity-stepper span{min-width:34px;text-align:center;font-weight:600;color:#17212b}.cart-line-item__pricing{min-width:112px;text-align:right}.cart-line-item__pricing strong,.cart-totals__row strong{color:#17212b}.cart-line-item__pricing span{display:block;margin-top:.2rem;color:#678;font-size:.9rem}.cart-line-item__remove{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:14px;padding:.75rem .9rem;cursor:pointer;font-weight:600}.cart-empty-state{flex:1 1 auto;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-empty-state__logo{width:190px;height:auto;opacity:.95;margin-bottom:.75rem}.cart-summary-panel{margin-top:auto;padding:.85rem 0 1rem;border-top:1px solid #e2e8f0;flex-shrink:0}.cart-summary-panel__divider{height:1px;background:#e2e8f0;margin:.9rem 0}.cart-promotions{margin-top:.85rem}.cart-promotions__list{display:flex;flex-wrap:wrap;gap:.7rem}.cart-promotion-chip{display:inline-flex;align-items:center;gap:.65rem;padding:.55rem .8rem;border-radius:0;background:#ecfdf5;color:#065f46}.cart-promotion-chip button{border:0;background:transparent;color:#047857;cursor:pointer;font-weight:700}.cart-totals{display:flex;flex-direction:column;gap:.65rem}.cart-totals__row{display:flex;justify-content:space-between;gap:1rem;color:#678;font-size:.98rem}.cart-totals__row--total{font-size:1.05rem;color:#262626}.cart-totals__row--total strong{font-size:1.65rem}.cart-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a7a;z-index:120}.cart-modal{width:min(100%,520px);padding:1.5rem}.cart-modal--checkout{width:min(100%,620px)}.cart-modal__form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.cart-modal__form label,.orders-date-range label{display:flex;flex-direction:column;gap:.45rem}.cart-modal__form span,.orders-date-range span{color:#465466;font-size:.9rem;font-weight:600}.cart-modal__form input,.cart-modal__form textarea{width:100%;border:1px solid #d7e0ea;border-radius:0;background:#fff;color:#17212b;padding:.85rem 1rem;font:inherit}.cart-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cart-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.cart-button{border:0;border-radius:16px;padding:.85rem 1.15rem;cursor:pointer;font-weight:600}.cart-button--secondary{background:#e2e8f0;color:#17212b}.cart-button--primary{background:#1d4ed8;color:#fff}.cart-button--success{background:#166534;color:#fff}.cart-checkout-callout,.cart-checkout-block{border:1px solid #d7e0ea;border-radius:0;padding:1rem;background:#fff}.cart-checkout-callout{border-color:#bbf7d0;background:#f0fdf4;display:flex;flex-direction:column;gap:.25rem}.cart-screen__loading,.cart-screen__empty{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.loading-spinner{width:38px;height:38px;border-radius:999px;border:3px solid #d7e0ea;border-top-color:#1d4ed8;animation:cart-spin .8s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}@media(max-width:980px){.cart-screen__grid{grid-template-columns:1fr;height:auto}.cart-action-row{grid-template-columns:1fr}.cart-workbench{height:auto}}@media(max-width:640px){.cart-main__header,.cart-summary-panel__top,.cart-line-item,.cart-modal__grid,.cart-modal__actions,.cart-scanner-form{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.cart-line-item__controls{width:100%;justify-content:space-between;margin-left:0}.cart-line-item__pricing{text-align:left}}.orders-screen{display:grid;grid-template-columns:350px minmax(0,1fr);gap:1rem;height:100%;min-height:0}.orders-screen__sidebar,.orders-screen__details{min-height:0}.orders-screen__sidebar{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff}.orders-header h1,.orders-empty-state h2,.order-details-empty h2,.order-details-panel h2,.order-items-column h3,.order-summary-column h3{margin:0;color:#171717}.orders-header h1{font-size:2.2rem;font-weight:500;letter-spacing:-.04em}.orders-toolbar{display:flex;flex-direction:column;gap:.85rem}.orders-search-field{display:flex;align-items:center;gap:.65rem;min-height:52px;border:1px solid #e5e7eb;background:#fff;padding:0 .9rem;color:#737373;border-radius:14px}.orders-search,.orders-date-range input,.orders-modal input{width:100%;border:0;background:transparent;color:#171717;font:inherit;outline:none}.orders-filters{display:flex;gap:.65rem;flex-wrap:wrap}.orders-filter-chip{min-height:42px;border:1px solid #e5e7eb;background:#fff;color:#525252;padding:0 1rem;text-transform:capitalize;cursor:pointer;border-radius:14px}.orders-filter-chip.is-active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.orders-date-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.orders-date-range label{display:flex;flex-direction:column;gap:.45rem}.orders-date-range label span{display:flex;align-items:center;gap:.35rem;color:#737373;font-size:.85rem}.orders-date-range input{min-height:48px;border:1px solid #e5e7eb;padding:0 .8rem;border-radius:14px}.orders-banner{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;padding:.85rem 1rem}.orders-list-panel{flex:1;min-height:0;overflow:hidden}.orders-list{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:auto;padding-right:.25rem}.orders-loading,.orders-empty-state,.order-details-empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.65rem;color:#525252}.orders-loading--details{height:100%}.loading-spinner{width:28px;height:28px;border-radius:999px;border:3px solid #e5e7eb;border-top-color:#171717;animation:orders-spin .8s linear infinite}.order-card{width:100%;border:1px solid #e5e7eb;background:#fff;padding:1rem;text-align:left;cursor:pointer;border-radius:20px}.order-card.is-selected{border-color:#3b82f6;background:#eff6ff}.order-card__main{display:flex;justify-content:space-between;gap:1rem}.order-card__copy{display:flex;flex:1;flex-direction:column;gap:.95rem}.order-card__copy strong{font-size:1.2rem;font-weight:500;color:#171717}.order-card__customer{display:flex;align-items:center;gap:.55rem;color:#171717}.order-card__meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem}.order-card__meta small,.order-item-row__meta span,.order-item-row__content span,.order-info-empty,.order-details-panel__topbar span{color:#737373}.order-card__total{color:#171717}.orders-status-badge{display:inline-flex;align-items:center;gap:.45rem;border:0;padding:.45rem .8rem;font-size:.82rem;line-height:1;white-space:nowrap;border-radius:999px;font-weight:700;color:#111}.orders-status-badge--yellow{background:#fde68a}.orders-status-badge--green{background:#86efac}.orders-status-badge--red{background:#fca5a5}.orders-status-badge--blue{background:#93c5fd}.orders-status-badge--gray{background:#f9a8d4}.order-info-row .orders-status-badge{color:#111;box-shadow:inset 0 0 0 1px #11111114}.orders-screen__details{min-height:0;padding:1rem;background:#fff}.order-details-panel{display:flex;flex-direction:column;gap:1.25rem;height:100%;min-height:0}.order-info-section--actions-bar{margin-left:1.5rem}.order-details-panel__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-left:1.5rem}.order-details-panel__topbar h2{font-size:1.7rem;font-weight:500}.order-details-layout{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:1.5rem;flex:1;min-height:0;overflow:hidden}.order-items-column,.order-summary-column{min-height:0}.order-items-column{display:flex;flex-direction:column;gap:1rem;padding:1rem 0 1rem 1rem}.order-items-column h3,.order-summary-column h3{font-size:1.45rem;font-weight:500}.order-items-list{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;padding-right:1rem}.order-item-row{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.order-item-row.is-last{padding-bottom:0;border-bottom:0}.order-item-row__media{width:64px;height:64px;flex:0 0 64px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:14px}.order-item-row__media img{width:100%;height:100%;object-fit:contain}.order-item-row__content{display:flex;flex:1;min-width:0;flex-direction:column;gap:.35rem}.order-item-row__content strong,.order-item-row__meta strong,.order-info-row__text,.order-info-row strong{color:#171717}.order-item-row__meta{display:flex;flex-direction:column;align-items:flex-end;min-width:0;gap:.35rem;text-align:right}.order-summary-column{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem;background:#fafaf9;border-left:1px solid #e7e5e4}.order-info-section{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border:1px solid #e7e5e4;border-radius:20px}.order-info-rows{display:flex;flex-direction:column;gap:.75rem}.order-info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.order-info-row span{max-width:165px;min-width:0;flex:0 1 165px;color:#737373;font-size:.92rem}.order-info-row__text{min-width:0;flex:1 1 190px;max-width:190px;text-align:right;font-size:.95rem;font-weight:400;overflow-wrap:anywhere;word-break:break-word}.order-item-row__content strong,.order-item-row__content span,.order-item-row__meta strong,.order-item-row__meta span,.order-info-row strong,.order-info-row span,.order-complete-banner,.orders-customer-option strong,.orders-customer-option div span{overflow-wrap:anywhere;word-break:break-word}.order-info-divider{height:1px;background:#e5e7eb}.order-info-row--total span,.order-info-row--total strong{font-size:1.1rem;color:#171717}.order-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;align-items:center}.order-action-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;border:1px solid transparent;padding:0 1rem;font:inherit;cursor:pointer;border-radius:16px;flex:0 0 auto;white-space:nowrap}.order-action-button:disabled{opacity:.65;cursor:wait}.order-action-button--primary{background:#171717;color:#fff}.order-action-button--secondary{border-color:#d4d4d8;background:#fff;color:#171717}.order-action-button--ghost{border-color:#e5e7eb;background:#f5f5f5;color:#525252}.order-complete-banner{padding:.85rem 1rem;background:#f5f5f5;color:#525252;text-align:center;border-radius:16px;flex:0 0 auto}.orders-modal-overlay{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;background:#00000052;padding:1.5rem}.orders-modal{width:min(460px,100%);display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1.5rem;border-radius:22px}.orders-modal--customer{width:min(560px,100%)}.orders-modal h3,.orders-modal p{margin:0}.orders-modal p{color:#737373}.orders-modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.orders-modal__actions--stack{flex-direction:column}.orders-customer-list{display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto}.orders-customer-empty{padding:1rem;color:#737373;text-align:center;border:1px solid #e5e7eb;border-radius:16px}.orders-customer-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #e5e7eb;background:#fff;border-radius:16px;text-align:left;cursor:pointer}.orders-customer-option strong,.orders-customer-option span:last-child{color:#171717}.orders-customer-option div{display:flex;flex-direction:column;gap:.25rem}.orders-customer-option div span{color:#737373}@media(max-width:1180px){.orders-screen{grid-template-columns:320px minmax(0,1fr);gap:1rem}.order-details-layout{grid-template-columns:minmax(0,1fr)}.order-summary-column{padding-bottom:1rem;border-left:0}.order-info-section--actions-bar{margin-left:0}.order-actions{flex-direction:column}}@media(max-width:860px){.orders-screen{grid-template-columns:1fr;overflow-y:auto}.orders-screen__details{min-height:600px}.order-details-panel__topbar,.order-details-layout{padding-left:0;border-left:0}.orders-screen__sidebar,.orders-screen__details,.order-items-column,.order-summary-column{padding:0;background:transparent}}@keyframes orders-spin{to{transform:rotate(360deg)}}.onboarding-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-light);padding:2rem 1.5rem}.onboarding-container{width:100%;max-width:32rem;display:flex;flex-direction:column;gap:2rem}.onboarding-stepper{display:flex;align-items:center;justify-content:center;gap:.5rem}.onboarding-step-indicator{display:flex;align-items:center;gap:.5rem}.onboarding-step-dot{width:2.25rem;height:2.25rem;border-radius:50%;background:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--text-muted);font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.onboarding-step-dot.is-active{background:var(--primary);border-color:transparent;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0a7ea440}.onboarding-step-line{width:3rem;height:2px;background:var(--border-color);border-radius:1px}.onboarding-card{background:#fff;border:1px solid var(--border-color);border-radius:24px;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.75rem}.onboarding-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.onboarding-icon-box{width:4.5rem;height:4.5rem;background:var(--bg-secondary);border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.onboarding-icon-box.success{background:#ecfdf5;color:#059669}.onboarding-icon{width:2.25rem;height:2.25rem}.onboarding-header h1{font-size:1.75rem;font-weight:500;color:var(--text-main);letter-spacing:-.02em}.onboarding-header p{color:var(--text-muted);font-size:1rem;line-height:1.5}.onboarding-selection-list{display:flex;flex-direction:column;gap:.75rem}.onboarding-item{width:100%;padding:1.125rem 1.25rem;background:#fff;border:1px solid var(--border-color);border-radius:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s;text-align:left}.onboarding-item:hover{background:var(--bg-secondary);border-color:#d1d5db}.onboarding-item.is-selected{background:#0a7ea40d;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.onboarding-item-name{font-weight:500;color:var(--text-main);font-size:1rem}.onboarding-item-meta{color:var(--text-muted);font-size:.8125rem;margin-left:.5rem}.onboarding-item-check{color:var(--primary);width:1.25rem;height:1.25rem}.onboarding-add-btn{width:100%;padding:1rem;background:transparent;border:1px dashed var(--border-color);border-radius:16px;color:var(--primary);font-weight:500;display:flex;align-items:center;justify-content:center;gap:.625rem;cursor:pointer;transition:all .2s}.onboarding-add-btn:hover{background:var(--bg-secondary);border-style:solid}.onboarding-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;background:var(--bg-secondary);border-radius:16px}.onboarding-form-group{display:flex;flex-direction:column;gap:.5rem}.onboarding-form-group label{font-size:.875rem;font-weight:500;color:var(--text-main)}.onboarding-form-group input{padding:.875rem 1rem;border-radius:12px;border:1px solid var(--border-color);font-size:.9375rem}.onboarding-form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0a7ea41a}.onboarding-form-actions{display:flex;gap:.75rem}.onboarding-btn{flex:1;padding:.875rem 1.25rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}.onboarding-btn-primary{background:var(--primary);color:#fff}.onboarding-btn-primary:hover:not(:disabled){background:var(--primary-dark)}.onboarding-btn-primary:disabled{opacity:.6;cursor:not-allowed}.onboarding-btn-ghost{background:transparent;color:var(--text-muted)}.onboarding-btn-ghost:hover{background:#e5e7eb}.onboarding-btn-large{padding:1.125rem;font-size:1.125rem}.onboarding-features{display:flex;flex-direction:column;gap:1rem}.onboarding-feature-item{display:flex;align-items:center;gap:.875rem;color:var(--text-main)}.onboarding-feature-icon{color:#059669;width:1.5rem;height:1.5rem}.onboarding-loading{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.onboarding-spin{animation:spin 1s linear infinite}.onboarding-spin-large{width:3rem;height:3rem;color:var(--primary);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.onboarding-wrapper{padding:1.5rem 1rem}.onboarding-card{padding:1.5rem}}
