:root{--boot-bg: #080818;--boot-surface: #0f0b24;--boot-text: #f0edff;--boot-mint: #7aeec5;--boot-violet: #b59cff;--boot-muted: rgba(240,237,255,.6);--boot-line: rgba(255,255,255,.08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--boot-bg);color:var(--boot-text);font-family:Poppins,system-ui,-apple-system,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased}body{position:relative;min-height:100vh}.boot-chooser{position:fixed;inset:0;z-index:10;display:grid;grid-template-columns:1fr 1fr;opacity:0;pointer-events:none;transition:opacity .7s ease .1s;background:var(--boot-bg)}.boot-chooser.is-ready{opacity:1;pointer-events:auto}.boot-chooser__panel{position:relative;overflow:hidden;cursor:pointer;outline:none;transition:opacity .22s ease}.boot-chooser__panel:focus-visible{box-shadow:inset 0 0 0 2px var(--boot-mint)}.boot-chooser__panel.is-fading{opacity:0}.boot-chooser__poster{position:absolute;inset:0;pointer-events:none}.boot-chooser__poster--world{background:url(../assets/drivethrough.webp) center/cover no-repeat;filter:blur(14px) saturate(.95) brightness(.8);transform:scale(1.08)}.boot-chooser__poster--profile{background:url(../assets/profile-preview.png) center top/cover no-repeat;filter:blur(14px) saturate(.95) brightness(.8);transform:scale(1.08)}.boot-chooser__panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08081826,#080818a6);pointer-events:none}.boot-chooser__label{position:absolute;inset:auto 0 0;padding:48px;display:flex;flex-direction:column;gap:10px;pointer-events:none;z-index:2}.boot-chooser__eyebrow{margin:0;font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:var(--boot-muted);font-weight:600}.boot-chooser__heading{margin:0;font-family:Caveat,cursive;font-size:clamp(36px,4.4vw,62px);font-weight:700;line-height:1;background:linear-gradient(135deg,var(--boot-mint),var(--boot-violet));-webkit-background-clip:text;background-clip:text;color:transparent}.boot-chooser__sub{margin:0 0 12px;font-size:15px;color:var(--boot-text);opacity:.8;max-width:340px}.boot-chooser__cta{align-self:flex-start;padding:12px 22px;border-radius:999px;background:#7aeec51f;border:1px solid rgba(122,238,197,.55);color:var(--boot-mint);font-weight:600;letter-spacing:.02em;text-decoration:none;pointer-events:auto;transition:background .2s ease,transform .2s ease}.boot-chooser__cta:hover{background:#7aeec538;transform:translateY(-1px)}.boot-chooser__hint{position:fixed;left:50%;bottom:16px;transform:translate(-50%);margin:0;font-size:11px;color:var(--boot-muted);letter-spacing:.08em;pointer-events:none;z-index:4}.boot-chooser__hint code{font-family:VT323,monospace;font-size:13px;color:var(--boot-mint);background:#7aeec514;padding:2px 6px;border-radius:4px}body.is-entering{pointer-events:none}@media(max-width:767px){.boot-chooser{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.boot-chooser__label{padding:20px 20px 24px;gap:6px}.boot-chooser__heading{font-size:36px}.boot-chooser__sub{font-size:13px;margin-bottom:6px}.boot-chooser__cta{padding:10px 18px;font-size:14px}.boot-chooser__hint{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.intro-splash{transition-duration:.7s!important}.intro-tag,.intro-hint{transition-duration:.5s!important}}
