:root{color-scheme:light;--ink:#20364e;--muted:#6b7681;--gold:#af803f;--line:#e4e6e8;--paper:#f7f6f2;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}.ribbon{height:5px;display:flex}.ribbon i{flex:1;background:#fff}.ribbon i:nth-child(2){background:#294d7b}.ribbon i:nth-child(3){background:#b45148}.page{max-width:1440px;margin:auto;padding:0 48px}header{display:flex;justify-content:space-between;align-items:center;padding:30px 0;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.9px}.brand-icon{font-size:24px;background:var(--ink);color:white;padding:4px 10px;border-radius:10px}.quiet{background:transparent;border:1px solid #ccd2d8;border-radius:8px;color:var(--ink);font-size:13px;padding:10px 14px;cursor:pointer}.intro{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:40px 0 34px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--gold);margin:0 0 13px}h1{font-size:clamp(30px,3.3vw,50px);letter-spacing:-1.5px;line-height:1.1;margin:0 0 14px;font-weight:600}.subtitle{font-size:16px;margin:0;color:var(--muted)}.total-block{display:flex;align-items:center;gap:17px;padding-left:32px;border-left:1px solid #d5d8da}.total-block>span:first-child{font-size:64px;line-height:1;font-weight:600;letter-spacing:-3px;font-variant-numeric:tabular-nums}.total-label{font-size:14px;color:var(--muted);max-width:90px;line-height:1.5}.results-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}h2{font-size:20px;letter-spacing:-.4px;font-weight:600;margin:0}.live{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.live i{width:7px;height:7px;border-radius:50%;background:#999}.live.ok i{background:#398367;box-shadow:0 0 0 4px #39836712}.live.stale i{background:#b88028}.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.card{background:white;border:1px solid var(--line);border-radius:14px;padding:16px;min-width:0;transition:border-color .3s}.card.leading{border-color:#b99560;box-shadow:0 5px 22px #b9956010}.card-top{display:flex;justify-content:space-between;align-items:center;height:23px;font-size:11px;color:#86929e}.leader{background:#f7f0e4;color:#876330;border-radius:5px;padding:5px 7px;font-size:10px;letter-spacing:.3px}.card img{display:block;width:100%;height:160px;object-fit:contain;margin:8px 0 13px}.card h3{font-size:16px;font-weight:600;margin:0 0 20px;min-height:38px;line-height:1.2}.numbers{display:flex;justify-content:space-between;align-items:baseline;gap:5px;margin-bottom:12px}.percent{font-size:29px;letter-spacing:-1px;font-weight:600;font-variant-numeric:tabular-nums}.votes{color:var(--muted);font-size:11px;white-space:nowrap}.track{height:5px;border-radius:5px;background:#eef0f2;overflow:hidden}.bar{height:100%;width:0;background:#486785;transition:width .6s}.leading .bar{background:var(--gold)}.status{min-height:18px;font-size:12px;color:var(--muted);margin:17px 0 25px}.status.warning{color:#946719}.participate{background:#edf0f3;border:1px solid #e1e5e9;border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:25px 32px;gap:25px}.participate h2{font-size:25px;margin-top:9px}.participate p{color:#637486;font-size:14px;line-height:1.6;margin:11px 0 16px}.vote-button{display:inline-flex;align-items:center;gap:30px;background:var(--ink);color:white;text-decoration:none;border-radius:8px;padding:13px 19px;font-size:14px;font-weight:600}.vote-button:hover{background:#304f70}.qr{text-align:center;font-size:11px;color:var(--muted);flex-shrink:0}.qr img{display:block;background:white;border-radius:8px;width:150px;height:150px;margin-bottom:8px}footer{display:flex;justify-content:space-between;gap:25px;font-size:11px;line-height:1.6;color:#7c858c;padding:25px 0}footer span:last-child{text-align:right}button:focus-visible,a:focus-visible{outline:3px solid #b99560;outline-offset:4px}@media(min-width:1500px){.page{padding-top:8px}.intro{padding:50px 0 44px}.card img{height:180px}.participate{margin-top:30px}}@media(max-width:1100px){.page{padding:0 24px}.card{padding:12px}.card img{height:130px}.numbers{display:block}.votes{display:block;margin-top:4px}.percent{font-size:27px}.card h3{font-size:14px}}@media(max-width:720px){.page{padding:0 18px}header{padding:20px 0}.brand{font-size:9px;letter-spacing:.5px}.quiet{font-size:0;padding:8px}.quiet::after{content:'⛶';font-size:22px}.intro{padding:29px 0;gap:15px;align-items:flex-start}.intro h1{font-size:34px;max-width:270px}.subtitle{font-size:13px;line-height:1.5}.eyebrow{font-size:9px;letter-spacing:1.5px}.total-block{padding-left:14px;display:block;min-width:65px}.total-block>span:first-child{font-size:45px}.total-label{display:block;font-size:10px;line-height:1.3;margin-top:6px}h2{font-size:17px}.results-heading{align-items:flex-start;flex-direction:column;gap:10px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card:last-child{grid-column:1 / -1;display:grid;grid-template-columns:100px 1fr;column-gap:15px;align-items:center}.card:last-child .card-top{grid-column:1/-1}.card:last-child img{grid-row:2/5;margin:0;width:100px;height:120px}.card:last-child h3{min-height:0;margin:8px 0}.card:last-child .numbers{display:flex;margin:4px 0 10px}.card:last-child .track{margin-bottom:10px}.card h3{min-height:20px;margin-bottom:12px;font-size:16px}.card img{height:120px;margin-bottom:10px}.numbers{display:flex}.percent{font-size:28px}.participate{padding:20px;gap:14px}.participate h2{font-size:22px}.participate p{font-size:12px}.qr img{width:100px;height:100px}.qr{font-size:9px}.vote-button{font-size:12px;padding:11px 13px;gap:14px}footer{font-size:10px}}@media(max-width:390px){.participate{flex-direction:column;align-items:flex-start}.qr{align-self:center}.qr img{width:135px;height:135px}.numbers{display:block}.card img{height:105px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
