:root{--bg:#0a0a0a;--surface:#111;--surface2:#1a1a1a;--text:#fff;--text-secondary:#9ca3af;--text-muted:#4b5563;--accent:#7c3aed}*{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.4}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:hsla(0,0%,4%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wordmark{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px}.cta-pill{display:inline-block;background:var(--accent);color:#fff;font-size:13px;font-weight:700;padding:9px 16px;border-radius:999px;white-space:nowrap}.page{max-width:1100px;margin:0 auto;padding:8px 16px 48px}.feed-intro{color:var(--text-secondary);font-size:13px;margin:4px 2px 16px}.feed-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}@media (min-width:700px){.feed-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1000px){.feed-grid{grid-template-columns:repeat(4,1fr)}}.post-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;aspect-ratio:3/4;border-radius:18px;padding:44px 16px 40px;overflow:hidden}.post-card-text{font-size:15px;line-height:1.45;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.post-card-text,.tag-pill{color:#fff;font-weight:700}.tag-pill{top:12px;left:12px;letter-spacing:.5px;text-transform:uppercase;background:rgba(0,0,0,.35);padding:4px 10px;border-radius:999px}.post-card-meta,.tag-pill{position:absolute;font-size:11px}.post-card-meta{left:14px;right:14px;bottom:12px;display:flex;justify-content:space-between;gap:8px;font-weight:600;color:hsla(0,0%,100%,.85);text-shadow:0 1px 2px rgba(0,0,0,.4)}.post-card-counts{display:flex;gap:10px}.post-hero{aspect-ratio:auto;min-height:320px;max-width:560px;margin:8px auto 0;padding:56px 28px 48px}.post-hero .post-card-text{font-size:22px;line-height:1.45;-webkit-line-clamp:unset;display:block;overflow:visible}.poll{width:100%;max-width:380px;margin-top:24px;display:flex;flex-direction:column;gap:8px}.poll-option{display:flex;justify-content:space-between;gap:12px;background:rgba(0,0,0,.3);color:#fff;font-size:14px;font-weight:600;padding:10px 14px;border-radius:999px}.poll-count{color:hsla(0,0%,100%,.75);font-weight:400}.thread{max-width:560px;margin:24px auto 0}.thread-title{font-size:17px;font-weight:700;margin-bottom:12px}.reply{background:var(--surface);border-radius:14px;padding:12px 14px;margin-bottom:8px}.reply-text{font-size:15px;line-height:1.45;overflow-wrap:anywhere}.reply-time{font-size:11px;color:var(--text-muted);margin-top:6px}.empty-state{color:var(--text-secondary);font-size:15px;text-align:center;padding:64px 16px}.thread-empty{color:var(--text-muted);font-size:13px;padding:8px 2px 0}.app-banner{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;background:hsla(0,0%,7%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:14px 16px calc(14px + env(safe-area-inset-bottom))}.app-banner-text{font-size:13px;color:var(--text-secondary);text-align:center}.banner-spacer{height:24px}.hero{padding:40px 0 28px;max-width:560px}.hero-title{font-size:30px;font-weight:800;letter-spacing:-.6px;line-height:1.15;text-wrap:balance}.hero-sub{margin-top:10px;color:var(--text-secondary);font-size:15px;line-height:1.5}.wl-form{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.wl-input{flex:1 1 220px;min-width:0;background:var(--surface2);color:var(--text);border:none;border-radius:999px;padding:12px 18px;font-size:15px}.wl-input::placeholder{color:var(--text-muted)}.wl-input:focus{outline:2px solid var(--accent)}.cta-lg{font-size:15px;padding:12px 22px}.thanks-page{padding-top:72px;padding-bottom:72px;max-width:480px}.thanks-title{font-size:30px;font-weight:800;letter-spacing:-.6px}.thanks-body{margin:12px 0 24px;color:var(--text-secondary);font-size:15px;line-height:1.5}.site-footer{display:flex;gap:18px;padding:28px 16px 40px;max-width:1080px;margin:0 auto;color:var(--text-muted);font-size:12.5px;flex-wrap:wrap}.site-footer a:hover{color:var(--text-secondary)}