.results-board{min-height:100svh;display:flex;justify-content:flex-start;padding:2rem 1.5rem 2.5rem}.results-layout{display:flex;flex-direction:column;gap:2.5rem;width:100%}.results-board-content{width:100%;max-width:720px}.results-qr{display:flex;flex-direction:column;align-items:flex-start}.results-qr-card{background:#fff;padding:1rem;border:3px solid var(--primary);border-radius:.75rem;line-height:0}.results-qr-card svg{display:block;width:180px;height:180px}.results-qr-label{margin-top:.85rem;font-size:.95rem;font-weight:600}.results-qr-url{color:var(--text-secondary);font-size:.85rem;margin-top:.15rem}.results-headline{font-size:2rem;line-height:1.15;font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem}.results-totals{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.results-total{color:var(--text-secondary);font-size:1.15rem;font-weight:500}.results-total-number{display:block;color:var(--text-primary);font-size:4rem;line-height:1;font-weight:700;letter-spacing:-.03em;margin-bottom:.35rem}.results-empty{color:var(--text-secondary);font-size:1.05rem;margin-bottom:2rem}.results-ranks{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.results-rank-label{display:flex;justify-content:space-between;gap:1rem;font-size:1.05rem;font-weight:500;margin-bottom:.45rem}.results-bar-track{height:12px;border-radius:999px;background:var(--gray-100);overflow:hidden}.results-bar-fill{height:100%;min-width:0;border-radius:999px;background:var(--primary);transition:width .4s ease}.results-metrics{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.results-metric{background:var(--gray-50);border-radius:.75rem;padding:1.1rem 1.25rem}.results-metric-label{color:var(--text-secondary);font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem}.results-metric-value{font-size:1.35rem;font-weight:650}.results-error{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.results-share-link{color:var(--text-secondary);font-size:.95rem;text-decoration:none;border-bottom:1px solid transparent}.results-share-link:hover{color:var(--primary);border-bottom-color:var(--primary)}@media (min-width:768px){.results-board{padding:3rem 2.5rem}.results-layout{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem}.results-qr{position:-webkit-sticky;position:sticky;top:3rem;flex-shrink:0;align-items:center;padding-top:.25rem}.results-qr-card svg{width:220px;height:220px}.results-headline{font-size:3rem;max-width:16ch}.results-totals{grid-template-columns:1fr 1fr;gap:2rem}.results-total-number{font-size:5.5rem}.results-rank-label{font-size:1.25rem}.results-bar-track{height:16px}.results-metrics{grid-template-columns:1fr 1fr}.results-metric-value{font-size:1.75rem}}@media (min-width:1100px){.results-layout{gap:4rem}.results-qr-card svg{width:240px;height:240px}.results-headline{font-size:3.5rem}}