:root{--brand: #cdf546;--brand-dark: #cdf546;--bg: #0a0a0a;--card: #1a1a1a;--raised: #242424;--border: #2e2e2e;--text-primary: #ffffff;--text-secondary: #a1a1a6;--text-tertiary: #6b7280;--inverse: #0a0a0a;--radius-card: 24px;--radius-pill: 50px;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100dvh;background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);font-size:15px;line-height:1.6;display:flex;flex-direction:column;overflow-x:hidden;-webkit-font-smoothing:antialiased}::selection{background:var(--brand);color:var(--inverse)}.bg-glow{position:fixed;z-index:-1;border-radius:50%;filter:blur(120px);pointer-events:none}.bg-glow--top{width:540px;height:560px;top:-280px;right:-120px;background:#cdf54617}.bg-glow--bottom{width:480px;height:480px;bottom:-260px;left:-140px;background:#cdf5460f}.site-header{display:flex;align-items:center;justify-content:space-between;padding:24px clamp(20px,5vw,48px)}.brand{display:inline-flex;align-items:center;text-decoration:none;color:var(--text-primary)}.brand__mark{border-radius:10px}.brand__name{font-size:30px;font-weight:700;letter-spacing:-.5px}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--card);font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--brand);letter-spacing:.3px}.status-badge__dot{width:8px;height:8px;border-radius:50%;background:var(--brand);animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #cdf54680}50%{opacity:.7;box-shadow:0 0 0 6px #cdf54600}}@media(prefers-reduced-motion:reduce){.status-badge__dot,.build-item__pulse{animation:none}}.main{flex:1;width:100%;max-width:760px;margin:0 auto;padding:0 clamp(20px,5vw,48px)}.hero{padding:clamp(48px,10vh,96px) 0 64px}.hero__eyebrow{font-family:var(--font-mono);font-size:13px;color:var(--text-tertiary);letter-spacing:.5px;margin-bottom:16px}.hero__title{font-size:clamp(38px,7vw,56px);font-weight:700;letter-spacing:-1.8px;line-height:1.08;margin-bottom:20px}.hero__title-accent{color:var(--brand)}.hero__subtitle{font-size:17px;color:var(--text-secondary);max-width:560px;margin-bottom:32px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:var(--radius-pill);font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s ease,transform .15s ease}.button:active{transform:scale(.98)}.button--primary{background:var(--brand);color:var(--inverse)}.button--primary:hover{background:var(--brand-dark)}.button--ghost{background:transparent;color:var(--text-primary);border:1px solid var(--border)}.button--ghost:hover{border-color:var(--text-tertiary)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:4px 16px;margin-bottom:20px}.section-heading__title{font-size:20px;font-weight:700;letter-spacing:-.3px}.section-heading__hint{font-family:var(--font-mono);font-size:12px;color:var(--text-tertiary)}.progress{padding-bottom:64px}.build-list{list-style:none;display:flex;flex-direction:column;gap:12px}.build-item{display:flex;align-items:center;gap:14px;padding:16px 20px;background:var(--card);border:1px solid var(--border);border-radius:20px}.build-item--done{border-color:#cdf54633;background:#cdf5460a}.build-item__check{flex-shrink:0;display:block}.build-item__pulse{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--brand);animation:pulse 1.6s ease-in-out infinite}.build-item__pulse--queued{background:var(--text-tertiary);animation:none;opacity:.5}.build-item__body{flex:1;min-width:0}.build-item__name{font-size:15px;font-weight:600;line-height:1.35}.build-item__desc{font-size:13px;color:var(--text-secondary)}.pill{flex-shrink:0;padding:5px 12px;border-radius:var(--radius-pill);background:var(--raised);font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.4px;color:var(--text-secondary);text-transform:uppercase}.pill--active,.pill--done{background:#cdf54626;color:var(--brand)}.principles{padding-bottom:72px}.principle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.principle-card{padding:20px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card)}.principle-card h3{font-size:15px;font-weight:600;margin-bottom:6px}.principle-card p{font-size:13px;color:var(--text-secondary)}.site-footer{padding:32px clamp(20px,5vw,48px);border-top:1px solid var(--border);text-align:center}.site-footer__line{font-size:14px;color:var(--text-secondary);margin-bottom:6px}.site-footer__line a{color:var(--brand);text-decoration:none}.site-footer__line a:hover{text-decoration:underline}.site-footer__copy{font-size:12px;color:var(--text-tertiary)}@media(max-width:480px){.hero__actions .button{width:100%}.build-item{align-items:flex-start}.pill{align-self:center}}
