.vote-admin-page .vote-filters{border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:#fff;border-radius:24px;grid-template-columns:repeat(4,minmax(140px,1fr));align-items:end;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:grid}.vote-admin-page .vote-filters label{gap:.4rem;display:grid}.vote-admin-page .vote-filters label>span,.vote-admin-page .vote-action-dialog label>span{color:var(--color-brand-primary);font-size:.78rem;font-weight:800}.vote-admin-page .vote-filters input,.vote-admin-page .vote-filters select,.vote-admin-page .vote-action-dialog textarea{font:inherit;background:#fff;border:1px solid #0d2b4e33;border-radius:12px;min-width:0;padding:.78rem}.vote-admin-page .vote-contest-filter,.vote-admin-page .vote-search{grid-column:span 2}.vote-admin-page .vote-clear{color:var(--color-brand-primary);cursor:pointer;font:inherit;background:0 0;border:0;padding:.8rem;font-weight:700}.vote-admin-page .vote-feedback{color:var(--color-text-muted);min-height:1.4rem}.vote-admin-page .vote-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1rem 0 1.35rem;display:grid}.vote-admin-page .vote-summary article{border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;gap:.3rem;padding:1rem;display:grid}.vote-admin-page .vote-summary span{color:var(--color-text-muted);font-size:.75rem;font-weight:700}.vote-admin-page .vote-summary strong{color:var(--color-brand-primary);font-size:1.8rem}.vote-admin-page .vote-summary .is-contest{grid-column:span 2}.vote-admin-page .vote-summary .is-contest strong{font-size:1.1rem}.vote-admin-page .vote-summary .is-review{background:#fff8df;border-color:#ebcc77}.vote-admin-page .vote-list{gap:1rem;display:grid}.vote-admin-page .vote-list[aria-busy=true]{opacity:.55}.vote-admin-page .vote-card{border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:#fff;border-radius:24px;padding:1.35rem}.vote-admin-page .vote-card-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.vote-admin-page .vote-card h2{color:var(--color-brand-primary);margin:0;font-size:1.35rem}.vote-admin-page .vote-card-heading p{color:var(--color-text-muted);margin:.25rem 0 0}.vote-admin-page .vote-badges,.vote-admin-page .vote-card-actions,.vote-admin-page .vote-dialog-actions,.vote-admin-page .vote-signal-list{flex-wrap:wrap;gap:.55rem;display:flex}.vote-admin-page .vote-badge{border-radius:999px;padding:.35rem .65rem;font-size:.72rem;font-weight:800}.vote-admin-page .vote-badge.is-status-valid,.vote-admin-page .vote-badge.is-live{color:#17633a;background:#dff6e8}.vote-admin-page .vote-badge.is-status-invalid{color:#8a2430;background:#ffe3e6}.vote-admin-page .vote-badge.is-status-pending,.vote-admin-page .vote-badge.is-test,.vote-admin-page .vote-badge.is-review{color:#795000;background:#fff0cf}.vote-admin-page .vote-metrics,.vote-admin-page .vote-detail-overview{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin:1.1rem 0;display:grid}.vote-admin-page .vote-metrics div,.vote-admin-page .vote-detail-overview div{background:#f7faf8;border-radius:14px;padding:.8rem}.vote-admin-page dt{color:var(--color-text-muted);font-size:.72rem;font-weight:700}.vote-admin-page dd{color:var(--color-brand-primary);overflow-wrap:anywhere;margin:.25rem 0 0;font-weight:800}.vote-admin-page .vote-invalid-reason,.vote-admin-page .vote-warning{color:#694500;background:#fff0cf;border-radius:14px;padding:.9rem;font-weight:700}.vote-admin-page .vote-pagination{justify-content:space-between;align-items:center;margin-top:1.25rem;display:flex}.vote-admin-page .vote-dialog{border:0;border-radius:24px;width:100%;max-width:min(940px,100% - 2rem);max-height:90vh;padding:1.5rem;overflow:auto;box-shadow:0 24px 80px #0d2b4e47}.vote-admin-page .vote-dialog::backdrop{background:#0d2b4e94}.vote-admin-page .vote-dialog-header{justify-content:space-between;align-items:flex-start;display:flex}.vote-admin-page .vote-dialog-header h2{margin:.25rem 0 1rem}.vote-admin-page .vote-dialog-close{color:var(--color-brand-primary);cursor:pointer;background:0 0;border:0;font-size:1.8rem}.vote-admin-page .vote-detail-section{border-top:1px solid var(--color-border);margin-top:1.25rem;padding-top:1rem}.vote-admin-page .vote-detail-empty,.vote-admin-page .vote-event-list span{color:var(--color-text-muted)}.vote-admin-page .vote-event-list{gap:.65rem;padding:0;list-style:none;display:grid}.vote-admin-page .vote-event-list li{background:#f7faf8;border-radius:14px;gap:.2rem;padding:.85rem;display:grid}.vote-admin-page .vote-event-list p{margin:.25rem 0 0}.vote-admin-page .vote-action-dialog form>label{gap:.4rem;margin:1rem 0;display:grid}.vote-admin-page .vote-action-dialog small{color:var(--color-text-muted)}.vote-admin-page .vote-action-message{color:#9d2e39;min-height:1.4rem}.vote-admin-page .vote-dialog-actions{justify-content:flex-end}.vote-admin-page button:disabled{cursor:not-allowed;opacity:.55}@media (width<=1100px){.vote-admin-page .vote-summary,.vote-admin-page .vote-metrics,.vote-admin-page .vote-detail-overview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.vote-admin-page .vote-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.vote-admin-page .vote-filters,.vote-admin-page .vote-summary,.vote-admin-page .vote-metrics,.vote-admin-page .vote-detail-overview{grid-template-columns:1fr}.vote-admin-page .vote-contest-filter,.vote-admin-page .vote-search,.vote-admin-page .vote-summary .is-contest{grid-column:auto}.vote-admin-page .vote-card-heading{display:grid}.vote-admin-page .vote-card-actions .button{width:100%;min-height:44px}.vote-admin-page .vote-pagination{flex-direction:column;align-items:stretch;gap:.65rem}.vote-admin-page .vote-pagination p{order:-1}.vote-admin-page .vote-dialog{max-width:calc(100% - 1rem);padding:1rem}.vote-admin-page .vote-dialog-actions{flex-direction:column-reverse}.vote-admin-page .vote-dialog-actions .button{width:100%;min-height:44px}}
