@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=Playfair+Display:wght@700;800;900&display=swap");:root{--bg:#0a0a0f;--surface:#12121a;--surface2:#1a1a26;--border:#2a2a3e;--border-hover:#4a4a6e;--accent:#6c63ff;--accent2:#ff6584;--accent3:#43e97b;--text:#f0f0ff;--muted:#8888aa;--tag-bg:#1e1e2e}[data-theme=light]{--bg:#f8f8ff;--surface:#ffffff;--surface2:#f0f0f8;--border:#ddddf0;--border-hover:#b0b0d0;--accent:#5b52e8;--accent2:#e8456b;--accent3:#22c55e;--text:#0a0a1a;--muted:#5a5a7a;--tag-bg:#eeeeff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;overflow-x:hidden;line-height:1.6;transition:background .3s ease,color .3s ease}h1,h2,h3,h4,h5{font-family:Syne,sans-serif}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:white}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}.section-wrapper{max-width:1100px;margin:0 auto;padding:5rem 2rem}.section-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--accent);font-weight:600;margin-bottom:.6rem}.section-title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;margin-bottom:.5rem;line-height:1.1}.section-sub{color:var(--muted);font-size:.95rem;margin-bottom:2.5rem;max-width:520px}.divider{width:100%;height:1px;background:var(--border)}@media (max-width:640px){.section-wrapper{padding:3rem 1.25rem}}