body[data-page="vote"] .content-header { grid-template-columns: auto 1fr auto; }
.vote-main { max-width: 1080px; margin: 0 auto; padding: 48px 28px 72px; }
.vote-intro { max-width: 720px; }
.vote-eyebrow { display: block; margin: 0 0 5px; color: var(--cyan); font-size: 12px; font-weight: 700; }
.vote-main h1 { margin: 0 0 12px; font-size: 32px; line-height: 1.2; }
.vote-main h2 { margin: 0 0 18px; font-size: 19px; line-height: 1.45; }
.vote-intro > p:last-child { color: var(--muted); margin: 0; }
.vote-rewards { display: grid; grid-template-columns: 1.15fr 1fr 1fr; margin: 32px 0 8px; padding: 22px 0; border-block: 1px solid var(--line); }
.vote-rewards > div { display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-left: 1px solid var(--line); }
.vote-rewards > div:first-child { padding-left: 0; border: 0; }
.vote-rewards .vote-ogrines { flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; }
.vote-rewards img { flex: 0 0 72px; width: 72px; height: 72px; object-fit: contain; }
.vote-rewards dt { font-size: 12px; color: var(--muted); }
.vote-rewards dd { margin: 2px 0 0; font-size: 28px; font-weight: 750; line-height: 1.35; }
.vote-rewards dd span { font-size: 16px; font-weight: 500; }
.vote-account-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; }
#vote-username { display: block; font-size: 18px; overflow-wrap: anywhere; }
.vote-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); border-block: 1px solid var(--line); }
.vote-progress { padding: 28px 38px 28px 0; }
.vote-progress-line { display: flex; align-items: center; gap: 18px; }
.vote-progress progress { display: block; appearance: none; flex: 1; width: 100%; min-width: 0; height: 12px; border: 0; border-radius: 4px; overflow: hidden; background: var(--panel-soft); accent-color: var(--cyan); }
.vote-progress progress::-webkit-progress-bar { background: var(--panel-soft); border-radius: 4px; }
.vote-progress progress::-webkit-progress-value { background: var(--cyan); border-radius: 4px; }
.vote-progress progress::-moz-progress-bar { background: var(--cyan); border-radius: 4px; }
#vote-count { flex: 0 0 58px; color: var(--cyan); font-weight: 750; font-variant-numeric: tabular-nums; text-align: right; }
.vote-repeat { margin: 12px 0 28px; font-size: 13px; color: var(--muted); }
.vote-total-line { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 14px; }
.vote-total-line strong { color: var(--paper); font-size: 18px; font-variant-numeric: tabular-nums; }
.vote-main .shop-muted { color: var(--muted); font-size: 13px; line-height: 1.75; }
.vote-action { border-left: 1px solid var(--line); padding: 28px 0 28px 38px; }
.vote-action > .shop-muted { margin: -8px 0 22px; }
.vote-main button, .vote-main .shop-command { min-height: 44px; background: #256f72; color: #fff; border: 1px solid #45959b; border-radius: 5px; padding: 10px 18px; font: inherit; font-weight: 650; font-size: 14px; cursor: pointer; text-align: center; }
.vote-main button:hover:not(:disabled), .vote-main .shop-command:hover { background: #2d8184; }
.vote-main button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.vote-main button:disabled { opacity: .5; cursor: default; }
.vote-main button.vote-link { background: transparent; border-color: var(--line); color: var(--muted); font-size: 12px; font-weight: 500; }
.vote-main input { display: block; width: 100%; padding: 10px; background: var(--panel); color: var(--paper); border: 1px solid var(--line); border-radius: 4px; }
.vote-main .shop-login { max-width: 400px; padding: 28px 0; display: grid; gap: 15px; }
.vote-main .shop-login h2 { margin-bottom: 0; }
.vote-main .shop-login > a { color: var(--cyan); font-size: 13px; }
.vote-main [hidden] { display: none !important; }
#vote-start-panel { display: grid; justify-items: start; gap: 18px; }
#vote-captcha { min-height: 144px; }
#vote-start { min-width: 190px; }
#vote-nickname { display: block; overflow-wrap: anywhere; color: var(--cyan); font-size: 21px; margin-top: 6px; }
.vote-main .shop-command { display: inline-block; text-decoration: none; }
#vote-cooldown { padding: 18px 0; }
#vote-cooldown span { display: block; color: var(--muted); font-size: 13px; }
#vote-next { display: block; margin-top: 6px; font-size: 20px; font-weight: 650; }
#vote-message { margin: 18px 0 0; color: var(--cyan); font-size: 14px; }
#vote-message[data-error="true"] { color: #f3ad91; }
#vote-message:empty { display: none; }
.verification-form { display: grid; gap: 16px; }
.verification-form[hidden] { display: none; }
.account-dialog { max-height: calc(100dvh - 24px); overflow-y: auto; }
#registration-captcha { min-height: 144px; }
@media (max-width: 700px) {
 body[data-page="vote"] .content-header { gap: 12px; padding-inline: 16px; grid-template-columns: auto 1fr; }
 body[data-page="vote"] .content-header nav { gap: 16px; justify-content: flex-end; }
 body[data-page="vote"] .docs-languages { grid-column: 1 / -1; justify-self: end; padding-bottom: 10px; }
 .vote-main { padding: 30px 20px 48px; }
 .vote-main h1 { font-size: 27px; }
 .vote-rewards { grid-template-columns: 1fr 1fr; gap: 20px 0; margin-top: 26px; }
 .vote-rewards > div { padding-inline: 20px 0; }
 .vote-rewards .vote-ogrines { grid-column: 1 / -1; }
 .vote-rewards > div:nth-child(2) { padding: 0; border: 0; }
 .vote-rewards dd { font-size: 25px; }
 .vote-rewards dd span { font-size: 14px; }
 .vote-layout { grid-template-columns: minmax(0, 1fr); }
 .vote-progress { padding: 24px 0; }
 .vote-action { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0; }
 .vote-account-line { align-items: center; flex-wrap: wrap; }
}
