.sanction-page {
  min-height: 100vh;
  background: #f8fafc;
}

.sanction-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 44px;
  background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 100%);
}

.sanction-hero__pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(14, 165, 233, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.sanction-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(92px);
}

.sanction-hero__glow--brand {
  top: -88px;
  right: -48px;
  width: 460px;
  height: 460px;
  background: rgba(14, 165, 233, 0.18);
}

.sanction-hero__glow--warning {
  left: -120px;
  bottom: -56px;
  width: 360px;
  height: 360px;
  background: rgba(234, 179, 8, 0.16);
}

.sanction-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.sanction-hero__copy {
  flex: 1 1 620px;
  max-width: 660px;
}

.sanction-hero__aside {
  flex: 0 0 420px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 36px -24px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(10px);
}

.sanction-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 7px 16px;
  border: 1px solid rgba(234, 179, 8, 0.3);
  border-radius: 999px;
  background: var(--yellow-100);
  color: var(--yellow-700);
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
  box-shadow: 0 4px 12px rgba(234, 179, 8, 0.12);
}

.sanction-badge i {
  font-size: var(--text-lg);
}

.sanction-hero h1 {
  margin: 0 0 16px;
  color: var(--gray-900);
  font-size: clamp(36px, 6vw, 46px);
  line-height: 1.12;
  font-weight: var(--font-bold);
  letter-spacing: -0.04em;
}

.sanction-hero h1 span {
  color: var(--brand-600);
}

.sanction-hero p {
  max-width: 660px;
  margin: 0;
  color: var(--gray-600);
  font-size: var(--text-lg);
  line-height: 1.7;
  font-weight: var(--font-medium);
}

.sanction-countdown {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.time-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 82px;
  padding: 14px 18px;
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 24px -6px rgba(15, 23, 42, 0.06);
}

.time-block__value {
  margin-bottom: 4px;
  color: var(--gray-900);
  font-size: var(--text-3xl);
  line-height: 1;
  font-weight: var(--font-bold);
}

.time-block__label {
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.time-separator {
  color: var(--gray-300);
  font-size: var(--text-2xl);
  line-height: 1;
  font-weight: var(--font-bold);
}

.sanction-total-votes {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-height: 0;
  padding-top: 18px;
  border-top: 2px dashed var(--gray-200);
  text-align: right;
}

.sanction-total-votes span {
  color: var(--gray-500);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sanction-total-votes strong {
  color: var(--gray-400);
  font-size: var(--text-base);
  line-height: 1;
  font-weight: var(--font-semibold);
}

.sanction-total-votes em {
  color: var(--brand-600);
  font-size: var(--text-2xl);
  font-style: normal;
  font-weight: var(--font-bold);
}

.sanction-stage-strip {
  border-top: 1px solid rgba(229, 231, 235, 0.76);
  border-bottom: 1px solid rgba(229, 231, 235, 0.76);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.sanction-stage-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.sanction-stage-strip__copy {
  flex: 1;
  min-width: 0;
}

.sanction-stage-strip__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 11px;
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sanction-stage-strip__title {
  margin: 12px 0 6px;
  color: var(--gray-900);
  font-size: var(--text-2xl);
  line-height: 1.24;
  font-weight: var(--font-bold);
}

.sanction-stage-strip__desc {
  margin: 0;
  color: var(--gray-600);
  font-size: var(--text-base);
  line-height: 1.7;
  font-weight: var(--font-semibold);
}

.sanction-stage-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sanction-settled-card {
  display: grid;
  gap: 14px;
}

.sanction-settled-card__eyebrow {
  color: var(--gray-500);
  font-size: 11px;
  line-height: 1.4;
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sanction-settled-card__winner {
  color: var(--gray-900);
  font-size: var(--text-2xl);
  line-height: 1.1;
  font-weight: var(--font-bold);
}

.sanction-settled-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--gray-100);
  border-radius: 18px;
  background: white;
}

.sanction-settled-card__meta span {
  color: var(--gray-500);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
}

.sanction-settled-card__meta strong {
  color: var(--brand-600);
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
}

.sanction-settled-card__desc {
  color: var(--gray-600);
  font-size: var(--text-base);
  line-height: 1.7;
  font-weight: var(--font-semibold);
}

.sanction-tab-section {
  position: sticky;
  top: 64px;
  z-index: 40;
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(8px);
}

.sanction-tab-list {
  display: flex;
  gap: 32px;
}

.sanction-tab {
  padding: 20px 0;
  border-bottom: 3px solid transparent;
  color: var(--gray-400);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-bold);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.sanction-tab:hover {
  color: var(--gray-900);
}

.sanction-tab.is-active {
  color: var(--gray-900);
  border-bottom-color: var(--brand-500);
}

.sanction-content {
  padding-top: 24px;
}

.page-state {
  padding: 18px 20px;
  border: 1px dashed var(--gray-200);
  border-radius: 16px;
  background: white;
  color: var(--gray-500);
  font-size: var(--text-base);
  line-height: 1.6;
  font-weight: var(--font-semibold);
  text-align: center;
}

.page-state--error {
  border-color: rgba(239, 68, 68, 0.28);
  background: rgba(239, 68, 68, 0.05);
  color: var(--red-500);
}

.sanction-panel[hidden] {
  display: none;
}

.sanction-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

.sanction-hint {
  color: var(--gray-500);
  font-size: var(--text-base);
  line-height: 1.5;
  font-weight: var(--font-semibold);
}

.sanction-hint strong {
  color: var(--brand-600);
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
}

.sanction-nominate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  background: var(--gray-900);
  color: white;
  font-size: var(--text-base);
  line-height: 1;
  font-weight: var(--font-bold);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sanction-nominate-btn:hover {
  background: var(--gray-800);
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16);
}

.sanction-voting-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}

