html{background:#171717}#root{min-height:100vh}:root{--cream:#fff8ed;--ink:#060606;--muted:#68645f;--line:#0808081f;--yellow:#ffc400;--purple:#7547f3;--blue:#4977f4;--green:#68c83e;--red:#ff3747;--shadow:0 18px 50px #1f180e21;--soft:0 10px 28px #24180c1a;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#151515;font-family:Arial Rounded MT Bold,Satoshi,Space Grotesk,Inter,system-ui,sans-serif}*{box-sizing:border-box}button,input{font:inherit}button{cursor:pointer;color:inherit;border:0}body{margin:0;overflow:hidden}.desktop{background:radial-gradient(circle at 20% 16%,#ffc4001f,#0000 28%),radial-gradient(circle at 78% 82%,#7547f324,#0000 30%),#171717;place-items:center;width:100vw;height:100vh;display:grid;position:relative;overflow:hidden}.desktopGlow{filter:blur(64px);opacity:.35;border-radius:999px;width:360px;height:360px;animation:18s ease-in-out infinite floatDesktop;position:absolute}.desktopGlow.one{background:var(--yellow);top:10%;left:8%}.desktopGlow.two{background:var(--purple);animation-delay:-6s;bottom:5%;right:10%}@keyframes floatDesktop{50%{transform:translate(30px,-20px)scale(1.08)}}.phone{background:var(--cream);transform-origin:50% 55%;border:9px solid #050505;border-radius:42px;width:min(430px,94vw);height:min(900px,94vh);animation:11s ease-in-out infinite phoneFloat;position:relative;overflow:hidden;box-shadow:0 36px 100px #00000073,inset 0 0 0 1px #fff9}@keyframes phoneFloat{50%{transform:translateY(-8px)rotateX(.4deg)rotateY(-.35deg)}}.phone.theme-dark{--cream:#161411;--ink:#fff8ed;--muted:#b9afa3;--line:#ffffff24}.phone.accent-purple{--yellow:#7547f3}.phone.accent-blue{--yellow:#4977f4}.phone.accent-green{--yellow:#68c83e}.phone.accent-red{--yellow:#ff3747}.speaker{z-index:20;background:#050505;border-radius:0 0 18px 18px;width:116px;height:24px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.statusBar{z-index:15;justify-content:space-between;align-items:center;height:26px;font-size:18px;display:flex;position:absolute;top:18px;left:30px;right:30px}.statusBar span{align-items:center;gap:8px;display:flex}.battery{border:2px solid;border-radius:3px;width:25px;height:12px;position:relative}.battery:before{content:"";background:currentColor;width:13px;height:4px;position:absolute;top:2px;right:2px}.appShell,.pageMount,.page{position:absolute;inset:0}.page{background:radial-gradient(circle at 70% 28%, #ffffff80, transparent 25%), var(--cream)}.scroll{overscroll-behavior:contain;scrollbar-width:none;scroll-behavior:smooth;height:100%;padding:66px 30px 125px;overflow-y:auto}.scroll::-webkit-scrollbar{display:none}.splash,.onboarding{background:var(--cream);z-index:5;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.flowSymbol{width:118px;height:118px;margin-bottom:22px;position:relative}.flowSymbol i{background:linear-gradient(var(--ink), #0000);transform-origin:2px 54px;border-radius:20px;width:3px;height:54px;position:absolute;top:5px;left:56px}.splash h1,.onboardCard h2{margin:0;font-size:38px;line-height:.95}.splash p{letter-spacing:.12em;margin-top:10px;font-size:13px}.onboarding{justify-content:flex-start;align-items:stretch;padding-top:96px}.skip{background:0 0;font-size:13px;position:absolute;top:72px;right:28px}.onboardCard{flex-direction:column;justify-content:center;gap:24px;min-height:520px;display:flex}.onboardCard h2{font-size:42px}.onboardCard h2 span{color:var(--purple)}.onboardCard p{color:var(--muted);font-size:17px}.onboardBullets{gap:14px;margin-top:12px;display:grid}.onboardBullets span{align-items:center;gap:12px;font-weight:800;display:flex}.onboardBullets svg{border:1px solid var(--line);background:#fff9;border-radius:999px;width:38px;height:38px;padding:9px}.dots{justify-content:center;gap:8px;margin-bottom:18px;display:flex}.dots button{background:#d8d0c5;border-radius:999px;width:8px;height:8px;padding:0}.dots button.active{background:var(--ink);width:28px}.primaryWide{background:var(--ink);height:54px;color:var(--cream);box-shadow:var(--soft);border-radius:999px;font-weight:900}.appHeader{z-index:1;min-height:295px;padding-top:18px;position:relative}.topLine{justify-content:space-between;align-items:center;min-height:56px;display:flex}.topActions{gap:10px;display:flex}.logo{letter-spacing:.05em;align-items:center;gap:4px;font-size:34px;font-weight:900;display:inline-flex}.logo.compact{gap:0;width:52px;height:52px;font-size:0}.logo.compact span{display:none}.logo i{border:4px solid;border-width:4px 8px;border-radius:50%;width:48px;height:48px;display:inline-block}.logo:not(.compact) i{width:58px;height:58px}.iconButton{width:50px;height:50px;box-shadow:var(--soft);background:#ffffffb8;border-radius:999px;place-items:center;transition:box-shadow .28s,transform .28s,background .28s;display:grid}.iconButton:hover{background:#ffffffe6;box-shadow:0 16px 38px #16120c29}.iconButton svg{stroke-width:2.7px;width:24px;height:24px}.sectionLabel{letter-spacing:.14em;margin-top:28px;font-size:17px;font-weight:800}.sectionLabel:after{content:"";background:var(--ink);width:58px;height:3px;margin-top:8px;display:block}.sectionLabel i{background:var(--purple);border-radius:50%;width:8px;height:8px;margin-left:10px;display:inline-block}.sectionLabel i.red{background:var(--red)}.sectionLabel i.blue{background:var(--blue)}.sectionLabel i.yellow{background:var(--yellow)}.appHeader h1{letter-spacing:-.03em;max-width:310px;margin:18px 0 12px;font-size:45px;line-height:.94}.appHeader h1 mark{background:linear-gradient(transparent 55%, var(--yellow) 55%);color:inherit;padding:0 4px}.appHeader p,.lead{color:var(--muted);max-width:305px;font-size:17px;line-height:1.35}.decorations{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:visible}.yellowQuarter{background:var(--yellow);will-change:transform;border-radius:100% 0 0;width:112px;height:112px;position:absolute;top:32px;right:-38px}.blueTriangle{border-left:28px solid var(--blue);will-change:transform;border-top:18px solid #0000;border-bottom:18px solid #0000;width:0;height:0;position:absolute;top:172px;right:78px}.redSemi{background:var(--red);will-change:transform;border-radius:999px 0 0 999px;width:120px;height:120px;position:absolute;top:360px;right:-70px}.dotGrid{opacity:.88;will-change:transform, opacity;background-image:radial-gradient(currentColor 1.5px,#0000 1.8px);background-size:16px 16px;width:92px;height:92px;position:absolute;top:122px;right:14px}.redPlus:before{content:"+";color:var(--red);font-size:46px;font-weight:900;position:absolute;top:218px;left:-22px}.lineArt{will-change:transform;background:0 0;border:3px solid;width:54px;height:54px;position:absolute;top:430px;right:-10px;transform:rotate(14deg)}.heroCard,.settingsList,.smallAudio,.personRow,.chatRow,.profileAudio,.audioDetail,.detailPanel{border:1px solid var(--line);box-shadow:var(--soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff7a;transition:box-shadow .28s,border-color .28s,background .28s}.interactiveCard{transform-origin:50%;will-change:transform, box-shadow;position:relative;overflow:hidden}.interactiveCard:hover{border-color:#0808082e;box-shadow:0 20px 48px #1812082e}.interactiveCard:before{content:"";inset:var(--ripple-y,50%) auto auto var(--ripple-x,50%);opacity:0;pointer-events:none;background:#ffffff6b;border-radius:999px;width:10px;height:10px;position:absolute;transform:translate(-50%,-50%)scale(0)}.interactiveCard:active:before{animation:.45s ease-out ripple}@keyframes ripple{0%{opacity:.7;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(34)}}.heroCard{cursor:pointer;border-radius:28px;padding:22px;position:relative;overflow:hidden}.heroCard:after{content:"";background:var(--red);border-radius:999px;width:100px;height:100px;position:absolute;top:70px;right:-45px}.cardTop{z-index:1;grid-template-columns:70px 1fr auto 24px;align-items:start;gap:12px;display:grid;position:relative}h2,h3,p{margin:0}.cardTop h3,.personRow h3,.chatRow h3,.smallAudio h3{font-size:18px;line-height:1.1}.cardTop p,.personRow p,.chatRow p,.smallAudio p,small{color:var(--muted)}.cardTop small,.personRow small{color:var(--ink);align-items:center;gap:6px;margin-top:6px;display:flex}.heroCard h2{letter-spacing:-.04em;z-index:1;max-width:310px;margin:28px 0 12px;font-size:41px;line-height:.98;position:relative}.heroCard h2 span{color:var(--red)}.heroCard>p{color:var(--muted);max-width:285px;margin-bottom:18px;font-size:17px}.cardMeta{justify-content:space-between;align-items:center;gap:10px;display:flex}.faces{letter-spacing:-.45em;color:var(--ink);font-size:28px}.audioPlayer{border-radius:999px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;width:100%;transition:filter .25s;display:grid}.audioPlayer.playing{filter:drop-shadow(0 0 18px #ffc40047)}.audioPlayer.large{grid-template-columns:44px 1fr auto auto;margin:20px 0}.play{background:var(--yellow);z-index:2;border-radius:999px;place-items:center;width:36px;height:36px;display:grid;position:relative}.play:hover{filter:brightness(1.04)}.play svg{width:18px;height:18px}.play.blue{background:var(--blue);color:#fff}.play.green{background:var(--green)}.play.purple{background:var(--purple);color:#fff}.play.red{background:var(--red);color:#fff}.waveWrap{border-radius:20px;position:relative;overflow:hidden}.waveWrap>i{transform-origin:0;height:3px;color:var(--yellow);background:currentColor;position:absolute;bottom:0;left:0;right:0}.waveform{height:48px;color:var(--yellow);align-items:center;gap:3px;display:flex}.waveform span{background:currentColor;border-radius:999px;width:3px}.waveform.blue{color:var(--blue)}.waveform.green{color:var(--green)}.waveform.purple{color:var(--purple)}.waveform.red{color:var(--red)}.waveform.black{color:var(--ink)}.likeButton{border:1px solid var(--line);height:40px;box-shadow:var(--soft);background:#ffffffd1;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:900;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex}.likeButton:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 14px 32px #18120824}.likeButton svg,.likeButton.liked{color:var(--red)}.sectionTitle{justify-content:space-between;align-items:center;margin:22px 0 12px;display:flex}.sectionTitle h2{letter-spacing:.04em;font-size:17px}.sectionTitle h2 i{background:var(--blue);border-radius:50%;width:7px;height:7px;margin-left:8px;display:inline-block}.sectionTitle button{background:0 0;align-items:center;gap:3px;font-size:13px;font-weight:900;display:flex}.feedList,.peopleList,.chatList,.profileCards,.replyList{gap:0;display:grid}.smallAudio,.personRow,.chatRow{text-align:left;border-bottom:0;border-radius:0;align-items:center;gap:12px;min-height:76px;padding:12px;display:grid}.smallAudio:hover,.personRow:hover,.chatRow:hover{background:#ffffff9e}.smallAudio:first-child,.personRow:first-child,.chatRow:first-child{border-radius:22px 22px 0 0}.smallAudio:last-child,.personRow:last-child,.chatRow:last-child{border-bottom:1px solid var(--line);border-radius:0 0 22px 22px}.smallAudio{grid-template-columns:54px 1fr 118px 20px}.smallAudio .audioPlayer{gap:4px}.smallAudio .audioPlayer .play{display:none}.personRow{grid-template-columns:58px 1fr 90px 74px 18px}.followBtn{background:var(--yellow);border:2px solid var(--ink);border-radius:999px;height:34px;font-weight:900}.topicScroller,.roomScroller{scrollbar-width:none;gap:10px;padding-bottom:8px;display:flex;overflow-x:auto}.topicScroller::-webkit-scrollbar{display:none}.roomScroller::-webkit-scrollbar{display:none}.topicCard{border:1.5px solid var(--ink);text-align:left;background:#ffffff6b;border-radius:8px;flex:0 0 126px;height:135px;padding:18px 12px;position:relative}.topicCard b{font-size:13px;position:absolute;bottom:34px;left:12px}.topicCard span{font-size:12px;position:absolute;bottom:14px;left:12px}.topicCard em{font-size:24px;font-style:normal;font-weight:900;position:absolute;top:8px;right:12px}.shape{background:var(--yellow);border-radius:999px;width:48px;height:48px;display:block}.shape.blue{background:var(--blue);clip-path:polygon(50% 0,100% 100%,0 100%);border-radius:0}.shape.green{background:var(--green);border-radius:0}.shape.red{background:var(--red);border-radius:999px 0 0 999px}.shape.white{border:3px solid var(--ink);background:0 0}.searchBar{border:2px solid var(--ink);background:#ffffff5c;border-radius:999px;grid-template-columns:46px 1fr 42px;align-items:center;height:58px;margin-bottom:22px;padding:0 8px 0 15px;transition:box-shadow .28s,background .28s;display:grid;box-shadow:0 8px 24px #16120c0a}.searchBar:focus-within,.searchBar:hover{background:#ffffff8f;box-shadow:0 16px 38px #16120c1a}.searchBar svg{width:26px;height:26px}.searchBar input{min-width:0;color:var(--ink);background:0 0;border:0;outline:none}.searchBar button{background:var(--yellow);border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.roomCard{border:1.5px solid var(--ink);background:#ffc4002e;border-radius:12px;flex:0 0 225px;padding:14px}.roomCard.blue{background:#4977f424}.roomCard.green{background:#68c83e2b}.roomCard>div{align-items:center;gap:8px;display:flex}.roomCard h3{margin:14px 0;font-size:21px;line-height:1.1}.draftPill{box-shadow:var(--soft);z-index:3;background:#ffffffb3;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:900;display:flex;position:absolute;top:86px;right:28px}.magnetic{transition:filter .25s}.magnetic:hover{filter:brightness(1.03)}.animatedMic{background:radial-gradient(circle, #ffd229, var(--yellow));border:1px solid var(--ink);width:305px;height:305px;box-shadow:0 0 0 16px #fff9, 0 0 0 17px var(--ink);cursor:pointer;will-change:transform, box-shadow;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin:34px auto 26px;display:flex;position:relative}.animatedMic.recording{box-shadow:0 0 0 18px #ffc40040, 0 0 0 32px #7547f31a, 0 0 70px #7547f338, var(--shadow)}.animatedMic.success{box-shadow:0 0 0 18px #68c83e2e, 0 0 0 34px #ffc4001f, var(--shadow)}.animatedMic:after{content:"";border-radius:inherit;opacity:0;z-index:-1;background:radial-gradient(circle,#7547f329,#0000 58%);transition:opacity .35s;position:absolute;inset:-40px}.animatedMic.recording:after{opacity:1;animation:2.2s ease-in-out infinite micGlow}@keyframes micGlow{50%{opacity:.72;transform:scale(1.08)}}.animatedMic .orbit{border:3px dotted var(--ink);border-top-color:var(--yellow);border-radius:999px;position:absolute;inset:-38px}.micGlyph{place-items:center;display:grid}.successBurst{border:3px solid var(--green);pointer-events:none;border-radius:999px;position:absolute;inset:-18px}.animatedMic b{font-size:34px;line-height:1}.animatedMic small{color:var(--muted);font-weight:900}.recordControls{grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:16px;display:grid}.toggleTile{background:0 0;justify-items:center;gap:7px;display:grid}.toggleTile:hover>span{transform:translateY(-2px);box-shadow:0 14px 30px #16120c1f}.toggleTile>span{border:1px solid var(--line);background:#ffffff8c;border-radius:18px;place-items:center;width:58px;height:58px;transition:transform .25s,box-shadow .25s;display:grid}.toggleTile b{font-size:13px}.toggleTile em{background:#ffc40038;border-radius:999px;padding:5px 18px;font-size:12px;font-style:normal}.stopButton{background:0 0;justify-items:center;gap:10px;display:grid}.stopButton>svg{background:var(--ink);width:84px;height:84px;color:var(--cream);border-radius:999px;padding:24px;box-shadow:0 0 0 14px #ffc4001f}.stopButton.live>svg{color:var(--red)}.recordingPage:before,.successPage:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 48%,#7547f324,#0000 38%);animation:2.8s ease-in-out infinite recordAura;position:absolute;inset:0}.successPage:before{background:radial-gradient(circle at 50% 48%,#68c83e29,#0000 38%);animation-duration:1.2s}@keyframes recordAura{50%{opacity:.55;transform:scale(1.04)}}.chips{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px;display:grid}.chips button{border:1px solid var(--line);background:#fff6;border-radius:999px;height:35px;transition:transform .22s,background .22s,box-shadow .22s}.chips button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #16120c14}.chips button.active{background:var(--yellow);border-color:#00000040}.chatRow{cursor:pointer;grid-template-columns:58px 1fr 42px;width:100%}.chatRow.replying{border:1.5px solid var(--purple);border-radius:22px;margin-top:10px}.chatRow>span{color:var(--muted);justify-items:end;gap:4px;display:grid}.chatRow>span i{background:var(--purple);border-radius:50%;width:8px;height:8px}.profileHero{grid-template-columns:128px 1fr;align-items:center;gap:18px;margin-top:-10px;display:grid}.profileHero h2{align-items:center;gap:6px;font-size:27px;display:flex}.stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:8px;margin:24px 0;display:grid}.stats span{color:var(--muted);gap:4px;font-size:13px;display:grid}.stats b{color:var(--ink);font-size:25px}.profileTabs,.selector{border:1px solid var(--line);background:#ffffff61;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;padding:8px;display:grid}.profileTabs button,.selector button{background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:42px;font-weight:900;transition:transform .22s,background .22s;display:flex}.profileTabs button:hover,.selector button:hover{transform:translateY(-2px)}.profileTabs .active,.selector .active{background:var(--yellow)}.profileTabs svg{width:18px}.profileAudio{border-radius:18px;grid-template-columns:76px 1fr;gap:14px;margin-bottom:10px;padding:14px;display:grid;position:relative}.profileAudio .audioPlayer{grid-column:2}.profileAudio .likeButton{position:absolute;bottom:12px;right:12px}.art{background:var(--yellow);border-radius:12px;place-items:center;width:76px;height:92px;display:grid}.art.blue{background:#acd9ff}.art.green{background:#9ce978}.settingsList{border-radius:22px;overflow:hidden}.settingsRow{text-align:left;border-bottom:1px solid var(--line);background:0 0;grid-template-columns:58px 1fr 22px;align-items:center;gap:14px;width:100%;min-height:82px;padding:12px 18px;display:grid;position:relative;overflow:hidden}.settingsRow:last-child{border-bottom:0}.settingsRow:after{content:"";background:#ffffff80;border-radius:999px;width:0;height:0;transition:width .3s,height .3s;position:absolute;inset:auto auto 50% 50%;transform:translate(-50%,50%)}.settingsRow:active:after{width:240px;height:240px}.settingsRow b{font-size:18px}.settingsRow small{max-width:230px;margin-top:3px;font-size:13px;line-height:1.28;display:block}.roundIcon{background:var(--yellow);color:#050505;border-radius:999px;place-items:center;width:52px;height:52px;display:grid}.roundIcon svg{stroke-width:2.5px;width:27px;height:27px}.roundIcon.green{background:var(--green)}.roundIcon.blue{background:var(--blue);color:#050505}.roundIcon.red{background:var(--red)}.chev{transition:transform .25s}.settingsRow:hover .chev{transform:translate(4px)}.detailPanel{border-radius:24px;gap:14px;padding:20px;display:grid}.detailButton{border:1px solid var(--line);background:#ffffff8f;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 16px;font-weight:900;display:flex}.settingLine{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:54px;display:flex}.settingLine:last-child{border-bottom:0}.toggle{background:#d8d0c5;border-radius:999px;justify-content:flex-start;width:54px;height:32px;padding:3px;transition:background .24s,box-shadow .24s;display:flex}.toggle:hover{box-shadow:0 10px 24px #16120c1f}.toggle.on{background:var(--purple);justify-content:flex-end}.toggle span{background:#fff;border-radius:50%;width:26px;height:26px;box-shadow:0 2px 8px #00000038}.sliderLabel{gap:12px;font-weight:900;display:grid}input[type=range]{accent-color:var(--yellow);width:100%}.storageStats{text-align:center;grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.storageStats span{color:var(--muted);font-size:12px;display:grid}.storageStats b{color:var(--ink);font-size:19px}.loader{border:3px solid var(--line);border-top-color:var(--purple);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.swatches{justify-content:center;gap:12px;display:flex}.swatches button{border-radius:999px;width:36px;height:36px;box-shadow:inset 0 0 0 2px #00000026}.swatches .active{outline:3px solid var(--ink);outline-offset:3px}.swatches .yellow{background:#ffc400}.swatches .purple{background:#7547f3}.swatches .blue{background:#4977f4}.swatches .green{background:#68c83e}.swatches .red{background:#ff3747}.themePreview{background:var(--ink);min-height:90px;color:var(--cream);border-radius:18px;place-items:center;font-weight:900;display:grid}.grid{grid-template-columns:repeat(2,1fr)}.helpCard{border:1px solid var(--line);background:#ffffff8c;border-radius:18px;justify-content:space-between;align-items:center;min-height:86px;padding:15px;font-weight:900;display:flex}.helpCard:hover,.detailButton:hover{transform:translateY(-2px);box-shadow:0 14px 30px #16120c1f}.detailButton{transition:transform .22s,box-shadow .22s}.about{text-align:center;justify-items:center}.socials{color:var(--purple);gap:16px;display:flex}.audioDetail{text-align:center;border-radius:28px;padding:24px}.audioDetail h2{margin:18px 0 10px;font-size:34px;line-height:.98}.audioDetail p{color:var(--muted)}.detailActions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.detailActions button:not(.likeButton){border:1px solid var(--line);background:#fff9;border-radius:999px;align-items:center;gap:7px;height:40px;padding:0 14px;font-weight:900;display:inline-flex}.voiceMessages{gap:12px;display:grid}.voiceBubble{border:1px solid var(--line);background:#ffffff8c;border-radius:24px 24px 24px 8px;max-width:86%;padding:14px}.voiceBubble.mine{background:#7547f324;border-radius:24px 24px 8px;margin-left:auto}.voiceBubble>span{font-weight:900}.voiceBubble>button{color:var(--purple);background:0 0;font-weight:900}.replyRecorder{border:1px solid var(--line);width:100%;min-height:86px;color:var(--purple);box-shadow:var(--soft);background:#ffffffc2;border-radius:26px;place-items:center;margin-top:20px;font-weight:900;display:grid;position:sticky;bottom:-98px}.replyRecorder.holding{box-shadow:0 0 0 6px #7547f31f,0 0 40px #7547f347}.avatar{background:var(--yellow);color:#050505;width:54px;height:54px;box-shadow:var(--soft);border:2px solid #ffffffbf;border-radius:50%;place-items:center;display:grid;overflow:hidden}.avatar:before{content:"";background:radial-gradient(circle at 35% 35%,#050505 2px,#0000 3px),radial-gradient(circle at 65% 35%,#050505 2px,#0000 3px),linear-gradient(#fff 0 0);border:2px solid #050505;border-radius:999px 999px 50% 50%;grid-area:1/1;width:36px;height:36px}.avatar b{z-index:1;grid-area:1/1;align-self:end;margin-bottom:3px;font-size:9px}.avatar.big{width:118px;height:118px}.avatar.big:before{width:82px;height:82px}.avatar.blue{background:var(--blue)}.avatar.green{background:var(--green)}.avatar.red{background:var(--red)}.avatar.purple{background:var(--purple);color:#fff}.bottomNav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10;background:#fffaf1db;border:1px solid #0000000f;border-radius:38px;grid-template-columns:repeat(5,1fr);align-items:center;height:86px;transition:transform .3s,box-shadow .3s;display:grid;position:absolute;bottom:16px;left:22px;right:22px;box-shadow:0 16px 42px #28180824}.bottomNav:hover{transform:translateY(-2px);box-shadow:0 20px 48px #2818082e}.theme-dark .bottomNav{background:#12100ddb}.bottomNav button{background:0 0;align-content:center;justify-items:center;gap:4px;height:68px;transition:color .24s;display:grid;position:relative}.bottomNav span{z-index:1;border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.bottomNav svg{stroke-width:2.4px;width:25px;height:25px}.bottomNav b{z-index:1;font-size:11px}.bottomNav .activeBlob{background:var(--yellow);border-radius:12px;width:36px;height:36px;position:absolute;top:10px;box-shadow:0 8px 18px #ffc40040}.bottomNav .active:after{content:"";background:var(--yellow);border-radius:4px;width:32px;height:3px;animation:1.8s ease-in-out infinite indicatorBreathe;position:absolute;bottom:3px}@keyframes indicatorBreathe{50%{opacity:.72;transform:scaleX(1.18)}}.recordTab span{background:var(--yellow);border:7px solid #ffffffb8;border-radius:50%;width:72px;height:72px;animation:2.6s ease-in-out infinite idleMicPulse;box-shadow:0 0 0 1px #00000014,0 0 0 10px #ffc40024}@keyframes idleMicPulse{50%{box-shadow:0 0 0 1px #00000014,0 0 0 15px #ffc40014,0 12px 24px #ffc40038}}.recordTab .activeBlob{display:none}.modalShade{z-index:30;background:#00000042;align-items:end;display:flex;position:absolute;inset:0}.draftModal{background:var(--cream);border-radius:30px 30px 0 0;width:100%;max-height:58%;padding:22px;overflow:auto;box-shadow:0 -20px 50px #0003}.draftRow{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr 34px 34px;align-items:center;gap:8px;min-height:60px;display:grid}.draftRow button{background:0 0}.draftRow span{display:grid}@media (height<=780px){.phone{border-radius:36px;width:390px;height:96vh}.scroll{padding:78px 24px 118px}.appHeader h1{font-size:39px}.appHeader{min-height:270px;padding-top:0}.animatedMic{width:260px;height:260px}}
