.voting-page { min-height: 100vh; }

.voting-main { padding: 74px 0 40px; }
.voting-hero {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr);
  gap: 34px;
  align-items: stretch;
}
.voting-hero-copy,
.voting-rules,
.voting-dashboard,
.poll-submit-panel,
.poll-list-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.voting-hero-copy {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 46px;
  border-radius: 30px;
}
.voting-hero-copy::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -130px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65,216,255,.23), transparent 68%);
  pointer-events: none;
}
.voting-hero-copy h1 {
  max-width: 720px;
  margin: 18px 0 18px;
  font: 700 clamp(38px,5vw,68px)/1.03 "Space Grotesk",sans-serif;
  letter-spacing: -.045em;
}
.voting-hero-copy h1 span { color: var(--cyan); }
.voting-hero-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.voting-countdown-card {
  width: min(520px,100%);
  margin-top: 30px;
  padding: 18px 20px;
  border: 1px solid rgba(65,216,255,.2);
  border-radius: 18px;
  background: linear-gradient(135deg,rgba(65,216,255,.1),rgba(255,56,92,.07));
}
.voting-countdown-card span,
.voting-dashboard span,
.quota-progress span,
.poll-game-meta span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.voting-countdown-card strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--text);
  font: 700 clamp(23px,3vw,34px)/1 "Space Grotesk",sans-serif;
}
.voting-countdown-card small { color: var(--muted); }

.voting-rules {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 30px;
}
.voting-rules article {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: rgba(255,255,255,.018);
}
.voting-rules article + article { border-top: 1px solid var(--line); }
.voting-rules article > span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: var(--cyan);
  font: 700 15px "Space Grotesk",sans-serif;
  background: rgba(65,216,255,.09);
  border: 1px solid rgba(65,216,255,.16);
}
.voting-rules strong { display: block; margin-bottom: 6px; font-size: 15px; }
.voting-rules p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.voting-dashboard {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  overflow: hidden;
  border-radius: 22px;
}
.voting-dashboard article { padding: 22px 24px; }
.voting-dashboard article + article { border-left: 1px solid var(--line); }
.voting-dashboard strong { display: block; margin-top: 8px; font: 700 25px "Space Grotesk",sans-serif; }
.member-quota-card { background: linear-gradient(135deg,rgba(255,56,92,.08),rgba(65,216,255,.06)); }

.poll-content {
  display: grid;
  grid-template-columns: 350px minmax(0,1fr);
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}
.poll-submit-panel,
.poll-list-panel { border-radius: 26px; }
.poll-submit-panel { position: sticky; top: 108px; padding: 26px; }
.poll-panel-heading h2,
.poll-list-heading h2 { margin: 8px 0 9px; font: 700 25px/1.15 "Space Grotesk",sans-serif; }
.poll-panel-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.poll-panel-heading code { color: var(--cyan); font-weight: 700; }
.poll-game-form { margin-top: 22px; }
.poll-game-form label > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.poll-game-form input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  color: var(--text);
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
}
.poll-game-form input:focus { border-color: rgba(65,216,255,.55); box-shadow: 0 0 0 4px rgba(65,216,255,.1); }
.poll-game-form .button { width: 100%; margin-top: 12px; white-space: nowrap; }
.poll-game-form .button:disabled { opacity: .55; cursor: wait; }

