body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.poll-card { transition: transform .12s ease, box-shadow .12s ease; }
.poll-card:hover { transform: translateY(-3px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important; }
.result-bar { height: 26px; border-radius: 6px; background: linear-gradient(90deg,#0d3b66,#3a7ca5); transition: width .6s ease; min-width: 2px; }
.result-row { margin-bottom: 1rem; }
.option-pick { cursor: pointer; }
.option-pick input { cursor: pointer; }
.brand-hero { background: linear-gradient(135deg,#0d3b66,#3a7ca5); color:#fff; border-radius: 14px; }
.auth-card { max-width: 430px; margin: 3rem auto; }
