:root { color: #f8f7ff; background: #110d1b; font-family: Inter, "PingFang SC", system-ui, sans-serif; }
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: radial-gradient(circle at 85% 0%, #5a266f 0, transparent 30rem), #110d1b; }
.app-shell { width: min(1120px, calc(100% - 36px)); margin: auto; padding: 24px 0; }
header { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #c5bcd1; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 19px; font-weight: 800; text-decoration: none; }
.brand img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
header p { margin: 0; font-size: 14px; }
.hero { max-width: 680px; padding: 120px 0; }
.eyebrow { margin: 0 0 10px; color: #e5a9ff; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
h1 { margin: 0; font-size: clamp(40px, 7vw, 72px); line-height: 1.08; letter-spacing: -.06em; }
.hero > p:last-child { margin: 20px 0 0; color: #c5bcd1; font-size: 17px; line-height: 1.6; }
.community-link { display: inline-flex; margin-top: 30px; padding: 12px 18px; border-radius: 10px; background: #e5a9ff; color: #201027; font-weight: 800; text-decoration: none; }
.community-link:hover { background: #f0c3ff; }
@media (max-width: 680px) { .app-shell { width: min(100% - 28px, 1120px); } header p { display: none; } .hero { padding: 80px 0; } }
