:root {
    --ink: #24231f;
    --muted: #6f6a61;
    --paper: #fffdf8;
    --sand-50: #fbf6ea;
    --sand-100: #f2e6cd;
    --sand-200: #e6d1a9;
    --sand-500: #b87832;
    --sand-700: #7b4b1f;
    --sea: #266f80;
    --sea-dark: #154c5a;
    --coral: #d86145;
    --success: #28785d;
    --danger: #b94337;
    --warning: #a96a18;
    --border: #dfd9ce;
    --shadow: 0 20px 60px rgba(54, 43, 25, .11);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 32px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand-50); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .22; pointer-events: none; background-image: radial-gradient(circle at 1px 1px, #bda77e 1px, transparent 0); background-size: 24px 24px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50% 50% 45% 55%; color: var(--paper); background: var(--ink); font-weight: 800; transform: rotate(-4deg); }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-size: 15px; letter-spacing: .04em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.header-actions { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; }
.header-actions a { padding: 8px 2px; border-bottom: 1px solid transparent; }
.header-actions a:hover { border-color: var(--ink); }
.flash-wrap { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }

.alert { margin: 12px 0; padding: 12px 16px; border: 1px solid; border-radius: 12px; font-size: 14px; font-weight: 650; }
.alert-success { color: #185d45; border-color: #a8d4c2; background: #edf8f3; }
.alert-error { color: #8b3028; border-color: #e5b7b1; background: #fff0ed; }
.alert-warning { color: #80500f; border-color: #ead0a2; background: #fff8e7; }
.alert-info { color: #235e6c; border-color: #b6d3da; background: #eef8fa; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 21px; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(38, 111, 128, .27); outline-offset: 2px; }
.button-primary { color: #fff; background: var(--ink); box-shadow: 4px 5px 0 var(--sand-200); }
.button-primary:hover { box-shadow: 2px 3px 0 var(--sand-200); }
.button-ghost { background: transparent; }
.button-ghost:hover { background: #fff; }
.button-block { width: 100%; }
.link-button { padding: 4px 0; border: 0; color: inherit; background: transparent; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--sand-700); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 24px; height: 2px; background: var(--sand-500); }
.muted { color: var(--muted); }

.hero { width: min(1240px, calc(100% - 40px)); min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; margin: 20px auto 60px; padding: 62px 64px; border: 1px solid var(--border); border-radius: 42px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 22px; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.1; letter-spacing: -.055em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-actions form { margin: 0; }
.trust-list { display: flex; gap: 18px; flex-wrap: wrap; padding: 0; margin: 28px 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.trust-list li::before { content: "✓"; margin-right: 6px; color: var(--success); font-weight: 900; }
.hero-art { position: relative; min-height: 480px; border: 1px solid var(--ink); border-radius: 46% 54% 48% 52% / 40% 42% 58% 60%; background: #f1dba9; overflow: hidden; transform: rotate(1.5deg); }
.hero-art::before { content: ""; position: absolute; left: -10%; right: -10%; bottom: 0; height: 38%; background: var(--sea); border-radius: 50% 50% 0 0; }
.sun { position: absolute; top: 60px; right: 70px; width: 72px; height: 72px; border: 2px solid var(--ink); border-radius: 50%; background: #ffc85c; }
.cloud { position: absolute; height: 18px; border: 1px solid var(--ink); border-radius: 999px; background: #fffdf8; }
.cloud::before, .cloud::after { content: ""; position: absolute; bottom: -1px; border: 1px solid var(--ink); border-bottom-color: transparent; border-radius: 50% 50% 0 0; background: #fffdf8; }
.cloud-one { top: 92px; left: 46px; width: 90px; }.cloud-two { top: 150px; right: 35px; width: 66px; }.cloud::before { width: 30px; height: 28px; left: 15px; }.cloud::after { width: 38px; height: 36px; right: 12px; }
.sand-castle { position: absolute; left: 50%; bottom: 118px; width: 210px; height: 150px; transform: translateX(-50%); border: 2px solid var(--ink); background: #cf9149; box-shadow: inset 0 -12px 0 rgba(91,57,23,.1); }
.sand-castle::before, .sand-castle::after { content: ""; position: absolute; top: -36px; width: 64px; height: 38px; border: 2px solid var(--ink); border-bottom: 0; background: #cf9149; }
.sand-castle::before { left: -2px; }.sand-castle::after { right: -2px; }
.sand-castle span { position: absolute; top: -53px; width: 14px; height: 18px; border: 2px solid var(--ink); border-bottom: 0; background: #cf9149; }
.sand-castle span:nth-child(1) { left: -2px; }.sand-castle span:nth-child(2) { left: 48px; }.sand-castle span:nth-child(3) { right: -2px; }
.sand-castle i { position: absolute; left: 50%; bottom: -2px; width: 58px; height: 76px; transform: translateX(-50%); border: 2px solid var(--ink); border-bottom: 0; border-radius: 50% 50% 0 0; background: #7a4b25; }
.wave { position: absolute; left: -10%; width: 120%; height: 24px; border-top: 3px solid #fff; border-radius: 50%; }.wave-one { bottom: 74px; transform: rotate(-3deg); }.wave-two { bottom: 32px; transform: rotate(3deg); }
.hero-note { position: absolute; left: 26px; top: 210px; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--ink); background: #fff; transform: rotate(-6deg); }.hero-note strong { font-size: 20px; }.hero-note span { font-size: 11px; }

.mini-steps { width: min(1120px, calc(100% - 40px)); display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; align-items: start; margin: 0 auto 90px; }
.mini-steps h2 { font-size: 34px; }
.mini-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.mini-steps li { display: flex; align-items: flex-start; gap: 12px; padding: 18px; border-top: 1px solid var(--ink); }
.mini-steps li > span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--ink); font-size: 12px; font-weight: 800; }
.mini-steps strong, .mini-steps small { display: block; }.mini-steps small { margin-top: 4px; color: var(--muted); }

.site-footer { width: min(1240px, calc(100% - 40px)); display: flex; justify-content: space-between; gap: 20px; margin: 0 auto; padding: 30px 0 40px; border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; }
.site-footer p { margin: 0; color: var(--ink); font-weight: 750; }.site-footer div { display: flex; gap: 8px; }

.auth-layout { width: min(1160px, calc(100% - 40px)); min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; margin: 20px auto 70px; border: 1px solid var(--border); border-radius: 36px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.compact-layout { min-height: 620px; }
.auth-visual { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 58px; border-right: 1px solid var(--ink); background: #efd7a6; overflow: hidden; }
.auth-visual::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; bottom: -100px; border: 2px solid var(--ink); border-radius: 50%; background: var(--sea); }
.auth-visual h1 { position: relative; z-index: 1; margin-bottom: 20px; font-size: clamp(36px, 4vw, 54px); line-height: 1.14; letter-spacing: -.04em; }
.auth-visual p { position: relative; z-index: 1; max-width: 440px; color: #65563f; font-size: 17px; }
.auth-visual.sea-side { color: #fff; background: var(--sea); }.auth-visual.sea-side::after { background: #f3d89d; }.auth-visual.sea-side p, .auth-visual.sea-side .eyebrow { color: #dff4f7; }
.auth-card { align-self: center; padding: 54px 64px; }
.auth-card h2 { margin-bottom: 6px; font-size: 30px; letter-spacing: -.025em; }
.auth-card > .muted { margin-bottom: 26px; }
.step-pill { display: inline-block; margin-bottom: 18px; padding: 5px 10px; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.auth-heading { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 25px; }.auth-heading.compact { margin-top: 34px; }
.auth-heading > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--ink); font-size: 12px; font-weight: 800; }.auth-heading h2, .auth-heading p { margin: 0; }.auth-heading p { color: var(--muted); font-size: 13px; }
.install-card { align-self: stretch; padding-top: 42px; padding-bottom: 42px; }.install-card h2 { font-size: 22px; }
.sand-orbit { position: relative; z-index: 1; width: 180px; height: 100px; margin-top: 35px; border: 2px solid var(--ink); border-radius: 50%; }.sand-orbit span { position: absolute; display: block; border: 2px solid var(--ink); border-radius: 50%; background: #fff; }.sand-orbit span:nth-child(1) { width: 22px; height: 22px; left: 22px; top: 26px; }.sand-orbit span:nth-child(2) { width: 34px; height: 34px; left: 76px; top: 47px; }.sand-orbit span:nth-child(3) { width: 17px; height: 17px; right: 22px; top: 18px; }
.tiny-sculptures { display: flex; gap: 12px; margin-top: 34px; }.tiny-sculptures span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 38% 62% 47% 53%; background: #fff; font-size: 22px; }

.form-stack { display: grid; gap: 18px; }
.form-grid { display: grid; gap: 18px; }.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }.span-2 { grid-column: span 2; }
.field, .form-grid > label { display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 800; }
.field input, .field textarea, .field select, .form-grid input, .form-grid textarea, .form-grid select { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #cfc7ba; border-radius: 12px; color: var(--ink); background: #fff; transition: border .16s ease, box-shadow .16s ease; }
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field textarea:focus, .form-grid input:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(38,111,128,.1); outline: none; }
.field input:disabled { color: var(--muted); background: #f1eee8; }
.required { justify-self: start; margin-left: 4px; padding: 1px 6px; border-radius: 999px; color: #9b3429; background: #fae7e2; font-size: 10px; }.field-note { color: var(--muted); font-size: 11px; font-weight: 500; }
.field-error { display: block; margin-top: 7px; color: var(--danger); font-size: 13px; font-weight: 750; }
.password-wrap { position: relative; display: block; }.password-wrap input { padding-right: 65px; }.password-wrap button { position: absolute; right: 8px; top: 7px; height: 34px; padding: 0 9px; border: 0; color: var(--sea-dark); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.consent-card { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: 14px; background: var(--sand-50); cursor: pointer; }.consent-card.has-error { border-color: var(--danger); }.consent-card input { flex: 0 0 20px; width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--sea); }.consent-card strong, .consent-card small { display: block; }.consent-card strong { font-size: 13px; line-height: 1.5; }.consent-card small { margin-top: 5px; color: var(--muted); font-weight: 500; }
.privacy-details { border-top: 1px dashed var(--border); color: var(--muted); font-size: 12px; }.privacy-details summary { padding: 12px 0 2px; color: var(--sea-dark); cursor: pointer; font-weight: 800; }.privacy-details div { padding: 10px 14px; border-radius: 10px; background: #f7f4ee; }.privacy-details p { margin-bottom: 7px; }
.auth-switch { margin: 20px 0 0; text-align: center; color: var(--muted); font-size: 13px; }.auth-switch a { color: var(--sea-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.survey-progress-wrap { width: min(1180px, calc(100% - 40px)); margin: 12px auto 20px; }
.survey-progress-meta { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 12px; }.survey-progress-meta strong { color: var(--ink); }
.survey-progress { height: 8px; border: 1px solid var(--ink); border-radius: 999px; background: #fff; overflow: hidden; }.survey-progress i { display: block; height: 100%; background: var(--coral); transition: width .35s ease; }
.survey-shell { width: min(1180px, calc(100% - 40px)); display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 22px; align-items: start; margin: 0 auto 70px; }
.survey-side { position: sticky; top: 18px; padding: 28px; border: 1px solid var(--ink); border-radius: var(--radius); background: #f0d9aa; }
.survey-side .step-number { display: inline-block; margin-bottom: 20px; color: var(--sand-700); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.survey-side h1 { margin-bottom: 5px; font-size: 28px; letter-spacing: -.04em; }.survey-side > p { color: #6d5b3f; font-size: 13px; }
.autosave-status { display: flex; align-items: center; gap: 7px; margin: 18px 0; padding: 8px 10px; border-radius: 9px; color: #396252; background: rgba(255,255,255,.56); font-size: 11px; font-weight: 800; }.autosave-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }.autosave-status.saving span { animation: pulse 1s infinite; background: var(--warning); }.autosave-status.error { color: var(--danger); }.autosave-status.error span { background: var(--danger); }
@keyframes pulse { 50% { opacity: .25; } }
.survey-side nav { display: grid; gap: 4px; margin-top: 20px; }.survey-side nav a { display: flex; align-items: center; gap: 9px; min-height: 38px; padding: 5px 8px; border-radius: 9px; color: #776344; font-size: 12px; font-weight: 700; }.survey-side nav a span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(36,35,31,.35); border-radius: 50%; font-size: 10px; }.survey-side nav a.active { color: #fff; background: var(--ink); }.survey-side nav a.done { color: var(--success); }
.survey-card { min-width: 0; padding: 38px 46px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.survey-card form { display: grid; gap: 28px; }
.question-block { min-width: 0; margin: 0; padding: 0 0 28px; border: 0; border-bottom: 1px dashed var(--border); }
.question-block:last-of-type { border-bottom: 0; }.question-block legend { width: 100%; margin-bottom: 16px; padding: 0; font-size: 20px; font-weight: 900; line-height: 1.35; }.question-block legend small { display: inline-block; margin-left: 7px; color: var(--sea-dark); font-size: 12px; font-weight: 700; }.question-block h2 { margin-bottom: 7px; font-size: 26px; letter-spacing: -.03em; }.question-block > p { color: var(--muted); }
.question-kicker { display: block; margin-bottom: 8px; color: var(--sand-700); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.intro-question { padding: 0 0 22px; }
.choice-grid { display: grid; gap: 10px; }.choice-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }.choice-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }.choice-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }.choice-grid.chips { display: flex; flex-wrap: wrap; }.choice-stack { display: grid; gap: 10px; }
.choice-card, .choice-chip { position: relative; display: block; cursor: pointer; }
.choice-card input, .choice-chip input, .spend-scale input, .rating-scale input, .artwork-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { min-height: 52px; display: flex; align-items: center; padding: 12px 15px; border: 1px solid var(--border); border-radius: 13px; background: #fff; font-size: 14px; font-weight: 700; transition: border .15s ease, background .15s ease, transform .15s ease; }
.choice-card > span::before { content: ""; flex: 0 0 18px; width: 18px; height: 18px; margin-right: 10px; border: 1.5px solid #9d968a; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 4px #fff; }
.checkbox-card > span::before { border-radius: 5px; }
.choice-card:hover > span { transform: translateY(-1px); border-color: var(--sand-500); }
.choice-card input:checked + span { border-color: var(--ink); background: var(--sand-100); box-shadow: 3px 3px 0 var(--sand-200); }
.choice-card input:checked + span::before { border-color: var(--sea); background: var(--sea); }
.choice-card input:focus-visible + span, .choice-chip input:focus-visible + span, .spend-scale input:focus-visible + span, .rating-scale input:focus-visible + span, .artwork-card input:focus-visible + span { outline: 3px solid rgba(38,111,128,.27); outline-offset: 2px; }
.icon-choice > span { min-height: 105px; flex-direction: column; justify-content: center; text-align: center; }.icon-choice > span::before { display: none; }.icon-choice i { display: block; margin-bottom: 5px; color: var(--sea); font-size: 25px; font-style: normal; }
.choice-chip > span { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border: 1px solid var(--border); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; }.choice-chip input:checked + span { border-color: var(--ink); color: #fff; background: var(--ink); }
.conditional-field { display: none; margin-top: 14px; }.conditional-field.visible { display: grid; }
.selection-counter { margin-top: 10px; color: var(--muted); text-align: right; font-size: 12px; }.selection-counter b { color: var(--coral); }
.choice-grid.shake { animation: shake .24s linear; } @keyframes shake { 33% { transform: translateX(-4px); } 66% { transform: translateX(4px); } }

.spend-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }.spend-scale label { position: relative; cursor: pointer; }.spend-scale span { min-height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9px; border: 1px solid var(--border); border-radius: 12px; background: #fff; text-align: center; font-size: 11px; font-weight: 700; }.spend-scale i { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 6px; border-radius: 50%; color: #fff; background: var(--sand-500); font-style: normal; }.spend-scale input:checked + span { border-color: var(--ink); background: var(--sand-100); box-shadow: 3px 3px 0 var(--sand-200); }
.rating-block { margin: 0; padding: 20px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }.rating-block legend { padding: 0 8px; font-weight: 850; }.rating-block legend span { margin-right: 8px; }.rating-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }.rating-scale label { position: relative; cursor: pointer; }.rating-scale label > span { min-height: 62px; display: grid; place-items: center; align-content: center; border: 1px solid var(--border); border-radius: 12px; font-size: 20px; font-weight: 900; }.rating-scale small { min-height: 15px; color: var(--muted); font-size: 9px; font-weight: 600; }.rating-scale input:checked + span { border-color: var(--ink); color: #fff; background: var(--coral); box-shadow: 3px 3px 0 #efb0a2; }.rating-scale input:checked + span small { color: #fff; }

.artwork-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.artwork-card { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1fr); min-height: 130px; border: 1px solid var(--border); border-radius: 16px; background: #fff; overflow: hidden; cursor: pointer; }.artwork-card:has(input:checked) { border-color: var(--ink); box-shadow: 4px 4px 0 var(--sand-200); }.artwork-image { position: relative; display: grid; place-items: center; min-height: 130px; background: var(--sand-100); overflow: hidden; }.artwork-image img { width: 100%; height: 100%; object-fit: cover; }.artwork-image > i { position: relative; width: 72px; height: 48px; border: 1px solid var(--sand-700); border-radius: 50% 50% 10% 10%; background: #c88c49; }.artwork-image > i b { position: absolute; bottom: 0; width: 18px; border: 1px solid var(--sand-700); background: #c88c49; }.artwork-image > i b:nth-child(1) { height: 55px; left: 2px; }.artwork-image > i b:nth-child(2) { height: 72px; left: 26px; }.artwork-image > i b:nth-child(3) { height: 48px; right: 2px; }.artwork-image > small { position: absolute; bottom: 5px; font-size: 9px; }.artwork-info { display: flex; flex-direction: column; justify-content: center; padding: 14px; }.artwork-info small { color: var(--sand-700); font-size: 10px; font-weight: 850; letter-spacing: .08em; }.artwork-info strong { margin: 2px 0; font-size: 15px; line-height: 1.3; }.artwork-info em { color: var(--muted); font-size: 11px; font-style: normal; }
.finale-card { display: flex; gap: 18px; align-items: flex-start; padding: 24px; border: 1px solid var(--ink); border-radius: 18px; background: #f2d5cd; }.finale-card > span { display: grid; place-items: center; flex: 0 0 50px; height: 50px; border-radius: 50%; background: #fff; font-size: 24px; }.finale-card h2 { margin-bottom: 5px; font-size: 26px; }.finale-card p { margin: 0; color: #79524b; }
.text-counter { justify-self: end; color: var(--muted); font-weight: 500; }.confirm-card { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: #fff; }.confirm-card > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--success); font-weight: 900; }.confirm-card p, .confirm-card small { display: block; margin: 2px 0 0; color: var(--muted); }.confirm-card small { font-size: 11px; }.confirm-card a { color: var(--sea-dark); font-size: 12px; font-weight: 800; text-decoration: underline; }
.survey-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 10px; }

.thanks-card, .legal-card, .account-card { width: min(760px, calc(100% - 40px)); margin: 45px auto 80px; padding: 54px; border: 1px solid var(--border); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.thanks-card { text-align: center; }.thanks-card h1 { font-size: 46px; letter-spacing: -.04em; }.thanks-card > p { max-width: 560px; margin: 0 auto; color: var(--muted); }.thanks-card .hero-actions { justify-content: center; }
.thanks-art { display: flex; justify-content: center; align-items: center; gap: 10px; height: 120px; margin-bottom: 20px; }.thanks-art > span { font-size: 24px; animation: float 2.8s ease-in-out infinite; }.thanks-art > span:nth-child(2) { animation-delay: .3s; }.thanks-art > span:nth-child(3) { animation-delay: .6s; } @keyframes float { 50% { transform: translateY(-8px) rotate(6deg); } }
.mini-castle { width: 110px; height: 70px; border: 2px solid var(--ink); border-radius: 45% 45% 5px 5px; background: #d99c57; }
.completion-ticket { width: min(380px, 100%); display: grid; gap: 2px; margin: 28px auto; padding: 18px; border: 1px dashed var(--ink); background: var(--sand-100); }.completion-ticket span, .completion-ticket small { color: var(--muted); font-size: 11px; }.completion-ticket strong { font-size: 24px; letter-spacing: .1em; }
.legal-card h1 { font-size: 38px; }.legal-card .lead { color: var(--muted); font-size: 18px; }.legal-card dl { display: grid; gap: 10px; margin: 28px 0; }.legal-card dl div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--border); }.legal-card dt { font-weight: 850; }.legal-card dd { margin: 0; color: var(--muted); }.legal-note { padding: 15px; border-radius: 12px; background: var(--sand-50); color: var(--muted); font-size: 13px; }
.account-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }.account-card > form:last-child { grid-column: 2; }

@media (max-width: 960px) {
    .hero { grid-template-columns: 1fr; padding: 45px; }.hero-art { min-height: 380px; }.mini-steps { grid-template-columns: 1fr; gap: 15px; }
    .auth-layout { grid-template-columns: 1fr; }.auth-visual { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--ink); }
    .survey-shell { grid-template-columns: 1fr; }.survey-side { position: static; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; }.survey-side .step-number { margin: 0; }.survey-side > p, .survey-side .autosave-status { grid-column: 2; }.survey-side nav { display: none; }
    .artwork-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    body { font-size: 15px; }.site-header { width: min(100% - 24px, 1240px); min-height: 68px; }.brand-mark { width: 36px; height: 36px; }.brand strong { font-size: 13px; }.brand small { display: none; }.header-actions { gap: 12px; font-size: 12px; }
    .hero { width: calc(100% - 20px); min-height: auto; margin-top: 5px; padding: 30px 22px; gap: 30px; border-radius: 26px; }.hero h1 { font-size: 40px; }.hero-copy > p { font-size: 16px; }.hero-art { min-height: 300px; }.sun { width: 50px; height: 50px; top: 42px; right: 45px; }.sand-castle { bottom: 85px; transform: translateX(-50%) scale(.78); }
    .hero-actions { align-items: stretch; }.hero-actions .button { width: 100%; }.trust-list { gap: 7px 14px; }
    .mini-steps { width: calc(100% - 28px); margin-bottom: 55px; }.mini-steps ol { grid-template-columns: 1fr; }.mini-steps li { padding: 14px 2px; }.site-footer { width: calc(100% - 28px); flex-direction: column; }
    .auth-layout { width: calc(100% - 20px); margin-top: 5px; border-radius: 24px; }.auth-visual { min-height: 260px; padding: 32px 24px; }.auth-visual h1 { font-size: 35px; }.auth-card { padding: 34px 22px; }.install-card { padding: 32px 18px; }
    .form-grid.two { grid-template-columns: 1fr; }.span-2 { grid-column: auto; }
    .survey-progress-wrap, .survey-shell { width: calc(100% - 20px); }.survey-side { padding: 20px; border-radius: 16px; }.survey-side h1 { font-size: 24px; }.survey-card { padding: 28px 18px; border-radius: 16px; }.question-block h2 { font-size: 23px; }.question-block legend { font-size: 18px; }
    .choice-grid.two, .choice-grid.three, .choice-grid.four { grid-template-columns: 1fr; }.choice-card > span { min-height: 50px; }.icon-choice > span { min-height: 80px; flex-direction: row; gap: 10px; }.icon-choice i { margin: 0; }
    .spend-scale { grid-template-columns: 1fr 1fr; }.rating-block { padding: 15px 10px; }.rating-scale { gap: 5px; }.rating-scale label > span { min-height: 58px; font-size: 18px; }
    .artwork-card { grid-template-columns: 92px minmax(0, 1fr); }.artwork-image { min-height: 120px; }.confirm-card { grid-template-columns: 36px 1fr; }.confirm-card a { grid-column: 2; }.survey-actions { align-items: stretch; }.survey-actions .button { padding-inline: 14px; }
    .thanks-card, .legal-card, .account-card { width: calc(100% - 20px); padding: 30px 20px; border-radius: 22px; }.thanks-card h1 { font-size: 36px; }.legal-card dl div { grid-template-columns: 1fr; gap: 4px; }.account-card { grid-template-columns: 1fr; }.account-card > form:last-child { grid-column: 1; }
}

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


/* Dynamic survey builder fields */
.question-block.dynamic-question.conditional-field { display: none; }
.question-block.dynamic-question.conditional-field.visible { display: block; }
.rating-block.dynamic-question.conditional-field { display: none; }
.rating-block.dynamic-question.conditional-field.visible { display: block; }
.dynamic-question .field > small:not(.field-error):not(.text-counter) { margin-top: 5px; color: var(--muted); font-size: 11px; }
.dynamic-question select { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid var(--border); border-radius: 11px; background: #fff; font: inherit; }
.rating-scale { grid-template-columns: repeat(var(--rating-count, 5), minmax(0, 1fr)); }


/* 問卷作品圖片複選 */
.artwork-checkbox-card .artwork-check {
    position: absolute;
    top: 9px;
    right: 9px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(35, 48, 54, .58);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    opacity: .55;
    transform: scale(.9);
    transition: opacity .18s ease, transform .18s ease, background .18s ease;
}
.artwork-checkbox-card:has(input:checked) .artwork-check {
    background: var(--coral);
    opacity: 1;
    transform: scale(1);
}

/* Registration notice and completion prize rules */
.registration-layout { grid-template-columns: .72fr 1.28fr; align-items: stretch; }
.registration-card { align-self: stretch; padding: 42px 54px 48px; }
.registration-notices { display: grid; gap: 14px; margin: 22px 0 24px; }
.registration-notice { padding: 20px 22px; border: 1px solid var(--border); border-radius: 16px; background: #fff; text-align: left; }
.registration-notice h3 { margin: 0 0 10px; font-size: 18px; letter-spacing: -.015em; }
.registration-notice h4 { margin: 16px 0 8px; font-size: 14px; }
.registration-notice p { margin: 0 0 9px; color: var(--ink); font-size: 13px; line-height: 1.75; }
.registration-notice ol { display: grid; gap: 9px; margin: 0; padding-left: 21px; color: #4d4a45; font-size: 12px; line-height: 1.75; }
.registration-notice li strong { color: var(--ink); }
.prize-notice { border-color: #dfc78e; background: #fffaf0; }
.privacy-notice-visible { background: #f7f4ee; }
.privacy-notice-visible dl { display: grid; gap: 8px; margin: 0; }
.privacy-notice-visible dl div { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 10px; padding-top: 8px; border-top: 1px dashed #ded8cd; }
.privacy-notice-visible dl div:first-child { padding-top: 0; border-top: 0; }
.privacy-notice-visible dt { color: var(--sea-dark); font-size: 11px; font-weight: 850; }
.privacy-notice-visible dd { margin: 0; color: #55514b; font-size: 11px; line-height: 1.7; }
.registration-form { padding-top: 22px; border-top: 1px solid var(--border); }
.consent-card-prominent { border-width: 2px; border-color: var(--sea); background: #edf6f7; }
.consent-card-prominent strong { font-size: 14px; }

.thanks-card-wide { width: min(900px, calc(100% - 40px)); }
.thanks-card-wide > .thanks-lead, .thanks-card-wide > .thanks-contact { max-width: 720px; }
.thanks-contact { margin-top: 10px !important; color: var(--ink) !important; }
.winner-notice { max-width: 760px; margin: 30px auto; padding: 26px 28px; border: 1px solid #dfc78e; border-radius: 18px; background: #fffaf0; text-align: left; }
.winner-notice h2 { margin: 0 0 15px; font-size: 20px; }
.winner-notice ol { display: grid; gap: 11px; margin: 0; padding-left: 22px; color: #4d4a45; font-size: 13px; line-height: 1.8; }
.winner-notice li strong { color: var(--ink); }

@media (max-width: 900px) {
    .registration-layout { grid-template-columns: 1fr; }
    .registration-card { padding: 36px 30px 42px; }
}
@media (max-width: 620px) {
    .registration-card { padding: 30px 18px 36px; }
    .registration-notice { padding: 17px 16px; }
    .privacy-notice-visible dl div { grid-template-columns: 1fr; gap: 3px; }
    .winner-notice { padding: 22px 18px; }
    .thanks-card-wide { width: calc(100% - 20px); }
}

/* Registration consent modal V4 */
.notice-reopen-button {
    width: 100%;
    margin: 4px 0 20px;
    padding: 12px 15px;
    border: 1px solid #d7c9a9;
    border-radius: 13px;
    background: #fffaf0;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.notice-reopen-button:hover { border-color: var(--sea); background: #f2f8f8; }

.consent-status {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    border: 1px solid #e1b7ad;
    border-radius: 13px;
    background: #fff5f2;
}
.consent-status > span {
    display: grid;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: #a9442d;
    color: #fff;
    font-weight: 900;
}
.consent-status p { margin: 0; }
.consent-status strong, .consent-status small { display: block; }
.consent-status strong { color: var(--ink); font-size: 13px; }
.consent-status small { margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent-status.accepted { border-color: #8bbfc2; background: #eef8f8; }
.consent-status.accepted > span { background: var(--sea-dark); }

.consent-modal[hidden] { display: none !important; }
.consent-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
}
.consent-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 24, 26, .72);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.consent-modal-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(640px, 100%);
    max-height: min(88vh, 760px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.consent-modal-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px 18px;
    color: #fff;
    background: linear-gradient(135deg, #18727a, #2a969e);
}
.consent-modal-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    font-size: 22px;
    font-weight: 900;
}
.consent-modal-header p { margin: 0 0 2px; font-size: 12px; font-weight: 750; opacity: .82; }
.consent-modal-header h2 { margin: 0; color: #fff; font-size: 25px; letter-spacing: -.02em; }

.consent-modal-scroll {
    min-height: 0;
    max-height: 52vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 22px 24px 28px;
    scrollbar-width: thin;
    scrollbar-color: #9ebec0 #eef1ef;
}
.consent-summary {
    padding: 17px 18px;
    border: 1px solid #e4cf94;
    border-radius: 16px;
    background: #fff9e8;
}
.consent-summary > strong { display: block; margin-bottom: 8px; color: #7c5810; font-size: 17px; }
.consent-summary ul { display: grid; gap: 7px; margin: 0; padding-left: 20px; }
.consent-summary li { color: #493f2b; font-size: 15px; line-height: 1.65; }

.consent-section { margin-top: 24px; }
.consent-section h3 { margin: 0 0 13px; color: var(--ink); font-size: 20px; }
.consent-rule-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.consent-rule-list li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
    border: 1px solid #e5e0d7;
    border-radius: 15px;
    background: #fff;
}
.consent-rule-list li > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: var(--sea-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}
.consent-rule-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }
.consent-rule-list p { margin: 0; color: #55514b; font-size: 15px; line-height: 1.7; }

.consent-privacy-section { padding-top: 22px; border-top: 1px dashed #d9d5cd; }
.consent-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.consent-info-grid article { padding: 14px; border-radius: 14px; background: #f5f3ee; }
.consent-info-grid strong { display: block; margin-bottom: 4px; color: var(--sea-dark); font-size: 14px; }
.consent-info-grid p { margin: 0; color: #56524c; font-size: 14px; line-height: 1.65; }

.consent-modal-footer {
    position: relative;
    z-index: 2;
    padding: 16px 22px 18px;
    border-top: 1px solid #ddd8cf;
    background: #fff;
    box-shadow: 0 -12px 25px rgba(35, 42, 43, .08);
}
.consent-modal-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 12px;
    cursor: pointer;
}
.consent-modal-check input {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 1px 0 0;
    accent-color: var(--sea-dark);
}
.consent-modal-check strong, .consent-modal-check small { display: block; }
.consent-modal-check strong { color: var(--ink); font-size: 15px; line-height: 1.45; }
.consent-modal-check small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.consent-modal-footer .button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.consent-cancel-link { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; }
.consent-cancel-link:hover { color: var(--ink); }
.noscript-consent { margin: 18px auto; max-width: 620px; padding: 14px; border: 1px solid #b6422c; background: #fff3ef; color: #7b2f20; font-weight: 750; }
body.consent-modal-open { overflow: hidden; }

@media (max-width: 640px) {
    .consent-modal { align-items: end; padding: 0; }
    .consent-modal-panel {
        width: 100%;
        max-height: 94vh;
        border-radius: 24px 24px 0 0;
    }
    .consent-modal-header { padding: 18px 18px 15px; }
    .consent-modal-header h2 { font-size: 22px; }
    .consent-modal-scroll { max-height: 55vh; padding: 18px 17px 24px; }
    .consent-summary li, .consent-rule-list p { font-size: 14px; }
    .consent-info-grid { grid-template-columns: 1fr; }
    .consent-modal-footer { padding: 14px 17px calc(14px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: no-preference) {
    .consent-modal:not([hidden]) .consent-modal-backdrop { animation: consentFade .2s ease-out both; }
    .consent-modal:not([hidden]) .consent-modal-panel { animation: consentPop .24s cubic-bezier(.2,.8,.2,1) both; }
    @keyframes consentFade { from { opacity: 0; } to { opacity: 1; } }
    @keyframes consentPop { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
}


/* Forgot password V5 */
.login-help-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: -5px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}
.login-help-row a {
    flex: 0 0 auto;
    color: var(--sea-dark);
    font-weight: 850;
    text-decoration: none;
}
.login-help-row a:hover { text-decoration: underline; }

.password-recovery-card { max-width: 610px; }
.recovery-intro {
    margin: 0 0 18px;
    padding: 15px 16px;
    border: 1px solid #c9dfe0;
    border-radius: 14px;
    background: #eef8f8;
    color: #294e51;
    font-size: 13px;
    line-height: 1.7;
}
.recovery-intro strong { color: var(--sea-dark); }
.recovery-security-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 3px 0 0;
    padding: 12px 13px;
    border-radius: 12px;
    background: #f5f3ee;
    color: #615d55;
    font-size: 11px;
    line-height: 1.65;
}
.recovery-security-note span {
    display: grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--sea-dark);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
.recovery-actions { display: grid; gap: 11px; }
.recovery-actions .button-secondary-link {
    display: block;
    padding: 11px 15px;
    color: var(--sea-dark);
    font-size: 13px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}
.recovery-actions .button-secondary-link:hover { text-decoration: underline; }

@media (max-width: 520px) {
    .login-help-row { align-items: flex-start; flex-direction: column; gap: 3px; }
}


/* V7：前台作品圖片放大燈箱 */
.artwork-zoom-trigger { cursor: zoom-in; isolation: isolate; }
.artwork-zoom-trigger::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; border-radius: inherit; pointer-events: none; transition: border-color .18s ease, background .18s ease; }
.artwork-zoom-trigger:hover::after, .artwork-zoom-trigger:focus-visible::after { border-color: rgba(255,255,255,.92); background: rgba(16,25,28,.08); }
.artwork-zoom-trigger:focus-visible { outline: 3px solid rgba(38,111,128,.35); outline-offset: -3px; }
.artwork-zoom-hint { position: absolute; right: 8px; bottom: 8px; z-index: 2; display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(16,25,28,.74); backdrop-filter: blur(5px); font-size: 10px; font-weight: 850; letter-spacing: .04em; pointer-events: none; }
.artwork-zoom-hint::before { content: "＋"; margin-right: 4px; font-size: 13px; line-height: 1; }
body.artwork-lightbox-open { overflow: hidden; }
.artwork-lightbox[hidden] { display: none !important; }
.artwork-lightbox { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 40px; }
.artwork-lightbox-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(13,19,21,.82); backdrop-filter: blur(8px); cursor: zoom-out; }
.artwork-lightbox-panel { position: relative; z-index: 1; width: min(760px, calc(100vw - 80px)); max-height: 78vh; display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: #11191c; box-shadow: 0 22px 70px rgba(0,0,0,.46); }
.artwork-lightbox-image-wrap { min-height: 220px; display: grid; place-items: center; overflow: hidden; padding: 16px; background: #0c1214; }
.artwork-lightbox-image-wrap img { display: block; width: auto; height: auto; max-width: 100%; max-height: 58vh; object-fit: contain; }
.artwork-lightbox-caption { padding: 20px 68px 22px 24px; color: #fff; background: linear-gradient(180deg, #172226, #11191c); }
.artwork-lightbox-caption > span { display: block; margin-bottom: 4px; color: #d8a35c; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.artwork-lightbox-caption h2 { margin: 0; color: #fff; font-size: clamp(22px, 3vw, 34px); line-height: 1.25; }
.artwork-lightbox-caption p { margin: 7px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.artwork-lightbox-close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(13,19,21,.76); font: inherit; font-size: 28px; line-height: 1; cursor: pointer; backdrop-filter: blur(5px); }
.artwork-lightbox-close:hover, .artwork-lightbox-close:focus-visible { background: #fff; color: #11191c; outline: none; }
@media (max-width: 700px) {
    .artwork-lightbox { padding: 12px; }
    .artwork-lightbox-panel { width: min(92vw, 680px); max-height: 88vh; border-radius: 18px; }
    .artwork-lightbox-image-wrap { padding: 10px; min-height: 190px; }
    .artwork-lightbox-image-wrap img { width: auto; max-width: 100%; max-height: 64vh; }
    .artwork-lightbox-caption { padding: 17px 56px 18px 18px; }
    .artwork-lightbox-close { top: 10px; right: 10px; width: 38px; height: 38px; }
}
@media (prefers-reduced-motion: no-preference) {
    .artwork-lightbox:not([hidden]) .artwork-lightbox-backdrop { animation: artworkLightboxFade .18s ease-out both; }
    .artwork-lightbox:not([hidden]) .artwork-lightbox-panel { animation: artworkLightboxPop .22s cubic-bezier(.2,.8,.2,1) both; }
    @keyframes artworkLightboxFade { from { opacity: 0; } to { opacity: 1; } }
    @keyframes artworkLightboxPop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
}
