:root{--bg-primary:#111;--bg-secondary:#1a1a1a;--bg-card:#222;--bg-card-hover:#2a2a2a;--bg-input:#1e1e1e;--accent:#e87a2e;--accent-hover:#f59650;--accent-dim:#e87a2e1f;--text-primary:#e8e8e8;--text-secondary:#999;--text-muted:#666;--border:#333;--star-filled:#f5a623;--star-empty:#3a3a3a;--trusted-badge:#4caf50;--creator-badge:#ab7ff5;--helpful-green:#4caf50;--unhelpful-red:#e05555;--premium-tag:#e8c33a;--radius:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
