:root{color-scheme:dark;--bg:#090a0d;--panel:#111319;--panel2:#151820;--line:#252933;--line2:#343944;--text:#f5f7fb;--muted:#8f96a5;--accent:#6f72ff;--accent2:#4ea8ff;--green:#43c989;--danger:#ef6677;--shadow:0 24px 70px rgba(0,0,0,.34)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body{overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.shell{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:11px;font-weight:820;letter-spacing:-.03em}.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f2f4f8;color:#0a0c10;font-weight:950}.brand small{color:var(--muted);font-weight:600}.topnav{display:flex;align-items:center;gap:8px}.btn,.chip{height:40px;border:1px solid var(--line);border-radius:11px;background:#12151b;color:#f7f8fb;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.18s ease}.btn:hover,.chip:hover{background:#191c24;border-color:#3b414e}.btn.primary{background:#f2f4f8;color:#090b0e;border-color:#f2f4f8;font-weight:800}.btn.discord{background:#5865f2;border-color:#5865f2;color:#fff;font-weight:800}.discord-icon{width:20px;height:20px}.profile-orb{width:40px;height:40px;border-radius:50%;padding:0;border:1px solid var(--line2);overflow:hidden;background:#151820;display:grid;place-items:center}.profile-orb img{width:100%;height:100%;object-fit:cover}.hero{padding:78px 0 52px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:50px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.17em;font-weight:800;color:#858d9c}.hero h1{font-size:clamp(48px,6.4vw,78px);line-height:.96;letter-spacing:-.06em;margin:14px 0 18px}.hero h1 span{color:#9da5ff}.hero p{max-width:670px;color:var(--muted);font-size:17px;line-height:1.65}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.visual{height:390px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(160deg,#151820,#0d0f14 70%);box-shadow:var(--shadow);position:relative;overflow:hidden}.visual-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}.wave{position:absolute;left:38px;right:38px;top:150px;height:90px;display:flex;gap:6px;align-items:center}.wave span{width:7px;border-radius:8px;background:#858bff;height:var(--h);opacity:.75;animation:pulse 2s ease-in-out infinite alternate;animation-delay:var(--d)}.float-card{position:absolute;border:1px solid var(--line2);border-radius:15px;background:#11141bde;backdrop-filter:blur(12px);padding:14px 16px;box-shadow:0 16px 42px #0008}.float-card.music{left:28px;top:30px}.float-card.room{right:24px;bottom:26px}.float-card small{display:block;color:var(--muted);font-size:10px;margin-bottom:4px}.products{padding:24px 0 70px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.section-head h2{font-size:30px;letter-spacing:-.04em;margin:7px 0 0}.section-head p{color:var(--muted);margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.product{min-height:238px;border:1px solid var(--line);border-radius:19px;background:#101218;padding:22px;position:relative;transition:.18s ease}.product:hover{transform:translateY(-3px);border-color:#3c424f;background:#13161d}.product-icon{width:44px;height:44px;border-radius:12px;background:#191d25;display:grid;place-items:center;border:1px solid var(--line2);font-size:19px}.product h3{font-size:24px;margin:38px 0 9px}.product p{font-size:14px;line-height:1.55;color:var(--muted);max-width:320px}.product .go{position:absolute;right:20px;bottom:18px;color:#aeb4c2}.strip{margin-bottom:72px;border:1px solid var(--line);border-radius:20px;background:#101218;padding:22px 24px;display:flex;justify-content:space-between;align-items:center}.strip h2{margin:7px 0 2px}.strip p{margin:0;color:var(--muted)}
/* auth */.auth-page{min-height:100vh;position:relative;overflow:hidden}.auth-backdrop{position:fixed;inset:0;background:#090a0d}.auth-preview{position:absolute;inset:6% 5%;opacity:.24;filter:blur(.1px);pointer-events:none}.auth-preview .fake-top{height:52px;border:1px solid var(--line);border-radius:14px;background:#111319}.auth-preview .fake-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:28px}.auth-preview .fake-card{height:150px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#1a1e26,#101218)}.auth-shade{position:fixed;inset:0;background:rgba(0,0,0,.64);backdrop-filter:blur(5px)}.auth-modal{position:relative;z-index:3;width:min(560px,calc(100% - 28px));margin:7vh auto;border:1px solid #303541;border-radius:22px;background:#101217;padding:36px 44px;box-shadow:0 40px 120px #000b}.auth-logo{font-size:42px;font-weight:950;letter-spacing:-.07em;text-align:center;margin:4px 0 28px}.auth-modal h1{font-size:27px;letter-spacing:-.04em;margin:4px 0 7px}.auth-modal>p{color:var(--muted);line-height:1.55}.auth-close{position:absolute;right:18px;top:17px;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#171a21;color:#aeb4c0}.divider{display:flex;align-items:center;gap:12px;color:#6f7684;margin:18px 0;font-size:12px}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--line)}.field{display:grid;gap:7px;margin:11px 0}.field span{font-size:12px;color:#a8aeba}.field input,.field select{height:50px;border:1px solid var(--line);border-radius:12px;background:#181a20;color:#fff;padding:0 14px;outline:none}.field input:focus,.field select:focus{border-color:#6f72ff}.wide{width:100%}.auth-switch{margin-top:11px;width:100%;height:42px;border:0;background:transparent;color:#aeb4c2;cursor:pointer}.inline-status{min-height:18px;font-size:12px;color:var(--muted);margin:8px 0}.inline-status.error{color:#ff8e9b}.inline-status.ok{color:#65dda1}.verification-panel{border:1px solid var(--line);border-radius:15px;background:#0d0f14;padding:16px;margin-top:14px}.verification-code{letter-spacing:.18em;text-align:center;font-size:20px}.hidden{display:none!important}
/* profile */.profile-layout{padding:42px 0 70px}.profile-wrap{display:grid;grid-template-columns:250px minmax(0,1fr);gap:16px}.profile-side,.profile-main{border:1px solid var(--line);border-radius:20px;background:#101218;padding:20px}.avatar{width:82px;height:82px;border-radius:50%;object-fit:cover;border:1px solid var(--line2)}.profile-side h2{margin:15px 0 4px}.muted{color:var(--muted)}.app-shortcuts{display:grid;gap:7px;margin-top:20px}.app-shortcuts a{padding:11px;border:1px solid var(--line);border-radius:10px;color:#c9ced8}.settings-section{padding:20px 0;border-bottom:1px solid var(--line)}.settings-section:first-of-type{padding-top:0}.settings-section:last-child{border-bottom:0}.settings-section h3{margin:5px 0}.connection-row{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:13px;background:#0d0f14;margin:9px 0}.conn-icon{width:40px;height:40px;border-radius:11px;background:#181b23;display:grid;place-items:center}.conn-icon img{width:24px;height:24px}.connection-edit{display:flex;gap:7px;flex-wrap:wrap}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#5b6270;margin-right:5px}.status-dot.on{background:var(--green)}.notice{padding:13px;border:1px solid #343945;border-radius:12px;background:#13161d;color:#b9bec9;font-size:13px;line-height:1.5}.provider-required{border-color:#484c61}.provider-required b{color:#fff}.privacy-note{font-size:12px;color:#7f8795;line-height:1.55}.error-box{border:1px solid #5a3037;background:#211116;color:#ffb4bd;border-radius:11px;padding:12px}
@keyframes pulse{from{transform:scaleY(.6);opacity:.45}to{transform:scaleY(1);opacity:.95}}@media(max-width:900px){.hero{grid-template-columns:1fr}.visual{height:320px}.grid{grid-template-columns:1fr}.profile-wrap{grid-template-columns:1fr}.auth-preview .fake-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.shell{width:min(100% - 22px,1180px)}.topbar{height:64px}.topnav .hide-mobile{display:none}.hero{padding-top:50px}.hero h1{font-size:48px}.auth-modal{padding:28px 20px;margin:3vh auto}.strip{align-items:flex-start;flex-direction:column;gap:14px}.connection-row{grid-template-columns:40px 1fr}.connection-row>.btn,.connection-row>.connection-edit{grid-column:2}}
.lang-switch{height:34px;padding:3px;display:flex;border:1px solid var(--line);border-radius:999px;background:#111319}.lang-switch button{width:36px;border:0;border-radius:999px;background:transparent;color:#777f8c;font-size:9px;font-weight:850}.lang-switch button.active{background:#f4f5f7;color:#111318}.uid-chip{display:inline-flex;margin-top:8px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;color:#9da4b1;font-size:9px}.premium-badge{display:inline-flex;margin-top:10px;padding:6px 10px;border-radius:999px;background:linear-gradient(100deg,#7c3aed,#ff4fd8);color:#fff;font-size:9px;font-weight:900;box-shadow:0 0 20px rgba(236,72,255,.25)}.badge-with-tip{cursor:help}
.live-stats,.commands-section{padding:16px 0 64px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.stat-grid article{padding:20px;border:1px solid var(--line);border-radius:18px;background:#101218}.stat-grid strong{display:block;font-size:32px;letter-spacing:-.05em}.stat-grid span{display:block;margin-top:5px;color:var(--muted);font-size:11px}.bot-command-grid{display:grid;gap:12px}.command-bot{display:grid;grid-template-columns:230px 1fr;gap:20px;align-items:center;border:1px solid var(--line);border-radius:19px;padding:18px 20px;background:#101218}.command-bot h3{margin:8px 0 2px}.command-bot small{color:var(--muted)}.command-chips{display:flex;gap:6px;flex-wrap:wrap}.command-chips code{padding:6px 9px;border-radius:999px;background:#181b22;color:#bfc5cf;font-size:10px;border:1px solid var(--line)}.calm-visual{background:linear-gradient(160deg,#15171c,#0e0f12)}.system-orb{position:absolute;left:50%;top:50%;width:118px;height:118px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:#f5f5f7;color:#111318;box-shadow:0 20px 70px rgba(0,0,0,.34)}.system-orb b{font-size:34px}.system-orb span{position:absolute;bottom:17px;font-size:8px;color:#777}@media(max-width:760px){.stat-grid{grid-template-columns:1fr 1fr}.command-bot{grid-template-columns:1fr}.live-stats,.commands-section{padding-bottom:42px}}
.auth-lang{position:absolute;left:18px;top:17px}


/* WooP v8.5 consumer visual layer */
html{--accent:#7c6cff;--accent2:#47b9ff;--page:#090a0d;--surface:#111216;--surface2:#17181d;--ink:#f7f7fa;--sub:#9b9da7;--hair:rgba(255,255,255,.09)}
html[data-woop-theme="light"]{--page:#f5f5f7;--surface:#fff;--surface2:#efeff2;--ink:#1d1d1f;--sub:#73737b;--hair:rgba(0,0,0,.09);--accent:#5d5fe9;--accent2:#4ba7d8;color-scheme:light}
html[data-woop-theme="graphite"]{--page:#17181c;--surface:#202126;--surface2:#292b31;--accent:#9ea1aa;--accent2:#d1d3d9}
html[data-woop-theme="black"]{--page:#000;--surface:#090909;--surface2:#111}
html[data-woop-theme="sage"]{--page:#101713;--surface:#18221d;--surface2:#223029;--accent:#86b49d;--accent2:#b4d6c5}
html[data-woop-theme="peach"]{--page:#1c1210;--surface:#291a17;--surface2:#35231e;--accent:#f3a381;--accent2:#ffd1b8}
html[data-woop-theme="ice"]{--page:#0b141b;--surface:#12222d;--surface2:#1a303e;--accent:#81c8e8;--accent2:#d1f2ff}
html[data-woop-theme="sand"]{--page:#17140d;--surface:#252116;--surface2:#322c1e;--accent:#d7be78;--accent2:#efe2b4}
html[data-woop-theme="aurora"]{--page:#07120f;--surface:#0f201b;--surface2:#173029;--accent:#69d9ae;--accent2:#79ccec}
html[data-woop-theme="ocean"]{--page:#07101d;--surface:#0b1a2e;--surface2:#112944;--accent:#587df2;--accent2:#48c5ff}
html[data-woop-theme="rose"]{--page:#180d13;--surface:#281620;--surface2:#351e2b;--accent:#e777aa;--accent2:#ffc8df}
html[data-woop-theme="amber"]{--page:#181107;--surface:#2a1e0c;--surface2:#372a13;--accent:#e9ad38;--accent2:#ffe3a2}
body{background:var(--page);color:var(--ink);transition:background .4s ease,color .35s ease}.shell,.topbar,.settings-section,.connection-row,.auth-modal{transition:background .4s ease,border-color .35s ease,color .35s ease}.topbar{background:color-mix(in srgb,var(--page) 88%,transparent)}
.portal-hero{min-height:610px;overflow:hidden;background:radial-gradient(circle at 72% 42%,color-mix(in srgb,var(--accent) 20%,transparent),transparent 33%),linear-gradient(145deg,color-mix(in srgb,var(--surface) 95%,transparent),var(--page));border:1px solid var(--hair)}.portal-hero-copy{position:relative;z-index:2}.wave-visual{position:relative;min-height:420px;display:grid;place-items:center}.wave-halo{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent2) 18%,transparent),transparent 68%);filter:blur(18px)}.portal-wave{height:170px;display:flex;align-items:center;gap:6px;filter:drop-shadow(0 0 18px color-mix(in srgb,var(--accent) 30%,transparent))}.portal-wave i{display:block;width:5px;height:calc(20px + (var(--n) % 9) * 11px);border-radius:99px;background:linear-gradient(var(--accent2),var(--accent));animation:waveBeat calc(.75s + (var(--n) % 5)*.11s) ease-in-out infinite alternate;transform-origin:center}.portal-wave i:nth-child(2n){animation-delay:-.3s}.portal-wave i:nth-child(3n){animation-delay:-.6s}@keyframes waveBeat{from{transform:scaleY(.38);opacity:.48}to{transform:scaleY(1);opacity:1}}.wave-logo{position:absolute;width:76px;height:76px;border-radius:25px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--hair);font-size:26px;font-weight:900;box-shadow:0 24px 70px rgba(0,0,0,.35)}.wave-visual .float-card{backdrop-filter:blur(20px);background:color-mix(in srgb,var(--surface) 78%,transparent);border:1px solid var(--hair)}
.auth-page{min-height:100vh;background:#07080b}.auth-backdrop{filter:saturate(.65)}.auth-shade{background:rgba(3,4,7,.70);backdrop-filter:blur(4px)}.auth-modal{width:min(590px,calc(100% - 28px));padding:48px 56px 34px;border-radius:28px;background:linear-gradient(155deg,#07090d 0%,#090d15 68%,#1a0d25 140%);border:1px solid rgba(255,255,255,.13);box-shadow:0 45px 140px rgba(0,0,0,.64)}.auth-logo{text-align:center;margin-bottom:32px}.auth-wordmark{display:block;font-size:54px;line-height:.95;font-weight:950;letter-spacing:-.08em;color:#fff}.auth-logo small{display:block;margin-top:6px;color:#717785;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.auth-modal h1{text-align:center;font-size:28px;letter-spacing:-.04em}.auth-modal #authText{text-align:center;color:#8e939f}.auth-modal .btn.discord{height:56px;border-radius:12px;background:#5865f2;border:0;font-size:14px}.auth-modal .discord-icon{width:22px}.auth-modal .field input{height:56px;border-radius:12px;background:#17181d;border:1px solid #2b2d34}.auth-modal .btn.primary{height:54px;border-radius:12px;background:#f2f2f4;color:#111;font-weight:850}.auth-modal .divider{display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:25px 0;color:#8b8e98;font-size:10px}.auth-modal .divider span{height:1px;background:#292b31}.auth-lang.lang-switch{position:absolute;left:20px;top:18px}.lang-switch{position:relative;display:grid!important;grid-template-columns:1fr 1fr;padding:3px;width:78px;height:34px;border-radius:999px;background:color-mix(in srgb,var(--surface2) 80%,transparent);border:1px solid var(--hair)}.lang-switch:before{content:"";position:absolute;left:3px;top:3px;width:34px;height:26px;border-radius:999px;background:var(--ink);transition:transform .28s cubic-bezier(.2,.8,.2,1)}.lang-switch:has(button[data-locale="en"].active):before{transform:translateX(36px)}.lang-switch button{position:relative;z-index:2;background:transparent!important;color:var(--sub)!important;border:0!important;padding:0!important;font-size:9px!important}.lang-switch button.active{color:var(--page)!important}
.theme-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:10px;margin-top:16px}.theme-picker button{border:1px solid var(--hair);background:var(--surface2);border-radius:15px;padding:8px;color:var(--ink);display:grid;gap:7px;text-align:left;transition:.22s ease}.theme-picker button:hover{transform:translateY(-2px)}.theme-picker button.active{outline:2px solid var(--accent);outline-offset:2px}.theme-picker button i{height:42px;border-radius:10px;background:linear-gradient(135deg,#222,#444)}.theme-picker button[data-theme="light"] i{background:#fff}.theme-picker button[data-theme="graphite"] i{background:#313238}.theme-picker button[data-theme="midnight"] i{background:linear-gradient(135deg,#141728,#20193b)}.theme-picker button[data-theme="black"] i{background:#000}.theme-picker button[data-theme="sage"] i{background:linear-gradient(135deg,#547766,#b8d6a7)}.theme-picker button[data-theme="peach"] i{background:linear-gradient(135deg,#ffb28f,#f2c3a9)}.theme-picker button[data-theme="ice"] i{background:linear-gradient(135deg,#abc9df,#a7e7f4)}.theme-picker button[data-theme="sand"] i{background:linear-gradient(135deg,#d8c18d,#f1e6bb)}.theme-picker button[data-theme="aurora"] i{background:linear-gradient(135deg,#18442f,#6ed4ae)}.theme-picker button[data-theme="ocean"] i{background:linear-gradient(135deg,#101d66,#218cc7)}.theme-picker button[data-theme="rose"] i{background:linear-gradient(135deg,#60233f,#e889b3)}.theme-picker button[data-theme="amber"] i{background:linear-gradient(135deg,#5d3910,#e9a72c)}.theme-picker button span{font-size:9px;color:var(--sub)}.customize-foot{margin-top:16px;display:flex;justify-content:space-between;color:var(--sub);font-size:10px}.profile-badge-rack{display:flex;gap:7px;flex-wrap:wrap}.profile-badge{position:relative;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#25272e,#18191e);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px rgba(255,255,255,.08)}.profile-badge.early{background:linear-gradient(145deg,#39235a,#1a1834);color:#d8b7ff}.profile-badge:after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 9px);transform:translateX(-50%) translateY(4px);opacity:0;pointer-events:none;white-space:nowrap;background:#050506;color:#fff;border:1px solid #2e3037;border-radius:8px;padding:7px 9px;font-size:9px;transition:.15s}.profile-badge:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:760px){.auth-modal{padding:42px 24px 28px}.portal-hero{min-height:auto}.wave-visual{min-height:330px}.portal-wave{transform:scale(.72)}}
.experience-section{margin-top:72px}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.experience-grid article{position:relative;min-height:210px;padding:26px;border:1px solid var(--hair);border-radius:24px;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface2) 72%,transparent));overflow:hidden}.experience-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent2);font-size:10px;font-weight:850}.experience-grid h3{margin:30px 0 8px;font-size:20px;letter-spacing:-.035em}.experience-grid p{margin:0;color:var(--sub);font-size:12px;line-height:1.65}.experience-grid article:after{content:"";position:absolute;width:130px;height:130px;right:-60px;bottom:-60px;border-radius:50%;background:color-mix(in srgb,var(--accent) 9%,transparent);filter:blur(6px)}@media(max-width:780px){.experience-grid{grid-template-columns:1fr}}
html[data-woop-theme]{--bg:var(--page);--panel:var(--surface);--panel2:var(--surface2);--line:var(--hair);--line2:color-mix(in srgb,var(--ink) 16%,transparent);--text:var(--ink);--muted:var(--sub)}
html[data-woop-theme] .product,html[data-woop-theme] .strip,html[data-woop-theme] .profile-side,html[data-woop-theme] .profile-main,html[data-woop-theme] .connection-row,html[data-woop-theme] .stat-grid article,html[data-woop-theme] .command-bot{background:var(--surface);border-color:var(--hair)}
html[data-woop-theme] .btn,html[data-woop-theme] .chip{background:var(--surface2);border-color:var(--hair);color:var(--ink)}html[data-woop-theme] .btn.primary{background:var(--ink);color:var(--page);border-color:var(--ink)}
.stat-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}

/* v8.6 portal spacing and account chrome */
.shell{width:min(1280px,calc(100% - 48px))}.topbar{height:78px}.portal-hero{min-height:620px;padding:72px clamp(34px,5vw,72px)!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:60px;border-radius:34px}.portal-hero-copy{padding:0}.portal-hero-copy h1{max-width:780px}.portal-hero-copy p{max-width:700px}.portal-hero .wave-visual{height:auto;min-height:420px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible}.portal-hero .float-card{border-radius:18px}.btn,.chip{height:43px;border-radius:999px;padding:0 17px}.btn.primary{padding-inline:21px}.hero-actions{gap:11px}.live-stats,.products,.experience-section,.commands-section{padding-left:4px;padding-right:4px}.product{padding:25px;border-radius:23px}.strip{padding:28px 30px;border-radius:24px}.portal-account-tools{display:flex;gap:6px;align-items:center}.portal-icon{position:relative;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--hair);background:var(--surface2);color:var(--ink);cursor:pointer}.portal-icon em{position:absolute;right:-3px;top:-4px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#7c3aed;color:white;font-style:normal;font-size:8px;font-weight:900}.portal-drop,.portal-profile-menu{position:absolute;right:0;top:64px;width:min(350px,calc(100vw - 24px));z-index:30;padding:8px;border:1px solid var(--hair);border-radius:18px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 25px 80px rgba(0,0,0,.42);backdrop-filter:blur(24px)}.portal-account-tools{position:relative}.portal-drop{top:47px}.portal-profile-menu{right:0;width:180px}.portal-profile-menu a,.portal-profile-menu button{width:100%;display:block;padding:11px;border:0;border-radius:10px;background:transparent;color:var(--ink);text-align:left;font-size:10px}.portal-profile-menu a:hover,.portal-profile-menu button:hover{background:color-mix(in srgb,var(--surface2) 84%,#fff 5%)}.portal-inbox-item{display:block;width:100%;padding:10px;border:0;border-radius:11px;background:transparent;text-align:left;color:var(--ink)}.portal-inbox-item:hover{background:var(--surface2)}.portal-inbox-item b,.portal-inbox-item small{display:block}.portal-inbox-item b{font-size:10px}.portal-inbox-item small{margin-top:4px;color:var(--sub);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supporter-ready{box-shadow:0 0 0 1px rgba(139,92,246,.28),0 12px 35px rgba(124,58,237,.16)}
@media(max-width:900px){.shell{width:min(100% - 28px,1280px)}.portal-hero{padding:46px 28px!important;grid-template-columns:1fr}.portal-hero .wave-visual{min-height:330px}}

/* Shared account chrome v8.6 */
[data-account-chrome]{position:relative;display:flex;align-items:center}.woop-account-tools{position:relative;display:flex;align-items:center;gap:6px}.woop-account-icon,.woop-account-avatar{position:relative;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--hair,var(--line));background:var(--surface2,rgba(255,255,255,.05));color:var(--ink,#fff);cursor:pointer}.woop-account-avatar{padding:2px;overflow:hidden}.woop-account-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.woop-account-icon em{position:absolute;right:-4px;top:-4px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#7c3aed;color:#fff;font-style:normal;font-size:8px;font-weight:900}.woop-account-pop,.woop-account-menu{position:absolute;right:0;top:47px;z-index:80;width:min(350px,calc(100vw - 24px));padding:8px;border:1px solid var(--hair,var(--line));border-radius:18px;background:color-mix(in srgb,var(--surface,#12141a) 96%,transparent);box-shadow:0 25px 80px rgba(0,0,0,.42);backdrop-filter:blur(24px)}.woop-account-menu{width:180px}.woop-account-menu a,.woop-account-menu button,.woop-account-item{display:block;width:100%;padding:10px;border:0;border-radius:10px;background:transparent;color:var(--ink,#fff);text-align:left;text-decoration:none}.woop-account-menu a:hover,.woop-account-menu button:hover,.woop-account-item:hover{background:var(--surface2,rgba(255,255,255,.06))}.woop-account-pop-head{display:flex;align-items:center;justify-content:space-between;padding:7px 8px}.woop-account-pop-head b{font-size:10px}.woop-account-pop-head a,.woop-account-pop-head button{border:0;background:transparent;color:var(--sub,#9ca3af);font-size:9px;text-decoration:none;cursor:pointer}.woop-account-item b,.woop-account-item small{display:block}.woop-account-item b{font-size:10px}.woop-account-item small{margin-top:4px;color:var(--sub,#9ca3af);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.woop-account-empty{margin:8px;padding:9px;color:var(--sub,#9ca3af);font-size:9px}.hidden{display:none!important}
/* WooP v8.7 account menu + footer */
.woop-account-menu-rich{width:244px!important;padding:9px!important}.woop-account-menu-rich>a,.woop-account-menu-rich>button,.woop-account-menu-rich>label{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:6px;min-height:40px;padding:9px 10px!important;border-radius:10px;color:var(--ink,#171719);cursor:pointer}.woop-account-menu-rich b{font-size:11px;font-weight:650}.woop-account-menu-rich small{font-size:9px;color:var(--sub,#73737b);text-transform:uppercase}.woop-account-menu-rich i{font-style:normal;color:var(--sub,#73737b)}.woop-account-menu-rich .wa-sep{height:1px;margin:6px 8px;background:var(--hair,var(--line))}.woop-account-menu-rich .wa-logout{color:#ff3b62!important}.wa-usage input{position:absolute;opacity:0}.wa-usage>i{position:relative;width:32px;height:18px;border:1px solid var(--hair,var(--line));border-radius:999px;background:#c9cbd1;grid-column:3/5}.wa-usage>i:before{content:"";position:absolute;left:1px;top:1px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.2s}.wa-usage input:checked+i{background:#8b5cf6}.wa-usage input:checked+i:before{transform:translateX(14px)}
.site-footer{display:grid;grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(140px,1fr));gap:48px;margin:80px auto 0;padding:58px 0 70px;border-top:1px solid var(--hair,var(--line));max-width:1320px}.site-footer>div{display:flex;flex-direction:column;gap:10px}.site-footer b{font-size:12px;color:var(--ink,#171719)}.site-footer-brand>b{font-size:32px;letter-spacing:-.05em}.site-footer p{max-width:360px;margin:0;color:var(--sub,#73737b);font-size:11px;line-height:1.6}.site-footer a{color:var(--sub,#73737b);font-size:10px;text-decoration:none}.site-footer a:hover{color:var(--ink,#171719)}
@media(max-width:760px){.site-footer{grid-template-columns:1fr 1fr;gap:26px;padding-left:4px;padding-right:4px}.woop-account-menu-rich{position:fixed!important;right:10px!important;top:58px!important}}
@media(max-width:500px){.site-footer{grid-template-columns:1fr}}
/* v8.7 policy footer + legal pages */
.site-footer{display:grid;grid-template-columns:minmax(250px,1.6fr) repeat(3,minmax(130px,.7fr));gap:44px;padding:54px 0 64px;margin-top:62px;border-top:1px solid var(--line);color:#9aa1af}.site-footer>div{display:grid;align-content:start;gap:10px}.site-footer b{color:var(--text);font-size:12px}.site-footer a{font-size:11px;color:#9299a7}.site-footer a:hover{color:var(--text)}.site-footer-brand b{font-size:30px;letter-spacing:-.055em}.site-footer-brand p{margin:0;max-width:340px;line-height:1.55;font-size:12px}.legal-main{padding:64px 0 0}.legal-card{max-width:880px;min-height:420px;padding:44px;border:1px solid var(--line);border-radius:24px;background:#101218}.legal-card h1{margin:10px 0 30px;font-size:42px;letter-spacing:-.055em}.legal-copy{display:grid;gap:18px;color:#a0a7b4;line-height:1.75;font-size:14px}.legal-copy p{margin:0}@media(max-width:800px){.site-footer{grid-template-columns:1fr 1fr;gap:30px}.site-footer-brand{grid-column:1/-1}.legal-card{padding:28px 22px}.legal-card h1{font-size:34px}}@media(max-width:520px){.site-footer{grid-template-columns:1fr}}

/* ==========================================================
   WooP Web v8.8 — monochrome shell, soft interactions, profile
   ========================================================== */
:root{color-scheme:dark;--bg:#050505;--panel:#0b0b0c;--panel2:#111112;--line:#242426;--line2:#343438;--text:#f8f8f8;--muted:#919197;--accent:#f3f3f3;--accent2:#cfcfd4;--green:#58d68d;--shadow:0 24px 80px rgba(0,0,0,.55);--soft:cubic-bezier(.16,1,.3,1)}
html,body{background:#050505;color:#f8f8f8}body{background-image:none!important}.noise,.orb{display:none!important}
.topbar{height:68px;border-color:#1c1c1e;background:rgba(5,5,5,.9);backdrop-filter:blur(22px);position:sticky;top:0}.brand-mark{background:#f7f7f7;color:#070707;border-radius:11px}.chip,.btn{border-color:#29292c;background:#0c0c0d;color:#f4f4f4;border-radius:12px;transition:transform .22s var(--soft),background .22s,border-color .22s,box-shadow .22s}.chip:hover,.btn:hover{transform:translateY(-1px);background:#151516;border-color:#3a3a3e}.btn.primary{background:#f4f4f4;color:#080808;border-color:#f4f4f4}.btn.primary:hover{background:#fff;box-shadow:0 10px 28px rgba(255,255,255,.1)}
.account-authenticated .topnav>.lang-switch,.account-authenticated #portalAccountTools,.account-authenticated #profileLink,.account-authenticated #portalProfileMenu{display:none!important}

/* shared account chrome: stronger icons + nested animated menu */
[data-account-chrome]{position:relative;display:flex;align-items:center}.woop-account-tools{position:relative;display:flex;align-items:center;gap:8px}.woop-account-icon,.woop-account-avatar{position:relative;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;border:1px solid #29292c;background:#0d0d0e;color:#f5f5f5;cursor:pointer;transition:transform .2s var(--soft),background .2s,border-color .2s}.woop-account-icon:hover,.woop-account-avatar:hover{transform:translateY(-1px);background:#151516;border-color:#3a3a3e}.woop-account-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.woop-account-avatar{padding:2px;border-radius:50%;overflow:hidden}.woop-account-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.woop-account-icon em{position:absolute;right:-5px;top:-5px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#f2f2f2;color:#050505;border:2px solid #050505;font-style:normal;font-size:8px;font-weight:900}
.woop-account-pop,.woop-account-menu{display:block!important;position:absolute;right:0;top:48px;z-index:120;width:min(350px,calc(100vw - 24px));padding:8px;border:1px solid #2b2b2f;border-radius:18px;background:rgba(12,12,13,.985);box-shadow:0 28px 90px rgba(0,0,0,.62);backdrop-filter:blur(28px);opacity:1;visibility:visible;transform:translateY(0) scale(1);transform-origin:top right;transition:opacity .22s var(--soft),transform .22s var(--soft),visibility .22s}.woop-account-pop.hidden,.woop-account-menu.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.975)}
.woop-account-menu-rich{width:264px!important;padding:0!important;overflow:hidden}.wa-menu-slider{position:relative;height:330px;transition:height .28s var(--soft)}.woop-account-menu[data-wa-view="language"] .wa-menu-slider{height:164px}.woop-account-menu[data-wa-view="color-mode"] .wa-menu-slider{height:205px}.wa-menu-page{position:absolute;inset:0;padding:9px;opacity:0;pointer-events:none;transform:translateX(28px);transition:opacity .24s var(--soft),transform .3s var(--soft)}.wa-menu-page.active{opacity:1;pointer-events:auto;transform:translateX(0)}.wa-menu-page:not(.active):has(+ .active){transform:translateX(-24px)}
.woop-account-menu-rich a,.woop-account-menu-rich button{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:7px;min-height:43px;padding:9px 10px!important;border:0;border-radius:11px;background:transparent;color:#f3f3f3;text-decoration:none;cursor:pointer;transition:background .18s,transform .18s}.woop-account-menu-rich a:hover,.woop-account-menu-rich button:hover{background:#18181a;transform:translateX(1px)}.woop-account-menu-rich b{font-size:12px;font-weight:650}.woop-account-menu-rich small{font-size:9px;color:#8d8d93;text-transform:uppercase}.woop-account-menu-rich i{font-style:normal;color:#8d8d93}.woop-account-menu-rich .wa-sep{height:1px;margin:6px 8px;background:#28282b}.woop-account-menu-rich .wa-logout{color:#ff637b!important}.woop-account-menu-rich .wa-back{grid-template-columns:24px 1fr!important}.woop-account-menu-rich .wa-choice{grid-template-columns:minmax(0,1fr) auto auto!important}.woop-account-menu-rich .wa-choice i{opacity:0;color:#fff}.woop-account-menu-rich .wa-choice.selected i{opacity:1}.woop-account-pop-head{display:flex;align-items:center;justify-content:space-between;padding:8px 9px}.woop-account-item{display:block;width:100%;padding:10px;border:0;border-radius:11px;background:transparent;color:#f4f4f4;text-align:left;text-decoration:none;transition:background .18s}.woop-account-item:hover{background:#18181a}.woop-account-item b,.woop-account-item small{display:block}.woop-account-item b{font-size:11px}.woop-account-item small{margin-top:4px;color:#8f8f95;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.woop-account-empty{color:#8f8f95;font-size:10px;padding:10px}

/* Modern account/auth entry */
.auth-page{min-height:100vh;display:grid;place-items:center;background:#050505!important}.auth-backdrop{position:fixed;inset:0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.055),transparent 40%),#050505}.auth-preview,.auth-shade{display:none!important}.auth-modal{position:relative;inset:auto!important;transform:none!important;width:min(430px,calc(100% - 28px));max-height:none!important;overflow:visible!important;padding:34px;border:1px solid #28282b;border-radius:24px;background:#0c0c0d;box-shadow:0 32px 110px rgba(0,0,0,.65);animation:authEnter .5s var(--soft)}@keyframes authEnter{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.auth-logo{margin:0 0 28px}.auth-wordmark{color:#fff!important}.auth-modal h1{font-size:32px;letter-spacing:-.045em}.auth-modal p{color:#929298}.auth-lang{top:20px!important;right:20px!important}.field input{background:#111113!important;border-color:#2b2b2f!important;color:#fff!important;transition:border-color .2s,box-shadow .2s}.field input:focus{border-color:#66666d!important;box-shadow:0 0 0 4px rgba(255,255,255,.05)!important}.btn.discord{background:#171719;border-color:#303034;color:#fff}.btn.discord:hover{background:#202023}.divider b{background:#0c0c0d!important;color:#76767d!important}.auth-switch{color:#b7b7bd!important}.auth-close{background:#131315!important;border:1px solid #29292d!important;transition:transform .2s var(--soft)}.auth-close:hover{transform:rotate(5deg) scale(1.05)}

/* Profile dashboard — inspired by the supplied simple account layout */
.profile-shell{width:min(1440px,calc(100% - 42px))}.profile-dashboard{display:grid;grid-template-columns:280px minmax(0,1fr);gap:40px;padding:44px 0 20px}.profile-nav-card{position:sticky;top:92px;align-self:start;min-height:520px;padding:24px;border:1px solid #242426;border-radius:22px;background:#0b0b0c}.profile-nav-identity{display:flex;align-items:center;gap:14px;margin-bottom:18px}.profile-nav-identity .avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1px solid #343438}.profile-nav-identity h2{margin:0;font-size:20px;letter-spacing:-.035em}.profile-nav-identity small{display:block;color:#85858c;font-size:10px;margin-top:5px}.profile-nav-label{display:block;margin:26px 8px 8px;color:#6f6f76;font-size:9px;font-weight:800;letter-spacing:.12em}.profile-nav-list,.profile-nav-links{display:grid;gap:5px}.profile-nav-list button,.profile-nav-links a{width:100%;min-height:43px;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:8px;padding:9px 11px;border:0;border-radius:11px;background:transparent;color:#a6a6ad;text-align:left;transition:background .2s,color .2s,transform .2s var(--soft)}.profile-nav-list button:hover,.profile-nav-links a:hover{background:#141416;color:#fff;transform:translateX(2px)}.profile-nav-list button.active{background:#1b1b1e;color:#fff}.profile-nav-list b,.profile-nav-links b{font-size:12px}.profile-member{margin-top:28px;padding:12px;border-top:1px solid #252528;color:#77777e}.premium-badge{display:inline-flex;margin:6px 0;padding:6px 9px;border-radius:999px;background:#f0f0f0;color:#080808;font-size:9px;font-weight:850}.profile-badge-rack{display:flex;gap:7px}.profile-badge{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#151517;border:1px solid #29292d}.profile-badge i{font-style:normal}.profile-content{min-width:0}.profile-status{min-height:20px;margin-bottom:8px}.profile-tab{display:none;opacity:0;transform:translateY(8px)}.profile-tab.active{display:block;animation:profileTabIn .34s var(--soft) forwards}@keyframes profileTabIn{to{opacity:1;transform:none}}.profile-page-heading{padding:18px 0 30px;border-bottom:1px solid #202023}.profile-page-heading h1{margin:9px 0 8px;font-size:clamp(34px,4vw,54px);letter-spacing:-.055em}.profile-page-heading h1 strong{font-weight:850}.profile-page-heading p{margin:0;color:#8d8d94;font-size:13px}.profile-overview-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin:24px 0 36px}.profile-summary-card{padding:22px;border:1px solid #242426;border-radius:18px;background:#0b0b0c}.profile-summary-person{display:flex;align-items:center;gap:14px;margin-top:18px}.profile-summary-person img{width:58px;height:58px;border-radius:50%;object-fit:cover}.profile-summary-person b,.profile-summary-person small{display:block}.profile-summary-person b{font-size:17px}.profile-summary-person small{margin-top:5px;color:#87878e;font-size:10px}.profile-summary-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.profile-summary-meta span{padding:7px 9px;border:1px solid #29292d;border-radius:999px;color:#a2a2a8;font-size:9px}.profile-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.profile-quick-grid a,.profile-quick-grid button{min-height:76px;border:1px solid #252528;border-radius:14px;background:#101012;color:#fff;display:grid;place-items:center;align-content:center;gap:5px;transition:transform .2s var(--soft),background .2s}.profile-quick-grid a:hover,.profile-quick-grid button:hover{transform:translateY(-2px);background:#18181a}.profile-quick-grid b{font-size:10px}.profile-section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:15px}.profile-section-heading h2{margin:5px 0 0;font-size:28px;letter-spacing:-.04em}.profile-section-heading small{color:#7e7e85;font-size:10px}.profile-server-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.profile-server-card{overflow:hidden;border:1px solid #252528;border-radius:18px;background:#0b0b0c}.server-banner{height:76px;display:grid;place-items:center;background:linear-gradient(135deg,#151517,#0a0a0b);border-bottom:1px solid #202023}.server-banner img{width:64px;height:64px;border-radius:16px;object-fit:cover;background:#111}.server-copy{padding:18px}.server-copy>b{display:block;font-size:15px}.server-copy>small{display:block;margin-top:5px;color:#88888f;font-size:10px}.server-tags{display:flex;gap:6px;margin:14px 0}.server-tags span{padding:5px 8px;border-radius:8px;background:#151517;color:#aaaab0;font-size:8px}.server-tags .live{color:#75d9a0;background:rgba(88,214,141,.08)}.server-copy>a{height:38px;display:grid;place-items:center;border-radius:10px;background:#f1f1f1;color:#070707;font-size:10px;font-weight:800}.profile-empty{grid-column:1/-1;padding:28px;border:1px dashed #29292d;border-radius:16px;color:#88888f}.profile-empty b,.profile-empty small{display:block}.profile-empty small{margin-top:6px}.subscription-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:24px;border:1px solid #28282b;border-radius:20px;background:#0b0b0c}.subscription-card>div{display:flex;align-items:center;gap:14px}.subscription-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#f3f3f3;color:#070707}.subscription-card b,.subscription-card small{display:block}.subscription-card small{margin-top:5px;color:#8a8a91}.subscription-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.subscription-benefits article{padding:20px;border:1px solid #242426;border-radius:17px;background:#0b0b0c}.subscription-benefits article>span{font-size:20px}.subscription-benefits b,.subscription-benefits small{display:block}.subscription-benefits b{margin-top:14px}.subscription-benefits small{margin-top:6px;color:#85858c;line-height:1.5}.settings-section{margin-top:18px;padding:24px;border:1px solid #242426;border-radius:18px;background:#0b0b0c}.settings-section h3{margin:7px 0 12px;font-size:20px}.connection-row{border-color:#242426!important}.inline-form-panel{margin-top:12px;padding:16px;border:1px solid #252528;border-radius:14px;background:#0f0f11}.profile-page .site-footer{margin-top:50px}

/* globally softer UI */
button,a,input,.product,.settings-section,.profile-server-card,.subscription-card{transition-timing-function:var(--soft)!important}.product:hover{transform:translateY(-4px)}
@media(max-width:900px){.profile-dashboard{grid-template-columns:1fr}.profile-nav-card{position:relative;top:auto;min-height:0}.profile-nav-list{grid-template-columns:repeat(3,1fr)}.profile-nav-label,.profile-nav-links,.profile-member{display:none}.profile-overview-grid,.subscription-benefits{grid-template-columns:1fr}.profile-section-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.profile-shell{width:min(100% - 22px,1440px)}.profile-dashboard{padding-top:22px;gap:24px}.profile-nav-list{grid-template-columns:1fr}.profile-quick-grid{grid-template-columns:1fr 1fr}.subscription-card{align-items:flex-start;flex-direction:column}.profile-page-heading h1{font-size:34px}}
.account-authenticated .topbar>.lang-switch{display:none!important}
@media(prefers-reduced-motion:no-preference){.settings-section,.profile-server-card,.subscription-card,.product{transition:transform .22s var(--soft),background .22s,border-color .22s,box-shadow .22s}.settings-section:hover{border-color:#303034}}


/* ==========================================================
   WooP Web v8.11.0 — profile connection truth + quick access + true light mode
   ========================================================== */
.connection-row.is-connected{border-color:color-mix(in srgb,var(--green) 34%,var(--line))!important;background:color-mix(in srgb,var(--green) 4%,#0b0b0c)}
.connection-row.is-connected .muted{color:#67d99a}.connection-row.is-connected .muted:before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#58d68d;box-shadow:0 0 10px rgba(88,214,141,.36)}
.profile-quick-hub{overflow:hidden}.quick-hub-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding-bottom:16px;border-bottom:1px solid #242426}.quick-hub-head>div{min-width:0}.quick-hub-head b,.quick-hub-head small{display:block}.quick-hub-head b{font-size:16px;letter-spacing:-.025em}.quick-hub-head small{margin-top:5px;color:#818188;font-size:9px;line-height:1.45}.quick-hub-head>span{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f2f2f2;color:#080808;font-weight:950}.quick-accordion{display:grid;gap:7px;margin-top:12px}.quick-product,.quick-developer-link{border:1px solid #252528;border-radius:14px;background:#0f0f11;overflow:hidden;transition:border-color .22s var(--soft),background .22s var(--soft),transform .22s var(--soft)}.quick-product:hover,.quick-developer-link:hover{border-color:#38383c}.quick-product-toggle,.quick-developer-link{width:100%;min-height:58px;padding:9px 11px;border:0;background:transparent;color:#f4f4f4;display:grid;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:9px;text-align:left;cursor:pointer}.quick-product-toggle>span:nth-child(2) b,.quick-product-toggle>span:nth-child(2) small,.quick-developer-link>span:nth-child(2) b,.quick-developer-link>span:nth-child(2) small{display:block}.quick-product-toggle small,.quick-developer-link small{margin-top:3px;color:#7d7d84;font-size:8px}.quick-product-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#171719;border:1px solid #29292d}.quick-product-toggle i,.quick-developer-link>i{font-style:normal;color:#77777e;transition:transform .3s var(--soft)}.quick-product.open .quick-product-toggle i{transform:rotate(180deg)}.quick-product-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .34s var(--soft),opacity .2s ease}.quick-product.open .quick-product-panel{grid-template-rows:1fr;opacity:1}.quick-product-panel-inner{min-height:0;overflow:hidden;padding:0 9px}.quick-product.open .quick-product-panel-inner{padding-bottom:9px}.quick-product-panel-inner>a,.quick-product-panel-inner>button{width:100%;min-height:48px;margin-top:5px;padding:7px 9px;border:0;border-radius:10px;background:#151517;color:#ededf0;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;text-align:left;cursor:pointer;transition:background .18s,transform .18s}.quick-product-panel-inner>a:hover,.quick-product-panel-inner>button:hover{background:#1d1d20;transform:translateX(2px)}.quick-product-panel-inner b,.quick-product-panel-inner small{display:block}.quick-product-panel-inner b{font-size:9px}.quick-product-panel-inner small{margin-top:3px;color:#77777e;font-size:8px}

/* Light means light: put the color-mode selector above every old monochrome hard-code. */
html[data-woop-theme="light"]{color-scheme:light;--bg:#f6f6f7;--panel:#fff;--panel2:#f1f1f3;--line:#dedee2;--line2:#c9c9cf;--text:#171719;--muted:#696970;--page:#f6f6f7;--surface:#fff;--surface2:#f1f1f3;--ink:#171719;--sub:#6d6d74;--hair:rgba(0,0,0,.10);--shadow:0 24px 70px rgba(0,0,0,.12)}
html[data-woop-theme="light"],html[data-woop-theme="light"] body{background:#f6f6f7!important;color:#171719!important}
html[data-woop-theme="light"] .topbar{background:rgba(255,255,255,.90)!important;border-color:#dedee2!important;color:#171719!important}
html[data-woop-theme="light"] .brand-mark{background:#171719!important;color:#fff!important}
html[data-woop-theme="light"] .chip,html[data-woop-theme="light"] .btn{background:#fff!important;border-color:#d6d6da!important;color:#1c1c1e!important}
html[data-woop-theme="light"] .btn.primary{background:#171719!important;border-color:#171719!important;color:#fff!important}
html[data-woop-theme="light"] .btn.discord{background:#5865f2!important;border-color:#5865f2!important;color:#fff!important}
html[data-woop-theme="light"] .woop-account-icon,html[data-woop-theme="light"] .woop-account-avatar{background:#fff!important;border-color:#d9d9dd!important;color:#202024!important}
html[data-woop-theme="light"] .woop-account-icon:hover,html[data-woop-theme="light"] .woop-account-avatar:hover{background:#f0f0f2!important;border-color:#c7c7cc!important}
html[data-woop-theme="light"] .woop-account-icon em{background:#171719;color:#fff;border-color:#f6f6f7}
html[data-woop-theme="light"] .woop-account-pop,html[data-woop-theme="light"] .woop-account-menu{background:rgba(255,255,255,.985)!important;border-color:#d7d7dc!important;box-shadow:0 28px 80px rgba(0,0,0,.15)!important;color:#1d1d1f!important}
html[data-woop-theme="light"] .woop-account-menu-rich a,html[data-woop-theme="light"] .woop-account-menu-rich button,html[data-woop-theme="light"] .woop-account-item{color:#1d1d1f!important}
html[data-woop-theme="light"] .woop-account-menu-rich a:hover,html[data-woop-theme="light"] .woop-account-menu-rich button:hover,html[data-woop-theme="light"] .woop-account-item:hover{background:#f1f1f3!important}
html[data-woop-theme="light"] .woop-account-menu-rich small,html[data-woop-theme="light"] .woop-account-menu-rich i,html[data-woop-theme="light"] .woop-account-item small,html[data-woop-theme="light"] .woop-account-empty{color:#74747b!important}
html[data-woop-theme="light"] .woop-account-menu-rich .wa-sep{background:#e2e2e5!important}
html[data-woop-theme="light"] .woop-account-menu-rich .wa-choice i{color:#171719!important}
html[data-woop-theme="light"] .profile-nav-card,html[data-woop-theme="light"] .profile-summary-card,html[data-woop-theme="light"] .profile-server-card,html[data-woop-theme="light"] .subscription-card,html[data-woop-theme="light"] .subscription-benefits article,html[data-woop-theme="light"] .settings-section,html[data-woop-theme="light"] .inline-form-panel,html[data-woop-theme="light"] .legal-card{background:#fff!important;border-color:#dedee2!important;color:#171719!important}
html[data-woop-theme="light"] .profile-page-heading{border-color:#dedee2!important}html[data-woop-theme="light"] .profile-page-heading p,html[data-woop-theme="light"] .profile-summary-person small,html[data-woop-theme="light"] .profile-section-heading small,html[data-woop-theme="light"] .subscription-card small,html[data-woop-theme="light"] .subscription-benefits small,html[data-woop-theme="light"] .privacy-note,html[data-woop-theme="light"] .muted{color:#707077!important}
html[data-woop-theme="light"] .profile-nav-list button{color:#5f5f66!important}html[data-woop-theme="light"] .profile-nav-list button:hover{background:#f1f1f3!important;color:#171719!important}html[data-woop-theme="light"] .profile-nav-list button.active{background:#e7e7ea!important;color:#171719!important}
html[data-woop-theme="light"] .profile-summary-meta span,html[data-woop-theme="light"] .server-tags span{border-color:#dadade!important;background:#f3f3f5!important;color:#58585f!important}
html[data-woop-theme="light"] .server-banner{background:linear-gradient(135deg,#f1f1f3,#e5e5e8)!important;border-color:#d9d9dd!important}html[data-woop-theme="light"] .server-banner img{background:#fff!important}
html[data-woop-theme="light"] .connection-row{background:#fafafa!important;border-color:#dedee2!important;color:#171719!important}html[data-woop-theme="light"] .connection-row.is-connected{background:#f7fcf9!important;border-color:#b9dfc8!important}html[data-woop-theme="light"] .conn-icon{background:#eeeeF1!important}
html[data-woop-theme="light"] .notice{background:#f5f5f7!important;border-color:#d5d5da!important;color:#45454b!important}html[data-woop-theme="light"] .provider-required b{color:#171719!important}
html[data-woop-theme="light"] .field span{color:#55555c!important}html[data-woop-theme="light"] .field input,html[data-woop-theme="light"] .field select{background:#fff!important;border-color:#d4d4d9!important;color:#171719!important}html[data-woop-theme="light"] .field input:focus{border-color:#8a8a91!important;box-shadow:0 0 0 4px rgba(0,0,0,.04)!important}
html[data-woop-theme="light"] .quick-hub-head{border-color:#dedee2!important}html[data-woop-theme="light"] .quick-hub-head>span{background:#171719!important;color:#fff!important}html[data-woop-theme="light"] .quick-product,html[data-woop-theme="light"] .quick-developer-link{background:#fafafa!important;border-color:#e0e0e3!important}html[data-woop-theme="light"] .quick-product-toggle,html[data-woop-theme="light"] .quick-developer-link{color:#171719!important}html[data-woop-theme="light"] .quick-product-icon{background:#eeeeF1!important;border-color:#d9d9dd!important}html[data-woop-theme="light"] .quick-product-panel-inner>a,html[data-woop-theme="light"] .quick-product-panel-inner>button{background:#f1f1f3!important;color:#1d1d1f!important}html[data-woop-theme="light"] .quick-product-panel-inner>a:hover,html[data-woop-theme="light"] .quick-product-panel-inner>button:hover{background:#e7e7ea!important}
html[data-woop-theme="light"] .site-footer{border-color:#dedee2!important;color:#6e6e75!important}html[data-woop-theme="light"] .site-footer b{color:#171719!important}html[data-woop-theme="light"] .site-footer a{color:#696970!important}
@media(max-width:900px){.profile-quick-hub{min-height:auto}.quick-product-panel-inner>a,.quick-product-panel-inner>button{min-height:46px}}
html[data-woop-theme="light"] .auth-page{background:#f6f6f7!important;color:#171719!important}html[data-woop-theme="light"] .auth-backdrop{background:#f6f6f7!important}html[data-woop-theme="light"] .auth-modal{background:#fff!important;border-color:#d9d9dd!important;color:#171719!important;box-shadow:0 32px 100px rgba(0,0,0,.12)!important}html[data-woop-theme="light"] .auth-wordmark{color:#171719!important}html[data-woop-theme="light"] .auth-logo small,html[data-woop-theme="light"] .auth-modal #authText,html[data-woop-theme="light"] .auth-modal p{color:#707077!important}html[data-woop-theme="light"] .auth-close{background:#f1f1f3!important;border-color:#d7d7dc!important;color:#333!important}html[data-woop-theme="light"] .divider b{background:#fff!important;color:#77777e!important}html[data-woop-theme="light"] .auth-switch{color:#5f5f66!important}

/* WooP v8.11.0 — Premium promo redemption */
.promo-redeem-card{margin-top:18px;padding:18px;border:1px solid #27272a;border-radius:16px;background:#0e0e10;overflow:hidden}
.promo-redeem-card .promo-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.promo-redeem-card h4{margin:0;color:#f4f4f5;font-size:14px}.promo-redeem-card p{margin:6px 0 0;color:#84848c;font-size:9px;line-height:1.55}
.promo-redeem-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-top:13px}.promo-redeem-form input{min-width:0;height:43px;border-radius:11px;border:1px solid #2d2d31;background:#151517;color:#fff;padding:0 12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.promo-redeem-form button{height:43px;padding:0 15px;border:0;border-radius:11px;background:#f2f2f3;color:#111;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s}.promo-redeem-form button:hover{transform:translateY(-1px);background:#fff}.promo-redeem-status{display:block;min-height:14px;margin-top:8px;color:#909098;font-size:9px}.promo-redeem-status.ok{color:#68d391}.promo-redeem-status.error{color:#ff8585}
html[data-woop-theme="light"] .promo-redeem-card{background:#fff;border-color:#dedee2}html[data-woop-theme="light"] .promo-redeem-card h4{color:#171719}html[data-woop-theme="light"] .promo-redeem-card p{color:#707077}html[data-woop-theme="light"] .promo-redeem-form input{background:#fff;border-color:#d4d4d9;color:#171719}html[data-woop-theme="light"] .promo-redeem-form button{background:#171719;color:#fff}
@media(max-width:560px){.promo-redeem-form{grid-template-columns:1fr}.promo-redeem-form button{width:100%}}
/* v8.11.0 consent + WooP identity */
.auth-consent{display:flex;align-items:flex-start;gap:10px;margin:12px 0 14px;padding:11px 12px;border:1px solid #2a2a2e;border-radius:13px;background:#101012;color:#9b9ba4;font-size:9px;line-height:1.5}.auth-consent input{margin-top:2px;accent-color:#ee8bc9}.discord-match-consent{margin-top:10px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #29292d;border-radius:14px;background:#101012}.discord-match-consent b,.discord-match-consent small{display:block}.discord-match-consent b{font-size:10px}.discord-match-consent small{max-width:650px;margin-top:4px;color:#83838b;font-size:8px;line-height:1.5}.discord-match-consent.disabled{opacity:.52}.consent-switch{position:relative;flex:0 0 42px;width:42px;height:24px}.consent-switch input{position:absolute;opacity:0}.consent-switch span{position:absolute;inset:0;border-radius:999px;background:#2a2a2f;cursor:pointer;transition:.2s}.consent-switch span:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#f7f7f8;transition:.2s}.consent-switch input:checked+span{background:linear-gradient(90deg,#d96cae,#9d69d7);box-shadow:0 0 20px rgba(224,108,179,.2)}.consent-switch input:checked+span:after{transform:translateX(18px)}
.brand-mark,.quick-hub-head>span{font-size:0!important;background-image:url('/happy/assets/woop-brand-cropped.png')!important;background-size:70%!important;background-position:center!important;background-repeat:no-repeat!important}
html[data-woop-theme="light"] .auth-consent,html[data-woop-theme="light"] .discord-match-consent{background:#fafafa;border-color:#dedee2;color:#555}
/* v8.11.0 portal identity */
.wave-visual{perspective:900px}.wave-logo{width:118px!important;height:118px!important;border-radius:34px!important;background:linear-gradient(145deg,#38383f,#101012 48%,#696971)!important;border:1px solid #56565e!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -10px 24px rgba(0,0,0,.48),0 26px 80px rgba(0,0,0,.52),0 0 45px rgba(224,135,196,.12)!important;transform-style:preserve-3d;transition:transform .2s linear,width .35s,height .35s}.wave-logo:before,.wave-logo:after{content:"";position:absolute;inset:7px;border-radius:28px;border:1px solid rgba(255,255,255,.08);transform:translateZ(-8px)}.wave-logo:after{inset:-5px;border-color:rgba(236,169,214,.12);filter:blur(5px);transform:translateZ(-14px)}.wave-logo>span{position:absolute;inset:11px;display:grid;place-items:center;border-radius:26px;background:conic-gradient(from 35deg,#ededf1,#5f5f67,#1d1d21,#bcbcc5,#434349,#efeff3);transform-style:preserve-3d;animation:woopMetalSpin 8s linear infinite}.wave-logo>span:before{content:"";position:absolute;inset:5px;border-radius:22px;background:#111114}.wave-logo img{position:relative;z-index:2;width:68%;height:68%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.45)) saturate(.86) contrast(1.1)}@keyframes woopMetalSpin{0%{transform:rotateY(0deg) rotateX(6deg)}50%{transform:rotateY(180deg) rotateX(-4deg)}100%{transform:rotateY(360deg) rotateX(6deg)}}
.products-showcase{margin-top:34px;padding:36px!important;border:1px solid #222225;border-radius:30px;background:radial-gradient(circle at 12% 10%,rgba(227,133,193,.08),transparent 34%),linear-gradient(145deg,#0d0d0f,#080809)}.product-showcase-grid{grid-template-columns:1.25fr 1fr 1fr!important;gap:16px!important}.products-showcase .product{min-height:230px;padding:28px!important;display:flex;flex-direction:column;justify-content:flex-end}.products-showcase .product h3{font-size:24px;margin:13px 0 8px}.products-showcase .product p{font-size:11px;line-height:1.65;max-width:390px}.products-showcase .product-featured{min-height:270px;background:radial-gradient(circle at 70% 25%,rgba(224,135,196,.18),transparent 40%),#101012!important;border-color:#343038!important}.products-showcase .product-featured .product-icon{width:54px;height:54px;font-size:23px}.topgg-support-strip{border-color:rgba(224,135,196,.22)!important;background:linear-gradient(110deg,rgba(46,25,41,.6),#101012 55%,rgba(27,26,33,.95))!important}.topgg-support-strip .btn{background:linear-gradient(100deg,#e78fca,#a579e5)!important;color:#fff!important;box-shadow:0 0 26px rgba(225,139,194,.24)!important}
@media(max-width:900px){.product-showcase-grid{grid-template-columns:1fr!important}.products-showcase{padding:24px!important}.products-showcase .product,.products-showcase .product-featured{min-height:200px}}
.auth-logo-mark{display:inline-grid!important;place-items:center;width:54px;height:54px;border-radius:17px;background:#111114!important;border:1px solid #2b2b2f;box-shadow:0 12px 32px rgba(0,0,0,.3)}.auth-logo-mark img{width:70%;height:70%;object-fit:contain}
.public-playlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:9px;margin-top:12px}.public-playlist-grid a{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:10px;padding:8px;border:1px solid #29292d;border-radius:13px;background:#101012;color:inherit;text-decoration:none}.public-playlist-grid a>span{width:54px;height:54px;display:grid;place-items:center;border-radius:10px;overflow:hidden;background:#171719}.public-playlist-grid img{width:100%;height:100%;object-fit:cover}.public-playlist-grid b,.public-playlist-grid small{display:block}.public-playlist-grid small{margin-top:5px;color:#85858d;font-size:8px}

/* v8.11.0 — official WooP mark integration */
.brand-mark,.quick-hub-head>span{background-image:url('/happy/assets/woop-brand-cropped.png')!important;background-size:88% auto!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#0b0b0d!important;color:transparent!important;border:1px solid #2a2a2e!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}
.brand .brand-mark{width:54px!important;height:34px!important;border-radius:10px!important}.auth-logo-mark{display:block;width:124px;height:76px;margin:auto;overflow:hidden;border-radius:18px;background:#090a0d}.auth-logo-mark img{width:100%;height:100%;object-fit:cover;transform:scale(1.03)}
.wave-logo{width:208px!important;height:132px!important;border-radius:34px!important}.wave-logo:before,.wave-logo:after{border-radius:29px!important}.wave-logo>span{inset:9px!important;border-radius:27px!important;overflow:hidden}.wave-logo>span:before{inset:5px!important;border-radius:23px!important;background:#0a0b0e!important}.wave-logo img{width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.03);border-radius:22px;mix-blend-mode:screen;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6)) saturate(.72) contrast(1.15) brightness(1.06)!important}
.wave-logo>span:after{content:"";position:absolute;inset:7px;z-index:3;border-radius:21px;background:linear-gradient(120deg,rgba(255,255,255,.32),transparent 28%,rgba(255,255,255,.06) 48%,transparent 70%);mix-blend-mode:screen;pointer-events:none}
@media(max-width:720px){.wave-logo{width:166px!important;height:105px!important}.brand .brand-mark{width:48px!important}}


/* WooP v8.16.0 — identity, theme, onboarding, film room and premium polish */
:root{--woop-purple:#7457e8;--woop-purple-2:#9a78ff}
.brand-mark,.room-brand>span,.auth-logo-mark,.quick-hub-head>span,.woop-welcome-logo,.smart-logo{background:#fff!important;border:1px solid rgba(0,0,0,.12)!important;border-radius:12px!important;background-image:none!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 24px rgba(0,0,0,.16)!important;color:transparent!important}
.brand-mark:before,.room-brand>span:before,.auth-logo-mark:before,.quick-hub-head>span:before,.woop-welcome-logo:before,.smart-logo:before{content:"";position:absolute;inset:18%;background:#09090b;mask:url('/happy/assets/woop-mark-black.png') center/contain no-repeat;-webkit-mask:url('/happy/assets/woop-mark-black.png') center/contain no-repeat}
.brand .brand-mark{width:42px!important;height:42px!important;border-radius:13px!important}.auth-logo-mark{width:74px!important;height:58px!important}.auth-logo-mark img{display:none!important}
html[data-woop-theme="light"] .brand-mark,html[data-woop-theme="light"] .room-brand>span{background:#fff!important;border-color:#dedee3!important}
.premium-reminder-mark{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:linear-gradient(135deg,#f58bc8,#9b6df4);box-shadow:0 0 28px rgba(231,123,198,.36);position:relative}.premium-reminder-mark:before{content:"";position:absolute;inset:20%;background:#fff;mask:url('/happy/assets/woop-mark-black.png') center/contain no-repeat;-webkit-mask:url('/happy/assets/woop-mark-black.png') center/contain no-repeat}
/* portal hero bot + frequency */
.wave-logo{display:none!important}.woop-bot-orbit{position:absolute;left:50%;top:50%;width:154px;height:154px;transform:translate(-50%,-50%);border-radius:46px;background:linear-gradient(145deg,#17181d,#08090c);border:1px solid rgba(255,255,255,.11);box-shadow:0 30px 90px rgba(0,0,0,.48),0 0 60px rgba(116,87,232,.13);display:grid;place-items:center;animation:botFloat 4s ease-in-out infinite}.bot-face{width:106px;height:82px;border-radius:34px;background:#f7f7f8;position:relative;display:flex;align-items:center;justify-content:center;gap:24px;box-shadow:inset 0 -8px 20px rgba(0,0,0,.07)}.bot-face i{width:14px;height:20px;border-radius:999px;background:#111;animation:botBlink 4.8s infinite}.bot-face span{position:absolute;width:34px;height:10px;border-bottom:4px solid #111;border-radius:0 0 30px 30px;bottom:15px}.bot-ear{position:absolute;top:57px;width:18px;height:42px;border-radius:9px;background:#6e56db}.bot-ear.left{left:-10px}.bot-ear.right{right:-10px}.bot-wave.mini{position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);height:32px;display:flex;gap:5px;align-items:center}.bot-wave.mini b{display:block;width:4px;border-radius:9px;background:#8f73ff;animation:freq 1.15s ease-in-out infinite}.bot-wave.mini b:nth-child(1),.bot-wave.mini b:nth-child(7){height:9px}.bot-wave.mini b:nth-child(2),.bot-wave.mini b:nth-child(6){height:19px;animation-delay:.08s}.bot-wave.mini b:nth-child(3),.bot-wave.mini b:nth-child(5){height:28px;animation-delay:.16s}.bot-wave.mini b:nth-child(4){height:15px;animation-delay:.24s}@keyframes freq{50%{transform:scaleY(.35);opacity:.55}}@keyframes botFloat{50%{transform:translate(-50%,-54%) rotate(-1.5deg)}}@keyframes botBlink{0%,45%,48%,100%{transform:scaleY(1)}46%{transform:scaleY(.12)}}
/* products: visual first */
.products-showcase{padding:42px!important}.product-showcase-grid{grid-template-columns:repeat(3,1fr)!important}.products-showcase .product{min-height:390px!important;padding:0!important;overflow:hidden;justify-content:flex-end!important}.product-art{height:220px;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(116,87,232,.18),transparent 60%),#121318;border-bottom:1px solid #282930}.product-art svg{width:86%;height:86%;fill:none;stroke:#e9e9ee;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.product-art.music-art svg circle{fill:#7357e8;stroke:none}.product-art.music-art svg path:first-of-type{fill:#fff;stroke:none}.product-art.cinema-art{background:radial-gradient(circle at 50% 35%,rgba(225,105,171,.15),transparent 58%),#121318}.product-art.profile-art{background:radial-gradient(circle at 50% 35%,rgba(64,186,154,.14),transparent 58%),#121318}.products-showcase .product h3,.products-showcase .product p,.products-showcase .product .go{margin-left:26px;margin-right:26px}.products-showcase .product h3{margin-top:22px}.products-showcase .product p{margin-bottom:28px}.products-showcase .product .go{bottom:26px}
/* premium code */
.promo-redeem-card{padding:22px!important;border-radius:20px!important;background:linear-gradient(145deg,#111116,#0b0b0e)!important;border-color:#302c39!important}.promo-title-row:before{content:"✦";width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#7a5ce8,#c77fd1);color:#fff;box-shadow:0 0 24px rgba(116,87,232,.25);margin-right:10px}.promo-title-row{justify-content:flex-start!important}.premium-code-shell{grid-template-columns:minmax(0,1fr) auto!important}.premium-code-input{height:48px;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #34313d;border-radius:13px;background:#15151a}.premium-code-input span{color:#9f82ff}.premium-code-input input{height:auto!important;flex:1;border:0!important;background:transparent!important;padding:0!important;outline:none!important}.premium-code-meta{display:flex;justify-content:space-between;gap:14px;margin-top:10px;color:#85858e;font-size:9px}.premium-code-meta i{font-style:normal;color:#b9a9ff;background:#211c34;border:1px solid #3d3164;border-radius:999px;padding:3px 8px}
/* smart auth loading / first welcome */
.auth-checking .auth-modal{opacity:0;pointer-events:none}.auth-modal{transition:opacity .22s ease}.auth-smart-loader{position:fixed;inset:0;z-index:50;background:var(--bg,#f6f6f7);display:grid;place-items:center;align-content:center;gap:12px}.auth-smart-loader.hidden{display:none}.smart-logo{width:56px;height:56px}.auth-smart-loader small{font-weight:800;letter-spacing:.12em;color:#888}.woop-first-welcome{position:fixed;inset:0;z-index:2147483600;background:#f6f6f7;display:grid;place-items:center;color:#111;transition:opacity .4s ease}.woop-first-welcome.done{opacity:0;pointer-events:none}.woop-welcome-card{text-align:center;width:min(420px,calc(100% - 40px))}.woop-welcome-logo{width:70px;height:70px;margin:0 auto 24px}.woop-welcome-steps{min-height:26px}.woop-welcome-steps p{display:none;margin:0;color:#888;font-size:13px}.woop-welcome-steps p.active{display:block;animation:welcomeStep .5s ease}.woop-welcome-card h2{font-size:34px;letter-spacing:-.04em;margin:12px 0 18px}.woop-welcome-loader{height:3px;border-radius:4px;background:#ddd;overflow:hidden}.woop-welcome-loader i{display:block;height:100%;width:35%;background:#111;animation:welcomeLoad 1.2s ease-in-out infinite}@keyframes welcomeLoad{0%{transform:translateX(-120%)}100%{transform:translateX(350%)}}@keyframes welcomeStep{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
/* Light theme full visibility pass */
html[data-woop-theme="light"] body,html[data-woop-theme="light"] .shell,html[data-woop-theme="light"] .profile-main,html[data-woop-theme="light"] .music-main{background:#f7f7f8!important;color:#161619!important}html[data-woop-theme="light"] .topbar{background:rgba(247,247,248,.92)!important;border-color:#dedee3!important}html[data-woop-theme="light"] .btn,html[data-woop-theme="light"] .chip,html[data-woop-theme="light"] button:not(.btn.primary):not(.discord){background:#fff!important;color:#171719!important;border-color:#d9d9df!important}html[data-woop-theme="light"] button:hover,html[data-woop-theme="light"] .btn:hover{background:#171719!important;color:#fff!important;border-color:#171719!important}html[data-woop-theme="light"] input,html[data-woop-theme="light"] select,html[data-woop-theme="light"] textarea{background:#fff!important;color:#171719!important;border-color:#d8d8de!important}html[data-woop-theme="light"] input::placeholder,html[data-woop-theme="light"] textarea::placeholder{color:#8a8a91!important}html[data-woop-theme="light"] .promo-redeem-card{background:#fff!important;border-color:#dcdce3!important}html[data-woop-theme="light"] .premium-code-input{background:#f6f6f8!important;border-color:#d6d6de!important}html[data-woop-theme="light"] .premium-code-meta i{background:#eee9ff!important;color:#6848d4!important;border-color:#cbbcff!important}
@media(max-width:900px){.product-showcase-grid{grid-template-columns:1fr!important}.products-showcase{padding:24px!important}}


/* WooP v8.16.0 — neutral selections, refined premium/promo/auth */
html[data-woop-theme="light"] .profile-nav-list button.active,
html[data-woop-theme="light"] .settings-tabs button.active{background:#e7e7ea!important;color:#171719!important;border-color:#d2d2d7!important;box-shadow:none!important}
html[data-woop-theme="light"] .profile-choice.active,
html[data-woop-theme="light"] .lang-switch button.active{color:var(--page)!important}
.promo-redeem-card{position:relative;display:grid;gap:18px;padding:26px!important;border-radius:24px!important;background:linear-gradient(145deg,#111114,#0b0b0d)!important;border:1px solid #303036!important;box-shadow:0 22px 70px rgba(0,0,0,.18);overflow:hidden}
.promo-redeem-card:after{content:"";position:absolute;right:-90px;top:-110px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(226,130,202,.16),transparent 66%);pointer-events:none}.promo-redeem-card>div:first-child{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.promo-redeem-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#17171b;border:1px solid #313138;font-size:20px}.promo-redeem-card b{font-size:15px}.promo-redeem-card small{color:#8f8f98;line-height:1.5}.premium-code-shell{position:relative;z-index:1;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px}.premium-code-input{height:54px!important;border-radius:16px!important;background:#151518!important;border:1px solid #34343a!important}.premium-code-input:focus-within{border-color:#66666e!important;box-shadow:0 0 0 4px rgba(255,255,255,.04)}.premium-code-shell .btn{height:54px;min-width:150px}.premium-code-meta{position:relative;z-index:1}
html[data-woop-theme="light"] .promo-redeem-card{background:#fff!important;border-color:#dddde2!important;box-shadow:0 22px 60px rgba(0,0,0,.07)}html[data-woop-theme="light"] .promo-redeem-icon{background:#f1f1f3;border-color:#dddde1}html[data-woop-theme="light"] .premium-code-input{background:#f7f7f8!important;border-color:#d6d6db!important}
.match-consent-saved{font-style:normal;font-size:9px;font-weight:850;color:#50d890;margin-left:8px}
.topgg-support-strip #voteBtn{min-width:190px;min-height:52px;padding:0 24px;text-decoration:none!important;border-radius:16px;font-size:12px;box-shadow:none}.topgg-support-strip #voteBtn.supporter-ready{background:#171719!important;color:#fff!important;border:1px solid #303034!important;box-shadow:0 14px 36px rgba(0,0,0,.16)!important}.topgg-support-strip #voteBtn:hover{text-decoration:none!important;transform:translateY(-1px)}
/* inline authentication sheet */
.portal-auth-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:20px;background:rgba(7,7,9,.42);backdrop-filter:blur(18px) saturate(.8);opacity:0;pointer-events:none;transition:opacity .26s ease}.portal-auth-overlay.open{opacity:1;pointer-events:auto}.portal-auth-sheet{position:relative;width:min(480px,calc(100vw - 32px));padding:34px;border-radius:28px;background:#0d0d0f;border:1px solid #29292e;box-shadow:0 40px 140px rgba(0,0,0,.55);transform:translateY(20px) scale(.975);transition:transform .32s cubic-bezier(.2,.8,.2,1)}.portal-auth-overlay.open .portal-auth-sheet{transform:none}.portal-auth-close{position:absolute;right:16px;top:16px;width:34px;height:34px;border-radius:50%;border:1px solid #2b2b30;background:#151517;color:#fff;font-size:18px}.portal-auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:25px}.portal-auth-brand .brand-mark{width:48px!important;height:48px!important}.portal-auth-brand b{font-size:16px}.portal-auth-brand small{display:block;margin-top:3px;color:#777780;font-size:9px}.portal-auth-sheet h2{font-size:30px;margin:0 0 6px;letter-spacing:-.045em}.portal-auth-sheet>p{margin:0 0 22px;color:#8f8f98}.portal-auth-field{display:grid;gap:7px;margin:11px 0}.portal-auth-field span{font-size:9px;color:#8a8a91}.portal-auth-field input{height:50px;border-radius:14px;border:1px solid #2d2d32;background:#141416;color:#fff;padding:0 14px;outline:none}.portal-auth-field input:focus{border-color:#5a5a62;box-shadow:0 0 0 4px rgba(255,255,255,.04)}.portal-auth-wide{width:100%;height:50px;margin-top:10px}.portal-auth-discord{display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none!important}.portal-auth-discord img{width:19px}.portal-auth-sep{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:18px 0;color:#72727b;font-size:9px}.portal-auth-sep:before,.portal-auth-sep:after{content:"";height:1px;background:#29292e}.portal-auth-switch{width:100%;margin-top:8px;background:transparent;border:0;color:#aaaab2;font-size:10px}.portal-auth-status{min-height:18px;margin:8px 0;color:#ff8c98;font-size:9px}.portal-auth-verify{display:none}.portal-auth-sheet.verifying .portal-auth-main{display:none}.portal-auth-sheet.verifying .portal-auth-verify{display:block}
html[data-woop-theme="light"] .portal-auth-overlay{background:rgba(235,235,238,.62)}html[data-woop-theme="light"] .portal-auth-sheet{background:#fff;border-color:#d9d9de;color:#171719;box-shadow:0 40px 120px rgba(0,0,0,.15)}html[data-woop-theme="light"] .portal-auth-field input{background:#f7f7f8;border-color:#d7d7dc;color:#171719}html[data-woop-theme="light"] .portal-auth-close{background:#f3f3f5;border-color:#dddde2;color:#171719}
@media(max-width:620px){.premium-code-shell{grid-template-columns:1fr!important}.premium-code-shell .btn{width:100%}.topgg-support-strip #voteBtn{width:100%}}

#discordMatchConsentCard.focus-pulse{animation:consentFocus 1.4s ease}@keyframes consentFocus{0%,100%{box-shadow:none}35%{box-shadow:0 0 0 4px rgba(255,255,255,.08)}}

/* WooP v8.16.0 final account/login/consent polish */
.consent-switch input:checked+span{background:#ececf0!important;box-shadow:none!important}.consent-switch input:checked+span:after{background:#151519!important}html[data-woop-theme="light"] .consent-switch input:checked+span{background:#1b1b1f!important}html[data-woop-theme="light"] .consent-switch input:checked+span:after{background:#fff!important}
.portal-auth-legal{margin:16px 4px 0!important;text-align:center;color:#73737b!important;font-size:9px!important;line-height:1.55}.portal-auth-legal a{color:#b9b9c0;text-decoration:underline;text-underline-offset:3px}.portal-auth-sheet{max-height:min(760px,calc(100vh - 40px));overflow:auto}.portal-auth-sheet::-webkit-scrollbar{width:5px}.portal-auth-sheet::-webkit-scrollbar-thumb{background:#2c2c31;border-radius:9px}
html[data-woop-theme="light"] .portal-auth-legal{color:#727279!important}html[data-woop-theme="light"] .portal-auth-legal a{color:#27272b}
.auth-modal{width:min(460px,calc(100% - 28px))!important;padding:36px 38px 30px!important}.auth-modal .privacy-note{font-size:9px;line-height:1.55;text-align:center}.auth-modal .privacy-note a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:600px){.auth-modal{padding:30px 22px 24px!important}.portal-auth-sheet{padding:28px 22px}}


/* WooP v8.16.0 — explicit Match consent save + richer subscription */
.discord-match-consent{align-items:flex-start!important}
.match-consent-copy{min-width:0;flex:1}
.match-consent-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.match-consent-save{min-height:34px!important;padding:0 12px!important;border-radius:10px!important}
.match-consent-save.dirty{background:#f2f2f4!important;color:#111!important;border-color:#f2f2f4!important;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.match-consent-save:disabled{opacity:.42!important;cursor:not-allowed!important;transform:none!important}
.match-consent-saved{flex-basis:100%;text-align:right;font-style:normal;font-size:8px;color:#777780}
.subscription-benefits.premium-privileges{grid-template-columns:repeat(4,1fr)}
.premium-access-note{margin-top:12px;padding:18px 20px;border:1px solid #242426;border-radius:17px;background:#0b0b0c}
.premium-access-note b{font-size:12px}.premium-access-note p{margin:7px 0 0;color:#85858c;font-size:10px;line-height:1.6}
html[data-woop-theme="light"] .premium-access-note{background:#fff;border-color:#dedee2;color:#171719}
html[data-woop-theme="light"] .premium-access-note p{color:#707077}
html[data-woop-theme="light"] .match-consent-save.dirty{background:#171719!important;color:#fff!important;border-color:#171719!important}
@media(max-width:1100px){.subscription-benefits.premium-privileges{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.discord-match-consent{flex-direction:column}.match-consent-actions{width:100%;justify-content:flex-start}.match-consent-saved{text-align:left}.subscription-benefits.premium-privileges{grid-template-columns:1fr}}

/* WooP v8.16.0 — compact account menu + profile identity polish */
.woop-account-menu-rich{width:224px!important}
.wa-menu-slider{height:372px!important}
.woop-account-menu[data-wa-view="language"] .wa-menu-slider{height:164px!important}
.woop-account-menu[data-wa-view="color-mode"] .wa-menu-slider{height:205px!important}
.woop-account-menu-rich a,.woop-account-menu-rich button{min-height:38px!important;padding:7px 9px!important;border-radius:10px!important}
.woop-account-menu-rich b{font-size:11px!important}.woop-account-menu-rich small{font-size:8px!important}
.woop-account-menu-rich .wa-premium{color:#f4d8ff!important;background:linear-gradient(90deg,rgba(194,83,255,.15),rgba(255,91,189,.08))!important;border:1px solid rgba(209,117,255,.18)!important}
.woop-account-menu-rich .wa-premium span{color:#d98cff}.woop-account-menu-rich .wa-premium small{color:#dca4ff!important}
.profile-summary-person{align-items:center}.profile-summary-person>div{min-width:0}.profile-summary-person b{display:inline-flex;max-width:100%;padding:5px 10px;border:1px solid var(--hair,var(--line));border-radius:999px;background:var(--surface2,rgba(255,255,255,.035));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-identity-links{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:14px;padding-top:13px;border-top:1px solid var(--hair,var(--line))}
.profile-identity-links>small{color:var(--sub,#8f939d);font-size:9px}.identity-link-chip{display:inline-flex;align-items:center;gap:5px;max-width:180px;padding:6px 9px;border:1px solid var(--hair,var(--line));border-radius:999px;background:var(--surface2,rgba(255,255,255,.035));font-size:9px}.identity-link-chip i{font-style:normal;color:#a9a5ff}.identity-link-chip b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
.profile-flash-toast{position:fixed;left:50%;top:72px;z-index:240;max-width:min(420px,calc(100vw - 28px));padding:11px 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(16,17,20,.96);color:#f5f5f7;box-shadow:0 22px 70px rgba(0,0,0,.36);font-size:11px;font-weight:750;opacity:0;transform:translate(-50%,-12px) scale(.97);pointer-events:none;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1)}.profile-flash-toast.show{opacity:1;transform:translate(-50%,0) scale(1)}.profile-flash-toast.ok{border-color:rgba(64,210,145,.28);box-shadow:0 22px 70px rgba(0,0,0,.36),0 0 26px rgba(64,210,145,.08)}
html[data-woop-theme="light"] .woop-account-menu-rich .wa-premium{color:#6b258b!important;background:linear-gradient(90deg,#f7ebff,#fff0fa)!important;border-color:#e4c5f1!important}
html[data-woop-theme="light"] .profile-flash-toast{background:#fff;color:#171719;border-color:#d9d9df;box-shadow:0 22px 60px rgba(0,0,0,.14)}

/* v8.20.0 auth policy affordance + product depth */
.auth-policy-note a{position:relative;color:#c5b0ff;font-weight:750;transition:color .16s ease,background .16s ease}.auth-policy-note a:hover{color:#fff;background:rgba(129,89,226,.12);border-radius:5px}.auth-switch{transition:color .17s ease,transform .17s ease,background .17s ease!important}.auth-switch:hover{color:#c8b4ff!important;transform:translateY(-1px);background:rgba(122,84,224,.07)!important}.auth-modal .btn.primary{transition:transform .17s ease,background .17s ease,box-shadow .17s ease!important}.auth-modal .btn.primary:hover{transform:translateY(-1px);background:#fff!important;box-shadow:0 10px 28px rgba(255,255,255,.10)}
.products-showcase .product{perspective:1000px;transform-style:preserve-3d;will-change:transform;transition:transform .22s cubic-bezier(.2,.7,.2,1),border-color .2s,box-shadow .2s!important}.products-showcase .product:hover{transform:translateY(-5px) rotateX(var(--product-rx,0deg)) rotateY(var(--product-ry,0deg))!important;box-shadow:0 28px 70px rgba(0,0,0,.28)}.product-art{position:relative;border-bottom:0!important;transform-style:preserve-3d;overflow:hidden}.product-art:before,.product-art:after{content:"";position:absolute;pointer-events:none;border-radius:50%;filter:blur(1px);opacity:.55;transition:transform .25s ease}.product-art:before{width:120px;height:120px;left:calc(var(--product-mx,50%) - 60px);top:calc(var(--product-my,50%) - 60px);background:radial-gradient(circle,rgba(143,105,245,.24),transparent 68%);transform:translateZ(15px)}.product-art:after{inset:12%;border:1px solid rgba(255,255,255,.045);border-radius:24px;transform:translateZ(8px) rotate(-2deg)}.product-art svg{transform:translateZ(46px) rotateX(calc(var(--product-rx,0deg) * -.35)) rotateY(calc(var(--product-ry,0deg) * -.35));filter:drop-shadow(0 18px 24px rgba(0,0,0,.28));transition:transform .22s cubic-bezier(.2,.7,.2,1),filter .22s}.products-showcase .product:hover .product-art svg{filter:drop-shadow(0 24px 30px rgba(0,0,0,.38))}.products-showcase .product h3,.products-showcase .product p,.products-showcase .product .go{position:relative;transform:translateZ(24px)}
@media(prefers-reduced-motion:reduce){.products-showcase .product,.product-art svg{transform:none!important;transition:none!important}}


/* WooP Web v8.22.0 — 4D/cartoon product worlds */
.products-showcase{overflow:hidden}.product-showcase-grid{align-items:stretch}.products-showcase .product-4d{position:relative;min-height:420px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:28px!important;background:linear-gradient(155deg,#131419,#0b0c10 72%)!important;overflow:hidden;transform-style:preserve-3d;isolation:isolate}.products-showcase .product-4d:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at var(--product-mx,50%) var(--product-my,45%),rgba(255,255,255,.09),transparent 30%);opacity:.7;pointer-events:none}.products-showcase .product-4d:hover{border-color:rgba(173,153,255,.26)!important;box-shadow:0 34px 90px rgba(0,0,0,.42),0 0 40px rgba(123,92,225,.08)!important}.product-scene{height:252px!important;border:0!important;background:#0c0d12!important;transform-style:preserve-3d;perspective:900px}.product-scene:after{inset:14px!important;border-radius:26px!important;border:1px solid rgba(255,255,255,.055)!important}.product-scene svg{width:94%!important;height:94%!important;overflow:visible!important;stroke:none!important;transform:translateZ(52px) rotateX(calc(var(--product-rx,0deg) * -.45)) rotateY(calc(var(--product-ry,0deg) * -.45)) scale(1.02)!important}.scene-glow{position:absolute;width:220px;height:220px;left:calc(var(--product-mx,50%) - 110px);top:calc(var(--product-my,50%) - 110px);border-radius:50%;background:radial-gradient(circle,rgba(139,106,255,.27),transparent 66%);filter:blur(12px);transform:translateZ(18px);pointer-events:none}.scene-chip{position:absolute;left:22px;bottom:18px;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(7,8,12,.6);backdrop-filter:blur(12px);font-size:7px;font-weight:900;letter-spacing:.14em;color:#e8e5ff;transform:translateZ(66px)}
.product-music .product-scene{background:radial-gradient(circle at 20% 15%,rgba(121,86,231,.27),transparent 38%),linear-gradient(145deg,#171329,#090a0e)!important}.music-art .scene-back{fill:url(#mFace);opacity:.26}.music-art .music-disc{fill:#a88bff}.music-art .music-disc-core{fill:#13131a;stroke:#fff;stroke-width:4}.music-art .music-play{fill:#fff}.music-art .eq-bars rect{fill:#f4f1ff;animation:eq-bob 1.6s ease-in-out infinite;transform-origin:center}.music-art .eq-bars rect:nth-child(2){animation-delay:-.45s}.music-art .eq-bars rect:nth-child(3){animation-delay:-.8s}.music-art .eq-bars rect:nth-child(4){animation-delay:-1.05s}
.product-cinema .product-scene{background:radial-gradient(circle at 75% 12%,rgba(238,126,196,.22),transparent 37%),linear-gradient(145deg,#241220,#090a0e)!important}.cinema-art .cinema-screen{fill:url(#cScreen);opacity:.42}.cinema-art .cinema-inner{fill:#0c0b11;stroke:rgba(255,255,255,.35);stroke-width:2}.cinema-art .cinema-play{fill:#fff}.cinema-art .film-strip{fill:none;stroke:#ffb9e2;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;opacity:.7}
.product-game{cursor:default!important;background:linear-gradient(155deg,#111927,#0a0b12 74%)!important}.product-game .product-scene{background:radial-gradient(circle at 50% 30%,rgba(101,218,255,.20),transparent 34%),radial-gradient(circle at 80% 72%,rgba(255,126,196,.16),transparent 35%),#0a0d15!important}.game-art .game-controller>path:first-child{fill:url(#gBody)}.game-art .pad{fill:none;stroke:#0f1020;stroke-width:8;stroke-linecap:round}.game-art .btn-a{fill:#ff8fc9}.game-art .btn-b{fill:#78e9ff}.game-art .game-face{fill:none;stroke:#16162a;stroke-width:5;stroke-linecap:round}.game-art .game-cubes rect{fill:rgba(255,255,255,.15);stroke:rgba(255,255,255,.28);stroke-width:2;animation:game-float 3s ease-in-out infinite}.game-art .game-cubes rect:nth-child(2){animation-delay:-1s}.game-art .game-cubes rect:nth-child(3){animation-delay:-2s}.game-art .game-orbit{fill:none;stroke:rgba(119,230,255,.38);stroke-width:2;stroke-dasharray:8 12;animation:orbit-dash 8s linear infinite}.game-chip{color:#baf4ff!important;border-color:rgba(115,232,255,.2)!important}.product-disabled .locked-go{font-size:7px!important;letter-spacing:.12em!important;color:#8d91a5!important}.product-disabled:after{content:"";position:absolute;inset:0;pointer-events:none}.float-dot{fill:rgba(255,255,255,.5);animation:game-float 2.8s ease-in-out infinite}.float-dot.d2{animation-delay:-1.4s}
@keyframes eq-bob{0%,100%{transform:scaleY(.72)}50%{transform:scaleY(1.1)}}@keyframes game-float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(6deg)}}@keyframes orbit-dash{to{stroke-dashoffset:-160}}
@media(max-width:900px){.products-showcase .product-4d{min-height:390px!important}.product-scene{height:230px!important}}
@media(prefers-reduced-motion:reduce){.music-art .eq-bars rect,.game-art .game-cubes rect,.game-art .game-orbit,.float-dot{animation:none!important}}

/* WooP v8.35.7 — persistent Desktop download CTA */
.desktop-download-btn{height:42px;min-width:184px;padding:0 13px 0 8px;border:1px solid rgba(144,111,255,.34);border-radius:999px;display:inline-flex;align-items:center;gap:9px;background:linear-gradient(180deg,rgba(112,83,255,.13),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 24px rgba(0,0,0,.18);color:var(--text);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;white-space:nowrap}
.desktop-download-btn:hover{transform:translateY(-1px);border-color:rgba(160,126,255,.72);background:linear-gradient(180deg,rgba(126,92,255,.20),rgba(255,255,255,.04));box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 10px 30px rgba(72,49,170,.16)}
.desktop-download-btn:focus-visible{outline:2px solid #9c84ff;outline-offset:3px}
.desktop-download-icon{width:27px;height:27px;flex:0 0 27px;border-radius:50%;display:grid;place-items:center;background:#f2f4f8;color:#090b0e;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.desktop-download-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;line-height:1.05}
.desktop-download-copy b{font-size:10px;font-weight:850;letter-spacing:-.01em}
.desktop-download-copy small{margin-top:4px;color:#8f96a5;font-size:8px;font-weight:650;letter-spacing:.01em}
html[data-woop-theme="light"] .desktop-download-btn{background:linear-gradient(180deg,rgba(108,78,255,.11),rgba(0,0,0,.02));border-color:rgba(108,78,255,.28);color:var(--ink)}
html[data-woop-theme="light"] .desktop-download-icon{background:var(--ink);color:var(--page)}
@media(max-width:1040px){.desktop-download-btn{min-width:0;padding-right:10px}.desktop-download-copy small{display:none}.desktop-download-copy b{font-size:9px}}
@media(max-width:760px){.desktop-download-btn{width:38px;height:38px;padding:0;justify-content:center}.desktop-download-icon{width:28px;height:28px;flex-basis:28px}.desktop-download-copy{display:none}.topnav{gap:6px}}

.identity-link-chip i img{width:16px;height:16px;display:block;object-fit:contain}


/* v8.37.4: language menu must expose the full catalog with mouse-wheel scrolling */
.woop-account-menu[data-wa-view="language"]{max-height:min(650px,calc(100dvh - 82px))!important;overflow:hidden!important}
.woop-account-menu[data-wa-view="language"] .wa-menu-slider{height:min(560px,calc(100dvh - 112px))!important;min-height:300px!important}
.woop-account-menu[data-wa-view="language"] .wa-menu-page[data-wa-page="language"]{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;scrollbar-width:thin;touch-action:pan-y;padding-right:7px!important}
.woop-account-menu[data-wa-view="language"] .wa-menu-page[data-wa-page="language"]::-webkit-scrollbar{width:7px}.woop-account-menu[data-wa-view="language"] .wa-menu-page[data-wa-page="language"]::-webkit-scrollbar-thumb{background:rgba(130,130,145,.38);border-radius:999px}.woop-account-menu[data-wa-view="language"] .wa-menu-page[data-wa-page="language"]::-webkit-scrollbar-track{background:transparent}

/* WooP Premium identity v8.37.7 */
[data-wa-profile-menu] .premium,.profile-menu-rich .premium{border-color:rgba(190,120,255,.28)!important;background:linear-gradient(100deg,rgba(126,76,215,.18),rgba(230,87,185,.10))!important}

/* v8.37.35 profile identity bootstrap */
.profile-identity-loading{color:var(--muted);font-weight:700}.profile-nav-identity:has(.profile-identity-loading) .avatar{filter:saturate(.35);opacity:.72}
