@import "https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Inter:wght@500;600;700;800;900&display=swap";:root{--ink:#111217;--muted:#6a7280;--line:#1112171a;--teal:#7ed7c9;--coral:#ff7c78;--gold:#ffd15c;--blue:#79b6f2;--mint-bg:#d9f5e7;--sky-bg:#d9eaf8;--cream-bg:#fff7e6;--yellow-bg:#fff4c9;--pink-bg:#ffe1e2;color:var(--ink);background:#f5f0e9;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;margin:0;padding:0}body{overflow-x:hidden}#root{height:100%}button{cursor:pointer;color:inherit;font:inherit;background:0 0;border:0}input{font:inherit;border:0;min-width:0}.app{width:100%;max-width:540px;min-height:100dvh;margin:0 auto;transition:background-color .25s;position:relative;overflow:hidden}.app.bg-mint{background-color:var(--mint-bg)}.app.bg-sky{background-color:var(--sky-bg)}.app.bg-cream{background-color:var(--cream-bg)}.app.bg-yellow{background-color:var(--yellow-bg)}.app.bg-pink{background-color:var(--pink-bg)}.screen{width:100%;min-height:100dvh;padding:calc(18px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));grid-template-rows:auto 1fr auto;gap:14px;font-family:Gaegu,cursive;font-weight:700;display:grid}.screen-top{justify-content:space-between;align-items:center;gap:8px;min-height:32px;display:flex}.screen-eyebrow{color:var(--muted);letter-spacing:0;font-family:Gaegu,cursive;font-size:18px;font-weight:700}.screen-actions{place-items:center;padding-top:6px;display:grid}.primary{color:#fff;letter-spacing:.01em;background:#111217;border-radius:999px;width:100%;max-width:360px;min-height:56px;font-family:Gaegu,cursive;font-size:26px;font-weight:700;transition:transform .12s}.primary:active{transform:translateY(1px)}.primary:disabled{opacity:.6;cursor:not-allowed}.ghost-back{color:var(--muted);font-family:Gaegu,cursive;font-size:18px}.ghost-add{color:var(--muted);align-self:start;padding:6px 0;font-family:Gaegu,cursive;font-size:18px}.exit-btn{border:1.5px solid var(--ink);background:#ffffffb3;border-radius:50%;place-items:center;width:36px;height:36px;font-size:22px;line-height:1;display:grid}.round-pill{color:var(--ink);background:#11121714;border-radius:999px;align-items:center;padding:6px 14px;font-family:Gaegu,cursive;font-size:18px;font-weight:700;display:inline-flex}.round-progress{justify-items:center;gap:6px;font-family:Gaegu,cursive;font-weight:700;display:grid}.round-progress__text{color:var(--ink);font-size:18px;line-height:1}.round-progress__line{background:#11121738;border-radius:99px;width:118px;height:3px;overflow:hidden;transform:rotate(-.5deg)}.round-progress__line span{background:var(--ink);border-radius:99px;height:100%;display:block}.paper{border:1.5px solid var(--ink);background:#fffdf5;border-radius:18px;padding:22px 18px;position:relative}.tape{border-radius:2px;width:92px;height:22px;position:absolute;top:-14px;left:50%;transform:translate(-50%)rotate(-2deg)}.tape-blue{background:#79b6f2b3}.tape-mint{background:#7ed7c9b3}.screen-title,.finished-title{letter-spacing:0;color:var(--ink);text-align:center;margin:0;font-family:Gaegu,cursive;font-size:clamp(40px,11vw,52px);font-weight:700;line-height:.95}.svg-underline{pointer-events:none;-webkit-user-select:none;user-select:none;height:auto;display:block}.word-underline{width:90px;margin:4px auto 0}.small-underline{width:74px;margin:2px auto 0}.title-underline{width:110px;margin-top:2px}.motif-underline{width:100px;margin:4px auto 0}.svg-crown{object-fit:contain;width:22px;height:22px;display:block}.prompt-underline{width:60px;margin:0 auto}.welcome{grid-template-rows:1fr auto;gap:0}.welcome-stack{grid-template-rows:auto auto auto;align-content:center;justify-items:center;gap:6px;padding-top:4px;display:grid}.welcome-top{place-items:center;gap:0;display:grid}.welcome-art{place-items:center;margin:50px 0;display:grid}.home-sketchy{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:clamp(270px,88vw,455px);height:auto;display:block}.welcome-text{text-align:center;color:var(--ink);margin:4px 0 0;font-family:Gaegu,cursive;font-size:22px;font-weight:700;line-height:1.25}.settings .paper-settings{gap:16px;padding:26px 18px 22px;display:grid}.paper-title{text-align:center;margin:0;font-family:Gaegu,cursive;font-size:34px;font-weight:700}.settings-block{gap:8px;display:grid}.block-label{color:var(--muted);font-family:Gaegu,cursive;font-size:18px}.player-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.player-item{gap:0;display:grid}.player-row{grid-template-columns:30px 1fr 34px;align-items:center;gap:8px;display:grid}.player-avatar-preview{border:1.5px solid var(--ink);width:30px;height:30px;color:var(--ink);cursor:pointer;border-radius:50%;place-items:center;padding:0;font-family:Gaegu,cursive;font-size:16px;font-weight:700;display:grid}.player-avatar-preview:focus-visible{outline:3px solid var(--ink);outline-offset:2px}.player-input{border:1.5px solid var(--ink);background:#fff;border-radius:999px;height:42px;padding:0 14px;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.player-remove{border:1.5px solid var(--ink);width:34px;height:34px;color:var(--ink);background:#fff;border-radius:50%;font-size:20px;line-height:1}.player-remove:disabled{opacity:.4;cursor:not-allowed}.picker{gap:6px;display:grid}.picker-label{color:var(--muted);font-family:Gaegu,cursive;font-size:18px}.picker-row{gap:8px;display:flex}.chip{border:1.5px solid var(--ink);min-height:40px;color:var(--ink);background:#fff;border-radius:999px;flex:1;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.chip.active{background:var(--teal)}.reveal{grid-template-rows:auto 1fr auto}.reveal-top{justify-items:center;display:grid;position:relative}.reveal-top .exit-btn{position:absolute;top:-2px;right:0}.reveal-stage{place-items:center;padding:4px 0;display:grid}.setup-note{width:min(94vw,420px);min-height:clamp(540px,64dvh,610px);margin:-18px auto 0;padding:182px 38px 38px;position:relative}.setup-note-bg{object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.setup-note-content{z-index:1;gap:18px;display:grid;position:relative}.color-modal-backdrop{z-index:50;background:#11121714;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.color-modal{border:1.5px solid var(--ink);background:#fffdf5;border-radius:18px;justify-items:center;gap:14px;width:min(82vw,270px);padding:18px 16px;display:grid}.color-modal-title{color:var(--ink);font-family:Gaegu,cursive;font-size:21px;font-weight:700}.color-modal-swatches{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.color-modal-swatches .swatch{width:34px;height:34px}.motif-note{aspect-ratio:740/1107;width:min(84vw,340px);margin:0 auto;position:relative}.motif-note-bg{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.motif-note-content{z-index:1;text-align:center;grid-template-rows:auto 1fr auto;justify-items:center;gap:0;display:grid;position:absolute;inset:14% 12% 9%}.motif-note-intro,.motif-note-main,.motif-note-footer{justify-items:center;display:grid}.motif-note-intro{align-self:start;gap:4px}.motif-note-main{align-self:center;gap:4px}.motif-note-footer{align-self:end;gap:6px}.motif-note-eyebrow{color:var(--muted);align-items:center;gap:5px;font-family:Gaegu,cursive;font-size:16px;display:inline-flex}.player-color-dot{background:var(--player-color,var(--blue));border:1px solid var(--ink);border-radius:50%;width:10px;height:10px}.motif-note-lead{color:var(--ink);margin:0;font-family:Gaegu,cursive;font-size:20px}.motif-note-word{letter-spacing:0;color:var(--blue);margin:0;font-family:Gaegu,cursive;font-size:clamp(42px,12vw,58px);font-weight:700;line-height:.95}.motif-note-hint{color:var(--muted);margin-top:2px;font-family:Gaegu,cursive;font-size:16px;font-style:normal;display:block}.motif-note-ready{color:var(--ink);margin:0;font-family:Gaegu,cursive;font-size:18px}.motif-note-countdown{border:2.5px solid var(--blue);width:100px;height:38px;color:var(--blue);border-radius:999px;place-items:center;margin:0 auto;font-family:Inter,sans-serif;font-size:18px;font-weight:700;display:grid}.drawing{padding-bottom:calc(14px + env(safe-area-inset-bottom));grid-template-rows:auto auto 1fr auto;gap:10px}.drawing-top{justify-items:center;min-height:38px;display:grid;position:relative}.drawing-top .timer-pill{position:absolute;top:-2px;right:0}.timer-pill{border:2px solid var(--coral);color:var(--coral);background:#fff;border-radius:999px;padding:6px 14px;font-family:Inter,sans-serif;font-size:15px;font-weight:700}.timer-pill.danger{animation:.6s ease-in-out infinite alternate pulse}.draw-title{text-align:center;font-family:Gaegu,cursive;font-size:26px;line-height:1}.draw-label,.prompt-label{color:var(--ink);margin-right:6px}.motif-word,.prompt-motif{color:var(--coral);font-weight:700;display:inline-block}.drawing-stage{place-items:center;min-height:0;display:grid}.canvas-stack{aspect-ratio:1;border:1.5px solid var(--ink);touch-action:none;background:#fffef9;border-radius:18px;width:100%;max-width:100%;max-height:min(52dvh,430px);position:relative;overflow:hidden}.canvas-layer{touch-action:none;width:100%;height:100%;display:block;position:absolute;inset:0}.canvas-preview{background:0 0}.drawing-toolbar{gap:8px;display:grid}.tool-row{scrollbar-width:none;align-items:center;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.tool-row::-webkit-scrollbar{display:none}.size-row,.action-row{justify-content:center;align-items:center;gap:8px;display:flex}.tool-btn{border:1.5px solid var(--ink);width:40px;height:40px;color:var(--ink);background:#fff;border-radius:14px;flex:none;place-items:center;display:grid}.tool-btn.active{background:var(--coral);color:#fff}.tool-btn:disabled{opacity:.5;cursor:not-allowed}.shape-fill-toggle{border:1.5px solid var(--ink);background:#fff;border-radius:999px;flex:none;margin-left:6px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;transition:opacity .15s;display:inline-flex;overflow:hidden}.shape-fill-toggle.is-dim{opacity:.45}.shape-fill-toggle button{color:var(--ink);background:0 0;padding:6px 10px}.shape-fill-toggle button.active{background:var(--ink);color:#fff}.palette-grid{grid-template-columns:repeat(9,1fr);justify-items:center;gap:6px;padding:2px 2px 4px;display:grid}.swatch{border:1.5px solid var(--ink);border-radius:50%;width:28px;height:28px;padding:0;transition:transform .12s}.swatch.active{outline:3px solid var(--ink);outline-offset:2px;transform:scale(1.08)}.size-row input[type=range]{max-width:200px;accent-color:var(--coral);flex:1}.size-step{border:1.5px solid var(--ink);background:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.size-preview{place-items:center;width:36px;height:30px;display:grid}.size-preview span{border-radius:50%;max-width:24px;max-height:24px;display:block}.action-btn{border:1.5px solid var(--ink);width:44px;height:44px;color:var(--ink);background:#fff;border-radius:50%;place-items:center;display:grid}.action-btn.submit{background:var(--teal);color:var(--ink)}.action-btn:disabled{opacity:.55;cursor:not-allowed}.loading{grid-template-rows:1fr;place-items:center}.loading-stage{place-items:center;width:100%;display:grid}.loading-card{border:1.5px solid var(--ink);text-align:center;background:#fffdf5;border-radius:18px;place-items:center;gap:12px;width:min(86%,320px);padding:28px 22px 24px;display:grid;position:relative}.loading-sparkles{pointer-events:none;position:absolute;inset:0}.spark{color:var(--teal);width:26px;height:26px;display:inline-flex;position:absolute}.spark .sparkle-svg{width:100%;height:100%}.spark.s1{color:var(--coral);top:8%;left:10%}.spark.s2{color:var(--blue);width:22px;height:22px;top:14%;right:12%}.spark.s3{color:var(--gold);width:20px;height:20px;bottom:14%;right:20%}.sparkle-svg{vertical-align:-.15em;width:1em;height:1em;display:inline-block}.loading-title{color:var(--ink);margin:0;font-family:Gaegu,cursive;font-size:32px;font-weight:700}.loading-sub{color:var(--muted);margin:0;font-family:Gaegu,cursive;font-size:17px}.loading-dots{gap:9px;display:flex}.loading-dots span{background:var(--teal);border-radius:50%;width:11px;height:11px;animation:.8s ease-in-out infinite alternate dotbounce}.loading-dots span:nth-child(2){background:var(--blue);animation-delay:.12s}.loading-dots span:nth-child(3){background:var(--coral);animation-delay:.24s}.result{grid-template-rows:1fr auto}.result-scroll{align-content:center;justify-items:center;gap:18px;min-height:0;padding:6px 2px 8px;display:grid;overflow-y:auto}.result-scroll>.result-kicker+.score-banner{margin-top:-10px}.result-scroll>.paper-ratings,.result-scroll>.feedback-row{width:100%}.score-banner{aspect-ratio:340/180;width:min(86vw,380px);margin:0 auto 4px;position:relative}.score-banner-bg{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.score-banner-content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:flex;position:absolute;inset:0}.score-banner-content strong{letter-spacing:0;color:var(--ink);font-family:Gaegu,cursive;font-size:clamp(82px,24vw,118px);font-weight:700;line-height:.72;display:block}.score-banner-caption{color:var(--ink);font-family:Gaegu,cursive;font-size:20px;font-weight:700;line-height:1;display:inline-block;position:relative}.result-kicker{justify-self:center;align-items:center;gap:10px;margin:0 auto;font-family:Gaegu,cursive;display:inline-flex}.result-kicker strong{color:var(--ink);letter-spacing:0;font-size:22px;font-weight:700}.kicker-spark{color:var(--gold);font-size:18px}.paper-ratings{border:inherit;gap:0;margin-bottom:50px;padding:14px 18px;display:grid}.rating-row{--rating-color:var(--teal);border-bottom:1px solid #1112171f;justify-content:space-between;align-items:center;gap:26px;min-height:32px;padding:5px 0;font-family:Gaegu,cursive;font-size:18px;display:flex}.rating-row:last-child{border-bottom:0}.rating-shape{--rating-color:var(--teal)}.rating-proportion{--rating-color:var(--blue)}.rating-creativity{--rating-color:var(--coral)}.rating-effort{--rating-color:var(--gold)}.rating-label{color:var(--ink)}.dots-row{flex:none;align-items:center;gap:7px;display:flex}.dot{background:#1112171f;border-radius:50%;width:12px;height:12px}.dot.filled{background:var(--rating-color)}.feedback-row{grid-template-columns:60px 1fr;align-items:start;gap:12px;padding:0 4px;display:grid}.feedback-mascot{align-self:start;place-items:center;padding-top:18px;display:grid}.feedback-mascot img{pointer-events:none;-webkit-user-select:none;user-select:none;width:58px;height:auto;display:block}.feedback-bubble{border:1.5px solid var(--ink);background:#fffdf5;border-radius:18px;align-items:center;min-height:68px;padding:14px 17px;display:grid;position:relative}.feedback-bubble:before,.feedback-bubble:after{content:"";border-style:solid;width:0;height:0;position:absolute}.feedback-bubble:before{border-width:6px 10px 6px 0;border-color:transparent var(--ink) transparent transparent;top:30px;left:-10px}.feedback-bubble:after{border-width:5px 8px 5px 0;border-color:#0000 #fffdf5 #0000 #0000;top:31px;left:-7px}.feedback-bubble p{color:var(--ink);margin:0;font-family:Gaegu,cursive;font-size:18px;line-height:1.2}.typing-text{min-height:2.4em}.typing-caret{border-right:2px solid var(--ink);width:7px;height:1em;margin-left:2px;animation:.65s step-end infinite caret-blink;display:inline-block;transform:translateY(2px)}.paper-lb{padding:16px 14px}.lb-title{text-align:center;margin:0 0 8px;font-family:Gaegu,cursive;font-size:22px}.leaderboard{gap:8px;margin:0;padding:0;list-style:none;display:grid}.leaderboard-row{background:#fff9;border-radius:14px;grid-template-columns:30px 36px 1fr 64px;align-items:center;gap:10px;padding:6px 10px;display:grid}.leaderboard-row.is-self{outline:1.5px solid var(--ink);background:#7ed7c959}.leaderboard-row.is-first .rank{font-size:20px}.rank{text-align:center;color:var(--ink);font-family:Gaegu,cursive;font-size:18px}.avatar-svg{width:36px;height:36px}.player-name{color:var(--ink);font-family:Gaegu,cursive;font-size:18px}.player-score{color:var(--ink);border:1.5px solid var(--ink);background:#7ed7c980;border-radius:999px;justify-self:end;padding:6px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.source-debug{color:var(--muted);text-align:center;opacity:.7;margin:0 auto;font-family:Inter,sans-serif;font-size:11px;display:block}.finished{grid-template-rows:auto 1fr auto}.title-music{color:var(--ink);font-family:Gaegu,cursive;font-size:22px}.finished-stage{grid-template-rows:auto auto auto minmax(0,1fr);align-content:start;gap:12px;min-height:0;padding:8px 0;display:grid}.finished-title{font-size:clamp(42px,12vw,56px)}.finished-sub{text-align:center;color:var(--ink);margin:0;font-family:Gaegu,cursive;font-size:20px}.finished-tabs{grid-template-columns:1fr 1fr;align-items:end;gap:18px;padding:0 12px;font-family:Gaegu,cursive;display:grid}.finished-tabs button{min-height:36px;color:var(--ink);font-size:21px;font-weight:700;position:relative}.finished-tabs button:after{content:"";background:#1112171f;border-radius:99px;height:2px;position:absolute;bottom:2px;left:8px;right:8px}.finished-tabs button.active:after{background:var(--coral);height:3px;transform:rotate(-1deg)}.finished-panel{min-height:0;position:relative;overflow:hidden}.finished-panel.is-summary:after{content:"";height:calc(74px + env(safe-area-inset-bottom));pointer-events:none;background:linear-gradient(to bottom, #ffe1e200, #ffe1e2d6 48%, var(--pink-bg) 82%);position:absolute;bottom:0;left:0;right:0}.summary-scroll{height:100%;min-height:0;padding:2px 2px calc(76px + env(safe-area-inset-bottom));overscroll-behavior:contain;scrollbar-width:none;overflow-y:auto}.summary-scroll::-webkit-scrollbar{display:none}.summary-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.summary-card{grid-template-columns:86px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.summary-thumb{aspect-ratio:1;border:1.5px solid var(--ink);background:#fffef9;border-radius:12px;place-items:center;width:86px;display:grid;overflow:hidden}.summary-thumb img{object-fit:contain;width:100%;height:100%;display:block}.summary-thumb span,.summary-empty{color:var(--muted);text-align:center;font-family:Gaegu,cursive;font-size:17px}.summary-meta{gap:4px;min-width:0;font-family:Gaegu,cursive;display:grid}.summary-player{min-width:0;color:var(--ink);align-items:center;gap:7px;font-size:21px;display:inline-flex}.summary-dot{border:1.5px solid var(--ink);border-radius:50%;flex:none;width:22px;height:22px}.summary-motif{color:var(--muted);font-size:16px}.summary-actions{justify-items:end;gap:8px;display:grid}.summary-score{border:1.5px solid var(--ink);color:var(--ink);background:#7ed7c980;border-radius:999px;justify-self:end;padding:6px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:800}.summary-share{border:1.5px solid var(--ink);width:34px;height:34px;color:var(--ink);background:#fffdf5;border-radius:999px;place-items:center;display:grid}.summary-share:disabled{opacity:.42;cursor:default}.summary-empty{place-items:center;min-height:160px;display:grid}.summary-empty p{margin:0}.toast{left:50%;bottom:calc(18px + env(safe-area-inset-bottom));z-index:40;color:#fff;background:#111217eb;border-radius:14px;max-width:min(92vw,420px);padding:10px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;position:fixed;transform:translate(-50%);box-shadow:0 18px 34px #00000038}.bottom-nav{z-index:30;width:100%;max-width:540px;height:calc(66px + env(safe-area-inset-bottom));padding:8px 22px calc(8px + env(safe-area-inset-bottom));pointer-events:none;background:0 0;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-item{pointer-events:auto;color:#1112178c;background:0 0;border:0;place-items:center;gap:2px;font-family:Gaegu,cursive;font-size:14px;font-weight:700;display:grid}.nav-item.active{color:var(--ink)}.app.has-nav .screen{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.tab-screen{grid-template-rows:auto 1fr}.tab-top{justify-content:space-between;align-items:baseline}.tab-title{color:var(--ink);margin:0;font-family:Gaegu,cursive;font-size:32px;font-weight:700;line-height:1}.tab-scroll{align-content:start;gap:12px;min-height:0;padding:2px;display:grid;overflow-y:auto}.tab-empty{text-align:center;color:var(--muted);place-content:center;gap:4px;padding:40px 8px;font-family:Gaegu,cursive;font-size:18px;display:grid}.history{grid-template-rows:auto auto minmax(0,1fr);height:100dvh;min-height:0;overflow:hidden}.history-controls{gap:8px;display:grid}.history-search{border:1.5px solid var(--ink);width:100%;height:40px;color:var(--ink);background:#fffdf5;border-radius:999px;padding:0 14px;font-family:Gaegu,cursive;font-size:18px;font-weight:700}.history-search::placeholder{color:#11121773}.history-sort{grid-template-columns:1fr 1fr;gap:8px;display:grid}.history-sort button{border:1.5px solid var(--ink);min-height:34px;color:var(--ink);background:#fffdf5;border-radius:999px;font-family:Gaegu,cursive;font-size:17px;font-weight:700}.history-sort button.active{background:var(--teal)}.history-scroll-wrap{min-height:0;position:relative;overflow:hidden}.history-scroll-wrap:after{content:"";height:calc(78px + env(safe-area-inset-bottom));pointer-events:none;background:linear-gradient(#fff7e600,#fff7e6d6 48%,#fff7e6 82%);position:absolute;bottom:0;left:0;right:0}.history-scroll{overscroll-behavior:contain;height:100%;min-height:0;padding:2px 2px calc(92px + env(safe-area-inset-bottom));scrollbar-width:none;overflow-y:auto}.history-scroll::-webkit-scrollbar{display:none}.history-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.history-card{gap:8px;padding:14px 16px;display:grid}.history-card-head{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:flex}.history-winner{color:var(--ink);align-items:center;gap:6px;margin:0;font-family:Gaegu,cursive;font-size:19px;display:flex}.history-players{gap:4px;margin:0;padding:0;list-style:none;display:grid}.history-player{color:var(--ink);grid-template-columns:24px 1fr auto;align-items:center;gap:8px;font-family:Gaegu,cursive;font-size:17px;display:grid}.history-player .rank{text-align:center;color:var(--muted);font-size:14px}.history-player .score{border:1px solid var(--ink);background:#7ed7c973;border-radius:999px;padding:3px 10px;font-family:Inter,sans-serif;font-size:13px;font-weight:700}.rank-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.rank-card{grid-template-rows:auto auto;grid-template-columns:28px 1fr;align-items:center;gap:6px 12px;padding:12px 14px;display:grid}.rank-num{text-align:center;color:var(--ink);font-family:Gaegu,cursive;font-size:22px}.rank-name{color:var(--ink);font-family:Gaegu,cursive;font-size:22px}.rank-card.is-first .rank-name{color:var(--ink)}.rank-stats{border-top:1px dashed #11121726;grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:4px;padding-top:6px;display:grid}.rank-stats span{justify-items:center;gap:2px;display:grid}.rank-stats strong{color:var(--ink);font-family:Inter,sans-serif;font-size:16px;font-weight:800}.rank-stats em{color:var(--muted);font-family:Gaegu,cursive;font-size:13px;font-style:normal}.profile-card{gap:16px;padding:18px 16px;display:grid}.profile-preview{grid-template-columns:56px 1fr;align-items:center;gap:14px;display:grid}.profile-avatar{border:1.5px solid var(--ink);width:56px;height:56px;color:var(--ink);border-radius:50%;place-items:center;font-family:Gaegu,cursive;font-size:26px;display:grid}.profile-preview-text strong{color:var(--ink);font-family:Gaegu,cursive;font-size:22px;line-height:1.1;display:block}.profile-preview-text small{color:var(--muted);font-family:Gaegu,cursive;font-size:14px;display:block}.profile-field{gap:6px;font-family:Gaegu,cursive;display:grid}.profile-field>span{color:var(--muted);font-size:17px}.color-choice{flex-wrap:wrap;gap:10px;display:flex}.color-choice .swatch{width:32px;height:32px}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes dotbounce{0%{opacity:.4;transform:translateY(0)}to{opacity:1;transform:translateY(-6px)}}@keyframes caret-blink{0%,45%{opacity:1}46%,to{opacity:0}}@media (width>=760px){body{background:#f4efe8}.app{min-height:100vh;box-shadow:0 0 0 1px #11121714,0 30px 80px #11121724}}@media (height<=720px){.screen{padding-top:calc(12px + env(safe-area-inset-top));gap:10px}.home-sketchy{width:clamp(220px,76vw,340px)}.welcome-art{margin:28px 0}.welcome-text{font-size:19px}.motif-note{width:min(72vw,280px)}.motif-note-word{font-size:clamp(36px,11vw,48px)}.motif-note-countdown{width:88px;height:34px;font-size:17px}.setup-note{width:min(90vw,350px);min-height:0;padding:142px 28px 28px}.setup-note-content{gap:12px}.player-list{gap:6px}.tool-btn{border-radius:12px;width:36px;height:36px}.action-btn{width:40px;height:40px}.primary{min-height:50px;font-size:22px}.swatch{width:24px;height:24px}.canvas-stack{max-height:min(44dvh,360px)}.score-banner{width:min(78vw,320px)}}@media (width<=360px){.swatch{width:24px;height:24px}.palette-grid{grid-template-columns:repeat(9,1fr);gap:5px}.tool-btn{width:36px;height:36px}}.artist-toggle{cursor:pointer;align-items:center;gap:14px;padding:6px 0;display:flex}.artist-toggle-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.artist-toggle-label{color:var(--ink);font-family:Gaegu,cursive;font-size:19px;font-weight:700}.artist-toggle-sub{color:var(--muted);font-family:Gaegu,cursive;font-size:14px;line-height:1.2}.artist-toggle-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.artist-toggle-switch{border:1.5px solid var(--ink);background:#1112172e;border-radius:999px;flex:none;width:44px;height:24px;transition:background .18s;position:relative}.artist-toggle-switch.is-on{background:var(--coral)}.artist-toggle-knob{border:1.5px solid var(--ink);background:#fffdf5;border-radius:50%;width:17px;height:17px;transition:transform .18s;position:absolute;top:2px;left:2px}.artist-toggle-switch.is-on .artist-toggle-knob{transform:translate(20px)}.artist-toggle-input:focus-visible+.artist-toggle-switch{outline:2px solid var(--blue);outline-offset:2px}.artist-pill{border:1.5px solid var(--ink);background:var(--coral);color:var(--ink);letter-spacing:.4px;text-transform:lowercase;border-radius:999px;align-items:center;padding:3px 10px;font-family:Gaegu,cursive;font-size:13px;font-weight:700;line-height:1.2;display:inline-flex}.artist-pill-result{justify-self:center;margin-top:-8px}
