*{box-sizing:border-box}:root{color-scheme:light;--bg: #f6f8fb;--text: #1f2937;--panel: #ffffff;--border: #e5e7eb;--border-strong: #cbd5e1;--link: #2563eb;--header-bg: #111827;--header-text: #ffffff;--header-link: #cbd5e1;--input-bg: #ffffff;--button-bg: #ffffff;--error: #b91c1c;--warning-text: #f97316}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #0b1220;--text: #e5e7eb;--panel: #111827;--border: #1f2937;--border-strong: #374151;--link: #60a5fa;--header-bg: #0f172a;--header-text: #f8fafc;--header-link: #94a3b8;--input-bg: #0b1220;--button-bg: #0f172a;--error: #f87171;--warning-text: #fb923c}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:none}button,input,textarea{font:inherit}button{border:1px solid var(--border-strong);border-radius:8px;background:var(--button-bg);color:inherit;padding:.5rem .8rem;cursor:pointer}input,textarea{width:100%;border:1px solid var(--border-strong);border-radius:8px;padding:.55rem .7rem;background:var(--input-bg);color:inherit}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid var(--border);text-align:left;padding:.55rem}.layout{min-height:100vh}.header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:var(--header-bg);color:var(--header-text)}.header-left{display:flex;align-items:center;gap:1rem}.header-left a{color:var(--header-link)}.main{padding:1rem}.container{width:min(1100px,100%);margin:0 auto}.container.narrow{width:min(420px,100%);padding:2rem 1rem}.resto-dashboard-container{width:min(1600px,100%)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-bottom:1rem}.form{display:flex;flex-direction:column;gap:.8rem}.form.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.checkbox{display:flex;align-items:center;gap:.5rem}.checkbox input{width:auto}.error{color:var(--error)}.resto-alert-hint{margin:0 0 .5rem;color:var(--error);font-weight:700}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem;background:#0f172a73}.modal{width:min(420px,100%);border:1px solid var(--border);border-radius:12px;background:var(--panel);padding:1rem;box-shadow:0 18px 48px #0f172a3d}.modal h3{margin:0 0 .65rem}.modal p{margin:0;line-height:1.45}.modal-actions{display:flex;justify-content:flex-end;margin-top:1rem}.list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.list li{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:.8rem}.resto-manager-panel{display:flex;align-items:center;gap:1rem}.resto-manager-logo,.resto-manager-logo-placeholder{width:88px;height:88px;border-radius:10px;flex:0 0 auto}.resto-manager-logo{object-fit:cover;border:1px solid var(--border)}.resto-manager-logo-placeholder{display:grid;place-items:center;background:var(--bg);border:1px solid var(--border);font-size:2rem;font-weight:700}.resto-manager-info h2{margin:0 0 .6rem}.resto-manager-info p{margin:.35rem 0}.resto-orders-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.resto-order{flex:0 1 max-content;max-width:500px;min-width:320px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;padding:.85rem;background:var(--bg)}.resto-order-error{border-color:var(--error)}.resto-order-closed{opacity:.78}.resto-order-alert{border:3px solid #dc2626;animation:resto-order-alert-pulse .85s ease-in-out infinite}@keyframes resto-order-alert-pulse{0%,to{box-shadow:0 0 #dc26261a,0 0 #dc262600}50%{box-shadow:0 0 0 4px #dc262673,0 0 0 20px #dc2626cc}}.resto-order-header{display:flex;flex-direction:column;justify-content:space-between;gap:.4rem;margin-bottom:.65rem}.resto-order-main{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.resto-order-main div{display:flex;gap:.6rem;align-items:baseline;white-space:nowrap}.resto-order-header span{color:#64748b}.resto-order-state{display:grid;justify-items:start;gap:.35rem;text-align:left}.resto-order-status{font-weight:600;white-space:nowrap}.resto-order-status-error{color:var(--error)!important}.resto-order-header .resto-order-status-warning{color:var(--warning-text)}.resto-order-payment{display:grid;gap:.45rem;margin:0 0 .65rem;padding:.65rem;border:1px solid #cbd5e1;border-radius:6px;color:#334155;background:#f8fafc;font-size:.9rem}.resto-order-payment-title{color:inherit;padding-top:.35rem;border-top:1px solid currentColor;font-weight:700;opacity:.9}.resto-order-warning{display:grid;gap:.4rem;margin:-.25rem 0 .65rem;color:var(--error);font-size:.9rem;font-weight:700;line-height:1.35}.resto-order-payment-table{display:grid;gap:.3rem}.resto-order-payment-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:baseline}.resto-order-payment-row span{color:inherit;font-weight:500;opacity:.85}.resto-order-payment-row strong{color:inherit;font-size:1rem}.resto-order-payment-row-total{padding-bottom:.35rem;border-bottom:1px solid currentColor}.resto-order-payment-row-total span{font-size:1rem;font-weight:800;opacity:1}.resto-order-payment-row-total strong{font-size:1.25rem;font-weight:800}.resto-order-payment-paid_online{border-color:#86efac;color:#166534;background:#f0fdf4}.resto-order-payment-partially_paid,.resto-order-payment-mixed_online_paid,.resto-order-payment-offline_only{border-color:#fbbf24;color:#92400e;background:#fffbeb}.resto-order-items{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.resto-order-items-block{margin-top:auto;padding-top:.65rem}.resto-order-items-title{margin:0 0 .35rem;color:#475569;font-size:.9rem;font-weight:700}.resto-order-items li{display:flex;justify-content:space-between;gap:1rem}.resto-order-items-toggle{margin-top:.6rem;padding:.35rem .65rem;border-radius:6px;font-size:.85rem}
