.wm2026-poll {
    background: radial-gradient(circle at top left, #1f7a3a 0, #102015 38%, #0e0e0e 100%);
    color: #ffffff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 42px rgba(0,0,0,.25), 0 0 34px rgba(245,197,66,.16);
    border: 1px solid rgba(255,255,255,.13);
    max-width: 780px;
    position: relative;
    overflow: hidden;
}

.wm2026-poll:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(245,197,66,.12), transparent 35%, rgba(255,255,255,.05));
    pointer-events: none;
}

.wm2026-poll > * { position: relative; }

.wm2026-poll__title {
    color: #f5c542;
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.2;
}

.wm2026-poll__intro {
    margin: 0 0 16px;
    color: rgba(255,255,255,.88);
    font-weight: 600;
}

.wm2026-poll__total {
    background: rgba(255,255,255,.11);
    border-radius: 16px;
    padding: 13px 15px;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
}

.wm2026-poll__total strong {
    color: #f5c542;
    font-size: 1.35em;
}

.wm2026-poll__favorite {
    background: linear-gradient(135deg, rgba(245,197,66,.22), rgba(255,255,255,.08));
    border: 1px solid rgba(245,197,66,.35);
    border-radius: 18px;
    padding: 13px 15px;
    margin: 0 0 18px;
}

.wm2026-poll__favorite-kicker {
    color: #f5c542;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .75rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.wm2026-poll__favorite-main {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.25;
}

.wm2026-poll__favorite-flag { font-size: 1.55rem; }
.wm2026-poll__favorite-sub { color: rgba(255,255,255,.82); margin-top: 3px; }

.wm2026-poll__list {
    display: grid;
    gap: 14px;
}

.wm2026-poll__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 7px;
    font-weight: 800;
}

.wm2026-poll__teamwrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.wm2026-poll__rank {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: rgba(255,255,255,.88);
    font-size: .78rem;
    flex: 0 0 24px;
}

.wm2026-poll__item--rank-1 .wm2026-poll__rank {
    background: #f5c542;
    color: #17251a;
}

.wm2026-poll__item--rank-2 .wm2026-poll__rank,
.wm2026-poll__item--rank-3 .wm2026-poll__rank {
    background: rgba(245,197,66,.26);
    color: #f5c542;
}

.wm2026-poll__flag {
    font-size: 1.25rem;
    line-height: 1;
    flex: 0 0 auto;
}

.wm2026-poll__team {
    overflow-wrap: anywhere;
}

.wm2026-poll__value {
    white-space: nowrap;
    color: #f5c542;
    font-weight: 900;
}

.wm2026-poll__bar {
    background: rgba(255,255,255,.16);
    border-radius: 999px;
    height: 16px;
    overflow: hidden;
}

.wm2026-poll__bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #f5c542, #fff4bd);
    min-width: 4px;
    animation: wm2026-grow .75s ease-out both;
}

.wm2026-poll__item--rank-1 .wm2026-poll__bar-fill {
    background: linear-gradient(90deg, #f5c542, #ffffff);
}

.wm2026-poll__updated {
    margin-top: 16px;
    color: rgba(255,255,255,.62);
    font-size: .86rem;
    text-align: right;
}

.wm2026-poll__empty {
    background: rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 14px;
}

.wm2026-poll__debug {
    margin-top: 16px;
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 8px;
    max-height: 260px;
    overflow: auto;
    font-size: 12px;
}

@keyframes wm2026-grow {
    from { transform: scaleX(0); transform-origin: left center; }
    to { transform: scaleX(1); transform-origin: left center; }
}

@media (max-width: 520px) {
    .wm2026-poll {
        padding: 18px;
        border-radius: 18px;
    }

    .wm2026-poll__label {
        font-size: .95rem;
        align-items: flex-start;
    }

    .wm2026-poll__teamwrap {
        gap: 6px;
    }

    .wm2026-poll__value {
        font-size: .94rem;
    }

    .wm2026-poll__favorite-main {
        font-size: 1.15rem;
    }
}

.wm2026-poll__flag, .wm2026-poll__favorite-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.wm2026-poll__flag svg, .wm2026-poll__favorite-flag svg {
  display: block;
  width: 32px;
  height: 22px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.25);
}
.wm2026-poll__favorite-flag svg {
  width: 42px;
  height: 29px;
}
.wm2026-poll__flag-ball {
  font-size: 22px;
  line-height: 1;
}


.wm2026-poll__live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    border: 1px solid rgba(245,197,66,.45);
    border-radius: 999px;
    padding: 6px 11px;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
    box-shadow: 0 0 18px rgba(245,197,66,.16);
}

.wm2026-poll__live span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f5c542;
    box-shadow: 0 0 0 rgba(245,197,66,.8);
    animation: wm2026-live-pulse 1.4s infinite;
}

.wm2026-poll__countdown {
    margin: 14px 0 16px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(245,197,66,.12));
    border: 1px solid rgba(255,255,255,.14);
}

.wm2026-poll__countdown-kicker {
    color: rgba(255,255,255,.76);
    font-weight: 800;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 9px;
}

.wm2026-poll__countdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wm2026-poll__countdown-grid div {
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 9px 8px;
    text-align: center;
}

.wm2026-poll__countdown-grid strong {
    display: block;
    color: #f5c542;
    font-size: 1.35rem;
    line-height: 1.1;
    animation: wm2026-number-pop .75s ease-out both;
}

.wm2026-poll__countdown-grid span {
    color: rgba(255,255,255,.72);
    font-size: .78rem;
    font-weight: 800;
}

.wm2026-poll__countdown-started {
    color: #f5c542;
    font-weight: 900;
}

.wm2026-poll__total strong {
    animation: wm2026-number-pop .75s ease-out both;
}

.wm2026-poll__item {
    border-radius: 14px;
    padding: 8px;
    margin: -8px;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.wm2026-poll__item:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.07);
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
}

.wm2026-poll__item--leader .wm2026-poll__bar {
    box-shadow: 0 0 0 1px rgba(245,197,66,.22), 0 0 22px rgba(245,197,66,.22);
    animation: wm2026-leader-pulse 1.8s ease-in-out infinite;
}

.wm2026-poll__item--leader .wm2026-poll__bar-fill {
    background: linear-gradient(90deg, #f5c542, #ffffff, #f5c542);
    background-size: 220% 100%;
    animation: wm2026-grow .85s ease-out both, wm2026-shimmer 2.2s linear infinite;
}

.wm2026-poll__flag svg, .wm2026-poll__favorite-flag svg {
    transition: transform .18s ease, box-shadow .18s ease;
}

.wm2026-poll__item:hover .wm2026-poll__flag svg {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 0 0 1px rgba(255,255,255,.35), 0 0 14px rgba(245,197,66,.24);
}

@keyframes wm2026-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(245,197,66,.75); }
    70% { box-shadow: 0 0 0 9px rgba(245,197,66,0); }
    100% { box-shadow: 0 0 0 0 rgba(245,197,66,0); }
}

@keyframes wm2026-leader-pulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.18); }
}

@keyframes wm2026-shimmer {
    0% { background-position: 0 0; }
    100% { background-position: 220% 0; }
}

@keyframes wm2026-number-pop {
    from { transform: translateY(6px) scale(.92); opacity: .2; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}
