.llm-settings{--llm-surface: #ffffff;--llm-surface-2: #fafbfc;--llm-border: rgba(15, 23, 42, .07);--llm-border-strong: rgba(15, 23, 42, .11);--llm-text: #0f172a;--llm-text-secondary: #475569;--llm-muted: #64748b;--llm-accent: #4f46e5;--llm-accent-hover: #4338ca;--llm-accent-glow: rgba(79, 70, 229, .12);--llm-teal: #0d9488;--llm-radius-lg: 16px;--llm-radius-md: 12px;--llm-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 24px rgba(15, 23, 42, .06);--llm-shadow-hover: 0 4px 20px rgba(15, 23, 42, .08);box-sizing:border-box;width:100%;max-width:100%;position:relative}.llm-settings__intro{margin-bottom:20px}.llm-settings__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--llm-muted);margin:0 0 8px}.llm-settings__title{margin:0 0 8px;font-size:26px;font-weight:800;letter-spacing:-.035em;color:var(--llm-text);line-height:1.15}.llm-settings__subtitle{margin:0;font-size:14px;line-height:1.55;color:var(--llm-text-secondary);max-width:52ch}.llm-settings__stack{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.llm-settings__stack{gap:20px}}.llm-panel{background:var(--llm-surface);border-radius:var(--llm-radius-lg);border:1px solid var(--llm-border);box-shadow:var(--llm-shadow);overflow:hidden}.llm-panel--hero{position:relative;background:linear-gradient(145deg,#fffffff2,#f8fafcfa)}.llm-panel--hero:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6 45%,#06b6d4)}.llm-panel__head{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid var(--llm-border);background:#f8fafc99;font-size:13px;font-weight:700;color:var(--llm-text)}.llm-panel__head-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#6366f11f,#06b6d414);color:var(--llm-accent)}.llm-panel__body{padding:22px 20px 24px}.llm-model-name{margin:0 0 6px;font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--llm-text);line-height:1.2}.llm-model-id{margin:0 0 18px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;color:var(--llm-muted);word-break:break-all;line-height:1.45}.llm-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.llm-chip{display:inline-flex;align-items:center;padding:5px 11px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.02em;border:1px solid var(--llm-border);background:var(--llm-surface-2);color:var(--llm-text-secondary)}.llm-chip--highlight{background:#6366f114;border-color:#6366f133;color:#4338ca}.llm-chip--cost{background:#0f172a0a;color:var(--llm-muted)}.llm-divider{height:1px;background:linear-gradient(90deg,var(--llm-border),transparent);margin:18px 0}.llm-active-layout{display:flex;flex-direction:column;gap:20px}.llm-active-layout__main{min-width:0;flex:1 1 auto}.llm-active-layout__side{flex-shrink:0}.llm-active-layout__side .llm-credentials-label{display:block;margin-bottom:0}@media(min-width:768px){.llm-active-layout{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:28px}.llm-active-layout__side{width:260px;max-width:100%;padding-left:28px;border-left:1px solid var(--llm-border)}}@media(max-width:767px){.llm-active-layout__side{padding-top:18px;border-top:1px solid var(--llm-border)}}.llm-credentials-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.llm-credentials-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--llm-muted)}.llm-badge-provider{display:inline-flex;align-items:center;padding:5px 12px;border-radius:8px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#6b21a8;border:1px solid rgba(139,92,246,.2)}.llm-badge-provider--neutral{background:var(--llm-surface-2);color:var(--llm-text-secondary);border-color:var(--llm-border)}.llm-btn-ghost{margin-top:0;padding:9px 15px;border-radius:10px;border:1px solid var(--llm-border-strong);background:var(--llm-surface);font-size:13px;font-weight:600;color:var(--llm-text-secondary);cursor:pointer;transition:background .15s ease,border-color .15s ease;font-family:inherit}.llm-btn-ghost:hover:not(:disabled){background:var(--llm-surface-2);border-color:var(--llm-muted)}.llm-btn-ghost:disabled{cursor:wait;opacity:.75}.llm-catalog-lead{margin:0 0 18px;font-size:13px;line-height:1.6;color:var(--llm-muted)}.llm-model-list{display:flex;flex-direction:column;gap:10px}.llm-model-row{display:block;width:100%;text-align:left;padding:16px 18px;border-radius:var(--llm-radius-md);border:1px solid var(--llm-border);background:var(--llm-surface);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .15s ease;font-family:inherit;position:relative}.llm-model-row:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--llm-shadow-hover);border-color:#6366f140}.llm-model-row:disabled{cursor:default}.llm-model-row--selected{border-color:var(--llm-accent);background:linear-gradient(135deg,#6366f10f,#06b6d40a);box-shadow:0 0 0 1px var(--llm-accent-glow)}.llm-model-row--selected:hover:not(:disabled){transform:none}.llm-model-row__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.llm-model-row__name{font-size:15px;font-weight:700;letter-spacing:-.02em;color:var(--llm-text)}.llm-model-row__id{font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;color:var(--llm-muted);margin-top:6px;word-break:break-all}.llm-model-row__desc{font-size:13px;color:var(--llm-text-secondary);margin-top:10px;line-height:1.5}.llm-model-row__footer{margin-top:12px;display:flex;align-items:center;gap:8px}.llm-model-row__status{font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--llm-accent)}.llm-model-row__radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--llm-border-strong);flex-shrink:0;margin-top:2px}.llm-model-row--selected .llm-model-row__radio{border-color:var(--llm-accent);background:radial-gradient(circle,var(--llm-accent) 38%,transparent 40%)}.llm-key-panel .llm-panel__body{padding-top:20px}.llm-key-lead{margin:0 0 14px;font-size:13px;line-height:1.6;color:var(--llm-muted)}.llm-key-status{font-size:13px;color:var(--llm-text-secondary);margin-bottom:12px}.llm-key-status strong{font-weight:700;color:var(--llm-teal)}.llm-key-status--default strong{color:var(--llm-muted)}.llm-input{width:100%;max-width:min(420px,100%);padding:12px 14px;border-radius:10px;border:1px solid var(--llm-border-strong);font-size:14px;font-family:ui-monospace,monospace;background:var(--llm-surface-2);transition:border-color .15s ease,box-shadow .15s ease}.llm-input:focus{outline:none;border-color:var(--llm-accent);box-shadow:0 0 0 3px var(--llm-accent-glow)}.llm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.llm-btn-primary{padding:10px 18px;border-radius:10px;border:none;background:linear-gradient(180deg,#6366f1,#4f46e5);color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 1px 2px #4f46e533;transition:filter .15s ease,transform .1s ease}.llm-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.llm-btn-primary:active:not(:disabled){transform:translateY(.5px)}.llm-btn-primary:disabled{cursor:wait;opacity:.75}.llm-btn-danger{padding:10px 18px;border-radius:10px;border:1px solid rgba(220,38,38,.25);background:var(--llm-surface);color:#b91c1c;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.llm-btn-danger:hover:not(:disabled){background:#fef2f2}.llm-btn-danger:disabled{opacity:.45;cursor:not-allowed}.llm-toast{position:fixed;top:24px;right:24px;left:auto;max-width:min(420px,calc(100vw - 32px));z-index:200;display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:var(--llm-radius-md);background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(34,197,94,.35);box-shadow:0 12px 40px #0f172a1f;color:#166534;font-size:13px;font-weight:600;box-sizing:border-box}@media(max-width:520px){.llm-toast{right:16px;left:16px;top:16px;max-width:none}}.llm-error{margin-bottom:20px;padding:14px 18px;border-radius:var(--llm-radius-md);background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:13px;line-height:1.5}.llm-notice{padding:18px 20px;border-radius:var(--llm-radius-md);background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--llm-border);font-size:13px;line-height:1.55;color:var(--llm-text-secondary)}.llm-loading{display:flex;align-items:center;gap:10px;color:var(--llm-muted);font-size:14px}.llm-spin{animation:llm-spin .85s linear infinite}@keyframes llm-spin{to{transform:rotate(360deg)}}@media(max-width:899px){.llm-settings__title{font-size:22px}}html,body{height:100%}body{margin:0;background:#020617;color:#0f172a;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}a{color:inherit}input:focus,button:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(56,189,248,.18),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.22),transparent 55%),radial-gradient(circle at center,#0f172af0,#020617 70%)}.auth-shell{width:100%;max-width:1100px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:40px;border-radius:28px;padding:28px;background:radial-gradient(circle at top left,rgba(15,23,42,.06),transparent 60%),#0f172aeb;box-shadow:0 22px 70px #0f172acc,0 0 0 1px #94a3b838;color:#e5e7eb}.auth-shell__branding{position:relative;padding:18px 18px 18px 4px;display:flex;flex-direction:column;justify-content:center;gap:20px}.auth-shell__mesh{position:absolute;inset:-40px -60px -40px -40px;background-image:radial-gradient(circle at 0% 0%,rgba(59,130,246,.22),transparent 55%),radial-gradient(circle at 100% 15%,rgba(56,189,248,.2),transparent 55%),radial-gradient(circle at 0% 100%,rgba(45,212,191,.18),transparent 55%);opacity:.9;filter:blur(2px);pointer-events:none}.auth-shell__grid{position:absolute;inset:18px 18px 18px 0;border-radius:24px;border:1px solid rgba(148,163,184,.2);background-image:linear-gradient(to right,rgba(148,163,184,.2) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.18) 1px,transparent 1px);background-size:32px 32px;opacity:.5;-webkit-mask-image:radial-gradient(circle at top left,rgba(0,0,0,.9),transparent 65%);mask-image:radial-gradient(circle at top left,rgba(0,0,0,.9),transparent 65%);pointer-events:none}.auth-shell__content{position:relative;z-index:1}.auth-shell__pill{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.7);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#e5e7eb}.auth-shell__pill-dot{width:7px;height:7px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px #22c55e33}.auth-shell__title{margin:10px 0 6px;font-size:32px;line-height:1.2;font-weight:800;letter-spacing:-.05em;color:#f9fafb}.auth-shell__subtitle{margin:0 0 14px;font-size:14px;line-height:1.6;color:#cbd5f5;max-width:480px}.auth-shell__eyebrow{margin:0 0 14px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.auth-shell__title--balanced{margin-top:0;margin-bottom:12px;font-size:clamp(26px,3.2vw,34px);line-height:1.18}.auth-shell__title-accent{background:linear-gradient(120deg,#7dd3fc,#60a5fa 40%,#93c5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-shell__subtitle--balanced{margin:0 0 26px;max-width:420px;line-height:1.65;font-size:15px;color:#cbd5f5}.auth-shell__feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.auth-shell__feature{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:16px;background:#0f172a73;border:1px solid rgba(148,163,184,.2);box-shadow:0 12px 32px #0f172a59}.auth-shell__feature-icon{flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#0f172abf;border:1px solid rgba(56,189,248,.35);color:#7dd3fc}.auth-shell__feature-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.auth-shell__feature-title{font-size:14px;font-weight:700;letter-spacing:-.02em;color:#f1f5f9}.auth-shell__feature-desc{font-size:13px;line-height:1.45;color:#94a3b8}.auth-shell__branding-foot{margin:28px 0 0;padding-top:18px;border-top:1px solid rgba(148,163,184,.2);font-size:12px;line-height:1.5;color:#64748b;max-width:400px}.auth-shell__points{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#e5e7eb}.auth-shell__point{display:flex;align-items:flex-start;gap:8px}.auth-shell__point-icon{width:18px;height:18px;border-radius:999px;border:1px solid rgba(56,189,248,.7);background:#0f172ae6;display:flex;align-items:center;justify-content:center;font-size:11px;color:#22c55e;margin-top:2px}.auth-shell__meta{margin-top:12px;font-size:11px;color:#9ca3af}.auth-shell__meta-strong{font-weight:600;color:#e5e7eb}.auth-shell__form{position:relative;background:linear-gradient(180deg,#fff,#f9fafb 48%,#f3f4f6);border-radius:22px;padding:28px 26px 22px;box-shadow:0 20px 40px #0f172a59,0 0 0 1px #0f172ab3;overflow:hidden}.auth-shell__form:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.45),transparent);pointer-events:none}.auth-shell__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.auth-shell__logo{display:flex;align-items:center;gap:10px}.auth-shell__logo--with-wordmark{gap:12px}.auth-shell__brand-name{font-size:20px;font-weight:800;letter-spacing:-.04em;color:#0f172a}.auth-shell__form-header{margin-bottom:22px}.auth-shell__form-header .auth-shell__logo{margin-bottom:18px}.auth-shell__form-heading{margin:0 0 6px;font-size:22px;font-weight:800;letter-spacing:-.04em;color:#0f172a}.auth-shell__form-lede{margin:0;font-size:14px;line-height:1.5;color:#64748b;max-width:320px}.auth-form__secure-hint{display:flex;align-items:center;justify-content:center;gap:7px;margin:0;padding:14px 4px 0;font-size:11px;color:#94a3b8;text-align:center}.auth-form__secure-hint svg{flex-shrink:0;opacity:.85}.auth-shell__badge{font-size:11px;font-weight:600;padding:5px 12px;border-radius:999px;background:linear-gradient(135deg,#0f172ae6,#0f172abf);border:1px solid rgba(148,163,184,.8);color:#e5e7eb;display:inline-flex;align-items:center;gap:6px;box-shadow:0 10px 22px #0f172ab3;text-decoration:none;transition:transform .12s ease,box-shadow .15s ease,background .15s ease}.auth-shell__badge:before{content:"";width:6px;height:6px;border-radius:999px;background:#38bdf8;box-shadow:0 0 0 4px #38bdf84d}.auth-shell__badge:hover{transform:translateY(-1px);box-shadow:0 16px 32px #0f172ad9;background:linear-gradient(135deg,#0f172a,#0f172ad1)}.auth-shell__title-small{margin:0;font-size:18px;font-weight:800;letter-spacing:-.03em;color:#0f172a}.auth-shell__subtitle-small{margin:2px 0 0;font-size:12px;color:#6b7280}.auth-input{width:100%;padding:11px 13px;border-radius:12px;border:1px solid #e2e8f0;font-size:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .15s ease,background-color .18s ease}.auth-input:hover{border-color:#cbd5f5;background:#f9fafb}.auth-input:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f68c,0 0 0 6px #2563eb40;background:#fff;transform:translateY(-.5px)}.auth-label{font-size:12px;font-weight:600;color:#4b5563}.auth-error{margin-bottom:18px;padding:10px 12px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;font-weight:500}.auth-success{padding:22px 20px;border-radius:16px;background:linear-gradient(145deg,#f0fdf4,#ecfdf5 45%,#d1fae5);border:1px solid #86efac;text-align:center}.auth-success__title{margin:0 0 10px;font-size:17px;font-weight:800;letter-spacing:-.03em;color:#166534}.auth-success__body{margin:0;font-size:13px;line-height:1.55;color:#15803d}.auth-success__body strong{font-weight:700;color:#14532d}.auth-success__body a{color:#166534;font-weight:700;text-decoration:none}.auth-success__body a:hover{text-decoration:underline}.auth-submit{margin-top:8px;width:100%;padding:12px 14px;border-radius:999px;border:none;background:linear-gradient(135deg,#3b82f6,#1d4ed8,#0f172a);color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 14px 40px #2563eb8c,0 0 0 1px #0f172a80;transition:transform .15s ease,box-shadow .18s ease,opacity .18s ease}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 50px #2563ebb3,0 0 0 1px #0f172ab3}.auth-submit:disabled{cursor:not-allowed;opacity:.75;box-shadow:none}.auth-submit__spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(219,234,254,.7);border-top-color:#e5e7eb;animation:auth-spin .7s linear infinite}.auth-footer{margin-top:18px;font-size:12px;color:#6b7280;text-align:center}.auth-footer a{color:#2563eb;font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes auth-splash-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes auth-splash-mark-entrance{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes auth-splash-mark-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes auth-splash-text-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-splash-fade{0%{opacity:1}to{opacity:0}}@keyframes auth-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-brand-mark{border-radius:999px;background:linear-gradient(145deg,#3b82f6,#0f172a);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0f172a73;flex-shrink:0}.auth-splash{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(56,189,248,.15),transparent 52%),radial-gradient(circle at bottom right,rgba(59,130,246,.18),transparent 52%),radial-gradient(circle at center,#0f172af7,#020617 72%)}.auth-splash--exit{animation:auth-splash-fade .24s ease-out forwards}.auth-splash__content{padding:28px 26px;border-radius:20px;border:1px solid rgba(148,163,184,.28);background:#0f172aa6;box-shadow:0 22px 60px #0f172aa6;animation:auth-splash-in .58s cubic-bezier(.16,1,.3,1) both;text-align:center}.auth-splash__brand{display:inline-flex;align-items:center;justify-content:center;gap:14px;animation:auth-splash-mark-entrance .78s cubic-bezier(.16,1,.3,1) both}.auth-splash__brand-name{font-size:24px;font-weight:800;letter-spacing:-.05em;color:#f8fafc;line-height:1}.auth-splash__mark{display:flex;justify-content:center}.auth-splash__mark-float{animation:auth-splash-mark-float 2.65s ease-in-out .78s infinite;will-change:transform}.auth-splash__logo{filter:drop-shadow(0 0 18px rgba(59,130,246,.32))}.auth-splash__tagline{margin:14px 0 0;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#64748b;animation:auth-splash-text-in .5s cubic-bezier(.16,1,.3,1) .12s both}.auth-splash__text{margin:8px 0 0;font-size:13px;color:#cbd5e1;letter-spacing:.01em;animation:auth-splash-text-in .52s cubic-bezier(.16,1,.3,1) .22s both}@media(prefers-reduced-motion:reduce){.auth-splash__content,.auth-splash__brand,.auth-splash__mark,.auth-splash__mark-float,.auth-splash__tagline,.auth-splash__text{animation:none!important}.auth-splash__mark-float{will-change:auto}}.auth-reveal{animation:auth-reveal .28s ease-out}@media(max-width:920px){.auth-shell{grid-template-columns:1fr;max-width:460px;gap:24px;padding:20px}.auth-shell__form{order:1}.auth-shell__branding{order:2;padding:6px 6px 12px}.auth-shell__mesh{inset:-28px -40px -28px -28px}}.dash-page{width:100%;margin:0;padding:0 0 12px}.dash-wrap{max-width:1320px;margin:0 auto;padding-bottom:12px}.dash-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.dash-kpi{display:block;padding:16px 18px;border-radius:14px;border:1px solid #e8ecf0;background:#fff;box-shadow:0 1px 3px #0f172a0f;text-decoration:none;color:inherit;transition:box-shadow .18s ease,border-color .18s ease,transform .14s ease}a.dash-kpi:hover{border-color:#4f46e559;box-shadow:0 8px 24px #4f46e51f;transform:translateY(-1px)}.dash-kpi--static{cursor:default}.dash-kpi__label{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.dash-kpi__value{font-size:26px;font-weight:950;letter-spacing:-.03em;color:#0f172a;line-height:1.15}.dash-kpi__value--money{color:#4338ca}.dash-kpi__meta{margin-top:6px;font-size:12px;color:#94a3b8;font-weight:500}.dash-kpi__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:800}.dash-kpi__badge--hot{background:#dc2626;color:#fff}.dash-kpi__badge--muted{background:#eef2ff;color:#4338ca}.dash-analytics{margin-top:18px;display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.dash-span-6{grid-column:span 6}.dash-span-12{grid-column:span 12}@media(max-width:960px){.dash-span-6{grid-column:span 12}}.dash-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;box-shadow:0 1px 2px #0f172a0a}.dash-card--accent{background:linear-gradient(165deg,#fff,#f8fafc)}.dash-card__head{margin:0 0 4px;font-size:14px;font-weight:800;letter-spacing:-.02em;color:#0f172a;display:flex;align-items:center;gap:8px}.dash-card__sub{margin:0 0 16px;font-size:12px;color:#64748b;font-weight:500;line-height:1.45}.dash-muted{font-size:13px;color:#94a3b8;font-weight:500}.dash-strip{display:flex;height:14px;border-radius:999px;overflow:hidden;background:#f1f5f9;margin-bottom:12px;box-shadow:inset 0 1px 2px #0f172a0f}.dash-strip__seg{min-width:0;height:100%}.dash-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:16px}.dash-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#475569}.dash-swatch{width:8px;height:8px;border-radius:2px;flex-shrink:0}.dash-data{width:100%;border-collapse:collapse;font-size:13px}.dash-data th{text-align:left;font-weight:700;color:#64748b;padding:8px 12px 8px 0;border-bottom:1px solid #e2e8f0}.dash-data td{padding:9px 0;border-bottom:1px solid #f1f5f9;font-weight:700;color:#0f172a;text-align:right}.dash-data td:first-child,.dash-data th:first-child{text-align:left;color:#475569;font-weight:650}.dash-data tr:last-child td,.dash-data.compact tr:last-child th{border-bottom:none}.dash-data--wide th:last-child,.dash-data--wide td:last-child{text-align:right}.dash-donut-wrap{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.dash-donut{position:relative;width:118px;height:118px;flex-shrink:0;border-radius:50%;box-shadow:0 4px 14px #0f172a14}.dash-donut__hole{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 1px 3px #0f172a0f}.dash-donut__hole strong{font-size:20px;font-weight:900;color:#0f172a;line-height:1}.dash-donut__hole span{font-size:9px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-top:3px}.dash-donut-legend{flex:1;min-width:160px;display:flex;flex-direction:column;gap:6px}.dash-donut-legend__row{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.dash-donut-legend__row span:first-child{display:inline-flex;align-items:center;gap:7px;font-weight:700;color:#334155}.dash-meter{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}.dash-meter__top{display:flex;justify-content:space-between;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:5px}.dash-meter__track{height:7px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dash-meter__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ea580c,#dc2626)}.dash-risk{display:flex;height:14px;border-radius:999px;overflow:hidden;background:#f1f5f9;margin:12px 0}.dash-risk__seg{min-width:0;height:100%}.dash-risk-note{font-size:12px;color:#64748b;font-weight:600;margin:0}.dash-bar-list{display:flex;flex-direction:column;gap:10px}.dash-bar-row{display:grid;grid-template-columns:minmax(80px,1fr) 2fr auto;align-items:center;gap:10px}.dash-bar-row__label{font-size:12px;font-weight:700;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-bar-row__track{height:8px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dash-bar-row__fill{height:100%;border-radius:999px;min-width:2px}.dash-bar-row__val{font-size:12px;font-weight:900;color:#0f172a;text-align:right;min-width:28px}.dash-stack{display:flex;height:12px;border-radius:999px;overflow:hidden;background:#f1f5f9;margin-bottom:10px}.dash-stack__seg{min-width:0;height:100%}.dash-stack-legend{display:flex;flex-wrap:wrap;gap:12px 18px;font-size:11px;font-weight:700;color:#64748b}.dash-stack-legend span{display:inline-flex;align-items:center;gap:6px}.dash-dot{width:8px;height:8px;border-radius:999px}.dash-alert{margin-bottom:16px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:500}.dash-alert--info{background:#eef2ff;border:1px solid rgba(79,70,229,.22);color:#312e81}.dash-alert--err{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.dash-loading{padding:28px;text-align:center;font-size:14px;color:#64748b;font-weight:500;background:#fff;border-radius:14px;border:1px solid #e8ecf0}@keyframes dash-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes spin{to{transform:rotate(360deg)}}.animate-pulse{animation:dash-pulse 1.4s ease-in-out infinite}.dash-mid-grid{display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(280px,340px)}@media(max-width:1100px){.dash-mid-grid{grid-template-columns:minmax(0,1fr)}}
