.game-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:var(--bg-sunken-glass)}.game-shell__surface{position:relative;width:min(1440px,calc(100% - 24px));margin:12px auto}.game-shell__surface:not(.game-shell__surface--zen){min-height:calc(100dvh - 24px)}.game-shell__surface--zen{display:grid;grid-template-rows:auto auto;gap:14px;align-content:start}.game-shell__hud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.game-shell__layout{grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr)}.game-shell__layout--zen{min-height:0;align-items:stretch}.game-shell__stage-shell{display:grid;grid-template-rows:auto auto;gap:12px}.game-shell__stage-copy{display:grid;gap:6px}.game-shell__stage-copy h2{margin:0;font-size:clamp(1.5rem,2.2vw,2.2rem)}.game-shell__play-area{position:relative;min-height:0;overflow:hidden;border-radius:calc(var(--radius-lg) - 8px);border:1px solid var(--line);background:var(--bg-sunken-glass)}.stage-surface{position:relative;min-height:100%}.stage-surface--waiting{cursor:pointer}.stage-start-gate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;display:flex;align-items:center;justify-content:center;padding:24px;background:#8b867e6b;backdrop-filter:blur(3px) saturate(.88);-webkit-backdrop-filter:blur(3px) saturate(.88);pointer-events:none;text-align:center}.stage-start-gate__content{display:grid;gap:10px;justify-items:center}.stage-start-gate__eyebrow{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#1b1a1894}.stage-start-gate__title{max-width:18ch;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.08;color:var(--ink)}.stage-surface--waiting .target-button{opacity:0;pointer-events:none}.stage-surface--waiting .tracking-circle,.stage-surface--waiting .multitask-input-wrap{opacity:.24}.stage-surface--waiting .cursor-indicator{opacity:0!important}.panel-card{min-height:160px}.panel-card--thin{min-height:auto}.game-shell__sidebar--zen{align-content:start}.game-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:var(--bg-sunken-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:1;transition:opacity .28s ease,backdrop-filter 0ms ease .28s;z-index:50}.game-overlay.hidden{display:none}.game-overlay__card{width:min(560px,calc(100% - 24px));max-width:100%}.game-overlay--fading{opacity:0;pointer-events:none;backdrop-filter:none;-webkit-backdrop-filter:none;will-change:opacity}.overlay-list{line-height:1.7}.overlay-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.overlay-stat-card{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-vibrant);padding:14px}.overlay-stat-card strong{display:block;margin:6px 0;font-family:var(--font-mono);font-size:1.3rem}.overlay-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.game-results{display:grid;gap:18px;position:relative;z-index:60}.game-results__hero{padding:28px}.game-results__hero h2{margin:8px 0;font-size:clamp(2rem,4vw,3.4rem)}.result-highlight-grid,.result-history-grid{display:grid;gap:14px}.result-highlight-grid,.result-history-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.result-highlight-card,.result-history-card,.result-meta-pill{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-vibrant);padding:16px}.result-highlight-card strong,.result-history-card strong,.result-meta-pill strong{display:block;margin:8px 0;font-family:var(--font-mono);font-size:1.3rem}.result-history-card__top{display:flex;justify-content:space-between;gap:12px;align-items:start}.result-history-card h4{margin:0}.result-history-card ul{margin:12px 0 0;padding-left:18px;color:var(--muted);line-height:1.7}.section-header--tight{margin-bottom:10px}.typing-stage,.aim-stage,.multitask-stage{position:relative;width:100%}.typing-stage{display:grid;align-content:start;min-height:100%;padding:28px}.typing-stage--zen{min-height:100%;align-content:center;padding:32px 40px}.typing-board{display:grid;gap:18px}.typing-board--zen{max-width:none;justify-self:stretch;align-self:center;gap:0;width:100%;min-height:100%;padding:0}.typing-board-header{display:flex;justify-content:space-between;gap:12px}.typing-board-caption{color:var(--muted);font-family:var(--font-mono);font-size:.84rem}.typing-word-window{padding:22px 18px 12px;min-height:220px;border-radius:var(--radius-md);background:var(--surface-vibrant);border:1px solid var(--border-subtle);overflow:hidden}.typing-word-window--zen{min-height:0;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.typing-word-list{display:flex;flex-wrap:wrap;gap:.5rem .6em;align-content:flex-start;transition:transform .25s cubic-bezier(.4,0,.2,1);font-family:var(--font-mono);font-size:var(--typing-word-size);line-height:1.5;-webkit-user-select:none;user-select:none;position:relative;width:100%;padding:0;color:#646669}.typing-word{white-space:nowrap;color:inherit}.typing-word{display:inline-block;margin:0;font-weight:400;transition:color .2s ease;color:var(--ink-muted);border-radius:0}.typing-word-current,.typing-word-past{background:transparent;color:inherit}.typing-word-missed{border-bottom:2px solid var(--accent)}.typing-letter-correct{color:var(--ink)}.typing-letter-wrong{color:var(--accent-deep)}.typing-letter-pending{color:var(--muted);opacity:1}.typing-word-list{color:var(--muted)}.typing-input{min-height:72px;font-family:var(--font-mono);font-size:clamp(1.6rem,3vw,2.6rem);caret-color:transparent;color:var(--ink)}.typing-input-wrap{display:none;justify-content:center}.typing-input--zen{width:min(760px,100%);border:1px solid var(--border-subtle);background:var(--surface-vibrant);box-shadow:inset 0 1px #fff6}@media(pointer:coarse),(max-width:960px){.typing-stage--zen{padding:24px 20px}.typing-word-window--zen{padding:0}.typing-input-wrap{display:flex}.typing-input{min-height:58px;font-size:1.1rem;caret-color:var(--ink)}.typing-input--zen{padding:0 16px;border-radius:18px}}.accent-pill,.status-chip{min-height:34px;display:inline-flex;align-items:center;border-radius:999px;padding:0 12px}.accent-pill,.status-chip.safe{background:var(--sea-muted);color:var(--sea)}.status-chip.warning{background:var(--gold-light, rgba(233, 185, 73, .18));color:var(--gold-strong, var(--gold))}.target-button{position:absolute;display:grid;place-items:center;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;background:radial-gradient(circle at 35% 35%,color-mix(in srgb,white 78%,var(--gold)) 0%,var(--gold) 35%,var(--accent) 100%);box-shadow:0 18px 34px var(--accent-alpha, rgba(221, 109, 59, .22));cursor:pointer}.target-button:before,.target-button:after{content:"";position:absolute;border-radius:50%}.target-button:before{top:18%;right:18%;bottom:18%;left:18%;background:#ffffffd9}.target-button:after{top:38%;right:38%;bottom:38%;left:38%;background:var(--accent-deep)}.target-ripple{position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid var(--sea-muted);transform:translate(-50%,-50%);animation:ripple .42s ease-out forwards}.target-ripple.miss{border-color:var(--accent-alpha, rgba(221, 109, 59, .28))}.aim-stage--shell{display:grid;place-items:center}.game-host-container{background:var(--bg-sunken-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.aim-stage__arena{position:relative;width:min(860px,100%);height:min(540px,72vh);border-radius:28px;border:1px solid var(--border-subtle);background:var(--surface-vibrant);box-shadow:inset 0 1px #fff6}.aim-caption,.multitask-caption{position:absolute;left:20px;bottom:20px;color:var(--ink-muted);font-size:.9rem;opacity:.6}.tracking-circle,.cursor-indicator{position:absolute;border-radius:50%;transform:translate(-50%,-50%)}.tracking-circle{z-index:1;display:flex;align-items:center;justify-content:center;width:120px;height:120px;border:3px solid var(--sea-muted);background:radial-gradient(circle,#1c8d8629,#1c8d8608)}.tracking-circle.locked{border-color:var(--accent)}.cursor-indicator{z-index:2;width:18px;height:18px;background:var(--ink);border:2px solid var(--surface-sunken);pointer-events:none;opacity:0}.cursor-indicator.active{opacity:.2}.multitask-queue{grid-template-columns:repeat(5,minmax(0,1fr))}.multitask-active-prompt{font-family:var(--font-mono);font-size:3.1rem;font-weight:700;line-height:1;color:var(--accent);text-shadow:0 8px 20px var(--accent-alpha, rgba(221, 109, 59, .24));text-transform:lowercase;-webkit-user-select:none;user-select:none;pointer-events:none}.multitask-input-wrap{display:none;position:absolute;z-index:3;left:16px;right:16px;bottom:16px;justify-content:center;pointer-events:none}.multitask-input-wrap--left{justify-content:flex-start}.multitask-input-wrap--right{justify-content:flex-end}.multitask-native-input{width:min(280px,calc(100% - 32px));min-height:54px;border:1px solid var(--input-border);border-radius:18px;background:var(--input-bg);box-shadow:inset 0 1px #ffffffbf;padding:0 16px;font-size:1rem;color:var(--ink);pointer-events:auto}@media(pointer:coarse),(max-width:960px){.multitask-active-prompt{font-size:2.5rem}.multitask-input-wrap{display:flex}.multitask-native-input{width:min(240px,calc(100% - 32px))}.multitask-stage{touch-action:none}}.queue-chip{display:inline-flex;justify-content:center;align-items:center;min-height:56px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-vibrant);font-size:1.4rem;text-transform:lowercase}.queue-chip--active{background:var(--accent-alpha, rgba(221, 109, 59, .14));color:var(--accent-deep)}@keyframes ripple{0%{opacity:.55;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(4.6)}}@media(max-width:980px){.dashboard-grid,.hero-card,.leaderboard-card,.game-shell__layout,.game-shell__hud,.result-highlight-grid,.result-history-grid,.overlay-stats{grid-template-columns:1fr}.hero-card,.leaderboard-card{grid-column:auto}}[data-theme-mode=dark] .aim-stage__arena,[data-theme-mode=dark] .typing-input--zen,[data-theme-mode=dark] .multitask-native-input{background:#141210cc!important;border-color:#ffffff1a;box-shadow:inset 0 2px 10px #0006;color:#fff}[data-theme-mode=dark] .multitask-active-prompt{color:color-mix(in srgb,var(--gold) 72%,white);text-shadow:0 10px 24px var(--gold-light, rgba(255, 166, 77, .2))}[data-theme-mode=dark] .typing-word-current{background:transparent;color:#fff}[data-theme-mode=dark] .game-overlay{background:#0f0e0dad!important}[data-theme-mode=dark] .stage-start-gate{background:#100f0e99}[data-theme-mode=dark] .stage-start-gate__eyebrow{color:#ffffff94}[data-theme-mode=dark] .stage-start-gate__title{color:#fff}[data-theme-mode=dark] .queue-chip{background:#26231e9e}.typing-caret{position:absolute;width:2px;height:1.25em;background:var(--ink);border-radius:1px;transition:left 80ms cubic-bezier(.4,0,.2,1),top 80ms cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.34,1.56,.64,1);pointer-events:none;z-index:100;margin-top:.1em}@keyframes typing-blink{0%,to{opacity:1}50%{opacity:0}}.shell-input.svelte-1v2puuf{min-height:46px;border-radius:var(--radius-md);border:1px solid var(--input-border);background:var(--input-bg);color:var(--ink);padding:0 1rem;font-size:1rem;transition:all .2s ease;width:100%}.shell-input--sm.svelte-1v2puuf{min-height:42px;padding:0 .9rem;font-size:.9375rem}.shell-input--md.svelte-1v2puuf{min-height:48px}.shell-input--lg.svelte-1v2puuf{min-height:56px;padding:0 1.1rem;font-size:1.0625rem}.shell-input.svelte-1v2puuf:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-alpha, rgba(221, 109, 59, .1))}.shell-input.svelte-1v2puuf::placeholder{color:var(--ink-muted)}.theme-picker__backdrop.svelte-zldr3b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;background:#0000000f}.theme-picker__dialog.svelte-zldr3b{position:relative;width:min(720px,100%);max-height:calc(100dvh - max(18px,var(--safe-top) + var(--safe-bottom)));margin:auto 0;overflow:hidden;padding:.8rem}.theme-picker__dialog-glow.svelte-zldr3b{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.58;background:radial-gradient(circle at top left,color-mix(in srgb,var(--accent) 18%,transparent),transparent 32%),radial-gradient(circle at top right,color-mix(in srgb,var(--sea) 16%,transparent),transparent 30%),linear-gradient(180deg,color-mix(in srgb,var(--surface-soft-bg) 90%,transparent),transparent 32%)}.theme-picker__dialog-header.svelte-zldr3b,.theme-picker__meta-row.svelte-zldr3b,.theme-picker__list.svelte-zldr3b{position:relative;z-index:1}.theme-picker__dialog-header.svelte-zldr3b{display:flex;align-items:center;gap:.6rem}.theme-picker__search-row.svelte-zldr3b{position:relative;flex:1}.theme-picker__search-icon.svelte-zldr3b{position:absolute;top:50%;left:1rem;z-index:1;display:inline-flex;width:1.1rem;height:1.1rem;align-items:center;justify-content:center;color:var(--ink-muted);pointer-events:none;transform:translateY(-50%)}.theme-picker__search-icon.svelte-zldr3b svg:where(.svelte-zldr3b),button.theme-picker__close svg{width:100%;height:100%}input.theme-picker__search-input{min-height:52px;border-radius:18px;font-family:var(--font-mono, "IBM Plex Mono", monospace);font-size:clamp(.95rem,1.8vw,1.08rem);letter-spacing:.02em}button.theme-picker__close{width:44px;height:44px;min-height:44px;padding:0!important;border-radius:999px}.theme-picker__meta-row.svelte-zldr3b{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin:.65rem 0 .55rem;padding:0 .25rem;font-family:var(--font-mono, "IBM Plex Mono", monospace);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.theme-picker__list.svelte-zldr3b{display:grid;gap:.25rem;max-height:min(58dvh,680px);overflow-y:auto;padding-right:.2rem}button.theme-picker__row{justify-content:space-between;min-height:52px;padding:.58rem .8rem;border-radius:16px;border:1px solid transparent;background:transparent;color:var(--ink-secondary);box-shadow:none;transform:none}button.theme-picker__row:hover,button.theme-picker__row:focus-visible{border-color:var(--toolbar-link-hover-border);background:var(--toolbar-link-hover-bg);color:var(--ink);box-shadow:none;transform:none}button.theme-picker__row.is-active{border-color:color-mix(in srgb,var(--accent) 38%,transparent);background:color-mix(in srgb,var(--panel-strong) 90%,transparent);color:var(--ink);box-shadow:none;transform:none}.theme-picker__row-copy.svelte-zldr3b{display:grid;gap:.1rem;min-width:0;text-align:left}.theme-picker__row-label.svelte-zldr3b{font-family:var(--font-mono, "IBM Plex Mono", monospace);font-size:clamp(.88rem,1.2vw,1rem);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-picker__row-meta.svelte-zldr3b,.theme-picker__trigger-eyebrow.svelte-zldr3b{font-family:var(--font-mono, "IBM Plex Mono", monospace);font-size:.68rem;line-height:1.1;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.theme-picker__trigger-copy.svelte-zldr3b{display:grid;gap:.1rem;min-width:0;text-align:left}.theme-picker__trigger-label.svelte-zldr3b{font-family:var(--font-mono, "IBM Plex Mono", monospace);font-size:.95rem;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button.theme-picker__trigger{justify-content:space-between;gap:.9rem;min-height:48px;padding:.55rem .85rem;border-radius:999px}button.theme-picker__trigger--toolbar{width:min(240px,100%)}button.theme-picker__trigger--settings{width:min(320px,100%)}.theme-picker__swatches.svelte-zldr3b{display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .36rem;border-radius:999px;background:color-mix(in srgb,var(--surface-dark-bg) 86%,transparent);border:1px solid color-mix(in srgb,var(--line) 86%,transparent)}.theme-picker__swatches--row.svelte-zldr3b{margin-left:.85rem}.theme-picker__swatch.svelte-zldr3b{width:.8rem;height:.8rem;border-radius:999px;box-shadow:0 0 0 1px #ffffff14}.theme-picker__empty-state.svelte-zldr3b{display:grid;gap:.35rem;min-height:220px;place-content:center;padding:1rem;text-align:center;color:var(--ink-secondary)}.theme-picker__empty-state.svelte-zldr3b p:where(.svelte-zldr3b){margin:0}@media(max-width:767px){.theme-picker__dialog.svelte-zldr3b{width:min(100%,560px);padding:.72rem}.theme-picker__dialog-header.svelte-zldr3b{align-items:stretch}button.theme-picker__close{width:42px;min-height:42px;height:42px}button.theme-picker__trigger--toolbar,button.theme-picker__trigger--settings{width:100%}.theme-picker__row-label.svelte-zldr3b{font-size:.92rem}}@media(max-width:520px){button.theme-picker__row{gap:.75rem;align-items:flex-start}.theme-picker__swatches--row.svelte-zldr3b{margin-left:0}}.route-transition-frame__body.svelte-1godw4s{width:100%;transform-origin:top center}.launch-note-banner{position:relative;overflow:hidden;border-radius:clamp(22px,2.8vw,30px);contain-intrinsic-size:auto}.launch-note-banner__button{position:relative;min-height:52px;justify-content:center;padding:.9rem 1.25rem;border-radius:inherit;color:var(--ink);background:transparent;overflow:hidden}.launch-note-banner__button:hover{filter:none}.launch-note-banner__button:active{transform:scale(.995);opacity:1}.launch-note-banner__content.svelte-ev8l0r{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;animation:svelte-ev8l0r-launch-note-content-glow 2.4s ease-in-out infinite}.launch-note-banner__text{margin:0;color:inherit;letter-spacing:.16em}.launch-note-banner__emoji.svelte-ev8l0r{font-size:.95rem;line-height:1;transform:translateY(-1px);animation:svelte-ev8l0r-launch-note-rocket 1.8s ease-in-out infinite}.launch-note-banner__spark.svelte-ev8l0r{position:absolute;top:50%;width:110px;height:42px;border-radius:999px;transform:translateY(-50%);background:radial-gradient(circle,color-mix(in srgb,var(--sea) 30%,transparent) 0%,transparent 72%);pointer-events:none;opacity:.9;filter:blur(2px);animation:svelte-ev8l0r-launch-note-spark 2.8s ease-in-out infinite}.launch-note-banner__spark--left.svelte-ev8l0r{left:-8px}.launch-note-banner__spark--right.svelte-ev8l0r{right:-8px;animation-delay:-1.4s}.launch-note-banner__pulse.svelte-ev8l0r,.launch-note-banner__sheen.svelte-ev8l0r{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit}.launch-note-banner__pulse.svelte-ev8l0r{z-index:0;background:radial-gradient(circle at 18% 50%,color-mix(in srgb,var(--accent) 14%,transparent) 0%,transparent 28%),radial-gradient(circle at 82% 50%,color-mix(in srgb,var(--sea) 20%,transparent) 0%,transparent 30%);animation:svelte-ev8l0r-launch-note-pulse 2.8s ease-in-out infinite}.launch-note-banner__sheen.svelte-ev8l0r{z-index:1;top:-20%;right:-10%;bottom:-20%;left:-10%;background:linear-gradient(115deg,transparent 24%,rgba(255,255,255,.04) 42%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.04) 58%,transparent 76%);transform:translate(-120%) skew(-18deg);animation:svelte-ev8l0r-launch-note-sheen 3.2s cubic-bezier(.22,1,.36,1) infinite}[data-theme-mode=light] .launch-note-banner{border-color:color-mix(in srgb,var(--panel-border) 72%,var(--line));background:linear-gradient(180deg,#fffcf7fa,#fcf6eef0),var(--panel);box-shadow:inset 0 1px #ffffffbf,0 18px 44px #7652301f}[data-theme-mode=light] .launch-note-banner__button{color:color-mix(in srgb,var(--ink) 84%,var(--sea))}[data-theme-mode=light] .launch-note-banner__button:hover{background:linear-gradient(90deg,#dd6d3b0d,#1c8d8614)}[data-theme-mode=light] .launch-note-banner__text{text-shadow:0 0 16px rgba(255,255,255,.95)}[data-theme-mode=dark] .launch-note-banner{border-color:#ffffff14;background:linear-gradient(180deg,#1c1917f5,#161412f0),var(--panel);box-shadow:inset 0 1px #ffffff08,0 18px 42px #0000003d}[data-theme-mode=dark] .launch-note-banner__button{color:color-mix(in srgb,white 84%,var(--sea))}[data-theme-mode=dark] .launch-note-banner__button:hover{background:linear-gradient(90deg,#dd6d3b12,#1c8d861f)}[data-theme-mode=dark] .launch-note-banner__text{text-shadow:0 0 18px rgba(28,141,134,.2)}@keyframes svelte-ev8l0r-launch-note-rocket{0%,to{transform:translateY(-1px) rotate(-7deg) scale(1)}35%{transform:translateY(-4px) rotate(4deg) scale(1.08)}65%{transform:translateY(-2px) rotate(10deg) scale(1.03)}}@keyframes svelte-ev8l0r-launch-note-content-glow{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.015);filter:brightness(1.12)}}@keyframes svelte-ev8l0r-launch-note-pulse{0%,to{opacity:.5;transform:scale(.985)}50%{opacity:1;transform:scale(1.02)}}@keyframes svelte-ev8l0r-launch-note-sheen{0%{transform:translate(-120%) skew(-18deg);opacity:0}15%{opacity:.65}45%{opacity:.85}to{transform:translate(120%) skew(-18deg);opacity:0}}@keyframes svelte-ev8l0r-launch-note-spark{0%,to{opacity:.45;transform:translateY(-50%) scale(.9)}50%{opacity:1;transform:translateY(-50%) scale(1.16)}}@media(prefers-reduced-motion:reduce){.launch-note-banner__content.svelte-ev8l0r,.launch-note-banner__emoji.svelte-ev8l0r,.launch-note-banner__spark.svelte-ev8l0r,.launch-note-banner__pulse.svelte-ev8l0r,.launch-note-banner__sheen.svelte-ev8l0r{animation:none}}@media(max-width:640px){.launch-note-banner__button{min-height:48px;padding:.82rem 1rem}.launch-note-banner__content.svelte-ev8l0r{gap:.55rem}.launch-note-banner__text{letter-spacing:.14em}}.public-shell__masthead.svelte-1h22oa1{--public-launch-note-gap: .75rem;position:relative;isolation:isolate}.public-shell__launch-note-slot.svelte-1h22oa1{position:relative;z-index:0;display:grid;grid-template-rows:0fr;margin-bottom:0;opacity:0;overflow:visible;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1),margin-bottom .32s cubic-bezier(.22,1,.36,1),opacity .18s ease}.public-shell__launch-note-slot--visible.svelte-1h22oa1,.public-shell__launch-note-slot--entering.svelte-1h22oa1{grid-template-rows:1fr;margin-bottom:var(--public-launch-note-gap);opacity:1}.public-shell__launch-note-slot--exiting.svelte-1h22oa1{opacity:1}.public-shell__launch-note-inner.svelte-1h22oa1{min-height:0;overflow:visible;transform:translate3d(0,calc(100% + var(--public-launch-note-gap)),0) scale(.985);transform-origin:top center;opacity:0;filter:saturate(.92);will-change:transform,opacity;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .18s ease,filter .24s ease}.public-shell__launch-note-slot--visible.svelte-1h22oa1 .public-shell__launch-note-inner:where(.svelte-1h22oa1),.public-shell__launch-note-slot--entering.svelte-1h22oa1 .public-shell__launch-note-inner:where(.svelte-1h22oa1){transform:translateZ(0) scale(1);opacity:1;filter:none}.public-shell__toolbar-wrap.svelte-1h22oa1{position:relative;z-index:2}@media(min-width:640px){.public-shell__masthead.svelte-1h22oa1{--public-launch-note-gap: 1rem}}@media(prefers-reduced-motion:reduce){.public-shell__launch-note-slot.svelte-1h22oa1,.public-shell__launch-note-inner.svelte-1h22oa1{transition-duration:0ms}.public-shell__launch-note-inner.svelte-1h22oa1{transform:none;filter:none}.public-shell__launch-note-slot--hidden.svelte-1h22oa1 .public-shell__launch-note-inner:where(.svelte-1h22oa1),.public-shell__launch-note-slot--exiting.svelte-1h22oa1 .public-shell__launch-note-inner:where(.svelte-1h22oa1){opacity:0}.public-shell__launch-note-slot--visible.svelte-1h22oa1 .public-shell__launch-note-inner:where(.svelte-1h22oa1),.public-shell__launch-note-slot--entering.svelte-1h22oa1 .public-shell__launch-note-inner:where(.svelte-1h22oa1){opacity:1}}.share-result-cta__content.svelte-1aftydb{display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.share-result-cta__spinner.svelte-1aftydb{width:.95rem;height:.95rem;border-radius:9999px;border:2px solid currentColor;border-right-color:transparent;animation:svelte-1aftydb-share-result-cta-spin .8s linear infinite}@keyframes svelte-1aftydb-share-result-cta-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game-results-hero__glow.svelte-1jjtsgo{position:absolute;border-radius:9999px;pointer-events:none;filter:blur(22px);opacity:.92}.game-results-hero__glow--primary.svelte-1jjtsgo{top:-9rem;left:-8rem;width:clamp(18rem,42vw,30rem);height:clamp(18rem,42vw,30rem);background:radial-gradient(circle,rgba(221,109,59,.34) 0%,rgba(221,109,59,.14) 40%,transparent 72%)}.game-results-hero__glow--secondary.svelte-1jjtsgo{right:-5rem;bottom:-8rem;width:clamp(16rem,34vw,24rem);height:clamp(16rem,34vw,24rem);background:radial-gradient(circle,rgba(45,212,191,.28) 0%,rgba(45,212,191,.1) 42%,transparent 74%)}.game-results-hero__notice.svelte-1jjtsgo,.game-results-meta-card.svelte-1jjtsgo,.game-results-scorecard.svelte-1jjtsgo{border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.game-results-hero__notice.svelte-1jjtsgo{border-radius:24px;padding:1rem 1.1rem}.game-results-meta-card.svelte-1jjtsgo{border-radius:20px;padding:.95rem 1rem;min-height:84px}.game-results-hero__main.svelte-1jjtsgo{order:2}.game-results-scorecard.svelte-1jjtsgo{border-radius:28px;padding:1.25rem 1.25rem 1.35rem;box-shadow:inset 0 1px #ffffff14}.game-results-scorecard--hero.svelte-1jjtsgo{order:1}.game-results-scorecard__value.svelte-1jjtsgo{display:block;margin-top:.75rem;font-family:var(--font-mono);font-size:clamp(3rem,8vw,5rem);line-height:.92;color:var(--ink-on-dark)}.game-results-highlight-card__line.svelte-1jjtsgo,.game-results-history-card__line.svelte-1jjtsgo{position:absolute;inset:0 0 auto 0;height:5px}.game-results-highlight-card__pill.svelte-1jjtsgo,.game-results-history-card__badge.svelte-1jjtsgo{display:inline-flex;width:fit-content;max-width:100%;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--line);padding:.65rem .9rem}.game-results-highlight-card__value.svelte-1jjtsgo,.game-results-history-card__score.svelte-1jjtsgo{display:block;font-family:var(--font-mono);line-height:.94;color:var(--ink)}.game-results-highlight-card__value.svelte-1jjtsgo{font-size:clamp(2.1rem,4.5vw,3rem)}.game-results-history-card__score.svelte-1jjtsgo{margin-top:1.25rem;font-size:clamp(2.35rem,5vw,3.3rem)}.game-results-chart-placeholder.svelte-1jjtsgo{display:flex;min-height:220px;align-items:center;justify-content:center;border-radius:24px;border:1px solid var(--line);background:var(--surface-vibrant)}.game-results-history-card__fact.svelte-1jjtsgo{display:flex;align-items:flex-start;gap:.65rem}.game-results-history-card__fact-dot.svelte-1jjtsgo{width:.5rem;height:.5rem;flex:0 0 auto;margin-top:.55rem;border-radius:9999px;background:var(--accent)}[data-theme-mode=dark] .game-results-highlight-card,[data-theme-mode=dark] .game-results-history-card{box-shadow:0 24px 60px #00000047}[data-theme-mode=dark] .game-results-hero__notice,[data-theme-mode=dark] .game-results-meta-card,[data-theme-mode=dark] .game-results-scorecard{border-color:#ffffff1f;background:linear-gradient(180deg,#ffffff17,#ffffff08)}@media(max-width:640px){.game-results-hero__glow.svelte-1jjtsgo{filter:blur(18px)}.game-results-scorecard.svelte-1jjtsgo{padding:1.1rem 1rem 1.2rem}.game-results-scorecard__value.svelte-1jjtsgo{font-size:clamp(2.5rem,12vw,4rem)}.game-results-meta-card.svelte-1jjtsgo{min-height:0;padding:.85rem .9rem}.game-results-highlight-card__value.svelte-1jjtsgo{font-size:clamp(1.9rem,10vw,2.6rem)}.game-results-history-card__score.svelte-1jjtsgo{margin-top:1rem;font-size:clamp(2.1rem,10vw,2.85rem)}.game-results-chart-placeholder.svelte-1jjtsgo{min-height:200px}}@media(min-width:1280px){.game-results-hero__main.svelte-1jjtsgo{order:1}.game-results-scorecard--hero.svelte-1jjtsgo{order:2}}.game-results-route.svelte-1w7d7jy{background:var(--bg-gradient);isolation:isolate}.game-results-route.svelte-1w7d7jy:before,.game-results-route.svelte-1w7d7jy:after{content:"";position:absolute;border-radius:9999px;pointer-events:none;filter:blur(14px);z-index:0}.game-results-route.svelte-1w7d7jy:before{top:-12rem;left:-10rem;width:clamp(20rem,44vw,34rem);height:clamp(20rem,44vw,34rem);background:radial-gradient(circle,rgba(221,109,59,.22) 0%,rgba(221,109,59,.08) 34%,transparent 72%)}.game-results-route.svelte-1w7d7jy:after{right:-9rem;bottom:-12rem;width:clamp(18rem,40vw,30rem);height:clamp(18rem,40vw,30rem);background:radial-gradient(circle,rgba(45,212,191,.2) 0%,rgba(45,212,191,.06) 38%,transparent 74%)}[data-theme-mode=dark] .game-results-route:before{background:radial-gradient(circle,rgba(221,109,59,.2) 0%,rgba(221,109,59,.08) 30%,transparent 68%)}[data-theme-mode=dark] .game-results-route:after{background:radial-gradient(circle,rgba(45,212,191,.16) 0%,rgba(45,212,191,.05) 30%,transparent 70%)}.public-run-summary-hero__glow.svelte-n774ae{position:absolute;border-radius:9999px;pointer-events:none;filter:blur(22px);opacity:.92}.public-run-summary-hero__glow--primary.svelte-n774ae{top:-9rem;left:-8rem;width:clamp(18rem,42vw,30rem);height:clamp(18rem,42vw,30rem);background:radial-gradient(circle,rgba(221,109,59,.34) 0%,rgba(221,109,59,.14) 40%,transparent 72%)}.public-run-summary-hero__glow--secondary.svelte-n774ae{right:-5rem;bottom:-8rem;width:clamp(16rem,34vw,24rem);height:clamp(16rem,34vw,24rem);background:radial-gradient(circle,rgba(45,212,191,.28) 0%,rgba(45,212,191,.1) 42%,transparent 74%)}.public-run-summary-meta-card.svelte-n774ae,.public-run-summary-scorecard.svelte-n774ae{border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-run-summary-hero__main.svelte-n774ae{order:2}.public-run-summary-meta-card.svelte-n774ae{border-radius:20px;padding:.95rem 1rem;min-height:84px}.public-run-summary-scorecard.svelte-n774ae{order:1;border-radius:28px;padding:1.25rem 1.25rem 1.35rem;box-shadow:inset 0 1px #ffffff14}.public-run-summary-scorecard__value.svelte-n774ae{display:block;margin-top:.75rem;font-family:var(--font-mono);font-size:clamp(3rem,8vw,5rem);line-height:.92;color:var(--ink-on-dark)}.public-run-summary-highlight-card__line.svelte-n774ae,.public-run-summary-history-card__line.svelte-n774ae{position:absolute;inset:0 0 auto 0;height:5px}.public-run-summary-highlight-card__pill.svelte-n774ae,.public-run-summary-history-card__badge.svelte-n774ae{display:inline-flex;width:fit-content;max-width:100%;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--line);padding:.65rem .9rem}.public-run-summary-highlight-card__value.svelte-n774ae,.public-run-summary-history-card__score.svelte-n774ae{display:block;font-family:var(--font-mono);line-height:.94;color:var(--ink)}.public-run-summary-highlight-card__value.svelte-n774ae{font-size:clamp(2.1rem,4.5vw,3rem)}.public-run-summary-history-card__score.svelte-n774ae{margin-top:1.25rem;font-size:clamp(2.35rem,5vw,3.3rem)}[data-theme-mode=dark] .public-run-summary-highlight-card,[data-theme-mode=dark] .public-run-summary-history-card{box-shadow:0 24px 60px #00000047}[data-theme-mode=dark] .public-run-summary-meta-card,[data-theme-mode=dark] .public-run-summary-scorecard{border-color:#ffffff1f;background:linear-gradient(180deg,#ffffff17,#ffffff08)}@media(max-width:640px){.public-run-summary-hero__glow.svelte-n774ae{filter:blur(18px)}.public-run-summary-meta-card.svelte-n774ae{min-height:0;padding:.85rem .9rem}.public-run-summary-scorecard.svelte-n774ae{padding:1.1rem 1rem 1.2rem}.public-run-summary-scorecard__value.svelte-n774ae{font-size:clamp(2.5rem,12vw,4rem)}.public-run-summary-highlight-card__value.svelte-n774ae{font-size:clamp(1.9rem,10vw,2.6rem)}.public-run-summary-history-card__score.svelte-n774ae{margin-top:1rem;font-size:clamp(2.1rem,10vw,2.85rem)}}@media(min-width:1280px){.public-run-summary-hero__main.svelte-n774ae{order:1}.public-run-summary-scorecard--hero.svelte-n774ae{order:2}}/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@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-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--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;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, 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-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-800:oklch(47.3% .137 46.201);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-teal-100:oklch(95.3% .051 180.801);--color-teal-200:oklch(91% .096 180.426);--color-teal-300:oklch(85.5% .138 181.071);--color-teal-400:oklch(77.7% .152 181.912);--color-teal-500:oklch(70.4% .14 182.503);--color-teal-600:oklch(60% .118 184.704);--color-teal-700:oklch(51.1% .096 186.391);--color-stone-50:oklch(98.5% .001 106.423);--color-stone-100:oklch(97% .001 106.424);--color-stone-200:oklch(92.3% .003 48.717);--color-stone-300:oklch(86.9% .005 56.366);--color-stone-500:oklch(55.3% .013 58.071);--color-stone-600:oklch(44.4% .011 73.639);--color-stone-700:oklch(37.4% .01 67.558);--color-stone-800:oklch(26.8% .007 34.298);--color-stone-900:oklch(21.6% .006 56.043);--color-stone-950:oklch(14.7% .004 49.25);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--leading-tight:1.25;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--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%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, 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{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]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance: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{:root{--bg:#f6f1e8;--bg-dark:#1b1917;--bg-gradient:linear-gradient(180deg, #f8f4ec 0%, #efe5d6 48%, #f6f0e7 100%);--bg-sunken:#0000000a;--bg-sunken-glass:#f6f1e8f5;--panel:#fffbf5e0;--panel-bg:#fffbf5e0;--panel-border:#fffc;--panel-strong:#fffaf3;--surface-vibrant:#ffffffa6;--surface:var(--surface-vibrant);--surface-soft-bg:#ffffffd1;--surface-sunken:#0000000a;--surface-bg:#fffbf5e0;--surface-border:#fffc;--surface-dark-bg:#1e1b18eb;--ink:#1b1a18;--ink-secondary:#57534e;--ink-muted:#6e665d;--muted:#6e665d;--ink-on-dark:#fff;--ink-secondary-on-dark:#ffffffb3;--ink-muted-on-dark:#ffffff80;--line:#1b1a181f;--border-subtle:#1b1a1814;--accent:#dd6d3b;--accent-alpha:#dd6d3b1a;--accent-deep:#b6491d;--sea:#1c8d86;--sea-muted:#1c8d8666;--gold:#e9b949;--gold-light:#e9b9492e;--gold-strong:#c98a0c;--radius-lg:28px;--radius-md:18px;--shadow:0 24px 60px #76523029;--typing-word-size:clamp(1.45rem, 2.4vw, 2.3rem);--input-bg:#ffffffe6;--input-border:#d6d3d1;--toolbar-link:#57534e;--toolbar-link-hover-bg:#ffffffb8;--toolbar-link-hover-border:#a8a29e6b;--toolbar-link-active-bg:#dd6d3b;--toolbar-link-active-text:#fff;--toolbar-menu-bg:#fffffffa;--toolbar-menu-border:#1b1a181f;--toolbar-menu-shadow:0 20px 40px #7652301f;--toolbar-menu-item-hover:#0000000a;--toolbar-avatar-bg:#0000000d;--toolbar-avatar-text:#57534e;--btn-secondary-bg:#ffffffe6;--btn-secondary-border:#d6d3d1;--btn-secondary-text:#1c1917;--btn-secondary-hover-bg:#f5f5f4;--btn-secondary-hover-border:#a8a29e;--btn-provider-bg:#fffffff5;--btn-provider-border:#d6d3d1;--btn-provider-text:#1c1917;--btn-provider-hover-bg:#f5f5f4;--btn-provider-hover-border:#a8a29e;--btn-text-color:#0f766e;--btn-text-hover-bg:#ccfbf199;--tag-soft-bg:#ffffffe6;--tag-soft-text:#1c1917;--coming-soon-bg:#ffffff2e;--coming-soon-hover-bg:#ffffff47;--coming-soon-badge-bg:#ffffffeb;--coming-soon-badge-text:#44403c;--legal-bg-gradient:linear-gradient(180deg, #fcf9f5fa 0%, #f5eee6fa 100%);--legal-card-bg:#ffffffbd;--legal-shadow:#7652300f;--dashed-bg:#ffffff9e;--dashed-border:#1b1a1824;--font-mono:"IBM Plex Mono", monospace;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--shell-gutter:clamp(16px, 3vw, 28px);--shell-page-padding-y:clamp(16px, 2.8vw, 28px);--shell-card-padding:clamp(20px, 2.8vw, 32px);--shell-card-padding-compact:clamp(16px, 2vw, 24px);--shell-card-padding-roomy:clamp(24px, 3.2vw, 36px)}*{box-sizing:border-box}body{min-height:100dvh;color:var(--ink);background:var(--bg-gradient,linear-gradient(180deg, #f8f4ec 0%, #efe5d6 48%, #f6f0e7 100%));margin:0;font-family:Space Grotesk,sans-serif}button,input{font:inherit}.hidden{display:none!important}.app-shell{width:min(1320px,calc(100% - (2 * var(--shell-gutter))));padding:var(--shell-page-padding-y) 0 max(40px,var(--safe-bottom));margin:0 auto}.shell-card-padding{padding:var(--shell-card-padding)}.shell-card-padding-compact{padding:var(--shell-card-padding-compact)}.shell-card-padding-roomy{padding:var(--shell-card-padding-roomy)}.card{background:var(--panel);border-radius:var(--radius-lg);border:1px solid #ffffff8c;box-shadow:0 8px 18px #7652300d}.topbar,.hero-card,.auth-card,.profile-card,.competition-card,.leaderboard-card,.activity-card,.game-shell__hud,.game-shell__stage,.panel-card,.game-overlay__card{padding:24px}.topbar{justify-content:space-between;align-items:end;gap:24px;display:flex}.topbar h1,.hero-card h2,.game-shell__stage h2{margin:8px 0 10px}.topbar__badges,.hero-card__actions,.competition-card__actions,.competition-room__controls,.auth-form__actions,.result-actions,.result-meta{flex-wrap:wrap;gap:12px;display:flex}.dashboard-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;display:grid}.hero-card,.leaderboard-card{grid-column:span 2}.eyebrow,.label{text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin:0;font-size:.72rem;font-weight:700}.panel-copy{color:var(--muted);margin:0;line-height:1.65}.primary-btn,.secondary-btn,.text-btn{cursor:pointer;border:none;border-radius:999px;padding:12px 18px}.primary-btn{background:linear-gradient(135deg,var(--accent),#ef8a45);color:#fff}.secondary-btn{border:1px solid var(--line);color:var(--ink);background:#ffffffad}.text-btn{color:var(--sea);background:0 0;padding-inline:0}.status-pill,.accent-pill,.status-chip,.queue-chip,.leaderboard-tab span{font-family:IBM Plex Mono,monospace}.status-pill{border-radius:999px;align-items:center;padding:10px 14px;font-size:.82rem;display:inline-flex}.status-pill--live{color:var(--sea);background:#1c8d8624}.status-pill--dev{color:#8e6510;background:#e9b94933}.status-pill--muted{color:var(--muted);background:#1b1a1814}.section-header{justify-content:space-between;align-items:start;gap:12px;margin-bottom:14px;display:flex}.section-header h3,.leaderboard-row strong,.standing-row strong,.profile-grid strong,.game-shell__hud strong,.stat-card strong{font-family:IBM Plex Mono,monospace}.auth-form,.auth-session,.leaderboard-list,.activity-list,.standings-list,.feed-stack,.stat-grid,.profile-grid,.results-grid,.multitask-queue,.game-shell__layout{gap:12px;display:grid}.auth-input,.compact-input,.typing-input{border-radius:var(--radius-md);background:#ffffffe0;border:1px solid #1b1a1826;width:100%;padding:14px 16px}.compact-input{max-width:180px}.profile-grid,.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid>div,.stat-card,.feed-panel,.leaderboard-row,.standing-row,.activity-row{border-radius:var(--radius-md);border:1px solid var(--line);background:#ffffff9e}.profile-grid>div,.stat-card,.feed-panel,.activity-row{padding:14px}.leaderboard-tabs{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.leaderboard-tabs--secondary{margin-top:-4px}.leaderboard-tab input{display:none}.leaderboard-tab span{border:1px solid var(--line);background:#ffffffad;border-radius:999px;padding:10px 14px;display:inline-flex}.leaderboard-tab--active span{color:var(--sea);background:#1c8d8624}.leaderboard-row,.standing-row{justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.leaderboard-row small{color:var(--muted);margin-top:4px;display:block}.game-shell-hidden{display:none}@media(min-width:640px){.shell-toolbar__actions{flex-wrap:nowrap;justify-content:flex-end}.shell-toolbar__nav{flex-wrap:nowrap}}@media(max-width:767px){.shell-footer__copy{margin-top:1rem;font-size:1rem;line-height:1.75}.shell-footer__meta-copy{margin-left:0!important}.shell-footer__social-link,.shell-footer__link,.shell-footer__feedback-button,.shell-footer__privacy-button{align-items:center;min-height:44px;display:inline-flex}}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-1\/2{top:50%}.top-4{top:calc(var(--spacing) * 4)}.top-5{top:calc(var(--spacing) * 5)}.top-8{top:calc(var(--spacing) * 8)}.right-4{right:calc(var(--spacing) * 4)}.right-5{right:calc(var(--spacing) * 5)}.right-8{right:calc(var(--spacing) * 8)}.bottom-0{bottom:calc(var(--spacing) * 0)}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-\[100\]{z-index:100}.z-\[110\]{z-index:110}.z-\[120\]{z-index:120}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.mt-0{margin-top:calc(var(--spacing) * 0)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-7{margin-top:calc(var(--spacing) * 7)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-14{margin-top:calc(var(--spacing) * 14)}.mt-20{margin-top:calc(var(--spacing) * 20)}.mt-auto{margin-top:auto}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.aspect-square{aspect-ratio:1}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-20{height:calc(var(--spacing) * 20)}.h-28{height:calc(var(--spacing) * 28)}.h-36{height:calc(var(--spacing) * 36)}.h-40{height:calc(var(--spacing) * 40)}.h-64{height:calc(var(--spacing) * 64)}.h-\[3\.25rem\]{height:3.25rem}.h-\[7\.5rem\]{height:7.5rem}.h-full{height:100%}.h-px{height:1px}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-5{min-height:calc(var(--spacing) * 5)}.min-h-40{min-height:calc(var(--spacing) * 40)}.min-h-56{min-height:calc(var(--spacing) * 56)}.min-h-\[13\.5rem\]{min-height:13.5rem}.min-h-\[16rem\]{min-height:16rem}.min-h-\[18rem\]{min-height:18rem}.min-h-\[22rem\]{min-height:22rem}.min-h-\[25rem\]{min-height:25rem}.min-h-\[27rem\]{min-height:27rem}.min-h-\[28rem\]{min-height:28rem}.min-h-\[34rem\]{min-height:34rem}.min-h-\[36rem\]{min-height:36rem}.min-h-\[42px\]{min-height:42px}.min-h-\[48px\]{min-height:48px}.min-h-\[70dvh\]{min-height:70dvh}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[420px\]{min-height:420px}.min-h-\[520px\]{min-height:520px}.min-h-\[680px\]{min-height:680px}.min-h-screen{min-height:100vh}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-10{width:calc(var(--spacing) * 10)}.w-12{width:calc(var(--spacing) * 12)}.w-14{width:calc(var(--spacing) * 14)}.w-20{width:calc(var(--spacing) * 20)}.w-24{width:calc(var(--spacing) * 24)}.w-40{width:calc(var(--spacing) * 40)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-\[760px\]{max-width:760px}.max-w-\[1160px\]{max-width:1160px}.max-w-\[1384px\]{max-width:1384px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[1480px\]{max-width:1480px}.max-w-full{max-width:100%}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-5{min-width:calc(var(--spacing) * 5)}.min-w-\[5\.75rem\]{min-width:5.75rem}.flex-1{flex:1}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.grid-rows-\[auto_1fr\]{grid-template-rows:auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-px{gap:1px}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}.justify-self-end{justify-self:flex-end}.justify-self-start{justify-self:flex-start}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[4px\]{border-radius:4px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-\[30px\]{border-radius:30px}.rounded-\[32px\]{border-radius:32px}.rounded-\[34px\]{border-radius:34px}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-amber-200{border-color:var(--color-amber-200)}.border-amber-200\/20{border-color:#fee68533}@supports (color:color-mix(in lab,red,red)){.border-amber-200\/20{border-color:color-mix(in oklab,var(--color-amber-200) 20%,transparent)}}.border-stone-200{border-color:var(--color-stone-200)}.border-stone-200\/60{border-color:#e7e5e499}@supports (color:color-mix(in lab,red,red)){.border-stone-200\/60{border-color:color-mix(in oklab,var(--color-stone-200) 60%,transparent)}}.border-stone-200\/70{border-color:#e7e5e4b3}@supports (color:color-mix(in lab,red,red)){.border-stone-200\/70{border-color:color-mix(in oklab,var(--color-stone-200) 70%,transparent)}}.border-stone-200\/80{border-color:#e7e5e4cc}@supports (color:color-mix(in lab,red,red)){.border-stone-200\/80{border-color:color-mix(in oklab,var(--color-stone-200) 80%,transparent)}}.border-stone-300{border-color:var(--color-stone-300)}.border-teal-200{border-color:var(--color-teal-200)}.border-teal-200\/70{border-color:#96f7e4b3}@supports (color:color-mix(in lab,red,red)){.border-teal-200\/70{border-color:color-mix(in oklab,var(--color-teal-200) 70%,transparent)}}.border-teal-400\/60{border-color:#00d3bd99}@supports (color:color-mix(in lab,red,red)){.border-teal-400\/60{border-color:color-mix(in oklab,var(--color-teal-400) 60%,transparent)}}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.border-t-orange-500{border-top-color:var(--color-orange-500)}.\!bg-amber-300\/28{background-color:#ffd23647!important}@supports (color:color-mix(in lab,red,red)){.\!bg-amber-300\/28{background-color:color-mix(in oklab,var(--color-amber-300) 28%,transparent)!important}}.bg-\[var\(--accent\)\]{background-color:var(--accent)}.bg-\[var\(--sea\)\]{background-color:var(--sea)}.bg-\[var\(--surface\)\]{background-color:var(--surface)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black) 60%,transparent)}}.bg-black\/65{background-color:#000000a6}@supports (color:color-mix(in lab,red,red)){.bg-black\/65{background-color:color-mix(in oklab,var(--color-black) 65%,transparent)}}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500) 10%,transparent)}}.bg-stone-50{background-color:var(--color-stone-50)}.bg-stone-50\/70{background-color:#fafaf9b3}@supports (color:color-mix(in lab,red,red)){.bg-stone-50\/70{background-color:color-mix(in oklab,var(--color-stone-50) 70%,transparent)}}.bg-stone-100{background-color:var(--color-stone-100)}.bg-stone-200\/70{background-color:#e7e5e4b3}@supports (color:color-mix(in lab,red,red)){.bg-stone-200\/70{background-color:color-mix(in oklab,var(--color-stone-200) 70%,transparent)}}.bg-stone-950{background-color:var(--color-stone-950)}.bg-teal-500\/6{background-color:#00baa70f}@supports (color:color-mix(in lab,red,red)){.bg-teal-500\/6{background-color:color-mix(in oklab,var(--color-teal-500) 6%,transparent)}}.bg-teal-500\/8{background-color:#00baa714}@supports (color:color-mix(in lab,red,red)){.bg-teal-500\/8{background-color:color-mix(in oklab,var(--color-teal-500) 8%,transparent)}}.bg-teal-500\/10{background-color:#00baa71a}@supports (color:color-mix(in lab,red,red)){.bg-teal-500\/10{background-color:color-mix(in oklab,var(--color-teal-500) 10%,transparent)}}.bg-teal-500\/20{background-color:#00baa733}@supports (color:color-mix(in lab,red,red)){.bg-teal-500\/20{background-color:color-mix(in oklab,var(--color-teal-500) 20%,transparent)}}.bg-white\/8{background-color:#ffffff14}@supports (color:color-mix(in lab,red,red)){.bg-white\/8{background-color:color-mix(in oklab,var(--color-white) 8%,transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.bg-white\/40{background-color:#fff6}@supports (color:color-mix(in lab,red,red)){.bg-white\/40{background-color:color-mix(in oklab,var(--color-white) 40%,transparent)}}.bg-white\/60{background-color:#fff9}@supports (color:color-mix(in lab,red,red)){.bg-white\/60{background-color:color-mix(in oklab,var(--color-white) 60%,transparent)}}.bg-white\/90{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.bg-white\/90{background-color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.bg-white\/92{background-color:#ffffffeb}@supports (color:color-mix(in lab,red,red)){.bg-white\/92{background-color:color-mix(in oklab,var(--color-white) 92%,transparent)}}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[radial-gradient\(circle\,rgba\(249\,115\,22\,0\.12\)_0\%\,rgba\(249\,115\,22\,0\.02\)_56\%\,transparent_72\%\)\]{background-image:radial-gradient(circle,#f973161f,#f9731605 56%,#0000 72%)}.from-orange-500{--tw-gradient-from:var(--color-orange-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-orange-400{--tw-gradient-to:var(--color-orange-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.fill-current{fill:currentColor}.\!p-0{padding:calc(var(--spacing) * 0)!important}.p-0{padding:calc(var(--spacing) * 0)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.\!px-2{padding-inline:calc(var(--spacing) * 2)!important}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-7{padding-inline:calc(var(--spacing) * 7)}.px-8{padding-inline:calc(var(--spacing) * 8)}.\!py-2{padding-block:calc(var(--spacing) * 2)!important}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-7{padding-block:calc(var(--spacing) * 7)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pt-\[2px\]{padding-top:2px}.pr-10{padding-right:calc(var(--spacing) * 10)}.pr-20{padding-right:calc(var(--spacing) * 20)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.92rem\]{font-size:.92rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[0\.98rem\]{font-size:.98rem}.text-\[1\.1rem\]{font-size:1.1rem}.text-\[1\.3rem\]{font-size:1.3rem}.text-\[1\.05rem\]{font-size:1.05rem}.text-\[1\.35rem\]{font-size:1.35rem}.text-\[1rem\]{font-size:1rem}.text-\[2rem\]{font-size:2rem}.text-\[3\.1rem\]{font-size:3.1rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[clamp\(1\.75rem\,4vw\,2\.25rem\)\]{font-size:clamp(1.75rem,4vw,2.25rem)}.text-\[clamp\(2\.2rem\,4vw\,3\.5rem\)\]{font-size:clamp(2.2rem,4vw,3.5rem)}.text-\[clamp\(2\.2rem\,5vw\,3rem\)\]{font-size:clamp(2.2rem,5vw,3rem)}.text-\[clamp\(2\.4rem\,6vw\,3\.4rem\)\]{font-size:clamp(2.4rem,6vw,3.4rem)}.text-\[clamp\(2\.4rem\,7vw\,3\.75rem\)\]{font-size:clamp(2.4rem,7vw,3.75rem)}.text-\[clamp\(2\.5rem\,7vw\,3\.75rem\)\]{font-size:clamp(2.5rem,7vw,3.75rem)}.text-\[clamp\(2\.7rem\,7vw\,3\.8rem\)\]{font-size:clamp(2.7rem,7vw,3.8rem)}.text-\[clamp\(2\.8rem\,7vw\,3\.8rem\)\]{font-size:clamp(2.8rem,7vw,3.8rem)}.text-\[clamp\(2\.25rem\,4vw\,2\.75rem\)\]{font-size:clamp(2.25rem,4vw,2.75rem)}.text-\[clamp\(2\.35rem\,6vw\,3\.2rem\)\]{font-size:clamp(2.35rem,6vw,3.2rem)}.text-\[clamp\(2\.35rem\,6vw\,3\.3rem\)\]{font-size:clamp(2.35rem,6vw,3.3rem)}.text-\[clamp\(2\.55rem\,8vw\,4\.2rem\)\]{font-size:clamp(2.55rem,8vw,4.2rem)}.text-\[clamp\(2\.75rem\,7vw\,3\.75rem\)\]{font-size:clamp(2.75rem,7vw,3.75rem)}.text-\[clamp\(2rem\,4vw\,3rem\)\]{font-size:clamp(2rem,4vw,3rem)}.text-\[clamp\(2rem\,5vw\,2\.5rem\)\]{font-size:clamp(2rem,5vw,2.5rem)}.text-\[clamp\(2rem\,5vw\,2\.75rem\)\]{font-size:clamp(2rem,5vw,2.75rem)}.text-\[clamp\(3\.1rem\,9vw\,4\.5rem\)\]{font-size:clamp(3.1rem,9vw,4.5rem)}.text-\[clamp\(3rem\,9vw\,4\.8rem\)\]{font-size:clamp(3rem,9vw,4.8rem)}.text-\[clamp\(3rem\,10vw\,4\.5rem\)\]{font-size:clamp(3rem,10vw,4.5rem)}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.leading-\[0\.95\]{--tw-leading:.95;line-height:.95}.leading-\[1\.02\]{--tw-leading:1.02;line-height:1.02}.leading-\[1\.08\]{--tw-leading:1.08;line-height:1.08}.leading-\[1\.16\]{--tw-leading:1.16;line-height:1.16}.leading-none{--tw-leading:1;line-height:1}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.04em\]{--tw-tracking:-.04em;letter-spacing:-.04em}.tracking-\[-0\.06em\]{--tw-tracking:-.06em;letter-spacing:-.06em}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.12em\]{--tw-tracking:.12em;letter-spacing:.12em}.tracking-\[0\.14em\]{--tw-tracking:.14em;letter-spacing:.14em}.tracking-\[0\.16em\]{--tw-tracking:.16em;letter-spacing:.16em}.tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.break-all{word-break:break-all}.whitespace-normal{white-space:normal}.whitespace-pre-wrap{white-space:pre-wrap}.\!text-amber-100{color:var(--color-amber-100)!important}.text-\[var\(--ink-muted\)\]{color:var(--ink-muted)}.text-amber-100{color:var(--color-amber-100)}.text-amber-800{color:var(--color-amber-800)}.text-emerald-600{color:var(--color-emerald-600)}.text-red-700{color:var(--color-red-700)}.text-stone-300{color:var(--color-stone-300)}.text-stone-600{color:var(--color-stone-600)}.text-stone-700{color:var(--color-stone-700)}.text-stone-900{color:var(--color-stone-900)}.text-teal-100{color:var(--color-teal-100)}.text-teal-700{color:var(--color-teal-700)}.text-white{color:var(--color-white)}.text-white\/60{color:#fff9}@supports (color:color-mix(in lab,red,red)){.text-white\/60{color:color-mix(in oklab,var(--color-white) 60%,transparent)}}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.text-white\/72{color:#ffffffb8}@supports (color:color-mix(in lab,red,red)){.text-white\/72{color:color-mix(in oklab,var(--color-white) 72%,transparent)}}.text-white\/74{color:#ffffffbd}@supports (color:color-mix(in lab,red,red)){.text-white\/74{color:color-mix(in oklab,var(--color-white) 74%,transparent)}}.text-white\/75{color:#ffffffbf}@supports (color:color-mix(in lab,red,red)){.text-white\/75{color:color-mix(in oklab,var(--color-white) 75%,transparent)}}.text-white\/78{color:#ffffffc7}@supports (color:color-mix(in lab,red,red)){.text-white\/78{color:color-mix(in oklab,var(--color-white) 78%,transparent)}}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_8px_18px_rgba\(118\,82\,48\,0\.04\)\]{--tw-shadow:0 8px 18px var(--tw-shadow-color,#7652300a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_28px_rgba\(118\,82\,48\,0\.04\)\]{--tw-shadow:0 10px 28px var(--tw-shadow-color,#7652300a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);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,)}.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,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.first\:border-t-0:first-child{border-top-style:var(--tw-border-style);border-top-width:0}.first\:pt-0:first-child{padding-top:calc(var(--spacing) * 0)}@media(hover:hover){.hover\:-translate-y-\[1px\]:hover{--tw-translate-y: -1px ;translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:border-stone-300:hover{border-color:var(--color-stone-300)}.hover\:\!bg-transparent:hover{background-color:#0000!important}.hover\:bg-stone-100:hover{background-color:var(--color-stone-100)}.hover\:bg-white:hover{background-color:var(--color-white)}.hover\:bg-white\/14:hover{background-color:#ffffff24}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/14:hover{background-color:color-mix(in oklab,var(--color-white) 14%,transparent)}}.hover\:opacity-70:hover{opacity:.7}}@media(min-width:40rem){.sm\:top-6{top:calc(var(--spacing) * 6)}.sm\:right-6{right:calc(var(--spacing) * 6)}.sm\:mt-2{margin-top:calc(var(--spacing) * 2)}.sm\:mt-5{margin-top:calc(var(--spacing) * 5)}.sm\:mt-10{margin-top:calc(var(--spacing) * 10)}.sm\:h-14{height:calc(var(--spacing) * 14)}.sm\:min-h-\[18rem\]{min-height:18rem}.sm\:min-h-\[20rem\]{min-height:20rem}.sm\:min-h-\[52px\]{min-height:52px}.sm\:min-h-\[640px\]{min-height:640px}.sm\:min-h-\[720px\]{min-height:720px}.sm\:w-14{width:calc(var(--spacing) * 14)}.sm\:w-40{width:calc(var(--spacing) * 40)}.sm\:w-auto{width:auto}.sm\:min-w-48{min-width:calc(var(--spacing) * 48)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.sm\:grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}.sm\:gap-4{gap:calc(var(--spacing) * 4)}.sm\:gap-5{gap:calc(var(--spacing) * 5)}.sm\:self-stretch{align-self:stretch}.sm\:rounded-\[18px\]{border-radius:18px}.sm\:rounded-full{border-radius:3.40282e38px}.sm\:p-4{padding:calc(var(--spacing) * 4)}.sm\:p-6{padding:calc(var(--spacing) * 6)}.sm\:px-4{padding-inline:calc(var(--spacing) * 4)}.sm\:px-5{padding-inline:calc(var(--spacing) * 5)}.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:px-8{padding-inline:calc(var(--spacing) * 8)}.sm\:py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.sm\:py-3{padding-block:calc(var(--spacing) * 3)}.sm\:py-5{padding-block:calc(var(--spacing) * 5)}.sm\:py-6{padding-block:calc(var(--spacing) * 6)}.sm\:py-9{padding-block:calc(var(--spacing) * 9)}.sm\:pr-12{padding-right:calc(var(--spacing) * 12)}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.sm\:text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.sm\:text-\[2\.25rem\]{font-size:2.25rem}.sm\:leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.sm\:leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.sm\:tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}}@media(min-width:48rem){.md\:top-7{top:calc(var(--spacing) * 7)}.md\:right-7{right:calc(var(--spacing) * 7)}.md\:col-span-2{grid-column:span 2/span 2}.md\:min-h-\[31\.5rem\]{min-height:31.5rem}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[1\.1fr_0\.9fr\]{grid-template-columns:1.1fr .9fr}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-5{gap:calc(var(--spacing) * 5)}.md\:gap-6{gap:calc(var(--spacing) * 6)}.md\:p-6{padding:calc(var(--spacing) * 6)}.md\:px-5{padding-inline:calc(var(--spacing) * 5)}.md\:px-7{padding-inline:calc(var(--spacing) * 7)}.md\:px-8{padding-inline:calc(var(--spacing) * 8)}.md\:py-5{padding-block:calc(var(--spacing) * 5)}.md\:py-7{padding-block:calc(var(--spacing) * 7)}.md\:py-8{padding-block:calc(var(--spacing) * 8)}.md\:py-9{padding-block:calc(var(--spacing) * 9)}.md\:pr-14{padding-right:calc(var(--spacing) * 14)}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}}@media(min-width:64rem){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:mt-10{margin-top:calc(var(--spacing) * 10)}.lg\:min-h-\[31rem\]{min-height:31rem}.lg\:min-h-\[36rem\]{min-height:36rem}.lg\:min-h-\[38rem\]{min-height:38rem}.lg\:min-h-\[40rem\]{min-height:40rem}.lg\:w-auto{width:auto}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:grid-cols-\[0\.95fr_1\.05fr\]{grid-template-columns:.95fr 1.05fr}.lg\:grid-cols-\[1\.1fr_0\.9fr\]{grid-template-columns:1.1fr .9fr}.lg\:grid-cols-\[1\.2fr_0\.8fr\]{grid-template-columns:1.2fr .8fr}.lg\:grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.lg\:grid-cols-\[18rem_minmax\(0\,1fr\)\]{grid-template-columns:18rem minmax(0,1fr)}.lg\:grid-cols-\[20rem_minmax\(0\,1fr\)\]{grid-template-columns:20rem minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1\.1fr\)_minmax\(20rem\,0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_220px\]{grid-template-columns:minmax(0,1fr) 220px}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(20rem\,30rem\)\]{grid-template-columns:minmax(0,1fr) minmax(20rem,30rem)}.lg\:flex-row{flex-direction:row}.lg\:items-end{align-items:flex-end}.lg\:items-start{align-items:flex-start}.lg\:items-stretch{align-items:stretch}.lg\:justify-between{justify-content:space-between}.lg\:justify-center{justify-content:center}.lg\:justify-end{justify-content:flex-end}.lg\:gap-5{gap:calc(var(--spacing) * 5)}.lg\:justify-self-auto{justify-self:auto}.lg\:px-7{padding-inline:calc(var(--spacing) * 7)}.lg\:px-8{padding-inline:calc(var(--spacing) * 8)}.lg\:py-7{padding-block:calc(var(--spacing) * 7)}.lg\:py-8{padding-block:calc(var(--spacing) * 8)}.lg\:text-right{text-align:right}}@media(min-width:80rem){.xl\:col-span-1{grid-column:span 1/span 1}.xl\:max-h-\[calc\(100dvh-12rem\)\]{max-height:calc(100dvh - 12rem)}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-\[22rem_minmax\(0\,1fr\)\]{grid-template-columns:22rem minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.4fr\)_minmax\(16rem\,22rem\)\]{grid-template-columns:minmax(0,1.4fr) minmax(16rem,22rem)}.xl\:grid-cols-\[minmax\(0\,1fr\)_300px\]{grid-template-columns:minmax(0,1fr) 300px}.xl\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.xl\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,34rem\)\]{grid-template-columns:minmax(0,1fr) minmax(0,34rem)}.xl\:grid-cols-\[minmax\(0\,760px\)_240px\]{grid-template-columns:minmax(0,760px) 240px}.xl\:grid-cols-\[minmax\(0\,884px\)_minmax\(0\,480px\)\]{grid-template-columns:minmax(0,884px) minmax(0,480px)}.xl\:items-center{align-items:center}.xl\:items-start{align-items:flex-start}.xl\:justify-between{justify-content:space-between}.xl\:self-center{align-self:center}.xl\:justify-self-end{justify-self:flex-end}.xl\:overflow-y-auto{overflow-y:auto}.xl\:px-6{padding-inline:calc(var(--spacing) * 6)}.xl\:text-\[2\.4rem\]{font-size:2.4rem}}.dark\:border-white\/5:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){border-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.dark\:border-white\/5:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){border-color:color-mix(in oklab,var(--color-white) 5%,transparent)}}.dark\:border-white\/10:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:border-white\/10:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){border-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.dark\:border-t-orange-400:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){border-top-color:var(--color-orange-400)}.dark\:bg-\[var\(--surface\)\]:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:var(--surface)}.dark\:bg-black\/20:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:#0003}@supports (color:color-mix(in lab,red,red)){.dark\:bg-black\/20:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:color-mix(in oklab,var(--color-black) 20%,transparent)}}.dark\:bg-white\/5:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.dark\:bg-white\/5:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:color-mix(in oklab,var(--color-white) 5%,transparent)}}.dark\:bg-white\/10:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-white\/10:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.dark\:text-white\/20:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){color:#fff3}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/20:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.dark\:text-white\/70:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/70:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *){color:color-mix(in oklab,var(--color-white) 70%,transparent)}}@media(hover:hover){.dark\:hover\:border-white\/20:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *):hover{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:border-white\/20:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *):hover{border-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.dark\:hover\:bg-white\/10:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *):hover{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-white\/10:where(html[data-theme-mode=dark],html[data-theme-mode=dark] *):hover{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}}}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2)format("woff2-variations")}:root{color-scheme:dark}body{background:var(--bg-gradient);background-attachment:fixed;min-height:100dvh}html:not([data-theme]){color-scheme:dark;--bg:#0f0e0d;--bg-gradient:linear-gradient(180deg, #161412 0%, #0f0e0d 50%, #161412 100%);--panel:#1e1b18eb;--panel-bg:#1e1b18eb;--panel-border:#ffffff1f;--surface-vibrant:#ffffff0d;--surface-soft-bg:#ffffff0f;--surface-sunken:#0006;--surface-dark-bg:#ffffff08;--ink:#fff;--ink-secondary:#ffffffb3;--ink-muted:#ffffff80;--muted:#ffffff80;--line:#ffffff1f;--border-subtle:#ffffff14;--sea:#2dd4bf;--sea-muted:#2dd4bf33;--gold:#fbbf24;--gold-light:#fbbf2438;--gold-strong:#fbbf24;--shadow:0 24px 60px #00000080;--input-bg:#ffffff0f;--input-border:#ffffff26}#app{min-height:100dvh}.shell-panel{border-radius:clamp(24px,2.8vw,var(--radius-lg));border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.shell-surface{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);content-visibility:auto;contain-intrinsic-size:360px;border-radius:clamp(24px,3vw,32px)}.shell-surface-soft{border:1px solid var(--border-subtle);background:var(--surface-vibrant);border-radius:clamp(20px,2.4vw,26px)}.shell-dark-panel{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);background:var(--surface-dark-bg);border:1px solid var(--line);color:var(--ink-on-dark);content-visibility:auto;contain-intrinsic-size:360px;border-radius:clamp(24px,3vw,34px)}.shell-tag-soft{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);text-align:center;white-space:normal;background:var(--tag-soft-bg,#ffffffe6);max-width:100%;color:var(--tag-soft-text,#1c1917);border-radius:3.40282e38px;justify-content:center;align-items:center;padding:clamp(.5rem,1.8vw,.625rem) clamp(.8rem,2vw,1rem);line-height:1.35;display:inline-flex}.shell-tag-active{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);text-align:center;white-space:normal;background:var(--toolbar-link-active-bg,var(--accent));max-width:100%;color:var(--toolbar-link-active-text,#fff);border-radius:3.40282e38px;justify-content:center;align-items:center;padding:clamp(.5rem,1.8vw,.625rem) clamp(.8rem,2vw,1rem);line-height:1.35;display:inline-flex}.shell-tag-teal{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);text-align:center;white-space:normal;background:var(--sea-muted);max-width:100%;color:var(--sea);border-radius:3.40282e38px;justify-content:center;align-items:center;padding:clamp(.5rem,1.8vw,.625rem) clamp(.8rem,2vw,1rem);line-height:1.35;display:inline-flex}.shell-tag-gold{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);text-align:center;white-space:normal;background:var(--gold-light,#e9b94933);max-width:100%;color:var(--gold-strong,var(--gold));border-radius:3.40282e38px;justify-content:center;align-items:center;padding:clamp(.5rem,1.8vw,.625rem) clamp(.8rem,2vw,1rem);line-height:1.35;display:inline-flex}.shell-heading-display{--tw-leading:.94;--tw-font-weight:var(--font-weight-semibold);font-size:clamp(2.4rem,7vw,5.25rem);line-height:.94;font-weight:var(--font-weight-semibold);--tw-tracking:-.06em;letter-spacing:-.06em;color:var(--ink,#1c1917);text-wrap:balance}.shell-score{font-family:var(--font-mono);--tw-leading:.92;--tw-font-weight:var(--font-weight-semibold);font-size:clamp(2.5rem,5vw,4.5rem);line-height:.92;font-weight:var(--font-weight-semibold)}.shell-button-primary{cursor:pointer;padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-white);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.2s;background:linear-gradient(135deg,var(--accent),var(--accent));border-radius:3.40282e38px;justify-content:center;align-items:center;transition-duration:.2s;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.shell-button-primary{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 76%,white))}}.shell-button-primary{color:var(--toolbar-link-active-text,#fff)}.shell-button-primary:hover{filter:brightness(1.08);box-shadow:0 12px 28px var(--accent-alpha,#dd6d3b3d);scale:1.02}.shell-button-primary:active{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);filter:brightness(.94);scale:.97}.shell-button-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.shell-button-primary:disabled{pointer-events:none;opacity:.5}.shell-button-secondary{cursor:pointer;padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.2s;border:1px solid var(--btn-secondary-border);background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border-radius:3.40282e38px;justify-content:center;align-items:center;transition-duration:.2s;display:inline-flex}.shell-button-secondary:hover{--tw-shadow:0 2px 8px var(--tw-shadow-color,#0000000f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:var(--btn-secondary-hover-border);background:var(--btn-secondary-hover-bg);scale:1.02}.shell-button-secondary:active{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);background:var(--btn-secondary-hover-bg);filter:brightness(.95);scale:.97}.shell-button-secondary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.shell-button-secondary:disabled{pointer-events:none;opacity:.5}.shell-button-text{cursor:pointer;padding-inline:calc(var(--spacing) * 2);padding-block:calc(var(--spacing) * 2);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.2s;color:var(--btn-text-color);border-radius:3.40282e38px;justify-content:center;align-items:center;transition-duration:.2s;display:inline-flex}.shell-button-text:hover{background:var(--btn-text-hover-bg);filter:brightness(1.1)}.shell-button-text:active{opacity:.8;scale:.97}.shell-button-text:focus-visible{outline:2px solid var(--sea);outline-offset:2px}.shell-button-text:disabled{pointer-events:none;opacity:.5}.shell-button-dark{cursor:pointer;padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.2s;border:1px solid var(--line);background:var(--surface-dark-bg);color:var(--ink-on-dark);border-radius:3.40282e38px;justify-content:center;align-items:center;transition-duration:.2s;display:inline-flex}.shell-button-dark:hover{filter:brightness(1.06);scale:1.02;box-shadow:0 10px 24px #00000038}.shell-button-dark:active{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);filter:brightness(.94);scale:.97}.shell-button-dark:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.shell-button-dark:disabled{pointer-events:none;opacity:.5}.shell-provider-button{cursor:pointer;border-radius:var(--radius-2xl);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 3);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.2s;border:1px solid var(--btn-provider-border,#d6d3d1);background:var(--btn-provider-bg,#fffffff5);color:var(--btn-provider-text,#1c1917);justify-content:center;align-items:center;transition-duration:.2s;display:inline-flex}.shell-provider-button:hover{--tw-shadow:0 2px 8px var(--tw-shadow-color,#0000000f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:var(--btn-provider-hover-border,#a8a29e);background:var(--btn-provider-hover-bg,#f5f5f4);scale:1.01}.shell-provider-button:active{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);background:var(--btn-provider-hover-bg,#f5f5f4);filter:brightness(.96);scale:.97}.shell-provider-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.shell-provider-button:disabled{pointer-events:none;opacity:.5}.shell-button-primary,.shell-button-secondary,.shell-button-text,.shell-button-dark,.shell-provider-button{text-align:center;max-width:100%;min-height:44px}.shell-button--sm{min-height:40px;padding:.55rem .95rem;font-size:.875rem}.shell-button--md{min-height:46px}.shell-button--lg{min-height:52px;padding:.85rem 1.35rem;font-size:1rem}.shell-button--full{width:100%}.shell-button--wrap{white-space:normal;line-height:1.35}.shell-button--loading{cursor:wait}.shell-button__content{justify-content:center;align-items:center;gap:.6rem;display:inline-flex}.shell-button__spinner{border:2px solid;border-right-color:#0000;border-radius:999px;width:1rem;height:1rem;animation:.75s linear infinite shell-button-spin}@keyframes shell-button-spin{to{transform:rotate(360deg)}}.shell-toolbar{z-index:30;padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 3);border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:clamp(24px,2.8vw,32px);position:relative;overflow:visible}.shell-toolbar__inner{gap:calc(var(--spacing) * 3);flex-direction:column;display:flex;position:relative;overflow:visible}@media(min-width:40rem){.shell-toolbar__inner{flex-direction:row;justify-content:space-between;align-items:center}}.shell-toolbar__brand{align-items:center;gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 1);padding-block:calc(var(--spacing) * 1);text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));border-radius:3.40282e38px;display:inline-flex}.shell-toolbar__brand:hover{background:var(--surface-vibrant)}.shell-toolbar__mark{height:calc(var(--spacing) * 10);width:calc(var(--spacing) * 10);border-radius:var(--radius-xl);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);background:var(--ink);color:var(--bg);justify-content:center;align-items:center;display:inline-flex}.shell-toolbar__wordmark{font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-tracking:.18em;letter-spacing:.18em;text-transform:uppercase;color:var(--ink)}.shell-toolbar__actions{align-items:center;gap:calc(var(--spacing) * 3);flex-wrap:wrap;display:flex}.shell-toolbar__nav{min-width:calc(var(--spacing) * 0);align-items:center;gap:calc(var(--spacing) * 2);scrollbar-width:none;flex-wrap:wrap;display:flex}.shell-toolbar__nav::-webkit-scrollbar{display:none}.shell-toolbar__link{border-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));white-space:nowrap;min-height:42px;color:var(--toolbar-link,#57534e);border-width:1px;border-color:#0000;border-radius:3.40282e38px;justify-content:center;align-items:center;display:inline-flex}.shell-toolbar__link:hover{border-color:var(--toolbar-link-hover-border);background:var(--toolbar-link-hover-bg);color:var(--ink)}.shell-toolbar__link--active{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:var(--accent)!important;background:var(--accent)!important;color:#fff!important}.shell-toolbar__menu-wrap{z-index:40;position:relative}.shell-toolbar__profile-trigger{padding:calc(var(--spacing) * 1.5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));border:1px solid var(--line);background:var(--surface-vibrant);color:var(--ink);border-radius:3.40282e38px;justify-content:center;align-items:center;display:inline-flex}.shell-toolbar__profile-trigger:hover{background:var(--surface-sunken);border-color:var(--ink-secondary)}.shell-toolbar__profile-trigger--active{color:#fff;border-color:var(--ink-secondary);background:#0006}.shell-toolbar__avatar{height:calc(var(--spacing) * 6);width:calc(var(--spacing) * 6);font-family:var(--font-mono);--tw-tracking:.12em;letter-spacing:.12em;text-transform:uppercase;background:var(--toolbar-avatar-bg);color:var(--toolbar-avatar-text);border-radius:3.40282e38px;justify-content:center;align-items:center;font-size:10px;display:inline-flex}.shell-toolbar__profile-trigger--active .shell-toolbar__avatar{color:#fff;background:#ffffff24}.shell-toolbar__menu{top:calc(100% + 12px);right:calc(var(--spacing) * 0);z-index:50;min-width:190px;padding:calc(var(--spacing) * 2);border:1px solid var(--toolbar-menu-border);background:var(--toolbar-menu-bg);box-shadow:var(--toolbar-menu-shadow);border-radius:18px;position:absolute}.shell-toolbar__menu-item{align-items:center;gap:calc(var(--spacing) * 3);border-radius:var(--radius-xl);width:100%;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2.5);text-align:left;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));color:var(--ink);display:flex}.shell-toolbar__menu-item:hover,.shell-toolbar__menu-item--active{background:var(--toolbar-menu-item-hover)}.shell-toolbar__menu-item--signout{color:#b91c1c}.shell-toolbar__menu-item--signout:hover{background:#b91c1c0d}.shell-toolbar__menu-icon{height:calc(var(--spacing) * 8);width:calc(var(--spacing) * 8);background:var(--toolbar-avatar-bg);color:var(--toolbar-avatar-text);border-radius:3.40282e38px;justify-content:center;align-items:center;display:inline-flex}.shell-toolbar__menu-item--signout .shell-toolbar__menu-icon{color:#b91c1c;background:#b91c1c0d}.shell-toolbar__menu-icon svg{height:calc(var(--spacing) * 4);width:calc(var(--spacing) * 4)}.shell-toolbar__menu-separator{margin-block:calc(var(--spacing) * 1);background:var(--line);height:1px}.shell-footer{padding-inline:calc(var(--spacing) * 7);padding-block:calc(var(--spacing) * 6);border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:clamp(24px,2.8vw,30px);position:relative;overflow:hidden}.shell-footer:before{content:"";pointer-events:none;inset:calc(var(--spacing) * 0);opacity:.45;background-image:repeating-linear-gradient(90deg,#6558490a 0,#6558490a 1px,#0000 1px,#0000 120px);position:absolute}.shell-footer__inner,.shell-footer__meta{z-index:10;position:relative}.shell-footer__brand-row{align-items:center;gap:calc(var(--spacing) * 3);display:flex}.shell-footer__brand-mark{height:calc(var(--spacing) * 9);width:calc(var(--spacing) * 9);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);background:var(--ink);color:var(--bg);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.shell-footer__brand-wordmark{font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-tracking:.14em;letter-spacing:.14em;text-transform:uppercase;color:var(--ink)}.shell-footer__copy{margin-top:calc(var(--spacing) * 4);--tw-leading:calc(var(--spacing) * 8);max-width:34rem;font-size:1.05rem;line-height:calc(var(--spacing) * 8);color:var(--ink-secondary)}.shell-footer__links{margin-top:calc(var(--spacing) * 5);align-items:center;column-gap:calc(var(--spacing) * 5);row-gap:calc(var(--spacing) * 3);flex-wrap:wrap;display:flex}.shell-footer__socials{margin-top:calc(var(--spacing) * 4);align-items:center;gap:calc(var(--spacing) * 3);flex-wrap:wrap;display:flex}.shell-footer__link{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));color:var(--ink)}.shell-footer__link:hover{color:var(--accent)}.shell-footer__feedback-button,.shell-footer__privacy-button{min-height:0;color:var(--ink);font-size:1rem}.shell-footer__privacy-button:hover,.shell-footer__feedback-button:hover{color:var(--accent)}.shell-footer__link--email{color:var(--color-teal-700)}@media(hover:hover){.shell-footer__link--email:hover{color:var(--color-teal-600)}}.shell-footer__social-link{border-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));border-width:1px;border-color:var(--line);background:var(--panel-strong);border-radius:3.40282e38px;align-items:center;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.shell-footer__social-link{background:color-mix(in srgb,var(--panel-strong) 72%,transparent)}}.shell-footer__social-link{color:var(--ink-secondary)}.shell-footer__social-link:hover{border-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.shell-footer__social-link:hover{border-color:color-mix(in srgb,var(--accent) 38%,var(--line))}}.shell-footer__social-link:hover{color:var(--accent)}.shell-footer__meta{margin-top:calc(var(--spacing) * 5);gap:calc(var(--spacing) * 2);border-top-style:var(--tw-border-style);border-color:#e7e5e4cc;border-top-width:1px;flex-direction:column;display:flex}@supports (color:color-mix(in lab,red,red)){.shell-footer__meta{border-color:color-mix(in oklab,var(--color-stone-200) 80%,transparent)}}.shell-footer__meta{padding-top:calc(var(--spacing) * 4)}@media(min-width:40rem){.shell-footer__meta{flex-direction:row;justify-content:space-between;align-items:center}}.shell-footer__meta-eyebrow{font-family:var(--font-mono);--tw-tracking:.14em;letter-spacing:.14em;color:var(--color-stone-500);text-transform:uppercase;font-size:11px}.shell-footer__meta-copy{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-stone-500)}.shell-pill{align-items:center;gap:calc(var(--spacing) * 2);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);--tw-tracking:.22em;letter-spacing:.22em;text-transform:uppercase;border-radius:3.40282e38px;display:inline-flex}.shell-card-title{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight);color:var(--ink)}.shell-copy{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7);color:var(--ink-secondary)}.blog-prose{--tw-leading:calc(var(--spacing) * 8);font-size:clamp(1rem,2.4vw,1.08rem);line-height:calc(var(--spacing) * 8);color:var(--ink-muted)}.blog-prose>:first-child{margin-top:calc(var(--spacing) * 0)}.blog-prose>:last-child{margin-bottom:calc(var(--spacing) * 0)}.blog-prose h2{margin-top:calc(var(--spacing) * 10);--tw-leading:1.04;--tw-font-weight:var(--font-weight-semibold);font-size:clamp(1.75rem,4vw,2.2rem);line-height:1.04;font-weight:var(--font-weight-semibold);--tw-tracking:-.04em;letter-spacing:-.04em;color:var(--ink)}.blog-prose h3{margin-top:calc(var(--spacing) * 8);--tw-leading:1.1;--tw-font-weight:var(--font-weight-semibold);font-size:clamp(1.35rem,3vw,1.55rem);line-height:1.1;font-weight:var(--font-weight-semibold);--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight);color:var(--ink)}.blog-prose p,.blog-prose ul,.blog-prose ol,.blog-prose blockquote,.blog-prose pre{margin-block:calc(var(--spacing) * 6)}.blog-prose ul,.blog-prose ol{padding-left:calc(var(--spacing) * 6)}.blog-prose li{margin-block:calc(var(--spacing) * 2)}.blog-prose blockquote{border-style:var(--tw-border-style);border-width:1px;border-color:#e7e5e4cc;border-radius:22px}@supports (color:color-mix(in lab,red,red)){.blog-prose blockquote{border-color:color-mix(in oklab,var(--color-stone-200) 80%,transparent)}}.blog-prose blockquote{background-color:#ffffffb8}@supports (color:color-mix(in lab,red,red)){.blog-prose blockquote{background-color:color-mix(in oklab,var(--color-white) 72%,transparent)}}.blog-prose blockquote{padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 4);color:var(--color-stone-700);font-style:italic}.blog-prose a{color:var(--color-teal-700);text-decoration-line:underline;-webkit-text-decoration-color:var(--color-teal-300);text-decoration-color:var(--color-teal-300);text-underline-offset:4px}.blog-prose code{background-color:var(--color-stone-100);padding-inline:calc(var(--spacing) * 1.5);padding-block:calc(var(--spacing) * 1);font-family:var(--font-mono);color:var(--color-stone-800);border-radius:.25rem;font-size:.95rem}.blog-prose pre{border-style:var(--tw-border-style);border-width:1px;border-color:#e7e5e4cc;border-radius:24px;overflow-x:auto}@supports (color:color-mix(in lab,red,red)){.blog-prose pre{border-color:color-mix(in oklab,var(--color-stone-200) 80%,transparent)}}.blog-prose pre{background-color:var(--color-stone-950);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 5);color:var(--color-stone-100)}.blog-prose pre code{padding:calc(var(--spacing) * 0);color:inherit;background-color:#0000;font-size:.95rem}.blog-prose hr{margin-block:calc(var(--spacing) * 10);border-style:var(--tw-border-style);border-width:0;border-top-style:var(--tw-border-style);border-top-width:1px;border-color:var(--color-stone-200)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@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}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}html[data-theme="9009"] kbd{color:var(--ink-muted);background-color:var(--accent)}html[data-theme="9009"] .shell-toolbar [data-theme-slot]{color:var(--accent)}html[data-theme="9009"] .shell-toolbar [data-theme-slot]:hover{color:color-mix(in srgb,var(--accent) 85%,white 15%)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=home]{color:var(--accent-deep)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,var(--accent-deep) 85%,white 15%)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=feedback],html[data-theme="9009"] .shell-toolbar [data-theme-slot=sign_out]{color:var(--gold)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=feedback]:hover,html[data-theme="9009"] .shell-toolbar [data-theme-slot=sign_out]:hover{color:color-mix(in srgb,var(--gold) 85%,black 15%)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=account]{--themable-button-text: var(--accent)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=account]:hover{--themable-button-text: color-mix( in srgb, var(--themable-button-text), white 25% )}html[data-theme="9009"] .shell-toolbar [data-theme-slot=settings]{color:var(--sea)}html[data-theme="9009"] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,var(--sea) 85%,white 15%)}html[data-theme=aether] .shell-toolbar [data-theme-slot=home]{color:#e4002b}html[data-theme=aether] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#e4002b 75%,white 25%)}html[data-theme=aether] .shell-toolbar [data-theme-slot=leaderboards]{color:#c53562}html[data-theme=aether] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#c53562 75%,white 25%)}html[data-theme=aether] .shell-toolbar [data-theme-slot=community],html[data-theme=aether] .shell-toolbar [data-theme-slot=blog]{color:#95549e}html[data-theme=aether] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=aether] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#95549e 75%,white 25%)}html[data-theme=aether] .shell-toolbar [data-theme-slot=settings]{color:#6744a1}html[data-theme=aether] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#6744a1 75%,white 25%)}html[data-theme=aether] .shell-toolbar [data-theme-slot=feedback],html[data-theme=aether] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=aether] .shell-toolbar [data-theme-slot=account],html[data-theme=aether] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #393c73}html[data-theme=aether] .shell-toolbar [data-theme-slot=feedback]:hover,html[data-theme=aether] .shell-toolbar [data-theme-slot=sign_out]:hover,html[data-theme=aether] .shell-toolbar [data-theme-slot=account]:hover,html[data-theme=aether] .shell-toolbar [data-theme-slot=profile]:hover{--themable-button-text: color-mix( in srgb, var(--themable-button-text), white 25% )}@keyframes aurora{0%{color:#009fb4}25%{color:#00e975}50%{color:#00ffea}75%{color:#00e975}to{color:#009fb4}}@keyframes aurora-bg{0%{background:#009fb4}25%{background:#00e975}50%{background:#00ffea}75%{background:#00e975}to{background:#009fb4}}html[data-theme=aurora] .typing-caret,html[data-theme=aurora] .pageSettings .section .buttons .button.active,html[data-theme=aurora] .theme-picker__row.is-active,html[data-theme=aurora] .pageAccount .group.filterButtons .buttons .button.active{animation:aurora-bg 5s linear infinite}html[data-theme=aurora] .theme-picker__trigger-eyebrow,html[data-theme=aurora] .shell-footer__meta-copy,html[data-theme=aurora] .game-results-scorecard__value,html[data-theme=aurora] .public-run-summary-scorecard__value,html[data-theme=aurora] .shell-toolbar [data-theme-slot]:hover,html[data-theme=aurora] .shell-footer button:hover,html[data-theme=aurora] .shell-footer a:hover,html[data-theme=aurora] a:hover{animation:aurora 5s linear infinite}html[data-theme=aurora] .shell-toolbar [data-theme-slot=account]:hover svg{color:transparent;animation:aurora 5s linear infinite}html[data-theme=aurora] .typing-word-list{--correct-letter-animation: aurora 5s linear infinite}html[data-theme=aurora] .typing-word-list{--untyped-letter-color: var(--ink-muted);--correct-letter-animation: none;--untyped-letter-animation: aurora 5s linear infinite}html[data-theme=aurora] .typing-word-list .word.typed letter.correct,html[data-theme=aurora] .typing-word-list.highlight-word .word.typed letter,html[data-theme=aurora] .typing-word-list.highlight-next-word .word.typed letter,html[data-theme=aurora] .typing-word-list.highlight-next-two-words .word.typed letter,html[data-theme=aurora] .typing-word-list.highlight-next-three-words .word.typed letter{animation:aurora 5s linear infinite}html[data-theme=aurora] .typing-word-current.typed letter{animation:none}html[data-theme=aurora] .typing-word-list.highlight-off .word letter,html[data-theme=aurora] .typing-word-list.highlight-off .word.typed letter{animation:aurora 5s linear infinite}html[data-theme=beach] .shell-toolbar [data-theme-slot]{color:#ff6f69}html[data-theme=beach] .shell-toolbar [data-theme-slot]:hover{color:var(--accent)}html[data-theme=bingsu] .shell-toolbar [data-theme-slot=home]{color:var(--sea)}html[data-theme=bingsu] .shell-toolbar [data-theme-slot=home]:hover{color:var(--ink-muted)}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=home]{color:#f38ba8}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#f38ba8 75%,white 25%)}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=leaderboards]{color:#fab387}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#fab387 75%,white 25%)}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=community],html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=blog]{color:#f9e2af}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#f9e2af 75%,white 25%)}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=settings]{color:#a6e3a1}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#a6e3a1 75%,white 25%)}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=account]{--themable-button-text: #89dceb}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=account]:hover{--themable-button-text: color-mix( in srgb, var(--themable-button-text), white 25% )}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=feedback],html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=sign_out]{color:#89b4fa}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=feedback]:hover,html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=sign_out]:hover{color:color-mix(in srgb,#89b4fa 75%,white 25%)}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=profile]{color:#b4befe}html[data-theme=catppuccin] .shell-toolbar [data-theme-slot=profile]:hover{color:color-mix(in srgb,#b4befe 75%,white 25%)}html[data-theme=chaos_theory] .theme-picker__trigger-eyebrow,html[data-theme=chaos_theory] .shell-footer__meta-copy{font-family:Comic Sans MS,Comic Sans,cursive}html[data-theme=chaos_theory] .typing-word-list .incorrect.extra{transform:rotateY(180deg);unicode-bidi:bidi-override;direction:rtl}html[data-theme=chaos_theory] .typing-caret{background-image:url(/images/themes/chaos_theory/caret.webp)!important;background-color:transparent!important;background-size:1rem!important;background-position:center!important;background-repeat:no-repeat!important}html[data-theme=chaos_theory] .typing-caret.default{width:4px!important}html[data-theme=chaos_theory] .config .toggleButton,html[data-theme=chaos_theory] .config .mode .textButton,html[data-theme=chaos_theory] .config .wordCount .textButton,html[data-theme=chaos_theory] .config .time .textButton,html[data-theme=chaos_theory] .config .quoteLength .textButton,html[data-theme=chaos_theory] .config .customText .textButton{transform:rotateY(180deg);unicode-bidi:bidi-override;direction:rtl;align-content:right}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot]{color:var(--bg);transition:.5s}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot]:hover{filter:brightness(1.25)}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=home]{background:#ab92e1}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=leaderboards]{background:#f3ea5d}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=community],html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=blog]{background:#7ae1bf}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=settings]{background:#ff5869}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=feedback],html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=sign_out]{background:#fc76d9}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=feedback] svg,html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=sign_out] svg{fill:var(--bg)}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=account]{--themable-button-bg: var(--accent);--themable-button-text: var(--bg);--themable-button-hover-bg: var(--accent);--themable-button-hover-text: var(--bg);--themable-button-active: var(--bg)}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=feedback] [data-ui-element=notificationBubble],html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=sign_out] [data-ui-element=notificationBubble]{box-shadow:none;background:var(--bg)}html[data-theme=chaos_theory] .shell-toolbar [data-theme-slot=profile]{background:#ab92e1}@keyframes cheesecake{0%{fill:#ff0090}10%{fill:#c11384}20%{fill:#832678}30%{fill:#44396c}40%{fill:#064c60}50%{fill:#064c60}65%{fill:#44396c}75%{fill:#832678}85%{fill:#c11384}to{fill:#ff0090}}html[data-theme=dark_note] :root{--theme-bg-stripe-color: #434653;--theme-bg-stripe-opacity: .1;--theme-accent-stripe-color: #bf8200;--current-color: var(--ink)}html[data-theme=dark_note] .colorfulMode{--current-color: var(--accent)}html[data-theme=dark_note] button:not(.accountButtonAndMenu *),html[data-theme=dark_note] .button:not(.accountButtonAndMenu *),html[data-theme=dark_note] #testConfig .row{--radius-md: 5em}html[data-theme=dark_note] body{position:relative}html[data-theme=dark_note] body:before,html[data-theme=dark_note] body:after{content:"";position:absolute;top:0;height:100%;opacity:var(--theme-bg-stripe-opacity);display:block;z-index:-9999}html[data-theme=dark_note] body:after{left:0;width:100%;background-image:linear-gradient(0deg,var(--theme-bg-stripe-color) .1em,transparent .1em,transparent 100%);background-size:1em 2em}html[data-theme=dark_note] body:before{left:10vw;width:.1em;background:var(--theme-accent-stripe-color)}html[data-theme=dark_note] #commandLine .modal{--radius-md: 0}html[data-theme=dark_note] .typing-word-listWrapper .typing-word-missed{border-bottom:none}html[data-theme=dark_note] .typing-word-list .typing-word-missed{text-shadow:none}html[data-theme=dark_note] .typing-word-list:not(.blind).colorfulMode .word letter.incorrect:not(.extra),html[data-theme=dark_note] .typing-word-list:not(.blind) .word letter.incorrect:not(.extra){color:var(--current-color)}html[data-theme=dark_note] .typing-word-list:not(.blind) .typing-word-missed letter:not(.correct):not(.incorrect):after{background:var(--ink-muted)}html[data-theme=dark_note] .typing-word-list:not(.blind) .word letter.incorrect,html[data-theme=dark_note] .typing-word-list:not(.blind).colorfulMode .word letter.incorrect{text-decoration:line-through;text-decoration-color:var(--accent-deep);text-decoration-thickness:2px}html[data-theme=desert_oasis] .shell-toolbar [data-theme-slot]{--themable-button-text: #76bb40}html[data-theme=desert_oasis] .shell-toolbar [data-theme-slot]:hover{--themable-button-text: color-mix( in srgb, var(--themable-button-text), white 25% )}html[data-theme=dmg] .shell-toolbar [data-theme-slot]{border-radius:10rem!important;color:var(--bg);background:var(--accent)}html[data-theme=dmg] .shell-toolbar [data-theme-slot]:hover{filter:brightness(1.25)}html[data-theme=dmg] .shell-toolbar [data-theme-slot=feedback] [data-ui-element=notificationBubble],html[data-theme=dmg] .shell-toolbar [data-theme-slot=sign_out] [data-ui-element=notificationBubble]{box-shadow:none;background:var(--bg)}html[data-theme=dots] .shell-toolbar [data-theme-slot]{border-radius:10rem!important;--themable-button-text: #121520;--themable-button-hover-text: var(--bg)}html[data-theme=dots] .shell-toolbar [data-theme-slot]:hover{filter:brightness(1.25)}html[data-theme=dots] .shell-toolbar [data-theme-slot=home]{background:#f94348}html[data-theme=dots] .shell-toolbar [data-theme-slot=leaderboards]{background:#9261ff}html[data-theme=dots] .shell-toolbar [data-theme-slot=community],html[data-theme=dots] .shell-toolbar [data-theme-slot=blog]{background:#3cc5f8}html[data-theme=dots] .shell-toolbar [data-theme-slot=settings]{background:#4acb8a}html[data-theme=dots] .shell-toolbar [data-theme-slot=feedback],html[data-theme=dots] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=dots] .shell-toolbar [data-theme-slot=profile],html[data-theme=dots] .shell-toolbar [data-theme-slot=account]{--themable-button-text: #393c73;--themable-button-hover-text: var(--ink)}html[data-theme=dracula] .shell-toolbar [data-theme-slot=home]{color:#ec75c4}html[data-theme=dracula] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#ec75c4 75%,black 25%)}html[data-theme=dracula] .shell-toolbar [data-theme-slot=leaderboards]{color:#8be9fd}html[data-theme=dracula] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#8be9fd 75%,black 25%)}html[data-theme=dracula] .shell-toolbar [data-theme-slot=community],html[data-theme=dracula] .shell-toolbar [data-theme-slot=blog]{color:#50fa7b}html[data-theme=dracula] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=dracula] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#50fa7b 75%,black 25%)}html[data-theme=dracula] .shell-toolbar [data-theme-slot=settings]{color:#f1fa8c}html[data-theme=dracula] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#f1fa8c 75%,black 25%)}html[data-theme=dracula] .shell-toolbar [data-theme-slot=feedback],html[data-theme=dracula] .shell-toolbar [data-theme-slot=sign_out]{--themable-button-text: #ffb86c}html[data-theme=dracula] .shell-toolbar [data-theme-slot=feedback]:hover,html[data-theme=dracula] .shell-toolbar [data-theme-slot=sign_out]:hover{--themable-button-text: color-mix( in srgb, var(--themable-button-text) 75%, black 25% )}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=home]{color:#2884bb}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#2884bb 75%,white 25%)}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=leaderboards]{color:#25a5a9}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#25a5a9 75%,white 25%)}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=community],html[data-theme=dualshot] .shell-toolbar [data-theme-slot=blog]{color:#de9c24}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=dualshot] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#de9c24 75%,white 25%)}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=settings]{color:#d82231}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#d82231 75%,white 25%)}html[data-theme=dualshot] .shell-toolbar [data-theme-slot=feedback],html[data-theme=dualshot] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=dualshot] .shell-toolbar [data-theme-slot=account],html[data-theme=dualshot] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #212222;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, white 20% )}html[data-theme=ez_mode] .pageSettings .section h1{color:var(--ink)}html[data-theme=ez_mode] .pageSettings .section>.text{color:var(--ink-muted)}html[data-theme=ez_mode] .pageAbout .section .title{color:var(--ink)}html[data-theme=ez_mode] .pageAbout .section p{color:var(--ink-muted)}@keyframes fire{0%{color:#b31313}25%{color:#ff9000}50%{color:#fdda16}75%{color:#ff9000}to{color:#b31313}}@keyframes fire-bg{0%{background:#b31313}25%{background:#ff9000}50%{background:#fdda16}75%{background:#ff9000}to{background:#b31313}}html[data-theme=fire] .typing-caret,html[data-theme=fire] .pageSettings .section .buttons .button.active,html[data-theme=fire] .theme-picker__row.is-active,html[data-theme=fire] .pageAccount .group.filterButtons .buttons .button.active{animation:fire-bg 5s linear infinite}html[data-theme=fire] .theme-picker__trigger-eyebrow,html[data-theme=fire] .shell-footer__meta-copy,html[data-theme=fire] .game-results-scorecard__value,html[data-theme=fire] .public-run-summary-scorecard__value,html[data-theme=fire] .shell-toolbar [data-theme-slot]:hover,html[data-theme=fire] .shell-footer button:hover,html[data-theme=fire] .shell-footer a:hover,html[data-theme=fire] a:hover{animation:fire 5s linear infinite}html[data-theme=fire] .shell-toolbar [data-theme-slot=account]:hover svg{color:transparent;animation:fire 5s linear infinite}html[data-theme=fire] .typing-word-list{--correct-letter-animation: fire 5s linear infinite}html[data-theme=fire] .typing-word-list{--untyped-letter-color: var(--ink-muted);--correct-letter-animation: none;--untyped-letter-animation: fire 5s linear infinite}html[data-theme=fire] .typing-word-list .word.typed letter.correct,html[data-theme=fire] .typing-word-list.highlight-word .word.typed letter,html[data-theme=fire] .typing-word-list.highlight-next-word .word.typed letter,html[data-theme=fire] .typing-word-list.highlight-next-two-words .word.typed letter,html[data-theme=fire] .typing-word-list.highlight-next-three-words .word.typed letter{animation:fire 5s linear infinite}html[data-theme=fire] .typing-word-current.typed letter{animation:none}html[data-theme=fire] .typing-word-list.highlight-off .word letter,html[data-theme=fire] .typing-word-list.highlight-off .word.typed letter{animation:fire 5s linear infinite}html[data-theme=froyo] .shell-toolbar [data-theme-slot=home]{color:#ff7e73}html[data-theme=froyo] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#ff7e73 75%,black 25%)}html[data-theme=froyo] .shell-toolbar [data-theme-slot=leaderboards]{color:#f5c370}html[data-theme=froyo] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#f5c370 75%,black 25%)}html[data-theme=froyo] .shell-toolbar [data-theme-slot=community],html[data-theme=froyo] .shell-toolbar [data-theme-slot=blog]{color:#08d9a3}html[data-theme=froyo] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=froyo] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#08d9a3 75%,black 25%)}html[data-theme=froyo] .shell-toolbar [data-theme-slot=settings]{color:#0ca5e2}html[data-theme=froyo] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#0ca5e2 75%,black 25%)}html[data-theme=froyo] .shell-toolbar [data-theme-slot=feedback],html[data-theme=froyo] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=froyo] .shell-toolbar [data-theme-slot=account],html[data-theme=froyo] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #875ac6;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, black 25% )}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=home]{color:#a6bf50}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#a6bf50 75%,white 25%)}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=leaderboards]{color:#c3921a}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#c3921a 75%,white 25%)}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=community],html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=blog]{color:#b92221}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#b92221 75%,white 25%)}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=settings]{color:#88b6ce}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#88b6ce 75%,white 25%)}html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=feedback],html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=account],html[data-theme=fruit_chew] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #661968;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, white 25% )}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=home]{color:#f04e98}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#f04e98 75%,black 25%)}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=leaderboards]{color:#f8bed6}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#f8bed6 75%,black 25%)}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=community],html[data-theme=future_funk] .shell-toolbar [data-theme-slot=blog]{color:#f6eb61}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=future_funk] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#f6eb61 75%,black 25%)}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=settings]{color:#a4dbe8}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#a4dbe8 75%,black 25%)}html[data-theme=future_funk] .shell-toolbar [data-theme-slot=feedback],html[data-theme=future_funk] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=future_funk] .shell-toolbar [data-theme-slot=account],html[data-theme=future_funk] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #a266ed;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, black 25% )}html[data-theme=graen] .shell-toolbar [data-theme-slot]{color:#601420}html[data-theme=graen] .shell-toolbar [data-theme-slot]:hover{color:var(--accent)}@keyframes grape{0%{color:#00b8d4}25%{color:#ffac41}50%{color:#ffcc80}75%{color:#ffac41}to{color:#00b8d4}}@keyframes grape-bg{0%{background:#00b8d4}25%{background:#ffac41}50%{background:#ffcc80}75%{background:#ffac41}to{background:#00b8d4}}html[data-theme=grape] .typing-caret,html[data-theme=grape] .pageSettings .section .buttons .button.active,html[data-theme=grape] .theme-picker__row.is-active,html[data-theme=grape] .pageAccount .group.filterButtons .buttons .button.active{animation:grape-bg 5s linear infinite}html[data-theme=grape] .theme-picker__trigger-eyebrow,html[data-theme=grape] .shell-footer__meta-copy,html[data-theme=grape] .game-results-scorecard__value,html[data-theme=grape] .public-run-summary-scorecard__value,html[data-theme=grape] .shell-toolbar [data-theme-slot]:hover,html[data-theme=grape] .shell-footer button:hover,html[data-theme=grape] .shell-footer a:hover,html[data-theme=grape] a:hover{animation:grape 5s linear infinite}html[data-theme=grape] .shell-toolbar [data-theme-slot=account]:hover svg{color:transparent;animation:grape 5s linear infinite}html[data-theme=grape] .typing-word-list{--correct-letter-animation: grape 5s linear infinite}html[data-theme=grape] .typing-word-list{--untyped-letter-color: var(--ink-muted);--correct-letter-animation: none;--untyped-letter-animation: grape 5s linear infinite}html[data-theme=grape] .typing-word-list .word.typed letter.correct,html[data-theme=grape] .typing-word-list.highlight-word .word.typed letter,html[data-theme=grape] .typing-word-list.highlight-next-word .word.typed letter,html[data-theme=grape] .typing-word-list.highlight-next-two-words .word.typed letter,html[data-theme=grape] .typing-word-list.highlight-next-three-words .word.typed letter{animation:grape 5s linear infinite}html[data-theme=grape] .typing-word-current.typed letter{animation:none}html[data-theme=grape] .typing-word-list.highlight-off .word letter,html[data-theme=grape] .typing-word-list.highlight-off .word.typed letter{animation:grape 5s linear infinite}html[data-theme=horizon] .shell-toolbar [data-theme-slot=home]{color:#d55170}html[data-theme=horizon] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#d55170 75%,white 25%)}html[data-theme=horizon] .shell-toolbar [data-theme-slot=leaderboards]{color:#e4a88a}html[data-theme=horizon] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#e4a88a 75%,white 25%)}html[data-theme=horizon] .shell-toolbar [data-theme-slot=community],html[data-theme=horizon] .shell-toolbar [data-theme-slot=blog]{color:#db886f}html[data-theme=horizon] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=horizon] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#db886f 75%,white 25%)}html[data-theme=horizon] .shell-toolbar [data-theme-slot=settings]{color:#db887a}html[data-theme=horizon] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#db887a 75%,white 25%)}html[data-theme=horizon] .shell-toolbar [data-theme-slot=feedback],html[data-theme=horizon] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=horizon] .shell-toolbar [data-theme-slot=account],html[data-theme=horizon] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #ffc819;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, white 25% )}html[data-theme=husqy] .shell-score,html[data-theme=husqy] .game-results-scorecard__value,html[data-theme=husqy] .public-run-summary-scorecard__value{color:#c58aff}html[data-theme=incognito] .shell-toolbar__wordmark{background:linear-gradient(90deg,var(--ink) 64%,var(--accent) 36%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:.1em;line-height:1}html[data-theme=incognito] .theme-picker__trigger-eyebrow,html[data-theme=incognito] .shell-footer__meta-copy{margin-top:0}html[data-theme=incognito] .shell-toolbar__mark{color:var(--ink);padding-bottom:.05em}html[data-theme=incognito] nav{padding-bottom:.2em}html[data-theme=incognito] header{margin-bottom:-.1em}html[data-theme=lavender] .shell-toolbar [data-theme-slot]{border-radius:10rem!important;--themable-button-bg: var(--ink);--themable-button-text: var(--accent);--themable-button-hover-bg: var(--ink);--themable-button-hover-text: var(--bg)}html[data-theme=lavender] .shell-toolbar [data-theme-slot=feedback] [data-ui-element=notificationBubble],html[data-theme=lavender] .shell-toolbar [data-theme-slot=sign_out] [data-ui-element=notificationBubble]{box-shadow:none;background:var(--bg)}html[data-theme=lil_dragon] .shell-toolbar [data-theme-slot]{color:#ba96db}html[data-theme=lil_dragon] .shell-toolbar [data-theme-slot]:hover{color:#212b43}html[data-theme=matrix] .shell-score,html[data-theme=matrix] .game-results-scorecard__value,html[data-theme=matrix] .public-run-summary-scorecard__value{color:#fff}html[data-theme=metropolis] .shell-toolbar [data-theme-slot=home],html[data-theme=metropolis] .shell-toolbar [data-theme-slot=leaderboards],html[data-theme=metropolis] .shell-toolbar [data-theme-slot=community],html[data-theme=metropolis] .shell-toolbar [data-theme-slot=blog],html[data-theme=metropolis] .shell-toolbar [data-theme-slot=settings]{--themable-button-text: #d44729}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=home]{color:#f19dac}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#f19dac 75%,black 25%)}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=leaderboards]{color:#f6f4a0}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#f6f4a0 75%,black 25%)}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=community],html[data-theme=milkshake] .shell-toolbar [data-theme-slot=blog]{color:#73e4d0}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=milkshake] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#73e4d0 75%,black 25%)}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=settings]{color:#61cfe6}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#61cfe6 75%,black 25%)}html[data-theme=milkshake] .shell-toolbar [data-theme-slot=feedback],html[data-theme=milkshake] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=milkshake] .shell-toolbar [data-theme-slot=account],html[data-theme=milkshake] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #ba96db;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, black 25% )}html[data-theme=modern_ink] .shell-toolbar [data-theme-slot=home],html[data-theme=modern_ink] .shell-toolbar [data-theme-slot=account],html[data-theme=modern_ink] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #ff0000;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, black 25% )}html[data-theme=modern_ink] .typing-word-missed{border-bottom:solid 2px #ff0000}html[data-theme=moonlight] .shell-toolbar [data-theme-slot=home],html[data-theme=moonlight] .shell-toolbar [data-theme-slot=leaderboards],html[data-theme=moonlight] .shell-toolbar [data-theme-slot=community],html[data-theme=moonlight] .shell-toolbar [data-theme-slot=blog],html[data-theme=moonlight] .shell-toolbar [data-theme-slot=settings]{border-radius:rem!important;color:#191f28!important;background:#c69f68}html[data-theme=moonlight] .shell-toolbar [data-theme-slot=home]:hover,html[data-theme=moonlight] .shell-toolbar [data-theme-slot=leaderboards]:hover,html[data-theme=moonlight] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=moonlight] .shell-toolbar [data-theme-slot=blog]:hover,html[data-theme=moonlight] .shell-toolbar [data-theme-slot=settings]:hover{border-radius:rem!important;color:#4b5975!important;transition:.25s}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=home]{color:#9a90b4}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#9a90b4 75%,white 25%)}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=leaderboards]{color:#8db14b}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#8db14b 75%,white 25%)}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=community],html[data-theme=oblivion] .shell-toolbar [data-theme-slot=blog]{color:#fca321}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=oblivion] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#fca321 75%,white 25%)}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=settings]{color:#2984a5}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#2984a5 75%,white 25%)}html[data-theme=oblivion] .shell-toolbar [data-theme-slot=feedback],html[data-theme=oblivion] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=oblivion] .shell-toolbar [data-theme-slot=account],html[data-theme=oblivion] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #dd452e;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, white 25% )}@keyframes phantom-glow{0%{color:#c0caf5;text-shadow:0 0 5px #7aa2f7,0 0 10px #bb9af7}50%{color:#c0caf5;text-shadow:0 0 8px #7dcfff,0 0 15px #bb9af7}to{color:#c0caf5;text-shadow:0 0 5px #7aa2f7,0 0 10px #bb9af7}}@keyframes phantom-glow-incorrect{0%{text-shadow:0 0 5px #f7768e,0 0 10px #db4b4b}50%{text-shadow:0 0 8px #ff7a93,0 0 15px #ff9e64}to{text-shadow:0 0 5px #f7768e,0 0 10px #db4b4b}}@keyframes phantom-bg{0%{background:#7aa2f7}50%{background:#bb9af7}to{background:#7aa2f7}}html[data-theme=phantom] .typing-word-list{--correct-letter-color: var(--ink);--untyped-letter-color: #565f89}html[data-theme=phantom] header .theme-picker__trigger-eyebrow,html[data-theme=phantom] .shell-footer__meta-copy{color:inherit;animation:none}html[data-theme=phantom] .shell-toolbar__mark{color:var(--accent)!important}html[data-theme=phantom] .shell-button-text:hover{color:var(--sea)}html[data-theme=phantom] button.text.active,html[data-theme=phantom] .button.text.active,html[data-theme=phantom] .textButton.active{color:var(--accent)}html[data-theme=phantom] .shell-button-text:hover,html[data-theme=phantom] .word .active{animation:phantom-glow 5s linear infinite}html[data-theme=phantom] button:hover,html[data-theme=phantom] .button:hover,html[data-theme=phantom] input[type=button]:hover,html[data-theme=phantom] input[type=reset]:hover,html[data-theme=phantom] input[type=submit]:hover{color:var(--bg);background:var(--sea)}html[data-theme=phantom] .scrollToTopButton:hover{background:var(--sea);color:var(--bg)}html[data-theme=phantom] .typing-caret{animation:phantom-bg 3s linear infinite}html[data-theme=phantom] .theme-picker__trigger-eyebrow,html[data-theme=phantom] .shell-footer__meta-copy,html[data-theme=phantom] .game-results-scorecard__value,html[data-theme=phantom] .public-run-summary-scorecard__value,html[data-theme=phantom] .shell-toolbar [data-theme-slot]:hover,html[data-theme=phantom] .shell-footer a:hover,html[data-theme=phantom] a:hover{animation:phantom-glow 3s linear infinite}html[data-theme=phantom] .shell-footer a:hover,html[data-theme=phantom] .shell-footer button:hover{animation:phantom-glow 3s linear infinite;background:none}html[data-theme=phantom] .shell-toolbar [data-theme-slot]:hover,html[data-theme=phantom] #testConfig button:hover{background:none}html[data-theme=phantom] .afk,html[data-theme=phantom] .timeToday,html[data-theme=phantom] .typing-word-list .word letter.correct,html[data-theme=phantom] .typing-word-list .word.typed letter.correct,html[data-theme=phantom] .typing-word-list.highlight-word .word.typed letter,html[data-theme=phantom] .typing-word-list.highlight-next-word .word.typed letter,html[data-theme=phantom] .typing-word-list.highlight-next-two-words .word.typed letter,html[data-theme=phantom] .typing-word-list.highlight-next-three-words .word.typed letter{animation:phantom-glow 5s linear infinite}html[data-theme=phantom] .typing-word-current.typed letter{animation:none}html[data-theme=phantom] .incorrect{animation:phantom-glow-incorrect 5s linear infinite}html[data-theme=phantom] .typing-word-list.highlight-off .word letter,html[data-theme=phantom] .typing-word-list.highlight-off .word.typed letter{animation:phantom-glow 5s linear infinite}html[data-theme=phantom] .shell-toolbar__menu a:hover,html[data-theme=phantom] .shell-toolbar__menu button:hover{animation:none;background:var(--ink)}html[data-theme=rainbow_trail] .shell-toolbar__wordmark{background:linear-gradient(90deg,#60b6ce,#7ce3e1,#b2e259,#f6ee75,#f5b83d,#f49a98,#ed7abd,#dea2fa,#a966f5);background-size:500% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-gradient 30s alternate ease-in-out infinite;padding-bottom:.1em;line-height:1}html[data-theme=rainbow_trail] .theme-picker__trigger-eyebrow,html[data-theme=rainbow_trail] .shell-footer__meta-copy{margin-top:0}html[data-theme=rainbow_trail] header .theme-picker__trigger-eyebrow,html[data-theme=rainbow_trail] .shell-footer__meta-copy{-webkit-text-fill-color:initial}html[data-theme=rainbow_trail] .shell-button-text:hover,html[data-theme=rainbow_trail] #watchReplayButton:hover>i,html[data-theme=rainbow_trail] #watchVideoAdButton:hover>i,html[data-theme=rainbow_trail] .shell-footer a:hover,html[data-theme=rainbow_trail] .shell-footer a:hover>i,html[data-theme=rainbow_trail] .shell-footer button:hover,html[data-theme=rainbow_trail] .shell-footer button:hover>i,html[data-theme=rainbow_trail] .shell-footer button:hover>.relative>i{background:linear-gradient(90deg,#60b6ce,#7ce3e1,#b2e259,#f6ee75,#f5b83d,#f49a98,#ed7abd,#dea2fa,#a966f5);background-size:500% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-gradient 5s alternate ease-in-out infinite;transition:all 1s ease}html[data-theme=rainbow_trail] .game-results-scorecard__value,html[data-theme=rainbow_trail] .public-run-summary-scorecard__value.timerMain,html[data-theme=rainbow_trail] #liveStatsTextBottom.timerMain,html[data-theme=rainbow_trail] #liveStatsMini.timerMain{animation:rainbow-infinite-loop 30s linear infinite}html[data-theme=rainbow_trail] .typing-word-list{--correct-letter-animation: rainbow-infinite-loop 5s linear infinite;--incorrect-letter-animation: rainbow-error-infinite-loop 1s alternate ease-in-out infinite;--extra-letter-animation: rainbow-error-infinite-loop 1s alternate ease-in-out infinite}html[data-theme=rainbow_trail] .typing-word-list .word.typed letter.correct,html[data-theme=rainbow_trail] .typing-word-list.highlight-word .word.typed letter,html[data-theme=rainbow_trail] .typing-word-list.highlight-next-word .word.typed letter,html[data-theme=rainbow_trail] .typing-word-list.highlight-next-two-words .word.typed letter,html[data-theme=rainbow_trail] .typing-word-list.highlight-next-three-words .word.typed letter{animation:rainbow 7.5s ease-in-out forwards}html[data-theme=rainbow_trail] .typing-word-list .typing-word-missed{animation:rainbow-error 7.5s ease-in-out forwards}html[data-theme=rainbow_trail] .typing-word-list.highlight-word .word.active letter{animation:var(--correct-letter-animation)}html[data-theme=rainbow_trail] .typing-word-list{--correct-letter-animation: none;--untyped-letter-animation: rainbow-infinite-loop 5s linear infinite}html[data-theme=rainbow_trail] .typing-word-current.typed letter{animation:none}html[data-theme=rainbow_trail] .button:hover,html[data-theme=rainbow_trail] button:not(.textButton):not(.text):not([data-ui-variant=text]):hover,html[data-theme=rainbow_trail] .shell-toolbar [data-theme-slot]:hover{animation:rainbow-button 2s alternate ease-in-out infinite}html[data-theme=rainbow_trail] .typing-word-list.highlight-off .word letter,html[data-theme=rainbow_trail] .typing-word-list.highlight-off .word.typed letter{animation:rainbow-infinite-loop 5s linear infinite}html[data-theme=rainbow_trail] .row .textButton:not(.active){color:#999}html[data-theme=rainbow_trail] .textButton.active{color:#111}html[data-theme=rainbow_trail] .shell-footer button:hover{animation:none!important}@keyframes rainbow{0%{color:#60b6ce;opacity:1}11.11%{color:#7ce3e1;opacity:1}22.22%{color:#b2e259;opacity:1}33.33%{color:#f6ee75;opacity:1}44.44%{color:#f5b83d;opacity:1}55.56%{color:#f49a98;opacity:1}66.67%{color:#ed7abd;opacity:1}77.78%{color:#dea2fa;opacity:1}88.89%{color:#a966f5;opacity:1}to{opacity:0}}@keyframes rainbow-infinite-loop{0%{color:#60b6ce}11.11%{color:#7ce3e1}22.22%{color:#b2e259}33.33%{color:#f6ee75}44.44%{color:#f5b83d}55.56%{color:#f49a98}66.67%{color:#ed7abd}77.78%{color:#dea2fa}88.89%{color:#a966f5}to{color:#60b6ce}}@keyframes rainbow-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rainbow-error{0%{opacity:1}11.11%{opacity:1}22.22%{opacity:1}33.33%{opacity:1}44.44%{opacity:1}55.56%{opacity:1}66.67%{opacity:1}77.78%{opacity:1}88.89%{opacity:1}to{opacity:0}}@keyframes rainbow-error-infinite-loop{0%{color:red}to{color:#ff000075}}@keyframes light-rainbow-infinite-loop{0%{color:#60b6ce}14%{color:#7ce3e1}28%{color:#b2e259}42%{color:#f6ee75}57%{color:#f5b83d}71%{color:#f49a98}85%{color:#ed7abd}to{color:#dea2fa}}@keyframes rainbow-button{0%{box-shadow:0 0 7.5px 2.5px #60b6ce,0 0 12.5px 2.5px #60b6ce}14%{box-shadow:0 0 7.5px 2.5px #7ce3e1,0 0 12.5px 2.5px #7ce3e1}28%{box-shadow:0 0 7.5px 2.5px #b2e259,0 0 12.5px 2.5px #b2e259}42%{box-shadow:0 0 7.5px 2.5px #f6ee75,0 0 12.5px 2.5px #f6ee75}57%{box-shadow:0 0 7.5px 2.5px #f5b83d,0 0 12.5px 2.5px #f5b83d}71%{box-shadow:0 0 7.5px 2.5px #f49a98,0 0 12.5px 2.5px #f49a98}85%{box-shadow:0 0 7.5px 2.5px #ed7abd,0 0 12.5px 2.5px #ed7abd}to{box-shadow:0 0 7.5px 2.5px #dea2fa,0 0 12.5px 2.5px #dea2fa}}html[data-theme=retrocast] .shell-toolbar [data-theme-slot=home],html[data-theme=retrocast] .shell-toolbar [data-theme-slot=leaderboards],html[data-theme=retrocast] .shell-toolbar [data-theme-slot=community],html[data-theme=retrocast] .shell-toolbar [data-theme-slot=blog]{color:#88dbdf}html[data-theme=retrocast] .shell-toolbar [data-theme-slot=home]:hover,html[data-theme=retrocast] .shell-toolbar [data-theme-slot=leaderboards]:hover,html[data-theme=retrocast] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=retrocast] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#88dbdf 75%,black 25%)}html[data-theme=retrocast] .shell-toolbar [data-theme-slot=settings]{color:#ff585d}html[data-theme=retrocast] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#ff585d 75%,black 25%)}html[data-theme=retrocast] .shell-toolbar [data-theme-slot=feedback],html[data-theme=retrocast] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=retrocast] .shell-toolbar [data-theme-slot=account],html[data-theme=retrocast] .shell-toolbar [data-theme-slot=profile]{--themable-button-text: #f3e03b;--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, black 25% )}@keyframes rgb{0%{color:#4cae4c}20%{color:#409eb5}40%{color:#8134f4}60%{color:#f10e19}80%{color:#ffc505}to{color:#4cae4c}}@keyframes rgb-bg{0%{background:#4cae4c}20%{background:#409eb5}40%{background:#8134f4}60%{background:#f10e19}80%{background:#ffc505}to{background:#4cae4c}}@keyframes rgb-fill{0%{fill:#4cae4c}20%{fill:#409eb5}40%{fill:#8134f4}60%{fill:#f10e19}80%{fill:#ffc505}to{fill:#4cae4c}}html[data-theme=rgb] .theme-picker__row.is-active,html[data-theme=rgb] .shell-toolbar__link--active,html[data-theme=rgb] .shell-toolbar__menu-item--active{animation:rgb-bg 5s linear infinite}html[data-theme=rgb] .typing-caret{animation:rgb-bg 5s linear infinite!important}html[data-theme=rgb] .theme-picker__trigger-eyebrow,html[data-theme=rgb] .shell-footer__meta-copy,html[data-theme=rgb] .game-results-scorecard__value,html[data-theme=rgb] .public-run-summary-scorecard__value,html[data-theme=rgb] .shell-toolbar [data-theme-slot]:hover,html[data-theme=rgb] .shell-footer button:hover,html[data-theme=rgb] .typing-word-current,html[data-theme=rgb] .shell-footer a:hover,html[data-theme=rgb] a:hover{animation:rgb 5s linear infinite}html[data-theme=rgb] .typing-word-list{--correct-letter-animation: rgb 5s linear infinite}html[data-theme=rgb] .typing-word-list{--correct-letter-animation: none;--untyped-letter-animation: rgb 5s linear infinite}html[data-theme=rgb] .shell-toolbar__mark{animation:rgb-fill 5s linear infinite}html[data-theme=rgb] .shell-toolbar__menu a:hover,html[data-theme=rgb] .shell-toolbar__menu button:hover{animation:none}html[data-theme=sewing_tin] .shell-toolbar [data-theme-slot]{color:#f2ce83}html[data-theme=sewing_tin] .shell-toolbar [data-theme-slot]:hover{color:#c6915e}html[data-theme=sewing_tin_light] .shell-toolbar [data-theme-slot]{color:#f2ce83}html[data-theme=sewing_tin_light] .shell-toolbar [data-theme-slot]:hover{color:#c6915e}html[data-theme=sewing_tin_light] .shell-toolbar__wordmark{background-color:#fff;background:linear-gradient(#2d2076,#2d2076 25%,#2e3395 25%,#2e3395 50%,#3049ba 50%,#3049ba 75%,#385eca 75%,#385eca);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:.1em;line-height:1}html[data-theme=sewing_tin_light] .theme-picker__trigger-eyebrow,html[data-theme=sewing_tin_light] .shell-footer__meta-copy{margin-top:0;-webkit-text-fill-color:#385eca}html[data-theme=shadow] .shell-toolbar__mark{color:#8c3230}html[data-theme=shadow] .shell-toolbar__wordmark{color:#557d8d}@keyframes shadow{to{color:#000}}@keyframes shadow-repeat{50%{color:#000}to{color:#eee}}html[data-theme=shadow] .shell-score,html[data-theme=shadow] .game-results-scorecard__value,html[data-theme=shadow] .public-run-summary-scorecard__value{color:#fff}html[data-theme=shadow] .game-results-scorecard,html[data-theme=shadow] .public-run-summary-scorecard,html[data-theme=shadow] .shell-toolbar [data-theme-slot]:hover,html[data-theme=shadow] .shell-footer button:hover,html[data-theme=shadow] .shell-footer a:hover,html[data-theme=shadow] a:hover{animation:shadow-repeat 3s linear infinite forwards}html[data-theme=shadow] .shell-toolbar [data-theme-slot=account]:hover svg{color:currentColor;animation:shadow-repeat 3s linear infinite forwards}html[data-theme=shadow] #typingTest .word letter.correct,html[data-theme=shadow] #typingTest .typing-word-list.highlight-word .word.typed letter.correct,html[data-theme=shadow] #typingTest .typing-word-list.highlight-next-word .word.typed letter.correct,html[data-theme=shadow] #typingTest .typing-word-list.highlight-next-two-words .word.typed letter.correct,html[data-theme=shadow] #typingTest .typing-word-list.highlight-next-three-words .word.typed letter.correct{color:var(--correct-letter-color);animation:shadow 5s linear 1 forwards}html[data-theme=snes] .shell-toolbar [data-theme-slot]{border-radius:10rem!important;--themable-button-text: var(--bg)}html[data-theme=snes] .shell-toolbar [data-theme-slot]:hover{filter:brightness(1.25)}html[data-theme=snes] .shell-toolbar [data-theme-slot=home]{background:#553d94}html[data-theme=snes] .shell-toolbar [data-theme-slot=leaderboards]{background:#6851a4}html[data-theme=snes] .shell-toolbar [data-theme-slot=community],html[data-theme=snes] .shell-toolbar [data-theme-slot=blog]{background:#7962b3}html[data-theme=snes] .shell-toolbar [data-theme-slot=settings]{background:#8c76c3}html[data-theme=snes] .shell-toolbar [data-theme-slot=feedback],html[data-theme=snes] .shell-toolbar [data-theme-slot=sign_out],html[data-theme=snes] .shell-toolbar [data-theme-slot=profile]{background:#9f8ad4}html[data-theme=snes] .shell-toolbar [data-theme-slot=feedback] [data-ui-element=notificationBubble],html[data-theme=snes] .shell-toolbar [data-theme-slot=sign_out] [data-ui-element=notificationBubble]{box-shadow:none;background:var(--bg)}html[data-theme=snes] .shell-toolbar [data-theme-slot=account]{--themable-button-text: var(--bg);--themable-button-bg: var(--ink-muted);--themable-button-hover-bg: color-mix( in srgb, var(--ink-muted) 75%, white 15% );--themable-button-hover-text: color-mix( in srgb, var(--themable-button-text) 75%, white 15% )}html[data-theme=snes] .shell-toolbar [data-theme-slot=account] [data-ui-element=userLevel]{background:var(--themable-button-text);color:var(--themable-button-bg)}html[data-theme=solarized_osaka] .typing-word-list{--correct-letter-color: var(--ink);--untyped-letter-color: #586e75}html[data-theme=solarized_osaka] kbd{color:var(--ink);background-color:var(--gold)}html[data-theme=solarized_osaka] .shell-button-text:hover,html[data-theme=solarized_osaka] button[data-ui-variant=text]:hover,html[data-theme=solarized_osaka] .shell-footer a:hover,html[data-theme=solarized_osaka] a:hover{color:var(--sea)}html[data-theme=solarized_osaka] button.text.active,html[data-theme=solarized_osaka] .button.text.active,html[data-theme=solarized_osaka] .textButton.active{color:var(--accent)}html[data-theme=solarized_osaka] button:not(.textButton):not([data-ui-variant=text]):hover,html[data-theme=solarized_osaka] .button:hover,html[data-theme=solarized_osaka] input[type=button]:hover,html[data-theme=solarized_osaka] input[type=reset]:hover,html[data-theme=solarized_osaka] input[type=submit]:hover{color:var(--bg);background:var(--sea)}html[data-theme=solarized_osaka] .scrollToTopButton:hover{background:var(--sea);color:var(--bg)}html[data-theme=stealth] .shell-toolbar [data-theme-slot=settings]{color:#e25303}html[data-theme=stealth] .shell-toolbar [data-theme-slot=settings]:hover{color:color-mix(in srgb,#e25303 75%,black 25%)}html[data-theme=stealth] .game-results-scorecard__value,html[data-theme=stealth] .public-run-summary-scorecard__value{color:#5e676e}@keyframes suisei-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}html[data-theme=suisei] .theme-picker__trigger-eyebrow,html[data-theme=suisei] .shell-footer__meta-copy{margin-top:0;color:var(--accent)}html[data-theme=suisei] .shell-toolbar [data-theme-slot]{border-radius:150px 150px 32px 32px;background-color:var(--gold);color:var(--accent)}html[data-theme=suisei] .shell-toolbar [data-theme-slot]:hover{animation:suisei-pulse .8s ease-out infinite;color:var(--accent);background-color:var(--gold)}html[data-theme=suisei] .shell-toolbar [data-theme-slot=leaderboards],html[data-theme=suisei] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:var(--ink-muted)}html[data-theme=suisei] .shell-toolbar [data-theme-slot=account],html[data-theme=suisei] .shell-toolbar [data-theme-slot=account]:hover{background:none;color:var(--ink-muted)}html[data-theme=sunset] .shell-toolbar [data-theme-slot=home],html[data-theme=sunset] .shell-toolbar [data-theme-slot=leaderboards],html[data-theme=sunset] .shell-toolbar [data-theme-slot=community],html[data-theme=sunset] .shell-toolbar [data-theme-slot=blog],html[data-theme=sunset] .shell-toolbar [data-theme-slot=settings]{color:#f79777}html[data-theme=sunset] .shell-toolbar [data-theme-slot=home]:hover,html[data-theme=sunset] .shell-toolbar [data-theme-slot=leaderboards]:hover,html[data-theme=sunset] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=sunset] .shell-toolbar [data-theme-slot=blog]:hover,html[data-theme=sunset] .shell-toolbar [data-theme-slot=settings]:hover{color:#ffca99}html[data-theme=taro] .typing-word-missed{border-bottom:dotted 2px var(--ink)}html[data-theme=taro] .shell-toolbar [data-theme-slot=home]{background:var(--sea);border-radius:50%;--nav-focus-opacity: 1}html[data-theme=taro] .shell-toolbar [data-theme-slot=leaderboards]{background:var(--accent-deep);border-radius:50%;--nav-focus-opacity: 1}html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=home]{background:var(--ink-muted);color:var(--bg);border-radius:calc(var(--radius-md) * 2) calc(var(--radius-md) * 1.3) calc(var(--radius-md) * 1.7) calc(var(--radius-md) * 1)}html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=leaderboards]{background:#9a7a61;color:var(--bg);border-radius:calc(var(--radius-md) * 1.2) calc(var(--radius-md) * 1.7) calc(var(--radius-md) * 2.1) calc(var(--radius-md) * 1);transform:rotateY(9deg)}html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=community],html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=blog]{background:var(--accent);color:var(--bg);border-radius:calc(var(--radius-md) * 2.8) calc(var(--radius-md) * .6) calc(var(--radius-md) * 2) calc(var(--radius-md) * 1.6);transform:rotateY(-3deg)}html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=settings]{background:var(--ink);color:var(--bg);border-radius:calc(var(--radius-md) * .8) calc(var(--radius-md) * 2.4) calc(var(--radius-md) * .8) calc(var(--radius-md) * 2.8)}html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=home]:hover,html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=leaderboards]:hover,html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=community],html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=blog]:hover,html[data-theme=terrazzo] .shell-toolbar [data-theme-slot=settings]:hover{opacity:.8}html[data-theme=trackday] .shell-toolbar [data-theme-slot=home]{color:#e0513e}html[data-theme=trackday] .shell-toolbar [data-theme-slot=home]:hover{color:color-mix(in srgb,#e0513e 75%,white 25%)}html[data-theme=trackday] .shell-toolbar [data-theme-slot=leaderboards]{color:#ccc500}html[data-theme=trackday] .shell-toolbar [data-theme-slot=leaderboards]:hover{color:color-mix(in srgb,#ccc500 75%,white 25%)}html[data-theme=trackday] .shell-toolbar [data-theme-slot=community],html[data-theme=trackday] .shell-toolbar [data-theme-slot=blog]{color:#cfcfcf}html[data-theme=trackday] .shell-toolbar [data-theme-slot=community]:hover,html[data-theme=trackday] .shell-toolbar [data-theme-slot=blog]:hover{color:color-mix(in srgb,#cfcfcf 75%,white 25%)}@keyframes trance{0%{color:#e51376}50%{color:#0e77ee}to{color:#e51376}}@keyframes trance-bg{0%{background:#e51376}50%{background:#0e77ee}to{background:#e51376}}html[data-theme=trance] .button.discord:after,html[data-theme=trance] .typing-caret,html[data-theme=trance] .theme-picker__row.is-active,html[data-theme=trance] .shell-toolbar__link--active,html[data-theme=trance] .shell-toolbar__menu-item--active{animation:trance-bg 5s linear infinite}html[data-theme=trance] header .button.discord.dotHidden:after{animation-name:none!important}html[data-theme=trance] .game-results-scorecard__value,html[data-theme=trance] .public-run-summary-scorecard__value,html[data-theme=trance] .shell-toolbar [data-theme-slot]:hover,html[data-theme=trance] .shell-footer button:hover,html[data-theme=trance] .shell-footer a:hover,html[data-theme=trance] a:hover{animation:trance 5s linear infinite}html[data-theme=trance] .shell-toolbar [data-theme-slot=account]:hover svg{color:transparent;animation:trance 5s linear infinite}html[data-theme=trance] .typing-word-list{--correct-letter-animation: trance 5s linear infinite}html[data-theme=trance] .typing-word-list{--untyped-letter-color: var(--ink-muted);--correct-letter-animation: none;--untyped-letter-animation: trance 5s linear infinite}html[data-theme=trance] .typing-word-list .word.typed letter.correct,html[data-theme=trance] .typing-word-list.highlight-word .word.typed letter,html[data-theme=trance] .typing-word-list.highlight-next-word .word.typed letter,html[data-theme=trance] .typing-word-list.highlight-next-two-words .word.typed letter,html[data-theme=trance] .typing-word-list.highlight-next-three-words .word.typed letter{animation:trance 5s linear infinite}html[data-theme=trance] .typing-word-current.typed letter{animation:none}html[data-theme=trance] .typing-word-list.highlight-off .word letter,html[data-theme=trance] .typing-word-list.highlight-off .word.typed letter{animation:trance 5s linear infinite}
