:root {
  --ink: #151515;
  --paper: #faf9f6;
  --canvas: #f1f0ec;
  --mist: #d9d9d6;
  --graphite: #666662;
  --glass-white: rgba(255, 255, 255, 0.68);
  --smoke-glass: rgba(84, 84, 80, 0.56);
  --smoke-deep: rgba(45, 45, 43, 0.68);
  --smoke-fallback: #555550;
  --success: #3f3f3c;
  --success-soft: #e7e7e3;
  --error: #b33a32;
  --error-soft: #f8e9e7;
  --info: #356aa0;
  --info-soft: #e9f0f6;
  --line: var(--mist);
  --surface: var(--canvas);
  --surface-glass: var(--glass-white);
  --ink-900: var(--ink);
  --ink-700: var(--graphite);
  --ink-500: var(--graphite);
  --brand-50: var(--canvas);
  --brand-100: var(--mist);
  --brand-300: var(--graphite);
  --brand-600: var(--ink);
  --brand-700: var(--ink);
  --brand-900: var(--ink);
  --danger: var(--error);
  --shadow-card: 0 22px 60px rgba(21, 21, 21, 0.08);
  --shadow-action: 0 10px 26px rgba(21, 21, 21, 0.13);
  --font-display: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Segoe UI", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Segoe UI", sans-serif;
  --font-utility: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --ease: cubic-bezier(.2, .8, .2, 1);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--surface);
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink-900);
  background: linear-gradient(rgba(255, 255, 255, 0.34), transparent 240px), var(--canvas);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.92;
  background-image:
    linear-gradient(112deg, transparent 0 8%, rgba(255, 255, 255, .82) 8.2% 22%, rgba(102, 102, 98, .16) 22.2% 22.55%, transparent 22.75% 100%),
    linear-gradient(68deg, transparent 0 72%, rgba(255, 255, 255, .58) 72.2% 86%, transparent 86.2% 100%),
    linear-gradient(90deg, rgba(102, 102, 98, .07) 1px, transparent 1px),
    linear-gradient(rgba(102, 102, 98, .055) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  mask-image: linear-gradient(#000 0 620px, transparent 940px);
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

main {
  width: 100%;
}

.workspace {
  width: min(100% - 32px, 720px);
  margin-inline: auto;
  padding: 122px 0 64px;
}

.intro {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--graphite);
  font-family: var(--font-utility);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-glass-title {
  width: fit-content;
  max-width: 100%;
  margin: 14px auto 16px;
  padding: 18px 34px 20px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.24) 48%, rgba(250, 249, 246, 0.5));
  box-shadow: 0 22px 54px rgba(21, 21, 21, 0.1), inset 0 2px 1px rgba(255, 255, 255, 0.98), inset 0 -2px 2px rgba(81, 81, 77, 0.12);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 6vw, 3.15rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.intro > p:last-child {
  max-width: 540px;
  margin: 0 auto;
  color: var(--ink-700);
  font-size: 0.98rem;
  line-height: 1.75;
}

.glass-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  background:
    linear-gradient(108deg, rgba(255, 255, 255, .22), transparent 28% 74%, rgba(255, 255, 255, .16)),
    linear-gradient(132deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .12) 46%, rgba(250, 249, 246, .3));
  box-shadow:
    0 28px 72px rgba(21, 21, 21, .13),
    0 6px 18px rgba(21, 21, 21, .07),
    inset 0 2px 1px rgba(255, 255, 255, .98),
    inset 2px 0 1px rgba(255, 255, 255, .8),
    inset 0 -3px 2px rgba(81, 81, 77, .18),
    inset -2px 0 1px rgba(81, 81, 77, .1),
    inset 0 0 30px rgba(255, 255, 255, .26);
  backdrop-filter: blur(18px) saturate(180%) contrast(110%) brightness(106%);
  -webkit-backdrop-filter: blur(18px) saturate(180%) contrast(110%) brightness(106%);
}

.glass-card::before,
.glass-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.glass-card::before {
  background: linear-gradient(116deg, rgba(255, 255, 255, .52), transparent 18% 78%, rgba(255, 255, 255, .24));
  opacity: .54;
}

.glass-card::after {
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, .58);
  background: linear-gradient(118deg, rgba(255, 255, 255, .48), transparent 16% 78%, rgba(255, 255, 255, .3));
  box-shadow: inset 8px 8px 18px rgba(255, 255, 255, .3), inset -8px -8px 18px rgba(75, 75, 71, .08);
}

.card-grid {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto auto;
  width: 220px;
  height: 180px;
  opacity: 0.55;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(225deg, black, transparent 72%);
}

.field-group + .field-group {
  margin-top: 19px;
}

.field-group label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--ink-700);
  font-size: 0.85rem;
  font-weight: 650;
}