.quota-progress { margin-top: 20px; }
.quota-progress > div:first-child { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.quota-progress strong { font-size: 12px; }
.quota-track { height: 7px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.07); }
.quota-track span { height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--cyan),var(--primary)); transition: width .35s ease; }
.steam-id-help {
  margin-top: 24px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
}
.steam-id-help > span { display: block; margin-bottom: 7px; color: var(--warning); font-size: 11px; font-weight: 800; }
.steam-id-help p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; word-break: break-word; }
.poll-login-card { margin-top: 22px; padding: 22px; text-align: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
.poll-login-card > span { display: block; font-size: 28px; margin-bottom: 10px; }
.poll-login-card strong { display: block; }
.poll-login-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.poll-login-card > div { display: flex; gap: 8px; justify-content: center; }

.poll-list-panel { min-height: 560px; padding: 28px; }
.poll-list-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 22px; }
.poll-live-status { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.poll-live-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(68,220,155,.1); animation: pollPulse 1.7s infinite; }
@keyframes pollPulse { 50% { box-shadow: 0 0 0 10px rgba(68,220,155,0); } }
.poll-game-grid { display: grid; gap: 15px; }
.poll-game-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 184px minmax(0,1fr) auto;
  gap: 17px;
  align-items: center;
  min-height: 126px;
  padding: 14px 16px 14px 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.018);
  transition: transform .2s ease,border-color .2s ease,background .2s ease;
}
.poll-game-card:hover { transform: translateY(-2px); border-color: rgba(65,216,255,.22); background: rgba(65,216,255,.035); }
.poll-game-card.trending {
  border-color: rgba(255,200,87,.42);
  background: linear-gradient(110deg,rgba(255,200,87,.09),rgba(255,255,255,.018) 42%);
  box-shadow: 0 16px 45px rgba(255,200,87,.07);
}
.poll-rank { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--muted); background: var(--panel-soft); font: 700 16px "Space Grotesk",sans-serif; }
.trending .poll-rank { color: #17120a; background: var(--warning); }
.poll-game-cover { position: relative; overflow: hidden; width: 184px; aspect-ratio: 460/215; border-radius: 13px; background: var(--panel-soft); }
.poll-game-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.poll-trend-badge { position: absolute; left: 8px; top: 8px; padding: 6px 8px; border-radius: 999px; color: #181108; background: var(--warning); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.poll-game-info { min-width: 0; }
.poll-game-info h3 { margin: 0 0 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
.poll-game-info h3 a:hover { color: var(--cyan); }
.poll-game-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.poll-game-meta span { letter-spacing: .05em; text-transform: none; }
.poll-game-meta strong { color: var(--text); font-weight: 700; }
.poll-vote-box { display: grid; min-width: 150px; gap: 10px; }
.poll-vote-count { text-align: center; }
.poll-vote-count strong { display: block; font: 700 28px/1 "Space Grotesk",sans-serif; }
.poll-vote-count span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.poll-vote-button { min-width: 150px; justify-content: center; white-space: nowrap; }
.poll-vote-button.voted { color: var(--green); border-color: rgba(68,220,155,.26); background: rgba(68,220,155,.08); }
.poll-vote-button:disabled { opacity: .64; cursor: not-allowed; }
.poll-admin-delete { justify-self: end; min-width: 150px; margin-top: -3px; color: #ff7a91; background: transparent; border: 0; font-size: 11px; cursor: pointer; }
.poll-admin-delete:hover { text-decoration: underline; }

.poll-loading-card { display: flex; gap: 13px; align-items: center; padding: 30px; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; }
.poll-loading-card > span { width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.15); border-top-color: var(--cyan); border-radius: 50%; animation: pollSpin .75s linear infinite; }
@keyframes pollSpin { to { transform: rotate(360deg); } }
.poll-empty-state { padding: 72px 30px; text-align: center; border: 1px dashed var(--line); border-radius: 20px; }
.poll-empty-state > span { font-size: 42px; }
.poll-empty-state h3 { margin: 14px 0 8px; }
.poll-empty-state p { margin: 0; color: var(--muted); }

.voting-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 34px 0 50px; }
.voting-footer strong { font-family: "Space Grotesk",sans-serif; letter-spacing: .08em; }
.voting-footer p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.voting-footer a { color: var(--cyan); font-weight: 700; font-size: 13px; }

.voting-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  width: min(430px,calc(100vw - 32px));
  padding: 16px 18px;
  border: 1px solid rgba(68,220,155,.26);
  border-radius: 17px;
  background: rgba(13,20,29,.96);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  color: #f5f8fb;
  transition: opacity .2s ease,transform .2s ease;
}
.voting-toast.error { border-color: rgba(255,56,92,.35); }
.voting-toast > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #09140f; background: var(--green); font-weight: 900; }
.voting-toast.error > span { color: white; background: var(--primary); }
.voting-toast p { margin: 0; font-size: 15px; font-weight: 650; line-height: 1.45; }
.hidden { display: none !important; }
.form-error { margin: 12px 0 0; color: #ff8095; font-size: 13px; line-height: 1.5; }

@media (max-width: 1050px) {
  .voting-header .desktop-nav { display: none; }
  .voting-hero { grid-template-columns: 1fr; }
  .voting-rules { grid-template-columns: 1fr 1fr; }
  .voting-rules article + article { border-top: 0; }
  .voting-rules article:nth-child(even) { border-left: 1px solid var(--line); }
  .voting-rules article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .poll-content { grid-template-columns: 300px minmax(0,1fr); }
  .poll-game-card { grid-template-columns: 42px 145px minmax(0,1fr); }
  .poll-game-cover { width: 145px; }
  .poll-vote-box { grid-column: 3; grid-template-columns: 90px 1fr; align-items: center; min-width: 0; }
  .poll-vote-button { min-width: 0; }
}

@media (max-width: 780px) {
  .voting-main { padding-top: 38px; }
  .voting-header { position: relative; flex-wrap: wrap; }
  .voting-header .header-actions { width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .voting-hero-copy { padding: 30px 24px; min-height: 0; }
  .voting-rules { grid-template-columns: 1fr; }
  .voting-rules article:nth-child(even) { border-left: 0; }
  .voting-rules article:nth-child(n+2) { border-top: 1px solid var(--line); }
  .voting-dashboard { grid-template-columns: 1fr 1fr; }
  .voting-dashboard article:nth-child(odd) { border-left: 0; }
  .voting-dashboard article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .poll-content { grid-template-columns: 1fr; }
  .poll-submit-panel { position: static; }
  .poll-game-card { grid-template-columns: 42px minmax(0,1fr); }
  .poll-game-cover { grid-column: 2; width: 100%; max-width: 360px; }
  .poll-game-info { grid-column: 2; }
  .poll-vote-box { grid-column: 2; grid-template-columns: 90px minmax(0,1fr); width: 100%; }
  .poll-admin-delete { grid-column: 2; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 24px,1180px); }
  .voting-hero-copy h1 { font-size: 38px; }
  .voting-dashboard { grid-template-columns: 1fr; }
  .voting-dashboard article + article { border-left: 0; border-top: 1px solid var(--line); }
  .poll-list-panel,.poll-submit-panel { padding: 20px; }
  .poll-list-heading { align-items: flex-start; flex-direction: column; }
  .poll-game-card { grid-template-columns: 1fr; padding: 14px; }
  .poll-rank,.poll-game-cover,.poll-game-info,.poll-vote-box,.poll-admin-delete { grid-column: 1; }
  .poll-rank { position: absolute; z-index: 2; left: 22px; top: 22px; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
  .poll-game-cover { max-width: none; }
  .poll-game-info h3 { white-space: normal; }
  .poll-vote-box { grid-template-columns: 76px minmax(0,1fr); }
  .voting-footer { align-items: flex-start; flex-direction: column; }
  .poll-login-card > div { flex-direction: column; }
}

/* Oylama listesi: sunucudan parça parça yükleme ve ekran dışı kart optimizasyonu */
.poll-game-card {
  content-visibility: auto;
  contain-intrinsic-size: 126px;
}

.poll-load-more-area {
  display: grid;
  place-items: center;
  gap: 11px;
  min-height: 118px;
  margin-top: 18px;
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.012);
}

.poll-load-more-area::before {
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid rgba(255,255,255,.14);
  border-top-color: var(--cyan);
  border-radius: 50%;
  opacity: 0;
}

.poll-load-more-area.loading::before {
  opacity: 1;
  animation: pollSpin .75s linear infinite;
}

.poll-load-more-area > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
}

.poll-load-more-area .button {
  min-width: 220px;
  justify-content: center;
  white-space: nowrap;
}

.poll-load-more-area.loading .button {
  opacity: .62;
  cursor: wait;
}

@media (max-width: 520px) {
  .poll-load-more-area {
    min-height: 104px;
    padding: 18px 12px;
  }

  .poll-load-more-area .button {
    width: 100%;
    min-width: 0;
  }
}

/* Oylama sayfasındaki eylem düğmeleri */
.poll-vote-button {
  border-color: rgba(65,216,255,.19);
  background: linear-gradient(135deg, rgba(65,216,255,.11), rgba(129,92,230,.055)), var(--panel-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.1);
}
.poll-vote-button:hover:not(:disabled) {
  color: #fff;
  border-color: rgba(65,216,255,.42);
  background: linear-gradient(135deg, rgba(65,216,255,.24), rgba(129,92,230,.13)), var(--panel-soft);
  box-shadow: 0 13px 30px rgba(31,170,214,.14);
}
.poll-vote-button.voted {
  color: #baf7da;
  border-color: rgba(68,220,155,.34);
  background: linear-gradient(135deg, rgba(68,220,155,.16), rgba(65,216,255,.055)), var(--panel-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 24px rgba(68,220,155,.09);
}
.poll-admin-delete {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,88,113,.18);
  border-radius: 10px;
  color: #ff8ca0;
  background: rgba(255,88,113,.055);
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.poll-admin-delete:hover {
  color: #fff;
  border-color: rgba(255,88,113,.42);
  background: linear-gradient(135deg, rgba(233,62,89,.78), rgba(255,107,85,.72));
  box-shadow: 0 10px 24px rgba(233,62,89,.17);
  transform: translateY(-1px);
}
.poll-load-more-area .button {
  border-radius: 14px;
}


/* Haftalık oylama: yönetici oyun kaldırma onay modali */
body.poll-modal-open {
  overflow: hidden;
}

.poll-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.poll-confirm-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.poll-confirm-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(3, 7, 12, .76);
  backdrop-filter: blur(10px);
  cursor: default;
}

.poll-confirm-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 92, 116, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 74, 105, .15), transparent 35%),
    linear-gradient(155deg, rgba(22, 29, 40, .99), rgba(10, 15, 23, .99));
  box-shadow: 0 35px 110px rgba(0, 0, 0, .62), inset 0 1px 0 rgba(255,255,255,.06);
  color: var(--text);
  outline: none;
  transform: translateY(16px) scale(.97);
  transition: transform .24s cubic-bezier(.2,.8,.2,1);
}

