:root{--blue:#1677e8;--ink:#17324d;--muted:#74899d;--line:#dbe8f3;--bg:#eff7ff;--green:#16ad8c;--red:#df5263}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:radial-gradient(circle at 50% 0,#cdeaff 0,transparent 34%),var(--bg);color:var(--ink);font:14px/1.5 Inter,"PingFang SC",sans-serif}.chat-shell{width:min(100%,820px);min-height:100%;margin:auto;padding:calc(14px + env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom));display:flex;flex-direction:column}.chat-header{height:52px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none}.brand>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#57cfff,var(--blue));color:#fff;box-shadow:0 8px 20px #1677e83b}.brand div{display:flex;flex-direction:column}.brand b{font-size:17px;line-height:1.05}.brand small{color:var(--muted);font-size:9px}.status{display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid var(--line);border-radius:99px;background:#ffffffc9;color:var(--muted);font-size:10px}.status i{width:7px;height:7px;border-radius:50%;background:#9aabba}.status.running i{background:var(--green);box-shadow:0 0 9px var(--green)}.status.error i{background:var(--red)}.hero{position:relative;padding:20px 0 16px;display:flex;flex-direction:column;align-items:center;text-align:center}.orb{position:relative;display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:radial-gradient(circle at 32% 22%,#e5ffff,#51cef0 25%,#147ce6 72%,#0754b4);color:#fff;box-shadow:0 16px 42px #1677e845;transition:.35s}.orb>span{font-size:23px}.orb>i{position:absolute;inset:-10px;border:1px solid #1677e840;border-radius:50%;animation:pulse 2s infinite}.hero-copy h1{margin:17px 0 3px;font-size:20px}.hero-copy p{margin:0;color:var(--muted);font-size:11px}.countdown{position:absolute;right:0;top:22px;color:var(--blue);font:700 13px ui-monospace,monospace;opacity:0}.countdown.warning{color:var(--red)}.hero.active{padding:10px 0}.hero.active .orb{width:45px;height:45px}.hero.active .orb>span{font-size:14px}.hero.active .hero-copy h1{margin-top:7px;font-size:13px}.hero.active .hero-copy p{font-size:9px}.hero.active .countdown{opacity:1}.subtitles{min-height:260px;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:10px}.subtitle-column{min-width:0;min-height:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;background:#ffffffd9;overflow:hidden;box-shadow:0 12px 32px #235b9414}.subtitle-column header{height:39px;padding:0 12px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #e6eef6;color:#617991;font-size:10px}.subtitle-column header i{width:8px;height:8px;border-radius:50%;background:#5b93d1}.subtitle-column.ai header i{display:grid;place-items:center;width:17px;height:17px;background:#e0f7f2;color:var(--green);font-size:8px}.subtitle-scroll{min-height:0;flex:1;padding:11px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.subtitle-scroll p{margin:0 0 8px;padding:8px 9px;border-left:2px solid #9dc4ec;border-radius:8px;background:#f4f9fd;color:#395875;font-size:12px;overflow-wrap:anywhere}.subtitle-column.ai .subtitle-scroll p{border-color:#65cfba;background:#f1fbf8;color:#276b61}.subtitle-scroll .placeholder{border:0;background:transparent;color:#9aabba;text-align:center}.subtitle-scroll p.streaming{box-shadow:inset 0 0 0 1px #1677e814}.controls{padding-top:12px;display:flex;gap:9px}.controls button{height:48px;border-radius:12px;font-weight:700;cursor:pointer}.primary{flex:1;border:0;background:linear-gradient(135deg,var(--blue),#075fc7);color:#fff;box-shadow:0 10px 24px #1677e83d}.primary span{margin-right:8px}.mic{border:1px solid #bfe6dc;background:#edf9f6;color:#087b64}.mic small{display:block;font-size:8px}.stop{border:1px solid #f0c9ce;background:#fff7f8;color:var(--red)}button:disabled{opacity:.45;cursor:not-allowed}.privacy{margin:9px 0 0;color:#8ca0b2;font-size:9px;text-align:center}@keyframes pulse{0%,100%{transform:scale(.92);opacity:.35}50%{transform:scale(1.12);opacity:.85}}@media(max-width:520px){.chat-shell{padding-left:12px;padding-right:12px}.hero{padding-top:14px}.subtitles{min-height:300px;grid-template-columns:1fr}.subtitle-column{min-height:140px}.controls{position:sticky;bottom:env(safe-area-inset-bottom);background:linear-gradient(transparent,var(--bg) 24%);padding-top:18px}.controls button{height:46px}.mic{padding:0 11px}}@media(min-width:700px){.chat-shell{padding-left:24px;padding-right:24px}.subtitles{max-height:480px}}
