@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500;600&display=swap";
:root{--obsidian:#141318;--obsidian-2:#1a181e;--paper:#f5f3ef;--muted:#f5f3ef8f;--hair:#f5f3ef1c;--green:#5dd79e;--green-soft:#5dd79e1f}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--obsidian);color:var(--paper);font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.page-shell{background:linear-gradient(180deg, #5dd79e13, transparent 22%), linear-gradient(0deg, #5dd79e11, transparent 24%), linear-gradient(180deg, var(--obsidian-2), var(--obsidian));place-items:center;min-height:100svh;padding:clamp(28px,7vw,72px) 20px;display:grid}.hero{text-align:center;flex-direction:column;align-items:center;gap:26px;width:min(100%,760px);display:flex}.wordmark{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;margin:0;padding-left:.1em;font-family:Cinzel,Trajan Pro,Times New Roman,serif;font-size:clamp(42px,10vw,104px);font-weight:500;line-height:1}.terminal{border:1px solid var(--hair);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0c8a;width:min(100%,560px);margin-top:8px;box-shadow:0 24px 80px #00000052}.terminal-bar{border-bottom:1px solid var(--hair);align-items:center;gap:8px;height:36px;padding:0 16px;display:flex}.dot{background:#f5f3ef42;border-radius:999px;width:8px;height:8px}.dot:first-child{background:var(--green)}.terminal-body{text-align:left;color:#f5f3efc7;min-height:172px;padding:22px 20px 24px;font-family:Geist Mono,SF Mono,Menlo,Consolas,ui-monospace,monospace;font-size:clamp(12px,2.6vw,14px);line-height:1.8}.line{white-space:nowrap;width:0;max-width:max-content;margin:0;animation:.9s steps(34,end) forwards type;overflow:hidden}.line-1{animation-delay:.2s}.line-2{animation-delay:1.05s}.line-3{animation-delay:1.9s}.line-4{color:var(--green);animation-delay:2.75s}.prompt{color:var(--green);margin-right:10px}.cursor{background:var(--green);width:8px;height:1.1em;margin-left:4px;animation:.92s steps(2,start) infinite blink;display:inline-block;transform:translateY(3px)}@keyframes type{to{width:100%}}@keyframes blink{50%{opacity:0}}@media (max-width:560px){.hero{gap:22px}.terminal-body{padding:18px 16px 20px}}
