:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eaf1fb;--surface:#fff;--surface-2:#f3f7fe;--text:#16223f;--muted:#6e7b98;--faint:#9da9c4;--line:#e5edf8;--accent:#2f6bff;--accent-ink:#1e4fd0;--accent-soft:#e7f0ff;--accent-dark:#16223f;--sidebar:#13306b;--gold:#c0892c;--gold-soft:#faf1dd;--rose:#d2604e;--rose-soft:#fbe8e3;--danger:#d2604e;--warn:#c0892c;--ok:#15803d;--shadow:0 12px 40px #13306b1a;--surface-3:#e9f1fc;--ink-2:#38456a;--line-2:#eff4fc;--cream:#eaf2fe;--sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;--serif:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif}@font-face{font-family:Outfit;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/outfit-latin.woff2)format("woff2")}*{box-sizing:border-box}.cc-link-reset{color:inherit;text-decoration:none}.cc-root{min-height:100vh;padding:16px}.cc-shell{-webkit-backdrop-filter:blur(22px);background:#ffffff9e;border:1px solid #ffffffd9;border-radius:32px;max-width:min(100vw - 48px,1840px);height:calc(100vh - 32px);min-height:680px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 40px 90px -34px #1c377852,0 8px 28px #1c37780f}.cc-sidebar{border-right:1px solid var(--line-2);background:#ffffff80;flex-direction:column;flex:0 0 256px;gap:6px;padding:22px 16px;display:flex;overflow-y:auto}.cc-brand{align-items:center;gap:11px;padding:4px 8px 14px;display:inline-flex}.cc-logo{background:#0f2c73;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden;box-shadow:0 10px 22px #2f6bff33}.cc-logo img{object-fit:cover;width:100%;height:100%;display:block}.cc-brand-text{flex-direction:column;line-height:1.12;display:flex}.cc-brand-text strong{letter-spacing:-.01em;color:var(--text);font-size:16px;font-weight:800}.cc-brand-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:9.5px;font-weight:700}.cc-nav{flex-direction:column;gap:4px;display:flex}.cc-navitem{width:100%;color:var(--ink-2);text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;font-size:14px;font-weight:600;transition:background .14s,color .14s,box-shadow .14s;display:flex}.cc-navitem:hover{background:var(--accent-soft);color:var(--accent-ink)}.cc-navitem.is-active{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 18px #2f6bff4d}.cc-sidebar-foot{flex-direction:column;gap:4px;margin-top:auto;padding-top:12px;display:flex}.cc-logout-row{color:var(--muted)}.cc-logout-row:hover{background:var(--rose-soft);color:var(--rose)}.cc-body{flex-direction:column;flex:auto;min-width:0;display:flex}.cc-topbar{border-bottom:1px solid var(--line-2);background:#ffffff8c;flex:none;align-items:center;gap:16px;height:64px;padding:13px 22px;display:flex}.cc-crumb{flex:none;align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.cc-crumb-root{color:var(--muted)}.cc-crumb-sep{color:var(--faint)}.cc-crumb-current{color:var(--accent)}.cc-actions{flex:none;align-items:center;gap:10px;margin-left:auto;display:inline-flex}.cc-notif-wrap{position:relative}.cc-icon-btn{background:var(--surface);border:1px solid var(--line);width:40px;height:40px;color:var(--muted);border-radius:50%;place-items:center;transition:all .14s;display:inline-grid;position:relative}.cc-icon-btn:hover{border-color:var(--accent);color:var(--accent)}.cc-notif-dot{background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:10px}.cc-notif-pop{z-index:30;background:var(--surface);border:1px solid var(--line);border-radius:16px;width:260px;padding:14px;animation:.24s cubic-bezier(.2,.7,.2,1) scin;position:absolute;top:48px;right:0;box-shadow:0 18px 44px #141e462e}.cc-notif-head{justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}.cc-notif-head span{color:var(--muted)}.cc-avatar{color:#fff;background:linear-gradient(150deg,#3b82f6,#1e4fd0);border-radius:50%;place-items:center;width:40px;height:40px;font-size:13px;font-weight:700;line-height:1;display:inline-grid;overflow:hidden;box-shadow:0 10px 24px #2563eb38}.cc-avatar img{object-fit:cover;width:100%;height:100%}.cc-main{flex:auto;padding:30px;overflow:hidden auto}.cc-tabs{gap:8px;margin:16px 0;display:flex}.cc-tab{border:1px solid var(--line);background:var(--surface);color:var(--ink-2);border-radius:99px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .14s}.cc-tab:hover{background:var(--accent-soft)}.cc-tab.is-active{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#0000}@keyframes scin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.cc-root{padding:0}.cc-shell{border-radius:0;flex-direction:column;max-width:none;height:auto;min-height:100vh}.cc-sidebar{border-right:0;border-bottom:1px solid var(--line-2);flex:none;overflow:visible}.cc-nav{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.cc-sidebar-foot{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:6px;display:grid}.dema-credit-sidebar{text-align:left;grid-column:1/-1}.cc-main{padding:22px;overflow:visible}}@media (max-width:720px){.cc-sidebar{padding:16px}.cc-brand{padding:0 4px 10px}.cc-nav,.cc-sidebar-foot{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-navitem{min-width:0;padding:10px 11px}.cc-navitem span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cc-topbar{align-items:flex-start;gap:10px;height:auto;min-height:62px;padding:12px 16px}.cc-crumb{flex-wrap:wrap;flex:180px;min-width:0}.cc-actions{margin-left:0}.cc-main{padding:16px}}@media (max-width:460px){.cc-nav,.cc-sidebar-foot{grid-template-columns:1fr}}html,body{min-height:100%;color:var(--text);font-family:var(--sans);background:linear-gradient(165deg,#e3edfb 0%,#eef4fd 38%,#f6f9fe 100%) fixed;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:24px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.brand{flex-direction:column;gap:4px;display:flex}.brand h1{margin:0;font-size:20px;line-height:1.15}.brand p,.muted{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.nav{gap:8px;display:grid}.nav button,.ghost-button,.primary-button,.danger-button,.icon-button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 12px;transition:all .12s;display:inline-flex}.nav button{width:100%;color:var(--text);background:0 0;justify-content:flex-start}.nav button.active,.nav button:hover{background:var(--surface-2);color:var(--accent)}.primary-button{background:var(--accent);color:#fff;border-color:var(--accent)}.primary-button:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.ghost-button,.icon-button{color:var(--accent);border-color:var(--line);background:0 0}.ghost-button:hover,.icon-button:hover{background:var(--surface-2);border-color:var(--accent)}.danger-button{color:var(--danger);background:#fff5f5;border-color:#f1c2bd}.icon-button{width:40px;padding:0}.main{min-width:0;padding:28px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.topbar h2{margin:0;font-size:26px}.grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;display:grid}.panel{background:var(--surface-2);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:18px}.span-4{grid-column:span 4}.span-5{grid-column:span 5}.span-7{grid-column:span 7}.span-8{grid-column:span 8}.span-12{grid-column:span 12}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.panel h3{margin:0;font-size:17px}.form-grid{gap:12px;display:grid}.field{gap:6px;display:grid}.field label,.field>span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;color:var(--text);border-radius:12px;padding:10px 12px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);outline:3px solid #2f6bff1f}.field textarea{resize:vertical;min-height:96px;line-height:1.45}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.list{gap:10px;display:grid}.list-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:8px;padding:12px;display:grid}.list-item.selected{border-color:var(--accent);background:#f3f5ff}.status{background:var(--surface-2);width:fit-content;min-height:24px;color:var(--muted);border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.status.done{color:var(--ok);background:#dcfce7}.status.error{color:var(--danger);background:#fee2e2}.status.transcribing,.status.analyzing{color:var(--warn);background:#fef3c7}.transcript{background:var(--accent-dark);max-height:420px;color:var(--surface);white-space:pre-wrap;border-radius:12px;padding:14px;font-size:13px;line-height:1.55;overflow:auto}.report-grid{gap:12px;display:grid}.report-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.report-block{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:12px;padding:14px;display:grid}.score{font-size:44px;font-weight:800;line-height:1}.metric{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:10px;padding:10px 0;display:grid}.metric:last-child{border-bottom:0}.error-box{color:var(--danger);background:#fff5f5;border:1px solid #f1c2bd;border-radius:12px;padding:12px;font-size:14px}.login-page{background:var(--bg);min-height:100vh;color:var(--text);grid-template-columns:minmax(0,1.05fr) minmax(420px,1fr);display:grid;overflow:hidden}.login-hero{isolation:isolate;background:var(--sidebar);color:#eaf2fe;flex-direction:column;justify-content:space-between;min-height:100vh;padding:56px 60px;display:flex;position:relative;overflow:hidden}.login-hero:before{content:"";z-index:-1;pointer-events:none;opacity:.5;background:radial-gradient(120% 80% at 12% 8%,#639fff6b,#0000 52%),radial-gradient(90% 70% at 96% 100%,#2f6bff57,#0000 55%);position:absolute;inset:0}.login-brand-row{align-items:center;gap:12px;font-size:15px;font-weight:800;display:flex}.login-hero-logo{background:#0f2c73;border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid;overflow:hidden;box-shadow:0 16px 34px #2f6bff38}.login-hero-logo img{object-fit:cover;width:100%;height:100%;display:block}.login-hero-copy{max-width:430px}.login-hero-copy p{color:#eaf2fe9e;letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:750;line-height:1.25}.login-hero-copy h2{color:#fff;letter-spacing:0;margin:0;font-size:40px;font-weight:650;line-height:1.12}.login-hero-copy span{color:#eaf2febd;margin-top:18px;font-size:15px;line-height:1.6;display:block}.login-proof{gap:36px;display:flex}.login-proof div{min-width:0}.login-proof strong{color:#fff;font-size:30px;font-weight:700;line-height:1;display:block}.login-proof strong span{color:#eaf2fe8c;margin-left:3px;font-size:15px}.login-proof small{color:#eaf2fe9e;margin-top:5px;font-size:12px;line-height:1.35;display:block}.login-panel{place-items:center;min-width:0;padding:32px;display:grid}.login-card{width:min(380px,100%);color:var(--text);position:relative}.login-card-header{gap:8px;display:grid}.login-card h1{color:var(--text);letter-spacing:0;margin:0;font-size:32px;font-weight:750;line-height:1.12}.login-card .muted{color:var(--muted);font-size:14.5px}.login-card form{gap:16px;margin-top:30px}.login-card .field{gap:7px}.login-card .field label{color:var(--ink-2);letter-spacing:0;font-size:12px;font-weight:750}.login-card .field input{border-color:var(--line);background:var(--surface);min-height:46px;color:var(--text);box-shadow:none}.login-card .field input::placeholder{color:var(--faint)}.login-card .field input:focus{border-color:var(--accent);outline:3px solid #2f6bff1f}.login-card .field input:-webkit-autofill{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:0 0 0 1000px var(--surface) inset;transition:background-color 9999s ease-in-out}.login-card .field input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:0 0 0 1000px var(--surface) inset;transition:background-color 9999s ease-in-out}.login-card .field input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:0 0 0 1000px var(--surface) inset;transition:background-color 9999s ease-in-out}.login-card .error-box{color:var(--danger);background:#fff5f5;border-color:#f1c2bd}.login-card .primary-button,.login-card .ghost-button{border-radius:12px;width:100%;min-height:48px;font-weight:750}.login-card .primary-button{color:#fff;background:#2f6bff;border-color:#2f6bff;box-shadow:0 14px 30px #2f6bff38}.login-card .primary-button:hover{background:#4f6cff;border-color:#6f86ff;transform:translateY(-1px)}.login-card .primary-button:disabled{cursor:not-allowed;opacity:.72;transform:none}.dema-credit{--white:#0c2138;--cyan:#0094c2;--muted:#51637a;color:#000;margin:0;font-size:10px;font-weight:650;line-height:1.35}.dema-credit a{color:inherit;text-decoration:none;transition:color .14s}.dema-credit a:hover{color:#000}.brand{color:var(--white);align-items:center;display:inline-flex}.brand .word{font-family:var(--sans);letter-spacing:-.035em;color:var(--white);white-space:nowrap;font-size:21px;font-weight:700;line-height:1}.brand .word i{color:var(--cyan);font-style:normal;font-weight:700}.brand .word .lt{color:var(--muted);margin-left:.34em;font-weight:400}.dema-credit .brand .word{letter-spacing:-.025em;font-size:13px}.dema-credit-login{text-align:center;margin-top:18px}@media (max-width:920px){.login-page{grid-template-columns:1fr;overflow:visible}.login-hero{gap:42px;min-height:auto;padding:34px 32px}.login-panel{padding:42px 28px}}@media (max-width:620px){.login-hero{gap:34px;padding:26px 22px}.login-hero-copy h2{font-size:30px}.login-hero-copy span{font-size:14px}.login-proof{flex-wrap:wrap;gap:24px}.login-proof strong{font-size:26px}.login-panel{padding:34px 22px}.login-card h1{font-size:30px}}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;position:static}.nav{grid-template-columns:repeat(2,minmax(0,1fr))}.span-4,.span-5,.span-7,.span-8,.span-12{grid-column:1/-1}.report-columns{grid-template-columns:1fr}}@media (max-width:620px){.main{padding:18px}.topbar{flex-direction:column;align-items:flex-start}.nav{grid-template-columns:1fr}.panel{padding:14px}}.coach-shell{background:var(--surface-2);grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.coach-sidebar{color:#f7f9ff;background:linear-gradient(#0e1116 0%,#131a2d 58%,#090c12 100%);flex-direction:column;gap:22px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0;overflow-y:auto}.coach-brand-block,.coach-sidebar-profile,.coach-user-chip,.coach-topbar,.coach-topbar-actions,.coach-title-row,.coach-header-actions,.coach-section-head,.coach-card-link,.coach-button,.coach-icon-button,.coach-back-button,.coach-select-button,.coach-audio-card,.coach-audio-meta,.coach-chart-legend,.coach-trend{align-items:center;display:flex}.coach-brand-block{gap:12px;min-height:54px}.coach-logo{color:#fff;background:linear-gradient(135deg,#2f6bff 0%,#7aa2ff 100%);border-radius:14px;flex:none;place-items:center;width:44px;height:44px;font-size:24px;font-weight:900;display:grid;box-shadow:0 12px 28px #2f6bff52}.coach-brand-title,.coach-brand-subtitle,.coach-sidebar-profile p,.coach-sidebar-profile span,.coach-user-chip p,.coach-user-chip span,.coach-method-card p,.coach-kpi-content p,.coach-kpi-content strong,.coach-kpi-content small,.coach-card-eyebrow,.coach-score-copy h2,.coach-score-copy p,.coach-timeline-item h3,.coach-timeline-item p,.coach-audio-meta span,.coach-insight-list,.coach-table,.coach-meta{margin:0}.coach-brand-title{text-transform:uppercase;font-size:15px;font-weight:850;line-height:1.1}.coach-brand-subtitle{color:#f7f9ff9e;text-transform:uppercase;margin-top:3px;font-size:11px;font-weight:700;line-height:1.25}.coach-nav{gap:6px;display:grid}.coach-nav-item{color:#f7f9ffc2;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:11px;width:100%;min-height:42px;padding:0 12px;transition:all .14s;display:flex}.coach-nav-item:hover,.coach-nav-item.is-active{color:#fff;background:#2f6bff29;border-color:#2f6bff57}.coach-nav-item.is-active{box-shadow:inset 3px 0 0 var(--accent)}.coach-sidebar-spacer{flex:1;min-height:10px}.coach-method-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;gap:9px;padding:16px;display:grid}.coach-method-title{color:#fff;font-weight:800}.coach-method-card p:not(.coach-method-title){color:#f7f9ffad;font-size:13px;line-height:1.45}.coach-method-card a{color:#9eb2ff;width:fit-content;font-size:13px;font-weight:800;text-decoration:none}.coach-sidebar-profile{border-top:1px solid #ffffff1a;gap:10px;padding-top:16px}.coach-avatar{color:#fff;background:linear-gradient(135deg,#2f6bff 0%,#21b17b 100%);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:850;display:grid}.coach-avatar-small{width:34px;height:34px;font-size:11px}.coach-sidebar-profile p,.coach-user-chip p{font-size:14px;font-weight:800;line-height:1.2}.coach-sidebar-profile span,.coach-user-chip span{color:#f7f9ff94;font-size:12px}.dema-credit-sidebar{text-align:center;padding-top:2px}.coach-main{min-width:0;padding:28px}.coach-topbar{justify-content:space-between;gap:18px;margin-bottom:26px}.coach-topbar-actions{gap:10px;position:relative}.coach-back-button,.coach-button,.coach-icon-button,.coach-select-button,.coach-speed-button,.coach-play-button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;transition:all .14s}.coach-back-button{min-height:40px;color:var(--muted);gap:8px;padding:0 13px;font-weight:700}.coach-icon-button{width:40px;height:40px;color:var(--muted);justify-content:center;position:relative}.coach-logout-button{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--muted);border-radius:12px;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:700;transition:all .14s;display:inline-flex}.coach-logout-button:hover{color:var(--rose);border-color:var(--rose);background:var(--rose-soft)}.coach-notification-wrap{position:relative}.coach-back-button:hover,.coach-icon-button:hover,.coach-icon-button.is-open,.coach-select-button:hover,.coach-speed-button:hover,.coach-play-button:hover{color:var(--accent);background:#f3f5ff;border-color:#2f6bff6b}.coach-notification-popover{z-index:30;border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-radius:16px;width:min(320px,100vw - 36px);padding:14px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 24px 70px #0e111629}.coach-notification-popover:before{content:"";border-left:1px solid var(--line);border-top:1px solid var(--line);background:#fffffff5;width:12px;height:12px;position:absolute;top:-6px;right:15px;transform:rotate(45deg)}.coach-notification-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.coach-notification-head strong{color:var(--text);font-size:14px;font-weight:850}.coach-notification-head span{color:var(--accent);background:#2f6bff1a;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850}.coach-notification-empty{gap:5px;padding-top:14px;display:grid}.coach-notification-empty p{color:var(--text);margin:0;font-size:13px;font-weight:800}.coach-notification-empty span{color:var(--muted);font-size:12px;line-height:1.45}.coach-user-chip{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:9px;padding:6px 10px 6px 6px}.coach-user-chip span{color:var(--muted)}.coach-call-header{justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}.coach-call-header>*,.coach-section-head>*,.coach-title-row,.coach-header-actions,.coach-inline-actions,.coach-row-actions{min-width:0}.coach-title-row{flex-wrap:wrap;gap:12px}.coach-title-row h1{font-family:var(--sans);letter-spacing:-.01em;overflow-wrap:anywhere;margin:0;font-size:34px;font-weight:500;line-height:1.05}.coach-meta{color:var(--muted);margin-top:8px;font-size:14px}.coach-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.coach-dashboard-select{gap:5px;min-width:min(100%,260px);display:grid}.coach-dashboard-select span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850}.coach-dashboard-select select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:42px;color:var(--text);font:inherit;border-radius:12px;padding:0 38px 0 12px;font-size:13px;font-weight:750}.coach-dashboard-select select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.coach-button{justify-content:center;gap:8px;min-height:42px;padding:0 15px;font-weight:800}.coach-button-primary{border-color:var(--accent);color:#fff;background:var(--accent)}.coach-button-primary:hover{background:#2947dd;border-color:#2947dd}.coach-button-danger{color:var(--danger);background:#fff5f5;border-color:#f1c2bd}.coach-button-danger:hover{border-color:var(--danger);color:#fff;background:var(--danger)}.coach-button-ghost{color:var(--text)}.coach-button-ghost:hover{color:var(--accent);background:#f3f5ff;border-color:#2f6bff6b}.coach-full-button{width:100%}.coach-inline-actions,.coach-row-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.coach-responsive-split,.coach-report-layout,.coach-settings-layout,.coach-filter-grid,.coach-grid-2,.coach-grid-3,.coach-icon-copy-card,.coach-transcript-line{min-width:0;display:grid}.coach-responsive-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.coach-report-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:16px}.coach-settings-layout{grid-template-columns:minmax(360px,.95fr) minmax(340px,1.05fr);align-items:start;gap:20px}.coach-filter-grid{grid-template-columns:minmax(240px,1fr) minmax(180px,240px);gap:12px}.coach-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px}.coach-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px}.coach-report-masonry{column-gap:12px;min-width:0}.coach-report-masonry-2{column-count:2}.coach-report-masonry-3{column-count:3}.coach-report-masonry>*{break-inside:avoid;margin-bottom:12px}.coach-report-masonry>:last-child{margin-bottom:0}.coach-rd-head{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.coach-rd-title-zone{gap:6px;min-width:0;display:grid}.coach-rd-score{color:var(--accent);background:#3b5bff1a;border:1px solid #3b5bff3d;border-radius:14px;flex:none;place-items:center;gap:2px;min-width:96px;padding:12px 16px;display:grid}.coach-rd-score strong{font-size:34px;line-height:1}.coach-rd-score span{color:var(--muted);font-size:12px;font-weight:800}.coach-rd-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:12px 14px;display:flex}.coach-rd-actions{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.coach-rd-section{border:1px solid var(--line);border-radius:12px;gap:8px;min-width:0;padding:14px;display:grid}.coach-rd-strip{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.coach-doc-section{gap:10px;min-width:0;padding:4px 0;display:grid}.coach-doc-title{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);align-items:center;gap:10px;margin:0;font-size:11px;font-weight:800;display:flex}.coach-doc-title:after{content:"";background:var(--line);flex:1;height:1px}.coach-doc-context{flex-wrap:wrap;gap:16px 28px;display:flex}.coach-doc-context>*{flex:280px;gap:4px;min-width:0;display:grid}.coach-doc-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;display:grid}.coach-report-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.coach-report-grid-4 .coach-report-block{grid-template-rows:auto minmax(0,1fr);align-content:stretch;height:320px}.coach-report-grid-4 .coach-report-list{scrollbar-width:thin;align-content:start;min-height:0;padding-right:4px;overflow-y:auto}@media (max-width:1400px){.coach-report-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.coach-report-grid-4,.coach-doc-cols{grid-template-columns:minmax(0,1fr)}.coach-rd-head{flex-direction:column-reverse}.coach-rd-strip{grid-template-columns:minmax(0,1fr)}.coach-rd-actions{margin-left:0}}.coach-icon-copy-card{grid-template-columns:auto minmax(0,1fr);gap:10px}.coach-transcript-line{grid-template-columns:60px minmax(0,1fr);align-items:start;gap:12px}.coach-row-actions{justify-content:flex-end}.coach-danger-icon-button{width:32px;height:32px;color:var(--danger);background:#fff5f5;border:1px solid #f1c2bd;border-radius:10px;place-items:center;transition:all .14s;display:inline-grid}.coach-danger-icon-button:hover{border-color:var(--danger);color:#fff;background:var(--danger)}.coach-danger-icon-button:disabled{cursor:not-allowed;opacity:.6}.coach-call-list-button{width:100%;color:inherit;text-align:left;background:0 0;border:0;gap:8px;padding:0;display:grid}.coach-call-list-card{border:1px solid var(--line);background:var(--surface);color:var(--text);text-align:left;border-radius:12px;gap:8px;min-width:0;padding:13px;display:grid}.coach-call-list-card.is-selected{border-color:var(--accent);background:#f3f5ff}.coach-call-list-topline,.coach-call-list-footer{align-items:start;gap:10px;min-width:0;display:grid}.coach-call-list-topline{grid-template-columns:minmax(0,1fr) auto}.coach-call-list-topline strong{overflow-wrap:anywhere;min-width:0}.coach-call-list-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center}.coach-badge,.coach-tag,.coach-score-badge{border-radius:999px;flex:none;justify-content:center;align-items:center;width:fit-content;font-weight:850;display:inline-flex}.coach-badge{min-height:28px;padding:0 11px;font-size:12px}.coach-badge-blue{color:var(--accent);background:#2f6bff1a}.coach-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.coach-kpi-content small.coach-kpi-delta-danger{color:var(--danger)}.coach-kpi-content small.coach-kpi-delta-muted{color:var(--muted)}.coach-kpi-card,.coach-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;box-shadow:0 14px 34px #0e11160f}.coach-kpi-card{grid-template-columns:auto minmax(0,1fr);gap:14px;padding:18px;display:grid}.coach-kpi-icon,.coach-timeline-icon,.coach-list-icon{border-radius:50%;flex:none;place-items:center;display:grid}.coach-kpi-icon{width:44px;height:44px}.coach-kpi-content{min-width:0}.coach-kpi-content p{color:var(--muted);font-size:13px;font-weight:750;line-height:1.25}.coach-kpi-content strong{margin-top:7px;font-size:30px;line-height:1;display:block}.coach-kpi-content strong span{color:var(--muted);margin-left:4px;font-size:15px;font-weight:800}.coach-kpi-content small{color:var(--ok);align-items:center;gap:4px;margin-top:9px;font-size:12px;font-weight:800;display:inline-flex}.coach-tone-blue{color:var(--accent);background:#2f6bff1f}.coach-tone-green{color:var(--ok);background:#15803d1f}.coach-tone-violet{color:#7c3aed;background:#7c3aed1f}.coach-tone-amber{color:var(--warn);background:#b7791f21}.coach-tone-red{color:var(--danger);background:#b423181a}.coach-analysis-grid{grid-template-columns:minmax(270px,.95fr) minmax(360px,1.3fr) minmax(290px,.95fr);align-items:start;gap:20px;display:grid}.coach-stack{gap:20px;min-width:0;display:grid}.coach-card{min-width:0;padding:18px}.coach-card-eyebrow{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;line-height:1.25}.coach-report-block{border:1px solid var(--line);border-radius:12px;align-content:start;gap:7px;min-width:0;padding:12px 13px;display:grid}.coach-report-block-head{align-items:center;gap:8px;min-width:0;display:flex}.coach-report-block-head .coach-list-icon{width:24px;height:24px}.coach-report-block-head .coach-card-eyebrow{overflow-wrap:normal;min-width:0}.coach-score-card{text-align:center;justify-items:center;display:grid}.coach-gauge{aspect-ratio:1;width:190px;margin:12px auto 10px;position:relative}.coach-gauge svg{width:100%;height:100%}.coach-gauge-track,.coach-gauge-progress{fill:none;stroke-width:14px}.coach-gauge-track{stroke:#edf0f6}.coach-gauge-progress{stroke:var(--accent);stroke-linecap:round;transform-origin:50%;transform:rotate(-90deg)}.coach-gauge-value{place-content:center;display:grid;position:absolute;inset:0}.coach-gauge-value strong{font-size:46px;line-height:1}.coach-gauge-value span{color:var(--muted);margin-top:5px;font-size:14px;font-weight:800}.coach-score-copy{gap:8px;margin-bottom:18px;display:grid}.coach-score-copy h2{font-size:20px}.coach-score-copy p{max-width:310px;color:var(--muted);font-size:14px;line-height:1.55}.coach-radar-wrap,.coach-criteria-breakdown,.coach-line-wrap{width:100%;min-width:0}.coach-radar-wrap{height:318px;padding-top:8px}.coach-criteria-breakdown{gap:11px;margin-top:14px;display:grid}.coach-criteria-row{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f7faff 100%);border-radius:12px;gap:8px;min-width:0;padding:12px;display:grid}.coach-criteria-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.coach-criteria-head strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:13px;line-height:1.35}.coach-criteria-track{background:#e5edf8;border-radius:999px;height:8px;position:relative;overflow:hidden}.coach-criteria-track i{border-radius:inherit;background:linear-gradient(90deg, var(--accent), #72d7e8);min-width:8px;height:100%;display:block}.coach-line-wrap{height:318px;margin-top:10px}.coach-empty-chart,.coach-empty-state{background:var(--surface-2);border:1px solid var(--line);color:var(--muted);text-align:center;border-radius:12px;justify-content:center;align-items:center;min-height:160px;padding:18px;display:flex}.coach-empty-state{min-height:auto}.coach-chart-legend{color:var(--muted);justify-content:center;gap:18px;font-size:12px;font-weight:800}.coach-chart-legend span{align-items:center;gap:7px;display:inline-flex}.coach-legend-dot{border-radius:50%;width:9px;height:9px}.coach-legend-dot-blue{background:var(--accent)}.coach-legend-line{border-top:2px dashed #9aa3b2;width:18px}.coach-chart-tooltip{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:12px;gap:4px;padding:10px 12px;display:grid}.coach-chart-tooltip strong{font-size:13px}.coach-chart-tooltip span{color:var(--muted);font-size:12px;font-weight:750}.coach-timeline{gap:0;margin-top:18px;display:grid}.coach-timeline-item{grid-template-columns:36px minmax(0,1fr);gap:12px;padding-bottom:18px;display:grid;position:relative}.coach-timeline-item:last-child{padding-bottom:0}.coach-timeline-item:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;top:38px;bottom:0;left:17px}.coach-timeline-time{color:var(--muted);padding-top:7px;font-size:12px;font-weight:900}.coach-timeline-icon{z-index:1;width:36px;height:36px}.coach-timeline-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.coach-timeline-title-row h3{overflow-wrap:anywhere;min-width:0}.coach-timeline-item h3{font-size:15px;line-height:1.3}.coach-timeline-item p{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.45}.coach-tag{white-space:nowrap;text-overflow:ellipsis;max-width:100%;min-height:24px;padding:0 9px;font-size:11px;overflow:hidden}.coach-tag-blue{color:var(--accent);background:#2f6bff1a}.coach-tag-green{color:var(--ok);background:#15803d1f}.coach-tag-red{color:var(--danger);background:#b423181a}.coach-tag-amber{color:var(--warn);background:#b7791f21}.coach-tag-violet{color:#7c3aed;background:#7c3aed1c}.coach-audio-card{gap:14px}.coach-play-button{color:#fff;border-color:var(--accent);background:var(--accent);flex:none;place-items:center;width:42px;height:42px;display:grid}.coach-play-button:hover{color:#fff;background:#2947dd;border-color:#2947dd}.coach-audio-main{flex:1;min-width:0}.coach-waveform{grid-template-columns:repeat(40,minmax(2px,1fr));align-items:center;gap:3px;height:42px;display:grid}.coach-waveform span{background:linear-gradient(#2f6bffe6,#2f6bff57);border-radius:999px;width:100%;min-height:6px;display:block}.coach-audio-meta{justify-content:space-between;margin-top:6px}.coach-audio-meta span{color:var(--muted);font-size:12px;font-weight:800}.coach-speed-button{min-width:52px;height:36px;color:var(--muted);flex:none;font-size:13px;font-weight:900}.coach-insight-card{gap:15px;display:grid}.coach-insight-list{gap:12px;padding:0;list-style:none;display:grid}.coach-insight-list li{color:var(--text);grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;font-size:14px;line-height:1.42;display:grid}.coach-insight-list li>span:last-child{overflow-wrap:anywhere;min-width:0}.coach-list-icon{width:28px;height:28px}.coach-report-list{gap:9px}.coach-report-list li{grid-template-columns:24px minmax(0,1fr);gap:9px;font-size:13px}.coach-report-list .coach-list-icon{width:24px;height:24px}.coach-seller-chip,.coach-seller-select{border:1px solid var(--line);width:fit-content;color:var(--text);background:var(--surface-2);border-radius:999px;align-items:center;gap:8px;margin-top:2px;padding:6px 10px;font-size:12px;display:inline-flex}.coach-seller-chip span,.coach-seller-select span{color:var(--muted);text-transform:uppercase;font-weight:850}.coach-seller-chip strong{font-weight:850}.coach-seller-select select{min-width:180px;max-width:min(42vw,280px);color:var(--text);font:inherit;background:0 0;border:0;outline:none;font-weight:850}.coach-card-link{width:fit-content;color:var(--accent);gap:6px;font-size:13px;font-weight:900;text-decoration:none}.coach-action-list{gap:10px;display:grid}.coach-action-item{border:1px solid var(--line);color:var(--text);border-radius:12px;align-items:center;gap:12px;padding:11px 13px;font-size:14px;font-weight:750;transition:border-color .15s,background .15s;display:flex}.coach-action-item:hover{border-color:var(--accent);background:#2f6bff0d}.coach-action-item>svg{color:var(--muted);flex:none;margin-left:auto}.coach-action-count{border-radius:9px;flex:none;place-items:center;min-width:30px;height:30px;padding:0 6px;font-size:14px;font-weight:900;display:grid}.coach-action-label{min-width:0}.coach-pattern-groups{gap:18px;display:grid}.coach-pattern-group{gap:8px;display:grid}.coach-pattern-title{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:900;line-height:1.3}.coach-pattern-list{gap:7px;list-style:none;display:grid}.coach-pattern-list li{justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;font-weight:700;line-height:1.4;display:flex}.coach-pattern-count{color:var(--muted);white-space:nowrap;flex:none;font-size:12px;font-weight:800}.coach-bottom-grid{grid-template-columns:minmax(0,1.35fr) minmax(340px,.9fr);align-items:start;gap:20px;margin-top:20px;display:grid}.coach-section-head{justify-content:space-between;gap:14px;margin-bottom:16px}.coach-select-button{min-height:36px;color:var(--muted);white-space:nowrap;gap:7px;padding:0 11px;font-size:13px;font-weight:850}.coach-table-wrap{overflow-x:auto}.coach-table{border-collapse:collapse;width:100%;min-width:720px}.coach-table th,.coach-table td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:13px 10px}.coach-table td:nth-child(2),.coach-table td:nth-child(3),.coach-table td:nth-child(4){text-overflow:ellipsis;max-width:260px;overflow:hidden}.coach-table th{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900}.coach-table td{color:var(--text);font-size:14px;font-weight:700}.coach-table tbody tr:last-child td{border-bottom:0}.coach-table-compact th,.coach-table-compact td{padding:9px 8px}.coach-table-compact td{font-size:13px}.coach-user-create-form{grid-template-columns:minmax(180px,1fr) minmax(150px,.8fr) minmax(140px,.7fr) minmax(120px,.55fr) auto;align-items:end;gap:10px;display:grid}.coach-members-table{min-width:900px}.coach-table-input{border:1px solid var(--line);width:100%;min-height:34px;color:var(--text);background:var(--surface);font:inherit;border-radius:10px;padding:7px 9px;font-size:13px}.coach-table-input:focus{border-color:var(--accent);outline:3px solid #2f6bff1f}.coach-iconbtn{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:9px;place-items:center;transition:border-color .13s,color .13s,background .13s;display:grid}.coach-iconbtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.coach-iconbtn-danger:hover:not(:disabled){border-color:var(--rose);color:var(--rose);background:var(--rose-soft)}.coach-iconbtn:disabled{opacity:.4;cursor:not-allowed}.coach-role-select{border:1px solid var(--line);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12.5px;font-weight:600}.coach-role-select:focus{border-color:var(--accent);outline:3px solid #2f6bff1f}.coach-toggle{color:var(--text);align-items:center;gap:7px;font-size:13px;font-weight:850;display:inline-flex}.coach-toggle input{width:16px;height:16px;accent-color:var(--accent)}.coach-score-badge{min-width:42px;min-height:26px;padding:0 10px;font-size:12px}.coach-score-high{color:var(--ok);background:#15803d1f}.coach-score-medium{color:var(--warn);background:#b7791f21}.coach-score-low{color:var(--danger);background:#b423181a}.coach-trend{border-radius:50%;justify-content:center;width:28px;height:28px}.coach-trend-up{color:var(--ok);background:#15803d1a}.coach-trend-down{color:var(--danger);background:#b423181a}.coach-trend-flat{color:var(--muted);background:var(--surface-2)}.coach-link-reset{text-decoration:none}.coach-clickable-row{cursor:pointer;transition:all .14s}.coach-clickable-row:hover td,.coach-clickable-row:focus-visible td{background:#f3f5ff}.coach-clickable-row:focus-visible{outline-offset:-3px;outline:3px solid #2f6bff2e}.coach-stub-page{gap:20px;display:grid}.coach-stub-heading{gap:8px;max-width:760px;display:grid}.coach-stub-heading h1,.coach-stub-heading p,.coach-stub-card h2,.coach-stub-card p{margin:0}.coach-stub-heading h1{font-family:var(--sans);letter-spacing:-.01em;font-size:33px;font-weight:500;line-height:1.05}.coach-stub-heading>p:not(.coach-card-eyebrow),.coach-stub-card p:not(.coach-card-eyebrow){color:var(--muted);font-size:14px;line-height:1.55}.coach-stub-card{gap:10px;max-width:680px;display:grid}.coach-stub-card h2{font-size:20px;line-height:1.2}@media (max-width:1180px){.coach-report-layout,.coach-settings-layout{grid-template-columns:1fr}.coach-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-report-masonry-3{column-count:2}}@media (max-width:1340px){.coach-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.coach-analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-insights-stack{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.coach-bottom-grid{grid-template-columns:1fr}}@media (max-width:1100px){.coach-shell{grid-template-columns:1fr}.coach-sidebar{height:auto;position:static}.coach-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-sidebar-spacer{display:none}.coach-analysis-grid,.coach-insights-stack{grid-template-columns:1fr}.coach-insights-stack{grid-column:auto}}@media (max-width:720px){.coach-main{padding:18px}.coach-topbar,.coach-call-header,.coach-section-head{flex-direction:column;align-items:flex-start}.coach-topbar-actions,.coach-header-actions{justify-content:flex-start;width:100%}.coach-dashboard-select{width:100%}.coach-user-chip{flex:1}.coach-title-row h1{font-size:24px}.coach-kpi-grid,.coach-nav,.coach-responsive-split,.coach-filter-grid,.coach-user-create-form,.coach-grid-2,.coach-grid-3{grid-template-columns:1fr}.coach-report-masonry,.coach-report-masonry-2,.coach-report-masonry-3{column-count:1}.coach-card,.coach-kpi-card{padding:16px}.coach-header-actions .coach-button,.coach-inline-actions .coach-button,.coach-row-actions .coach-button{flex:0 auto;min-width:min(100%,150px)}.coach-timeline-item{grid-template-columns:34px minmax(0,1fr);gap:10px}.coach-timeline-item:not(:last-child):after{left:16px}.coach-timeline-title-row{flex-direction:column;gap:6px}.coach-transcript-line{grid-template-columns:48px minmax(0,1fr);gap:10px}.coach-audio-card{flex-wrap:wrap;align-items:stretch}.coach-audio-main{flex-basis:calc(100% - 56px)}.coach-speed-button{margin-left:56px}}
