.prediction-step{text-align:center;color:var(--muted);font-size:.85rem;margin:1rem 0}.prediction-turn{max-width:960px;margin:2rem auto 4rem}.prediction-heading,.leaderboard-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.prediction-turn h1{font-weight:850;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.04;letter-spacing:-.055em;margin:1.2rem 0}.prediction-intro{max-width:65ch;line-height:1.7;color:var(--muted)}.prediction-context{margin:1.5rem 0 2rem;padding:1.2rem 1.5rem;border-left:4px solid #ff6458;background:var(--surface, #f7f7fa);border-radius:0 18px 18px 0}.prediction-context p{font-weight:650;margin:0 0 .75rem;line-height:1.55}.prediction-context small{color:var(--muted);line-height:1.5;display:block}.prediction-targets{display:grid;gap:1.4rem}.prediction-targets fieldset{border:1px solid var(--line, #dddfe5);border-radius:22px;padding:1.1rem 1.3rem 1.4rem;min-width:0}.prediction-targets legend{padding:0 .5rem;font-size:1.2rem;font-weight:750;max-width:100%;overflow-wrap:anywhere}.prediction-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:50%;font-weight:800;color:#17182b;background:#ffd7d0}.prediction-targets legend .prediction-avatar{margin-right:.7rem}.prediction-avatar.tone-1{background:#c7eaff}.prediction-avatar.tone-2{background:#fff1aa}.prediction-avatar.tone-3{background:#c3ecdb}.prediction-avatar.tone-4{background:#e2d7ff}.prediction-avatar.tone-5{background:#ffdbed}.prediction-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.prediction-options button{display:flex;align-items:center;gap:.8rem;text-align:left;border:2px solid var(--line, #e3e4e9);border-radius:16px;background:var(--panel, #fff);color:var(--ink, #17182b);padding:1.1rem;line-height:1.5;min-height:90px}.prediction-options button span:nth-child(2){flex:1}.prediction-options button[aria-pressed=true]{border-color:#a7473d;background:#fff0ec;color:#72251e}.prediction-options button:focus-visible{outline:3px solid #8262ce;outline-offset:4px}.prediction-submit{text-align:center;margin-top:2rem}.prediction-submit p{color:var(--muted);font-size:.9rem}.prediction-submit .text-button{display:block;margin:1rem auto}.prediction-leaderboard{margin:2rem 0;padding:clamp(1.2rem,3vw,2.5rem);border-radius:26px;background:#fff6cc;color:#202036;border:1px solid #e8d895}.leaderboard-heading{color:#69551e}.leaderboard-heading>span:last-child{font-size:2rem}.prediction-leaderboard h2{font-weight:850;font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.13;letter-spacing:-.045em;margin:.7rem 0;overflow-wrap:anywhere}.prediction-leaderboard>p{line-height:1.6;max-width:70ch;color:#66583a}.prediction-leaderboard ol{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.65rem}.prediction-leaderboard li{display:flex;gap:1rem;align-items:center;padding:1rem 1.2rem;border-radius:18px;background:#fffdf4}.prediction-leaderboard li.prediction-winner{background:#222139;color:#fff}.prediction-rank{font-weight:800;font-size:1.3rem;min-width:48px;text-align:center}.prediction-rank small{display:block;font-size:.6rem;font-weight:500}.prediction-identity{flex:1;min-width:0}.prediction-identity strong{display:block;font-size:1.1rem;overflow-wrap:anywhere}.prediction-identity>span{display:block;margin-top:.25rem;font-size:.85rem}.prediction-score{display:flex;gap:.5rem;align-items:baseline;white-space:nowrap}.prediction-score b{font-size:2rem;letter-spacing:-.05em}.prediction-score small{font-size:.8rem}.round-points{background:#e9f7f0;border-color:#c6e4d5}.round-points .leaderboard-heading{color:#295c46}.round-points li{background:#fff}[data-theme=dark] .prediction-context{background:#252636}[data-theme=dark] .prediction-options button{background:#252636;color:#f8f5ff}[data-theme=dark] .prediction-options button[aria-pressed=true]{background:#513332;border-color:#ffa69b}@media(max-width:600px){.prediction-options{grid-template-columns:1fr;gap:.6rem}.prediction-options button{min-height:70px}.prediction-turn{margin-top:1rem}.prediction-leaderboard li{padding:.9rem .65rem;gap:.6rem}.prediction-rank{min-width:35px}.prediction-score{display:block;text-align:right}.prediction-score small{display:block}.prediction-leaderboard .prediction-avatar{width:34px;height:34px}.prediction-identity strong{font-size:1rem}}.game-wizard{max-width:960px;margin:36px auto 64px}.wizard-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.1em;color:var(--muted)}.wizard-top b{margin-left:18px;color:var(--ink)}.wizard-progress{display:flex;gap:7px;margin:24px 0 42px}.wizard-progress span{height:4px;flex:1;background:var(--line);border-radius:9px}.wizard-progress .filled{background:var(--color-fresh-sky-500)}.wizard-stage{animation:wizard-enter .32s ease both;min-height:390px}.wizard-stage .wizard-heading{margin-bottom:32px}.wizard-stage h1{font-size:clamp(32px,4.4vw,54px);font-weight:850;line-height:1.06;letter-spacing:-.055em;margin:12px 0 16px;outline:none}.wizard-stage .wizard-heading>p:last-child{color:var(--muted);line-height:1.65;max-width:670px;font-size:15px}.wizard-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wizard-options:empty{display:none}.wizard-three{grid-template-columns:repeat(3,minmax(0,1fr))}.wizard-card{--tile: #d8f3e5;--word: #23764a;background:var(--tile);color:var(--word);border:0;border-radius:22px;padding:26px;text-align:left;display:flex;flex-direction:column;gap:13px;min-height:205px;transition:background .2s,transform .2s;position:relative}.wizard-card.tone-1{--tile: #d5ecf6;--word: #1b5f7e}.wizard-card.tone-2{--tile: #fdecce;--word: #946005}.wizard-card.tone-3{--tile: #fad5d1;--word: #8b1c0e}.wizard-card:hover{background:color-mix(in srgb,var(--tile),var(--word) 9%);transform:translateY(-2px)}.wizard-card[aria-pressed=true]{background:color-mix(in srgb,var(--tile),var(--word) 16%)}.wizard-card-top{display:flex;justify-content:space-between;font-size:29px;line-height:1}.wizard-check{font-size:15px;display:grid;place-items:center;width:27px;height:27px;border:1px solid currentColor;border-radius:50%}.wizard-card strong{font-size:clamp(22px,2.5vw,30px);letter-spacing:-.045em;line-height:1.1}.wizard-card>span:last-child{font-size:13px;line-height:1.6}.wizard-footer{border-top:1px solid var(--line);margin-top:32px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.wizard-footer>span{font-size:12px;color:var(--muted);line-height:1.5}.wizard-footer .primary{border-radius:14px;min-width:190px;justify-content:space-between;font-size:16px}.wizard-players{max-width:680px}.wizard-players label{display:flex;flex-direction:column;gap:12px;font-size:13px}.wizard-count{display:flex;gap:10px;margin:0 0 24px}.wizard-count button{background:var(--soft);color:var(--ink);border:1px solid var(--line);border-radius:14px;height:58px;flex:1;font-size:22px;font-weight:750}.wizard-count button[aria-pressed=true]{background:var(--color-fresh-sky-200);color:var(--color-fresh-sky-800);border-color:var(--color-fresh-sky-400)}.wizard-names{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wizard-names input{width:100%;padding:15px;border-radius:12px;font-size:16px}.wizard-summary{border:1px solid var(--line);border-radius:22px;padding:0 24px;overflow:hidden}.wizard-summary-row{width:100%;display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:22px;background:none;color:var(--ink);border:0;border-bottom:1px solid var(--line);padding:17px 0;text-align:left;font-size:13px}.wizard-summary-row:last-child{border-bottom:0}.wizard-summary-row>span,.wizard-summary-row small{color:var(--muted)}.wizard-summary-row strong{overflow-wrap:anywhere}.wizard-summary-row:hover small{color:var(--color-fresh-sky-500)}[data-theme=dark] .wizard-card{--tile: #173a2a;--word: #89dcb0}[data-theme=dark] .wizard-card.tone-1{--tile: #173442;--word: #81c5e4}[data-theme=dark] .wizard-card.tone-2{--tile: #3e321e;--word: #fac66b}[data-theme=dark] .wizard-card.tone-3{--tile: #43262a;--word: #f6aca2}@keyframes wizard-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:650px){.game-wizard{margin-top:22px}.wizard-top>span{font-size:8px;letter-spacing:.04em}.wizard-top b{margin-left:7px}.wizard-progress{margin:20px 0 30px}.wizard-stage{min-height:0}.wizard-options,.wizard-three{grid-template-columns:1fr}.wizard-card{min-height:150px;padding:21px;gap:11px}.wizard-stage .wizard-heading{margin-bottom:24px}.wizard-stage h1{font-size:36px}.wizard-card-top{font-size:25px}.wizard-card strong{font-size:26px}.wizard-footer{position:sticky;bottom:0;background:var(--paper, var(--bg));padding:16px 0;gap:12px}.wizard-footer>span{max-width:45%;font-size:11px}.wizard-footer .primary{min-width:155px;font-size:14px;padding:17px}.wizard-names{grid-template-columns:1fr}.wizard-summary{padding:0 17px}.wizard-summary-row{grid-template-columns:75px 1fr;gap:10px;font-size:12px}.wizard-summary-row small{display:none}}@media(prefers-reduced-motion:reduce){.wizard-stage{animation:none}.wizard-card{transition:none}.wizard-card:hover{transform:none}}.is-summary .wizard-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border:0;padding:0;background:none}.is-summary .wizard-summary-row{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:14px;padding:28px;border:1px solid #abd8ed;border-radius:24px;background:#eaf5fb;color:#123f54;min-width:0;transition:transform .18s,border-color .18s}.is-summary .wizard-summary-row:hover{transform:translateY(-3px);border-color:currentColor}.is-summary .summary-pack{background:#fdeae8;border-color:#f6aca2;color:#5d1309}.is-summary .summary-length{background:#fef5e6;border-color:#fcd99c;color:#634003}.is-summary .summary-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#00000009;font-size:36px;line-height:1}.is-summary .summary-label{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:750;color:inherit}.is-summary .wizard-summary-row strong{font-size:clamp(25px,3.5vw,42px);line-height:1.12;letter-spacing:-.045em;overflow-wrap:anywhere;color:inherit}.is-summary .summary-unit{display:block;font-size:.65em;letter-spacing:-.025em}.is-summary .summary-description{font-size:14px;line-height:1.6;color:inherit}.is-summary .wizard-summary-row small{margin-top:auto;padding-top:12px;font-size:14px;font-weight:750;color:inherit}.summary-reassurance{display:flex;justify-content:center;align-items:center;gap:14px;margin:28px 0;text-align:center;font-weight:650;font-size:14px}.summary-reassurance>span{font-size:34px;color:var(--color-emerald-600)}.is-summary .wizard-footer{justify-content:center;border-top:0;padding-top:0;flex-direction:column;gap:16px}.is-summary .wizard-footer>span{order:2;text-align:center}.is-summary .wizard-footer .primary{min-width:min(100%,340px);justify-content:center;border-radius:40px;font-size:18px;padding:20px 30px}:root[data-theme=dark] .is-summary .wizard-summary-row{background:#173442;border-color:#315a6b;color:#d5ecf6}:root[data-theme=dark] .is-summary .summary-pack{background:#42251f;border-color:#744438;color:#fad5d1}:root[data-theme=dark] .is-summary .summary-length{background:#3e321c;border-color:#705831;color:#fdecce}@media(max-width:760px){.is-summary .wizard-summary{grid-template-columns:1fr}.is-summary .wizard-summary-row{padding:22px;gap:10px}.is-summary .summary-icon{width:46px;height:46px;font-size:27px}.is-summary .wizard-footer{position:static}.is-summary .wizard-summary-row strong{font-size:30px}}@media(prefers-reduced-motion:reduce){.is-summary .wizard-summary-row{transition:none}.is-summary .wizard-summary-row:hover{transform:none}}.is-summary .wizard-summary-row small{display:block}.is-summary .wizard-summary{overflow:visible}.animated-logo{--logo-duration: 1.8s;display:grid;place-items:center;width:122px;height:122px;border-radius:28%;background:#faf5eb;margin:18px auto 16px}.animated-logo svg{width:76%;overflow:visible}.animated-logo__assembly{transform-origin:160px 160px;animation:logo-settle var(--logo-duration) ease-in-out both}.animated-logo__navy{fill:#191e27;transform-origin:160px 160px;animation:logo-navy-in var(--logo-duration) cubic-bezier(.22,.75,.25,1) both}.animated-logo__coral{fill:#fa635f;opacity:.88;transform-origin:160px 160px;animation:logo-coral-in var(--logo-duration) cubic-bezier(.22,.75,.25,1) both}.animated-logo--quick{--logo-duration: 1.3s}@keyframes logo-navy-in{0%{transform:translate(-75px) rotate(-14deg);opacity:0}18%{opacity:1}64%,to{transform:translate(0) rotate(0);opacity:1}}@keyframes logo-coral-in{0%,10%{transform:translate(75px) rotate(14deg);opacity:0}28%{opacity:.88}66%,to{transform:translate(0) rotate(0);opacity:.88}}@keyframes logo-settle{0%,57%{transform:scale(1)}72%{transform:scale(1.045,.97)}85%{transform:scale(.99,1.015)}to{transform:scale(1)}}.brand .animated-logo{width:48px;height:48px;margin:0;flex-shrink:0}.animated-logo--interactive :is(.animated-logo__assembly,.animated-logo__navy,.animated-logo__coral){animation-name:none}.brand:is(:hover,:focus-visible) .animated-logo--interactive .animated-logo__assembly{animation-name:logo-settle}.brand:is(:hover,:focus-visible) .animated-logo--interactive .animated-logo__navy{animation-name:logo-navy-in}.brand:is(:hover,:focus-visible) .animated-logo--interactive .animated-logo__coral{animation-name:logo-coral-in}@media(max-width:720px){.brand .animated-logo{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.brand:is(:hover,:focus-visible) .animated-logo--interactive :is(.animated-logo__assembly,.animated-logo__navy,.animated-logo__coral){animation:none}}@media(prefers-reduced-motion:reduce){.animated-logo__assembly,.animated-logo__navy,.animated-logo__coral{animation:none}}.home-community{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 45px}.home-community button{border:1px solid var(--line);border-radius:12px;background:var(--soft);padding:14px 20px;font-weight:650}.gallery{padding:40px 0 60px}.gallery>.eyebrow{display:block;margin-top:36px}.gallery>h1{max-width:850px;font-size:clamp(36px,5vw,64px);letter-spacing:-.05em;line-height:1.08}.gallery>.lead{max-width:760px;line-height:1.7}.character-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:40px 0}.character-card{border-radius:22px;padding:24px;background:var(--character-bg);color:var(--character-ink)}.character-card img{display:block;width:min(100%,200px);height:auto;margin:0 auto 24px;border-radius:22px}.character-card h2{font-size:28px;letter-spacing:-.04em;line-height:1.15;margin:12px 0}.character-card p{line-height:1.65;font-size:14px}.character-tone-0{--character-bg: var(--color-vibrant-coral-100);--character-ink: var(--color-vibrant-coral-700)}.character-tone-1{--character-bg: var(--color-fresh-sky-100);--character-ink: var(--color-fresh-sky-700)}.character-tone-2{--character-bg: var(--color-emerald-100);--character-ink: var(--color-emerald-700)}.character-tone-3{--character-bg: var(--color-sunflower-gold-100);--character-ink: var(--color-sunflower-gold-700)}.character-tone-4{--character-bg: var(--color-tangerine-dream-100);--character-ink: var(--color-tangerine-dream-700)}.gallery-end{text-align:center;padding:25px 0}footer nav{display:flex;gap:18px;flex-wrap:wrap}@media(max-width:950px){.character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.character-grid{grid-template-columns:1fr}.home-community{flex-direction:column}}.community-page{max-width:760px;margin:40px auto 70px}.community-page h1{font-size:clamp(34px,5vw,54px);line-height:1.1;letter-spacing:-.05em}.community-page>p{line-height:1.7;color:var(--muted)}.community-form{display:grid;gap:24px;margin:32px 0}.community-form label{display:grid;gap:9px;font-size:14px;font-weight:650}.community-form :is(input,textarea,select){width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--panel);color:var(--ink);font:inherit}.community-form textarea{resize:vertical;line-height:1.6}.community-form .consent{display:flex;align-items:flex-start;line-height:1.6;font-weight:400}.community-form .consent input{width:18px;height:18px;flex-shrink:0;margin-top:3px}.community-form fieldset{border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;gap:20px;min-width:0}.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.moderation-list{display:grid;gap:12px}.moderation-item{text-align:left;display:grid;gap:8px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--panel);overflow-wrap:anywhere}.moderation-item[aria-pressed=true]{border-color:var(--accent)}.admin-toolbar{display:flex;gap:25px}.moderation-editor blockquote{margin:0;padding:18px;border-left:3px solid var(--accent);background:var(--soft);overflow-wrap:anywhere}.gallery>h1,.community-page h1{font-weight:850}.character-card h2{font-weight:800}@media(max-width:600px){footer{flex-wrap:wrap;gap:18px}footer nav{width:100%}}@media(max-width:400px){.brand{font-size:23px;gap:6px}.brand .animated-logo{width:32px;height:32px}.header-tools{gap:6px}.locale-switch button{min-width:32px;padding:8px 6px}.theme-button{width:32px;flex-shrink:0}}@media(max-width:400px){.app-shell header .brand{font-size:23px;gap:6px}.app-shell header .brand .animated-logo{width:32px;height:32px}.app-shell header .header-tools{gap:6px}.app-shell header .locale-switch button{min-width:32px;padding:8px 6px}.app-shell header .theme-button{width:32px;flex-shrink:0}}.header-nav{display:flex;gap:8px;margin-left:auto;margin-right:20px}.header-nav button{padding:10px 12px;border:0;border-radius:10px;background:transparent;font-size:13px;font-weight:650}.header-nav button:hover,.header-nav button[aria-current=page]{background:var(--soft)}.pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pack-card{text-align:left;display:grid;gap:10px;border:2px solid transparent;border-radius:16px;padding:20px;background:var(--soft)}.pack-card strong{font-size:21px;font-weight:800}.pack-card span{font-size:14px;line-height:1.5}.pack-card small{color:var(--muted)}@media(max-width:900px){.app-shell header{height:auto;min-height:96px;flex-wrap:wrap;gap:12px;padding-top:18px;padding-bottom:16px}.header-nav{order:3;width:100%;margin:0;justify-content:center}.header-tools{margin-left:auto}}@media(max-width:500px){.pack-grid{grid-template-columns:1fr}.header-nav{gap:4px;justify-content:space-between}.header-nav button{font-size:11px;padding:10px 5px}}@property --cta-glow-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.glow-button{position:relative;display:inline-flex;isolation:isolate;max-width:100%}.glow-button__halo{position:absolute;z-index:-1;inset:-5px;border-radius:16px;pointer-events:none;background:conic-gradient(from var(--cta-glow-angle),var(--color-vibrant-coral-500),var(--color-emerald-500),var(--color-fresh-sky-500),var(--color-sunflower-gold-500),var(--color-tangerine-dream-500),var(--color-vibrant-coral-500));filter:blur(13px);opacity:.65;animation:cta-glow-rotate 6s linear infinite;transition:opacity .25s,transform .25s}.glow-button>.primary{position:relative;box-shadow:none}.glow-button:hover .glow-button__halo,.glow-button:focus-within .glow-button__halo{opacity:.9;transform:scale(1.05)}.glow-button[data-disabled] .glow-button__halo{display:none}@keyframes cta-glow-rotate{to{--cta-glow-angle: 360deg}}@media(prefers-reduced-motion:reduce){.glow-button__halo{animation:none;transition:none}.glow-button:hover .glow-button__halo,.glow-button:focus-within .glow-button__halo{transform:none}}@media(forced-colors:active){.glow-button__halo{display:none}}.bonus-portraits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}.bonus-portraits h2{font-size:clamp(25px,3vw,36px);font-weight:850;line-height:1.12;letter-spacing:-.045em;margin:22px 0 18px}.bonus-portraits p{line-height:1.7}.bonus-dark{border-top:5px solid var(--color-vibrant-coral-400)}.bonus-values{border-top:5px solid var(--color-emerald-400)}.bonus-score{display:flex;align-items:center;gap:18px;margin:25px 0 14px}.bonus-score strong{font-size:44px;letter-spacing:-.05em}.bonus-score small{font-size:18px}.bonus-score>span{font-size:13px;color:var(--muted)}.bonus-portraits meter{display:block;width:100%;height:16px;accent-color:var(--accent)}.bonus-portraits meter::-webkit-meter-bar{background:var(--soft);border:1px solid var(--line);border-radius:10px}.bonus-portraits meter::-webkit-meter-optimum-value{background:var(--color-vibrant-coral-400)}.bonus-values meter::-webkit-meter-optimum-value{background:var(--color-emerald-500)}.bonus-poles{display:flex;justify-content:space-between;gap:10px;margin-top:32px;font-size:13px;font-weight:700}@media(max-width:720px){.bonus-portraits{grid-template-columns:1fr}}.aurora-background{position:relative;isolation:isolate;min-height:100svh;background:var(--bg);--aurora-band-base: #fff;--aurora-coral: var(--color-vibrant-coral-200);--aurora-emerald: var(--color-emerald-200);--aurora-sky: var(--color-fresh-sky-200);--aurora-gold: var(--color-sunflower-gold-200);--aurora-tangerine: var(--color-tangerine-dream-200)}.aurora-background__content{position:relative;z-index:1}.aurora-background__veil{position:absolute;inset:0 0 auto;height:min(100%,1100px);overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.72}.aurora-background__veil--masked{-webkit-mask-image:radial-gradient(ellipse at 75% 0%,#000 5%,#0009 45%,transparent 78%);mask-image:radial-gradient(ellipse at 75% 0%,#000 5%,#0009 45%,transparent 78%)}.aurora-background__ribbons{--aurora-stripes: repeating-linear-gradient( 105deg, var(--aurora-band-base) 0%, var(--aurora-band-base) 6%, transparent 10%, transparent 13%, var(--aurora-band-base) 18% );--aurora-colors: repeating-linear-gradient( 105deg, var(--aurora-coral) 0%, var(--aurora-sky) 8%, var(--aurora-emerald) 16%, var(--aurora-gold) 24%, var(--aurora-tangerine) 32%, var(--aurora-coral) 40% );position:absolute;inset:-22% -18%;background-image:var(--aurora-stripes),var(--aurora-colors);background-size:180% 140%,140% 100%;background-position:50% 50%;filter:blur(24px);transform-origin:70% 30%;animation:dilemme-aurora 60s ease-in-out infinite alternate;will-change:transform}.aurora-background__ribbons:after{content:"";position:absolute;inset:0;background-image:var(--aurora-colors);background-size:220% 100%;background-position:80% 50%;opacity:.22;mix-blend-mode:soft-light}:root[data-theme=dark] .aurora-background{--aurora-band-base: var(--bg);--aurora-coral: var(--color-vibrant-coral-600);--aurora-emerald: var(--color-emerald-600);--aurora-sky: var(--color-fresh-sky-600);--aurora-gold: var(--color-sunflower-gold-600);--aurora-tangerine: var(--color-tangerine-dream-600)}:root[data-theme=dark] .aurora-background__veil{opacity:.35}@keyframes dilemme-aurora{0%{transform:translate3d(-6%,-2%,0) rotate(-4deg) scale(1.04)}to{transform:translate3d(6%,3%,0) rotate(4deg) scale(1.08)}}@media(max-width:720px){.aurora-background__veil{height:min(100%,1000px);opacity:.6}.aurora-background__veil--masked{-webkit-mask-image:radial-gradient(ellipse at 100% 10%,#000 0%,#0009 35%,transparent 75%);mask-image:radial-gradient(ellipse at 100% 10%,#000 0%,#0009 35%,transparent 75%)}.aurora-background__ribbons{filter:blur(18px);animation-duration:80s}.aurora-background__ribbons:after{display:none}:root[data-theme=dark] .aurora-background__veil{opacity:.3}}@media(prefers-reduced-motion:reduce){.aurora-background__ribbons{animation:none;will-change:auto;transform:none}}@media(prefers-contrast:more),(forced-colors:active){.aurora-background__veil{display:none}}@media print{.aurora-background__veil{display:none}}.testimonials{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center;padding:80px 0 90px;border-top:1px solid var(--line)}.testimonials-intro h2{font-size:clamp(32px,3.5vw,48px);font-weight:850;letter-spacing:-.055em;line-height:1.08;margin:20px 0}.testimonials-intro>p{color:var(--muted);line-height:1.7;max-width:410px}.testimonials-intro .testimonials-disclosure{font-size:12px;margin-top:24px}.testimonials-pause{margin-top:12px}.testimonials-stage{height:520px;min-width:0;overflow:hidden;perspective:900px;border-radius:28px;background:var(--soft);-webkit-mask-image:linear-gradient(transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(transparent,black 8%,black 92%,transparent)}.testimonials-tilt{display:flex;gap:16px;width:max-content;transform:translate(-40px,-90px) rotateX(12deg) rotateY(-12deg) rotate(12deg)}.review-marquee{display:flex;flex-direction:column;gap:16px;width:220px;height:820px;overflow:hidden}.review-track{display:flex;flex-direction:column;gap:16px;flex-shrink:0;animation:review-scroll 38s linear infinite}.review-marquee--reverse .review-track{animation-direction:reverse;animation-duration:45s}.review-card{margin:0;padding:23px;min-height:250px;border:1px solid var(--line);border-top:4px solid var(--review-color);border-radius:18px;background:var(--panel);box-shadow:0 8px 20px #00000008}.review-card figcaption{display:flex;align-items:center;gap:10px}.review-avatar{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--review-color);color:#141820;font-weight:800}.review-card strong{display:block;font-size:14px}.review-card small{display:block;margin-top:3px;font-size:10px;color:var(--muted)}.review-card blockquote{margin:20px 0 0;font-size:14px;line-height:1.65}.review-color-0,.review-color-5{--review-color: var(--color-vibrant-coral-300)}.review-color-1{--review-color: var(--color-emerald-300)}.review-color-2{--review-color: var(--color-fresh-sky-300)}.review-color-3{--review-color: var(--color-sunflower-gold-300)}.review-color-4{--review-color: var(--color-tangerine-dream-300)}.testimonials-stage:hover .review-track,.testimonials-stage[data-paused=true] .review-track,.testimonials:focus-within .review-track{animation-play-state:paused}@keyframes review-scroll{to{transform:translateY(calc(-100% - 16px))}}@media(max-width:800px){.testimonials{grid-template-columns:1fr;gap:25px;padding:50px 0}.testimonials-stage{height:390px}.testimonials-intro>p{max-width:540px}}@media(prefers-reduced-motion:reduce){.testimonials-stage{height:auto;-webkit-mask-image:none;mask-image:none;overflow:visible;background:none}.testimonials-tilt{transform:none;width:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.review-marquee{width:auto;height:auto;overflow:visible}.review-track{animation:none}.review-track[aria-hidden=true],.testimonials-pause{display:none}.testimonials{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce)and (max-width:800px){.testimonials-tilt{grid-template-columns:1fr}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-emerald-700:oklch(50.8% .118 165.612);--color-emerald-800:oklch(43.2% .095 166.913);--color-emerald-950:oklch(26.2% .051 172.552);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.contents{display:contents}.hidden{display:none}.table{display:table}.grow{flex-grow:1}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--color-vibrant-coral-50:#fdeae8;--color-vibrant-coral-100:#fad5d1;--color-vibrant-coral-200:#f6aca2;--color-vibrant-coral-300:#f18274;--color-vibrant-coral-400:#ed5945;--color-vibrant-coral-500:#e82f17;--color-vibrant-coral-600:#ba2612;--color-vibrant-coral-700:#8b1c0e;--color-vibrant-coral-800:#5d1309;--color-vibrant-coral-900:#2e0905;--color-vibrant-coral-950:#200703;--color-emerald-50:#ebf9f2;--color-emerald-100:#d8f3e5;--color-emerald-200:#b0e8ca;--color-emerald-300:#89dcb0;--color-emerald-400:#62d095;--color-emerald-500:#3bc47b;--color-emerald-600:#2f9d62;--color-emerald-700:#23764a;--color-emerald-800:#174f31;--color-emerald-900:#0c2719;--color-emerald-950:#081b11;--color-fresh-sky-50:#eaf5fb;--color-fresh-sky-100:#d5ecf6;--color-fresh-sky-200:#abd8ed;--color-fresh-sky-300:#81c5e4;--color-fresh-sky-400:#57b1db;--color-fresh-sky-500:#2d9ed2;--color-fresh-sky-600:#247ea8;--color-fresh-sky-700:#1b5f7e;--color-fresh-sky-800:#123f54;--color-fresh-sky-900:#09202a;--color-fresh-sky-950:#06161d;--color-sunflower-gold-50:#fef5e6;--color-sunflower-gold-100:#fdecce;--color-sunflower-gold-200:#fcd99c;--color-sunflower-gold-300:#fac66b;--color-sunflower-gold-400:#f9b339;--color-sunflower-gold-500:#f79f08;--color-sunflower-gold-600:#c68006;--color-sunflower-gold-700:#946005;--color-sunflower-gold-800:#634003;--color-sunflower-gold-900:#312002;--color-sunflower-gold-950:#231601;--color-tangerine-dream-50:#fdece7;--color-tangerine-dream-100:#fcd9cf;--color-tangerine-dream-200:#f9b39f;--color-tangerine-dream-300:#f68c6f;--color-tangerine-dream-400:#f3663f;--color-tangerine-dream-500:#f0400f;--color-tangerine-dream-600:#c0330c;--color-tangerine-dream-700:#902609;--color-tangerine-dream-800:#601a06;--color-tangerine-dream-900:#300d03;--color-tangerine-dream-950:#220902;color:var(--ink);background:var(--bg);--bg:#fff;--panel:#fff;--ink:#141820;--muted:#59616d;--line:#e2e5eb;--accent:var(--color-vibrant-coral-600);--on-accent:#fff;--soft:var(--color-fresh-sky-50);color-scheme:light;font-family:Inter Variable,Inter,system-ui,sans-serif}:root[data-theme=dark]{--bg:#141820;--panel:#1d2430;--ink:#f8fafc;--muted:#b4bece;--line:#394353;--accent:var(--color-vibrant-coral-300);--on-accent:var(--color-vibrant-coral-950);--soft:#252f3d;color-scheme:dark}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default}button,a,input,select{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:var(--accent)}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}[tabindex="-1"]:focus{outline:none}button{transition:background .18s,transform .18s,border-color .18s}button:hover:not(:disabled){filter:brightness(1.08)}p{line-height:1.65}.app-shell{flex-direction:column;max-width:1440px;min-height:100vh;margin:auto;padding:0 64px;display:flex}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;height:108px;display:flex}.brand{letter-spacing:-1.4px;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:29px;font-weight:750;display:flex}.brand img{object-fit:contain;width:42px;height:42px}.brand-period{color:var(--accent)}.header-tools{align-items:center;gap:22px;display:flex}.account-button{border:1px solid var(--line);background:var(--panel);border-radius:5px;padding:9px 12px;font-size:12px;font-weight:650}.account-page{max-width:520px;margin:72px auto}.account-page>.eyebrow{color:var(--accent);margin-top:32px}.account-page h1{letter-spacing:-2px;margin:16px 0;font-size:clamp(32px,4vw,48px);line-height:1.1}.account-page>p{color:var(--muted);max-width:470px}.account-form{gap:18px;margin-top:28px;display:grid}.account-form label{font-size:14px;font-weight:650}.account-form .primary{justify-self:start;margin-top:5px}.form-error{color:#b42318;margin:0;font-size:14px}.account-links{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.account-links button,.account-signout{color:var(--accent);text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:13px;text-decoration:underline}.account-signout{margin-top:24px;display:block}.account-dashboard{max-width:760px}.account-history{border-top:1px solid var(--line);margin-top:52px;padding-top:30px}.account-section-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.account-section-heading h2{margin:8px 0 0;font-size:28px}.account-section-heading>span{color:var(--muted);font-size:12px}.evolution-card{background:var(--soft);border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:18px;margin:24px 0;padding:20px;display:grid}.evolution-card span{color:var(--muted);text-transform:uppercase;letter-spacing:1px;font-size:12px}.evolution-card b{color:var(--accent);font-size:24px}.history-list{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.history-list article{border:1px solid var(--line);background:var(--panel);border-radius:8px;align-items:center;gap:14px;padding:14px;display:flex}.history-list img{object-fit:contain;width:58px;height:58px}.history-list article div{flex-direction:column;gap:5px;min-width:0;display:flex}.history-list strong{overflow-wrap:anywhere}.history-list span,.history-empty,.account-privacy{color:var(--muted);font-size:12px}.account-privacy{margin-top:26px}.account-feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px;display:grid}.account-feature-grid button{text-align:left;border:1px solid var(--line);background:var(--panel);border-radius:8px;flex-direction:column;gap:8px;min-height:135px;padding:18px;display:flex}.account-feature-grid span{color:var(--accent);font-size:11px}.account-feature-grid strong{font-size:18px}.account-feature-grid small{color:var(--muted)}.history-list article>button{color:var(--muted);background:0 0;border:0;margin-left:auto;font-size:22px}.account-settings{border-top:1px solid var(--line);margin-top:45px;padding-top:28px}.account-settings>form{grid-template-columns:1fr auto;align-items:end;gap:12px;margin:15px 0;display:grid}.account-settings button,.circle-actions button,.duel-join button,.duel-page>button:not(.text-button){border:1px solid var(--line);background:var(--panel);border-radius:5px;padding:12px 16px}.account-data-actions{flex-wrap:wrap;gap:10px;margin:24px 0;display:flex}.account-danger{border:1px solid #b42318;border-radius:8px;margin-top:25px;padding:18px}.account-danger p{color:#b42318;font-weight:650}.account-danger button{color:#b42318;margin-top:12px}.daily-page,.duel-page,.circles-page{max-width:900px;margin:55px auto}.daily-page>.eyebrow,.duel-page>.eyebrow,.circles-page>.eyebrow{color:var(--accent);margin-top:32px}.daily-page h1,.duel-page h1,.circles-page h1{letter-spacing:-2px;margin:18px 0 30px;font-size:clamp(30px,4.2vw,54px);line-height:1.14}.daily-choices{grid-template-columns:1fr 1fr;gap:18px;display:grid}.daily-choices button{text-align:left;border:1px solid var(--line);background:var(--panel);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:start;gap:18px;min-height:210px;padding:24px;display:grid}.daily-choices button.selected{border-color:var(--accent);box-shadow:inset 0 0 0 2px var(--accent)}.daily-choices button strong,.daily-choices button b{color:var(--accent);font-size:22px}.daily-choices button span{font-size:18px;line-height:1.5}.duel-join{grid-template-columns:1fr auto;align-items:end;gap:12px;max-width:460px;margin-top:35px;display:grid}.duel-code{letter-spacing:.14em;color:var(--accent);border-block:1px solid var(--line);padding:18px 0;font-size:clamp(38px,8vw,72px);font-weight:750;display:inline-block}.duel-progress{color:var(--accent);margin-top:30px}.duel-results{gap:10px;display:grid}.duel-results article{border:1px solid var(--line);border-radius:8px;padding:16px}.duel-results article p{margin:0 0 8px}.duel-results span{color:var(--accent);text-transform:uppercase;letter-spacing:1px;font-size:12px}.circle-actions{grid-template-columns:1fr 1fr;gap:18px;margin:28px 0;display:grid}.circle-actions form{grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}.circle-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.circle-list>button{text-align:left;border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:7px;padding:18px;display:grid}.circle-list span{color:var(--muted);font-size:12px}.circle-list code{color:var(--accent);letter-spacing:2px}.circle-history{border-top:1px solid var(--line);margin-top:35px;padding-top:24px}.circle-history p{border-bottom:1px solid var(--line);padding:10px 0}@media(max-width:720px){.history-list{grid-template-columns:1fr}.evolution-card{grid-template-columns:1fr auto}.evolution-card span{grid-column:1/-1}.account-feature-grid,.daily-choices,.circle-actions,.circle-list,.account-settings>form,.circle-actions form,.duel-join{grid-template-columns:1fr}}.locale-switch{gap:2px;display:flex}.locale-switch button{letter-spacing:1px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:5px;padding:8px 10px;font-size:11px}.locale-switch button[aria-pressed=true]{border-color:var(--line);color:var(--ink)}.theme-button{border:1px solid var(--line);background:0 0;border-radius:50%;width:38px;height:38px;font-size:24px}main{flex:1}footer{border-top:1px solid var(--line);letter-spacing:1px;justify-content:space-between;gap:24px;margin-top:64px;padding:26px 0;font-size:11px;display:flex}footer>span:last-child{color:var(--muted);font-size:9px}.muted{color:var(--muted)}.eyebrow{letter-spacing:2px;text-transform:uppercase;font-size:10px;font-weight:650;display:block}.live-dot{background:var(--accent);vertical-align:middle;border-radius:100%;width:6px;height:6px;margin-right:10px;display:inline-block}.home{grid-template-columns:1.15fr 1fr;column-gap:7%;padding-top:75px;display:grid}.hero-copy h1{letter-spacing:-4.4px;margin:30px 0 24px;font-size:clamp(48px,5.7vw,83px);font-weight:600;line-height:1.04}h1 em{color:var(--accent);font-family:Inter Variable,Inter,system-ui,sans-serif;font-weight:400}.hero-intro{max-width:390px;color:var(--muted);margin-bottom:30px;font-size:16px}.primary{background:var(--accent);color:var(--on-accent);border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:32px;min-height:54px;padding:18px 23px;font-size:14px;font-weight:700;display:inline-flex}.primary:hover{transform:translateY(-2px)}.primary span{font-size:20px}.resume{color:var(--ink);background:0 0;border:0;margin-top:14px;padding:8px 0;font-size:13px;display:block}.resume span{margin-left:20px}.hero-facts{color:var(--muted);letter-spacing:.5px;gap:0;margin:40px 0 14px;font-size:10px;display:flex}.hero-facts span+span{border-left:1px solid var(--line);margin-left:20px;padding-left:20px}.hero-art{justify-content:center;align-items:center;min-height:460px;padding:24px;display:flex;position:relative}.orbital{border:1px solid var(--line);border-radius:50%;width:360px;height:360px;position:absolute}.orbit-one{transform:translate(15px,-20px)}.orbit-two{transform:translate(-20px,20px)}.example-card{z-index:1;color:#f2eedf;background:#22251b;border:1px solid #454737;border-radius:12px;width:345px;min-height:390px;padding:27px 30px;transform:rotate(5deg);box-shadow:0 30px 65px #0003}.example-card>.eyebrow{color:#bfc2b0;font-size:9px}.example-card img{object-fit:contain;width:165px;height:165px;margin:6px auto;display:block}.example-card p{white-space:pre-line;letter-spacing:-.4px;margin:8px 0 18px;font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:25px;line-height:1.28}.example-rule{background:#454737;height:1px;margin-bottom:18px}.example-card>span:last-child{color:#bfc2b0;font-size:10px}.text-button{color:var(--muted);background:0 0;border:0;padding:10px 0;font-size:13px}.text-button:hover{color:var(--ink)}.setup{max-width:760px;margin:auto;padding-top:28px}.setup>.eyebrow{color:var(--accent);margin-top:28px}.setup h1{letter-spacing:-1.5px;max-width:550px;margin:15px 0;font-size:42px;font-weight:600;line-height:1.12}.lead{color:var(--muted);margin-bottom:30px}.mode-grid{grid-template-columns:1fr 1fr;gap:14px;margin:25px 0 30px;display:grid}.mode-card{background:var(--panel);border:1px solid var(--line);text-align:left;border-radius:8px;flex-direction:column;gap:10px;padding:22px;display:flex}.mode-card>span{color:var(--muted);height:24px}.mode-card strong{font-size:21px;font-weight:500}.mode-card small{color:var(--muted)}.active{border-color:var(--accent)!important;background:var(--soft)!important}.active>span:first-child{color:var(--accent)}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:13px;font-size:13px}.length-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.length-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:20px 12px;display:flex}.length-card strong{font-size:34px;font-weight:500}.length-card span{color:var(--muted);font-size:11px}.length-card small{margin-top:10px;font-size:11px}.group-setup{margin-top:24px}label{flex-direction:column;gap:8px;font-size:12px;display:flex}input,select{background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:5px;width:100%;padding:12px}select{max-width:140px}.name-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:20px;display:grid}.handoff{text-align:center;flex-direction:column;align-items:center;max-width:600px;margin:60px auto;display:flex}.handoff img{width:135px;margin-bottom:25px}.handoff h1{overflow-wrap:anywhere;margin:20px 0;font-size:58px;font-weight:550;line-height:1.1}.handoff p{color:var(--muted);max-width:430px;margin-bottom:28px}.handoff>.text-button{margin-top:18px}.question-screen{max-width:980px;margin:40px auto}.progress-meta{justify-content:space-between;gap:20px;margin-bottom:12px;font-size:13px;display:flex}progress{appearance:none;background:var(--line);border:0;width:100%;height:3px;display:block}progress::-webkit-progress-bar{background:var(--line)}progress::-webkit-progress-value{background:var(--accent);transition:width .3s}progress::-moz-progress-bar{background:var(--accent)}.question-heading{text-align:center;max-width:900px;margin:40px auto 32px}.question-heading .eyebrow{color:var(--muted)}.dot{color:var(--accent);padding:0 12px}.question-heading h1{margin-top:22px;font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:clamp(24px,2.6vw,35px);font-weight:400;line-height:1.4}.choices{touch-action:pan-y;grid-template-columns:1fr 1fr;gap:26px;display:grid;position:relative}.choice{text-align:left;border:1px solid var(--line);background:var(--panel);border-radius:10px;flex-direction:column;justify-content:space-between;min-height:240px;padding:25px;display:flex}.choice:hover:not(:disabled){border-color:var(--accent);transform:translateY(-3px)}.choice-1{background:var(--soft)}.choice-label{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.choice-label>span{font-size:23px}.choice-text{margin:20px 0;font-size:20px;font-weight:450;line-height:1.5}.choice-bottom{color:var(--accent);font-size:22px}.choice.chosen{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.choice.chosen .choice-label,.choice.chosen .choice-bottom{color:var(--on-accent)}.public-vote-reveal{text-align:center;width:min(680px,100%);margin:4px auto 0}.public-vote-reveal>.eyebrow{color:var(--accent)}.public-vote-reveal>p{color:var(--muted);margin:12px 0 18px}.public-vote-bars{grid-template-columns:1fr 1fr;gap:22px;margin-top:16px;display:grid}.public-vote-bars>div>span{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.public-vote-bars b{color:var(--muted);font-size:13px}.public-vote-bars strong{font-size:25px}.public-vote-bars i{background:var(--line);border-radius:999px;height:9px;display:block;overflow:hidden}.public-vote-bars em{border-radius:inherit;background:var(--muted);height:100%;transition:width .65s;display:block}.public-vote-bars .is-mine strong,.public-vote-bars .is-mine b{color:var(--accent)}.public-vote-bars .is-mine em{background:var(--accent)}.public-vote-reveal .primary{margin-top:4px}.or{border:1px solid var(--line);background:var(--bg);letter-spacing:1px;border-radius:50%;place-items:center;width:35px;height:35px;font-size:8px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.question-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin-top:20px;font-size:11px;display:flex}.pause-panel{text-align:center;padding:60px 0}.pause-panel h1{margin:20px 0;font-size:36px}.pause-panel p{color:var(--muted);margin-bottom:25px}.pause-panel>.text-button{margin:20px auto;display:block}.analysis{text-align:center;max-width:500px;margin:90px auto}.analysis-symbol img{width:160px;animation:1.5s infinite breathe}.analysis h1{letter-spacing:-1px;margin:20px 0 10px;font-size:36px}.analysis p{color:var(--muted)}.loading-line{background:var(--accent);transform-origin:0;max-width:240px;height:3px;margin:35px auto;animation:1.5s ease-in-out loading}.notice{border-left:2px solid var(--accent);background:var(--panel);margin:20px 0;padding:10px 16px;font-size:12px}.skip{background:var(--panel);z-index:30;padding:12px;position:absolute;top:-100px;left:20px}.skip:focus{top:10px}.page-in{animation:.35s ease-out appear}@keyframes appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes breathe{50%{opacity:.5;transform:scale(.94)}}@keyframes loading{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(min-width:1500px){.home{padding-top:95px}}@media(max-width:1000px){.app-shell{padding:0 32px}.home{gap:20px}.hero-copy h1{letter-spacing:-2.5px}.hero-art{padding:18px}.example-card{width:290px;padding:24px}.orbital{width:295px;height:295px}.hero-facts span+span{margin-left:12px;padding-left:12px}}@media(max-width:720px){.app-shell{padding:0 22px}header{height:82px}.brand{font-size:26px}.brand img{width:34px;height:34px}.header-tools{gap:10px}.home{grid-template-columns:1fr;padding-top:44px}.hero-copy h1{letter-spacing:-3px;margin-top:25px;font-size:57px;line-height:1.04}.hero-intro{font-size:15px}.hero-art{min-height:440px;margin-top:12px}.example-card{width:300px;min-height:360px}.hero-facts{margin-top:28px}footer{margin-top:40px;padding:24px 0}footer>span:last-child{text-align:right;max-width:135px;line-height:1.6}.setup h1{font-size:35px}.mode-card{padding:18px}.mode-card small{font-size:11px}.length-card{padding:16px 8px}.question-screen,.question-heading{margin-top:28px}.question-heading h1{font-size:24px;line-height:1.42}.choices{grid-template-columns:1fr;gap:22px}.public-vote-bars{gap:16px}.choice{min-height:170px;padding:20px}.choice-text{margin:12px 0;font-size:18px}.choice-bottom{font-size:18px}.or{top:50%}.question-footer>span{max-width:180px}.handoff{margin-top:45px}.handoff h1{font-size:44px}.primary{width:100%}.handoff .primary{max-width:360px}.name-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.profile-page{max-width:1100px;margin:auto;padding-top:50px}.profile-heading>.eyebrow{color:var(--accent);overflow-wrap:anywhere}.profile-title{justify-content:space-between;align-items:center;gap:25px;margin-top:20px;display:flex}.profile-title h1{letter-spacing:-2px;margin:0;font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:clamp(40px,5.8vw,72px);font-weight:400;line-height:1.1}.profile-title h1>span{color:var(--accent)}.profile-title img{object-fit:contain;width:130px;height:130px}.secondary-archetype{color:var(--muted);margin:14px 0 0;font-size:14px}.secondary-archetype strong{color:var(--ink);font-weight:500}.profile-description{max-width:710px;margin:22px 0;font-size:18px;line-height:1.7}.rarity{align-items:baseline;gap:10px;margin-top:20px;display:flex}.rarity strong{color:var(--accent);font-size:25px;font-weight:500}.rarity span{color:var(--muted);font-size:12px}.profile-heading>small{margin-top:5px;font-size:10px;display:block}.profile-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:20px;margin-top:40px;display:grid}.profile-panel{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:28px}.profile-panel>.eyebrow{color:var(--muted)}.profile-text-panels{flex-direction:column;gap:18px;display:flex}.radar{width:100%;margin:10px auto 0;display:block;overflow:visible}.fine-print{color:var(--muted);font-size:10px;line-height:1.7}.axis-list{flex-direction:column;gap:20px;margin-top:24px;display:flex}.axis-row>div:first-child{justify-content:space-between;gap:8px;font-size:11px;display:flex}.axis-track{background:var(--line);height:4px;margin:10px 4px 6px;position:relative}.axis-middle{background:var(--muted);width:1px;height:10px;position:absolute;top:-3px;left:50%}.axis-position{background:var(--accent);border-radius:50%;width:10px;height:10px;position:absolute;top:-3px;transform:translate(-50%)}.axis-row>small{color:var(--muted);font-size:9px}.traits{margin-top:22px}.traits article{align-items:flex-start;gap:16px;display:flex}.traits article+article{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.traits article>span{color:var(--accent);font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:18px}.traits h3{margin:0 0 6px;font-size:18px;font-weight:500}.traits p,.profile-panel>p:not(.fine-print){color:var(--muted);margin:10px 0 0;font-size:13px;line-height:1.7}.pills{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.pills span{border:1px solid var(--line);border-radius:30px;padding:6px 10px;font-size:10px}.profile-disclaimer{color:var(--muted);max-width:760px;padding:22px 0;font-size:12px}.profile-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.secondary-button{background:var(--panel);border:1px solid var(--line);border-radius:5px;min-height:54px;padding:16px 20px;font-size:13px}.share-feedback{color:var(--muted);margin-top:16px;font-size:12px}.share-link{width:100%;max-width:100%;margin-top:12px;font-size:12px;display:block}@media(max-width:720px){.profile-page{padding-top:35px}.profile-title img{width:70px;height:70px}.profile-title{gap:10px}.profile-title h1{letter-spacing:-1.5px;font-size:40px}.profile-description{font-size:16px}.profile-grid{grid-template-columns:1fr;margin-top:28px}.profile-panel{padding:23px}.radar{max-width:360px}.profile-actions>*{width:100%}}.group-results{max-width:1000px;margin:auto;padding-top:50px}.group-results>.eyebrow{color:var(--accent)}.group-results>h1{max-width:650px;margin:20px 0;font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:clamp(38px,5vw,58px);line-height:1.15}.compatibility-cards{grid-template-columns:1fr 1fr;gap:20px;margin:30px 0 20px;display:grid}.compatibility-number{letter-spacing:-4px;color:var(--accent);margin-top:25px;font-size:78px;font-weight:400;line-height:1;display:block}.compatibility-number small{letter-spacing:0;padding-left:5px;font-size:30px}.compatibility-cards h2{overflow-wrap:anywhere;margin:18px 0 0;font-size:22px}.division-panel{margin:20px 0 35px}.division-panel h2{margin-top:20px;font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:25px;line-height:1.5}.division-options{grid-template-columns:1fr 1fr;gap:22px;margin-top:20px;display:grid}.division-options>div{border-top:1px solid var(--line);padding-top:20px}.division-options p{font-size:14px}.division-options small{color:var(--accent);overflow-wrap:anywhere;font-size:11px}.section-heading{margin-bottom:20px;font-size:24px;font-weight:500}.player-profiles{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;display:grid}.player-profile{text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr auto;gap:10px;padding:22px;display:grid}.player-profile>span:first-child{color:var(--muted);overflow-wrap:anywhere;grid-column:1/-1;font-size:12px}.player-profile strong{font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:23px;font-weight:400}.player-profile>span:last-child{color:var(--accent);font-size:24px}.pair-details{margin:25px 0;font-size:13px}.pair-details summary{cursor:pointer;padding:12px 0}.pair-details li{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:12px 0;display:flex}.pair-details li>span{overflow-wrap:anywhere}.group-back{margin-top:24px}@media(max-width:720px){.compatibility-cards{gap:12px}.compatibility-cards .profile-panel{padding:20px 14px}.compatibility-cards h2{font-size:18px}.compatibility-number{font-size:62px}.compatibility-cards .eyebrow{letter-spacing:1px;font-size:9px}.division-options,.player-profiles{grid-template-columns:1fr}.division-panel h2{font-size:22px}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.brand{font-weight:850;letter-spacing:-1.5px}.brand img{width:48px;height:48px;border-radius:15px}.brand-period{color:var(--color-vibrant-coral-500)}header{height:96px}.locale-switch button{min-height:40px;min-width:40px;font-weight:650;border-radius:10px}.locale-switch button[aria-pressed=true]{background:var(--soft);border-color:transparent}.theme-button{border-radius:12px}.home{grid-template-columns:1.25fr 1fr;column-gap:4%;padding-top:70px}.eyebrow{font-weight:750;letter-spacing:1.6px}.hero-copy>.eyebrow{color:var(--color-fresh-sky-700)}.hero-copy h1{font-size:clamp(56px,6.1vw,86px);line-height:1.025;font-weight:850;letter-spacing:-.065em;margin:25px 0 28px}h1 em{font-family:inherit;font-style:normal;font-weight:inherit;color:var(--color-vibrant-coral-500)}.hero-intro{font-size:17px;line-height:1.65;max-width:445px;margin-bottom:28px}.primary{border-radius:12px;padding:17px 24px;font-weight:750;background:var(--color-vibrant-coral-600);color:#fff;box-shadow:0 5px 0 var(--color-vibrant-coral-100)}.primary:hover{background:var(--color-vibrant-coral-700);transform:translateY(-2px)}.primary:active{transform:translateY(1px);box-shadow:none}.resume{font-weight:650;margin-top:17px}.hero-facts{gap:10px;margin-top:32px;flex-wrap:wrap}.hero-facts span{background:var(--color-emerald-50);color:var(--color-emerald-800);border-radius:30px;padding:8px 12px;font-weight:650;font-size:10px}.hero-facts span+span{border:0;margin:0;padding:8px 12px}.hero-facts span:nth-child(2){background:var(--color-fresh-sky-50);color:var(--color-fresh-sky-800)}.hero-facts span:nth-child(3){background:var(--color-sunflower-gold-100);color:var(--color-sunflower-gold-800)}.hero-art{min-height:500px;padding:30px 20px;isolation:isolate}.palette-fan{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:-1}.fan-card{position:absolute;width:126px;height:345px;border-radius:30px;top:55px;box-shadow:0 10px 30px #14182008}.fan-coral{background:var(--color-vibrant-coral-500);transform:translate(-137px,8px) rotate(-19deg)}.fan-emerald{background:var(--color-emerald-500);transform:translate(-77px,-30px) rotate(-10deg)}.fan-sky{background:var(--color-fresh-sky-500);transform:translateY(-48px) rotate(0)}.fan-gold{background:var(--color-sunflower-gold-500);transform:translate(77px,-30px) rotate(10deg)}.fan-tangerine{background:var(--color-tangerine-dream-500);transform:translate(137px,8px) rotate(19deg)}.example-card{width:310px;min-height:355px;transform:translateY(40px) rotate(-4deg);background:#fff;color:#141820;padding:25px;border:1px solid #e2e5eb;border-radius:24px;box-shadow:0 22px 50px #1418201c}.example-card>.eyebrow{color:var(--color-vibrant-coral-700);font-size:9px}.example-card img{width:122px;height:122px;border-radius:28px;margin:18px auto 16px}.example-card p{font-weight:800;font-size:23px;line-height:1.2;letter-spacing:-.9px;margin:10px 0 20px}.example-rule{display:flex;height:8px;gap:0;background:none;border-radius:6px;overflow:hidden;margin-bottom:16px}.example-rule i{flex:1;background:var(--color-vibrant-coral-500)}.example-rule i:nth-child(2){background:var(--color-emerald-500)}.example-rule i:nth-child(3){background:var(--color-fresh-sky-500)}.example-rule i:nth-child(4){background:var(--color-sunflower-gold-500)}.example-rule i:nth-child(5){background:var(--color-tangerine-dream-500)}.example-card>span:last-child{color:#59616d;font-weight:550}.setup h1,.handoff h1,.analysis h1,.profile-title h1,.group-results>h1{font-weight:800;letter-spacing:-.05em}.mode-card,.length-card,.profile-panel,.player-profile{border-radius:18px}.mode-card{border-width:2px;border-color:transparent;background:var(--color-emerald-50);color:var(--color-emerald-950)}.mode-card:nth-child(2){background:var(--color-fresh-sky-50);color:var(--color-fresh-sky-950)}.mode-card strong{font-weight:750}.mode-card>span,.mode-card small{color:inherit}.active{background:var(--color-vibrant-coral-50)!important;border-color:var(--color-vibrant-coral-500)!important}.active>span:first-child{color:var(--color-vibrant-coral-700)}.length-card{border-width:2px;background:var(--color-sunflower-gold-50);color:var(--color-sunflower-gold-950)}.length-card:nth-child(2){background:var(--color-fresh-sky-50);color:var(--color-fresh-sky-950)}.length-card:nth-child(3){background:var(--color-tangerine-dream-50);color:var(--color-tangerine-dream-950)}.length-card strong{font-weight:800;letter-spacing:-1px}.length-card span{color:inherit}.handoff img,.profile-title img,.analysis-symbol img{border-radius:28px}.question-heading h1{font-weight:700;line-height:1.4;letter-spacing:-.8px}.question-heading>.eyebrow{color:var(--color-fresh-sky-700)}.choice{border-radius:22px;border:2px solid var(--color-vibrant-coral-200);background:var(--color-vibrant-coral-50);color:var(--color-vibrant-coral-950)}.choice-1{background:var(--color-fresh-sky-50);border-color:var(--color-fresh-sky-200);color:var(--color-fresh-sky-950)}.choice-label,.choice-bottom{color:var(--color-vibrant-coral-700);font-weight:750}.choice-1 .choice-label,.choice-1 .choice-bottom{color:var(--color-fresh-sky-700)}.choice:hover:not(:disabled){background:var(--color-vibrant-coral-100);border-color:var(--color-vibrant-coral-400);box-shadow:0 12px 24px #e82f170c}.choice-1:hover:not(:disabled){background:var(--color-fresh-sky-100);border-color:var(--color-fresh-sky-400);box-shadow:0 12px 24px #2d9ed20c}.choice-text{font-weight:650;letter-spacing:-.25px}.choice.chosen{background:var(--color-vibrant-coral-600);color:#fff;border-color:var(--color-vibrant-coral-600)}.choice-1.chosen{background:var(--color-fresh-sky-700);border-color:var(--color-fresh-sky-700)}.choice.chosen .choice-label,.choice.chosen .choice-bottom{color:#fff}.or{font-weight:800;width:40px;height:40px}progress::-webkit-progress-value{background:linear-gradient(90deg,var(--color-vibrant-coral-500),var(--color-tangerine-dream-500),var(--color-sunflower-gold-500))}.profile-grid{gap:24px}.profile-panel{border-color:var(--line)}.radar-panel{background:var(--color-fresh-sky-50);--accent: var(--color-fresh-sky-700);--muted: #465f72;--line: var(--color-fresh-sky-200);color:var(--color-fresh-sky-950)}.profile-text-panels>.profile-panel:nth-child(1){border-top:5px solid var(--color-emerald-500)}.profile-text-panels>.profile-panel:nth-child(2){background:var(--color-sunflower-gold-50);--muted: var(--color-sunflower-gold-800);--line: var(--color-sunflower-gold-200);color:var(--color-sunflower-gold-950)}.profile-text-panels>.profile-panel:nth-child(3){background:var(--color-tangerine-dream-50);--muted: var(--color-tangerine-dream-800);--line: var(--color-tangerine-dream-200);color:var(--color-tangerine-dream-950)}.traits h3{font-weight:750}.traits article>span{font-weight:800;color:var(--color-emerald-700)}.rarity strong{font-weight:800}.secondary-button{border-radius:12px;font-weight:650}.pills span{font-weight:600}.compatibility-cards>.profile-panel:first-child{background:var(--color-emerald-50);color:var(--color-emerald-950);--accent: var(--color-emerald-700);--muted: var(--color-emerald-800)}.compatibility-cards>.profile-panel:nth-child(2){background:var(--color-vibrant-coral-50);color:var(--color-vibrant-coral-950);--accent: var(--color-vibrant-coral-700);--muted: var(--color-vibrant-coral-800)}.compatibility-number{font-weight:800}.division-panel{border-top:5px solid var(--color-sunflower-gold-500)}.division-panel h2{font-weight:650;letter-spacing:-.5px}.player-profile strong{font-weight:750}.player-profile{border-left:6px solid var(--color-fresh-sky-500)}.player-profile:nth-child(3n+2){border-left-color:var(--color-emerald-500)}.player-profile:nth-child(3n){border-left-color:var(--color-sunflower-gold-500)}footer{font-weight:600}:root[data-theme=dark] .hero-copy>.eyebrow,:root[data-theme=dark] .question-heading>.eyebrow{color:var(--color-fresh-sky-300)}:root[data-theme=dark] h1 em{color:var(--color-vibrant-coral-300)}:root[data-theme=dark] .primary{box-shadow:0 5px 0 var(--color-vibrant-coral-900)}:root[data-theme=dark] .active>span:first-child{color:var(--color-vibrant-coral-700)}:root[data-theme=dark] .traits article>span{color:var(--color-emerald-300)}@media(max-width:1000px){.home{column-gap:20px}.fan-card{width:96px;height:290px}.fan-coral{transform:translate(-105px,8px) rotate(-19deg)}.fan-emerald{transform:translate(-58px,-30px) rotate(-10deg)}.fan-gold{transform:translate(58px,-30px) rotate(10deg)}.fan-tangerine{transform:translate(105px,8px) rotate(19deg)}.example-card{width:270px}.hero-art{min-height:470px}}@media(max-width:720px){header{height:84px}.brand img{width:40px;height:40px;border-radius:12px}.brand{font-size:27px}.home{grid-template-columns:1fr;padding-top:42px}.hero-copy h1{font-size:clamp(44px,10.8vw,70px);line-height:1.05;letter-spacing:-.06em;margin-top:23px}.hero-intro{font-size:16px}.hero-facts{gap:7px}.hero-facts span,.hero-facts span+span{padding:8px 10px;font-size:9px}.hero-art{margin-top:45px;min-height:460px}.fan-card{top:40px;width:92px;height:300px;border-radius:25px}.fan-coral{transform:translate(-104px,8px) rotate(-15deg)}.fan-emerald{transform:translate(-53px,-25px) rotate(-8deg)}.fan-gold{transform:translate(53px,-25px) rotate(8deg)}.fan-tangerine{transform:translate(104px,8px) rotate(15deg)}.example-card{width:270px;padding:24px;min-height:350px;transform:translateY(28px) rotate(-3deg)}.example-card p{font-size:23px}.question-heading h1{font-size:23px;letter-spacing:-.6px}.choice-text{font-size:18px}.profile-title h1{font-size:38px}.profile-title img{border-radius:18px}}@media(max-width:360px){.fan-card{width:80px}.fan-coral{transform:translate(-84px,8px) rotate(-12deg)}.fan-tangerine{transform:translate(84px,8px) rotate(12deg)}.example-card{width:245px}.hero-facts span,.hero-facts span+span{font-size:8px;padding:7px 8px}}.profile-title img.portrait-chibi{width:clamp(150px,22vw,240px);height:auto;flex-shrink:0;border-radius:32px;object-fit:contain;box-shadow:0 12px 35px #1418200a}.player-profile .player-chibi{width:80px;height:80px;border-radius:20px;object-fit:contain}@media(max-width:600px){.profile-title{flex-wrap:wrap}.profile-title img.portrait-chibi{width:160px}}.mode-card{--card-bg: var(--color-emerald-100);--card-hover: var(--color-emerald-200);--card-ink: var(--color-emerald-700)}.mode-card:nth-child(2),.length-card:nth-child(2){--card-bg: var(--color-fresh-sky-100);--card-hover: var(--color-fresh-sky-200);--card-ink: var(--color-fresh-sky-700)}.length-card{--card-bg: var(--color-sunflower-gold-100);--card-hover: var(--color-sunflower-gold-200);--card-ink: var(--color-sunflower-gold-700)}.length-card:nth-child(3){--card-bg: var(--color-tangerine-dream-100);--card-hover: var(--color-tangerine-dream-200);--card-ink: var(--color-tangerine-dream-700)}.choice{--card-bg: var(--color-fresh-sky-100);--card-ink: var(--color-fresh-sky-700);--card-hover: color-mix(in srgb, var(--card-bg), var(--card-ink) 10%);--card-selected: color-mix(in srgb, var(--card-bg), var(--card-ink) 17%);transition:background-color .18s ease}:is(.mode-card,.length-card,.choice):is(.mode-card,.length-card,.choice){background:var(--card-bg);color:var(--card-ink);border:2px solid transparent;border-radius:20px;box-shadow:none}:is(.mode-card,.length-card,.choice) :is(strong,small,span){color:inherit}.mode-card strong{font-size:clamp(24px,2.5vw,32px);font-weight:800;letter-spacing:-.04em}.choice .choice-text{font-weight:750;letter-spacing:-.035em}:is(.mode-card,.length-card,.choice):hover:not(:disabled){background:var(--card-hover);border-color:transparent;box-shadow:none}:is(.mode-card,.length-card).active{background:var(--card-bg)!important;color:var(--card-ink);border-color:var(--card-ink)!important;box-shadow:inset 0 0 0 1px var(--card-ink)}:root :is(.mode-card,.length-card).active>span:first-child,.choice.chosen :is(.choice-label,.choice-bottom){color:var(--card-ink)}:is(.mode-card,.length-card,.choice):focus-visible{outline-color:var(--card-ink)}.choice.choice:hover:not(:disabled){transform:none}.choice.choice.chosen{background:var(--card-selected);color:var(--card-ink);border-color:transparent;box-shadow:none}.choice.choice:focus-visible{outline:2px dashed var(--card-ink);outline-offset:4px}@media(prefers-reduced-motion:reduce){.choice{transition:none}}.question-screen[data-question-theme=travel]{--theme-bg: #d8f3e5;--theme-ink: #174f31;--theme-dark: #143426;--theme-light: #b0e8ca}.question-screen[data-question-theme=work]{--theme-bg: #d5ecf6;--theme-ink: #123f54;--theme-dark: #173442;--theme-light: #abd8ed}.question-screen[data-question-theme=relationships]{--theme-bg: #fce1eb;--theme-ink: #762c4b;--theme-dark: #432333;--theme-light: #fac2d8}.question-screen[data-question-theme=powers]{--theme-bg: #e9e0fc;--theme-ink: #4f3481;--theme-dark: #302543;--theme-light: #d8c5fc}.question-screen[data-question-theme=everyday]{--theme-bg: #fdecce;--theme-ink: #634003;--theme-dark: #3e321c;--theme-light: #fcd99c}.question-screen[data-question-theme=absurd]{--theme-bg: #fcd9cf;--theme-ink: #902609;--theme-dark: #47291e;--theme-light: #f9b39f}.question-screen[data-question-theme=ethics]{--theme-bg: #dce2fc;--theme-ink: #303d83;--theme-dark: #242c49;--theme-light: #c2ccff}.question-screen[data-question-theme] .choice{--card-bg: var(--theme-bg);--card-ink: var(--theme-ink)}.question-screen[data-question-theme] .question-heading>.eyebrow,.question-screen[data-question-theme] .question-heading .dot{color:var(--theme-ink)}:root[data-theme=dark] .question-screen[data-question-theme] .choice{--card-bg: var(--theme-dark);--card-ink: var(--theme-light)}:root[data-theme=dark] .question-screen[data-question-theme] .question-heading>.eyebrow,:root[data-theme=dark] .question-screen[data-question-theme] .question-heading .dot{color:var(--theme-light)}.setup.setup-redesign{max-width:1160px;margin:38px auto 72px;padding:0}.setup-redesign>.text-button{margin-bottom:28px}.setup-heading{max-width:750px;margin-bottom:42px}.setup-heading .eyebrow{font-size:11px;letter-spacing:.13em;margin-bottom:14px;display:block}.setup.setup-redesign h1{font-size:clamp(34px,4.5vw,58px);line-height:1.06;letter-spacing:-.055em;margin:0 0 18px;max-width:720px}.setup-heading>p{font-size:17px;line-height:1.6;color:var(--muted);margin:0;max-width:580px}.setup-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,1fr);gap:36px;align-items:start}.setup-redesign fieldset{margin:0;padding:0;min-width:0;border:0}.setup-redesign legend{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:750;margin-bottom:18px;padding:0}.setup-step{font-size:10px;font-weight:750;color:var(--muted);border:1px solid var(--line);border-radius:50%;width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center}.setup-pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.setup-pack{--pack-bg: var(--color-emerald-100);--pack-ink: var(--color-emerald-700);background:var(--pack-bg);color:var(--pack-ink);border:2px solid transparent;border-radius:22px;padding:23px;text-align:left;display:flex;flex-direction:column;min-height:244px;position:relative;transition:transform .18s,border-color .18s,box-shadow .18s}.setup-pack--friendship{--pack-bg: var(--color-fresh-sky-100);--pack-ink: var(--color-fresh-sky-700)}.setup-pack--couple{--pack-bg: var(--color-vibrant-coral-100);--pack-ink: var(--color-vibrant-coral-700)}.setup-pack--family{--pack-bg: var(--color-sunflower-gold-100);--pack-ink: var(--color-sunflower-gold-700)}.setup-pack[aria-pressed=true]{border-color:var(--pack-ink);box-shadow:0 0 0 3px var(--bg),0 0 0 4px var(--pack-ink)}.setup-pack:hover{transform:translateY(-3px)}.setup-pack-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.setup-pack-symbol{font-size:37px;line-height:1;font-weight:650}.setup-pack-check{width:25px;height:25px;border:1px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.setup-pack[aria-pressed=true] .setup-pack-check{background:var(--pack-ink);color:var(--pack-bg);border-color:var(--pack-ink)}.setup-pack strong{font-size:27px;letter-spacing:-.045em;line-height:1.12;margin-bottom:10px;color:inherit}.setup-pack-description{font-size:13px;line-height:1.5;color:inherit}.setup-pack-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:22px}.setup-pack-bottom small{font-size:10px;font-weight:650}.setup-pack-bottom>span{font-size:21px}.setup-settings{background:var(--paper, var(--bg));border:1px solid var(--line);border-radius:24px;padding:26px;display:flex;flex-direction:column;gap:28px}.setup-mode-switch{display:flex;padding:4px;background:var(--soft);border-radius:12px;gap:4px}.setup-mode-switch button{flex:1;background:transparent;border:0;border-radius:9px;padding:12px 6px;font-size:13px;font-weight:700;color:var(--muted)}.setup-mode-switch button[aria-pressed=true]{background:var(--ink);color:var(--bg)}.setup-help{font-size:12px;line-height:1.5;color:var(--muted);margin:12px 0 0}.setup-lengths{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.setup-lengths button{border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:15px 3px;background:transparent;color:var(--ink)}.setup-lengths button[aria-pressed=true]{background:var(--color-sunflower-gold-100);border-color:var(--color-sunflower-gold-700);color:var(--color-sunflower-gold-700)}.setup-lengths strong{font-size:29px;letter-spacing:-.05em;line-height:1.1}.setup-lengths span{font-size:10px}.setup-lengths small{font-size:9px;margin-top:6px}.setup-recap{border-top:1px solid var(--line);padding-top:22px;display:flex;flex-direction:column;gap:8px}.setup-recap>span{font-size:9px;color:var(--muted);letter-spacing:.13em;font-weight:700}.setup-recap strong{font-size:21px;letter-spacing:-.035em}.setup-recap p{font-size:12px;color:var(--muted);margin:0}.setup-settings .setup-launch{width:100%;min-height:56px;margin:0;border-radius:12px;box-shadow:none;padding:16px 20px;font-size:16px}.setup-endnote{font-size:11px;text-align:center;line-height:1.5;color:var(--muted);margin:-12px 0 0}.setup-settings .group-setup{margin:0;padding:0}.setup-settings .name-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.setup-settings .name-grid input{min-width:0;width:100%}.setup-redesign button:focus-visible{outline:3px solid var(--ink);outline-offset:4px}@media(max-width:850px){.setup-layout{grid-template-columns:1fr;gap:32px}.setup-heading{margin-bottom:30px}.setup-pack{min-height:215px}.setup-settings{max-width:none}.setup-lengths small{font-size:11px}}@media(max-width:440px){.setup.setup-redesign{margin-top:24px}.setup-heading>p{font-size:14px}.setup-pack-grid{gap:12px}.setup-pack{padding:16px;min-height:230px;border-radius:17px}.setup-pack strong{font-size:23px}.setup-pack-description{font-size:12px}.setup-pack-bottom small{font-size:9px}.setup-pack-top{margin-bottom:20px}.setup-settings{padding:20px}.setup-pack-symbol{font-size:30px}}@media(prefers-reduced-motion:reduce){.setup-pack{transition:none}.setup-pack:hover{transform:none}}.setup-online-access{width:100%;display:grid;gap:8px;padding:18px;margin:0 0 20px;border:1px solid var(--line);border-radius:14px;background:var(--soft);color:var(--ink);text-align:left;transition:background .2s ease}.setup-online-access strong{display:flex;justify-content:space-between;font-size:14px}.setup-online-access>span{color:var(--muted);font-size:12px;line-height:1.5}.setup-online-access:hover{background:color-mix(in srgb,var(--soft),var(--color-fresh-sky-500) 12%)}.portrait-redesign{position:relative;min-height:70vh}.portrait-reveal-stage{position:fixed;inset:96px 0 0;z-index:8;display:grid;place-items:center;background:radial-gradient(ellipse at center,var(--soft),var(--bg) 65%);transition:opacity .6s .4s,visibility 0s 1s;overflow:auto;padding:30px 16px}.portrait-reveal-cluster{text-align:center}.portrait-reveal-cluster>p{font-size:12px;color:var(--muted);margin-top:25px}.portrait-reveal-cluster>p>span{margin-left:9px}.portrait-reveal-orb{position:relative;isolation:isolate;width:min(330px,78vw);aspect-ratio:1;border:0;border-radius:50%;padding:5px;background:var(--color-fresh-sky-100);overflow:hidden;box-shadow:0 25px 100px #2d9ed21a;transition:transform .65s .25s,opacity .5s .3s}.portrait-reveal-orb:before{content:"";position:absolute;inset:-30%;z-index:-1;background:conic-gradient(transparent 0deg,transparent 210deg,#2d9ed2 260deg,#3bc47b 295deg,#f79f08 325deg,transparent 360deg);animation:portrait-orbit 4s linear infinite}.portrait-orb-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffefa;color:#191d25;border-radius:50%;width:100%;height:100%;overflow:hidden}.portrait-orb-inner img{width:62%;height:62%;object-fit:contain;mix-blend-mode:multiply;filter:blur(9px);transform:scale(.96);transition:filter .55s,transform .55s}.portrait-orb-inner strong{font-size:clamp(20px,3vw,27px);letter-spacing:-1px;margin:2px 15px 22px}.portrait-reveal-orb:hover{transform:scale(1.025)}.portrait-revealed .portrait-reveal-stage{opacity:0;visibility:hidden;pointer-events:none}.portrait-revealed .portrait-reveal-orb{transform:scale(1.35);opacity:0}.portrait-revealed .portrait-orb-inner img{filter:blur(0);transform:scale(1)}.portrait-content{opacity:0;transform:translateY(32px);filter:blur(10px);transition:opacity .8s .55s,transform .8s .55s,filter .8s .55s}.portrait-content[inert]{max-height:60vh;overflow:hidden}.portrait-revealed .portrait-content{opacity:1;transform:none;filter:none}.portrait-topline{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:26px}.portrait-replay{background:var(--bg);border:1px solid var(--line);border-radius:25px;color:var(--muted);padding:10px 14px;font-size:11px}.portrait-redesign .profile-heading{max-width:none;background:var(--color-fresh-sky-50);color:var(--color-fresh-sky-700);padding:34px 40px;border:0;border-radius:28px}.portrait-redesign .profile-heading>.eyebrow{display:none}.portrait-redesign .profile-title{margin:0}.portrait-redesign .profile-title h1{font-size:clamp(38px,5.5vw,66px);line-height:1.06;letter-spacing:-.055em}.portrait-redesign .profile-title h1:focus{outline:none}.portrait-redesign .profile-title h1 span{color:inherit}.portrait-redesign .profile-description{max-width:760px;font-size:16px;line-height:1.7;color:inherit;margin:15px 0 0}.portrait-redesign .secondary-archetype{color:inherit;font-size:12px}.portrait-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 22px}.portrait-tabs button{border:1px solid var(--line);border-radius:25px;background:var(--bg);color:var(--muted);font-size:12px;padding:12px 18px}.portrait-tabs button[aria-selected=true]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.portrait-redesign [hidden]{display:none!important}.portrait-redesign .profile-grid{margin-top:0;align-items:start}.portrait-redesign .profile-panel{border:1px solid var(--line);border-radius:22px;padding:27px}.portrait-redesign .radar-panel{--accent: var(--color-fresh-sky-700)}.portrait-nuances{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.portrait-nuances>.rarity{margin:0}.portrait-nuances>.muted{align-self:center;font-size:11px}.portrait-dark-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.portrait-redesign .bonus-portraits{display:block;margin-top:0}.portrait-redesign .bonus-dark{height:100%;background:var(--color-vibrant-coral-50);color:var(--color-vibrant-coral-700);border:0}.portrait-redesign .bonus-dark :is(.eyebrow,.fine-print,.bonus-score>span){color:inherit}.portrait-redesign .bonus-values{margin-top:20px}.fiction-card h2{font-size:34px;letter-spacing:-1.3px;margin:16px 0 8px}.fiction-universe{font-size:11px;color:var(--muted)}.fiction-card .fiction-traits{display:inline-block;background:var(--color-sunflower-gold-100);color:var(--color-sunflower-gold-700);font-size:11px;padding:8px 12px;border-radius:20px;margin:22px 0 8px}.fiction-card p{font-size:13px;line-height:1.7}.fiction-downside{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.fiction-downside strong{font-size:13px}.fiction-card>small{display:block;color:var(--muted);font-size:10px;line-height:1.6;margin-top:18px}.portrait-redesign button:focus-visible{outline:2px dashed var(--color-fresh-sky-700);outline-offset:5px}@keyframes portrait-orbit{to{transform:rotate(360deg)}}@media(max-width:900px){.portrait-reveal-stage{inset:140px 0 0}}@media(max-width:650px){.portrait-redesign .profile-heading{padding:25px}.portrait-redesign .profile-title{flex-direction:column-reverse;align-items:flex-start}.portrait-redesign .portrait-chibi{width:150px;height:150px;align-self:center}.portrait-redesign .profile-description{font-size:14px}.portrait-dark-grid,.portrait-nuances{grid-template-columns:1fr}.portrait-tabs{gap:6px}.portrait-tabs button{font-size:11px;padding:10px 12px}.portrait-topline{align-items:flex-start}.portrait-topline .eyebrow{font-size:9px}.portrait-replay{font-size:10px}.portrait-redesign .profile-panel{padding:22px}}@media(prefers-reduced-motion:reduce){.portrait-reveal-orb,.portrait-reveal-orb:before,.portrait-reveal-stage,.portrait-orb-inner img,.portrait-content{animation:none;transition:none}.portrait-content{transform:none;filter:none}}.portrait-redesign .bonus-dark{--muted: var(--color-vibrant-coral-700)}:root[data-theme=dark] .portrait-redesign .bonus-dark{--muted: #e3b7b0;--line: #63423f;--soft: #442d30;--accent: var(--color-vibrant-coral-300);background:#302328;color:var(--color-vibrant-coral-100);border:1px solid var(--line)}:root[data-theme=dark] .portrait-redesign .bonus-dark :is(.eyebrow,.fine-print,.bonus-score>span){color:var(--muted)}:root[data-theme=dark] .portrait-redesign .fiction-card{--muted: #c6bfaf;--line: #504839;background:#292720;color:var(--color-sunflower-gold-100);border-color:var(--line)}:root[data-theme=dark] .fiction-card .fiction-traits{background:#45381f;color:var(--color-sunflower-gold-200)}:root[data-theme=dark] .fiction-downside p{color:var(--muted)}:root[data-theme=dark] .portrait-redesign .profile-heading{background:#1d303d;color:var(--color-fresh-sky-100)}:root[data-theme=dark] .portrait-redesign .secondary-archetype strong{color:inherit}.group-setting-label{display:block;font-size:12px;font-weight:650;margin:18px 0 10px}.reveal-mode-options{display:grid;gap:8px}.reveal-mode-options button{text-align:left;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--ink);padding:14px}.reveal-mode-options strong{display:block;font-size:12px;margin-bottom:5px}.reveal-mode-options span{font-size:11px;line-height:1.5;display:block;color:var(--muted)}.reveal-mode-options button[aria-pressed=true]{border-color:var(--color-fresh-sky-600);background:var(--soft)}.timer-options{display:flex;gap:7px}.timer-options button{flex:1;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--muted);padding:11px 5px;font-size:12px}.timer-options button[aria-pressed=true]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.group-countdown{display:flex;align-items:center;gap:14px;margin:24px 0;flex-wrap:wrap;color:var(--color-fresh-sky-700);font-size:12px;font-weight:700}.countdown-track{width:100px;height:5px;border-radius:8px;background:var(--soft);overflow:hidden}.countdown-track i{display:block;height:100%;background:var(--color-fresh-sky-500);border-radius:8px;transition:width .2s linear}.countdown-help{color:var(--muted);font-weight:400;font-size:11px}.group-countdown.expired{color:var(--muted)}.group-reveal{max-width:1060px;margin:50px auto 80px}.reveal-kicker{display:flex;justify-content:space-between;align-items:center;gap:15px}.round-badge{background:var(--soft);color:var(--muted);border-radius:24px;padding:10px 14px;font-size:12px;font-weight:650;white-space:nowrap}.group-reveal>h1{font-size:clamp(32px,4.5vw,55px);font-weight:850;letter-spacing:-.055em;line-height:1.08;max-width:760px;margin:20px 0 16px}.reveal-intro{font-size:15px;line-height:1.7;color:var(--muted);margin-bottom:30px}.reveal-question{animation:round-enter .45s ease both}.reveal-question>h2{font-size:clamp(18px,2.2vw,25px);line-height:1.55;letter-spacing:-.025em;margin:0 0 24px;font-weight:650;max-width:950px}.reveal-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.reveal-choice{background:var(--color-fresh-sky-100);color:var(--color-fresh-sky-700);border-radius:23px;padding:27px;display:flex;flex-direction:column}.reveal-choice-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:750;margin-bottom:22px}.reveal-choice-top>span:last-child{border:1px solid #1b5f7e30;padding:6px 9px;border-radius:20px}.reveal-choice h3{font-size:clamp(18px,2vw,23px);line-height:1.45;letter-spacing:-.035em;margin:0 0 28px;font-weight:750}.reveal-votes{margin-top:auto;display:flex;flex-direction:column;gap:8px}.reveal-voter{display:flex;align-items:center;gap:10px;background:#ffffff80;border-radius:12px;padding:9px 12px;font-size:13px;font-weight:650;animation:vote-enter .4s ease both;animation-delay:var(--delay);overflow-wrap:anywhere}.voter-avatar{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#1b5f7e15;font-size:12px}.voter-check{margin-left:auto}.no-voters{font-size:12px;margin:0;padding:19px 0;opacity:.8}.reveal-discuss{display:flex;align-items:center;gap:14px;padding:24px 0;margin:8px 0;flex-wrap:wrap}.reveal-discuss>span{font-size:40px;color:var(--color-fresh-sky-500);line-height:1}.reveal-discuss p{font-size:14px;margin:0;font-weight:650}.reveal-discuss small{font-size:11px;color:var(--muted);margin-left:auto}.reveal-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;border-top:1px solid var(--line);padding-top:25px}.reveal-actions .primary{border-radius:14px;font-size:14px;min-height:54px;padding:16px 22px;box-shadow:none}.recap-navigation{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 28px}.recap-navigation button,.recap-paging button{background:var(--bg);border:1px solid var(--line);color:var(--muted);border-radius:10px;min-width:40px;height:40px;font-size:12px}.recap-navigation button[aria-current=step]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.recap-paging{display:flex;gap:8px;margin-right:auto}.recap-paging button:disabled{opacity:.3;cursor:default}.recap-return{margin-top:24px}:root[data-theme=dark] .group-countdown{color:var(--color-fresh-sky-200)}:root[data-theme=dark] .reveal-choice{background:#203747;color:var(--color-fresh-sky-100)}:root[data-theme=dark] .reveal-choice-top>span:last-child{border-color:#abd8ed40}:root[data-theme=dark] .reveal-voter{background:#ffffff0c}:root[data-theme=dark] .voter-avatar{background:#abd8ed20}@keyframes vote-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes round-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:650px){.group-reveal{margin-top:30px}.reveal-choices{grid-template-columns:1fr;gap:14px}.reveal-choice{padding:22px}.reveal-choice h3{margin-bottom:22px}.reveal-discuss{gap:9px}.reveal-discuss small{margin-left:26px}.reveal-actions{flex-wrap:wrap}.reveal-actions .primary{flex:1;justify-content:space-between}.reveal-kicker .eyebrow{font-size:9px}.countdown-help{flex-basis:100%}.group-countdown{gap:9px}}@media(prefers-reduced-motion:reduce){.reveal-voter,.reveal-question{animation:none}.countdown-track i{transition:none}}.duo-card{background:var(--color-fresh-sky-50);color:var(--color-fresh-sky-700);border:1px solid var(--color-fresh-sky-200);border-radius:26px;padding:32px;margin:30px 0}.duo-card-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.duo-card .eyebrow{color:inherit}.duo-card-heading h2{font-size:clamp(23px,3vw,34px);letter-spacing:-.045em;margin:12px 0;overflow-wrap:anywhere}.duo-symbol{font-size:54px;line-height:1}.duo-common-count{display:flex;align-items:center;gap:24px;padding:24px 0}.duo-common-count>strong{font-size:58px;letter-spacing:-.06em;white-space:nowrap;line-height:1.1}.duo-common-count small{font-size:26px;font-weight:550}.duo-common-count p{font-size:14px;line-height:1.6;max-width:260px;margin:0}.duo-insights{display:grid;grid-template-columns:1fr 1fr;gap:28px;border-top:1px solid #1b5f7e25;padding-top:24px}.duo-insights h3{font-size:16px;margin:0 0 12px}.duo-insights p{font-size:13px;line-height:1.75;margin:0 0 12px}.duo-insights small{font-size:11px;line-height:1.6;display:block}:root[data-theme=dark] .duo-card{background:#203747;color:var(--color-fresh-sky-100);border-color:#3b596b}:root[data-theme=dark] .duo-insights{border-color:#abd8ed30}@media(max-width:600px){.duo-card{padding:24px}.duo-insights{grid-template-columns:1fr;gap:22px}.duo-common-count{gap:16px}.duo-common-count>strong{font-size:46px}.duo-common-count p{font-size:12px}}.choices-recap{max-width:1160px;margin:48px auto 80px}.recap-hero{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px}.recap-hero h1{font-size:clamp(36px,5.4vw,68px);line-height:1.02;letter-spacing:-.06em;margin:16px 0}.recap-hero p:not(.eyebrow){color:var(--muted);line-height:1.7;font-size:16px}.recap-cast,.recap-voters{display:flex;flex-wrap:wrap;gap:14px}.recap-cast{justify-content:flex-end;max-width:38%}.recap-cast>div,.recap-voters>div{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;max-width:90px;text-align:center;font-size:12px;overflow-wrap:anywhere}.recap-avatar{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border:2px solid white;border-radius:50%;color:#17212b;font-size:18px;font-weight:750}.recap-cast .recap-avatar{width:58px;height:58px;font-size:24px}.avatar-0{background:#f6aca2}.avatar-1{background:#81c5e4}.avatar-2{background:#fcd99c}.recap-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 20px}.recap-stat{display:flex;align-items:center;gap:18px;padding:24px;border-radius:20px;background:#ebf9f2;color:#174f31;border:1px solid #d8f3e5}.recap-stat strong{font-size:38px;letter-spacing:-.05em}.recap-stat span{font-size:14px;font-weight:650;line-height:1.4}.stat-1{background:#fdeae8;color:#5d1309;border-color:#fad5d1}.stat-2{background:#eaf5fb;color:#123f54;border-color:#d5ecf6}.recap-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.recap-filters button{border:1px solid var(--line);border-radius:40px;padding:12px 18px;background:var(--bg);color:var(--ink);font-size:13px;font-weight:650}.recap-filters button[aria-pressed=true]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.recap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.recap-card{border:1px solid var(--line);border-radius:24px;padding:22px;display:flex;flex-direction:column;min-width:0;background:var(--bg)}.recap-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px;font-weight:750;letter-spacing:.04em}.recap-badge{padding:8px 11px;border-radius:24px;background:#d5ecf6;color:#123f54;letter-spacing:0;text-align:center}.recap-badge.unanimous{background:#d8f3e5;color:#174f31}.recap-card h2{font-size:20px;letter-spacing:-.035em;line-height:1.45;margin:18px 0}.recap-sides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex:1}.recap-side{padding:16px;border-radius:17px;display:flex;flex-direction:column;min-width:0;background:#fdeae8;color:#5d1309}.recap-side.side-1{background:#eaf5fb;color:#123f54}.recap-side h3{font-size:14px;line-height:1.55;margin:0 0 20px;overflow-wrap:anywhere}.recap-voters{gap:10px;margin-top:auto}.recap-voters>div{max-width:100%;flex:0 1 70px}.recap-voters p{font-size:12px}.recap-side>small{font-size:11px;margin-top:14px;font-weight:700}.recap-vote-bar{display:flex;height:10px;border-radius:12px;overflow:hidden;margin-top:14px;flex-shrink:0}.bar-0{background:#ed5945}.bar-1{background:#2d9ed2}.recap-conversation{display:flex;gap:20px;align-items:center;padding:24px 28px;border-radius:20px;background:#fdecce;color:#312002;margin:26px 0}.recap-conversation>span{font-size:60px;line-height:1}.recap-conversation strong{font-size:20px}.recap-conversation p{font-size:14px;line-height:1.6;margin:6px 0 0}.recap-finish{text-align:center}.recap-finish .primary{border-radius:40px;gap:24px;justify-content:center}.recap-empty{padding:28px;border:1px dashed var(--line);border-radius:20px;color:var(--muted)}:root[data-theme=dark] .recap-side{background:#42251f;color:#fad5d1}:root[data-theme=dark] .recap-side.side-1{background:#173442;color:#d5ecf6}:root[data-theme=dark] .recap-stat{background:#163426;color:#d8f3e5;border-color:#305641}:root[data-theme=dark] .stat-1{background:#42251f;color:#fad5d1;border-color:#744438}:root[data-theme=dark] .stat-2{background:#173442;color:#d5ecf6;border-color:#315a6b}:root[data-theme=dark] .recap-conversation{background:#3e321c;color:#fdecce}@media(max-width:760px){.choices-recap{margin-top:28px}.recap-hero{display:block}.recap-cast{max-width:100%;justify-content:flex-start;margin-top:22px}.recap-grid{grid-template-columns:1fr}.recap-stat{padding:15px 10px;flex-direction:column;align-items:flex-start;gap:6px}.recap-stat strong{font-size:30px}.recap-stat span{font-size:11px}.recap-stats{gap:8px}.recap-card{padding:16px}.recap-side{padding:12px}.recap-card h2{font-size:18px}.recap-conversation{padding:20px}.recap-finish .primary{width:100%}}@media(max-width:380px){.recap-sides{grid-template-columns:1fr}}.choices-recap .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.recap-hero h1{font-weight:850}.recap-card h2{font-weight:750}.recap-side h3{font-weight:650}.choices-recap{max-width:1380px;background:var(--bg)}.recap-end-label{text-align:right;color:var(--muted);font-size:14px;margin-bottom:22px}.recap-hero{position:relative;margin-bottom:26px}.recap-hero h1{font-size:clamp(38px,5.4vw,76px);font-weight:900;letter-spacing:-.055em}.recap-hero h1:before{content:"〟";position:absolute;left:-36px;top:0;color:#ed5945;font-size:60px;transform:rotate(35deg)}.recap-hero p:not(.eyebrow){font-size:clamp(14px,1.6vw,22px);margin:14px 0}.recap-cast{align-items:center;gap:0;position:relative;padding-left:90px;max-width:45%}.recap-cast>div{max-width:85px;min-width:64px;margin-left:-5px}.recap-cast .recap-avatar{width:78px;height:78px;font-size:30px;border-width:3px}.recap-handnote{font-family:cursive;font-size:14px!important;line-height:1.35!important;font-weight:400;transform:rotate(-8deg)}.recap-cast>.recap-handnote{position:absolute;left:-18px;top:-15px;max-width:110px;color:var(--ink)}.avatar-0{background:#ff625b;color:#fff}.avatar-1{background:#57b1db;color:#fff}.avatar-2{background:#ffe889}.avatar-3{background:#b0e8ca}.recap-stat{gap:20px;padding:18px 22px;position:relative;overflow:hidden}.recap-stat>div{display:flex;flex-direction:column}.recap-stat strong{font-size:44px;line-height:1.05}.recap-stat span{font-size:16px}.recap-stat .recap-stat-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;flex-shrink:0;background:#00000007;font-size:40px}.recap-sparks{position:absolute;right:12px;bottom:12px;font-size:40px;color:currentColor;opacity:.45}.recap-card{padding:20px;border-radius:22px}.recap-card-top{font-size:13px;text-transform:none;letter-spacing:0}.recap-card h2{font-size:clamp(19px,1.8vw,25px);line-height:1.3;letter-spacing:-.03em;margin:16px 0;font-weight:800}.recap-side{background:#fff0ed;padding:18px 20px}.recap-side.side-1{background:#e5f5fd}.recap-side h3{font-size:16px;color:#141b2b}.recap-side h3>span{color:#9b2a18}.recap-side.side-1 h3>span{color:#1b5f7e}.recap-voters{justify-content:center}.recap-voters>div{flex:0 1 60px}.recap-voters p{color:#667085}.recap-side>small{color:inherit}.recap-vote-bar{height:34px;margin-top:10px;border-radius:14px}.recap-vote-bar>span{display:flex;align-items:center;justify-content:center;min-width:0;font-size:13px;font-weight:750;color:#fff}.bar-0{background:#c93c2f}.bar-1{background:#247ea8}.recap-conversation{background:#fff1a9;color:#121827;padding:20px 28px;gap:25px}.recap-conversation>span{border-right:1px solid #bbaa62;padding-right:25px;font-weight:900}.recap-conversation .recap-handnote{margin-left:auto}.recap-finish .primary{background:#d53529;color:#fff;min-width:min(100%,360px);padding:18px 30px}.recap-explore{display:block;margin:14px auto;background:none;border:0;color:var(--muted);font-size:13px;padding:8px}:root[data-theme=dark] .recap-side h3{color:#f5f5f5}:root[data-theme=dark] .recap-side h3>span{color:#f6aca2}:root[data-theme=dark] .recap-side.side-1 h3>span{color:#abd8ed}:root[data-theme=dark] .recap-voters p{color:#cbd5e1}@media(max-width:900px){.recap-cast{padding-left:0;max-width:40%;gap:10px}.recap-cast>.recap-handnote{display:none}.recap-cast .recap-avatar{width:54px;height:54px;font-size:22px}.recap-stat{gap:10px;padding:18px 12px}.recap-stat .recap-stat-icon{width:40px;height:40px;font-size:28px}.recap-stat span{font-size:13px}.recap-sparks{display:none}}@media(max-width:760px){.recap-cast{max-width:100%;gap:12px}.recap-hero h1:before{display:none}.recap-stat{align-items:flex-start;gap:10px}.recap-stat strong{font-size:32px}.recap-stat span{font-size:11px}.recap-card{padding:16px}.recap-side{padding:12px}.recap-side h3{font-size:14px}.recap-conversation .recap-handnote{display:none}.recap-conversation{gap:14px;padding:20px}.recap-conversation>span{padding-right:14px}.recap-vote-bar>span{font-size:11px}}body:has(.choices-recap){background:#fffdf8}.app-shell:has(.choices-recap){max-width:1536px;padding:0 clamp(22px,5.1vw,78px)}.app-shell:has(.choices-recap)>header{height:74px;border:0}.app-shell:has(.choices-recap)>header .brand{font-size:42px;letter-spacing:-2.4px;text-transform:lowercase;font-weight:900;color:#101329}.app-shell:has(.choices-recap)>header .brand img,.app-shell:has(.choices-recap)>header .header-nav{display:none}.app-shell:has(.choices-recap)>header .header-tools{visibility:hidden}.app-shell:has(.choices-recap)>footer{display:none}.choices-recap{position:relative;background:transparent;margin:10px auto 30px;color:#101329}.recap-end-label{position:absolute;top:-59px;right:0;font-size:16px;color:#35394f;margin:0}.recap-hero{gap:25px;margin-bottom:30px;min-height:172px;align-items:center}.recap-hero>div:first-child{padding-left:70px;flex:1;min-width:0}.recap-hero h1{font-size:clamp(44px,5vw,76px);line-height:.98;font-weight:900;letter-spacing:-.055em;position:relative;margin:0 0 16px}.recap-hero h1:before{content:none}.recap-title-rays{position:absolute;left:-53px;top:4px;width:43px;height:60px;fill:none;stroke:#ff625b;stroke-width:5;stroke-linecap:round}.recap-hero p:not(.recap-handnote){font-size:clamp(16px,1.65vw,24px);line-height:1.35;margin:0;color:#555969}.recap-cast{padding-left:95px;max-width:44%;flex-shrink:0;gap:0}.recap-cast>div{min-width:64px;width:78px;max-width:90px;font-size:14px;margin-left:-4px;overflow-wrap:anywhere}.recap-cast .recap-avatar{width:84px;height:84px;font-size:32px;font-weight:600;border:2px solid #fffdf8}.recap-handnote{font-family:Bradley Hand,Chalkboard SE,Comic Sans MS,cursive;font-size:15px!important;letter-spacing:.015em}.recap-cast>.recap-handnote{top:0;left:-40px;width:122px;max-width:122px;color:#35394f}.recap-stats{margin:0 0 16px;gap:22px}.recap-stat{min-height:102px;padding:14px 20px;gap:20px;border-radius:18px;color:#101329;background:#edf8f2;border-color:#dceee5}.recap-stat.stat-1{background:#fff0ec;border-color:#f9e1db;color:#101329}.recap-stat.stat-2{background:#eaf7ff;border-color:#d3edff;color:#101329}.recap-stat strong{font-size:50px;line-height:1;font-weight:850}.recap-stat span{font-size:17px;line-height:1.25;font-weight:600}.recap-stat .recap-stat-icon{width:68px;height:68px;background:#d8eee2;font-size:43px}.stat-1 .recap-stat-icon{background:#ffdfd6}.stat-2 .recap-stat-icon{background:#c7ebff}.recap-sparks{width:36px;height:44px;position:absolute;right:16px;bottom:19px;fill:none;stroke:#81d6b7;stroke-width:4;stroke-linecap:round;opacity:1}.stat-1 .recap-sparks{stroke:#ff625b}.stat-2 .recap-sparks{stroke:#57b1db}.recap-filters{margin-bottom:18px;gap:14px}.recap-filters button{padding:12px 24px;font-size:15px;font-weight:550;color:#101329;background:transparent;border-color:#d7dae2}.recap-filters button[aria-pressed=true]{background:#191a26;color:#fff;border-color:#191a26}.recap-grid{gap:22px;align-items:stretch}.recap-card{background:#fffefa;border-color:#d9dde4;padding:14px 20px 20px;border-radius:22px}.recap-card-top{font-size:14px;font-weight:600}.recap-badge{background:#c7eaff;color:#102648;padding:8px 18px;font-size:13px}.recap-badge.unanimous{background:#c8eedf;color:#17392a}.recap-card h2{font-size:clamp(19px,1.75vw,26px);font-weight:800;line-height:1.2;margin:14px 0 16px;letter-spacing:-.035em}.recap-sides{gap:14px}.recap-side{background:#ffede8;padding:16px 20px 14px;border-radius:18px}.recap-side.side-1{background:#e4f5fe}.recap-side h3{font-size:17px;line-height:1.35;font-weight:600;margin:0 0 18px;color:#101329}.recap-voters{gap:10px;align-items:center;margin-top:auto}.recap-voters>div{flex:0 1 58px;font-size:13px;color:#101329}.recap-avatar{width:48px;height:48px;font-weight:600;font-size:23px;box-shadow:0 2px 5px #1522350c}.avatar-0{background:#ff625b}.avatar-1{background:#57b7de}.avatar-2{background:#ffe782}.avatar-3{background:#b4e9d7}.recap-no-votes{display:flex;flex-direction:column;align-items:center;gap:3px;margin:0;color:#7c8597!important}.recap-no-votes svg{width:44px;height:44px;fill:#9ba5b4}.recap-vote-bar{height:38px;margin-top:10px;border-radius:14px}.recap-vote-bar>span{font-size:15px;color:#101329}.bar-0{background:#ff6959}.bar-1{background:#5ab5da}.recap-conversation{margin:22px 0 18px;background:#fff1a6;min-height:82px;padding:15px 28px;border-radius:19px;color:#101329;gap:28px}.recap-conversation>span{font-family:Georgia,serif;font-size:68px;line-height:.75;padding-right:28px;height:46px}.recap-conversation strong{font-size:22px;font-weight:750}.recap-conversation p{margin:2px 0 0;font-size:16px}.recap-conversation .recap-handnote{font-size:14px!important;text-align:center;color:#35394f}.recap-finish{position:relative}.recap-finish .primary{background:#ff625b;color:#101329;border-radius:40px;min-width:362px;min-height:52px;padding:14px 26px;font-size:16px;font-weight:750;box-shadow:none}.recap-pagination{display:flex;justify-content:center;align-items:center;gap:12px}.recap-pagination>button{background:none;border:0;color:#596176;padding:10px}.recap-explore{margin:4px 0;font-size:14px}.recap-explore span{margin-left:8px;font-size:11px}.recap-footer-note{position:absolute;left:12px;top:10px;text-align:left;color:#35394f}:root[data-theme=dark] body:has(.choices-recap){background:#141820}:root[data-theme=dark] .choices-recap,:root[data-theme=dark] .app-shell:has(.choices-recap)>header .brand{color:#f8fafc}:root[data-theme=dark] .recap-card{background:#1d2430}:root[data-theme=dark] .recap-end-label,:root[data-theme=dark] .recap-handnote,:root[data-theme=dark] .recap-hero p:not(.recap-handnote){color:#cbd5e1}:root[data-theme=dark] .recap-filters button{color:#f8fafc}:root[data-theme=dark] .recap-stat,:root[data-theme=dark] .recap-side h3,:root[data-theme=dark] .recap-voters>div{color:#f8fafc}@media(max-width:1050px){.recap-hero>div:first-child{padding-left:35px}.recap-title-rays{left:-38px;width:30px}.recap-cast{padding-left:0;max-width:38%}.recap-cast>.recap-handnote{display:none}.recap-cast .recap-avatar{width:60px;height:60px;font-size:26px}.recap-cast>div{width:58px;min-width:50px}.recap-stat{gap:12px;padding:14px}.recap-stat .recap-stat-icon{width:48px;height:48px}.recap-stat strong{font-size:40px}.recap-stat span{font-size:14px}.recap-sparks{display:none}}@media(max-width:760px){.app-shell:has(.choices-recap)>header{height:70px}.app-shell:has(.choices-recap)>header .brand{font-size:32px}.choices-recap{margin-top:12px}.recap-end-label{font-size:12px;top:-52px}.recap-hero{display:block;margin-bottom:24px}.recap-hero>div:first-child{padding-left:0}.recap-title-rays{display:none}.recap-hero h1{font-size:42px;line-height:1}.recap-hero p:not(.recap-handnote){font-size:16px}.recap-cast{max-width:100%;gap:10px;margin-top:22px;justify-content:flex-start}.recap-cast>div{font-size:12px}.recap-stats{gap:8px}.recap-stat{padding:14px 10px;gap:10px;min-height:135px}.recap-stat .recap-stat-icon{width:36px;height:36px;font-size:26px}.recap-stat strong{font-size:32px}.recap-stat span{font-size:11px}.recap-filters{gap:8px}.recap-filters button{padding:10px 14px;font-size:12px}.recap-card{padding:14px}.recap-card h2{font-size:20px;line-height:1.3}.recap-side{padding:14px 12px}.recap-side h3{font-size:14px}.recap-voters>div{font-size:12px}.recap-conversation{padding:18px 16px;gap:16px}.recap-conversation>span{padding-right:16px}.recap-conversation strong{font-size:19px}.recap-conversation p{font-size:14px}.recap-finish .primary{min-width:0;width:100%}.recap-footer-note{display:none}.recap-grid{gap:16px}}.app-shell:has(.choices-recap)>header .brand{gap:0}@media(min-width:1200px){.recap-hero h1{font-size:72px;line-height:.98}.recap-cast{margin-right:70px}.recap-hero{margin-bottom:26px}}.group-story{max-width:1180px;margin:48px auto 70px}.story-hero{display:flex;gap:32px;justify-content:space-between;align-items:center}.group-story .story-hero h1{font-size:clamp(34px,4.5vw,62px);line-height:1.07;letter-spacing:-.055em;margin:18px 0;font-weight:850}.group-story .story-hero h1 em{color:#d94b40}.story-hero .eyebrow{color:#ab392f}.story-hero .lead{font-size:20px;letter-spacing:.02em}.story-avatars{display:flex;flex-wrap:wrap;justify-content:flex-end;max-width:280px}.story-avatars .recap-avatar{width:68px;height:68px;font-size:28px;margin-left:-6px;border:3px solid var(--bg)}.story-opening{font-size:18px;line-height:1.8;color:var(--muted);max-width:830px;margin:16px 0 32px}.story-paragraphs{display:grid;grid-template-columns:1fr 1fr;gap:24px}.story-paragraphs article{padding:30px 34px;border-radius:26px;background:#edf8f0;color:#173d2a;border:1px solid #d6eadd}.story-paragraphs article:nth-child(2){background:#fff0eb;color:#663129;border-color:#f6ddd4}.story-symbol{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#ffffff80;font-size:28px;margin-bottom:20px}.group-story .story-paragraphs h2{font-size:26px;line-height:1.2;letter-spacing:-.04em;font-weight:750;margin:0 0 16px}.story-paragraphs p{font-size:16px;line-height:1.85;margin:0}.group-story .division-panel{background:#fff6d9;color:#513c17;border:1px solid #f5e3a7;border-radius:26px;padding:30px 34px;margin:26px 0 42px}.group-story .division-panel .eyebrow{color:#79530f}.group-story .story-discussion-title{font-size:30px;letter-spacing:-.045em;line-height:1.2;margin:15px 0}.group-story .division-panel h3{font-size:20px;font-weight:700;line-height:1.5;max-width:920px}.story-duration{font-size:14px;line-height:1.6;color:#765b26}.group-story .division-options{gap:16px;margin-top:24px}.group-story .division-options>div{padding:20px;border-radius:18px;background:#ffffff80;border:0}.group-story .division-options p{font-size:15px;line-height:1.6}.story-profile-intro{color:var(--muted);margin-top:-8px;margin-bottom:24px}.group-story .player-profile{border:1px solid var(--line);border-radius:22px;background:var(--soft);padding:24px;transition:transform .18s}.group-story .player-profile:hover{transform:translateY(-3px)}.group-story>.primary{margin-top:28px;border-radius:40px}.group-story .section-heading{font-size:30px;letter-spacing:-.04em}:root[data-theme=dark] .story-paragraphs article{background:#193629;color:#d7eee0;border-color:#345842}:root[data-theme=dark] .story-paragraphs article:nth-child(2){background:#402923;color:#f6d9d0;border-color:#65443b}:root[data-theme=dark] .group-story .division-panel{background:#3b311d;color:#f8e7bd;border-color:#695a36}:root[data-theme=dark] .group-story .division-panel .eyebrow,:root[data-theme=dark] .story-duration{color:#eed292}:root[data-theme=dark] .group-story .division-options>div,:root[data-theme=dark] .story-symbol{background:#ffffff0b}@media(max-width:700px){.group-story{margin-top:30px}.story-hero{display:block}.story-avatars{justify-content:flex-start;max-width:100%;margin:20px 0}.story-avatars .recap-avatar{width:52px;height:52px;font-size:23px}.story-paragraphs{grid-template-columns:1fr;gap:18px}.story-paragraphs article,.group-story .division-panel{padding:24px}.story-opening{font-size:16px}.story-paragraphs p{font-size:15px}.group-story .story-discussion-title{font-size:26px}}@media(prefers-reduced-motion:reduce){.group-story .player-profile{transition:none}.group-story .player-profile:hover{transform:none}}.story-participants{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:24px 0 8px}.story-participants li{display:flex;align-items:center;gap:10px;padding:6px 16px 6px 6px;border:1px solid var(--line);border-radius:40px;background:var(--panel);font-size:15px;font-weight:650;max-width:100%;color:var(--ink)}.story-participants li>span:last-child{overflow-wrap:anywhere;min-width:0}.story-participants .recap-avatar{width:34px;height:34px;font-size:15px;border:0;box-shadow:none;flex-shrink:0}@media(max-width:700px){.story-participants{margin-top:20px;gap:8px}.story-participants li{font-size:14px;padding-right:13px}}.online-entry,.online-lobby{max-width:1060px;margin:42px auto 80px}.online-entry>.eyebrow,.online-lobby>.eyebrow{display:block;margin-top:28px}.online-entry h1,.online-lobby h1,.online-waiting h1{font-size:clamp(32px,4.5vw,55px);line-height:1.1;letter-spacing:-.055em;font-weight:850;margin:20px 0}.online-entry-grid,.lobby-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}.online-entry label{display:flex;flex-direction:column;gap:9px;font-size:12px;margin:16px 0}.online-entry>label{max-width:400px}.online-entry input,.online-entry select{width:100%;padding:13px;border-radius:10px;min-width:0}.online-entry .profile-panel{border-radius:22px;padding:26px}.online-entry h2,.room-members h2{font-size:25px;letter-spacing:-.04em;margin:0 0 20px}.online-entry .primary{margin-top:18px;border-radius:12px;width:100%;justify-content:space-between;font-size:14px}.join-room>p{line-height:1.7;color:var(--muted);font-size:14px}.room-status{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:22px 0;font-size:12px;color:var(--muted);flex-wrap:wrap}.room-status strong{letter-spacing:1px;color:var(--ink)}.room-invite{display:flex;align-items:center;flex-direction:column;background:var(--soft);border:1px solid var(--line);border-radius:26px;padding:28px;gap:18px}.room-invite img{background:#fff;border-radius:18px;max-width:100%;height:auto}.room-code{font-size:34px;letter-spacing:6px}.room-invite p{font-size:12px;color:var(--muted);text-align:center;line-height:1.6}.room-members{border:1px solid var(--line);border-radius:26px;padding:28px}.room-member{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.room-member strong{font-size:15px}.room-member small{font-size:10px;margin-left:auto;color:var(--muted);white-space:nowrap}.presence{width:8px;height:8px;background:var(--muted);border-radius:50%;flex-shrink:0}.presence.online{background:var(--color-emerald-500)}.room-members .primary{width:100%;margin:28px 0 16px;border-radius:12px;font-size:14px}.online-wait{font-size:14px;color:var(--muted);text-align:center;line-height:1.7;margin:28px auto}.online-waiting{min-height:55vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px 20px}.waiting-mark{display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:var(--soft);color:var(--color-fresh-sky-500);font-size:32px}.online-waiting p{font-size:14px;line-height:1.7;color:var(--muted)}.waiting-dots{display:flex;gap:9px;margin-top:22px}.waiting-dots i{height:7px;width:7px;background:var(--color-fresh-sky-500);border-radius:50%;animation:room-pulse 1.5s ease-in-out infinite}.waiting-dots i:nth-child(2){animation-delay:.2s}.waiting-dots i:nth-child(3){animation-delay:.4s}.online-timer{color:var(--muted);font-size:12px;text-align:right}.guest-reveal .reveal-actions{display:none}.online-reveal .group-reveal{margin-bottom:20px}@keyframes room-pulse{50%{opacity:.3;transform:translateY(-3px)}}@media(max-width:650px){.online-entry-grid,.lobby-grid{grid-template-columns:1fr}.online-entry,.online-lobby{margin-top:25px}.room-invite,.room-members{padding:23px}.room-code{font-size:28px;letter-spacing:4px}}@media(prefers-reduced-motion:reduce){.waiting-dots i{animation:none}}.online-entry-grid.invited-entry{grid-template-columns:minmax(0,520px)}#player-space{--c-bg: light-dark(#f8f9fb, #13171e);--c-surface: light-dark(#ffffff, #1b222d);--c-ink: light-dark(#17212e, #f1f4f8);--c-muted: light-dark(#65717f, #aebaca);--c-line: light-dark(#e4e8ee, #343e4c);--c-accent: light-dark(#ba2612, #f18274);--c-on: light-dark(#fff, #25100c);--c-peach: light-dark(#fff0e8, #36241e);--c-soft: light-dark(#fce9e4, #392721);--c-sky: light-dark(#e8f2fb, #243544);--c-mint: light-dark(#e9f2eb, #24392e);--c-yellow: light-dark(#fcf3d8, #393220);--c-radius: 20px;--c-space: 32px;font:14px/1.55 Inter Variable,system-ui,sans-serif;color:var(--c-ink);background:var(--c-bg);isolation:isolate;width:100%;border:1px solid var(--c-line);border-radius:18px;overflow:clip;position:relative}#player-space *{box-sizing:border-box}#player-space [hidden]{display:none!important}#player-space button,#player-space input,#player-space select{font:inherit}#player-space button{cursor:pointer;color:inherit;background:none;border:0}#player-space button:disabled{opacity:.45;cursor:not-allowed}#player-space button:focus-visible,#player-space input:focus-visible,#player-space select:focus-visible{outline:3px solid var(--c-accent);outline-offset:4px}#player-space h1,#player-space h2,#player-space h3,#player-space p{margin:0}#player-space h1,#player-space h2,#player-space h3{font-family:Inter Variable,system-ui,sans-serif}#player-space h1{font-size:30px;line-height:1.2;letter-spacing:-1.3px;font-weight:800}#player-space h2{font-size:19px;line-height:1.35;letter-spacing:-.6px;font-weight:800}#player-space h3{font-size:16px;line-height:1.4;font-weight:700}#player-space strong{font-weight:700}#player-space .c-muted{color:var(--c-muted)}#player-space .c-small{font-size:12px}#player-space .c-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--c-muted)}#player-space .c-icon{width:22px;height:22px;display:inline-flex;flex:none;align-items:center;justify-content:center}#player-space .c-icon svg{width:100%;height:100%;overflow:visible}#player-space .c-lineicon{width:17px;height:17px;flex:none}#player-space .c-logo{display:flex;align-items:center;gap:10px;font:800 26px/1 Inter Variable,sans-serif;letter-spacing:-1.5px}#player-space .c-logo em{font-style:normal;color:var(--c-accent)}#player-space .c-logomark{position:relative;width:25px;height:26px;display:inline-block}#player-space .c-logomark:before,#player-space .c-logomark:after{content:"";position:absolute;top:1px;width:11px;height:24px;border-radius:4px;background:var(--c-accent);transform:rotate(-18deg);left:2px}#player-space .c-logomark:after{left:13px;transform:rotate(18deg);opacity:.48}#player-space .c-shell{display:grid;grid-template-columns:202px minmax(0,1fr);min-height:800px}#player-space .c-sidebar{background:var(--c-surface);border-right:1px solid var(--c-line);padding:29px 15px 18px;display:flex;flex-direction:column;gap:35px}#player-space .c-sidebar .c-logo{padding:0 12px}#player-space .c-navcaption{margin:0 13px 11px}#player-space .c-nav{display:grid;gap:6px}#player-space .c-nav button{display:flex;align-items:center;gap:11px;text-align:left;padding:12px 13px;border-radius:10px;font-size:12px;font-weight:600;color:var(--c-muted);position:relative}#player-space .c-nav button:hover{background:var(--c-bg);color:var(--c-ink)}#player-space .c-nav button[aria-current=page]{background:var(--c-soft);color:var(--c-accent)}#player-space .c-nav button[aria-current=page]:after{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;margin-left:auto}#player-space .c-sidebarbottom{margin-top:auto;display:grid;gap:20px}#player-space .c-user{border-top:1px solid var(--c-line)!important;padding:18px 6px 0;display:flex;align-items:center;text-align:left;gap:10px;width:100%}#player-space .c-user>span:nth-child(2){flex:1;min-width:0}#player-space .c-user strong{display:block;font-size:12px;overflow-wrap:anywhere}#player-space .c-avatar{width:36px;height:36px;border:1px solid var(--c-line);background:var(--c-peach);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;flex:none;color:var(--c-accent)}#player-space .c-workspace{min-width:0}#player-space .c-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--c-line);padding:21px var(--c-space);min-height:73px;background:var(--c-surface)}#player-space .c-breadcrumb{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--c-muted)}#player-space .c-breadcrumb b{font-weight:500;color:var(--c-ink)}#player-space .c-topactions{display:flex;gap:18px;align-items:center}#player-space .c-quiet{padding:0;display:inline-flex;align-items:center;gap:7px;color:var(--c-muted);font-size:12px}#player-space .c-topactions .c-quiet{font-size:12px}#player-space .c-main{padding:30px var(--c-space) 32px}#player-space .c-pagehead{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:25px;flex-wrap:wrap}#player-space .c-pagehead h1{margin:5px 0 9px}#player-space .c-pagehead p{font-size:13px;color:var(--c-muted)}#player-space .c-date{font-size:11px;color:var(--c-muted);display:flex;align-items:center;gap:8px}#player-space .c-date:before{content:"";width:6px;height:6px;background:var(--c-accent);border-radius:50%}#player-space .c-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 17px;border:1px solid var(--c-line);border-radius:10px;font-size:12px;font-weight:700;background:var(--c-surface);min-height:44px;transition:background .18s,transform .18s,box-shadow .18s}#player-space .c-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px light-dark(#18212e0c,#0002)}#player-space .c-primary{background:var(--c-accent);color:var(--c-on);border-color:var(--c-accent)}#player-space .c-textlink{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;padding:6px 0;color:var(--c-accent)}#player-space .c-round{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--c-line);border-radius:50%;flex:none;background:var(--c-surface)}#player-space .c-herogrid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(190px,1fr);gap:16px;margin-bottom:18px}#player-space .c-hero{border-radius:var(--c-radius);background:var(--c-peach);padding:26px 25px 22px;position:relative;overflow:hidden;min-height:287px;display:flex;align-items:flex-start;flex-direction:column}#player-space .c-hero .c-eyebrow{color:var(--c-accent);position:relative;z-index:1}#player-space .c-hero h2{font-size:36px;line-height:1.06;letter-spacing:-1.8px;font-weight:800;margin:15px 0 13px;position:relative;z-index:1}#player-space .c-hero h2 em{font-style:normal;color:var(--c-accent)}#player-space .c-hero p{font-size:12px;max-width:190px;position:relative;z-index:1;color:var(--c-muted)}#player-space .c-hero .c-button{margin-top:23px;position:relative;z-index:2}#player-space .c-heroart{position:absolute;right:-18px;bottom:-12px;width:47%;height:230px;pointer-events:none}#player-space .c-heroart:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:light-dark(#f4c9b8,#734833);bottom:-38px;right:-28px}#player-space .c-heroart img{position:absolute;width:205px;max-width:none;height:235px;object-fit:contain;bottom:0;right:-15px;transform:rotate(-7deg)}#player-space .c-heroart .c-asterisk{position:absolute;right:25px;top:7px;font:400 64px/1 Inter Variable,sans-serif;color:var(--c-accent);transform:rotate(18deg)}#player-space .c-daily{border-radius:var(--c-radius);background:var(--c-yellow);padding:23px 23px 19px;display:flex;flex-direction:column;align-items:flex-start;gap:17px;position:relative;overflow:hidden}#player-space .c-dailyhead{display:flex;justify-content:space-between;align-items:center;width:100%}#player-space .c-dailyhead .c-icon{width:30px;height:30px}#player-space .c-pill{font-size:10px;padding:4px 8px;border-radius:6px;background:light-dark(#ffffff80,#0002);font-weight:600}#player-space .c-daily h2{font-size:18px;line-height:1.3;letter-spacing:-.6px}#player-space .c-daily p{font-size:12px;color:var(--c-muted)}#player-space .c-daily .c-textlink{margin-top:auto;width:100%;border-top:1px dashed light-dark(#cfc5a9,#6c6247);padding-top:14px;justify-content:space-between;color:var(--c-ink)}#player-space .c-socialrow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}#player-space .c-social{display:flex;align-items:center;gap:13px;background:var(--c-surface);padding:17px;border:1px solid var(--c-line);border-radius:14px;text-align:left;transition:border-color .2s,transform .2s}#player-space .c-social:hover{border-color:var(--c-accent);transform:translateY(-2px)}#player-space .c-social strong{display:block;font-size:13px;margin-bottom:3px}#player-space .c-social small{font-size:11px;color:var(--c-muted)}#player-space .c-social>span:nth-child(2){flex:1;min-width:0}#player-space .c-icondisc{width:42px;height:42px;border-radius:12px;background:var(--c-sky);display:grid;place-items:center;flex:none}#player-space .c-social:nth-child(2) .c-icondisc{background:var(--c-mint)}#player-space .c-sectionhead{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px;flex-wrap:wrap}#player-space .c-sectionhead h2{font-size:18px}#player-space .c-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}#player-space .c-portrait{background:var(--c-surface);border:1px solid var(--c-line);border-radius:15px;overflow:hidden;position:relative}#player-space .c-portraitview{display:block;width:100%;text-align:left;padding:0}#player-space .c-portraitview:hover .c-portraitart img{transform:translateY(-4px) scale(1.025)}#player-space .c-portraitart{height:151px;background:var(--c-sky);position:relative;overflow:hidden;display:flex;justify-content:center;align-items:flex-end}#player-space .c-portrait:nth-child(2) .c-portraitart{background:var(--c-mint)}#player-space .c-portrait:nth-child(3) .c-portraitart{background:var(--c-yellow)}#player-space .c-portraitart:before{content:"";position:absolute;left:calc(50% - 62px);bottom:-30px;width:125px;height:125px;border-radius:50%;border:1px solid light-dark(#ffffffbd,#ffffff17)}#player-space .c-portraitart img{width:156px;height:156px;object-fit:contain;position:relative;transition:transform .25s}#player-space .c-portraitbadge{position:absolute;left:11px;top:11px;font-size:9px;letter-spacing:.7px;font-weight:700;background:var(--c-surface);padding:4px 7px;border-radius:5px;z-index:1}#player-space .c-portraitbody{padding:15px;display:grid;gap:6px}#player-space .c-portraittitle{font-family:Inter Variable,sans-serif;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:8px}#player-space .c-portraitmeta{font-size:10px;color:var(--c-muted)}#player-space .c-portraitactions{padding:0 15px 10px;display:flex;justify-content:flex-end}#player-space .c-privacyline{font-size:11px;color:var(--c-muted);display:flex;gap:7px;align-items:center;margin-top:18px}#player-space .c-privacyline svg{width:13px;height:13px;flex:none}#player-space .c-footer{border-top:1px solid var(--c-line);padding:14px var(--c-space);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:10px;letter-spacing:.2px;color:var(--c-muted)}#player-space .c-footer button{font-size:10px;padding:0;color:var(--c-muted)}#player-space .c-mobilebrand{display:none}#player-space .c-panel{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--c-radius);padding:25px}#player-space .c-panel h2{margin-bottom:8px}#player-space .c-panel p{color:var(--c-muted);font-size:12px}#player-space .c-settings{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(170px,1fr);gap:20px;align-items:start}#player-space .c-form{display:grid;gap:20px;margin-top:24px}#player-space label{display:grid;gap:7px;font-size:12px;font-weight:600}#player-space input,#player-space select{width:100%;padding:12px 13px;min-width:0;background:var(--c-bg);border:1px solid var(--c-line);color:var(--c-ink);border-radius:9px;font-size:13px}#player-space .c-form .c-button{justify-self:start}#player-space .c-form small{font-size:11px;color:var(--c-muted);font-weight:400}#player-space .c-profilecard{display:grid;gap:15px}#player-space .c-profilecard .c-avatar{width:55px;height:55px;font-size:16px}#player-space .c-divider{border:0;border-top:1px solid var(--c-line);margin:6px 0}#player-space .c-profilecard .c-textlink{justify-content:space-between}#player-space .c-settingrow{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid var(--c-line)}#player-space .c-settingrow:first-child{border-top:0;padding-top:0}#player-space .c-settingrow:last-child{padding-bottom:0}#player-space .c-settingrow h3{font-size:14px;margin-bottom:5px}#player-space .c-danger{color:var(--c-accent)}#player-space .c-evolution{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--c-mint);padding:23px;border-radius:16px;margin-bottom:24px}#player-space .c-evolution h2{margin:6px 0}#player-space .c-evolution p{font-size:12px;color:var(--c-muted)}#player-space .c-evolutionnum{font-family:Inter Variable,sans-serif;font-size:32px;letter-spacing:-1px;font-weight:700;white-space:nowrap}#player-space .c-evolutionnum small{display:block;font:11px Inter Variable,sans-serif;letter-spacing:0;color:var(--c-muted);text-align:right}#player-space .c-empty{display:grid;justify-items:start;gap:18px;padding:35px;background:var(--c-surface);border-radius:var(--c-radius);border:1px solid var(--c-line)}#player-space .c-empty p{color:var(--c-muted);max-width:430px}#player-space .c-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}#player-space .c-choice{padding:22px;border:1px solid var(--c-line);background:var(--c-surface);border-radius:14px;text-align:left;display:grid;gap:12px}#player-space .c-choice:hover,#player-space .c-choice[aria-pressed=true]{border-color:var(--c-accent);background:var(--c-soft)}#player-space .c-choice b{font:700 12px Inter Variable,sans-serif;color:var(--c-accent)}#player-space .c-question{background:var(--c-yellow);border-radius:var(--c-radius);padding:30px;margin-bottom:18px}#player-space .c-question h2{font-size:26px;margin:18px 0 8px;max-width:480px;letter-spacing:-1px}#player-space .c-question p{font-size:12px;color:var(--c-muted)}#player-space .c-notice{background:var(--c-mint);border-radius:10px;padding:13px 16px;margin-top:18px;font-size:12px;display:flex;align-items:center;gap:9px}#player-space .c-notice:empty{display:none}#player-space .c-inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap}#player-space .c-tag{font-size:11px;color:var(--c-muted);padding:5px 9px;background:var(--c-bg);border-radius:6px}#player-space .c-detailgrid{display:grid;grid-template-columns:210px minmax(0,1fr);gap:25px;align-items:start}#player-space .c-detailart{border-radius:18px;background:var(--c-sky);width:100%;aspect-ratio:1;object-fit:contain}#player-space .c-detailcopy{display:grid;gap:17px}#player-space .c-detailcopy h2{font-size:28px}#player-space .c-detailcopy p{color:var(--c-muted)}#player-space .c-bars{display:grid;gap:19px;margin-top:26px}#player-space .c-barlabels{display:flex;justify-content:space-between;font-size:11px;color:var(--c-muted);margin-bottom:8px;gap:10px}#player-space .c-bar{height:6px;border-radius:9px;background:var(--c-line);overflow:hidden}#player-space .c-bar span{display:block;height:100%;background:var(--c-accent);border-radius:9px}#player-space .c-dialog{position:absolute;inset:0;z-index:20;display:flex;align-items:flex-start;justify-content:center;padding:100px 22px 30px;background:light-dark(#17212e66,#0009);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#player-space .c-dialogbox{width:100%;max-width:440px;border:1px solid var(--c-line);background:var(--c-surface);border-radius:22px;padding:27px;box-shadow:0 18px 70px #0003;display:grid;gap:18px}#player-space .c-dialogbox h2{font-size:23px}#player-space .c-dialogbox p{color:var(--c-muted);font-size:13px}#player-space .c-dialogbox .c-form{margin-top:0}#player-space .c-dialogactions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}#player-space .c-formerror{color:var(--c-accent)!important;font-size:12px!important}#player-space .c-previewmark{font-size:10px;color:var(--c-muted)}@keyframes c-users-head{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}#player-space .c-users-head{transform-origin:10px 8px}#player-space .c-icon[data-icon=users] path:last-child{opacity:.7}#player-space button:is(:hover,:focus-visible) .c-users-head{animation:c-users-head .6s ease-out both}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=users] .c-draw{animation-duration:.8s}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=users] path:last-child{animation-delay:.4s}.duo-history{margin-top:2rem;display:grid;gap:.75rem}.duo-history header,.duo-history article{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.duo-history article{padding:1rem;border:1px solid var(--line, #dce1e8);border-radius:16px}.duo-history article div{display:grid;gap:.35rem}.duo-history small{opacity:.75}@keyframes c-draw{0%{stroke-dashoffset:1;opacity:.3}to{stroke-dashoffset:0;opacity:1}}@keyframes c-tile{0%{transform:translateY(4px) scale(.94);opacity:.6}55%{transform:translateY(-2px) scale(1.05)}to{transform:none;opacity:1}}@keyframes c-swords{0%,to{transform:rotate(0) scale(1)}20%{transform:rotate(-5deg) scale(1.05)}45%{transform:rotate(5deg) scale(.95)}65%{transform:rotate(-3deg)}80%{transform:rotate(3deg)}}@keyframes c-knob{0%,to{transform:translate(0)}50%{transform:translate(3px)}}@keyframes c-knob-reverse{0%,to{transform:translate(0)}50%{transform:translate(-3px)}}#player-space .c-icon .c-draw{stroke-dasharray:1;stroke-dashoffset:0}#player-space button:is(:hover,:focus-visible) .c-icon .c-draw{animation:c-draw 1.2s ease-out both}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=fingerprint] .c-draw{animation-duration:2s}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=dashboard] path{transform-box:fill-box;transform-origin:center;animation:c-tile .66s ease-in-out both;animation-delay:calc(var(--i) * 80ms)}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=swords] svg{animation:c-swords 1.5s ease-in-out}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=ticket] .c-draw{animation-duration:.5s;animation-delay:calc(var(--i) * .1s)}#player-space button:is(:hover,:focus-visible) .c-knob{animation:c-knob .7s ease-in-out}#player-space button:is(:hover,:focus-visible) .c-knob-reverse{animation:c-knob-reverse .7s ease-in-out}#player-space button:is(:hover,:focus-visible) .c-icon[data-icon=account] .c-draw{animation-duration:.4s;animation-delay:calc(var(--i) * .4s)}@media(min-width:1200px){#player-space .c-shell{grid-template-columns:224px minmax(0,1fr)}#player-space .c-main{padding:40px 44px}#player-space .c-hero h2{font-size:46px}#player-space .c-hero{min-height:320px;padding:32px}#player-space .c-heroart{height:285px}#player-space .c-heroart img{width:270px;height:285px}#player-space .c-portraitart{height:205px}#player-space .c-portraitart img{width:210px;height:210px}}@media(max-width:880px){#player-space{--c-space: 22px}#player-space .c-shell{grid-template-columns:176px minmax(0,1fr)}#player-space .c-sidebar{padding-left:10px;padding-right:10px}#player-space .c-nav button{padding:12px 10px;font-size:11px;gap:9px}#player-space .c-nav button:after{display:none}#player-space .c-herogrid{grid-template-columns:1fr}#player-space .c-hero{min-height:260px}#player-space .c-heroart{right:15px;width:45%;height:250px}#player-space .c-heroart img{width:230px;height:250px;right:0}#player-space .c-daily{display:grid;grid-template-columns:1fr auto;gap:10px 18px;padding:18px}#player-space .c-dailyhead{grid-column:1/-1}#player-space .c-dailyhead .c-icon{width:22px;height:22px}#player-space .c-daily p{display:none}#player-space .c-daily .c-textlink{border:0;padding:0;gap:12px;margin:0}#player-space .c-socialrow{gap:10px}#player-space .c-social{padding:13px;gap:10px}#player-space .c-social .c-round{display:none}#player-space .c-gallery{gap:10px}#player-space .c-portraitbody{padding:12px}#player-space .c-portraittitle{font-size:12px}#player-space .c-portraitart{height:126px}#player-space .c-portraitart img{width:135px;height:135px}#player-space .c-settings{grid-template-columns:1fr}#player-space .c-date{display:none}#player-space .c-detailgrid{grid-template-columns:155px minmax(0,1fr)}}@media(pointer:coarse){#player-space input,#player-space select{font-size:16px}#player-space button{min-height:44px}}@media(prefers-reduced-motion:reduce){#player-space *,#player-space *:before,#player-space *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.app-shell:has(#player-space){max-width:none;padding:0}.app-shell:has(#player-space)>header,.app-shell:has(#player-space)>footer{display:none}#player-space{border:0;border-radius:0;overflow:visible}#player-space .c-shell{min-height:100dvh}#player-space .c-workspace{display:flex;flex-direction:column}#player-space .c-main{flex:1}#player-space .c-sidebar{align-self:stretch}#player-space .c-logo .animated-logo{width:30px;height:30px;margin:0;flex-shrink:0;border-radius:8px}#player-space h1 em{color:var(--c-accent);font:inherit}#player-space .c-pagehead h1{overflow-wrap:anywhere}#player-space .c-pagehead>div{min-width:0}#player-space .c-profilecard h3{overflow-wrap:anywhere}#player-space .c-main>section{min-width:0}#player-space .c-main:focus{outline:none}#player-space .c-new-game{position:relative;z-index:1;margin-top:5px}#player-space .c-date{text-transform:capitalize}#player-space .c-history-loading{padding:32px 24px;background:var(--c-surface);border-radius:var(--c-radius);color:var(--c-muted)}#player-space .c-form+.c-divider{margin-top:24px}#player-space .c-error{color:var(--c-accent);background:var(--c-soft)}#player-space .c-theme-toggle{min-width:30px;min-height:32px;font-size:22px}#player-space .c-activity-page:empty{display:none}#player-space .c-activity-page>section{max-width:none;margin:0;padding:0}#player-space .c-activity-page>section>.eyebrow{display:block;margin:26px 0 10px}#player-space .c-activity-page h1{max-width:900px;margin:16px 0 22px}#player-space .c-activity-page .daily-choices{margin-top:26px}#player-space .c-activity-page .daily-choices button{min-width:0;padding:24px;border-radius:16px;background:var(--c-surface);border-color:var(--c-line)}#player-space .c-activity-page .daily-choices button.selected{background:var(--c-soft);border-color:var(--c-accent)}#player-space .c-activity-page .circle-actions form,#player-space .c-activity-page .circle-list>button,#player-space .c-activity-page .duel-join{background:var(--c-surface);border:1px solid var(--c-line);border-radius:14px;padding:20px}#player-space .c-activity-page .circle-list>button{text-align:left}#player-space .c-activity-page .circle-actions{margin-top:26px}#player-space .c-activity-page button.primary{margin-top:20px;color:var(--c-on);background:var(--c-accent);box-shadow:none}#player-space .c-confirm-dialog{padding:0;border:0;background:transparent;color:var(--c-ink);width:min(480px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;margin:auto}#player-space .c-confirm-dialog::backdrop{background:#10172580;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#player-space .c-confirm-dialog .c-dialogbox{max-width:none}#player-space .c-confirm-dialog .c-form{margin-top:0}#player-space .c-confirm-dialog .c-sectionhead{margin:0}#player-space[data-motion=off] *,#player-space[data-motion=off] *:before,#player-space[data-motion=off] *:after{animation:none!important;transition:none!important}@media(min-width:1500px){#player-space .c-shell{grid-template-columns:250px minmax(0,1fr)}#player-space .c-main{padding:44px 3.5vw}#player-space .c-herogrid{grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr)}#player-space .c-hero{min-height:340px}#player-space .c-hero h2{font-size:52px}#player-space .c-hero p{max-width:290px;font-size:14px}#player-space .c-heroart{width:48%;height:310px}#player-space .c-heroart img{width:320px;height:330px;right:10%}#player-space .c-gallery{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}#player-space .c-daily h2{font-size:24px}}:root:not([data-theme=dark]) #player-space .c-heroart img,:root:not([data-theme=dark]) #player-space .c-portraitart img{mix-blend-mode:multiply}#player-space .c-mobile-nav,#player-space .c-daily-label{display:none}@media(max-width:767px){#player-space{--c-space: 16px;--c-radius: 16px}#player-space .c-shell{display:block;min-height:100dvh}#player-space .c-sidebar{display:none}#player-space .c-workspace{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}#player-space .c-topbar{min-height:60px;padding:8px 16px;gap:12px}#player-space .c-breadcrumb,#player-space .c-topactions .c-return{display:none}#player-space .c-logo.c-mobilebrand{display:flex;font-size:23px;min-height:44px;padding:0}#player-space .c-topactions{gap:8px}#player-space .c-topactions .c-avatar,#player-space .c-theme-toggle{width:44px;height:44px}#player-space .c-main{padding:20px 16px 24px}#player-space .c-pagehead{margin-bottom:18px;gap:10px}#player-space h1{font-size:23px;line-height:1.25;letter-spacing:-.8px}#player-space .c-pagehead h1{margin:0 0 6px}#player-space .c-pagehead p{font-size:12px;line-height:1.5}#player-space .c-home>.c-pagehead .c-eyebrow,#player-space .c-date{display:none}#player-space .c-herogrid{grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:12px}#player-space .c-hero{min-height:0;padding:18px;border-radius:16px}#player-space .c-hero>.c-eyebrow,#player-space .c-hero>p{display:none}#player-space .c-hero h2{font-size:29px;line-height:1.05;letter-spacing:-1.2px;margin:0;max-width:calc(100% - 88px)}#player-space .c-hero .c-button{margin-top:17px;width:100%;min-height:44px;padding:11px 12px}#player-space .c-hero .c-new-game{align-self:center;margin:0;padding-top:10px}#player-space .c-heroart{width:98px;height:96px;top:4px;right:12px;bottom:auto;opacity:1}#player-space .c-heroart:before{width:82px;height:82px;right:0;bottom:0}#player-space .c-heroart img{width:100px;height:104px;right:0;bottom:0;transform:none}#player-space .c-asterisk{display:none}#player-space .c-daily{display:flex;padding:16px;gap:10px;border-radius:16px}#player-space .c-dailyhead{gap:8px}#player-space .c-dailyhead .c-icon{width:22px!important;height:22px!important}#player-space .c-daily-label{display:block;font-size:12px;font-weight:700;flex:1}#player-space .c-daily .c-pill{font-size:9px;padding:3px 6px;white-space:nowrap}#player-space .c-daily h2{font-size:15px;line-height:1.45;letter-spacing:-.25px;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}#player-space .c-daily>p{display:none}#player-space .c-daily .c-textlink{padding:6px 0 0;min-height:44px;border-top:1px dashed light-dark(#cfc5a9,#6c6247);font-size:12px}#player-space .c-socialrow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:22px}#player-space .c-social{padding:12px;gap:9px;min-height:64px;border-radius:12px}#player-space .c-social .c-icondisc{width:30px;height:34px;background:none}#player-space .c-social .c-icon{width:22px;height:22px}#player-space .c-social strong{font-size:12px;margin:0}#player-space .c-social small,#player-space .c-social .c-round{display:none}#player-space .c-sectionhead{gap:8px;margin-bottom:12px}#player-space .c-sectionhead h2{font-size:16px}#player-space .c-sectionhead .c-textlink{font-size:11px}#player-space .c-gallery{grid-template-columns:minmax(0,1fr);gap:10px}#player-space .c-portrait{border-radius:12px}#player-space .c-portraitview{display:grid;grid-template-columns:88px minmax(0,1fr)}#player-space .c-portraitart{height:100px}#player-space .c-portraitart img{height:104px;width:104px}#player-space .c-portraitbody{padding:13px;align-content:center}#player-space .c-portraittitle{font-size:14px}#player-space .c-portraitmeta{font-size:11px}#player-space .c-portraitbadge{left:4px;top:4px;padding:3px 4px;font-size:7px;letter-spacing:.2px}#player-space .c-portraitactions{padding:0 12px 8px}#player-space .c-mobile-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;z-index:30;bottom:0;left:0;right:0;padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--c-line);background:var(--c-surface);box-shadow:0 -4px 18px light-dark(#17212e06,#0002)}#player-space .c-mobile-nav button{min-height:52px;min-width:0;border-radius:10px;padding:5px 1px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--c-muted);font-size:10px;font-weight:600}#player-space .c-mobile-nav button[aria-current=page]{color:var(--c-accent);background:var(--c-soft)}#player-space .c-mobile-nav .c-icon{width:22px;height:22px}#player-space .c-panel{padding:20px}#player-space .c-settings,#player-space .c-detailgrid,#player-space .c-two{grid-template-columns:minmax(0,1fr)}#player-space .c-detailart{max-width:190px;justify-self:center}#player-space .c-detailcopy h1{font-size:25px}#player-space .c-settingrow{flex-direction:column;align-items:stretch;gap:12px;padding:20px 0}#player-space .c-settingrow .c-button{align-self:flex-start}#player-space .c-form input,#player-space .c-settingrow select{font-size:16px}#player-space .c-evolution{padding:18px;gap:12px}#player-space .c-evolution h2{font-size:15px}#player-space .c-evolutionnum{font-size:25px}#player-space .c-empty{padding:24px}#player-space .c-footer{padding:12px 16px;gap:6px}#player-space .c-footer>span{display:none}#player-space .c-footer .c-inline{width:100%;justify-content:space-between;gap:10px}#player-space .c-footer button{min-height:44px}#player-space .c-activity-page .circle-actions,#player-space .c-activity-page .daily-choices{grid-template-columns:minmax(0,1fr)}#player-space .c-activity-page .daily-choices button{min-height:120px;padding:18px;gap:12px}#player-space .c-activity-page .daily-choices button span{font-size:15px}#player-space .c-activity-page h1{font-size:24px;line-height:1.35;letter-spacing:-.8px}#player-space .c-activity-page .duel-join{grid-template-columns:minmax(0,1fr)}#player-space .c-dialogbox{padding:22px}#player-space .c-confirm-dialog{max-height:calc(100dvh - 24px)}}@media(max-width:359px){#player-space .c-hero h2{font-size:26px;max-width:calc(100% - 76px)}#player-space .c-heroart{width:82px;right:8px}#player-space .c-heroart img{width:88px}#player-space .c-daily .c-pill{display:none}#player-space .c-social{gap:5px;padding:10px}}@media(max-width:767px){html:has(#player-space){scroll-padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}#player-space input,#player-space select,#player-space textarea{scroll-margin-bottom:100px}:root[data-theme=dark] #player-space .c-heroart img{border-radius:50%}}#player-space .social-tabs,#player-space .social-buttons,#player-space .social-section-head{display:flex;gap:12px;flex-wrap:wrap;align-items:center}#player-space .social-tabs{border-bottom:1px solid var(--c-line);margin:28px 0}#player-space .social-tabs button{border-radius:10px 10px 0 0}#player-space .social-tabs [aria-selected=true],#player-space .social-buttons [aria-pressed=true]{background:var(--c-soft);color:var(--c-accent)}#player-space .social-section-head{justify-content:space-between;margin:20px 0}#player-space .social-section-head h2{margin:0}#player-space .social-section-head button{display:inline-flex;align-items:center;gap:8px}#player-space .social-panel{background:var(--c-surface);border:1px solid var(--c-line);border-radius:18px;padding:22px;min-width:0;overflow-wrap:anywhere}#player-space .social-panel p{margin:10px 0}#player-space .social-panel small,#player-space .social-delivery{color:var(--c-muted)}#player-space .social-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px}#player-space .social-buttons{margin-top:14px}#player-space .social-panel label{display:grid;gap:8px}#player-space .social-panel input{width:100%;min-width:0;box-sizing:border-box}#player-space .social-composer,#player-space .social-incoming{margin:24px 0}#player-space .social-composer:focus{outline:2px solid var(--c-accent);outline-offset:4px}#player-space .social-invitations{margin-top:32px}#player-space .circle-list .social-panel{display:grid;gap:12px}#player-space .circle-list .social-panel>button:first-child{text-align:left;display:grid;gap:8px}@media(max-width:767px){#player-space .social-panel{padding:16px}#player-space .social-buttons button{flex:1 1 auto;min-height:44px}}#player-space .social-space button:not(.text-button){padding:10px 14px;border:1px solid var(--c-line);border-radius:10px;min-height:44px}#player-space .social-space .social-tabs button{border-radius:10px 10px 0 0}#player-space .social-space input{padding:12px;border:1px solid var(--c-line);border-radius:10px;background:var(--c-bg);color:var(--c-ink)}#player-space .social-space .circle-list .social-panel>button:first-child{border:0;padding:0}
