@charset "UTF-8";
:root { color-scheme: light; --paper: #efefe9; --ink: #252622; --muted: #74766c; --line: #d6d8ce; --accent: #e4fa73; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); }
* { box-sizing: border-box; }
body { margin: 0; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
button:focus-visible, input:focus-visible { outline: 2px solid #596b15; outline-offset: 5px; }
[hidden] { display: none !important; }
.experience { height: 100svh; min-height: 620px; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding: 30px 24px 18px; overflow: hidden; }
.countdown-header { text-align: center; z-index: 1; }
h1 { margin: 0 0 10px; font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .19em; }
h1 span { padding: 0 7px; color: var(--muted); }
.countdown { display: flex; justify-content: center; align-items: flex-start; gap: clamp(10px, 2.4vw, 28px); }
.countdown div { display: grid; gap: 2px; }
.countdown div > span { font-size: clamp(42px, 6.8vw, 76px); line-height: 1; font-weight: 500; letter-spacing: -.06em; font-variant-numeric: tabular-nums; min-width: 1.25em; }
.countdown b { font-size: clamp(29px, 4.8vw, 53px); font-weight: 400; line-height: 1.15; color: #b5b8a9; }
.countdown small { font-size: 9px; font-weight: 500; letter-spacing: .18em; color: var(--muted); }
.model-stage { min-height: 0; position: relative; width: min(100%, 1000px); justify-self: center; }
model-viewer { display: block; width: 100%; height: 100%; --progress-bar-color: #818766; --progress-bar-height: 2px; --poster-color: transparent; }
.model-status { position: absolute; top: 46%; width: 100%; text-align: center; font-size: 12px; color: var(--muted); pointer-events: none; }
.artwork-hit { display: block; padding: 0; border: 1px solid transparent; background: transparent; border-radius: 8px; pointer-events: none; opacity: 0; visibility: hidden; transition: background .15s, border-color .15s; }
.artwork-hit[data-visible] { pointer-events: auto; opacity: 1; visibility: visible; }
.artwork-hit[data-visible]:hover, .artwork-hit[data-visible]:focus-visible { border-color: #e4fa73; background: #e4fa731a; box-shadow: 0 0 0 2px #24262038; }
.controls { text-align: center; }
.view-switch { display: inline-flex; padding: 3px; gap: 3px; border: 1px solid var(--line); border-radius: 30px; }
.view-switch button { border: 0; background: transparent; padding: 9px 26px; border-radius: 24px; font-size: 12px; }
.view-switch button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.hint { margin: 12px 0; font-size: 11px; color: #65685f; }
dialog { width: min(440px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fafaf6; color: var(--ink); box-shadow: 0 24px 100px #1c211333; }
dialog::backdrop { background: #22281c70; backdrop-filter: blur(7px); }
.close { position: absolute; right: 16px; top: 12px; width: 32px; height: 32px; font-size: 25px; font-weight: 300; border: 0; background: transparent; }
.eyebrow { margin: 5px 32px 15px 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
h2 { font-size: 37px; letter-spacing: -.055em; line-height: 1.12; font-weight: 500; margin: 0 0 26px; }
fieldset { border: 0; padding: 0; margin: 0 0 23px; }
.offer-option { display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; cursor: pointer; }
.offer-option:has(input:checked) { border-color: #9aab56; background: #f0f3e3; }
.offer-option input { accent-color: #4c6126; height: 17px; width: 17px; margin: 0; }
.offer-option strong { display: block; font-size: 25px; font-weight: 500; letter-spacing: -.035em; margin-top: 6px; }
.or { display: block; text-align: center; font-size: 9px; letter-spacing: .14em; color: var(--muted); margin: 10px; }
.primary { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; border-radius: 9px; padding: 16px 18px; background: var(--ink); color: #faffdf; font-size: 13px; }
.primary:hover { background: #404737; }
.primary span { font-size: 20px; line-height: 1; }
.chain { margin: -13px 0 30px; font-size: 14px; color: #666c5c; }
.wallet-label { font-size: 9px; letter-spacing: .12em; color: var(--muted); }
#wallet-address { display: block; font-family: Consolas, monospace; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; background: #eceee5; border-radius: 8px; padding: 14px; margin: 0 0 15px; user-select: all; }
.text-button { display: block; border: 0; padding: 8px 0; background: transparent; font-size: 12px; }
.copy-status { min-height: 14px; margin: 8px 0; font-size: 11px; color: #596b35; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 500px) { .experience { padding: 25px 6px 17px; min-height: 590px; } h1 { font-size: 9px; } .countdown { gap: clamp(8px, 3vw, 15px); } .countdown div > span { font-size: clamp(40px, 12vw, 48px); } .countdown b { font-size: 36px; } .countdown small { font-size: 8px; } dialog { padding: 28px 23px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