.vote-card {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: white;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vote-card:hover {
  border-color: rgba(14, 165, 233, 0.28);
  box-shadow: 0 12px 24px -4px rgba(14, 165, 233, 0.1);
  transform: translateX(4px);
}

.vote-card.is-top .vote-card__fill {
  background: linear-gradient(90deg, #f59e0b, #facc15);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.45);
}

.vote-card__rank {
  flex-shrink: 0;
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  background: white;
  box-shadow: 0 10px 22px -18px rgba(15, 23, 42, 0.48);
}

.vote-card__rank.is-top {
  border-color: rgba(245, 158, 11, 0.36);
  box-shadow: 0 14px 28px -18px rgba(245, 158, 11, 0.55);
}

.vote-card__logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vote-card__rank-index {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 8px 0 13px 0;
  background: rgba(15, 23, 42, 0.86);
  color: white;
  font-size: 10px;
  line-height: 1;
  font-weight: var(--font-bold);
}

.vote-card__rank-index i {
  color: var(--yellow-400);
  font-size: 11px;
}

.vote-card__info {
  flex: 1;
  min-width: 0;
}

.vote-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.vote-card__title {
  margin: 0;
  color: var(--gray-900);
  font-size: var(--text-xl);
  line-height: 1.35;
  font-weight: var(--font-bold);
}

.vote-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: var(--font-bold);
}

.vote-card__tag--official {
  border: 1px solid var(--brand-100);
  background: var(--brand-50);
  color: var(--brand-600);
}

.vote-card__tag--player {
  border: 1px solid var(--purple-100);
  background: var(--purple-50);
  color: var(--purple-600);
}

.vote-card__reason {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px dashed var(--gray-200);
  border-radius: 8px;
  background: var(--gray-50);
  color: var(--gray-500);
  font-size: var(--text-sm);
  line-height: 1.55;
  font-weight: var(--font-medium);
}

.vote-card__reason i {
  flex-shrink: 0;
  color: var(--gray-400);
  font-size: var(--text-lg);
}

.vote-card__stats {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vote-card__stats-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-500);
  font-size: var(--text-xs);
  line-height: 1.4;
  font-weight: var(--font-bold);
}

.vote-card__count {
  color: var(--gray-900);
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
}

.vote-card.is-top .vote-card__count {
  color: var(--yellow-700);
}

.vote-card__track {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--gray-100);
}

.vote-card__fill {
  height: 100%;
  border-radius: 999px;
  background: var(--gray-900);
  transition: width 0.6s ease;
}

