@font-face{font-family:New Spirit;src:url(/esoterica/fonts/NewSpirit-Medium.woff2) format("woff2"),url(/esoterica/fonts/NewSpirit-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-heading: "New Spirit", Georgia, "Times New Roman", serif;--font-body: "Geist Mono", "JetBrains Mono", "Fira Code", Consolas, monospace;--terminal-green: #33ff66;--terminal-green-dim: #22aa44;--terminal-glow: rgba(51, 255, 102, .4);--terminal-bg: #0a0a0a;--terminal-chrome: #1a1a1a}[data-theme=light]{--bg-overlay: rgba(0, 0, 0, .25);--text-hero: #FAF9F6;--text-hero-muted: rgba(250, 249, 246, .85);--bg-code: rgba(250, 249, 246, .95);--text-code: #2C2C2C;--border-code: rgba(0, 0, 0, .1);--bg-btn: rgba(250, 249, 246, .9);--text-btn: #2C2C2C;--bg-btn-hover: #FAF9F6}[data-theme=dark]{--bg-overlay: rgba(0, 0, 0, .5);--text-hero: #FAF9F6;--text-hero-muted: rgba(250, 249, 246, .8);--bg-code: rgba(40, 40, 40, .95);--text-code: #E8E8E8;--border-code: rgba(255, 255, 255, .1);--bg-btn: rgba(40, 40, 40, .9);--text-btn: #E8E8E8;--bg-btn-hover: #333}html{font-size:16px}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;min-height:100vh;min-height:100svh}.hero{position:relative;height:300vh}.hero-sticky{position:sticky;top:0;height:100vh;height:100svh;display:flex;flex-direction:column;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-bg-poster{display:none}.hero-sticky:before{content:"";position:absolute;inset:0;background:var(--bg-overlay);transition:background .3s ease;z-index:1}.scroll-hint{position:absolute;bottom:2rem;right:2rem;z-index:10;color:var(--text-hero-muted);opacity:0;pointer-events:none;transition:opacity .3s ease}@media(prefers-reduced-motion:no-preference){.scroll-hint{animation:hint-appear .6s ease 1.5s forwards,hint-bounce 2s ease-in-out 2.1s infinite}}@keyframes hint-appear{to{opacity:.7}}@keyframes hint-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.header{position:relative;z-index:10;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;color:var(--text-hero);text-decoration:none}.header-actions{display:flex;gap:1.5rem;align-items:center}.header-link{color:var(--text-hero-muted);text-decoration:none;font-size:.875rem;transition:color .15s ease}.header-link:hover{color:var(--text-hero)}.theme-toggle{background:none;border:none;cursor:pointer;padding:.25rem;color:var(--text-hero-muted);transition:color .15s ease;display:flex}.theme-toggle:hover{color:var(--text-hero)}.icon{width:20px;height:20px}.main{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}.content{max-width:40rem}.tagline{font-family:var(--font-heading);font-size:3.5rem;font-weight:500;line-height:1.1;color:var(--text-hero);margin-bottom:1.5rem;letter-spacing:-.02em}.description{font-size:1rem;line-height:1.7;color:var(--text-hero-muted);margin-bottom:2.5rem;text-wrap:pretty}.install{display:inline-flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--bg-code);border:1px solid var(--border-code);backdrop-filter:blur(10px)}.install code{font-family:var(--font-body);font-size:1rem;color:var(--text-code);user-select:all}.install--prose{margin-top:2.5rem;background:var(--bg-code);border-color:var(--border-code)}[data-theme=light] .install--prose{--bg-code: #F0EFEB;--text-code: #2C2C2C;--border-code: rgba(0, 0, 0, .1)}[data-theme=dark] .install--prose{--bg-code: rgba(40, 40, 40, .95);--text-code: #E8E8E8;--border-code: rgba(255, 255, 255, .1)}.copy-btn{background:transparent;border:1px solid var(--border-code);color:var(--text-code);padding:.375rem .75rem;font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .15s ease,color .15s ease}.copy-btn:hover{background:var(--text-code);color:var(--bg-code)}.footer{position:relative;z-index:10;padding:1.5rem 2rem;text-align:center}.footer p{font-size:.75rem;color:var(--text-hero-muted)}.footer a{color:var(--text-hero-muted);text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.footer a:hover{color:var(--text-hero)}.site-footer{position:relative;z-index:10;padding:1.5rem 2rem;text-align:center}.site-footer small{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.75rem;color:var(--text-hero-muted)}.site-footer a{color:var(--text-hero-muted);text-decoration:none;transition:color .15s ease}.site-footer a:hover{color:var(--text-hero)}.site-footer a:first-child{text-decoration:underline;text-underline-offset:2px}.footer-github{display:flex;align-items:center}.footer-github svg{opacity:.8;transition:opacity .15s ease}.footer-github:hover svg{opacity:1}.prose{background:var(--bg-page, #FAF9F6);padding:5rem 2rem;overflow-x:clip}[data-theme=light]{--bg-page: #FAF9F6;--text-prose: #2C2C2C;--text-prose-muted: #5C5C5C}[data-theme=dark]{--bg-page: #1A1A1A;--text-prose: #E8E8E8;--text-prose-muted: #A0A0A0}.prose-inner{max-width:38rem;margin:0 auto}.prose h2{font-family:var(--font-heading);font-size:2rem;font-weight:500;color:var(--text-prose);margin-bottom:2rem;letter-spacing:-.01em}.prose p{font-size:1rem;line-height:1.8;color:var(--text-prose-muted);margin-bottom:1.5rem}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--text-prose);font-weight:400}.prose em{font-style:italic}.illustration{width:100vw;max-width:65rem;margin-left:50%;padding:3rem 0;text-align:center;opacity:0;transform:translate(-50%) translateY(2rem);transition:opacity .6s ease,transform .6s ease}.illustration.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.illustration-bg{width:100%;aspect-ratio:3 / 2;background-size:contain;background-position:center;background-repeat:no-repeat}[data-theme=dark] .illustration-bg{filter:invert(1)}.illustration figcaption{font-family:var(--font-body);font-size:.75rem;color:var(--text-prose-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:1rem}.toolkit{background:var(--bg-page, #FAF9F6);padding:5rem 2rem;border-top:1px solid var(--border-code)}.toolkit-inner{max-width:50rem;margin:0 auto}.toolkit h2{font-family:var(--font-heading);font-size:2rem;font-weight:500;color:var(--text-prose);margin-bottom:1rem;letter-spacing:-.01em;text-align:center}.toolkit-intro{font-size:1rem;line-height:1.8;color:var(--text-prose-muted);text-align:center;max-width:38rem;margin:0 auto 3rem}.toolkit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.5rem;margin-bottom:3rem}.toolkit-item{padding:1.5rem;background:var(--bg-code);border:1px solid var(--border-code)}.toolkit-item code{display:block;font-family:var(--font-body);font-size:1rem;color:var(--text-prose);margin-bottom:.75rem}.toolkit-item p{font-size:.875rem;line-height:1.6;color:var(--text-prose-muted);margin:0}.toolkit-coda{font-size:1rem;line-height:1.8;color:var(--text-prose-muted);text-align:center;max-width:38rem;margin:0 auto}.toolkit-coda strong{color:var(--text-prose);font-weight:400}.terminal-container{position:relative;height:400vh;background:var(--bg-page, #FAF9F6)}.terminal{position:sticky;top:2rem;max-width:42rem;margin:0 auto;padding:0 1rem}.terminal-chrome{display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--terminal-chrome);border-radius:.5rem .5rem 0 0;border:1px solid rgba(255,255,255,.05);border-bottom:none}.terminal-btn{font-size:.75rem;color:var(--terminal-green-dim);opacity:.6}.terminal-screen{position:relative;background:var(--terminal-bg);padding:1.5rem;border-radius:0 0 .5rem .5rem;border:1px solid rgba(255,255,255,.05);border-top:none;min-height:12rem;overflow:hidden}.terminal-screen:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.15) 2px,rgba(0,0,0,.15) 4px);pointer-events:none;opacity:.25}.terminal-content{font-family:var(--font-body);font-size:.9375rem;line-height:1.7;color:var(--terminal-green);text-shadow:0 0 8px var(--terminal-glow);white-space:pre-wrap;margin:0}.terminal-line{display:block;margin-bottom:.5rem}.terminal-line:last-child{margin-bottom:0}.terminal-prompt{color:var(--terminal-green-dim);margin-right:.5rem}.terminal-text{color:var(--terminal-green)}.terminal-cursor{display:inline-block;width:.6rem;height:1.1rem;background:var(--terminal-green);margin-left:.25rem;vertical-align:text-bottom;animation:cursor-pulse 2s ease-in-out infinite}@keyframes cursor-pulse{0%,to{opacity:1}50%{opacity:.3}}.terminal-indicators{display:flex;justify-content:center;gap:.5rem;padding:1rem;background:var(--terminal-chrome);border-radius:0 0 .5rem .5rem;margin-top:-.5rem}.terminal-indicators .indicator{width:.5rem;height:.5rem;border-radius:50%;background:var(--terminal-green-dim);opacity:.3;transition:opacity .3s ease,background .3s ease}.terminal-indicators .indicator.active{opacity:1;background:var(--terminal-green);box-shadow:0 0 6px var(--terminal-glow)}.terminal-indicators .indicator.completed{opacity:.7;background:var(--terminal-green);box-shadow:0 0 4px var(--terminal-glow)}.phase-trigger{position:absolute;left:0;width:100%;height:1px;pointer-events:none}.phase-trigger[data-phase="1"]{top:5%}.phase-trigger[data-phase="2"]{top:30%}.phase-trigger[data-phase="3"]{top:55%}.phase-trigger[data-phase="4"]{top:80%}.terminal-line[data-phase] .terminal-text{clip-path:inset(0 100% 0 0);opacity:.4;transition:clip-path 0s,opacity .3s ease}.terminal-line[data-phase].is-active .terminal-text,.terminal-line[data-phase].is-typing .terminal-text{clip-path:inset(0 0 0 0);opacity:1}.terminal-line[data-phase].is-completed .terminal-text{clip-path:inset(0 0 0 0);opacity:.5}@media(max-width:640px){.header{padding:1rem}.tagline{font-size:2.5rem}.install{flex-direction:column;gap:.75rem;padding:1rem;width:100%;max-width:20rem}.install code{font-size:.875rem}.illustration{width:calc(100vw - 2rem);padding:2rem 0}.terminal{top:1rem}.terminal-content{font-size:.8125rem}}@media(min-width:768px){.tagline{font-size:4.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.hero{height:100vh;height:100svh}.hero-bg-video{display:none}.hero-bg-poster{display:block}.tagline,.description,.install{opacity:1!important;transform:none!important}.scroll-hint{display:none}.illustration{opacity:1!important;transform:translate(-50%)!important;transition:none!important}.terminal-cursor{animation:none!important;opacity:1}.terminal-screen:after{opacity:.1}}
