:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--mystery-color-bg:#f4f3f0;--mystery-color-bg-elevated:#fff;--mystery-color-surface:#ffffffc2;--mystery-color-surface-strong:#fffffff0;--mystery-color-surface-soft:#18181c0b;--mystery-color-text:#171719;--mystery-color-text-muted:#5f5f66;--mystery-color-text-dim:#85858d;--mystery-color-border:#18181c1c;--mystery-color-border-strong:#18181c33;--mystery-color-accent:#bd5700;--mystery-color-accent-hover:#9f4600;--mystery-color-accent-soft:#bd57001f;--mystery-color-accent-glow:#bd57002e;--mystery-color-accent-border:#bd57005c;--mystery-color-accent-shadow:#bd570029;--mystery-color-on-accent:#fffaf5;--mystery-color-success:#187a52;--mystery-color-danger:#c43d3d;--mystery-color-page-glow:#ffffffb8;--mystery-color-scanline:#18181c06;--mystery-color-grid:#18181c09;--mystery-color-glass-highlight:#ffffffad;--mystery-color-chrome-soft:#18181c09;--mystery-color-control:#18181c13;--mystery-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--mystery-font-mono:"SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--mystery-radius-sm:10px;--mystery-radius-md:16px;--mystery-radius-lg:22px;--mystery-radius-xl:30px;--mystery-radius-pill:999px;--mystery-space-1:4px;--mystery-space-2:8px;--mystery-space-3:12px;--mystery-space-4:16px;--mystery-space-5:20px;--mystery-space-6:24px;--mystery-space-8:32px;--mystery-space-10:40px;--mystery-space-12:48px;--mystery-space-16:64px;--mystery-blur-glass:24px;--mystery-shadow-glass:0 24px 70px #2d261e1f, inset 0 1px 0 #ffffffd1;--mystery-shadow-accent:0 0 30px var(--mystery-color-accent-glow);--mystery-duration-fast:.14s;--mystery-duration-normal:.24s;--mystery-ease:cubic-bezier(.2, .8, .2, 1)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--mystery-color-bg:#000;--mystery-color-bg-elevated:#0b0b0c;--mystery-color-surface:#121214b8;--mystery-color-surface-strong:#19191ce6;--mystery-color-surface-soft:#ffffff09;--mystery-color-text:#f5f5f7;--mystery-color-text-muted:#a4a4aa;--mystery-color-text-dim:#707078;--mystery-color-border:#ffffff1c;--mystery-color-border-strong:#ffffff2e;--mystery-color-accent:#ff8a1f;--mystery-color-accent-hover:#ffa14a;--mystery-color-accent-soft:#ff8a1f24;--mystery-color-accent-glow:#ff8a1f47;--mystery-color-accent-border:#ff8a1f6b;--mystery-color-accent-shadow:#ff8a1f2e;--mystery-color-on-accent:#120a02;--mystery-color-success:#72d6a0;--mystery-color-danger:#ff6b6b;--mystery-color-page-glow:#ffffff12;--mystery-color-scanline:#00000014;--mystery-color-grid:#ffffff05;--mystery-color-glass-highlight:#ffffff0e;--mystery-color-chrome-soft:#ffffff06;--mystery-color-control:#ffffff12;--mystery-shadow-glass:0 30px 100px #00000075, inset 0 1px 0 #ffffff0f;--mystery-shadow-accent:0 0 36px var(--mystery-color-accent-glow)}}*,:before,:after{box-sizing:border-box}html{background:var(--mystery-color-bg);min-width:320px;min-height:100%;font-family:var(--mystery-font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{min-width:320px;min-height:100vh;color:var(--mystery-color-text);background:radial-gradient(circle at 50% -10%, var(--mystery-color-page-glow), transparent 38%), var(--mystery-color-bg);margin:0}body:before{z-index:-1;background:linear-gradient(transparent 50%, var(--mystery-color-scanline) 50%);content:"";pointer-events:none;background-size:100% 4px;position:fixed;inset:0}button,input,textarea,select{color:inherit;font:inherit}a{color:inherit;text-decoration:none}::selection{color:var(--mystery-color-on-accent);background:var(--mystery-color-accent)}:focus-visible{outline:2px solid var(--mystery-color-accent);outline-offset:3px}#root{min-height:100vh}.mystery-page{isolation:isolate;min-height:100vh;position:relative;overflow:hidden}.mystery-grid{z-index:-3;background-image:linear-gradient(var(--mystery-color-grid) 1px, transparent 1px), linear-gradient(90deg, var(--mystery-color-grid) 1px, transparent 1px);pointer-events:none;background-size:44px 44px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.mystery-orb{z-index:-2;filter:blur(90px);opacity:.34;pointer-events:none;border-radius:50%;width:420px;height:420px;position:fixed}.mystery-orb--accent{background:var(--mystery-color-accent-soft)}.mystery-glass{border:1px solid var(--mystery-color-border);background:linear-gradient(135deg, var(--mystery-color-glass-highlight), transparent 42%), var(--mystery-color-surface);box-shadow:var(--mystery-shadow-glass);-webkit-backdrop-filter:blur(var(--mystery-blur-glass)) saturate(128%)}.mystery-terminal{border-radius:var(--mystery-radius-lg);overflow:hidden}.mystery-terminal__bar{min-height:52px;padding:0 var(--mystery-space-5);border-bottom:1px solid var(--mystery-color-border);background:var(--mystery-color-chrome-soft);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.mystery-terminal__title{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.02em;text-align:center;margin:0;font-size:.72rem}.mystery-terminal__body{padding:clamp(28px,5vw,56px)}.mystery-window-controls{align-items:center;gap:7px;display:flex}.mystery-window-controls span{border:1px solid var(--mystery-color-border-strong);border-radius:var(--mystery-radius-pill);background:var(--mystery-color-control);width:10px;height:10px}.mystery-window-controls span:first-child{border-color:var(--mystery-color-accent-border);background:var(--mystery-color-accent-soft);box-shadow:0 0 18px var(--mystery-color-accent-shadow)}.mystery-command,.mystery-terminal-copy{font-family:var(--mystery-font-mono);margin:0;font-size:clamp(.78rem,1.4vw,.94rem);line-height:1.8}.mystery-command{color:var(--mystery-color-text-muted)}.mystery-command__user{color:var(--mystery-color-text)}.mystery-command__path{color:var(--mystery-color-accent)}.mystery-terminal-output{margin-top:var(--mystery-space-5);color:var(--mystery-color-text-dim);gap:2px;display:grid}.mystery-terminal-output p{margin:0}.mystery-terminal-output__label{color:var(--mystery-color-accent)}.mystery-eyebrow{margin:0 0 var(--mystery-space-5);color:var(--mystery-color-accent);font-family:var(--mystery-font-mono);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:650}.mystery-title{color:var(--mystery-color-text);font-family:var(--mystery-font-sans);letter-spacing:-.078em;margin:0;font-size:clamp(3.5rem,11vw,8.4rem);font-weight:610;line-height:.87}.mystery-title__accent{color:var(--mystery-color-accent);text-shadow:var(--mystery-shadow-accent)}.mystery-copy{max-width:620px;margin:var(--mystery-space-8) 0 0;color:var(--mystery-color-text-muted);font-size:clamp(1rem,2vw,1.18rem);line-height:1.65}.mystery-chip{align-items:center;gap:var(--mystery-space-2);border:1px solid var(--mystery-color-border);border-radius:var(--mystery-radius-pill);width:fit-content;color:var(--mystery-color-text-muted);background:var(--mystery-color-surface-soft);font-family:var(--mystery-font-mono);letter-spacing:.03em;padding:7px 11px;font-size:.68rem;display:inline-flex}.mystery-status-dot{border-radius:var(--mystery-radius-pill);background:var(--mystery-color-accent);width:7px;height:7px;box-shadow:0 0 12px var(--mystery-color-accent-glow)}.mystery-button{justify-content:center;align-items:center;gap:var(--mystery-space-2);min-height:42px;padding:0 var(--mystery-space-5);border:1px solid var(--mystery-color-accent-border);border-radius:var(--mystery-radius-pill);color:var(--mystery-color-on-accent);background:var(--mystery-color-accent);box-shadow:0 10px 30px var(--mystery-color-accent-shadow);cursor:pointer;transition:transform var(--mystery-duration-fast) var(--mystery-ease), background var(--mystery-duration-fast) var(--mystery-ease), box-shadow var(--mystery-duration-fast) var(--mystery-ease);font-weight:680;display:inline-flex}.mystery-button:hover{background:var(--mystery-color-accent-hover);box-shadow:0 14px 38px var(--mystery-color-accent-shadow);transform:translateY(-1px)}.mystery-button--secondary{border-color:var(--mystery-color-border);color:var(--mystery-color-text);background:var(--mystery-color-surface-soft);box-shadow:none}.mystery-cursor{background:var(--mystery-color-accent);width:.58em;height:1.08em;box-shadow:0 0 14px var(--mystery-color-accent-glow);vertical-align:-.13em;margin-left:.25em;animation:1.05s step-end infinite mystery-blink;display:inline-block}@keyframes mystery-blink{0%,48%{opacity:1}49%,to{opacity:0}}@media (width<=640px){.mystery-terminal__bar{padding-inline:var(--mystery-space-4);grid-template-columns:1fr auto}.mystery-terminal__title{text-align:right}.mystery-terminal__bar>:last-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.mystery-cursor{animation:none}}.mystery-logo{width:var(--mystery-logo-size,36px);height:var(--mystery-logo-size,36px);filter:drop-shadow(0 8px 18px #00000038);border-radius:22%;flex:none;display:block}.mystery-logo--xs{--mystery-logo-size:20px}.mystery-logo--sm{--mystery-logo-size:34px}.mystery-logo--md{--mystery-logo-size:48px}.mystery-logo--lg{--mystery-logo-size:72px}.mystery-brand-lockup{align-items:center;gap:var(--mystery-space-3);display:inline-flex}@media (prefers-color-scheme:light){.mystery-logo{filter:drop-shadow(0 8px 18px #2d261e29)}}html,body,#root,.mystery-page{background-color:var(--mystery-color-bg)}body{position:relative}body:before,.mystery-grid,.mystery-orb{position:absolute}.website-shell{flex-direction:column;justify-content:center;gap:18px;width:min(1120px,100% - 40px);min-height:100vh;margin:0 auto;padding:48px 0 30px;display:flex}.website-orb{top:180px;right:-180px}.website-terminal{position:relative}.website-terminal:after{background:linear-gradient(90deg, transparent, var(--mystery-color-accent), transparent);height:1px;box-shadow:0 0 24px var(--mystery-color-accent-glow);content:"";opacity:.7;pointer-events:none;position:absolute;top:0;left:12%;right:12%}.website-terminal__brand{justify-self:center}.website-status{justify-self:end}.website-terminal__body{flex-direction:column;min-height:610px;display:flex}.website-hero{margin:auto 0;padding:clamp(64px,10vh,108px) 0}.website-meta{flex-wrap:wrap;gap:9px;margin-top:30px;display:flex}.website-command-bottom{margin-top:auto}.website-footer{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.035em;justify-content:space-between;padding:0 3px;font-size:.68rem;display:flex}@media (width<=640px){.website-shell{justify-content:flex-start;width:min(100% - 24px,1120px);padding-top:12px}.website-orb{top:220px;right:-190px}.website-terminal__brand{justify-self:end}.website-terminal__body{min-height:calc(100vh - 112px);padding:26px 22px}.website-hero{padding:14vh 0 12vh}.website-meta{max-width:290px}.website-footer{padding-inline:4px}}
