#root,.App,body,html{background:#000;display:flex;flex-direction:column;font-family:Roboto,sans-serif;height:100%;margin:0}*{box-sizing:border-box}#root,body,html{height:100%;margin:0;min-height:100%;overflow-x:hidden;padding:0;width:100%}body,html{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;left:0;overflow-x:hidden;overflow-y:auto;padding:12px 12px 2px;position:absolute;right:0;scroll-padding-bottom:16px;top:80px;top:var(--hdr-h,80px)}.chat-container>*{flex:0 0 auto}.chat-pad{flex:1 1;min-height:0}.message,.typing-bounce{scroll-margin-block-end:16px}.bottom-sentinel{height:1px;overflow-anchor:auto}html.ime-open .chat-container{bottom:calc(max(90px, 0px));bottom:calc(max(var(--ftr-h, 90px), var(--kb-h, 0px)));padding-bottom:2px;scroll-padding-bottom:16px}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,body{background:linear-gradient(180deg,#fce7f3,#ede9fe)}.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:92%;transition:all .2s ease;word-break:break-word}.meta-info{align-items:center;color:#0009;display:flex;font-size:12px;justify-content:flex-end;margin-top:5px}.meta-info span{margin-right:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end;margin:3px 1px 3px 40px}.allie-message{align-self:flex-start;margin:3px 40px 3px 1px}.footer{align-items:center;background:#32143c1f;display:flex;flex-wrap:nowrap;gap:12px;z-index:100}.App.fixed .footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);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 input{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 input{background-color:#fff;border:none;border-radius:30px;color:#222;flex:1 1;font-size:16px;line-height:1.2;min-height:44px;outline:none;padding:15px 20px}.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 input{padding-left:60px;width:100%}.footer .emoji-inside{background:#0000;border:0;box-shadow:none;color:#9aa0a6;cursor:pointer;font-size:0;height:30px;left:12px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:30px}.footer .emoji-inside svg{display:block;height:100%;transform:scale(1.5);transform-origin:50% 50%;width:100%}.footer .emoji-inside:active{transform:translateY(-50%) scale(.96)}@media (max-width:360px){.footer .emoji-inside{height:28px;left:12px;width:28px}.footer .input-wrap input{padding-left:58px}}.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:10px 0 10px 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{border-radius:18px;box-shadow:0 4px 18px 0 #704cff17,0 1.5px 8px #3c143c14;display:inline-block;font-size:16px;margin-bottom:2px;min-width:0;padding:12px 14px 12px 13px;position:relative;text-align:left;word-break:break-word}.allie-message .bubble-content,.bubble-content{background:linear-gradient(135deg,#ffe3e3,#c2f0fc)}.allie-message .bubble-content{border-radius:18px 18px 18px 6px;color:#222;padding:10px 14px 10px 13px}.user-message .bubble-content{background:linear-gradient(135deg,#f9c,#b388eb,#80d0f1);border-radius:18px 18px 6px 18px;color:#fff;padding:10px 14px 10px 13px}.footer .mic-btn,.footer .send-btn{align-items:center;aspect-ratio:1/1;background:#fff;border:0;border-radius:50%;box-shadow:0 10px 22px #00000040;color:#5b45ff;display:flex;height:50px;justify-content:center;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;width:50px}.footer .send-btn{background:linear-gradient(135deg,#ff6ec4,#7873f5);color:#fff;font-size:24px}.footer .mic-btn:active{transform:scale(.96)}.footer .mic-btn svg{display:block;height:28px;opacity:1;width:28px}.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;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:flex;inset:0;justify-content:center;padding:calc(10px + env(safe-area-inset-top)) 16px 16px;position:fixed;z-index:1200}.role-card{animation:pop .15s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;color:#222;margin-top:90px;margin-top:calc(var(--hdr-h, 80px) + 10px);padding:14px;width:min(92vw,420px)}.role-card-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.role-card-title{color:#ff0a85;font-size:20px;font-weight:900}.role-close{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:8px;cursor:pointer;font-size:20px;line-height:1;padding:6px 8px}@media (hover:hover){.role-close:hover{background:#f4f4f7}}.role-section{margin:4px 0 10px}.role-section-title{color:#333;font-weight:800;margin:8px 0 6px}.role-row{background:#f7f7fb;border:1px solid #eee;border-radius:10px;cursor:pointer;font-weight:700;padding:10px 12px;text-align:left;width:100%}.role-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:6px}.role-chip{background:#eff1ff;border:1px solid #e7e8ff;border-radius:999px;cursor:pointer;font-weight:700;padding:10px 12px}.role-chip:active{transform:translateY(1px)}@media (hover:hover){.role-chip:hover{filter:brightness(.98)}}.role-upsell{color:#666;font-size:12px;margin-top:10px;text-align:right}@media (max-width:360px){.role-card{padding:12px}.role-chip,.role-row{padding:9px 10px}}.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;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(180deg,#ffeaf5,#f6dcff 45%,#ece8ff),radial-gradient(600px 300px at 50% 0,#ffffff8c,#0000001f);display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.auth-card{align-items:center;background:#fff;border-radius:18px;box-shadow:0 26px 60px #0000003d;color:#222;gap:10px;padding:22px;text-align:center;width:min(92vw,380px)}.auth-logo{display:block;height:auto;margin:2px auto 4px;width:180px}.auth-sub{color:#666;font-size:13px;margin:0 0 8px}.auth-title{color:#ff0a85;font-size:22px;font-weight:900;margin-bottom:4px}.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,#ff2a95,#7b61ff);border:none;border-radius:12px;box-shadow:0 12px 28px #0000002e;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:#0000004d;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1400}.signin-card,.signin-overlay{align-items:center;display:flex}.signin-card{background:#fff;border-radius:14px;box-shadow:0 18px 48px #00000047;color:#222;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;cursor:pointer;font-size:18px;line-height:1;padding:6px}.google-row{margin-top:10px}.gbtn-wrap,.google-row{display:flex;justify-content:center}.gbtn-wrap{align-items:center;height:44px;visibility:hidden;width:min(320px,82vw)}.gbtn-wrap.ready{visibility:visible}#googleSignIn{align-items:center;display:flex;justify-content:center;width:100%}.App.stable{display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:visible}.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:#32143c1f;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:calc(max(90px, 0px));bottom:calc(max(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 input{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 input{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-height:640px),(max-width:380px){.App.stable .footer{gap:8px;padding:8px 10px}.App.stable .footer input{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 input{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}}@media (max-height:640px),(max-width:380px){.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 input{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}}.allie-message .bubble-content:not(.has-audio),.user-message .bubble-content:not(.has-audio){padding-right:14px}.instr-title{color:#1a1a1a;font-size:20px;font-weight:800;margin:2px 0 6px}.instr-sub{font-size:14px;margin-bottom:10px;opacity:.85}.instr-list,.tips-list{margin:10px 4px;padding-left:18px;text-align:left}.instr-list li{line-height:1.35;margin:8px 0}.tips-list li{line-height:1.35;margin:6px 0}.instr-quick{color:#333;font-weight:800;margin-top:10px}.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-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;margin-bottom:8px}.instr-list li,.tips-list li{font-size:13px;line-height:1.3;margin:6px 0}.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:14px;margin-top:2px;width:100%}@media (max-width:360px){.auth-actions{gap:8px}.auth-card .btn{font-size:13px;height:44px}}.auth-card .btn:focus-visible{outline:2px solid #7b61ff;outline-offset:2px}.auth-card .btn--disabled[disabled]:focus-visible{outline:none}.auth-card{display:flex;flex-direction:column}.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:min(320px,82vw)}.auth-card .btn{all:unset;align-items:center;background:#fff;border:1px solid #dadce0b3;border-radius:22px;box-sizing:border-box;color:#3c4043;cursor:pointer;display:flex;font:500 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;height:44px;justify-content:center;margin:0 auto;padding:0 48px;position:relative;width:min(320px,82vw)}.auth-card .btn--disabled[disabled]{background:#f8fafc;border-color:#dadce0f2;color:#9aa0a6;cursor:not-allowed;opacity:1}.auth-card .btn--disabled[disabled] .btn-ico{color:#9aa0a6}.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-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%}
/*# sourceMappingURL=main.1cca1e86.css.map*/