/* Seat identifiers are deliberately separate from the collection's future artwork. */
#seat .sheet__body { gap: 1.1rem; }
.nft-intro { display: flex; align-items: center; justify-content: space-between; gap: 1.3rem; }
.nft-intro__copy { max-width: 40ch; }
.nft-eyebrow { margin: 0 0 .35rem; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; color: var(--gold); }
.nft-intro h3 { margin: 0 0 .35rem; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 600; line-height: 1.1; }
.nft-intro .fine { margin: 0; }
.nft-emblem { flex: 0 0 94px; height: 94px; display: grid; place-items: center; border: 1px solid #d7c49e; border-radius: 25px; background: #f0e5cf; color: #977038; transform: rotate(7deg); box-shadow: 4px 7px 0 #e7e1d3; }
.nft-emblem svg { width: 75px; height: 75px; transform: rotate(-7deg); }
#seat #seat-vault { margin: 0; padding: 0; border: 0; gap: .9rem; }
.nft-summary { display: grid; grid-template-columns: 1fr 1.35fr; border: 1px solid var(--line-2); border-radius: 14px; background: var(--card); overflow: hidden; }
.nft-summary .seatvault__row { display: grid; gap: .25rem; padding: .8rem 1rem; }
.nft-summary .seatvault__row + .seatvault__row { border-left: 1px solid var(--line); background: #f2f6ed; }
.nft-summary .seatvault__k { font-size: .58rem; letter-spacing: .11em; }
.nft-summary .seatvault__v { font-size: 1.2rem; overflow-wrap: anywhere; line-height: 1.3; }
.nft-summary .seatvault__v small { font: 600 .66rem var(--sans); color: var(--ink-3); }
.nft-gallery__grids { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.nft-group { min-width: 0; padding: .85rem; border: 1px solid var(--line); border-radius: 14px; background: #f2efe8; }
.nft-group--staked { background: #edf2eb; border-color: #d5dfd0; }
.nft-group__head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .8rem; }
.nft-group__head h4 { margin: 0; font-size: .75rem; display: flex; align-items: center; gap: .4rem; }
.nft-group__head h4::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.nft-group--staked .nft-group__head h4::before { background: #468064; }
.nft-group__count { font: 700 .63rem var(--sans); padding: .18rem .4rem; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.nft-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .45rem; padding: 0; margin: 0; list-style: none; }
.nft-cards > li { min-width: 0; }
.nft-card { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; min-width: 0; border: 1px solid #ddceb1; border-radius: 9px; padding: .5rem .25rem .4rem; color: #92703c; background: #fcf6e9; box-shadow: 0 2px 0 #dccda84a; font: inherit; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.nft-card--staked { color: #3b6e56; background: #f7fbf4; border-color: #c3d3be; box-shadow: 0 2px 0 #bfd0b64a; }
.nft-card:hover { transform: translateY(-3px); box-shadow: 0 5px 12px #15130e0b; }
.nft-card[aria-pressed="true"] { border-color: currentColor; box-shadow: inset 0 0 0 1px currentColor, 0 3px 7px #15130e12; background: #f5e8c9; }
.nft-card--staked[aria-pressed="true"] { background: #dfecda; }
.nft-card[aria-pressed="true"]::after { content: '✓'; position: absolute; top: .2rem; right: .3rem; font-size: .7rem; font-weight: 800; }
.nft-card:disabled { cursor: default; opacity: .6; transform: none; }
.nft-card:focus-visible, .nft-stepper :focus-visible, .nft-selection__clear:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.nft-card__brand { font-size: .43rem; font-weight: 800; letter-spacing: .13em; }
.nft-card__art { width: min(100%, 78px); aspect-ratio: 1; display: block; }
.nft-card__art svg { display: block; width: 100%; height: 100%; }
.nft-card__id { width: 100%; font-size: .67rem; text-align: center; color: var(--ink); overflow-wrap: anywhere; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.nft-card__status { margin-top: .2rem; font-size: .55rem; font-weight: 700; opacity: .9; }
.nft-empty { margin: .3rem 0; min-height: 105px; display: grid; place-content: center; border: 1px dashed var(--line-2); border-radius: 9px; padding: .8rem; font-size: .7rem; color: var(--ink-2); line-height: 1.6; text-align: center; }
.nft-pages { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: .7rem; }
.nft-pages span { font-size: .63rem; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.nft-pages button { border: 1px solid var(--line-2); border-radius: 7px; min-height: 32px; padding: .3rem .6rem; color: var(--ink-2); background: var(--paper); font: 700 .61rem var(--sans); cursor: pointer; }
.nft-pages button:disabled { opacity: .35; cursor: default; }
.nft-pages button:focus-visible, .nft-details summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.nft-gallery__caption { margin: .5rem 0 0; color: var(--ink-3); font-size: .58rem; line-height: 1.5; }
.nft-selection { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: .45rem; margin-top: .8rem; }
.nft-selection label { font-size: .65rem; font-weight: 700; color: var(--ink-2); }
.nft-stepper { display: flex; border: 1px solid var(--line-2); border-radius: 8px; overflow: visible; background: var(--paper); }
.nft-stepper button { width: 36px; min-height: 38px; border: 0; background: transparent; color: var(--ink); font: 700 1rem var(--sans); cursor: pointer; border-radius: 7px; }
.nft-stepper input { width: 3.4rem; min-width: 0; text-align: center; border: 0; border-inline: 1px solid var(--line); color: var(--ink); background: transparent; font: 700 .8rem var(--sans); appearance: textfield; -moz-appearance: textfield; }
.nft-stepper input::-webkit-inner-spin-button, .nft-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.nft-stepper input[aria-invalid="true"] { outline: 2px solid #a34a35; outline-offset: -2px; }
.nft-stepper :disabled, .nft-selection__clear:disabled { opacity: .4; cursor: default; }
.nft-selection__clear { padding: .3rem; border: 0; border-radius: 5px; background: transparent; color: var(--ink-2); font: 600 .6rem var(--sans); text-decoration: underline; cursor: pointer; }
.nft-selection p { grid-column: 1 / -1; margin: 0; color: var(--ink-3); font-size: .6rem; min-height: 1.5em; }
#seat .nft-move { width: 100%; min-height: 44px; margin-top: .6rem; }
#seat .nft-manual-hint { font-size: .66rem; line-height: 1.5; margin: 0 0 .45rem; }
#seat #seat-ids { width: 100%; box-sizing: border-box; margin-bottom: .6rem; }
.nft-gallery__state { margin: 0; padding: 1.25rem; border: 1px dashed var(--line-2); border-radius: 12px; text-align: center; font-size: .8rem; color: var(--ink-2); }
#seat .seatvault__acts { margin-top: .05rem; }
#seat .seatvault__acts .btn { min-height: 44px; }
.nft-action-hint { margin: -.35rem 0 0; font-size: .65rem; color: var(--ink-3); line-height: 1.5; }
.nft-market { display: grid; grid-template-columns: 1fr 1.25fr; gap: .7rem; padding: .8rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nft-market > div { display: grid; gap: .2rem; }
.nft-market .stat__k { font-size: .58rem; }
.nft-market .stat__v { font-size: 1.05rem; }
.nft-market .stat__d { font-size: .6rem; line-height: 1.5; }
.nft-details { border: 1px solid var(--line); border-radius: 11px; padding: .8rem 1rem; }
.nft-details summary { font-size: .75rem; font-weight: 800; cursor: pointer; color: var(--ink-2); }
.nft-details__body { display: grid; gap: .8rem; padding-top: .9rem; }
.nft-income { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.nft-income > div { padding: .65rem; border-radius: 8px; background: var(--paper-2); }
.nft-income strong { display: block; font-family: var(--sans); font-size: 1.4rem; }
.nft-income span { font-size: .66rem; color: var(--ink-2); line-height: 1.5; display: block; }
.nft-details .fine { margin: 0; font-size: .72rem; }
.nft-mint { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nft-mint .fine { margin: 0; font-size: .7rem; }
.nft-mint .btn { flex-shrink: 0; font-size: .66rem; opacity: .55; cursor: not-allowed; }
#seat [hidden] { display: none !important; }
@media (max-width: 620px) {
  .nft-intro { gap: .8rem; }
  .nft-emblem { flex-basis: 72px; height: 72px; border-radius: 19px; }
  .nft-emblem svg { width: 59px; height: 59px; }
  .nft-gallery__grids { grid-template-columns: 1fr; }
  .nft-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nft-summary .seatvault__row { padding: .7rem; }
  .nft-summary .seatvault__v { font-size: 1.02rem; }
  .nft-mint { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .nft-pages button { min-height: 44px; }
  .nft-stepper button, .nft-selection__clear { min-width: 44px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .nft-card { transition: none; }
  .nft-card:hover { transform: none; }
}
