:root{--ink:#252b1c;--lime:#d3e936;--paper:#f8f8ef;--line:rgba(37,43,28,.23);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:#10121c;padding:32px 24px 40px}button,input{font:inherit;color:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.32;cursor:default}button:focus-visible,input:focus-visible{outline:2px solid var(--ink);outline-offset:5px}button{touch-action:manipulation}[hidden]{display:none!important}.game-shell{width:min(1100px,100%);margin:auto;background:var(--lime);border:1px solid rgba(255,255,255,.4);border-radius:10px;padding:36px 44px 26px;box-shadow:0 16px 70px #0002;transition:background .6s;overflow:hidden}.game-shell.racing{background:#d6dfb5}.masthead{display:flex;align-items:center;justify-content:space-between;padding-bottom:29px;border-bottom:1px solid var(--line)}.wordmark{background:none;border:0;padding:0;font-size:25px;letter-spacing:-1.5px;font-weight:850}.wordmark span{margin-left:0}.header-actions{display:flex;gap:24px;align-items:center}.text-button{border:0;padding:4px 0;background:transparent;font-size:13px;line-height:1.5;white-space:nowrap}.text-button:hover:not(:disabled){opacity:.65}.sound-button{display:flex;gap:7px;align-items:center}#sound-icon{font-size:18px}.draw-intro{display:flex;justify-content:space-between;align-items:flex-end;padding:42px 0 30px}.eyebrow{font-size:12px;line-height:1.5;margin:0 0 12px;font-weight:500;letter-spacing:.05em}h1{font-size:66px;line-height:1.15;letter-spacing:-3px;font-weight:900;margin:0}h1 span{font-weight:400;letter-spacing:-2px}.intro-aside{font-size:15px;line-height:1.85;margin:0 2px 8px;letter-spacing:.03em}.drawing-card{background:var(--paper);border:1px solid #b2bd60;border-radius:7px;box-shadow:0 5px 0 #7d8d2b55;overflow:hidden}.canvas-meta{display:flex;justify-content:space-between;align-items:center;padding:17px 20px 0;font-size:12px;color:#727968;pointer-events:none}.canvas-meta b{margin-left:7px;font-size:22px;font-weight:400;vertical-align:-2px}.drawing-surface{height:clamp(290px,34vw,390px);position:relative}#drawing-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:crosshair}.empty-hint{position:absolute;bottom:10%;left:0;right:0;text-align:center;color:#a1a78b;font-size:13px;letter-spacing:.1em;pointer-events:none;transition:opacity .2s}.empty-hint.faded{opacity:0}.drawing-tools{padding:8px 20px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px}.swatches{display:flex;gap:10px;align-items:center;padding:2px}.swatch{position:relative;width:23px;height:23px;border-radius:50%;background:var(--swatch);border:1px solid #0001;padding:0}.swatch.selected:after{content:"";position:absolute;inset:-5px;border:1.5px solid var(--swatch);border-radius:50%}.tool-actions{display:flex;gap:23px;align-items:center;color:#6c7261}.guide-button{margin-right:5px;font-size:11px}.guide-button.active{color:#4f5841;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px}.draw-submit-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:27px;gap:24px}.name-field{display:flex;flex-direction:column;width:265px;gap:9px;font-size:12px;color:#596329}.name-field input{border:0;border-bottom:1px solid #89991f66;border-radius:0;background:transparent;outline:none;padding:0 0 8px;font-size:21px;font-weight:650;width:100%;color:var(--ink)}.name-field input:focus{border-bottom-color:var(--ink)}.primary-button{display:flex;align-items:center;justify-content:space-between;gap:35px;min-height:59px;min-width:240px;padding:15px 22px;border:1px solid #252b1c;border-radius:3px;background:var(--ink);color:#eef4c8;font-size:17px;font-weight:650;box-shadow:0 3px 0 #88942f55;transition:transform .16s,background .16s}.primary-button span{font-size:26px;font-weight:400;line-height:1}.primary-button:hover{background:#384329;transform:translateY(-1px)}.primary-button:active{transform:translateY(1px)}.borrow-button{display:block;margin:25px auto 40px;border:0;background:none;padding:6px;font-size:12px}.borrow-button span{margin-left:4px}.borrow-button:hover{text-decoration:underline;text-underline-offset:4px}.page-footer{display:flex;justify-content:space-between;font-size:11px;line-height:1.5;color:#58602d;padding-top:8px;gap:20px}.page-footer i{font-style:normal;padding:0 5px}.race-heading{position:relative;z-index:2;padding:27px 0 0;display:flex;justify-content:space-between;align-items:flex-start}.race-heading .eyebrow{margin-bottom:8px}h2{font-size:30px;letter-spacing:-1px;margin:0;line-height:1.2}.race-stage{height:570px;position:relative;margin:0 -44px;isolation:isolate;transition:height .6s}.race-stage canvas{display:block;width:100%;height:100%}.live-standings{position:absolute;top:25px;right:43px;width:155px;display:grid;gap:4px;z-index:2}.standing-row{display:flex;align-items:center;gap:9px;font-size:11px;padding:9px 11px;border-radius:2px;transition:background .2s;background:#d6dfb52b}.standing-row.is-player{color:#eef4c8;background:var(--ink)}.standing-row b{width:12px;font-weight:500}.standing-dot{height:5px;width:5px;background:var(--horse-color);border-radius:50%}.standing-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.countdown{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:126px;font-weight:850;color:var(--ink);text-shadow:0 2px 0 #f8f8ef80;pointer-events:none;padding-bottom:80px}.countdown.pulse{animation:count-pulse .7s both}@keyframes count-pulse{0%{transform:scale(1.15);opacity:0}15%{opacity:1}80%{opacity:1}100%{transform:scale(.95);opacity:0}}.finish-stamp{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%) rotate(-9deg);font-size:70px;font-weight:850;white-space:nowrap;border:4px solid var(--ink);padding:8px 20px;animation:stamp .3s both}@keyframes stamp{from{opacity:0;transform:translate(-50%,-50%) rotate(-9deg) scale(1.5)}to{opacity:1;transform:translate(-50%,-50%) rotate(-9deg) scale(1)}}.race-progress{position:relative;z-index:2;width:300px;max-width:100%;margin:-8px auto 42px}.distance-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-variant-numeric:tabular-nums;margin-bottom:9px}.progress-track{height:3px;background:#69744045;overflow:hidden}.progress-track div{height:100%;width:0;background:var(--ink);transition:width .12s linear}.race-progress p{font-size:12px;text-align:center;color:#647049;margin:15px -20px 0}.race-stage.finished{height:290px}.race-stage.finished .live-standings{display:none}.results{margin-top:0;animation:rise .55s both}.result-heading{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:26px;gap:16px}.result-heading h2{font-size:57px;letter-spacing:-3px;font-weight:850}.result-copy{font-size:14px;margin:12px 0 0;color:#586143}.result-time{display:flex;flex-direction:column;text-align:right;gap:6px}.result-time strong{font-size:50px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-2px}.result-time span{font-size:12px;color:#657050}.result-actions{display:flex;gap:14px;margin:26px 0 30px}.result-actions .primary-button{flex:1;min-width:0;font-size:15px}.secondary-button{border:1px solid #7d8860;background:transparent;border-radius:3px;padding:15px 20px;min-height:57px;font-size:15px;flex:1;display:flex;align-items:center;justify-content:space-between;gap:20px}.secondary-button:hover{background:#e5ebce80}.score-section{padding:2px 0 24px;animation:rise .45s both}.section-label{border-bottom:1px solid var(--line);padding-bottom:13px;display:flex;justify-content:space-between;gap:20px;font-size:12px}.section-label span:last-child{font-size:11px;color:#657050}.score-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:38px;margin-top:23px}.result-roster{display:flex;flex-direction:column;gap:5px}.roster-row{display:grid;grid-template-columns:22px 64px 1fr 42px;align-items:center;gap:9px;width:100%;text-align:left;padding:12px 10px;background:transparent;border:1px solid transparent;border-radius:3px}.roster-row.selected{background:#f6f7e990;border-color:#b3be94}.roster-row:hover{background:#edf1d670}.roster-row canvas{width:64px;height:42px}.roster-rank{font-size:18px}.roster-person{display:flex;flex-direction:column;gap:5px;min-width:0}.roster-person strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:550}.roster-person span{font-size:11px;color:#64704d}.roster-score{font-size:19px;text-align:right;font-variant-numeric:tabular-nums}.score-detail-heading{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:2px 0 20px}.score-detail h3{font-size:16px;margin:0}.score-detail-heading>span{font-size:12px;color:#596446}.metric-row{display:grid;grid-template-columns:59px 1fr 40px;gap:12px;align-items:center;margin:13px 0;font-size:12px}.metric-row>span:last-child{text-align:right;font-variant-numeric:tabular-nums}.metric-track{height:7px;background:#86966433;border-radius:1px;overflow:hidden}.metric-fill{height:100%;background:var(--ink);transform-origin:left;animation:bar-in .55s both}.score-caption{font-size:11px;line-height:1.7;color:#5d6948;margin-top:18px}.score-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;margin-top:23px;gap:16px;font-size:11px;color:#657050}.score-footer button{font-size:12px}.toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%,15px);background:#252b1cf5;color:#f8f8ed;border:1px solid #ffffff30;padding:13px 20px;font-size:13px;border-radius:4px;z-index:20;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 32px);text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:1px solid #afb99a;background:#f6f7e9;border-radius:8px;padding:27px 30px 30px;max-width:460px;width:calc(100% - 36px);color:var(--ink);box-shadow:0 20px 100px #0004}dialog::backdrop{background:#10121b99;backdrop-filter:blur(5px)}.dialog-top{display:flex;align-items:center;justify-content:space-between}.dialog-top .eyebrow{margin:0}.icon-button{border:0;background:none;font-size:28px;line-height:1;padding:2px 4px}dialog h2{font-size:42px;margin:20px 0;line-height:1.15}dialog ol{padding-left:22px;display:grid;gap:20px;font-size:14px}dialog li{padding-left:5px}dialog li strong{display:block;font-weight:600;margin-bottom:7px}dialog li span{font-size:12px;line-height:1.7;color:#6a735e}.prototype-note{font-size:11px;line-height:1.8;color:#727a68;border-top:1px solid #c7ceba;padding-top:17px;margin:23px 0}.full-width{width:100%;justify-content:center;min-width:0;font-size:15px}@keyframes rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes bar-in{from{transform:scaleX(0)}to{transform:scaleX(1)}}
body{padding:12px 10px 20px}.game-shell{padding:23px 22px 20px;border-radius:7px}.masthead{padding-bottom:20px}.wordmark{font-size:22px}.header-actions{gap:16px}.text-button{font-size:12px}.draw-intro{padding:30px 0 25px}h1{font-size:53px;letter-spacing:-3px}.eyebrow{font-size:10px;margin-bottom:12px}.intro-aside{font-size:12px;margin-bottom:4px}.canvas-meta{padding:12px 12px 0;font-size:10px}.canvas-meta b{font-size:18px}.drawing-surface{height:290px}.drawing-tools{padding:10px 13px 16px}.swatches{gap:9px}.swatch{height:20px;width:20px}.tool-actions{gap:15px}.guide-button{font-size:10px;margin-right:0}.tool-actions .text-button{font-size:11px}.draw-submit-row{gap:20px;margin-top:26px}.name-field{width:45%;font-size:10px;gap:10px}.name-field input{font-size:18px;padding-bottom:8px}.primary-button{min-width:0;min-height:54px;gap:17px;padding:13px 17px;font-size:15px}.primary-button span{font-size:22px}.borrow-button{margin:24px auto 34px;font-size:11px}.page-footer{font-size:9px;gap:10px}.race-heading{padding-top:24px}.race-heading h2{font-size:25px}.race-heading .text-button{font-size:11px}.race-stage{margin:0 -22px;height:510px}.live-standings{top:20px;right:17px;width:122px;gap:2px}.standing-row{font-size:9px;padding:7px 8px;gap:6px}.countdown{font-size:105px}.race-progress{width:250px;margin-top:0;margin-bottom:35px}.distance-row{font-size:11px}.race-progress p{font-size:11px}.race-stage.finished{height:240px}.result-heading{padding-top:22px}.result-heading h2{font-size:44px;letter-spacing:-2px}.result-time strong{font-size:39px}.result-time span{font-size:10px}.result-copy{font-size:12px;line-height:1.6}.result-actions{gap:9px;margin:24px 0}.result-actions .primary-button,.secondary-button{font-size:12px;min-height:51px;padding:12px 12px;gap:8px}.score-layout{grid-template-columns:1fr;gap:24px;margin-top:16px}.roster-row{grid-template-columns:23px 60px 1fr 40px;padding:8px 10px}.score-detail{padding:17px 12px;background:#f4f5e780;border:1px solid #bac49f;border-radius:4px}.score-detail-heading{margin-bottom:17px}.metric-row{margin:15px 0}.score-caption{margin-bottom:0}.section-label{font-size:11px}.section-label span:last-child{font-size:9px}.score-footer{align-items:flex-start;flex-direction:column;font-size:10px;gap:13px}.finish-stamp{font-size:50px}
@media(max-width:380px){.game-shell{padding-left:17px;padding-right:17px}.race-stage{margin-left:-17px;margin-right:-17px}h1{font-size:46px}.intro-aside{font-size:11px}.drawing-tools{padding-left:10px;padding-right:10px}.tool-actions{gap:11px}.swatches{gap:8px}.swatch{width:18px;height:18px}.drawing-surface{height:275px}.name-field input{font-size:16px}.page-footer span:last-child{max-width:115px;text-align:right}.header-actions{gap:13px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* One portrait layout: the wide screen only previews the phone-sized game. */
html{background:var(--lime);overscroll-behavior-y:none}
body{padding:0;background:var(--lime);overscroll-behavior-y:none}
.game-shell{width:100%;max-width:480px;min-height:100svh;margin:0 auto;padding:18px 18px max(16px,env(safe-area-inset-bottom));border:0;border-radius:0;box-shadow:none}
.masthead{padding-top:env(safe-area-inset-top);padding-bottom:14px}
.header-actions .text-button{min-height:40px}
.draw-intro{padding:20px 0 23px}
.canvas-meta{font-size:11px;padding:12px 13px 0}
.drawing-surface{height:clamp(210px,calc(100svh - 430px),380px)}
.drawing-tools{padding:4px 8px;gap:6px}
.swatches{gap:0;padding:0}
.swatch{width:34px;height:44px;border:0;border-radius:0;background:transparent}
.swatch:before{content:"";position:absolute;left:50%;top:50%;width:21px;height:21px;transform:translate(-50%,-50%);background:var(--swatch);border-radius:50%}
.swatch.selected:after{inset:auto;left:50%;top:50%;width:29px;height:29px;transform:translate(-50%,-50%);border:1.5px solid var(--swatch);border-radius:50%}
.tool-actions{gap:2px}
.tool-actions .text-button{min-height:44px;min-width:36px;font-size:12px}
.tool-actions .guide-button{min-width:59px;font-size:11px}
.draw-submit-row{margin-top:22px}
.name-field input{font-size:18px}
#race-button{min-height:56px;min-width:48%}
.borrow-button{min-height:44px;margin:12px auto 15px}
.race-stage{margin:0 -18px;height:clamp(340px,calc(100svh - 255px),570px)}
.race-stage.finished{height:220px}
.live-standings{top:5px;right:18px;width:118px}
.race-progress{margin:0 auto 24px;width:calc(100% - 56px)}
.countdown{font-size:100px;padding-bottom:40px}
.page-footer{font-size:10px;padding-top:12px}
.result-actions .primary-button,.secondary-button{min-height:54px;font-size:13px}
.score-layout{grid-template-columns:1fr}
.roster-row{min-height:66px}
@media(max-width:350px){.game-shell{padding-left:12px;padding-right:12px}.race-stage{margin-left:-12px;margin-right:-12px}.swatch{width:30px}.tool-actions .guide-button{min-width:52px}.tool-actions .text-button{font-size:11px}.intro-aside{font-size:11px}.name-field input{font-size:16px}.primary-button{padding:12px}.page-footer{font-size:9px}}

/* Every entrant's scores stay open on the phone. */
.result-cards{display:grid;gap:12px}.horse-result{background:#f7f8ed;border:1px solid #aab596;border-radius:5px;padding:12px}.horse-result.own-result{border:2px solid var(--horse-color);padding:11px}.horse-result-heading{display:flex;align-items:center;gap:8px}.horse-result-heading canvas{width:76px;height:51px;flex:0 0 76px}.horse-result-heading .roster-rank{font-size:22px;min-width:18px}.horse-result-heading .roster-person{min-width:0;flex:1}.roster-person strong{overflow-wrap:anywhere;font-size:13px}.horse-total{text-align:right;flex:0 0 auto}.horse-total strong{font-size:24px;display:block}.horse-total small{font-size:10px;color:#747f65}.all-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 10px;margin-top:12px}.score-cell{display:grid;grid-template-columns:1fr auto;gap:5px;font-size:11px}.score-cell b{font-size:11px}.mini-track{grid-column:1/-1;height:4px;border-radius:3px;background:#dce2cf;overflow:hidden}.mini-track i{display:block;height:100%;background:var(--horse-color);border-radius:3px}.horse-verdict{font-size:11px;line-height:1.6;color:#637153;border-top:1px solid #dfe4d4;margin:12px 0 0;padding-top:8px}.scoring-note{font-size:11px;line-height:1.7;color:#657252}.race-stage.finished{height:150px;min-height:150px}.distance-row{gap:8px;font-variant-numeric:tabular-nums}#speed-label{color:#687750}.result-heading{padding-top:12px}.section-label{gap:10px}.section-label span{font-size:11px}

.race-stage.finished .live-standings{display:none}

/* Rank rows slide into their actual race positions. */
.live-standings{display:block;height:120px;width:132px}.standing-row{position:absolute;top:0;left:0;width:100%;height:28px;transition:transform .35s ease,background .25s;padding:5px 7px}.standing-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-change{width:9px;font-weight:700}.standing-row.gaining:not(.is-player){background:#eff6b7}.race-progress p{min-height:36px;line-height:1.6}
@media(prefers-reduced-motion:reduce){.standing-row{transition:none}}

.play-mode{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-5px 0 16px;font-size:11px}.play-mode .secondary-button{min-height:44px;padding:9px 12px;font-size:12px}.room-panel{background:#f6f8e3;border:1px solid #8d9c50;border-radius:5px;padding:13px;margin:0 0 16px}.room-heading{display:flex;justify-content:space-between;align-items:center;font-size:14px}.room-panel p{font-size:12px;line-height:1.6;margin:8px 0}.room-panel small{display:block;margin-top:10px;font-size:10px;color:#727b58}.room-members{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:12px 0}.room-member{border:1px solid #d4dbc0;padding:8px 6px;border-radius:3px;min-width:0;font-size:11px}.room-member.ready{background:#e4ecb6;border-color:#9bad4b}.room-member strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.room-member span{display:block;font-size:10px;margin-top:5px;color:#647143}.room-actions{display:flex;gap:8px}.room-actions button{width:50%;min-width:0;min-height:45px;font-size:12px;padding:10px;justify-content:center}.room-panel input{width:100%;font-size:12px;margin-top:10px;padding:10px;border:1px solid #cad1b2;background:white}.room-mode .draw-intro{padding-top:16px;padding-bottom:14px}.room-mode .draw-intro h1{font-size:39px}.room-mode .intro-aside{display:none}.room-mode .drawing-surface{height:240px}.live-standings{height:180px}

.drawing-tools{flex-wrap:wrap}.drawing-tools .swatches{flex:1}.drawing-tools .tool-actions{margin-left:auto}

/* Keep drawing and starting together in the phone's visible viewport. */
.game-shell{padding-top:8px}
.masthead{padding-bottom:6px;gap:8px}
.wordmark{font-size:18px;letter-spacing:-.7px;white-space:nowrap}
.header-actions{gap:10px;flex-shrink:0}
#draw-screen{display:flex;flex-direction:column;height:calc(100svh - 190px - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:350px;padding-top:10px;gap:10px;margin-bottom:130px}
.draw-intro{padding:0;flex-shrink:0}
.draw-intro h1{font-size:28px;line-height:1.2;letter-spacing:-1.5px}
.draw-intro h1 span{font-size:25px;letter-spacing:-1px}
.draw-intro .eyebrow{font-size:9px;margin-bottom:5px}
.intro-aside{display:none}
.play-mode{margin:0;flex-shrink:0}
.play-mode .secondary-button{flex:0 0 auto}
.drawing-card{display:flex;flex-direction:column;flex:1;min-height:205px}
.canvas-meta{padding-top:6px;flex-shrink:0}
.drawing-surface,.room-mode .drawing-surface{height:auto;min-height:110px;flex:1}
.drawing-tools{flex-shrink:0;row-gap:0;padding:0 6px}
.drawing-tools .swatches{justify-content:space-between;flex:1 0 100%}
.drawing-tools .tool-actions{justify-content:flex-end;width:100%;gap:10px}
.tool-actions .text-button{min-height:36px}
.swatch{height:36px}
.draw-submit-row{position:fixed;z-index:10;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;margin:0;padding:8px 18px max(10px,env(safe-area-inset-bottom));background:var(--lime);border-top:1px solid var(--line);box-shadow:0 -5px 15px #252b1c0a;display:flex;flex-direction:column;align-items:stretch;gap:8px}
.draw-submit-row .name-field{width:100%;display:flex;flex-direction:row;align-items:center;gap:14px;min-height:28px;white-space:nowrap}
.draw-submit-row .name-field input{min-width:0;flex:1;font-size:16px;padding:3px 0}
.start-actions{display:flex;gap:8px}
.start-actions .primary-button{flex:1;min-width:0!important;min-height:50px!important;font-size:14px;padding:10px 12px;justify-content:center;gap:8px}
.room-mode #race-button{background:transparent;color:var(--ink)}
.room-mode .draw-intro{display:none}
.room-panel{margin:0;padding:8px 10px;flex-shrink:0}
.room-panel p{font-size:11px;margin:3px 0;line-height:1.4}
.room-panel small{display:none}
.room-members{gap:4px;margin:6px 0}
.room-member{padding:4px 5px}
.room-member span{margin-top:2px}
.room-actions button{width:100%;min-height:36px;padding:6px}
.room-heading .text-button{min-height:32px}
.game-shell:not(.racing) .page-footer{display:none}
.toast{bottom:calc(132px + env(safe-area-inset-bottom))}
@media(min-width:360px){.drawing-tools{flex-wrap:nowrap}.drawing-tools .swatches{flex:1 1 auto}.drawing-tools .tool-actions{width:auto;gap:2px}.swatch{width:28px}.tool-actions .text-button{min-width:32px}.tool-actions .guide-button{min-width:52px}}
@media(max-height:640px){#draw-screen{gap:6px;padding-top:6px}.draw-intro .eyebrow{display:none}.draw-intro h1,.draw-intro h1 span{font-size:24px}.room-panel{padding:5px 8px}}
