:root{--bg: #0d1117;--surface: #161b22;--border: rgba(255, 255, 255, .08);--text: #e6edf3;--text-muted: #7d8590;--accent: #3fb950;--accent-hover: #2ea043;--accent-glow: rgba(63, 185, 80, .25);--btn-outline-border: rgba(255, 255, 255, .15);--logo-bg: #1e2d1e;--logo-fg: #3fb950}:where(.astro-j7pv25f6)[data-theme=light]{--bg: #ffffff;--surface: #f6f8fa;--border: rgba(0, 0, 0, .08);--text: #1f2328;--text-muted: #656d76;--accent: #1a7f37;--accent-hover: #116329;--accent-glow: rgba(26, 127, 55, .15);--btn-outline-border: rgba(0, 0, 0, .15);--logo-bg: #d4edda;--logo-fg: #1a7f37}:where(.astro-j7pv25f6),:where(.astro-j7pv25f6):before,:where(.astro-j7pv25f6):after{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif;min-height:100vh;overflow-x:hidden;transition:background .25s,color .25s}header:where(.astro-j7pv25f6){position:fixed;inset:0 0 auto;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.logo:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text);font-size:1.05rem;font-weight:700}.logo-icon:where(.astro-j7pv25f6){width:32px;height:32px;flex-shrink:0}.header-right:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.5rem}.icon-btn:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:1px solid transparent;border-radius:8px;color:var(--text-muted);cursor:pointer;text-decoration:none;font-size:1rem;transition:color .2s,border-color .2s,background .2s}.icon-btn:where(.astro-j7pv25f6):hover{color:var(--text);border-color:var(--border);background:var(--surface)}main:where(.astro-j7pv25f6){min-height:100vh;display:flex;align-items:center;padding:80px 2rem 2rem}.hero:where(.astro-j7pv25f6){max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem}.hero-content:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:1.4rem}.badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);font-size:.8rem;font-weight:500;width:fit-content;letter-spacing:.02em}.hero-title:where(.astro-j7pv25f6){font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em}.hero-title:where(.astro-j7pv25f6) .accent:where(.astro-j7pv25f6){color:var(--accent)}.hero-tagline:where(.astro-j7pv25f6){font-size:1.1rem;color:var(--text-muted);line-height:1.75;max-width:500px}.hero-actions:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.btn-primary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.5rem;background:var(--accent);color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border-radius:10px;border:1px solid transparent;transition:background .2s,transform .15s,box-shadow .2s}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px var(--accent-glow)}.btn-outline:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.3rem;background:transparent;color:var(--text);font-weight:500;font-size:.95rem;text-decoration:none;border-radius:10px;border:1px solid var(--btn-outline-border);transition:border-color .2s,color .2s,transform .15s,background .2s}.btn-outline:where(.astro-j7pv25f6):hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 5%,transparent);transform:translateY(-1px)}.hero-image-wrap:where(.astro-j7pv25f6){position:relative;flex-shrink:0}.hero-image-wrap:where(.astro-j7pv25f6):before{content:"";position:absolute;inset:-24px;background:radial-gradient(ellipse at center,var(--accent-glow) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-image-wrap:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){position:relative;z-index:1;width:clamp(240px,28vw,380px);aspect-ratio:1;border-radius:50%;object-fit:cover;object-position:top center;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 30%,transparent),0 24px 56px #0006}@media(max-width:700px){.hero:where(.astro-j7pv25f6){grid-template-columns:1fr;text-align:center;justify-items:center;gap:2rem}.hero-image-wrap:where(.astro-j7pv25f6){order:-1}.hero-image-wrap:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){width:200px}.badge:where(.astro-j7pv25f6){margin:0 auto}.hero-tagline:where(.astro-j7pv25f6){margin:0 auto}.hero-actions:where(.astro-j7pv25f6){justify-content:center}}.bg-grid:where(.astro-j7pv25f6){position:fixed;inset:0;z-index:-1;opacity:.03;background-image:linear-gradient(var(--text) 1px,transparent 1px),linear-gradient(90deg,var(--text) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}:where(.astro-j7pv25f6)[data-theme=light] .bg-grid:where(.astro-j7pv25f6){opacity:.04}
