@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#fafaf9;--surface:#ffffff;--surface-2:#f5f5f4;--surface-3:#e7e5e4;--text:#1c1917;--text-muted:#57534e;--text-soft:#a8a29e;--border:#e7e5e4;--border-strong:#d6d3d1;--primary:#ea580c;--primary-hover:#c2410c;--primary-soft:#ffedd5;--primary-ink:#7c2d12;--success:#16a34a;--success-soft:#dcfce7;--warning:#ca8a04;--warning-soft:#fef9c3;--danger:#dc2626;--danger-soft:#fee2e2;--info:#2563eb;--info-soft:#dbeafe;--radius-sm:8px;--radius:12px;--radius-lg:18px;--shadow-sm:0 1px 2px rgba(28,25,23,0.06);--shadow:0 4px 12px rgba(28,25,23,0.06),0 2px 4px rgba(28,25,23,0.04);--shadow-lg:0 16px 40px rgba(28,25,23,0.10),0 4px 12px rgba(28,25,23,0.06)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{color:var(--text);background:var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.02em;line-height:1.25}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.05rem}p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;min-height:40px;border-radius:var(--radius-sm);border:1px solid transparent;background:var(--surface-2);color:var(--text);font-weight:600;font-size:.9rem;transition:all .15s ease}.btn:hover:not(:disabled){background:var(--surface-3)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:white;border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover);color:white}.btn-ghost{background:transparent;border-color:var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surface-2)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-success{background:var(--success);color:white;border-color:var(--success)}.btn-success:hover:not(:disabled){background:#15803d}.btn-sm{padding:5px 10px;min-height:30px;font-size:.8rem}.btn-lg{padding:12px 22px;min-height:48px;font-size:.98rem}.btn-icon{width:36px;padding:0;min-height:36px}.btn-block{width:100%}.field{display:flex;flex-direction:column;gap:6px}.field-row{display:grid;grid-gap:12px;gap:12px}.field-label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.field-hint{font-size:.75rem;color:var(--text-soft)}.input,.select,.textarea{width:100%;padding:9px 12px;min-height:40px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);transition:border-color .15s,box-shadow .15s}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(234,88,12,.15)}.textarea{min-height:80px;resize:vertical}.checkbox-row{display:flex;align-items:center;gap:8px;padding:6px 0}.checkbox-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-padded{padding:24px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 24px;border-bottom:1px solid var(--border)}.card-body{padding:24px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:capitalize}.badge-default{background:var(--surface-2);color:var(--text-muted)}.badge-primary{background:var(--primary-soft);color:var(--primary-ink)}.badge-success{background:var(--success-soft);color:#166534}.badge-warning{background:var(--warning-soft);color:#854d0e}.badge-danger{background:var(--danger-soft);color:#991b1b}.badge-info{background:var(--info-soft);color:#1e40af}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 16px;gap:20px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;gap:10px;padding:0 8px;font-size:1.05rem}.brand-mark,.sidebar-brand{align-items:center;font-weight:800}.brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--primary),#f97316);display:inline-flex;justify-content:center;color:white}.sidebar-user{padding:12px;border-radius:var(--radius-sm);background:var(--surface-2);font-size:.85rem}.sidebar-user strong{display:block}.sidebar-user-email{color:var(--text-muted);font-size:.8rem}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1 1}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;font-size:.92rem;background:transparent;border:none;text-align:left;cursor:pointer;transition:all .15s}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:var(--primary-soft);color:var(--primary-ink);font-weight:600}.nav-item-icon{font-size:1.1rem;width:20px;text-align:center}.main{display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;gap:16px;background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar-title{display:flex;flex-direction:column;gap:2px}.topbar-title h1{font-size:1.3rem}.topbar-title .eyebrow{font-size:.72rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em}.topbar-actions{display:flex;align-items:center;gap:10px}.content-area{padding:32px;flex:1 1;min-height:0}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(234,88,12,.1),transparent 50%),radial-gradient(circle at 80% 90%,rgba(254,215,170,.2),transparent 55%),var(--bg)}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:36px;width:100%;max-width:440px}.auth-tabs{display:flex;gap:4px;padding:4px;background:var(--surface-2);border-radius:var(--radius-sm);margin-bottom:24px}.auth-tab{flex:1 1;padding:8px;border:none;background:transparent;border-radius:6px;font-weight:600;font-size:.9rem;color:var(--text-muted);cursor:pointer}.auth-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.kanban{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.kanban-col{background:var(--surface-2);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:10px;min-height:200px}.kanban-col-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.9rem;color:var(--text-muted);padding:0 4px}.kanban-col-count{background:var(--surface);border-radius:999px;padding:2px 9px;font-size:.75rem}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-sm);transition:all .15s;position:relative}.order-card:hover{box-shadow:var(--shadow)}.order-card.urgent{border-left:3px solid var(--danger)}.order-card.fresh{border-left:3px solid var(--info)}.order-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.order-card-num{font-weight:700;font-size:1rem;gap:6px}.order-card-num,.order-card-type-icon{display:inline-flex;align-items:center}.order-card-type-icon{width:26px;height:26px;justify-content:center;background:var(--surface-2);border-radius:6px;font-size:.95rem}.order-card-total{color:var(--primary);font-weight:700;font-size:1rem;font-family:Fraunces,serif}.order-card-meta{display:flex;gap:6px;flex-wrap:wrap}.order-card-meta,.order-card-time{color:var(--text-muted);font-size:.76rem;align-items:center}.order-card-time{display:inline-flex;gap:4px}.order-card-customer{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:var(--radius-sm);background:var(--surface-2)}.order-card-customer strong{font-size:.88rem}.order-card-customer span{font-size:.78rem;color:var(--text-muted)}.order-card-items{display:flex;flex-direction:column;gap:6px}.order-card-item{display:flex;gap:8px;font-size:.85rem;padding-bottom:6px;border-bottom:1px dashed var(--border)}.order-card-item:last-child{border-bottom:none;padding-bottom:0}.order-card-item-qty{font-weight:700;color:var(--primary);flex-shrink:0;min-width:22px}.order-card-item-body{flex:1 1;min-width:0}.order-card-item-name{font-weight:600}.order-card-item-customizations{list-style:none;padding:0;margin:4px 0 0;font-size:.75rem;color:var(--text-muted);line-height:1.4}.order-card-item-customizations li.removed{color:var(--danger)}.order-card-item-note{margin-top:4px;font-size:.78rem;color:var(--text-soft);font-style:italic;padding:4px 8px;background:var(--warning-soft);border-radius:4px;border-left:2px solid var(--warning)}.order-card-customer-note{font-size:.82rem;color:var(--text);padding:8px 10px;background:var(--warning-soft);border-radius:var(--radius-sm);border-left:3px solid var(--warning)}.order-card-customer-note strong{display:block;margin-bottom:2px;font-size:.72rem;color:var(--warning);text-transform:uppercase;letter-spacing:.04em}.order-card-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.kitchen-shell{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:18px;gap:18px}.kitchen-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.kitchen-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.kitchen-card:before,.kitchen-card[data-status=accepted]:before{background:var(--info)}.kitchen-card[data-status=preparing]:before{background:var(--warning)}.kitchen-card[data-status=ready]:before{background:var(--success)}.kitchen-card[data-status=new]:before{background:var(--danger)}.kitchen-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kitchen-card-num{font-family:Fraunces,serif;font-size:1.8rem;font-weight:700;line-height:1}.kitchen-card-status{text-align:right;font-size:.78rem;color:var(--text-muted)}.kitchen-card-status strong{display:block;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.kitchen-card-status.elapsed-warn strong{color:var(--warning)}.kitchen-card-status.elapsed-urgent strong{color:var(--danger)}.kitchen-items{flex-direction:column;background:var(--surface-2);padding:12px;border-radius:var(--radius-sm)}.kitchen-item,.kitchen-items{display:flex;gap:10px}.kitchen-item-qty{font-family:Fraunces,serif;font-size:1.4rem;font-weight:700;color:var(--primary);line-height:1;min-width:32px}.kitchen-item-body{flex:1 1;min-width:0}.kitchen-item-name{font-weight:700;font-size:1rem}.kitchen-item-variant{font-size:.85rem;color:var(--text-muted);margin-top:2px}.kitchen-item-mods{list-style:none;padding:0;margin:6px 0 0;font-size:.85rem;line-height:1.4;display:flex;flex-direction:column;gap:2px}.kitchen-item-mods li{padding-left:14px;position:relative}.kitchen-item-mods li:before{content:"•";position:absolute;left:2px;color:var(--text-soft)}.kitchen-item-mods li.add{color:var(--info)}.kitchen-item-mods li.add:before{content:"+";color:var(--info);font-weight:700}.kitchen-item-mods li.remove{color:var(--danger)}.kitchen-item-mods li.remove:before{content:"✗";color:var(--danger);font-weight:700}.kitchen-item-note{margin-top:6px;padding:6px 10px;background:var(--warning-soft);border-left:3px solid var(--warning);border-radius:4px;font-size:.82rem;font-style:italic}.kitchen-actions{display:flex;gap:8px}.kitchen-actions .btn{flex:1 1;padding:12px;min-height:48px;font-size:.95rem}.table{width:100%;border-collapse:separate;border-spacing:0}.table td,.table th{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);font-size:.92rem}.table th{font-weight:600;color:var(--text-muted);background:var(--surface-2);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--surface-2)}.menu-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:16px;gap:16px}.cat-list{display:flex;flex-direction:column;gap:4px}.cat-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--radius-sm);background:transparent;border:1px solid transparent;cursor:pointer;width:100%;text-align:left}.cat-item:hover{background:var(--surface-2)}.cat-item.active{background:var(--primary-soft);color:var(--primary-ink);border-color:var(--primary-soft);font-weight:600}.cat-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.cat-item:hover .cat-actions{opacity:1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.product-card-image{width:100%;aspect-ratio:4/3;background:var(--surface-2);background-size:cover;background-position:50%}.product-card-body{padding:12px 14px;display:flex;flex-direction:column;gap:4px;flex:1 1}.product-card-title{font-weight:600;font-size:.95rem}.product-card-price{color:var(--primary);font-weight:700}.product-card-footer{display:flex;gap:6px;padding:10px 14px;border-top:1px solid var(--border);background:var(--surface-2)}.modal-overlay{position:fixed;inset:0;background:rgba(28,25,23,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:16px}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:90vh;overflow:auto;display:flex;flex-direction:column}.modal-wide{max-width:720px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--border)}.modal-body{padding:24px;display:flex;flex-direction:column;gap:14px}.modal-tabs{display:flex;gap:4px;padding:4px;background:var(--surface-2);border-radius:var(--radius-sm);margin-bottom:8px}.modal-tab{flex:1 1;padding:6px 10px;border:none;background:transparent;border-radius:6px;font-weight:600;font-size:.85rem;color:var(--text-muted);cursor:pointer}.modal-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.empty{text-align:center;padding:48px 24px;color:var(--text-muted)}.empty-icon{font-size:48px;margin-bottom:12px}.empty h3{color:var(--text);margin-bottom:6px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:16px;gap:16px}@media (max-width:800px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.sidebar,.sidebar-nav{flex-direction:row;flex-wrap:wrap}.menu-layout{grid-template-columns:1fr}}