@font-face { font-family: "Special Elite"; src: url("../fonts/SpecialElite-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
:root {
	--paper: #e3ddcf;
	--ink: #202a25;
	--muted: #50594e;
	--line: #aaa791;
	--green: #294438;
	--light: #efebe2;
	--acid: #cdc6a0;
	--backdrop: var(--paper);
	--typewriter: "Special Elite", "Courier New", Courier, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background-color: var(--paper); background-image: linear-gradient(rgb(216 207 186 / 38%), rgb(216 207 186 / 38%)), url("../images/paper-texture-v2.jpg"); background-size: auto, 640px 640px; background-repeat: repeat; background-attachment: scroll; color: var(--ink); font-family: var(--typewriter); font-size: 16px; line-height: 1.75; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: #57744a; }
button, input, textarea, select { font: inherit; }
button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--green); padding: 14px 23px; background: var(--green); color: var(--light); font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; }
button:hover, .button:hover { background: #1c3429; color: var(--light); }
button:disabled { opacity: .45; cursor: not-allowed; }
.button.small { padding: 10px 17px; font-size: 12px; }
.secondary { background: transparent; color: var(--green); }
:focus-visible { outline: 3px solid #889d64; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; font-weight: 400; }
h1, h2 { font-family: var(--typewriter); letter-spacing: -.04em; }
h1 { font-size: 48px; }
h2 { font-size: 34px; }
h3 { font-size: 20px; }
.site-header { padding: 16px 5%; background: transparent; color: var(--ink); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { font-size: 23px; font-weight: 800; text-decoration: none; letter-spacing: -.06em; white-space: nowrap; }
.site-header nav { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.site-header nav a { text-decoration: none; font-size: 12px; }
.nav-account { border-left: 1px solid var(--line); padding-left: 22px; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; padding: 66px 8% 70px; max-width: 1500px; margin: auto; }
.hero h1 { font-size: clamp(42px, 4.8vw, 70px); line-height: 1.08; margin-bottom: 28px; }
.hero h1 em { font-weight: 400; color: var(--green); }
.eyebrow, .mono, .micro, .card-top { font-family: var(--typewriter); }
.eyebrow { font-size: 10px; letter-spacing: .13em; font-weight: 700; text-transform: uppercase; margin-bottom: 24px; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: #667f49; margin-right: 8px; border-radius: 50%; }
.intro { font-size: 18px; line-height: 1.6; }
.muted { color: var(--muted); max-width: 390px; font-size: 13px; }
.actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin: 28px 0 18px; }
.text-link { font-size: 12px; }
.micro { font-size: 12px; letter-spacing: .02em; color: var(--muted); margin-top: 19px; }
.mono { font-size: 10px; letter-spacing: .06em; }
.hero-evidence { padding: 45px 30px 14px; position: relative; background: #c9c1ad; display: flex; flex-direction: column; justify-content: center; }
.hero-evidence .collectible { transform: rotate(4deg); box-shadow: 13px 18px 25px #18221b33; max-width: 350px; margin: 0 auto; }
.evidence-note { position: absolute; top: 5px; left: 12px; font-size: 9px; }
.evidence-bottom { display: flex; justify-content: space-between; margin-top: 37px; font-size: 8px; }
.collectible { background: var(--light); padding: 10px; border: 1px solid #b5b8a7; border-left: 4px solid #475c45; box-shadow: 0 3px 6px #202b2410; }
.card-art-link { text-decoration: none; display: block; color: var(--ink); }
.card-art-link:hover { color: var(--green); }
.card-top { display: flex; justify-content: space-between; font-size: 8px; padding: 0 1px 9px; letter-spacing: .07em; }
.card-art { width: 100%; height: auto; aspect-ratio: 2 / 2.6; object-fit: cover; display: block; filter: saturate(.8); }
.card-caption { padding: 16px 5px 7px; }
.card-caption .eyebrow { font-size: 8px; margin-bottom: 6px; display: block; }
.card-caption h3 { font-family: var(--typewriter); font-size: 25px; margin-bottom: 8px; }
.card-caption .mono { font-size: 7px; letter-spacing: .1em; }
.archive-strip { background: #1b3027; box-shadow: 0 0 0 100vmax #1b3027; clip-path: inset(0 -100vmax); color: var(--light); padding: 35px 8%; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.archive-strip .eyebrow { margin: 0; color: var(--acid); }
.archive-strip p { margin: 0; font: 26px/1.3 var(--typewriter); }
.archive-strip strong { font-weight: 400; color: #c4d0b6; }
.archive-strip a { font-size: 12px; }
.section { max-width: 1400px; margin: auto; padding: 66px 8%; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-intro { max-width: 660px; color: var(--muted); margin: 10px 0 34px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 30px; }
.how-strip { padding: 50px 8%; border-top: 1px solid var(--line); border-image: linear-gradient(var(--line), var(--line)) 1 / 1px 0 0 / 0 100vmax; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.step-number { font: 12px var(--typewriter); color: var(--green); display: block; margin-bottom: 18px; }
.how-strip h3 { font: 22px var(--typewriter); }
.how-strip p { font-size: 13px; color: var(--muted); }
.site-footer { padding: 40px 8%; background: transparent; color: var(--ink); border-top: 1px solid var(--line); display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.site-footer p { margin: 0; font: italic 18px var(--typewriter); }
.site-footer div { margin-left: auto; display: flex; gap: 22px; font-size: 11px; }
.site-footer .mono { flex-basis: 100%; font-size: 8px; }
.page-title { font-size: clamp(40px, 5vw, 65px); }
.series-panel, .exchange-panel { padding: 35px; border: 1px solid var(--line); margin: 25px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--light); }
.series-panel p { max-width: 650px; }
.series-panel .button { white-space: nowrap; }
.catalogue-meta { display: flex; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; margin: 25px 0; font: 11px var(--typewriter); flex-wrap: wrap; }
.sealed-card { min-height: 390px; padding: 20px; border: 1px dashed #aeb5a2; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--muted); background: #cbc5b2; }
.sealed-symbol { font: italic 100px var(--typewriter); color: #a8b39c; }
.sealed-card p { text-align: center; font-size: 12px; }
.sealed-card h3 { font: 25px var(--typewriter); }
.back-link { display: inline-block; font-size: 12px; margin-bottom: 35px; }
.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.detail-story h1 { font-size: 54px; }
.lead { font-size: 21px; line-height: 1.5; font-family: var(--typewriter); }
.story-text { font-size: 15px; line-height: 1.9; white-space: pre-line; }
.editions { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.editions h2 { font-size: 28px; }
.edition { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.edition p { font-size: 12px; margin: 5px 0; }
.prose { max-width: 950px; }
.prose h2 { font-size: 30px; margin-top: 40px; }
.prose p { line-height: 1.85; }
.account-panel { width: min(100% - 40px, 490px); margin: 65px auto 90px; }
.account-panel h1 { font-size: 43px; }
form label { display: block; font-size: 12px; font-weight: 600; margin: 18px 0 7px; }
input, textarea, select { width: 100%; background: var(--light); color: var(--ink); border: 1px solid #aab19f; padding: 11px 12px; border-radius: 0; }
textarea { min-height: 100px; resize: vertical; }
.story-editor { min-height: 300px; }
form button { margin-top: 16px; }
form small, small { display: block; font-size: 11px; color: var(--muted); margin-top: 7px; }
.check-label { display: flex; gap: 12px; align-items: center; }
.check-label input { width: auto; }
.notice { background: #dce7d5; color: #294528; padding: 18px 5%; border-bottom: 1px solid #b8c9a8; }
.notice.error, .validation { background: #f0ded5; color: #803b26; }
.validation:empty, .validation-summary-valid { display: none; }
.validation { padding: 1px 15px; margin: 15px 0; }
.balance { border-left: 1px solid var(--line); padding-left: 30px; }
.balance strong { display: block; font: 50px var(--typewriter); }
.balance button { padding: 10px 18px; }
.subnav { display: flex; gap: 28px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding: 18px 0; font-size: 12px; margin: 25px 0; }
.progress-panel { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 40px; }
.progress-panel h2 { font-size: 30px; margin-bottom: 9px; }
.progress-panel p { font-size: 12px; }
progress { width: 30%; height: 9px; accent-color: var(--green); }
.missing-list { font-size: 12px; }
.missing-list a { display: inline-block; margin-left: 15px; }
.copy-meta { padding: 15px 0; }
.copy-meta p { margin: 6px 0; font-size: 12px; }
.copy-meta a { font-size: 11px; margin-right: 15px; display: inline-block; }
.table-wrap { overflow-x: auto; margin: 30px 0; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th { text-align: left; font: 10px var(--typewriter); text-transform: uppercase; background: #c6c1ad; }
th, td { border-bottom: 1px solid var(--line); padding: 15px 14px; }
.empty-state { border: 1px dashed var(--line); padding: 40px; margin: 30px 0; }
.inline-form { display: flex; align-items: end; gap: 15px; flex-wrap: wrap; margin: 25px 0; }
.inline-form input { width: 240px; }
.inline-form label { flex-basis: 100%; }
.inline-form button { margin: 0; }
.badge { background: #c6c1ad; padding: 4px 8px; font: 10px var(--typewriter); }
.admin-section { border-top: 1px solid var(--line); padding: 22px 0; margin-top: 22px; }
.admin-section summary { cursor: pointer; font-size: 18px; }
.admin-section form { max-width: 750px; }
.admin-art { max-width: 240px; display: block; margin-bottom: 30px; }
hr { border: 0; border-top: 1px solid var(--line); margin: 35px 0; }
.skip { position: absolute; top: -60px; background: white; padding: 15px; z-index: 10; }
.skip:focus { top: 0; }
@media (min-width: 1600px) { .hero { padding-left: 100px; padding-right: 100px; } }
@media (max-width: 1000px) {
	.site-header { align-items: flex-start; }
	.site-header nav { gap: 16px; justify-content: flex-end; }
	.hero { gap: 24px; padding: 45px 5%; }
	.hero h1 { font-size: 48px; }
	.hero-evidence { padding: 48px 10px 10px; }
	.section { padding: 45px 5%; }
	.detail-grid { gap: 30px; }
	.card-grid { gap: 17px; }
	.card-caption h3 { font-size: 20px; }
}
@media (max-width: 700px) {
	.site-header { display: block; padding: 20px 5%; }
	.site-header nav { justify-content: flex-start; gap: 15px; margin-top: 16px; }
	.site-header nav .button { padding: 8px 12px; }
	.hero { grid-template-columns: 1fr; gap: 30px; }
	.hero h1 { font-size: clamp(34px, 8.5vw, 48px); }
	.hero-evidence { min-height: 500px; }
	.hero-evidence .collectible { width: 290px; }
	.archive-strip { flex-direction: column; align-items: flex-start; gap: 20px; }
	.card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.card-caption { padding: 10px 0 3px; }
	.card-caption h3 { font-size: 18px; }
	.card-caption .mono { font-size: 6px; }
	.card-top { font-size: 6px; }
	.collectible { padding: 6px; }
	.section-heading { align-items: flex-start; flex-direction: column; }
	.how-strip { grid-template-columns: 1fr; gap: 25px; }
	.site-footer { gap: 18px; }
	.site-footer div { margin-left: 0; }
	.detail-grid { grid-template-columns: 1fr; }
	.detail-grid > div:first-child { max-width: 340px; margin: auto; width: 100%; }
	.detail-story h1 { font-size: 44px; }
	.series-panel, .exchange-panel { flex-direction: column; align-items: flex-start; padding: 25px; }
	.sealed-card { min-height: 270px; padding: 10px; }
	.sealed-card h3 { font-size: 21px; }
	.balance { border-left: 0; padding-left: 0; }
	.progress-panel { display: block; }
	progress { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.archive-code { font-family: var(--typewriter); font-variant-numeric: tabular-nums; letter-spacing: .08em; overflow-wrap: anywhere; }
.copy-edition { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.card-caption .archive-code { display: block; margin-top: 8px; font-size: 19px; }
@media (max-width: 640px) {
	.copy-edition { font-size: 10px; }
	.card-caption .archive-code { font-size: 16px; }
}
#main { display: flow-root; max-width: 1440px; margin: 0 auto; background: transparent; }
.brand { display: inline-flex; flex-shrink: 0; }
.brand-logo { display: block; width: 144px; height: auto; }
.site-footer .brand-logo { width: 108px; }
.site-header a:hover, .site-footer a:hover { color: var(--green); }
.site-header .button { border-color: #7c9079; }
.site-header .nav-account { border-color: #7c9079; }
.site-header, .site-footer { border-color: #44584b; }
.hero h1 em { font-style: normal; }
h1, h2 { letter-spacing: -.035em; }
.hero > *, .detail-grid > *, .card-grid > * { min-width: 0; }
.card-caption h3, .page-title { overflow-wrap: break-word; }
.card-caption .mono { font-size: 10px; }
.site-footer .mono { font-size: 10px; }
.card-top { font-size: 10px; }
.card-caption .eyebrow { font-size: 10px; }
.story-text { font-size: 16px; }

@media (max-width: 700px) {
	#main { margin: 0; }
	.brand-logo { width: 120px; }
	.card-top, .card-caption .mono, .card-caption .eyebrow { font-size: 9px; }
	.hero-evidence .collectible { width: min(100%, 290px); }
	.card-caption h3 { font-size: 17px; }
	.page-title, .detail-story h1 { font-size: clamp(30px, 8vw, 44px); }
	.edition, .series-panel, .exchange-panel { overflow-wrap: anywhere; }
}
.site-header, .site-footer { background: transparent; color: var(--ink); border-color: var(--line); }
.site-header .button:hover { color: var(--light); }
body { font-size: 17px; }
button, .button, h1, h2, h3 { font-weight: 400; }
.eyebrow, .mono, .micro, .card-top { letter-spacing: .04em; }
.archive-series-panel { gap: 28px; }
.series-image-link { display: block; flex: 0 0 190px; }
.series-image { display: block; width: 190px; height: 190px; object-fit: cover; border: 1px solid var(--line); }
.series-description { flex: 1; min-width: 0; }
.archive-series-panel .button { flex-shrink: 0; }
@media (max-width: 1000px) {
	.archive-series-panel { flex-wrap: wrap; }
	.archive-series-panel .button { margin-left: 218px; }
}
@media (max-width: 700px) {
	.archive-series-panel { flex-direction: column; }
	.series-image-link { flex-basis: auto; width: 100%; }
	.series-image { width: 100%; height: auto; aspect-ratio: 1; max-width: 280px; }
	.archive-series-panel .button { margin-left: 0; }
}
.card-title-link { text-decoration: none; }
.card-art-link:not([href]):hover, .card-title-link:not([href]):hover { color: inherit; }
.owned-card { display: block; margin-top: 12px; color: var(--green); font-size: 13px; }
.series-card-navigation { display: flex; gap: 12px; overflow-x: auto; padding: 6px 4px 12px; margin: -15px 0 32px; }
.series-card-thumbnail { flex: 0 0 80px; padding: 3px; border: 1px solid var(--line); text-align: center; text-decoration: none; background: var(--light); }
.series-card-thumbnail img { display: block; width: 72px; height: 96px; object-fit: cover; }
.series-card-thumbnail span { display: block; font-size: 11px; line-height: 1.6; }
.series-card-thumbnail[aria-current="page"] { border-color: var(--green); outline: 2px solid var(--green); outline-offset: 1px; }
.card-only-page { padding: 24px; }
.card-only { width: min(100%, 600px); margin: 0 auto; }
.card-only .card-caption h3 { font-size: clamp(24px, 5vw, 38px); }