.dash-layout{display:flex;min-height:100vh;background:#f4f7f6;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.dash-sidebar{width:240px;min-width:240px;background:#0f2922;color:#ffffffd9;display:flex;flex-direction:column;padding:28px 20px;border-radius:0 24px 24px 0}.sidebar-brand{display:flex;align-items:center;gap:12px;margin-bottom:36px;padding:0 8px}.brand-mark{width:36px;height:36px;background:#ffffff1f;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}.brand-name{font-weight:600;font-size:1.05rem;color:#fff}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:4px}.nav-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;padding:0 12px;margin-bottom:8px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;color:#ffffffa6;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;border:none;background:none;cursor:pointer;font-family:inherit;width:100%;text-align:left}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active{background:#ffffff1a;color:#fff}.nav-icon{display:flex;align-items:center;opacity:.8}.sidebar-user{display:flex;align-items:center;gap:12px;padding:14px;background:#ffffff0f;border-radius:14px;margin-top:auto}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2d6a4f,#40916c);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.95rem}.user-name{font-size:.85rem;font-weight:600;color:#fff}.user-id{font-size:.72rem;color:#ffffff73;margin-top:2px}.dash-main{flex:1;padding:32px 36px 40px;overflow-y:auto}.dash-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:16px}.dash-title{font-size:1.75rem;font-weight:700;color:#1a2e28;letter-spacing:-.02em}.dash-subtitle{font-size:.9rem;color:#6b7c76;margin-top:4px}.dash-header-actions{display:flex;align-items:center;gap:12px}.live-pill{display:flex;align-items:center;gap:6px;background:#e8f5ef;color:#2d6a4f;padding:8px 14px;border-radius:999px;font-size:.78rem;font-weight:600}.live-pill .live-dot{width:7px;height:7px;background:#40916c;border-radius:50%;animation:pulse 2s infinite}.btn-dash-dark{background:#0f2922;color:#fff;border:none;padding:12px 20px;border-radius:12px;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.btn-dash-dark:hover{background:#1a3d34}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.stat-card{background:#fff;border-radius:20px;padding:22px 24px;box-shadow:0 2px 16px #0f29220f;border:1px solid rgba(15,41,34,.04)}.stat-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.stat-card-label{font-size:.78rem;color:#6b7c76;font-weight:500}.stat-card-value{font-size:2rem;font-weight:700;color:#1a2e28;letter-spacing:-.02em}.stat-card-value .unit{font-size:1rem;font-weight:500;color:#6b7c76}.stat-card-meta{margin-top:8px;font-size:.75rem;color:#8a9a94}.meta-up{color:#40916c;font-weight:500}.mini-bars{display:flex;align-items:flex-end;gap:3px;height:28px}.mini-bar{width:5px;background:linear-gradient(to top,#2d6a4f,#74c69d);border-radius:3px;min-height:4px;opacity:.7}.mini-bar:last-child{opacity:1}.source-pill{display:inline-block;background:#e8f0fe;color:#1d4ed8;font-size:.68rem;padding:3px 10px;border-radius:6px;font-weight:600;text-transform:capitalize}.source-pill.historical{background:#e8f5ef;color:#2d6a4f}.content-row{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:20px;margin-bottom:24px}.panel{background:#fff;border-radius:20px;padding:24px;box-shadow:0 2px 16px #0f29220f;border:1px solid rgba(15,41,34,.04)}.panel-title{font-size:.95rem;font-weight:600;color:#1a2e28;margin-bottom:4px}.panel-desc{font-size:.8rem;color:#8a9a94;margin-bottom:16px;line-height:1.45}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-head .panel-title{margin-bottom:0}.queue-count{font-size:.75rem;color:#6b7c76;background:#f4f7f6;padding:4px 12px;border-radius:999px}.serving-ring-wrap{display:flex;justify-content:center;margin:8px 0 12px}.serving-ring{position:relative;width:140px;height:140px}.serving-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:#eef2f0;stroke-width:8}.ring-fill{fill:none;stroke:#2d6a4f;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray .4s ease}.ring-fill.light{stroke:#74c69d}.serving-number{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:2.75rem;font-weight:800;color:#0f2922}.serving-name{text-align:center;font-size:.88rem;color:#6b7c76;margin-bottom:16px}.btn-call-next{width:100%;background:#0f2922;color:#fff;border:none;padding:16px;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,transform .1s}.btn-call-next:hover:not(:disabled){background:#1a3d34}.btn-call-next:active:not(:disabled){transform:scale(.98)}.btn-call-next:disabled{opacity:.45;cursor:not-allowed}.dash-input{width:100%;padding:14px 16px;border:1.5px solid #e2ebe8;border-radius:12px;font-size:.95rem;font-family:inherit;margin-bottom:12px;transition:border-color .15s;background:#fafcfb}.dash-input:focus{outline:none;border-color:#2d6a4f;background:#fff}.dash-input.compact{width:72px;text-align:center;margin-bottom:0}.btn-dash-primary{background:#2d6a4f;color:#fff;border:none;padding:14px 20px;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.btn-dash-primary:hover{background:#40916c}.btn-dash-primary.full-width{width:100%}.issued-banner{margin-top:16px;padding:14px 16px;background:linear-gradient(135deg,#e8f5ef,#d8f3dc);border-radius:12px;display:flex;justify-content:space-between;align-items:center}.issued-label{font-size:.78rem;color:#2d6a4f;font-weight:500}.issued-token{font-size:1.5rem;font-weight:800;color:#0f2922}.settings-inline{display:flex;align-items:center;gap:10px;margin-bottom:16px}.settings-unit{font-size:.85rem;color:#6b7c76}.btn-dash-outline{background:transparent;border:1.5px solid #0f2922;color:#0f2922;padding:10px 16px;border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.btn-dash-outline:hover{background:#0f2922;color:#fff}.settings-stat{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f4f7f6;border-radius:12px;font-size:.82rem;color:#6b7c76}.settings-stat strong{font-size:1.1rem;color:#0f2922}.banner-row{margin-bottom:24px}.dash-banner{background:linear-gradient(135deg,#0f2922,#1b4332);border-radius:20px;padding:28px 32px;display:flex;align-items:center;gap:28px;color:#fff}.banner-ring{position:relative;width:80px;height:80px;flex-shrink:0}.banner-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.banner-ring .ring-bg{stroke:#ffffff26}.banner-ring-val{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.banner-text{flex:1}.banner-text h3{font-size:1.05rem;font-weight:600;margin-bottom:6px}.banner-text p{font-size:.82rem;opacity:.75;line-height:1.5;max-width:480px}.btn-dash-light{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.2);padding:12px 20px;border-radius:12px;font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s}.btn-dash-light:hover{background:#fff3}.queue-section{margin-bottom:20px}.panel-queue{padding-bottom:8px}.dash-queue-list{list-style:none;max-height:280px;overflow-y:auto}.queue-item{display:flex;justify-content:space-between;align-items:center;padding:14px 8px;border-bottom:1px solid #eef2f0}.queue-item:last-child{border-bottom:none}.queue-item-left{display:flex;align-items:center;gap:14px;font-size:.9rem;color:#1a2e28;font-weight:500}.queue-rank{width:28px;height:28px;background:#f4f7f6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.78rem;color:#6b7c76;font-weight:600}.queue-item-right{display:flex;align-items:center;gap:12px}.est-wait{font-size:.78rem;color:#8a9a94}.token-chip{background:#0f2922;color:#fff;padding:5px 12px;border-radius:8px;font-size:.82rem;font-weight:700}.queue-empty{text-align:center;padding:40px;color:#8a9a94;font-size:.9rem}.dash-layout .toast{background:#0f2922}@media(max-width:1100px){.content-row{grid-template-columns:1fr 1fr}.panel-serving{grid-column:1 / -1}}@media(max-width:860px){.dash-layout{flex-direction:column}.dash-sidebar{width:100%;min-width:unset;border-radius:0 0 20px 20px;flex-direction:row;flex-wrap:wrap;align-items:center;padding:16px 20px;gap:12px}.sidebar-brand{margin-bottom:0}.sidebar-nav{flex-direction:row;flex-wrap:wrap;flex:unset}.nav-label{display:none}.sidebar-user{margin-top:0;margin-left:auto}.stat-row,.content-row{grid-template-columns:1fr}.dash-main{padding:24px 20px}.dash-banner{flex-direction:column;text-align:center}.dash-header{flex-direction:column}}:root{--bg: #f0f4f8;--surface: #ffffff;--primary: #0d9488;--primary-dark: #0f766e;--accent: #f59e0b;--text: #1e293b;--muted: #64748b;--border: #e2e8f0;--danger: #dc2626;--success: #16a34a;--radius: 12px;--shadow: 0 4px 24px rgba(15, 23, 42, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}.container{max-width:960px;margin:0 auto;padding:24px 20px}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:40px;height:40px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.logo h1{font-size:1.35rem;font-weight:700}.logo p{font-size:.85rem;color:var(--muted)}.live-badge{display:flex;align-items:center;gap:6px;background:#ecfdf5;color:var(--success);padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:600}.live-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;margin-bottom:20px;border:1px solid var(--border)}.card h2{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:16px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s,background .15s;font-family:inherit}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff;padding:14px 24px}.btn-primary:hover{background:var(--primary-dark)}.btn-call{background:var(--accent);color:#1e293b;padding:20px 32px;font-size:1.25rem;width:100%}.btn-call:hover{background:#d97706;color:#fff}.btn-call:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--muted);padding:8px 16px;font-size:.85rem;border:1px solid var(--border)}input[type=text],input[type=number]{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:10px;font-size:1.1rem;font-family:inherit;transition:border-color .15s}input:focus{outline:none;border-color:var(--primary)}.form-row{display:flex;gap:12px;align-items:stretch}.form-row input{flex:1}.token-display{text-align:center;padding:32px}.token-number{font-size:5rem;font-weight:800;color:var(--primary);line-height:1}.token-label{font-size:1rem;color:var(--muted);margin-top:8px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.stat{text-align:center;padding:16px;background:var(--bg);border-radius:10px}.stat-value{font-size:2rem;font-weight:700;color:var(--text)}.stat-label{font-size:.8rem;color:var(--muted);margin-top:4px}.queue-list{list-style:none;max-height:240px;overflow-y:auto}.queue-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}.queue-list li:last-child{border-bottom:none}.token-badge{background:var(--primary);color:#fff;padding:4px 12px;border-radius:6px;font-weight:700;font-size:.95rem}.empty-state{text-align:center;padding:32px;color:var(--muted)}.toast{position:fixed;bottom:24px;right:24px;background:var(--text);color:#fff;padding:14px 20px;border-radius:10px;font-weight:500;opacity:0;transform:translateY(12px);transition:opacity .25s,transform .25s;z-index:100}.toast.show{opacity:1;transform:translateY(0)}.settings-row{display:flex;align-items:center;gap:12px}.settings-row input{width:80px;text-align:center;padding:10px;font-size:1rem}.settings-row span{color:var(--muted);font-size:.9rem}.hint{font-size:.8rem;color:var(--muted);margin-top:8px}.source-tag{display:inline-block;background:#dbeafe;color:#1d4ed8;font-size:.7rem;padding:2px 8px;border-radius:4px;font-weight:600;margin-left:6px}.display-page{background:linear-gradient(160deg,#0f766e,#134e4a);min-height:100vh}.display-container{max-width:480px;margin:0 auto;padding:24px 16px 40px}.display-header{text-align:center;color:#fff;margin-bottom:28px}.display-header h1{font-size:1.5rem;font-weight:700}.display-header p{opacity:.85;font-size:.95rem;margin-top:4px}.hero-card{background:#fff;border-radius:20px;padding:36px 24px;text-align:center;box-shadow:0 8px 40px #0003;margin-bottom:20px}.hero-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.hero-token{font-size:6rem;font-weight:800;color:var(--primary);line-height:1.1;margin:8px 0}.your-turn{background:#ecfdf5;border:2px solid var(--success)}.your-turn .hero-token{color:var(--success)}.wait-card{background:#fffffff2;border-radius:16px;padding:24px;margin-bottom:16px}.wait-card h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:12px}.wait-time{font-size:2.5rem;font-weight:800;color:var(--text)}.wait-time span{font-size:1rem;font-weight:500;color:var(--muted)}.lookup-card{background:#ffffff26;border-radius:16px;padding:20px;color:#fff}.lookup-card input{margin-top:12px;border:none}.lookup-card .btn{margin-top:12px;width:100%;background:#fff;color:var(--primary-dark)}.status-banner{padding:12px 20px;border-radius:10px;font-weight:600;margin-bottom:16px;text-align:center}.status-waiting{background:#fef3c7;color:#92400e}.status-consultation{background:#ecfdf5;color:#065f46}.status-done{background:#e0e7ff;color:#3730a3}.live-indicator{display:flex;align-items:center;justify-content:center;gap:6px;color:#fffc;font-size:.8rem;margin-top:20px}@media(max-width:600px){.form-row{flex-direction:column}.token-number{font-size:3.5rem}}
