:root{--bg-color:#050505;--text-color:#fff;--accent-color:#4a90e2;--accent-glow:#4a90e280}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);overscroll-behavior-y:none;justify-content:center;align-items:center;width:100vw;height:100dvh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;overflow:hidden}#root{width:100%;height:100dvh;margin:0;padding:0}.app-container{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background-color:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.siri-container{justify-content:center;align-items:center;width:85%;max-width:500px;height:300px;display:flex}.status-text-wrapper{pointer-events:none;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;bottom:20%}.fade-layer{opacity:0;transition:opacity 1s ease-in-out;position:absolute}.fade-layer.show{opacity:1}.fade-layer.hide.transcript-layer{transition:opacity 1.5s ease-in-out 1.5s}.idle-pulse{letter-spacing:1.5px;color:#fff9;text-align:center;font-size:1.3rem;font-weight:200;line-height:1.5;animation:4s ease-in-out infinite pulse-text}.transcript-text{letter-spacing:1px;color:#ffffffe6;text-align:center;padding:0 20px;font-size:1.2rem;font-weight:300}@keyframes pulse-text{0%,to{opacity:.2}50%{opacity:.8}}.live-toggle{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;z-index:10;cursor:pointer;background:#ffffff1a;border:none;border-radius:20px;outline:none;align-items:center;gap:8px;padding:8px 12px;font-family:monospace;font-size:.8rem;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.live-toggle.active{color:#fff;background:#eb53ab26;border:1px solid #eb53ab66}.live-dot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:background .3s}.live-toggle.active .live-dot{background:#ff4757;animation:1.5s infinite pulse-dot}@keyframes pulse-dot{0%{box-shadow:0 0 #ff475799}70%{box-shadow:0 0 0 6px #ff475700}to{box-shadow:0 0 #ff475700}}
