:root {
  --saffron: #e8621a;
  --saffron-light: #ff8c42;
  --saffron-pale: #fff0e0;
  --maroon: #6b0f1a;
  --maroon-deep: #3d0007;
  --gold: #c9962a;
  --gold-light: #f0c040;
  --gold-pale: #fff8dc;
  --ivory: #fbf5e6;
  --cream: #f5e6c8;
  --charcoal: #1a0a00;
  --text-dark: #2c1810;
  --text-mid: #5c3d2e;
  --text-light: #8b6e5a;
  --white: #fffdf8;
  --danger: #c4283f;
  --ok: #1f8f55;
  --radius-xl: 24px;
  --radius-lg: 16px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  color: var(--text-dark);
}

.admin-bg {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(61, 0, 7, 0.97), rgba(26, 10, 0, 0.94) 56%, rgba(251, 245, 230, 0.98) 56.2%, rgba(251, 245, 230, 0.98)),
    var(--ivory);
}

.admin-bg::before,
.admin-bg::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.admin-bg::before {
  background-image:
    linear-gradient(rgba(240, 192, 64, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 192, 64, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), transparent 62%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), transparent 62%);
  opacity: 0.55;
}

.admin-bg::after {
  background:
    radial-gradient(circle at 12% 8%, rgba(232, 98, 26, 0.14), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(201, 150, 42, 0.16), transparent 28%),
    radial-gradient(circle at 18% 86%, rgba(240, 192, 64, 0.08), transparent 20%);
}

.login-bg {
  background:
    linear-gradient(135deg, rgba(61, 0, 7, 0.98), rgba(26, 10, 0, 0.95) 58%, rgba(251, 245, 230, 0.98) 58.2%, rgba(251, 245, 230, 0.98)),
    var(--ivory);
}

.login-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.ambient-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 192, 64, 0.55), transparent);
  opacity: 0.75;
}

.line-1 {
  width: 46vw;
  left: -4vw;
  top: 18vh;
  transform: rotate(-18deg);
}

.line-2 {
  width: 50vw;
  left: 4vw;
  bottom: 15vh;
  transform: rotate(16deg);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 192, 64, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 192, 64, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 58%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 58%);
}

.topbar {
  width: min(1440px, calc(100% - 28px));
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 16px auto 0;
  padding: 18px 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 20%, rgba(232, 98, 26, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(26, 10, 0, 0.95), rgba(61, 0, 7, 0.94));
  backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 230, 200, 0.12);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.topbar-left {
  max-width: 900px;
  display: grid;
  gap: 10px;
}

h1,
h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  letter-spacing: 0.4px;
}

h1 {
  margin-top: 2px;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  color: var(--gold-light);
}

h2 {
  font-size: 1.2rem;
  color: var(--maroon);
}

.eyebrow {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
}

.topbar-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  text-decoration: none;
}

.topbar-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(240, 192, 64, 0.48);
  background: rgba(255, 253, 248, 0.08);
  color: var(--gold-light);
  font-family: "Yatra One", serif;
  font-size: 1.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.topbar-brand strong,
.topbar-brand small {
  display: block;
}

.topbar-brand strong {
  font-family: "Cinzel", serif;
  letter-spacing: 1.4px;
  font-size: 0.98rem;
}

.topbar-brand small {
  margin-top: 2px;
  color: #f8e8c7;
  font-size: 0.74rem;
}

.topbar-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.topbar-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 143, 85, 0.3);
  background: rgba(31, 143, 85, 0.14);
  color: #a7ebc4;
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subline {
  margin: 8px 0 0;
  color: rgba(245, 230, 200, 0.78);
  line-height: 1.6;
}

.panel .subline,
.auth-card .subline {
  color: var(--text-light);
}

.admin-identity {
  color: var(--cream);
  font-size: 0.85rem;
  border: 1px solid rgba(201, 150, 42, 0.3);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(61, 0, 7, 0.3);
  backdrop-filter: blur(8px);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dashboard-grid {
  width: min(1440px, calc(100% - 28px));
  margin: 22px auto 36px;
  display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.panel {
  border-radius: 22px;
  border: 1px solid rgba(245, 230, 200, 0.14);
  background: linear-gradient(180deg, rgba(26, 10, 0, 0.86), rgba(61, 0, 7, 0.9));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
  padding: 18px;
  backdrop-filter: blur(12px);
}

.panel-heading {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 230, 200, 0.12);
}

.state-list-panel {
  height: calc(100vh - 118px);
  position: sticky;
  top: 98px;
  overflow: hidden;
}

.state-list {
  margin-top: 10px;
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 235px);
  overflow: auto;
  padding-right: 4px;
}

