.st-page{--color-glass:rgb(255 255 255/0.022);--color-glass-strong:rgb(255 255 255/0.045);--st-inset:max(clamp(1.25rem,3.4vw,3rem),env(safe-area-inset-left));--st-header-h:4rem;--st-nav-h:2.75rem;position:relative;display:flex;flex-direction:column;min-height:100dvh;overflow-x:clip;font-weight:300;background:var(--color-surface-0)}.st-main{flex:1;width:100%;max-width:78rem;margin:0 auto;padding:calc(var(--st-header-h) + var(--st-nav-h) + 1rem) var(--st-inset) 4rem}.st-grain{position:fixed;inset:0;z-index:3;pointer-events:none;opacity:.5;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");background-size:160px 160px}.st-header{position:fixed;inset:0 0 auto;z-index:5;border-bottom:1px solid var(--color-border);background:rgb(0 0 0/.55);backdrop-filter:blur(var(--blur-glass))}.st-header-row{gap:1.25rem;height:var(--st-header-h);max-width:78rem;margin:0 auto;padding:0 var(--st-inset)}.st-brand,.st-header-row{display:flex;align-items:center}.st-brand{gap:.65rem;flex-shrink:0}.st-brand-mark{width:2rem;height:2rem;object-fit:contain}.st-brand-wordmark{height:1rem;object-fit:contain}.st-brand-studio{font-size:.7rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--color-brand)}.st-header-search{flex:1;display:flex;justify-content:center}.st-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.st-menu-button{display:none;color:var(--color-fg-muted);padding:.5rem .25rem}.st-menu-button,.st-skip{font-size:var(--text-eyebrow);letter-spacing:.18em;text-transform:uppercase}.st-skip{position:fixed;top:.75rem;left:.75rem;z-index:30;padding:.7rem 1.1rem;font-weight:700;color:var(--color-white);background:var(--color-brand);border-radius:var(--radius);transform:translateY(-200%)}.st-skip:focus-visible{transform:none}.st-navbar{border-top:1px solid var(--color-border)}.st-nav{display:flex;align-items:center;gap:2rem;height:var(--st-nav-h);max-width:78rem;margin:0 auto;padding:0 var(--st-inset)}.st-nav-link{position:relative;display:inline-flex;gap:.45rem;height:100%;align-items:center;font-size:var(--text-eyebrow);font-weight:700;letter-spacing:.18em;color:var(--color-fg-muted);transition:color var(--duration-base) var(--ease-out-soft)}.st-nav-link:hover{color:var(--color-fg)}.st-nav-link.is-active{color:var(--color-brand)}.st-nav-link.is-active:after{content:"";position:absolute;inset:auto 0 -1px;height:1px;background:var(--color-brand)}.st-nav-kanji{font-family:var(--font-jp-display);font-size:.6rem;letter-spacing:.1em}.st-mark,.st-nav-kanji{font-weight:400;color:var(--color-fg-subtle)}.st-mark{display:inline-flex;align-items:center;gap:.3rem;font-size:.55rem;letter-spacing:.22em;white-space:nowrap}.st-mark-live{color:var(--color-success)}.st-mark-warn{color:var(--color-warning)}.st-mark-brand{color:var(--color-brand);font-weight:700}.st-mark-danger{color:var(--color-danger)}.st-mark-dot{width:.3rem;height:.3rem;border-radius:var(--radius-full);background:currentcolor;animation:st-pulse 2.4s var(--ease-out-soft) infinite}.st-sheet{position:fixed;inset:calc(var(--st-header-h)) 0 0;z-index:4;display:none;flex-direction:column;gap:2rem;padding:2rem var(--st-inset);background:rgb(0 0 0/.92);backdrop-filter:blur(var(--blur-glass));visibility:hidden}.st-sheet.is-open{visibility:visible}.st-sheet-nav{display:flex;flex-direction:column;gap:1.5rem}.st-sheet-nav .st-nav-link{height:auto;font-size:1rem;letter-spacing:.24em}.st-sheet-search{display:flex}@media (width < 940px){.st-header-search,.st-navbar{display:none}.st-menu-button{display:inline-flex}.st-sheet{display:flex}.st-main{padding-top:calc(var(--st-header-h) + 1rem)}}.st-search{position:relative;z-index:6;display:flex;align-items:center;width:min(100%,26rem)}.st-search-icon{position:absolute;left:.85rem;width:.95rem;height:.95rem;color:var(--color-fg-subtle);pointer-events:none}.st-search-input{width:100%;height:2.75rem;padding:0 3rem 0 2.4rem;font-size:.8rem;font-weight:300;letter-spacing:.02em;color:var(--color-fg);background:var(--color-glass);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color var(--duration-base) var(--ease-out-soft),background var(--duration-base) var(--ease-out-soft)}.st-search-input::placeholder{font-style:italic;font-weight:300;color:var(--color-fg-subtle)}.st-search-input:focus{border-color:var(--color-border-strong);background:var(--color-glass-strong);outline:none}.st-search-input:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.st-search-kbd{position:absolute;right:.75rem;font-size:.6rem;letter-spacing:.08em;color:var(--color-fg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.1rem .35rem;pointer-events:none}.st-search-panel{position:absolute;inset:calc(100% + .5rem) 0 auto;display:flex;flex-direction:column;padding:.4rem;background:var(--color-surface-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);box-shadow:0 24px 60px rgb(0 0 0/.5)}.st-search-empty{padding:.75rem .85rem;font-size:.8rem;color:var(--color-fg-subtle)}.st-search-result{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.6rem .85rem;border-radius:var(--radius);text-align:left;transition:background var(--duration-fast) var(--ease-out-soft)}.st-search-result.is-active{background:var(--color-glass-strong)}.st-search-result-title{font-size:.85rem;font-weight:400;color:var(--color-fg)}.st-search-result-hint{font-size:.7rem;color:var(--color-fg-subtle);white-space:nowrap}.st-session{position:relative;z-index:6}.st-session-ghost{display:inline-block;height:2.66rem;border-radius:var(--radius);background:var(--color-glass)}.st-session-ghost,.st-session-trigger{width:13rem;border:1px solid transparent}.st-session-trigger{display:flex;align-items:center;gap:.55rem;padding:.25rem .75rem .25rem .25rem;border-radius:var(--radius);transition:border-color var(--duration-base) var(--ease-out-soft),background var(--duration-base) var(--ease-out-soft)}.st-session-trigger:hover{background:var(--color-glass)}.st-session-trigger[aria-expanded=true]{border-color:var(--color-border-strong)}.st-session-trigger-handle{flex:1;min-width:0;font-size:.78rem;font-weight:700;text-align:left;color:var(--color-fg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-session-avatar{width:2.1rem;height:2.1rem;border-radius:var(--radius-full);border:1px solid var(--color-border-strong);object-fit:cover}.st-session-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:500;color:var(--color-fg);background:var(--color-surface-3)}.st-session-menu{position:absolute;inset:calc(100% + .6rem) 0 auto;padding:.4rem;background:var(--color-surface-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);box-shadow:0 24px 60px rgb(0 0 0/.5)}.st-session-id,.st-session-menu{display:flex;flex-direction:column}.st-session-id{gap:.15rem;padding:.6rem .85rem .75rem;border-bottom:1px solid var(--color-border);margin-bottom:.35rem}.st-session-name{font-size:.85rem;font-weight:500}.st-session-handle{font-size:.72rem;color:var(--color-fg-muted)}.st-session-uid{gap:.4rem;margin-top:.3rem;font-size:.6rem;letter-spacing:.18em}.st-session-uid,.st-session-uid-copy{display:inline-flex;align-items:center;color:var(--color-fg-subtle)}.st-session-uid-copy{justify-content:center;width:1.1rem;height:1.1rem;border-radius:var(--radius);transition:background var(--duration-fast) var(--ease-out-soft),color var(--duration-fast) var(--ease-out-soft)}.st-session-uid-copy:hover{background:var(--color-glass-strong);color:var(--color-fg)}.st-session-uid-copy svg{width:.7rem;height:.7rem}.st-session-item{display:block;width:100%;padding:.55rem .85rem;font-size:.8rem;text-align:left;color:var(--color-fg-muted);border-radius:var(--radius);transition:background var(--duration-fast) var(--ease-out-soft),color var(--duration-fast) var(--ease-out-soft)}.st-session-item:hover{background:var(--color-glass-strong);color:var(--color-fg)}.st-session-item-danger:hover{color:var(--color-brand)}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.75rem;padding:0 1.4rem;font-size:var(--text-eyebrow);font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:var(--radius);transition:background var(--duration-base) var(--ease-out-soft),border-color var(--duration-base) var(--ease-out-soft),color var(--duration-base) var(--ease-out-soft)}.st-btn:disabled{opacity:.5;cursor:not-allowed}.st-btn-large{padding:0 1.9rem}.st-btn-primary{color:var(--color-white);background:linear-gradient(180deg,var(--color-brand-hover),var(--color-brand) 60%);box-shadow:inset 0 1px 0 rgb(255 255 255/.18),0 0 0 1px rgb(239 55 69/.35),0 10px 24px -10px rgb(239 55 69/.7),0 0 32px rgb(239 55 69/.16);transition:background var(--duration-base) var(--ease-out-soft),box-shadow var(--duration-base) var(--ease-out-soft),transform var(--duration-base) var(--ease-out-soft)}.st-btn-primary:hover{background:linear-gradient(180deg,var(--color-brand-hover),var(--color-brand-hover) 60%);box-shadow:inset 0 1px 0 rgb(255 255 255/.22),0 0 0 1px rgb(239 55 69/.5),0 14px 30px -10px rgb(239 55 69/.8),0 0 44px rgb(239 55 69/.26);transform:translateY(-1px)}.st-btn-primary:active{background:var(--color-brand-press);transform:none}.st-btn-ghost{color:var(--color-fg);border:1px solid var(--color-border-strong);background:var(--color-glass);backdrop-filter:blur(var(--blur-glass));box-shadow:inset 0 1px 0 rgb(255 255 255/.06)}.st-btn-ghost:hover{border-color:var(--color-brand);background:rgb(239 55 69/.08)}.st-x-glyph{width:.85rem;height:.85rem}.st-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .6rem;font-size:.58rem;font-weight:500;letter-spacing:.22em;border-radius:var(--radius-full);border:1px solid var(--color-border)}.st-chip-live{color:var(--color-success);border-color:rgb(126 217 87/.35);background:rgb(126 217 87/.07)}.st-chip-dot{width:.32rem;height:.32rem;border-radius:var(--radius-full);background:var(--color-success);animation:st-pulse 2.4s var(--ease-out-soft) infinite}.st-chip-soon{color:var(--color-fg-muted);background:var(--color-glass)}@keyframes st-pulse{0%,to{opacity:1}50%{opacity:.35}}.st-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:var(--text-eyebrow);font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--color-fg-muted)}.st-eyebrow-dot{width:.35rem;height:.35rem;border-radius:var(--radius-full);background:var(--color-brand)}.st-eyebrow-kanji{font-family:var(--font-jp-display);font-size:.72rem;color:var(--color-fg-subtle)}.st-section{padding:clamp(4rem,9vh,6.5rem) 0 0}.st-section-first{padding-top:1.5rem}.st-section-head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2.25rem}.st-section-head.is-center{align-items:center;text-align:center;margin-inline:auto;max-width:44rem}.st-section-title{font-size:clamp(1.7rem,3.2vw,2.7rem);font-weight:700;letter-spacing:-.02em;text-transform:uppercase;line-height:1.06;overflow-wrap:anywhere}.st-section-lede{max-width:48ch;font-size:.98rem;line-height:1.7;color:var(--color-fg-muted)}.st-accent{font-style:normal;color:var(--color-brand);background:linear-gradient(135deg,color-mix(in oklab,var(--color-brand) 72%,var(--color-white)),var(--color-brand) 55%,var(--color-brand-press));background-clip:text;-webkit-text-fill-color:transparent}.st-eyebrow-pill{padding:.5rem .95rem;border:1px solid var(--color-border-brand);border-radius:var(--radius-full);background:rgb(239 55 69/.06);box-shadow:inset 0 1px 0 rgb(255 255 255/.05),0 0 24px rgb(239 55 69/.08);backdrop-filter:blur(var(--blur-glass))}.st-hero{position:relative;padding:clamp(3.5rem,11vh,7rem) 0 1rem;text-align:center}.st-hero-grid{top:-30%;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background-image:radial-gradient(50% 55% at 50% 45%,transparent 20%,var(--color-surface-0) 100%),linear-gradient(rgb(255 255 255/.05) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/.05) 1px,transparent 1px);background-size:100% 100%,64px 64px,64px 64px;background-position:0 0,32px 32px,32px 32px}.st-aurora,.st-hero-grid{position:absolute;z-index:-1;pointer-events:none}.st-aurora{inset:-40% -20% auto;height:130%;background:radial-gradient(38% 45% at 18% 30%,rgb(239 55 69/.13),transparent 70%),radial-gradient(45% 55% at 82% 18%,rgb(28 37 64/.55),transparent 72%),radial-gradient(30% 40% at 60% 70%,rgb(10 18 38/.6),transparent 75%);filter:blur(30px)}.st-hero-inner{position:relative;z-index:1;align-items:center;gap:1.5rem;max-width:52rem;margin:0 auto}.st-hero-inner,.st-hero-title{display:flex;flex-direction:column}.st-hero-title{font-size:clamp(2.4rem,4.2vw,4.2rem);font-weight:700;letter-spacing:-.025em;line-height:1.02;overflow-wrap:anywhere;min-width:0;text-shadow:0 2px 40px rgb(0 0 0/.6)}.st-hero-sub{max-width:46ch;font-size:1.02rem;line-height:1.7;color:var(--color-fg-muted)}.st-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:.6rem}.st-campaign-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.25rem}.st-campaign{--tint:var(--color-brand);display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden}.st-campaign-art{position:relative;aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--color-border);background:radial-gradient(70% 90% at 25% 15%,color-mix(in oklab,var(--tint) 22%,transparent),transparent 70%),linear-gradient(160deg,var(--color-surface-2),var(--color-surface-0))}.st-campaign-status{position:absolute;top:.85rem;right:.85rem;z-index:2}.st-campaign-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out-soft)}.st-campaign:hover .st-campaign-img{transform:scale(1.04)}.st-campaign-kanji{position:relative;z-index:1;font-family:var(--font-jp-display);font-size:2.6rem;color:rgb(242 239 237/.28)}.st-campaign-pulse{--tint:var(--color-cat-violet)}.st-campaign-drops{--tint:var(--color-cat-blue)}.st-campaign-gtd .st-campaign-art:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(180deg,transparent,rgb(10 10 11/.85))}.st-campaign-gtd .st-campaign-kanji{color:rgb(242 239 237/.55);text-shadow:0 2px 18px rgb(0 0 0/.6)}.st-campaign-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:.7rem;padding:1.35rem 1.5rem 1.6rem}.st-campaign-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.st-campaign-name{font-size:1.15rem;font-weight:700;letter-spacing:.08em}.st-campaign-blurb{font-size:.86rem;line-height:1.7;color:var(--color-fg-muted)}.st-pill-cta{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;padding:.5rem .9rem;font-size:.62rem;font-weight:700;letter-spacing:.2em;color:var(--color-fg-muted);border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:var(--color-glass);transition:color var(--duration-base) var(--ease-out-soft),border-color var(--duration-base) var(--ease-out-soft),background var(--duration-base) var(--ease-out-soft),box-shadow var(--duration-base) var(--ease-out-soft)}.st-campaign:hover .st-pill-cta{color:var(--color-white);border-color:var(--color-brand);background:var(--color-brand);box-shadow:0 0 24px rgb(239 55 69/.35)}.st-campaign-arrow{transition:transform var(--duration-base) var(--ease-out-soft)}.st-campaign:hover .st-campaign-arrow{transform:translateX(3px)}.st-way-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem}.st-way-step{--tint:var(--color-brand);display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden}.st-way-2{--tint:var(--color-cat-steel)}.st-way-3{--tint:var(--color-success)}.st-way-art{display:grid;place-items:center;height:8.5rem;border-bottom:1px solid var(--color-border);background:radial-gradient(80% 100% at 30% 0,color-mix(in oklab,var(--tint) 20%,transparent),transparent 70%),linear-gradient(160deg,var(--color-surface-2),var(--color-surface-0))}.st-way-svg{width:9rem;height:auto;overflow:visible}.st-way-ring{fill:color-mix(in oklab,var(--tint) 10%,transparent);stroke:color-mix(in oklab,var(--tint) 55%,transparent);stroke-width:1.2}.st-way-ring.is-faint{fill:none;stroke:color-mix(in oklab,var(--tint) 22%,transparent);stroke-dasharray:3 5}.st-way-stroke{fill:none;stroke:var(--tint);stroke-width:2.4}.st-way-box{fill:color-mix(in oklab,var(--tint) 12%,transparent);stroke:color-mix(in oklab,var(--tint) 60%,transparent);stroke-width:1.2}.st-way-line{fill:rgb(242 239 237/.22)}.st-way-line.is-done{fill:color-mix(in oklab,var(--tint) 65%,transparent)}.st-way-count{fill:color-mix(in oklab,var(--tint) 30%,transparent);stroke:color-mix(in oklab,var(--tint) 70%,transparent);stroke-width:1}.st-way-body-wrap{display:flex;flex-direction:column;gap:.6rem;padding:1.35rem 1.5rem 1.6rem}.st-way-index{font-size:.65rem;letter-spacing:.24em;color:var(--tint)}.st-way-name{font-size:1.1rem;font-weight:700;letter-spacing:.1em}.st-way-body{font-size:.82rem;line-height:1.65;color:var(--color-fg-muted)}.st-banner{position:relative;border:1px solid var(--color-border-brand);border-radius:var(--radius-xl);overflow:hidden;min-height:19rem;display:flex;align-items:flex-end}.st-banner-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.st-banner-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgb(0 0 0/.88),rgb(0 0 0/.6) 40%,transparent 70%)}.st-banner-inner{position:relative;display:flex;flex-direction:column;gap:.9rem;padding:clamp(1.5rem,4vw,2.75rem);max-width:34rem}.st-banner-title{font-size:clamp(2rem,4.4vw,3.2rem);font-weight:400;letter-spacing:-.012em;line-height:1}.st-banner-sub{font-size:.88rem;line-height:1.7;color:rgb(226 222 219/.82)}.st-banner-meta{display:flex;align-items:center;gap:.9rem;margin-top:.3rem}.st-banner-season{font-size:.62rem;letter-spacing:.24em;color:var(--color-fg-muted)}.st-plate{border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;min-height:17rem;align-items:flex-end}.st-plate,.st-plate-inner{position:relative;display:flex}.st-plate-inner{flex-direction:column;gap:.9rem;padding:clamp(1.5rem,4vw,2.75rem);max-width:34rem}.st-plate-pulse{background:radial-gradient(55% 80% at 78% 20%,rgb(239 55 69/.12),transparent 70%),radial-gradient(40% 60% at 15% 85%,rgb(28 37 64/.7),transparent 75%),var(--color-surface-1)}.st-plate-drops{background:radial-gradient(50% 75% at 80% 75%,rgb(28 37 64/.85),transparent 78%),radial-gradient(35% 50% at 20% 15%,rgb(239 55 69/.1),transparent 70%),var(--color-surface-1)}.st-tasks{gap:1rem;max-width:44rem}.st-task,.st-tasks{display:flex;flex-direction:column}.st-task{gap:.55rem;padding:1.3rem 1.4rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-1)}.st-task.is-locked{opacity:.55}.st-task-head{display:flex;align-items:center;justify-content:space-between}.st-task-index{font-size:.62rem;letter-spacing:.24em;color:var(--color-brand)}.st-task-name{font-size:1.05rem;font-weight:500;letter-spacing:.02em}.st-task-body{font-size:.84rem;line-height:1.7;color:var(--color-fg-muted)}.st-task-actions{margin-top:.6rem}.st-profile{gap:2rem;max-width:44rem;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-1)}.st-profile,.st-score{display:flex;flex-direction:column}.st-score{gap:.75rem;padding:1rem 1.1rem 1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-glass)}.st-score-head{display:flex;align-items:center;gap:.4rem}.st-score-split{display:grid;grid-template-columns:minmax(11rem,14rem) minmax(0,1fr);align-items:center;gap:1.5rem}.st-score-body{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (width <= 46rem){.st-score-split{grid-template-columns:minmax(0,1fr)}}.st-score-dial{width:100%;max-width:15rem;height:auto;overflow:visible}.st-score-tick{font-size:10px;fill:var(--color-fg-subtle);font-variant-numeric:tabular-nums}.st-score-number{font-size:34px;font-weight:700;fill:var(--color-fg);font-variant-numeric:tabular-nums}.st-score-tier{font-size:17px;font-weight:700;letter-spacing:.18em}.st-score-facts{display:flex;justify-content:center;gap:1.75rem;margin:0;text-align:center}.st-score-facts dt{font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-fg-muted)}.st-score-facts dd{margin:.15rem 0 0;font-size:1rem;font-variant-numeric:tabular-nums}.st-score-history{display:flex;flex-direction:column;gap:.5rem;min-width:0;padding-left:1.5rem;border-left:1px solid var(--color-border)}@media (width <= 46rem){.st-score-history{padding:.75rem 0 0;border-left:0;border-top:1px solid var(--color-border)}}.st-score-history-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.st-score-history-chart{width:100%;height:auto;overflow:visible}.st-score-history-tier{font-size:11px;font-weight:700;letter-spacing:.08em}.st-score-history-axis{font-size:10px;fill:var(--color-fg-subtle)}.st-user{display:flex;align-items:center;gap:1.1rem;min-width:0}.st-user-avatar{width:4.2rem;height:4.2rem;flex-shrink:0;border-radius:14%;border:1px solid var(--color-border-strong);object-fit:cover;font-size:1.6rem}.st-user-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:500;color:var(--color-fg);background:var(--color-surface-3)}.st-user-names{display:flex;flex-direction:column;gap:.2rem;min-width:0}.st-user-name{font-size:1.3rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-user-handle{font-size:.82rem;color:var(--color-fg-muted)}.st-user-side{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.st-user-uid{font-size:.62rem;letter-spacing:.22em;color:var(--color-fg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:.35rem .75rem;white-space:nowrap}.st-user-compact .st-user-avatar{width:2.6rem;height:2.6rem;font-size:1rem}.st-user-compact .st-user-name{font-size:.95rem}.st-stat{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1.1rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-glass)}.st-stat-label{font-size:.6rem;letter-spacing:.24em;color:var(--color-fg-muted)}.st-stat-value{font-size:1.4rem;font-weight:400;font-variant-numeric:tabular-nums}.st-stat-hint{font-size:.68rem;color:var(--color-fg-subtle)}.st-footer{border-top:1px solid var(--color-border);margin-top:4rem}.st-footer-inner{max-width:78rem;margin:0 auto;padding:2.5rem var(--st-inset) 1.5rem}.st-footer-cols{display:flex;flex-wrap:wrap;gap:2rem 3.5rem}.st-footer-brand{display:flex;flex-direction:column;gap:.35rem;margin-right:auto;max-width:16rem}.st-footer-name{font-size:.8rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase}.st-footer-line{font-size:.72rem;color:var(--color-fg-subtle)}.st-footer-col{display:flex;flex-direction:column;gap:.55rem;min-width:8rem}.st-footer-col-title{margin-bottom:.2rem;font-size:var(--text-eyebrow);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-fg-subtle)}.st-footer-link{font-size:.78rem;color:var(--color-fg-muted);transition:color var(--duration-base) var(--ease-out-soft)}.st-footer-link:hover{color:var(--color-fg)}.st-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--color-border);font-size:.7rem;color:var(--color-fg-subtle)}.st-footer-kanji{font-family:var(--font-jp-display);font-size:.85rem;color:var(--color-fg-subtle)}.st-chip-brand{color:var(--color-brand);border-color:var(--color-border-brand);background:rgb(239 55 69/.07)}.st-chip-muted{color:var(--color-fg-muted);background:var(--color-glass)}.st-chip-danger{color:var(--color-danger);border-color:rgb(201 52 69/.4);background:rgb(201 52 69/.08)}.st-chip-warn{color:var(--color-warning);border-color:rgb(244 188 75/.35);background:rgb(244 188 75/.07)}.st-skel{display:inline-block;border-radius:var(--radius-sm);background:linear-gradient(100deg,var(--color-surface-2) 40%,var(--color-surface-3) 50%,var(--color-surface-2) 60%);background-size:200% 100%;animation:st-shimmer 1.6s linear infinite}.st-skel-line{height:.8rem;width:100%}.st-skel-title{height:1.05rem;width:10rem}.st-skel-avatar{width:4.2rem;height:4.2rem;flex-shrink:0;border-radius:14%}.st-skel-chip{height:1.3rem;width:3.6rem;border-radius:var(--radius-full)}.st-skel-block{height:2.6rem;width:9rem;border-radius:var(--radius)}.st-skel-ground{animation:st-shimmer 1.6s linear infinite;background:linear-gradient(100deg,var(--color-surface-1) 40%,var(--color-surface-2) 50%,var(--color-surface-1) 60%);background-size:200% 100%}@keyframes st-shimmer{to{background-position:-200% 0}}.st-empty{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg);text-align:center;overflow:hidden}.st-empty-kanji{font-family:var(--font-jp-display);font-size:3rem;line-height:1;color:rgb(242 239 237/.08)}.st-empty-title{font-size:1rem;font-weight:500;letter-spacing:.04em}.st-empty-body{max-width:48ch;font-size:.82rem;line-height:1.65;color:var(--color-fg-muted)}.st-empty-action{margin-top:.75rem}.st-settings-block{display:flex;flex-direction:column;gap:.8rem;padding:1.4rem 1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-1)}.st-settings-blockhead{display:flex;align-items:center;justify-content:space-between;gap:1rem}.st-settings-blocktitle{font-size:.85rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.st-settings-blurb{font-size:.82rem;line-height:1.65;color:var(--color-fg-muted)}.st-settings-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.st-settings-value{font-size:.95rem}.st-mono{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.02em}.st-input{min-width:14rem;height:2.75rem;min-height:2.75rem;padding:0 1rem;font-size:.9rem;font-weight:300;color:var(--color-fg);background:var(--color-glass);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color var(--duration-base) var(--ease-out-soft)}.st-input::placeholder{font-style:italic;font-weight:300;color:var(--color-fg-subtle)}.st-input:focus{border-color:var(--color-border-strong);outline:none}.st-input:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.st-input.is-invalid{border-color:var(--color-danger)}.st-wallet-back{color:var(--color-brand);font-weight:500;text-decoration:underline;text-underline-offset:.2em}.st-wallet-card{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.9rem 1.1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-glass)}.st-wallet-address{flex:1;min-width:0;overflow-wrap:anywhere}.st-wallet-address-short{display:none}@media (width <= 620px){.st-wallet-address-full{display:none}.st-wallet-address-short{display:inline}}.st-wallet-card-meta{font-size:.75rem}.st-settings-empty,.st-wallet-card-meta{color:var(--color-fg-subtle)}.st-veiled{position:relative}.st-veiled.is-veiled>:not(.st-veil){filter:blur(7px) saturate(.8);pointer-events:none;user-select:none}.st-veil{position:absolute;inset:-.5rem;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:color-mix(in srgb,var(--color-surface-0,#0a0a0b) 55%,transparent);backdrop-filter:blur(6px)}.st-veil-kanji{font-size:1.6rem;color:color-mix(in srgb,var(--color-brand) 75%,transparent)}.st-veil-title{font-size:.95rem;font-weight:700;letter-spacing:.04em;color:var(--color-fg)}.st-veil-body{max-width:26rem;font-size:.8rem;line-height:1.6;color:var(--color-fg-muted)}.st-ghost{display:flex;flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none}.st-ghost-row{display:flex;align-items:center;gap:.9rem;padding:.85rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-1)}.st-ghost-dot{width:2rem;height:2rem;flex-shrink:0;border-radius:var(--radius);background:var(--color-surface-2)}.st-ghost-line{height:.6rem}.st-ghost-bar,.st-ghost-line{border-radius:var(--radius-full);background:var(--color-surface-2)}.st-ghost-bar{width:6rem;height:.32rem;margin-left:auto}.st-ghost-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.st-ghost-tile{height:7.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-2)}.st-tip{display:inline-flex}.st-tip-glyph{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:10px;font-style:normal;line-height:1;color:var(--color-fg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:help}.st-tip-bubble,.st-tip-glyph{font-weight:400;letter-spacing:normal;text-transform:none}.st-tip-bubble{position:fixed;z-index:60;width:14rem;padding:.45rem .65rem;transform:translateX(-50%) translateY(-100%);font-size:.75rem;line-height:1.5;color:var(--color-fg);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 8px 24px rgb(0 0 0/.45);pointer-events:none}.st-tip-bubble.is-below{transform:translateX(-50%)}.st-contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,26rem);gap:3rem;align-items:stretch}@media (width <= 880px){.st-contact{grid-template-columns:1fr}}.st-contact-main{min-width:0}.st-contact-art{display:flex;flex-direction:column;gap:.75rem;margin:0;min-height:0}.st-contact-art img{width:100%;flex:1;min-height:0;object-fit:cover;object-position:50% 25%;border:1px solid var(--color-border);border-radius:var(--radius)}@media (width <= 880px){.st-contact-art{max-width:34rem}.st-contact-art img{flex:none;aspect-ratio:4/5}}.st-contact-art figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-fg-subtle)}.st-contact-kanji{font-family:var(--font-jp-display);letter-spacing:.1em}.st-contact-kanji,.st-note{color:var(--color-fg-muted)}.st-note{padding:.65rem .9rem;font-size:.8rem;line-height:1.6;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-glass)}.st-note-ok{color:var(--color-success);border-color:rgb(126 217 87/.3)}.st-note-bad{color:var(--color-danger);border-color:rgb(201 52 69/.4)}.st-listing{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,26rem);gap:3rem;align-items:start}.st-listing-main{min-width:0;max-width:40rem}.st-listing-art{position:sticky;top:6rem;display:flex;flex-direction:column;gap:1rem;margin:0}.st-listing-art img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 40%;border:1px solid var(--color-border);border-radius:var(--radius)}.st-listing-art figcaption{order:-1;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--text-eyebrow);line-height:1.5;letter-spacing:.18em;text-transform:uppercase;color:var(--color-fg-muted)}.st-listing-kanji{font-family:var(--font-jp-display);letter-spacing:.1em;color:var(--color-fg-muted)}@media (width <= 880px){.st-listing{grid-template-columns:1fr}.st-listing-art{position:static;max-width:34rem}}.st-form-head{margin:.5rem 0 -.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border);font-size:var(--text-eyebrow);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-fg-subtle)}.st-choices{display:flex;flex-wrap:wrap;gap:.5rem}.st-choice{height:2.25rem;padding:0 .9rem;font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-fg-muted);background:var(--color-glass);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:color var(--duration-base) var(--ease-out-soft),border-color var(--duration-base) var(--ease-out-soft),background var(--duration-base) var(--ease-out-soft)}.st-choice:hover{color:var(--color-fg);border-color:var(--color-border-strong)}.st-choice[aria-pressed=true]{color:var(--color-brand);border-color:var(--color-border-brand);background:rgb(239 55 69/.08)}.st-choice:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.st-settings-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;margin:0}.st-settings-fact dt{font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-fg-muted)}.st-settings-fact dd{margin:.25rem 0 0;font-size:.92rem}.st-settings-confirm{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.st-settings-confirm-ask{font-size:.78rem;color:var(--color-fg-muted)}.st-btn-small{min-height:2.25rem;padding:0 .9rem}.st-btn-danger{color:var(--color-white);background:var(--color-danger)}.st-btn-danger:hover{background:color-mix(in oklab,var(--color-danger),black 15%)}.st-btn-danger-outline{color:var(--color-danger);border:1px solid var(--color-danger);background:none}.st-btn-danger-outline:hover{background:color-mix(in srgb,var(--color-danger) 12%,transparent)}.st-btn-danger-outline svg{width:1rem;height:1rem;flex-shrink:0}@media (prefers-reduced-motion:reduce){.st-chip-dot,.st-mark-dot,.st-skel,.st-skel-ground{animation:none}}.bl-card,.bl-lead,.st-campaign,.st-faq-item,.st-lookup-form,.st-page .st-gtd-lb-row,.st-page .st-gtd-panel,.st-page .st-gtd-post,.st-page .st-gtd-strip,.st-page .st-gtd-wizard,.st-page .st-plate,.st-pane,.st-pf-hero,.st-pf-medal,.st-pg-cta,.st-pg-founder,.st-pg-member,.st-pg-pillar,.st-profile,.st-score,.st-settings-block,.st-stat,.st-task,.st-track,.st-way-step{border:1px solid var(--color-border);background:linear-gradient(135deg,rgb(255 255 255/.028),rgb(255 255 255/.009) 45%,transparent 80%),var(--color-surface-1);box-shadow:inset 0 1px 0 rgb(255 255 255/.07),0 1px 0 rgb(0 0 0/.6),0 24px 60px -28px rgb(0 0 0/.95);transition:border-color var(--duration-base) var(--ease-out-soft),transform var(--duration-base) var(--ease-out-soft),box-shadow var(--duration-base) var(--ease-out-soft)}:where(.st-campaign,.st-way-step,.st-profile,.st-score,.st-stat,.st-task,.st-settings-block,.st-pf-hero,.st-pf-medal,.st-pane,.st-faq-item,.st-pg-founder,.st-pg-pillar,.st-pg-member,.st-pg-cta,.st-track,.st-lookup-form,.bl-card,.bl-lead,.st-page .st-gtd-wizard,.st-page .st-gtd-panel,.st-page .st-gtd-strip,.st-page .st-gtd-post,.st-page .st-gtd-lb-row,.st-page .st-plate){position:relative;isolation:isolate}.bl-card:before,.bl-lead:before,.st-campaign:before,.st-faq-item:before,.st-lookup-form:before,.st-page .st-gtd-lb-row:before,.st-page .st-gtd-panel:before,.st-page .st-gtd-post:before,.st-page .st-gtd-strip:before,.st-page .st-gtd-wizard:before,.st-page .st-plate:before,.st-pane:before,.st-pf-hero:before,.st-pf-medal:before,.st-pg-cta:before,.st-pg-founder:before,.st-pg-member:before,.st-pg-pillar:before,.st-profile:before,.st-score:before,.st-settings-block:before,.st-stat:before,.st-task:before,.st-track:before,.st-way-step:before{content:"";position:absolute;inset:-1px;z-index:2;padding:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgb(239 55 69/.45),rgb(239 55 69/.08) 32%,transparent 55%,rgb(255 255 255/.08));mask:linear-gradient(#000000 0 0) content-box,linear-gradient(#000000 0 0);mask-composite:exclude}.st-campaign:hover,.st-pg-member:hover,.st-way-step:hover{border-color:var(--color-border-strong);transform:translateY(-4px);box-shadow:inset 0 1px 0 rgb(255 255 255/.1),0 1px 0 rgb(0 0 0/.6),0 30px 70px -26px rgb(0 0 0/1),0 0 40px -10px rgb(239 55 69/.25)}.st-page .st-gtd-lb-row:before,.st-page .st-gtd-post:before,.st-pf-medal:before,.st-stat:before{background:linear-gradient(135deg,rgb(255 255 255/.12),transparent 60%)}.st-page .st-gtd-lb-row,.st-page .st-gtd-post,.st-pf-medal,.st-stat{box-shadow:inset 0 1px 0 rgb(255 255 255/.06),0 10px 30px -18px rgb(0 0 0/.9)}.st-page .st-gtd-lb-row.is-own{background:linear-gradient(135deg,rgb(255 255 255/.05),transparent 60%),rgb(239 55 69/.06)}.st-panes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3rem}@media (width < 640px){.st-panes{grid-template-columns:minmax(0,1fr)}}.st-pane-slot{min-width:0}.st-pane{display:flex;flex-direction:column;gap:.75rem;height:100%;padding:1rem 1.1rem 1.1rem;border-radius:var(--radius-lg);backdrop-filter:blur(var(--blur-glass)) saturate(140%);text-align:left;animation:st-pane-in .7s var(--ease-out-soft) both,st-drift var(--drift,7s) ease-in-out infinite alternate;animation-delay:var(--arrive,0s),var(--phase,0s)}@keyframes st-pane-in{0%{opacity:0;scale:.96}}@keyframes st-drift{0%{translate:0 0;rotate:-.8deg}to{translate:0 -10px;rotate:.5deg}}.st-pane-board .st-pane{--drift:7.5s;--arrive:80ms}.st-pane-campaign .st-pane{--drift:8.5s;--phase:-3s;--arrive:200ms}.st-pane-terminal .st-pane{--drift:9s;--phase:-5s;--arrive:320ms}.st-pane-standing .st-pane{--drift:8s;--phase:-6.5s;--arrive:440ms}.st-pane-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.st-pane-title{font-size:.6rem;font-weight:700;letter-spacing:.24em;color:var(--color-fg-muted)}.st-pane-kanji{font-family:var(--font-jp-display);font-size:.7rem;color:var(--color-fg-subtle)}.st-pane-live{display:inline-flex;align-items:center;gap:.3rem;font-size:.55rem;font-weight:700;letter-spacing:.22em;color:var(--color-success)}.st-pane-rows{display:flex;flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none}.st-pane-row{display:flex;align-items:center;gap:.55rem;min-width:0;padding:.4rem .5rem;border-radius:var(--radius);background:var(--color-glass);border:1px solid var(--color-border)}.st-pane-rank{width:1.6rem;font-size:.66rem;font-weight:700;color:var(--color-fg-subtle);font-variant-numeric:tabular-nums}.st-pane-avatar{width:1.5rem;height:1.5rem;flex-shrink:0;border-radius:var(--radius-full);border:1px solid var(--color-border-strong);object-fit:cover}.st-pane-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;background:var(--color-surface-3)}.st-pane-name{flex:1;min-width:0;font-size:.74rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-pane-handle{display:block;font-size:.6rem;font-weight:400;color:var(--color-fg-subtle)}.st-pane-move{font-size:.5rem}.st-pane-move.is-up{color:var(--color-success)}.st-pane-move.is-down{color:var(--color-danger)}.st-pane-rungs{display:flex;justify-content:space-between;padding:0 .1rem;font-size:.55rem;font-weight:700;letter-spacing:.06em}.st-pane-points{font-size:.7rem;font-weight:700;color:var(--color-brand);font-variant-numeric:tabular-nums;white-space:nowrap}.st-pane-quiet{font-size:.76rem;line-height:1.55;color:var(--color-fg-muted)}.st-pane-fine{font-size:.64rem;line-height:1.5;color:var(--color-fg-subtle)}.st-pane-more{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-fg-muted);transition:color var(--duration-base) var(--ease-out-soft)}.st-pane-more:hover{color:var(--color-fg)}.st-pane-big{font-size:1.15rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.15}.st-pane-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.st-pane-dates{font-size:.64rem;letter-spacing:.08em;color:var(--color-fg-subtle);white-space:nowrap}.st-pane-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0}.st-pane-facts div{padding:.5rem .6rem;border-radius:var(--radius);background:var(--color-glass);border:1px solid var(--color-border)}.st-pane-facts dt{font-size:.55rem;letter-spacing:.2em;color:var(--color-fg-subtle)}.st-pane-facts dd{margin:.15rem 0 0;font-size:1.1rem;font-weight:700;font-variant-numeric:tabular-nums}.st-pane-steps{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.st-pane-step{display:flex;align-items:center;gap:.55rem;min-width:0}.st-pane-step-dot{display:inline-flex;align-items:center;justify-content:center;width:1.3rem;height:1.3rem;flex-shrink:0;font-size:.6rem;font-weight:700;color:var(--color-brand);border:1px solid var(--color-border-brand);border-radius:var(--radius-full);background:rgb(239 55 69/.08);animation:st-step-lit 4.8s ease-in-out infinite;animation-delay:calc(var(--i, 0) * 1.6s)}@keyframes st-step-lit{0%,30%,to{color:var(--color-brand);background:rgb(239 55 69/.08);box-shadow:none}22%,8%{color:var(--color-white);background:var(--color-brand);box-shadow:0 0 14px rgb(239 55 69/.6)}}.st-pane-step-title{flex:1;min-width:0;font-size:.74rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-pane-score{display:flex;align-items:baseline;gap:.7rem}.st-pane-number{font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}.st-pane-tier{font-size:.62rem;font-weight:700;letter-spacing:.2em}.st-pane-ladder{position:relative;display:flex;gap:2px;height:.4rem;margin:.25rem 0}.st-pane-ladder>span:not(.st-pane-ladder-mark){flex:1;border-radius:2px;opacity:.55}.st-pane-ladder-mark{position:absolute;top:50%;width:.7rem;height:.7rem;transform:translate(-50%,-50%);border-radius:var(--radius-full);background:var(--color-white);box-shadow:0 0 0 2px var(--color-surface-0),0 0 12px rgb(255 255 255/.6);animation:st-ping 2.4s var(--ease-out-soft) infinite}@keyframes st-ping{0%{box-shadow:0 0 0 2px var(--color-surface-0),0 0 0 0 rgb(255 255 255/.5)}70%,to{box-shadow:0 0 0 2px var(--color-surface-0),0 0 0 10px rgb(255 255 255/0)}}@media (width >= 1180px){.st-panes{display:contents}.st-pane-slot{--st-push:clamp(0.25rem,(100vw - 78rem)/4,1.5rem);position:absolute;z-index:0;width:17.5rem;translate:calc(var(--mx, 0) * var(--depth, 1) * -22px) calc(var(--my, 0) * var(--depth, 1) * -14px);transition:transform .65s var(--ease-out-soft),translate .9s var(--ease-out-soft)}.st-pane-slot .st-pane{opacity:.94;transition:opacity var(--duration-base) var(--ease-out-soft),box-shadow .65s var(--ease-out-soft)}.st-pane-board{top:2rem;left:calc(-1 * var(--st-inset) - var(--st-push));transform:perspective(1400px) rotateY(14deg) rotateX(3deg) rotate(-3deg);transform-origin:left center}.st-pane-terminal{bottom:.5rem;left:calc(-1 * var(--st-inset) - var(--st-push) + 1rem);transform:perspective(1400px) rotateY(12deg) rotate(2deg);transform-origin:left center}.st-pane-campaign{top:2.5rem;right:calc(-1 * var(--st-inset) - var(--st-push));transform:perspective(1400px) rotateY(-14deg) rotateX(3deg) rotate(3deg);transform-origin:right center}.st-pane-standing{bottom:0;right:calc(-1 * var(--st-inset) - var(--st-push) + 1rem);transform:perspective(1400px) rotateY(-11deg) rotate(-2deg);transform-origin:right center}.st-pane-slot:hover{z-index:3;transform:perspective(1400px) rotateY(0deg) rotateX(0deg) rotate(0deg) scale(1.04)}.st-pane-slot:hover .st-pane{opacity:1;animation-play-state:running,paused;box-shadow:inset 0 1px 0 rgb(255 255 255/.1),0 1px 0 rgb(0 0 0/.6),0 34px 80px -28px rgb(0 0 0/1),0 0 48px -8px rgb(239 55 69/.28)}.st-pane-slot:hover .st-pane:before{filter:brightness(1.7)}.st-hero{padding-bottom:3rem}}@media (width >= 1600px){.st-pane-slot{width:19rem}}.st-section-faq{padding-bottom:1rem}.st-faq{display:flex;flex-direction:column;gap:.75rem;max-width:46rem;margin:0 auto}.st-faq-item{border-radius:var(--radius-lg)}.st-faq-item[open]{border-color:var(--color-border-brand)}.st-faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.3rem;font-size:.95rem;font-weight:500;cursor:pointer;list-style:none}.st-faq-q::-webkit-details-marker{display:none}.st-faq-q:focus-visible{outline:2px solid var(--color-brand);outline-offset:-2px;border-radius:var(--radius-lg)}.st-faq-toggle{position:relative;flex-shrink:0;width:1.5rem;height:1.5rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:var(--color-glass);transition:border-color var(--duration-base) var(--ease-out-soft),background var(--duration-base) var(--ease-out-soft)}.st-faq-toggle:after,.st-faq-toggle:before{content:"";position:absolute;top:50%;left:50%;width:.6rem;height:1.5px;background:var(--color-fg-muted);transform:translate(-50%,-50%);transition:transform var(--duration-base) var(--ease-out-soft)}.st-faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.st-faq-item[open] .st-faq-toggle{border-color:var(--color-brand);background:rgb(239 55 69/.1)}.st-faq-item[open] .st-faq-toggle:after{transform:translate(-50%,-50%) rotate(0deg)}.st-faq-a{padding:0 1.3rem 1.2rem;white-space:pre-line;font-size:.86rem;line-height:1.7;color:var(--color-fg-muted)}.st-way-step:not(:has(.st-way-art)){gap:.6rem;padding:1.35rem 1.5rem 1.6rem}.st-profile-gate{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,22rem);gap:2.5rem;align-items:center;overflow:hidden}.st-profile-gate .st-profile-gate-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.st-profile-gate-art{position:relative;align-self:stretch;min-height:16rem;margin:calc(-1 * clamp(1.5rem, 4vw, 2.5rem)) calc(-1 * clamp(1.5rem, 4vw, 2.5rem)) calc(-1 * clamp(1.5rem, 4vw, 2.5rem)) 0;border-left:1px solid var(--color-border);background:var(--color-surface-0)}.st-profile-gate-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 20%;opacity:.85}.st-profile-gate-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--color-surface-1),transparent 45%)}@media (width <= 760px){.st-profile-gate{grid-template-columns:minmax(0,1fr)}.st-profile-gate-art{display:none}}.st-alert{display:flex;align-items:flex-start;gap:.7rem;padding:.75rem .95rem;font-size:.8rem;line-height:1.6;color:var(--color-fg);border:1px solid color-mix(in srgb,var(--alert-tone) 35%,var(--color-border));border-left:3px solid var(--alert-tone);border-radius:var(--radius);background:color-mix(in srgb,var(--alert-tone) 8%,var(--color-surface-1))}.st-alert-icon{display:inline-flex;flex-shrink:0;margin-top:.1rem;color:var(--alert-tone)}.st-alert-icon svg{width:1rem;height:1rem}.st-alert-body{min-width:0}.st-alert-title{font-weight:700;color:var(--alert-tone)}.st-alert-text{color:var(--color-fg)}.st-alert-info{--alert-tone:var(--color-info)}.st-alert-success{--alert-tone:var(--color-success)}.st-alert-warning{--alert-tone:var(--color-warning)}.st-alert-danger{--alert-tone:var(--color-danger)}.st-modal-scrim{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:1.5rem;overflow-y:auto;background:rgb(0 0 0/.72);backdrop-filter:blur(3px);animation:st-fade-in var(--duration-base) var(--ease-out-soft)}.st-modal{position:relative;width:min(100%,34rem);max-height:calc(100dvh - 3rem);overflow-y:auto;border:1px solid var(--color-border-strong);border-radius:var(--radius-xl);background:linear-gradient(135deg,rgb(255 255 255/.05),transparent 55%),var(--color-surface-1);box-shadow:0 40px 90px -30px rgb(0 0 0/1)}.st-modal:focus{outline:none}.st-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;border-bottom:1px solid var(--color-border)}.st-modal-title{font-size:.95rem;font-weight:700;letter-spacing:.06em}.st-modal-close{font-size:.85rem;line-height:1;padding:.35rem;color:var(--color-fg-muted);transition:color var(--duration-base) var(--ease-out-soft)}.st-modal-close:hover{color:var(--color-fg)}.st-modal-body{display:flex;flex-direction:column;gap:1rem;padding:1.4rem}.st-modal-lede{font-size:.87rem;line-height:1.65;color:var(--color-fg)}.st-modal-list{display:flex;flex-direction:column;gap:.7rem;margin:0;padding-left:1.1rem;list-style:disc;font-size:.8rem;line-height:1.6;color:var(--color-fg-muted)}.st-modal-list strong{color:var(--color-fg);font-weight:700}.st-modal-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;padding:1.1rem 1.4rem;border-top:1px solid var(--color-border)}@keyframes st-fade-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.st-modal-scrim{animation:none}}