.stt-grid{display:flex;flex-direction:column;gap:20px;margin-top:16px}.stt-input-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.stt-recording-bar{display:flex;align-items:center;justify-content:space-between;background:#08090d;border:1px solid var(--border);padding:12px 16px;border-radius:8px}.stt-rec-dot{width:12px;height:12px;background-color:#ef4444;border-radius:50%;display:inline-block;animation:pulseRec 1.2s infinite ease-in-out}@keyframes pulseRec{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.stt-results-panel{background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;padding:20px}.stt-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:12px}.stt-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.stt-controls{flex-wrap:wrap;gap:12px;row-gap:10px;min-width:0}#sttLangSwitcher .lang__btn{min-width:0}#sttModelSelect{width:auto;min-width:0}.stt-control-pair{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;min-width:0;max-width:100%}.stt-control-pair>label{flex-shrink:0}.stt-control-pair>#sttLangSwitcher,.stt-control-pair>#sttModelSelect{min-width:0;max-width:100%;flex:1 1 auto}#sttModelSelect{overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.stt-control-pair,#sttLangSwitcher .lang__btn{width:100%}}.stt-tab{background:transparent;border:1px solid var(--border);color:var(--text);padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.stt-tab:hover{background:#ffffff0d}.stt-tab.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:500}.stt-takeaways-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.stt-takeaway-item{display:flex;align-items:flex-start;gap:12px;background:#181a24;border:1px solid var(--border);padding:12px 16px;border-radius:8px;font-size:15px;line-height:1.5;color:var(--text)}.stt-takeaway-icon{font-size:18px;flex-shrink:0}.stt-text-output{width:100%;min-height:250px;background:#181a24;border:1px solid var(--border);color:var(--text);padding:16px;border-radius:8px;font-family:inherit;font-size:15px;line-height:1.6;white-space:pre-wrap;box-sizing:border-box}.stt-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.stt-brief{margin:0;background:#181a24;border:1px solid var(--border);padding:16px;border-radius:8px;font-size:16px;line-height:1.6;color:var(--text)}.stt-presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.stt-preset{background:transparent;border:1px solid var(--border);color:var(--text);padding:6px 12px;border-radius:999px;font-size:13px;cursor:pointer;transition:all .2s ease}.stt-preset:hover{background:#ffffff0d}.stt-preset.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.stt-wrong-hint{margin:14px 0 0;font-size:13px;color:var(--text-dim)}.stt-link-btn{background:none;border:none;padding:0;color:var(--accent);font:inherit;cursor:pointer;text-decoration:underline}@media(pointer:coarse){.stt-preset{min-height:44px}}
