:root{--bg: #0f0f10;--fg: #ffffff;--muted: #a1a1aa;--accent: #6366f1}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at top,#1b1b1f,var(--bg));color:var(--fg);min-height:100vh}.container{text-align:center;max-width:720px;padding:2.5rem}.badge{display:inline-block;padding:.4rem .8rem;border-radius:999px;background:#6366f126;color:var(--accent);font-weight:600;font-size:.8rem;letter-spacing:.04em;margin-bottom:1.5rem}h1{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1rem}p{font-size:1.1rem;color:var(--muted);margin-bottom:2.5rem}.cta{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.button{text-decoration:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.primary{background:var(--accent);color:#fff;box-shadow:0 10px 30px #6366f159}.primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px #6366f173}.secondary{border:1px solid #2a2a2e;color:var(--fg);background:transparent}.secondary:hover{background:#1a1a1e}footer{margin-top:4rem;font-size:.85rem;color:#71717a}footer span{color:var(--fg);font-weight:500}@media(max-width:480px){p{font-size:1rem}}.blog-grid{padding:2rem}.blog-grid h1{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:2rem;color:var(--fg)}.blog-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media(max-width:600px){.blog-cards{flex-direction:column;align-items:center}}.blog-card{padding:1.25rem;border:1px solid #2a2a2e;border-radius:1rem;background:#ffffff0d;color:var(--fg);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.blog-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f126;background:#ffffff14}.blog-card h2{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--fg)}.blog-card p{color:var(--muted);margin-bottom:1rem}.blog-card a{color:var(--accent);font-weight:500;text-decoration:none}.blog-card a:hover{text-decoration:underline}.header{padding:2rem;text-align:center;background:#ffffff05;border-bottom:1px solid #2a2a2e}.header-content{max-width:720px;margin:0 auto}.header-name{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--fg);margin-bottom:.5rem}.header-title{font-size:1.1rem;color:var(--accent);font-weight:600;margin-bottom:.5rem}.header-bio{font-size:1rem;color:var(--muted)}
