@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700&family=JetBrains+Mono:wght@400;600&display=swap";:root{--background: #0b1220;--foreground: #f8fafc;--card: #111b2d;--card-elevated: #162238;--muted: #1e2a3e;--muted-foreground: #94a3b8;--border: #26354d;--primary: #f97316;--primary-foreground: #fff7ed;--success: #10b981;--sidebar: #080f1c;--font-sans: "Plus Jakarta Sans", "Noto Sans SC", ui-sans-serif, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}[data-theme=light]{--background: #e9eef4;--foreground: #1c2738;--card: #f7f9fc;--card-elevated: #f1f5f9;--muted: #e3e9f0;--muted-foreground: #526174;--border: #cbd5e1;--sidebar: #eef2f6}@media(max-width:700px){body{font-size:13px}}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;font-family:var(--font-sans)}body{background:var(--background);color:var(--foreground);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;display:flex;background:var(--background);color:var(--foreground);color-scheme:dark}.app-shell[data-theme=light]{color-scheme:light}.sidebar{width:238px;background:var(--sidebar);border-right:1px solid var(--border);padding:24px 14px 16px;display:flex;flex-direction:column;flex-shrink:0}.sidebar-brand{display:flex;gap:11px;align-items:center;padding:0 10px 22px}.sidebar-brand strong,.sidebar-brand span,.user-row strong,.user-row span{display:block}.sidebar-brand strong{font-size:15px}.sidebar-brand span,.user-row span{font-size:11px;color:var(--muted-foreground);margin-top:2px}.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px #f9731638;flex-shrink:0}.store-pill{border:1px solid var(--border);background:var(--card);border-radius:9px;padding:9px 11px;font-size:12px;color:var(--muted-foreground);display:flex;align-items:center;gap:7px;margin:0 3px 22px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--success);display:inline-block}.pill-arrow{margin-left:auto}.sidebar nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:11px;color:var(--muted-foreground);padding:11px 12px;border-radius:8px;font-size:13px}.nav-item:hover{background:var(--muted);color:var(--foreground)}.nav-item.active{background:#f973161a;color:var(--primary);font-weight:600}.nav-count{margin-left:auto;background:var(--primary);color:#fff;border-radius:10px;font:600 10px var(--font-mono);padding:2px 6px}.sidebar-bottom{margin-top:auto}.mini-preview-link{display:flex;align-items:center;gap:9px;border:1px solid var(--border);padding:10px 11px;border-radius:9px;color:var(--muted-foreground);font-size:12px;cursor:pointer}.switch{margin-left:auto;width:28px;height:16px;border-radius:99px;background:var(--muted);padding:2px}.switch i{display:block;width:12px;height:12px;border-radius:50%;background:#64748b}.switch.on{background:#f9731655}.switch.on i{transform:translate(12px);background:var(--primary)}.user-row{display:flex;align-items:center;gap:9px;padding:17px 7px 0;margin-top:17px;border-top:1px solid var(--border)}.avatar{width:28px;height:28px;border-radius:50%;background:#fb923c;color:#fff;display:grid;place-items:center;font-weight:700}.user-row strong{font-size:12px}.user-row span{font-size:10px}.user-row .icon-btn{margin-left:auto}.workspace{flex:1;min-width:0}.topbar{height:68px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 30px}.crumbs{display:flex;gap:10px;color:var(--muted-foreground);font-size:12px}.crumbs strong{color:var(--foreground)}.top-actions{display:flex;gap:12px;align-items:center}.live-status{font-size:11px;color:var(--muted-foreground);display:flex;gap:6px;align-items:center}.icon-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;background:transparent;color:var(--muted-foreground);position:relative}.icon-btn:hover{background:var(--muted);color:var(--foreground)}.notification-dot{position:absolute;right:5px;top:5px;width:5px;height:5px;background:var(--primary);border-radius:50%}.preview-toggle,.primary-btn,.secondary-btn{display:inline-flex;align-items:center;gap:7px;border-radius:7px;padding:9px 13px;font-size:12px;font-weight:600}.preview-toggle,.secondary-btn{background:var(--card);color:var(--foreground);border:1px solid var(--border)}.primary-btn{background:var(--primary);color:#fff;box-shadow:0 5px 18px #f9731626}.content,.content-with-preview{display:flex;min-height:calc(100vh - 68px)}.page-content{padding:32px;flex:1;min-width:0;overflow:auto}.content-with-preview .page-content{padding-right:24px}.page-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:26px}.eyebrow{font:600 10px var(--font-mono);letter-spacing:.12em;color:var(--primary);text-transform:uppercase;margin-bottom:8px}.page-header h1{margin:0;font-size:27px;letter-spacing:-.03em}.page-header p{margin:7px 0 0;color:var(--muted-foreground);font-size:13px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-card,.panel,.table-card{background:var(--card);border:1px solid var(--border);border-radius:11px}.metric-card{padding:18px;display:flex;justify-content:space-between;min-height:123px}.metric-card span{display:block;color:var(--muted-foreground);font-size:12px}.metric-card strong{display:block;font:700 25px var(--font-mono);margin:10px 0 8px}.metric-card .change{font:500 11px var(--font-sans)}.change.orange,.orange-text{color:var(--primary)}.change.blue{color:#60a5fa}.change.green,.green-text{color:#34d399}.change.purple{color:#c084fc}.metric-icon{width:37px;height:37px;border-radius:9px;display:grid;place-items:center}.metric-icon.orange{background:#f973161a;color:var(--primary)}.metric-icon.blue{background:#3b82f61a;color:#60a5fa}.metric-icon.green{background:#10b9811a;color:#34d399}.metric-icon.purple{background:#a855f71a;color:#c084fc}.dashboard-grid,.stats-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;margin-bottom:14px}.panel{padding:20px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.panel h2{font-size:14px;margin:0}.panel-head p{font-size:11px;color:var(--muted-foreground);margin:5px 0 0}.chart-panel{min-height:340px}.chart-wrap{height:250px;margin-top:22px}.segmented,.range-tabs,.filter-tabs{display:flex;background:var(--muted);border-radius:7px;padding:3px;gap:2px}.segmented button,.range-tabs button,.filter-tabs button{background:transparent;color:var(--muted-foreground);padding:6px 9px;border-radius:5px;font-size:11px}.segmented button.selected,.range-tabs button.selected,.filter-tabs button.selected{background:var(--card-elevated);color:var(--foreground)}.recent-list{margin-top:15px}.order-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border)}.order-row>div:nth-child(2){min-width:0;flex:1}.order-row strong,.order-row span{display:block}.order-row strong{font-size:12px}.order-row>div:nth-child(2) span{font-size:11px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.row-right{display:flex;align-items:flex-end;flex-direction:column;gap:4px}.row-right>b{font:600 11px var(--font-mono)}.table-badge{display:inline-flex;background:#f973161a;color:var(--primary);font:600 11px var(--font-mono);padding:5px 7px;border-radius:5px}.table-badge.small{font-size:10px;padding:4px 6px}.order-number{font:11px var(--font-mono);color:var(--muted-foreground);margin-left:7px}.status-badge{font-size:10px;padding:4px 7px;border-radius:5px;border:1px solid}.status-badge.paid{color:#fbbf24;border-color:#f59e0b33;background:#f59e0b14}.status-badge.cooking{color:#60a5fa;border-color:#3b82f633;background:#3b82f614}.status-badge.completed{color:#34d399;border-color:#10b98133;background:#10b98114}.status-badge.pending{color:#94a3b8;border-color:#64748b44;background:#64748b14}.quick-panel{display:flex;align-items:center;justify-content:space-between;gap:20px}.quick-panel h2{margin-bottom:5px}.quick-panel p{margin:0;color:var(--muted-foreground);font-size:11px}.quick-actions{display:flex;gap:8px;flex:1;justify-content:flex-end}.quick-actions a{display:flex;align-items:center;gap:8px;padding:11px 13px;border:1px solid var(--border);border-radius:8px;color:var(--muted-foreground);font-size:11px}.quick-actions a:hover{border-color:var(--primary);color:var(--primary)}.text-link{display:flex;align-items:center;gap:4px;color:var(--primary);font-size:11px}.order-toolbar,.table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.polling{font-size:11px;color:var(--muted-foreground);display:flex;align-items:center;gap:6px}.orders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.order-card{background:var(--card);border:1px solid var(--border);border-radius:11px;padding:17px}.order-top,.order-bottom{display:flex;align-items:center;justify-content:space-between}.order-top{padding-bottom:13px;border-bottom:1px solid var(--border)}.order-items{background:var(--muted);border-radius:7px;margin:14px 0;padding:10px 12px}.order-items div{display:flex;justify-content:space-between;font-size:11px;margin:7px 0}.order-items em{color:var(--primary);font-style:normal;font-weight:700}.order-items strong,.order-bottom strong{font:600 12px var(--font-mono)}.order-bottom{font-size:10px;color:var(--muted-foreground);padding-bottom:13px}.order-action{display:flex;justify-content:center;align-items:center;gap:6px;width:100%;padding:9px;border-radius:7px;background:#f9731618;color:var(--primary);font-size:11px;font-weight:600}.completed-note{display:flex;justify-content:center;align-items:center;gap:6px;color:#34d399;font-size:11px}.search-box{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:7px;padding:0 10px;flex:1;max-width:340px;color:var(--muted-foreground)}.search-box input{height:34px;outline:0;border:0;background:transparent;color:var(--foreground);width:100%;font-size:12px}.table-toolbar select,.modal select,.modal input,.modal textarea{background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:7px;padding:8px 10px;outline:none}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #f9731618}.product-panel{padding:0;overflow:auto}.data-table{min-width:730px}.data-row{display:grid;grid-template-columns:2.2fr 1.05fr .7fr .6fr .8fr .7fr;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid var(--border);font-size:12px}.data-head{font-size:10px;color:var(--muted-foreground)}.product-cell{display:flex;align-items:center;gap:10px;min-width:0}.product-cell img{width:42px;height:42px;object-fit:cover;border-radius:7px}.product-cell strong,.product-cell span{display:block}.product-cell span{font-size:10px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px;margin-top:3px}.price{font:600 12px var(--font-mono);color:var(--primary)}.availability{font-size:10px;color:var(--muted-foreground);background:transparent;display:flex;align-items:center;gap:5px}.availability i{width:6px;height:6px;border-radius:50%;background:#64748b}.availability.available{color:#34d399}.availability.available i{background:#10b981}.row-actions{display:flex;justify-content:flex-end;gap:2px}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background:#020617b8;display:grid;place-items:center;padding:20px;overflow-y:auto}.modal{width:min(520px,100%);background:var(--card-elevated);border:1px solid var(--border);border-radius:13px;padding:22px;display:grid;gap:14px;max-height:calc(100vh - 40px);overflow-y:auto}.modal.compact{width:min(400px,100%)}.modal h2{margin:0;font-size:18px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between}.modal label{display:grid;gap:6px;color:var(--muted-foreground);font-size:11px;line-height:1.5}.modal input,.modal select,.modal textarea{width:100%;font-size:12px}.modal input,.modal select{min-height:38px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.image-field{display:grid;gap:6px}.field-label{color:var(--muted-foreground);font-size:11px;line-height:1.5}.modal .image-upload{min-height:86px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-content:center;align-items:center;column-gap:10px;row-gap:2px;padding:10px;border:1px dashed var(--border);border-radius:8px;background:var(--muted);color:var(--foreground);cursor:pointer;overflow:hidden}.modal .image-upload:hover{border-color:var(--primary);background:#f973160d}.image-upload>svg,.image-upload>img{grid-row:1 / 3;width:54px;height:54px;border-radius:7px;object-fit:cover;color:var(--primary)}.image-upload>svg{padding:15px;background:#f9731614}.image-upload span{align-self:end;font-size:11px;font-weight:700}.image-upload small{align-self:start;color:var(--muted-foreground);font-size:9px}.image-upload input{display:none}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.category-panel{padding:0;overflow:hidden}.category-head,.category-row{display:grid;grid-template-columns:32px minmax(180px,1.7fr) minmax(90px,.7fr) minmax(70px,.55fr) 96px;align-items:center;gap:14px;padding:14px 18px}.category-head{font-size:10px;color:var(--muted-foreground);border-bottom:1px solid var(--border);background:var(--muted)}.category-row{border-bottom:1px solid var(--border);font-size:12px;min-height:72px;transition:background-color .18s ease}.category-row:hover{background:#f9731608}.category-row:last-child{border-bottom:0}.category-name{display:flex;align-items:center;gap:8px}.drag-handle{color:var(--muted-foreground);cursor:grab;text-align:center;font-size:16px}.category-dot{width:8px;height:8px;border-radius:50%;background:var(--primary)}.dot-2{background:#60a5fa}.dot-3{background:#34d399}.dot-4{background:#c084fc}.category-count{color:var(--muted-foreground)}.category-count b{color:var(--foreground);font:700 12px var(--font-mono)}.category-panel .row-actions{justify-content:flex-start}.sort-number{font:600 12px var(--font-mono);color:var(--muted-foreground)}.table-summary{display:flex;gap:12px;margin-bottom:18px}.table-summary>div{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:13px 18px;min-width:130px}.table-summary span,.table-summary strong{display:block}.table-summary span{font-size:11px;color:var(--muted-foreground)}.table-summary strong{font:700 22px var(--font-mono);margin-top:7px}.tables-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.table-card{padding:15px}.table-card.occupied{border-color:#f9731644}.table-card-top,.table-card-bottom{display:flex;justify-content:space-between;align-items:center}.table-status{font-size:10px;color:var(--muted-foreground);display:flex;gap:6px;align-items:center}.table-status i{width:6px;height:6px;border-radius:50%;background:#64748b}.occupied .table-status i{background:var(--primary)}.table-visual{display:grid;place-items:center;padding:21px}.table-circle{width:115px;height:115px;border:1px dashed #64748b66;border-radius:50%;display:grid;place-items:center;align-content:center;gap:6px}.table-circle strong{font:700 24px var(--font-mono)}.table-circle span{font-size:10px;color:var(--muted-foreground);display:flex;align-items:center;gap:4px}.table-card-bottom{border-top:1px solid var(--border);padding-top:12px}.table-card-bottom span,.table-card-bottom strong{display:block}.table-card-bottom span{font-size:10px;color:var(--muted-foreground)}.table-card-bottom strong{font:600 11px var(--font-mono);margin-top:4px}.table-actions{display:flex;align-items:center;gap:8px}.text-btn{background:transparent;color:#fb7185;font-size:10px}.qr-modal{text-align:center}.qr-placeholder{background:#e7edf3;color:#172033;border-radius:10px;padding:22px;display:grid;place-items:center;gap:8px}.qr-placeholder img{display:block;width:min(220px,100%);aspect-ratio:1;object-fit:contain}.qr-placeholder strong{font:700 24px var(--font-mono)}.qr-placeholder span{font-size:11px;color:#64748b}.modal-actions button:disabled{cursor:not-allowed;opacity:.55}.modal-hint{color:var(--muted-foreground);font-size:11px}.legend{font-size:11px;color:var(--muted-foreground);display:flex;gap:6px;align-items:center}.legend i{width:7px;height:7px;border-radius:50%;background:#10b981}.bar-chart{height:270px;margin-top:18px}.login-page{min-height:100vh;display:grid;place-items:center;background:#080f1c;color:#f8fafc}.login-card{width:min(390px,calc(100% - 40px));padding:35px;background:#111b2d;border:1px solid #26354d;border-radius:16px}.login-card .brand-mark{margin-bottom:22px}.login-card h1{font-size:28px;margin:0}.login-card p{color:#94a3b8;margin:7px 0 28px}.login-card form{display:grid;gap:15px}.login-card label{display:grid;gap:7px;color:#cbd5e1;font-size:12px}.login-card input{background:#0b1220;border:1px solid #26354d;border-radius:7px;color:#f8fafc;padding:11px;outline:0}.login-card small{display:block;color:#64748b;font-size:10px;text-align:center;margin-top:18px}.form-error{color:#fb7185;font-size:11px}.preview-wrap{width:350px;background:#080f1c;border-left:1px solid var(--border);padding:16px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.preview-label{width:100%;display:flex;align-items:center;gap:7px;color:#94a3b8;font-size:11px;padding:0 3px 12px}.preview-label .icon-btn{margin-left:auto}.customer-theme-switch{display:inline-flex;margin-left:auto;border:1px solid #26354d;border-radius:5px;overflow:hidden}.customer-theme-switch button{padding:4px 6px;background:transparent;color:#94a3b8;font-size:10px}.customer-theme-switch button.selected{background:#f97316;color:#fff}.customer-theme-switch button:disabled{cursor:default}.customer-theme-switch+.icon-btn{margin-left:0}.phone{width:318px;height:690px;border:8px solid #1d2b43;border-radius:38px;background:#0f172a;overflow:hidden;position:relative;box-shadow:0 20px 55px #0006;color:#f8fafc;display:flex;flex-direction:column}.phone-status{height:28px;padding:11px 16px 0;display:flex;justify-content:space-between;font:10px var(--font-mono)}.phone-head{padding:13px 14px;border-bottom:1px solid #26354d;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:600}.phone-head>div{display:flex;align-items:center;gap:6px}.phone-head b{font:600 10px var(--font-mono);color:var(--primary);border:1px solid #f9731644;border-radius:9px;padding:5px 7px}.phone-content{flex:1;min-height:0;overflow:auto}.menu-content{display:flex}.phone-categories{width:80px;border-right:1px solid #26354d;flex-shrink:0}.phone-categories button{width:100%;padding:14px 5px;background:transparent;color:#94a3b8;border-bottom:1px solid #26354d;font-size:10px}.phone-categories button:first-child{color:var(--primary);background:#f9731611}.phone-categories small{display:block;font-size:9px;margin-top:3px;color:#64748b}.phone-products{padding:12px 9px;flex:1}.phone-products>div>h4{font-size:10px;color:#94a3b8;margin:0 0 7px}.mini-product{display:flex;gap:7px;align-items:center;background:#111b2d;border:1px solid #26354d;border-radius:10px;padding:7px;margin-bottom:8px}.mini-product img{width:49px;height:49px;object-fit:cover;border-radius:8px}.mini-product>div{min-width:0;flex:1}.mini-product strong,.mini-product span,.mini-product b{display:block}.mini-product strong{font-size:10px}.mini-product span{font-size:8px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:3px 0}.mini-product b{font:600 10px var(--font-mono);color:var(--primary)}.add-btn{width:20px;height:20px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;flex-shrink:0}.phone-cart-bar{height:58px;background:#080f1c;border-top:1px solid #26354d;display:flex;align-items:center;justify-content:space-between;padding:8px 12px}.cart-total{display:flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:0}.cart-icon{width:34px;height:34px;border-radius:50%;background:var(--primary);display:grid;place-items:center;position:relative}.cart-icon i{position:absolute;right:-3px;top:-4px;background:#fb7185;border-radius:50%;font:600 8px var(--font-mono);width:15px;height:15px;display:grid;place-items:center;font-style:normal}.cart-total b,.cart-total small{display:block;text-align:left}.cart-total b{font:600 11px var(--font-mono);color:var(--primary)}.cart-total small{font-size:8px;color:#94a3b8;margin-top:2px}.checkout-btn,.pay-btn{background:var(--primary);color:#fff;padding:9px 17px;border-radius:17px;font-size:10px;font-weight:700}.cart-content{padding:12px}.phone-section-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #26354d;padding-bottom:11px;font-size:10px}.phone-section-head strong{display:flex;gap:6px;align-items:center}.phone-section-head button{background:transparent;color:#64748b;font-size:9px;display:flex;gap:3px;align-items:center}.cart-item{display:flex;align-items:center;gap:8px;background:#080f1c;border:1px solid #26354d;border-radius:10px;padding:8px;margin-top:10px}.cart-item img{width:43px;height:43px;border-radius:8px;object-fit:cover}.cart-item>div:nth-child(2){flex:1}.cart-item strong,.cart-item b{display:block}.cart-item strong{font-size:10px}.cart-item b{font:600 10px var(--font-mono);color:var(--primary);margin-top:3px}.qty{display:flex;align-items:center;gap:7px}.qty button{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#26354d;color:#cbd5e1}.qty button:last-child{background:var(--primary);color:#fff}.qty span{font:600 10px var(--font-mono);color:var(--primary)}.phone-pay-bar{padding:10px 12px;border-top:1px solid #26354d}.phone-pay-bar>span{display:flex;justify-content:space-between;color:#94a3b8;font-size:10px}.phone-pay-bar>span b{font:600 12px var(--font-mono);color:var(--primary)}.phone-pay-bar>div{display:flex;gap:6px;margin-top:10px}.phone-pay-bar button{flex:1;padding:8px;border-radius:15px;background:#26354d;color:#cbd5e1;font-size:9px}.phone-pay-bar .pay-btn{background:#10b981}.phone-pay-bar .pay-btn:disabled{opacity:.4}.phone.customer-theme-dark{--customer-background: #0b1220;--customer-surface: #111b2d;--customer-surface-elevated: #162238;--customer-border: #26354d;--customer-text: #f8fafc;--customer-muted: #94a3b8;--customer-primary: #f97316;--customer-success: #10b981;--customer-warning: #fbbf24;--customer-bottom-bar: #080f1c}.phone.customer-theme-light{--customer-background: #e9eef4;--customer-surface: #f7f9fc;--customer-surface-elevated: #f1f5f9;--customer-border: #cbd5e1;--customer-text: #1c2738;--customer-muted: #526174;--customer-primary: #ea580c;--customer-success: #059669;--customer-warning: #b45309;--customer-bottom-bar: #eef2f6}.phone.customer-theme-dark,.phone.customer-theme-light{background:var(--customer-background);border-color:var(--customer-surface-elevated);color:var(--customer-text)}.phone.customer-theme-dark .phone-head,.phone.customer-theme-light .phone-head,.phone.customer-theme-dark .phone-categories,.phone.customer-theme-light .phone-categories,.phone.customer-theme-dark .phone-categories button,.phone.customer-theme-light .phone-categories button,.phone.customer-theme-dark .phone-cart-bar,.phone.customer-theme-light .phone-cart-bar,.phone.customer-theme-dark .phone-section-head,.phone.customer-theme-light .phone-section-head,.phone.customer-theme-dark .phone-pay-bar,.phone.customer-theme-light .phone-pay-bar,.phone.customer-theme-dark .order-detail-card,.phone.customer-theme-light .order-detail-card,.phone.customer-theme-dark .order-state,.phone.customer-theme-light .order-state{border-color:var(--customer-border)}.phone.customer-theme-dark .phone-categories button,.phone.customer-theme-light .phone-categories button,.phone.customer-theme-dark .phone-products>div>h4,.phone.customer-theme-light .phone-products>div>h4,.phone.customer-theme-dark .mini-product span,.phone.customer-theme-light .mini-product span,.phone.customer-theme-dark .cart-total small,.phone.customer-theme-light .cart-total small,.phone.customer-theme-dark .phone-section-head button,.phone.customer-theme-light .phone-section-head button,.phone.customer-theme-dark .phone-pay-bar>span,.phone.customer-theme-light .phone-pay-bar>span,.phone.customer-theme-dark .order-state small,.phone.customer-theme-light .order-state small,.phone.customer-theme-dark .order-state span,.phone.customer-theme-light .order-state span,.phone.customer-theme-dark .order-detail-card b,.phone.customer-theme-light .order-detail-card b{color:var(--customer-muted)}.phone.customer-theme-dark .phone-head b,.phone.customer-theme-light .phone-head b,.phone.customer-theme-dark .phone-categories button:first-child,.phone.customer-theme-light .phone-categories button:first-child,.phone.customer-theme-dark .mini-product b,.phone.customer-theme-light .mini-product b,.phone.customer-theme-dark .cart-total b,.phone.customer-theme-light .cart-total b,.phone.customer-theme-dark .cart-item b,.phone.customer-theme-light .cart-item b,.phone.customer-theme-dark .qty span,.phone.customer-theme-light .qty span,.phone.customer-theme-dark .phone-pay-bar>span b,.phone.customer-theme-light .phone-pay-bar>span b{color:var(--customer-primary)}.phone.customer-theme-dark .phone-head b,.phone.customer-theme-light .phone-head b{border-color:var(--customer-primary)}.phone.customer-theme-dark .phone-categories button:first-child,.phone.customer-theme-light .phone-categories button:first-child{background:color-mix(in srgb,var(--customer-primary) 8%,transparent)}.phone.customer-theme-dark .mini-product,.phone.customer-theme-light .mini-product{background:var(--customer-surface);border-color:var(--customer-border)}.phone.customer-theme-dark .phone-cart-bar,.phone.customer-theme-light .phone-cart-bar,.phone.customer-theme-dark .cart-item,.phone.customer-theme-light .cart-item,.phone.customer-theme-dark .order-state,.phone.customer-theme-light .order-state,.phone.customer-theme-dark .order-detail-card,.phone.customer-theme-light .order-detail-card{background:var(--customer-bottom-bar)}.phone.customer-theme-dark .cart-total,.phone.customer-theme-light .cart-total{color:var(--customer-text)}.phone.customer-theme-dark .add-btn,.phone.customer-theme-light .add-btn,.phone.customer-theme-dark .cart-icon,.phone.customer-theme-light .cart-icon,.phone.customer-theme-dark .checkout-btn,.phone.customer-theme-light .checkout-btn,.phone.customer-theme-dark .qty button:last-child,.phone.customer-theme-light .qty button:last-child{background:var(--customer-primary)}.phone.customer-theme-dark .qty button,.phone.customer-theme-light .qty button,.phone.customer-theme-dark .phone-pay-bar button,.phone.customer-theme-light .phone-pay-bar button{background:var(--customer-surface-elevated);color:var(--customer-text)}.phone.customer-theme-dark .phone-pay-bar .pay-btn,.phone.customer-theme-light .phone-pay-bar .pay-btn,.phone.customer-theme-dark .pay-confirm,.phone.customer-theme-light .pay-confirm,.phone.customer-theme-dark .pay-head span,.phone.customer-theme-light .pay-head span{background:var(--customer-success)}.phone.customer-theme-dark .order-state strong,.phone.customer-theme-light .order-state strong{color:var(--customer-warning)}.order-detail{padding:12px}.order-state,.order-detail-card{background:#080f1c;border:1px solid #26354d;border-radius:10px;padding:15px;margin-bottom:13px}.order-state{text-align:center}.order-state small,.order-state span{display:block;color:#94a3b8;font-size:9px}.order-state strong{display:flex;justify-content:center;align-items:center;gap:6px;color:#fbbf24;font-size:15px;margin:9px 0}.order-state span{font:9px var(--font-mono)}.order-detail-card>strong{display:block;font-size:10px;border-bottom:1px solid #26354d;padding-bottom:9px;margin-bottom:8px}.order-detail-card>div{display:flex;justify-content:space-between;font-size:10px;margin:8px 0}.order-detail-card b{font:10px var(--font-mono);color:#94a3b8}.order-detail-card hr{border:0;border-top:1px solid #26354d}.back-menu{width:100%;padding:9px;border-radius:16px;background:#1d2b43;color:#cbd5e1;font-size:10px}.phone-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617cc;display:flex;align-items:flex-end;z-index:3}.pay-sheet{background:#111b2d;border-top:1px solid #26354d;border-radius:22px 22px 0 0;padding:17px;width:100%}.pay-head{display:flex;justify-content:space-between;font-size:10px;border-bottom:1px solid #26354d;padding-bottom:11px}.pay-head strong{display:flex;align-items:center;gap:6px}.pay-head span{background:#10b981;color:#fff;border-radius:3px;padding:2px 4px}.pay-head button{background:transparent;color:#94a3b8}.pay-store{text-align:center;color:#94a3b8;font-size:10px;padding:18px 0}.pay-store strong{display:block;font:700 27px var(--font-mono);color:#f8fafc;margin-top:5px}.pay-info{background:#080f1c;border:1px solid #26354d;border-radius:11px;padding:10px;margin-bottom:14px}.pay-info span{display:flex;justify-content:space-between;color:#94a3b8;font-size:9px;padding:4px 0}.pay-info b{color:#f8fafc}.pay-confirm{width:100%;background:#10b981;color:#fff;padding:11px;border-radius:10px;font-size:10px;font-weight:700}@media(max-width:1100px){.sidebar{width:205px}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.stats-grid{grid-template-columns:1fr}.preview-wrap{display:none}.content-with-preview .page-content{padding-right:32px}}@media(max-width:760px){.sidebar{position:fixed;z-index:30;left:-240px;top:0;height:100vh;transition:.25s}.sidebar.open{left:0}.scrim{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background:#02061799}.mobile-menu,.mobile-close{display:grid}.topbar{padding:0 16px}.top-actions .live-status,.preview-toggle{display:none}.page-content{padding:22px 16px}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:20px}.page-header h1{font-size:23px}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{padding:13px;min-height:112px}.metric-card strong{font-size:19px}.quick-panel{display:block}.quick-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:16px}.orders-grid{grid-template-columns:1fr}.order-toolbar{align-items:flex-start;flex-direction:column}.table-toolbar{flex-wrap:wrap}.search-box{max-width:none;order:1;flex-basis:100%}.tables-grid{grid-template-columns:1fr 1fr}.table-summary{overflow:auto}.table-summary>div{min-width:105px}.category-head{display:none}.category-row{grid-template-columns:28px minmax(0,1fr) auto 72px;gap:8px;padding:12px}.category-row .sort-number{display:none}.category-count{white-space:nowrap}.category-panel .row-actions{justify-content:flex-end}.form-grid{grid-template-columns:1fr}}@media(min-width:761px){.mobile-menu,.mobile-close{display:none}}
