.app{display:flex;flex-direction:column;min-height:100vh}.header{background:var(--bg-1);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:baseline;gap:0}.logo-vox{font-family:var(--font-mono);font-size:22px;font-weight:700;color:var(--amd-red);letter-spacing:-1px}.logo-router{font-family:var(--font-mono);font-size:22px;font-weight:700;color:var(--text-0);letter-spacing:-1px}.logo-tag{font-size:10px;font-weight:500;color:var(--text-2);letter-spacing:.08em;text-transform:uppercase;margin-left:16px;display:none}@media(min-width:768px){.logo-tag{display:inline}}.header-meta{display:flex;align-items:center;gap:12px}.chip{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;letter-spacing:.05em;text-transform:uppercase}.chip.amd{background:var(--amd-red-dim);color:var(--amd-red);border:1px solid rgba(237,28,36,.3)}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:var(--glow-green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border-bottom:1px solid var(--border)}@media(min-width:640px){.stats-row{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.stats-row{grid-template-columns:repeat(6,1fr)}}.stat-card{background:var(--bg-1);padding:18px 20px;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent, var(--amd-red))}.stat-value{font-family:var(--font-mono);font-size:22px;font-weight:700;color:var(--text-0);line-height:1}.stat-label{font-size:10px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.08em;margin-top:6px}.stat-sub{font-size:11px;color:var(--text-2);margin-top:2px}.main-grid{flex:1;display:grid;grid-template-columns:1fr;gap:0;max-width:1400px;width:100%;margin:0 auto;padding:20px;gap:16px}@media(min-width:960px){.main-grid{grid-template-columns:420px 1fr}}.panel{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.tabs{display:flex;border-bottom:1px solid var(--border);background:var(--bg-1);border-radius:var(--radius) var(--radius) 0 0;overflow:hidden}.tab{flex:1;padding:12px 16px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);background:transparent;border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tab:hover{color:var(--text-0)}.tab--active{color:var(--amd-red);border-bottom-color:var(--amd-red);background:var(--amd-red-dim)}.submit-panel{padding:20px;display:flex;flex-direction:column;gap:16px;border-radius:0 0 var(--radius) var(--radius)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:10px;font-weight:700;color:var(--text-2);letter-spacing:.1em;text-transform:uppercase}.textarea{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-0);padding:12px;font-size:13px;resize:vertical;min-height:100px;transition:border-color .15s}.textarea:focus{outline:none;border-color:var(--amd-red)}.form-hint{font-size:11px;color:var(--text-2);text-align:right}.select{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-0);padding:8px 12px;font-size:13px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.select:focus{outline:none;border-color:var(--amd-red)}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;transition:all .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--amd-red);color:#fff;flex:1}.btn-primary:hover:not(:disabled){background:#c8151c;box-shadow:var(--glow-red)}.btn-secondary{background:var(--bg-3);color:var(--text-1);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--border);color:var(--text-0)}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px;display:flex;flex-direction:column;gap:10px;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.result-model{font-size:11px;color:var(--text-2);margin-left:auto}.result-answer{font-size:13px;color:var(--text-1);line-height:1.6;max-height:400px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;scrollbar-width:thin}.result-meta{display:flex;gap:6px;font-size:11px;color:var(--text-2);font-family:var(--font-mono)}.charts-panel{padding:20px;display:flex;flex-direction:column;gap:20px;border-radius:0 0 var(--radius) var(--radius)}.chart-section{display:flex;flex-direction:column;gap:8px}.chart-title{font-size:10px;font-weight:700;color:var(--text-2);letter-spacing:.1em;text-transform:uppercase}.pie-legend{display:flex;justify-content:center;gap:20px;font-size:12px;font-family:var(--font-mono)}.efficiency-meter{display:flex;flex-direction:column;gap:8px}.meter-track{height:8px;background:var(--bg-3);border-radius:4px;overflow:hidden}.meter-fill{height:100%;border-radius:4px;transition:width .5s ease}.meter-value{font-family:var(--font-mono);font-size:28px;font-weight:700;line-height:1}.meter-hint{font-size:11px;color:var(--text-2)}.feed-panel{display:flex;flex-direction:column;height:100%;min-height:400px}.feed-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.feed-title{font-size:11px;font-weight:700;color:var(--text-2);letter-spacing:.1em;text-transform:uppercase}.feed-count{font-size:12px;color:var(--text-2)}.feed-cols{display:grid;grid-template-columns:70px 110px 1fr 70px 80px 65px 55px 20px;padding:6px 16px;font-size:10px;font-weight:700;color:var(--text-2);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border)}.feed-list{flex:1;overflow-y:auto;max-height:600px}.feed-empty{padding:40px 20px;text-align:center;color:var(--text-2);font-size:14px}.task-row{border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.task-row:hover,.task-row--open{background:var(--bg-2)}.task-row-header{display:grid;grid-template-columns:70px 110px 1fr 70px 80px 65px 55px 20px;align-items:center;padding:10px 16px;gap:4px}.task-id{font-size:12px;color:var(--text-2)}.task-tokens,.task-cost,.task-latency,.task-conf{font-size:12px;color:var(--text-1);font-family:var(--font-mono)}.free{color:var(--green)}.expand-icon{font-size:10px;color:var(--text-2);text-align:right}.task-row-detail{padding:12px 16px;display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--border)}.detail-section{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:9px;font-weight:700;color:var(--text-2);letter-spacing:.1em;text-transform:uppercase}.detail-content{font-size:12px;color:var(--text-1);line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:350px;overflow-y:auto;scrollbar-width:thin}.escalation .detail-label,.escalation .detail-content{color:var(--amber)}.badge{display:inline-flex;align-items:center;font-size:10px;font-weight:700;font-family:var(--font-mono);padding:2px 8px;border-radius:20px;letter-spacing:.04em;white-space:nowrap;background:color-mix(in srgb,var(--badge-color) 12%,transparent);color:var(--badge-color);border:1px solid color-mix(in srgb,var(--badge-color) 30%,transparent)}.complexity-bar{display:flex;align-items:center;gap:3px}.complexity-pip{width:8px;height:8px;border-radius:2px;flex-shrink:0}.complexity-label{font-size:10px;font-family:var(--font-mono);margin-left:4px}.mono{font-family:var(--font-mono)}.footer{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid var(--border);font-size:11px;color:var(--text-2);background:var(--bg-1)}.footer-stack{font-size:10px}.benchmark-panel{padding:20px;display:flex;flex-direction:column;gap:20px;border-radius:0 0 var(--radius) var(--radius)}.benchmark-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.benchmark-sub{font-size:11px;color:var(--text-2);margin-top:3px}.benchmark-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.select-sm{padding:6px 10px;font-size:12px}.btn-sm{padding:7px 14px;font-size:12px}.benchmark-score-row{display:flex;gap:20px;align-items:flex-start;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;flex-wrap:wrap}.score-main{display:flex;flex-direction:column;align-items:center;min-width:100px}.score-label{font-size:9px;font-weight:700;color:var(--text-2);letter-spacing:.1em;text-transform:uppercase}.score-value{font-family:var(--font-mono);font-size:48px;font-weight:700;line-height:1;margin:4px 0}.score-hint{font-size:11px;color:var(--text-2)}.score-breakdown{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.score-item{display:flex;flex-direction:column;gap:2px}.score-item-label{font-size:10px;color:var(--text-2);text-transform:uppercase;letter-spacing:.06em}.score-item-value{font-size:16px;font-weight:700;color:var(--text-0)}.benchmark-progress{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px;display:flex;flex-direction:column;gap:10px}.progress-header{display:flex;justify-content:space-between;align-items:center}.progress-tasks{display:flex;flex-direction:column;gap:6px}.progress-task{display:flex;align-items:center;gap:10px;padding:4px 0;border-bottom:1px solid var(--border);animation:slideIn .15s ease}.tier-breakdown{display:flex;flex-direction:column;gap:10px}.tier-row{display:flex;align-items:center;gap:10px}.tier-name{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;min-width:70px}.tier-bar-track{flex:1;height:6px;background:var(--bg-3);border-radius:3px;overflow:hidden}.tier-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.benchmark-history{display:flex;flex-direction:column;gap:8px}.history-row{display:flex;align-items:center;gap:12px;padding:8px 10px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:background .1s}.history-row:hover{background:var(--bg-3)}.demo-badge{font-size:9px;font-weight:700;color:var(--amber);background:var(--amber-dim);border:1px solid rgba(245,158,11,.3);padding:2px 8px;border-radius:20px;letter-spacing:.04em;margin-top:6px}.stream-toggle{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-1);cursor:pointer;-webkit-user-select:none;user-select:none}.stream-toggle input[type=checkbox]{width:14px;height:14px;accent-color:var(--amd-red);cursor:pointer}.stream-live{border-color:var(--amd-red)!important;box-shadow:0 0 0 1px #ed1c2426}.stream-live-dot{width:8px;height:8px;border-radius:50%;background:var(--amd-red);margin-left:auto;animation:pulse 1.2s infinite}.cursor-blink{color:var(--amd-red);animation:blink .9s step-end infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}:root{--bg-0: #0a0b0e;--bg-1: #111318;--bg-2: #1a1d24;--bg-3: #22262f;--border: #2a2f3a;--border-hi: #3d4455;--amd-red: #ed1c24;--amd-red-dim: rgba(237,28,36,.15);--green: #22c55e;--green-dim: rgba(34,197,94,.12);--amber: #f59e0b;--amber-dim: rgba(245,158,11,.12);--blue: #3b82f6;--blue-dim: rgba(59,130,246,.12);--purple: #a855f7;--purple-dim: rgba(168,85,247,.12);--text-0: #f1f3f7;--text-1: #b4bcd0;--text-2: #6b7591;--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-sans: "Inter", system-ui, sans-serif;--radius: 10px;--radius-sm: 6px;--glow-red: 0 0 24px rgba(237,28,36,.25);--glow-green: 0 0 18px rgba(34,197,94,.2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg-0);color:var(--text-0);font-family:var(--font-sans);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-1)}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:3px}textarea,input,button{font-family:inherit}button{cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid var(--amd-red);outline-offset:2px}
