@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&family=Playfair+Display:wght@600&display=swap');

:root {
  --pine: #315a48;
  --pine-deep: #204536;
  --sage: #789a85;
  --sage-soft: #dfeadf;
  --mint: #f3f8f2;
  --ink: #26362e;
  --muted: #64756c;
  --line: #d9e5db;
  --surface: rgba(255, 255, 255, .94);
  --warning: #b65442;
  font-family: "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--mint);
}

* { box-sizing: border-box; }
html, body, #app { min-height: 100%; max-width: 100vw; overflow-x: hidden; }
html { background: var(--mint); }
body { min-width: 0; margin: 0; background: var(--mint); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid #f2b95d; outline-offset: 3px; }

.background-scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, #eff6ef 0%, #fffefa 52%, #dceadd 100%);
}
.background-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--theme-bg);
  background-size: cover;
  background-position: center;
  opacity: .075;
  filter: saturate(.75);
}
.background-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 100%, rgba(103, 144, 118, .18), transparent 32%), radial-gradient(circle at 100% 0, rgba(251, 238, 213, .35), transparent 32%);
}

.site-shell { position: relative; min-height: 100svh; }
.site-shell[data-phase="cover"] { min-height: 100svh; min-height: 100dvh; }
.container { width: min(100%, 760px); margin-inline: auto; padding-inline: clamp(16px, 4.6vw, 30px); }