.vote-card__action {
  flex-shrink: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.vote-card__button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 0;
  border: 2px solid var(--brand-100);
  border-radius: 10px;
  background: white;
  color: var(--brand-600);
  font-size: var(--text-base);
  line-height: 1;
  font-weight: var(--font-bold);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.vote-card__button:hover {
  border-color: var(--brand-400);
  background: var(--brand-50);
}

.vote-card__button.is-voted {
  border-color: var(--brand-500);
  background: var(--brand-500);
  color: white;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.vote-card__button.is-settled {
  border-color: var(--gray-200);
  background: var(--gray-100);
  color: var(--gray-500);
  box-shadow: none;
  cursor: default;
}

.vote-card.is-selected {
  border-color: rgba(14, 165, 233, 0.22);
  box-shadow: 0 18px 36px -26px rgba(14, 165, 233, 0.26);
}

.vote-card__status {
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1.4;
  font-weight: var(--font-semibold);
}

.sanction-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 32px;
}

.history-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.history-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 18px -8px rgba(15, 23, 42, 0.12);
}

.history-card__season {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--gray-200);
  color: var(--gray-400);
  font-size: var(--text-xs);
  line-height: 1.4;
  font-weight: var(--font-bold);
}

.history-card__season span:last-child i {
  color: var(--red-500);
}

.history-card__club {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}

.history-card__logo {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.95), rgba(248, 250, 252, 0.98));
  color: var(--brand-600);
  font-size: var(--text-2xl);
  line-height: 1;
  font-weight: var(--font-bold);
  box-shadow: 0 10px 24px -16px rgba(14, 165, 233, 0.45);
}

.history-card__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.history-card__club-meta {
  min-width: 0;
}

.history-card__club-label {
  margin-bottom: 6px;
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.history-card__title {
  margin: 0;
  color: var(--gray-900);
  font-size: var(--text-xl);
  line-height: 1.35;
  font-weight: var(--font-bold);
}

.history-card__result {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 10px;
}

.history-card__result--safe {
  border: 1px solid rgba(16, 185, 129, 0.2);
  background: rgba(16, 185, 129, 0.05);
}

.history-card__result--danger {
  border: 1px solid rgba(239, 68, 68, 0.2);
  background: rgba(239, 68, 68, 0.05);
}

.history-card__icon {
  flex-shrink: 0;
  font-size: var(--text-2xl);
}

.history-card__result--safe .history-card__icon,
.history-card__result--safe .history-card__label {
  color: var(--emerald-500);
}

.history-card__result--danger .history-card__icon,
.history-card__result--danger .history-card__label {
  color: var(--red-500);
}

.history-card__text {
  color: var(--gray-700);
  font-size: var(--text-sm);
  line-height: 1.55;
  font-weight: var(--font-semibold);
}

.history-card__label {
  margin-bottom: 2px;
  font-weight: var(--font-bold);
}

.history-card__button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 12px;
  border-radius: 8px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: var(--text-sm);
  line-height: 1;
  font-weight: var(--font-bold);
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.history-card__button:hover {
  background: var(--brand-600);
  color: white;
}

.sanction-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.56);
  backdrop-filter: blur(8px);
}

.sanction-modal[hidden] {
  display: none;
}

.sanction-modal__dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: min(100vh - 48px, 760px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 60px -28px rgba(15, 23, 42, 0.45);
}

.sanction-modal--wide .sanction-modal__dialog {
  width: min(100%, 760px);
}

.sanction-modal--club-picker {
  z-index: 140;
}

.sanction-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-500);
  font-size: var(--text-xl);
  transition: background 0.2s ease, color 0.2s ease;
}

.sanction-modal__close:hover {
  background: var(--gray-900);
  color: white;
}

.sanction-modal__header {
  margin-bottom: 20px;
}