.input-shell {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid rgba(102, 102, 98, 0.62);
  border-radius: 10px;
  background: rgba(250, 249, 246, 0.96);
  box-shadow: 0 7px 18px rgba(21, 21, 21, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.input-shell:focus-within {
  border-color: var(--ink);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.14), 0 9px 22px rgba(21, 21, 21, 0.1);
}

.input-shell svg,
.process-note svg {
  flex: 0 0 auto;
  width: 21px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.input-shell input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0;
  color: var(--ink-900);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1rem;
}

.input-shell input::placeholder,
textarea::placeholder {
  color: #93a19b;
}

.input-shell.is-invalid {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(167, 67, 67, 0.09);
}

.field-error {
  min-height: 18px;
  margin: 6px 2px 0;
  color: var(--danger);
  font-size: 0.76rem;
}

.field-hint {
  margin: 8px 2px 0;
  color: var(--graphite);
  font-size: 0.76rem;
  line-height: 1.55;
}

.field-hint + .field-error {
  margin-top: 2px;
}

.primary-action {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding: 0 8px 0 20px;
  color: white;
  border: 0;
  border: 1px solid var(--ink);
  border-radius: 10px;
  background: var(--ink);
  box-shadow: var(--shadow-action);
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms var(--ease), background 160ms var(--ease), box-shadow 160ms var(--ease);
}

.primary-action:hover {
  transform: translateY(-1px);
  background: #30302e;
  box-shadow: 0 14px 32px rgba(21, 21, 21, 0.16);
}

.primary-action:active {
  transform: translateY(1px);
  transition-duration: 80ms;
}

.primary-action:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.future-action {
  color: var(--graphite);
  border-color: var(--mist);
  background: var(--canvas);
  box-shadow: none;
}

.future-action .button-arrow {
  color: var(--graphite);
  border: 1px solid var(--mist);
  background: var(--paper);
  box-shadow: none;
}

.glass-action {
  position: relative;
  isolation: isolate;
  min-height: 64px;
  overflow: hidden;
  padding: 0 10px 0 22px;
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.34), transparent 34% 72%, rgba(255, 255, 255, 0.14)),
    linear-gradient(132deg, var(--smoke-glass), var(--smoke-deep));
  box-shadow:
    0 20px 44px rgba(21, 21, 21, 0.17),
    inset 0 2px 1px rgba(255, 255, 255, 0.72),
    inset 2px 0 1px rgba(255, 255, 255, 0.38),
    inset 0 -3px 2px rgba(0, 0, 0, 0.16),
    inset -2px 0 1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px) saturate(150%) contrast(104%);
  -webkit-backdrop-filter: blur(20px) saturate(150%) contrast(104%);
  font-size: 1rem;
  transform: translate3d(0, 0, 0);
  transition:
    transform 320ms var(--ease),
    box-shadow 320ms var(--ease),
    border-color 220ms ease;
  will-change: transform;
}

.glass-action::before,
.glass-action::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.glass-action::before {
  display: none;
}

.glass-action::after {
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: inset 5px 5px 13px rgba(255, 255, 255, 0.2), inset -5px -5px 13px rgba(0, 0, 0, 0.1);
}

.glass-action .button-arrow {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(250, 249, 246, 0.92);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .glass-action:hover {
    color: var(--ink);
    border-color: rgba(255, 255, 255, 0.84);
    background:
      linear-gradient(108deg, rgba(255, 255, 255, 0.34), transparent 34% 72%, rgba(255, 255, 255, 0.14)),
      linear-gradient(132deg, var(--smoke-glass), var(--smoke-deep));
    box-shadow:
      0 32px 62px rgba(21, 21, 21, 0.28),
      0 11px 24px rgba(21, 21, 21, 0.16),
      inset 0 2px 1px rgba(255, 255, 255, 0.78),
      inset 2px 0 1px rgba(255, 255, 255, 0.42),
      inset 0 -3px 2px rgba(0, 0, 0, 0.18),
      inset -2px 0 1px rgba(0, 0, 0, 0.12);
    transform: translate3d(0, -5px, 0);
  }

  .glass-action:hover .button-arrow {
    box-shadow: 0 11px 26px rgba(0, 0, 0, 0.34), inset 0 1px 0 white;
  }
}

.glass-action:active {
  transform: translate3d(0, -1px, 0) scale(0.995);
  transition-duration: 100ms;
}

.glass-action:active .button-arrow {
  transform: translate3d(0, 0, 0) scale(0.96);
  transition-duration: 100ms;
}

.button-arrow {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink);
  border-radius: 8px;
  background: var(--paper);
  font-size: 1.1rem;
}

.process-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 17px;
  color: var(--ink-500);
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
}

.process-note svg {
  width: 17px;
  stroke: var(--ink-500);
}

.result-panel {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(21, 21, 21, 0.06);
}

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

.result-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 4px 14px;
}

.result-check {
  display: inline-grid;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--success);
  font-weight: 800;
}

.result-copy p {
  margin: 0 0 2px;
  color: var(--success);
  font-weight: 750;
}

.result-copy div > span {
  color: var(--ink-500);
  font-size: 0.78rem;
}

.download-action {
  position: relative;
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 12px 16px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: var(--success);
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.18);
  text-decoration: none;
  animation: download-breathe 2.8s ease-in-out infinite;
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1), box-shadow 220ms ease;
}