.poll-confirm-modal.is-open .poll-confirm-dialog {
  transform: translateY(0) scale(1);
}

.poll-confirm-dialog::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff4f73, #ff8a66, transparent 88%);
}

.poll-confirm-close {
  position: absolute;
  right: 16px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255,255,255,.035);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.poll-confirm-close:hover {
  color: #fff;
  border-color: rgba(255, 92, 116, .3);
  background: rgba(255, 92, 116, .1);
  transform: rotate(3deg);
}

.poll-confirm-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 92, 116, .24);
  border-radius: 18px;
  color: #ff8095;
  background: linear-gradient(145deg, rgba(255, 92, 116, .17), rgba(255, 138, 102, .07));
  box-shadow: 0 14px 35px rgba(255, 72, 104, .1);
}

.poll-confirm-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.poll-confirm-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #ff8ca0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.poll-confirm-dialog h2 {
  margin: 0 46px 10px 0;
  font: 700 clamp(24px, 4vw, 30px)/1.16 "Space Grotesk", sans-serif;
  letter-spacing: -.025em;
}

.poll-confirm-dialog > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.poll-confirm-dialog > p strong {
  color: var(--text);
  font-weight: 800;
}

.poll-confirm-warning {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  margin-top: 21px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 92, 116, .18);
  border-radius: 15px;
  background: rgba(255, 92, 116, .065);
}

