@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#0a0b0e;--bg1:#0f1115;--bg2:#14171d;--bg3:#1a1e26;--bg4:#21262f;--border:#2a2f3a;--border2:#343b48;--text:#e8eaf0;--text2:#9aa3b4;--text3:#5c6472;--accent:#e84855;--accent2:#ff6b75;--blue:#3b82f6;--green:#22c55e;--amber:#f59e0b;--purple:#8b5cf6;--font-display:"Bebas Neue", sans-serif;--font-body:"DM Sans", sans-serif;--font-mono:"JetBrains Mono", monospace;--r:8px;--r2:12px;--r3:16px;--shadow:0 4px 24px #0006;--shadow2:0 8px 40px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5;overflow-x:hidden}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}a{color:var(--blue)}.auth-root{min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-canvas{pointer-events:none;z-index:0;position:fixed;inset:0}.canvas-grid{background-image:linear-gradient(#e848550a 1px,#0000 1px),linear-gradient(90deg,#e848550a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.canvas-glow{filter:blur(100px);opacity:.35;border-radius:50%;position:absolute}.g1{background:radial-gradient(circle,#e84855 0%,#0000 70%);width:600px;height:600px;top:-200px;left:-200px}.g2{opacity:.2;background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:500px;height:500px;bottom:-100px;right:20%}.g3{opacity:.15;background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);width:400px;height:400px;top:40%;right:-100px}.auth-hero{z-index:1;border-right:1px solid var(--border);background:linear-gradient(135deg,#e848550d 0%,#0000 60%);flex:1;align-items:center;padding:60px 56px;display:flex;position:relative}.hero-content{max-width:540px}.auth-wordmark{align-items:center;gap:10px;margin-bottom:56px;display:flex}.auth-wm-icon{background:var(--accent);border-radius:var(--r);color:#fff;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 20px #e8485566}.auth-wm-text{font-family:var(--font-display);letter-spacing:.04em;font-size:1.6rem}.auth-h1{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:20px;font-size:clamp(3rem,5vw,5.5rem);line-height:1}.auth-h1-accent{color:var(--accent)}.auth-lead{color:var(--text2);max-width:420px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.auth-stats{gap:32px;margin-bottom:48px;display:flex}.auth-stat{flex-direction:column;display:flex}.auth-stat-val{font-family:var(--font-display);color:var(--accent);font-size:2rem}.auth-stat-lbl{color:var(--text3);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.auth-features{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.auth-feat{border-radius:var(--r);border:1px solid var(--border);background:#ffffff05;align-items:flex-start;gap:14px;padding:14px 16px;transition:border-color .2s;animation:.5s both fadeUp;display:flex}.auth-feat:hover{border-color:var(--border2)}.auth-feat-icon{border-radius:var(--r);width:34px;height:34px;color:var(--accent);background:#e848551f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-feat-title{margin-bottom:2px;font-size:.875rem;font-weight:600}.auth-feat-desc{color:var(--text2);font-size:.78rem;line-height:1.5}.auth-powered{align-items:center;gap:8px;display:flex}.auth-powered-lbl{color:var(--text3);font-size:.75rem}.auth-powered-chip{color:var(--accent);background:#e8485526;border:1px solid #e848554d;border-radius:20px;padding:2px 10px;font-size:.72rem;font-weight:600}.auth-panel{z-index:1;justify-content:center;align-items:center;width:min(440px,45vw);padding:40px 32px;display:flex;position:relative}@media (width<=768px){.auth-hero{display:none}.auth-panel{width:100%}}.auth-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);width:100%;max-width:380px;box-shadow:var(--shadow2);padding:32px}.auth-tabs{background:var(--bg2);border-radius:var(--r);margin-bottom:28px;padding:4px;display:flex}.auth-tab{color:var(--text3);border-radius:6px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.auth-tab:hover{color:var(--text2)}.tab-active{background:var(--bg3);color:var(--text);box-shadow:0 1px 4px #0000004d}.auth-form-hd{margin-bottom:24px}.auth-form-title{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:4px;font-size:1.8rem}.auth-form-sub{color:var(--text2);font-size:.82rem}.auth-form{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.form-field{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--text2);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:500}.field-label-note{text-transform:none;color:var(--text3);font-size:.72rem;font-weight:400}.field-hint{color:var(--text3);font-size:.72rem;font-family:var(--font-mono)}.field-wrap{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.field-focused .field-wrap{border-color:var(--accent);box-shadow:0 0 0 3px #e848551f}.field-ico{color:var(--text3);pointer-events:none;position:absolute;left:12px}.field-input{width:100%;color:var(--text);background:0 0;border:none;outline:none;padding:11px 12px 11px 36px;font-size:.875rem}.field-input::placeholder{color:var(--text3)}.field-eye{color:var(--text3);align-items:center;padding:2px;display:flex;position:absolute;right:12px}.field-eye:hover{color:var(--text2)}.auth-error{border-radius:var(--r);color:var(--accent);background:#e848551a;border:1px solid #e848554d;align-items:center;gap:8px;padding:10px 12px;font-size:.82rem;display:flex}.auth-cta{background:var(--accent);color:#fff;border-radius:var(--r);justify-content:center;align-items:center;gap:8px;padding:13px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 12px #e848554d}.auth-cta:hover{background:var(--accent2);transform:translateY(-1px);box-shadow:0 4px 20px #e8485566}.auth-switch{color:var(--text2);justify-content:center;align-items:center;gap:6px;font-size:.82rem;display:flex}.auth-switch-btn{color:var(--accent);font-size:.82rem;font-weight:600}.auth-switch-btn:hover{text-decoration:underline}.profile-overlay{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.profile-modal{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);width:100%;max-width:480px;box-shadow:var(--shadow2);animation:.25s fadeUp;overflow:hidden}.profile-modal-hd{border-bottom:1px solid var(--border);background:var(--bg2);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.profile-modal-title{font-family:var(--font-display);letter-spacing:.04em;align-items:center;gap:8px;font-size:1.2rem;display:flex}.profile-close{width:28px;height:28px;color:var(--text3);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.profile-close:hover{color:var(--text);background:var(--bg3)}.profile-body{flex-direction:column;gap:16px;padding:20px;display:flex}.profile-identity{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.profile-avatar{border:2px solid var(--border2);width:56px;height:56px;font-family:var(--font-display);color:var(--text);background:linear-gradient(135deg,#e848554d,#3b82f64d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.profile-id-text{flex:1}.profile-name{color:var(--text);font-size:1rem;font-weight:700}.profile-username{color:var(--accent);font-size:.82rem;font-family:var(--font-mono)}.profile-email{color:var(--text3);margin-top:2px;font-size:.75rem}.profile-rank-badge{white-space:nowrap;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:flex}.profile-rank-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.profile-stats-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.profile-stat-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);flex-direction:column;align-items:center;gap:4px;padding:12px;transition:border-color .2s;display:flex}.profile-stat-card:hover{border-color:var(--border2)}.psc-icon{margin-bottom:2px}.psc-val{font-family:var(--font-display);letter-spacing:.02em;font-size:1.6rem;line-height:1}.psc-lbl{color:var(--text3);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.profile-winrate-section{flex-direction:column;gap:6px;display:flex}.profile-wr-labels{justify-content:space-between;display:flex}.profile-wr-l{color:var(--text2);font-size:.75rem}.profile-wr-r{color:var(--text3);font-size:.72rem;font-family:var(--font-mono)}.profile-wr-bar{background:var(--bg4);border-radius:3px;height:6px;overflow:hidden}.profile-wr-fill{background:linear-gradient(90deg, var(--green), var(--blue));border-radius:3px;height:100%;transition:width .6s}.profile-info-rows{flex-direction:column;gap:8px;display:flex}.profile-info-row{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);color:var(--text3);align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;display:flex}.pir-lbl{flex:1}.pir-val{font-family:var(--font-mono);color:var(--text2);font-size:.78rem}.profile-no-debates{text-align:center;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);color:var(--text3);flex-direction:column;align-items:center;gap:8px;padding:20px;display:flex}.profile-no-debates p{font-size:.82rem;line-height:1.5}.profile-footer{border-top:1px solid var(--border);background:var(--bg2);padding:14px 20px}.profile-logout-btn{color:var(--accent);border-radius:var(--r);background:#e8485514;border:1px solid #e848554d;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;transition:all .2s;display:flex}.profile-logout-btn:hover{background:#e8485526}.ms-root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.ms-nav{border-bottom:1px solid var(--border);background:var(--bg1);z-index:10;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.ms-nav-brand{font-family:var(--font-display);letter-spacing:.04em;align-items:center;gap:8px;font-size:1.3rem;display:flex}.ms-nav-zap{color:var(--accent)}.ms-nav-right{align-items:center;gap:10px;display:flex}.ms-nav-user{color:var(--text2);align-items:center;gap:8px;font-size:.8rem;display:flex}.ms-nav-stat{align-items:center;gap:4px;display:flex}.ms-nav-sep{background:var(--border2);width:1px;height:12px}.ms-nav-username{color:var(--text);font-weight:500;font-family:var(--font-mono);align-items:center;gap:4px;font-size:.78rem;display:flex}.ms-profile-btn{color:var(--text2);border:1px solid var(--border);border-radius:var(--r);align-items:center;gap:5px;padding:6px 12px;font-size:.78rem;transition:all .2s;display:flex}.ms-profile-btn:hover{color:var(--text);background:var(--bg2);border-color:var(--border2)}.ms-logout-btn{color:var(--text3);border:1px solid var(--border);border-radius:var(--r);align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;transition:all .2s;display:flex}.ms-logout-btn:hover{color:var(--text);border-color:var(--border2);background:var(--bg2)}.ms-hero{text-align:center;max-width:680px;margin:0 auto;padding:72px 40px 56px}.ms-hero-tag{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;background:#e848551a;border:1px solid #e8485540;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.ms-hero-h1{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:20px;font-size:clamp(3.5rem,6vw,6rem);line-height:.95}.ms-hero-accent{color:var(--accent)}.ms-hero-sub{color:var(--text2);max-width:500px;margin:0 auto;font-size:1.05rem;line-height:1.7}.ms-modes{flex-wrap:wrap;justify-content:center;gap:20px;padding:0 40px 60px;display:flex}.ms-mode-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);text-align:left;flex-direction:column;flex:1;min-width:240px;max-width:300px;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.ms-mode-card:hover{border-color:var(--mode-accent);box-shadow:0 12px 40px #0006,0 0 0 1px var(--mode-accent);transform:translateY(-4px)}.ms-mode-bar{width:100%;height:3px}.ms-mode-icon-wrap{padding:22px 22px 0}.ms-mode-title{font-family:var(--font-display);letter-spacing:.02em;color:var(--text);padding:8px 22px 4px;font-size:1.4rem}.ms-mode-sub{color:var(--text2);padding:0 22px 14px;font-size:.82rem;line-height:1.5}.ms-mode-feats{flex-direction:column;gap:5px;padding:0 22px 18px;list-style:none;display:flex}.ms-mode-feats li{color:var(--text2);align-items:center;gap:7px;font-size:.78rem;display:flex}.ms-mode-cta{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:4px;margin-top:auto;padding:10px 18px;font-size:.8rem;font-weight:600;display:flex}.ms-footer{color:var(--text3);border-top:1px solid var(--border);justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:20px;font-size:.78rem;display:flex}.ms-footer-dot{background:var(--text3);border-radius:50%;width:3px;height:3px}.ms-config-wrap{justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.ms-config-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);width:100%;max-width:700px;box-shadow:var(--shadow2);padding:40px}.ms-back-btn{color:var(--text2);border:1px solid var(--border);border-radius:var(--r);align-items:center;gap:6px;margin-bottom:24px;padding:6px 10px;font-size:.82rem;transition:all .2s;display:inline-flex}.ms-back-btn:hover{color:var(--text);background:var(--bg2);border-color:var(--border2)}.ms-config-title{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:4px;font-size:2.2rem}.ms-config-sub{color:var(--text2);margin-bottom:32px;font-size:.85rem}.ms-section{margin-bottom:28px}.ms-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text2);align-items:center;gap:6px;margin-bottom:12px;font-size:.72rem;font-weight:600;display:flex}.ms-topic-grid{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.ms-topic-btn{background:var(--bg2);border:1px solid var(--border);color:var(--text2);border-radius:20px;padding:6px 14px;font-size:.8rem;transition:all .18s}.ms-topic-btn:hover{border-color:var(--border2);color:var(--text)}.ms-topic-active{color:var(--accent);background:#e848551f;border-color:#e8485566}.ms-custom-topic{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--text);outline:none;padding:10px 14px;font-size:.875rem;transition:border-color .2s}.ms-custom-topic:focus{border-color:var(--accent)}.ms-custom-topic::placeholder{color:var(--text3)}.ms-pers-grid{flex-wrap:wrap;gap:10px;display:flex}.ms-pers-btn{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);text-align:center;cursor:pointer;flex:1;min-width:110px;padding:14px 10px;transition:all .18s}.ms-pers-btn:hover{border-color:var(--border2);transform:translateY(-2px)}.ms-pers-active{background:#e848551a;border-color:#e8485566}.ms-pers-icon{color:var(--accent);justify-content:center;margin-bottom:8px;display:flex}.ms-pers-name{color:var(--text);margin-bottom:3px;font-size:.8rem;font-weight:600;display:block}.ms-pers-desc{color:var(--text3);font-size:.7rem;line-height:1.4;display:block}.ms-start-btn{background:var(--accent);color:#fff;border-radius:var(--r);letter-spacing:.03em;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:15px 24px;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 16px #e8485559}.ms-start-btn:hover{background:var(--accent2);transform:translateY(-2px);box-shadow:0 8px 24px #e8485573}.ms-start-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.dh-root{background:var(--bg1);border-bottom:1px solid var(--border);z-index:20;justify-content:space-between;align-items:center;min-height:60px;padding:10px 24px;display:flex;position:sticky;top:0}.dh-left,.dh-right{flex:1;align-items:center;gap:10px;display:flex}.dh-right{justify-content:flex-end}.dh-center{flex-direction:column;align-items:center;gap:4px;display:flex}.dh-back{color:var(--text2);border:1px solid var(--border);border-radius:var(--r);align-items:center;gap:4px;padding:5px 10px;font-size:.78rem;transition:all .2s;display:flex}.dh-back:hover{color:var(--text);background:var(--bg2)}.dh-brand{font-family:var(--font-display);letter-spacing:.04em;align-items:center;gap:6px;font-size:1.1rem;display:flex}.dh-zap{color:var(--accent)}.dh-topic-pill{background:var(--bg2);border:1px solid var(--border);border-radius:20px;align-items:center;gap:8px;max-width:260px;padding:4px 14px;display:flex;overflow:hidden}.dh-topic-eye{text-transform:uppercase;letter-spacing:.08em;color:var(--text3);white-space:nowrap;font-size:.65rem}.dh-topic-txt{color:var(--text2);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.dh-phase{font-family:var(--font-mono);letter-spacing:.1em;font-size:.68rem;font-weight:500}.dh-pips-row{align-items:center;gap:4px;display:flex}.dh-pip{background:var(--bg4);border-radius:2px;width:20px;height:3px;transition:background .3s}.pip-done{background:var(--accent)}.pip-now{background:var(--accent);animation:1.5s ease-in-out infinite pipPulse}@keyframes pipPulse{0%,to{opacity:1}50%{opacity:.6}}.dh-rnd-lbl{color:var(--text3);font-size:.72rem;font-family:var(--font-mono);margin-left:4px}.dh-dom{align-items:center;gap:8px;display:flex}.dh-dom-u{font-size:.68rem;font-family:var(--font-mono);color:var(--green)}.dh-dom-o{font-size:.68rem;font-family:var(--font-mono);color:var(--text3)}.dh-dom-bar{background:var(--bg4);border-radius:2px;width:100px;height:4px;display:flex;overflow:hidden}.dh-dom-u-fill{background:var(--green);height:100%;transition:width .5s}.dh-dom-o-fill{background:var(--accent);height:100%;transition:width .5s}.dh-opp-tag{border-right:1px solid var(--border);flex-direction:column;align-items:flex-end;padding-right:10px;display:flex}.dh-opp-name{font-size:.82rem;font-weight:600}.dh-opp-lbl{color:var(--text3);font-size:.68rem}.dh-status{background:var(--bg3);border:1px solid var(--border);color:var(--text3);letter-spacing:.08em;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:.68rem;font-weight:700;display:flex}.status-live{color:var(--accent);background:#e848551f;border-color:#e8485566}.status-ended{border-color:var(--border2);color:var(--text2);background:#64647826}.dh-live-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.dh-report-btn{color:var(--amber);border-radius:var(--r);background:#f59e0b14;border:1px solid #f59e0b4d;align-items:center;gap:5px;padding:5px 10px;font-size:.78rem;transition:all .2s;display:flex}.dh-report-btn:hover{background:#f59e0b26}.dh-profile-btn{border-radius:var(--r);width:30px;height:30px;color:var(--text3);border:1px solid var(--border);justify-content:center;align-items:center;transition:all .2s;display:flex}.dh-profile-btn:hover{color:var(--blue);background:#3b82f614;border-color:#3b82f64d}.dh-logout{border-radius:var(--r);width:30px;height:30px;color:var(--text3);border:1px solid var(--border);justify-content:center;align-items:center;transition:all .2s;display:flex}.dh-logout:hover{color:var(--accent);background:#e8485514;border-color:#e848554d}.app-root{flex-direction:column;min-height:100vh;display:flex}.debate-grid{flex:1;grid-template:"user center opp""coach center opp"/1fr 300px 1fr;align-items:start;gap:14px;padding:14px;display:grid}.col-user{grid-area:user}.col-center{flex-direction:column;grid-area:center;gap:12px;display:flex}.col-opp{grid-area:opp}.col-coach{grid-area:coach}@media (width<=1100px){.debate-grid{grid-template-columns:1fr 1fr;grid-template-areas:"user opp""center center""coach coach"}}@media (width<=700px){.debate-grid{grid-template-columns:1fr;grid-template-areas:"user""opp""center""coach"}}.panel{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden}.panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:14px 16px;display:flex}.panel-head-l{flex-direction:column;gap:2px;display:flex}.panel-head-r{align-items:center;gap:6px;display:flex}.panel-chip{letter-spacing:.1em;border-radius:4px;margin-bottom:3px;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-block}.user-chip{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f640}.opp-chip{color:var(--accent);background:#e8485526;border:1px solid #e8485540}.panel-sub{color:var(--text3);font-size:.75rem}.icon-btn{width:28px;height:28px;color:var(--text2);background:var(--bg3);border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;transition:all .18s;display:flex}.icon-btn:hover{color:var(--text);background:var(--bg4)}.icon-btn-active{color:var(--blue);background:#3b82f626;border-color:#3b82f64d}.icon-btn-danger,.icon-btn-mic{color:var(--accent);background:#e8485526;border-color:#e848554d}.user-panel{flex-direction:column;display:flex}.listening-bar{color:var(--accent);background:#e8485514;border-bottom:1px solid #e8485533;align-items:center;gap:10px;padding:8px 16px;font-size:.78rem;display:flex}.listen-waves{align-items:center;gap:2px;display:flex}.lwave{background:var(--accent);border-radius:2px;width:2px;height:12px;animation:.8s ease-in-out infinite alternate listenWave}@keyframes listenWave{0%{opacity:.4;height:4px}to{opacity:1;height:14px}}.arg-textarea{background:var(--bg2);border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);resize:vertical;min-height:140px;font-size:.9rem;line-height:1.6;font-family:var(--font-body);outline:none;padding:16px}.arg-textarea::placeholder{color:var(--text3)}.arg-textarea:focus{background:var(--bg3)}.arg-textarea:disabled{opacity:.5;cursor:not-allowed}.textarea-footer{border-bottom:1px solid var(--border);background:var(--bg2);justify-content:space-between;align-items:center;padding:6px 16px;display:flex}.ctrl-hint,.char-cnt{color:var(--text3);font-size:.7rem;font-family:var(--font-mono)}.submit-btn{background:var(--accent);color:#fff;border-radius:var(--r);justify-content:center;align-items:center;gap:8px;margin:12px 16px;padding:12px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 12px #e848554d}.submit-btn:hover:not(.submit-disabled){background:var(--accent2);transform:translateY(-1px);box-shadow:0 4px 20px #e8485566}.submit-disabled{opacity:.4;cursor:not-allowed}.analysis-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);flex-direction:column;gap:10px;margin:0 16px 16px;padding:14px;display:flex}.analysis-hd{text-transform:uppercase;letter-spacing:.08em;color:var(--text2);border-bottom:1px solid var(--border);align-items:center;gap:6px;padding-bottom:8px;font-size:.7rem;font-weight:700;display:flex}.analysis-tone-row{justify-content:space-between;align-items:center;display:flex}.a-lbl{color:var(--text3);font-size:.75rem}.a-tone-badge{text-transform:capitalize;border:1px solid;border-radius:20px;padding:2px 10px;font-size:.78rem;font-weight:600}.a-group{flex-direction:column;gap:4px;display:flex}.ag-lbl{text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:5px;font-size:.68rem;font-weight:700;display:flex}.warn-lbl{color:#f97316}.good-lbl{color:var(--green)}.weak-lbl{color:var(--amber)}.ag-pt{color:var(--text2);font-size:.78rem;line-height:1.5}.muted-pt{color:var(--text3)}.strength-bar-wrap{flex-direction:column;gap:4px;display:flex}.sb-header{justify-content:space-between;display:flex}.sb-label{color:var(--text3);font-size:.72rem}.sb-val{font-size:.72rem;font-weight:700;font-family:var(--font-mono)}.sb-track{background:var(--bg4);border-radius:2px;height:4px;overflow:hidden}.sb-fill{border-radius:2px;height:100%;transition:width .6s}.opp-panel .strength-bar-wrap,.user-panel .strength-bar-wrap{padding:0 16px 14px}.opp-panel{flex-direction:column;display:flex}.opp-avatar-wrap{border-bottom:1px solid var(--border);background:linear-gradient(#e848550a 0%,#0000 100%);justify-content:center;padding:20px 16px 12px;display:flex}.opp-speech-box{border-bottom:1px solid var(--border);min-height:90px;padding:16px}.thinking-row{align-items:center;gap:10px;display:flex}.thinking-dots{gap:4px;display:flex}.thinking-dots span{background:var(--text3);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite thinkBounce}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinkBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.thinking-txt{color:var(--text3);font-size:.8rem;font-style:italic}.opp-speech-text{font-size:.875rem;line-height:1.7;animation:.3s fadeIn}.opp-placeholder{color:var(--text3);font-size:.82rem;font-style:italic}.speaking-indicator{color:var(--accent);background:#e848550f;border-bottom:1px solid #e8485526;align-items:center;gap:6px;padding:6px 16px;font-size:.72rem;display:flex}.speaking-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:.8s ease-in-out infinite livePulse}.strategy-block{flex-direction:column;gap:6px;padding:12px 16px;display:flex}.strategy-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text3);align-items:center;gap:5px;margin-bottom:4px;font-size:.65rem;font-weight:700;display:flex}.strategy-row{gap:8px;font-size:.78rem;display:flex}.strategy-type{color:var(--amber);white-space:nowrap;font-weight:600;font-family:var(--font-mono);font-size:.72rem}.strategy-desc{color:var(--text2);line-height:1.5}.avatar-wrap{justify-content:center;align-items:center;width:180px;height:210px;display:flex;position:relative}.avatar-svg{width:100%;height:100%}.avatar-glow-ring{border-radius:50%;transition:box-shadow .3s;position:absolute;inset:-10px}.avatar-speaking .avatar-glow-ring{animation:1s ease-in-out infinite glowPulse}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}.avatar-sound-waves{align-items:flex-end;gap:2px;display:flex;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.sound-bar{background:var(--accent);border-radius:2px;width:3px;animation:.8s ease-in-out infinite alternate soundWave}.sb-1{height:8px;animation-delay:0s}.sb-2{height:14px;animation-delay:.1s}.sb-3{height:20px;animation-delay:.2s}.sb-4{height:14px;animation-delay:.3s}.sb-5{height:8px;animation-delay:.4s}@keyframes soundWave{0%{opacity:.5;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1)}}.avatar-conf-badge{background:var(--bg3);border:1px solid var(--border);border-radius:20px;align-items:center;gap:4px;padding:3px 8px;display:flex;position:absolute;bottom:4px;right:0}.conf-pip{border-radius:50%;width:6px;height:6px}.conf-num{font-size:.68rem;font-weight:600;font-family:var(--font-mono)}.scoreboard{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden}.winner-banner{text-align:center;font-family:var(--font-display);letter-spacing:.05em;border-bottom:1px solid var(--border);padding:10px;font-size:1.1rem}.win-banner{color:var(--green);background:#22c55e1a}.loss-banner{color:var(--accent);background:#e848551a}.sb-row{align-items:center;gap:12px;padding:16px;display:flex}.sb-side{flex-direction:column;gap:2px;min-width:48px;display:flex}.sb-side.right{align-items:flex-end}.sb-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--text3);font-size:.65rem;font-weight:700}.you-tag{color:var(--blue)}.ai-tag{color:var(--accent)}.sb-num{font-family:var(--font-display);letter-spacing:.02em;font-size:2rem;line-height:1}.you-num{color:var(--blue)}.ai-num{color:var(--accent)}.sb-mid{flex-direction:column;flex:1;gap:6px;display:flex}.sb-bar{background:var(--bg4);border-radius:3px;height:6px;display:flex;overflow:hidden}.sb-fill-u{background:var(--blue);height:100%;transition:width .5s}.sb-fill-o{background:var(--accent);height:100%;transition:width .5s}.sb-meta{justify-content:center;align-items:center;gap:8px;display:flex}.sb-phase{text-transform:uppercase;letter-spacing:.08em;border:1px solid;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700}.sb-rnd{font-size:.7rem;font-family:var(--font-mono);color:var(--text3)}.coach-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden}.coach-hd{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;display:flex}.coach-icon{color:var(--amber)}.coach-title{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700}.coach-sub{color:var(--text3);margin-top:1px;font-size:.72rem}.coach-body{padding:14px}.coach-loading{color:var(--text3);align-items:center;gap:10px;padding:12px;font-size:.82rem;display:flex}.coach-spinner{border:2px solid var(--border2);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.coach-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px;display:flex}.coach-empty p{color:var(--text3);font-size:.8rem;line-height:1.5}.coach-grid{color:#f0f8ff;flex-direction:column;gap:10px;display:flex}.coach-section{border-radius:var(--r);border:1px solid var(--border);padding:10px 12px}.coach-section.tip-amber{color:var(--amber);background:#f59e0b0a;border-color:#f59e0b26}.coach-section.tip-blue{color:#60a5fa;background:#3b82f60a;border-color:#3b82f626}.coach-section.tip-rose{color:var(--accent);background:#e848550a;border-color:#e8485526}.coach-section.tip-green{color:var(--green);background:#22c55e0a;border-color:#22c55e26}.coach-sec-hd{text-transform:uppercase;letter-spacing:.08em;color:#fff;align-items:center;gap:5px;margin-bottom:6px;font-size:.67rem;font-weight:700;display:flex}.tip-amber .coach-sec-hd{color:var(--amber)}.tip-blue .coach-sec-hd{color:#60a5fa}.tip-rose .coach-sec-hd{color:var(--accent)}.tip-green .coach-sec-hd{color:var(--green)}.coach-tip{color:var(--text2);margin-top:3px;font-size:.78rem;line-height:1.55}.coach-tab{color:var(--text2);opacity:.6;padding:6px 12px;transition:all .2s}.coach-tab-active{opacity:1;font-weight:600}.timeline-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden}.tl-hd{border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.08em;color:var(--text2);align-items:center;gap:6px;padding:12px 16px;font-size:.7rem;font-weight:700;display:flex}.tl-badge{background:var(--bg3);border:1px solid var(--border);color:var(--text3);border-radius:4px;margin-left:auto;padding:1px 6px;font-size:.65rem}.tl-empty{color:var(--text3);padding:20px;font-size:.8rem;font-style:italic}.tl-list{flex-direction:column;max-height:320px;padding:8px;display:flex;overflow-y:auto}.tl-list::-webkit-scrollbar{width:4px}.tl-list::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:2px}.tl-item{border-bottom:1px solid var(--border);gap:10px;padding:10px 8px;display:flex}.tl-item:last-child{border-bottom:none}.tl-pip{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px;box-shadow:0 0 6px #e8485566}.tl-body{flex-direction:column;flex:1;gap:6px;display:flex}.tl-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tl-r{font-family:var(--font-mono);color:var(--text2);font-size:.68rem;font-weight:700}.tl-phase{background:var(--bg3);color:var(--text3);border-radius:3px;padding:1px 6px;font-size:.65rem}.tl-str{font-size:.65rem;font-family:var(--font-mono);border-radius:3px;padding:1px 5px;font-weight:700}.str-hi{color:var(--green);background:#22c55e1f}.str-mid{color:var(--amber);background:#f59e0b1f}.str-lo{color:var(--accent);background:#e848551f}.tl-time{color:var(--text3);font-size:.65rem;font-family:var(--font-mono);margin-left:auto}.tl-bubble{border-radius:var(--r);padding:7px 10px;font-size:.78rem;line-height:1.5}.tl-u{background:#3b82f60f;border:1px solid #3b82f61f}.tl-ai{background:#e848550f;border:1px solid #e848551f}.tl-who{color:var(--text3);margin-bottom:3px;font-size:.65rem;font-weight:700;display:block}.fallacy-toast{background:#f973161a;border-bottom:2px solid #f973164d;align-items:center;gap:10px;padding:12px 20px;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.fallacy-toast-stripe{border-radius:2px;flex-shrink:0;width:3px;height:100%;min-height:40px}.fallacy-icon-wrap{border-radius:var(--r);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fallacy-body{flex-direction:column;flex:1;gap:2px;display:flex}.fallacy-top{align-items:center;gap:8px;display:flex}.fallacy-badge{text-transform:uppercase;letter-spacing:.07em;border:1px solid;border-radius:4px;padding:1px 7px;font-size:.65rem;font-weight:700}.fallacy-name{font-size:.82rem;font-weight:700}.fallacy-desc{color:var(--text2);font-size:.78rem}.fallacy-close{color:var(--text3);border-radius:4px;align-items:center;padding:4px;transition:color .2s;display:flex}.fallacy-close:hover{color:var(--text)}.fallacy-chips-wrap{flex-direction:column;gap:4px;display:flex}.fallacy-chips-label{text-transform:uppercase;letter-spacing:.07em;color:#f97316;align-items:center;gap:5px;margin-bottom:2px;font-size:.68rem;font-weight:700;display:flex}.fallacy-chips-list{flex-direction:column;gap:4px;display:flex}.fallacy-chip-item{border-radius:var(--r);border:1px solid;align-items:flex-start;gap:8px;padding:6px 8px;display:flex}.fc-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:3px}.fc-name{font-size:.75rem;font-weight:600}.fc-desc{color:var(--text3);font-size:.72rem;line-height:1.4}.global-error-bar{color:var(--accent);text-align:center;background:#e848551a;border-bottom:1px solid #e8485540;padding:10px 20px;font-size:.8rem}.hvh-root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.hvh-debate-nav{background:var(--bg1);border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:12px 24px;display:flex}.hvh-debate-center-info{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.hvh-debate-topic{color:var(--text2);text-align:center;font-size:.875rem;font-weight:500}.hvh-debate-round-pill{font-size:.7rem;font-family:var(--font-mono);color:var(--text3)}.hvh-live-score-compact{font-family:var(--font-display);align-items:baseline;gap:6px;font-size:1.6rem;display:flex}.hvh-ls-p1{color:#60a5fa}.hvh-ls-sep{color:var(--text3);font-size:1.1rem}.hvh-ls-p2{color:var(--accent)}.hvh-verdict-banner{color:var(--blue);background:#3b82f60f;border-bottom:1px solid #3b82f626;align-items:center;gap:8px;padding:10px 24px;font-size:.8rem;display:flex}.hvh-err-banner{color:var(--accent);background:#e8485514;border-bottom:1px solid #e8485533;align-items:center;gap:6px;padding:10px 24px;font-size:.8rem;display:flex}.hvh-debate-layout{flex:1;grid-template-columns:1fr 180px 1fr;align-items:start;gap:0;min-height:0;display:grid}@media (width<=900px){.hvh-debate-layout{grid-template-columns:1fr}}.hvh-player-column{border-right:1px solid var(--border);flex-direction:column;gap:10px;padding:16px;display:flex}.hvh-p2-col{border-right:none;border-left:1px solid var(--border)}.hvh-player-header{border-radius:var(--r);font-family:var(--font-display);letter-spacing:.03em;justify-content:space-between;align-items:center;padding:10px 14px;font-size:1.1rem;display:flex}.p1-header{background:#3b82f61a;border:1px solid #3b82f640}.p2-header{background:#e848551a;border:1px solid #e8485540}.hvh-ph-name{color:var(--text)}.p1-score-badge{color:#60a5fa;background:#3b82f633;border-radius:20px;padding:2px 10px;font-size:.9rem}.p2-score-badge{color:var(--accent);background:#e8485533;border-radius:20px;padding:2px 10px;font-size:.9rem}.hvh-player-feedback{border-radius:var(--r);color:var(--text2);border:1px solid var(--border);background:var(--bg2);padding:8px 12px;font-size:.78rem;font-style:italic;line-height:1.5}.p1-feedback{border-color:#3b82f633}.p2-feedback{border-color:#e8485533}.hvh-input-wrap{flex-direction:column;gap:6px;display:flex}.hvh-input-header{justify-content:space-between;align-items:center;display:flex}.hvh-input-label-sm{text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:600}.hvh-voice-toggle{color:var(--text2);background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;transition:all .18s;display:flex}.hvh-voice-toggle:hover{color:var(--text)}.hvh-voice-toggle:disabled{opacity:.4;cursor:not-allowed}.hvh-voice-bar{border-radius:var(--r);border:1px solid;align-items:center;gap:8px;padding:6px 10px;font-size:.75rem;display:flex}.hvh-listen-waves{align-items:center;gap:2px;display:flex}.hvh-lwave{border-radius:2px;width:2px;height:10px;animation:.8s ease-in-out infinite alternate listenWave}.hvh-textarea{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);width:100%;color:var(--text);resize:vertical;outline:none;padding:12px 14px;font-size:.875rem;line-height:1.6;transition:border-color .2s}.hvh-textarea:focus{border-color:var(--focus-color,var(--border2));background:var(--bg3)}.hvh-textarea:disabled{opacity:.5}.hvh-textarea::placeholder{color:var(--text3)}.hvh-char-count{color:var(--text3);font-size:.68rem;font-family:var(--font-mono);text-align:right}.hvh-coaching-section{flex-direction:column;gap:6px;display:flex}.hvh-coach-toggle{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--text2);justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:.78rem;transition:all .18s;display:flex}.hvh-coach-toggle:hover{background:var(--bg3);color:var(--text)}.p1-coach-toggle.coach-toggle-active{color:#60a5fa;background:#3b82f614;border-color:#3b82f666}.p2-coach-toggle.coach-toggle-active{color:var(--accent);background:#e8485514;border-color:#e8485566}.hvh-coach-panel{flex-direction:column;gap:6px;padding:8px 0;display:flex}.hvh-coach-section{border-radius:var(--r);border:1px solid;padding:8px 10px}.coach-amber{background:#f59e0b0d;border-color:#f59e0b33}.coach-blue{background:#3b82f60d;border-color:#3b82f633}.coach-red{background:#e848550d;border-color:#e8485533}.coach-green{background:#22c55e0d;border-color:#22c55e33}.hvh-coach-sec-hd{text-transform:uppercase;letter-spacing:.07em;color:var(--text2);margin-bottom:4px;font-size:.68rem;font-weight:700}.coach-amber .hvh-coach-sec-hd{color:var(--amber)}.coach-blue .hvh-coach-sec-hd{color:#60a5fa}.coach-red .hvh-coach-sec-hd{color:var(--accent)}.coach-green .hvh-coach-sec-hd{color:var(--green)}.hvh-coach-tip{color:var(--text2);margin-top:2px;font-size:.75rem;line-height:1.5}.hvh-judge-column{background:var(--bg1);border-right:1px solid var(--border);flex-direction:column;align-items:center;gap:12px;min-height:400px;padding:20px 12px;display:flex}.hvh-judge-header{text-transform:uppercase;letter-spacing:.1em;color:var(--amber);font-size:.72rem;font-weight:700}.hvh-judging-indicator{color:var(--text3);align-items:center;gap:8px;font-size:.78rem;display:flex}.hvh-center-scores{font-family:var(--font-display);align-items:baseline;gap:6px;font-size:2rem;display:flex}.hvh-cs-p1{color:#60a5fa}.hvh-cs-dash{color:var(--text3);font-size:1.2rem}.hvh-cs-p2{color:var(--accent)}.hvh-round-pips{gap:4px;display:flex}.hvh-round-pip{background:var(--bg4);border-radius:2px;width:16px;height:3px}.hvh-round-pip.pip-done{background:var(--amber)}.hvh-round-pip.pip-now{background:var(--amber);animation:1.5s ease-in-out infinite pipPulse}.hvh-judge-btn{border-radius:var(--r);background:var(--amber);color:var(--bg);white-space:nowrap;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 16px;font-size:.82rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 12px #f59e0b4d}.hvh-judge-btn:hover:not(.hvh-judge-dis){background:#fcd34d;transform:translateY(-1px)}.hvh-judge-dis{opacity:.4;cursor:not-allowed}.hvh-judge-requirements{flex-direction:column;gap:4px;width:100%;display:flex}.hvh-req-item{color:var(--text3);background:var(--bg2);border-radius:4px;align-items:center;gap:5px;padding:4px 6px;font-size:.72rem;display:flex}.hvh-req-item.req-done{color:var(--green);background:#22c55e14}.hvh-setup-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);width:100%;max-width:520px;box-shadow:var(--shadow2);margin:60px auto;padding:40px}.hvh-setup-hero{text-align:center;margin-bottom:28px}.hvh-setup-icon-wrap{border-radius:var(--r3);color:#10b981;background:#10b9811f;border:1px solid #10b98140;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 14px;display:flex}.hvh-title{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:6px;font-size:2.5rem}.hvh-sub{color:var(--text2);font-size:.85rem}.hvh-players-setup{align-items:center;gap:16px;margin-bottom:24px;display:flex}.hvh-player-input-group{flex-direction:column;flex:1;gap:8px;display:flex}.hvh-player-setup-label{text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:flex}.hvh-player-color-dot{border-radius:50%;width:8px;height:8px}.p1-label{color:#60a5fa}.p2-label{color:var(--accent)}.p1-dot{background:#60a5fa}.p2-dot{background:var(--accent)}.hvh-name-input{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--text);outline:none;padding:11px 14px;font-size:.875rem;transition:border-color .2s}.p1-name-input:focus{border-color:#60a5fa}.p2-name-input:focus{border-color:var(--accent)}.hvh-vs-divider{flex-direction:column;align-items:center;gap:6px;display:flex}.hvh-vs-line{background:var(--border);width:1px;height:20px}.hvh-vs-badge{font-family:var(--font-display);color:var(--text3);letter-spacing:.1em;font-size:1rem}.hvh-topic-setup{margin-bottom:20px}.hvh-select{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--text);cursor:pointer;outline:none;margin-top:8px;padding:11px 14px;font-size:.875rem}.hvh-setup-info-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px;display:grid}.hvh-info-chip{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);color:var(--text2);align-items:center;gap:7px;padding:8px 10px;font-size:.78rem;display:flex}.hvh-results-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);text-align:center;max-width:640px;margin:40px auto;padding:48px 40px}.results-h2{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:8px;font-size:2.5rem}.results-winner{font-family:var(--font-display);letter-spacing:.04em;color:var(--amber);margin-bottom:32px;font-size:1.8rem}.results-scores{justify-content:center;align-items:center;gap:20px;margin-bottom:32px;display:flex}.rs-card{border-radius:var(--r2);flex-direction:column;gap:4px;min-width:120px;padding:20px 30px;display:flex}.rs-p1{background:#3b82f614;border:1px solid #3b82f633}.rs-p2{background:#e8485514;border:1px solid #e8485533}.rs-name{color:var(--text2);font-size:.85rem;font-weight:500}.rs-score{font-family:var(--font-display);font-size:2.5rem}.rs-p1 .rs-score{color:#60a5fa}.rs-p2 .rs-score{color:var(--accent)}.rs-vs{font-family:var(--font-display);color:var(--text3);font-size:1.3rem}.results-breakdown{text-align:left;flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.rb-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);padding:14px 16px}.rb-head{justify-content:space-between;margin-bottom:6px;display:flex}.rb-round{font-family:var(--font-mono);color:var(--text3);font-size:.75rem;font-weight:600}.rb-winner{color:var(--amber);font-size:.75rem;font-weight:600}.rb-reason{color:var(--text2);margin-bottom:8px;font-size:.82rem;line-height:1.5}.rb-feedback{flex-direction:column;gap:4px;display:flex}.rb-feedback p{color:var(--text3);font-size:.78rem;line-height:1.5}.rb-feedback strong{color:var(--text2)}.vom-root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.vom-setup-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);width:100%;max-width:540px;box-shadow:var(--shadow2);margin:48px auto;padding:40px}.vom-setup-icon{text-align:center;margin-bottom:12px;font-size:3rem}.vom-title{font-family:var(--font-display);letter-spacing:.02em;text-align:center;margin-bottom:6px;font-size:2.5rem}.vom-sub{color:var(--text2);text-align:center;margin-bottom:28px;font-size:.85rem}.vom-pers-row{flex-wrap:wrap;gap:8px;display:flex}.vom-pers-btn{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);text-align:center;cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:80px;padding:10px 8px;transition:all .18s;display:flex}.vom-pers-btn:hover{border-color:var(--border2)}.vom-pers-active{background:#8b5cf61f;border-color:#8b5cf666}.vom-pers-emoji{font-size:1.2rem}.vom-pers-btn span:last-child{color:var(--text2);font-size:.72rem}.vom-how-it-works{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);margin-bottom:20px;padding:16px}.vom-how-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text3);margin-bottom:10px;font-size:.72rem;font-weight:700}.vom-how-steps{flex-direction:column;gap:8px;display:flex}.vom-step{color:var(--text2);align-items:center;gap:10px;font-size:.82rem;display:flex}.vom-step-n{width:20px;height:20px;color:var(--purple);background:#8b5cf633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.vom-nav{background:var(--bg1);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 24px;display:flex}.vom-nav-topic{text-align:center;color:var(--text2);flex:1;font-size:.85rem;font-weight:500}.vom-nav-phase{font-size:.72rem;font-family:var(--font-mono);font-weight:600}.vom-nav-round{font-family:var(--font-mono);color:var(--text3);font-size:.78rem}.vom-error{color:var(--accent);background:#e8485514;border-bottom:1px solid #e8485533;align-items:center;gap:6px;padding:10px 24px;font-size:.8rem;display:flex}.vom-arena{flex-direction:column;flex:1;align-items:center;gap:16px;width:100%;max-width:600px;margin:0 auto;padding:24px;display:flex}.vom-score-bar-row{align-items:center;gap:12px;width:100%;display:flex}.vom-score-you{font-family:var(--font-display);color:var(--blue);text-align:right;min-width:40px;font-size:1.4rem}.vom-score-ai{font-family:var(--font-display);color:var(--accent);min-width:40px;font-size:1.4rem}.vom-score-track{background:var(--bg4);border-radius:3px;flex:1;height:6px;display:flex;overflow:hidden}.vom-score-fill-u{background:var(--blue);height:100%;transition:width .5s}.vom-score-fill-a{background:var(--accent);height:100%;transition:width .5s}.vom-ai-section{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.vom-ai-speech{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r2);width:100%;min-height:80px;padding:14px 16px}.vom-thinking{color:var(--text3);align-items:center;gap:10px;font-size:.82rem;font-style:italic;display:flex}.vom-ai-text{font-size:.9rem;line-height:1.7;animation:.3s fadeIn}.vom-ai-placeholder{color:var(--text3);font-size:.82rem;font-style:italic}.vom-transcript-box{border-radius:var(--r2);background:#8b5cf60f;border:1px solid #8b5cf633;width:100%;padding:12px 14px}.vom-transcript-label{text-transform:uppercase;letter-spacing:.08em;color:var(--purple);align-items:center;gap:5px;margin-bottom:6px;font-size:.68rem;font-weight:700;display:flex}.vom-transcript-text{color:var(--text);font-size:.875rem;line-height:1.6}.vom-status-msg{color:var(--text3);text-align:center;font-size:.82rem;font-style:italic}.vom-status-msg.status-listening{color:var(--accent);animation:1.5s ease-in-out infinite statusPulse}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.6}}.vom-mic-btn{background:var(--bg2);border:2px solid var(--border);width:88px;height:88px;color:var(--text2);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.vom-mic-btn:hover:not(:disabled){background:var(--bg3);color:var(--text);transform:scale(1.04)}.vom-mic-btn.vom-mic-listening{border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 4px #e848551f, var(--shadow);background:#e848551f}.vom-mic-btn.vom-mic-speaking{border-color:var(--purple);color:var(--purple);background:#8b5cf61f}.vom-mic-btn.vom-mic-thinking{opacity:.6;cursor:not-allowed}.vom-mic-btn:disabled{cursor:not-allowed}.vom-mic-rings{pointer-events:none;border-radius:50%;position:absolute;inset:0}.vom-ring{border:2px solid var(--accent);opacity:0;border-radius:50%;animation:2s ease-out infinite micRing;position:absolute;inset:0}.vom-ring-1{animation-delay:0s}.vom-ring-2{animation-delay:.6s}.vom-ring-3{animation-delay:1.2s}@keyframes micRing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.vom-btn-spinner{border:3px solid var(--border2);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.vom-mic-hint{color:var(--text3);font-size:.75rem}.vom-history{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r2);width:100%;overflow:hidden}.vom-history-label{border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.08em;color:var(--text3);align-items:center;gap:6px;padding:10px 14px;font-size:.7rem;font-weight:700;display:flex}.vom-history-item{border-bottom:1px solid var(--border);gap:10px;padding:10px 14px;display:flex}.vom-history-item:last-child{border-bottom:none}.vom-hi-round{font-family:var(--font-mono);color:var(--text3);min-width:22px;margin-top:2px;font-size:.68rem;font-weight:700}.vom-hi-bubbles{flex-direction:column;flex:1;gap:4px;display:flex}.vom-hi-u{color:var(--text2);font-size:.75rem;line-height:1.4}.vom-hi-a{color:var(--text3);font-size:.75rem;line-height:1.4}.vom-results-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);text-align:center;width:100%;max-width:440px;box-shadow:var(--shadow2);margin:60px auto;padding:48px 40px}.vom-result-icon{margin-bottom:12px;font-size:3.5rem}.vom-results-h2{font-family:var(--font-display);margin-bottom:20px;font-size:2.5rem}.vom-results-scores{justify-content:center;align-items:center;gap:20px;margin-bottom:20px;display:flex}.vom-rs-side{flex-direction:column;gap:4px;min-width:80px;display:flex}.vom-rs-label{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.vom-rs-score{font-family:var(--font-display);font-size:3rem;line-height:1}.you-side .vom-rs-label,.you-side .vom-rs-score{color:var(--blue)}.ai-side .vom-rs-label,.ai-side .vom-rs-score{color:var(--accent)}.vom-rs-vs{font-family:var(--font-display);color:var(--text3);font-size:1.4rem}.vom-results-summary{color:var(--text2);margin-bottom:24px;font-size:.85rem;line-height:1.6}.vom-results-btns{flex-direction:column;gap:10px;display:flex}.vom-back-btn{justify-content:center;width:100%}.report-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.report-modal{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r3);flex-direction:column;width:100%;max-width:720px;max-height:90vh;animation:.25s fadeUp;display:flex;overflow:hidden;box-shadow:0 24px 80px #000000b3}.report-modal-hd{border-bottom:1px solid var(--border);background:var(--bg2);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.report-modal-title{font-family:var(--font-display);letter-spacing:.04em;align-items:center;gap:8px;font-size:1.2rem;display:flex}.report-modal-actions{align-items:center;gap:8px;display:flex}.report-btn-secondary{color:var(--text2);border:1px solid var(--border);border-radius:var(--r);background:var(--bg2);align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;transition:all .2s;display:flex}.report-btn-secondary:hover{color:var(--text);background:var(--bg3)}.report-close{width:30px;height:30px;color:var(--text3);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.report-close:hover{color:var(--text);background:var(--bg3)}.report-body{flex:1;padding:24px;overflow-y:auto}.report-prompt-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.report-prompt-icon{font-size:3rem}.report-prompt-title{font-family:var(--font-display);letter-spacing:.02em;font-size:2rem}.report-prompt-sub{color:var(--text2);max-width:420px;font-size:.875rem;line-height:1.6}.report-meta-pills{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.report-meta-pill{background:var(--bg3);border:1px solid var(--border);color:var(--text2);border-radius:20px;padding:4px 12px;font-size:.75rem}.report-generate-btn{background:var(--accent);color:#fff;border-radius:var(--r);align-items:center;gap:8px;padding:13px 24px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 16px #e8485559}.report-generate-btn:hover{background:var(--accent2);transform:translateY(-1px)}.report-error{color:var(--accent);border-radius:var(--r);background:#e848551a;border:1px solid #e8485540;padding:8px 14px;font-size:.82rem}.report-loading{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}.report-spinner{border:3px solid var(--border2);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.report-loading-sub{color:var(--text3);font-size:.8rem}.report-card-content{flex-direction:column;gap:14px;display:flex}.rc-header{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.rc-app-name{font-family:var(--font-display);letter-spacing:.1em;color:var(--accent);margin-bottom:4px;font-size:1.2rem}.rc-topic{margin-bottom:8px;font-size:1rem;font-weight:600}.rc-meta{flex-wrap:wrap;gap:6px;display:flex}.rc-meta-pill{background:var(--bg3);color:var(--text3);border:1px solid var(--border);border-radius:20px;padding:2px 10px;font-size:.7rem}.rc-grade-block{text-align:center}.rc-grade{font-family:var(--font-display);border-radius:var(--r);border:2px solid;padding:4px 12px;font-size:3.5rem;line-height:1}.rc-percentile{color:var(--text3);margin-top:4px;font-size:.72rem}.rc-score-bar-section{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);padding:14px 16px}.rc-score-labels{justify-content:space-between;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.rc-verdict-label{font-weight:700}.rc-score-bar{background:var(--bg4);border-radius:4px;height:8px;display:flex;overflow:hidden}.rc-score-u{background:var(--blue);height:100%}.rc-score-o{background:var(--accent);height:100%}.rc-summary{color:var(--text2);background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);border-left:3px solid var(--accent);padding:14px 16px;font-size:.875rem;line-height:1.7}.rc-style-badge{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f640;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;display:inline-flex}.rc-two-col{grid-template-columns:1fr 1fr;gap:12px;display:grid}.rc-column{border-radius:var(--r2);padding:14px}.rc-strengths{background:#22c55e0a;border:1px solid #22c55e26}.rc-weaknesses{background:#e848550a;border:1px solid #e8485526}.rc-col-hd{text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:6px;margin-bottom:10px;font-size:.72rem;font-weight:700;display:flex}.green-hd{color:var(--green)}.red-hd{color:var(--accent)}.amber-hd{color:var(--amber)}.blue-hd{color:var(--blue)}.rc-list-item{color:var(--text2);gap:8px;margin-bottom:8px;font-size:.82rem;line-height:1.5;display:flex}.rc-item-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:5px}.green-dot{background:var(--green)}.red-dot{background:var(--accent)}.rc-highlight{border-radius:var(--r2);color:var(--text2);padding:14px;font-size:.82rem;line-height:1.6}.best-highlight{background:#22c55e0a;border:1px solid #22c55e26}.worst-highlight{background:#f59e0b0a;border:1px solid #f59e0b26}.rc-hl-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text3);margin-bottom:6px;font-size:.7rem;font-weight:700}.rc-fallacy-section{border-radius:var(--r2);background:#f59e0b0a;border:1px solid #f59e0b26;padding:14px}.rc-fallacy-text{color:var(--text2);margin-top:8px;font-size:.82rem;line-height:1.6}.rc-tips-section{border-radius:var(--r2);background:#3b82f60a;border:1px solid #3b82f626;padding:14px}.rc-tips-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.rc-tip-item{color:var(--text2);gap:10px;font-size:.82rem;line-height:1.5;display:flex}.rc-tip-num{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.rc-footer{color:var(--text3);border-top:1px solid var(--border);justify-content:center;gap:8px;padding-top:12px;font-size:.72rem;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border2)}