.sanction-modal__eyebrow {
  margin-bottom: 10px;
  color: var(--brand-600);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sanction-modal__header h3 {
  margin: 0 0 8px;
  color: var(--gray-900);
  font-size: var(--text-2xl);
  line-height: 1.2;
  font-weight: var(--font-bold);
}

.sanction-modal__header p {
  margin: 0;
  color: var(--gray-500);
  font-size: var(--text-base);
  line-height: 1.7;
  font-weight: var(--font-medium);
}

.sanction-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.sanction-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sanction-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sanction-form__field > span {
  color: var(--gray-700);
  font-size: var(--text-sm);
  line-height: 1.4;
  font-weight: var(--font-bold);
}

.sanction-form__field input,
.sanction-form__field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: white;
  color: var(--gray-900);
  font-size: var(--text-base);
  line-height: 1.6;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.sanction-form__field input:focus,
.sanction-form__field textarea:focus {
  border-color: var(--brand-400);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.sanction-form__field textarea {
  min-height: 132px;
  resize: vertical;
}

.sanction-club-select {
  width: 100%;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 16px;
  background:
    radial-gradient(circle at 96% 12%, rgba(14, 165, 233, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 255, 0.92));
  color: var(--gray-900);
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sanction-club-select:hover,
.sanction-club-select:focus-visible,
.sanction-club-select[aria-expanded="true"] {
  border-color: rgba(14, 165, 233, 0.44);
  background:
    radial-gradient(circle at 96% 12%, rgba(14, 165, 233, 0.18), transparent 34%),
    white;
  box-shadow: 0 18px 34px -28px rgba(14, 165, 233, 0.65);
  transform: translateY(-1px);
}

.sanction-club-select.is-selected {
  border-color: rgba(14, 165, 233, 0.5);
  background:
    radial-gradient(circle at 96% 12%, rgba(14, 165, 233, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff, rgba(240, 249, 255, 0.96));
}

.sanction-club-select strong {
  color: var(--gray-900);
  font-size: var(--text-lg);
  line-height: 1.35;
  font-weight: var(--font-bold);
}

.sanction-club-select span {
  color: var(--gray-500);
  font-size: var(--text-xs);
  line-height: 1.5;
  font-weight: var(--font-semibold);
}

.sanction-club-picker {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 0%, rgba(14, 165, 233, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.sanction-club-picker[hidden] {
  display: none;
}

.sanction-club-search {
  display: grid;
  gap: 8px;
}

.sanction-club-search span {
  color: var(--gray-700);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
}

.sanction-club-search input,
.sanction-club-picker__manual-row input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: white;
  color: var(--gray-900);
  font-size: var(--text-base);
  line-height: 1.5;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.sanction-club-search input:focus,
.sanction-club-picker__manual-row input:focus {
  border-color: var(--brand-400);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.sanction-club-picker__status {
  min-height: 20px;
  color: var(--gray-500);
  font-size: var(--text-xs);
  line-height: 1.5;
  font-weight: var(--font-semibold);
}

.sanction-club-picker__results {
  display: grid;
  gap: 9px;
  max-height: 260px;
  overflow: auto;
  padding-right: 2px;
}

.sanction-club-result {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sanction-club-result:hover,
.sanction-club-result:focus-visible {
  border-color: rgba(14, 165, 233, 0.34);
  background: white;
  box-shadow: 0 16px 28px -26px rgba(14, 165, 233, 0.58);
  transform: translateY(-1px);
}

.sanction-club-result__logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gray-900), var(--brand-500));
  color: white;
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
}

.sanction-club-result__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sanction-club-result__main {
  min-width: 0;
}

.sanction-club-result__main strong {
  display: block;
  overflow: hidden;
  color: var(--gray-900);
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sanction-club-result__main span {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--gray-500);
  font-size: var(--text-xs);
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sanction-club-result__badge {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 11px;
  font-weight: var(--font-bold);
  white-space: nowrap;
}

.sanction-club-picker__empty,
.sanction-club-picker__note {
  padding: 14px 16px;
  border: 1px dashed rgba(15, 23, 42, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--gray-600);
  font-size: var(--text-sm);
  line-height: 1.6;
  font-weight: var(--font-semibold);
}

.sanction-club-picker__note {
  padding: 6px 0 2px;
  border: 0;
  background: transparent;
  color: var(--gray-500);
  font-size: var(--text-xs);
  text-align: center;
}

.sanction-club-picker__manual {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(234, 179, 8, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(254, 249, 195, 0.68), rgba(255, 255, 255, 0.94)),
    white;
}

.sanction-club-picker__manual strong {
  color: var(--gray-900);
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
}

.sanction-club-picker__manual p {
  margin-top: 3px;
  color: var(--gray-600);
  font-size: var(--text-xs);
  line-height: 1.5;
  font-weight: var(--font-semibold);
}

.sanction-club-picker__manual-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.sanction-club-picker__manual-row button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: var(--gray-900);
  color: white;
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  white-space: nowrap;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.sanction-club-picker__manual-row button:hover {
  background: var(--gray-800);
  box-shadow: 0 14px 26px -22px rgba(15, 23, 42, 0.8);
}

.sanction-form__hint {
  color: var(--gray-400);
  font-size: var(--text-xs);
  line-height: 1.5;
  font-weight: var(--font-semibold);
}

.sanction-report {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sanction-report__eyebrow {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--gray-400);
  font-size: var(--text-xs);
  line-height: 1.4;
  font-weight: var(--font-bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sanction-report h3 {
  margin: 0;
  color: var(--gray-900);
  font-size: var(--text-3xl);
  line-height: 1.2;
  font-weight: var(--font-bold);
}

.sanction-report__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--gray-500);
  font-size: var(--text-sm);
  line-height: 1.5;
  font-weight: var(--font-semibold);
}

.sanction-report__result {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: var(--font-bold);
}

.sanction-report__result--safe {
  background: rgba(16, 185, 129, 0.08);
  color: var(--emerald-600);
}

.sanction-report__result--danger {
  background: rgba(239, 68, 68, 0.08);
  color: var(--red-500);
}

.sanction-report__summary {
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--gray-50);
  color: var(--gray-700);
  font-size: var(--text-base);
  line-height: 1.75;
  font-weight: var(--font-semibold);
}

.sanction-report__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--gray-700);
  font-size: var(--text-base);
  line-height: 1.85;
  font-weight: var(--font-medium);
}

.sanction-report__body p {
  margin: 0;
}

@media (max-width: 1024px) {
  .vote-card {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .vote-card__stats {
    order: 3;
    width: calc(100% - 70px);
    margin-left: 70px;
  }

  .vote-card__action {
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  .sanction-hero {
    padding: 42px 0 44px;
  }

  .sanction-hero__inner {
    flex-direction: column;
  }

  .sanction-hero__copy,
  .sanction-hero__aside {
    max-width: none;
    width: 100%;
  }

  .sanction-hero__aside {
    flex-basis: auto;
  }

  .sanction-tab-section {
    top: 84px;
  }

  .sanction-stage-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sanction-action-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .sanction-tab-list {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .sanction-hero p {
    font-size: var(--text-base);
  }

  .sanction-stage-strip__title {
    font-size: var(--text-xl);
  }

  .sanction-countdown {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .time-block {
    min-width: 74px;
    padding: 12px 18px;
  }

  .time-block__value {
    font-size: var(--text-2xl);
  }

  .sanction-total-votes {
    width: 100%;
    padding-top: 16px;
    align-items: flex-start;
    text-align: left;
  }

  .vote-card {
    gap: 16px;
    padding: 18px;
  }

  .vote-card__rank {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .vote-card__rank-index {
    min-height: 16px;
    padding: 0 4px;
    font-size: 9px;
  }

  .vote-card__info,
  .vote-card__stats,
  .vote-card__action {
    width: 100%;
    margin-left: 0;
  }

  .vote-card__action {
    align-items: stretch;
  }

  .vote-card__button {
    max-width: 164px;
  }

  .sanction-history-grid {
    grid-template-columns: 1fr;
  }

  .sanction-modal {
    padding: 16px;
  }

  .sanction-modal__dialog {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .sanction-modal__header h3,
  .sanction-report h3 {
    font-size: var(--text-2xl);
  }

  .sanction-modal__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .sanction-report__eyebrow {
    flex-direction: column;
    gap: 6px;
  }

  .sanction-club-result {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sanction-club-result__badge {
    grid-column: 2;
    justify-self: start;
  }

  .sanction-club-picker__manual-row {
    grid-template-columns: 1fr;
  }
}
