:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#0f172a;--midnight:#0b1023;--carbon:#121a35;--steel:#1d294f;--glow:#58d6ff;--mint:#3ee0b2;--sun:#ffb347;--mist:#c9d6ff}*{box-sizing:border-box}body{color:#e9f0ff;background:radial-gradient(900px 600px at 10% 10%,#58d6ff1f 0%,#0b1023e6 55%,#05070f 100%),radial-gradient(800px 500px at 90% 15%,#ffb3471a 0%,#0a1022d9 60%,#05070f 100%);margin:0;font-family:Space Grotesk,system-ui,sans-serif}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:20px}.app-shell{grid-template-columns:300px 1fr;gap:16px;max-width:1680px;margin:0 auto;display:grid}.sidebar{-webkit-overflow-scrolling:touch;background:linear-gradient(#121b36eb,#0a1022f2),radial-gradient(180px 140px at 20% 10%,#3ee0b21f,#0000 70%);border:1px solid #2a3768;border-radius:18px;flex-direction:column;max-height:calc(100vh - 40px);padding:20px;display:flex;position:relative;overflow-y:auto;box-shadow:inset 0 0 40px #4063c71f,0 16px 38px #00000061}.brand-block h1{letter-spacing:.3px;margin:0;font-family:Fraunces,serif;font-size:1.6rem}.brand-block p{color:var(--mist);margin-top:6px}.side-nav{flex-direction:column;gap:8px;margin-top:16px;display:flex}.side-link{background:#101831b3;border:1px solid #35457e;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.side-link:hover{border-color:var(--glow);background:#1b274df2;transform:translateY(-1px);box-shadow:0 6px 18px #58d6ff1f}.content-panel{background:linear-gradient(#0e152bf0,#080c19eb),radial-gradient(300px 200px at 80% 0,#ffb34714,#0000 70%);border:1px solid #26345f;border-radius:18px;padding:24px;box-shadow:0 18px 46px #00000059}.card{background:linear-gradient(#0e152bf7,#080c19f2);border:1px solid #2a3768;border-radius:18px;width:min(520px,100%);margin:40px auto;padding:22px;box-shadow:0 10px 35px #00000059}.login-card{max-width:460px}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tile{background:linear-gradient(#141e3cd9,#0b1123d9),radial-gradient(120px 80px at 90% 10%,#3ee0b214,#0000 70%);border:1px solid #2f3d71;border-radius:14px;padding:16px}label{margin:10px 0 6px;font-weight:600;display:block}input,select,button,textarea{font:inherit;border:1px solid #3a4c88;border-radius:12px;padding:10px 12px}input,select,textarea{color:#eef2ff;background:#0d152e}textarea{resize:vertical;width:100%;min-height:88px}button{cursor:pointer;color:#fff;background:#1e3a8a;border:0}.muted{color:#b5bfdc}.error{color:#ff8b8b;margin-top:10px}.dropzone{text-align:center;cursor:pointer;background:#1d2b5459;border:2px dashed #4a5fa8;border-radius:14px;margin:14px 0 18px;padding:26px}.dropzone.dragging{background:#4460b459;border-color:#86a7ff}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{order:2}.content-panel{order:1}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid-4{grid-template-columns:1fr}}.calendar-widget{background:#0a1022d9;border:1px solid #1e2a4a;border-radius:16px;max-height:70vh;padding:16px;overflow-y:auto}.calendar-widget li{background:#18234699;border-radius:12px;padding:10px}.log-overlay{z-index:999;background:#050915bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.log-panel{background:#0f172a;border:1px solid #1e3a8a;border-radius:16px;width:min(640px,100%);padding:20px;box-shadow:0 20px 60px #0000008c}.log-list{flex-direction:column;gap:10px;max-height:360px;margin-top:12px;display:flex;overflow-y:auto}.layout-split{grid-template-columns:2fr 1fr;align-items:start;gap:16px;display:grid}.calendar-widget{background:#0f172a;border:1px solid #2a3768;border-radius:16px;padding:16px;position:sticky;top:16px}.calendar-widget ul{gap:10px;margin:12px 0 0;padding:0;list-style:none;display:grid}.calendar-widget li{border-bottom:1px solid #ffffff14;padding-bottom:8px}.office{grid-template-columns:2fr 1fr;gap:16px;display:grid}.office-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.desk{text-align:left;color:#e5efff;cursor:pointer;background:#0f1b33;border:1px solid #2a3768;border-radius:16px;min-height:140px;padding:12px;position:relative}.desk .desk-header{align-items:center;gap:8px;font-weight:600;display:flex}.desk .avatar{font-size:1.4rem}.desk .screen{background:linear-gradient(135deg,#3656ae66,#10183833);border-radius:8px;height:36px;margin-top:10px}.desk .seat{margin-top:8px;font-size:1.1rem}.status-chip{text-transform:uppercase;border:1px solid #fff3;border-radius:999px;padding:2px 6px;font-size:.7rem;position:absolute;top:12px;right:12px}.status-working .status-chip{background:#22c55e33;border-color:#22c55e99}.status-idle .status-chip{background:#facc1533;border-color:#facc1599}.status-planned .status-chip{background:#3b82f633;border-color:#3b82f699}.status-error .status-chip{background:#ef444433;border-color:#ef444499}.office-detail{align-self:start;position:sticky;top:16px}.office-map{grid-template-columns:2fr 1fr;gap:12px;margin-top:16px;display:grid}.office-zone{background:#0a1022bf;border:1px solid #2a3768;border-radius:16px;padding:12px}.office-zone h4{margin:0 0 8px}.zone-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.desk-slot{text-align:center;background:#0b142b;border:1px solid #2b3f7a80;border-radius:14px;place-items:center;min-height:120px;padding:8px;display:grid;position:relative}.desk-top{background:#25407a;border-radius:10px;width:100%;height:46px;box-shadow:inset 0 0 0 2px #ffffff0d}.desk-laptop{background:#d7e3ff;border-radius:4px;width:40px;height:24px;position:absolute;top:26px;box-shadow:0 2px #00000040}.desk-chair{background:#1f2a4b;border:1px solid #58d6ff40;border-radius:8px;width:38px;height:12px;position:absolute;bottom:10px}.desk-person{font-size:1rem;position:absolute;bottom:24px}.avatar-small{font-size:1.1rem;position:absolute;top:6px;right:6px}.agent-label{color:var(--mist);margin-top:6px;font-size:.7rem}.lounge{align-content:start;gap:8px;display:grid}.lounge .sofa{font-size:1.4rem}.lounge-list{gap:6px;display:grid}.lounge-agent{align-items:center;gap:6px;font-size:.85rem;display:flex}.office-detail ul{padding-left:16px}.detail-header{justify-content:space-between;align-items:center;display:flex}@media (max-width:900px){.layout-split,.office,.office-map{grid-template-columns:1fr}}.icon-delete{background:linear-gradient(90deg,#7b2948,#b03a5b);border:1px solid #6a2f56;border-radius:10px;padding:6px 8px;font-size:.9rem}.icon-delete:hover{filter:brightness(1.12)}.progress-wrap{background:#121d3dcc;border:1px solid #334b88;border-radius:999px;width:100%;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#2f6df6,#58d6ff);height:10px;transition:width .4s}.pre-wrap{white-space:pre-wrap}.podcast-page{max-width:1400px;margin:0 auto}.podcast-shell{gap:18px;max-width:1400px;margin:0 auto;display:grid}.podcast-header{background:linear-gradient(160deg,#141e3ce6,#090d1cf2);border:1px solid #2a3768;border-radius:18px;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 20px;display:grid;box-shadow:0 18px 50px #00000059}.podcast-header-left,.podcast-header-right{align-items:center;gap:12px;display:flex}.podcast-header-right{justify-content:flex-end}.podcast-header-center{justify-content:center;align-items:center;gap:8px;font-weight:600;display:flex}.status-dot{background:#fff6;border-radius:999px;width:8px;height:8px}.status-dot-live{background:#ef4444;box-shadow:0 0 8px #ef444499}.status-dot-idle{background:#22c55e}.podcast-body{grid-template-columns:minmax(0,2.2fr) minmax(240px,1fr);gap:18px;display:grid}.podcast-main{gap:16px;display:grid}.recorder-stage{background:radial-gradient(420px 260px at 50% 0,#58d6ff26,#0000 70%),linear-gradient(#0d1328fa,#060a16fa);border:0;border-radius:28px;place-items:center;min-height:420px;padding:40px;display:grid}.recorder-live{text-align:center;gap:14px;display:grid}.state-label{letter-spacing:.08em;text-transform:uppercase;color:#9aa7d4;font-size:.9rem}.timer{font-size:2.6rem;font-weight:700}.live-indicator{justify-content:center;align-items:center;gap:8px;font-weight:600;display:inline-flex}.level-meter{grid-template-columns:repeat(8,1fr);align-items:end;gap:6px;height:90px;display:grid}.level-meter span{background:linear-gradient(#58d6fff2,#58d6ff1a);border-radius:10px;width:100%;animation:1.2s ease-in-out infinite levelPulse;display:block}.level-meter span:nth-child(2){animation-delay:.1s}.level-meter span:nth-child(3){animation-delay:.2s}.level-meter span:nth-child(4){animation-delay:.3s}.level-meter span:nth-child(5){animation-delay:.4s}.level-meter span:nth-child(6){animation-delay:.5s}.level-meter span:nth-child(7){animation-delay:.6s}.level-meter span:nth-child(8){animation-delay:.7s}@keyframes levelPulse{0%{opacity:.4;height:12%}50%{opacity:1;height:100%}to{opacity:.6;height:18%}}.recorder-empty{text-align:center;gap:14px;display:grid}.cta-stack{justify-items:center;gap:10px;display:grid}.cta-primary{border-radius:14px;padding:14px 20px;font-size:1.1rem;box-shadow:0 12px 30px #3b82f640}.next-step{margin-top:10px;font-size:.95rem}.toolbar{justify-content:center;align-items:center;gap:10px;padding-top:10px;display:flex}.icon-button{color:#e7edff;cursor:pointer;background:#182446b3;border:1px solid #334a86;border-radius:10px;padding:8px 10px;transition:transform .12s,border-color .12s,background .12s}.icon-button:hover:not(:disabled){border-color:#58d6ff;transform:translateY(-1px)}.icon-button:disabled{opacity:.4;cursor:not-allowed}.podcast-sidebar{background:#090e1ce6;border:0;border-radius:18px;gap:12px;padding:16px;display:grid}.sidebar-tabs{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.tab{color:#e7edff;cursor:pointer;background:#18244680;border:1px solid #0000;border-radius:999px;padding:8px 10px;font-size:.85rem}.tab.active{background:#58d6ff33;border-color:#58d6ff99}.sidebar-panel{gap:12px;display:grid}.sidebar-header{justify-content:space-between;align-items:center;display:flex}.sessions-list{gap:8px;display:grid}.session-row{background:#0f172ecc;border:1px solid #3c52964d;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.upload-inline{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.upload-inline input{display:none}.podcast-kicker{text-transform:uppercase;letter-spacing:.18em;color:#9aa7d4;font-size:.7rem}.podcast-hero h2{margin:6px 0 8px;font-size:2rem}.podcast-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.podcast-status{background:#101831b3;border:1px solid #27345e;border-radius:14px;margin-top:12px;padding:12px 16px}.podcast-status.status-error{background:#ef444414;border-color:#ef444499}.podcast-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:16px;display:grid}.podcast-panel{background:linear-gradient(#141e3cd9,#0a0f1ee6);border:1px solid #2f3d71;border-radius:16px;padding:16px}.podcast-panel.empty{opacity:.8;border-style:dashed}.podcast-panel .panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.podcast-panel h3{margin:0 0 4px}.podcast-panel .panel-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.podcast-section-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.podcast-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.podcast-card{background:linear-gradient(#121b36f2,#080c19f2);border:1px solid #2f3d71;border-radius:18px;padding:18px}.podcast-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.podcast-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.podcast-actions.secondary{margin-top:8px}.recordings-list{gap:8px;margin-top:12px;display:grid}.recording-row{background:#0f172ecc;border:1px solid #3c52964d;border-radius:12px;justify-content:space-between;align-items:center;padding:10px;display:flex}.recording-tag{text-transform:uppercase;color:#c8d5ff;border:1px solid #fff3;border-radius:999px;padding:4px 8px;font-size:.7rem}.timeline{gap:8px;margin-top:10px;display:grid}.timeline input[type=range]{accent-color:#58d6ff;width:100%}.timeline-meta{justify-content:space-between;gap:12px;display:flex}.waveform-wrap{gap:10px;margin-top:8px;display:grid}.waveform-wrap canvas{background:#090e1ccc;border:1px solid #3c529666;border-radius:12px;width:100%}.waveform-controls{grid-template-columns:auto 80px 1fr;align-items:center;gap:10px;display:grid}.transcript-editor{color:#e7edff;background:#090e1ccc;border:1px solid #3c529666;border-radius:12px;width:100%;min-height:220px;margin-top:10px;padding:12px;font-family:Space Grotesk,system-ui,sans-serif;line-height:1.5}button.primary{color:#071126;background:linear-gradient(90deg,#3b82f6,#58d6ff);border:none;font-weight:600}button.ghost,a.ghost{color:#e7edff;background:#182446b3;border:1px solid #334a86}a.ghost{border-radius:12px;padding:10px 12px;text-decoration:none}@media (max-width:900px){.podcast-hero{flex-direction:column;align-items:flex-start}.project-eval-grid{grid-template-columns:1fr!important}.project-eval-detail{order:2}}@media (max-width:640px){.page{padding:12px}.app-shell{grid-template-columns:1fr}.sidebar{border-radius:14px;max-height:none;padding:14px}.nav-group a{padding:10px 12px;font-size:.95rem}.tile{padding:14px}.grid-4,.office-grid{grid-template-columns:1fr}.office-detail{position:static}table{width:100%;display:block;overflow-x:auto}th,td{white-space:nowrap;padding:8px 10px}input,select,button,form{width:100%}.log-overlay{padding:8px}.log-panel{padding:14px}.nav-group a{justify-content:space-between}.nav-group a span{font-size:.95rem}.status-chip{font-size:.6rem}.tile{border-radius:12px}.grid{grid-template-columns:1fr}form[style*="display: flex"]{flex-direction:column;align-items:stretch}form[style*=gap]{gap:10px}button{padding:12px 14px;font-size:1rem}}.ihk-analyst-shell{gap:18px;display:grid}.ihk-hero{background:linear-gradient(135deg,#0e1730f5,#0a1225eb),radial-gradient(260px 160px at 100% 0,#58d6ff1f,#0000 70%);grid-template-columns:minmax(0,1.5fr) minmax(280px,.9fr);align-items:end;gap:18px;display:grid}.ihk-eyebrow,.ihk-section-kicker{text-transform:uppercase;letter-spacing:.12em;color:#8bbcff;margin:0 0 6px;font-size:.72rem}.ihk-hero h3,.ihk-section-head h3,.ihk-editor-section-head h4{margin:0}.ihk-hero-copy{max-width:60ch}.ihk-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ihk-stat-card{background:#091023b8;border:1px solid #506ab580;border-radius:16px;padding:14px}.ihk-stat-card span{color:#9fb1da;margin-bottom:8px;font-size:.8rem;display:block}.ihk-stat-card strong{font-family:Fraunces,serif;font-size:1.8rem}.ihk-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start;gap:18px;display:grid}.ihk-main-column,.ihk-side-column,.ihk-history-list,.ihk-editor-sections,.ihk-rubric-list{gap:16px;display:grid}.ihk-upload-card,.ihk-rubric-card,.ihk-history-card,.ihk-result-card{background:linear-gradient(#111a34eb,#0a0f1fe6),radial-gradient(180px 120px at 100% 0,#3ee0b212,#0000 70%)}.ihk-section-head,.ihk-selected-row,.ihk-editor-section-head,.ihk-criterion-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.ihk-upload-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.ihk-file-pill,.ihk-selected-meta{background:#080e1da6;border:1px solid #42569973;border-radius:14px;margin-top:14px;padding:12px 14px}.ihk-file-pill span,.ihk-editor-section-head span{color:#9fb1da;font-size:.78rem;display:block}.ihk-inline-status{background:#091022bf;border:1px solid #3a4e9159;border-radius:12px;margin-top:14px;padding:10px 12px}.ihk-rubric-grid,.ihk-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ihk-rubric-section,.ihk-criterion-card,.ihk-history-item{background:#070c1bb8;border:1px solid #394c887a;border-radius:16px}.ihk-rubric-section{padding:16px}.ihk-rubric-item{border-top:1px solid #33457b4d;gap:4px;padding:10px 0;display:grid}.ihk-rubric-item:first-child{border-top:0;padding-top:0}.ihk-rubric-item span{color:#adbadf;font-size:.88rem;line-height:1.45}.ihk-history-item{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px;display:grid}.ihk-history-item.is-selected{border-color:#58d6ffd9;box-shadow:0 10px 24px #58d6ff1a}.ihk-history-button{text-align:left;background:0 0;align-items:flex-start;gap:12px;padding:0;display:flex}.ihk-history-copy{gap:4px;display:grid}.ihk-history-copy strong{overflow-wrap:anywhere}.ihk-history-copy small,.ihk-history-copy em{color:#a8b4d6;font-style:normal}.ihk-history-delete{white-space:nowrap;align-self:center}.ihk-status-dot{background:#7b8ebf;border-radius:999px;flex:none;width:10px;height:10px;margin-top:6px}.ihk-status-dot.success,.ihk-status-badge.is-success{color:#8ff1d1;background:#3ee0b22e}.ihk-status-dot.success{background:#3ee0b2}.ihk-status-dot.warning,.ihk-status-badge.is-warning{color:#ffd090;background:#ffb3472e}.ihk-status-dot.warning{background:#ffb347}.ihk-status-dot.danger,.ihk-status-badge.is-danger{color:#ff9d9d;background:#ff6b6b2e}.ihk-status-dot.danger{background:#ff6b6b}.ihk-status-badge.is-neutral{color:#c8d4fb;background:#6478ad2e}.ihk-status-badge{border:1px solid #5467a459;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:6px 10px;font-size:.8rem;display:inline-flex}.ihk-selected-meta strong{overflow-wrap:anywhere;margin-bottom:10px;display:block}.ihk-progress-track{background:#141e3ce6;border-radius:999px;height:10px;margin:16px 0 20px;overflow:hidden}.ihk-progress-bar{border-radius:inherit;background:linear-gradient(90deg,#58d6ff,#3ee0b2);height:100%}.ihk-editor-section{padding-top:4px}.ihk-editor-grid{margin-top:12px}.ihk-criterion-card{padding:16px}.ihk-result-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}@media (max-width:1200px){.ihk-layout,.ihk-hero{grid-template-columns:1fr}}@media (max-width:900px){.ihk-rubric-grid,.ihk-editor-grid,.ihk-hero-stats,.ihk-upload-row,.ihk-history-item{grid-template-columns:1fr}}.ihk-mode-switcher{gap:14px;display:grid}.ihk-mode-tabs{flex-wrap:wrap;gap:10px;display:flex}.ihk-mode-tab{color:#dfe8ff;background:#0a1022c7;border:1px solid #40579673;border-radius:999px;min-width:180px;padding:12px 16px}.ihk-mode-tab.is-active{color:#061120;background:linear-gradient(90deg,#58d6ffe6,#3ee0b2d9);font-weight:700;box-shadow:0 10px 24px #3ee0b22e}.ihk-analyst-shell-slim{gap:16px}.ihk-toolbar{background:linear-gradient(#0e1529f0,#0a101feb);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.ihk-toolbar-copy{margin:6px 0 0}.ihk-layout-slim{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.ihk-upload-card-slim,.ihk-result-card-slim,.ihk-history-card-slim{background:linear-gradient(#111a34eb,#0a0f1fe6)}.ihk-upload-card-slim .ihk-section-head,.ihk-result-card-slim .ihk-section-head,.ihk-history-card-slim .ihk-section-head{align-items:start}.ihk-upload-card-slim .muted,.ihk-result-card-slim .muted,.ihk-history-card-slim .muted{margin-top:4px}.ihk-editor-grid-slim{grid-template-columns:1fr}.ihk-confidence-note{margin:10px 0 0;font-size:.84rem}@media (max-width:1100px){.ihk-toolbar,.ihk-layout-slim{grid-template-columns:1fr}}.ihk-stack-layout{gap:16px;display:grid}.ihk-history-card-bottom{order:2}.ihk-criterion-topline-slim{align-items:start}.ihk-criterion-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ihk-inline-select{min-width:240px}.ihk-evidence-details{border-top:1px solid #33457b4d;margin-top:12px;padding-top:12px}.ihk-evidence-details summary{cursor:pointer;color:#9fb1da;font-size:.9rem;list-style:none}.ihk-evidence-details summary::-webkit-details-marker{display:none}.ihk-evidence-details summary:before{content:"+ ";color:#8bbcff}.ihk-evidence-details[open] summary:before{content:"- "}.ihk-evidence-details textarea{margin-top:12px}@media (max-width:900px){.ihk-inline-select{min-width:100%}.ihk-criterion-meta{justify-content:flex-start;width:100%}}
