.vote-buttons{flex-direction:column;gap:.75rem;width:100%;max-width:400px;display:flex}.vote-btn{font-size:1rem;font-weight:500;font-family:var(--font-system);border-radius:12px;min-height:48px;padding:1rem 1.5rem;transition:transform .1s,opacity .1s}.vote-btn:active{transform:scale(.97)}.vote-a{background:var(--text);color:var(--bg)}.vote-b{border:2px solid var(--text);color:var(--text);background:0 0}.vote-skip{color:var(--text-dim);font-size:.85rem;font-family:var(--font-system);min-height:44px;padding:.5rem}.vote-result{width:100%;max-width:400px}.result-bar{background:var(--border);border-radius:12px;height:48px;display:flex;overflow:hidden}.result-fill{justify-content:center;align-items:center;min-width:40px;transition:width .8s ease-out;display:flex}.result-a{background:var(--text);color:var(--bg)}.result-b{background:var(--border);color:var(--text)}.result-pct{font-family:var(--font-system);font-size:.9rem;font-weight:600}.result-labels{color:var(--text-muted);font-size:.8rem;font-family:var(--font-system);justify-content:space-between;margin-top:.5rem;display:flex}.result-label.voted{color:var(--text);font-weight:600}.result-count{text-align:center;color:var(--text-dim);font-size:.85rem;font-family:var(--font-system);margin-top:1rem}.result-disclaimer{text-align:center;color:var(--text-dim);font-size:.7rem;font-family:var(--font-system);opacity:.6;margin-top:.25rem}.topic-view{max-width:640px;margin:0 auto;padding:4rem 1.5rem 3rem}.tv-category{font-family:var(--font-system);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;font-size:.7rem;font-weight:600}.tv-question{letter-spacing:-.01em;margin-bottom:2.5rem;font-size:1.6rem;font-weight:500;line-height:1.4}@media (width>=640px){.tv-question{font-size:2rem}}.tv-sides{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem;display:grid}@media (width>=640px){.tv-sides{grid-template-columns:1fr 1fr;gap:2.5rem}}.tv-side{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.tv-side-label,.tv-section-label{font-family:var(--font-system);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:.7rem;font-weight:600}.tv-side h2{margin-bottom:1rem;font-size:1.15rem;font-weight:500;line-height:1.4}.tv-side ul,.tv-evidence ul{padding:0;list-style:none}.tv-side li{border-bottom:1px solid var(--border);padding:.6rem 0;font-size:.95rem;line-height:1.6}.tv-side li:last-child{border-bottom:none}.tv-sources{color:var(--text-dim);font-size:.75rem;font-family:var(--font-system);margin-top:1rem}.tv-evidence{border:1px solid var(--border);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.tv-evidence li{border-bottom:1px solid var(--border);padding:.6rem 0;font-size:.95rem;line-height:1.6}.tv-evidence li:last-child{border-bottom:none}.tv-think{margin-bottom:2.5rem}.tv-think p{color:var(--text-muted);font-size:1.1rem;font-style:italic;line-height:1.7}.tv-vote{justify-content:center;margin-bottom:2rem;display:flex}.tv-next{text-align:center;width:100%;font-family:var(--font-system);color:var(--text-dim);border-top:1px solid var(--border);min-height:48px;margin-top:2rem;padding:1rem;font-size:.9rem;display:block}.tv-next:hover{color:var(--text)}.feed{min-height:100vh;position:relative}.feed-tabs{background:var(--bg);z-index:20;-webkit-overflow-scrolling:touch;gap:0;padding:.75rem 1rem;display:flex;position:fixed;top:0;left:0;right:0;overflow-x:auto}.feed-tab{font-size:.75rem;font-family:var(--font-system);text-transform:capitalize;color:var(--text-dim);white-space:nowrap;border-radius:20px;align-items:center;min-height:44px;padding:.4rem .75rem;display:flex}.feed-tab-active{background:var(--text);color:var(--bg)}.feed-empty{height:100vh;color:var(--text-dim);font-family:var(--font-system);justify-content:center;align-items:center;display:flex}.feed-footer{text-align:center;font-size:.75rem;font-family:var(--font-system);padding:2rem 0 3rem}.feed-footer a{color:var(--text-dim);text-underline-offset:3px;text-decoration:underline}.about{max-width:600px;height:100vh;margin:0 auto;padding:3rem 1.5rem;overflow-y:auto}.about-back{color:var(--text-dim);font-size:.85rem;font-family:var(--font-system);margin-bottom:2rem;display:inline-block}.about h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:500}.about-tagline{color:var(--text-muted);margin-bottom:2.5rem}.about section{margin-bottom:2rem}.about h2{margin-bottom:.75rem;font-size:1.1rem;font-weight:500}.about p{color:var(--text-muted);line-height:1.7}.about a{text-underline-offset:3px;text-decoration:underline}.about-footer{color:var(--text-dim);margin-top:3rem;font-size:.85rem}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafaf9;--text:#1f2937;--text-muted:#6b7280;--text-dim:#9ca3af;--border:#f3f4f6;--card-bg:#fff;--accent-tech:#3b82f6;--accent-business:#10b981;--accent-philosophy:#8b5cf6;--accent-science:#f59e0b;--font-serif:"Newsreader", Georgia, serif;--font-system:system-ui, -apple-system, sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--text:#e5e7eb;--text-muted:#9ca3af;--text-dim:#6b7280;--border:#1f2937;--card-bg:#111}}html,body{background:var(--bg);min-height:100%;color:var(--text);font-family:var(--font-serif);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{height:100%}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}
