*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-alt: #f6f8fa;--bg-hero: #0d1117;--border: #d0d7de;--text: #1f2328;--text-muted: #656d76;--text-on-dark: #e6edf3;--muted-on-dark: #8b949e;--link: #0969da;--accent: #1f6feb;--accent-light: #ddf4ff;--heading: #1f2328;--hero-glow: #1f6feb33}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}.hero{background:var(--bg-hero);padding:4rem 1.5rem 4.5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse at 50% 0%,#1f6feb28 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#30363d 1px,transparent 1px);background-size:24px 24px;opacity:.35;pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#1f6feb18;border:1px solid #1f6feb40;border-radius:20px;padding:.25rem .8rem;margin-bottom:1.25rem}.hero-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.1rem}.hero-title-main{background:linear-gradient(135deg,#e6edf3,#8b949e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.05rem;color:var(--muted-on-dark);line-height:1.65;max-width:520px;margin:0 auto 2rem}.hero-actions{margin-bottom:2rem}.hero-stats{display:inline-flex;align-items:center;gap:0;background:#161b22;border:1px solid #30363d;border-radius:10px;padding:.65rem 1.4rem}.hero-stat{display:flex;flex-direction:column;align-items:center;padding:0 1rem}.hero-stat-num{font-size:1.3rem;font-weight:700;color:var(--text-on-dark);line-height:1}.hero-stat-label{font-size:.72rem;color:var(--muted-on-dark);margin-top:.2rem;text-transform:uppercase;letter-spacing:.06em}.hero-stat-sep{width:1px;height:2rem;background:#30363d}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--accent);padding:.6rem 1.4rem;border-radius:8px;text-decoration:none;border:1px solid #388bfd;transition:background .15s,transform .1s}.hero-cta:hover{background:#388bfd;text-decoration:none;transform:translateY(-1px)}.content{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 5rem}.content>h1:first-child,.content>h1:first-child+p{display:none}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--heading);margin-top:2.25rem;margin-bottom:.75rem;font-weight:700;line-height:1.3}h1{font-size:2rem}h2{font-size:1.35rem;border-bottom:1px solid var(--border);padding-bottom:.4rem}h3{font-size:1.1rem}h4{font-size:.95rem;color:var(--text-muted);font-weight:600}p{margin-bottom:1rem}ul,ol{margin:.5rem 0 1rem 1.75rem}li{margin-bottom:.25rem}li>p{margin-bottom:.2rem}blockquote{border-left:3px solid var(--accent);margin:1rem 0;padding:.6rem 1rem;background:var(--accent-light);border-radius:0 6px 6px 0;color:#0550ae}blockquote p{margin-bottom:0}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85em;background:var(--bg-alt);color:#cf222e;padding:.15em .4em;border-radius:4px;border:1px solid var(--border)}pre{background:#1e1e2e;color:#cdd6f4;padding:1.1rem 1.25rem;border-radius:8px;overflow-x:auto;margin:1rem 0;border:1px solid #313244}pre code{background:none;border:none;color:inherit;padding:0;font-size:.875rem}.table-wrapper{overflow-x:auto;margin:1.25rem 0;border-radius:8px;border:1px solid var(--border);box-shadow:0 1px 3px #0000000f}table{width:100%;border-collapse:collapse;font-size:.875rem;white-space:nowrap}th,td{padding:.55rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{background:var(--bg-alt);font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}tr:last-child td{border-bottom:none}tr:nth-child(2n) td{background:#fafbfc}tr:hover td{background:#f0f6ff}img{max-width:100%;height:auto}hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}
