@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--accent-color:#ff3175;--font-sans:"Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}html,body{box-sizing:border-box;min-height:100dvh;font-family:var(--font-sans);-webkit-user-select:none;user-select:none;background:#f3f4f6;justify-content:stretch;align-items:stretch;margin:0;padding:0;display:flex;overflow:hidden}#root{justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex}.phone-frame-mockup{color:#1f2937;background:#fff;flex-direction:column;width:100%;max-width:480px;height:100dvh;margin:0 auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}@media (width<=480px){.phone-frame-mockup{max-width:100%;box-shadow:none}}@keyframes pulse-ring{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.listening-active:before{content:"";z-index:-1;background-color:#ff3175;border-radius:50%;animation:1.5s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;inset:0}@keyframes logo-entrance{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-logo{animation:1s cubic-bezier(.2,.8,.2,1) forwards logo-entrance}.splash-exit{pointer-events:none;opacity:0!important}.correction-underline{text-underline-offset:4px;-webkit-text-decoration:underline wavy #ff3175;text-decoration:underline wavy #ff3175}.tab-hidden{display:none!important}.selectable{-webkit-user-select:text;user-select:text}.bg-glow-blob{filter:blur(140px);z-index:1;opacity:.25;pointer-events:none;background:radial-gradient(circle,#ff31754d 0%,#ff317500 70%);border-radius:999px;width:450px;height:450px;position:absolute}.bg-glow-blob-1{top:-10%;left:20%}.bg-glow-blob-2{background:radial-gradient(circle,#a855f733 0%,#a855f700 70%);bottom:-10%;right:20%}@media (width<=480px){.bg-glow-blob{display:none!important}}:focus,:active,:focus-visible{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;outline:0!important}
