@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #05010f;--bg-secondary: rgba(18, 14, 37, .85);--bg-tertiary: rgba(255, 255, 255, .05);--bg-chat: #f5f5f0;--bg-chat-container: #f5f5f0;--text-primary: #f4f4ff;--text-secondary: #d2c1ff;--text-tertiary: #bcaadf;--text-muted: #999;--border-color: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .1);--shadow: rgba(10, 2, 35, .6);--message-user: #fff9c4;--message-bot: #e8e8e8;--input-bg: rgba(255, 255, 255, .05);--header-bg: white;--menu-bg: white;--menu-text: #333;--menu-hover: #f5f5f5}[data-theme=light]{--bg-primary: #f5f5f0;--bg-secondary: rgba(255, 255, 255, .95);--bg-tertiary: rgba(0, 0, 0, .03);--bg-chat: #f5f5f0;--bg-chat-container: #f5f5f0;--text-primary: #333;--text-secondary: #555;--text-tertiary: #666;--text-muted: #999;--border-color: rgba(0, 0, 0, .1);--border-light: rgba(0, 0, 0, .15);--shadow: rgba(0, 0, 0, .1);--message-user: #fff9c4;--message-bot: #e8e8e8;--input-bg: white;--header-bg: white;--menu-bg: white;--menu-text: #333;--menu-hover: #f5f5f5}[data-theme=dark]{--bg-primary: #05010f;--bg-secondary: rgba(18, 14, 37, .85);--bg-tertiary: rgba(255, 255, 255, .05);--bg-chat: #1a1a1a;--bg-chat-container: #1a1a1a;--text-primary: #f4f4ff;--text-secondary: #d2c1ff;--text-tertiary: #bcaadf;--text-muted: #999;--border-color: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .1);--shadow: rgba(10, 2, 35, .6);--message-user: #fff9c4;--message-bot: #2a2a2a;--message-user-text: #333;--input-bg: rgba(255, 255, 255, .05);--header-bg: #1a1a1a;--menu-bg: #2a2a2a;--menu-text: #f4f4ff;--menu-hover: #333}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}a{color:inherit}#root{min-height:100vh;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}[data-theme=dark] #root{background:radial-gradient(circle at 30% 20%,rgba(165,85,247,.4),transparent 55%),radial-gradient(circle at 70% 10%,rgba(236,72,153,.35),transparent 50%),radial-gradient(circle at 50% 80%,rgba(15,118,249,.15),transparent 40%),var(--bg-primary)}[data-theme=light] #root{background:radial-gradient(circle at 30% 20%,rgba(165,85,247,.1),transparent 55%),radial-gradient(circle at 70% 10%,rgba(236,72,153,.08),transparent 50%),radial-gradient(circle at 50% 80%,rgba(15,118,249,.05),transparent 40%),var(--bg-primary)}.topbar{position:fixed;top:0;left:50%;transform:translate(-50%);width:min(1100px,calc(100% - 2rem));padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;z-index:10}.topbar__brand{display:flex;gap:.9rem;align-items:center;cursor:pointer;transition:opacity .2s}.topbar__brand:hover{opacity:.85}.topbar__brand strong{font-size:1.1rem;letter-spacing:.05em}.page{min-height:100vh;padding:calc(2rem + 90px) 1rem 2rem;display:flex;align-items:center;justify-content:center}.page--homepage{padding:2rem 1rem;align-items:flex-start;justify-content:center}.page--login-simple{padding:2rem 1rem;align-items:center;justify-content:center}.login-simple-container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.login-simple-logo{margin-bottom:.5rem}.login-simple-card{width:100%;background:#120e25d9;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;padding:2.5rem;box-shadow:0 20px 60px #0a022399;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-simple-card h1{font-size:2rem;font-weight:700;margin:0 0 2rem;text-align:center;color:#fff;letter-spacing:-.02em}.homepage-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin:0 auto;padding:2rem 0}.homepage-hero{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem}.homepage-logo{margin-bottom:1rem}.homepage-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.homepage-tag{font-size:.75rem;font-weight:500;padding:.35rem .8rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#e9d5ff;text-transform:uppercase;letter-spacing:.05em}.homepage-title{font-size:3rem;font-weight:700;line-height:1.1;margin:0;background:linear-gradient(135deg,#fff,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage-description{font-size:1.1rem;color:#d6ccff;line-height:1.6;margin:0;max-width:520px}.homepage-cta{display:flex;gap:1rem;margin-top:.5rem}.btn-primary,.btn-outline{padding:.85rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:linear-gradient(120deg,#a855f7,#ec4899);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #a855f766}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-outline:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff4d}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.homepage-meta{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem;font-size:.9rem;color:#bcaadf}.homepage-features{margin-top:3rem}.homepage-features h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.homepage-features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.homepage-feature-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;transition:all .2s}.homepage-feature-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px)}.feature-icon{font-size:1.5rem;margin-bottom:.25rem}.homepage-feature-card strong{font-size:1.1rem;color:#fff}.homepage-feature-card p{font-size:.9rem;color:#cdc0ff;margin:0;line-height:1.5}.homepage-chat{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:120px;height:fit-content}.chat-simulator{background:#120e25f2;border:2px solid rgba(168,85,247,.3);border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 60px #0a0223cc,0 0 40px #a855f733;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-header-sim{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.chat-header-sim strong{font-size:1.1rem;color:#fff;letter-spacing:.1em}.chat-bubbles-sim{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;min-height:120px}.chat-bubble-sim{padding:.75rem 1rem;border-radius:1rem;max-width:75%;font-size:.9rem;line-height:1.4}.chat-bubble-sim--left{align-self:flex-start;background:#a855f733;border-bottom-left-radius:4px;color:#e9d5ff}.chat-bubble-sim--right{align-self:flex-end;background:#ffffff1a;border-bottom-right-radius:4px;color:#fff}.chat-actions-sim{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.chat-action-btn{padding:.5rem 1rem;border-radius:999px;font-size:.8rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#d6ccff;cursor:pointer;transition:all .2s}.chat-action-btn:hover{background:#ffffff1f;border-color:#fff3}.login-form-card,.subscription-form-card{background:#120e25d9;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 60px #0a022399;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-form-card h2,.subscription-form-card h2{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.subscription-benefits{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.subscription-benefits li{padding-left:1.5rem;position:relative;color:#d2c1ff}.subscription-benefits li:before{content:"✓";position:absolute;left:0;color:#a855f7;font-weight:700}@media(max-width:1024px){.homepage-container{grid-template-columns:1fr;gap:3rem}.homepage-chat{position:static}.homepage-title{font-size:2.5rem}}.hero-auth{padding:4rem 1.5rem}.page--chat{flex-direction:column;gap:1rem}.page--profile{padding:6rem 1rem}.page--auth,.page--subscription{padding:4rem 1rem}.hero-auth{max-width:1100px;margin:0 auto;gap:2rem;position:relative;overflow:hidden}.hero-auth .glass-panel{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#090518d9}.hero-auth .login-card{max-width:420px}.login-visual{flex:1;padding:2.5rem;min-height:460px;display:flex;flex-direction:column;gap:1.5rem}.logo-deck{display:flex;align-items:center;gap:1.5rem}.logo-deck h1{font-size:2.5rem;margin:0}.visual-copy{font-size:1.1rem;color:#d6ccff;max-width:480px}.visual-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.visual-card{border-radius:1.2rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);min-height:120px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 1px 10px #ffffff14}.visual-card strong{font-size:1.1rem}.visual-card span{color:#cdc0ff;font-size:.95rem}.visual-card--verified{background:linear-gradient(135deg,#faacff2e,#805ad540)}.visual-card--spark{background:linear-gradient(135deg,#fb71852e,#9333ea33)}.visual-card--chat{background:linear-gradient(135deg,#67e8f92e,#3b82f633)}.visual-meta{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#b3a5f6}.login-orbs span{position:absolute;border-radius:999px;filter:blur(60px);opacity:.6}.login-orbs span:nth-child(1){width:220px;height:220px;background:#b026ff;top:-40px;left:5%}.login-orbs span:nth-child(2){width:280px;height:280px;background:#ff61c0;right:-40px;top:20%}.login-orbs span:nth-child(3){width:180px;height:180px;background:#56ccf2;bottom:-30px;left:30%}.glass-panel{background:#120e25d9;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;box-shadow:0 20px 60px #0a022399;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card{max-width:460px;width:100%;padding:2.5rem;text-align:left}.login-card__tags{display:flex;gap:.5rem;margin-bottom:1.25rem}.badge{font-weight:700;text-transform:uppercase;font-size:.9rem;padding:.3rem .9rem;border-radius:999px;color:#0b0717;background:linear-gradient(120deg,#e88eff,#ff5fd2)}.badge--frosted{background:#ffffff26;color:#fef9ff;border:1px solid rgba(255,255,255,.25)}.login-card__content h1,.login-card__content h2{font-size:2rem;margin-bottom:.5rem}.login-card__content p{color:#d2c1ff;margin-bottom:1.5rem}.login-card__content h2{font-size:1.6rem}.card-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.card-form:last-of-type{margin-bottom:0}label{font-size:.9rem;color:#bcaadf;margin-bottom:.25rem;font-weight:500}input,button,a.primary{border-radius:999px;border:none;padding:.85rem 1.4rem;font-size:1rem}input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}input:focus{outline:2px solid rgba(255,179,255,.6)}button,a.primary{cursor:pointer;font-weight:600}button.primary,a.primary{background:linear-gradient(120deg,#a855f7,#ec4899);color:#fff;text-align:center}button.primary:disabled{opacity:.5;cursor:not-allowed}.ghost{background:transparent;color:#f4f4ff;border:1px solid rgba(255,255,255,.15)}.status{margin-top:.5rem;font-size:.9rem;color:#8cf0ff;text-align:center}.status.error{color:#ff8aa3}.chat-header{width:min(900px,100%);padding:1.2rem 1.5rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.chat-header__profile{display:flex;gap:1rem;align-items:center}.avatar{width:48px;height:48px;border-radius:14px;object-fit:cover}.label{font-weight:600}.subtle{color:#bbaed6;font-size:.85rem}.chat-panel{width:min(900px,100%);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:70vh}.load-more{align-self:center;background:transparent;color:#dcd3ff;border:1px dashed rgba(255,255,255,.3);padding:.4rem 1.5rem}.chat-thread{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.5rem}.chat-bubble{max-width:70%;padding:.85rem 1rem;border-radius:20px;position:relative}.chat-bubble.sent{align-self:flex-end;background:linear-gradient(120deg,#a855f7,#ec4899);border-bottom-right-radius:8px}.chat-bubble.received{align-self:flex-start;background:#ffffff14;border-bottom-left-radius:8px}.chat-bubble span{display:block;font-size:.75rem;color:#ffffffb3;margin-top:.35rem;text-align:right}.chat-input{display:flex;gap:.8rem}.chat-input input{flex:1}.subscription-card{max-width:560px;width:100%;padding:2.5rem}.subscription-card ul{margin:1rem 0 1.5rem;padding-left:1rem;color:#d2c1ff}.subscription-card li{margin-bottom:.4rem}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;color:#c2a8ff}.profile-shell{width:min(960px,100%);padding:2rem;display:grid;gap:1.5rem}.profile-nav{display:flex;gap:1rem;flex-wrap:wrap}.profile-nav a{text-decoration:none;color:#f4f4ff;padding:.5rem 1.2rem;border-radius:999px;background:#ffffff0a}.profile-nav a.active{background:linear-gradient(120deg,#a855f7,#ec4899)}.profile-content h2{margin-bottom:.5rem}.profile-content p,.profile-content li{color:#d5caff}.profile-content ol{padding-left:1.2rem}@media(max-width:720px){.chat-bubble{max-width:85%}.chat-header,.chat-panel,.login-card,.subscription-card,.profile-shell,.login-visual{padding:1.5rem}.chat-input,.hero-auth{flex-direction:column}}.page--login-new{padding:0;position:relative;min-height:100vh;height:100vh;background:var(--bg-primary);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.login-background{position:absolute;inset:0;z-index:0}.login-background-image{width:100%;height:100%;background:linear-gradient(135deg,#ffb6c14d,#ffdab94d),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23f5f5f0" width="1200" height="800"/><circle fill="%23ffd4e5" cx="300" cy="200" r="150" opacity="0.3"/><circle fill="%23ffe4b5" cx="900" cy="400" r="200" opacity="0.2"/></svg>');background-size:cover;background-position:center;filter:blur(.5px)}.login-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;width:100%;max-width:500px;text-align:center}.login-title{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.5rem;width:100%}.login-title-small{font-size:1.2rem;font-weight:400;color:var(--text-muted);letter-spacing:.05em;text-transform:lowercase;transition:color .3s ease}.login-title-large{font-size:3.5rem;font-weight:700;color:#000;letter-spacing:.02em;text-transform:lowercase;font-family:serif;transition:color .3s ease}.login-tagline{font-size:.95rem;color:var(--text-muted);text-transform:lowercase;margin:0 0 2.5rem;letter-spacing:.05em;transition:color .3s ease}.login-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1rem;margin:0 auto 1.5rem;align-items:stretch}.phone-input-container{display:flex;background:var(--input-bg);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow);transition:background-color .3s ease,box-shadow .3s ease;width:100%}.phone-code{padding:.85rem 1rem;background:#f0f0f0;color:#666;font-weight:500;border-right:1px solid #e0e0e0;display:flex;align-items:center}.phone-input{flex:1;padding:.85rem 1rem;border:none;outline:none;font-size:1rem;color:#333;background:#fff;border-radius:0}.phone-input:focus{border-radius:0;outline:none}.phone-input::placeholder{color:var(--text-muted)}.login-continue-btn{padding:.85rem 2rem;background:#999;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;text-transform:lowercase;transition:background .2s;width:100%}.login-continue-btn:not(:disabled){background:#333}.login-continue-btn:hover:not(:disabled){background:#222}.login-continue-btn:disabled{opacity:.6;cursor:not-allowed;background:#999}.login-links{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;margin-bottom:auto;flex-wrap:wrap;width:100%}.login-link{font-size:.85rem;color:var(--text-muted);text-decoration:none;text-transform:lowercase;cursor:pointer;transition:color .3s ease}.login-link:hover{color:var(--text-tertiary)}.login-branding{margin-top:auto;padding-top:2rem;align-self:center;width:100%;text-align:center}.brand-logo{font-size:.85rem;color:#fff;font-weight:500}.subscription-card-new{width:100%;max-width:400px;background:var(--bg-secondary);border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px var(--shadow);text-align:center;margin-bottom:1.5rem;transition:background-color .3s ease,box-shadow .3s ease}.subscription-title{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;transition:color .3s ease}.subscription-message{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0 0 2rem;transition:color .3s ease}.subscription-download-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem 2rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background .2s;margin-bottom:1rem}.subscription-download-btn:hover{background:#222}.subscription-download-btn svg{width:20px;height:20px}.subscription-logout-btn{width:100%;padding:.75rem 2rem;background:transparent;color:#666;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.subscription-logout-btn:hover{background:#f5f5f5;border-color:#d0d0d0}.otp-content{position:absolute;inset:0;z-index:1;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.otp-back-btn{position:absolute;top:1.5rem;left:1.5rem;background:#fff;border:none;color:#000;font-size:1.2rem;cursor:pointer;padding:.5rem;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;z-index:2}.otp-back-btn:hover{background:#f5f5f5}.otp-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem;text-transform:lowercase}.otp-message{font-size:.9rem;color:#ffffffe6;margin:0 0 2rem}.otp-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;margin:0 auto 1.5rem;align-items:center;position:relative}.otp-inputs{display:flex;gap:.75rem;justify-content:center;width:100%}.otp-input{width:50px;height:50px;text-align:center;font-size:1.8rem;font-weight:700;border:none;border-radius:8px;background:#fff;color:#000;outline:none;caret-color:#000;-webkit-appearance:none;-moz-appearance:textfield;box-shadow:0 2px 4px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:0}.otp-input::-webkit-outer-spin-button,.otp-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-input:focus{outline:1px solid #cccccc;outline-offset:0;background:#fff;box-shadow:0 2px 8px #00000026}.otp-input::placeholder{color:transparent;opacity:0}.otp-input::-webkit-input-placeholder{color:transparent;opacity:0}.otp-input:-moz-placeholder{color:transparent;opacity:0}.otp-input::-moz-placeholder{color:transparent;opacity:0}.otp-input:-ms-input-placeholder{color:transparent;opacity:0}.otp-input,.otp-input:focus,.otp-input:active,.otp-input:hover,.otp-input:disabled{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background-color:#fff!important;opacity:1!important}input.otp-input[type=tel]{color:#000!important;-webkit-text-fill-color:#000000!important}input[type=tel].otp-input{color:#000!important;-webkit-text-fill-color:#000000!important;text-fill-color:#000000!important}.otp-verify-btn{padding:.85rem 2rem;background:#666;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;text-transform:lowercase;transition:background .2s}.otp-verify-btn:hover:not(:disabled){background:#555}.otp-verify-btn:disabled{opacity:.6;cursor:not-allowed}.otp-resend{text-align:center;margin-bottom:1rem}.otp-resend-text{font-size:.85rem;color:#ffffffe6}.otp-resend-link{background:none;border:none;color:#fff;text-decoration:underline;cursor:pointer;font-size:.85rem}.otp-resend-link:disabled{opacity:.6;cursor:not-allowed}.login-error{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#ff0000e6;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;z-index:10}.page--chat-new{padding:0;min-height:100vh;height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color .3s ease;width:100%;overflow:hidden}.page--chat-with-game{flex-direction:row;align-items:stretch;justify-content:flex-start}.chat-membership-loader{display:flex;align-items:center;justify-content:center;width:100%;height:100vh}.chat-membership-spinner{width:48px;height:48px;border:4px solid var(--bg-tertiary);border-top-color:var(--text-primary);border-radius:50%;animation:spin .8s linear infinite;transition:border-color .3s ease}.chat-wrapper{width:100%;max-width:750px;height:100vh;background:var(--bg-chat-container);display:flex;flex-direction:column;overflow:hidden;transition:background-color .3s ease,background-image .3s ease,width .3s ease,max-width .3s ease;position:relative}.page--chat-with-game .chat-wrapper{width:50%;max-width:50%;flex-shrink:0;margin:0}[data-chat-background=default] .chat-wrapper{background:var(--bg-chat-container)}[data-chat-background=doodle] .chat-wrapper{background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(0,0,0,.02) 35px,rgba(0,0,0,.02) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(0,0,0,.02) 35px,rgba(0,0,0,.02) 70px),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23000" opacity="0.05"/><circle cx="80" cy="30" r="1.5" fill="%23000" opacity="0.05"/><circle cx="40" cy="70" r="1" fill="%23000" opacity="0.05"/><circle cx="70" cy="80" r="2" fill="%23000" opacity="0.05"/><path d="M10 50 Q30 30 50 50 T90 50" stroke="%23000" stroke-width="0.5" fill="none" opacity="0.05"/><path d="M15 60 Q35 40 55 60 T95 60" stroke="%23000" stroke-width="0.5" fill="none" opacity="0.05"/></svg>');background-color:var(--bg-chat-container);background-size:200px 200px,200px 200px,100px 100px;background-position:0 0,0 0,0 0}[data-chat-background=solid-1] .chat-wrapper{background:#e8f5e9}[data-theme=dark][data-chat-background=solid-1] .chat-wrapper{background:#1b5e20}[data-chat-background=solid-2] .chat-wrapper{background:#e3f2fd}[data-theme=dark][data-chat-background=solid-2] .chat-wrapper{background:#0d47a1}[data-chat-background=solid-3] .chat-wrapper{background:#f3e5f5}[data-theme=dark][data-chat-background=solid-3] .chat-wrapper{background:#4a148c}[data-chat-background=solid-4] .chat-wrapper{background:#fff3e0}[data-theme=dark][data-chat-background=solid-4] .chat-wrapper{background:#e65100}.chat-header-new{background:var(--header-bg);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-light);position:relative;flex-shrink:0;transition:background-color .3s ease,border-color .3s ease;border-radius:0 0 12px 12px}.chat-header-profile{display:flex;align-items:center;gap:.75rem}.chat-avatar-container{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#e0e0e0}.chat-avatar{width:100%;height:100%;object-fit:cover}.chat-header-info{display:flex;flex-direction:column;gap:.15rem}.chat-header-name{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.2;transition:color .3s ease}.chat-header-status{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.2;transition:color .3s ease}.chat-theme-container{position:relative}.chat-theme-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .3s ease}.chat-theme-btn:hover{color:var(--text-primary)}.chat-theme-menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--menu-bg);border-radius:8px;box-shadow:0 4px 12px var(--shadow);padding:.5rem;min-width:120px;z-index:1000;display:flex;flex-direction:column;gap:.25rem;transition:background-color .3s ease,box-shadow .3s ease}.chat-theme-option{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:transparent;border:none;cursor:pointer;color:var(--menu-text);font-size:.9rem;border-radius:6px;transition:background .2s,color .3s ease;text-align:left}.chat-theme-option:hover{background:var(--menu-hover)}.chat-theme-option.active{background:var(--menu-hover);font-weight:500}.chat-theme-option svg{flex-shrink:0}.chat-menu-container{position:relative}.chat-menu-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .3s ease}.chat-menu-btn:hover{color:var(--text-primary)}.chat-menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--menu-bg);border-radius:12px;box-shadow:0 4px 20px var(--shadow);padding:.5rem;min-width:180px;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}.chat-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--menu-text);border-radius:8px;transition:background .2s,color .3s ease}.chat-menu-item:hover{background:var(--menu-hover)}.chat-menu-item svg{color:#666}.chat-menu-item--logout{color:#f44;margin-top:.25rem;border-top:1px solid #f0f0f0;padding-top:.75rem}.chat-menu-item--logout svg{color:#f44}.chat-messages-container{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.chat-messages-container::-webkit-scrollbar{display:none}.chat-input-new{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:var(--header-bg);border-top:1px solid var(--border-light);flex-shrink:0;width:100%;box-sizing:border-box;margin:0 0 1rem;transition:background-color .3s ease,border-color .3s ease;border-radius:12px}.chat-input-wrapper{display:flex;align-items:flex-end;gap:.5rem;flex:1;min-width:0}.chat-input-footer{display:flex;justify-content:flex-end;width:100%}.chat-load-more{align-self:center;background:transparent;border:1px dashed #ccc;color:#999;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;margin-bottom:1rem}.chat-messages{display:flex;flex-direction:column;gap:.5rem;flex:1;width:100%}.chat-date-separator{display:flex;justify-content:center;margin:1rem 0}.chat-date-separator span{background:var(--bg-tertiary);color:var(--text-muted);padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:background-color .3s ease,color .3s ease}.chat-message-bubble{max-width:70%;padding:.6rem .9rem;border-radius:8px;position:relative;word-wrap:break-word;margin-bottom:.25rem;display:flex;flex-direction:column;width:fit-content}.chat-message--rashmika{align-self:flex-start!important;background:var(--message-bot)!important;border-bottom-left-radius:4px;margin-right:auto;transition:background-color .3s ease}.chat-message--user{align-self:flex-end!important;background:var(--message-user)!important;border-bottom-right-radius:4px;margin-left:auto;transition:background-color .3s ease}.chat-message--user .chat-message-text{color:var(--message-user-text, #333)}.chat-message-image-container{margin-bottom:.5rem;border-radius:8px;overflow:hidden;max-width:100%}.chat-message-image{width:100%;max-width:300px;height:auto;display:block;border-radius:8px;object-fit:cover}.chat-message-audio-container{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#0000000d;border-radius:8px;margin-bottom:.5rem;min-width:200px}[data-theme=dark] .chat-message-audio-container{background:#ffffff1a}.chat-audio-play-btn{background:var(--text-primary);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--bg-chat-container);flex-shrink:0;transition:transform .2s ease,opacity .2s ease;padding:0}.chat-audio-play-btn:hover{transform:scale(1.05);opacity:.9}.chat-audio-play-btn:active{transform:scale(.95)}.chat-audio-play-btn svg{width:20px;height:20px;stroke:var(--bg-chat-container);fill:var(--bg-chat-container);display:block}.chat-audio-waveform{display:flex;align-items:center;justify-content:space-between;gap:2px;flex:1;height:40px;padding:0 .5rem}.chat-audio-waveform-bar{flex:1;min-width:2px;max-width:4px;background:var(--text-primary);opacity:.5;border-radius:2px;transition:opacity .3s ease;min-height:8px;align-self:center}.chat-audio-waveform-bar--playing{opacity:.9;animation:audioWaveform .8s ease-in-out infinite}@keyframes audioWaveform{0%,to{transform:scaleY(1);opacity:.5}50%{transform:scaleY(1.3);opacity:1}}.chat-audio-duration{font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.chat-message-games-container{display:grid;gap:.75rem;margin-bottom:.5rem;width:100%}.chat-message-game-card{background:#0000000d;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}[data-theme=dark] .chat-message-game-card{background:#ffffff1a}.chat-message-game-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.chat-message-game-thumbnail{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.chat-message-game-title{padding:.5rem;font-size:.85rem;font-weight:500;color:var(--text-primary);text-align:center;transition:color .3s ease}.chat-game-overlay-desktop{width:50%;height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;flex-shrink:0;position:relative;overflow:hidden}.chat-game-container-desktop{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-primary)}.chat-close-game-btn{background:#ff9800;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,opacity .2s ease;white-space:nowrap}.chat-close-game-btn:hover{background:#f57c00}.chat-close-game-btn:active{opacity:.8}.chat-game-iframe-desktop{width:100%;flex:1;border:none;background:var(--bg-primary)}.chat-game-overlay-mobile{position:fixed;inset:0;background:var(--bg-primary);z-index:1000;display:flex;flex-direction:column}.chat-game-navbar-mobile{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--header-bg);border-bottom:1px solid var(--border-light);flex-shrink:0;min-height:48px}.chat-game-title-mobile{font-size:.9rem;font-weight:600;color:var(--text-primary);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-game-close-mobile{background:transparent;border:none;cursor:pointer;padding:.5rem;color:var(--text-primary);display:flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0}.chat-game-iframe-mobile{width:100%;flex:1;border:none;background:var(--bg-primary)}[data-chat-theme=green] .chat-message--user{background:#c8e6c9!important}[data-chat-theme=green] .chat-message--rashmika{background:#a5d6a7!important}[data-chat-theme=blue] .chat-message--user{background:#bbdefb!important}[data-chat-theme=blue] .chat-message--rashmika{background:#90caf9!important}[data-chat-theme=purple] .chat-message--user{background:#ce93d8!important}[data-chat-theme=purple] .chat-message--rashmika{background:#ba68c8!important}[data-chat-theme=pink] .chat-message--user{background:#f8bbd0!important}[data-chat-theme=pink] .chat-message--rashmika{background:#f48fb1!important}[data-chat-theme=orange] .chat-message--user{background:#ffe0b2!important}[data-chat-theme=orange] .chat-message--rashmika{background:#ffcc80!important}.chat-message-text{margin:0;color:var(--text-primary);font-size:.9rem;line-height:1.4;transition:color .3s ease}.chat-reply-preview{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;gap:.5rem;align-items:flex-start;transition:border-color .3s ease}.chat-reply-preview--user{border-bottom-color:#ffffff4d}.chat-reply-preview--bot{border-bottom-color:#00000026}[data-theme=dark] .chat-reply-preview--bot{border-bottom-color:#ffffff26}.chat-reply-preview-line{width:3px;background:#0000004d;border-radius:2px;flex-shrink:0;min-height:2.5rem;transition:background-color .3s ease}[data-theme=dark] .chat-reply-preview-line{background:#ffffff4d}.chat-reply-preview--user .chat-reply-preview-line{background:#ffffff80}.chat-reply-preview-content{flex:1;min-width:0;overflow:hidden}.chat-reply-preview-sender{font-size:.75rem;font-weight:600;color:#000000b3;margin-bottom:.15rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;transition:color .3s ease}[data-theme=dark] .chat-reply-preview-sender{color:#ffffffb3}.chat-reply-preview--user .chat-reply-preview-sender{color:#ffffffe6}.chat-reply-preview-message{font-size:.8rem;color:#0009;line-height:1.3;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}[data-theme=dark] .chat-reply-preview-message{color:#fff9}.chat-reply-preview--user .chat-reply-preview-message{color:#fffc}.chat-message-time{font-size:.7rem;color:var(--text-muted);display:flex;align-items:center;gap:.25rem;margin-top:.25rem;transition:color .3s ease}.chat-message-checkmark{color:#666;font-size:.75rem;margin-left:.15rem;display:inline-flex;align-items:center;position:relative}.chat-message-checkmark--sent,.chat-message-checkmark--delivered{color:#666}.chat-message-checkmark--read{color:#4fc3f7}.chat-message-checkmark span{display:inline-block;line-height:1}.chat-message-checkmark span:first-child{position:relative;z-index:1}.chat-message-checkmark span:last-child{margin-left:-.25em;position:relative;z-index:0}.chat-typing-container{padding:.5rem 1rem;display:flex;align-items:center;background:var(--bg-chat-container);border-top:1px solid var(--border-color)}.image-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;cursor:default}.image-modal-close{position:absolute;top:-2.5rem;right:0;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease,border-color .2s ease;z-index:10001;box-shadow:0 2px 8px #0000004d;padding:0;margin:0;overflow:visible}.image-modal-close:hover{background:#f5f5f5;transform:scale(1.1);border-color:#0003}.image-modal-close svg{display:block!important;width:56px!important;height:56px!important;flex-shrink:0;visibility:visible!important;opacity:1!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.image-modal-close svg g{fill:#000!important}.image-modal-close svg path{fill:#000!important;stroke:none!important;visibility:visible!important;opacity:1!important}.image-modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.chat-typing-indicator{display:flex;gap:.25rem;padding:.5rem .75rem;align-items:center}.chat-typing-indicator span{width:.5rem;height:.5rem;border-radius:50%;background:#999;animation:typing 1.4s infinite}.chat-typing-indicator span:nth-child(2){animation-delay:.2s}.chat-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-.5rem);opacity:1}}.chat-loading,.chat-error{text-align:center;color:#999;font-size:.9rem;padding:1rem}.chat-error{color:#f44}.chat-loading-more{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:var(--text-muted);font-size:.85rem;transition:color .3s ease}.chat-loader{width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#999;border-radius:50%;animation:spin .8s linear infinite}.chat-input-field{flex:1;padding:.75rem 0;border:none;outline:none;font-size:.95rem;color:var(--text-primary);background:var(--input-bg);border-radius:0;margin:0;transition:background-color .3s ease,color .3s ease;resize:none;min-height:2rem;max-height:6rem;overflow-y:auto;font-family:inherit;line-height:1.4}.chat-input-field:focus{outline:none;border:none;box-shadow:none}.chat-input-field::placeholder{color:#999}.chat-input-icon{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-input-icon:hover{color:#333}.chat-emoji-container{position:relative;flex-shrink:0}.chat-reaction-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.chat-reaction-btn:hover{color:var(--text-primary)}.chat-emoji-picker{position:absolute;bottom:calc(100% + .5rem);right:0;background:var(--menu-bg);border-radius:12px;box-shadow:0 4px 20px var(--shadow);width:320px;max-height:400px;display:flex;flex-direction:column;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease;overflow:hidden}.chat-emoji-tabs{display:flex;gap:.25rem;padding:.5rem;border-bottom:1px solid var(--border-light);background:var(--bg-tertiary);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.chat-emoji-tabs::-webkit-scrollbar{display:none}.chat-emoji-tab{background:transparent;border:none;cursor:pointer;padding:.5rem;font-size:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s ease;flex-shrink:0;min-width:36px;height:36px}.chat-emoji-tab:hover,.chat-emoji-tab.active{background:var(--menu-hover)}.chat-emoji-content{flex:1;overflow-y:auto;padding:.5rem;max-height:320px;scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}.chat-emoji-content::-webkit-scrollbar{width:6px}.chat-emoji-content::-webkit-scrollbar-track{background:transparent}.chat-emoji-content::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.chat-emoji-empty{text-align:center;padding:2rem;color:var(--text-muted);font-size:.875rem}.chat-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.25rem;max-width:100%}.chat-emoji-item{background:transparent;border:none;cursor:pointer;padding:.5rem;font-size:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s ease,transform .1s ease;aspect-ratio:1}.chat-emoji-item:hover{background:var(--menu-hover);transform:scale(1.1)}.chat-send-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s,opacity .2s}.chat-send-btn:hover:not(:disabled){color:#000}.chat-send-btn:disabled{opacity:.3;cursor:not-allowed}.chat-enter-toggle-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.chat-enter-toggle-checkbox{width:14px;height:14px;cursor:pointer;accent-color:#4A90E2;margin:0;flex-shrink:0}.chat-enter-toggle-text{font-size:.75rem;color:#4a90e2;font-weight:400;white-space:nowrap}@media(max-width:720px){.login-content,.otp-content{padding:1.5rem}.login-title-large{font-size:2.5rem}.chat-message-bubble{max-width:85%}.chat-header-new{padding:.75rem 1rem}}.page--profile-new{min-height:100vh;background:var(--bg-chat-container);padding:0;transition:background-color .3s ease}.profile-header{position:sticky;top:0;background:var(--bg-chat-container);padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--border-light);z-index:100;transition:background-color .3s ease,border-color .3s ease;max-width:750px;margin:0 auto}.profile-back-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:color .2s ease}.profile-back-btn:hover{color:var(--text-primary);opacity:.7}.profile-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0;transition:color .3s ease}.profile-content-new{max-width:750px;margin:0 auto;padding:2rem 1.25rem}.profile-picture-container{display:flex;justify-content:center;margin-bottom:2rem}.profile-picture{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--border-light);transition:border-color .3s ease}.profile-section{margin-bottom:2rem}.profile-section-label{font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;transition:color .3s ease}.profile-input-container{position:relative;background:var(--bg-secondary);border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;transition:background-color .3s ease}.profile-input{flex:1;border:none;background:transparent;font-size:1rem;color:var(--text-primary);outline:none;padding:0;transition:color .3s ease}.profile-input:disabled{opacity:1;cursor:default}.profile-edit-icon{color:var(--text-muted);flex-shrink:0;transition:color .3s ease}.profile-hint{font-size:.75rem;color:var(--text-muted);margin-top:.5rem;padding-left:.25rem;transition:color .3s ease}.profile-settings-item{background:var(--bg-secondary);border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:background-color .3s ease}.profile-settings-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-settings-icon--theme{background:#2196f3}.profile-settings-text{flex:1;font-size:1rem;color:var(--text-primary);transition:color .3s ease}.profile-theme-selector{display:flex;gap:.25rem;background:var(--bg-tertiary);border-radius:8px;padding:.25rem;transition:background-color .3s ease}.profile-theme-option{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-primary);font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.profile-theme-option.active{background:#d4a574;color:#fff}.profile-link-item{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border-radius:8px;padding:1rem;text-decoration:none;color:var(--text-primary);margin-bottom:.5rem;transition:background-color .3s ease,color .3s ease}.profile-link-item:last-child{margin-bottom:0}.profile-link-item:hover{background:var(--bg-tertiary)}.profile-link-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-link-icon--help{background:#9c27b0}.profile-link-icon--whatsapp{background:#25d366}.profile-link-icon--legal{background:transparent;color:var(--text-muted);border-radius:0;width:auto;height:auto}.profile-link-text{flex:1;font-size:1rem;color:var(--text-primary);transition:color .3s ease}.profile-link-arrow{color:var(--text-muted);flex-shrink:0;transition:color .3s ease}.profile-footer{text-align:center;font-size:.75rem;color:var(--text-muted);margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light);transition:color .3s ease,border-color .3s ease}.profile-settings-icon--background{background:#ff9800}.profile-settings-icon--chat-theme{background:#9c27b0}.profile-background-selector,.profile-chat-theme-selector{display:flex;gap:.5rem;flex-wrap:wrap}.profile-background-option,.profile-chat-theme-option{background:transparent;border:2px solid transparent;border-radius:8px;padding:.25rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.profile-background-option:hover,.profile-chat-theme-option:hover{border-color:var(--border-light);background:var(--bg-tertiary)}.profile-background-option.active,.profile-chat-theme-option.active{border-color:#4a90e2;background:var(--bg-tertiary)}.profile-background-preview,.profile-chat-theme-preview{width:40px;height:40px;border-radius:6px;border:1px solid var(--border-light)}.profile-background-preview--default{background:var(--bg-chat-container)}.profile-background-preview--doodle{background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.05) 10px,rgba(0,0,0,.05) 20px),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><circle cx="8" cy="8" r="1" fill="%23000" opacity="0.1"/><circle cx="32" cy="12" r="0.8" fill="%23000" opacity="0.1"/><path d="M4 20 Q12 12 20 20 T36 20" stroke="%23000" stroke-width="0.5" fill="none" opacity="0.1"/></svg>');background-color:var(--bg-chat-container);background-size:20px 20px,40px 40px}.profile-background-preview--solid-1{background:#e8f5e9}[data-theme=dark] .profile-background-preview--solid-1{background:#1b5e20}.profile-background-preview--solid-2{background:#e3f2fd}[data-theme=dark] .profile-background-preview--solid-2{background:#0d47a1}.profile-background-preview--solid-3{background:#f3e5f5}[data-theme=dark] .profile-background-preview--solid-3{background:#4a148c}.profile-background-preview--solid-4{background:#fff3e0}[data-theme=dark] .profile-background-preview--solid-4{background:#e65100}.profile-chat-theme-preview--default{background:linear-gradient(135deg,#fff9c4,#e8e8e8)}.profile-chat-theme-preview--green{background:linear-gradient(135deg,#c8e6c9,#a5d6a7)}.profile-chat-theme-preview--blue{background:linear-gradient(135deg,#bbdefb,#90caf9)}.profile-chat-theme-preview--purple{background:linear-gradient(135deg,#ce93d8,#ba68c8)}.profile-chat-theme-preview--pink{background:linear-gradient(135deg,#f8bbd0,#f48fb1)}.profile-chat-theme-preview--orange{background:linear-gradient(135deg,#ffe0b2,#ffcc80)}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;background:var(--bg-primary);transition:background-color .3s ease;position:fixed;inset:0;z-index:9999;opacity:1;will-change:auto}.loader-spinner{width:48px;height:48px;border:4px solid var(--bg-tertiary);border-top-color:var(--text-primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem;transition:border-color .3s ease}.loader-text{color:var(--text-muted);font-size:.95rem;margin:0;transition:color .3s ease}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rashmika-logo{display:inline-flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.rashmika-logo:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.15),transparent 50%);filter:blur(20px);opacity:.8;animation:radialPulse 4s ease-in-out infinite}.rashmika-logo span{position:relative;font-weight:800;font-size:100%;letter-spacing:-.05em;color:#d8b4fe;text-shadow:0 0 20px rgba(216,180,254,.8),0 0 40px rgba(168,85,247,.6),0 0 60px rgba(139,92,246,.4),0 0 80px rgba(124,58,237,.2);filter:drop-shadow(0 0 15px rgba(216,180,254,.5));z-index:1}.rashmika-logo:after{content:"";position:absolute;inset:-15%;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.08) 0%,transparent 40%);filter:blur(15px);opacity:.6;animation:sparkle 6s ease-in-out infinite}@keyframes radialPulse{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}@keyframes sparkle{0%,to{opacity:.4}50%{opacity:.8}}
