@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg:#0b0d10;--bg-soft:#11151a;--card:#151a21;--border:#242b34;--text:#f1f5f9;--muted:#8b96a5;--green:#7ee787;--green-dark:#238636;--orange:#ffb86c;--red:#ff6b6b;--blue:#79c0ff}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 15% 20%, #7ee78714, transparent 30%), radial-gradient(circle at 85% 80%, #79c0ff12, transparent 30%), var(--bg);justify-content:center;align-items:center;padding:30px;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.18;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.wrapper{z-index:1;width:100%;max-width:1050px;position:relative}.header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.brand{align-items:center;gap:12px;font-family:JetBrains Mono,monospace;font-size:15px;font-weight:600;display:flex}.brand-icon{width:38px;height:38px;color:var(--bg);background:var(--green);border-radius:10px;place-items:center;font-weight:800;display:grid}.status{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.status-dot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse;box-shadow:0 0 12px #ffb86cb3}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.hero{grid-template-columns:1fr 1fr;gap:22px;display:grid}.content,.terminal{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#11151ad1;border-radius:22px}.content{flex-direction:column;justify-content:center;padding:clamp(30px,5vw,58px);display:flex}.eyebrow{width:fit-content;color:var(--green);background:#7ee7870f;border:1px solid #7ee7872e;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:7px 11px;font-family:JetBrains Mono,monospace;font-size:12px;display:inline-flex}h1{letter-spacing:-4px;margin-bottom:25px;font-size:clamp(42px,6vw,72px);line-height:.98}h1 span{color:var(--green)}.description{max-width:520px;color:var(--muted);margin-bottom:30px;font-size:16px;line-height:1.7}.description strong{color:var(--text)}.progress-header{color:var(--muted);justify-content:space-between;margin-bottom:9px;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.progress{background:#20262e;border-radius:10px;width:100%;height:7px;overflow:hidden}.progress-bar{border-radius:inherit;background:var(--green);width:73%;height:100%;animation:3s ease-in-out infinite alternate loading;box-shadow:0 0 16px #7ee78759}@keyframes loading{0%{width:68%}to{width:76%}}.progress-note{color:#657181;margin-top:11px;font-size:11px}.terminal{font-family:JetBrains Mono,monospace;overflow:hidden;box-shadow:0 25px 80px #00000040}.terminal-header{border-bottom:1px solid var(--border);background:#101419;align-items:center;gap:7px;height:48px;padding:0 18px;display:flex}.circle{border-radius:50%;width:11px;height:11px}.circle.red{background:#ff5f56}.circle.yellow{background:#ffbd2e}.circle.green{background:#27c93f}.terminal-title{color:#657181;margin-left:8px;font-size:11px}.terminal-body{min-height:390px;padding:26px;font-size:13px;line-height:1.9}.line{opacity:0;animation:.5s forwards appear}.line:first-child{animation-delay:.2s}.line:nth-child(2){animation-delay:.5s}.line:nth-child(3){animation-delay:.8s}.line:nth-child(4){animation-delay:1.1s}.line:nth-child(5){animation-delay:1.4s}.line:nth-child(6){animation-delay:1.7s}.line:nth-child(7){animation-delay:2s}.line:nth-child(8){animation-delay:2.3s}@keyframes appear{to{opacity:1}}.prompt{color:var(--green)}.command{color:var(--text)}.comment{color:#657181}.warning{color:var(--orange)}.error{color:var(--red)}.success{color:var(--green)}.blue{color:var(--blue)}.cursor{vertical-align:-2px;background:var(--green);width:7px;height:15px;margin-left:3px;animation:.8s infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.footer{color:#657181;justify-content:space-between;gap:20px;margin-top:18px;font-size:12px;display:flex}.footer code{color:var(--green);font-family:JetBrains Mono,monospace}.coffee{cursor:pointer;transition:all .2s}.coffee:hover{color:var(--orange)}@media (width<=780px){body{padding:18px}.hero{grid-template-columns:1fr}.content{padding:35px 28px}h1{letter-spacing:-2px}.terminal-body{min-height:330px;padding:20px}.footer{text-align:center;flex-direction:column}}