.state-item {
  border: 1px solid rgba(245, 230, 200, 0.12);
  border-radius: 16px;
  padding: 14px 14px 12px;
  background:
    radial-gradient(circle at top right, rgba(240, 192, 64, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.state-item:hover,
.state-item.active {
  border-color: rgba(240, 192, 64, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
  background:
    radial-gradient(circle at top right, rgba(240, 192, 64, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(107, 15, 26, 0.94), rgba(61, 0, 7, 0.98));
}

.state-name {
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.3;
}

.state-meta {
  margin-top: 5px;
  color: rgba(245, 230, 200, 0.66);
  font-size: 0.78rem;
}

.form-panel {
  min-height: calc(100vh - 118px);
}

.state-form {
  margin-top: 16px;
  display: grid;
  gap: 18px;
}

.form-section {
  border: 1px solid rgba(245, 230, 200, 0.12);
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(232, 98, 26, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.section-label {
  margin: 0 0 14px;
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold-light);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(245, 230, 200, 0.74);
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  background: rgba(255, 253, 248, 0.06);
  color: var(--ivory);
  padding: 11px 12px;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(240, 192, 64, 0.72);
  box-shadow: 0 0 0 4px rgba(240, 192, 64, 0.12);
  background: rgba(255, 253, 248, 0.09);
}

input:disabled {
  background: rgba(255, 253, 248, 0.03);
  color: rgba(245, 230, 200, 0.5);
}

textarea {
  resize: vertical;
  min-height: 110px;
}

button {
  border: 1px solid rgba(240, 192, 64, 0.5);
  border-radius: 12px;
  padding: 11px 16px;
  background: transparent;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: 0.76rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 220ms ease;
}

button:hover {
  background: var(--gold);
  color: var(--charcoal);
}

.secondary-btn {
  border-color: rgba(240, 192, 64, 0.72);
  color: var(--gold-light);
}

.topbar-actions .secondary-btn {
  min-height: 44px;
  padding-inline: 16px;
}

.secondary-btn:hover {
  background: var(--gold);
  color: var(--charcoal);
}

.actions {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  bottom: 0;
  padding-top: 10px;
  background: linear-gradient(180deg, rgba(26, 10, 0, 0), rgba(26, 10, 0, 0.92) 60%);
  z-index: 1;
}

.actions button {
  min-width: 170px;
  min-height: 48px;
  background: linear-gradient(135deg, #540712, #c74612);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(107, 15, 26, 0.22);
}

.actions button:hover {
  background: linear-gradient(135deg, #3d0007, #ad3309);
  color: var(--white);
}

.message {
  min-height: 22px;
  margin-top: 0;
  font-size: 0.88rem;
  color: rgba(245, 230, 200, 0.7);
}

.message.error {
  color: var(--danger);
}

.message.success {
  color: var(--ok);
}

.save-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(420px, calc(100% - 24px));
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(240, 192, 64, 0.3);
  background: linear-gradient(135deg, rgba(26, 10, 0, 0.96), rgba(61, 0, 7, 0.98));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  color: var(--cream);
  animation: toastRise 220ms ease-out;
}

.save-toast[hidden] {
  display: none;
}

.save-toast-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(31, 143, 85, 0.18);
  border: 1px solid rgba(31, 143, 85, 0.32);
  color: #8fe1b1;
  font-weight: 700;
  font-size: 1rem;
}

.save-toast-body {
  display: grid;
  gap: 3px;
}

.save-toast-body strong {
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--gold-light);
}

.save-toast-body span {
  color: rgba(245, 230, 200, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
}

.save-toast-close {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(245, 230, 200, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font-size: 1.1rem;
  line-height: 1;
  padding: 0;
}

.save-toast-close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-light);
}

.auth-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.login-shell {
  perspective: 1000px;
}

.auth-intro {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 620px;
  padding: clamp(20px, 3vw, 36px) 0;
  animation: cardRise 700ms ease forwards;
}

.auth-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  text-decoration: none;
  margin-bottom: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(240, 192, 64, 0.55);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.08);
  color: var(--gold-light);
  font-family: "Yatra One", serif;
  font-size: 1.6rem;
}

.auth-brand strong,
.auth-brand small {
  display: block;
}

.auth-brand strong {
  font-family: "Cinzel", serif;
  letter-spacing: 1.4px;
}

.auth-brand small {
  margin-top: 2px;
  color: #f8e8c7;
  font-size: 0.78rem;
}

.auth-title {
  margin: 16px 0 4px;
  font-family: "Yatra One", serif;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 0.95;
  color: var(--ivory);
  max-width: 620px;
}

.auth-copy {
  margin: 0;
  max-width: 560px;
  color: #fff2d1;
  font-size: 1rem;
  line-height: 1.8;
  text-shadow: 0 1px 1px rgba(26, 10, 0, 0.38);
}

.auth-points {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 560px;
  list-style: none;
}

.auth-point {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-left: 1px solid rgba(255, 213, 106, 0.78);
  padding: 2px 0 2px 16px;
}

.point-index {
  color: #ffd56a;
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  letter-spacing: 1.6px;
}

.auth-point strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold-light);
}

.auth-point span {
  display: block;
  margin-top: 4px;
  color: #f8e8c7;
  font-size: 0.9rem;
  line-height: 1.5;
}

.auth-card {
  position: relative;
  display: grid;
  gap: 18px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(107, 15, 26, 0.14);
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 28px 70px rgba(44, 24, 16, 0.2);
  animation: cardRise 760ms ease 120ms both;
}

.auth-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--maroon));
  pointer-events: none;
}

