:root{--bg:#f6f7f9;--card:#fff;--ink:#11151c;--muted:#626b78;--line:#e3e6ec;--blue:#2563eb;--blue-d:#1e40af;--blue-bg:#e7efff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}code,.mono{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.wrap{max-width:980px;margin:0 auto;padding:0 20px}.wrap-wide{max-width:1100px;margin:0 auto;padding:0 20px}.section-ttl{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;font-size:.72rem;font-weight:800}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1);transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}}.hero{background:radial-gradient(1200px 400px at 50% -120px, #dbe7ff 0%, #dbe7ff00 70%), linear-gradient(180deg, #fbfcfe 0%, var(--bg) 100%);border-bottom:1px solid var(--line)}.fade-up-1{animation:.7s cubic-bezier(.22,.61,.36,1) both fadeUp}.fade-up-2{animation:.7s cubic-bezier(.22,.61,.36,1) .12s both fadeUp}.fade-up-3{animation:.7s cubic-bezier(.22,.61,.36,1) .24s both fadeUp}.fade-up-4{animation:.7s cubic-bezier(.22,.61,.36,1) .36s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.lift{transition:transform .25s,box-shadow .25s}.lift:hover{transform:translateY(-3px);box-shadow:0 10px 30px -12px #11151c2e}.console{color:#c9d1d9;background:#0d1117;border:1px solid #1f2733;border-radius:12px;min-height:220px;max-height:320px;padding:16px 18px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.7;overflow-y:auto}.console .ln{gap:10px;animation:.35s both lineIn;display:flex}.console .ts{color:#5c6773;flex:none}.console .ok{color:#3fb950}.console .warn{color:#d29922}.console .crit{color:#f85149}.console .info{color:#58a6ff}@keyframes lineIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:none}}.cursor:after{content:"▍";color:#3fb950;animation:1s steps(2,end) infinite blink}@keyframes blink{50%{opacity:0}}.pulse-dot{background:var(--blue);border-radius:50%;width:9px;height:9px;animation:1.6s infinite pulse;box-shadow:0 0 #2563eb99}@keyframes pulse{0%{box-shadow:0 0 #2563eb80}70%{box-shadow:0 0 0 9px #2563eb00}to{box-shadow:0 0 #2563eb00}}.stagger{animation:.5s both fadeUp}.codeblock{color:#e6edf3;white-space:pre;background:#0d1117;border:1px solid #1f2733;border-radius:8px;padding:12px 14px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.6;overflow-x:auto}.codeblock.bad{border-left:3px solid #f85149}.codeblock.good{border-left:3px solid #3fb950}@media (width<=767px){.arrow-rotate{transform:rotate(90deg)}}
