:root{--bg-color: #0a0a0a;--text-primary: #ffffff;--text-secondary: #666666;--accent-color: #ef4444;--accent-hover: #dc2626;--text-active: #b1ff9a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Barlow Condensed,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none;-webkit-user-select:none;user-select:none}#root{height:100dvh;width:100vw;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;height:100%;width:100%;padding:0 2rem;margin:0 auto;cursor:pointer;touch-action:manipulation}.text-area{flex:1;overflow-y:auto;padding-bottom:1rem;display:flex;flex-direction:column;justify-content:flex-end;font-size:clamp(4rem,16vw,10rem);font-weight:700;line-height:.9;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.text-area::-webkit-scrollbar{display:none}.text-area-centered{justify-content:center;align-items:center;padding-top:0}.text-area-spacer{flex-grow:1}.transcript-final{color:var(--text-primary)}.transcript-interim{color:var(--text-active);opacity:.9}.placeholder-content{display:flex;flex-direction:column;gap:1.5rem}.app-title{color:var(--text-active);font-size:12rem;font-weight:800;line-height:.8;letter-spacing:-.02em}.placeholder-text{color:var(--text-secondary);text-align:left;font-size:3rem;font-weight:500;line-height:.8}.controls{padding-top:.75rem;padding-bottom:1.5rem;display:flex;justify-content:center;align-items:center;gap:.75rem}.pill{background-color:#1e1e1eeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000080;border-radius:100px;display:flex;align-items:center;gap:.5rem;font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.1em;padding:.5rem 1.2rem}.download-button{color:#bbb;border:1px solid rgba(255,255,255,.08);background-color:#1e1e1eeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000080;border-radius:100px;display:flex;align-items:center;gap:.5rem;font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.1em;padding:.5rem 1.2rem;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .2s}.download-button:active{background-color:#323232f2}.toast{background-color:#1e1e1eeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000080;border-radius:100px;display:flex;align-items:center;gap:.5rem;font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.12em;padding:.5rem 1.2rem;pointer-events:none;color:#fff}.toast-rec{color:#ff5f5f}.toast-stop{color:#888}.toast-dot{width:8px;height:8px;border-radius:50%;background-color:#ff5f5f;animation:blink 1s ease-in-out infinite;flex-shrink:0}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}
