*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#0d1117;color:#e6edf3;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column;background:#0d1117}.nav{display:flex;justify-content:space-between;align-items:center;padding:22px 48px;border-bottom:1px solid #21262d}.nav-logo{display:flex;align-items:center;gap:10px}.nav-wordmark{color:#e6edf3;font-weight:800;font-size:15px;letter-spacing:3px}@media (max-width: 520px){.nav{padding:18px 24px}}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:72px 48px}.hero-mark{margin-bottom:32px}@keyframes hero-sq-pulse{0%,to{opacity:.18}50%{opacity:1}}.hero-mark-sq{animation:hero-sq-pulse 6s ease-in-out infinite}.hero-mark-sq1{animation-delay:0s}.hero-mark-sq2{animation-delay:1.5s}.hero-mark-sq3{animation-delay:3s}.hero-mark-sq4{animation-delay:4.5s}.hero-headline{color:#e6edf3;font-size:52px;font-weight:800;line-height:1.15;margin-bottom:20px;max-width:580px}.hero-sub{color:#8b949e;font-size:16px;line-height:1.75;max-width:420px;margin-bottom:48px}.hero-terminal-window{width:460px;border-radius:10px;overflow:hidden;border:1px solid #30363d;box-shadow:0 20px 60px #00000080}.hero-terminal-titlebar{display:flex;align-items:center;padding:10px 14px;background:#1c2128;border-bottom:1px solid #30363d;position:relative}.hero-terminal-dots{display:flex;gap:6px}.hero-terminal-dot{width:12px;height:12px;border-radius:50%}.hero-terminal-dot--red{background:#ff5f56}.hero-terminal-dot--yellow{background:#ffbd2e}.hero-terminal-dot--green{background:#27c93f}.hero-terminal-title{position:absolute;left:50%;transform:translate(-50%);color:#484f58;font-family:Courier New,Courier,monospace;font-size:12px;font-weight:600}.hero-terminal-body{background:#161b22;padding:20px 20px 24px;display:flex;flex-direction:column;gap:6px;min-height:90px}.hero-terminal-line{display:flex;align-items:center;gap:8px;font-family:Courier New,Courier,monospace;font-size:13px;font-weight:700;color:#30a46c}.hero-terminal-prompt{flex-shrink:0;opacity:.55}.hero-terminal-text{white-space:pre}.hero-terminal-cursor{display:inline-block;width:8px;height:14px;background:#30a46c;flex-shrink:0;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 520px){.hero{padding:48px 24px}.hero-headline{font-size:36px}.hero-terminal-window{width:100%}.hero-terminal-text{white-space:pre-wrap;word-break:break-word}}.footer{display:flex;justify-content:space-between;align-items:center;padding:18px 48px;border-top:1px solid #21262d}.footer span,.footer a{color:#484f58;font-size:12px;text-decoration:none}.footer a:hover{color:#8b949e}@media (max-width: 520px){.footer{padding:18px 24px}}
