@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&display=swap";:root{--orange: #ff6600;--dark: #0d0d0d;--card: #1a1a1a;--text: #ffffff;--muted: #8a8a8a;--light: #fdfdfd;--shadow: 0 15px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}body{margin:0;font-family:Sora,sans-serif;background:var(--dark);color:var(--text);min-height:100vh}#root{height:100vh}button,input,select{font-family:inherit}.app-shell{display:flex;height:100vh;overflow:hidden}.sidebar-left{width:230px;background:#000;border-right:2px solid var(--orange);display:flex;flex-direction:column}.logo-box{padding:20px;text-align:center;display:flex;align-items:center;justify-content:center;min-height:92px}.logo-box img{width:100%;max-height:96px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,102,0,.2))}.logo-text{color:#fff;font-size:28px;line-height:1.1;font-weight:800;letter-spacing:.5px;overflow-wrap:anywhere}.category-list{flex:1;overflow-y:auto;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.category-button{border:none;border-radius:12px;background:#111;color:#777;padding:12px 14px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.2s ease;text-transform:uppercase;font-size:11px;letter-spacing:.3px}.category-button small{color:#999}.category-button.active{background:var(--orange);color:#fff;box-shadow:0 6px 16px #ff660059}.category-list-skeleton{pointer-events:none}.category-skeleton-button{border-radius:12px;background:#111;padding:12px 14px;display:flex;justify-content:space-between;align-items:center}.category-skeleton-label,.category-skeleton-count{display:block;border-radius:999px;background:linear-gradient(90deg,#1a1a1a,#272727 45%,#1a1a1a);background-size:200% 100%;animation:category-skeleton-shimmer 1.1s linear infinite}.category-skeleton-label{height:12px;width:110px}.category-skeleton-count{height:12px;width:28px}@keyframes category-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.main-area{flex:1;padding:24px;overflow-y:auto;background:radial-gradient(circle at top,#1a1a1a,#000)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px}.product-card{border:1px solid #2b2b2b;border-radius:18px;background:var(--card);color:var(--text);cursor:pointer;overflow:hidden;transition:.3s ease;text-align:left;padding:0}.product-card:hover{transform:translateY(-4px);border-color:var(--orange);box-shadow:var(--shadow)}.product-image{height:115px;background:#222;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;opacity:0;transition:transform .4s ease,opacity .22s ease}.product-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1c1c1c,#2a2a2a 45%,#1c1c1c);background-size:200% 100%;animation:product-image-shimmer 1.1s linear infinite}.product-image.loaded img{opacity:1}.product-image.loaded:before{display:none}.product-card:hover img{transform:scale(1.08)}@keyframes product-image-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-details{padding:12px;display:flex;flex-direction:column;gap:6px}.product-name{font-size:13px;font-weight:700;min-height:32px}.product-price{color:var(--orange);font-size:18px;font-weight:800}.right-column{width:460px;background:var(--light);color:#000;display:flex;flex-direction:column;border-left:2px solid #eee;min-height:0}.right-panel-switcher{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #e9e9e9;background:#fff;position:relative;overflow:visible;z-index:5}.checkout-warning-banner{width:100%;border:1px solid #d79b2f;background:#fff5e2;color:#7f4f00;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:600}.right-panel-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:0;flex:1}.right-panel-tab{border:1px solid #d8d8d8;background:#f6f6f6;color:#555;border-radius:10px;padding:9px 10px;min-height:40px;font-size:12px;line-height:1;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.right-panel-tab.active{background:#111;border-color:#111;color:#fff}.right-panel-count{min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;font-weight:800;padding:0 6px;background:#e6e6e6;color:#333}.right-panel-tab.active .right-panel-count{background:var(--orange);color:#111}.right-panel-content{flex:1;min-height:0;display:flex;flex-direction:column}.right-panel-content .sidebar-right,.right-panel-content .kitchen-area{flex:1;min-height:0}.right-panel-content .kitchen-area{border-top:0}.sidebar-right{background:var(--light);color:#000;display:flex;flex-direction:column;flex:1.2;box-shadow:-10px 0 30px #0003;min-height:0}.cart-title{margin:0;font-size:18px;font-weight:800;border-left:5px solid var(--orange);padding-left:10px}.sync-status{display:inline-block;margin-top:6px;font-size:11px;font-weight:700;letter-spacing:.3px;color:var(--muted)}.user-email{display:block;font-size:11px;color:#999;margin-top:4px}.sync-status.connected{color:#1e9e58}.sync-status.error{color:#d63031}.reports-button{background:#111;color:#fff;border:none;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:700}.signout-button{background:#f1f1f1;color:#333;border:1px solid #ddd;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:700}.sidebar-footer{margin-top:auto;padding:16px 18px 20px;border-top:1px solid #222;display:flex;flex-direction:column;gap:12px;color:#d6d6d6}.sidebar-footer .sync-status{color:#b0b0b0}.sidebar-footer .user-email{color:#9a9a9a}.sidebar-footer-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.session-chip-wrap,.closeout-chip-wrap{position:relative;flex-shrink:0}.session-chip,.closeout-chip{border:1px solid #d8d8d8;background:#f6f6f6;color:#333;border-radius:999px;padding:6px 10px;min-height:34px;font-size:11px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.session-chip-dot,.closeout-chip-dot{width:8px;height:8px;border-radius:999px;background:#8b8b8b}.session-chip.active .session-chip-dot{background:#1e9e58}.session-chip.inactive .session-chip-dot{background:#d47f00}.session-chip.local .session-chip-dot{background:#666}.closeout-chip.cloud .closeout-chip-dot{background:#1e9e58}.closeout-chip.local .closeout-chip-dot{background:#666}.session-popover,.closeout-popover{position:absolute;top:calc(100% + 2px);right:0;width:280px;max-width:min(92vw,320px);z-index:50}.session-panel,.closeout-panel{border:1px solid #e0e0e0;border-radius:12px;padding:10px;background:#fff;box-shadow:0 14px 30px #0003;display:flex;flex-direction:column;gap:8px}.session-panel-note,.closeout-panel-note{margin:0;color:#666;font-size:12px}.session-panel-block,.closeout-panel-block{display:flex;flex-direction:column;gap:8px}.session-panel-block label,.closeout-panel-block label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#666}.session-panel-block input,.closeout-panel-block input{border:1px solid #d7d7d7;border-radius:8px;padding:7px 8px;background:#fff;color:#111}.session-panel-button,.closeout-panel-button{border:none;background:var(--orange);color:#111;border-radius:8px;padding:8px 10px;font-weight:700;cursor:pointer}.session-panel-button:disabled,.closeout-panel-button:disabled{opacity:.7;cursor:not-allowed}.closeout-panel-button.secondary{background:#efefef;color:#111;border:1px solid #d7d7d7}.closeout-panel-button.secondary:hover:not(:disabled){background:#e4e4e4}.closeout-actions{display:flex;gap:8px}.closeout-actions .closeout-panel-button{flex:1}.closeout-meta{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#555}.closeout-meta strong{font-size:12px;color:#111}.session-feedback,.closeout-feedback{display:flex;flex-direction:column;gap:2px;border-radius:10px;padding:8px;font-size:11px;border:1px solid #d8d8d8}.session-feedback.ok,.closeout-feedback.ok{background:#1e9e5826;border-color:#1e9e5866}.session-feedback.warn,.closeout-feedback.warn{background:#d6303126;border-color:#d6303166}.session-compact-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.session-compact-meta{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#555}.session-compact-meta strong{font-size:12px;color:#111}.session-close-form{display:flex;flex-direction:column;gap:8px}.cart-items{flex:1;overflow-y:auto;padding:16px 20px;min-height:0}.cart-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #eee;gap:12px}.cart-name{font-weight:600;display:block;margin-bottom:6px}.cart-note{display:block;font-size:11px;color:#888;margin-bottom:6px}.cart-controls{display:inline-flex;align-items:center;gap:6px;background:#f3f3f3;border-radius:10px;padding:4px 6px}.cart-controls button{background:#fff;border:1px solid #ddd;width:24px;height:24px;border-radius:6px;cursor:pointer}.cart-price{text-align:right;display:flex;flex-direction:column;gap:8px}.cart-price .remove{background:none;border:none;color:#d63031;font-size:16px;cursor:pointer;align-self:flex-end}.empty-cart{color:var(--muted);text-align:center;margin-top:40px}.cart-order-meta{border-top:1px solid #eee;padding:12px 20px;display:flex;flex-direction:column;gap:10px;background:#fff}.cart-order-tags{display:flex;flex-wrap:wrap;gap:8px}.cart-order-tags .tag-chip{background:#f5f5f5}.cart-order-note-input{border:1px solid #ddd;border-radius:10px;padding:8px 10px;font-size:12px;width:100%}.total-section{padding:20px;background:#fff;border-top:2px solid #eee;position:sticky;bottom:0;z-index:2}.total-line{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;margin-bottom:12px}.discount-panel{display:grid;grid-template-columns:1fr 1fr;gap:4px 6px;text-align:left;margin-bottom:4px}.discount-panel.compact{grid-template-columns:auto 1fr 1fr auto;align-items:center;gap:4px}.discount-title{font-size:10px;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.03em}.discount-panel label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:600;color:#333}.discount-panel input,.discount-panel select{border:1px solid #ddd;border-radius:8px;padding:4px 6px;font-size:11px;line-height:1.1}.discount-panel.compact input,.discount-panel.compact select{padding:2px 6px;height:28px}.discount-amount{font-size:11px;font-weight:700;color:#c2471b;white-space:nowrap}.discount-bar{display:flex;align-items:center;gap:4px;padding:8px 10px;border:1px solid #eee;border-radius:12px;background:#fafafa;margin-bottom:0;flex:0 0 50%;max-width:50%;min-width:0;flex-wrap:wrap}.discount-group{display:inline-flex;align-items:center;gap:1px;padding:2px;border:1px solid #ddd;border-radius:999px;background:#fff;flex:0 0 auto}.discount-toggle{border:0;background:transparent;padding:8px 12px;min-width:36px;font-size:12px;font-weight:700;color:#555;border-radius:999px;cursor:pointer}.discount-toggle.active{background:#111;color:#fff}.discount-input{position:relative;display:flex;align-items:center;margin-left:auto;flex:0 0 auto}.discount-input input{width:84px;height:28px;border:1px solid #ddd;border-radius:8px;padding:4px 20px 4px 8px;font-size:12px;text-align:right}.discount-input input:disabled{background:#f1f1f1;color:#999}.discount-suffix{position:absolute;right:6px;font-size:11px;color:#777;pointer-events:none}.discount-badge{margin-left:6px;padding:4px 6px;border-radius:8px;background:#fff1ea;color:#c2471b;font-size:11px;font-weight:700;white-space:nowrap;flex:0 0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.total-row{margin-left:auto;font-size:36px;font-weight:800;color:var(--orange);text-align:right;margin-bottom:0;white-space:nowrap;flex:0 0 auto}.total-before{margin-right:10px;text-decoration:line-through;color:#888;font-size:14px}.btn-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pay-btn{padding:18px;border:none;border-radius:14px;font-weight:800;font-size:16px;cursor:pointer;color:#fff}.pay-btn:disabled{opacity:.6;cursor:not-allowed}.pay-btn.cash{background:#1e9e58}.pay-btn.card{background:#2b6cb0}.kitchen-area{flex:.9;background:#f5f5f5;padding:16px 20px;border-top:2px solid #ddd;overflow-y:auto}.kitchen-area h4{margin:0 0 12px;font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.4px}.kitchen-card{background:#fff;border-radius:12px;padding:12px;margin-bottom:12px;border-left:5px solid var(--orange);box-shadow:0 2px 6px #0000001a}.kitchen-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.kitchen-header-main{display:flex;flex-direction:column;gap:3px}.kitchen-header small{display:block;color:#666;font-size:11px}.kitchen-order-tags{display:flex;flex-wrap:wrap;gap:5px}.kitchen-order-tag{display:inline-block;border:1px solid #e3e3e3;border-radius:999px;background:#f7f7f7;color:#666;font-size:10px;padding:2px 7px;font-weight:600}.kitchen-order-note{font-size:11px;color:#666;font-style:italic;margin:2px 0 8px}.done-btn{background:var(--orange);color:#fff;border:none;border-radius:8px;padding:6px 12px;cursor:pointer;font-weight:700}.kitchen-actions{display:flex;gap:8px}.print-btn{background:#111;color:#fff;border:1px solid #2b2b2b;border-radius:8px;padding:6px 10px;cursor:pointer;font-weight:700}.kitchen-items{font-size:13px;color:#333}.kitchen-tags{color:#666;font-size:12px}.kitchen-note{font-size:12px;color:#444;font-style:italic;margin-left:12px}.kitchen-empty{color:var(--muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999}.modal-card{background:#fff;color:#000;border-radius:28px;padding:32px;width:min(420px,90%);text-align:center;box-shadow:0 25px 50px #00000073}.confirm-modal-card{text-align:left}.confirm-message{margin:0;color:#333;line-height:1.45}.confirm-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:10px;align-items:center}.order-edit-card{width:min(760px,95%);text-align:left;max-height:90vh;overflow-y:auto}.modal-header{font-size:22px;font-weight:800;margin-bottom:20px}.order-edit-section{margin-bottom:18px}.order-edit-section h4{margin:0 0 10px;font-size:16px}.order-edit-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.order-edit-row label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600}.order-edit-row input,.order-edit-row select{border:1px solid #ddd;border-radius:10px;padding:8px 10px;font-size:13px}.order-edit-items{display:flex;flex-direction:column;gap:12px}.order-edit-item{border:1px solid #eee;border-radius:14px;padding:12px;background:#fafafa}.order-edit-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.order-edit-actions{display:flex;gap:12px;justify-content:flex-end}.order-edit-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;text-align:center}.order-edit-totals div{background:#f5f5f5;padding:10px;border-radius:10px}.order-edit-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.modal-section-label{margin:16px 0 8px;font-size:13px;font-weight:700;color:#444;text-align:left;text-transform:uppercase;letter-spacing:.3px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-option{padding:24px 10px;border:3px solid #eee;border-radius:18px;cursor:pointer;font-size:18px;font-weight:800;background:#f9f9f9;transition:.3s}.modal-option span{display:block;font-size:12px;opacity:.6;margin-top:6px}.modal-option:hover{border-color:var(--orange);color:var(--orange)}.modal-option.active{border-color:var(--orange);background:#fff4ec;color:var(--orange)}.modal-tags{margin-top:16px;text-align:left}.modal-tags p{margin:0 0 8px;font-size:12px;font-weight:700;color:#444}.tag-grid{display:flex;flex-wrap:wrap;gap:8px}.tag-chip{border:1px solid #ddd;background:#f7f7f7;color:#333;padding:6px 12px;border-radius:999px;font-size:12px;cursor:pointer}.tag-chip.active{background:var(--orange);border-color:var(--orange);color:#111}.modal-note{display:flex;flex-direction:column;gap:8px;margin-top:14px;text-align:left;font-size:12px;font-weight:700;color:#444}.modal-note textarea{resize:vertical;min-height:60px;border-radius:12px;border:1px solid #ddd;padding:10px;font-family:inherit}.combo-toggle{margin-top:20px;width:100%;border:2px dashed var(--orange);border-radius:14px;padding:12px 16px;font-weight:800;background:#fff4ec;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px}.combo-toggle input{transform:scale(1.2)}.combo-toggle.active{background:#ffe0cc}.modal-confirm{margin-top:16px;border:none;background:var(--orange);color:#111;padding:12px 16px;border-radius:14px;font-weight:800;cursor:pointer}.modal-confirm:disabled{opacity:.5;cursor:not-allowed}.modal-confirm.secondary{background:#222;color:#fff;border:1px solid #333}.modal-confirm.warning{background:#f2a61b;color:#111}.modal-confirm.danger{background:#d93025;color:#fff}.checkout-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px}.checkout-summary div{background:#f7f7f7;border:1px solid #e4e4e4;border-radius:12px;padding:10px 12px;text-align:left}.checkout-summary span{font-size:11px;color:#666}.checkout-summary strong{display:block;margin-top:4px;font-size:16px}.checkout-invoice{margin-top:10px;font-weight:700;color:#333}.checkout-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.checkout-note{margin:12px 0 0;font-size:11px;color:#666}.modal-cancel{margin-top:18px;border:none;background:none;color:#888;cursor:pointer;text-decoration:underline}.reports-view{color:#f4f4f4;display:flex;flex-direction:column;gap:20px}.reports-loading{color:#f4f4f4;font-size:20px;font-weight:600}.reports-loading-slot{min-height:30px;display:flex;align-items:center}.reports-loading-placeholder{visibility:hidden;pointer-events:none}.reports-loading.error{color:#ff9f43}.pos-loading{color:#f4f4f4;font-size:20px;font-weight:600;min-height:220px;display:flex;align-items:center;justify-content:center}.reports-header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:16px}.reports-header h2{margin:0 0 6px;font-size:26px}.reports-header p{margin:0;color:#cfcfcf}.reports-controls{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.reports-tabs{display:flex;gap:8px;background:#111;padding:6px;border-radius:999px;border:1px solid #2a2a2a}.reports-tabs button{border:none;background:transparent;color:#cfcfcf;padding:6px 14px;border-radius:999px;cursor:pointer;font-weight:700}.reports-tabs button.active{background:var(--orange);color:#111}.reports-filters{display:flex;gap:12px;align-items:flex-end;justify-content:flex-end}.reports-filters label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#c7c7c7}.reports-filters input{background:#111;border:1px solid #333;color:#fff;border-radius:8px;padding:6px 10px}.report-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.report-card{background:#111;border-radius:16px;padding:16px;border:1px solid #2b2b2b;display:flex;flex-direction:column;gap:8px}.report-card strong{font-size:20px;color:var(--orange)}.report-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.preset-group{display:flex;gap:8px;flex-wrap:wrap}.preset-group button{border:1px solid #2b2b2b;background:#101010;color:#fff;padding:6px 12px;border-radius:999px;font-weight:700;cursor:pointer}.preset-group button:hover{border-color:var(--orange)}.export-btn{border:none;background:var(--orange);color:#111;padding:8px 14px;border-radius:10px;font-weight:700;cursor:pointer}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:stretch}.report-panel{background:#111;border-radius:16px;padding:16px;border:1px solid #2b2b2b}.report-tall{min-height:360px;display:flex;flex-direction:column}.report-tall .top-items{overflow-y:auto;padding-right:4px}.report-panel h3{margin-top:0}.session-open-list,.session-summary-table,.session-history-table,.closeout-history-table{display:flex;flex-direction:column;gap:8px}.session-open-row{display:flex;justify-content:space-between;gap:14px;border:1px solid #2a2a2a;border-radius:10px;padding:10px;background:#0f0f0f}.session-open-meta{display:flex;flex-direction:column;gap:3px;font-size:12px}.session-open-meta span{color:#bbb}.session-open-actions{display:flex;gap:8px;align-items:center}.session-open-actions input{background:#171717;border:1px solid #2f2f2f;color:#fff;border-radius:8px;padding:8px 10px;min-width:220px}.session-summary-head,.session-summary-row,.session-history-head,.session-history-row,.closeout-history-head,.closeout-history-row{display:grid;gap:8px;align-items:center;border:1px solid #2a2a2a;border-radius:10px;padding:8px 10px;font-size:12px}.session-summary-head,.session-summary-row{grid-template-columns:2fr repeat(4,minmax(0,1fr))}.session-summary-head,.session-history-head,.closeout-history-head{background:#1c1c1c;color:#fff;font-weight:700}.session-summary-row{background:#111}.session-history-head,.session-history-row{grid-template-columns:1.5fr repeat(6,minmax(0,1fr))}.session-history-row{background:#111}.closeout-history-head,.closeout-history-row{grid-template-columns:1.2fr repeat(8,minmax(0,1fr))}.closeout-history-row{background:#111}@media (max-width: 980px){.session-open-row{flex-direction:column}.session-open-actions{width:100%}.session-open-actions input{min-width:0;flex:1}.session-summary-head,.session-summary-row,.session-history-head,.session-history-row,.closeout-history-head,.closeout-history-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.toolbar-actions{display:flex;align-items:center;gap:8px}.card-visibility-toggle{position:relative}.gear-btn{background:#222;color:#ccc;border:1px solid #333;border-radius:8px;padding:6px 12px;font-size:16px;cursor:pointer;transition:background .15s}.gear-btn:hover{background:#333}.card-settings-dropdown{position:absolute;right:0;top:calc(100% + 6px);background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:8px 0;min-width:200px;z-index:100;box-shadow:0 8px 24px #00000080}.card-settings-dropdown label{display:flex;align-items:center;gap:8px;padding:6px 14px;cursor:pointer;font-size:14px;color:#ccc;transition:background .1s}.card-settings-dropdown label:hover{background:#252525}.card-settings-dropdown input[type=checkbox]{accent-color:var(--orange)}.card-settings-divider{height:1px;background:#333;margin:6px 0}.card-settings-reorder-btn{display:block;width:100%;text-align:left;padding:8px 14px;background:none;border:none;color:#ccc;font-size:14px;cursor:pointer;transition:background .1s}.card-settings-reorder-btn:hover{background:#252525}.top-items{display:flex;flex-direction:column;gap:10px}.metric-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #2b2b2b;background:#151515;overflow:hidden;min-height:62px}.metric-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:var(--bar, 0%);background:linear-gradient(90deg,#ff660059,#ff66000d);z-index:0}.metric-row *{position:relative;z-index:1}.metric-label{display:flex;flex-direction:column;gap:4px}.metric-label span{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;max-height:2.4em}.metric-label small{color:#bdbdbd;font-size:11px}.product-breakdown{margin-top:16px}.product-breakdown-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.product-breakdown-head h3{margin:0}.product-breakdown-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-breakdown-tools span{color:#bdbdbd;font-size:12px}.product-breakdown-tools input{background:#0f0f0f;border:1px solid #2b2b2b;color:#fff;border-radius:8px;padding:8px 10px;min-width:220px}.product-breakdown-table{display:flex;flex-direction:column;gap:8px;overflow-x:auto;overflow-y:visible;padding-right:4px}.product-breakdown-row{display:grid;grid-template-columns:minmax(200px,2fr) repeat(7,minmax(60px,1fr));min-width:740px;align-items:center;gap:10px;padding:10px 12px;border:1px solid #2b2b2b;border-radius:10px;background:#151515}.product-breakdown-row-head{background:transparent;border-style:dashed;border-color:#303030;color:#bdbdbd;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-breakdown-row-head span:nth-child(n+2){justify-self:end;text-align:right}.product-breakdown-row span:first-child,.product-breakdown-row strong:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-breakdown-row span:nth-child(n+2),.product-breakdown-row strong:nth-child(n+2){justify-self:end;text-align:right;font-variant-numeric:tabular-nums}.product-breakdown-row strong{color:var(--orange)}.product-breakdown-row.expandable{cursor:pointer}.product-breakdown-row.expandable:hover{background:#1a1a1a}.expand-chevron{display:inline-block;margin-right:8px;font-size:10px;color:#bdbdbd}.product-breakdown-row.variant-row{padding:6px 12px;background:#0f0f0f;border-color:#222;border-style:dashed;font-size:13px;color:#bdbdbd}.product-breakdown-row.variant-row span:first-child{padding-left:24px}.product-breakdown-row.variant-row strong{color:#bdbdbd}.report-history{background:#0e0e0e}.invoice-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.invoice-history-head h3{margin:0}.invoice-history-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.invoice-history-tools span{color:#bdbdbd;font-size:12px}.invoice-history-tools input{background:#0f0f0f;border:1px solid #2b2b2b;color:#fff;border-radius:8px;padding:8px 10px;min-width:260px}.order-history{display:flex;flex-direction:column;gap:12px}.order-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:12px;background:#151515}.order-row span{display:block;color:#bdbdbd;font-size:12px}.order-row.voided{opacity:.6;border:1px dashed #444}.order-status{margin-top:4px;font-size:11px;color:#ff7675;font-weight:700}.void-btn{border:1px solid #444;background:#111;color:#ffb259;padding:6px 10px;border-radius:8px;font-weight:700;cursor:pointer}.order-actions{display:flex;gap:8px;align-items:center;margin-top:6px;justify-content:flex-end}.reports-sidebar{padding:20px;color:#d6d6d6;flex:1}.reports-sidebar .muted{color:#999;font-size:13px}.muted{color:#999;font-size:12px}.reports-warning{background:#1b1b1b;border:1px solid #333;color:#ffb259;padding:12px 16px;border-radius:12px}.settings-panel,.products-panel{background:#111;border-radius:16px;padding:20px;border:1px solid #2b2b2b;display:flex;flex-direction:column;gap:16px}.settings-panel header p,.products-panel header p{color:#bdbdbd;margin:4px 0 0}.settings-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.settings-panel-header h3{margin:0}.settings-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.settings-grid label,.product-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#cfcfcf}.tag-editor{grid-column:1 / -1}.product-form label small{color:#8b8b8b;font-size:11px}.settings-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.settings-media-card{display:flex;flex-direction:column;gap:8px;border:1px solid #2b2b2b;border-radius:12px;padding:12px;background:#0d0d0d}.settings-media-label{font-size:12px;color:#cfcfcf}.settings-media-card small{color:#8b8b8b;font-size:11px}.settings-file-input{background:#0c0c0c;border:1px solid #2b2b2b;color:#fff;border-radius:10px;padding:6px}.settings-file-input::file-selector-button{border:1px solid #353535;background:#242424;color:#f2f2f2;border-radius:8px;padding:6px 10px;margin-right:10px;cursor:pointer}.settings-media-action{align-self:flex-start;padding:7px 12px}.settings-grid input,.settings-grid select,.station-printing-section input,.station-printing-section select,.product-form input,.product-form select{background:#0c0c0c;border:1px solid #2b2b2b;color:#fff;border-radius:10px;padding:8px 10px}.settings-grid textarea{background:#0c0c0c;border:1px solid #2b2b2b;color:#fff;border-radius:10px;padding:8px 10px;min-height:80px;resize:vertical;font-family:inherit}.settings-actions{display:flex;align-items:center;gap:12px}.settings-actions button,.settings-header-actions button,.station-printing-inline-action button,.products-toolbar button,.product-form-actions button{border:none;background:var(--orange);color:#111;padding:10px 16px;border-radius:10px;font-weight:700;cursor:pointer}.settings-actions button:disabled,.settings-header-actions button:disabled,.station-printing-inline-action button:disabled,.products-toolbar button:disabled,.product-form-actions button:disabled{opacity:.6;cursor:not-allowed}.station-printing-section{border-top:1px solid #2b2b2b;padding-top:18px;display:flex;flex-direction:column;gap:20px}.station-printing-summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:700;display:flex;align-items:center;gap:8px;min-height:30px}.station-printing-summary::-webkit-details-marker{display:none}.station-printing-summary:before{content:"▸";color:#bdbdbd;font-size:12px}.station-printing-section[open] .station-printing-summary:before{content:"▾"}.station-printing-subtitle{color:#bdbdbd;margin:0 0 2px 20px;line-height:1.4}.station-printing-section small{margin-top:2px;color:#a8a8a8}.sp-connection{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.sp-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#bdbdbd}.sp-load-btn,.sp-test-btn{border:none;background:var(--orange);color:#111;padding:8px 16px;border-radius:10px;font-weight:700;cursor:pointer;white-space:nowrap;height:38px}.sp-load-btn:disabled,.sp-test-btn:disabled{opacity:.6;cursor:not-allowed}.sp-agent-status{grid-column:1 / -1;font-size:13px;font-weight:600;padding:4px 0}.sp-agent-status--connected{color:#22c55e}.sp-agent-status--warning{color:#eab308}.sp-agent-status--disconnected{color:#6b7280}.sp-printers{display:flex;flex-direction:column;gap:14px}.sp-printer-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}@media (max-width: 600px){.sp-connection,.sp-printer-row{grid-template-columns:1fr}}.product-form-actions .secondary{background:#222;color:#fff}.products-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;padding:16px;border-radius:14px;background:#0c0c0c;border:1px solid #2b2b2b}.product-form .checkbox{flex-direction:row;align-items:center;gap:10px;font-size:13px}.product-sizes-editor{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px}.product-sizes-editor>label{font-size:12px;color:#cfcfcf;font-weight:600}.product-sizes-editor>button{align-self:flex-start;border:1px dashed #444;background:#181818;color:#cfcfcf;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:12px}.size-entry-row{display:flex;gap:8px;align-items:center}.size-entry-row input{background:#0c0c0c;border:1px solid #2b2b2b;color:#fff;border-radius:8px;padding:6px 8px;font-size:13px;flex:1}.size-entry-row button{border:1px solid #444;background:#1a1a1a;color:#ff7675;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:12px;white-space:nowrap}.product-form-actions{display:flex;gap:12px;grid-column:1 / -1}.product-list{display:grid;gap:12px}.product-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;border-radius:12px;background:#0c0c0c;border:1px solid #2b2b2b;cursor:default}.product-row-draggable{cursor:grab}.product-row.dragging{opacity:.6}.product-row-draggable.dragging{cursor:grabbing}.product-row.drag-over{border-color:var(--orange);box-shadow:0 0 0 2px #f603}.product-row span{display:block;color:#bdbdbd;font-size:12px}.product-row small{color:#888;font-size:11px}.row-actions{display:flex;gap:8px;margin-top:6px}.row-actions button{border:1px solid #2b2b2b;background:#181818;color:#fff;padding:6px 10px;border-radius:8px;cursor:pointer}.products-workspace{display:flex;flex-direction:column;gap:12px;background:#0c0c0c;border:1px solid #2b2b2b;border-radius:14px;padding:14px}.products-workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.products-workspace-header h4{margin:0;font-size:20px}.products-workspace-header p{margin:4px 0 0;color:#9d9d9d;font-size:12px}.products-workspace-status{min-height:18px}.products-list-pane{background:#101010;border:1px solid #2b2b2b;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.products-list-pane-wide{min-height:520px}.products-list-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.products-list-top strong{display:block}.products-list-top small{color:#9e9e9e}.products-list-top button{border:none;background:var(--orange);color:#111;border-radius:8px;padding:8px 10px;font-weight:700}.products-list-actions{display:flex;gap:8px}.products-list-actions .secondary{background:#242424;color:#f2f2f2;border:1px solid #353535}.products-list-controls{display:grid;grid-template-columns:1fr;gap:8px}.products-list-controls-wide{grid-template-columns:minmax(180px,1fr) minmax(170px,220px) minmax(150px,180px)}.products-list-controls input,.products-list-controls select{background:#141414;border:1px solid #313131;color:#fff;border-radius:8px;padding:8px 10px}.products-list-hint{margin:0;color:#9c9c9c;font-size:11px}.product-index{overflow:visible;display:flex;flex-direction:column;gap:7px;padding-right:4px}.product-index-wide{max-height:none}.product-index-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid #2f2f2f;border-radius:10px;padding:8px;background:#141414}.product-index-row-wide{min-height:64px}.product-drag-handle{width:28px;min-width:28px;height:28px;border-radius:7px;border:1px solid #353535;background:#191919;color:#9c9c9c;font-size:12px;cursor:grab}.product-drag-handle:disabled{opacity:.45;cursor:not-allowed}.product-index-main{border:none;background:transparent;color:inherit;text-align:left;padding:0;min-width:0}.product-index-main strong{display:block;color:#f1f1f1;line-height:1.2}.product-index-main span{display:block;color:#adadad;font-size:11px;margin-top:2px}.product-index-meta{display:flex;gap:6px;margin-top:5px;flex-wrap:wrap}.product-index-meta small{border:1px solid #343434;background:#1b1b1b;border-radius:999px;padding:2px 7px;color:#d0d0d0;font-size:10px}.product-row-menu{position:relative}.product-row-menu>button{border:1px solid #353535;background:#191919;color:#e6e6e6;border-radius:7px;width:28px;min-width:28px;height:28px}.product-row-menu-pop{position:absolute;right:0;top:34px;z-index:3;min-width:120px;display:flex;flex-direction:column;gap:4px;background:#101010;border:1px solid #323232;border-radius:8px;padding:6px}.product-row-menu-pop button{border:1px solid #333;background:#1a1a1a;color:#fff;border-radius:7px;padding:6px 8px;text-align:left}.products-list-empty{color:#9e9e9e;font-size:12px}.list-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:10px}.list-pagination button{border:1px solid #353535;background:#1a1a1a;color:#f2f2f2;border-radius:8px;padding:6px 10px;cursor:pointer}.list-pagination button:disabled{opacity:.55;cursor:not-allowed}.list-pagination span{color:#bbb;font-size:12px}.product-modal-card{background:#0f0f0f;color:#f3f3f3;border:1px solid #2f2f2f;border-radius:16px;text-align:left;width:min(960px,96%);max-height:90vh;overflow-y:auto;padding:18px}.product-editor-modal{width:min(920px,96%)}.product-reorder-modal{width:min(980px,96%)}.product-modal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.product-modal-header h5{margin:0;font-size:20px}.btn-secondary{border:1px solid #353535;background:#1b1b1b;color:#f0f0f0;border-radius:8px;padding:7px 11px;font-weight:600;cursor:pointer}.btn-secondary:hover:not(:disabled){border-color:#434343;background:#242424}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.modal-close-btn{min-width:84px}.products-editor-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.products-editor-actions button{border:none;background:var(--orange);color:#111;border-radius:8px;padding:8px 12px;font-weight:700;cursor:pointer}.products-editor-actions .secondary,.editor-section .secondary{background:#242424;color:#f2f2f2;border:1px solid #353535}.products-editor-actions .danger,.product-row-menu-pop .danger{background:#321919;color:#ffb6b6;border:1px solid #6c3737}.modal-footer-actions{justify-content:flex-end;border-top:1px solid #2a2a2a;padding-top:12px}.modal-footer-actions .danger{margin-right:auto}.products-editor-actions button:disabled,.products-list-top button:disabled,.category-manager-actions button:disabled,.editor-section button:disabled{opacity:.6;cursor:not-allowed}.editor-section{border:1px solid #2f2f2f;border-radius:10px;background:#131313;padding:10px;display:flex;flex-direction:column;gap:10px}.editor-section h6{margin:0;font-size:13px;text-transform:uppercase;color:#c9c9c9;letter-spacing:.04em}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px}.editor-grid label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#d0d0d0}.editor-grid input,.editor-grid select,.editor-section .size-entry-row input{background:#101010;border:1px solid #323232;color:#fff;border-radius:8px;padding:8px 9px}.editor-checkbox{flex-direction:row!important;align-items:center;align-self:end;gap:8px!important}.media-grid{grid-template-columns:minmax(220px,1fr) 160px;align-items:start}.editor-image-preview{height:120px;border:1px dashed #373737;border-radius:10px;overflow:hidden;background:#0e0e0e;display:flex;align-items:center;justify-content:center;color:#8f8f8f;font-size:12px}.editor-image-preview img{width:100%;height:100%;object-fit:cover}.product-reorder-list{margin-top:12px;max-height:62vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.product-reorder-row{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #303030;border-radius:10px;background:#151515;padding:9px 10px}.product-reorder-row.drag-over{border-color:var(--orange);box-shadow:0 0 0 1px #ff660059}.product-reorder-row.dragging{opacity:.7}.product-reorder-row small{display:block;color:#9e9e9e}.product-reorder-index{min-width:20px;text-align:center;font-size:12px;color:#b5b5b5}.products-workspace button:focus-visible,.products-workspace input:focus-visible,.products-workspace select:focus-visible,.product-index-main:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.category-manager{display:flex;flex-direction:column;gap:14px;background:#0c0c0c;border:1px solid #2b2b2b;border-radius:14px;padding:16px}.category-manager-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.category-manager-header h4{margin:0;font-size:18px}.category-manager-header p{margin:4px 0 0;color:#bdbdbd;font-size:11px}.category-manager-status{min-height:18px;display:flex;align-items:center;justify-content:flex-end}.category-manager-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.category-manager-actions button{border:none;background:var(--orange);color:#111;border-radius:8px;padding:8px 10px;font-weight:700}.category-manager-actions .secondary{background:#242424;color:#f2f2f2;border:1px solid #353535}.category-list-manager{display:flex;flex-direction:column;gap:8px}.category-row{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:10px;align-items:center;border:1px solid #2f2f2f;background:#111;border-radius:10px;padding:10px}.category-row.drag-over{border-color:var(--orange);box-shadow:0 0 0 2px #f603}.category-row.dragging{opacity:.65}.category-main{display:flex;align-items:center;gap:8px;min-width:0}.category-drag-handle{border:1px solid #343434;background:#151515;color:#bababa;border-radius:8px;width:30px;min-width:30px;height:30px;font-size:12px;letter-spacing:1px;cursor:grab}.category-drag-handle:disabled{cursor:not-allowed;opacity:.45}.category-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.category-system-badge{border:1px solid #3b3b3b;background:#1a1a1a;color:#c7c7c7;border-radius:999px;padding:2px 8px;font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.category-meta{margin:4px 0 0;color:#999;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-controls{display:flex;gap:6px;align-items:center}.category-toggle{display:flex;align-items:center;justify-content:center;gap:6px;color:#d5d5d5;font-size:11px;font-weight:700;background:#151515;border:1px solid #2f2f2f;border-radius:8px;padding:5px 8px;min-width:46px}.category-toggle input{accent-color:var(--orange)}.category-actions{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px;padding-top:8px;margin-top:4px;border-top:1px dashed #2f2f2f}.category-inline-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.category-inline-actions input,.category-inline-actions select{flex:1;min-width:0;background:#151515;border:1px solid #333;color:#fff;border-radius:8px;padding:7px 9px}.category-inline-actions button{border:1px solid #333;background:#1a1a1a;color:#fff;padding:7px 10px;border-radius:8px;cursor:pointer;font-weight:600}.category-manage-toggle{border:1px solid #333;background:#181818;color:#e6e6e6;border-radius:8px;padding:7px 10px;min-width:84px}.category-danger{border-color:#733;color:#ff9f9f;background:#261313}.category-manager button:focus-visible,.category-manager input:focus-visible,.category-manager select:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.category-reorder-modal{width:min(860px,96%)}.category-create-modal{width:min(560px,96%)}.category-create-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.category-create-form label{color:#d0d0d0;font-size:12px}.category-create-form input{background:#101010;border:1px solid #323232;color:#fff;border-radius:8px;padding:8px 10px}.category-reorder-list{margin-top:12px;max-height:62vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.category-reorder-row{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;border:1px solid #303030;border-radius:10px;background:#151515;padding:9px 10px}.category-reorder-row.drag-over{border-color:var(--orange);box-shadow:0 0 0 1px #ff660059}.category-reorder-row.dragging{opacity:.7}.category-reorder-row small{display:block;color:#9e9e9e}.card-reorder-modal{width:min(500px,96%)}.card-reorder-list{margin-top:12px;max-height:62vh;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.card-reorder-row{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;border:1px solid #343434;border-radius:8px;background:#1a1a1a}.card-reorder-row.drag-over{border-color:var(--orange);box-shadow:0 0 0 1px #ff660059}.card-reorder-row.dragging{opacity:.7}.card-drag-handle{border:1px solid #343434;background:#151515;color:#bababa;border-radius:8px;width:30px;min-width:30px;height:30px;font-size:12px;letter-spacing:1px;cursor:grab}.success{color:#1e9e58}.error{color:#ff7675}.auth-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#1a1a1a,#000)}.auth-card{background:#111;color:#fff;border-radius:20px;padding:32px;width:min(420px,90%);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;border:1px solid #2b2b2b}.auth-card img{width:160px;align-self:center}.auth-card h2{margin:0}.auth-card p{margin:0 0 10px;color:#bdbdbd}.auth-card label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#cfcfcf}.auth-card input{background:#0c0c0c;border:1px solid #2b2b2b;color:#fff;border-radius:10px;padding:10px}.auth-card button{border:none;background:var(--orange);color:#111;padding:12px 16px;border-radius:10px;font-weight:700;cursor:pointer}.auth-card small{color:#999;font-size:11px}.mobile-blocked-card .error{margin:4px 0}.mobile-reports-shell{min-height:100vh;background:radial-gradient(circle at top,#1a1a1a,#000);color:#f4f4f4;display:flex;flex-direction:column}.mobile-reports-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #232323;background:#080808f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-reports-brand{display:flex;align-items:center;gap:10px}.mobile-reports-brand img{width:56px;height:56px;object-fit:cover;border-radius:10px}.mobile-reports-brand-fallback{width:56px;height:56px;border-radius:10px;background:#191919;border:1px solid #2b2b2b;color:#f4f4f4;font-size:11px;line-height:1.15;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;overflow-wrap:anywhere}.mobile-reports-brand h2{margin:0;font-size:20px}.mobile-reports-brand p{margin:4px 0 0;color:#b9b9b9;font-size:12px}.mobile-reports-actions{display:flex;align-items:center;gap:10px}.mobile-reports-main{flex:1;overflow-y:auto;padding:14px 12px 22px}.mobile-reports-main .reports-view{gap:14px}@media (max-width: 720px){.reports-view{gap:14px}.reports-header{grid-template-columns:1fr}.reports-controls{align-items:stretch}.reports-filters{justify-content:flex-start;flex-wrap:wrap}.reports-filters label{flex:1;min-width:130px}.report-toolbar{flex-direction:column;align-items:stretch}.preset-group,.export-btn{width:100%}.report-grid{grid-template-columns:1fr}.order-row{flex-direction:column;align-items:flex-start;gap:10px}.order-row>div:last-child{width:100%}.order-row>div:last-child strong{display:block;margin-top:2px}.order-actions{justify-content:flex-start;flex-wrap:wrap}.mobile-reports-header{flex-direction:column;align-items:stretch}.mobile-reports-actions{justify-content:space-between}.mobile-reports-main{padding:12px}.product-breakdown-tools{width:100%}.product-breakdown-tools input{min-width:0;width:100%}.invoice-history-tools{width:100%}.invoice-history-tools input{min-width:0;width:100%}}@media (max-width: 1200px){.right-column{width:380px}.products-list-controls-wide{grid-template-columns:1fr}.category-row{grid-template-columns:1fr;gap:10px}.category-controls{justify-content:flex-start}}@media (max-width: 1024px){.app-shell{flex-direction:column}.sidebar-left{width:100%;flex-direction:row;align-items:center}.category-list{flex-direction:row;overflow-x:auto}.main-area{min-height:50vh}.right-column{width:100%;flex-direction:column}.category-inline-actions{flex-wrap:wrap}.category-inline-actions button{flex:1;min-width:96px}.category-manager-actions{width:100%;justify-content:space-between}.category-manage-toggle{width:100%}.product-modal-card{width:min(96vw,900px);max-height:92vh}.editor-grid,.media-grid{grid-template-columns:1fr}}.cart-layout-split .cart-items{padding:16px 20px}.cart-layout-split .empty-cart{margin-top:30px;font-size:19px;font-weight:600}.cart-layout-split .split-checkout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.95fr);gap:12px;padding:14px;border-top:1px solid #e6e6e6;background:#fbfbfb}.cart-layout-split .split-checkout-left,.cart-layout-split .split-checkout-right{border-radius:14px;padding:12px}.cart-layout-split .split-checkout-left{background:#fff;border:1px solid #e7e7e7;display:flex;flex-direction:column;gap:10px}.cart-layout-split .split-checkout-right{background:linear-gradient(160deg,#0f2235,#1c3854);color:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.cart-layout-split .cart-order-tags{display:flex;flex-wrap:wrap;gap:8px}.cart-layout-split .cart-order-tags .tag-chip{border-color:#dde3ef;background:#f4f7fc;color:#223043;font-weight:600;font-size:12px}.cart-layout-split .cart-order-tags .tag-chip.active{background:#1f5b96;border-color:#1f5b96;color:#fff}.cart-layout-split .cart-order-note-input{border-color:#d8d8d8;border-radius:10px;padding:10px 11px;font-size:13px}.cart-layout-split .discount-bar{max-width:none;flex:1;margin:0;border-color:#d8d8d8;background:#f8f9fb;padding:8px;justify-content:space-between;flex-wrap:nowrap;gap:6px;overflow:hidden}.cart-layout-split .discount-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(60px,76px);align-items:center;gap:8px;flex:1;min-width:0}.cart-layout-split .discount-group{border-color:#cfd6df;background:#fff;padding:3px;width:100%}.cart-layout-split .discount-toggle{padding:7px 0;min-width:0;flex:1}.cart-layout-split .discount-toggle.active{background:#1f5b96}.cart-layout-split .discount-input{margin-left:0;width:100%;min-width:0}.cart-layout-split .discount-input input{width:100%;min-width:0;height:30px;border-radius:999px;border-color:#cfd6df;background:#fff;padding:4px 20px 4px 8px;font-size:11px}.cart-layout-split .discount-suffix{right:9px}.cart-layout-split .discount-badge{margin-left:0;flex-shrink:0}.cart-layout-split .split-total-label{text-transform:uppercase;letter-spacing:.08em;font-size:11px;opacity:.72;font-weight:700}.cart-layout-split .total-row{margin:0;color:#ff8f3d;font-size:42px;line-height:1;text-align:left}.cart-layout-split .total-before{color:#b6bec8;font-size:14px}.cart-layout-split .split-actions{display:flex;flex-direction:column;gap:8px}.checkout-disabled-reason{display:block;margin-top:8px;color:#f5c173;font-size:11px;font-weight:600}.cart-layout-split .pay-btn{border-radius:10px;padding:14px;font-size:14px}.cart-layout-split .pay-btn.cash{background:#38a169}.cart-layout-split .pay-btn.card{background:#4d7cac}@media (max-width: 1200px){.cart-layout-split .split-checkout{grid-template-columns:1fr}.cart-layout-split .split-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1440px){.sidebar-left{width:270px}.right-column{width:520px}.main-area{padding:30px}.logo-box{padding:24px}.category-button{font-size:13px;padding:14px 16px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px}.product-image{height:138px}.product-name{font-size:15px;min-height:36px}.product-price{font-size:22px}.right-panel-tab{font-size:13px;padding:10px 12px;min-height:42px}.cart-title{font-size:21px}.cart-name{font-size:15px}.pay-btn{font-size:18px;padding:20px}.report-cards{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.report-panel h3{font-size:22px}}@media (min-width: 2200px){.sidebar-left{width:320px}.right-column{width:620px}.main-area{padding:36px}.logo-box{padding:30px}.category-button{font-size:15px;padding:16px 18px}.cart-title{font-size:25px}.right-panel-tab{font-size:15px;padding:12px 14px;min-height:52px}.right-panel-count{min-width:26px;height:26px;font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:24px}.product-image{height:178px}.product-details{padding:16px;gap:8px}.product-name{font-size:18px;min-height:44px}.product-price{font-size:27px}.sync-status,.user-email{font-size:13px}.cart-name{font-size:17px}.cart-note{font-size:13px}.total-row{font-size:44px}.pay-btn{font-size:21px;padding:24px}.reports-header h2{font-size:34px}.reports-header p{font-size:18px}.report-card{padding:20px}.report-card span{font-size:15px}.report-card strong{font-size:30px}.report-panel h3{font-size:25px}.metric-label span{font-size:16px}.metric-label small{font-size:13px}}@media (min-width: 2560px){.sidebar-left{width:380px}.right-column{width:760px}.main-area{padding:48px}.logo-box{padding:36px}.category-button{font-size:18px;padding:20px 22px}.right-panel-tab{font-size:18px;padding:14px 16px;min-height:62px}.right-panel-count{min-width:32px;height:32px;font-size:16px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:30px}.product-image{height:220px}.product-details{padding:18px;gap:10px}.product-name{font-size:22px;min-height:52px}.product-price{font-size:34px}.sync-status,.user-email{font-size:15px}.cart-title{font-size:32px}.cart-name{font-size:21px}.cart-note{font-size:15px}.total-row{font-size:56px}.pay-btn{font-size:25px;padding:28px}.reports-header h2{font-size:44px}.reports-header p{font-size:22px}.reports-tabs button{font-size:17px;padding:10px 18px}.reports-filters label{font-size:15px}.reports-filters input{font-size:16px;padding:10px 14px}.report-card{padding:24px}.report-card span{font-size:18px}.report-card strong{font-size:38px}.report-panel h3{font-size:30px}.metric-row{min-height:78px;padding:14px 16px}.metric-label span{font-size:19px}.metric-label small{font-size:15px}}@media (min-width: 1280px) and (max-width: 1439px){.sidebar-left{width:220px}.logo-box{padding:16px}.category-list{padding:10px 12px;gap:7px}.category-button{padding:11px 13px;font-size:11px}.main-area{padding:20px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:14px}.product-image{height:112px}.product-details{padding:11px;gap:5px}.product-name{font-size:13px;min-height:30px}.product-price{font-size:18px}.right-column{width:430px}.right-panel-switcher{padding:9px 11px;gap:7px}.right-panel-tab{font-size:12px;padding:9px;min-height:40px}.cart-items{padding:14px 16px}.cart-item{padding:10px 0}.cart-name{font-size:14px}.cart-note{font-size:11px}.total-section{padding:14px}.total-row{font-size:34px}.pay-btn{font-size:15px;padding:15px}.sidebar-footer{padding:12px 14px 16px;gap:8px}.sync-status,.user-email{font-size:11px}}.tv-admin-shell{display:flex;flex-direction:column;gap:14px}.tv-admin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.tv-admin-header h3{margin:0}.tv-admin-header p{margin:4px 0 0;color:#bcbcbc}.tv-admin-header-actions{display:flex;gap:8px;flex-wrap:wrap}.tv-preset-actions{align-items:center}.tv-admin-header-actions button,.tv-screen-key-box button,.tv-editor-actions button,.tv-visibility-actions button,.tv-hero-actions button{border:1px solid #2f2f2f;background:#121212;color:#fff;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer}.tv-admin-header-actions button:disabled,.tv-screen-key-box button:disabled,.tv-editor-actions button:disabled,.tv-visibility-actions button:disabled,.tv-hero-actions button:disabled{opacity:.55;cursor:not-allowed}.tv-admin-warning{border:1px solid #7d4818;background:#8d4e1f47;color:#ffd8b0;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.tv-admin-warning button{border:1px solid #9f5f24;border-radius:8px;background:transparent;color:#ffe3c6;padding:5px 10px;font-weight:700;cursor:pointer}.tv-admin-feedback{border-radius:12px;padding:10px 12px;font-weight:700}.tv-admin-feedback.success{border:1px solid #1e7d4e;background:#1e7d4e33;color:#8ff0bf}.tv-admin-feedback.error{border:1px solid #8f2b2b;background:#8f2b2b33;color:#ffb5b5}.tv-admin-layout{display:grid;grid-template-columns:minmax(220px,290px) minmax(0,1fr);gap:14px;min-height:480px}.tv-screen-list{border:1px solid #2c2c2c;border-radius:14px;background:#0f0f0f;padding:10px;display:flex;flex-direction:column;gap:8px;overflow:auto}.tv-screen-card{border:1px solid #2f2f2f;border-radius:10px;background:#171717;color:#f4f4f4;padding:10px;text-align:left;display:flex;flex-direction:column;gap:4px;cursor:pointer}.tv-screen-card.active{border-color:#ff8c3c;box-shadow:0 0 0 1px #ff8c3c73}.tv-screen-card strong{font-size:14px}.tv-screen-card span{color:#b9b9b9;font-size:12px}.tv-screen-card small{color:#999;font-size:11px}.tv-screen-editor{border:1px solid #2c2c2c;border-radius:14px;background:#101010;padding:14px;display:flex;flex-direction:column;gap:14px;min-height:0}.tv-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.tv-form-grid label,.tv-screen-key-box label,.tv-product-config-row label,.tv-hero-row label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#d1d1d1}.tv-form-grid input,.tv-form-grid select,.tv-screen-key-box input,.tv-product-config-row input,.tv-product-config-row select,.tv-hero-row input,.tv-hero-row select{border:1px solid #333;border-radius:10px;background:#171717;color:#fff;padding:8px 10px}.tv-form-grid .checkbox,.tv-product-config-row .checkbox{flex-direction:row;align-items:center;gap:10px}.tv-screen-key-box{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end}.tv-screen-key-box label{flex:1 1 260px;min-width:0}.tv-screen-key-actions{display:flex;flex:1 1 280px;gap:6px;flex-wrap:wrap;min-width:0}.tv-kiosk-help{margin:-4px 0 0;color:#bcbcbc;font-size:12px;line-height:1.5}.tv-kiosk-help strong{color:#fff}.tv-editor-actions,.tv-visibility-actions{display:flex;flex-wrap:wrap;gap:8px}.tv-editor-actions .danger,.tv-hero-actions .danger{border-color:#7f2e2e;color:#ffb5b5}.tv-admin-section{border:1px solid #292929;border-radius:12px;padding:12px;background:#151515;display:flex;flex-direction:column;gap:10px}.tv-live-preview{border:1px solid #2a2a2a;border-radius:12px;background:#0d0d0d;overflow:hidden;display:grid;gap:8px;padding:8px;min-height:220px}.tv-live-preview-frame-wrap{border:1px solid #2a2a2a;border-radius:12px;background:#050505;position:relative;overflow:hidden;aspect-ratio:16 / 9;min-height:180px}.tv-live-preview-frame{position:absolute;top:0;left:0;background:#000}.tv-live-hero_menu_split{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.tv-live-hero_full,.tv-live-menu_only{grid-template-columns:1fr}.tv-live-hero{position:relative;border-radius:10px;overflow:hidden;min-height:190px;background:#111}.tv-live-hero img{width:100%;height:100%;object-fit:cover;display:block}.tv-live-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(10deg,#000000eb,#0003)}.tv-live-hero-copy{position:absolute;left:10px;right:10px;bottom:10px;display:flex;flex-direction:column;gap:3px}.tv-live-hero-copy span{font-size:10px;color:#ffb27a;text-transform:uppercase;letter-spacing:.06em}.tv-live-hero-copy strong{font-size:16px;color:#fff}.tv-live-hero-copy em{font-style:normal;color:#ff8b3d;font-size:18px;font-weight:800}.tv-live-menu{border:1px solid #242424;border-radius:10px;padding:8px;background:#121212;overflow:auto;display:grid;gap:8px}.tv-live-category h5{margin:0 0 5px;color:#ffac6f;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.tv-live-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:baseline;border-bottom:1px dotted #2f2f2f;padding-bottom:4px;margin-bottom:4px}.tv-live-row span{font-size:12px;color:#efefef;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-live-row strong{font-size:13px;color:#fff}.tv-live-empty{border:1px dashed #393939;border-radius:10px;color:#a7a7a7;font-size:12px;min-height:120px;display:grid;place-items:center;text-align:center;padding:12px}.tv-admin-section header{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.tv-preview-controls{margin-left:auto}.tv-preview-controls label{display:inline-flex;align-items:center;gap:8px;color:#b8b8b8;font-size:12px;font-weight:600}.tv-preview-controls select{border:1px solid #303030;background:#111;color:#f3f3f3;border-radius:8px;padding:5px 8px;font-size:12px}.tv-admin-section h4{margin:0}.tv-admin-section p{margin:0;color:#b9b9b9;font-size:12px}.tv-product-config-list{max-height:320px;overflow:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.tv-product-config-row{border:1px solid #2f2f2f;border-radius:10px;padding:8px;display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(180px,1fr) 120px;gap:8px;align-items:end}.tv-product-config-row .checkbox span{display:flex;flex-direction:column;gap:2px}.tv-product-config-row .checkbox small{color:#aaa;font-size:11px}.tv-hero-list{display:flex;flex-direction:column;gap:8px}.tv-hero-row{border:1px solid #2f2f2f;border-radius:10px;padding:10px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(110px,140px) minmax(0,1.2fr) minmax(110px,130px) minmax(0,auto);gap:8px;align-items:end}.tv-hero-row>*{min-width:0}.tv-hero-actions{display:flex;gap:6px;flex-wrap:wrap;min-width:0}.tv-hero-actions button{min-width:0}button.secondary,.secondary{border:1px solid #353535;background:#242424;color:#f2f2f2;border-radius:8px;cursor:pointer}button.secondary:hover:not(:disabled),.secondary:hover:not(:disabled){border-color:#434343;background:#2a2a2a}button.secondary:disabled,.secondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1200px){.tv-admin-layout,.tv-product-config-row,.tv-hero-row,.tv-live-hero_menu_split{grid-template-columns:1fr}}
