:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2b0b0b;background:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.app-shell{min-height:100vh;background:#f5f6f8}.topbar{min-height:76px;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#2b0b0b;color:#fff;position:sticky;top:0;z-index:30;box-shadow:0 2px 8px #00000014}.brand{font-size:12px;font-weight:800;letter-spacing:.16em;color:#b5161b}.topbar-title{margin-top:2px;font-size:22px;font-weight:750}.topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.connection{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:750}.connection.online{color:#d1fae5;background:#10b98129}.connection.offline{color:#fee2e2;background:#ef44442e}.page{width:100%;min-height:calc(100vh - 76px)}.mode-page{max-width:980px;margin:0 auto;padding:74px 28px}.mode-intro{max-width:650px}.eyebrow,.summary-label,.order-kicker{color:#6b7280;font-weight:800;font-size:12px;letter-spacing:.14em}.mode-intro h1,.settings-intro h1{margin:8px 0;font-size:clamp(38px,5vw,60px);line-height:1}.mode-intro p,.settings-intro p{color:#6b7280;font-size:18px;line-height:1.5}.mode-grid{margin-top:42px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.mode-card{border:1px solid #e5e7eb;border-radius:22px;padding:28px;min-height:190px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;text-align:left;background:#fff;color:#2b0b0b;box-shadow:0 10px 30px #1118270f;transition:transform .15s ease,box-shadow .15s ease}.mode-card:hover{transform:translateY(-2px);box-shadow:0 14px 35px #1118271a}.mode-icon{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:#fff1f1;color:#b5161b}.mode-card h2{margin:0 0 6px;font-size:28px}.mode-card p{margin:0;color:#6b7280;line-height:1.5}.loading-card,.center-card{min-height:calc(100vh - 76px);display:grid;place-content:center;justify-items:center;text-align:center;gap:14px;padding:40px}.error-card{max-width:680px;margin:0 auto}.muted,.empty-copy{color:#6b7280}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.offline-banner{background:#b91c1c;color:#fff;padding:11px 24px;text-align:center;font-weight:750}.toast{position:fixed;top:92px;left:50%;transform:translate(-50%);z-index:50;background:#2b0b0b;color:#fff;padding:12px 18px;border-radius:12px;box-shadow:0 8px 30px #0000002e;font-weight:750}.cash-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:calc(100vh - 76px)}.cash-main{padding:28px;min-width:0}.order-number-card{background:#fff;border:1px solid #e5e7eb;padding:18px;border-radius:18px;display:flex;align-items:center;gap:18px;max-width:520px}.order-number-card label{font-weight:800;white-space:nowrap}.order-number-card input{width:100%;border:none;outline:none;background:#f3f4f6;border-radius:12px;padding:14px 16px;font-size:22px;font-weight:800}.section-heading{margin:30px 0 14px}.section-heading h2{margin:0;font-size:28px}.section-heading p{margin:5px 0 0;color:#6b7280}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.product-card{min-height:132px;border-radius:18px;border:2px solid transparent;overflow:hidden;background:#fff;box-shadow:0 5px 18px #1118270a}.product-hit{width:100%;min-height:94px;border:none;background:transparent;padding:16px;color:#2b0b0b;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;font-weight:800;font-size:17px}.product-hit strong{min-width:36px;height:36px;padding:0 9px;border-radius:999px;display:grid;place-items:center;background:#b5161b;color:#2b0b0b;font-size:18px}.qty-bar{border-top:1px solid #f2b7b9;height:42px;display:grid;grid-template-columns:1fr 54px 1fr;align-items:stretch}.qty-bar button{border:none;background:#f59e0b1c;display:grid;place-items:center;color:#8f1116}.qty-bar span{display:grid;place-items:center;font-weight:900}.order-summary{border-left:1px solid #e5e7eb;background:#fff;padding:28px;position:sticky;top:76px;align-self:start;height:calc(100vh - 76px);display:flex;flex-direction:column;gap:22px}.order-summary h2{margin:5px 0 0;font-size:27px}.summary-items{flex:1;overflow:auto}.summary-row{display:grid;grid-template-columns:38px 1fr;gap:8px;padding:11px 0;border-bottom:1px solid #f3f4f6;line-height:1.35}.primary-button,.secondary-button,.back-button,.sound-button,.text-action,.icon-button,.small-primary,.small-ghost,.icon-ghost{border:none}.primary-button{width:100%;min-height:58px;border-radius:15px;background:#b5161b;color:#2b0b0b;font-size:17px;font-weight:900;padding:14px 18px}.icon-button{width:40px;height:40px;border-radius:11px;background:#ffffff1a;color:#fff;display:grid;place-items:center}.text-action,.sound-button,.back-button{min-height:40px;border-radius:10px;padding:0 12px;background:#ffffff17;color:#fff;font-weight:700}.sound-button,.back-button{display:inline-flex;align-items:center;gap:8px}.sound-button.active{background:#10b9812e;color:#d1fae5}.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px;min-height:calc(100vh - 76px);align-items:start}.order-column{border-radius:18px;overflow:hidden;border:1px solid #e5e7eb;background:#eef0f3;min-height:calc(100vh - 112px)}.column-header{padding:17px 18px;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.column-header h2{margin:0;font-size:20px}.column-header span{min-width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#f3f4f6;font-weight:900}.order-column.new .column-header{border-top:4px solid #b5161b}.order-column.preparing .column-header{border-top:4px solid #3b82f6}.order-column.ready .column-header{border-top:4px solid #10b981}.column-body{padding:12px;display:grid;gap:12px}.empty-column{color:#9ca3af;padding:32px 12px;text-align:center}.order-card{border-radius:16px;background:#fff;padding:18px;box-shadow:0 4px 16px #1118270f}.order-card-top{display:flex;justify-content:space-between;align-items:start;gap:12px}.order-number{font-size:34px;line-height:1;font-weight:950;margin-top:3px}.elapsed{background:#f3f4f6;border-radius:999px;padding:6px 9px;color:#6b7280;font-weight:800;font-size:12px}.order-items{margin:20px 0;display:grid;gap:10px}.order-item{display:grid;grid-template-columns:42px 1fr;gap:5px;font-size:17px;line-height:1.3}.order-item strong{color:#2b0b0b;font-size:19px}.order-action{width:100%;min-height:48px;border:none;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900}.order-action.new{background:#b5161b;color:#2b0b0b}.order-action.preparing{background:#2563eb;color:#fff}.order-action.ready{background:#2b0b0b;color:#fff}.settings-wrap{max-width:1080px;margin:0 auto;padding:36px 26px 70px}.settings-intro h1{font-size:42px}.settings-intro p{max-width:730px;font-size:16px}.add-product{margin:28px 0 18px;padding:14px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;display:grid;grid-template-columns:1fr auto;gap:10px}.add-product input,.edit-inline input{border:1px solid #d1d5db;border-radius:11px;padding:11px 13px;outline:none;min-width:0}.add-product button{border:none;border-radius:11px;padding:0 17px;background:#2b0b0b;color:#fff;font-weight:800;display:inline-flex;align-items:center;gap:7px}.product-settings-list{display:grid;gap:9px}.settings-row{min-height:68px;display:grid;grid-template-columns:44px minmax(180px,1fr) auto;align-items:center;gap:12px;background:#fff;border:1px solid #e5e7eb;padding:10px 12px;border-radius:13px}.settings-row.inactive{opacity:.62}.settings-order{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f3f4f6;color:#6b7280;font-weight:800}.settings-name{display:flex;align-items:center;gap:10px;min-width:0}.inactive-label{font-size:11px;font-weight:800;text-transform:uppercase;color:#991b1b;background:#fee2e2;border-radius:999px;padding:4px 7px}.settings-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.secondary-button.compact{border:1px solid #d1d5db;background:#fff;border-radius:9px;min-height:36px;padding:0 11px;font-weight:750}.secondary-button.danger-soft{color:#991b1b;border-color:#fecaca;background:#fff7f7}.icon-ghost,.small-ghost{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:#f3f4f6;color:#4b5563}.edit-inline{display:flex;gap:7px;width:100%}.edit-inline input{flex:1}.small-primary{border-radius:9px;padding:0 12px;background:#2b0b0b;color:#fff;font-weight:750}@media(max-width:980px){.cash-layout{grid-template-columns:1fr}.order-summary{position:static;height:auto;border-left:none;border-top:1px solid #e5e7eb}.board{grid-template-columns:1fr}.order-column{min-height:200px}.mode-grid{grid-template-columns:1fr}}@media(max-width:700px){.topbar{padding:12px 14px;align-items:flex-start}.topbar-actions{gap:6px}.text-action{font-size:12px}.cash-main,.settings-wrap{padding:18px 14px 40px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-hit{font-size:15px;min-height:90px;padding:12px}.settings-row{grid-template-columns:36px 1fr}.settings-actions{grid-column:1 / -1;justify-content:flex-start;padding-left:47px}.mode-page{padding:44px 16px}.mode-card{padding:20px;grid-template-columns:auto 1fr}.mode-card>svg{display:none}}.auto-number-card{max-width:none;justify-content:flex-start}.auto-number-card strong{display:block;margin-top:5px;font-size:16px}.recent-orders-section{margin:0 28px 32px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.recent-orders-header{padding:18px 20px;display:flex;justify-content:space-between;align-items:end;gap:14px;border-bottom:1px solid #e5e7eb}.recent-orders-header h2{margin:4px 0 0;font-size:22px}.recent-orders-list{display:grid}.recent-order-row{display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px 20px;border-bottom:1px solid #f3f4f6}.recent-order-row:last-child{border-bottom:none}.recent-order-number{font-weight:900;font-size:16px}.recent-order-items{color:#4b5563;line-height:1.4}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:118px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.status-new{color:#8f1116;background:#fde8e8}.status-preparing{color:#1d4ed8;background:#dbeafe}.status-ready{color:#047857;background:#d1fae5}.status-archived{color:#4b5563;background:#f3f4f6}.recent-empty{padding:28px 20px;color:#9ca3af;text-align:center}@media(max-width:700px){.recent-orders-section{margin:0 14px 24px}.recent-order-row{grid-template-columns:1fr auto;gap:8px 12px}.recent-order-items{grid-column:1 / -1}.status-badge{min-width:auto}}.brand-wrap{display:flex;align-items:center;gap:16px}.brand-logo{height:50px;width:auto;display:block;object-fit:contain}.destination-card{margin-top:14px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;max-width:720px}.destination-options{margin-top:11px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.destination-button{min-height:52px;border:2px solid #e5e7eb;border-radius:13px;background:#fff;color:#2b0b0b;font-weight:900;font-size:16px}.destination-button.selected{border-color:#b5161b;background:#b5161b;color:#fff}.summary-destination{margin-top:8px;color:#9ca3af;font-size:14px;font-weight:750}.summary-destination.chosen{color:#b5161b}.destination-badge{display:inline-flex;align-items:center;width:fit-content;margin-top:7px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.destination-sala{background:#f3f4f6;color:#374151}.destination-consegna{background:#fee2e2;color:#991b1b}.destination-deliveroo{background:#ccfbf1;color:#0f766e}.board.two-columns{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1450px;margin:0 auto}.recent-order-number{display:flex;flex-direction:column;align-items:flex-start}.order-column.new .column-header{border-top-color:#b5161b}.order-column.preparing .column-header{border-top-color:#7f1d1d}.order-action.new{background:#b5161b;color:#fff}.order-action.preparing{background:#7f1d1d;color:#fff}.primary-button{background:#b5161b;color:#fff}.product-card.selected{border-color:#b5161b;background:#fff5f5}.product-hit strong{background:#b5161b;color:#fff}.qty-bar{border-top-color:#f2b7b9}.qty-bar button{background:#fff1f1;color:#8f1116}.mode-icon{background:#fff1f1;color:#b5161b}.topbar{background:#2b0b0b}@media(max-width:700px){.brand-logo{height:40px}.destination-options,.board.two-columns{grid-template-columns:1fr}}.recent-order-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.dispatch-check{min-height:36px;border:none;border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;background:#b5161b;color:#fff;font-weight:900}.dispatch-check:hover{background:#951116}@media(max-width:700px){.recent-order-actions{justify-content:flex-end}.dispatch-check span{display:none}.dispatch-check{width:38px;height:38px;padding:0;justify-content:center}}
