@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Caveat:wght@500;700&display=swap');
:root{color-scheme:light;--blue:#1947ca;--ink:#182d61;--paper:#faf9f5;--line:#c8cddd;--lime:#dcf481}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 'DM Sans',sans-serif}header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 4%;padding:22px 0;border-bottom:2px solid var(--blue)}a{color:inherit}.brand{text-decoration:none;color:var(--blue);font:700 42px/.9 'Caveat',cursive;display:flex;align-items:center;gap:8px}.brand span{font-size:28px}.brand b{font:700 12px 'DM Sans',sans-serif;margin-left:12px;padding:8px 12px;background:var(--lime);border-radius:30px;color:var(--ink)}.header-note{font-size:14px}.studio-link{font-weight:600;text-decoration:none;border-bottom:1px solid var(--blue);padding:5px 0}main{max-width:1560px;margin:auto;padding:30px 4% 0}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.eyebrow{font:700 12px/1.5 'DM Sans',sans-serif;letter-spacing:1.2px;margin:0 0 13px}h1{font:600 clamp(40px,4.5vw,66px)/1.04 'Space Grotesk',sans-serif;letter-spacing:-3px;color:var(--blue);margin:0}h1 em{font-family:'Caveat',cursive;font-size:1.12em;letter-spacing:-1px;font-weight:700}.intro{padding:5px 35px 0;text-align:right}.intro p{font-size:16px;line-height:1.6;margin:4px 0}.scribble{font:700 32px 'Caveat',cursive;color:var(--blue);display:inline-block;transform:rotate(-6deg)}.studio{display:grid;grid-template-columns:minmax(0,1fr) 345px;background:white;border:2px solid var(--blue);box-shadow:7px 7px 0 #1947ca;scroll-margin-top:20px}.stage{min-width:0;border-right:2px solid var(--blue)}.stagebar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 22px;font-size:12px;background:var(--blue);color:white}.stagebar>span:first-child{font-weight:700;letter-spacing:1px}.stagebar i{display:inline-block;width:8px;height:8px;background:var(--lime);border-radius:50%;margin-right:6px}#clock{font-variant-numeric:tabular-nums}.canvaswrap{position:relative;padding:26px 34px 34px;background:#e8edfa}canvas{display:block;width:100%;height:auto;max-height:53vh;object-fit:contain;background:#fff;box-shadow:0 4px 10px #182d6120}.tape{position:absolute;bottom:17px;right:28px;padding:3px 15px;background:#e2ef99e8;color:var(--ink);font:500 21px 'Caveat',cursive;transform:rotate(-3deg)}.transport{display:flex;align-items:center;gap:10px;padding:16px 22px}.transport>span{margin-left:auto;font-size:12px;color:#526083}button{cursor:pointer;border:1px solid var(--blue);background:white;color:var(--blue);border-radius:5px;font:600 14px 'DM Sans',sans-serif;padding:11px 17px}button:hover:enabled{background:#e8edfa}button:focus-visible,a:focus-visible{outline:3px solid #e46b35;outline-offset:4px}button:disabled{opacity:.45;cursor:not-allowed}aside{padding:24px}.artist{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:1px dashed var(--line)}.portrait{flex:0 0 85px;height:110px;background-image:url('smudge.png');background-size:242px 161px;background-position:-9px -41px;background-repeat:no-repeat}.artist .eyebrow{font-size:10px;letter-spacing:.6px;margin-bottom:3px}.artist h2{font:700 38px/1 'Caveat',cursive;margin:0;color:var(--blue)}.artist p:last-child{font-size:12px;margin:7px 0 0}.art-details{margin-top:22px}.art-details .eyebrow{display:flex;justify-content:space-between;color:#526083}.art-details h2{font:600 29px/1.13 'Space Grotesk',sans-serif;letter-spacing:-1px;margin:12px 0;color:var(--blue)}.art-details>p:last-child{font-size:14px;color:#526083;line-height:1.6}.progresshead{display:flex;justify-content:space-between;gap:10px;font-size:14px;margin-top:24px}progress{display:block;width:100%;height:8px;margin:12px 0;accent-color:var(--blue);border:0}progress::-webkit-progress-bar{background:#e8edfa}progress::-webkit-progress-value{background:var(--blue)}.stats{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#526083}#phase{font-family:'Caveat',cursive;font-size:23px;line-height:1.2;margin:24px 0 18px;color:var(--blue)}#download{width:100%;background:var(--blue);color:white;border:0}#download:hover:enabled{background:#103292}.caption{font-size:12px;line-height:1.5;color:#526083}.bottom{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;padding:48px 0 34px}.manifesto h2{font:600 28px/1.2 'Space Grotesk',sans-serif;letter-spacing:-1px;margin:14px 0}.manifesto>p:not(.eyebrow){color:#526083;line-height:1.7}.coin-note{font-size:12px}.post{background:#e9edfb;padding:24px;border-radius:3px;transform:rotate(-1deg)}.post .eyebrow{display:flex;justify-content:space-between;gap:12px;font-size:11px}.post .eyebrow span{white-space:nowrap}#posttext{white-space:pre-line;font-size:17px;line-height:1.5}footer{background:var(--blue);color:white;padding:22px 4%;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:12px}footer strong{font:700 32px 'Caveat',cursive}footer span:last-child{max-width:320px;text-align:right}@media(min-width:1500px){.canvaswrap{padding-left:60px;padding-right:60px}}@media(max-width:1000px){.studio{grid-template-columns:minmax(0,1fr) 300px}aside{padding:18px}.header-note{display:none}.canvaswrap{padding:20px 16px 32px}.stagebar{padding:14px;flex-wrap:wrap}.transport{padding:14px;flex-wrap:wrap}.transport>span{width:100%;margin:0}.portrait{flex-basis:68px}.artist{gap:8px}.art-details h2{font-size:26px}.bottom{gap:30px}}@media(max-width:760px){header{margin:0 20px}.brand{font-size:35px}.brand b{margin-left:0;font-size:10px}.studio-link{font-size:14px}.intro{display:none}main{padding:25px 18px 0}.heading{margin-bottom:24px}h1{letter-spacing:-2px}.studio{grid-template-columns:1fr;box-shadow:4px 4px 0 var(--blue)}.stage{border-right:0;border-bottom:2px solid var(--blue)}canvas{max-height:none}.transport>span{width:auto;margin-left:auto}.artist{justify-content:flex-start}.portrait{flex-basis:85px}.bottom{grid-template-columns:1fr;gap:24px;padding-top:35px}.post{transform:none}footer{flex-wrap:wrap}footer span:last-child{text-align:left;max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.recent{padding-top:48px;scroll-margin-top:24px}.recent h2{font:600 36px/1.1 "Space Grotesk",sans-serif;color:var(--blue);margin:0 0 12px}.recent>p:not(.eyebrow){color:#526083}.recent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}.painting-card{padding:0 0 18px;text-align:left;overflow:hidden;border-radius:3px}.painting-card img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;margin-bottom:16px}.painting-card strong,.painting-card span{display:block;margin:0 18px}.painting-card strong{font-size:20px}.painting-card span{font-size:12px;margin-top:8px;color:#526083}dialog{width:min(1000px,94vw);max-height:92vh;overflow:auto;border:2px solid var(--blue);background:var(--paper);color:var(--ink);padding:22px}dialog::backdrop{background:#101c40bb}dialog img{width:100%;height:auto;display:block}#art-close{float:right}dialog h2{padding-right:100px}@media(max-width:760px){.recent-grid{grid-template-columns:1fr}header{flex-wrap:wrap;gap:12px}.recent h2{font-size:30px}}
