* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
html, body { margin: 0; padding: 0; background: #0d0d0d; width: 100%; height: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
#wrap { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; }
#app { width: 390px; height: 844px; border-radius: 0; overflow: hidden; border: none; position: relative; display: flex; flex-direction: column; transform-origin: center center; }
#app.theme-a { background: linear-gradient(165deg, #2D1B4E 0%, #3D1F5C 45%, #4A1942 100%); }
#app.theme-b { background: linear-gradient(165deg, #FDF0EC 0%, #FCE8E4 60%, #FAE0DC 100%); }
#topbar { padding: 14px 20px 10px; display: flex; align-items: center; justify-content: space-between; border-bottom: 0.5px solid; z-index: 5; flex-shrink: 0; }
.theme-a #topbar { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); }
.theme-b #topbar { background: rgba(255,255,255,0.5); border-color: rgba(0,0,0,0.06); }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-logo { width: 30px; height: 30px; }
.brand-word { height: 19px; }
.theme-a .brand-word .wm { fill: #E9E9E1; }
.theme-b .brand-word .wm { fill: #2D2A26; }
#topbar .icons { display: flex; gap: 16px; font-size: 22px; }
.theme-a #topbar .icons i { color: rgba(255,255,255,0.9); }
.theme-b #topbar .icons i { color: #C56FB6; }
.settings-btn { cursor: pointer; }
.screen { flex: 1; position: relative; overflow: hidden; }
.view { position: absolute; inset: 0; display: none; }
.view.active { display: block; }
#card-area { position: absolute; inset: 0; padding: 10px 14px; overflow: hidden; }
.card { position: absolute; left:14px; right:14px; top:10px; bottom:10px; border-radius:20px; overflow:visible; cursor:grab; user-select:none; box-shadow: 0 0 0 1px rgba(255,255,255,0.2),0 0 22px 6px rgba(255,255,255,0.15),0 8px 32px rgba(0,0,0,0.25); }
.card:active { cursor:grabbing; }
.card-img { width:100%; height:100%; display:block; border-radius:20px; }
.photo-bars { position:absolute; top:10px; left:14px; right:14px; z-index:25; display:flex; gap:5px; }
.photo-bar { flex:1; height:3px; border-radius:2px; background:rgba(255,255,255,0.35); overflow:hidden; }
.photo-bar-fill { height:100%; width:0%; background:#fff; border-radius:2px; }
.photo-bar.active .photo-bar-fill { width:100%; }
.tap-zone { position:absolute; top:0; bottom:35%; width:38%; z-index:15; cursor:pointer; }
.tap-left { left:0; } .tap-right { right:0; }
.card-info { position:absolute; bottom:0; left:0; right:0; padding:110px 20px 22px; background:linear-gradient(transparent,rgba(255,255,255,0.92)); color:#222; border-radius:0 0 20px 20px; z-index:16; }
.card-name { font-size:26px; font-weight:500; color:#1a1a1a; }
.card-sub { font-size:13px; color:#555; margin-top:4px; }
.card-dist { font-size:12px; color:#7a8fa8; margin-top:5px; display:flex; align-items:center; gap:4px; }
.card-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.tag { background:rgba(0,0,0,0.07); border:0.5px solid rgba(0,0,0,0.15); border-radius:20px; padding:3px 10px; font-size:12px; color:#333; }
.drag-handle-area { position:absolute; top:20px; left:50%; transform:translateX(-50%); z-index:30; display:flex; flex-direction:column; align-items:center; cursor:grab; user-select:none; padding:6px 20px; }
.drag-handle { width:50px; height:4px; background:rgba(0,0,0,0.3); border-radius:2px; }
.rating-badge { position:absolute; top:26px; right:14px; z-index:26; background:rgba(0,0,0,0.45); border:1px solid rgba(255,255,255,0.3); border-radius:20px; padding:5px 10px; display:flex; align-items:center; gap:5px; color:#FFD166; font-size:14px; font-weight:500; }
.stamp { position:absolute; top:44px; padding:10px 22px; border-radius:16px; font-family:'Bangers',cursive; font-size:36px; font-weight:400; border:4px solid; opacity:0; pointer-events:none; z-index:20; letter-spacing:2px; outline:2px solid rgba(255,255,255,0.35); outline-offset:3px; }
.stamp.like { left:20px; color:#1edd7a; border-color:#1edd7a; transform:rotate(-18deg); background:rgba(29,212,121,0.12); box-shadow:0 0 18px 4px rgba(29,212,121,0.45), inset 0 0 10px rgba(29,212,121,0.15); text-shadow:0 0 12px rgba(29,212,121,0.8); }
.stamp.nope { right:20px; color:#ff4f4f; border-color:#ff4f4f; transform:rotate(18deg); background:rgba(255,79,79,0.12); box-shadow:0 0 18px 4px rgba(255,79,79,0.45), inset 0 0 10px rgba(255,79,79,0.15); text-shadow:0 0 12px rgba(255,79,79,0.8); }
.stamp.super { left:50%; top:50%; transform:translate(-50%,-50%) rotate(-6deg); color:#5C7CFA; border-color:#5C7CFA; background:rgba(92,124,250,0.12); box-shadow:0 0 18px 4px rgba(92,124,250,0.45); text-shadow:0 0 12px rgba(92,124,250,0.8); white-space:nowrap; padding:10px 28px; font-size:32px; }


/* Limit modal */
#limit-modal-bd { display:none; position:absolute; inset:0; background:rgba(0,0,0,.55); z-index:400; }
#limit-modal-bd.show { display:block; }
#limit-modal { display:none; position:absolute; left:50%; bottom:-300px; transform:translateX(-50%); width:calc(100% - 40px); max-width:340px; border-radius:24px; z-index:401; text-align:center; transition:bottom .35s cubic-bezier(0.34,1.2,0.64,1); overflow:hidden; background:linear-gradient(135deg,#1a0a2e,#2d1044,#3a1a10,#2a1a00); background-size:300% 300%; animation:lmBgCycle 12s ease infinite; }
#limit-modal.show { display:block; bottom:80px; }
@keyframes lmBgCycle { 0%{background-position:0% 0%} 33%{background-position:100% 0%} 66%{background-position:100% 100%} 100%{background-position:0% 0%} }
.lm-bg-anim { position:absolute; inset:0; pointer-events:none; z-index:0; overflow:hidden; border-radius:24px; }
.lm-orb { position:absolute; border-radius:50%; filter:blur(40px); opacity:.55; }
.lm-orb1 { width:160px; height:160px; background:radial-gradient(circle,#FF8C00,transparent 70%); top:-40px; left:-40px; animation:lmOrb1 9s ease-in-out infinite; }
.lm-orb2 { width:140px; height:140px; background:radial-gradient(circle,#A85CF9,transparent 70%); bottom:-30px; right:-30px; animation:lmOrb2 11s ease-in-out infinite; }
.lm-orb3 { width:100px; height:100px; background:radial-gradient(circle,#FF4F4F,transparent 70%); top:50%; left:50%; transform:translate(-50%,-50%); animation:lmOrb3 7s ease-in-out infinite; }
@keyframes lmOrb1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(30px,20px)} }
@keyframes lmOrb2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-25px,-18px)} }
@keyframes lmOrb3 { 0%,100%{transform:translate(-50%,-50%) scale(1)} 50%{transform:translate(-50%,-50%) scale(1.4)} }
.lm-content { position:relative; z-index:1; padding:28px 24px 20px; }
.lm-icon { font-size:42px; margin-bottom:10px; }
.lm-title { font-size:19px; font-weight:800; color:#fff; margin-bottom:8px; }
.lm-body { font-size:14px; color:rgba(255,255,255,.6); line-height:1.6; margin-bottom:20px; }
.lm-gold-btn { width:100%; padding:14px; border-radius:14px; border:none; cursor:pointer; font-size:15px; font-weight:700; background:linear-gradient(135deg,#FFD700,#FF8C00); color:#1a1a1a; margin-bottom:10px; }
.lm-close-btn { width:100%; padding:10px; border-radius:14px; border:none; cursor:pointer; font-size:14px; color:rgba(255,255,255,.45); background:transparent; }
.info-sheet { position:absolute; inset:0; backdrop-filter:blur(16px); border-radius:0 0 28px 28px; padding:24px 20px 40px; z-index:150; transform:translateY(-100%); transition:transform .3s ease; pointer-events:none; overflow-y:auto; }
.theme-a .info-sheet { background:rgba(45,27,78,0.92); color:#fff; }
.theme-b .info-sheet { background:rgba(255,255,255,0.9); color:#222; }
.info-sheet.dragging { transition:none; }
.info-sheet.open { transform:translateY(0); pointer-events:all; }
.info-sheet-bottom-handle { position:sticky; bottom:-20px; left:50%; transform:translateX(-50%); width:50px; height:4px; border-radius:2px; cursor:grab; margin:16px auto 0; }
.theme-a .info-sheet-bottom-handle { background:rgba(255,255,255,0.35); }
.theme-b .info-sheet-bottom-handle { background:rgba(0,0,0,0.25); }
.sheet-section-title { font-size:17px; font-weight:600; margin:4px 0 6px; }
.sheet-section-hint { font-size:11px; opacity:0.6; margin-bottom:14px; }
.about-text { font-size:14px; line-height:1.5; margin-bottom:22px; opacity:0.85; }
.activity-list { display:flex; flex-direction:column; gap:10px; }
.activity-row { display:flex; align-items:center; gap:12px; padding:10px 12px; border-radius:14px; }
.theme-a .activity-row { background:rgba(255,255,255,0.08); }
.theme-b .activity-row { background:rgba(255,255,255,0.6); }
.activity-icon { font-size:24px; width:28px; text-align:center; flex-shrink:0; }
.activity-mid { flex:1; min-width:0; }
.activity-name { font-size:14px; font-weight:500; margin-bottom:5px; }
.activity-bar-track { height:6px; border-radius:3px; overflow:hidden; }
.theme-a .activity-bar-track { background:rgba(255,255,255,0.15); }
.theme-b .activity-bar-track { background:rgba(0,0,0,0.1); }
.activity-bar-fill { height:100%; border-radius:3px; background:linear-gradient(90deg,#FF8C42,#FF5E9A); }
.activity-score { font-size:13px; font-weight:600; flex-shrink:0; display:flex; align-items:center; gap:3px; min-width:42px; justify-content:flex-end; }
.activity-score .verified { font-size:13px; color:#4DB6AC; }
#profile-view { overflow-y:auto; }
.profile-scroll { padding-bottom:32px; }
.profile-hero { position:relative; height:360px; cursor:pointer; }
.profile-hero canvas { width:100%; height:100%; display:block; }
.profile-hero-overlay { position:absolute; bottom:0; left:0; right:0; padding:60px 20px 22px; background:linear-gradient(transparent,rgba(0,0,0,0.65)); color:#fff; }
.profile-change-photo { position:absolute; top:0; left:0; right:0; bottom:0; display:flex; flex-direction:column; align-items:center; justify-content:center; background:rgba(0,0,0,0.35); opacity:0; transition:opacity .2s; color:#fff; font-size:13px; font-weight:600; gap:8px; }
.profile-change-photo i { font-size:32px; }
.profile-hero:hover .profile-change-photo { opacity:1; }
.profile-edit-btn { position:absolute; top:16px; right:16px; width:40px; height:40px; border-radius:50%; background:rgba(0,0,0,0.45); backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:center; color:#fff; font-size:20px; cursor:pointer; border:1px solid rgba(255,255,255,0.3); z-index:5; }
.profile-name-row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.profile-name { font-size:28px; font-weight:600; }
.profile-verify { color:#4DB6AC; font-size:22px; }
.profile-score-pill { display:inline-flex; align-items:center; gap:5px; background:rgba(0,0,0,0.4); backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,0.3); border-radius:20px; padding:4px 11px; font-size:15px; font-weight:600; color:#FFD166; transition:all .4s ease; }
.profile-score-pill.bump { transform:scale(1.18); }
.profile-job { font-size:14px; opacity:0.9; margin-top:6px; }
.profile-section { padding:18px 20px 0; }
.theme-a .profile-section { color:#fff; }
.theme-b .profile-section { color:#222; }
.psec-title { font-size:16px; font-weight:600; margin-bottom:4px; display:flex; align-items:center; gap:8px; }
.psec-title-bio { font-size:16px; font-weight:600; margin-bottom:4px; display:flex; align-items:center; justify-content:space-between; }
.psec-edit-btn { font-size:13px; font-weight:600; color:#FF6A88; cursor:pointer; display:flex; align-items:center; gap:5px; }
.psec-hint { font-size:11px; opacity:0.6; margin-bottom:14px; }
.profile-bio { font-size:14px; line-height:1.55; opacity:0.85; }
.bio-textarea { width:100%; border:none; border-radius:12px; padding:12px 14px; font-size:14px; line-height:1.55; resize:none; outline:none; font-family:inherit; min-height:90px; }
.theme-a .bio-textarea { background:rgba(255,255,255,0.08); border:1.5px solid rgba(255,106,136,0.5); color:#fff; }
.theme-b .bio-textarea { background:rgba(255,106,136,0.06); border:1.5px solid rgba(255,106,136,0.3); color:#222; }
.bio-edit-actions { overflow:hidden; margin-top:8px; }
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.gallery-item { aspect-ratio:1; border-radius:12px; overflow:hidden; position:relative; cursor:pointer; }
.gallery-item canvas { width:100%; height:100%; display:block; }
.gallery-remove { position:absolute; top:4px; right:4px; width:22px; height:22px; background:rgba(0,0,0,0.6); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; color:#fff; cursor:pointer; opacity:0; transition:opacity .15s; }
.gallery-item:hover .gallery-remove { opacity:1; }
.gallery-add { display:flex; align-items:center; justify-content:center; border:2px dashed; border-radius:12px; aspect-ratio:1; cursor:pointer; font-size:26px; }
.theme-a .gallery-add { border-color:rgba(255,255,255,0.3); color:rgba(255,255,255,0.5); }
.theme-b .gallery-add { border-color:rgba(0,0,0,0.2); color:rgba(0,0,0,0.4); }
.verify-list { display:flex; flex-direction:column; gap:12px; }
.verify-card { padding:14px; border-radius:16px; }
.theme-a .verify-card { background:rgba(255,255,255,0.08); }
.theme-b .verify-card { background:rgba(255,255,255,0.75); }
.verify-top { display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.verify-icon { font-size:26px; flex-shrink:0; }
.verify-info { flex:1; min-width:0; }
.verify-name { font-size:15px; font-weight:600; display:flex; align-items:center; gap:6px; }
.verify-meta { font-size:11px; opacity:0.65; margin-top:2px; }
.verify-score-big { font-size:22px; font-weight:700; flex-shrink:0; }
.verify-score-big .vs-max { font-size:13px; opacity:0.5; font-weight:500; }
.verify-bar-track { height:7px; border-radius:4px; overflow:hidden; margin-bottom:12px; }
.theme-a .verify-bar-track { background:rgba(255,255,255,0.15); }
.theme-b .verify-bar-track { background:rgba(0,0,0,0.08); }
.verify-bar-fill { height:100%; border-radius:4px; }
.verify-proof-btn { flex:1; padding:9px; border-radius:12px; border:none; cursor:pointer; font-size:13px; font-weight:600; background:linear-gradient(135deg,#FF8C42,#FF5E9A); color:#fff; display:flex; align-items:center; justify-content:center; gap:6px; }
.verify-proof-done { background:rgba(255,255,255,0.08) !important; color:rgba(255,255,255,0.4) !important; cursor:default !important; }
.status-fresh { color:#4DB6AC; } .status-warning { color:#FFB02E; } .status-expired { color:#FF5E78; }
.social-list { display:flex; flex-direction:column; gap:10px; }
.social-card { display:flex; align-items:center; gap:14px; padding:14px 16px; border-radius:16px; cursor:pointer; transition:background .15s; }
.theme-a .social-card { background:rgba(255,255,255,0.07); }
.theme-b .social-card { background:rgba(255,255,255,0.7); box-shadow:0 1px 6px rgba(0,0,0,0.05); }
.social-icon { width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:22px; flex-shrink:0; }
.social-icon.steam { background:linear-gradient(135deg,#1b2838,#2a475e); color:#c6d4df; }
.social-icon.spotify { background:#1DB954; color:#fff; }
.social-icon.insta { background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; }
.social-icon.x { background:#000; color:#fff; font-weight:800; font-size:16px; }
.social-mid { flex:1; min-width:0; }
.social-name { font-size:14px; font-weight:600; }
.theme-a .social-name { color:#fff; }
.theme-b .social-name { color:#222; }
.social-status { font-size:12px; margin-top:2px; }
.social-status.connected { color:#4DB6AC; }
.social-status.disconnected { opacity:.45; }
.social-toggle { width:46px; height:26px; border-radius:13px; position:relative; flex-shrink:0; transition:background .25s; cursor:pointer; }
.social-toggle.on { background:linear-gradient(135deg,#FF6A88,#FF8C42); }
.social-toggle.off { background:rgba(128,128,128,0.3); }
.social-toggle-knob { position:absolute; top:3px; width:20px; height:20px; border-radius:50%; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,0.25); transition:left .25s; }
.social-toggle.on .social-toggle-knob { left:23px; }
.social-toggle.off .social-toggle-knob { left:3px; }
#social-modal { position:absolute; inset:0; z-index:250; display:none; flex-direction:column; align-items:center; justify-content:flex-end; background:rgba(0,0,0,0.55); border-radius:32px; }
#social-modal.show { display:flex; }
.social-modal-card { background:#fff; border-radius:24px 24px 0 0; padding:28px 24px 36px; width:100%; animation:slideUp .28s ease; }
@keyframes slideUp { from{transform:translateY(100%);} to{transform:translateY(0);} }
.smc-handle { width:44px; height:4px; background:#E0E0E0; border-radius:2px; margin:0 auto 20px; }
.smc-icon-row { display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.smc-big-icon { width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:26px; flex-shrink:0; }
.smc-title { font-size:18px; font-weight:700; color:#222; }
.smc-sub { font-size:13px; color:#888; margin-top:3px; }
.smc-input-label { font-size:12px; font-weight:600; color:#888; margin-bottom:6px; text-transform:uppercase; letter-spacing:.5px; }
.smc-input { width:100%; padding:13px 16px; border-radius:12px; border:1.5px solid #E5E3DF; font-size:14px; outline:none; color:#222; background:#FAFAFA; margin-bottom:16px; }
.smc-input:focus { border-color:#FF6A88; }
#messages-view { overflow:hidden; }
#archive-drawer { position:absolute; top:0; left:0; right:0; z-index:30; transform:translateY(-100%); transition:transform .32s cubic-bezier(.25,.46,.45,.94); border-bottom-left-radius:22px; border-bottom-right-radius:22px; box-shadow:0 8px 32px rgba(0,0,0,0.25); max-height:68%; display:flex; flex-direction:column; }
#archive-drawer.open { transform:translateY(0); }
.theme-a #archive-drawer { background:rgba(20,10,45,0.98); }
.theme-b #archive-drawer { background:rgba(248,237,230,0.98); }
.arch-hdr { display:flex; align-items:center; justify-content:space-between; padding:15px 18px 11px; border-bottom:0.5px solid; flex-shrink:0; }
.theme-a .arch-hdr { border-color:rgba(255,255,255,0.1); }
.theme-b .arch-hdr { border-color:rgba(0,0,0,0.07); }
.arch-title { font-size:15px; font-weight:700; display:flex; align-items:center; gap:8px; }
.theme-a .arch-title { color:#fff; }
.theme-b .arch-title { color:#222; }
.arch-close { font-size:20px; cursor:pointer; opacity:0.5; padding:4px; }
.theme-a .arch-close { color:#fff; }
.theme-b .arch-close { color:#555; }
.arch-body { overflow-y:auto; flex:1; }
.arch-empty { text-align:center; padding:32px 20px; font-size:14px; opacity:.45; }
.theme-a .arch-empty { color:#fff; }
.theme-b .arch-empty { color:#555; }
#msg-scroll { position:absolute; inset:0; overflow-y:auto; }
.msg-list { padding:4px 0 8px; }
#msg-drag-handle-wrap { display:flex; flex-direction:column; align-items:center; padding:10px 20px 6px; cursor:grab; user-select:none; }
.msg-drag-handle { width:50px; height:4px; border-radius:2px; }
.theme-a .msg-drag-handle { background:rgba(255,255,255,0.28); }
.theme-b .msg-drag-handle { background:rgba(0,0,0,0.18); }
#msg-pull-hint { font-size:11px; margin-top:5px; opacity:0; transition:opacity .2s; }
.theme-a #msg-pull-hint { color:rgba(255,255,255,0.5); }
.theme-b #msg-pull-hint { color:rgba(0,0,0,0.35); }
#msg-pull-hint.show { opacity:1; }
.msg-row { display:flex; align-items:center; gap:12px; padding:12px 18px; cursor:pointer; transition:background .15s; user-select:none; }
.theme-a .msg-row:hover { background:rgba(255,255,255,0.05); }
.theme-b .msg-row:hover { background:rgba(0,0,0,0.03); }
.msg-row.pressed { background:rgba(255,106,136,0.1)!important; }
.msg-av { width:52px; height:52px; border-radius:50%; overflow:hidden; flex-shrink:0; }
.msg-av canvas { width:100%; height:100%; display:block; }
.msg-mid { flex:1; min-width:0; }
.msg-name { font-size:15px; font-weight:600; }
.theme-a .msg-name { color:#fff; }
.theme-b .msg-name { color:#222; }
.msg-prev { font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:2px; }
.theme-a .msg-prev { color:rgba(255,255,255,0.6); }
.theme-b .msg-prev { color:rgba(0,0,0,0.5); }
.msg-badge { background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; font-size:11px; font-weight:600; min-width:20px; height:20px; border-radius:10px; display:flex; align-items:center; justify-content:center; padding:0 6px; }
#ctx-menu { position:absolute; background:#fff; border-radius:16px; box-shadow:0 8px 32px rgba(0,0,0,0.22); z-index:500; overflow:hidden; min-width:160px; display:none; animation:ctxP .17s ease; }
@keyframes ctxP { from{opacity:0;transform:scale(0.9);} to{opacity:1;transform:scale(1);} }
.ctx-item { display:flex; align-items:center; gap:10px; padding:14px 18px; font-size:14px; font-weight:500; cursor:pointer; }
.ctx-item:hover { background:#F5F3F0; }
.ctx-item.danger { color:#D93025; }
.ctx-item.neutral { color:#444; }
.ctx-item i { font-size:18px; }
#ctx-bd { position:absolute; inset:0; z-index:499; display:none; }
#chat-view { display:none; position:absolute; inset:0; flex-direction:column; z-index:90; }
#chat-view.active { display:flex; }
.theme-a #chat-view { background:linear-gradient(165deg,#2D1B4E 0%,#3D1F5C 45%,#4A1942 100%); }
.theme-b #chat-view { background:linear-gradient(165deg,#FDF0EC 0%,#FCE8E4 60%,#FAE0DC 100%); }
.chat-hdr { display:flex; align-items:center; gap:12px; padding:14px 16px 12px; border-bottom:0.5px solid; flex-shrink:0; }
.theme-a .chat-hdr { background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.12); }
.theme-b .chat-hdr { background:rgba(255,255,255,0.7); border-color:rgba(0,0,0,0.06); }
.chat-back { font-size:26px; cursor:pointer; flex-shrink:0; }
.theme-a .chat-back { color:#fff; }
.theme-b .chat-back { color:#C56FB6; }
.chat-hav { width:40px; height:40px; border-radius:50%; overflow:hidden; flex-shrink:0; }
.chat-hav canvas { width:100%; height:100%; display:block; }
.chat-hinfo { flex:1; min-width:0; cursor:pointer; }
.chat-hname { font-size:15px; font-weight:600; }
.theme-a .chat-hname { color:#fff; }
.theme-b .chat-hname { color:#222; }
.chat-hstatus { font-size:11px; opacity:.65; display:flex; align-items:center; gap:4px; }
.theme-a .chat-hstatus { color:rgba(255,255,255,.7); }
.theme-b .chat-hstatus { color:#555; }
.chat-hstatus .dot { width:7px; height:7px; border-radius:50%; background:#43e97b; display:inline-block; }
.chat-mcnt { font-size:11px; padding:4px 10px; border-radius:12px; font-weight:600; flex-shrink:0; }
.theme-a .chat-mcnt { background:rgba(255,255,255,.12); color:rgba(255,255,255,.85); }
.theme-b .chat-mcnt { background:rgba(0,0,0,.07); color:#666; }
.chat-body { flex:1; overflow-y:auto; padding:16px; display:flex; flex-direction:column; gap:10px; }
.bubble { max-width:75%; padding:10px 14px; border-radius:18px; font-size:14px; line-height:1.4; word-wrap:break-word; animation:bIn .22s ease; }
@keyframes bIn { from{opacity:0;transform:translateY(8px);} to{opacity:1;transform:translateY(0);} }
.bubble.them { align-self:flex-start; border-bottom-left-radius:5px; }
.theme-a .bubble.them { background:rgba(255,255,255,.14); color:#fff; }
.theme-b .bubble.them { background:#fff; color:#222; box-shadow:0 1px 4px rgba(0,0,0,.07); }
.bubble.me { align-self:flex-end; border-bottom-right-radius:5px; background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; }
.typing { align-self:flex-start; padding:13px 16px; border-radius:18px; border-bottom-left-radius:5px; display:flex; gap:4px; }
.theme-a .typing { background:rgba(255,255,255,.14); }
.theme-b .typing { background:#fff; }
.typing span { width:7px; height:7px; border-radius:50%; opacity:.5; animation:td 1.2s infinite; }
.theme-a .typing span { background:#fff; }
.theme-b .typing span { background:#888; }
.typing span:nth-child(2){animation-delay:.2s;}.typing span:nth-child(3){animation-delay:.4s;}
@keyframes td{0%,60%,100%{transform:translateY(0);opacity:.4;}30%{transform:translateY(-5px);opacity:1;}}
.chat-inp-bar { display:flex; align-items:center; gap:8px; padding:12px 14px; border-top:0.5px solid; flex-shrink:0; }
.theme-a .chat-inp-bar { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.12); }
.theme-b .chat-inp-bar { background:rgba(255,255,255,.7); border-color:rgba(0,0,0,.06); }
.chat-inp { flex:1; border:none; border-radius:22px; padding:11px 16px; font-size:14px; outline:none; }
.theme-a .chat-inp { background:rgba(255,255,255,.14); color:#fff; }
.theme-a .chat-inp::placeholder { color:rgba(255,255,255,.5); }
.theme-b .chat-inp { background:#fff; color:#222; }
.chat-send { width:42px; height:42px; border-radius:50%; border:none; cursor:pointer; flex-shrink:0; background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; font-size:19px; display:flex; align-items:center; justify-content:center; }
#likes-view { overflow-y:auto; }
.likes-hdr { padding:18px 18px 8px; font-size:12px; font-weight:700; opacity:.45; text-transform:uppercase; letter-spacing:.5px; }
.theme-a .likes-hdr { color:#fff; }
.theme-b .likes-hdr { color:#222; }
.match-row { display:flex; align-items:center; gap:14px; padding:14px 18px; cursor:pointer; }
.theme-a .match-row:hover { background:rgba(255,255,255,.05); }
.theme-b .match-row:hover { background:rgba(0,0,0,.03); }
.match-av { width:56px; height:56px; border-radius:50%; overflow:hidden; flex-shrink:0; border:2px solid; }
.theme-a .match-av { border-color:rgba(255,255,255,.2); }
.theme-b .match-av { border-color:rgba(0,0,0,.08); }
.match-av canvas { width:100%; height:100%; display:block; }
.match-mid { flex:1; min-width:0; }
.match-name { font-size:15px; font-weight:600; display:flex; align-items:center; gap:6px; }
.theme-a .match-name { color:#fff; }
.theme-b .match-name { color:#222; }
.match-date { font-size:12px; opacity:.52; margin-top:3px; display:flex; align-items:center; gap:5px; }
.theme-a .match-date { color:rgba(255,255,255,.7); }
.theme-b .match-date { color:#666; }
.match-btn { padding:8px 16px; border-radius:20px; font-size:13px; font-weight:600; border:none; cursor:pointer; background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; flex-shrink:0; }
.match-btn.cont { background:rgba(128,128,128,.15); }
.theme-a .match-btn.cont { color:rgba(255,255,255,.75); }
.theme-b .match-btn.cont { color:#666; }
#person-profile { display:none; position:absolute; inset:0; z-index:95; overflow-y:auto; }
#person-profile.active { display:block; }
.theme-a #person-profile { background:linear-gradient(165deg,#2D1B4E 0%,#3D1F5C 45%,#4A1942 100%); }
.theme-b #person-profile { background:linear-gradient(165deg,#FDF0EC 0%,#FCE8E4 60%,#FAE0DC 100%); }
.pp-back { position:sticky; top:0; z-index:10; padding:14px 18px 10px; display:flex; align-items:center; gap:10px; backdrop-filter:blur(10px); }
.theme-a .pp-back { background:rgba(45,27,78,.7); }
.theme-b .pp-back { background:rgba(253,240,236,.85); }
.pp-back i { font-size:24px; cursor:pointer; }
.theme-a .pp-back i { color:#fff; }
.theme-b .pp-back i { color:#C56FB6; }
.pp-back span { font-size:16px; font-weight:600; }
.theme-a .pp-back span { color:#fff; }
.theme-b .pp-back span { color:#222; }
.pp-hero { position:relative; height:310px; }
.pp-hero canvas { width:100%; height:100%; display:block; }
.pp-hi { position:absolute; bottom:0; left:0; right:0; padding:60px 20px 16px; background:linear-gradient(transparent,rgba(0,0,0,.65)); color:#fff; }
.pp-name { font-size:26px; font-weight:700; }
.pp-sub { font-size:13px; opacity:.85; margin-top:3px; }
.pp-sec { padding:16px 20px 0; }
.theme-a .pp-sec { color:#fff; }
.theme-b .pp-sec { color:#222; }
.pp-stt { font-size:15px; font-weight:600; margin-bottom:8px; }
.pp-about { font-size:14px; line-height:1.55; opacity:.85; margin-bottom:16px; }
.pp-tags { display:flex; flex-wrap:wrap; gap:8px; }
.pp-tag { background:rgba(255,106,136,.15); color:#FF6A88; border-radius:20px; padding:5px 14px; font-size:13px; font-weight:500; }
#rating-overlay { position:absolute; inset:0; background:rgba(0,0,0,.88); display:none; flex-direction:column; align-items:center; justify-content:center; z-index:200; border-radius:32px; padding:20px; }
#rating-overlay.show { display:flex; }
.rating-card { background:#fff; border-radius:24px; padding:28px 22px; width:100%; max-width:330px; }
.rating-head { text-align:center; margin-bottom:22px; }
.rating-head-icon { width:54px; height:54px; border-radius:50%; margin:0 auto 12px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; font-size:26px; }
.rating-title { font-size:19px; font-weight:700; color:#222; }
.rating-subtitle { font-size:13px; color:#888; margin-top:5px; line-height:1.45; }
.rating-crit { margin-bottom:20px; }
.rating-crit-q { font-size:13px; font-weight:600; color:#333; margin-bottom:11px; display:flex; align-items:flex-start; gap:7px; }
.rating-crit-q i { color:#FF6A88; font-size:16px; flex-shrink:0; margin-top:1px; }
.star-row { display:flex; gap:6px; justify-content:center; }
.star { font-size:38px; color:#DDD; cursor:pointer; transition:transform .1s,color .12s; line-height:1; user-select:none; }
.star:hover { transform:scale(1.15); color:#FFC02E; }
.star.filled { color:#FFC02E; }
#empty { display:none; flex-direction:column; align-items:center; justify-content:center; height:100%; gap:12px; }
.theme-a #empty { color:rgba(255,255,255,.8); }
.theme-b #empty { color:rgba(0,0,0,.6); }
#empty i { font-size:48px; opacity:.4; }
#empty button { margin-top:8px; padding:10px 28px; border-radius:24px; background:linear-gradient(135deg,#FF8C42,#FF5E78); color:#fff; border:none; font-size:14px; cursor:pointer; }
#proof-toast { position:absolute; bottom:80px; left:50%; transform:translateX(-50%) translateY(20px); background:rgba(30,30,40,.95); color:#fff; padding:12px 20px; border-radius:24px; font-size:13px; display:flex; align-items:center; gap:8px; z-index:400; opacity:0; transition:all .3s ease; pointer-events:none; white-space:nowrap; }
#proof-toast.show { opacity:1; transform:translateX(-50%) translateY(0); }
#proof-toast i { color:#4DB6AC; font-size:18px; }
#splash { position:absolute; inset:0; z-index:500; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:22px; background:linear-gradient(165deg,#252220 0%,#2D2A26 100%); border-radius:32px; transition:opacity .5s ease; }
#splash.hide { opacity:0; pointer-events:none; }
.splash-logo { width:96px; height:88px; transform-origin:center 60%; animation:hb 1.45s cubic-bezier(.45,0,.4,1) infinite; }
@keyframes hb{0%{transform:scale(1);}9%{transform:scale(1.20);}18%{transform:scale(1);}28%{transform:scale(1.13);}40%{transform:scale(1);}100%{transform:scale(1);}}
.splash-word { width:158px; }
.splash-word .wm { fill:#E9E9E1; }
.splash-tag { font-size:10px; letter-spacing:3.5px; color:rgba(233,233,225,.4); text-transform:uppercase; margin-top:-4px; }
.splash-tag2 { font-size:13px; letter-spacing:4px; color:rgba(233,233,225,.85); text-transform:uppercase; margin-top:4px; font-weight:600; }
#match-overlay { position:absolute; inset:0; background:rgba(0,0,0,.9); display:none; flex-direction:column; align-items:center; justify-content:center; z-index:100; border-radius:32px; overflow:hidden; }
#match-overlay.show { display:flex; }
#confetti-canvas { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; z-index:1; }
.mc { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; }
.mt { font-family:'Pacifico',cursive; font-size:52px; font-weight:400; background:linear-gradient(135deg,#FFD166,#FF8C42,#FF5E9A); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; margin-bottom:8px; transform:rotate(-3deg); animation:pop .6s cubic-bezier(.18,.89,.32,1.28); }
@keyframes pop{0%{transform:rotate(-3deg) scale(0);}60%{transform:rotate(-3deg) scale(1.15);}100%{transform:rotate(-3deg) scale(1);}}
.ms { color:rgba(255,255,255,.85); font-size:15px; margin-bottom:32px; }
.mavs { display:flex; margin-bottom:36px; }
.mav { width:100px; height:100px; border-radius:50%; border:3px solid #fff; }
.mav:first-child{animation:slL .5s ease;}.mav:last-child{margin-left:-20px;animation:slR .5s ease;}
@keyframes slL{from{transform:translateX(-60px);opacity:0;}to{transform:translateX(0);opacity:1;}}
@keyframes slR{from{transform:translateX(60px);opacity:0;}to{transform:translateX(0);opacity:1;}}
.mbtn{padding:15px 40px;border-radius:30px;font-size:16px;cursor:pointer;margin-bottom:12px;width:240px;text-align:center;font-weight:600;border:none;color:#fff;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;}
.mbtn.p{background:linear-gradient(135deg,#FF6A88,#FF8C42);}
.mbtn.p:hover{transform:scale(1.05);box-shadow:0 0 28px 6px rgba(255,106,136,0.65),0 0 60px 10px rgba(255,140,66,0.35);filter:brightness(1.12);}
.mbtn.p:active{transform:scale(0.97);box-shadow:0 0 14px 4px rgba(255,106,136,0.5);}
.mbtn.s{background:linear-gradient(135deg,#A85CF9,#5C7CFA);}
.mbtn.s:hover{transform:scale(1.05);box-shadow:0 0 28px 6px rgba(168,92,249,0.65),0 0 60px 10px rgba(92,124,250,0.35);filter:brightness(1.12);}
.mbtn.s:active{transform:scale(0.97);box-shadow:0 0 14px 4px rgba(168,92,249,0.5);}
#navbar { display:flex; justify-content:space-around; padding:10px 0 16px; border-top:0.5px solid; flex-shrink:0; }
.theme-a #navbar { background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.12); }
.theme-b #navbar { background:rgba(255,255,255,0.5); border-color:rgba(0,0,0,0.06); }
.nav-item { display:flex; flex-direction:column; align-items:center; gap:3px; font-size:11px; cursor:pointer; }
.theme-a .nav-item { color:rgba(255,255,255,0.5); }
.theme-b .nav-item { color:rgba(0,0,0,0.4); }
.nav-item.active { font-weight:600; }
.theme-a .nav-item.active { color:#fff; }
.theme-b .nav-item.active { color:#FF6A88; }
.nav-item i { font-size:27px; }
.gicon { background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; color:transparent; }
.grad-orange { background-image:linear-gradient(135deg,#FF8C42,#FF5E78); }
.grad-coral  { background-image:linear-gradient(135deg,#FF6A88,#FF99AC); }
.grad-pink   { background-image:linear-gradient(135deg,#F857A6,#FF5858); }
.grad-purple { background-image:linear-gradient(135deg,#A85CF9,#FF5E9A); }
#theme-menu { position:absolute; top:56px; right:16px; z-index:300; background:rgba(255,255,255,0.98); backdrop-filter:blur(10px); border-radius:16px; padding:8px; box-shadow:0 8px 28px rgba(0,0,0,0.25); display:none; flex-direction:column; gap:4px; min-width:180px; }
#theme-menu.show { display:flex; }
.theme-menu-title { font-size:12px; font-weight:600; color:#888; padding:6px 10px 4px; }
.theme-option { display:flex; align-items:center; gap:10px; padding:10px; border-radius:12px; cursor:pointer; }
.theme-option:hover { background:rgba(0,0,0,0.05); }
.theme-option.selected { background:rgba(255,106,136,0.12); }
.theme-swatch { width:28px; height:28px; border-radius:8px; flex-shrink:0; }
.swatch-a { background:linear-gradient(135deg,#2D1B4E,#4A1942); }
.swatch-b { background:linear-gradient(135deg,#FDF0EC,#FAE0DC); border:1px solid rgba(0,0,0,0.1); }
.theme-option-name { font-size:13px; font-weight:500; color:#222; }
.theme-option-desc { font-size:11px; color:#999; }
.theme-check { margin-left:auto; color:#FF6A88; font-size:18px; opacity:0; }
.theme-option.selected .theme-check { opacity:1; }

/* Bell + badge */
.bell-wrap { position:relative; cursor:pointer; display:flex; align-items:center; }
.notif-badge { position:absolute; top:-7px; right:-7px; min-width:17px; height:17px; border-radius:9px; background:#FF5E78; color:#fff; font-size:10px; font-weight:700; display:none; align-items:center; justify-content:center; padding:0 4px; border:2px solid; }
.theme-a .notif-badge { border-color:#2D1B4E; }
.theme-b .notif-badge { border-color:#FDF0EC; }
.notif-badge.show { display:flex; }

/* Notification panel */
#notif-panel { position:absolute; top:56px; left:0; right:0; z-index:400; display:none; flex-direction:column; max-height:62%; border-bottom-left-radius:24px; border-bottom-right-radius:24px; box-shadow:0 12px 40px rgba(0,0,0,0.35); overflow:hidden; }
#notif-panel.show { display:flex; }
.theme-a #notif-panel { background:rgba(22,10,48,0.98); backdrop-filter:blur(12px); }
.theme-b #notif-panel { background:rgba(253,240,236,0.98); backdrop-filter:blur(12px); }
.notif-panel-hdr { display:flex; align-items:center; justify-content:space-between; padding:14px 18px 11px; border-bottom:0.5px solid; flex-shrink:0; }
.theme-a .notif-panel-hdr { border-color:rgba(255,255,255,0.1); }
.theme-b .notif-panel-hdr { border-color:rgba(0,0,0,0.07); }
.notif-panel-hdr span { font-size:15px; font-weight:700; }
.theme-a .notif-panel-hdr span { color:#fff; }
.theme-b .notif-panel-hdr span { color:#222; }
.notif-panel-hdr i { font-size:18px; cursor:pointer; opacity:0.45; }
.notif-clear-btn { font-size:12px; font-weight:600; cursor:pointer; opacity:0.55; transition:opacity .15s; }
.notif-clear-btn:hover { opacity:1; }
.theme-a .notif-clear-btn { color:#FF6A88; }
.theme-b .notif-clear-btn { color:#FF6A88; }
.theme-a .notif-panel-hdr i { color:#fff; }
.theme-b .notif-panel-hdr i { color:#555; }
.notif-list-scroll { overflow-y:auto; flex:1; }
.notif-empty { text-align:center; padding:36px 20px; font-size:14px; }
.theme-a .notif-empty { color:rgba(255,255,255,0.35); }
.theme-b .notif-empty { color:rgba(0,0,0,0.3); }
.notif-item { display:flex; align-items:flex-start; gap:12px; padding:13px 18px; border-bottom:0.5px solid; }
.theme-a .notif-item { border-color:rgba(255,255,255,0.06); }
.theme-b .notif-item { border-color:rgba(0,0,0,0.05); }
.theme-a .notif-item.unread { background:rgba(255,106,136,0.09); }
.theme-b .notif-item.unread { background:rgba(255,106,136,0.06); }
.notif-item-icon { width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; flex-shrink:0; }
.notif-item-body { flex:1; min-width:0; }
.notif-item-text { font-size:13px; line-height:1.45; }
.theme-a .notif-item-text { color:#fff; }
.theme-b .notif-item-text { color:#222; }
.notif-item-time { font-size:11px; opacity:.4; margin-top:3px; }
.theme-a .notif-item-time { color:#fff; }
.theme-b .notif-item-time { color:#555; }

/* Meeting bar */
#meeting-bar { flex-shrink:0; padding:9px 14px; display:none; }
.theme-a #meeting-bar { background:rgba(255,255,255,0.04); border-bottom:0.5px solid rgba(255,255,255,0.08); }
.theme-b #meeting-bar { background:rgba(255,255,255,0.55); border-bottom:0.5px solid rgba(0,0,0,0.05); }
.meet-btn { width:100%; padding:10px 14px; border-radius:14px; border:none; cursor:pointer; font-size:14px; font-weight:700; display:flex; align-items:center; justify-content:center; gap:8px; background:linear-gradient(135deg,#4DB6AC,#26C6DA); color:#fff; transition:transform .18s,box-shadow .18s; }
.meet-btn:hover { transform:scale(1.02); box-shadow:0 0 22px rgba(77,182,172,0.55); }
.meet-btn i { font-size:17px; }
.meet-status { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:36px; }
.meet-status-text { font-size:13px; font-weight:500; display:flex; align-items:center; gap:7px; flex:1; min-width:0; }
.theme-a .meet-status-text { color:#fff; }
.theme-b .meet-status-text { color:#222; }
.meet-cancel-btn { padding:6px 13px; border-radius:20px; border:none; cursor:pointer; font-size:12px; font-weight:600; background:rgba(255,79,79,0.14); color:#ff4f4f; flex-shrink:0; }
@keyframes meetpulse { 0%,100%{opacity:1;} 50%{opacity:0.35;} }
.meet-pulse { animation:meetpulse 1.6s ease infinite; }

/* Incoming meeting overlay */
#meet-incoming { position:absolute; inset:0; z-index:180; display:none; align-items:flex-end; background:rgba(0,0,0,0.65); border-radius:32px; }
#meet-incoming.show { display:flex; }
.meet-incoming-card { background:#fff; border-radius:28px 28px 0 0; padding:30px 24px 40px; width:100%; animation:slideUp .3s ease; }
.meet-inc-icon { width:64px; height:64px; border-radius:50%; background:linear-gradient(135deg,#4DB6AC,#26C6DA); display:flex; align-items:center; justify-content:center; color:#fff; font-size:30px; margin:0 auto 16px; }
.meet-inc-title { font-size:20px; font-weight:700; color:#222; text-align:center; margin-bottom:8px; }
.meet-inc-body { font-size:14px; color:#777; text-align:center; line-height:1.55; margin-bottom:26px; }
.meet-inc-btns { display:flex; gap:10px; }
.meet-inc-btn { flex:1; padding:14px; border-radius:16px; border:none; cursor:pointer; font-size:15px; font-weight:700; transition:filter .15s; }
.meet-inc-btn.accept { background:linear-gradient(135deg,#4DB6AC,#26C6DA); color:#fff; }
.meet-inc-btn.accept:hover { filter:brightness(1.1); }
.meet-inc-btn.decline { background:#FEF2F2; color:#D93025; }

/* ===== SETTINGS ===== */
#settings-view { display:none; position:absolute; inset:0; z-index:96; flex-direction:column; overflow:hidden; }
#settings-view.active { display:flex; }
.theme-a #settings-view { background:linear-gradient(165deg,#2D1B4E 0%,#3D1F5C 45%,#4A1942 100%); }
.theme-b #settings-view { background:linear-gradient(165deg,#FDF0EC 0%,#FCE8E4 60%,#FAE0DC 100%); }
.settings-hdr { display:flex; align-items:center; gap:14px; padding:14px 18px 12px; border-bottom:0.5px solid; flex-shrink:0; }
.theme-a .settings-hdr { background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.12); }
.theme-b .settings-hdr { background:rgba(255,255,255,0.5); border-color:rgba(0,0,0,0.06); }
.settings-hdr i { font-size:24px; cursor:pointer; }
.theme-a .settings-hdr i { color:#fff; }
.theme-b .settings-hdr i { color:#C56FB6; }
.settings-hdr span { font-size:17px; font-weight:700; }
.theme-a .settings-hdr span { color:#fff; }
.theme-b .settings-hdr span { color:#222; }
.settings-scroll { flex:1; overflow-y:auto; padding:12px 14px 0; }
.stt-section-label { font-size:11px; font-weight:700; letter-spacing:.8px; text-transform:uppercase; padding:18px 4px 8px; }
.theme-a .stt-section-label { color:rgba(255,255,255,0.4); }
.theme-b .stt-section-label { color:rgba(0,0,0,0.35); }
.stt-card { border-radius:18px; overflow:hidden; margin-bottom:2px; }
.theme-a .stt-card { background:rgba(255,255,255,0.07); }
.theme-b .stt-card { background:rgba(255,255,255,0.75); box-shadow:0 1px 6px rgba(0,0,0,0.05); }
.stt-row { display:flex; align-items:center; gap:12px; padding:13px 16px; }
.stt-profile-row { gap:14px; }
.stt-av { border-radius:50%; display:block; }
.stt-profile-info { flex:1; }
.stt-profile-name { font-size:16px; font-weight:600; }
.theme-a .stt-profile-name { color:#fff; }
.theme-b .stt-profile-name { color:#222; }
.stt-profile-sub { font-size:12px; color:#FF6A88; margin-top:2px; }
.stt-chevron { font-size:18px; margin-left:auto; }
.theme-a .stt-chevron { color:rgba(255,255,255,0.3); }
.theme-b .stt-chevron { color:rgba(0,0,0,0.25); }
.stt-row-icon { font-size:20px; width:22px; text-align:center; flex-shrink:0; }
.theme-a .stt-row-icon { color:rgba(255,255,255,0.55); }
.theme-b .stt-row-icon { color:rgba(0,0,0,0.4); }
.stt-row-label { flex:1; font-size:14px; font-weight:500; }
.theme-a .stt-row-label { color:#fff; }
.theme-b .stt-row-label { color:#222; }
.stt-row-val { font-size:13px; }
.theme-a .stt-row-val { color:rgba(255,255,255,0.4); }
.theme-b .stt-row-val { color:rgba(0,0,0,0.35); }
.stt-divider { height:0.5px; margin:0 16px; }
.theme-a .stt-divider { background:rgba(255,255,255,0.08); }
.theme-b .stt-divider { background:rgba(0,0,0,0.06); }
.stt-link-row { cursor:pointer; }
.theme-a .stt-link-row:active { background:rgba(255,255,255,0.05); }
.theme-b .stt-link-row:active { background:rgba(0,0,0,0.03); }
.stt-slider { width:calc(100% - 32px); margin:0 16px 14px; -webkit-appearance:none; height:4px; border-radius:2px; outline:none; cursor:pointer; }
.theme-a .stt-slider { background:rgba(255,255,255,0.15); }
.theme-b .stt-slider { background:rgba(0,0,0,0.12); }
.stt-slider::-webkit-slider-thumb { -webkit-appearance:none; width:20px; height:20px; border-radius:50%; background:linear-gradient(135deg,#FF6A88,#FF8C42); box-shadow:0 2px 6px rgba(0,0,0,0.25); cursor:pointer; }
.stt-age-row { display:flex; align-items:center; gap:8px; padding:0 16px 14px; }
.stt-age-lbl { font-size:11px; font-weight:600; flex-shrink:0; }
.theme-a .stt-age-lbl { color:rgba(255,255,255,0.4); }
.theme-b .stt-age-lbl { color:rgba(0,0,0,0.35); }
.stt-age-row .stt-slider { flex:1; margin:0; width:auto; }
.stt-seg { display:flex; border-radius:10px; overflow:hidden; margin-left:auto; }
.theme-a .stt-seg { background:rgba(255,255,255,0.1); }
.theme-b .stt-seg { background:rgba(0,0,0,0.08); }
.stt-seg-opt { font-size:12px; font-weight:600; padding:5px 10px; cursor:pointer; }
.theme-a .stt-seg-opt { color:rgba(255,255,255,0.5); }
.theme-b .stt-seg-opt { color:rgba(0,0,0,0.4); }
.stt-seg-opt.active { background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; border-radius:8px; }
.stt-toggle { width:46px; height:26px; border-radius:13px; position:relative; flex-shrink:0; transition:background .25s; cursor:pointer; margin-left:auto; }
.stt-toggle.on { background:linear-gradient(135deg,#FF6A88,#FF8C42); }
.stt-toggle.off { background:rgba(128,128,128,0.25); }
.stt-toggle-knob { position:absolute; top:3px; width:20px; height:20px; border-radius:50%; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,0.25); transition:left .25s; }
.stt-toggle.on .stt-toggle-knob { left:23px; }
.stt-toggle.off .stt-toggle-knob { left:3px; }
.stt-theme-opts { display:flex; gap:10px; padding:4px 16px 14px; }
.stt-theme-opt { flex:1; display:flex; flex-direction:column; align-items:center; gap:8px; padding:12px 10px; border-radius:14px; cursor:pointer; border:2px solid transparent; transition:border-color .2s; position:relative; }
.theme-a .stt-theme-opt { background:rgba(255,255,255,0.06); }
.theme-b .stt-theme-opt { background:rgba(0,0,0,0.04); }
.stt-theme-opt.selected { border-color:#FF6A88; }
.stt-theme-swatch { width:48px; height:48px; border-radius:12px; }
.stt-theme-opt span { font-size:12px; font-weight:600; }
.theme-a .stt-theme-opt span { color:rgba(255,255,255,0.8); }
.theme-b .stt-theme-opt span { color:#444; }
.stt-theme-check { position:absolute; top:6px; right:6px; font-size:14px; color:#FF6A88; opacity:0; }
.stt-theme-opt.selected .stt-theme-check { opacity:1; }
.stt-gold-card { background:linear-gradient(135deg,#2D1B4E,#6B3F8A) !important; cursor:pointer; }
.theme-b .stt-gold-card { background:linear-gradient(135deg,#FFF0E6,#FFD9A0) !important; }
.stt-gold-inner { display:flex; align-items:center; gap:14px; padding:16px; }
.stt-gold-icon { font-size:28px; }
.stt-gold-title { font-size:15px; font-weight:700; }
.theme-a .stt-gold-title { color:#FFD166; }
.theme-b .stt-gold-title { color:#B8730A; }
.stt-gold-sub { font-size:12px; margin-top:3px; }
.theme-a .stt-gold-sub { color:rgba(255,255,255,0.6); }
.theme-b .stt-gold-sub { color:rgba(0,0,0,0.5); }

/* ===== SUPPORT SUB-VIEW ===== */
#support-view { display:none; position:absolute; inset:0; z-index:97; flex-direction:column; overflow:hidden; }
#support-view.active { display:flex; }
.theme-a #support-view { background:linear-gradient(165deg,#2D1B4E 0%,#3D1F5C 45%,#4A1942 100%); }
.theme-b #support-view { background:linear-gradient(165deg,#FDF0EC 0%,#FCE8E4 60%,#FAE0DC 100%); }
.support-hdr { display:flex; align-items:center; gap:14px; padding:14px 18px 12px; border-bottom:0.5px solid; flex-shrink:0; }
.theme-a .support-hdr { background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.12); }
.theme-b .support-hdr { background:rgba(255,255,255,0.5); border-color:rgba(0,0,0,0.06); }
.support-hdr i { font-size:24px; cursor:pointer; }
.theme-a .support-hdr i { color:#fff; }
.theme-b .support-hdr i { color:#C56FB6; }
.support-hdr span { font-size:17px; font-weight:700; }
.theme-a .support-hdr span { color:#fff; }
.theme-b .support-hdr span { color:#222; }
.support-body { flex:1; overflow-y:auto; padding:16px 14px 32px; }

/* FAQ accordion */
.faq-item { border-radius:14px; margin-bottom:8px; overflow:hidden; }
.theme-a .faq-item { background:rgba(255,255,255,0.07); }
.theme-b .faq-item { background:rgba(255,255,255,0.8); box-shadow:0 1px 5px rgba(0,0,0,0.05); }
.faq-q { display:flex; align-items:center; justify-content:space-between; padding:15px 16px; cursor:pointer; gap:12px; }
.faq-q-text { font-size:14px; font-weight:600; flex:1; line-height:1.4; }
.theme-a .faq-q-text { color:#fff; }
.theme-b .faq-q-text { color:#222; }
.faq-icon { font-size:18px; flex-shrink:0; transition:transform .25s; }
.theme-a .faq-icon { color:rgba(255,255,255,0.4); }
.theme-b .faq-icon { color:rgba(0,0,0,0.3); }
.faq-item.open .faq-icon { transform:rotate(45deg); }
.faq-a { display:none; padding:0 16px 15px; font-size:13px; line-height:1.65; }
.theme-a .faq-a { color:rgba(255,255,255,0.65); }
.theme-b .faq-a { color:rgba(0,0,0,0.55); }
.faq-item.open .faq-a { display:block; }

/* Safety tips */
.safety-intro { font-size:14px; line-height:1.6; margin-bottom:18px; }
.theme-a .safety-intro { color:rgba(255,255,255,0.7); }
.theme-b .safety-intro { color:rgba(0,0,0,0.55); }
.safety-card { border-radius:16px; padding:16px; margin-bottom:10px; display:flex; gap:14px; align-items:flex-start; }
.theme-a .safety-card { background:rgba(255,255,255,0.07); }
.theme-b .safety-card { background:rgba(255,255,255,0.8); box-shadow:0 1px 5px rgba(0,0,0,0.05); }
.safety-card-icon { width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; color:#fff; flex-shrink:0; }
.safety-card-body { flex:1; }
.safety-card-title { font-size:14px; font-weight:700; margin-bottom:5px; }
.theme-a .safety-card-title { color:#fff; }
.theme-b .safety-card-title { color:#222; }
.safety-card-text { font-size:13px; line-height:1.55; }
.theme-a .safety-card-text { color:rgba(255,255,255,0.6); }
.theme-b .safety-card-text { color:rgba(0,0,0,0.5); }
.safety-sos { margin-top:18px; border-radius:16px; padding:16px 18px; text-align:center; background:linear-gradient(135deg,#FF5E78,#FF8C42); color:#fff; }
.safety-sos-title { font-size:15px; font-weight:700; margin-bottom:4px; }
.safety-sos-sub { font-size:13px; opacity:.85; }

/* Feedback form */
.fb-label { font-size:12px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; margin-bottom:8px; }
.theme-a .fb-label { color:rgba(255,255,255,0.4); }
.theme-b .fb-label { color:rgba(0,0,0,0.35); }
.fb-cats { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; }
.fb-cat { padding:8px 16px; border-radius:20px; font-size:13px; font-weight:600; cursor:pointer; border:1.5px solid; transition:all .15s; }
.theme-a .fb-cat { border-color:rgba(255,255,255,0.2); color:rgba(255,255,255,0.6); background:transparent; }
.theme-b .fb-cat { border-color:rgba(0,0,0,0.15); color:rgba(0,0,0,0.5); background:transparent; }
.fb-cat.active { border-color:#FF6A88; background:rgba(255,106,136,0.12); color:#FF6A88; }
.fb-textarea { width:100%; border-radius:14px; padding:14px 16px; font-size:14px; line-height:1.55; resize:none; outline:none; font-family:inherit; min-height:120px; border:1.5px solid transparent; transition:border-color .2s; margin-bottom:16px; }
.theme-a .fb-textarea { background:rgba(255,255,255,0.08); color:#fff; border-color:rgba(255,255,255,0.12); }
.theme-a .fb-textarea::placeholder { color:rgba(255,255,255,0.3); }
.theme-a .fb-textarea:focus { border-color:rgba(255,106,136,0.5); }
.theme-b .fb-textarea { background:#fff; color:#222; border-color:rgba(0,0,0,0.1); }
.theme-b .fb-textarea::placeholder { color:rgba(0,0,0,0.3); }
.theme-b .fb-textarea:focus { border-color:#FF6A88; }
.fb-send { width:100%; padding:14px; border-radius:14px; border:none; cursor:pointer; font-size:15px; font-weight:700; background:linear-gradient(135deg,#FF6A88,#FF8C42); color:#fff; transition:filter .2s; }
.fb-send:hover { filter:brightness(1.08); }
.fb-success { text-align:center; padding:40px 20px; }
.fb-success-icon { font-size:56px; margin-bottom:16px; }
.fb-success-title { font-size:20px; font-weight:700; margin-bottom:8px; }
.theme-a .fb-success-title { color:#fff; }
.theme-b .fb-success-title { color:#222; }
.fb-success-sub { font-size:14px; line-height:1.6; }
.theme-a .fb-success-sub { color:rgba(255,255,255,0.6); }
.theme-b .fb-success-sub { color:rgba(0,0,0,0.5); }

/* Rate app */
.rate-hero { text-align:center; padding:28px 20px 20px; }
.rate-app-icon { width:80px; height:80px; border-radius:22px; background:linear-gradient(135deg,#FF6A88,#FF8C42); display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.rate-app-name { font-size:22px; font-weight:700; margin-bottom:6px; }
.theme-a .rate-app-name { color:#fff; }
.theme-b .rate-app-name { color:#222; }
.rate-app-sub { font-size:14px; }
.theme-a .rate-app-sub { color:rgba(255,255,255,0.55); }
.theme-b .rate-app-sub { color:rgba(0,0,0,0.45); }
.rate-stars { display:flex; justify-content:center; gap:10px; margin:24px 0 10px; }
.rate-star { font-size:48px; color:#DDD; cursor:pointer; transition:transform .12s,color .12s; line-height:1; }
.rate-star:hover, .rate-star.filled { color:#FFB02E; }
.rate-star:hover { transform:scale(1.2); }
.rate-star-label { text-align:center; font-size:13px; height:20px; margin-bottom:20px; }
.theme-a .rate-star-label { color:rgba(255,255,255,0.5); }
.theme-b .rate-star-label { color:rgba(0,0,0,0.4); }
.rate-comment { width:100%; border-radius:14px; padding:14px 16px; font-size:14px; line-height:1.55; resize:none; outline:none; font-family:inherit; min-height:90px; border:1.5px solid transparent; transition:border-color .2s; margin-bottom:16px; }
.theme-a .rate-comment { background:rgba(255,255,255,0.08); color:#fff; border-color:rgba(255,255,255,0.12); }
.theme-a .rate-comment::placeholder { color:rgba(255,255,255,0.3); }
.theme-a .rate-comment:focus { border-color:rgba(255,106,136,0.5); }
.theme-b .rate-comment { background:#fff; color:#222; border-color:rgba(0,0,0,0.1); }
.theme-b .rate-comment::placeholder { color:rgba(0,0,0,0.3); }
.theme-b .rate-comment:focus { border-color:#FF6A88; }

/* ===== ONBOARDING ===== */
/* === ONB ANIMATION START (revert: restore original #onboarding background) === */
#onboarding { position:absolute; inset:0; background:linear-gradient(135deg,#1a0d38,#2D1B4E,#3a1050,#1a2060,#2a0a3a); background-size:350% 350%; z-index:300; display:flex; flex-direction:column; transition:opacity .45s ease,transform .45s ease; animation:onbBgCycle 20s ease infinite; }
@keyframes onbBgCycle { 0%{background-position:0% 0%} 25%{background-position:100% 0%} 50%{background-position:100% 100%} 75%{background-position:0% 100%} 100%{background-position:0% 0%} }
.onb-bg-anim { position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
.onb-progress,.onb-back-wrap,.onb-step { position:relative; z-index:1; }
.onb-orb { position:absolute; border-radius:50%; filter:blur(72px); }
.orb1 { width:300px; height:300px; background:radial-gradient(circle,rgba(168,92,249,.55),transparent 70%); top:-100px; left:-80px; animation:orbF1 10s ease-in-out infinite; }
.orb2 { width:240px; height:240px; background:radial-gradient(circle,rgba(255,106,136,.45),transparent 70%); bottom:80px; right:-60px; animation:orbF2 13s ease-in-out infinite; }
.orb3 { width:200px; height:200px; background:radial-gradient(circle,rgba(80,120,255,.38),transparent 70%); top:45%; left:25%; animation:orbF3 16s ease-in-out infinite; }
.orb4 { width:160px; height:160px; background:radial-gradient(circle,rgba(255,180,60,.28),transparent 70%); bottom:180px; left:-40px; animation:orbF4 11s ease-in-out infinite reverse; }
@keyframes orbF1 { 0%,100%{transform:translate(0,0)} 33%{transform:translate(50px,40px)} 66%{transform:translate(-25px,60px)} }
@keyframes orbF2 { 0%,100%{transform:translate(0,0)} 33%{transform:translate(-40px,-50px)} 66%{transform:translate(25px,-25px)} }
@keyframes orbF3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-50px,35px)} }
@keyframes orbF4 { 0%,100%{transform:translate(0,0)} 40%{transform:translate(35px,-35px)} 80%{transform:translate(-15px,45px)} }
/* === ONB ANIMATION END === */
#onboarding.onb-out { opacity:0; transform:scale(1.05); pointer-events:none; }
.onb-progress { height:3px; background:rgba(255,255,255,0.1); flex-shrink:0; }
.onb-progress-fill { height:100%; background:linear-gradient(90deg,#FF6A88,#A85CF9); border-radius:0 2px 2px 0; transition:width .4s ease; width:0%; }
.onb-back-wrap { height:52px; display:flex; align-items:center; padding:0 16px; flex-shrink:0; }
.onb-back { font-size:22px; color:rgba(255,255,255,0.65); cursor:pointer; width:38px; height:38px; display:flex; align-items:center; justify-content:center; border-radius:50%; transition:background .2s,opacity .2s; opacity:0; pointer-events:none; }
.onb-back.visible { opacity:1; pointer-events:all; }
.onb-back:hover { background:rgba(255,255,255,0.1); }
.onb-step { display:none; flex-direction:column; flex:1; padding:0 26px 28px; overflow-y:auto; }
.onb-step.active { display:flex; }
/* Welcome */
.onb-hero { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:18px; }
.onb-hero-icon { font-size:76px; line-height:1; }
.onb-hero-logo { width:90px; height:90px; filter:drop-shadow(0 0 24px rgba(255,106,136,0.45)); }
.onb-hero-title { font-size:36px; font-weight:800; color:#fff; letter-spacing:-.5px; }
.onb-hero-sub { font-size:15px; color:rgba(255,255,255,0.5); line-height:1.65; max-width:270px; }
/* Question heading */
.onb-q-wrap { padding:4px 0 22px; }
.onb-q { font-size:28px; font-weight:700; color:#fff; letter-spacing:-.3px; line-height:1.2; }
.onb-qhint { font-size:13px; color:rgba(255,255,255,0.4); margin-top:7px; }
.onb-q-sub { font-size:13px; color:rgba(255,255,255,0.4); margin-top:6px; }
/* Text input */
.onb-input { width:100%; padding:16px 18px; border-radius:16px; border:1.5px solid rgba(255,255,255,0.14); background:rgba(255,255,255,0.07); color:#fff; font-size:18px; font-family:inherit; outline:none; transition:border-color .2s; }
.onb-input:focus { border-color:rgba(168,92,249,.75); }
.onb-input::placeholder { color:rgba(255,255,255,0.28); }
/* Age picker */
.onb-age-row { display:flex; align-items:center; justify-content:center; gap:28px; flex:1; }
.onb-age-btn { width:62px; height:62px; border-radius:50%; border:2px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.07); color:#fff; font-size:30px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s,transform .15s; }
.onb-age-btn:hover { background:rgba(168,92,249,.3); transform:scale(1.08); }
.onb-age-btn:active { transform:scale(0.93); }
.onb-age-val { font-size:80px; font-weight:800; color:#fff; min-width:120px; text-align:center; letter-spacing:-3px; line-height:1; }
/* Choice cards */
.onb-choices { display:flex; flex-direction:column; gap:11px; flex:1; overflow-y:auto; padding-top:2px; }
.onb-choices-2col { display:grid; grid-template-columns:1fr 1fr; gap:10px; flex:unset; overflow-y:auto; }
.onb-choice { display:flex; align-items:center; gap:14px; padding:15px 18px; border-radius:16px; border:1.5px solid rgba(255,255,255,0.1); background:rgba(255,255,255,0.05); cursor:pointer; transition:border-color .2s,background .2s,transform .15s; user-select:none; }
.onb-choice:hover { background:rgba(255,255,255,0.09); box-shadow:0 0 0 1px rgba(255,255,255,0.12); }
.onb-choice.selected { border-color:#A85CF9; background:rgba(168,92,249,.18); box-shadow:0 0 0 1px rgba(168,92,249,.35); }
.onb-ch-icon { font-size:26px; flex-shrink:0; width:34px; text-align:center; line-height:1; }
.onb-ch-label { font-size:16px; font-weight:600; color:#fff; }
.onb-ch-sub { font-size:12px; color:rgba(255,255,255,.4); margin-top:3px; }
.onb-choice-row { align-items:center; }
/* Chip grid */
.onb-chip-grid { display:flex; flex-wrap:wrap; gap:9px; flex:1; align-content:flex-start; padding-bottom:4px; }
.onb-chip-grid-wide .onb-chip { flex:1 1 calc(50% - 9px); justify-content:center; }
.onb-act-list { display:flex; flex-direction:column; gap:8px; overflow-y:auto; flex:1; padding-bottom:4px; }
.onb-act-list .onb-chip { width:100%; padding:12px 16px; font-size:14px; border-radius:14px; justify-content:flex-start; }
.onb-chip { padding:10px 14px; border-radius:24px; border:1.5px solid rgba(255,255,255,0.13); background:rgba(255,255,255,0.06); color:rgba(255,255,255,.7); font-size:14px; font-weight:500; cursor:pointer; transition:all .18s; user-select:none; display:flex; align-items:center; gap:7px; }
.onb-chip:hover { background:rgba(255,255,255,.12); }
.onb-chip.selected { border-color:#A85CF9; background:rgba(168,92,249,.22); color:#fff; }
/* CTA button */
.onb-cta { width:100%; padding:17px; border-radius:16px; border:none; background:linear-gradient(135deg,#FF6A88,#A85CF9); color:#fff; font-size:16px; font-weight:700; cursor:pointer; transition:opacity .2s,transform .15s,box-shadow .2s; margin-top:14px; flex-shrink:0; display:flex; align-items:center; justify-content:center; gap:8px; font-family:inherit; }
.onb-cta:disabled { opacity:0.32; cursor:not-allowed; }
.onb-cta:not(:disabled):hover { transform:translateY(-1px); box-shadow:0 8px 24px rgba(168,92,249,.4); }
.onb-cta:not(:disabled):active { transform:scale(0.97); }
.onb-cta-glow { box-shadow:0 0 32px 8px rgba(168,92,249,.35); }
/* Done screen */
.onb-done { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:16px; }
.onb-done-title { font-size:32px; font-weight:800; color:#fff; }
.onb-done-sub { font-size:15px; color:rgba(255,255,255,.5); line-height:1.65; }

/* === DONE LOGO ANIMATION === */
.onb-done-logo { position:relative; width:190px; height:190px; display:flex; align-items:center; justify-content:center; }

.odl-ring { display:none; }

/* Pulsing halo behind logo */
.odl-halo { position:absolute; inset:-24px; border-radius:50%; background:radial-gradient(circle, rgba(245,90,75,.28) 0%, rgba(245,90,75,.06) 60%, transparent 78%); animation:odlHaloPulse 2.8s 1s ease-in-out infinite; }
@keyframes odlHaloPulse { 0%,100%{transform:scale(1);opacity:.65} 50%{transform:scale(1.3);opacity:1} }

/* Float wrapper */
.odl-float { position:relative; z-index:1; animation:odlFloat 4.8s 1.3s ease-in-out infinite; }
@keyframes odlFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-11px)} }

/* Logo SVG: spring entry + continuous glow pulse */
.odl-svg { width:136px; height:136px; animation:odlEntry .9s cubic-bezier(0.34,1.56,0.64,1) both, odlGlowPulse 2.8s 1.3s ease-in-out infinite; }
@keyframes odlEntry { from{transform:scale(0) rotate(-22deg);opacity:0} to{transform:scale(1) rotate(0deg);opacity:1} }
@keyframes odlGlowPulse { 0%,100%{filter:drop-shadow(0 0 16px rgba(245,90,75,.55))} 50%{filter:drop-shadow(0 0 38px rgba(245,90,75,1)) drop-shadow(0 0 64px rgba(245,90,75,.4))} }

/* Path stagger: each path fades in after the logo's spring bounce */
.odl-p1 { animation:odlPathIn .55s .08s ease-out both; }
.odl-p2 { animation:odlPathIn .55s .32s ease-out both; }
.odl-p3 { animation:odlPathIn .55s .58s ease-out both; }
@keyframes odlPathIn { from{opacity:0} to{opacity:1} }

/* Sparkles */
.odl-sparks { position:absolute; inset:0; pointer-events:none; }
.odlsp { position:absolute; font-style:normal; color:#f55a4b; line-height:1; }
.odlsp.s1 { top:-4%; left:62%; font-size:17px; animation:odlSpkIn .55s .92s ease-out both, odlSpkTwinkle 2.6s 1.8s ease-in-out infinite; }
.odlsp.s2 { top:8%; right:-3%; font-size:11px; animation:odlSpkIn .55s 1.02s ease-out both, odlSpkTwinkle 3.1s 2.0s ease-in-out infinite; }
.odlsp.s3 { bottom:4%; left:56%; font-size:14px; animation:odlSpkIn .55s 1.12s ease-out both, odlSpkTwinkle 2.9s 2.2s ease-in-out infinite; }
.odlsp.s4 { top:42%; left:-4%; font-size:24px; color:rgba(245,90,75,.45); animation:odlSpkIn .55s 1.07s ease-out both, odlSpkTwinkle 2.4s 2.1s ease-in-out infinite; }
.odlsp.s5 { bottom:18%; right:-2%; font-size:22px; color:rgba(245,90,75,.38); animation:odlSpkIn .55s 1.17s ease-out both, odlSpkTwinkle 2.2s 2.3s ease-in-out infinite; }
.odlsp.s6 { top:22%; left:1%; font-size:10px; animation:odlSpkIn .55s 1.22s ease-out both, odlSpkTwinkle 3.3s 2.4s ease-in-out infinite; }
@keyframes odlSpkIn { from{opacity:0;transform:scale(0) rotate(-45deg)} to{opacity:1;transform:scale(1) rotate(0deg)} }
@keyframes odlSpkTwinkle { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.15;transform:scale(0.4)} }
/* === DONE LOGO ANIMATION END === */
.job-display-row { display:flex; align-items:center; gap:8px; font-size:15px; }
.theme-a .job-display-row { color:rgba(255,255,255,0.85); }
.theme-b .job-display-row { color:#333; }
.job-input { width:100%; padding:13px 16px; border-radius:14px; border:1.5px solid rgba(168,92,249,0.4); font-size:15px; font-family:inherit; outline:none; margin-top:4px; }
.theme-a .job-input { background:rgba(255,255,255,0.07); color:#fff; }
.theme-a .job-input::placeholder { color:rgba(255,255,255,0.3); }
.theme-b .job-input { background:#fff; color:#222; }
.theme-b .job-input::placeholder { color:rgba(0,0,0,0.3); }
/* ===== ACT LIMIT MODAL ===== */
#act-limit-modal { position:absolute; inset:0; background:rgba(0,0,0,.6); z-index:260; display:none; align-items:center; justify-content:center; backdrop-filter:blur(6px); padding:32px; }
#act-limit-modal.show { display:flex; }
.act-limit-card { background:#2a1a45; border-radius:22px; padding:32px 24px 24px; text-align:center; max-width:300px; width:100%; }
.theme-b .act-limit-card { background:#fff; }
.act-limit-icon { font-size:52px; line-height:1; margin-bottom:16px; }
.act-limit-title { font-size:19px; font-weight:700; color:#fff; margin-bottom:10px; }
.theme-b .act-limit-title { color:#1a1a1a; }
.act-limit-body { font-size:14px; line-height:1.6; color:rgba(255,255,255,.55); margin-bottom:24px; }
.theme-b .act-limit-body { color:rgba(0,0,0,.5); }
.act-limit-btn { width:100%; padding:14px; border-radius:14px; border:none; background:linear-gradient(135deg,#FF6A88,#A85CF9); color:#fff; font-size:15px; font-weight:700; cursor:pointer; font-family:inherit; }
/* ===== ACT EDIT OVERLAY ===== */
#act-edit-overlay { position:absolute; inset:0; background:rgba(0,0,0,.55); z-index:250; display:none; align-items:flex-end; justify-content:center; backdrop-filter:blur(4px); }
#act-edit-overlay.show { display:flex; }
.act-edit-sheet { width:100%; background:#2a1a45; border-radius:24px 24px 0 0; padding:0 0 32px; max-height:82%; display:flex; flex-direction:column; }
.theme-b .act-edit-sheet { background:#fff; }
.act-edit-handle { width:40px; height:4px; border-radius:2px; background:rgba(255,255,255,0.2); margin:14px auto 0; flex-shrink:0; }
.theme-b .act-edit-handle { background:rgba(0,0,0,0.15); }
.act-edit-hdr { display:flex; align-items:flex-start; justify-content:space-between; padding:16px 22px 12px; flex-shrink:0; }
.act-edit-title { font-size:17px; font-weight:700; color:#fff; }
.theme-b .act-edit-title { color:#1a1a1a; }
.act-edit-sub { font-size:12px; margin-top:3px; color:rgba(255,255,255,.45); }
.theme-b .act-edit-sub { color:rgba(0,0,0,.45); }
.act-edit-sub strong { color:#A85CF9; }
.act-edit-hdr .ti-x { font-size:20px; cursor:pointer; padding:4px; color:rgba(255,255,255,.6); }
.theme-b .act-edit-hdr .ti-x { color:rgba(0,0,0,.4); }
.act-edit-grid { display:flex; flex-direction:column; gap:8px; overflow-y:auto; padding:4px 22px 8px; flex:1; }
.act-edit-chip { display:flex; align-items:center; gap:12px; padding:13px 16px; border-radius:14px; cursor:pointer; transition:background .18s,border-color .18s; user-select:none; border:1.5px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); }
.theme-b .act-edit-chip { border-color:rgba(0,0,0,.08); background:rgba(0,0,0,.03); }
.act-edit-chip.selected { border-color:#A85CF9; background:rgba(168,92,249,.15); }
.act-edit-chip.disabled { opacity:.35; pointer-events:none; }
.act-chip-emoji { font-size:22px; width:30px; text-align:center; flex-shrink:0; }
.act-chip-label { font-size:15px; font-weight:500; flex:1; color:#fff; }
.theme-b .act-chip-label { color:#222; }
.act-chip-check { font-size:18px; color:#A85CF9; opacity:0; transition:opacity .15s; }
.act-edit-chip.selected .act-chip-check { opacity:1; }
.act-edit-footer { padding:16px 22px 0; flex-shrink:0; }
.act-edit-save { width:100%; padding:15px; border-radius:14px; border:none; background:linear-gradient(135deg,#FF6A88,#A85CF9); color:#fff; font-size:15px; font-weight:700; cursor:pointer; font-family:inherit; }
.act-edit-save:hover { opacity:.9; }
.onb-act-note { display:flex; align-items:flex-start; gap:8px; background:rgba(168,92,249,0.12); border:1px solid rgba(168,92,249,0.25); border-radius:12px; padding:11px 14px; font-size:12px; color:rgba(255,255,255,0.55); line-height:1.55; margin-top:12px; flex-shrink:0; }
.onb-act-note i { font-size:15px; color:#A85CF9; flex-shrink:0; margin-top:1px; }
.onb-act-note strong { color:rgba(255,255,255,0.8); font-weight:600; }
@keyframes onbPop { 0%{transform:scale(.5);opacity:0} 70%{transform:scale(1.18)} 100%{transform:scale(1);opacity:1} }