:root{--bg: #07060d;--bg-elevated: #0f0c18;--bg-card: #15121f;--text: #f4f2ff;--muted: #9b94b8;--muted2: #6b6588;--accent: #c4b5fd;--accent-strong: #7c3aed;--accent-glow: rgba(124, 58, 237, .45);--border: rgba(167, 139, 250, .15);--radius: 16px;--radius-lg: 24px;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--header-h: 4rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;min-height:100%;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#app{min-height:100vh}a{color:var(--accent)}a:hover{color:#ddd6fe}.skip-link{position:absolute;left:-9999px;top:.5rem;z-index:9999;padding:.5rem 1rem;background:var(--accent-strong);color:#fff;border-radius:8px;text-decoration:none;font-weight:600}.skip-link:focus,.skip-link:focus-visible{left:.5rem}.page{min-height:100vh;display:flex;flex-direction:column}.site-header--minimal{position:sticky;top:0;z-index:50;background:#07060dd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:72rem;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:800;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo:hover{color:var(--accent)}.hero{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:clamp(2rem,6vw,4rem) 1.5rem 3rem;max-width:42rem;margin:0 auto}.hero__glow{position:absolute;width:min(90vw,28rem);height:min(90vw,28rem);top:10%;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(124,58,237,.35) 0%,transparent 65%);pointer-events:none;z-index:0}.hero>*:not(.hero__glow){position:relative;z-index:1}.hero__eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero__title{margin:0 0 1rem;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;line-height:1.2}.hero__lead{margin:0 0 2rem;font-size:1.0625rem;line-height:1.6;color:var(--muted)}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:.9rem 1.75rem;font-size:1.0625rem}.btn--primary{background:linear-gradient(135deg,var(--accent-strong),#5b21b6);color:#fff;box-shadow:0 8px 32px var(--accent-glow)}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 40px #7c3aed8c}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{border-color:#a78bfa59;background:#a78bfa0f}.footer{padding:1.5rem;text-align:center;font-size:.8125rem;color:var(--muted)}.footer a{color:var(--muted)}.footer a:hover{color:var(--accent)}.page--invite .hero__title{font-size:clamp(1.5rem,4.5vw,2rem)}.invite__code{margin:0 0 1.75rem;padding:1rem 1.25rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid rgba(167,139,250,.2)}.invite__code-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.invite__code-value{display:block;font-size:1.375rem;font-weight:700;letter-spacing:.15em;font-variant-numeric:tabular-nums;color:var(--accent)}.marketing{min-height:100vh;overflow-x:clip;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(124,58,237,.18),transparent 50%),var(--bg)}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:#07060db8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.marketing .site-header{height:auto;min-height:var(--header-h)}.marketing .site-header .site-header__inner{width:100%;max-width:72rem;margin:0 auto;padding:0 1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.marketing .site-header__tools{display:flex;align-items:center;gap:.65rem;margin-left:auto;order:2}.marketing .site-header .logo{order:1}.marketing .site-nav{order:3;flex:1 1 100%;display:flex;flex-wrap:nowrap;align-items:center;gap:1rem;justify-content:flex-start;padding:.45rem 0 0;margin-top:.15rem;border-top:1px solid var(--border);font-size:.875rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.marketing .site-nav a{color:var(--muted);text-decoration:none;font-weight:500;flex-shrink:0;padding:.2rem 0;border-radius:4px}.marketing .site-nav a:hover{color:var(--text)}.marketing .site-nav a:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px}@media(min-width:768px){.marketing .site-header .site-header__inner{flex-wrap:nowrap;gap:1rem}.marketing .site-nav{order:2;flex:1 1 auto;width:auto;margin-top:0;padding-top:0;border-top:none;justify-content:center;gap:1.5rem;font-size:.9375rem;overflow:visible}.marketing .site-header__tools{order:3;margin-left:0}}.lang-switcher{display:flex;align-items:center;flex-wrap:wrap;gap:.2rem .4rem;font-size:.8125rem;font-weight:700;letter-spacing:.05em;flex-shrink:0}.lang-switcher__sep{color:var(--muted2);-webkit-user-select:none;user-select:none;opacity:.85}.lang-switcher__link{color:var(--muted2);text-decoration:none;min-width:2.75rem;min-height:2.75rem;padding:.35rem .5rem;border-radius:8px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center}.lang-switcher__link:hover{color:var(--text);background:#a78bfa14}.lang-switcher__link:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.lang-switcher__link--active{color:var(--accent);pointer-events:none}.section{padding:clamp(3rem,8vw,5.5rem) 1.25rem}.section__inner{max-width:72rem;margin:0 auto}.section__head{text-align:center;max-width:40rem;margin:0 auto 3rem}.section__title{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2}.section__subtitle{margin:0;font-size:1.0625rem;line-height:1.65;color:var(--muted)}.hero-marketing{padding:clamp(2rem,5vw,4rem) 1.25rem 3rem;max-width:80rem;margin:0 auto}.hero-marketing__grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:960px){.hero-marketing__grid{grid-template-columns:1fr 1fr;gap:clamp(2.5rem,4vw,4rem)}}.eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.hero-marketing__title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1}.hero-marketing__lead{margin:0 0 1.75rem;font-size:1.125rem;line-height:1.65;color:var(--muted)}.hero-marketing__cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1.5rem;max-width:28rem}.hero-marketing__cta .btn{width:100%;justify-content:center;text-align:center}@media(max-width:520px){.hero-marketing__cta{grid-template-columns:1fr;max-width:none}}.hero-marketing__bullets{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.875rem;color:var(--muted2)}.hero-marketing__bullets li{display:flex;align-items:center;gap:.35rem}.hero-marketing__bullets li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-strong);flex-shrink:0}.hero-cover-fan{position:relative;max-width:min(100%,500px);margin:0 auto;padding:.75rem 0 1.5rem}.hero-cover-fan__glow{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:118%;height:92%;background:radial-gradient(ellipse 55% 48% at 50% 52%,rgba(251,146,60,.14) 0%,rgba(124,58,237,.12) 38%,rgba(124,58,237,.04) 55%,transparent 72%);pointer-events:none;z-index:0}.hero-cover-fan__row{position:relative;z-index:1;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:.5rem .5rem 1.75rem;min-height:20rem}.hero-cover-fan__card{flex-shrink:0;width:200px;height:334px;border-radius:1.25rem;overflow:hidden;background:var(--bg-elevated);border:1px solid rgba(167,139,250,.25);box-shadow:0 0 0 1px #0006 inset,0 22px 48px #0000008c,0 0 48px #b43c141f;transform-origin:50% 100%}.hero-cover-fan__card+.hero-cover-fan__card{margin-left:-96px}.hero-cover-fan__card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-cover-fan__card--1{transform:rotate(-10deg) translateY(8px);z-index:1}.hero-cover-fan__card--2{transform:rotate(-3deg) translateY(3px);z-index:2}.hero-cover-fan__card--3{transform:rotate(7deg) translateY(6px);z-index:3}@media(max-width:540px){.hero-cover-fan{max-width:100%;padding-left:0;padding-right:0}.hero-cover-fan__row{min-height:16rem;padding-left:.25rem;padding-right:.25rem}.hero-cover-fan__card{width:128px;height:214px;border-radius:1.05rem}.hero-cover-fan__card+.hero-cover-fan__card{margin-left:-58px}}@media(min-width:960px){.hero-marketing__visual{padding-left:clamp(.75rem,2vw,1.5rem)}.hero-cover-fan{max-width:min(100%,560px)}.hero-cover-fan__row{min-height:23.5rem}.hero-cover-fan__card{width:232px;height:387px}.hero-cover-fan__card+.hero-cover-fan__card{margin-left:-102px}}@media(prefers-reduced-motion:no-preference){.hero-cover-fan__card{transition:transform .35s ease,box-shadow .35s ease}.hero-cover-fan:hover .hero-cover-fan__card--1{transform:rotate(-9deg) translateY(6px)}.hero-cover-fan:hover .hero-cover-fan__card--2{transform:rotate(-2deg) translateY(1px)}.hero-cover-fan:hover .hero-cover-fan__card--3{transform:rotate(6deg) translateY(4px)}}.buff-strip-section{padding-top:0;padding-bottom:2rem}.buff-strip__inner{text-align:center}.buff-strip__label{margin:0 0 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);font-family:inherit}.buff-strip__meta{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55;color:var(--muted);max-width:40rem;margin-left:auto;margin-right:auto}.buff-strip{list-style:none;margin:0;padding:1rem .5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem}.buff-strip__item{margin:0;padding:.5rem;background:var(--bg-elevated);border-radius:1rem;border:1px solid var(--border);transition:transform .15s ease}.buff-strip__item:hover{transform:translateY(-2px)}.buff-strip__btn{display:block;margin:0;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;overflow:hidden;border-radius:.75rem}.buff-strip__btn:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px}.buff-strip__item img{display:block;width:56px;height:56px;object-fit:cover;object-position:center}@media(min-width:640px){.buff-strip__item img{width:64px;height:64px}}.section--features{background:linear-gradient(180deg,transparent,rgba(124,58,237,.04))}.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:560px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:1.35rem 1.25rem;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);transition:border-color .15s ease,box-shadow .15s ease}.feature-card:hover{border-color:#a78bfa47;box-shadow:0 16px 48px #00000059}.feature-card__icon{width:3rem;height:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#7c3aed1f;color:var(--accent)}.feature-svg{display:block}.feature-card__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.feature-card__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--muted)}.section--avatars{background:linear-gradient(180deg,rgba(124,58,237,.05),transparent)}.theme-compare{display:grid;gap:1.5rem;justify-items:center;margin-bottom:.75rem}@media(min-width:720px){.theme-compare{grid-template-columns:repeat(2,minmax(0,280px));justify-content:center;align-items:start}}.theme-phone{width:100%;max-width:280px;padding:.55rem;border-radius:2rem;background:linear-gradient(145deg,#2a2438,#15121f);box-shadow:0 24px 56px #00000073,0 0 0 1px #ffffff0f inset}.theme-phone__notch{height:1.25rem;margin:0 auto .35rem;width:38%;border-radius:999px;background:#00000059}.theme-phone__screen{border-radius:1.35rem;overflow:hidden;min-height:200px;padding:.75rem;display:flex;flex-direction:column;gap:.65rem}.theme-phone--ember .theme-phone__screen{background:linear-gradient(165deg,#2a1510,#120a08);box-shadow:inset 0 0 0 1px #fb923c33}.theme-phone--frost .theme-phone__screen{background:linear-gradient(165deg,#0f1a24,#060d14);box-shadow:inset 0 0 0 1px #38bdf82e}.theme-phone__header{height:.5rem;width:45%;border-radius:4px;opacity:.5}.theme-phone--ember .theme-phone__header{background:#fb923c}.theme-phone--frost .theme-phone__header{background:#38bdf8}.theme-phone__hero-block{flex:1;min-height:72px;border-radius:12px}.theme-phone--ember .theme-phone__hero-block{background:linear-gradient(135deg,#fb923c59,#b91c1c40)}.theme-phone--frost .theme-phone__hero-block{background:linear-gradient(135deg,#38bdf84d,#1e3a8a59)}.theme-phone__rows{display:flex;flex-direction:column;gap:.4rem}.theme-phone__rows span{display:block;height:.45rem;border-radius:4px;opacity:.45}.theme-phone--ember .theme-phone__rows span{background:linear-gradient(90deg,#fdba74,#7c2d12)}.theme-phone--frost .theme-phone__rows span{background:linear-gradient(90deg,#bae6fd,#1e3a8a)}.theme-compare__caption{text-align:center;margin:0 0 2rem;font-size:.9375rem;color:var(--muted2);max-width:36rem;margin-left:auto;margin-right:auto}.avatar-showcase{margin-top:.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));gap:1rem 1.25rem;justify-items:center;width:100%;max-width:42rem;margin-left:auto;margin-right:auto;padding:0 .25rem;box-sizing:border-box}.avatar-showcase .boss-pill{width:100%;max-width:11rem;min-width:0}@media(max-width:380px){.avatar-showcase{grid-template-columns:1fr;max-width:16rem}}.hero-marketing__visual{min-width:0;width:100%}.boss-pill--static{cursor:default;margin:0}.section--map-bosses{background:var(--bg-elevated)}.section__inner--map-bosses{max-width:72rem}.split--map-bosses{margin-top:0;align-items:start}@media(min-width:900px){.split--map-bosses{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:2rem 2.5rem}}.map-bosses__header{text-align:left;margin-bottom:0;max-width:42rem}.map-bosses__header .section__title{margin-bottom:.75rem}.map-bosses__header .section__subtitle{text-align:left;margin-left:0;margin-right:0}.checklist--map-bosses{margin-top:1.25rem;margin-bottom:0;max-width:38rem}.split__copy--map-bosses{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.map-bosses__boss-row{margin-top:1.75rem;padding-top:0;width:100%}.split__visual--map{position:relative;min-width:0}.map-shot--map-bosses{width:100%;max-width:none;margin:0}.split{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.split{grid-template-columns:1fr 1fr;gap:3rem}}.split__copy .section__title,.split__copy .section__subtitle{text-align:left}.split__copy .section__title{margin-bottom:.75rem}.checklist{margin:1.5rem 0 0;padding:0;list-style:none}.checklist li{position:relative;padding-left:1.5rem;margin-bottom:.65rem;font-size:1rem;color:var(--muted);line-height:1.5}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--accent-strong);font-weight:700}.map-shot{width:100%;max-width:480px;margin:0 auto;display:block;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:0 24px 64px #00000073}.boss-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem}.split__copy--map-bosses .boss-row--map-bosses{justify-content:flex-start;width:100%}.split__copy--map-bosses .boss-row--map-bosses .boss-pill{text-align:center}.split__copy--map-bosses .boss-row--map-bosses .boss-pill__caption strong,.split__copy--map-bosses .boss-row--map-bosses .boss-pill__caption span{display:block;text-align:center}.boss-pill{margin:0;text-align:center;max-width:140px;background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit}.boss-pill:focus-visible{outline:2px solid var(--accent-strong);outline-offset:4px;border-radius:1.5rem}.boss-pill__img-wrap{display:block;width:120px;height:120px;margin:0 auto;flex-shrink:0}.boss-pill__img-wrap img{width:100%;height:100%;object-fit:contain;border-radius:1.25rem;background:var(--bg-card);border:1px solid var(--border);padding:.5rem}.boss-pill__caption{display:block;margin-top:.65rem;font-size:.875rem;color:var(--muted)}.boss-pill__caption strong{display:block;color:var(--text);font-size:1rem}figure.boss-pill{margin:0}.quest-grid{display:grid;gap:1.25rem}@media(min-width:768px){.quest-grid{grid-template-columns:repeat(3,1fr)}}.quest-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-card);border:1px solid var(--border);display:flex;flex-direction:column;min-height:100%}.quest-card__visual{aspect-ratio:16 / 10;background:#0a0810;flex-shrink:0}.quest-card__visual img{width:100%;height:100%;object-fit:cover}.quest-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.quest-card__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.quest-card__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--muted);flex-grow:1}.section--cta-final{padding-bottom:4rem}.cta-panel{position:relative;text-align:center;padding:clamp(2.5rem,6vw,4rem) 1.5rem;border-radius:var(--radius-lg);border:1px solid rgba(167,139,250,.25);background:linear-gradient(160deg,#7c3aed33,#0f0c18f2);overflow:hidden}.cta-panel__glow{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle at 50% 0%,rgba(167,139,250,.25),transparent 55%);pointer-events:none}.cta-panel__title,.cta-panel__text,.cta-panel__btn,.cta-panel__note{position:relative;z-index:1}.cta-panel__title{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.cta-panel__text{margin:0 auto 1.5rem;max-width:36rem;color:var(--muted);font-size:1.0625rem;line-height:1.6}.cta-panel__note{margin:1rem 0 0;font-size:.8125rem;color:var(--muted2)}.site-footer{padding:2.5rem 1.25rem;border-top:1px solid var(--border);background:#00000040}.site-footer__inner{max-width:72rem;margin:0 auto;text-align:center}.logo--footer{display:inline-block;font-size:1.25rem}.site-footer__tagline{margin:.35rem 0 1rem;font-size:.875rem;color:var(--muted2)}.site-footer__links{margin:0 0 .65rem;font-size:.875rem;color:var(--muted)}.site-footer__links a{color:var(--accent);text-decoration:none;font-weight:500}.site-footer__links a:hover{color:#ddd6fe;text-decoration:underline}.site-footer__links a:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px;border-radius:4px}.site-footer__links-sep{margin:0 .35rem;color:var(--muted2);-webkit-user-select:none;user-select:none}.site-footer__copy{margin:0;font-size:.8125rem;color:var(--muted)}.landing-modal{max-width:min(32rem,calc(100vw - 2rem));padding:0;border:none;border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text);box-shadow:0 32px 80px #000000a6}.landing-modal::backdrop{background:#05030cb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.landing-modal__panel{position:relative;padding:1.5rem 1.5rem 1.75rem}.landing-modal__close{position:absolute;top:.65rem;right:.65rem;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:#ffffff0f;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer}.landing-modal__close:hover{color:var(--text);background:#ffffff1a}.landing-modal__close:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.landing-modal__eyebrow{margin:0 2rem .75rem 0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.landing-modal__title{margin:0 0 1rem;font-size:1.35rem;font-weight:700;line-height:1.25;padding-right:1rem}.landing-modal__body{margin:0;font-size:1rem;line-height:1.65;color:var(--muted)}
