.midgets-page { --blue:#0079a5; --paper:#f7f1df; --dark:#182526; background:var(--paper); color:var(--dark); margin:12px 0 48px; padding:24px; font-family:Arial,Helvetica,sans-serif; }
.midgets-topline { display:flex; justify-content:space-between; gap:20px; font:18px/1.5 'Courier New',monospace; margin:0 0 22px; }
.midgets-topline a { text-decoration:none; }
.midgets-topline > span { text-transform:capitalize; }
.midgets-hero { aspect-ratio:16/9; position:relative; overflow:hidden; background:#90dfec; border:3px solid var(--dark); isolation:isolate; }
.midgets-hero:not(.has-final-hero)::after { content:''; position:absolute; height:17%; left:0; right:0; bottom:0; background:#7fc8c2; border-top:3px solid var(--dark); z-index:-1; }
.wall-wordmark { position:absolute; width:100%; top:7%; text-align:center; }
.wall-wordmark > span { font:18px/1.4 'Courier New',monospace; }
.wall-wordmark h1 { font:900 clamp(40px,10.8vw,145px)/1 Impact,'Arial Black',sans-serif; letter-spacing:-.025em; margin:8px 0 0; color:#ffe577; -webkit-text-stroke:2px var(--dark); text-shadow:4px 5px 0 var(--dark); transform:rotate(-3deg); }
.hero-character { position:absolute; bottom:5%; left:50%; transform:translateX(-50%); width:25%; height:auto; }
.hero-placeholder { position:absolute; bottom:8px; left:10px; font:18px/1.5 'Courier New',monospace; }
.midgets-hero.has-final-hero { aspect-ratio:auto; }
.final-hero { width:100%; height:auto; display:block; }
.midgets-intro { display:grid; grid-template-columns:1.25fr 1fr; gap:10%; padding:56px 20px 64px; align-items:center; }
.midgets-tagline { font-size:clamp(28px,3.5vw,46px); font-weight:900; line-height:1.06; letter-spacing:-1.5px; margin:0; max-width:550px; }
.midgets-intro > div > p { font-size:20px; line-height:1.6; }
.midgets-intro small { display:block; margin-top:18px; font:18px/1.5 'Courier New',monospace; }
.midgets-links { display:flex; gap:24px; align-items:center; flex-wrap:wrap; margin-top:22px; }
.midgets-button { display:inline-flex; gap:24px; padding:13px 20px; background:var(--dark); color:var(--paper); font-weight:bold; font-size:20px; text-decoration:none; box-shadow:4px 4px 0 #ed5541; }
.midgets-text-link { font-size:20px; font-weight:bold; }
.moods-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:20px; }
.midgets-page h2 { font:900 clamp(26px,3vw,40px)/1.1 Impact,'Arial Black',sans-serif; letter-spacing:-.5px; margin:0; }
.motion-control { display:flex; align-items:center; gap:8px; font:18px/1.5 'Courier New',monospace; cursor:pointer; }
.motion-control input { width:18px; height:18px; accent-color:var(--blue); }
.moods-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.mood { padding:20px; background:#ffe577; }
.mood-run { background:#9ee0ed; }
.mood-celebrate { background:#f2bca5; }
.mood-art { max-width:270px; margin:auto; }
.mood-art img { width:100%; height:auto; display:block; }
.moving { display:none; }
.midgets-moods:has(#play-moods:checked) .moving { display:block; }
.midgets-moods:has(#play-moods:checked) .still { display:none; }
.mood h3 { margin:14px 0; font-size:20px; }
.mood-downloads { display:flex; gap:16px; flex-wrap:wrap; font:18px/1.6 'Courier New',monospace; }
.midgets-take { display:grid; grid-template-columns:1fr 1fr; gap:10%; padding:72px 20px 54px; }
.midgets-take p { font-size:20px; line-height:1.6; }
.take-links a { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid #b5b5a4; text-decoration:none; font-size:20px; }
.take-links span { font:18px/1.7 'Courier New',monospace; white-space:nowrap; }
.midgets-launch { border-top:1px solid #b5b5a4; padding:20px 0; font:18px/1.6 'Courier New',monospace; }
.midgets-launch summary { cursor:pointer; padding:4px 0; font-weight:bold; }
.midgets-launch summary span { float:right; text-transform:capitalize; font-weight:normal; }
.midgets-launch dl > div { display:grid; grid-template-columns:180px 1fr; gap:20px; padding:10px 0; }
.midgets-launch dt,.midgets-launch .pending { color:#555b52; }
.midgets-launch .unavailable { color:#555b52; border-color:#969a8c; }
.midgets-launch .button:not(.unavailable) { background:var(--dark); color:var(--paper); }
.midgets-signoff { display:flex; justify-content:space-between; gap:20px; font:18px/1.5 'Courier New',monospace; margin-top:25px; }
.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:700px) {
 .midgets-page { padding:16px; margin-left:-8px; margin-right:-8px; }
 .wall-wordmark h1 { -webkit-text-stroke:1px var(--dark); text-shadow:2px 3px 0 var(--dark); font-size:11vw; margin-top:2px; }
 .wall-wordmark > span { font-size:18px; }
 .hero-placeholder { font-size:18px; bottom:4px; left:5px; }
 .midgets-hero { border-width:2px; }
 .midgets-intro,.midgets-take { grid-template-columns:1fr; gap:20px; padding:32px 0 40px; }
 .midgets-tagline { font-size:32px; }
 .moods-heading { flex-direction:column; align-items:start; gap:18px; }
 .moods-grid { grid-template-columns:1fr; gap:14px; }
 .mood { display:grid; grid-template-columns:1fr 1fr; column-gap:16px; align-items:center; padding:14px; }
 .mood-art { grid-row:span 2; }
 .mood h3 { font-size:20px; margin:0; align-self:end; }
 .mood-downloads { gap:10px; align-self:start; margin-top:12px; }
 .midgets-topline { font-size:18px; gap:12px; flex-wrap:wrap; }
 .midgets-launch dl > div { grid-template-columns:1fr; gap:2px; }
 .midgets-signoff { flex-direction:column; }
}
@media(prefers-reduced-motion:reduce) { .midgets-page * { transition:none!important; } }
/* Token information uses the same paper, ink and flat-color palette. */
.token-panel { padding:24px; background:#ffe577; border:3px solid var(--dark); border-top:0; }
.token-panel-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.token-panel-heading span,.token-channel-note { font:18px/1.5 'Courier New',monospace; }
.token-facts { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px 24px; margin:24px 0; }
.token-facts div { min-width:0; }
.token-facts dt { font:18px/1.5 'Courier New',monospace; color:#394440; }
.token-facts dd { margin:5px 0 0; font-size:20px; font-weight:700; overflow-wrap:anywhere; }
.token-actions { display:flex; flex-wrap:wrap; gap:10px; }
.token-action { display:inline-flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px; min-height:46px; padding:12px 16px; border:2px solid var(--dark); border-radius:0; background:var(--dark); color:var(--paper); text-decoration:none; font:bold 20px/1.4 Arial,Helvetica,sans-serif; cursor:pointer; }
.token-action small { font:18px/1.4 'Courier New',monospace; }
.token-action:disabled { background:transparent; color:#4e5146; border-color:#777861; cursor:not-allowed; }
.token-social { background:transparent; color:var(--dark); }
.token-action:focus-visible,.contract-copy input:focus-visible { outline:3px solid var(--blue); outline-offset:4px; }
.token-channel-note { margin:16px 0 0; }
.token-section { padding:48px 20px 28px; }
.token-section > div { display:flex; align-items:baseline; justify-content:space-between; gap:20px; }
.token-section p,.token-how p { font-size:20px; line-height:1.6; }
.token-how { padding:32px 20px; background:#f2bca5; }
.token-how ol { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px; padding-left:24px; margin:28px 0 0; }
.token-how li::marker { font:bold 20px 'Courier New',monospace; }
.token-how h3 { font-size:20px; margin:0; }
.token-how p { margin-bottom:0; }
.token-contract { padding:40px 20px 20px; }
.contract-copy { display:flex; gap:12px; margin-top:20px; }
.contract-copy input { min-width:0; width:100%; padding:18px; border:2px solid var(--dark); border-radius:0; color:var(--dark); background:#9ee0ed; font:20px/1.5 'Courier New',monospace; }
.copy-status { font:18px/1.5 'Courier New',monospace; }
.token-link-section { padding:12px 20px 32px; border-bottom:1px solid #b5b5a4; }
.token-link-section h2 { margin-bottom:20px; }
@media(max-width:700px) {
 .token-panel { padding:18px 14px; border-width:2px; }
 .token-panel-heading,.token-section > div { flex-direction:column; align-items:start; gap:10px; }
 .token-facts { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
 .token-panel-heading h2 { font-size:25px; }
 .token-actions > * { flex:1 1 120px; }
 .token-section,.token-contract { padding:32px 0 20px; }
 .token-how { padding:26px 18px; }
 .token-how ol { grid-template-columns:1fr; gap:22px; }
 .contract-copy { flex-direction:column; }
 .token-link-section { padding:12px 0 28px; }
}

@media(max-width:700px) {
 .take-links a { flex-wrap:wrap; gap:6px 16px; }
 .mood { grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
}

/* Reading size stays large on narrow screens too. */
.token-panel-heading,.midgets-topline { flex-wrap:wrap; }
.token-facts { grid-template-columns:repeat(3,minmax(0,1fr)); }
.token-action { min-height:54px; }
.token-actions > * { flex:1 1 170px; }
@media(max-width:700px) {
 .token-facts { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .token-panel-heading span { flex-basis:100%; }
 .mood { grid-template-columns:1fr; }
 .mood-art { grid-row:auto; max-width:220px; }
 .mood h3 { margin-top:14px; }
 .mood-downloads { gap:16px; }
}

/* Launch facts stay on the same paper-and-ink sheet. */
.token-primary { box-shadow:4px 4px 0 #ed5541; }
.tokenomics { padding:32px 20px; border-top:2px solid var(--dark); }
.token-tax { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin:24px 0; }
.token-tax dt { font:18px/1.5 'Courier New',monospace; }
.token-tax dd { margin:4px 0 0; font:bold 40px/1.2 Arial,Helvetica,sans-serif; }
.token-allocation { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; padding:0; list-style:none; font:20px/1.5 'Courier New',monospace; }
.tokenomics p { font-size:20px; line-height:1.7; }
@media(max-width:700px) {
 .tokenomics { padding:28px 0; }
 .token-allocation { grid-template-columns:1fr; }
 .token-panel .token-facts div:nth-child(3) { grid-column:1 / -1; }
}

.midgets-stickers { margin-top:32px; padding:28px 24px; border:3px solid var(--dark); background:#ffe577; }
.stickers-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.stickers-heading p { margin:12px 0 0; font-size:20px; line-height:1.6; }
.stickers-heading .token-action { flex-shrink:0; }
.sticker-preview { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; list-style:none; padding:0; margin:28px 0 20px; }
.sticker-preview img { display:block; width:100%; height:auto; }
.sticker-pack-note { margin:0; font:18px/1.6 'Courier New',monospace; }
@media(max-width:900px) {
 .sticker-preview { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media(max-width:700px) {
 .midgets-stickers { padding:24px 14px; border-width:2px; }
 .stickers-heading { flex-direction:column; align-items:stretch; gap:18px; }
 .sticker-preview { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