.auth-card-header {
  display: grid;
  gap: 6px;
}

.auth-card .eyebrow {
  color: #a63b10;
}

.auth-card h2 {
  margin-top: 4px;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: var(--text-dark);
}

.auth-form {
  display: grid;
  gap: 16px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}

.auth-label {
  display: grid;
  gap: 6px;
}

.auth-label span {
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-mid);
}

.auth-form input {
  min-height: 50px;
  border-radius: 8px;
  border-color: rgba(107, 15, 26, 0.34);
  background: #fffaf0;
  color: var(--text-dark);
  font-family: Georgia, "Times New Roman", serif;
}

.auth-form input::placeholder {
  color: #7d6152;
  opacity: 1;
}

.auth-form input:hover {
  border-color: rgba(232, 98, 26, 0.55);
}

.auth-form button {
  min-height: 50px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #540712, #c74612);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(107, 15, 26, 0.22);
}

.auth-form button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  transform: translateX(-120%);
}

.auth-form button:hover::before {
  animation: buttonSweep 750ms ease;
}

.auth-form button:hover {
  background: linear-gradient(135deg, #3d0007, #ad3309);
  color: var(--white);
  transform: translateY(-1px);
}

.auth-form button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.auth-form button.loading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid rgba(255, 253, 248, 0.45);
  border-top-color: var(--white);
  animation: spin 850ms linear infinite;
}

.auth-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(107, 15, 26, 0.12);
  color: var(--text-light);
  font-size: 0.84rem;
}

.back-link {
  display: inline-block;
  margin-top: 0;
  color: #9d340b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}

#authMessage {
  position: relative;
  z-index: 1;
}

.back-link:hover {
  color: #6b0f1a;
  border-bottom-color: rgba(107, 15, 26, 0.7);
}

@keyframes floatDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shineSweep {
  0%,
  78% {
    transform: translateX(-40%) rotate(20deg);
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateX(140%) rotate(20deg);
    opacity: 0;
  }
}

@keyframes buttonSweep {
  to {
    transform: translateX(120%);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes toastRise {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .login-bg {
    background:
      linear-gradient(180deg, rgba(61, 0, 7, 0.98), rgba(26, 10, 0, 0.95) 56%, rgba(251, 245, 230, 0.98) 56.2%, rgba(251, 245, 230, 0.98)),
      var(--ivory);
  }

  .topbar {
    width: calc(100% - 18px);
    align-items: flex-start;
    flex-direction: column;
    margin-top: 9px;
    padding: 16px;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 18px));
  }

  .state-list-panel {
    position: static;
    height: auto;
  }

  .state-list {
    max-height: 320px;
  }

  .form-panel {
    min-height: auto;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    max-width: 760px;
    padding: 22px 0 34px;
  }

  .auth-intro {
    min-height: auto;
    padding: 24px 0 12px;
  }

  .auth-card {
    width: 100%;
  }

  .auth-intro {
    animation-delay: 0s;
  }

  .auth-card {
    animation-delay: 80ms;
  }
}

@media (max-width: 700px) {
  .field-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-grid {
    width: calc(100% - 12px);
    margin-top: 16px;
  }

  .panel {
    padding: 16px;
    border-radius: 18px;
  }

  .state-list {
    max-height: 280px;
  }

  .actions {
    justify-content: stretch;
  }

  .actions button {
    width: 100%;
  }

  .auth-shell {
    width: calc(100% - 18px);
    padding: 16px 0 24px;
    gap: 14px;
  }

  .auth-intro,
  .auth-card {
    padding: 18px;
  }

  .auth-intro {
    border-radius: 8px;
    background: rgba(26, 10, 0, 0.42);
  }

  .auth-title {
    font-size: clamp(2.1rem, 15vw, 3.4rem);
  }

  .auth-point {
    grid-template-columns: 34px minmax(0, 1fr);
    padding-left: 12px;
  }

  .auth-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar {
    width: calc(100% - 12px);
    padding: 14px;
    border-radius: 18px;
  }

  .topbar-brand {
    gap: 10px;
  }

  .topbar-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .topbar-brand strong {
    font-size: 0.9rem;
  }

  .topbar-brand small {
    font-size: 0.7rem;
  }

  .topbar-status {
    padding: 6px 10px;
    letter-spacing: 1.6px;
  }

  .topbar-actions {
    gap: 10px;
  }

  .topbar-actions .secondary-btn,
  .admin-identity {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .save-toast {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
