@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--brand: #2563eb;--brand-hover: #1d4ed8;--brand-light: #eff6ff;--brand-border: #bfdbfe;--bg: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--surface-3: #e2e8f0;--border: #e2e8f0;--border-strong: #cbd5e1;--text-1: #0f172a;--text-2: #475569;--text-3: #5e6e84;--success: #166534;--success-bg: #dcfce7;--success-border: #86efac;--warning: #92400e;--warning-bg: #fffbeb;--warning-border: #fde68a;--danger: #dc2626;--danger-bg: #fef2f2;--danger-border: #fecaca;--info: #2563eb;--info-bg: #eff6ff;--info-border: #bfdbfe;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 12px 32px rgba(0,0,0,.08);font-family:Inter,system-ui,sans-serif;color-scheme:light;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text-1);font-size:14px;line-height:1.5;min-height:100vh}input,select,textarea,button{font:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}h1{font-size:22px;font-weight:700;letter-spacing:-.4px}h2{font-size:18px;font-weight:600;letter-spacing:-.3px}h3{font-size:15px;font-weight:600}h4{font-size:13px;font-weight:600}p{color:var(--text-2)}.text-muted{color:var(--text-3);font-size:12px}.text-sm{font-size:12px;color:var(--text-2)}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:4px;display:block}.muted{color:var(--text-2);font-size:13px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-mark{width:30px;height:30px;display:inline-block;flex-shrink:0}.brand-mark-sm{width:34px;height:34px}.brand-mark-lg{width:44px;height:44px}.brand-logo{display:block;width:auto;height:auto;flex-shrink:0}.brand-logo-admin{width:132px}.brand-logo-provider{width:128px}.brand-logo-sidebar{width:126px}.brand-logo-mobile{width:98px}.brand-logo-login{width:190px;max-width:100%}.brand-logo-guided{width:220px;max-width:100%}input,select,textarea{width:100%;padding:8px 12px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-1);outline:none;transition:border-color .12s,box-shadow .12s;font-size:13px}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb1a}input::placeholder,textarea::placeholder{color:var(--text-3)}input:disabled,select:disabled{opacity:.5;cursor:not-allowed}textarea{resize:vertical;min-height:80px}select{cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .12s ease;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.btn-secondary{background:var(--surface);color:var(--text-1);border-color:var(--border)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-2);border-color:transparent}.btn-ghost:hover{background:var(--surface-2);color:var(--text-1)}.btn-danger-ghost{background:transparent;color:var(--danger);border-color:transparent;font-size:12px}.btn-danger-ghost:hover{background:var(--danger-bg);border-color:var(--danger-border)}.btn-sm{padding:5px 10px;font-size:12px}.btn-wide{width:100%}.btn-icon{padding:7px;border-radius:var(--radius-sm)}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .12s ease;white-space:nowrap}.button.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.button.primary:hover{background:var(--brand-hover)}.button.secondary{background:var(--surface);color:var(--text-1);border-color:var(--border)}.button.secondary:hover{background:var(--surface-2)}.button.tertiary{background:var(--brand-light);color:var(--brand);border-color:var(--brand-border)}.button.tertiary:hover{background:#dbeafe}.button.danger{background:var(--danger-bg);color:var(--danger);border-color:var(--danger-border)}.ghost-danger{background:transparent;color:var(--danger);border-color:transparent;font-size:12px}.ghost-danger:hover{background:var(--danger-bg)}.button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.button:focus-visible,.btn:focus-visible,button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.button-wide{width:100%}.skip-link{position:absolute;left:16px;top:-48px;z-index:100;padding:10px 14px;border-radius:var(--radius-sm);background:var(--brand);color:#fff;font-weight:600;text-decoration:none;transition:top .12s ease}.skip-link:focus{top:16px}.surface-button{background:none;border:none;cursor:pointer}.stack-sm{display:flex;flex-direction:column;gap:8px}.stack-md{display:flex;flex-direction:column;gap:14px}.stack-lg{display:flex;flex-direction:column;gap:16px}.row-between{display:flex;justify-content:space-between;align-items:center;gap:12px}.row-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.row-wrap-end{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.grid-auto-kpi{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.grid-auto-mini{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.feedback-stack{margin-bottom:10px}.section-card-tight{padding:14px 18px}.admin-card{padding:18px 20px}.admin-stack{display:flex;flex-direction:column;gap:16px}.admin-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.admin-section-copy h3{margin:0;font-size:15px}.admin-actions-inline{display:flex;gap:8px;flex-wrap:wrap}.admin-loading{color:var(--text-3);padding:20px}.admin-kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.admin-kpi-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:6px}.admin-kpi-value{font-size:26px;font-weight:800;color:var(--text-1);line-height:1}.admin-kpi-sub{font-size:11px;color:var(--text-3);margin-top:4px}.admin-metric-card{padding:12px 14px;background:var(--surface-2);border-radius:10px}.admin-metric-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:4px}.admin-metric-value{font-size:22px;font-weight:800;color:var(--text-1);line-height:1}.admin-metric-sub{font-size:11px;color:var(--text-3);margin-top:2px}.admin-filter-grid{display:grid;grid-template-columns:1fr 130px 130px 130px auto;gap:10px;align-items:end}.admin-toolbar-meta{font-size:12px;color:var(--text-3)}.provider-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.provider-row-copy{flex:1;min-width:0}.provider-row-name{font-size:14px}.provider-row-meta{font-size:12px;color:var(--text-3)}.provider-row-price{text-align:right;flex-shrink:0;margin-left:auto}.provider-row-price strong{display:block;font-size:15px}.provider-row-price span{font-size:11px;color:var(--text-3)}.progress-inline{display:flex;align-items:center;gap:8px}.progress-track{flex:1;height:5px;background:var(--surface-2);border-radius:99px;overflow:hidden}.progress-bar{height:100%;border-radius:99px}.progress-caption{font-size:11px;color:var(--text-3);white-space:nowrap}.progress-inline-sm{display:flex;align-items:center;gap:6px;margin-top:5px;max-width:200px}.progress-label-sm{font-size:10px;color:var(--text-3);white-space:nowrap}.progress-track-sm{flex:1;height:4px;background:var(--surface-2);border-radius:99px;overflow:hidden}.progress-flag-sm{font-size:10px}.detail-loading{padding:20px;color:var(--text-3)}.detail-stack{display:flex;flex-direction:column;gap:16px}.detail-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.detail-title-row{display:flex;align-items:center;gap:12px}.detail-back{color:var(--brand);font-size:13px;font-weight:500}.detail-title{margin:0;font-size:20px}.detail-title-sm{margin:0;font-size:18px}.detail-badges{display:flex;gap:6px;margin-top:4px;flex-wrap:wrap}.detail-badges-compact{display:flex;gap:8px;align-items:center;margin-bottom:4px}.detail-badges-spaced{display:flex;gap:5px;margin-top:4px;flex-wrap:wrap}.detail-layout{display:grid;grid-template-columns:1fr 320px;gap:16px;align-items:start}.detail-layout-editor{display:grid;grid-template-columns:1fr 240px;gap:16px;align-items:start}.detail-main{display:flex;flex-direction:column;gap:14px}.metrics-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mini-metric-card{padding:10px 12px;background:var(--surface-2);border-radius:8px}.mini-metric-label{font-size:10px;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.mini-metric-value{font-size:16px}.warning-note{font-size:12px;color:var(--warning);margin-top:8px}.step-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin-top:12px}.step-chip{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.step-chip.completed{background:var(--success-bg);border-color:var(--success-border)}.step-icon{font-size:14px}.step-copy p{margin:0}.step-label{font-size:12px;font-weight:500;color:var(--text-2)}.step-chip.completed .step-label{color:var(--success)}.step-date{font-size:10px;color:var(--text-3)}.detail-sticky{position:sticky;top:20px}.detail-sticky-offset{margin-top:12px}.mb-16{margin-bottom:16px}.empty-note{font-size:13px;color:var(--text-3);text-align:center;padding:16px 0}.key-value-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.key-value-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px;gap:12px}.key-value-row span:first-child{color:var(--text-3)}.key-value-row span:last-child{color:var(--text-1);text-align:right}.key-value-row strong{color:var(--text-1)}.key-value-row-sm{font-size:12px;padding:5px 0}.key-value-row-md{padding:8px 0}.value-soft{font-size:11px}.value-strong{font-weight:500}.timeline-scroll{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow-y:auto}.stripe-actions{display:flex;gap:8px;margin-top:12px}.invoice-filter-grid{display:grid;grid-template-columns:1fr 150px;gap:10px;align-items:end}.alert-list,.invoice-list,.request-list{display:flex;flex-direction:column;gap:8px}.alert-card{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.alert-card.resolved{opacity:.5}.alert-copy{flex:1}.alert-head{display:flex;gap:8px;align-items:center;margin-bottom:3px}.alert-head strong{font-size:13px}.alert-message{font-size:12px;color:var(--text-2);margin:0}.alert-date{font-size:11px;color:var(--text-3);margin:4px 0 0}.invoice-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.invoice-head{display:flex;gap:8px;align-items:center}.invoice-head strong{font-size:13px}.invoice-date{font-size:11px;color:var(--text-3);margin:2px 0 0}.timeline-entry{display:flex;gap:10px;align-items:flex-start}.timeline-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px;background:var(--brand)}.timeline-copy{flex:1}.timeline-copy p{margin:0}.timeline-title{font-size:13px;font-weight:500}.timeline-date{font-size:11px;color:var(--text-3);margin-top:2px}.requests-header{display:flex;justify-content:space-between;align-items:center}.requests-header h3{margin:0}.request-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.request-card-copy{flex:1}.request-card-badges{display:flex;gap:8px;align-items:center;margin-bottom:4px}.request-card-badges strong{font-size:14px}.request-card-meta{font-size:12px;color:var(--text-3);margin:0}.request-manage{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid var(--border)}.request-manage-title{font-size:13px;font-weight:600}.request-completed{padding-top:12px;border-top:1px solid var(--border);margin-top:12px}.request-completed-copy{font-size:12px;color:var(--text-2);margin-top:6px}.invoice-toolbar{display:flex;justify-content:space-between;align-items:center}.invoice-toolbar-meta{display:flex;gap:16px;align-items:center}.invoice-pending{font-size:12px;color:var(--danger);font-weight:600}.invoice-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.invoice-card-copy{flex:1}.invoice-card-badges{display:flex;gap:8px;align-items:center;margin-bottom:4px}.invoice-card-badges strong{font-size:14px}.invoice-card-amount{font-size:15px}.invoice-card-meta{font-size:12px;color:var(--text-3);margin:0}.admin-shell{min-height:100vh;background:var(--bg)}.admin-header{background:var(--surface);border-bottom:1px solid var(--border);padding:12px 24px;min-height:56px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.admin-header-left{display:flex;align-items:center;gap:20px}.admin-brand{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:800;color:var(--brand);letter-spacing:-.3px}.admin-brand-sep{color:var(--border);font-size:16px}.admin-tabs{display:flex;gap:2px}.admin-tab-btn{padding:6px 14px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:400;background:none;color:var(--text-2);transition:all .12s}.admin-tab-btn.active{font-weight:600;background:var(--brand-light);color:var(--brand)}.admin-header-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.admin-user-meta{font-size:12px;color:var(--text-3)}.admin-main{padding:24px;max-width:1280px;margin:0 auto}.customer-mobile-shell{display:flex;flex-direction:column;min-height:100vh;background:var(--bg);font-family:Inter,system-ui,sans-serif}.customer-mobile-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 16px;background:var(--surface);border-bottom:1px solid var(--border)}.customer-mobile-brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:17px;color:var(--brand);letter-spacing:-.3px}.customer-mobile-brand .brand-mark-sm{width:30px;height:30px}.customer-mobile-title{position:absolute;left:50%;transform:translate(-50%);font-size:13px;font-weight:600;color:var(--text-1)}.customer-mobile-logout{font-size:12px;color:var(--text-3);padding:6px 0}.customer-mobile-cart-toggle{position:relative;display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);font-size:13px;font-weight:600;color:var(--text-2);cursor:pointer;transition:all .15s}.customer-mobile-cart-toggle.has-items{background:var(--brand);color:#fff}.customer-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;justify-content:flex-end;background:#0006}.customer-mobile-sheet{background:var(--surface);border-radius:20px 20px 0 0;padding:20px 16px 32px;max-height:80vh;overflow-y:auto}.customer-mobile-sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.customer-mobile-sheet-head h3{margin:0;font-size:16px}.customer-mobile-sheet-close{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);font-size:16px;cursor:pointer}.customer-mobile-empty{color:var(--text-3);font-size:14px;text-align:center;padding:20px 0}.customer-mobile-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.customer-mobile-line{display:flex;justify-content:space-between;align-items:center;font-size:14px;gap:10px}.customer-mobile-line strong,.customer-mobile-line span{color:var(--text-1)}.customer-mobile-line-meta{color:var(--text-3)}.customer-mobile-divider{height:1px;background:var(--border);margin:4px 0}.customer-mobile-total{display:flex;justify-content:space-between;font-size:16px;font-weight:700}.customer-mobile-minimum{font-size:12px;text-align:center}.customer-mobile-minimum.warning{color:var(--warning)}.customer-mobile-minimum.success{color:var(--success)}.customer-mobile-submit{font-size:15px;padding:13px;border-radius:12px}.customer-mobile-cancel{width:100%;margin-top:8px;color:var(--text-3);padding:8px 0;font-size:13px}.customer-mobile-screen{flex:1;padding:16px 16px 80px}.customer-mobile-message{margin-bottom:12px}.customer-mobile-providers-intro{margin-bottom:10px}.customer-mobile-providers-intro h2{font-size:20px;line-height:1.15;margin-bottom:2px}.customer-mobile-providers-intro p{font-size:13px;color:var(--text-2)}.customer-mobile-count{font-size:12px;color:var(--text-3);margin-bottom:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.customer-mobile-provider-list{display:flex;flex-direction:column;gap:10px}.customer-mobile-provider{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;background:var(--surface);border:1.5px solid var(--border);border-radius:14px;cursor:pointer;text-align:left;transition:all .12s}.customer-mobile-provider.active{background:var(--brand-light);border-color:var(--brand)}.customer-mobile-provider-avatar,.customer-mobile-store-avatar{display:grid;place-items:center;flex-shrink:0;color:#fff;font-weight:800;background:var(--brand)}.customer-mobile-provider-avatar{width:48px;height:48px;border-radius:12px;font-size:16px}.customer-mobile-provider-copy,.customer-mobile-store-copy{flex:1;min-width:0}.customer-mobile-provider-copy strong,.customer-mobile-store-copy strong{display:block;color:var(--text-1);font-weight:600}.customer-mobile-provider-copy strong{font-size:15px}.customer-mobile-provider-copy span,.customer-mobile-store-copy span{color:var(--text-3)}.customer-mobile-provider-copy span{font-size:12px}.customer-mobile-provider-copy strong+span{margin-top:2px;display:block}.customer-mobile-store-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.customer-mobile-store-avatar{width:40px;height:40px;border-radius:10px;font-size:13px}.customer-mobile-store-copy strong{font-size:14px}.customer-mobile-store-copy span{font-size:11px}.customer-mobile-store-tagline{font-size:12px;color:var(--text-2);margin-top:2px}.customer-mobile-link{color:var(--brand);font-size:12px;font-weight:500;flex-shrink:0}.customer-mobile-search-wrap{padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.customer-mobile-search{border-radius:10px;font-size:14px}.customer-mobile-repeat-wrap{padding:10px 16px;background:var(--brand-light);border-bottom:1px solid var(--brand-border)}.customer-mobile-repeat{width:100%;padding:10px;border:none;border-radius:10px;background:var(--brand);color:#fff;font-weight:600;font-size:14px;cursor:pointer}.customer-mobile-section{padding:16px 16px 0}.customer-mobile-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:10px}.customer-mobile-product-list{display:flex;flex-direction:column;gap:1px;overflow:hidden;background:var(--border);border-radius:12px}.customer-mobile-orders{display:flex;flex-direction:column;gap:10px}.customer-mobile-order{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:14px}.customer-mobile-order-featured{border-color:var(--brand-border);box-shadow:0 0 0 1px #2563eb14}.customer-mobile-order-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left}.customer-mobile-order-toggle strong{display:block;font-size:14px;color:var(--text-1)}.customer-mobile-order-toggle span{font-size:12px;color:var(--text-3)}.customer-mobile-order-provider,.customer-mobile-order-summary{display:block;margin-top:2px}.customer-mobile-order-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.customer-mobile-order-total{font-size:13px}.customer-mobile-chevron{transition:transform .15s}.customer-mobile-chevron.expanded{transform:rotate(180deg)}.customer-mobile-order-body{padding:12px 16px;background:var(--surface-2);border-top:1px solid var(--border)}.customer-mobile-order-date{font-size:11px;color:var(--text-3);margin-bottom:10px}.customer-mobile-order-items{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.customer-mobile-order-item{display:flex;justify-content:space-between;font-size:13px;gap:10px}.customer-mobile-order-item span:first-child{color:var(--text-1)}.customer-mobile-order-item span:last-child{color:var(--text-2);font-weight:500}.customer-mobile-order-actions{display:flex;gap:8px}.customer-mobile-order-note{font-size:11px;color:var(--text-3);margin-top:8px;text-align:center}.customer-mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px)}.customer-mobile-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:10px 0 12px;background:none;border:none;cursor:pointer}.customer-mobile-tab-label{font-size:10px;font-weight:500;color:var(--text-3);letter-spacing:.02em}.customer-mobile-tab.active .customer-mobile-tab-label{color:var(--brand);font-weight:700}.customer-mobile-product{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--surface);opacity:1;transition:background .1s}.customer-mobile-product.has-qty{background:var(--brand-light)}.customer-mobile-product.unavailable{opacity:.45}.customer-mobile-product-copy{flex:1;min-width:0}.customer-mobile-product-copy strong{display:block;font-size:14px;font-weight:500;color:var(--text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-mobile-product-copy span{font-size:12px;color:var(--text-3)}.customer-mobile-qty{display:flex;align-items:center;gap:10px;flex-shrink:0}.customer-mobile-qty-value{min-width:20px;text-align:center;font-size:15px;font-weight:700;color:var(--brand)}.customer-mobile-qty-btn{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer}.customer-mobile-qty-btn.minus{border:1.5px solid var(--brand-border);background:var(--surface);color:var(--brand)}.customer-mobile-qty-btn.plus{border:none;background:var(--surface-2);color:var(--text-2);transition:all .1s}.customer-mobile-qty-btn.plus.has-qty{background:var(--brand);color:#fff}.customer-sidebar-user{font-size:12px;color:var(--text-2);margin-bottom:8px}.customer-sidebar-user strong{display:block;color:var(--text-1);font-size:13px}.customer-search-wrap{margin-bottom:16px}.customer-search-field{max-width:340px}.cart-section-label{margin-bottom:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.cart-stack{display:flex;flex-direction:column;gap:8px}.cart-minimum-success{font-size:11px;color:var(--success);text-align:center}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.orders-header h2{margin-bottom:2px}.orders-header p{font-size:13px;color:var(--text-2)}.order-card-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.order-card-total{font-size:13px}.provider-breadcrumb{display:flex;align-items:center;gap:12px;list-style:none;margin:0;padding:0}.provider-breadcrumb-sep{color:var(--border-strong);font-size:14px}.provider-inline-meta{display:flex;align-items:center;gap:6px}.provider-mini-pill{font-size:10px}.provider-screen-head-full{grid-column:1 / -1}.provider-screen-pad{padding:8px 24px}.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:99px;font-size:11px;font-weight:600;letter-spacing:.02em}.status-pill{display:inline-flex;align-items:center;padding:3px 8px;border-radius:99px;font-size:11px;font-weight:600}.status-pill-success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.status-pill-warning{background:var(--warning-bg);color:var(--warning);border:1px solid var(--warning-border)}.status-pill-danger{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-border)}.status-pill-info{background:var(--info-bg);color:var(--info);border:1px solid var(--info-border)}.status-pill-neutral{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-body{padding:16px 20px}.glass-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.feedback{padding:10px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:500}.feedback.success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.feedback.error{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-border)}.empty-state{text-align:center;padding:32px 20px;color:var(--text-3);border:1.5px dashed var(--border);border-radius:var(--radius);background:var(--surface-2)}.empty-state h4{color:var(--text-2);margin-bottom:4px}.compact-empty{padding:16px}.field{display:flex;flex-direction:column;gap:5px}.field>span{font-size:12px;font-weight:600;color:var(--text-2)}.field-span-2{grid-column:span 2}.form-stack{display:flex;flex-direction:column;gap:14px}.simple-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.inline-input-row{display:flex;gap:8px}.inline-input-row input{flex:1}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.section-heading h3{margin:0}.compact-heading{margin-bottom:10px}.check-card{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-size:13px;transition:all .1s}.check-card:hover{border-color:var(--brand)}.check-card input{width:auto;accent-color:var(--brand)}.simple-check-inline{display:flex;align-items:center;gap:8px;padding:0;background:none;border:none}.shell{min-height:100vh;padding:20px}.shell-centered{display:grid;place-items:center;min-height:100vh}.hero{max-width:1300px;margin:0 auto}.layout-stack{display:flex;flex-direction:column;gap:16px}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 420px;background:var(--surface)}.login-left{background:linear-gradient(135deg,#0f172a,#1e3a5f 60%,#1d4ed8);padding:48px;display:flex;flex-direction:column;justify-content:center;color:#fff}.login-left .brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-.5px;margin-bottom:48px;color:#fff}.login-left .brand .brand-mark{filter:brightness(0) invert(1)}.login-left h1{font-size:36px;font-weight:700;line-height:1.15;letter-spacing:-.8px;margin-bottom:16px;color:#fff}.login-left p{color:#ffffffa6;font-size:15px;line-height:1.6;max-width:440px}.login-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:40px}.login-feature-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:16px}.login-feature-card strong{display:block;font-size:13px;font-weight:600;color:#fff;margin-bottom:4px}.login-feature-card p{font-size:12px;color:#ffffff8c;line-height:1.5}.login-right{padding:48px 40px;display:flex;flex-direction:column;justify-content:center;background:var(--surface);border-left:1px solid var(--border)}.login-mobile-hero{display:none}.login-right h2{font-size:20px;font-weight:700;margin-bottom:6px;color:var(--text-1)}.login-right>p{font-size:13px;color:var(--text-2);margin-bottom:28px}.login-presets{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.preset-button{display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:all .1s;font-size:12px}.preset-button:hover{border-color:var(--brand);background:var(--brand-light)}.preset-button strong{font-size:12px;font-weight:600;color:var(--text-1)}.preset-button small{color:var(--text-3);font-size:11px}.login-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--text-3);font-size:11px;font-weight:500}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.provider-shell-v2{min-height:100vh;background:var(--bg)}.provider-shell-v2.provider-shell-loading{display:flex;align-items:center;justify-content:center;color:var(--text-2);font-size:14px}.provider-shell-header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px;position:sticky;top:0;z-index:10}.provider-header-brand{display:inline-flex;align-items:center;gap:12px;font-size:18px;font-weight:800;color:var(--brand);letter-spacing:-.3px}.provider-header-brand .brand-mark-sm{width:36px;height:36px}.provider-header-tenant{font-size:13px;color:var(--text-2);font-weight:500}.provider-header-actions{display:flex;align-items:center;gap:10px}.provider-main-nav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;display:flex;gap:4px;overflow-x:auto}.provider-main-tab{padding:14px 16px;font-size:13px;font-weight:500;color:var(--text-2);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:all .12s;margin-bottom:-1px}.provider-main-tab:hover{color:var(--text-1)}.provider-main-tab-active{color:var(--brand)!important;border-bottom-color:var(--brand);font-weight:600}.provider-screen-v2{padding:24px;max-width:1200px}.provider-screen-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.provider-screen-head h2{color:var(--text-1)}.provider-screen-head p{color:var(--text-2);font-size:13px;margin-top:2px}.segmented-control{display:flex;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:3px;gap:2px;flex-shrink:0;flex-wrap:wrap}.segmented-control button{padding:5px 12px;font-size:12px;font-weight:500;border:none;border-radius:5px;background:none;color:var(--text-2);cursor:pointer;transition:all .1s;white-space:nowrap}.segmented-control button:hover{color:var(--text-1)}.segmented-control .segmented-active{background:var(--surface);color:var(--text-1);font-weight:600;box-shadow:var(--shadow-xs)}.segmented-control-wrap{flex-wrap:wrap}.prep-block-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.prep-block-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;transition:box-shadow .15s}.prep-block-card:hover{box-shadow:var(--shadow-sm)}.prep-block-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.prep-block-main{flex:1;min-width:0}.prep-block-title{font-size:14px;color:var(--text-1);line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prep-block-total{margin-top:6px;min-height:52px;display:flex;flex-direction:column;justify-content:flex-start}.prep-block-total-value{font-size:38px;line-height:1;font-weight:750;color:var(--text-1)}.prep-block-total-unit{margin-top:4px;font-size:14px;line-height:1.1;font-weight:600;color:var(--text-2);text-transform:lowercase}.prep-check{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--text-2);cursor:pointer;white-space:nowrap}.prep-check input{width:auto;accent-color:var(--success)}.prep-client-list{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--border);padding-top:10px}.prep-client-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-2)}.prep-client-row strong{font-weight:600;color:var(--text-1);min-width:44px;text-align:right}.provider-list-simple{display:flex;flex-direction:column;gap:8px}.compact-list{margin-top:12px}.provider-simple-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .1s}.provider-simple-card:hover{box-shadow:var(--shadow-xs)}.provider-simple-card-featured{border-color:var(--brand-border);box-shadow:0 0 0 1px #2563eb14}.provider-simple-card strong{font-size:13px;color:var(--text-1)}.provider-simple-card p{font-size:12px;color:var(--text-2);margin-top:1px}.provider-simple-card-column{flex-direction:column;align-items:flex-start}.provider-simple-card-active{border-color:var(--brand-border);box-shadow:0 0 0 1px #2563eb24;background:var(--brand-light)}.provider-order-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.provider-order-actions select{width:auto;font-size:12px;padding:5px 8px}.provider-inline-actions{display:flex;align-items:center;gap:6px}.provider-management-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.provider-stack-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:14px}.provider-subsection{border-top:1px solid var(--border);padding-top:14px;display:flex;flex-direction:column;gap:10px}.customer-product-select-list{display:flex;flex-direction:column;gap:6px}.customer-product-select-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:8px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px;cursor:pointer}.customer-product-select-row input[type=checkbox]{width:auto;accent-color:var(--brand)}.customer-product-select-row input[type=number]{width:100px;font-size:12px;padding:5px 8px}.group-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px}.provider-customer-kpis{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px;min-width:360px}.provider-mini-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px}.provider-mini-stat span{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.provider-mini-stat strong{display:block;font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--text-1);margin:4px 0}.provider-mini-stat p{font-size:11px;color:var(--text-2)}.provider-customer-layout{display:grid;grid-template-columns:minmax(300px,1fr) minmax(380px,1.3fr) minmax(360px,1.15fr);gap:16px;align-items:start}.provider-customer-column{display:flex;flex-direction:column;gap:16px}.provider-customer-column-wide{min-width:0}.provider-customer-editor{position:sticky;top:16px}.provider-customer-filters{display:grid;grid-template-columns:1fr 180px;gap:10px}.provider-customer-card{align-items:flex-start}.provider-customer-card-main{min-width:0;flex:1}.provider-customer-tags{margin-top:7px;display:flex;flex-wrap:wrap;gap:6px}.customer-product-select-list{max-height:330px;overflow:auto;padding-right:2px}.catalog-settings-header{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.catalog-logo-preview{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--brand);background-size:cover;background-position:center;color:#fff;font-weight:800;font-size:14px;display:grid;place-items:center;flex-shrink:0}.catalog-settings-header strong{font-size:14px;color:var(--text-1)}.catalog-settings-header p{font-size:12px;color:var(--text-2);margin-top:2px}.upload-field .upload-button{position:relative;overflow:hidden;cursor:pointer;display:inline-flex}.upload-button input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.customer-app{min-height:100vh;background:var(--bg)}.customer-app-desktop{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.customer-sidebar{background:var(--surface);border-right:1px solid var(--border);padding:20px 16px;display:flex;flex-direction:column;gap:6px;position:sticky;top:0;height:100vh;overflow-y:auto}.customer-sidebar-brand{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:var(--brand);padding:4px 8px 16px;border-bottom:1px solid var(--border);margin-bottom:8px}.customer-sidebar-brand .brand-mark{width:42px;height:42px}.customer-sidebar-section{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);padding:12px 8px 4px}.customer-provider-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;border:1.5px solid transparent;transition:all .1s;background:none;text-align:left;width:100%}.customer-provider-item:hover{background:var(--surface-2)}.customer-provider-item.active{background:var(--brand-light);border-color:var(--brand-border)}.customer-provider-avatar{width:36px;height:36px;border-radius:8px;background:var(--brand);background-size:cover;background-position:center;color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.customer-provider-item-copy strong{font-size:13px;font-weight:600;color:var(--text-1);display:block}.customer-provider-item-copy span{font-size:11px;color:var(--text-3)}.customer-provider-item-copy strong+span{margin-top:2px;display:block}.customer-sidebar-nav{margin-top:8px;display:flex;flex-direction:column;gap:2px}.customer-nav-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-2);cursor:pointer;background:none;border:none;text-align:left;width:100%;transition:all .1s}.customer-nav-item:hover{background:var(--surface-2);color:var(--text-1)}.customer-nav-item.active{background:var(--surface-2);color:var(--text-1);font-weight:600}.customer-sidebar-footer{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.customer-main{display:grid;grid-template-columns:1fr 320px;gap:0;min-height:100vh}.customer-content{padding:24px}.customer-cart-panel{border-left:1px solid var(--border);background:var(--surface);padding:20px;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.store-header{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.store-provider-logo{width:52px;height:52px;border-radius:var(--radius);background:var(--brand);background-size:cover;background-position:center;color:#fff;font-size:16px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.store-header-copy h2{font-size:18px;color:var(--text-1)}.store-header-copy p{font-size:12px;color:var(--text-2);margin-top:2px}.store-provider-tagline{font-size:13px;color:var(--text-2);margin-top:3px}.store-section{margin-bottom:24px}.store-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:10px}.store-product-list{display:flex;flex-direction:column;gap:6px}.store-product-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .1s}.store-product-row:hover{border-color:var(--border-strong)}.store-product-row.has-qty{border-color:var(--brand);background:var(--brand-light)}.store-product-info{flex:1;min-width:0}.store-product-info strong{font-size:13px;color:var(--text-1);font-weight:500;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-product-info span{font-size:11px;color:var(--text-3)}.store-product-info.muted-product{opacity:.45}.store-qty-control{display:flex;align-items:center;gap:6px;flex-shrink:0}.qty-btn{width:28px;height:28px;border-radius:6px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-1);font-size:15px;font-weight:600;cursor:pointer;display:grid;place-items:center;transition:all .1s}.qty-btn:hover{border-color:var(--brand);color:var(--brand)}.qty-input{width:48px;text-align:center;padding:4px;font-size:13px;font-weight:600;border:1.5px solid var(--border);border-radius:5px}.cart-empty{color:var(--text-3);font-size:13px;text-align:center;padding:20px 0}.cart-item{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px}.cart-item span{flex:1;color:var(--text-1)}.cart-item strong{font-weight:600;color:var(--text-1);white-space:nowrap}.cart-divider{height:1px;background:var(--border)}.cart-total{display:flex;justify-content:space-between;font-size:15px;font-weight:700}.cart-minimum{font-size:11px;color:var(--warning);background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:var(--radius-sm);padding:6px 10px}.store-repeat-button{margin-top:4px}.store-minimum-copy{font-size:11px;color:var(--text-3);text-align:center}.store-minimum-warning{color:var(--warning)}.orders-list{display:flex;flex-direction:column;gap:10px}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.order-card-featured{border-color:var(--brand-border);box-shadow:0 0 0 1px #2563eb14}.order-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:10px}.order-card-head strong{font-size:13px;color:var(--text-1)}.order-card-head p{font-size:12px;color:var(--text-2);margin-top:2px}.order-items-list{display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--border);padding-top:10px}.order-item-line{display:flex;justify-content:space-between;font-size:12px;color:var(--text-2)}.customer-app-mobile{display:flex;flex-direction:column;min-height:100vh}.customer-mobile-topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:0 16px;height:52px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.customer-mobile-topbar .brand{font-size:16px;font-weight:800;color:var(--brand)}.mobile-menu-button{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);cursor:pointer;font-size:18px;display:grid;place-items:center}.customer-mobile-menu-v2{position:fixed;top:52px;right:0;bottom:0;left:0;background:var(--surface);z-index:50;padding:16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border)}.customer-screen{padding:16px;flex:1}.provider-card-list{display:flex;flex-direction:column;gap:10px}.provider-select-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .1s}.provider-select-card:hover{border-color:var(--brand-border)}.provider-select-card-active{border-color:var(--brand);background:var(--brand-light)}.provider-select-avatar{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--brand);background-size:cover;background-position:center;color:#fff;font-weight:800;font-size:14px;display:grid;place-items:center;flex-shrink:0}.provider-select-copy{flex:1}.provider-select-copy strong{display:block;font-size:14px;color:var(--text-1)}.provider-select-copy small{font-size:12px;color:var(--text-2)}.provider-select-arrow{color:var(--text-3)}.mobile-store-head{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.link-button{background:none;border:none;color:var(--brand);font-size:13px;cursor:pointer;font-weight:500;padding:0}.store-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;margin-bottom:14px}.store-summary-card-mobile{margin-bottom:14px}.mobile-cart-dock{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 -4px 12px #0000000f}.mobile-cart-dock-copy{flex:1}.mobile-cart-dock-copy strong{display:block;font-size:14px;font-weight:700;color:var(--text-1)}.mobile-cart-dock-copy span{font-size:12px;color:var(--text-2)}.mobile-cart-dock-button{flex-shrink:0;padding:10px 20px}.mobile-cart-dock-note{font-size:11px;color:var(--warning);text-align:center;padding:4px 0 0}.field-large label{font-size:12px;font-weight:600;color:var(--text-2)}.customer-providers-screen-mobile{padding-bottom:20px}.customer-store-screen-mobile{padding-bottom:80px}.customer-orders-screen-mobile{padding-bottom:20px}.provider-card-list-mobile{gap:10px}.topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.topbar h1{font-size:18px;color:var(--text-1)}.topbar-copy{display:flex;flex-direction:column;gap:2px}.topbar-meta{font-size:12px;color:var(--text-2);margin-top:2px}.topbar-actions{display:flex;gap:8px;align-items:center}.hero-banner{display:grid;grid-template-columns:1fr auto;gap:20px;padding:20px 24px;border-radius:var(--radius-lg);align-items:center}.admin-banner{background:linear-gradient(135deg,#1e1b4b,#3730a3);color:#fff}.provider-banner{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff}.customer-banner{background:linear-gradient(135deg,#0f172a,#0369a1);color:#fff}.hero-banner h2{font-size:18px;color:#fff}.hero-banner .muted{color:#fff9;font-size:13px}.hero-copy{font-size:13px;color:#fff9;margin-top:4px}.banner-metrics{display:flex;gap:10px}.metric-chip{padding:12px 16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);min-width:100px}.metric-chip span{display:block;font-size:11px;color:#fff9;font-weight:500;margin-bottom:4px}.metric-chip strong{display:block;font-size:22px;font-weight:700;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px}.stat-card p{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:6px}.stat-card h3{font-size:28px;font-weight:800;letter-spacing:-.5px;color:var(--text-1)}.stat-card .stat-label{font-size:11px;color:var(--text-2);margin-top:4px;font-weight:400}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 20px}.provider-nav{display:flex;gap:2px;padding:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.provider-nav-tab{flex:1;padding:8px 12px;font-size:12px;font-weight:500;color:var(--text-2);background:none;border:none;border-radius:5px;cursor:pointer;transition:all .1s}.provider-nav-tab:hover{color:var(--text-1)}.provider-nav-tab-active{background:var(--surface);color:var(--text-1);font-weight:600;box-shadow:var(--shadow-xs)}.admin-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.admin-highlight-card{padding:16px 20px}.admin-highlight-card p{font-size:13px;color:var(--text-2);margin-top:4px}.admin-controls{padding:16px 20px}.admin-toolbar-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;align-items:end}.tenant-list{display:flex;flex-direction:column;gap:8px}.tenant-tile{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .1s}.tenant-tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-xs)}.tenant-tile-active{border-color:var(--brand);background:var(--brand-light)}.tenant-avatar{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--brand);color:#fff;font-weight:800;font-size:13px;display:grid;place-items:center;flex-shrink:0}.tenant-tile-head{flex:1}.tenant-tile h3{font-size:13px;color:var(--text-1);font-weight:600}.badge-row{display:flex;gap:6px;margin-top:4px;flex-wrap:wrap}.provider-preview-card{padding:16px 20px}.provider-preview-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.provider-preview-header-tight{margin:12px 0}.provider-preview-avatar{width:56px;height:56px;border-radius:var(--radius);background:var(--brand);background-size:cover;background-position:center;color:#fff;font-weight:800;font-size:16px;display:grid;place-items:center;flex-shrink:0}.provider-preview-card h3{font-size:15px;color:var(--text-1)}.provider-preview-card .muted{font-size:12px;color:var(--text-2);margin-top:2px}.provider-item-card{padding:12px 16px}.provider-item-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.provider-item-card strong{font-size:13px;color:var(--text-1)}.provider-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-top:12px}.order-ops-card{padding:12px 16px}.order-ops-card strong{font-size:13px;color:var(--text-1)}.order-item-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.order-item-line{display:flex;justify-content:space-between;font-size:12px;align-items:center;padding:6px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.orders-grid{display:flex;flex-direction:column;gap:8px;margin-top:12px}.toggle-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.toggle-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px}.toggle-chip input{width:auto;accent-color:var(--brand)}.status-stack{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.login-highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}.highlight-card{padding:14px 16px}.highlight-card strong{font-size:13px;font-weight:600;color:var(--text-1);display:block;margin-bottom:4px}.highlight-card p{font-size:12px}.provider-switcher{padding:16px}.provider-pill-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.provider-pill{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius);cursor:pointer;transition:all .1s}.provider-pill:hover{border-color:var(--brand-border)}.provider-pill-active{border-color:var(--brand);background:var(--brand-light)}.provider-pill-avatar{width:36px;height:36px;border-radius:8px;background:var(--brand);color:#fff;font-weight:800;font-size:12px;display:grid;place-items:center;flex-shrink:0}.provider-pill-copy{display:flex;flex-direction:column;gap:2px}.provider-pill-copy small{font-size:11px;color:var(--text-3)}.customer-profile-card{padding:14px 16px}.customer-profile-card strong{font-size:14px;color:var(--text-1);display:block}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.cart-line{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.cart-list{display:flex;flex-direction:column;gap:6px}.order-summary-box{padding:14px 16px}.timeline-list{display:flex;flex-direction:column;gap:8px}.timeline-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.timeline-card strong{font-size:13px;color:var(--text-1)}.timeline-card p{font-size:12px;color:var(--text-2);margin-top:2px}.timeline-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.provider-settings-layout{display:grid;grid-template-columns:1fr 320px;gap:16px;align-items:start}.management-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-toolbar-grid{grid-template-columns:1fr 1fr 1fr auto}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px}.floating-panel{padding:16px 20px;font-weight:600;font-size:13px;color:var(--text-2)}@media(max-width:1100px){.customer-app-desktop{grid-template-columns:240px 1fr}.customer-main{grid-template-columns:1fr 280px}.provider-settings-layout,.admin-overview-grid{grid-template-columns:1fr}.provider-customer-layout{grid-template-columns:1fr 1fr}.provider-customer-editor{position:static;grid-column:1 / -1}}@media(max-width:900px){.provider-management-grid,.management-grid{grid-template-columns:1fr}.admin-toolbar-grid{grid-template-columns:1fr 1fr}.simple-form-grid{grid-template-columns:1fr}.field-span-2{grid-column:span 1}.hero-banner{grid-template-columns:1fr}.banner-metrics{flex-wrap:wrap}.provider-customer-kpis{grid-template-columns:1fr;min-width:0;width:100%}.provider-customer-layout,.provider-customer-filters{grid-template-columns:1fr}}@media(max-width:768px){.login-page{grid-template-columns:1fr}.login-left{display:none}.login-right{min-height:100vh;padding:28px 20px 32px;justify-content:flex-start}.login-mobile-hero{display:flex;flex-direction:column;gap:12px;padding:8px 0 22px}.login-mobile-hero .brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:var(--brand);letter-spacing:-.4px}.login-mobile-hero h1{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.8px;color:var(--text-1)}.login-mobile-hero p{margin:0;color:var(--text-2);font-size:14px;line-height:1.5}.login-right>h2{margin-top:0}.login-presets{grid-template-columns:1fr}.shell{padding:12px}.provider-screen-v2{padding:16px}.provider-main-nav,.provider-shell-header{padding:0 16px}.customer-app-desktop{grid-template-columns:1fr}.customer-sidebar{display:none}.customer-main{grid-template-columns:1fr}.customer-cart-panel{display:none}.prep-block-list{grid-template-columns:1fr}}.customer-provider-item:hover{background:var(--surface-2);border-color:var(--border);transform:translateY(-1px)}.customer-provider-item.active{background:var(--brand-light);border-color:var(--brand-border);box-shadow:inset 0 0 0 1px #2563eb14}.store-guided-state{min-height:360px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(239,246,255,.9),var(--surface));padding:32px;text-align:center}.store-guided-icon{width:56px;height:56px;border-radius:16px;background:var(--brand-light);border:1px solid var(--brand-border);display:grid;place-items:center}.store-guided-copy{max-width:340px}.store-guided-copy h2{margin-bottom:6px}.customer-cart-panel{justify-content:flex-start}.cart-disabled-state{display:flex;flex-direction:column;gap:14px}.cart-disabled-state .button{margin-top:0}
