@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap);body{background:#fce7f3;font-family:Roboto,sans-serif}.App{min-height:100%}*{box-sizing:border-box}#root,body,html{height:100%;margin:0;min-height:100%;overflow-x:hidden;padding:0;width:100%}body,html{background:#000!important;overscroll-behavior-y:none}:root{--hdr-h:80px;--ftr-h:90px;--kb-h:0px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.App{display:flex;flex-direction:column;overflow:visible;position:relative}.App.fixed{height:100dvh;height:var(--app-h,100dvh);min-height:100dvh;min-height:var(--app-h,100dvh)}.chat-container{-webkit-overflow-scrolling:touch;bottom:90px;bottom:var(--ftr-h,90px);display:flex;flex-direction:column;gap:6px;isolation:isolate;left:0;overflow-x:hidden;overflow-y:auto;padding:14px 12px 6px;position:absolute;right:0;scroll-padding-bottom:16px;top:80px;top:var(--hdr-h,80px)}.chat-container:before{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border-radius:18px;bottom:92px;bottom:calc(var(--ftr-h, 90px) + 2px);box-shadow:0 18px 55px #00000029;content:"";left:8px;pointer-events:none;position:fixed;right:8px;top:82px;top:calc(var(--hdr-h, 80px) + 2px);z-index:0}html.ime-open .chat-container:before{bottom:92px;bottom:calc(var(--ftr-h, 90px) + var(--kb-h, 0px) + 2px)}.chat-container>*{flex:0 0 auto;position:relative;z-index:1}.chat-pad{flex:1 1;min-height:0;order:-1}.message,.typing-bounce{scroll-margin-block-end:8px}.bottom-sentinel{height:1px;overflow-anchor:auto}html.ime-open .chat-container{bottom:90px;bottom:calc(var(--ftr-h, 90px) + var(--kb-h, 0px));padding-bottom:2px;scroll-padding-bottom:16px}html.ime-open .App.fixed .footer,html.ime-open .App.stable .footer{bottom:0;bottom:var(--kb-h,0)}html.ime-open .bottom-sentinel,html.ime-open .message,html.ime-open .typing-bounce{scroll-margin-block-end:32px}html.ime-open .bottom-sentinel{height:28px}.App.auth{background:radial-gradient(90% 56% at 18% 0,#d4728e29,#fff0 70%),radial-gradient(84% 52% at 82% 0,#9b7db824,#fff0 72%),linear-gradient(180deg,#07060b,#0b0913 54%,#120d1b)}.App.signed-in{background:linear-gradient(180deg,#f9c,#c6c,#96c),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ff99cc" fill-opacity="0.3" d="M0,64L60,80C120,96,240,128,360,138.7C480,149,600,139,720,133.3C840,128,960,128,1080,117.3C1200,107,1320,85,1380,74.7L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"/></svg>');background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:auto,cover}.header{align-items:center;background:#ff69b426;display:flex;flex-wrap:nowrap;padding:calc(12px + env(safe-area-inset-top)) 20px 12px;z-index:100}.App.fixed .header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);left:0;position:fixed;right:0;top:0}.profile-pic{border-radius:50%;height:50px;margin-right:15px;overflow:hidden;width:50px}.profile-pic img{border-radius:50%;height:100%;object-fit:cover;transform:scale(1.05);width:100%}.username-container{align-items:center;display:flex;flex:1 1;flex-direction:row;flex-wrap:nowrap;gap:6px;justify-content:flex-start;min-width:0}.username-container>*{align-self:center}.name-wrap{align-items:center;display:flex;gap:6px;min-width:0}.username{color:#fff;font-family:Lobster,cursive;font-size:22px;font-weight:700;line-height:1.15;max-width:46vw;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px #00000073;white-space:nowrap}.role-badge{border-radius:999px;box-shadow:0 2px 6px #0000002e;color:#fff;display:inline-block;font-size:12px;line-height:18px;margin-left:8px;padding:2px 8px;text-transform:capitalize}.message{animation:fadeIn .4s ease;animation-fill-mode:both;font-size:16px;margin-bottom:2px;margin-top:0;max-width:min(85%,560px);transition:all .2s ease;word-break:break-word}.meta-info{align-items:baseline;display:inline-flex;font-size:10px;justify-content:flex-start;line-height:1;margin:0 0 0 6px;opacity:.72;pointer-events:none;position:static;vertical-align:initial}.meta-info .time{display:inline-block;line-height:1;white-space:nowrap}.msg-text{display:inline;margin:0;padding-right:0}.meta-info span{margin-right:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end;margin:3px 2px 3px 18px}.allie-message{align-self:flex-start;margin:3px 22px 3px 2px}.footer{align-items:center;background:#0000;border-top:0;display:flex;flex-wrap:nowrap;gap:12px;z-index:100}.App.fixed .footer{-webkit-backdrop-filter:none;backdrop-filter:none;bottom:0;left:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));position:fixed;right:0}@media (max-height:640px),(max-width:380px){.App.fixed .footer{gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.App.fixed .footer .chat-composer{font-size:15px;min-height:38px;min-width:0}.App.fixed .footer .mic-btn,.App.fixed .footer .send-btn{height:46px;transform:none;width:46px}}.footer .chat-composer{-webkit-font-smoothing:antialiased;background-color:#fffffff2;border:1px solid #ffffffad;border-radius:30px;box-shadow:0 10px 24px #170a2429,inset 0 1px 0 #ffffff9e;color:#1b2230;flex:1 1;font-family:Inter,Manrope,Avenir Next,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:normal;line-height:1.35;min-height:44px;outline:none;overflow-wrap:anywhere;overflow-x:hidden;overflow-y:hidden;padding:11px 20px;resize:none;text-rendering:optimizeLegibility;transition:border-color .18s ease,box-shadow .2s ease,background-color .2s ease;white-space:pre-wrap;width:100%;word-break:break-word}.footer .chat-composer::placeholder{color:#8a91a1;font-weight:500;letter-spacing:normal}.footer .chat-composer:focus{border-color:#ffffffd6;box-shadow:0 12px 26px #170a2433,0 0 0 1px #785ef833,inset 0 1px 0 #ffffffb8}.footer>button{align-items:center;background:linear-gradient(135deg,#ff6ec4,#7873f5);border:none;border-radius:50%;box-shadow:0 8px 18px #0006;color:#fff;cursor:pointer;display:flex;font-size:24px;height:55px;justify-content:center;transform:none;transition:transform .15s ease;width:55px}.footer>button:active{transform:scale(.95)}.footer .input-wrap{display:flex;flex:1 1 auto;min-width:0;position:relative}.footer .input-wrap .chat-composer{padding-left:52px}.footer .emoji-inside{background:#0000;border:0;box-shadow:none;color:#8e95a4;cursor:pointer;display:grid;font-size:0;height:32px;left:10px;line-height:1;place-items:center;position:absolute;top:50%;touch-action:manipulation;transform:translateY(-50%);width:32px}.footer .emoji-inside svg{display:block;height:22px;transform:none;transform-origin:50% 50%;width:22px}.footer .emoji-inside:active{transform:translateY(-50%) scale(.96)}@media (max-width:360px){.footer .emoji-inside{height:30px;left:9px;width:30px}.footer .emoji-inside svg{height:20px;width:20px}.footer .input-wrap .chat-composer{padding-left:50px}}.emoji-panel{background:#fff;border-radius:12px;bottom:calc(100% + 8px);box-shadow:0 14px 28px #0000002e;left:0;max-height:220px;overflow-y:auto;padding:8px;position:absolute;right:0;z-index:1201}.emoji-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(8,minmax(0,1fr))}@media (max-width:360px){.emoji-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.emoji-item{all:unset;align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:22px;justify-content:center;padding:6px}.emoji-item:active{background:#f3f4f6;transform:scale(.94)}.premium-modal{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{background:#fff;border-radius:18px;box-shadow:0 18px 60px #00000047;max-width:520px;padding:24px 22px;text-align:center;width:min(96vw,520px)}.modal-content .close-modal{background:#f1f1f4!important;border:0;border-radius:12px;color:#333!important;display:block;font-weight:700;margin:8px 0 6px;padding:12px 14px;width:100%}.typing-bounce{align-items:center;display:flex;margin:6px 0 4px 10px;min-height:32px}.typing-bounce span{animation:bounce 1.2s infinite;background:#c6c;border-radius:50%;display:inline-block;height:7px;margin-right:7px;opacity:.8;width:7px}.typing-bounce span:nth-child(2){animation-delay:.2s}.typing-bounce span:nth-child(3){animation-delay:.4s}.allie-message.typing-bounce{align-items:center;background:linear-gradient(135deg,#ffe3e3,#c2f0fc);border-radius:24px 24px 24px 4px;box-shadow:0 6px 12px #0000002b;display:flex;height:28px;margin:10px 40px 10px 1px;max-width:-webkit-fit-content;max-width:fit-content;min-width:0!important;padding:12px 16px;width:auto!important}@keyframes bounce{0%,80%,to{opacity:.8;transform:scale(.8)}40%{opacity:1;transform:scale(1.4)}}.bubble-content{background:linear-gradient(135deg,#ffe3e3,#c2f0fc);border-radius:18px;box-shadow:0 4px 18px 0 #704cff17,0 1.5px 8px #3c143c14;display:block;font-size:16px;margin-bottom:2px;min-width:0;padding:9px 12px 22px;position:relative;text-align:left;word-break:break-word}.bubble-content.has-audio{display:block}.allie-message .bubble-content{background:linear-gradient(135deg,#ffe3e3,#c2f0fc);border-radius:18px 18px 18px 6px;color:#222;padding:8px 12px 6px}.user-message .bubble-content{background:linear-gradient(135deg,#f9c,#b388eb,#80d0f1);border-radius:18px 18px 6px 18px;color:#fff;padding:8px 12px 6px 13px}.footer .mic-btn,.footer .send-btn{-webkit-tap-highlight-color:transparent;align-items:center;aspect-ratio:1/1;border:0;border-radius:50%;box-shadow:0 12px 26px #0e081840;display:inline-flex;height:50px;justify-content:center;padding:0;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;width:50px}.footer .send-btn{background:linear-gradient(135deg,#ff6ec4,#7873f5);box-shadow:0 14px 28px #2915524d;color:#fff}.footer .send-btn svg{display:block;flex:0 0 22px;height:22px;transform:translateX(.5px);width:22px}.footer .mic-btn{background:#fffffff0;color:#5a46f2}.footer .mic-btn svg{display:block;height:28px;opacity:1;width:28px}.footer .mic-btn:active,.footer .send-btn:active{transform:scale(.96)}.footer .mic-btn.recording{animation:micRing 1.1s ease-in-out infinite;background:linear-gradient(135deg,#ff4d6d,#ff8f6b);box-shadow:0 12px 28px #ff4d6d59;color:#fff}@keyframes micRing{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.audio-wrapper{width:100%}.audio-player{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001f;display:block;height:40px;outline:none;position:relative;width:100%;z-index:1}.bubble-content.has-audio{max-width:80vw;min-width:240px;overflow:visible;padding-right:14px}.audio-fallback{font-size:12px;margin-top:4px}.audio-player[src]+.audio-fallback{display:none}.confirm-backdrop{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.confirm-modal{animation:pop .15s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;color:#222;padding:20px;width:min(92vw,420px)}.confirm-modal h3{font-size:18px;font-weight:800;margin:0 0 8px}.confirm-modal p{color:#444;line-height:1.4;margin:0 0 16px}.confirm-buttons{display:flex;gap:10px;justify-content:flex-end}.btn-primary{background:linear-gradient(135deg,#ff7ac2,#7a7aff);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:10px 14px}.role-modal{align-items:flex-start;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#08060e80;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:calc(8px + env(safe-area-inset-top)) 12px 12px;position:fixed;z-index:1200}.role-card{animation:popPremium .22s cubic-bezier(.22,1,.36,1);background:linear-gradient(168deg,#fffefb,#fdf9f5 28%,#faf5ef 56%,#f8f2ec);border:1px solid #c3aa943d;border-radius:24px;box-shadow:inset 0 1.5px 0 #ffffffb8,inset 0 -.5px 0 #aa947d14,0 28px 72px #0c08184d,0 10px 24px #0c08181f,0 0 0 .5px #9b826c1a;box-sizing:border-box;color:#241c2e;font-family:Inter,Manrope,SF Pro Display,Avenir Next,system-ui,sans-serif;margin-top:88px;margin-top:calc(var(--hdr-h, 80px) + 8px);max-width:100%;overflow:hidden;padding:18px 16px 14px;position:relative;width:min(94vw,410px)}@keyframes popPremium{0%{opacity:.35;transform:scale(.96) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.role-card:before{background:linear-gradient(180deg,#ffffff85,#fff0);border-radius:24px 24px 0 0;content:"";height:44%;left:0;pointer-events:none;position:absolute;right:0;top:0}.role-card-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px;position:relative;z-index:1}.role-card-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#c41e68,#a8154f 45%,#d6287c);-webkit-background-clip:text;background-clip:text;font-size:21px;font-weight:900;letter-spacing:.4px}.role-close{-webkit-appearance:none;appearance:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff8c;border:1px solid #af9ea833;border-radius:12px;box-shadow:0 2px 8px #0000000d;color:#5a4a62;cursor:pointer;font-size:18px;line-height:1;padding:7px 9px;transition:background .16s ease,border-color .16s ease,transform .12s ease}@media (hover:hover){.role-close:hover{background:#ffffffe0;border-color:#af9ea857;transform:scale(1.04)}}.role-section{margin:4px 0 10px}.role-section-title{color:#7d6e8a;font-size:10px;font-weight:800;letter-spacing:1.4px;margin:8px 0 9px 2px;position:relative;text-transform:uppercase;z-index:1}.role-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:6px;min-width:0;width:100%}.role-chip,.role-row{align-items:center;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2e2539;cursor:pointer;display:flex;font-weight:700;gap:10px;isolation:isolate;max-width:100%;min-width:0;overflow:hidden;padding:12px 11px;position:relative;text-align:left;transition:transform .14s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;width:100%}.role-row.role-card-default{background:linear-gradient(152deg,#f5f7fa,#e4e9f0 18%,#eff2f6 36%,#d9e0e9 54%,#eaeff4 72%,#f7f8fb);border:1px solid #9bacc361;box-shadow:inset 0 1px 0 #fffffff0,inset 0 -1px 0 #7d8ea51f,0 6px 18px #2d3c521a,0 1px 3px #2d3c520f;min-height:68px}.role-row.role-card-default:before{background:linear-gradient(168deg,#ffffff9e,#ffffff14 38%,#c3d0e10f 58%,#ffffff38);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.role-row.role-card-default:after{animation:sheenSweep 8s ease-in-out 2s infinite;background:linear-gradient(108deg,#0000,#fff0 36%,#ffffff24 50%,#fff0 64%,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:55%;z-index:0}.role-chip{background:linear-gradient(148deg,#fcf0da,#f0d8b4 18%,#f7e4c4 36%,#e6c89e 54%,#f3ddb8 72%,#faf0de);border:1px solid #c39e5f57;box-shadow:inset 0 1px 0 #ffffffdb,inset 0 -1px 0 #af87521f,0 6px 18px #734e1e1a,0 1px 3px #734e1e0f}.role-chip,.role-chip.role-card-role{min-height:68px}.role-chip.role-card-role:before{background:linear-gradient(168deg,#ffffff80,#ffffff0f 38%,#d2b2800d 58%,#ffffff2e);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.role-chip.role-card-role:after{animation:sheenSweep 8s ease-in-out 3.5s infinite;background:linear-gradient(108deg,#0000,#fff8e100 36%,#fff8e129 50%,#fff8e100 64%,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:55%;z-index:0}@keyframes sheenSweep{0%,28%{left:-100%;opacity:0}33%{opacity:1}52%{left:200%;opacity:1}58%{opacity:0}to{left:200%;opacity:0}}.role-card-avatar{border:1.5px solid #ffffffe6;border-radius:50%;box-shadow:0 3px 10px #1e162a29,0 0 0 .5px #0000000d;flex:0 0 34px;height:34px;overflow:hidden;position:relative;width:34px;z-index:1}.role-card-avatar img{display:block;height:100%;object-fit:cover;width:100%}.role-card-copy{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0;position:relative;z-index:1}.role-card-name{font-size:14px;font-weight:800;letter-spacing:.15px;line-height:1.2}.role-card-subtitle{color:#6f637f;font-size:10.5px;font-weight:500;line-height:1.4;overflow:visible;text-overflow:clip;white-space:normal}.role-row.role-card-default .role-card-subtitle{color:#68788c}.role-chip.role-card-role .role-card-subtitle{color:#8a7252}.role-card-active{background:#ffffff8c;border:1.5px solid #a596b49e;border-radius:999px;flex:0 0 18px;height:18px;opacity:0;position:relative;transform:scale(.8);transition:opacity .18s ease,transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;width:18px;z-index:1}.role-card-active:after{background:#fffffff7;border-radius:999px;content:"";display:block;height:6px;margin:4.5px auto 0;width:6px}.role-chip.is-active,.role-row.is-active{border-color:#b9307380;box-shadow:0 0 0 1px #b930731a,0 8px 24px #73284e29,inset 0 0 0 1px #ffffff40}.role-chip.is-active .role-card-active,.role-row.is-active .role-card-active{background:linear-gradient(135deg,#c64488,#a63270);border-color:#0000;box-shadow:0 2px 8px #af305f52;opacity:1;transform:scale(1)}.role-chip:active,.role-row:active{transform:translateY(1px) scale(.99)}@media (hover:hover){.role-chip:hover,.role-row:hover{border-color:#b930734d;box-shadow:0 8px 20px #552a481a,inset 0 0 0 1px #ffffff2e;transform:translateY(-.5px)}}.role-actions{border-top:1px solid #af9ba524;margin-top:14px;padding-top:12px}.role-action-row{background:linear-gradient(180deg,#ffffffc7,#f8f6fae0);border:1px solid #afa8bc33;border-radius:14px;box-shadow:inset 0 1px 0 #ffffffe6,0 2px 6px #3730440d;color:#2d2e39;font-size:13.5px;font-weight:600;letter-spacing:.1px;margin-top:8px;min-height:44px;transition:background .14s ease,border-color .14s ease}@media (hover:hover){.role-action-row:hover{background:linear-gradient(180deg,#fffffff2,#fcfafff2);border-color:#afa8bc52}}.role-action-danger{color:#b42d48;font-weight:800}.role-upsell{color:#8a7a90;font-size:11.5px;font-weight:700;letter-spacing:.2px;margin-top:12px;text-align:right}@media (max-width:360px){.role-card{border-radius:22px;padding:14px 12px 12px}.role-grid{gap:8px}.role-chip,.role-row{padding:10px 9px}.role-card-avatar{flex-basis:30px;height:30px;width:30px}.role-card-name{font-size:13px}.role-card-subtitle{font-size:10px}}@media (max-width:340px){.role-grid{grid-template-columns:1fr}}.btn-secondary{background:#f1f1f4;border:none;border-radius:10px;color:#333;cursor:pointer;font-weight:600;padding:10px 14px}@keyframes pop{0%{opacity:.6;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.coin-pill{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff38;border:1px solid #ffffff59;border-radius:999px;box-shadow:0 6px 16px #00000040;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:800;gap:6px;line-height:1;margin-left:auto;margin-right:8px;padding:6px 12px}.coin-pill:active{transform:translateY(1px)}.username-container>.coin-pill,.username-container>.role-btn{flex-shrink:0}@media (hover:hover){.coin-pill:hover{background:#ffffff52}}.role-btn{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff38;border:1px solid #ffffff59;border-radius:999px;box-shadow:0 6px 16px #00000040;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;gap:6px;line-height:1;margin-left:8px;padding:6px 10px;position:relative}.role-btn:active{transform:translateY(1px)}@media (hover:hover){.role-btn:hover{background:#ffffff52}}.role-btn-icon{font-size:14px;line-height:1}.role-btn-text{letter-spacing:.2px}.role-btn:after{animation:rolepulse 2.1s ease-out 2;border-radius:999px;box-shadow:0 0 0 0 #ffffff8c;content:"";inset:-4px;pointer-events:none;position:absolute}@keyframes rolepulse{0%{box-shadow:0 0 0 0 #ffffff8c}to{box-shadow:0 0 0 14px #fff0}}.role-badge-stranger{background:#f43f5e;box-shadow:0 2px 6px #0000002e}.header.narrow .username{font-size:19px;max-width:38.5vw}.header.tiny .username{font-size:17.5px;max-width:36vw}.header.narrow .coin-pill,.header.narrow .role-btn{font-size:11px;padding:4px 7px}.header.tiny .coin-pill,.header.tiny .role-btn{font-size:10px;padding:4px 7px}.header.narrow .role-badge{font-size:11px;padding:2px 6px}.header.tiny .role-badge{font-size:10px;padding:1px 6px}.header.narrow .name-wrap,.header.tiny .name-wrap{margin-right:20px}.header.narrow .profile-pic{height:48px;margin-right:10px;width:48px}.header.tiny .profile-pic{height:46px;margin-right:9px;width:46px}.header .username-container{align-content:center}.coins-modal-title{color:#ff0a85;font-size:22px;font-weight:900;margin:0 0 4px}.coins-sub{color:#666;font-size:13px;margin:2px 0 10px}.rate-chips{display:flex;gap:8px;justify-content:center;margin:6px 0 12px}.rate-chip{background:#f4f4f7;border:1px solid #eee;border-radius:999px;color:#7c7c7c;font-size:12px;font-weight:700;padding:4px 8px}.packs{display:flex;flex-direction:column;gap:12px;margin-top:8px}.pack-btn,.pack-btn.secondary{align-items:center;background:linear-gradient(135deg,#ff6ec4,#7873f5);border:none;border-radius:16px;box-shadow:0 14px 28px #0003;color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:16px;width:100%}.pack-left{flex:1 1 auto;min-width:0;text-align:left}.pack-title{font-size:16px;font-weight:900;letter-spacing:.2px}.pack-sub{font-size:12px;margin-top:2px;opacity:.95}.pack-right{align-items:center;display:flex;flex:0 0 128px;gap:10px;justify-content:flex-end;position:relative}.pack-btn.secondary .pack-right:before{background:#ffd166;border-radius:999px;bottom:calc(100% + 6px);box-shadow:0 3px 10px #0000002e;color:#2b2b2b;content:"Best value";font-size:11px;font-weight:800;letter-spacing:.1px;padding:2px 8px;position:absolute;right:0}.pack-price{color:#fff;font-size:18px;font-weight:900}.pack-cta{background:#fff;border-radius:999px;box-shadow:0 8px 18px #0003;color:#111;font-weight:800;min-width:64px;padding:6px 12px;text-align:center}.renew-note{color:#777;font-size:11px;margin-top:10px}.auth-backdrop{align-items:center;animation:auth-backdrop-in .16s ease-out forwards;background:radial-gradient(88% 58% at 16% 0,#d4728e2e,#fff0 70%),radial-gradient(84% 54% at 84% 0,#9b7db829,#fff0 72%),linear-gradient(180deg,#07060b,#0b0913 52%,#120d1b);background-size:100% 100%,100% 100%,100% 100%;display:flex;inset:0;justify-content:center;opacity:0;overflow:hidden;padding:20px;position:fixed;z-index:10000}.auth-backdrop:after,.auth-backdrop:before{content:none}.auth-card{--auth-row-w:min(320px,100%);align-items:center;animation:auth-card-in .2s ease-out .02s forwards;backdrop-filter:blur(16px) saturate(1.08);-webkit-backdrop-filter:blur(16px) saturate(1.08);background:linear-gradient(158deg,#17121ec2,#120e1ad6 48%,#0f0b16e6);border:1px solid #ffffff24;border-radius:22px;box-shadow:0 34px 70px #0000007a,0 16px 36px #00000057,inset 0 1px 0 #ffffff1f;color:#f5eff8;display:flex;flex-direction:column;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;gap:10px;opacity:0;padding:26px 22px 24px;position:relative;text-align:center;transform:translateY(6px);width:min(92vw,420px);will-change:opacity,transform}@keyframes auth-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes auth-card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth-card:before{background:radial-gradient(ellipse 90% 100% at 50% 0,#d4728e12,#9b7db80a 40%,#0000 72%);border-radius:22px 22px 0 0;content:"";height:140px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.auth-logo{display:block;filter:drop-shadow(0 0 40px rgba(212,114,142,.42)) drop-shadow(0 0 80px rgba(155,125,184,.3)) drop-shadow(0 0 120px rgba(180,120,160,.16)) drop-shadow(0 22px 24px rgba(0,0,0,.48));height:172px;margin:0 auto 4px;object-fit:contain;position:relative;width:172px;z-index:1}.auth-sub{color:#f2e8f7d1;font-size:14px;font-weight:500;line-height:1.5;margin:0 0 6px;max-width:300px}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f2c4d6,#fff);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:800;letter-spacing:.3px;line-height:1.4;margin-bottom:6px}.auth-input{background:#fafafa;border:1px solid #eee;border-radius:12px;font-size:14px;margin:6px 0;outline:none}.auth-btn,.auth-input{padding:12px 14px;width:100%}.auth-btn{background:linear-gradient(135deg,#c98c84,#a77e91);border:none;border-radius:12px;box-shadow:0 12px 28px #8965703d;color:#fff;cursor:pointer;font-weight:900;margin-top:8px}.auth-btn:disabled{cursor:not-allowed;opacity:.6}.auth-foot{color:#777;font-size:12px;margin-top:10px}.signin-overlay{background:#87696533;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1400}.signin-card,.signin-overlay{align-items:center;display:flex}.signin-card{background:linear-gradient(158deg,#ffffffeb,#fcf5eff0);border:1px solid #debeb480;border-radius:16px;box-shadow:0 20px 48px #84645c33;color:#2d2326;gap:10px;padding:14px;width:min(92vw,420px)}.signin-text{flex:1 1;font-size:14px}.signin-actions{align-items:center;display:flex;gap:8px}.signin-close{background:#0000;border:none;color:#61484fe6;cursor:pointer;font-size:18px;line-height:1;padding:6px}.google-row{margin-top:10px;width:100%}.gbtn-wrap,.google-row{display:flex;justify-content:center;min-height:44px}.gbtn-wrap{align-items:center;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;contain:layout paint;height:44px;max-width:320px;opacity:1;overflow:hidden;transition:background-color .18s ease,border-color .18s ease;visibility:visible;width:var(--auth-row-w)}.gbtn-wrap.ready{background:#0000;border-color:#0000}#googleSignIn{align-items:center;display:flex;justify-content:center;min-height:44px;opacity:0;transition:opacity .18s ease;width:100%}.gbtn-wrap.ready #googleSignIn{opacity:1}.App.stable{display:flex;flex-direction:column;height:100vh;height:var(--app-h,100vh);min-height:100vh;min-height:var(--app-h,100vh);overflow:visible}html.first-open-settling .footer{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000!important}html.first-open-settling .chat-container:before{-webkit-backdrop-filter:none;backdrop-filter:none}.App.stable .header{background:#ff69b426;padding:calc(12px + env(safe-area-inset-top)) 20px 12px;top:0}.App.stable .footer,.App.stable .header{left:0;position:fixed;right:0;z-index:100}.App.stable .footer{background:#0000;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.App.stable .chat-container{bottom:90px;bottom:var(--ftr-h,90px);left:0;position:fixed;right:0;top:80px;top:var(--hdr-h,80px)}html.ime-open .App.stable .chat-container{bottom:90px;bottom:calc(var(--ftr-h, 90px) + var(--kb-h, 0px))}.App.stable .bottom-sentinel,.App.stable .message,.App.stable .typing-bounce{scroll-margin-block-end:12px}.App.stable .footer .mic-btn,.App.stable .footer .send-btn{height:52px;transform:none;width:52px}.App.stable .footer .chat-composer{min-height:42px}.App.stable .chat-container>div:last-child,.message,.typing-bounce{scroll-margin-block-end:16px}@media (max-width:360px){.App.stable .footer{padding:10px 12px}.App.stable .footer .mic-btn,.App.stable .footer .send-btn{height:46px;width:46px}.App.stable .footer .chat-composer{font-size:15px;min-height:38px}}html:not(.ime-open) .App.stable .footer .mic-btn,html:not(.ime-open) .App.stable .footer .send-btn{height:48px;width:48px}@media (max-width:380px){.App.stable .footer{gap:8px;padding:8px 10px}.App.stable .footer .chat-composer{font-size:16px;min-height:34px;min-width:0}.App.stable .footer .mic-btn,.App.stable .footer .send-btn{height:50px;transform:none;width:50px}}@media (max-width:360px){.App.stable .username-container{flex-wrap:nowrap}.App.stable .name-wrap{flex:1 1 100%;max-width:100%}.username{font-size:clamp(17px,5.2vw,19px);max-width:100%}.coin-pill,.role-btn,.validity-ttl{margin-top:6px}.coin-pill,.role-btn{font-size:10px;padding:4px 7px}.App.stable .footer{padding:10px 12px}.App.stable .footer .mic-btn,.App.stable .footer .send-btn{height:46px;width:46px}.App.stable .footer .chat-composer{font-size:16px;min-height:38px}}@media (max-width:380px){.App.stable .header{padding:9px 10px}.App.stable .profile-pic{height:40px;margin-right:8px;width:40px}.App.stable .username{font-size:18px;max-width:36vw}.App.stable .role-badge{font-size:10px;line-height:16px;padding:1px 6px}.App.stable .coin-pill,.App.stable .role-btn{font-size:10px;padding:4px 7px}.App.stable .name-wrap{margin-right:12px}.header{padding:8px 10px}.profile-pic{height:42px;margin-right:8px;width:42px}.name-wrap{flex:0 1 auto;min-width:0}.username{font-size:18px;max-width:32vw}.coin-pill,.role-btn{font-size:10px;padding:3px 7px}.App.stable .footer{gap:8px;padding:8px 10px}.App.stable .footer .chat-composer{font-size:16px;min-height:34px;min-width:0}.App.stable .footer .mic-btn,.App.stable .footer .send-btn{height:50px;transform:none;width:50px}.username-container>.coin-pill,.username-container>.role-btn{position:relative;top:-1.5px}}.instr-title{color:#191824;font-size:clamp(20px,5vw,22px);font-weight:800;letter-spacing:.1px;line-height:1.2;margin:2px 0 8px}.instr-sub{color:#21212bbd;font-size:13.5px;line-height:1.45;margin:0 auto 12px;max-width:36ch}.instr-list,.tips-list{margin:10px 2px 0;padding-left:18px;text-align:left}.instr-list{margin-bottom:0;margin-top:8px}.tips-list{margin-bottom:2px;margin-top:8px}.instr-list li{color:#2a2b35;line-height:1.5;margin:10px 0}.tips-list li{color:#2f313d;line-height:1.45;margin:8px 0}.instr-list li b,.tips-list li b{color:#1f1f2b;font-weight:700}.instr-list li::marker,.tips-list li::marker{color:#383a4ab3}.instr-quick{border-top:1px solid #1118271a;color:#343644;font-size:13px;font-weight:700;letter-spacing:.25px;margin-top:14px;padding-top:12px}.instr-quick+.tips-list+.welcome-btn{margin-top:16px}.welcome-backdrop{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:10001}.welcome-claim-backdrop{pointer-events:auto;z-index:20000}.welcome-card{background:#fff;border-radius:18px;box-shadow:0 18px 60px #00000047;color:#222;max-height:86vh;overflow:auto;padding:20px 18px;text-align:center;width:min(92vw,520px)}.welcome-burst{font-size:44px;line-height:1}.welcome-amount{color:#ff2e93;font-size:28px;font-weight:800;margin:10px 0 6px}.welcome-btn{background:linear-gradient(135deg,#ff6ec4,#7873f5);border:0;border-radius:12px;box-shadow:0 10px 22px #0000002e;color:#fff;font-weight:700;padding:12px 14px;width:100%}.welcome-note{font-size:12px;margin-top:8px;opacity:.75}.welcome-card{display:flex;flex-direction:column}.welcome-btn{bottom:0;margin-top:12px;z-index:1}.welcome-btn,.welcome-card:after{position:-webkit-sticky;position:sticky}.welcome-card:after{bottom:48px;box-shadow:0 -12px 20px #ffffffe6;content:"";display:block;height:0}@media (max-height:700px),(max-width:360px){.welcome-card{padding:16px}.welcome-burst{font-size:36px}.welcome-amount{font-size:24px}.instr-title{font-size:18px;margin:0 0 6px}.instr-sub{font-size:12px;line-height:1.4;margin-bottom:10px;max-width:34ch}.instr-list li,.tips-list li{font-size:13px;line-height:1.38;margin:7px 0}.instr-quick{font-size:12px;margin-top:12px;padding-top:10px}.instr-quick+.tips-list+.welcome-btn{margin-top:14px}.welcome-btn{padding:10px 12px}}.charpop-overlay{background:#0000;inset:0;position:fixed;z-index:1202}.character-popup{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff8c;border:1px solid #ffffff8c;border-radius:14px;box-shadow:0 12px 32px #00000038;color:#1a1a1a;left:10px;padding:10px 12px;position:fixed;right:10px;top:88px;top:calc(var(--hdr-h, 80px) + 8px)}.charpop-title{color:#5b45ff;font-size:13px;font-weight:900;letter-spacing:.2px;margin-bottom:2px}.charpop-body{color:#222;font-size:13px;line-height:1.25}.dp-lightbox{align-items:center;background:#000c;cursor:zoom-out;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;touch-action:none;z-index:1300}.dp-lightbox img{border-radius:14px;box-shadow:0 18px 48px #0000008c;cursor:default;height:auto;max-height:75vh;max-width:min(75vw,720px);object-fit:contain;transform:translateY(-4vh);width:auto}.rzp-foot{color:#6b7280;font-size:12px;margin-top:8px;text-align:right}html.legacy-zoom .header{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;padding:10px 12px}html.legacy-zoom .header .profile-pic{height:44px;margin-right:10px;width:44px}html.legacy-zoom .username{font-size:19px;max-width:40vw}html.legacy-zoom .role-badge{font-size:11px;padding:2px 7px}html.legacy-zoom .coin-pill,html.legacy-zoom .role-btn{font-size:11px;padding:4px 8px}html.legacy-zoom .username-container{gap:6px;transform:scale(1);transform:scale(var(--hz-scale,1));transform-origin:0 50%}.bb-toast-wrap{bottom:106px;bottom:calc(var(--ftr-h,90px) + 16px);left:50%;pointer-events:none;position:fixed;transform:translateX(-50%);z-index:2200}.bb-toast{align-items:center;animation:bb-toast-in .18s ease-out;background:linear-gradient(135deg,#ff6ec4,#7873f5);border-radius:999px;box-shadow:0 16px 40px #00000040;color:#fff;display:inline-flex;font-weight:800;gap:10px;padding:12px 16px}.bb-toast small{font-weight:600;opacity:.95}@keyframes bb-toast-in{0%{opacity:.2;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.auth-actions{display:flex;flex-direction:column;gap:10px;margin-top:4px;width:100%}@media (max-width:360px){.auth-actions{gap:8px}.auth-card .btn{font-size:13px;height:46px}}.auth-card .btn:focus-visible{outline:2px solid #e8c4b8e6;outline-offset:2px}.auth-card .btn--disabled[disabled]:focus-visible{outline:none}.auth-card .google-row{order:30}.auth-card .auth-actions{order:40}.auth-card .google-row{display:flex;justify-content:center;width:100%}.auth-card .google-row .gbtn-wrap{height:44px;max-width:none;width:var(--auth-row-w)}.auth-card .btn{all:unset;align-items:center;border-radius:999px;box-sizing:border-box;cursor:pointer;display:flex;font:600 14px/1 Manrope,Avenir Next,Nunito Sans,Segoe UI,sans-serif;height:48px;justify-content:center;margin:0 auto;padding:0 52px;position:relative;text-align:center;transition:none;width:var(--auth-row-w)}.auth-card .auth-actions .btn:not(.btn--disabled){background:linear-gradient(135deg,#e8c4b857,#d4728ebd,#9b7db8c2);border:1px solid #e8c4b86b;box-shadow:0 16px 34px #0906108a;color:#fff}.auth-card .btn--disabled[disabled]{background:#ffffff0f;border:1px solid #ffffff24;box-shadow:none;color:#eee2f485;cursor:not-allowed;opacity:1}.auth-card .btn--disabled[disabled] .btn-ico{color:#eee2f475}.auth-card .btn-ico{align-items:center;background:#0000;border:0;display:inline-flex;font-size:18px;justify-content:center;left:14px;line-height:1;position:absolute}.auth-card .btn-ico,.auth-card .btn-ico.apple{height:20px;width:20px}.auth-card .btn--disabled[disabled]:after{content:"";height:20px;position:absolute;right:14px;width:20px}.auth-card .btn-ico.apple:before{background:currentColor;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 384 512%27><path d=%27M318.7 268.7c-.6-62.5 50.9-92.5 53.2-93.9-29-42.3-74.2-48.1-90.2-48.7-38.4-3.9-74.9 22.6-94.3 22.6-19.1 0-49.6-22-81.6-21.4-41.9 .6-80.5 24.4-102.1 61.9-43.5 75.5-11.1 187.2 31.3 248.4 20.7 29.8 45.3 63.3 77.8 62 31.1-1.2 42.8-20.1 80.3-20.1s48.2 20.1 81.6 19.5c33.7-.6 55-30.4 75.9-60.3 23.9-35 33.7-68.9 34.3-70.6-.7-.3-66.1-25.4-67.1-99.4ZM259.1 83.4c17.2-20.8 28.8-49.8 25.6-78.4-24.7 1-54.9 16.5-72.9 37.3-16 18.5-29.9 48.2-26.2 76.4 27.8 2.1 56.3-14.1 73.5-35.3Z%27/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 384 512%27><path d=%27M318.7 268.7c-.6-62.5 50.9-92.5 53.2-93.9-29-42.3-74.2-48.1-90.2-48.7-38.4-3.9-74.9 22.6-94.3 22.6-19.1 0-49.6-22-81.6-21.4-41.9 .6-80.5 24.4-102.1 61.9-43.5 75.5-11.1 187.2 31.3 248.4 20.7 29.8 45.3 63.3 77.8 62 31.1-1.2 42.8-20.1 80.3-20.1s48.2 20.1 81.6 19.5c33.7-.6 55-30.4 75.9-60.3 23.9-35 33.7-68.9 34.3-70.6-.7-.3-66.1-25.4-67.1-99.4ZM259.1 83.4c17.2-20.8 28.8-49.8 25.6-78.4-24.7 1-54.9 16.5-72.9 37.3-16 18.5-29.9 48.2-26.2 76.4 27.8 2.1 56.3-14.1 73.5-35.3Z%27/></svg>") center/contain no-repeat;width:100%}img[src*="/intro/"],img[src*="intro/"]{border-radius:16px;box-shadow:0 14px 34px #0000002e;display:block;height:auto;transform:translateZ(0);width:100%;will-change:transform,opacity}@media (prefers-reduced-motion:no-preference){img[src*="/intro/"],img[src*="intro/"]{animation:introSoftIn .52s ease-out both,introSoftZoom 7.5s ease-out both}}@keyframes introSoftIn{0%{opacity:0;transform:translateY(8px) scale(1.005)}to{opacity:1;transform:translateY(0) scale(1.005)}}@keyframes introSoftZoom{0%{transform:scale(1.005)}to{transform:scale(1.02)}}@media (hover:hover){img[src*="/intro/"]:hover,img[src*="intro/"]:hover{transform:scale(1.025);transition:transform .16s ease}}html[data-theme=default],html[data-theme=default] body{background:linear-gradient(180deg,#f9c,#c6c,#96c)}html[data-theme=default] .App.signed-in{background:linear-gradient(180deg,#f9c,#c6c,#96c),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ff99cc" fill-opacity="0.3" d="M0,64L60,80C120,96,240,128,360,138.7C480,149,600,139,720,133.3C840,128,960,128,1080,117.3C1200,107,1320,85,1380,74.7L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"/></svg>');background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:auto,cover}html[data-theme=default] .header{background:#ff69b426}html[data-theme=default] .footer{background:#0000}html[data-theme=default] .allie-message .bubble-content{background:linear-gradient(135deg,#ffe3e3,#c2f0fc);color:#222}html[data-theme=default] .user-message .bubble-content{background:linear-gradient(135deg,#f9c,#b388eb,#80d0f1);color:#fff}html[data-theme=dark],html[data-theme=dark] body{background:#0b0b10}html[data-theme=dark] .App.signed-in{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cg fill='none' stroke='%23fff' stroke-opacity='.06' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M56 62c-6-10-22-7-22 6 0 14 22 24 22 24s22-10 22-24c0-13-16-16-22-6zM178 58c-6-10-22-7-22 6 0 14 22 24 22 24s22-10 22-24c0-13-16-16-22-6zM72 178c-6-10-22-7-22 6 0 14 22 24 22 24s22-10 22-24c0-13-16-16-22-6zM186 170c-6-10-22-7-22 6 0 14 22 24 22 24s22-10 22-24c0-13-16-16-22-6zM126 108c-7-12-26-8-26 7 0 17 26 29 26 29s26-12 26-29c0-15-19-19-26-7zM34 132q14 10 28 0M198 120q14 10 28 0M120 32l6 10 10 6-10 6-6 10-6-10-10-6 10-6zM214 214l5 8 8 5-8 5-5 8-5-8-8-5 8-5zM46 216l4 7 7 4-7 4-4 7-4-7-7-4 7-4z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-opacity='.035' stroke-width='2'%3E%3Cpath d='M92 116q10 6 20 0M148 196q10 6 20 0'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(900px 500px at 10% 0,#a78bfa2e,#0000 60%),radial-gradient(900px 500px at 90% 100%,#22d3ee1a,#0000 55%),linear-gradient(180deg,#0b0b10,#0a0a12);background-position:0 0,50%,50%,50%;background-repeat:repeat,no-repeat,no-repeat,no-repeat;background-size:260px 260px,auto,auto,auto}html[data-theme=dark] .App.stable .header,html[data-theme=dark] .header{background:#0f172a8c}html[data-theme=dark] .App.stable .footer,html[data-theme=dark] .footer{background:#0000;border-top-color:#0000}html[data-theme=dark] .coin-pill,html[data-theme=dark] .role-btn{background:#ffffff1a;border-color:#ffffff2e;color:#fff}html[data-theme=dark] .allie-message .bubble-content{background:linear-gradient(135deg,#1e293bf5,#0f172af5);box-shadow:0 10px 28px #00000059;color:#ffffffeb}html[data-theme=dark] .user-message .bubble-content{background:linear-gradient(135deg,#6366f1f2,#a855f7e6);box-shadow:0 10px 28px #00000059;color:#fff}html[data-theme=dark] .allie-message.typing-bounce{background:linear-gradient(135deg,#1e293bf2,#0f172af5)}html[data-theme=dark] .typing-bounce span{background:#cdd8e8d6}html[data-theme=dark] .footer .chat-composer{background:#0f172ab3;border-color:#94a3b857;box-shadow:0 12px 24px #02061766,inset 0 1px 0 #94a3b838;color:#ffffffeb}html[data-theme=dark] .footer .chat-composer::placeholder{color:#e2e8f08f}html[data-theme=dark] .footer .chat-composer:focus{border-color:#818cf880;box-shadow:0 14px 26px #02061775,0 0 0 1px #818cf859,inset 0 1px 0 #94a3b840}html[data-theme=dark] .footer .mic-btn,html[data-theme=dark] .footer .send-btn{box-shadow:0 12px 26px #0206176b}html[data-theme=dark] .footer .mic-btn{background:#1e293bf0;color:#e2e8f0f5}html[data-theme=dark] .emoji-panel{background:#0f172af5;box-shadow:0 18px 48px #0000008c;color:#ffffffe6}html[data-theme=dark] .emoji-item:active{background:#ffffff1a}html[data-theme=dark] .confirm-modal,html[data-theme=dark] .modal-content,html[data-theme=dark] .role-card,html[data-theme=dark] .signin-card,html[data-theme=dark] .welcome-card{background:#0f172af5;border:1px solid #ffffff1a;color:#ffffffeb}html[data-theme=dark] .auth-foot,html[data-theme=dark] .auth-sub,html[data-theme=dark] .coins-sub,html[data-theme=dark] .confirm-modal p,html[data-theme=dark] .signin-text,html[data-theme=dark] .welcome-note{color:#ffffffb3}html[data-theme=dark] .btn-secondary,html[data-theme=dark] .modal-content .close-modal{background:#ffffff1a!important;color:#ffffffe6!important}html[data-theme=dark] .role-chip{background:linear-gradient(148deg,#c8a05024,#b478321a);border-color:#ffdc8c24;color:#ffffffeb}html[data-theme=dark] .role-row{background:#ffffff0f;border-color:#ffffff1a;color:#ffffffeb}html[data-theme=dark] .role-card-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fb71c4,#e85da8 45%,#ff8ad4);-webkit-background-clip:text;background-clip:text}html[data-theme=dark] .role-section-title{color:#ffffff9e}html[data-theme=dark] .role-card-name{color:#fffffff0}html[data-theme=dark] .role-card-subtitle{color:#fff9}html[data-theme=dark] .role-card-avatar{border-color:#ffffff2e;box-shadow:0 4px 12px #0006}html[data-theme=dark] .role-row.role-card-default{background:linear-gradient(152deg,#5f6e8752,#46556c47 36%,#5a69804d 72%,#4b5a7042);border-color:#94a3b847;box-shadow:inset 0 1px 0 #ffffff12,0 6px 18px #00000047}html[data-theme=dark] .role-chip.role-card-role{background:linear-gradient(148deg,#b4823238,#a05a1e2e 36%,#aa6e2833 72%,#96501929);border-color:#fbbf2442;box-shadow:inset 0 1px 0 #ffffff0d,0 6px 18px #00000047}html[data-theme=dark] .role-chip.role-card-role:after,html[data-theme=dark] .role-row.role-card-default:after{opacity:.35}html[data-theme=dark] .role-actions{border-top-color:#ffffff1a}html[data-theme=dark] .role-action-row{background:#ffffff0f;border-color:#ffffff1a;color:#ffffffe0}html[data-theme=dark] .role-action-danger{color:#ff9cb0}html[data-theme=dark] .character-popup{background:#0f172ab8;border-color:#ffffff24;color:#ffffffeb}html[data-theme=dark] .charpop-title{color:#a78bfaf2}html[data-theme=dark] .charpop-body{color:#fffc}html[data-theme=ocean],html[data-theme=ocean] body{background:linear-gradient(180deg,#0ea5e9,#14b8a6 55%,#0f172a)}html[data-theme=ocean] .App.signed-in{background:radial-gradient(900px 520px at 10% 0,#22d3ee38,#0000 60%),radial-gradient(900px 520px at 90% 100%,#14b8a62e,#0000 55%),linear-gradient(180deg,#22d3ee,#14b8a6 45%,#1e293b)}html[data-theme=ocean] .App.stable .header,html[data-theme=ocean] .header{background:#0284c72e}html[data-theme=ocean] .App.stable .footer,html[data-theme=ocean] .footer{background:#0000}html[data-theme=ocean] .allie-message .bubble-content{background:linear-gradient(135deg,#d9f7ff,#c7fff0);color:#0b1220}html[data-theme=ocean] .user-message .bubble-content{background:linear-gradient(135deg,#38bdf8,#22c55e);color:#fff}html[data-theme=ocean] .confirm-modal,html[data-theme=ocean] .modal-content,html[data-theme=ocean] .role-card,html[data-theme=ocean] .signin-card,html[data-theme=ocean] .welcome-card{background:#fffffff5;color:#0b1220}.shr-landing{--bg:#07060b;--bg-card:#0e0d14d1;--surface:hsla(0,0%,100%,.028);--surface-raised:hsla(0,0%,100%,.045);--border:#ffffff14;--border-subtle:#ffffff0d;--text-primary:#f5f1f7;--text-secondary:#f2ecf894;--text-muted:#f2ecf847;--accent-blush:#e8c4b8;--accent-rose:#d4728e;--accent-mauve:#9b7db8;--accent-gradient:linear-gradient(135deg,#e8c4b8,#d4728e 55%,#9b7db8);--glow-rose:#d4728e14;--glow-mauve:#9b7db80f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text-primary);font-family:Manrope,Avenir Next,Segoe UI,sans-serif;inset:0;overflow-x:hidden;overflow-y:auto;position:fixed;scroll-behavior:smooth;z-index:99999}.shr-landing:before{background:radial-gradient(ellipse 60% 45% at 15% -10%,rgba(212,114,142,.035) 0,#0000 55%),radial-gradient(ellipse 50% 35% at 85% 5%,rgba(155,125,184,.025) 0,#0000 48%),radial-gradient(ellipse 55% 30% at 50% 108%,#d4728e05 0,#0000 48%);content:"";z-index:0}.shr-landing:before,.shr-noise{inset:0;pointer-events:none;position:fixed}.shr-noise{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;opacity:.018;z-index:1}.shr-landing__glow{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:0}.shr-landing__light{border-radius:50%;display:block;filter:blur(120px);position:absolute}.shr-landing__light--one{animation:shrFloatShape 28s ease-in-out infinite;background:rgba(212,114,142,.035);height:420px;left:-6%;top:-16%;width:420px}.shr-landing__light--two{animation:shrFloatShape 34s ease-in-out infinite reverse;background:rgba(155,125,184,.025);height:340px;right:-16%;top:34%;width:480px}.shr-landing__light--three{animation:shrFloatShape 30s ease-in-out infinite;background:rgba(212,114,142,.022);bottom:-6%;height:340px;left:20%;width:360px}.shr-landing__hero{display:flex;flex-direction:column;justify-content:center;min-height:100svh;padding:40px 0 56px;position:relative;z-index:2}.shr-landing__hero:after{display:none}.shr-landing__main,.shr-landing__wrap{margin:0 auto;width:min(1080px,calc(100% - 40px))}.shr-landing__hero-grid{grid-gap:28px;align-items:center;display:grid;gap:28px;grid-template-columns:1fr}.shr-landing__hero-copy{margin:0 auto;max-width:600px;position:relative;text-align:center;z-index:3}.shr-landing__hero-copy>p{text-wrap:pretty;animation:shrFadeUp .8s cubic-bezier(.16,1,.3,1) .55s both;color:var(--text-secondary);font-size:clamp(14px,3.4vw,17px);font-weight:400;line-height:1.75;margin:20px auto 0;max-width:42ch}.shr-hero-title{-webkit-text-fill-color:initial;align-items:center;background:none;-webkit-background-clip:initial;background-clip:initial;display:flex;flex-direction:column;gap:0;margin:0}.shr-hero-title__line{display:block;font-family:Manrope,sans-serif}.shr-hero-title__line--top{animation:shrFadeUp .7s cubic-bezier(.16,1,.3,1) .08s both;color:var(--accent-blush);font-size:clamp(13px,3.2vw,18px);font-weight:600;letter-spacing:.22em;margin-bottom:8px;text-transform:uppercase}.shr-hero-title__line--mid{-webkit-text-fill-color:#0000;animation:shrFadeUp .8s cubic-bezier(.16,1,.3,1) .2s both;background:linear-gradient(140deg,#fff 15%,#f0d0dc 45%,var(--accent-rose) 75%,var(--accent-mauve) 100%);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 40px rgba(212,114,142,.12));font-size:clamp(54px,15vw,100px);font-weight:800;letter-spacing:-.045em;line-height:.9}.shr-hero-title__line--bot{animation:shrFadeUp .8s cubic-bezier(.16,1,.3,1) .34s both;color:var(--text-primary);font-size:clamp(38px,10.5vw,76px);font-weight:800;letter-spacing:-.035em;line-height:.95;opacity:.52}.shr-landing__hero-media{display:flex;justify-content:center}.shr-hero-chat-wrap{animation:shrChatReveal 1.1s cubic-bezier(.16,1,.3,1) .6s both;padding:22px 20px;position:relative}.shr-hero-chat-glow{animation:shrPulseSoft 7s ease-in-out infinite;background:radial-gradient(circle,#d4728e12 0,rgba(155,125,184,.035) 48%,#0000 70%);border-radius:50%;filter:blur(44px);height:280px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:280px}.shr-hero-chat{backdrop-filter:blur(36px) saturate(1.15);-webkit-backdrop-filter:blur(36px) saturate(1.15);background:linear-gradient(170deg,#ffffff0f,hsla(0,0%,100%,.022) 35%,#ffffff03);border-radius:24px;box-shadow:0 1px 2px #0000003d,0 4px 8px #0003,0 16px 32px #0000003d,0 40px 72px #0000004d,0 0 0 .5px #ffffff12,inset 0 1px 0 #ffffff14,inset 0 -1px 0 #00000026;overflow:hidden;position:relative;width:min(80vw,300px)}.shr-hero-chat__border{background:linear-gradient(168deg,#ffffff29,#e8c4b81a 15%,#0000 38%,#0000 62%,#9b7db81a 88%,#ffffff0f);border-radius:inherit;inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute;z-index:3}.shr-hero-chat__shine{background:linear-gradient(90deg,#0000,#ffffff38 25%,#ffffff4d 50%,#ffffff38 75%,#0000);height:1px;left:10%;pointer-events:none;position:absolute;right:10%;top:0;z-index:4}.shr-hero-chat:after{background:radial-gradient(ellipse at 85% 90%,#9b7db808 0,#0000 55%);border-radius:0 0 24px 0;bottom:0;content:"";height:40%;pointer-events:none;position:absolute;right:0;width:50%;z-index:1}.shr-hero-chat__head{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;gap:10px;padding:14px 16px 12px;position:relative;z-index:2}.shr-hero-chat__av{background:var(--accent-gradient);border-radius:50%;box-shadow:0 0 0 2px #07060bb3,0 0 18px #d4728e33,0 4px 12px #00000059;display:grid;flex-shrink:0;height:36px;place-items:center;position:relative;width:36px}.shr-hero-chat__av>span{color:#fff;font-size:13px;font-weight:700;position:relative;z-index:1}.shr-hero-chat__av:after{background:#ffffff47;border-radius:50%;content:"";filter:blur(2px);height:6px;left:5px;position:absolute;top:3px;width:10px}.shr-hero-chat__info strong{color:var(--text-primary);display:block;font-size:13px;font-weight:700}.shr-hero-chat__info>span{align-items:center;color:var(--text-muted);display:flex;font-size:10px;gap:5px;margin-top:2px}.shr-hero-chat__info>span i{background:#6fcf97;border-radius:50%;box-shadow:0 0 8px #6fcf9773;display:inline-block;height:5px;width:5px}.shr-hero-chat__body{display:flex;flex-direction:column;gap:10px;padding:14px 14px 10px;position:relative;z-index:2}.shr-chat-row{display:flex}.shr-chat-row--her{align-items:flex-end;gap:6px;justify-content:flex-start}.shr-chat-row--you{justify-content:flex-end}.shr-chat-bbl{background:linear-gradient(145deg,#ffffff12,#ffffff08);border:1px solid #ffffff14;border-radius:16px 16px 16px 5px;box-shadow:inset 0 1px 0 #ffffff0d,0 2px 6px #00000026,0 6px 16px #0000001a;display:flex;flex-direction:column;gap:6px;max-width:82%;padding:10px 13px;position:relative}.shr-chat-bbl:before{background:linear-gradient(180deg,var(--accent-rose),#d4728e26);border-radius:999px;bottom:5px;content:"";left:0;opacity:.45;position:absolute;top:5px;width:2px}.shr-chat-bbl--you{background:linear-gradient(135deg,#d4728e2e,#d4728e14);border-color:#d4728e29;border-radius:16px 16px 5px 16px;box-shadow:inset 0 1px 0 #ffffff0a,0 2px 6px #00000026,0 0 12px #d4728e0f}.shr-chat-bbl--you:before{display:none}.shr-chat-ln{background:linear-gradient(90deg,#ffffff21,#ffffff12);border-radius:999px;display:block;height:5px}.shr-chat-bbl--you .shr-chat-ln{background:linear-gradient(90deg,#ffffff2e,#d4728e33)}.shr-chat-heart{align-self:flex-end;animation:shrHeartPulse 2.4s ease-in-out infinite;color:var(--accent-rose);filter:drop-shadow(0 0 6px rgba(212,114,142,.4));flex-shrink:0;font-size:14px}.shr-chat-dots{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid #ffffff12;border-radius:16px 16px 16px 5px;box-shadow:inset 0 1px 0 #ffffff0a,0 2px 6px #0000001f;display:flex;gap:5px;padding:10px 16px;width:-webkit-fit-content;width:fit-content}.shr-chat-dots span{animation:shrDotBounce 1.4s ease-in-out infinite;background:var(--accent-blush);border-radius:50%;height:5px;opacity:.55;width:5px}.shr-chat-dots span:nth-child(2){animation-delay:.18s}.shr-chat-dots span:nth-child(3){animation-delay:.36s}.shr-hero-chat__foot{align-items:center;border-top:1px solid #ffffff0f;display:flex;gap:8px;padding:10px 14px 14px;position:relative;z-index:2}.shr-chat-input{align-items:center;background:hsla(0,0%,100%,.025);border:1px solid #ffffff14;border-radius:999px;box-shadow:inset 0 1px 3px #0000001f;display:flex;flex:1 1;height:36px;padding:0 14px}.shr-chat-input__placeholder{background:#ffffff14;border-radius:999px;display:block;height:4px;width:52%}.shr-chat-send{background:var(--accent-gradient);border-radius:50%;box-shadow:0 0 0 1px #ffffff14,0 0 20px #d4728e33,0 4px 14px #0000004d;color:#fff;display:grid;flex-shrink:0;height:36px;place-items:center;position:relative;width:36px}.shr-chat-send:after{background:#ffffff38;border-radius:50%;content:"";filter:blur(2px);height:6px;left:6px;position:absolute;top:4px;width:10px}.shr-hero-chip{backdrop-filter:blur(24px) saturate(1.15);-webkit-backdrop-filter:blur(24px) saturate(1.15);background:linear-gradient(155deg,hsla(0,0%,100%,.065),#ffffff05);border:1px solid #ffffff17;border-radius:16px;box-shadow:0 1px 2px #0003,0 6px 16px #00000038,0 16px 32px #0000002e,inset 0 1px 0 #ffffff0f;position:absolute}.shr-hero-chip--voice{--chip-tilt:-5deg;align-items:center;animation:shrFloatChip 7s ease-in-out infinite;display:flex;gap:9px;padding:10px 14px;right:-10%;top:0;transform:rotate(-5deg)}.shr-hero-chip--voice:before{background:linear-gradient(90deg,#0000,#ffffff2e,#0000);content:"";height:1px;left:10%;position:absolute;right:10%;top:0}.shr-hero-chip__icon{align-items:flex-end;display:flex;gap:2.5px;height:20px}.shr-hero-chip__icon i{animation:shrVoiceBars 1.6s ease-in-out infinite;background:linear-gradient(180deg,var(--accent-rose) 0,var(--accent-mauve) 100%);border-radius:999px;height:6px;width:3px}.shr-hero-chip__icon i:nth-child(2n){animation-delay:.12s}.shr-hero-chip__icon i:nth-child(3n){animation-delay:.24s}.shr-hero-chip__label{color:var(--text-secondary);font-size:11px;font-weight:600;letter-spacing:.02em}.shr-hero-chip--heart{--chip-tilt:6deg;animation:shrFloatChip 6.4s ease-in-out 1.6s infinite;border-color:#d4728e1f;border-radius:50%;bottom:10%;box-shadow:0 1px 2px #0003,0 6px 16px #00000038,0 16px 32px #0000002e,0 0 24px #d4728e14,inset 0 1px 0 #ffffff0f;display:grid;height:46px;left:-6%;place-items:center;transform:rotate(6deg);width:46px}.shr-hero-chip--heart>span{color:var(--accent-rose);filter:drop-shadow(0 0 8px rgba(212,114,142,.35));font-size:18px}.shr-hero-chip--heart:after{animation:shrPulseRing 3.4s ease-out .8s infinite;border:1px solid #d4728e1a;border-radius:50%;content:"";inset:-7px;position:absolute}.shr-hero-chip--mode{--chip-tilt:-3deg;align-items:center;animation:shrFloatChip 8s ease-in-out .6s infinite;border-color:#d4728e1f;border-radius:999px;bottom:2%;color:var(--accent-rose);display:flex;font-size:10px;font-weight:700;gap:7px;letter-spacing:.04em;padding:8px 14px;right:-4%;transform:rotate(-3deg)}.shr-hero-chip--mode:before{background:linear-gradient(90deg,#0000,#ffffff1f,#0000);content:"";height:1px;left:12%;position:absolute;right:12%;top:0}.shr-hero-chip__dot{background:var(--accent-rose);border-radius:50%;box-shadow:0 0 8px #d4728e66;flex-shrink:0;height:5px;width:5px}.shr-landing__main{padding-bottom:calc(40px + env(safe-area-inset-bottom, 0px));position:relative;z-index:2}.shr-landing__eyebrow,.shr-section__tag{align-items:center;color:var(--accent-blush);display:inline-flex;font-size:11px;font-weight:600;gap:8px;letter-spacing:.18em;margin:0 0 12px;text-transform:uppercase}.shr-section__tag:before{background:var(--accent-blush);border-radius:50%;box-shadow:0 0 10px #e8c4b82e;content:"";height:6px;width:6px}.shr-section{backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.015) 40%,hsla(0,0%,100%,.008));border:1px solid var(--border);border-radius:28px;box-shadow:0 1px 2px #0003,0 4px 8px #00000026,0 16px 36px #0003,0 32px 72px #00000026,inset 0 1px 0 #ffffff0d;margin-bottom:20px;opacity:0;overflow:hidden;padding:40px 24px;position:relative;transform:translateY(44px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.shr-section:before{background:linear-gradient(90deg,#0000,#ffffff1f 25%,#ffffff2e 50%,#ffffff1f 75%,#0000);content:"";height:1px;left:8%;position:absolute;right:8%;top:0;z-index:1}.shr-section.is-visible{opacity:1;transform:translateY(0)}.shr-section--about{background:radial-gradient(ellipse 400px 200px at 0 0,#d4728e08,#0000 65%),linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.008))}.shr-section--modes{background:radial-gradient(ellipse 460px 240px at 100% 0,rgba(155,125,184,.025),#0000 55%),linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.008))}.shr-section--flow{background:radial-gradient(ellipse 400px 200px at 50% 100%,hsla(15,51%,82%,.025),#0000 55%),linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.008))}.shr-section--voice{background:radial-gradient(ellipse 400px 200px at 0 100%,#d4728e08,#0000 55%),linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.008))}.shr-section--coins{background:radial-gradient(ellipse 400px 200px at 100% 50%,#e8c4b808,#0000 55%),linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.008))}.shr-section__head{margin-bottom:28px}.shr-section h2{text-wrap:balance;color:var(--text-primary);font-family:Manrope,sans-serif;font-size:clamp(26px,6.5vw,42px);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0;max-width:22ch}.shr-feature-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.shr-glass-card{background:linear-gradient(165deg,#ffffff0a,hsla(0,0%,100%,.012));border:1px solid var(--border);border-radius:18px;box-shadow:0 2px 6px #0000001f,0 8px 20px #0000001a,inset 0 1px 0 #ffffff0d;overflow:hidden;padding:24px 20px;position:relative;transition:border-color .35s ease,background .35s ease}.shr-glass-card:before{background:var(--accent-gradient);content:"";height:1px;left:16px;opacity:.28;position:absolute;right:16px;top:0}.shr-glass-card h3{color:var(--text-primary);font-size:17px;font-weight:700;margin:0}.shr-glass-card p{color:var(--text-secondary);font-size:14px;line-height:1.65;margin:8px 0 0}.shr-mode-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.shr-mode-card{background:linear-gradient(170deg,hsla(0,0%,100%,.035),#ffffff03);border:1px solid var(--border);border-radius:18px;box-shadow:0 2px 6px #0000001f,0 8px 24px #0000001f,inset 0 1px 0 #ffffff0a;overflow:hidden;transition:border-color .35s ease,transform .35s ease,box-shadow .35s ease}.shr-mode-card__media{align-items:center;aspect-ratio:6/7;background:#0000004d;display:flex;justify-content:center;overflow:hidden;padding:0;position:relative}.shr-mode-card__media:after{background:linear-gradient(0deg,#07060b99,#0000);bottom:0;content:"";height:40%;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.shr-mode-card img{background:#14121a80;border:none;border-radius:0;box-shadow:none;display:block;height:100%;object-fit:cover;object-position:50% 12%;transition:transform .55s cubic-bezier(.16,1,.3,1);width:100%}.shr-mode-card__meta{padding:14px 14px 16px}.shr-mode-card__meta h3{color:var(--text-primary);font-size:15px;font-weight:700;margin:0}.shr-pill{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.1em;margin-top:8px;padding:4px 12px;text-transform:uppercase}.shr-pill.is-free{background:#8fd4a414;border-color:#8fd4a433;color:#8fd4a4}.shr-pill.is-locked{background:#d4728e14;border-color:#d4728e33;color:var(--accent-rose)}.shr-ui-card{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.shr-ui-card__left p{color:var(--text-secondary);font-size:14px;line-height:1.65;margin:0 0 10px}.shr-ui-card__right{background:linear-gradient(168deg,#ffffff0a,hsla(0,0%,100%,.012));border:1px solid var(--border);border-radius:18px;box-shadow:0 2px 6px #0000001a,0 8px 20px #00000014,inset 0 1px 0 #ffffff0a;padding:14px}.shr-mini-topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.shr-mini-topbar span{color:var(--text-primary);font-size:15px;font-weight:700}.shr-mini-topbar button{background:#e8c4b80f;border:1px solid var(--border);border-radius:999px;color:var(--accent-blush);cursor:default;font-family:inherit;font-size:12px;font-weight:700;padding:5px 14px}.shr-ui-card__right ul{grid-gap:8px;display:grid;gap:8px;list-style:none;margin:0;padding:0}.shr-ui-card__right li{align-items:center;background:hsla(0,0%,100%,.018);border:1px solid var(--border);border-radius:12px;color:var(--text-secondary);display:flex;font-size:14px;justify-content:space-between;padding:10px 14px;transition:all .3s ease}.shr-ui-card__right li.active{background:#8fd4a40f;border-color:#8fd4a440;color:#8fd4a4;font-weight:600}.shr-ui-card__right li span{background:#d4728e1a;border-radius:999px;color:var(--accent-rose);font-size:10px;font-weight:700;letter-spacing:.08em;padding:3px 10px;text-transform:uppercase}.shr-coins-layout,.shr-voice-layout{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr}.shr-pack-preview,.shr-voice-card{background:linear-gradient(168deg,#ffffff0a,hsla(0,0%,100%,.012));border:1px solid var(--border);border-radius:18px;box-shadow:0 2px 6px #0000001a,0 8px 20px #00000014,inset 0 1px 0 #ffffff0a;padding:20px}.shr-voice-card{text-align:center}.shr-mic-orb{background:var(--accent-gradient);border-radius:50%;box-shadow:0 0 0 1px #ffffff0f,0 0 28px #d4728e29,0 0 56px #9b7db814,0 6px 16px #00000040;color:#fff;display:grid;font-size:14px;font-weight:700;height:74px;margin:4px auto 18px;place-items:center;position:relative;width:74px}.shr-mic-orb:after,.shr-mic-orb:before{animation:shrPulseRing 3s ease-out infinite;border:1px solid #d4728e1a;border-radius:50%;content:"";position:absolute}.shr-mic-orb:before{inset:-14px}.shr-mic-orb:after{animation-delay:1s;inset:-28px}.shr-wave{align-items:flex-end;display:flex;gap:4px;justify-content:center;margin-bottom:10px;min-height:36px}.shr-wave span{animation:shrWave 1.2s ease-in-out infinite;background:var(--accent-gradient);border-radius:999px;height:10px;width:4px}.shr-wave span:nth-child(2n){animation-delay:.1s}.shr-wave span:nth-child(3n){animation-delay:.2s}.shr-wave span:nth-child(4n){animation-delay:.3s}.shr-voice-card p{color:var(--text-secondary);font-size:14px;margin:0}.shr-pack-preview h3{color:var(--text-primary);font-size:17px;margin:0 0 14px}.shr-pack-row{align-items:center;background:hsla(0,0%,100%,.018);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 4px #00000014,inset 0 1px 0 #ffffff08;color:var(--text-secondary);display:flex;font-size:14px;justify-content:space-between;padding:14px 16px;position:relative}.shr-pack-row+.shr-pack-row{margin-top:8px}.shr-pack-row strong{color:var(--text-primary);font-size:13px}.shr-pack-row.featured{background:#d4728e0a;border-color:#d4728e38}.shr-pack-row.featured:before{background:var(--accent-gradient);border-radius:inherit;content:"";inset:-1px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.28;padding:1px;pointer-events:none;position:absolute}.shr-pack-preview>p{color:var(--text-muted);font-size:12px;margin:12px 0 0}.shr-final-cta{background:radial-gradient(ellipse 480px 200px at 50% -18%,#d4728e0d,#0000 55%),linear-gradient(175deg,#ffffff0a,hsla(0,0%,100%,.008))!important;text-align:center}.shr-final-cta h2{margin:0 auto;max-width:18ch}.shr-btn{border:0;border-radius:999px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;padding:14px 36px;position:relative;transition:transform .25s ease,box-shadow .25s ease;z-index:1}.shr-btn--primary{animation:shrBtnShimmer 6s ease-in-out infinite;background:linear-gradient(135deg,#e8c4b8,#d4728e 55%,#9b7db8);background-size:200% 100%;box-shadow:0 0 0 1px #ffffff0f,0 0 22px #d4728e24,0 0 44px #9b7db80f,0 6px 18px #00000040;color:#fff;margin-top:18px;min-width:200px}.shr-btn--primary:after{background:linear-gradient(135deg,#e8c4b8,#d4728e 55%,#9b7db8);border-radius:inherit;content:"";filter:blur(28px);inset:0;opacity:.22;position:absolute;transition:opacity .3s ease;z-index:-1}.shr-btn:active{transform:translateY(1px) scale(.98)}@media (hover:hover){.shr-btn--primary:hover{box-shadow:0 0 0 1px #ffffff14,0 0 32px #d4728e33,0 0 64px #9b7db814,0 8px 24px #0000004d;transform:translateY(-2px)}.shr-btn--primary:hover:after{opacity:.38}.shr-mode-card:hover{border-color:#ffffff21;box-shadow:inset 0 1px 0 #ffffff0d,0 4px 12px #00000026,0 24px 56px #00000040;transform:translateY(-3px)}.shr-mode-card:hover img{transform:scale(1.06)}.shr-glass-card:hover{background:linear-gradient(165deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.018));border-color:#ffffff1c}}@keyframes shrFadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes shrChatReveal{0%{opacity:0;transform:translateY(34px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shrHeartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.22)}}@keyframes shrDotBounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes shrFloatShape{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,16px,0)}}@keyframes shrPulseSoft{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.05)}}@keyframes shrFloatChip{0%,to{transform:translateZ(0) rotate(0deg);transform:translateZ(0) rotate(var(--chip-tilt,0deg))}50%{transform:translate3d(0,-9px,0) rotate(0deg);transform:translate3d(0,-9px,0) rotate(var(--chip-tilt,0deg))}}@keyframes shrVoiceBars{0%,to{height:6px;opacity:.35}50%{height:20px;opacity:1}}@keyframes shrWave{0%,to{height:10px;opacity:.45}50%{height:32px;opacity:1}}@keyframes shrPulseRing{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes shrBtnShimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@media (min-width:760px){.shr-landing__hero-grid{gap:44px;grid-template-columns:1.15fr 1fr}.shr-landing__hero-copy{margin:0;text-align:left}.shr-hero-title{align-items:flex-start}.shr-landing__hero-copy>p{margin-left:0;margin-right:0}.shr-hero-chat{width:310px}.shr-feature-grid{grid-template-columns:repeat(2,1fr)}.shr-mode-grid{grid-template-columns:repeat(5,1fr)}.shr-ui-card{align-items:center;grid-template-columns:1.1fr 1fr}.shr-coins-layout,.shr-voice-layout{align-items:stretch;grid-template-columns:1fr 1fr}}@media (min-width:980px){.shr-landing__hero{padding-bottom:64px;padding-top:48px}.shr-section{padding:48px 36px}}@media (max-width:480px){.shr-landing__hero{padding-bottom:48px;padding-top:32px}.shr-hero-chat{width:min(82vw,280px)}.shr-section{border-radius:22px;padding:28px 18px}.shr-section h2{font-size:clamp(24px,7vw,34px)}.shr-mode-card__media{aspect-ratio:5/6}.shr-hero-chip--voice{right:-4%}.shr-hero-chip--heart{left:-1%}.shr-hero-chip--mode{right:0}}.shr-mode-heart-cta{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:18px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:14px;justify-content:center;overflow:visible;padding:24px 16px;position:relative;transition:transform .25s ease}.shr-mode-heart-cta__glow{animation:shrHrtCTAGlow 3.4s ease-in-out infinite;background:radial-gradient(circle,#d4728e33 0,#d4728e0d 45%,#0000 68%);filter:blur(22px);height:160px;transform:translate(-50%,-50%);width:160px}.shr-mode-heart-cta__glow,.shr-mode-heart-cta__ring{border-radius:50%;left:50%;pointer-events:none;position:absolute;top:36%}.shr-mode-heart-cta__ring{animation:shrHrtCTARing 3.6s ease-out infinite;border:1px solid #d4728e14;height:80px;margin-left:-40px;margin-top:-40px;width:80px}.shr-mode-heart-cta__ring--2{animation-delay:1.4s}.shr-mode-heart-cta__heart{animation:shrHrtCTAPulse 3.4s ease-in-out infinite;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3)) drop-shadow(0 0 22px rgba(212,114,142,.4)) drop-shadow(0 0 52px rgba(212,114,142,.12));height:72px;position:relative;width:72px;z-index:2}.shr-mode-heart-cta__heart:after{background:#ffffff2e;border-radius:50%;content:"";filter:blur(4px);height:10px;left:22%;pointer-events:none;position:absolute;top:14%;width:18px}.shr-mode-heart-cta__label{animation:shrHrtPillShimmer 5s ease-in-out infinite;background:linear-gradient(135deg,#e8c4b8,#d4728e,#9b7db8,#d4728e,#e8c4b8);background-size:300% 100%;border:1px solid #ffffff1a;border-radius:999px;box-shadow:0 0 18px #d4728e24,0 2px 8px #0003,inset 0 1px 0 #ffffff1f;color:#fff;font-size:10px;font-weight:700;letter-spacing:.14em;padding:7px 20px;position:relative;text-transform:uppercase;transition:box-shadow .3s ease;z-index:2}.shr-mode-heart-cta:active{transform:scale(.93)}.shr-mode-heart-cta:active .shr-mode-heart-cta__label{box-shadow:0 0 24px #d4728e38,0 2px 8px #00000040,inset 0 1px 0 #ffffff26}@keyframes shrHrtCTAPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes shrHrtCTAGlow{0%,to{opacity:.35;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.08)}}@keyframes shrHrtCTARing{0%{opacity:.28;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}@keyframes shrHrtPillShimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (min-width:760px){.shr-mode-heart-cta{display:none}}@media (hover:hover){.shr-mode-heart-cta:hover{transform:translateY(-2px)}.shr-mode-heart-cta:hover .shr-mode-heart-cta__label{box-shadow:0 0 26px #d4728e33,0 2px 10px #00000038,inset 0 1px 0 #ffffff24}.shr-mode-heart-cta:hover .shr-mode-heart-cta__heart{filter:drop-shadow(0 4px 8px rgba(0,0,0,.35)) drop-shadow(0 0 28px rgba(212,114,142,.5)) drop-shadow(0 0 60px rgba(212,114,142,.16))}}@media (prefers-reduced-motion:reduce){.shr-mode-heart-cta__glow,.shr-mode-heart-cta__heart,.shr-mode-heart-cta__label,.shr-mode-heart-cta__ring{animation:none!important}}.shr-scroll-indicator{align-items:center;animation:shrScrollIndAppear .8s cubic-bezier(.16,1,.3,1) 1.8s forwards;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:hsla(0,0%,100%,.045);border:1px solid #ffffff14;border-radius:18px;bottom:calc(20px + env(safe-area-inset-bottom, 0px));box-shadow:0 2px 8px #0000002e,inset 0 1px 0 #ffffff0f;color:var(--accent-blush);display:flex;height:56px;justify-content:center;left:50%;opacity:0;pointer-events:none;position:fixed;transform:translateX(-50%);width:36px;z-index:99998}.shr-scroll-indicator__chevrons{animation:shrChevDrift 2s ease-in-out infinite}@keyframes shrScrollIndAppear{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes shrChevDrift{0%{opacity:.15;transform:translateY(-3px)}35%{opacity:.9}to{opacity:0;transform:translateY(6px)}}.shr-landing:has(.shr-final-cta.is-visible) .shr-scroll-indicator{opacity:0!important;transition:opacity .5s ease}@media (prefers-reduced-motion:reduce){.shr-scroll-indicator{animation:none!important;opacity:.5!important}.shr-scroll-indicator__chevrons{animation:none!important;opacity:.6!important}.shr-btn--primary,.shr-chat-dots span,.shr-chat-heart,.shr-hero-chat-glow,.shr-hero-chip,.shr-hero-chip--heart:after,.shr-hero-chip__icon i,.shr-landing__light,.shr-mic-orb:after,.shr-mic-orb:before,.shr-wave span{animation:none!important}.shr-hero-chat-wrap,.shr-hero-title__line,.shr-landing__hero-copy>p{animation:none!important;opacity:1!important;transform:none!important}.shr-section{opacity:1!important;transform:none!important}.shr-mode-card img,.shr-section{transition:none!important}}
/*# sourceMappingURL=main.05777561.css.map*/