:root {
  --ink: #171321;
  --paper: #f5f0e8;
  --paper-dark: #e9e0d4;
  --pink: #ff4ea3;
  --blue: #3757ff;
  --green: #c5f23a;
  --orange: #ff7446;
  --line: 2px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --sans: 'Arial Narrow', 'Trebuchet MS', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button { font: inherit; color: inherit; cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { position: relative; color: var(--ink); text-decoration: none; font-weight: 700; font-size: clamp(1.6rem, 4vw, 2.4rem); letter-spacing: -.11em; line-height: .7; }
.logo-hot { color: var(--pink); text-shadow: 2px 2px 0 var(--ink); }.logo-slash { color: var(--ink); padding: 0 4px; }.logo-not { color: var(--blue); text-shadow: 2px 2px 0 var(--ink); }
.logo-sub { display: block; margin-top: 11px; font-family: var(--mono); letter-spacing: .02em; font-size: .48rem; line-height: 1; }.logo-sub sup { color: var(--pink); }
.header-status, .leaderboard-link, .card-label, .judge-number, .eyebrow, .counter, .live-pill, .filter-button, .text-button, .size-control, .skip-button { font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; }
.header-tools { display: flex; align-items: center; gap: 19px; }.leaderboard-link { color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--pink); padding-bottom: 4px; font-size: .59rem; }.leaderboard-link:hover, .leaderboard-link.active { color: var(--blue); }.header-status { font-weight: 500; }.status-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 3px rgba(255,78,163,.18); margin-right: 7px; vertical-align: 1px; }
.ticker { overflow: hidden; border-top: var(--line); border-bottom: var(--line); background: var(--green); white-space: nowrap; font-family: var(--mono); font-size: .64rem; font-weight: 500; letter-spacing: .08em; }.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }.ticker span { padding: 9px 34px; border-right: 1px solid var(--ink); }
@keyframes ticker { to { transform: translateX(-50%); } }
.hero-section { min-height: 475px; display: block; padding: 78px 7% 86px; position: relative; }
.eyebrow { margin: 0 0 15px; color: var(--blue); font-weight: 500; }.hero-topline { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; max-width: 1000px; }.hero-copy h1 { margin: 0; font-size: clamp(3.1rem, 7.4vw, 6.5rem); font-weight: 700; line-height: .84; letter-spacing: -.09em; }.hero-copy h1 span { color: var(--pink); text-shadow: 3px 3px 0 var(--ink); }.hero-lede { max-width: 480px; margin: 25px 0 29px; font-size: .95rem; line-height: 1.5; }.hero-lede strong { color: var(--pink); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }.button { border: var(--line); box-shadow: 4px 4px 0 var(--ink); padding: 14px 18px 13px; font-family: var(--mono); font-size: .68rem; letter-spacing: .03em; font-weight: 500; transition: transform .14s, box-shadow .14s; text-decoration: none; color: var(--ink); }.button:hover { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }.button span { font-size: 1.05rem; margin-left: 8px; }.button-primary { background: var(--pink); }.button-ghost { background: transparent; }.button-submit { background: var(--green); white-space: nowrap; }
.hero-sticker { flex: 0 0 auto; width: 190px; height: 190px; margin: -34px 5px 0 0; background: var(--blue); border: var(--line); color: white; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(9deg); box-shadow: 8px 8px 0 var(--ink); position: relative; }.hero-sticker::after { content: ''; position: absolute; inset: 12px; border: 1px dashed white; border-radius: 50%; }.sticker-burst { font-family: var(--mono); font-size: .64rem; color: var(--green); position: absolute; top: 31px; }.sticker-main { font-size: 1.5rem; font-weight: 700; line-height: .88; letter-spacing: -.07em; }.sticker-mini { position: absolute; bottom: 31px; font-family: var(--mono); font-size: .37rem; letter-spacing: .03em; }
.studio-grid { display: grid; grid-template-columns: minmax(0, 1.46fr) minmax(300px, .74fr); gap: 26px; align-items: start; }.card { border: var(--line); background: var(--paper); box-shadow: var(--shadow); }.draw-card { padding: 18px 20px 20px; }.card-topline { display: flex; justify-content: space-between; align-items: center; gap: 10px; border-bottom: var(--line); padding-bottom: 12px; }.card-label { font-weight: 500; }.live-pill { color: #278700; font-size: .59rem; }.draw-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 16px 0 12px; }.draw-heading h2 { margin: 0; font-size: 1.45rem; letter-spacing: -.05em; }.counter { font-size: .58rem; color: #6f6672; white-space: nowrap; }
.canvas-wrap { position: relative; border: var(--line); background-color: #fffdfa; background-image: linear-gradient(rgba(23,19,33,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,19,33,.08) 1px, transparent 1px); background-size: 32px 32px; aspect-ratio: 1.4; overflow: hidden; }.canvas-wrap::before, .canvas-wrap::after { content: ''; position: absolute; width: 18px; height: 18px; border-top: 2px solid var(--pink); border-left: 2px solid var(--pink); top: 9px; left: 9px; pointer-events: none; }.canvas-wrap::after { top: auto; left: auto; bottom: 9px; right: 9px; border: 0; border-right: 2px solid var(--pink); border-bottom: 2px solid var(--pink); }.canvas-wrap canvas { display: block; width: 100%; height: 100%; touch-action: none; cursor: crosshair; }.canvas-note { position: absolute; pointer-events: none; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; font-family: var(--mono); color: rgba(23,19,33,.43); font-size: .67rem; line-height: 1.5; letter-spacing: .08em; }.canvas-note span { font-size: .55rem; letter-spacing: 0; }
.tool-row { min-height: 51px; display: flex; align-items: center; gap: 15px; border-bottom: var(--line); flex-wrap: wrap; }.palette { display: flex; gap: 6px; margin-right: 3px; }.swatch { width: 20px; height: 20px; padding: 0; border: 2px solid var(--ink); border-radius: 50%; background: var(--ink); }.swatch.active { outline: 2px solid var(--paper); box-shadow: 0 0 0 3px var(--ink); }.swatch-pink { background: var(--pink); }.swatch-blue { background: var(--blue); }.swatch-green { background: var(--green); }.size-control { display: flex; align-items: center; gap: 6px; margin-right: auto; }.size-control input { accent-color: var(--pink); width: 74px; }.size-control span { min-width: 18px; }.text-button { border: 0; background: none; padding: 5px 0; font-size: .62rem; }.text-button:hover { color: var(--pink); }.submit-row { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-top: 17px; }.submit-row p { margin: 0; font-family: var(--mono); font-size: .58rem; line-height: 1.55; }.submit-row p span { color: #766b77; }
.judge-column { display: grid; gap: 20px; }.judge-card { background: var(--pink); padding: 18px; }.judge-number { font-size: .54rem; }.judge-intro { display: flex; align-items: center; justify-content: space-between; margin: 19px 3px 14px; }.judge-intro > span { font-family: var(--mono); font-size: .7rem; transform: rotate(-7deg); }.judge-intro strong { font-size: 2.15rem; line-height: .75; letter-spacing: -.11em; text-align: right; text-shadow: 2px 2px 0 var(--ink); }.judge-intro em { font-size: 1.05rem; font-style: normal; color: var(--green); text-shadow: none; }.featured-art { height: 205px; background: #fffdfa; border: var(--line); position: relative; display: grid; place-items: center; overflow: hidden; background-image: radial-gradient(rgba(23,19,33,.12) .8px, transparent .8px); background-size: 12px 12px; }.featured-art svg { width: 88%; height: 88%; }.vote-meter { margin-top: 15px; }.meter-label { display: flex; justify-content: space-between; font-family: var(--mono); font-size: .6rem; font-weight: 500; }.meter-track { height: 12px; margin-top: 7px; border: var(--line); background: white; }.meter-hot { width: 50%; height: 100%; background: var(--green); transition: width .3s ease; }.vote-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }.vote-button { border: var(--line); box-shadow: 3px 3px 0 var(--ink); padding: 11px 8px 10px; font-family: var(--mono); font-size: .72rem; font-weight: 500; transition: transform .14s, box-shadow .14s; }.vote-button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }.vote-hot { background: var(--green); }.vote-not { background: var(--blue); color: white; }.vote-button span { margin-left: 5px; font-size: .95rem; }.skip-button { background: transparent; border: 0; display: block; margin: 15px auto 0; font-size: .58rem; padding: 3px; }.skip-button:hover { text-decoration: underline; }.judge-message { min-height: 17px; margin: 11px 0 -2px; text-align: center; font-family: var(--mono); font-size: .56rem; }.tiny-note { display: flex; align-items: flex-start; gap: 13px; border: var(--line); padding: 13px; background: var(--green); box-shadow: 4px 4px 0 var(--ink); }.tiny-star { font-size: 1.5rem; line-height: 1; }.tiny-note p { margin: 0; font-family: var(--mono); font-size: .58rem; line-height: 1.5; }.tiny-note strong { color: var(--pink); }
.form-message { min-height: 14px; margin: 10px 0 0; color: var(--pink); font-family: var(--mono); font-size: .64rem; }.form-message.success { color: #278700; }
.wall-section { padding: 110px 0 86px; }.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 26px; }.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: .9; letter-spacing: -.09em; }.wall-controls { display: flex; gap: 11px; }.filter-button { border: 0; border-bottom: 2px solid transparent; background: none; padding: 6px 0; font-size: .58rem; }.filter-button.active, .filter-button:hover { border-color: var(--pink); }.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }.gallery-card { border: var(--line); background: #fffdfa; min-width: 0; }.gallery-art { aspect-ratio: 1.18; display: grid; place-items: center; border-bottom: var(--line); background-image: radial-gradient(rgba(23,19,33,.12) .8px, transparent .8px); background-size: 12px 12px; }.gallery-art svg { width: 88%; height: 88%; }.gallery-meta { padding: 12px 13px 13px; }.gallery-meta-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }.gallery-index, .gallery-score { font-family: var(--mono); font-size: .58rem; }.gallery-score { color: var(--blue); }.gallery-actions { display: flex; gap: 6px; margin-top: 11px; }.mini-vote { flex: 1; border: 1px solid var(--ink); padding: 7px 5px; background: var(--paper); font-family: var(--mono); font-size: .57rem; }.mini-vote:hover { background: var(--green); }.mini-vote.not:hover { background: var(--blue); color: white; }.empty-state { text-align: center; border: var(--line); padding: 54px 20px; font-family: var(--mono); }.empty-state span { font-size: 2rem; }.empty-state p { font-size: .7rem; }
.leaderboard-section { padding-top: 80px; }.leaderboard-hero { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding-bottom: 32px; border-bottom: var(--line); margin-bottom: 35px; }.leaderboard-hero h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 6.8rem); line-height: .8; letter-spacing: -.1em; }.leaderboard-hero h1 span { color: var(--pink); text-shadow: 3px 3px 0 var(--ink); }.leaderboard-hero p:not(.eyebrow) { max-width: 440px; margin: 22px 0 0; line-height: 1.45; }.leaderboard-back { flex: 0 0 auto; }.leaderboard-message { min-height: 18px; color: var(--pink); font-family: var(--mono); font-size: .62rem; margin: 16px 0 0; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0 26px; border-top: var(--line); font-family: var(--mono); font-size: .52rem; letter-spacing: .05em; }.site-footer span:nth-child(2) { text-align: center; }
@media (max-width: 820px) { .shell { width: min(100% - 30px, 600px); }.site-header { min-height: 76px; }.header-status { font-size: .54rem; }.hero-section { min-height: 0; padding: 42px 0 42px; }.hero-topline { min-height: 112px; }.hero-sticker { width: 145px; height: 145px; margin: -24px 0 0 0; }.sticker-main { font-size: 1.05rem; }.sticker-burst { top: 24px; }.sticker-mini { bottom: 22px; font-size: .3rem; }.studio-grid { grid-template-columns: 1fr; }.judge-column { grid-row: 1; }.judge-card { max-width: 560px; margin: 0 auto; width: 100%; }.tiny-note { display: none; }.gallery { grid-template-columns: repeat(2, 1fr); }.wall-section { padding-top: 80px; }.leaderboard-hero { align-items: flex-start; flex-direction: column; }.leaderboard-back { width: auto; } }
@media (max-width: 520px) { .shell { width: calc(100% - 24px); }.header-status { display: none; }.header-tools { gap: 0; }.leaderboard-link { font-size: .54rem; }.hero-section { padding: 28px 0 30px; }.hero-topline { min-height: 92px; gap: 10px; }.hero-topline .eyebrow { max-width: 190px; font-size: .58rem; }.hero-sticker { width: 104px; height: 104px; margin: -12px 0 0 0; box-shadow: 5px 5px 0 var(--ink); }.hero-sticker::after { inset: 8px; }.sticker-main { font-size: .75rem; }.sticker-burst { top: 18px; font-size: .48rem; }.sticker-mini { bottom: 18px; font-size: .22rem; }.hero-copy h1 { font-size: clamp(3.15rem, 17vw, 5rem); }.hero-lede { font-size: .78rem; line-height: 1.35; margin: 16px 0 19px; }.hero-actions { display: grid; grid-template-columns: 1fr 1fr; }.button { width: 100%; }.draw-card { padding: 13px; }.draw-heading { display: block; }.counter { display: block; margin-top: 7px; }.tool-row { gap: 12px; }.size-control { order: 5; width: 100%; margin: 1px 0 4px; }.size-control input { flex: 1; }.submit-row { align-items: flex-start; flex-direction: column; }.button-submit { width: 100%; }.gallery { grid-template-columns: 1fr; }.section-heading { display: block; }.wall-controls { margin-top: 21px; }.leaderboard-section { padding-top: 48px; }.leaderboard-hero { padding-bottom: 24px; margin-bottom: 26px; }.leaderboard-hero h1 { font-size: 3.4rem; }.leaderboard-back { width: 100%; }.site-footer { flex-direction: column; gap: 8px; }.site-footer span:nth-child(2) { text-align: left; order: 3; } }

/* Home page: make the judge the front-and-center experience. */
.home-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); align-items: center; gap: clamp(34px, 5vw, 76px); }
.home-shell .hero-section { grid-column: 1; grid-row: 1; }
.home-shell .studio-grid { grid-column: 2; grid-row: 1; }
.home-shell .studio-grid.judge-only { grid-template-columns: minmax(0, 430px); justify-content: center; }
.home-shell .studio-grid.judge-only .judge-column { width: 100%; }
.drawing-active .home-shell { display: block; }
.featured-art { touch-action: pan-y; }

