:root{--bg: #0a0a0a;--surface: #141414;--border: #27272a;--text: #ffffff;--muted: #a1a1aa;--accent: #2563eb;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid var(--border);background:var(--bg)}.nav--sticky{position:sticky;top:0;z-index:10}.nav__logo{font-weight:700;font-size:1.125rem;color:var(--text);text-decoration:none}.nav__links{display:flex;gap:2rem;list-style:none}.nav__links a{color:var(--muted);font-size:.875rem;text-decoration:none}.nav__links a:hover{color:var(--text)}main{flex:1}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;min-height:60vh}.hero__wordmark{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.hero__tagline{font-size:1.25rem;color:var(--muted);margin-bottom:2rem}.hero__description{max-width:560px;color:var(--muted);line-height:1.75;margin-bottom:3rem}.badges{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid var(--border);border-radius:9999px;font-size:.875rem;color:var(--muted);cursor:default;user-select:none}.badge__dot{width:6px;height:6px;border-radius:50%;background:var(--border);flex-shrink:0}.prose-wrapper{max-width:700px;margin:0 auto;padding:3rem 2rem 5rem}.prose-wrapper h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.prose-wrapper .meta{color:var(--muted);font-size:.875rem;margin-bottom:3rem}.prose-wrapper h2{font-size:1.125rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem}.prose-wrapper p{color:var(--muted);line-height:1.75;margin-bottom:1rem}.prose-wrapper ul:not(.topics){color:var(--muted);line-height:1.75;padding-left:1.5rem;margin-bottom:1rem}.prose-wrapper ul:not(.topics) li{margin-bottom:.25rem}.topics{list-style:none;padding:0;margin-top:1.5rem}.topics li{padding:.875rem 1rem;border:1px solid var(--border);border-radius:.5rem;color:var(--muted);margin-bottom:.5rem}footer{border-top:1px solid var(--border);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.8125rem}footer nav{display:flex;gap:1.5rem}footer nav a{color:var(--muted);text-decoration:none}footer nav a:hover{color:var(--text)}@media(max-width:640px){.nav__links{display:none}footer{flex-direction:column;gap:1rem;text-align:center}.hero{padding:4rem 1.5rem}.hero__wordmark{font-size:2rem}}.form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.form__field{display:flex;flex-direction:column;gap:.375rem}.form__label{font-size:.875rem;font-weight:500;color:var(--text)}.form__input,.form__textarea{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;color:var(--text);font-family:var(--font);font-size:.9375rem;padding:.75rem 1rem;outline:none;transition:border-color .15s}.form__input:focus,.form__textarea:focus{border-color:var(--accent)}.form__textarea{min-height:120px;resize:vertical}.form__radio-group{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.form__radio-group legend{font-size:.875rem;font-weight:500;color:var(--text);margin-bottom:.375rem}.form__radio{display:flex;align-items:center;gap:.625rem;color:var(--muted);font-size:.9375rem;cursor:pointer}.form__radio input[type=radio]{accent-color:var(--accent);width:1rem;height:1rem;cursor:pointer}.form__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:.5rem;font-family:var(--font);font-size:.9375rem;font-weight:500;cursor:pointer;transition:opacity .15s;align-self:flex-start}.form__btn:hover{opacity:.85}
