:root {
    color-scheme: light;
    --primary: #ec0044;
    --navy: #0c162d;
    --ink: #111a2e;
    --muted: #687795;
    --line: #dbe3ee;
    --surface: #ffffff;
    --canvas: #f4f7fb;
    --success: #00a878;
    --radius: 16px;
    --shadow: 0 10px 28px rgba(20, 39, 74, .08);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); overflow-x: hidden; }
button, input, select { font: inherit; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); max-width: 100%; margin-inline: auto; }
.station-bar { background: var(--navy); color: #fff; font-size: 12px; }
.station-inner { min-height: 36px; display: flex; align-items: center; gap: 16px; overflow: hidden; white-space: nowrap; }
.station-inner strong { color: #ff3d70; }
.station-status { margin-left: auto; color: #4be1b1; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-main { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--primary); font-size: 24px; box-shadow: 0 8px 18px color-mix(in srgb, var(--primary) 28%, transparent); }
.brand strong { display: block; font-size: 20px; letter-spacing: -.5px; }
.brand small { display: block; margin-top: 2px; color: var(--muted); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.participation { padding: 8px 14px; border: 1px solid var(--line); border-radius: 10px; background: #f7f9fc; font-size: 12px; color: var(--muted); text-align: center; }
.participation span { display: block; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.participation strong { color: var(--ink); margin-right: 3px; }
.poll-nav { min-height: 54px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #edf1f6; }
.poll-nav > a { padding: 10px 14px; border-radius: 9px; text-decoration: none; color: #506078; font-size: 14px; font-weight: 650; }
.poll-nav > a:hover, .poll-nav > a:focus { color: var(--primary); background: color-mix(in srgb, var(--primary) 7%, white); }
.poll-switcher { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); font-weight: 700; }
.poll-switcher select, .sort-box select { border: 1px solid var(--line); background: #fff; padding: 9px 34px 9px 12px; border-radius: 9px; color: var(--ink); }
.page-content { padding-block: 28px 60px; }
.hero { padding: 30px; border-radius: 22px; color: #fff; background: radial-gradient(circle at 14% 0%, color-mix(in srgb, var(--primary) 52%, #4c1631), transparent 42%), var(--navy); box-shadow: var(--shadow); }
.hero-with-carousel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 31%); gap: 28px; align-items: stretch; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-badge { display: inline-block; border: 1px solid color-mix(in srgb, var(--primary) 80%, white); background: color-mix(in srgb, var(--primary) 24%, transparent); border-radius: 999px; padding: 6px 11px; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.hero h1 { max-width: 820px; margin: 14px 0 8px; font-size: clamp(27px, 4vw, 44px); line-height: 1.08; letter-spacing: -1.5px; }
.hero-subtitle { color: #fff !important; font-weight: 700; }
.hero-copy > p { max-width: 820px; margin: 8px 0; color: #dce5f3; line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.trust-row span { padding: 6px 10px; border-radius: 7px; background: rgba(255,255,255,.11); color: #dce5f3; font-size: 11px; font-weight: 700; }
.hero-share { display: none; margin-top: 15px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.hero-ad-space { min-width: 0; min-height: 285px; }
.central-ad-space { width: min(1000px, 92%); height: 118px; margin: 18px auto 0; }
.ad-carousel { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 15px; background: #17243e; box-shadow: 0 8px 24px rgba(5,12,27,.18); }
.ad-carousel--lateral { min-height: 285px; border: 1px solid rgba(255,255,255,.16); }
.ad-carousel--central { border: 1px solid var(--line); background: #fff; }
.ad-carousel-viewport, .ad-slide { width: 100%; height: 100%; }
.ad-slide { display: block; position: relative; text-decoration: none; }
.ad-slide[hidden] { display: none; }
.ad-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ad-mobile-caption { display: none; }
.ad-label { position: absolute; z-index: 4; top: 9px; left: 9px; padding: 4px 7px; border-radius: 999px; color: #fff; background: rgba(7,14,28,.66); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(4px); }
.ad-carousel-controls { position: absolute; z-index: 5; left: 50%; bottom: 8px; display: flex; align-items: center; gap: 5px; padding: 4px; border-radius: 999px; background: rgba(7,14,28,.68); transform: translateX(-50%); backdrop-filter: blur(4px); }
.ad-carousel-controls > button { width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.ad-carousel-controls > button:hover, .ad-carousel-controls > button:focus-visible { background: rgba(255,255,255,.2); }
.ad-carousel-dots { display: flex; gap: 4px; }
.ad-carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.ad-carousel-dots button[aria-current="true"] { width: 18px; border-radius: 999px; background: #fff; }
.section-block { scroll-margin-top: 160px; margin-top: 24px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 2px 5px rgba(20,39,74,.03); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { margin: 3px 0 0; font-size: 22px; letter-spacing: -.5px; }
.section-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.results-actions { margin-left: auto; }
.download-results { border-color: var(--primary); color: #fff; background: var(--primary); box-shadow: none; white-space: nowrap; }
.download-results:hover, .download-results:focus { border-color: var(--primary); color: #fff; background: var(--primary); box-shadow: none; filter: none; }
.candidate-heading-meta { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.candidate-count { color: var(--muted); font-size: 12px; font-weight: 700; }
.candidate-countdown { min-width: 190px; padding: 7px 11px; border: 1px solid color-mix(in srgb, var(--primary) 24%, var(--line)); border-radius: 9px; color: var(--primary); background: color-mix(in srgb, var(--primary) 4%, #fff); text-align: right; }
.candidate-countdown > span { display: block; color: #687795; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.candidate-countdown strong { display: block; margin-top: 2px; font-size: 15px; letter-spacing: -.25px; }
.candidate-countdown.is-closed { border-color: #f2c7cd; color: #b52740; background: #fff7f8; }
.eyebrow { color: var(--primary); font-weight: 850; font-size: 10px; letter-spacing: .1em; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 20px; }
.search-box { width: min(390px, 100%); display: flex; align-items: center; gap: 8px; color: #8492aa; background: #f8fafc; border: 1px solid var(--line); border-radius: 10px; padding-inline: 12px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; padding: 10px 0; color: var(--ink); }
.sort-box { display: flex; gap: 8px; align-items: center; font-size: 11px; text-transform: uppercase; font-weight: 800; color: #53627b; }
.candidate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.candidate-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 18px rgba(20,39,74,.06); transition: transform .2s, box-shadow .2s; }
.candidate-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(20,39,74,.12); }
.candidate-card[hidden] { display: none; }
.candidate-photo { position: relative; height: 220px; background: #d9e2ec; overflow: hidden; }
.candidate-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,14,28,.92)); }
.candidate-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.candidate-symbol { position: absolute; z-index: 3; top: 12px; right: 12px; width: 46px; height: 46px; padding: 4px; border-radius: 11px; background: #fff; box-shadow: 0 5px 15px rgba(7,14,28,.28); }
.candidate-photo .candidate-symbol img { width: 100%; height: 100%; object-fit: contain; border-radius: 7px; }
.rank, .leader { position: absolute; z-index: 2; top: 12px; border-radius: 7px; padding: 5px 8px; font-size: 10px; font-weight: 900; }
.rank { left: 12px; background: rgba(12,22,45,.8); color: #fff; }
.leader { left: 50px; background: #fff; color: #d97c00; }
.party { position: absolute; z-index: 2; bottom: 12px; left: 14px; right: 14px; color: #fff; font-size: 11px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.party i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 7px; }
.candidate-body { padding: 16px; }
.candidate-body h3 { margin: 0; font-size: 16px; letter-spacing: -.35px; }
.candidate-body > p { height: 42px; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.55; }
.support { padding: 11px; margin: 14px 0; border: 1px solid #e8edf4; border-radius: 11px; background: #f8fafc; }
.support > div:first-child { display: flex; align-items: center; gap: 6px; font-size: 10px; }
.support strong { margin-left: auto; font-weight: 500; }
.support strong b { font-size: 14px; }
.support em { color: var(--primary); background: color-mix(in srgb, var(--primary) 9%, white); border-radius: 5px; padding: 3px 5px; font-style: normal; font-weight: 800; }
.mini-track, .result-track { height: 7px; margin-top: 9px; background: #e5ebf2; border-radius: 999px; overflow: hidden; }
.mini-track span, .result-track span { display: block; height: 100%; border-radius: inherit; transition: width .5s ease; }
.button { border: 0; border-radius: 9px; padding: 11px 15px; cursor: pointer; text-decoration: none; font-weight: 750; transition: transform .15s, opacity .15s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 7px 15px color-mix(in srgb, var(--primary) 22%, transparent); }
.button-soft { border: 1px solid var(--line); color: #40506a; background: #f8fafc; }
.vote-button { width: 100%; }
.plan-link { display: block; padding-top: 12px; text-align: center; color: #586983; font-size: 11px; text-decoration: none; }
.plan-link:hover { color: var(--primary); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.stat { min-height: 110px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; display: flex; flex-direction: column; justify-content: center; }
.stat > span { text-transform: uppercase; color: #677792; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.stat > strong { margin: 8px 0 4px; font-size: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stat small { color: var(--muted); font-size: 10px; }
.stat-leader { border-color: #f2c34d; background: #fffdf7; }
.result-row { padding: 10px 0; }
.result-line, .result-identity, .result-metrics { display: flex; align-items: center; gap: 10px; }
.result-line { justify-content: space-between; min-width: 0; }
.result-identity { min-width: 0; flex: 1; }
.result-line b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; background: #edf2f7; font-size: 10px; }
.result-photo { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 9px; object-fit: cover; background: #e8eef5; }
.result-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.result-copy strong, .result-party { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-party { display: block; color: #8290aa; max-width: 260px; font-size: 11px; }
.result-symbol { width: 30px; height: 30px; flex: 0 0 30px; padding: 2px; border: 1px solid var(--line); border-radius: 8px; object-fit: contain; background: #fff; }
.result-line em { color: #52627c; font-size: 11px; font-style: normal; }
.result-metrics { flex: 0 0 auto; }
.result-percentage { min-width: 52px; text-align: right; }
.result-track { height: 9px; margin: 7px 0 0 70px; }
.empty-state { max-width: 680px; margin: 80px auto; padding: 45px; background: #fff; border: 1px solid var(--line); border-radius: 18px; text-align: center; }
.public-footer { padding: 25px 0; color: #9fabc0; background: var(--navy); font-size: 12px; }
.public-footer .shell { display: flex; gap: 18px; align-items: center; }
.footer-nav { display: flex; gap: 16px; margin-left: auto; }
.footer-nav a { color: #dbe5f4; text-decoration: none; }
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a.active { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-whatsapp { color: #4be1b1; text-decoration: none; }
.footer-whatsapp:hover, .footer-whatsapp:focus { color: #a7f3d0; text-decoration: underline; text-underline-offset: 4px; }
.static-content { padding-top: 44px; }
.static-card { width: min(850px, 100%); margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.static-card h1 { margin: 7px 0 24px; font-size: clamp(28px, 4vw, 40px); letter-spacing: -1px; }
.rich-content { color: #40506a; line-height: 1.72; }
.rich-content > :first-child { margin-top: 0; }
.rich-content > :last-child { margin-bottom: 0; }
.rich-content h2, .rich-content h3, .rich-content h4 { margin: 28px 0 10px; color: var(--ink); line-height: 1.25; }
.rich-content p, .rich-content ul, .rich-content ol, .rich-content blockquote { margin: 0 0 16px; }
.rich-content li + li { margin-top: 6px; }
.rich-content blockquote { padding: 10px 16px; border-left: 3px solid var(--primary); background: #fff5f7; color: #56657c; }
.vote-dialog { width: min(500px, calc(100% - 30px)); padding: 28px; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 26px 80px rgba(7,14,28,.3); text-align: center; }
.vote-dialog::backdrop { background: rgba(7,14,28,.68); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; right: 14px; top: 12px; border: 0; background: transparent; color: #7d899d; font-size: 24px; cursor: pointer; }
.dialog-icon { width: 58px; height: 58px; margin: 2px auto 15px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--primary); font-size: 28px; }
.vote-dialog h2 { margin: 4px 0 14px; }
.vote-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; font-size: 13px; }
.dialog-fallback-open { position: fixed; z-index: 1001; top: 50%; left: 50%; display: block; max-height: calc(100vh - 24px); margin: 0; transform: translate(-50%, -50%); overflow: auto; }
body.has-dialog-fallback { overflow: hidden; }
body.has-dialog-fallback::before { content: ''; position: fixed; z-index: 1000; inset: 0; background: rgba(7,14,28,.76); }
.dialog-candidate { padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #f7f9fc; font-weight: 850; }
.turnstile-verification { display: grid; justify-items: center; gap: 8px; margin-top: 18px; min-height: 76px; }
.turnstile-verification small { color: var(--muted); line-height: 1.35; }
.turnstile-verification small.is-ready { color: #147a46; font-weight: 750; }
.turnstile-verification small.is-error { color: #b42318; font-weight: 750; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.toast { position: fixed; z-index: 50; right: 22px; bottom: 22px; max-width: 380px; padding: 14px 18px; border-radius: 11px; color: #fff; background: var(--success); box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .2s; }
.toast.error { background: #c92a3e; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.no-results { padding: 28px; text-align: center; color: var(--muted); }

@media (max-width: 980px) {
    .candidate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .site-header { position: static; }
    .section-block { scroll-margin-top: 20px; }
}

@media (max-width: 800px) {
    .hero-with-carousel { grid-template-columns: 1fr; }
    .hero-ad-space { height: 180px; min-height: 0; }
    .ad-carousel--lateral { height: 180px; min-height: 0; }
}

@media (max-width: 640px) {
    .shell { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
    .station-inner span:not(.station-status), .station-status { display: none; }
    .header-main { min-height: 70px; }
    .brand strong { font-size: 16px; }
    .brand small, .participation { display: none; }
    .header-actions { display: none; }
    .hero-share { display: inline-flex; }
    .poll-nav { overflow-x: auto; }
    .poll-nav > a { white-space: nowrap; font-size: 12px; }
    .poll-switcher { display: none; }
    .page-content { padding-top: 14px; }
    .hero { position: relative; width: 100%; min-width: 0; overflow: hidden; padding: 17px; border-radius: 17px; }
    .hero-with-carousel { gap: 13px; }
    .hero-badge { padding: 5px 8px; font-size: 8px; }
    .hero h1 { margin: 10px 0 6px; font-size: 24px; letter-spacing: -1px; }
    .hero-subtitle { margin: 0 !important; font-size: 11px; }
    .hero-copy > p { margin: 9px 0 0; font-size: 11px; line-height: 1.5; }
    .trust-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; gap: 6px; margin-top: 14px; }
    .trust-row span { min-width: 0; padding: 6px 7px; font-size: 8px; line-height: 1.2; text-align: center; }
    .vote-deadline { color: #fff7d1 !important; background: rgba(245, 171, 37, .2) !important; }
    .vote-deadline.is-closed { color: #ffd9df !important; background: rgba(226, 74, 94, .24) !important; }
    .hero-share { position: absolute; top: 15px; right: 15px; margin: 0; padding: 6px 8px; font-size: 9px; }
    .hero-ad-space, .ad-carousel--lateral { height: 136px; min-height: 136px; }
    .ad-carousel--lateral { background: #fff; }
    .ad-carousel--lateral .ad-slide:not([hidden]) { display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: stretch; color: #17243e; }
    .ad-carousel--lateral .ad-slide img { width: 96px; object-fit: contain; background: #fff; }
    .ad-mobile-caption { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 16px 15px 14px 4px; color: #17243e; }
    .ad-mobile-caption strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 13px; line-height: 1.12; }
    .ad-mobile-caption small { color: #77859c; font-size: 8px; }
    .ad-mobile-caption b { margin-top: 3px; color: var(--primary); font-size: 10px; }
    .ad-carousel--lateral .ad-carousel-controls { right: 5px; left: auto; transform: scale(.76); transform-origin: right bottom; }
    .central-ad-space { width: 100%; height: 88px; margin-top: 12px; }
    .ad-carousel { border-radius: 11px; }
    .ad-label { top: 6px; left: 6px; }
    .ad-carousel-controls { bottom: 5px; transform: translateX(-50%) scale(.86); }
    .section-block { width: 100%; min-width: 0; overflow: hidden; padding: 15px; margin-top: 14px; }
    .toolbar { align-items: stretch; flex-direction: column; }
    .search-box { width: 100%; }
    .sort-box { width: 100%; min-width: 0; justify-content: space-between; }
    .sort-box select { width: min(190px, 62%); max-width: 62%; }
    .candidate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
    .candidate-card { border-radius: 10px; }
    .candidate-card:hover { transform: none; }
    .candidate-photo { height: 105px; }
    .candidate-photo::after { inset: 38% 0 0; }
    .candidate-symbol { top: 6px; right: 6px; width: 30px; height: 30px; padding: 3px; border-radius: 8px; }
    .rank { top: 6px; left: 6px; padding: 3px 5px; font-size: 8px; }
    .leader { display: none; }
    .party { bottom: 6px; left: 6px; right: 6px; font-size: 7px; }
    .party i { width: 5px; height: 5px; margin-right: 3px; }
    .candidate-body { padding: 7px; }
    .candidate-body h3 { min-height: 25px; font-size: 11px; line-height: 1.15; letter-spacing: -.15px; }
    .candidate-body > p { display: none; }
    .support { padding: 5px; margin: 6px 0; border-radius: 7px; }
    .support > div:first-child { gap: 3px; }
    .support > div:first-child > span { display: none; }
    .support strong { margin-left: 0; font-size: 0; }
    .support strong b { font-size: 10px; }
    .support em { margin-left: auto; padding: 2px 3px; font-size: 7px; }
    .mini-track { height: 4px; margin-top: 4px; }
    .vote-button { min-height: 33px; padding: 6px 2px; font-size: 8px; line-height: 1.15; }
    .plan-link { display: none; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .stat { min-height: 95px; padding: 12px; }
    .stat > strong { font-size: 19px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .section-heading .button { align-self: stretch; }
    .results-actions { width: 100%; margin-left: 0; }
    .results-actions .download-results { width: 100%; }
    #candidatos .section-heading { flex-direction: row; align-items: center; gap: 10px; }
    #candidatos .section-heading > div:first-child { min-width: 0; }
    #candidatos .section-heading h2 { font-size: 20px; }
    #candidatos .candidate-heading-meta { width: auto; min-width: 0; margin-left: auto; align-items: flex-end; flex: 0 1 172px; }
    #candidatos .candidate-countdown { width: auto; min-width: 0; padding: 6px 8px; text-align: right; }
    #candidatos .candidate-countdown > span { font-size: 8px; }
    #candidatos .candidate-countdown strong { font-size: 13px; }
    #candidatos .candidate-count { display: none; }
    .result-photo { width: 30px; height: 30px; flex-basis: 30px; border-radius: 8px; }
    .result-symbol { width: 24px; height: 24px; flex-basis: 24px; border-radius: 7px; }
    .result-copy strong { font-size: 12px; }
    .result-party { max-width: 145px; font-size: 9px; }
    .result-line em { display: none; }
    .result-percentage { font-size: 12px; }
    .result-track { margin-left: 0; }
    .public-footer .shell { flex-wrap: wrap; }
    .footer-nav { width: 100%; margin-left: 0; }
    .static-content { padding-top: 22px; }
    .static-card { padding: 22px 17px; border-radius: 14px; }
    .dialog-actions { flex-direction: column-reverse; }
    .dialog-actions .button { width: 100%; }
}
