:root{--background:#f4f5f7;--foreground:#1a1d23;--card:#fff;--card-foreground:#1a1d23;--popover:#fff;--popover-foreground:#1a1d23;--content-bg:#fcfcfc;--canvas-bg:#fafafa;--canvas-dot:#c6c6cc;--primary:#16803c;--primary-foreground:#fff;--secondary:#eef0f3;--secondary-foreground:#1a1d23;--muted:#eef0f3;--muted-foreground:#6b7280;--accent:#eef0f3;--accent-foreground:#1a1d23;--destructive:#dc2626;--destructive-foreground:#fff;--border:#e2e4e9;--input:#e2e4e9;--ring:#16803c;--radius:10px;--warn-bg:#fef3c7;--occupied:#fde68a;--occupied-fg:#92400e;--free:#d1fae5;--free-fg:#065f46;--sidebar-bg:#13141c;--sidebar-fg:#8b93a7;--sidebar-active-bg:#232637;--sidebar-active-fg:#fff;--sidebar-border:#262a3a;--bg:var(--background);--surface:var(--card);--text:var(--foreground);--text-muted:var(--muted-foreground);--danger:var(--destructive);--primary-hover:#12692f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root[data-theme=dark]{--background:#13141c;--foreground:#e5e7eb;--card:#1a1c28;--card-foreground:#e5e7eb;--popover:#1a1c28;--popover-foreground:#e5e7eb;--content-bg:var(--card);--canvas-bg:#141414;--canvas-dot:#4a4a4a;--primary:#22c55e;--primary-foreground:#052e16;--primary-hover:#16a34a;--secondary:#1f2230;--secondary-foreground:#e5e7eb;--muted:#1f2230;--muted-foreground:#8b93a7;--accent:#1f2230;--accent-foreground:#e5e7eb;--destructive:#f43f5e;--destructive-foreground:#fff;--border:#262a3a;--input:#262a3a;--ring:#22c55e;--warn-bg:#3a2a12;--occupied:#3a2a12;--occupied-fg:#f59e0b;--free:#0f2e22;--free-fg:#10b981;--sidebar-bg:#13141c;--sidebar-fg:#8b93a7;--sidebar-active-bg:#232637;--sidebar-active-fg:#fff;--sidebar-border:#262a3a}:root[data-theme=light]{--sidebar-bg:#f6f6f6;--sidebar-fg:#4d4d4d;--sidebar-active-bg:#ebebeb;--sidebar-active-fg:#16803c;--sidebar-border:#e8e8e8}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}#root{min-height:100vh}button{cursor:pointer;border-radius:var(--radius);background:var(--surface);border:none;border:1px solid var(--border);color:var(--text);padding:10px 16px;font-family:inherit;font-size:15px;font-weight:600}button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}button.primary:hover{background:var(--primary-hover)}button.danger{background:var(--danger);color:#fff;border-color:var(--danger)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);width:100%;padding:10px 12px;font-family:inherit;font-size:16px}label{color:var(--text-muted);margin-bottom:4px;font-size:13px;font-weight:600;display:block}.field{margin-bottom:12px}.app-shell-outer{height:100vh;display:flex}.app-shell{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.top-bar{background:var(--content-bg);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 20px;display:flex}.top-bar-left{align-items:center;gap:14px;min-width:0;display:flex}.top-bar-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.top-bar-logo{flex-shrink:0;align-items:center;display:flex}.top-bar-divider{background:var(--border);flex-shrink:0;width:1px;height:22px}.top-bar-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.top-bar-icon-btn{border-radius:var(--radius);width:34px;height:34px;color:var(--muted-foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:0;text-decoration:none;display:flex}.top-bar-icon-btn:hover{background:var(--secondary);color:var(--foreground)}.top-bar-search{border-radius:var(--radius);background:var(--secondary);width:220px;height:34px;color:var(--muted-foreground);align-items:center;gap:8px;padding:0 10px;display:flex}.top-bar-search svg{flex-shrink:0}.top-bar-search input{background:0 0;border:none;width:100%;height:auto;padding:0;font-size:13px}.top-bar-search input:focus{outline:none}.top-bar-search kbd{border:1px solid var(--border);color:var(--muted-foreground);border-radius:4px;flex-shrink:0;padding:1px 5px;font-family:inherit;font-size:10px}.live-badge{color:#16803c;border:1px solid var(--border);border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;font-weight:600;display:flex}.live-badge.offline{color:#b45309}.live-badge-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px}.live-badge.offline .live-badge-dot{background:#fbbf24}.sidebar{background:var(--sidebar-bg);width:240px;color:var(--sidebar-fg);flex-direction:column;flex-shrink:0;gap:4px;padding:20px 12px;transition:width .15s;display:flex}.sidebar.collapsed{align-items:center;width:68px}.logo-context-sidebar .logo-wordmark.logo-for-dark-bg{display:inline}.logo-context-sidebar .logo-wordmark.logo-for-light-bg,.logo-context-sidebar .logo-icon.logo-for-dark-bg,.logo-context-sidebar .logo-icon.logo-for-light-bg,.sidebar.collapsed .logo-context-sidebar .logo-wordmark.logo-for-dark-bg{display:none}.sidebar.collapsed .logo-context-sidebar .logo-icon.logo-for-dark-bg{display:inline}:root[data-theme=light] .sidebar{border-right:1px solid var(--sidebar-border)}:root[data-theme=light] .logo-context-sidebar .logo-wordmark.logo-for-dark-bg{display:none}:root[data-theme=light] .logo-context-sidebar .logo-wordmark.logo-for-light-bg{display:inline}:root[data-theme=light] .sidebar.collapsed .logo-context-sidebar .logo-wordmark.logo-for-light-bg,:root[data-theme=light] .sidebar.collapsed .logo-context-sidebar .logo-icon.logo-for-dark-bg{display:none}:root[data-theme=light] .sidebar.collapsed .logo-context-sidebar .logo-icon.logo-for-light-bg,.logo-context-page .logo-wordmark.logo-for-light-bg{display:inline}.logo-context-page .logo-wordmark.logo-for-dark-bg,:root[data-theme=dark] .logo-context-page .logo-wordmark.logo-for-light-bg{display:none}:root[data-theme=dark] .logo-context-page .logo-wordmark.logo-for-dark-bg{display:inline}.logo-context-page .logo-icon.logo-for-light-bg,.logo-context-page .logo-icon.logo-for-dark-bg{display:none}.sidebar a{color:var(--sidebar-fg);border-radius:var(--radius);align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.sidebar a svg{flex-shrink:0}.sidebar a.active,.sidebar a:hover{background:var(--sidebar-active-bg);color:var(--sidebar-active-fg)}.sidebar-nav{flex-direction:column;flex:1;gap:4px;width:100%;min-height:0;display:flex;overflow-y:auto}.sidebar-header{border-bottom:1px solid var(--sidebar-border);align-items:center;height:56px;margin:-20px -12px 16px;padding:0 20px;display:flex}.sidebar.collapsed .sidebar-header{justify-content:center;align-self:stretch;padding:0}.sidebar-admin-badge{letter-spacing:.02em;color:var(--sidebar-fg);border:1px solid var(--sidebar-border);border-radius:999px;margin-left:10px;padding:2px 7px;font-size:11px;font-weight:700}.sidebar-switcher{margin-bottom:16px}.ws-avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.ws-dropdown-trigger{text-align:left;background:var(--sidebar-active-bg);border:1px solid var(--sidebar-border);width:100%;color:var(--sidebar-fg);border-radius:var(--radius);align-items:center;gap:10px;padding:6px 8px;display:flex}.ws-dropdown-trigger:hover{background:var(--sidebar-active-bg);filter:brightness(1.1)}.ws-dropdown-trigger.collapsed{justify-content:center;width:44px;padding:6px}.ws-dropdown-trigger-body{flex-direction:column;flex:1;min-width:0;display:flex}.ws-dropdown-trigger-body strong{color:var(--sidebar-active-fg);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.ws-dropdown-trigger-body span{color:var(--sidebar-fg);opacity:.75;font-size:11px}.sidebar-footer{border-top:1px solid var(--sidebar-border);padding:10px 12px calc(10px + env(safe-area-inset-bottom));margin:12px -12px -20px}.sidebar.collapsed .sidebar-footer{padding:10px 0 calc(10px + env(safe-area-inset-bottom));justify-content:center;display:flex}.account-trigger{width:100%;color:var(--sidebar-fg);border-radius:var(--radius);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:6px;display:flex}.account-trigger:hover{background:var(--sidebar-active-bg)}.account-trigger.collapsed{justify-content:center;width:44px;padding:4px}.account-avatar{border-radius:50%;flex-shrink:0}.account-trigger-body{flex-direction:column;flex:1;min-width:0;display:flex}.account-trigger-body strong{color:var(--sidebar-active-fg);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.account-trigger-body span{color:var(--sidebar-fg);opacity:.75;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar.collapsed .sidebar-nav a{justify-content:center;width:44px;padding:10px}.sidebar.collapsed .sidebar-nav a span{display:none}.dropdown-content{background:var(--popover);min-width:220px;color:var(--popover-foreground);border:1px solid var(--border);border-radius:var(--radius);z-index:70;transform-origin:var(--radix-dropdown-menu-content-transform-origin);padding:6px;animation:.15s cubic-bezier(.16,1,.3,1) dropdown-in;box-shadow:0 10px 40px #0000002e}.dropdown-content[data-state=closed]{animation:.1s ease-in dropdown-out}@keyframes dropdown-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes dropdown-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.dropdown-label{text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);padding:6px 8px 4px;font-size:11px;font-weight:600}.dropdown-separator{background:var(--border);height:1px;margin:6px 2px}.dropdown-loading{color:var(--muted-foreground);padding:8px;font-size:13px}.dropdown-item{border-radius:calc(var(--radius) - 4px);color:var(--popover-foreground);cursor:pointer;outline:none;align-items:center;gap:10px;padding:8px;font-size:13px;font-weight:500;display:flex}.dropdown-item[data-highlighted]{background:var(--secondary)}.dropdown-item.danger{color:var(--destructive)}.dropdown-item.danger[data-highlighted]{background:#dc26261a}.dropdown-item svg{flex-shrink:0}.ws-dropdown-item-body{flex-direction:column;flex:1;min-width:0;display:flex}.ws-dropdown-item-body strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.ws-dropdown-item-body span{text-transform:capitalize;font-size:11px}.main{background:var(--content-bg);flex:1;overflow-y:auto}.main-content{padding:24px 28px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header h2{margin:0;font-size:22px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.grid{gap:16px;display:grid}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:10px 8px;font-size:14px}th{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:600}.badge{border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.badge.active,.badge.free{background:var(--free);color:var(--free-fg)}.badge.disabled,.badge.occupied{background:var(--occupied);color:var(--occupied-fg)}.table-card{aspect-ratio:1;border-radius:var(--radius);border:2px solid var(--border);background:var(--free);color:var(--free-fg);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:18px;font-weight:700;display:flex}.table-card.occupied{background:var(--occupied);color:var(--occupied-fg);border-color:#f59e0b}.table-card span.status{text-transform:capitalize;font-size:12px;font-weight:500}.floor-tabs{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;display:flex}.floor-tab{background:var(--secondary);color:var(--muted-foreground);border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.floor-tab.active{background:var(--primary);color:var(--primary-foreground)}.floor-tab-add{border:1px dashed var(--border);color:var(--muted-foreground);background:0 0}.floor-tab-close{opacity:.8;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.floor-tab-close:hover{opacity:1;background:#ffffff40}.layout-canvas-viewport{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--canvas-bg);height:480px;position:relative;overflow:auto}.layout-canvas{background-image:radial-gradient(var(--canvas-dot) 1px, transparent 1px);background-size:20px 20px;width:100%;height:480px;position:relative}.layout-canvas.placing{cursor:crosshair;outline:2px dashed var(--primary);outline-offset:-2px}.layout-canvas-view{background-color:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);height:480px}.layout-canvas-toolbar{z-index:5;border-radius:var(--radius);background:var(--content-bg);border:1px solid var(--border);align-items:center;gap:4px;padding:4px;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #00000026}.layout-zoom-btn{border-radius:calc(var(--radius) - 4px);background:var(--secondary);border:1px solid var(--border);justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:15px;font-weight:700;line-height:1;display:flex}.layout-zoom-level{color:var(--muted-foreground);text-align:center;width:36px;font-size:11px}.layout-canvas-empty{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.layout-chip-wrap{position:absolute}.layout-chip-wrap.disabled{opacity:.6}.layout-chip-table{background:var(--free);color:var(--free-fg);cursor:grab;touch-action:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:12px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0000001f}.layout-chip-table:active{cursor:grabbing}.layout-chip-wrap.disabled .layout-chip-table{cursor:default}.layout-chip-table.square,.layout-chip-table.rectangle{border-radius:10px}.layout-chip-table.circle{border-radius:50%}.layout-chip-table.occupied{background:var(--occupied);color:var(--occupied-fg)}.layout-chip-table span{opacity:.8;align-items:center;gap:3px;font-size:10px;font-weight:500;display:flex}.layout-chip-remove{background:var(--destructive);color:#fff;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .1s;display:flex;position:absolute;top:-7px;right:-7px}.layout-chip-table:hover .layout-chip-remove{opacity:1}.chip-chair-pos{touch-action:none;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.chip-chair-pos.draggable{cursor:grab}.chip-chair-pos.draggable:active{cursor:grabbing}.chip-chair{color:var(--muted-foreground);flex-shrink:0}.chip-chair-pos.selected .chip-chair{color:var(--primary)}.chip-chair-rotate,.chip-chair-remove{border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;box-shadow:0 1px 4px #00000040}.chip-chair-rotate{background:var(--primary);width:18px;height:18px;color:var(--primary-foreground);top:-14px}.chip-chair-rotate-left{left:-14px}.chip-chair-rotate-right{right:-14px}.chip-chair-remove{background:var(--destructive);color:#fff;bottom:-14px;left:50%;transform:translate(-50%)}.layout-chip-resize-handle{background:var(--primary);border:2px solid var(--content-bg);cursor:nwse-resize;opacity:0;border-radius:3px;width:12px;height:12px;transition:opacity .1s;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.layout-chip-wrap:hover .layout-chip-resize-handle{opacity:1}.layout-item-wrap{position:absolute}.layout-item-wrap.disabled{opacity:.6}.layout-item-icon{background:var(--secondary);border:1px solid var(--border);width:34px;height:34px;color:var(--foreground);cursor:grab;touch-action:none;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.layout-item-icon:active{cursor:grabbing}.layout-item-wrap.selected .layout-item-icon{border-color:var(--primary);color:var(--primary)}.layout-item-btn{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;box-shadow:0 1px 4px #00000040}.layout-item-rotate-left,.layout-item-rotate-right{background:var(--primary);color:var(--primary-foreground);top:-22px}.layout-item-rotate-left{left:-24px}.layout-item-rotate-right{left:2px}.layout-item-remove{background:var(--destructive);color:#fff;bottom:-22px;left:-11px}.decor-palette{flex-wrap:wrap;gap:8px;display:flex}.decor-palette-btn{border-radius:var(--radius);background:var(--secondary);border:1px solid var(--border);flex-direction:column;align-items:center;gap:4px;width:64px;padding:8px 4px;font-size:10px;display:flex}.decor-palette-btn:hover{border-color:var(--primary);color:var(--primary)}.layout-canvas-view{cursor:default;background-image:none}.layout-canvas-view .layout-chip-table{cursor:pointer}.compact-table-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px 16px;display:grid}.compact-table-card{background:var(--free);min-height:84px;color:var(--free-fg);text-align:left;border:none;border-radius:14px;align-items:flex-start;padding:12px 14px;display:flex;position:relative}.compact-table-card.occupied{background:var(--occupied);color:var(--occupied-fg)}.compact-table-body{flex-direction:column;gap:6px;display:flex}.compact-table-body strong{font-size:14px;font-weight:700}.compact-table-amount{font-size:13px;font-weight:600}.compact-table-meta{gap:10px;display:flex}.compact-table-meta span{opacity:.85;align-items:center;gap:3px;font-size:11px;font-weight:600;display:flex}.compact-chair-bump{background:var(--secondary);border:1px solid var(--border);border-radius:4px;width:10px;height:16px;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.layout-editor-body{align-items:flex-start;gap:16px;display:flex}.layout-editor-main{flex:1;min-width:0}.layout-editor-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-shrink:0;width:280px;padding:16px}.layout-editor-panel h3{margin:0 0 4px;font-size:15px}.layout-editor-panel .muted{margin-top:0}.layout-editor-panel.floating{z-index:20;position:fixed;box-shadow:0 8px 24px #00000040}.layout-panel-draghandle{border-bottom:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;background:var(--secondary);color:var(--muted-foreground);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:6px;margin:-16px -16px 10px;padding:6px 8px;display:flex}.layout-panel-draghandle:active{cursor:grabbing}.layout-panel-dock-btn{height:auto;padding:2px 8px;font-size:11px}.product-picker{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.product-tile{text-align:left;background:var(--surface);border:1px solid var(--border);padding:12px}.product-tile .price{color:var(--text-muted);font-size:13px;font-weight:500}.cart{flex-direction:column;gap:8px;display:flex}.cart-line{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.cart-line .qty-controls{align-items:center;gap:8px;display:flex}.cart-line .qty-controls button{padding:4px 10px;font-size:16px}.cart-totals{border-top:2px solid var(--border);margin-top:12px;padding-top:12px}.cart-totals .row{justify-content:space-between;padding:3px 0;font-size:14px;display:flex}.cart-totals .row.grand{margin-top:6px;font-size:18px;font-weight:700}.layout-split{grid-template-columns:1fr 360px;align-items:start;gap:20px;display:grid}.login-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{width:340px}.login-card h1{margin-top:0}.error-text{color:var(--danger);margin-top:6px;font-size:13px}.muted{color:var(--text-muted);font-size:13px}.empty-state{text-align:center;color:var(--text-muted);padding:40px 20px}.settings-profile{justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.settings-profile-info{flex-direction:column;gap:2px;display:flex}.settings-profile-info strong{font-size:16px}.settings-section-card,.settings-list-row{text-align:left;color:inherit;cursor:pointer;font:inherit;align-items:center;gap:14px;text-decoration:none;display:flex}.settings-section-card .icon-wrap,.settings-list-row .icon-wrap{border-radius:var(--radius);background:var(--secondary);width:40px;height:40px;color:var(--secondary-foreground);flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-section-card .icon-wrap.danger,.settings-list-row .icon-wrap.danger{color:var(--danger);background:#dc26261f}.settings-section-card .body,.settings-list-row .body{flex:1;min-width:0}.settings-section-card .body strong,.settings-list-row .body strong{font-size:14px;display:block}.settings-section-card .body span,.settings-list-row .body span{color:var(--text-muted);font-size:12px}.settings-section-card .chevron,.settings-list-row .chevron{color:var(--text-muted);flex-shrink:0}.settings-list{padding:0}.settings-list-row{border-bottom:1px solid var(--border);padding:16px}.settings-list-row:last-child{border-bottom:none}.mobile-only{display:none}@media (width<=640px){.desktop-only{display:none!important}.mobile-only{display:block}}.toggle-row{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.switch{flex-shrink:0;width:44px;height:24px;position:relative}.switch input{opacity:0;width:0;height:0}.switch .slider{background:var(--border);cursor:pointer;border-radius:999px;transition:all .2s;position:absolute;inset:0}.switch .slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.switch input:checked+.slider{background:var(--primary)}.switch input:checked+.slider:before{transform:translate(20px)}.modal-overlay{z-index:60;background:#00000080;animation:.15s modal-overlay-in;position:fixed;inset:0}.modal-content{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);z-index:61;width:calc(100vw - 32px);max-height:90vh;padding:20px;animation:.15s modal-content-in;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 10px 40px #00000040}.modal-title{margin:0 0 4px;font-size:16px}.modal-description{color:var(--muted-foreground);margin:0 0 16px;font-size:13px}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-content-in{0%{opacity:0;transform:translate(-50%,-48%)scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.receipt-actions{border-top:1px solid var(--border);gap:10px;margin-top:16px;padding:16px 0 0;display:flex}.receipt{color:#000;width:300px;padding:16px;font-family:Courier New,monospace;font-size:12px}.receipt h3{text-align:center;margin:0 0 2px;font-size:15px}.receipt .center{text-align:center}.receipt hr{border:none;border-top:1px dashed #000;margin:8px 0}.receipt table{width:100%}.receipt th,.receipt td{border:none;padding:2px 0;font-size:11px}.receipt .totals .row{justify-content:space-between;padding:1px 0;font-size:12px;display:flex}.receipt .totals .row.grand{font-size:14px;font-weight:700}@media print{body *{visibility:hidden}.receipt,.receipt *{visibility:visible}.receipt{width:80mm;position:absolute;top:0;left:0}.receipt-actions{display:none}}@media (width<=1024px){.layout-split{grid-template-columns:1fr}.layout-editor-body{flex-direction:column}.layout-editor-panel{width:100%}}@media (width<=640px){.app-shell-outer{flex-direction:column;height:auto;min-height:auto}.app-shell{flex-direction:column;min-height:auto}.top-bar{z-index:40;height:52px;padding:0 12px;position:fixed;top:0;left:0;right:0}.sidebar{padding:0}.sidebar-nav{background:var(--sidebar-bg);border-top:1px solid var(--sidebar-border);padding:4px 4px calc(4px + env(safe-area-inset-bottom));z-index:40;flex-direction:row;gap:0;position:fixed;bottom:0;left:0;right:0}.sidebar-nav a{text-align:center;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 2px;font-size:11px}.sidebar-nav a span{line-height:1.1}.main{padding-top:52px}.main-content{padding:16px;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.grid-2,.grid-3{grid-template-columns:1fr}.page-header{flex-wrap:wrap;row-gap:10px}}@media (width<=480px){.main-content{padding:12px;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.card{padding:14px;overflow-x:auto}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.product-picker{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.login-card{width:100%;max-width:340px}.cart-line .qty-controls button{padding:10px 16px;font-size:18px}table{font-size:13px}th,td{padding:8px 6px}}.modal-content{overflow-x:auto}