@media (max-width: 820px) {
  .home-shell { display: block; }
  .home-shell .studio-grid.judge-only { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero-section { padding-top: 18px; padding-bottom: 22px; }
  .hero-topline { min-height: 76px; }
  .hero-sticker { width: 88px; height: 88px; margin-top: -7px; }
  .hero-sticker::after { inset: 7px; }
  .sticker-main { font-size: .64rem; }
  .sticker-burst { top: 15px; font-size: .42rem; }
  .sticker-mini { bottom: 15px; font-size: .18rem; }
  .hero-copy h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-lede { display: none; }
  .hero-actions { margin-top: 17px; }
  .judge-card { padding: 14px; }
  .judge-intro { margin: 12px 3px 10px; }
  .featured-art { height: 165px; }
  .skip-button { margin-top: 9px; }
}

/* Keep the voting moment above the fold on real devices. */
.site-header { min-height: 68px; }
.ticker span { padding-top: 7px; padding-bottom: 7px; }
.home-shell { align-items: start; }
.home-shell .hero-section { min-height: 0; padding-top: 36px; padding-bottom: 28px; }
.home-shell .judge-only .tiny-note { display: none; }

@media (max-width: 820px) {
  .site-header { min-height: 58px; }
  .home-shell .hero-section { padding-top: 22px; padding-bottom: 20px; }
}

@media (max-width: 520px) {
  .site-header { min-height: 50px; }
  .logo { font-size: 1.48rem; }
  .logo-sub { margin-top: 7px; font-size: .4rem; }
  .ticker { font-size: .56rem; }
  .ticker span { padding: 6px 22px; }
  .home-shell .hero-section { padding-top: 12px; padding-bottom: 14px; }
  .hero-topline { min-height: 64px; }
  .hero-sticker { width: 76px; height: 76px; margin-top: -4px; box-shadow: 4px 4px 0 var(--ink); }
  .hero-sticker::after { inset: 6px; }
  .sticker-main { font-size: .55rem; }
  .sticker-burst { top: 13px; font-size: .36rem; }
  .sticker-mini { bottom: 13px; font-size: .15rem; }
  .hero-copy h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .hero-actions { margin-top: 10px; }
  .hero-actions .button { padding: 11px 14px 10px; }
  .judge-card { padding: 10px; }
  .judge-card .card-topline { padding-bottom: 8px; }
  .judge-intro { margin: 9px 3px 7px; }
  .judge-intro strong { font-size: 1.9rem; }
  .featured-art { height: 140px; }
  .vote-meter { margin-top: 10px; }
  .vote-buttons { margin-top: 9px; }
  .vote-button { padding: 8px 6px 7px; }
  .skip-button { margin-top: 6px; }
  .judge-message { margin-top: 7px; }
}

.flying-button { background: var(--blue); color: white; border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); padding: 9px 11px 8px; font-size: .57rem; white-space: nowrap; }
.flying-button:hover { color: var(--ink); background: var(--green); }
.flying-active { overflow: hidden; background: #05050d; }
.flying-active > *:not(.flying-mode) { visibility: hidden; }
.flying-mode { position: fixed; inset: 0; z-index: 100; overflow: hidden; color: #fff8cf; background: radial-gradient(circle at 52% 52%, #171742 0, #08081c 44%, #03030a 100%); font-family: var(--mono); }
.flying-stars { position: absolute; inset: 0; opacity: .9; }
.flying-star { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #fff8cf; animation: flying-twinkle var(--twinkle) ease-in-out var(--twinkle-delay) infinite alternate; }
.flying-star:nth-child(3n) { width: 3px; height: 3px; background: #70e2ff; }
.flying-title { position: absolute; z-index: 2; top: 26px; left: 32px; color: var(--pink); font-size: clamp(1.2rem, 3vw, 2.4rem); letter-spacing: -.05em; text-shadow: 3px 3px 0 #05050d; }
.flying-title span { color: var(--green); }.flying-subtitle { position: absolute; z-index: 2; top: 62px; left: 35px; font-size: .58rem; letter-spacing: .13em; color: #fff8cf; opacity: .8; }.flying-field { position: absolute; inset: 0; }.flying-sprite { position: absolute; top: var(--sprite-y); left: 0; width: var(--sprite-size); height: var(--sprite-size); opacity: .96; animation: flying-cross-screen var(--sprite-duration) linear var(--sprite-delay) infinite; }.flying-sprite svg { display: block; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 0 5px currentColor); }
@keyframes flying-twinkle { from { opacity: .2; transform: scale(.7); } to { opacity: 1; transform: scale(1.4); } }
@keyframes flying-cross-screen { 0% { transform: translate3d(-18vw, 0, 0) rotate(-18deg) scale(var(--sprite-scale)); } 45% { transform: translate3d(48vw, var(--sprite-wave), 0) rotate(14deg) scale(var(--sprite-scale)); } 100% { transform: translate3d(118vw, calc(var(--sprite-wave) * -1), 0) rotate(-18deg) scale(var(--sprite-scale)); } }

@media (max-width: 520px) {
  .wall-controls { flex-wrap: wrap; }
  .flying-button { width: 100%; }
}

.pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 30px; }
.pagination-button { padding: 9px 12px 8px; font-size: .58rem; background: var(--paper); }
.pagination-button:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: 4px 4px 0 var(--ink); }
.pagination-status { min-width: 60px; text-align: center; font-family: var(--mono); font-size: .58rem; }
.gallery-art-link { display: grid; color: inherit; text-decoration: none; }
.gallery-art-link:hover { background-color: #fff3f8; }
.gallery-link-row { min-height: 17px; margin-top: 8px; }
.drawing-link { color: var(--blue); font-family: var(--mono); font-size: .53rem; letter-spacing: .04em; text-decoration: none; }
.drawing-link:hover { color: var(--pink); text-decoration: underline; }
.drawing-link-demo { color: #8b808a; }
.drawing-page { padding: 76px 0 84px; }
.drawing-back { display: inline-block; color: var(--blue); font-family: var(--mono); font-size: .62rem; letter-spacing: .05em; text-decoration: none; margin-bottom: 22px; }
.drawing-back:hover { color: var(--pink); }
.single-drawing-card { max-width: 860px; margin: 0 auto; padding: 18px; }
.single-drawing-art { min-height: min(62vw, 560px); display: grid; place-items: center; border: var(--line); background: #fffdfa; background-image: radial-gradient(rgba(23,19,33,.12) .8px, transparent .8px); background-size: 12px 12px; }
.single-drawing-art svg { width: 88%; height: 88%; }
.single-drawing-meta { display: flex; justify-content: space-between; align-items: end; gap: 28px; padding-top: 20px; }
.single-drawing-meta .eyebrow { margin-bottom: 8px; }
.single-drawing-meta h1 { margin: 0; font-size: clamp(2.7rem, 8vw, 5.8rem); line-height: .8; letter-spacing: -.09em; color: var(--pink); text-shadow: 3px 3px 0 var(--ink); }
.single-drawing-meta p:not(.eyebrow) { margin: 12px 0 0; font-family: var(--mono); font-size: .62rem; }
.single-drawing-actions { min-width: 280px; }
.share-button { width: 100%; margin-top: 16px; padding: 10px 12px 9px; background: var(--green); font-size: .57rem; }
.drawing-message { min-height: 17px; margin: 17px 0 0; text-align: center; color: var(--pink); font-family: var(--mono); font-size: .59rem; }
.judge-share-button { width: 100%; margin-top: 9px; border: 1px solid var(--ink); background: #fffdfa; padding: 7px 8px 6px; font-family: var(--mono); font-size: .56rem; letter-spacing: .03em; box-shadow: 2px 2px 0 var(--ink); }.judge-share-button:hover { background: var(--green); }.judge-share-button:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }

@media (max-width: 520px) {
  .pagination { gap: 8px; }
  .pagination-button { padding-left: 8px; padding-right: 8px; }
  .drawing-page { padding-top: 34px; }
  .single-drawing-card { padding: 11px; }
  .single-drawing-art { min-height: 72vw; }
  .single-drawing-meta { align-items: stretch; flex-direction: column; gap: 20px; }
  .single-drawing-actions { min-width: 0; }
  .drawing-back { font-size: .55rem; }
}
