:root { color-scheme: dark; font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #edeaf6; background: #03050b; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; height: 100svh; min-height: 620px; overflow: hidden; background: radial-gradient(ellipse at 50% 43%, #07101f 0, #040a15 40%, #01030a 80%); }
button { font: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:disabled { opacity: .45; cursor: wait; }
button:focus-visible { outline: 2px solid #c1adff; outline-offset: 5px; }
button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
header { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 1px; }
.brand-lockup { position: absolute; top: 27px; left: 36px; display: flex; align-items: center; gap: 10px; color: #f1f5ff; }
.logo-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #f3eee4; border-radius: 50%; background: #f3eee4; color: #09090d; font-family: "Space Mono", monospace; font-size: 19px; font-weight: 700; line-height: 1; box-shadow: 0 0 16px rgba(42, 116, 232, .18); }
.brand-name { font-size: 13px; font-weight: 600; letter-spacing: .08em; }
main { position: relative; z-index: 1; height: 100%; min-height: 620px; display: flex; flex-direction: column; }
#stage { position: relative; flex: 1; min-height: 340px; margin-top: 70px; }
#sticker-tooltip { position: absolute; z-index: 4; transform: translate(-50%, -100%); padding: 8px 11px; border: 1px solid rgba(220, 232, 255, .7); border-radius: 999px; background: rgba(6, 12, 24, .9); box-shadow: 0 0 18px rgba(42, 116, 232, .22), inset 0 0 10px rgba(47, 91, 165, .12); color: #e9f1ff; font-size: 11px; line-height: 1; text-decoration: none; white-space: nowrap; }
#sticker-tooltip:hover { border-color: #f1f5ff; background: rgba(21, 39, 69, .95); }
#sticker-tooltip span { margin-left: 4px; color: #82b2ff; }
#sticker-tooltip[hidden] { display: none; }
#stage::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 45%; width: min(48vw, 440px); aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(45, 125, 255, .105) 0, rgba(24, 82, 180, .045) 43%, transparent 74%); filter: blur(31px); pointer-events: none; }
#stage::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 77%; width: min(34vw, 320px); height: 30px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(52, 136, 255, .12) 0, rgba(34, 96, 203, .035) 46%, transparent 73%); filter: blur(13px); pointer-events: none; }
#scene { position: absolute; inset: 0; display: block; width: 100%; height: 100%; touch-action: none; cursor: grab; }
#scene:active { cursor: grabbing; }
#loading { display: none; }
#loading[hidden] { display: none; }
.controls { flex: 0 0 auto; text-align: center; position: relative; padding: 0 24px 82px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.trap-field { position: absolute; left: -10000px; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.question-shell { --question-size: 14px; display: flex; align-items: center; width: min(680px, calc(100vw - 44px)); min-height: 66px; margin: 0 auto 18px; padding: 7px 7px 7px 22px; border: 1px solid rgba(220, 232, 255, .82); border-radius: 999px; background: rgba(6, 12, 24, .58); box-shadow: inset 0 0 13px rgba(47, 91, 165, .1), 0 0 16px rgba(42, 116, 232, .18); transition: border-color .2s, box-shadow .2s; }
.question-shell:focus-within { border-color: #f1f5ff; box-shadow: inset 0 0 16px rgba(72, 124, 211, .16), 0 0 24px rgba(42, 116, 232, .3); }
.question-input { display: block; flex: 1 1 auto; min-width: 0; width: auto; margin: 0; padding: 6px 8px 7px 0; border: 0; outline: none; background: transparent; color: #f2edf8; font-size: var(--question-size); line-height: 1.25; font-weight: 400; letter-spacing: -.035em; text-align: left; }
.question-input::placeholder { color: #83798f; opacity: 1; }
.question-input:focus { border: 0; }
.actions { display: flex; justify-content: center; gap: 10px; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 46px; padding: 0 21px; border-radius: 999px; font-size: 12px; font-weight: 500; transition: background .2s, transform .2s; }
.ask-button { flex: 0 0 auto; height: 50px; padding: 0 22px; font-size: var(--question-size); font-weight: 500; }
.icon-button { width: 46px; padding: 0; }
.primary-button { background: #e4dcf6; color: #241a38; border: 1px solid #e4dcf6; }
.primary-button:hover:not(:disabled) { background: #f4edff; transform: translateY(-2px); }
.secondary-button { border: 1px solid #36303f; background: #ffffff03; color: #d3cbdc; }
.secondary-button:hover:not(:disabled) { background: #ffffff0c; transform: translateY(-2px); }
@media (max-width: 600px) {
  .brand-lockup { top: 20px; left: 22px; }
  .logo-mark { width: 32px; height: 32px; font-size: 17px; }
  #stage { margin-top: 64px; }
  .controls { padding-bottom: 78px; }
  .question-shell { width: calc(100vw - 32px); min-height: 58px; padding-left: 17px; }
  .question-shell { --question-size: 14px; }
  .ask-button { height: 44px; padding: 0 17px; }
}
@media (max-height: 619px) { body { height: 620px; position: relative; } }
@media (prefers-reduced-motion: reduce) { button { transition: none !important; } }

/* Midnight-blue actions and quiet utility chrome. */
input { font-family: inherit; }
header { z-index: 5; }
.ask-button { color: #f1f5ff; border: 1px solid rgba(220, 232, 255, .82); background: rgba(6, 12, 24, .58); box-shadow: inset 0 0 13px rgba(47, 91, 165, .1), 0 0 16px rgba(42, 116, 232, .18); font-family: inherit; font-size: 14px; letter-spacing: .02em; transition: border-color .2s, background .2s, box-shadow .2s; }
.ask-button:hover:not(:disabled) { border-color: #f1f5ff; background: rgba(21, 39, 69, .62); box-shadow: inset 0 0 16px rgba(72, 124, 211, .16), 0 0 24px rgba(42, 116, 232, .3); transform: none; }
.ask-button:disabled { opacity: .65; }
.controls { padding-bottom: 74px; }
footer { position: absolute; z-index: 2; bottom: 24px; left: 36px; right: 36px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; color: #5d6d87; font-size: 12px; }
footer > a { justify-self: start; color: #60718c; font-size: 10px; }
footer a { color: inherit; text-decoration: none; }
footer a:hover { color: #d6e7ff; }
footer strong { color: inherit; font-weight: 400; }
footer strong sup { position: relative; top: -.34em; margin-left: 1px; font-size: .7em; line-height: 0; }
.site-stats { grid-column: 2; grid-row: 1; justify-self: center; display: flex; align-items: center; gap: 10px; white-space: nowrap; color: #53627b; font-size: 10px; letter-spacing: .01em; opacity: .82; }
.site-stats b { color: #8091aa; font-weight: 500; font-variant-numeric: tabular-nums; margin-right: 3px; }
.site-stats i { width: 2px; height: 2px; border-radius: 50%; background: #35435a; }
#connection { grid-column: 3; grid-row: 1; justify-self: end; color: #60718c; font-size: 10px; }
#connection .x-handle { margin-left: 4px; color: #8096b7; text-decoration: none; }
#connection .x-handle:hover { color: #c5dcff; }
.footer-credit { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 14px; color: #60718c; }
.footer-link { padding: 0; border: 0; color: #8096b7; background: transparent; font-size: 10px; }
.footer-link:hover { color: #d6e7ff; }
.about-dialog { width: min(470px, calc(100vw - 32px)); padding: 0; border: 0; background: transparent; color: #1d2b42; }
.about-dialog::backdrop { background: rgba(1, 4, 10, .76); backdrop-filter: blur(10px); }
.about-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid #d6e1ef; border-top-color: #d6e1ef; border-radius: 26px; background: #f8fbff; box-shadow: 0 26px 90px #000b, 0 0 0 1px #ffffff99 inset; }
.about-card::before { display: none !important; }
.about-header { display: flex; align-items: center; gap: 12px; }
.about-brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #090b11; color: #f4f7ff; font-family: "Space Mono", monospace; font-size: 22px; font-weight: 700; line-height: 1; box-shadow: 0 7px 18px #16294626; }
.about-brand-copy { display: flex; flex-direction: column; gap: 5px; }
.about-kicker { color: #5276a8; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.about-byline { color: #7d8da4; font-size: 11px; }
.about-byline a { color: #315a8f; font-weight: 600; text-decoration: none; }
.about-byline a:hover { color: #1d73e8; }
.about-byline a span { margin-left: 2px; color: #6a9be0; }
.about-card h2 { max-width: 340px; margin: 28px 0 12px; color: #17243a; font-size: 30px; font-weight: 500; letter-spacing: -.045em; line-height: 1.06; }
.about-card p { margin: 0; color: #687991; font-size: 14px; line-height: 1.65; }
.about-jev-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding: 15px 17px; border: 1px solid #cfdded; border-radius: 16px; background: #ffffffb8; color: #1d2b42; text-decoration: none; box-shadow: 0 8px 24px #204a7d0d; transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.about-jev-link:hover { border-color: #8fb7e9; background: #ffffff; box-shadow: 0 10px 26px #204a7d1a; transform: translateY(-1px); }
.about-jev-link strong, .about-jev-link small { display: block; }
.about-jev-link strong { color: #17243a; font-size: 13px; font-weight: 700; }
.about-jev-link small { margin-top: 3px; color: #76869b; font-size: 11px; }
.about-jev-arrow { color: #397bd0; font-size: 18px; line-height: 1; }
.about-card .about-note { margin-top: 18px; color: #8b99ab; font-size: 11px; }
.about-follow { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: #536983; font-size: 11px; font-weight: 600; text-decoration: none; }
.about-follow span { color: #668fca; font-weight: 500; }
.about-follow:hover { color: #1d2b42; }
.about-close { position: absolute; z-index: 1; top: 15px; right: 16px; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; color: #5c7190; background: transparent; font-size: 22px; line-height: 1; }
.about-close:hover { color: #17243a; background: #eaf1f9; }
.unlock-menu { position: absolute; top: 25px; right: 36px; }
.unlock-menu summary { list-style: none; display: flex; align-items: center; gap: 12px; cursor: pointer; min-height: 50px; padding: 0 16px; color: #f1f5ff; font-family: inherit; font-size: 12px; letter-spacing: .01em; border: 1px solid rgba(220, 232, 255, .82); border-radius: 99px; background: rgba(6, 12, 24, .58); box-shadow: inset 0 0 13px rgba(47, 91, 165, .1), 0 0 16px rgba(42, 116, 232, .18); transition: border-color .2s, background .2s, box-shadow .2s; }
.unlock-menu summary:hover { border-color: #f1f5ff; background: rgba(21, 39, 69, .62); box-shadow: inset 0 0 16px rgba(72, 124, 211, .16), 0 0 24px rgba(42, 116, 232, .3); }
.unlock-menu summary::-webkit-details-marker { display: none; }
.menu-spark { color: #7eb3ff; font-size: 18px; line-height: 14px; }
.menu-plus { color: #718cab; transition: transform .2s; }
.unlock-menu[open] .menu-plus { transform: rotate(45deg); }
.unlock-panel { position: absolute; right: 0; top: 56px; width: 330px; padding: 24px; border-radius: 22px; border: 1px solid #d6e1ef; background: #f8fbff; box-shadow: 0 20px 80px #0008, 0 0 40px #246aff18; }
.menu-heading { display: flex; justify-content: space-between; align-items: center; color: #71829a; font-size: 10px; letter-spacing: .16em; }
.menu-orbit { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #b8c8dc; border-radius: 50%; color: #344964; }
.unlock-panel h2 { margin: 0 0 8px; color: #17243a; font-size: 24px; font-weight: 500; letter-spacing: -.04em; }
.unlock-panel p { margin: 0 0 20px; color: #687991; font-size: 13px; line-height: 1.6; }
.unlock-card { position: relative; display: flex; align-items: center; gap: 13px; margin: 0; padding: 17px 0; border: 0; border-radius: 0; background: transparent; color: #1d2b42; text-decoration: none; }
.unlock-card { width: 100%; font: inherit; text-align: left; cursor: pointer; }
.unlock-card + .unlock-card { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; border-top: 0; }
.unlock-card + .unlock-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: #cbd8e8; }
.unlock-card > span { min-width: 0; }
.unlock-card[href]:hover { background: #f2f7fd; }
.tier-number { flex: 0 0 31px; display: grid; place-items: center; width: 31px; height: 31px; border: 0; border-radius: 50%; background: #080b12; color: #f4f7ff; font-size: 12px; font-weight: 600; }
.tier-current .tier-number { border: 0; color: #f4f7ff; background: #080b12; }
.tier-copy { flex: 1; min-width: 0; }
.tier-copy strong, .tier-copy small, .unlock-state { display: block; }
.tier-current { margin-left: -12px; margin-right: -12px; padding: 17px 12px; border-radius: 14px; background: transparent; }
.tier-current[href]:hover { background: transparent; }
.tier-locked { pointer-events: none; user-select: none; }
.tier-locked > * { filter: blur(4px); opacity: .3; }
.tier-copy strong { font-size: 14px; font-weight: 500; }
.tier-current .tier-copy strong, .tier-current .unlock-price { font-weight: 700; }
.tier-copy small { color: #718198; font-size: 12px; line-height: 1.5; margin-top: 5px; }
.tier-meta { flex: 0 0 78px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; margin-left: auto; }
.unlock-price { color: #1b2b44; font-size: 22px; font-weight: 700; line-height: 1; text-align: center; }
.unlock-icon { color: #84b6ff; font-size: 26px; }
.unlock-state { width: fit-content; margin-top: 0; border: 1px solid #c8d6e8; border-radius: 99px; padding: 4px 8px; color: #5c7190; background: #f3f7fc; font-size: 10px; }
.claim-button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 30px; padding: 0 9px; border: 0; border-radius: 999px; color: #f4f7ff; background: #080b12; font-size: 10px; font-weight: 600; }
.claim-button span { margin-left: 4px; font-size: 13px; line-height: 1; }
.claim-form { display: grid; gap: 8px; margin-top: 22px; }
.claim-form label { color: #536983; font-size: 11px; font-weight: 600; }
.claim-form label span { color: #9aa7b7; font-weight: 400; }
.claim-form input, .claim-form textarea { width: 100%; border: 1px solid #cfdded; border-radius: 12px; outline: 0; padding: 11px 12px; background: #ffffffb8; color: #17243a; font: inherit; font-size: 13px; resize: vertical; transition: border-color .2s, box-shadow .2s, background .2s; }
.claim-form input { min-height: 42px; }
.claim-form textarea { min-height: 92px; line-height: 1.45; }
.claim-form input::placeholder, .claim-form textarea::placeholder { color: #97a5b6; }
.claim-form input:focus, .claim-form textarea:focus { border-color: #7daee7; background: #fff; box-shadow: 0 0 0 3px #2a74e817; }
.claim-submit { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 45px; margin-top: 8px; border: 0; border-radius: 999px; background: #080b12; color: #f4f7ff; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.claim-submit:hover { background: #1a2942; transform: translateY(-1px); }
.claim-submit span { color: #8dbbff; font-size: 15px; }
.menu-note { margin-top: 21px; color: #8b99ab; font-size: 11px; text-align: center; }
@media (max-width: 600px) { footer { left: 20px; right: 20px; bottom: 17px; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 8px 10px; font-size: 10px; } footer > a { grid-column: 1; grid-row: 1; } .site-stats { grid-column: 1 / -1; grid-row: 2; gap: 8px; } .footer-credit { grid-column: 2; grid-row: 1; gap: 8px; font-size: 9px; } .footer-link { font-size: 9px; } #connection { font-size: 9px; } .unlock-menu { right: 22px; top: 18px; } .unlock-panel { width: min(330px, calc(100vw - 44px)); max-height: calc(100svh - 100px); overflow: auto; } .controls { padding-left: 16px; padding-right: 16px; } }