.poll-confirm-warning > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #fff;
  background: rgba(232, 65, 91, .78);
  font-weight: 900;
}

.poll-confirm-warning p {
  margin: 0;
  color: #f2b8c2;
  font-size: 13px;
  line-height: 1.5;
}

.poll-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  margin-top: 24px;
}

.poll-confirm-actions .button {
  min-height: 48px;
  justify-content: center;
  border-radius: 14px;
  white-space: nowrap;
}

.poll-confirm-danger {
  color: #fff;
  border: 1px solid rgba(255, 117, 136, .35);
  background: linear-gradient(135deg, #df3656, #f0634d);
  box-shadow: 0 13px 30px rgba(219, 49, 82, .22), inset 0 1px 0 rgba(255,255,255,.16);
}

.poll-confirm-danger:hover:not(:disabled) {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ee4666, #ff765b);
  box-shadow: 0 16px 38px rgba(219, 49, 82, .3), inset 0 1px 0 rgba(255,255,255,.2);
}

.poll-confirm-danger:disabled,
.poll-confirm-actions .button:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

body.light .poll-confirm-backdrop {
  background: rgba(22, 28, 38, .56);
}

body.light .poll-confirm-dialog {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 74, 105, .11), transparent 35%),
    linear-gradient(155deg, rgba(255,255,255,.99), rgba(245,247,251,.99));
  box-shadow: 0 32px 90px rgba(31, 38, 52, .28), inset 0 1px 0 rgba(255,255,255,.9);
}

body.light .poll-confirm-warning p {
  color: #9c3547;
}

@media (max-width: 520px) {
  .poll-confirm-modal { padding: 13px; }
  .poll-confirm-dialog { padding: 25px 20px 20px; border-radius: 20px; }
  .poll-confirm-dialog h2 { margin-right: 38px; font-size: 24px; }
  .poll-confirm-actions { grid-template-columns: 1fr; }
  .poll-confirm-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .poll-confirm-modal,
  .poll-confirm-dialog { transition: none; }
}

/* 2026-07-31 — Oylama sayfası üst menü taşma düzeltmesi */
.voting-header,
.voting-header .header-actions {
  min-width: 0;
}
@media (max-width: 780px) {
  .voting-header {
    flex-wrap: nowrap;
  }
  .voting-header .header-actions {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    overflow: visible;
    padding-bottom: 0;
  }
}
