:root {
  color-scheme: light;
  --brand: #b081b7;
  --mint: #d6ebe7;
  --ink: #303b39;
  --muted: #5c6c67;
  --green: #75507c;
  --green-dark: #603c67;
  --coral: #875d8e;
  --glass: rgba(255, 255, 255, .32);
  --line: rgba(91, 104, 98, .19);
  --radius: 28px;
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--ink);
  background: var(--mint);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(118deg, transparent 20%, #ffffff9c 33%, #ffffff20 34%, transparent 52%), linear-gradient(35deg, #cce6df 5%, #d6ebe7 28%, #f1f6ef 49%, #d9c5dd80 72%, #c8e3dc 100%);
  background-size: 145% 145%;
  animation: glass-light 20s ease-in-out infinite alternate;
}
button, input, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button, a { touch-action: manipulation; }
button:disabled { cursor: not-allowed; }
a { color: inherit; }
button, a, input { outline-offset: 5px; }
:focus-visible { outline: 3px solid var(--coral); }
svg { width: 20px; height: 20px; flex-shrink: 0; stroke-width: 1.7; }
button svg, a svg { pointer-events: none; }
h1, h2, p { margin-top: 0; }
button, p, h1, h2, dd, .option-text { overflow-wrap: anywhere; }
.mono, .event-year, .eyebrow, .progress-number, .question-index, .ticket-score, .footer-year { font-family: "Bahnschrift", "Aptos", "Microsoft JhengHei", sans-serif; }
.glass { background: linear-gradient(135deg, #ffffff70, #ffffff08 48%, #b081b711), var(--glass); border: 1px solid #ffffffd9; border-radius: var(--radius); box-shadow: 0 18px 50px #5445600d, inset 0 2px 2px #fff, inset 1px 0 1px #ffffffcc, inset 0 -1px 2px #b081b73b; backdrop-filter: blur(32px) saturate(165%); -webkit-backdrop-filter: blur(32px) saturate(165%); }
.skip-link { position: fixed; top: -70px; left: 16px; z-index: 20; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 96px; max-width: 1160px; margin: 0 auto; padding: 24px 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand { min-width: 0; max-width: 440px; }
.brand-banner { display: block; width: 100%; height: 30px; object-fit: contain; object-position: left center; }
.header-map { flex-shrink: 0; }
.brand-mark { font-family: "Bahnschrift", sans-serif; font-size: 28px; line-height: .9; font-weight: 700; display: grid; gap: 5px; border-right: 1px solid var(--line); padding-right: 13px; }
.brand-mark > span { font-size: 10px; text-align: center; }
.brand-name { font-size: 14px; font-weight: 700; }
.brand-name > span { display: block; font-family: "Bahnschrift", sans-serif; font-size: 9px; margin-top: 5px; font-weight: 400; }
.event-year { font-size: 16px; display: flex; align-items: center; gap: 9px; }
.event-year > span { color: var(--muted); font-size: 10px; }
main { max-width: 1080px; padding: 0 40px; margin: 0 auto; min-height: calc(100vh - 185px); }
.page-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 44px 0 36px; }
.eyebrow { font-size: 11px; font-weight: 600; color: var(--muted); margin-bottom: 12px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); margin-right: 6px; vertical-align: middle; }
h1 { font-size: 40px; line-height: 1.35; margin-bottom: 12px; font-weight: 700; }
.title-dot { color: var(--coral); }
.intro { font-size: 14px; color: var(--muted); margin: 0; }
.rules { display: flex; gap: 30px; align-items: center; }
.rules > div { display: grid; gap: 7px; }
.rules strong { font-family: "Bahnschrift", "Microsoft JhengHei", sans-serif; font-size: 30px; font-weight: 500; }
.rules strong span { font-size: 13px; margin: 0 8px; color: var(--muted); }
.rules > div > span { font-size: 11px; color: var(--muted); }
.rule-divider { width: 1px; height: 38px; background: var(--line); }
.quiz-layout { display: grid; grid-template-columns: 236px minmax(0, 1fr); gap: 44px; align-items: start; }
.progress-panel { position: sticky; top: 28px; padding-top: 16px; }
.progress-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.progress-heading .eyebrow { margin: 0; font-size: 10px; }
#attempt-label { font-size: 10px; color: var(--muted); }
.progress-number { margin-top: 20px; display: flex; align-items: baseline; gap: 10px; }
.progress-number strong { font-size: 60px; font-weight: 400; line-height: 1.15; }
.progress-number > span { color: var(--muted); font-size: 18px; }
progress { display: block; width: 100%; height: 4px; margin: 15px 0 12px; border: 0; border-radius: 4px; overflow: hidden; background: #d6e3dc; }
progress::-webkit-progress-bar { background: #d6e3dc; }
progress::-webkit-progress-value { background: var(--green); transition: width .25s ease; }
progress::-moz-progress-bar { background: var(--green); }
#progress-label { font-size: 12px; color: var(--muted); margin-bottom: 22px; }
#question-nav { display: flex; gap: 9px; }
.question-jump { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #b6cbc1; display: grid; place-items: center; text-decoration: none; font-family: "Bahnschrift", sans-serif; font-size: 12px; background: #ffffff30; }
.question-jump.answered { background: var(--green); border-color: var(--green); color: white; }
.question-jump:hover { box-shadow: 0 0 0 3px #18634f15; }
.save-status { display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: 10px; margin: 20px 0 32px; }
.save-status svg { width: 15px; height: 15px; }
.booth-link { border-top: 1px solid var(--line); padding-top: 25px; display: flex; gap: 11px; }
.booth-link > svg { color: var(--coral); margin-top: 2px; }
.booth-link strong { font-size: 12px; display: block; font-weight: 600; }
.booth-link span { font-size: 11px; color: var(--muted); display: block; margin-top: 5px; }
.text-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; border: 0; padding: 8px 0; background: transparent; color: var(--green); font-size: 12px; text-decoration: none; }
.text-button:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-button svg { width: 15px; height: 15px; }
.progress-panel > .text-button { margin: 12px 0 0 31px; }
.question-card { margin: 0 0 18px; padding: 27px 28px 28px; min-width: 0; scroll-margin-top: 24px; animation: arrive .5s ease both; }
.question-card:nth-child(2) { animation-delay: .06s; }
.question-card:nth-child(3) { animation-delay: .12s; }
.question-card:nth-child(4) { animation-delay: .18s; }
.question-card:nth-child(5) { animation-delay: .24s; }
.question-card legend { float: left; width: 100%; padding: 0; margin-bottom: 20px; }
.question-card legend + * { clear: both; }
.question-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.question-index { color: var(--coral); font-size: 12px; }
.club-info { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 4px 9px; min-width: 0; }
.club-name { font-size: 11px; color: var(--muted); display: flex; gap: 6px; align-items: center; }
.club-name svg { width: 13px; height: 13px; }
.question-title { display: block; font-size: 17px; font-weight: 700; line-height: 1.8; overflow-wrap: anywhere; }
.question-location { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: var(--muted); line-height: 1.8; }
.question-location svg { width: 11px; height: 11px; }
.options { display: grid; gap: 9px; }
.option { position: relative; display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 12px 14px; border-radius: 6px; border: 1px solid #55706123; background: #ffffff45; cursor: pointer; transition: border-color .15s, background .15s; }
.option:hover { border-color: #759c88; background: #ffffffb0; }
.option:has(input:checked) { background: #eadfeeaa; border-color: var(--brand); box-shadow: inset 0 1px 0 #fff; }
.option:has(input:focus-visible) { outline: 3px solid var(--coral); outline-offset: 3px; }
.option:has(input:disabled) { cursor: default; }
.option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.option-letter { width: 27px; height: 27px; display: grid; place-items: center; flex-shrink: 0; font-family: "Bahnschrift", sans-serif; font-size: 11px; background: #ffffff90; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); }
.option:has(input:checked) .option-letter { background: var(--green); color: white; border-color: var(--green); }
.option-text { font-size: 13px; line-height: 1.8; flex: 1; min-width: 0; }
.option-check { width: 16px; height: 16px; opacity: 0; color: var(--green); }
.option:has(input:checked) .option-check { opacity: 1; }
.submit-bar { margin: 25px 0 35px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.submit-bar strong { display: block; font-size: 12px; }
.submit-bar > div > span { display: block; margin-top: 5px; font-size: 10px; color: var(--muted); }
.primary-button, .secondary-button { border-radius: 6px; min-height: 48px; padding: 12px 20px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; font-size: 13px; font-weight: 600; line-height: 1.5; }
.primary-button { background: linear-gradient(140deg, #ffffff18, transparent 70%), var(--green); color: #fff;}
.primary-button:hover:not(:disabled) { background: var(--green-dark); }
.primary-button:disabled { color: #75827b; background: #dde5df; box-shadow: none; }
.secondary-button { color: var(--green); background: #ffffff66; border-color: #afc7b9; }
.secondary-button:hover { background: #fff; }
.site-footer { margin-top: 36px; border-top: 1px solid #ffffffcc; background: linear-gradient(115deg, #ffffff4d, #d6ebe738 55%, #b081b710); box-shadow: inset 0 1px 0 #fff; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); color: var(--muted); }
.footer-inner { max-width: 1080px; padding: 32px 40px 22px; margin: 0 auto; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 24px; }
.footer-name { font-size: 17px; font-weight: 700; color: var(--ink); margin: 0 0 8px; line-height: 1.6; }
.footer-contact { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 13px; text-decoration: none; }
.footer-contact svg { width: 16px; height: 16px; color: var(--green); }
.footer-social h2 { font-size: 12px; font-weight: 600; margin: 0 0 14px; }
.footer-social-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-social-links a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 12px; text-decoration: none; }
.footer-social-links svg { width: 17px; height: 17px; color: var(--green); }
.footer-contact:hover, .footer-social-links a:hover { color: var(--green-dark); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; font-size: 11px; line-height: 1.8; }
.footer-bottom small { font-size: inherit; }
.result-view { max-width: 590px; margin: 0 auto; text-align: center; padding: 50px 0 30px; animation: arrive .5s ease; }
.result-view > h1 { font-size: 32px; }
.result-intro { color: var(--muted); font-size: 13px; margin-bottom: 28px; line-height: 1.8; }
.pass-ticket { position: relative; padding: 26px 32px 0; text-align: left; overflow: hidden; background: linear-gradient(125deg, #ffffffe6, #d6ebe7b8 60%, #e2cfe7b3); }
.pass-stamp { display: inline-flex; align-items: center; gap: 6px; background: #d4e8db; color: var(--ink); padding: 6px 9px; border-radius: 4px; font-size: 11px; }
.pass-stamp svg { width: 16px; height: 16px; }
.ticket-label { margin: 16px 0 10px; font-size: 23px; font-weight: 700; }
.ticket-label > span { font-family: "Bahnschrift", sans-serif; font-size: 10px; font-weight: 400; color: var(--muted); margin-left: 8px; }
.ticket-score { display: flex; align-items: baseline; gap: 12px; margin: 0 0 22px; }
.ticket-score strong { font-size: 68px; font-weight: 400; line-height: 1.2; }
.ticket-score > span { font-size: 13px; color: var(--muted); }
.ticket-details { margin: 0 0 26px; font-size: 12px; }
.ticket-details > div { display: flex; justify-content: space-between; gap: 14px; margin-top: 12px; }
dt { color: var(--muted); flex-shrink: 0; }
dd { margin: 0; text-align: right; }
.ticket-bottom { display: flex; align-items: center; gap: 12px; padding: 23px 0; border-top: 1px dashed #839e8d66; }
.ticket-bottom > svg { color: var(--coral); }
.ticket-bottom strong { font-size: 13px; display: block; margin-bottom: 5px; }
.ticket-bottom div > span { font-size: 10px; color: var(--muted); display: block; line-height: 1.8; }
.ticket-sa { font-family: "Bahnschrift", sans-serif; font-weight: 700; font-size: 32px; color: var(--ink); margin-left: auto; }
.proof-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 25px; }
#download-status { font-size: 12px; margin-top: 12px; }
dialog { color: var(--ink); padding: 32px; max-width: calc(100% - 32px); max-height: calc(100dvh - 40px); }
dialog::backdrop { background: #243f3955; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
dialog.glass { background: #f5f8f3ef; box-shadow: 0 20px 80px #173a3926, inset 0 1px 0 white; }
dialog[open] { animation: arrive .22s ease; }
.result-dialog { width: 410px; text-align: center; }
.dialog-symbol { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 22px; background: #e8dbec; color: var(--green); }
.dialog-symbol svg { width: 25px; height: 25px; }
.result-dialog h2 { font-size: 23px; line-height: 1.5; margin-bottom: 12px; }
.result-dialog p:not(.eyebrow) { font-size: 13px; line-height: 1.9; color: var(--muted); margin-bottom: 24px; }
.result-dialog > .primary-button { width: 100%; }
.result-dialog > .text-button { margin-top: 10px; }
.map-dialog { width: 980px; }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.dialog-header .eyebrow { margin-bottom: 6px; }
.dialog-header h2 { font-size: 24px; margin-bottom: 10px; }
.map-dialog > p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.icon-button { background: #ffffff99; border: 1px solid var(--line); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.map-image-link { display: block; }
.map-dialog img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.map-dialog > .text-button { margin-top: 12px; }
.map-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.map-visual, .booth-directory { min-width: 0; }
.booth-search { display: flex; align-items: center; gap: 9px; border: 1px solid #b081b788; border-radius: 6px; padding: 0 12px; background: #ffffffb0; color: var(--green); }
.booth-search:focus-within { outline: 2px solid var(--brand); outline-offset: 3px; }
.booth-search input { width: 100%; min-width: 0; min-height: 46px; background: transparent; border: 0; color: var(--ink); font: inherit; font-size: 14px; outline: none; }
#booth-count, #booth-empty { font-size: 12px; color: var(--muted); margin: 12px 0; }
.booth-list { padding: 0; margin: 0; list-style: none; max-height: 480px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: var(--brand) transparent; }
.booth-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 14px 2px; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.7; }
.booth-club { overflow-wrap: anywhere; }
.booth-location { text-align: right; color: var(--green); font-weight: 700; min-width: 75px; overflow-wrap: anywhere; }
@keyframes glass-light { from { background-position: 0% 15%; } to { background-position: 80% 85%; } }
.error-view { padding: 80px 0; text-align: center; max-width: 600px; margin: auto; }
.error-view > svg { width: 40px; height: 40px; color: var(--coral); margin-bottom: 20px; }
.error-view h1 { font-size: 26px; }
.error-view p { font-size: 14px; line-height: 1.9; }
body:has(dialog[open]) { overflow: hidden; }
.noscript { margin: 40px 0; }
@keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) { .page-heading { padding-top: 52px; } }
@media (max-width: 800px) {
  .site-header { padding: 20px 24px; min-height: 82px; }
  main { padding: 0 24px; }
  .page-heading { padding: 32px 0; }
  .quiz-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 24px; }
  .question-jump { width: 32px; height: 32px; }
  #question-nav { gap: 7px; }
  .question-card { padding: 22px 20px; }
  .rules { gap: 18px; }
  .submit-bar { flex-direction: column; align-items: stretch; }
  .submit-bar > div { text-align: center; }
}
@media (max-width: 620px) {
  .site-header { padding: 18px 20px; min-height: 76px; }
  .brand { max-width: 300px; }
  .header-map { padding: 8px; min-height: 44px; width: 44px; font-size: 0; gap: 0; }
  .header-map svg { width: 22px; height: 22px; }
  .brand-name { font-size: 12px; }
  .brand-name > span { font-size: 8px; }
  .brand-mark { font-size: 25px; }
  .event-year { font-size: 14px; }
  .event-year > span { display: none; }
  main { padding: 0 20px; }
  .page-heading { padding: 28px 0 24px; gap: 12px; flex-wrap: wrap; }
  h1 { font-size: 32px; margin-bottom: 8px; }
  .page-heading .eyebrow { font-size: 10px; margin-bottom: 8px; }
  .intro { font-size: 12px; }
  .rules { gap: 15px; width: 100%; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 8px; }
  .rules > div { display: flex; align-items: center; gap: 6px; flex: 1; }
  .rules strong { font-size: 22px; white-space: nowrap; }
  .rules strong span { margin: 0 4px; font-size: 11px; }
  .rules > div > span { font-size: 10px; line-height: 1.6; }
  .rule-divider { height: 26px; }
  .quiz-layout { display: block; }
  .progress-panel { position: static; padding: 0 0 22px; display: grid; grid-template-columns: 1fr auto; column-gap: 16px; align-items: center; }
  .progress-heading { grid-column: 1 / -1; margin-bottom: 10px; }
  .progress-number { margin: 0; grid-column: 2; grid-row: 2 / 4; gap: 5px; }
  .progress-number strong { font-size: 30px; }
  .progress-number > span { font-size: 13px; }
  progress { margin: 8px 0; grid-column: 1; }
  #progress-label { font-size: 10px; margin: 0; grid-column: 1; }
  #question-nav, .booth-link, .progress-panel > .text-button { display: none; }
  .save-status { grid-column: 1 / -1; margin: 12px 0 0; font-size: 9px; }
  .question-card { padding: 22px 18px; margin-bottom: 14px; }
  .question-title { font-size: 16px; line-height: 1.8; }
  .question-meta { margin-bottom: 12px; }
  .club-name { font-size: 10px; }
  .option { padding: 11px 12px; gap: 10px; }
  .option-text { font-size: 13px; }
  .submit-bar { margin-top: 20px; padding: 18px; }
  .footer-inner { padding: 26px 20px 20px; }
  .footer-main { flex-direction: column; gap: 20px; padding-bottom: 18px; }
  .footer-name { font-size: 16px; }
  .footer-social h2 { margin-bottom: 6px; }
  .footer-social-links { gap: 8px 20px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .result-view { padding-top: 36px; }
  .result-view > h1 { font-size: 27px; }
  .result-intro { font-size: 12px; }
  .pass-ticket { padding: 22px 22px 0; }
  .ticket-label { font-size: 22px; }
  .ticket-label > span { display: block; margin: 5px 0 0; }
  .ticket-details > div { flex-wrap: wrap; gap: 5px 12px; }
  .ticket-score strong { font-size: 58px; }
  .ticket-sa { display: none; }
  .proof-actions { gap: 9px; }
  .proof-actions > button { padding: 12px 14px; font-size: 12px; }
  dialog { padding: 26px 22px; }
  .map-dialog { padding: 20px; }
  .map-layout { display: flex; flex-direction: column; gap: 18px; }
  .map-visual, .booth-directory { width: 100%; }
  .booth-directory { order: -1; }
  .booth-list { max-height: 250px; }
  .question-meta { flex-wrap: wrap; }
  .club-info { justify-content: flex-start; }
  .result-dialog h2 { font-size: 21px; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
main:focus, h1[tabindex]:focus { outline: none; }
.site-header { min-height: 74px; padding-top: 14px; padding-bottom: 14px; border-bottom-color: #ffffff70; }
.brand { width: 224px; max-width: 55%; }
.primary-button, .secondary-button { border-radius: 999px; min-height: 48px; padding-left: 24px; padding-right: 24px; }
.header-map { min-height: 42px; font-size: 12px; }
.option { border-radius: 16px; background: #ffffff40; padding: 13px 15px; }
.option-letter { border-radius: 50%; width: 28px; height: 28px; }
.option:has(input:checked) { background: #eee5f1b0; box-shadow: inset 0 1px 0 #fff, 0 3px 10px #75507c08; }
#quiz-view { max-width: 620px; margin: 0 auto; }
.page-heading { padding: 26px 0 20px; }
.page-heading h1 { font-size: 30px; }
.rules { display: none; }
.quiz-layout { display: block; }
.progress-panel { position: static; display: grid; grid-template-columns: 1fr auto; gap: 5px 22px; padding: 0 0 20px; }
.progress-heading { grid-column: 1; margin: 0; }
.progress-heading .eyebrow { font-size: 12px; }
.progress-number { grid-column: 2; grid-row: 1 / 4; margin: 0; gap: 5px; }
.progress-number strong { font-size: 30px; }
.progress-number > span { font-size: 12px; }
.progress-panel progress { grid-column: 1; margin: 4px 0; height: 5px; }
#progress-label { grid-column: 1; font-size: 11px; margin: 0; }
#question-nav, .progress-panel .booth-link, .progress-panel > .text-button, .progress-panel .save-status { display: none; }
.question-card { padding: 26px; margin-bottom: 0; }
.question-card legend { margin-bottom: 20px; }
.question-title { font-size: 18px; line-height: 1.7; }
#questions { position: relative; }
#questions:not(.reviewing)::before { content: ""; position: absolute; inset: 15px 13px -8px; border-radius: var(--radius); border: 1px solid #ffffffba; background: #ffffff38; transform: rotate(-2deg); pointer-events: none; }
.swipe-card { position: relative; touch-action: pan-y; user-select: none; animation: card-in .3s ease; transition: transform .2s ease; }
.swipe-card.dragging { transition: none; animation: none; cursor: grabbing; }
.card-actions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 12px; margin-top: 28px; }
.card-actions button { min-height: 52px; }
.reviewing { display: grid; gap: 18px; }
.reviewing .question-card { animation: none; }
.submit-bar { border-radius: 22px; }
#show-onboarding { display: flex; margin: 12px auto 0; }
.onboarding { max-width: 570px; margin: 0 auto; text-align: center; padding: 34px 0 40px; }
.onboarding-art { height: 205px; display: grid; place-items: center; margin: 14px 0 28px; position: relative; isolation: isolate; }
.onboarding-art::before, .onboarding-art::after { content: ""; position: absolute; width: 170px; height: 155px; border: 1px solid #ffffffb0; border-radius: 28px; z-index: -1; }
.onboarding-art::before { background: #cce5dc8c; transform: translate(-35px, 7px) rotate(-16deg); }
.onboarding-art::after { background: #b081b72a; transform: translate(35px, 7px) rotate(15deg); }
.onboarding-tile { width: 182px; height: 182px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; animation: card-in .4s ease; }
.onboarding-tile svg { width: 64px; height: 64px; color: var(--green); stroke-width: 1.2; }
.onboarding-tile span { font-family: "Bahnschrift", "Microsoft JhengHei", sans-serif; font-size: 13px; color: var(--green); }
.onboarding-copy { min-height: 151px; }
.onboarding-copy h1 { font-size: 30px; margin-bottom: 16px; }
#onboarding-description { max-width: 380px; font-size: 14px; line-height: 1.95; margin: 0 auto; color: var(--muted); }
.onboarding-dots { display: flex; justify-content: center; gap: 7px; margin: 20px 0 26px; }
.onboarding-dots span { width: 7px; height: 7px; background: #75507c26; border-radius: 999px; }
.onboarding-dots .current { width: 24px; background: var(--brand); }
.onboarding-actions { display: flex; justify-content: center; gap: 12px; }
.onboarding-actions .primary-button { min-width: 190px; }
.onboarding-actions .icon-button { width: 48px; height: 48px; }
.onboarding-actions .icon-button:disabled { opacity: .3; }
dialog.glass { background: #f5f8f3d9; }
.pass-ticket { border-radius: 30px; }
.pass-stamp { border-radius: 999px; padding: 7px 12px; }
.booth-search { border-radius: 18px; }
@keyframes card-in { from { opacity: 0; transform: translateX(14px) rotate(1deg); } to { opacity: 1; transform: translateX(0) rotate(0); } }
@media (max-width: 620px) {
  .site-header { min-height: 64px; padding: 10px 20px; }
  .brand { width: 185px; max-width: 70%; }
  .brand-banner { height: 25px; }
  .header-map { padding: 10px; min-height: 42px; width: 42px; font-size: 0; }
  main { padding: 0 20px; }
  .page-heading { padding: 22px 0 18px; }
  .page-heading h1 { font-size: 25px; }
  .question-card { padding: 22px 19px; }
  .question-title { font-size: 16px; }
  .question-meta { margin-bottom: 12px; }
  .question-index { font-size: 11px; }
  .card-actions { gap: 10px; margin-top: 24px; }
  .card-actions button { padding: 12px; font-size: 13px; }
  .onboarding { padding: 24px 0; }
  .onboarding-art { height: 180px; margin: 12px 0 24px; }
  .onboarding-tile { width: 160px; height: 160px; gap: 15px; }
  .onboarding-art::before, .onboarding-art::after { width: 145px; height: 140px; }
  .onboarding-copy { min-height: 147px; }
  .onboarding-copy h1 { font-size: 26px; }
  #onboarding-description { font-size: 13px; max-width: 300px; }
  .onboarding-dots { margin: 16px 0 22px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media print {
  body::before, .site-header, .site-footer, .proof-actions, #download-status { display: none; }
  .pass-ticket { background: white; box-shadow: none; border: 1px solid #aaa; }
}