.vote-page{--vote-paper: #f7f2e7;max-width:76rem;margin:0 auto;padding-bottom:2rem}.vote-hero{display:grid;gap:.8rem;max-width:54rem;margin-bottom:1.8rem}.vote-hero h1{max-width:46rem;margin:0;font-size:clamp(2.25rem,7vw,2.6rem);line-height:.9}.vote-hero p:not(.section-eyebrow){max-width:48rem;margin:0;color:#343029;font-size:clamp(1.08rem,2.2vw,1.18rem);line-height:1.38}.vote-section{margin-top:clamp(2rem,5vw,3.5rem)}.vote-section__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.8rem 1rem;margin-bottom:1rem;padding-bottom:.7rem;border-bottom:2px solid rgba(17,16,13,.72)}.vote-section__header h2{max-width:38rem;margin:0;font-size:clamp(1.45rem,2.8vw,2.15rem);line-height:.95}.vote-section__header p{margin:.35rem 0 0;color:#3d392f;font-size:1.03rem}.vote-section__counter{display:inline-flex;align-items:center;justify-self:end;min-height:2rem;padding:.32rem .55rem;border:2px solid var(--ink);background:var(--riso-yellow);box-shadow:3px 3px 0 var(--ink);font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.76rem;font-weight:800;letter-spacing:.06em;line-height:1.15}.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));gap:1rem}.vote-card{position:relative;display:grid;gap:.72rem;align-content:start;width:100%;height:100%;padding:.65rem;border:2px solid rgba(17,16,13,.78);background:linear-gradient(#f7f4edf0,#eee7d8e6),url(/images/paper.jpg);background-size:auto,480px auto;box-shadow:4px 4px #11100db8;color:var(--ink);text-align:left;transition:border-color .14s ease,box-shadow .14s ease,opacity .14s ease,transform .14s ease}.vote-card:hover,.vote-card:focus-within{transform:translateY(-2px);border-color:var(--ink);box-shadow:6px 6px #11100dcc}.vote-card.is-selected{border-color:var(--ink);box-shadow:0 0 0 4px var(--riso-yellow),6px 6px #11100ddb}.vote-card.is-locked{opacity:.42;transform:none}.vote-card__image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;border:1.5px solid rgba(17,16,13,.6);background:#fffcf4d6}.vote-card__image-button{display:block;width:100%;padding:0;color:inherit;cursor:zoom-in;appearance:none;-webkit-appearance:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.vote-card__image-button:hover,.vote-card__image-button:focus-visible{border-color:var(--ink);box-shadow:inset 0 0 0 .35rem #fffcf48f,3px 3px #11100d8c;outline:none;transform:translate(-1px,-1px)}.vote-card__image-button:focus-visible{outline:3px solid var(--riso-pink);outline-offset:4px}.vote-card__image-wrap img{width:100%;height:100%;object-fit:contain;display:block;padding:.45rem;filter:drop-shadow(0 5px 6px rgba(17,16,13,.16))}.vote-card__image-cue{position:absolute;right:.55rem;bottom:.55rem;z-index:2;padding:.12rem .34rem;border:1.5px solid var(--ink);background:var(--riso-yellow);box-shadow:2px 2px #11100dbf;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;font-weight:800;line-height:1.15;text-transform:uppercase;opacity:0;transform:rotate(-1deg) translateY(.18rem);transition:background-color .14s ease,opacity .14s ease,transform .14s ease}.vote-card__image-button:hover .vote-card__image-cue,.vote-card__image-button:focus-visible .vote-card__image-cue{opacity:1;transform:rotate(-1deg) translateY(0)}.vote-card__badge{position:absolute;top:.55rem;right:.55rem;display:none;align-items:center;gap:.25rem;padding:.2rem .42rem;border:2px solid var(--ink);background:var(--riso-pink);box-shadow:2px 2px 0 var(--ink);font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem;font-weight:800;letter-spacing:.06em;line-height:1;text-transform:uppercase}.vote-card.is-selected .vote-card__badge{display:inline-flex}.vote-card__title{margin:0;font-size:clamp(1.02rem,2vw,1.24rem);line-height:1.02}.vote-card__meta{margin:-.35rem 0 0;color:#3c3830d9;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:700;letter-spacing:.04em;line-height:1.25;text-transform:uppercase}.vote-card__select{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2.2rem;margin-top:auto;padding:.43rem .72rem;border:2px solid var(--ink);background:var(--riso-yellow);box-shadow:3px 3px 0 var(--ink);color:var(--ink);font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem;font-weight:800;letter-spacing:.06em;line-height:1.1;text-transform:uppercase;cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease,transform .14s ease}.vote-card__select:hover,.vote-card__select:focus-visible{background:var(--riso-pink);box-shadow:4px 4px 0 var(--ink);outline:none;transform:translate(-1px,-1px)}.vote-card__select:focus-visible{outline:3px solid var(--riso-yellow);outline-offset:3px}.vote-card__select[aria-pressed=true]{background:var(--ink);color:#fffaf0;box-shadow:3px 3px 0 var(--riso-yellow)}.vote-card__select:disabled{cursor:not-allowed;background:#f7f4edbf;color:#11100dad;box-shadow:2px 2px #11100d66;transform:none}.vote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:clamp(2.25rem,5vw,3.5rem);padding:clamp(.85rem,2.2vw,1.2rem);border:2px solid var(--ink);background:linear-gradient(#f7f4edf0,#ebe3d3e6),url(/images/paper.jpg);background-size:auto,520px auto;box-shadow:7px 7px #11100dd6}.vote-form__field{display:grid;gap:.35rem}.vote-form__field--full,.vote-form__actions{grid-column:1 / -1}.vote-form__field span{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vote-form input,.vote-form textarea{width:100%;border:2px solid rgba(17,16,13,.85);border-radius:0;background:#fffcf4e0;padding:.62rem .72rem;color:var(--ink);font:inherit}.vote-form textarea{min-height:8rem;resize:vertical}.vote-form input:focus,.vote-form textarea:focus{outline:3px solid var(--riso-yellow);outline-offset:2px}.vote-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.vote-form__button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.6rem .95rem;border:2px solid var(--ink);background:var(--ink);box-shadow:4px 4px 0 var(--riso-yellow);color:#fffaf0;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease,transform .14s ease}.vote-form__button:hover,.vote-form__button:focus-visible{background:#3d392f;box-shadow:5px 5px 0 var(--riso-pink);transform:translate(-1px,-1px)}.vote-form__button:disabled{cursor:wait;opacity:.72;transform:none}.vote-form__status{min-height:1.25rem;margin:0;color:#3d392f;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;font-weight:700}.vote-form__status p{margin:0}.vote-form__status[data-state=error]{color:#9d1c28}.vote-form__status[data-state=success]{color:#236334}.vote-form__fallback{display:grid;gap:.28rem;max-width:44rem;margin-top:.5rem;padding:.55rem .7rem;border:1.5px solid rgba(157,28,40,.72);background:#fffaf0b3;color:#3d392f;font-size:.74rem;line-height:1.35}.vote-form__fallback strong{color:#9d1c28}.vote-thanks{max-width:42rem;margin-top:2rem;padding:clamp(1rem,3vw,1.4rem);border:2px solid var(--ink);background:var(--riso-yellow);box-shadow:7px 7px #11100dd6}.vote-thanks:focus{outline:3px solid var(--riso-pink);outline-offset:4px}.vote-thanks h2{margin:0 0 .45rem;font-size:clamp(1.8rem,4vw,3rem);line-height:.95}.vote-thanks p{margin:0;font-size:1.08rem;line-height:1.35}@media(max-width:680px){.vote-section__header{grid-template-columns:1fr;align-items:start}.vote-section__counter{justify-self:end}.vote-form{grid-template-columns:1fr}}