.cover-page { position: relative; min-height: 100svh; min-height: 100dvh; display: flex; overflow: hidden; isolation: isolate; padding-top: max(18px, env(safe-area-inset-top)); padding-bottom: max(24px, env(safe-area-inset-bottom)); }
.cover-art { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #dfeadd; }
.cover-art img { width: 100%; height: 100%; object-fit: cover; object-position: var(--cover-image-position, 50% 100%); filter: saturate(.78) brightness(1.08); transform: scale(var(--cover-image-scale, 1.08)); transform-origin: center bottom; }
.cover-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(250, 253, 249, .992) 0%, rgba(250, 253, 249, .97) 38%, rgba(253, 254, 251, .83) 61%, rgba(244, 249, 242, .42) 100%); }
.cover-layout { width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 26px; }
.cover-brand { display: flex; align-items: center; gap: 10px; color: var(--pine-deep); font-weight: 800; letter-spacing: .05em; font-size: 14px; }
.cover-brand::before { content: ""; width: 26px; height: 26px; border-radius: 50% 50% 44% 44%; background: linear-gradient(135deg, #96b69f, var(--pine)); box-shadow: inset -5px -4px 0 rgba(255,255,255,.35); }
.cover-content { max-width: 620px; margin-top: clamp(6px, 5dvh, 44px); padding: clamp(24px, 6.5vw, 46px) clamp(19px, 5vw, 40px); border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 20px 58px rgba(40, 70, 52, .14); backdrop-filter: blur(10px); }
.eyebrow { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 14px; border-radius: 999px; color: white; background: var(--sage); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.cover-title { margin: 15px 0 8px; color: var(--pine); font-size: clamp(28px, 7vw, 52px); font-weight: 800; letter-spacing: -.035em; line-height: 1.2; word-break: keep-all; }
.cover-subtitle { margin: 0; color: #5e776a; font-size: clamp(16px, 4vw, 22px); font-weight: 600; letter-spacing: .04em; }
.cover-rule { height: 1px; margin: clamp(21px, 5vw, 29px) 0; background: linear-gradient(90deg, #9fb7a5, transparent); }
.welcome-heading { margin: 0 0 8px; color: var(--pine-deep); font-size: clamp(23px, 6vw, 34px); font-weight: 800; }
.welcome-copy { margin: 0; color: #4d5f54; font-size: clamp(15px, 3.8vw, 18px); line-height: 1.9; }
.recruitment-note { margin: 20px 0 0; padding: 9px 16px; width: fit-content; border-radius: 999px; background: #e5efdf; color: var(--pine); font-size: clamp(15px, 4vw, 19px); font-weight: 800; letter-spacing: .04em; }
.cover-footer { display: flex; flex-direction: column; gap: 11px; align-items: center; padding-top: 8px; }
.cover-helper { margin: 0; padding: 5px 11px; border-radius: 999px; color: #42614f; background: rgba(255,255,255,.64); font-size: 13px; font-weight: 600; text-align: center; text-shadow: 0 1px 8px #fff; }

.primary-button, .secondary-button, .line-button, .admin-button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 0; border-radius: 16px; font-weight: 800; font-size: 16px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; 
}
.primary-button { width: min(100%, 540px); color: white; background: linear-gradient(100deg, #6e9680, #3d7258); box-shadow: 0 11px 26px rgba(48, 91, 70, .29); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 31px rgba(48, 91, 70, .35); }
.primary-button:disabled { cursor: not-allowed; transform: none; opacity: .57; box-shadow: none; }
.secondary-button { color: var(--pine); background: white; border: 1px solid var(--line); }
.secondary-button:hover { background: #f7faf6; }

.question-page, .contact-page, .thanks-page { min-height: 100svh; padding-top: max(22px, env(safe-area-inset-top)); padding-bottom: max(28px, env(safe-area-inset-bottom)); }
.question-page .container, .contact-page .container, .thanks-page .container { display: flex; min-height: calc(100svh - max(22px, env(safe-area-inset-top)) - max(28px, env(safe-area-inset-bottom))); flex-direction: column; }
.page-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 22px; }
.wordmark { min-width: 0; color: var(--pine); font-size: 15px; font-weight: 800; letter-spacing: .06em; overflow-wrap: anywhere; }
.question-count { color: var(--muted); font-size: 14px; font-weight: 700; white-space: nowrap; }
.progress-track { width: 100%; height: 7px; overflow: hidden; border-radius: 99px; background: #dbe8dc; }
.progress-value { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #9fc2a6, #46785d); transition: width .3s ease; }
.question-card, .contact-card, .thanks-card { width: 100%; max-width: 680px; margin: 0 auto; padding: clamp(22px, 6vw, 42px); border: 1px solid rgba(217, 229, 219, .9); border-radius: 26px; background: var(--surface); box-shadow: 0 17px 42px rgba(49, 91, 72, .1); backdrop-filter: blur(7px); }
.question-card { margin-top: clamp(24px, 6dvh, 56px); }
.question-label { margin: 0 0 12px; color: var(--sage); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.question-title { margin: 0; color: var(--ink); font-size: clamp(22px, 5.7vw, 32px); font-weight: 800; letter-spacing: -.025em; line-height: 1.45; }
.question-instruction { min-height: 22px; margin: 11px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.options { display: grid; gap: 11px; }
.option-button { position: relative; display: flex; width: 100%; min-width: 0; align-items: flex-start; gap: 12px; padding: 15px 15px; text-align: left; color: var(--ink); border: 1.5px solid var(--line); border-radius: 16px; background: white; transition: .17s ease; }
.option-button:hover { border-color: #8eae98; background: #fbfdf9; }
.option-button[aria-pressed="true"] { border-color: var(--sage); background: #edf5ed; box-shadow: 0 4px 16px rgba(93, 139, 106, .16); }
.option-letter { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #668675; background: #eef4ee; font-size: 13px; font-weight: 800; }
.option-button[aria-pressed="true"] .option-letter { color: white; background: var(--sage); }
.option-text { padding-top: 2px; font-size: clamp(14px, 3.75vw, 16px); line-height: 1.55; font-weight: 600; overflow-wrap: anywhere; }
.answer-area { width: 100%; min-height: 144px; resize: vertical; padding: 15px; color: var(--ink); border: 1.5px solid var(--line); border-radius: 16px; background: #fff; font-size: 16px; line-height: 1.65; }
.answer-area::placeholder { color: #a6b0a8; }
.answer-area:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(120, 154, 133, .12); outline: none; }
.example-box { margin-top: 13px; padding: 13px 15px; border-radius: 13px; color: #617067; background: #f4f8f2; font-size: 13px; line-height: 1.75; }
.navigation { display: grid; grid-template-columns: minmax(92px, .56fr) 1.44fr; gap: 11px; width: 100%; max-width: 680px; margin: auto auto 0; padding-top: 22px; }
.navigation .primary-button, .navigation .secondary-button { width: 100%; min-height: 52px; }
.form-error { min-height: 22px; margin: 13px 0 0; color: var(--warning); font-size: 14px; font-weight: 600; }

.contact-page .container, .thanks-page .container { justify-content: center; }
.contact-card, .thanks-card { text-align: center; }
.step-indicator { display: grid; width: 48px; height: 48px; margin: 0 auto 18px; place-items: center; border-radius: 16px; color: var(--pine); background: var(--sage-soft); font-size: 23px; }
.contact-title, .thanks-title { margin: 0; color: var(--pine-deep); font-size: clamp(26px, 6.8vw, 38px); letter-spacing: -.04em; line-height: 1.3; }
.contact-copy, .thanks-copy { margin: 15px auto 0; max-width: 500px; color: #5b6d61; font-size: clamp(15px, 3.9vw, 17px); line-height: 1.85; }
.line-field { display: block; margin-top: 27px; text-align: left; color: var(--pine-deep); font-size: 15px; font-weight: 800; }
.line-field span { color: #b05343; }
.line-input { display: block; width: 100%; min-height: 54px; margin-top: 10px; padding: 13px 14px; color: var(--ink); border: 1.5px solid var(--line); border-radius: 14px; background: #fff; font-size: 16px; }
.line-input:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(120, 154, 133, .12); outline: 0; }
.line-note { margin: 10px 0 25px; text-align: left; color: #738178; font-size: 13px; line-height: 1.65; }
.contact-actions { display: grid; gap: 10px; }
.contact-actions .primary-button, .contact-actions .secondary-button { width: 100%; }
.success-mark { display: grid; width: 70px; height: 70px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, #99bd9d, #4d7e60); font-size: 34px; box-shadow: 0 10px 23px rgba(75, 124, 92, .25); }
.registered-name { display: inline-block; max-width: 100%; margin: 17px 0 0; padding: 10px 15px; overflow-wrap: anywhere; border-radius: 12px; color: var(--pine); background: #eaf3e8; font-weight: 800; }
.final-steps { display: grid; gap: 12px; margin: 27px auto 25px; max-width: 530px; text-align: left; }
.final-step { display: flex; gap: 13px; align-items: flex-start; padding: 14px; border: 1px solid #e1ebdf; border-radius: 15px; background: #fdfefd; }
.step-number { display: grid; flex: 0 0 28px; height: 28px; place-items: center; border-radius: 50%; color: white; background: var(--sage); font-family: "Playfair Display", serif; font-size: 15px; }
.final-step strong { display: block; color: var(--pine-deep); font-size: 15px; }
.final-step p { margin: 3px 0 0; color: #6d7c72; font-size: 13px; line-height: 1.5; }
.line-button { width: 100%; color: white; background: #06bd5a; box-shadow: 0 10px 22px rgba(6, 189, 90, .22); }
.line-button:hover { transform: translateY(-2px); background: #04ad51; }
.line-icon { display: inline-grid; width: 23px; height: 20px; place-items: center; border-radius: 8px; color: #06bd5a; background: white; font-size: 12px; font-weight: 900; }

.admin-page { min-height: 100svh; padding: max(22px, env(safe-area-inset-top)) 0 max(28px, env(safe-area-inset-bottom)); }
.loading-page { display: grid; min-height: 100svh; place-content: center; gap: 16px; color: var(--muted); font-weight: 700; text-align: center; }
.loading-orb { width: 42px; height: 42px; margin: 0 auto; border: 4px solid var(--sage-soft); border-top-color: var(--sage); border-radius: 50%; animation: spin .85s linear infinite; }
.admin-page .container { max-width: 1120px; }
.admin-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin: 6px 0 24px; }
.admin-header h1 { margin: 0; color: var(--pine-deep); font-size: clamp(25px, 5vw, 38px); letter-spacing: -.04em; }
.admin-header p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.admin-nav { display: flex; gap: 4px; width: fit-content; max-width: 100%; margin: 0 0 22px; padding: 5px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .74); }
.admin-nav-button { flex: 0 0 auto; min-height: 39px; padding: 8px 15px; color: var(--muted); border: 0; border-radius: 10px; background: transparent; font-size: 14px; font-weight: 800; }
.admin-nav-button.is-active { color: white; background: var(--pine); box-shadow: 0 5px 11px rgba(49,91,72,.18); }
.admin-login { width: min(100%, 440px); margin: max(12dvh, 68px) auto; padding: 32px; border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 17px 42px rgba(49,91,72,.1); }
.admin-login h1 { margin: 0; color: var(--pine-deep); font-size: 28px; }
.admin-login p { color: var(--muted); line-height: 1.7; }
.admin-login .primary-button { width: 100%; margin-top: 16px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.stat-card { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.9); }
.stat-card span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.stat-card strong { display: block; margin-top: 8px; color: var(--pine-deep); font-family: "Playfair Display", "Noto Sans TC", serif; font-size: 32px; }
.admin-toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin: 20px 0; }
.admin-search { flex: 1 1 190px; min-height: 46px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 16px; }
.admin-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.admin-button { min-height: 45px; padding: 10px 15px; color: var(--pine); border: 1px solid var(--line); border-radius: 12px; background: white; font-size: 14px; }
.admin-button--primary { color: white; border-color: var(--pine); background: var(--pine); }
.admin-section { margin-top: 22px; padding: clamp(18px, 4vw, 28px); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.9); }
.admin-section h2 { margin: 0 0 18px; color: var(--pine-deep); font-size: 20px; }
.chart-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.chart-card { padding: 16px; border-radius: 15px; background: #f8fbf7; }
.chart-card h3 { margin: 0 0 12px; color: var(--pine); font-size: 15px; line-height: 1.45; }
.chart-row { display: grid; grid-template-columns: 1fr 44px; gap: 8px; align-items: center; margin: 9px 0; }
.chart-label { overflow: hidden; color: #55675c; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.chart-bar-wrap { height: 7px; margin-top: 4px; overflow: hidden; border-radius: 99px; background: #e0ece1; }
.chart-bar { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #9abca0, #517c61); }
.chart-count { color: var(--pine); font-size: 13px; font-weight: 800; text-align: right; }
.table-wrap { overflow-x: auto; border: 1px solid #e4ece5; border-radius: 14px; }
.response-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; font-size: 13px; }
.response-table th, .response-table td { padding: 12px; border-bottom: 1px solid #eef3ee; text-align: left; vertical-align: top; }
.response-table th { position: sticky; top: 0; color: #627367; background: #f7faf6; font-size: 12px; white-space: nowrap; }
.response-table td { color: #4c5f52; }
.response-table tr:last-child td { border-bottom: 0; }
.status-toggle { padding: 7px 10px; color: var(--pine); border: 1px solid #cbdccd; border-radius: 999px; background: #edf5ed; font-size: 12px; font-weight: 800; white-space: nowrap; }
.status-toggle--off { color: #69776e; background: white; }
.empty-state { padding: 25px; color: var(--muted); text-align: center; }
.editor-status { margin: 0 0 18px; padding: 13px 15px; border: 1px solid #cfe1d1; border-radius: 14px; color: var(--pine); background: #edf6ec; font-size: 14px; font-weight: 700; line-height: 1.55; }
.editor-status.is-error { border-color: #f0c2bb; color: #a44738; background: #fff4f1; }
.editor-section { margin: 20px 0; padding: clamp(18px, 4vw, 29px); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: 0 10px 25px rgba(49,91,72,.05); }
.editor-section h2 { margin: 0 0 7px; color: var(--pine-deep); font-size: clamp(19px, 4vw, 23px); }
.editor-note { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.editor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.editor-field { display: grid; gap: 8px; min-width: 0; color: var(--pine-deep); font-size: 14px; font-weight: 800; }
.editor-field input, .editor-field textarea { display: block; width: 100%; min-width: 0; padding: 11px 12px; color: var(--ink); border: 1px solid #cfe0d1; border-radius: 11px; background: #fff; font-size: 16px; font-weight: 500; line-height: 1.55; transition: border .16s ease, box-shadow .16s ease; }
.editor-field textarea { min-height: 74px; resize: vertical; }
.editor-field input:focus, .editor-field textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(120,154,133,.12); outline: none; }
.editor-field small { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.editor-question-list { display: grid; gap: 16px; }
.editor-question { padding: clamp(15px, 3.2vw, 21px); border: 1px solid #dce7dd; border-radius: 16px; background: #fbfdf9; }
.editor-question-head { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 14px; }
.editor-question-head span { color: var(--pine); font-size: 15px; font-weight: 900; }
.editor-question-head strong { padding: 5px 9px; border-radius: 999px; color: #5e7768; background: #e9f1e8; font-size: 12px; white-space: nowrap; }
.editor-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 14px; }
.editor-step-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 18px; }
.editor-step { padding: 16px; border: 1px solid #dce7dd; border-radius: 15px; background: #fbfdf9; }
.editor-step > strong { display: block; margin-bottom: 12px; color: var(--pine); font-size: 14px; }
.editor-step .editor-field + .editor-field { margin-top: 12px; }
.editor-actions { position: sticky; bottom: 0; display: grid; grid-template-columns: minmax(160px, .55fr) 1.45fr; gap: 12px; padding: 17px 0 max(4px, env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(243,248,242,0), rgba(243,248,242,.96) 34%); }
.editor-actions .primary-button, .editor-actions .secondary-button { width: 100%; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 620px) {
  .cover-art img { transform: scale(var(--cover-image-scale-mobile, 1)); }
  .cover-content { border-radius: 23px; }
  .question-card { margin-top: clamp(20px, 4dvh, 34px); border-radius: 21px; }
  .navigation { position: sticky; bottom: 0; padding: 16px 0 max(2px, env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(243,248,242,0), rgba(243,248,242,.93) 31%); }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chart-grid { grid-template-columns: 1fr; }
  .editor-grid, .editor-options, .editor-step-grid { grid-template-columns: 1fr; }
  .editor-actions { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .cover-layout { gap: 18px; }
  .cover-content { margin-top: clamp(4px, 2.4dvh, 18px); }
  .cover-helper { max-width: 100%; font-size: 12px; }
  .page-header { align-items: flex-start; }
  .question-count { padding-top: 1px; }
}
@media (max-width: 480px) and (max-height: 720px) {
  .cover-page { padding-top: max(12px, env(safe-area-inset-top)); padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .cover-layout { gap: 12px; }
  .cover-content { padding: 18px 17px; }
  .cover-rule { margin: 15px 0; }
  .welcome-copy { line-height: 1.7; }
  .recruitment-note { margin-top: 13px; }
  .cover-footer { gap: 7px; }
}
@media (max-width: 360px) {
  .container { padding-inline: 13px; }
  .cover-page { gap: 15px; }
  .cover-content { padding: 20px 17px; }
  .cover-title { font-size: 27px; }
  .welcome-copy { font-size: 14px; }
  .question-card, .contact-card, .thanks-card { padding: 20px 16px; }
  .option-button { padding: 12px; gap: 10px; }
  .option-text { font-size: 14px; }
  .primary-button, .secondary-button { min-height: 51px; font-size: 15px; }
}
@media (max-width: 360px) and (max-height: 640px) {
  .cover-page { padding-top: max(8px, env(safe-area-inset-top)); padding-bottom: max(8px, env(safe-area-inset-bottom)); }
  .cover-layout { gap: 7px; }
  .cover-brand { font-size: 12px; }
  .cover-brand::before { width: 22px; height: 22px; }
  .cover-content { margin-top: 0; padding: 13px 16px 14px; border-radius: 20px; }
  .eyebrow { min-height: 24px; padding: 3px 11px; font-size: 11px; }
  .cover-title { margin: 9px 0 4px; font-size: 24px; line-height: 1.16; }
  .cover-subtitle { font-size: 14px; }
  .cover-rule { margin: 11px 0; }
  .welcome-heading { margin-bottom: 4px; font-size: 20px; }
  .welcome-copy { font-size: 12.5px; line-height: 1.55; }
  .recruitment-note { margin-top: 10px; padding: 7px 12px; font-size: 13px; }
  .cover-footer { gap: 4px; padding-top: 0; }
  .cover-helper { padding: 3px 8px; font-size: 10px; }
  .cover-footer .primary-button { min-height: 45px; padding: 10px 18px; font-size: 14px; }
}
@media (min-width: 760px) {
  .cover-page { min-height: 100svh; }
  .cover-art img { object-position: center 55%; }
  .cover-layout { justify-content: center; }
  .cover-footer { margin-top: 27px; }
  .question-card { margin-top: clamp(36px, 7dvh, 82px); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
