@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--bg:#f1f5f9;--surface:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--border:#e2e8f0;--border-focus:#6366f1;--ink:#0f172a;--ink-2:#334155;--muted:#64748b;--accent:#6366f1;--accent-soft:#eef2ff;--accent-hover:#4f46e5;--green:#059669;--green-soft:#ecfdf5;--amber:#d97706;--amber-soft:#fffbeb;--red:#dc2626;--red-soft:#fef2f2;--blue:#2563eb;--blue-soft:#eff6ff;--shadow-sm:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-md:0 4px 12px #0f172a14, 0 2px 4px #0f172a0d;--shadow-lg:0 12px 32px #0f172a1a, 0 4px 8px #0f172a0f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition:.15s ease;--font:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{min-height:100%;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);font-size:1rem;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;background:0 0;border:none}button:disabled{cursor:not-allowed;opacity:.55}img,svg{max-width:100%;display:block}h1{letter-spacing:-.02em;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;line-height:1.15}h2{font-size:1.25rem;font-weight:700;line-height:1.3}h3{font-size:1.05rem;font-weight:600}p{color:var(--ink-2);line-height:1.65}.muted{color:var(--muted)}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:700}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.user-page{flex-direction:column;gap:16px;width:min(480px,100% - 32px);margin:0 auto;padding:24px 0 80px;display:flex}.wide-page{width:min(1200px,100% - 48px);margin:0 auto;padding:28px 0 64px}.display-page-shell{width:min(1400px,100% - 32px);margin:0 auto;padding:20px 0 40px}.admin-page{width:min(1280px,100% - 48px);margin:0 auto;padding:28px 0 64px}.app-nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:60px;box-shadow:var(--shadow-sm);background:#ffffffeb;justify-content:space-between;align-items:center;gap:12px;padding:0 24px;display:flex;position:sticky;top:0}.nav-brand{color:var(--ink);white-space:nowrap;align-items:center;gap:10px;font-size:1rem;font-weight:800;display:flex}.brand-mark{border-radius:var(--radius-sm);background:var(--ink);color:#fff;letter-spacing:.05em;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.78rem;font-weight:900;display:grid}.nav-links{flex-wrap:wrap;align-items:center;gap:2px;display:flex}.nav-toggle{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;display:none}.nav-toggle span{background:var(--ink);border-radius:999px;width:18px;height:2px;margin:0 auto}.nav-link{border-radius:var(--radius-sm);color:var(--muted);transition:background var(--transition), color var(--transition);white-space:nowrap;padding:6px 12px;font-size:.88rem;font-weight:500}.nav-link:hover{background:var(--surface-3);color:var(--ink)}.nav-link.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.btn{border-radius:var(--radius-md);min-height:44px;transition:all var(--transition);white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-md);background:#1e293b;transform:translateY(-1px)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--surface-3);color:var(--ink);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--border);border-color:#cbd5e1}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-ghost{color:var(--muted);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--surface-3);color:var(--ink)}.btn-sm{border-radius:var(--radius-sm);min-height:34px;padding:0 12px;font-size:.82rem}.btn-lg{min-height:52px;padding:0 28px;font-size:1.05rem}.btn-xl{border-radius:var(--radius-lg);width:100%;min-height:60px;padding:0 36px;font-size:1.15rem}.btn-full{width:100%}.btn-icon{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:36px;height:36px;min-height:36px;color:var(--muted);padding:0}.btn-icon:hover{background:var(--surface-3);color:var(--ink)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.card-lg{padding:28px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:16px}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:12px;display:flex}.panel-header h2,.panel-header h3{margin:0}.badge{white-space:nowrap;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:.73rem;font-weight:700;display:inline-flex}.badge-green{background:var(--green-soft);color:var(--green)}.badge-amber{background:var(--amber-soft);color:var(--amber)}.badge-red{background:var(--red-soft);color:var(--red)}.badge-blue{background:var(--blue-soft);color:var(--blue)}.badge-accent{background:var(--accent-soft);color:var(--accent)}.badge-muted{background:var(--surface-3);color:var(--muted)}.badge.green{background:var(--green-soft);color:var(--green)}.badge.amber{background:var(--amber-soft);color:var(--amber)}.badge.red{background:var(--red-soft);color:var(--red)}.badge.blue{background:var(--blue-soft);color:var(--blue)}.badge.muted{background:var(--surface-3);color:var(--muted)}.alert{border-radius:var(--radius-md);align-items:flex-start;gap:10px;padding:12px 14px;font-size:.9rem;line-height:1.55;display:flex}.alert.info,.alert-info{background:var(--blue-soft);color:#1d4ed8;border:1px solid #bfdbfe}.alert.success,.alert-success{background:var(--green-soft);color:#065f46;border:1px solid #a7f3d0}.alert.error,.alert-error{background:var(--red-soft);color:#991b1b;border:1px solid #fecaca}.alert-warn{background:var(--amber-soft);color:#92400e;border:1px solid #fde68a}.form-stack{flex-direction:column;gap:16px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field label,.label{color:var(--ink-2);letter-spacing:.01em;font-size:.83rem;font-weight:600}.input,.select-input{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;min-height:46px;color:var(--ink);transition:border-color var(--transition), box-shadow var(--transition);appearance:none;padding:0 14px;font-size:1rem}.input:focus,.select-input:focus{border-color:var(--border-focus);outline:none;box-shadow:0 0 0 3px #6366f126}.input-lg{border-radius:var(--radius-md);min-height:56px;padding:0 18px;font-size:1.1rem}.input-xl{border-radius:var(--radius-lg);text-align:center;letter-spacing:.1em;text-transform:uppercase;min-height:66px;font-size:1.5rem;font-weight:700}.type-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.type-card{border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-2);cursor:pointer;min-height:110px;transition:all var(--transition);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px 12px;display:flex}.type-card:hover{background:var(--accent-soft);border-color:#a5b4fc}.type-card.selected{border-color:var(--accent);background:var(--accent-soft)}.type-card-icon{font-size:1.8rem}.type-card-label{color:var(--ink);font-size:.95rem;font-weight:700}.type-card-sub{color:var(--muted);font-size:.78rem}.type-card.selected .type-card-label{color:var(--accent)}.pax-stepper{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:0;display:flex;overflow:hidden}.pax-btn{background:var(--surface-3);width:50px;min-height:46px;color:var(--ink);cursor:pointer;transition:background var(--transition);border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.pax-btn:hover:not(:disabled){background:var(--border)}.pax-value{text-align:center;flex:1;padding:0 8px;font-size:1.2rem;font-weight:700}.queue-number-hero{letter-spacing:-.02em;color:var(--ink);font-size:clamp(3.5rem,15vw,6rem);font-weight:900;line-height:1}.queue-number-display{letter-spacing:-.03em;color:var(--ink);font-size:clamp(6rem,18vw,11rem);font-weight:900;line-height:1}.status-hero{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;display:flex}.queue-list{flex-direction:column;gap:8px;display:flex}.queue-row{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);transition:background var(--transition);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.queue-row:hover{background:var(--surface-3)}.queue-row-compact{padding:9px 11px}.queue-row-left{flex-direction:column;gap:2px;display:flex}.queue-row-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.queue-number-sm{color:var(--ink);font-size:1.1rem;font-weight:800}.queue-meta-text{color:var(--muted);font-size:.8rem}.skeleton{background:linear-gradient(90deg, var(--surface-3) 25%, var(--border) 50%, var(--surface-3) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.4s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{border-radius:4px;width:100%;height:1em}.skeleton-card{min-height:120px}.state-empty{border-radius:var(--radius-md);background:var(--surface-2);min-height:80px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;font-size:.9rem;display:flex}.dashboard-grid{grid-template-columns:minmax(0,1.25fr) 380px;align-items:start;gap:20px;display:grid}.stats-grid{grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:20px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:14px 16px}.stat-value{color:var(--ink);font-size:1.8rem;font-weight:800;line-height:1}.stat-label{color:var(--muted);margin-top:4px;font-size:.75rem;font-weight:500}.resource-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.resource-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:5px solid var(--border);flex-direction:column;gap:9px;padding:10px;display:flex}.resource-card-vacant{border-left-color:var(--green)}.resource-card-occupied{border-left-color:var(--amber)}.resource-card-disabled{border-left-color:var(--muted);opacity:.82}.resource-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.resource-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.resource-actions .btn{min-width:0;padding-inline:8px}.resource-assignment{border-radius:var(--radius-sm);background:var(--blue-soft);color:#1d4ed8;border:1px solid #bfdbfe;padding:8px 10px;font-size:.86rem;font-weight:700}.history-pager{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:.86rem;display:flex}.history-pager>div{align-items:center;gap:8px;display:flex}.modal-backdrop{z-index:100;background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(460px,100%);max-height:min(680px,100dvh - 40px);box-shadow:var(--shadow-lg);padding:18px;overflow:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:14px;display:flex}.modal-header h2{margin:0;font-size:1.1rem}.modal-header p{color:var(--muted);margin-top:2px;font-size:.86rem}.display-board{grid-template-columns:1fr 360px;align-items:stretch;gap:20px;display:grid}.calling-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);min-height:500px;box-shadow:var(--shadow-lg);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex;position:relative}.calling-resource-name{color:var(--ink-2);font-size:clamp(1.6rem,5vw,2.8rem);font-weight:800}.display-side{flex-direction:column;gap:16px;display:flex}.display-clock{color:var(--muted);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:600}.announcement-pill{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.sound-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.table-wrap{-webkit-overflow-scrolling:touch;border-radius:var(--radius-md);border:1px solid var(--border);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}thead{background:var(--surface-2)}th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:10px 12px;font-size:.72rem;font-weight:700}td{border-top:1px solid var(--border);vertical-align:middle;padding:10px 12px}tbody tr:hover{background:var(--surface-2)}.action-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.action-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);min-height:140px;box-shadow:var(--shadow-sm);transition:all var(--transition);cursor:pointer;flex-direction:column;justify-content:space-between;gap:16px;padding:22px;display:flex}.action-tile:hover{box-shadow:var(--shadow-md);border-color:#a5b4fc;transform:translateY(-2px)}.action-tile-icon{font-size:1.6rem}.action-tile strong{color:var(--ink);font-size:1rem;font-weight:700}.action-tile span{color:var(--muted);font-size:.84rem;line-height:1.5}.sequence-editor{flex-direction:column;gap:8px;display:flex}.sequence-row{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.login-shell{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);flex-direction:column;gap:24px;padding:40px 32px;display:flex}.position-ring{background:var(--accent-soft);border:3px solid var(--accent);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.position-num{color:var(--accent);font-size:1.5rem;font-weight:900;line-height:1}.position-sub{color:var(--accent);text-transform:uppercase;font-size:.6rem;font-weight:600}.section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.82rem;font-weight:700}@media (max-width:1100px){.dashboard-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(3,1fr)}.action-grid{grid-template-columns:repeat(2,1fr)}.display-board{grid-template-columns:1fr}.display-side{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:760px){.app-nav{padding:0 16px}.nav-toggle{display:inline-flex}.nav-links{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;gap:6px;padding:12px;display:none;position:absolute;top:66px;left:12px;right:12px}.nav-links.open{display:flex}.nav-link{width:100%;padding:10px 12px}.wide-page,.admin-page{width:calc(100% - 32px);padding:20px 0 60px}.stats-grid{grid-template-columns:repeat(2,1fr)}.action-grid{grid-template-columns:1fr 1fr}.resource-grid,.display-side{grid-template-columns:1fr}.calling-panel{min-height:360px}}@media (max-width:520px){.action-grid{grid-template-columns:1fr}.stats-grid,.type-grid{grid-template-columns:1fr 1fr}.card-lg{padding:20px}.sequence-row{flex-direction:column;align-items:flex-start}}
