:root { color-scheme: dark; font-family: 'Segoe UI', Arial, sans-serif; background:#10151d; color:#edf0f5; }
button,select { font:inherit; }
button { cursor:pointer; }
button:focus-visible,select:focus-visible { outline:3px solid #dcac61; outline-offset:2px; }
button:disabled { cursor:default; opacity:.45; }
* { box-sizing:border-box; }
body { margin:0; min-height:100svh; display:flex; flex-direction:column; }
.app-header { height:68px; flex:none; display:flex; align-items:center; gap:22px; padding:0 32px; background:#121923; border-bottom:1px solid #ffffff0d; }
.brand { display:flex; align-items:center; gap:8px; font-size:25px; letter-spacing:-1px; font-weight:800; text-decoration:none; color:#f7f7f9; }
.brand-symbol { display:grid; place-items:center; width:29px; height:29px; border-radius:50%; font-size:24px; background:#ca3753; line-height:1; }
.brand-red { color:#d84660; }
.header-divider { width:1px; height:27px; background:#ffffff1a; }
.page-title { font-size:14px; font-weight:500; letter-spacing:.1px; }
.page-title > span { display:block; font-size:10px; color:#8795a8; margin-top:4px; font-weight:400; }
.preview-tag { margin-left:auto; display:flex; align-items:center; gap:8px; color:#adb8c7; font-size:11px; padding:7px 11px; border:1px solid #ffffff16; border-radius:20px; }
.preview-tag > span { width:5px; height:5px; background:#d3b78d; border-radius:50%; }
.zoom-tablet { margin-left:auto; border:1px solid #ffffff30; border-radius:6px; padding:9px 13px; color:#eaf1fa; background:#213044; font-size:11px; }
.zoom-tablet + .preview-tag { margin-left:0; }
.experience { flex:1; min-height:0; display:grid; place-items:center; overflow:hidden; background:radial-gradient(ellipse at 50% 30%,#26303e,#0b0f16 80%); }
.scene-fit { width:min(100vw, calc((100svh - 112px) * 1.5)); aspect-ratio:3/2; position:relative; overflow:hidden; box-shadow:0 0 100px #0008; }
.scene { width:1536px; height:1024px; position:absolute; inset:0 auto auto 0; transform-origin:0 0; }
.room { position:absolute; inset:0; width:1536px; height:1024px; display:block; }
.projection { position:absolute; left:431px; top:9px; width:681px; height:307px; transform-origin:0 0; transform:matrix3d(0.9715878352,-0.0117474302,0,-0.0000289964,-0.003257329,0.9692095677,0,-0.0000048185,0,0,1,0,1,8,0,1); overflow:hidden; background:radial-gradient(ellipse at 100% 90%,#3e5685,transparent 75%),#334772; padding:16px 40px 19px; box-shadow:inset 0 0 28px #0b173833; color:#171d27; }
.projection-caption { display:block; color:#8fc4e4; font-size:8px; margin:0 0 3px 7px; }
.projection-card { height:256px; background:#fafbfc; border-radius:3px; padding:14px 20px 10px; box-shadow:0 0 20px #c8ddff16; }
.voting-status { font-size:23px; font-weight:300; color:#595e64; line-height:1.35; }
.voting-participants { font-size:12px; color:#4b647c; margin-top:3px; }
.voting-participants + h1 { margin-top:8px; }
.voting-participants ~ .timer { font-size:61px; }
.voting-participants ~ .screen-brand { margin-top:4px; }
.projection h1 { font-size:19px; font-weight:500; margin:15px 0 6px; letter-spacing:-.35px; }
.timer { text-align:center; font-size:69px; font-weight:400; line-height:1.35; letter-spacing:1px; color:#080b10; font-variant-numeric:tabular-nums; }
.screen-brand { display:flex; justify-content:center; align-items:center; gap:5px; font-size:23px; font-weight:800; font-style:italic; color:#24252a; line-height:1; margin-top:10px; }
.screen-brand-check { width:35px; height:35px; display:grid; place-items:center; background:#ce3655; color:#fff; border-radius:50%; font-size:32px; font-style:normal; }
.screen-brand > div > span { color:#ca3654; }
.screen-brand small { display:block; font-size:7px; font-style:normal; font-weight:600; margin-top:3px; letter-spacing:0; }
.tablet-position { position:absolute; left:601px; top:488px; width:334px; height:395px; }
.tablet-screen { width:334px; height:395px; transform-origin:0 0; transform:matrix3d(.88023952,0,0,0,-.05063291,.88023952,0,-.0003031911,0,0,1,0,20,0,0,1); background:radial-gradient(ellipse at 100% 90%,#405789,transparent 75%),#344974; overflow:hidden; position:relative; color:#202631; font-family:Arial,sans-serif; }
.tablet-top { height:18px; background:#26354f; color:#e0e5ed; display:flex; justify-content:space-between; align-items:center; padding:0 9px; font-size:8px; }
.tablet-top i { display:inline-grid; place-items:center; background:#c93b56; color:white; width:9px; height:9px; border-radius:50%; font-style:normal; font-size:7px; }
.device-status { font-size:8px; }
.participant { display:flex; align-items:center; gap:5px; height:36px; padding:0 16px; font-size:11px; font-weight:bold; color:#fff; }
.participant-avatar { display:none; }
.tablet-context { text-align:center; font-size:11px; color:#c7d2e4; margin:8px 18px 38px; line-height:1.5; }
.tablet-context > span { display:block; color:#a4b7d4; font-size:8px; }
.ballot { background:#fff; margin:0 10px; border-radius:7px 7px 0 0; overflow:hidden; }
.ballot-title { background:#e6e6e6; padding:10px 9px; }
.ballot-title > span { display:block; font-size:9px; text-decoration:underline; color:#4e5053; }
.ballot-title h2 { font-size:13px; font-weight:400; margin:5px 0 0; line-height:1.3; }
.ballot-option { height:56px; border-bottom:1px dotted #d5d8dc; display:flex; align-items:center; gap:12px; padding:0 11px; font-size:13px; }
.checkbox { width:29px; height:29px; flex:none; border:1.3px solid #111; background:#fff; }
.confirm-static { position:absolute; bottom:12px; left:20px; right:20px; height:32px; background:#4d7d9e; border-radius:18px; box-shadow:0 1px 5px #132b4050; display:grid; place-items:center; color:#f6fafc; font-size:9px; font-weight:700; letter-spacing:.4px; }
.app-footer { height:44px; flex:none; display:flex; align-items:center; padding:0 32px; gap:24px; color:#7d8a9c; font-size:9px; letter-spacing:1.3px; border-top:1px solid #ffffff0b; }
.app-footer > div { display:flex; align-items:center; gap:9px; }
.pov-dot { width:5px; height:5px; border-radius:50%; background:#b9a079; }
.footer-name { color:#c4ceda; text-transform:none; letter-spacing:0; font-size:11px; margin-left:3px; }
.app-footer p { margin:0 auto; letter-spacing:.2px; font-size:10px; color:#6e7c8e; }
.version { font-size:8px; }
.projection .agenda-card { padding:9px 14px; }
.projection .report-card { padding:0; overflow:hidden; }
.report-image { display:block; width:100%; height:100%; object-fit:contain; }
.agenda-title { text-align:center; font-size:17px; color:#29384c; margin:0 0 5px; }
.agenda-title small { display:block; font-size:10px; margin:3px 0 6px; color:#9a6878; }
.agenda-list { list-style:none; padding:0; margin:0; }
.agenda-list li { margin:0 0 3px; border:1px solid #e4e7ec; background:white; font-size:12px; }
.agenda-list li > span { display:block; padding:3px 10px; }
.agenda-list b { font-weight:400; margin-right:4px; }
.projected-agenda .current { background:#1c3c57; color:#fff; }
.tablet-body { height:341px; position:relative; padding:5px 9px 49px; overflow:hidden; }
.tablet-body .agenda-title { color:#e8edf5; font-size:12px; margin-bottom:7px; }
.tablet-body .agenda-title small { color:#bbc8db; font-size:9px; }
.tablet-agenda { border-radius:6px; overflow:hidden; }
.tablet-agenda li { margin:0; border:0; border-bottom:1px solid #e6e6e6; }
.tablet-agenda button { text-align:left; width:100%; border:0; padding:8px 7px; color:#29313b; background:#fff; font-size:10px; line-height:1.25; }
.tablet-agenda .current button { background:#e9edf1; font-weight:700; }
.tablet-agenda li > span { padding:8px 7px; color:#29313b; background:#fff; font-size:10px; line-height:1.25; }
.tablet-agenda .current > span { background:#e9edf1; font-weight:700; }
.tablet-waiting { color:#d2deeb; font-size:10px; line-height:1.4; text-align:center; margin:11px 5px 0; }
.auto-close-note { font-variant-numeric:tabular-nums; }
.auto-close-note b { color:#eac581; }
.decision-speech { position:absolute; left:772px; top:325px; width:355px; padding:12px 16px; border:1px solid #bfccd2; border-radius:14px; background:#ffffffb3; color:#202b31; transform:scale(.6); transform-origin:-20px 36px; box-shadow:0 5px 18px #0004; z-index:8; pointer-events:none; }
.decision-speech[hidden] { display:none; }
.decision-speech > span { display:block; color:#356577; font-size:14.4px; letter-spacing:1.2px; font-weight:700; }
.decision-speech p { margin:6px 0 0; font-size:20.16px; line-height:1.4; }
.decision-speech::after { content:''; position:absolute; left:-20px; top:24px; border-top:12px solid transparent; border-bottom:12px solid transparent; border-right:21px solid #ffffffb3; }
.decision-speech[data-speaker="president"] { left:1125px; top:auto; bottom:810px; width:350px; transform-origin:168px calc(100% + 22px); }
.decision-speech[data-speaker="president"]::after { left:155px; top:100%; border-left:13px solid transparent; border-right:13px solid transparent; border-bottom:0; border-top:22px solid #ffffffb3; }
.participant { justify-content:space-between; }
.demo-badge { font-size:7px; padding:2px 4px; border:1px solid #b6c7e15c; border-radius:3px; color:#cbd8ee; }
.tablet-vote-heading { background:#e6e6e6; color:#2c3037; padding:10px; border-radius:6px 6px 0 0; }
.tablet-vote-heading > span { font-size:9px; text-decoration:underline; }
.tablet-vote-heading h2 { font-size:13px; font-weight:400; margin:5px 0 0; line-height:1.3; }
.tablet-vote-heading small { display:block; margin-top:6px; color:#536373; font-size:10px; }
.choice-list { background:white; }
.choice,.confirmed-choice { display:flex; width:100%; align-items:center; gap:10px; padding:8px 10px; min-height:44px; background:#fff; color:#1c2430; font-size:12px; text-align:left; border:0; border-bottom:1px solid #e3e6ea; }
.choice:hover { background:#eef4fa; }
.choice.chosen { background:#edf5ff; }
.choice .checkbox,.confirmed-choice .checkbox { width:25px; height:25px; display:grid; place-items:center; font-size:29px; line-height:20px; color:#162c42; }
.checkbox.selected { border-color:#183b59; }
.tablet-help { margin:8px 4px 0; color:#e3edfb; font-size:10px; line-height:1.4; }
.tablet-actions { position:absolute; bottom:10px; left:10px; right:10px; display:flex; gap:6px; }
.tablet-actions button { flex:1; border:0; border-radius:18px; min-height:33px; padding:7px 6px; color:#fff; font-size:9px; font-weight:700; letter-spacing:.2px; }
.green { background:#239e75; }.red { background:#d61f2b; }.blue { background:#477b9f; }
.tablet-actions button:disabled { background:#52627b; opacity:.65; }
.result-heading { font-size:12px; color:#748398; }
.projection h1.result-title { margin:4px 0 8px; font-size:17px; }
.result-row { padding:5px 9px; margin-bottom:5px; background:#f2f5f8; border-radius:4px; }
.result-label { display:flex; justify-content:space-between; gap:5px; font-size:12px; }
.result-label strong { white-space:nowrap; }
.result-track { height:15px; background:#dfe5ed; position:relative; border-radius:3px; overflow:hidden; margin-top:3px; }
.result-fill { height:100%; background:#289367; }
.result-track > span { position:absolute; inset:0 5px; text-align:right; font-size:10px; line-height:15px; color:#14212f; text-shadow:0 0 3px #fff; }
.no .result-fill { background:#ec5964; }.abstain .result-fill { background:#e2ce23; }.candidate .result-fill { background:#9db9d5; }
.result-summary { font-size:10px; text-align:center; color:#344051; margin:7px 0 0; line-height:1.4; }
.projection .result-row { padding:3px 8px; margin-bottom:3px; }
.projection .result-label { font-size:11px; line-height:14px; }
.projection .result-track { height:12px; margin-top:2px; }
.projection .result-track > span { line-height:12px; font-size:9px; }
.projection .agenda-list li { font-size:11px; margin-bottom:2px; }
.discussion-split { display:grid; grid-template-columns:2fr 1fr; height:100%; }
.discussion-agenda { min-width:0; padding-right:12px; }
.discussion-agenda .agenda-title { font-size:13px; }
.discussion-agenda .agenda-title small { font-size:9px; }
.discussion-agenda .agenda-list li { font-size:10px; line-height:12px; }
.discussion-agenda .agenda-list li > span { padding:3px 7px; }
.discussion-queue { border-left:1px solid #d5dfe9; padding-left:12px; color:#233b52; }
.discussion-queue h2 { margin:3px 0 12px; font-size:13px; font-weight:600; line-height:1.3; }
.discussion-queue table { width:100%; border-collapse:collapse; font-size:11px; text-align:left; }
.discussion-queue th { background:#1c3c57; color:white; padding:7px 5px; font-size:9px; font-weight:500; }
.discussion-queue td { padding:10px 5px; border-bottom:1px solid #d7e0e9; background:#edf3f8; vertical-align:top; }
.discussion-queue small { display:block; font-size:9px; margin-top:5px; color:#6b7b8b; }
.discussion-queue .queue-empty { font-size:10px; color:#6b7b8b; text-align:center; }
.discussion-queue p { font-size:9px; color:#6b7b8b; line-height:1.5; }
.speaker-view { display:flex; height:100%; flex-direction:column; align-items:center; justify-content:center; }
.speaker-label { font-size:12px; letter-spacing:2px; color:#527389; }
.projection h1.speaker-name { font-size:40px; font-weight:600; color:#173852; margin:14px 0 5px; }
.speech-clock { font-size:77px; line-height:1.1; color:#111e2c; font-variant-numeric:tabular-nums; }
.speaker-time-label { font-size:9px; letter-spacing:2px; color:#698095; margin-top:9px; }
.tablet-speaking { text-align:center; color:#ecf3ff; padding:34px 8px; }
.tablet-speaking > span { color:#b9d6e9; font-size:10px; letter-spacing:1px; }
.tablet-speaking h2 { font-size:23px; margin:20px 0; }
.tablet-speaking > div { font-size:52px; font-variant-numeric:tabular-nums; }
.tablet-speaking p { font-size:11px; color:#c8d7ec; }
.vote-submitted { text-align:center; color:#eef6ff; padding:24px 10px; }
.submitted-check { display:inline-grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#239e75; font-size:30px; }
.vote-submitted h2 { font-size:22px; margin:13px 0 10px; }
.vote-submitted p { font-size:12px; line-height:1.5; color:#d5e2f4; }
.chair-controls { margin-top:14px; border-top:1px solid #ffffff20; padding-top:11px; }
.chair-controls > span { color:#c9ae86; font-size:9px; letter-spacing:1px; }
.tablet-results { background:white; padding:5px; }
.tablet-results .result-row { margin-bottom:4px; padding:4px 5px; }
.tablet-results .result-label { font-size:11px; }
.tablet-results + .result-summary { color:#e1eafa; font-size:10px; padding:0 3px; }
.guide,.meeting-controls { position:absolute; background:#111c29ee; border:1px solid #bed0e029; border-radius:12px; padding:22px; box-shadow:0 12px 40px #0004; backdrop-filter:blur(15px); }
.guide { left:143px; top:727px; width:353px; }
.guide:after { content:''; position:absolute; right:-9px; top:34px; width:16px; height:16px; background:#152130; border-right:1px solid #bed0e029; border-top:1px solid #bed0e029; transform:rotate(45deg); }
.guide-kicker,.meeting-controls > label { display:block; font-size:9px; letter-spacing:1.6px; color:#c9ae86; }
.guide h2 { font-size:19px; font-weight:500; line-height:1.25; color:#f1f5f9; margin:12px 0 9px; }
.guide p { font-size:13px; color:#b7c5d6; line-height:1.6; margin:0; }
.guide-step { display:block; font-size:10px; color:#7b91ab; margin-top:15px; }
.meeting-controls { left:1050px; top:733px; width:341px; padding:20px; }
.meeting-controls select { margin:13px 0 10px; width:100%; font-size:12px; padding:10px 6px; color:#eef5ff; background:#26364a; border:1px solid #44566d; border-radius:5px; }
.nav-actions { display:flex; gap:10px; }
.nav-actions button { flex:1; }
.meeting-controls button { border:1px solid #52667c; border-radius:5px; font-size:12px; padding:10px; color:#fff; background:#253549; }
.meeting-controls .control-primary { width:100%; margin-top:9px; background:#327f79; border-color:#4a9a92; }
.meeting-controls p { font-size:10px; color:#9aabbd; margin:13px 0 0; line-height:1.5; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
#tablet-dialog { padding:0; border:1px solid #6c7a90; border-radius:15px; background:#1d2a3d; color:white; width:min(450px,95vw); overflow:hidden; max-height:95svh; }
#tablet-dialog::backdrop { background:#06101bc4; backdrop-filter:blur(4px); }
.dialog-bar { display:flex; justify-content:space-between; align-items:center; padding:10px 16px; font-size:12px; }
.dialog-bar button { background:transparent; border:0; color:white; font-size:25px; }
.tablet-screen.enlarged { transform:none; width:100%; height:min(640px,calc(95svh - 50px)); }
.enlarged .tablet-top { height:25px; font-size:10px; }.enlarged .participant { height:45px; font-size:14px; }
.enlarged .tablet-body { height:calc(100% - 70px); padding:14px 16px 65px; overflow-y:auto; }
.enlarged .tablet-vote-heading { padding:14px; }.enlarged .tablet-vote-heading h2 { font-size:18px; }
.enlarged .tablet-vote-heading > span,.enlarged .tablet-vote-heading small { font-size:12px; }
.enlarged .choice,.enlarged .confirmed-choice { min-height:64px; font-size:16px; gap:14px; }
.enlarged .choice .checkbox { width:30px; height:30px; }
.enlarged .tablet-help { font-size:13px; margin-top:14px; }
.enlarged .tablet-actions { left:16px; right:16px; bottom:14px; }
.enlarged .tablet-actions button { min-height:43px; font-size:12px; }
.enlarged .agenda-title { font-size:16px; margin:3px 0 14px; }.enlarged .agenda-title small{font-size:11px;}
.enlarged .tablet-agenda button { font-size:13px; padding:12px; }
.enlarged .tablet-agenda li > span { font-size:13px; padding:12px; }
.enlarged .tablet-waiting { font-size:12px; }
.enlarged .result-label { font-size:14px; }.enlarged .result-row{padding:8px;}.enlarged .result-summary{font-size:12px;}
@media (max-width:650px) {
 .app-header { height:60px; padding:0 14px; gap:13px; }
 .brand { font-size:20px; }.brand-symbol{width:24px;height:24px;font-size:20px;}
 .header-divider{display:none}.page-title{font-size:11px}.page-title>span{font-size:8px;max-width:190px;}
 .preview-tag{padding:6px;font-size:0;gap:0}.preview-tag>span{width:6px;height:6px}
 .zoom-tablet {font-size:10px;padding:7px;margin-left:auto;}.zoom-tablet + .preview-tag{display:none}
 .app-footer{height:40px;padding:0 14px;font-size:7px;gap:8px}.app-footer p{display:none}.version{margin-left:auto;font-size:7px}
 .scene-fit {width:min(100vw,calc((100svh - 100px)*1.5));}
}

.nav-actions .next-pulse:not(:disabled) { animation:next-button-pulse 1.6s ease-in-out infinite; }
@keyframes next-button-pulse {
  0%, 100% { box-shadow:0 0 0 0 #eac58100; border-color:#ffffff30; }
  50% { box-shadow:0 0 0 5px #eac58140, 0 0 18px #eac58145; border-color:#eac581; }
}
@media (prefers-reduced-motion:reduce) {
  .nav-actions .next-pulse:not(:disabled) { animation:none; border-color:#eac581; box-shadow:0 0 0 2px #eac58140; }
}

/* Match the tablet screen to the conference photograph. */
.tablet-position {
  left:574px; top:460px;
}
#tablet-screen {
  transform:matrix3d(1,0,0,0,-.0582278481,.9136544468,0,-.0003353608,0,0,1,0,23,0,0,1);
}

.tablet-body:has(.offer-form) { padding:8px 10px; overflow-y:auto; }
.offer-form { display:grid; gap:6px; color:#f0f5ff; }
.offer-form header > span { font-size:9px; color:#c9d9eb; letter-spacing:.6px; }
.offer-form h2 { font-size:20px; margin:3px 0 2px; }
.offer-form label { display:grid; gap:3px; font-size:11px; }
.offer-form label small { display:contents; color:#c6d2e4; }
.offer-form input,.offer-form textarea { width:100%; min-width:0; padding:5px 7px; border:1px solid #bccddd; border-radius:4px; background:#f8fbff; color:#14283c; font:12px Arial,sans-serif; }
.offer-form textarea { resize:vertical; min-height:38px; }
.offer-form button { border:0; border-radius:5px; color:#fff; font-size:12px; padding:9px; }
.offer-note,.offer-status { margin:0; font-size:10px; line-height:1.4; color:#dfebfb; }
.offer-status:empty { display:none; }
.enlarged .offer-form { gap:12px; }
.enlarged .offer-form h2 { font-size:26px; }
.enlarged .offer-form label,.enlarged .offer-form button { font-size:14px; }
.enlarged .offer-form input,.enlarged .offer-form textarea { font-size:16px; padding:10px; }
.enlarged .offer-note,.enlarged .offer-status { font-size:12px; }
.enlarged .tablet-body:has(.offer-form) { padding:14px 16px; }

.app-header .preview-tag { display:none; }
@media (max-width:650px) {
 .app-header { height:90px; display:grid; grid-template-columns:1fr auto; gap:4px 12px; padding:8px 14px; }
 .brand { grid-column:1; grid-row:1; }
 .zoom-tablet { grid-column:2; grid-row:1 / 3; margin:0; }
 .page-title { grid-column:1; grid-row:2; min-width:0; }
 .page-title > span { max-width:none; font-size:8px; }
 .scene-fit { width:min(100vw,calc((100svh - 130px)*1.5)); }
}

.sound-toggle { flex:none; width:max-content; max-width:100%; align-self:center; white-space:nowrap; border:1px solid #ffffff30; border-radius:6px; padding:9px 12px; color:#eaf1fa; background:#213044; font-size:11px; }
.sound-toggle[aria-pressed="true"] { border-color:#64bba4; color:#adf0da; }
.sound-toggle[data-audio-state="error"] { border-color:#d3b78d; color:#f2d6a9; }

.election-heading { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:8px; }
.election-heading > div > span { color:#52627a; font-size:9px; letter-spacing:1px; }
.projection .election-heading h1 { margin:3px 0; font-size:19px; line-height:1.2; }
.election-clock { text-align:right; flex:none; }
.election-clock small { display:block; font-size:9px; }
.election-clock strong { font-size:26px; font-variant-numeric:tabular-nums; color:#25456b; }
.election-candidates { display:grid; gap:4px; margin:0; padding:0; list-style:none; }
.election-candidates li { display:grid; grid-template-columns:22px 1fr auto; gap:8px; align-items:center; padding:6px 10px; border:1px solid #d5dee8; border-radius:4px; font-size:14px; background:#eef2f6; }
.election-candidates li.active { background:#fff0c7; border:2px solid #bd8731; padding:5px 9px; color:#5c3a05; font-weight:700; }
.election-candidates li.completed { color:#5b6b7c; }
.election-candidates small { font-size:8px; letter-spacing:.4px; }
.election-footer { display:flex; justify-content:space-between; gap:8px; margin-top:7px; font-size:10px; }
.election-note { margin:6px 0 0; font-size:9px; line-height:1.4; }
.election-results { width:100%; border-collapse:collapse; font-size:12px; text-align:right; }
.election-results th,.election-results td { padding:8px 5px; border-bottom:1px solid #bdcad8; }
.election-results th:first-child { text-align:left; }
.election-results thead { font-size:9px; }
.election-results small { display:block; font-size:8px; font-weight:400; margin-top:3px; }
.projection .election-results th,.projection .election-results td { padding:2px 5px; }
.tablet-body:has(.election-results) { overflow-y:auto; }
.tablet-body .election-results { font-size:9px; background:#f3f6fa; color:#20334b; }
.tablet-body .election-note { color:#e3edfb; }
.tablet-body .election-results th,.tablet-body .election-results td { padding:5px 2px; }
.tablet-body .election-results thead,.tablet-body .election-results small { font-size:7px; }
.enlarged .election-results { font-size:13px; }
.enlarged .election-results thead,.enlarged .election-results small { font-size:10px; }