.download-action:hover {
  transform: translateY(-1px);
  background: #30302e;
  box-shadow: 0 15px 32px rgba(21, 21, 21, 0.22);
}

.download-action:active {
  transform: translateY(1px) scale(0.995);
}

.download-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.download-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.download-text {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.download-text small {
  opacity: 0.72;
  font-family: var(--font-utility);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.download-text strong {
  overflow: hidden;
  font-size: clamp(0.92rem, 3vw, 1.08rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-shine {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -35%;
  width: 22%;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: download-shine 3.8s ease-in-out infinite;
}

.form-status {
  min-height: 24px;
  margin: 14px 10px 0;
  color: var(--danger);
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

footer {
  padding: 0 24px 36px;
  color: var(--ink-500);
  font-size: 0.76rem;
  text-align: center;
}

.report-trigger {
  position: fixed;
  z-index: 30;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.9);
  box-shadow: 0 14px 32px rgba(21, 21, 21, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1), background 180ms ease;
}

.report-trigger:hover {
  transform: translateY(-2px) rotate(3deg);
  background: #30302e;
}

.report-trigger:active {
  transform: translateY(1px) scale(0.97);
}

.report-tooltip {
  position: absolute;
  right: calc(100% + 10px);
  width: max-content;
  padding: 7px 10px;
  opacity: 0;
  color: white;
  border-radius: 8px;
  background: var(--ink);
  pointer-events: none;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  transform: translateX(5px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.report-trigger:hover .report-tooltip,
.report-trigger:focus-visible .report-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease-out, visibility 240ms;
}

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

.modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(12, 31, 25, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: default;
}

.modal-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 20px;
  pointer-events: none;
}

.modal-panel {
  position: relative;
  width: min(100%, 570px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(21, 21, 21, 0.24), inset 0 1px 0 white;
  pointer-events: auto;
  transform: scale(0.96) translateY(12px);
  transition: transform 240ms cubic-bezier(.2, .8, .2, 1);
}

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

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink-500);
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--ink);
  border-color: var(--line);
  background: var(--brand-50);
}

.modal-close svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.modal-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-right: 42px;
}

.modal-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  border-radius: 10px;
  background: var(--ink);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
}

.modal-heading h2 {
  margin: 6px 0 6px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.modal-heading div > p:last-child {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.88rem;
  line-height: 1.65;
}

.report-context {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--line);
}

.report-context div {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.68);
}

.report-context span {
  color: var(--ink-500);
  font-size: 0.72rem;
}

.report-context strong {
  overflow: hidden;
  color: var(--ink-700);
  font-size: 0.75rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

textarea {
  display: block;
  width: 100%;
  min-height: 132px;
  resize: vertical;
  padding: 14px 15px;
  color: var(--ink-900);
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.12);
}

textarea.is-invalid {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(167, 67, 67, 0.09);
}

.turnstile-container {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  margin: 18px 0;
}

.report-status {
  min-height: 20px;
  margin: 11px 2px 0;
  color: var(--ink-700);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

.report-status.is-error {
  color: var(--danger);
}

.report-status.is-success {
  color: #2f6946;
}

:where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.input-shell input:focus-visible,
textarea:focus-visible {
  outline: none;
}

@keyframes download-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes download-shine {
  0%, 42% { left: -35%; opacity: 0; }
  50% { opacity: 1; }
  68%, 100% { left: 120%; opacity: 0; }
}

@media (min-width: 560px) {
  .workspace {
    padding-top: 144px;
  }

  .glass-card {
    padding: 34px;
    border-radius: 20px;
  }

  .result-panel {
    padding: 22px;
  }

  .download-action {
    min-height: 94px;
    padding: 14px 18px;
  }
}

@media (min-width: 900px) {
  .workspace {
    padding-top: 138px;
  }

  .report-trigger {
    right: 30px;
    bottom: 28px;
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 440px) {
  .workspace {
    width: min(100% - 24px, 720px);
    padding-top: 102px;
  }

  .hero-glass-title {
    padding: 16px 22px 18px;
    border-radius: 22px;
    font-size: 2rem;
  }

  .glass-card {
    padding: 20px;
    border-radius: 16px;
  }

  .modal-stage {
    padding: 10px;
  }

  .modal-panel {
    max-height: calc(100dvh - 20px);
    padding: 22px 18px;
    border-radius: 16px;
  }

  .modal-heading {
    gap: 10px;
    padding-right: 30px;
  }

  .modal-icon {
    width: 36px;
    height: 36px;
  }

  .modal-heading h2 {
    font-size: 1.45rem;
  }

  .report-context div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-glass-title,
  .glass-card {
    border-color: var(--mist);
    background: rgba(250, 249, 246, 0.96);
  }

  .glass-action {
    border-color: rgba(255, 255, 255, 0.45);
    background: var(--smoke-fallback);
  }

  .glass-card::before,
  .glass-card::after,
  .glass-action::before,
  .glass-action::after {
    opacity: 0.3;
  }
}

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