.vvt-wrap{max-width:980px;margin:20px auto;padding:0 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.vvt-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 18px;margin:14px 0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.vvt-btn{background:#111827;color:#fff;border:0;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}
.vvt-btn:hover{opacity:.92}
.vvt-link{color:#2563eb;text-decoration:none}
.vvt-link:hover{text-decoration:underline}
.vvt-flash{border-radius:10px;padding:10px 12px;margin:10px 0;font-weight:600}
.vvt-error{background:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}
.vvt-info{background:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd}
.vvt-success{background:#dcfce7;color:#14532d;border:1px solid #bbf7d0}
.vvt-section{margin:18px 0}
.vvt-note{color:#374151}
.vvt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.vvt-person{display:block;border:1px solid #e5e7eb;border-radius:14px;padding:10px;cursor:pointer;background:#fafafa}
.vvt-person:hover{background:#f5f5f5}
.vvt-person input{margin-right:10px;transform:scale(1.2)}
.vvt-person__inner{display:flex;gap:10px;align-items:flex-start}
.vvt-photo{width:84px;height:84px;object-fit:cover;border-radius:12px;background:#e5e7eb;flex:0 0 auto}
.vvt-photo--placeholder{display:block}
.vvt-person__name{font-weight:800;font-size:16px;margin-bottom:2px}
.vvt-person__sub{color:#6b7280;font-size:13px;margin-bottom:6px}
.vvt-person__ach{font-size:13px;color:#111827}

.vvt-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:800;vertical-align:middle;border:1px solid #d1d5db;background:#f3f4f6;color:#111827}
.vvt-person--winner{border-color:#111827;background:#ffffff}
.vvt-person__votes{margin-top:6px;color:#111827;font-size:13px}
@media (max-width: 640px){
  .vvt-grid{grid-template-columns:1fr}
  .vvt-card{padding:14px}
  .vvt-photo{width:72px;height:72px}
  .vvt-person{padding:12px}
}
.vvt-person input{position:absolute;opacity:0;pointer-events:none}
.vvt-person{position:relative}
.vvt-person::after{content:"";position:absolute;top:12px;right:12px;width:18px;height:18px;border-radius:999px;border:2px solid #9ca3af;background:#fff}
.vvt-person.vvt-selected{border-color:#111827;background:#fff}
.vvt-person.vvt-selected::after{border-color:#111827;background:#111827}
