:root{--bg:#0c1412;--bg-raised:#13201d;--card-bg:#ffffff0a;--card-border:#ffffff14;--panel-bg:#0c1412eb;--panel-bg-soft:#0c1412cc;--scrim:#060c0b9e;--scrim-soft:#060c0b80;--line:#ffffff1f;--line-soft:#ffffff1a;--shadow:#00000059;--shadow-strong:#0009;--text:#f2efe9;--text-strong:#fff;--text-title:#e7e0d4;--text-soft:#bcc7c0;--text-muted:#9aa8a2;--text-hint:#8d9b95;--text-faint:#7d8b85;--text-dim:#6e7b76;--accent:#ff7a5c;--accent-hover:#ff9478;--accent-contrast:#2b0d06;--accent-soft:#ff7a5c24;--accent-hover-soft:#ff7a5c3d;--accent-medium:#ff7a5c52;--accent-border:#ff7a5c80;--accent-faint:#ff7a5c0f;--accent-2:#ffc46b;--accent-2-light:#ffd89b;--accent-2-soft:#ffc46b24;--accent-3:#4fd1a5;--danger:#ff6b6b;--success:#4fd1a5;--warn:#ffc46b;--gold:#ffd166;--judge-perfect:#ffd166;--judge-great:#4fd1a5;--judge-good:#6fb5ff;--judge-miss:#ff5d5d;--radius-lg:.9rem;--radius-md:.6rem;--radius-sm:.45rem;--font-display:"Cherry Bomb One", "ZCOOL KuaiLe", "Segoe UI", system-ui, sans-serif;--font-body:"Cherry Bomb One", "ZCOOL KuaiLe", "Segoe UI", system-ui, sans-serif}@font-face{font-family:Cherry Bomb One Local;src:url(/fonts/cherry-bomb-one-pulsefy.ttf)format("truetype");font-display:swap}@font-face{font-family:ZCOOL KuaiLe Title;src:url(/fonts/zcool-kuaile-title.ttf)format("truetype");font-display:swap}*{box-sizing:border-box}html,body,#root{background:var(--bg);width:100%;height:100dvh;color:var(--text);font-family:var(--font-body);margin:0;padding:0;overflow:hidden}html,body{overscroll-behavior:none;-webkit-tap-highlight-color:transparent}#root{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.center-msg{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.select-screen{padding:calc(3.4rem + env(safe-area-inset-top)) 1rem 3rem;touch-action:pan-y;justify-content:flex-start;overflow-y:auto}.select-screen.mine-pull{overscroll-behavior-y:contain}.select-screen-top{flex-direction:column;gap:.65rem;width:100%;max-width:40rem;display:flex}.select-toolbar-actions{align-items:stretch;gap:.45rem;width:100%;display:flex}.select-toolbar-actions .select-tool-btn{flex:1;justify-content:center;min-width:0}.load-more-actions{max-width:40rem}.load-more-actions .pull-ready{background:var(--accent-medium);color:var(--accent)}.load-more-pull{pointer-events:none;flex:none;width:100%;max-width:40rem}.select-tool-btn{background:var(--accent-soft);color:var(--text-strong);font:inherit;cursor:pointer;touch-action:manipulation;white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .55rem;font-size:12px;font-weight:600;display:inline-flex}@media (hover:hover){.select-tool-btn:hover:not(:disabled){background:var(--accent-hover-soft)}}.select-tool-btn:disabled{opacity:.45;cursor:not-allowed}.select-tool-toggle{background-color:var(--surface-off);box-shadow:none;color:var(--text-muted);background-image:none;border:0;transition:background-color .18s,box-shadow .18s,color .18s}@media (hover:hover){.select-tool-toggle:hover:not([aria-pressed=true]){background-color:var(--surface-off-hover);color:var(--text)}}.app-title{justify-content:center;align-items:baseline;gap:.5rem;margin:0;display:flex}.app-title .app-title-en{font-family:var(--font-display);letter-spacing:0;color:var(--text);font-size:24px;font-weight:600}.app-title .app-title-cn{font-family:var(--font-body);letter-spacing:0;color:var(--accent);font-size:12px;font-weight:600}.subtitle{color:var(--text-muted);max-width:30rem;margin:0;font-size:12px}button,input,select,textarea{font:inherit}.song-btn{border-radius:var(--radius-md);background:var(--accent-soft);color:var(--text);cursor:pointer;touch-action:manipulation;border:none;padding:.8rem 1.8rem;font-size:12px;transition:background .15s,transform .15s}@media (hover:hover){.song-btn:hover:not(:disabled):not([aria-pressed=true]):not(.start){background:var(--accent-hover-soft);transform:translateY(-2px)}}.song-btn:disabled{opacity:.45;cursor:not-allowed}.song-btn.small{padding:.55rem 1.1rem;font-size:12px}.song-btn.start{background:var(--accent);color:var(--accent-contrast);font-weight:600}.song-btn.start:disabled{background:var(--line);color:var(--text-muted);opacity:1}.upload-panel{border:1px dashed var(--accent-border);background:var(--accent-faint);text-align:left;border-radius:.8rem;flex-direction:column;align-items:stretch;gap:.7rem;width:100%;max-width:34rem;padding:1rem;display:flex}.upload-panel label{color:var(--text-soft);flex-direction:column;flex:1;gap:.25rem;font-size:12px;display:flex}.upload-panel input:not([type=checkbox]),.upload-panel select,.upload-panel textarea{border:1px solid var(--accent-border);background:var(--bg-raised);width:100%;color:var(--text-strong);resize:vertical;border-radius:.45rem;padding:.5rem .65rem}.upload-row{justify-content:center;display:flex}.field-row{flex-wrap:wrap;gap:.7rem;display:flex}.field-row label{min-width:10rem}.difficulty-field{flex-direction:column;gap:.35rem;display:flex}.field-label{color:var(--text-soft);font-size:12px}.difficulty-segments{grid-template-columns:repeat(4,1fr);gap:.35rem;display:grid}.board-segments{grid-template-columns:repeat(3,1fr)}.difficulty-segments button{border-radius:var(--radius-sm);background:var(--bg-raised);min-width:0;color:var(--text-muted);cursor:pointer;border:none;flex-direction:column;align-items:center;gap:.12rem;padding:.55rem .3rem;transition:background .18s,color .18s,transform .18s;display:flex}@media (hover:hover){.difficulty-segments button:hover{background:var(--accent-soft);transform:translateY(-1px)}}.difficulty-segments button.active{background:var(--accent-soft);color:var(--text)}.difficulty-segments button span{max-width:100%;color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.difficulty-segments button.active span{color:var(--accent)}.custom-difficulty{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .2s,opacity .16s,transform .2s;display:grid;transform:translateY(-.2rem)}.custom-difficulty.open{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.custom-difficulty>div{min-height:0;overflow:hidden}.difficulty-summary{color:var(--text-faint);font-size:12px}.upload-btn{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.upload-estimate{color:var(--success);font-size:12px;line-height:1.4}.upload-estimate.warn{color:var(--warn)}.upload-estimate-note{color:var(--text-faint);font-size:12px;display:block}.link-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:.4rem;padding:0;text-decoration:underline}.difficulty-editor{background:var(--accent-faint);border:none;border-radius:.6rem;flex-direction:column;grid-column:1/-1;gap:.6rem;padding:.7rem;display:flex}.difficulty-editor-actions{justify-content:flex-end;gap:.4rem;display:flex}.upload-error{color:var(--danger);white-space:pre-wrap;text-align:left;max-height:8rem;margin:0;font-size:12px;overflow:auto}@media (prefers-reduced-motion:reduce){.difficulty-segments button,.custom-difficulty{transition:none}}.song-list{flex-direction:column;gap:.6rem;width:100%;max-width:40rem;display:flex}.song-row{background:var(--card-bg);text-align:left;overflow:hidden}.song-row-head{width:100%;color:inherit;text-align:left;cursor:pointer;touch-action:manipulation;background:0 0;border:none;align-items:center;gap:.7rem;min-height:4.5rem;padding:.6rem .7rem;display:flex}.song-row-thumb{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;display:flex;overflow:hidden}.song-row-thumb img,.song-row-thumb canvas{object-fit:contain;max-width:100%;max-height:100%}.thumb-wrap canvas.thumb-pixel{image-rendering:pixelated}.thumb-empty{opacity:.5;display:flex}.thumb-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.thumb-loading{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{box-sizing:border-box;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.list-loading{color:var(--text-soft);justify-content:center;align-items:center;gap:.6rem;padding:1.4rem 0;display:flex}.thumb-cycle{width:100%;height:100%;position:relative}.thumb-cycle-layer{opacity:0;justify-content:center;align-items:center;transition:opacity .9s;display:flex;position:absolute;inset:0}.thumb-cycle-layer .thumb-wrap,.thumb-cycle-layer img,.thumb-cycle-layer canvas{object-fit:contain;width:100%;height:100%}.thumb-cycle-layer.visible{opacity:1}.thumb-cycle-layer.locked{filter:blur(4px)grayscale(.6)}.thumb-cycle-layer.locked.visible{opacity:.5}.thumb-lock{color:var(--text-strong);text-shadow:0 1px 3px #000000a6;pointer-events:none;flex-direction:column;align-items:center;gap:.3rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.thumb-lock-text{white-space:nowrap;font-size:12px;line-height:1}.btn-icon{vertical-align:-.2em;flex-shrink:0;margin-right:.4rem}.song-row-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.song-row-title{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.3;overflow:hidden}.song-row-sub{min-width:0;color:var(--text-muted);align-items:center;gap:.4rem;font-size:12px;line-height:1.3;display:flex;overflow:hidden}.song-row-artist{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.song-row-tag{color:var(--accent-2);flex-shrink:0}.song-row-tag:before{content:"["}.song-row-tag:after{content:"]"}.song-row-stage{color:var(--text-dim);font-size:12px}.song-row-meta{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;gap:.5rem;font-size:12px;line-height:1;display:flex}.song-row-chevron{color:var(--text-dim);flex-shrink:0;align-items:center;line-height:1;transition:transform .2s;display:flex}.song-row-head[aria-expanded=true] .song-row-chevron{color:var(--accent);transform:rotate(180deg)}.song-row-body{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .2s,opacity .16s;display:grid}.song-row-body.open{opacity:1;grid-template-rows:1fr}.song-row-body>div{flex-direction:column;gap:.6rem;min-height:0;padding:0 .7rem;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.song-row-body,.song-row-chevron{transition:none}}.song-row-actions{flex-wrap:wrap;gap:.4rem;display:flex}.diff-list{flex-direction:column;display:flex}.diff-row{border-top:1px solid var(--card-border);align-items:center;gap:.7rem;padding:.5rem 0;display:flex}.diff-stats>span{align-items:center;display:inline-flex}.diff-name{flex:none;min-width:3.2rem;font-weight:600}.diff-stats{min-width:0;color:var(--text-muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;flex:1;align-items:center;gap:.7rem;font-size:12px;line-height:1.2;display:flex}.diff-actions{flex:none;align-items:center;gap:.4rem;display:flex}.regen-btn{border-radius:var(--radius-sm);background:var(--accent-soft);min-width:2.6rem;height:2.6rem;color:var(--text);cursor:pointer;touch-action:manipulation;border:none;justify-content:center;align-items:center;font-size:12px;text-decoration:none;display:inline-flex}@media (hover:hover){.regen-btn:hover:not(:disabled):not(.play-btn){background:var(--accent-medium)}}.regen-btn[aria-pressed=true]{background:var(--accent-medium)}.regen-btn:disabled{opacity:.35;cursor:not-allowed}.latency-row{color:var(--text-soft);width:100%;max-width:22rem;margin-top:1rem;font-size:12px}.latency-row label{flex-direction:column;gap:.4rem;display:flex}.latency-row input[type=range]{width:100%}.app-footer{color:var(--text-dim);max-width:34rem;font-size:12px}.app-footer p{margin:.2rem 0}.app-footer a{color:var(--text-muted)}.game-root{z-index:1;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:relative}.loading-screen{z-index:2;background:var(--scrim-soft);height:auto;transition:opacity .35s;position:fixed;inset:0}.view-loading{z-index:50;pointer-events:auto}.loading-screen.done{opacity:0;pointer-events:none}.loading-title{font-family:var(--font-display);letter-spacing:0;color:var(--text-strong);margin:0;font-size:24px}.loading-percent{color:var(--text-soft);font-variant-numeric:tabular-nums;margin:0}.countdown{color:var(--accent-2);text-shadow:0 0 30px var(--accent-2);z-index:10;pointer-events:none;justify-content:center;align-items:center;font-size:96px;font-weight:700;display:flex;position:absolute;inset:0}.hud{pointer-events:none;flex-direction:column;align-items:center;padding-top:1rem;display:flex;position:absolute;inset:0}.hud-top{isolation:isolate;flex-direction:column;align-items:center;gap:.15rem;display:flex}.hud-score{z-index:1;letter-spacing:0;font-size:24px;font-weight:700;position:relative}.hud-combo{font-size:calc(12px * round(nearest, 2 + var(--heat,0) * 2, 1));font-weight:calc(400 + var(--heat,0) * 300);letter-spacing:0;color:var(--accent-2-light);text-shadow:0 0 calc(var(--heat,0) * .9rem) rgba(255, 196, 107, calc(var(--heat,0) * .85)), 0 0 calc(var(--heat,0) * 2rem) rgba(255, 106, 92, calc(var(--heat,0) * .6));will-change:transform;animation:.22s ease-out combo-pop}@keyframes combo-pop{0%{transform:scale(calc(1 + var(--heat,0) * .35))}to{transform:scale(1)}}.hud-progress-wrap{z-index:0;width:min(14rem,60vw);margin:.15rem 0 .35rem;position:relative}.hud-progress{background:var(--line);border-radius:2px;width:100%;height:4px;overflow:hidden}.hud-progress-bar{background:linear-gradient(90deg, var(--accent-2), var(--gold));height:100%}.hud-flame{width:0;height:0;transform:scale(calc(.45 + var(--heat,0) * .25));opacity:calc(.45 + var(--heat,0) * .55);animation:2.4s linear infinite flame-hue;position:absolute;top:2px}.hud-flame-core{transform-origin:50% 95%;filter:drop-shadow(0 0 .2rem #ff8744b3);width:1.4rem;height:2rem;transform:scale(calc(1.06 - var(--flame-pulse,0) * .12), calc(.88 + var(--flame-pulse,0) * .2)) skewX(var(--flame-sway,0deg));opacity:calc(.88 + var(--flame-pulse,0) * .12);position:absolute;bottom:-.15rem;left:-.7rem;overflow:visible}.hud-spark{background:#fff0c8f2;border-radius:80% 20% 65% 35%;width:3px;height:7px;animation:.9s linear infinite spark-fly;position:absolute;top:-2px;left:-2px;box-shadow:0 0 .35rem #ffc46be6}.hud-spark:nth-child(2){--dx:.9rem;--dy:-1.1rem;animation-duration:.85s;animation-delay:0s}.hud-spark:nth-child(3){--dx:.3rem;--dy:-1.5rem;animation-duration:1.05s;animation-delay:.12s}.hud-spark:nth-child(4){--dx:1.3rem;--dy:-.6rem;animation-duration:.75s;animation-delay:.26s}.hud-spark:nth-child(5){--dx:-.4rem;--dy:-1.2rem;animation-duration:.95s;animation-delay:.38s}.hud-spark:nth-child(6){--dx:.7rem;--dy:-1.8rem;animation-duration:1.15s;animation-delay:.5s}.hud-spark:nth-child(7){--dx:1.6rem;--dy:-1.3rem;animation-duration:.9s;animation-delay:.64s}@keyframes flame-hue{0%{filter:hue-rotate()saturate(1.2)}to{filter:hue-rotate(360deg)saturate(1.2)}}@keyframes spark-fly{0%{opacity:0;transform:translate(0)scale(1)}15%{opacity:1}to{transform:translate(calc(var(--dx,1rem) * (.35 + var(--heat,0) * .45)), calc(var(--dy,-1rem) * (.35 + var(--heat,0) * .45))) scale(.2);opacity:0}}@media (prefers-reduced-motion:reduce){.hud-combo,.hud-flame,.hud-flame-core,.hud-spark{animation:none}.hud-spark{display:none}}.hud-judgement{letter-spacing:0;font-size:36px;font-weight:700;animation:.4s ease-out forwards pop;position:absolute;top:30%}@keyframes pop{0%{opacity:0;transform:scale(1.4)}30%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1)}}.hud-keys{left:0;right:0;bottom:calc(.5rem + env(safe-area-inset-bottom));color:var(--text-hint);text-align:center;padding:0 1rem;font-size:12px;position:absolute}.hud-demo{color:var(--gold);letter-spacing:0}.result-root{z-index:1;pointer-events:none;width:100%;height:100%;position:relative}.result-vignette:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 50% 42%,#0000 28%,#0f08162e 60%,#0a0510a6 100%);position:absolute;inset:0}.result-root .game-back-btn,.result-root .pause-overlay{pointer-events:auto}.result-info,.result-bottom,.account-corner{transition:filter .5s}.result-ui-hidden .result-info,.result-ui-hidden .result-bottom,.result-ui-hidden .account-corner{filter:opacity(0);pointer-events:none}.result-ui-hidden .result-bottom *,.result-ui-hidden .account-corner *{pointer-events:none}.result-info{top:calc(3.75rem + env(safe-area-inset-top));text-align:center;text-shadow:0 1px 2px #250d2047;flex-direction:column;align-items:center;gap:.3rem;width:min(40rem,100% - 2rem);animation:.7s ease-out .5s both result-info-in;display:flex;position:absolute;left:50%;transform:translate(-50%)}@keyframes result-info-in{0%{opacity:0;transform:translate(-50%,-1.2rem)}to{opacity:1;transform:translate(-50%)}}.result-info h1{color:var(--text-title);margin:0;font-size:24px}.result-bottom{pointer-events:auto;bottom:calc(1rem + env(safe-area-inset-bottom));flex-direction:column;align-items:center;gap:.5rem;width:min(40rem,100% - 2rem);animation:.7s ease-out .5s both result-actions-in;display:flex;position:absolute;left:50%;transform:translate(-50%)}.result-counts{text-align:center;text-shadow:0 1px 2px #250d2047;flex-wrap:wrap;justify-content:center;gap:.3rem 1rem;font-size:12px;display:flex}.result-beads{color:var(--accent-2-light);text-align:center;text-shadow:0 1px 2px #250d2047;font-size:12px}.result-actions{justify-content:center;align-items:center;gap:clamp(.6rem,3vw,1.2rem);width:100%;max-width:30rem;margin-top:.4rem;display:flex}.result-actions .result-action{border-radius:1.1rem;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;width:clamp(76px,22vw,96px);min-width:0;min-height:80px;padding:.7rem .4rem;font-size:12px;line-height:1.3;display:flex}.result-actions .result-action svg{flex-shrink:0}.result-actions :is(.result-action-iron,.result-action-play){border:1px solid #fff3;width:clamp(96px,27vw,116px);min-height:104px;font-size:12px;box-shadow:0 4px 24px #00000026}.result-actions .result-action:focus-visible{outline:2px solid var(--accent-2-light);outline-offset:4px}@media (width<=480px){.result-actions{gap:clamp(.5rem,2.2vw,.8rem)}.result-actions .result-action{gap:.3rem;width:clamp(64px,18vw,80px);min-height:66px;padding:.5rem .3rem;font-size:12px}.result-actions .result-action svg{width:20px;height:20px}.result-actions :is(.result-action-iron,.result-action-play){width:clamp(78px,22vw,96px);min-height:84px;font-size:12px}.result-actions :is(.result-action-iron,.result-action-play) svg{width:26px;height:26px}}@keyframes result-actions-in{0%{opacity:0;transform:translate(-50%,1.5rem)}to{opacity:1;transform:translate(-50%)}}.account-corner{top:calc(.75rem + env(safe-area-inset-top));right:calc(.75rem + env(safe-area-inset-right));z-index:20;align-items:center;gap:.35rem;display:flex;position:fixed}.account-corner-balance{color:var(--text);white-space:nowrap;background:0 0;align-items:center;gap:.35rem;padding:.4rem .15rem;font-size:12px;font-weight:600;display:inline-flex}.icon-btn{color:var(--text);cursor:pointer;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;display:flex}.account-popover{z-index:60;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 32px var(--shadow-strong), 0 2px 8px var(--shadow);white-space:nowrap;background:#09100ef7;border:1px solid #ffffff24;align-items:center;gap:.5rem;padding:.6rem .8rem;display:flex;position:absolute;top:2.5rem;right:0}form.account-popover{width:max(16rem,60vw);max-width:calc(100vw - 1.5rem - env(safe-area-inset-right));white-space:normal;flex-direction:column;align-items:stretch}.account-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-form{margin-bottom:0}.account-tabs{gap:8px;display:flex}.account-tabs button{border-radius:var(--radius-sm);background:var(--bg-raised);color:var(--text-muted);cursor:pointer;border:none;flex:1;padding:6px}.account-tabs button[aria-pressed=true]{background:var(--accent-soft);color:var(--text);font-weight:600}.account-code-row{gap:8px;display:flex}.account-code-row input{letter-spacing:0;flex:1;min-width:0}.account-code-row button{white-space:nowrap}.account-hint{color:var(--text-muted);font-size:12px}.account-notice{opacity:.8;margin:0 auto 12px;font-size:12px}.section{flex-direction:column;align-items:center;gap:.6rem;width:100%;display:flex}.section-title{letter-spacing:0;max-width:40rem;color:var(--text-muted);text-transform:uppercase;align-self:flex-start;margin:12px auto 0;font-size:12px;font-weight:600}.game-back-btn{top:calc(.75rem + env(safe-area-inset-top));left:calc(.75rem + env(safe-area-inset-left));z-index:20;width:2.6rem;height:2.6rem;color:var(--text);opacity:.75;cursor:pointer;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .15s,transform .15s;display:flex;position:fixed}@media (hover:hover){.game-back-btn:hover{opacity:1;transform:scale(1.08)}}.pause-overlay{z-index:30;background:var(--scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.pause-menu{background:var(--panel-bg);border:1px solid var(--line);text-align:center;border-radius:.9rem;flex-direction:column;gap:.7rem;width:min(18rem,100%);padding:1.4rem 1.2rem;display:flex}.pause-menu.wide{width:min(24rem,100%);max-height:100%;overflow-y:auto}.pause-menu .settings-list{background:0 0;width:100%;padding:0}.pause-menu h2{letter-spacing:0;color:var(--text-title);margin:0 0 .3rem;font-size:24px}.world{z-index:0;pointer-events:none;position:fixed;inset:0}.world canvas{display:block}.world.interactive{pointer-events:auto}.menu-scrim{background:radial-gradient(34rem 90%,#060c0b61,#060c0b00 70%);transition:background-color .4s,opacity .6s;position:absolute;inset:0}.menu-scrim.exiting{opacity:0}.menu-layer{z-index:1;width:100%;height:100%;position:relative;overflow:hidden}.sub-screen{padding-left:1.25rem;padding-right:1.25rem;padding-top:calc(3.2rem + env(safe-area-inset-top));touch-action:pan-y;justify-content:flex-start;gap:1.2rem;padding-bottom:3rem;overflow-y:auto}.sub-screen>*{flex-shrink:0}.tutorial-root{touch-action:none;-webkit-user-select:none;user-select:none;isolation:isolate;width:100%;height:100%;position:relative;overflow:hidden}.tutorial-lanes{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.tutorial-panel{top:calc(3.75rem + env(safe-area-inset-top));border-radius:var(--radius-lg);background:var(--panel-bg-soft);width:min(26rem,100% - 2rem);box-shadow:0 6px 18px var(--shadow);text-align:center;pointer-events:none;z-index:-1;flex-direction:column;align-items:center;gap:.4rem;padding:.8rem 1rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.tutorial-panel h2{letter-spacing:0;color:var(--text-title);margin:0;font-size:24px}.tutorial-status{color:var(--accent);font-variant-numeric:tabular-nums;margin:0;font-weight:600}.tutorial-dots{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.tutorial-dots span{background:var(--line);border-radius:50%;width:.7rem;height:.7rem;transition:background .15s}.tutorial-count{text-align:center;color:var(--accent-2);text-shadow:0 0 24px var(--accent-2);pointer-events:none;font-size:72px;font-weight:700;animation:.5s ease-out forwards pop;position:absolute;top:38%;left:0;right:0}.hud-judgement.long{animation-duration:1.2s}.tutorial-root .keys-touch{display:none}@media (pointer:coarse){.tutorial-root .keys-kbd{display:none}.tutorial-root .keys-touch{display:inline}}.create-panels{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:40rem;display:flex}.create-panel{border-radius:var(--radius-lg);background:var(--card-bg);border:1px dashed var(--card-border);flex-direction:column;flex:14rem;align-items:center;gap:.5rem;padding:1.4rem 1rem;display:flex}.create-panel h2{margin:0;font-size:24px}.create-soon{color:var(--text-dim);font-size:12px}.settings-list{border-radius:var(--radius-lg);background:var(--card-bg);text-align:left;flex-direction:column;gap:1.6rem;width:min(26rem,100%);padding:1.4rem 1.5rem;display:flex}.settings-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.settings-toggle{gap:.5rem;display:flex}.bead-style-block{flex-direction:column;align-items:stretch}.bead-style-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.bead-style-btn{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--bg-raised);color:var(--text-soft);cursor:pointer;text-align:left;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem .6rem;transition:border-color .15s,background .15s,transform .15s;display:flex}.bead-style-btn[aria-pressed=true]{border-color:var(--accent-border);background:var(--accent-soft);color:var(--text)}.bead-style-swatch{border-radius:999px;width:1.35rem;height:1.35rem;margin-bottom:.1rem;position:relative;box-shadow:inset 0 -2px 4px #00000040;-webkit-mask:radial-gradient(circle closest-side,#0000 0 36%,#000 39%);mask:radial-gradient(circle closest-side,#0000 0 36%,#000 39%)}.bead-style-swatch:after{content:"";border-radius:inherit;background:radial-gradient(circle closest-side,#00000073 36%,#0000 56%);position:absolute;inset:0}.bead-style-normal .bead-style-swatch{background:linear-gradient(145deg,#8a9390,#5c6662)}.bead-style-candy .bead-style-swatch{background:radial-gradient(circle at 32% 28%,#ffffffd9 0 18%,#0000 42%),radial-gradient(circle at 50% 62%,#ff8caa8c 0 35%,#0000 55%),linear-gradient(145deg,#ffc4b8,#ff5a82);box-shadow:0 0 12px #ff649680}.bead-style-glow .bead-style-swatch{background:radial-gradient(circle at 35% 30%,#fff6c8,#ff9a3c 55%,#ff5c7a);box-shadow:0 0 12px #ff9a3c8c}.bead-style-sparkle .bead-style-swatch{background:linear-gradient(145deg,#e8f4ff,#9ecbff);box-shadow:0 0 14px #ffffffa6,inset 0 0 6px #fffc}.bead-style-metal .bead-style-swatch{background:linear-gradient(145deg,#f4f7fb,#8fa3b8 45%,#4a5968)}.bead-style-name{color:inherit;font-size:12px;font-weight:600}.iron-texture-swatch{border-radius:4px;width:100%;height:1.1rem;margin-bottom:.15rem;display:block;box-shadow:inset 0 1px 3px #0003}.source-tabs{gap:8px;display:flex}.source-tabs button{border-radius:var(--radius-sm);background:var(--bg-raised);color:var(--text-muted);cursor:pointer;border:none;flex:1;padding:6px}.source-tabs button[aria-pressed=true]{background:var(--accent-soft);color:var(--text);font-weight:600}.source-tabs button:disabled{opacity:.4;cursor:not-allowed}.field-hint{color:var(--text-dim);margin:0;font-size:12px;line-height:1.4}.design-picker{flex-direction:column;gap:.6rem;display:flex}.design-picker-group{flex-direction:column;gap:.3rem;display:flex}.design-grid{grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.5rem;max-height:16rem;display:grid;overflow-y:auto}.design-tile{border-radius:var(--radius-sm);min-width:0;color:var(--text-muted);cursor:pointer;background:0 0;border:2px solid #0000;flex-direction:column;align-items:center;gap:.25rem;padding:.4rem;display:flex;position:relative}@media (hover:hover){.design-tile:hover{background:var(--accent-soft)}}.design-tile.active{border-color:var(--accent);color:var(--text)}.design-tile img{aspect-ratio:1;object-fit:contain;width:100%}.design-tile-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.75rem;overflow:hidden}.design-tile-check{color:var(--accent);position:absolute;top:.25rem;right:.25rem}.photo-pick{align-items:center;gap:.8rem;display:flex}.photo-drop{border:1px dashed var(--accent);border-radius:var(--radius-md);background:var(--bg-raised);width:7rem;height:7rem;color:var(--text-muted);cursor:pointer;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.3rem;padding:0;display:flex;overflow:hidden}.photo-drop img{object-fit:cover;width:100%;height:100%}@media (width<=480px){.photo-pick{flex-direction:column;align-items:stretch}.photo-drop{width:100%}}.create-flow{flex-direction:column;gap:.8rem;width:100%;max-width:36rem;display:flex}.create-tabs{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.create-tab{border:1px solid var(--card-border);border-radius:var(--radius-md);background:var(--card-bg);min-width:0;color:var(--text-muted);text-align:left;cursor:pointer;align-items:center;gap:.55rem;padding:.6rem .7rem;transition:background .18s,border-color .18s;display:flex;position:relative}@media (hover:hover){.create-tab:hover:not(:disabled):not(.active):not(.done){background:var(--accent-soft)}}.create-tab.active{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.create-tab:disabled{cursor:default}.create-reset{align-self:flex-end;margin:-.2rem 0 0;font-size:12px}.create-tab-icon{border-radius:var(--radius-sm);background:var(--bg-raised);flex:none;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex;overflow:hidden}.create-tab-icon img{object-fit:contain;width:100%;height:100%}.create-tab-text{flex-direction:column;min-width:0;display:flex}.create-tab-text strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.create-tab-text span{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.create-tab.done .create-tab-text span{color:var(--accent)}.create-tab-check{color:var(--accent);position:absolute;top:.35rem;right:.35rem}.create-image-status{border-radius:var(--radius-md);color:var(--text);text-align:left;background:#ffc46b17;border:1px solid #ffc46b4d;align-items:center;gap:.65rem;padding:.7rem .85rem;font-size:12px;line-height:1.45;display:flex}.create-image-status .spinner{flex:none}.create-image-status.error{border-color:color-mix(in srgb, var(--danger) 45%, transparent);background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger)}.create-image-status.ready{color:var(--accent);background:#4fd1a51a;border-color:#4fd1a561}.create-flow .create-panel{text-align:left;flex:none;align-items:stretch;gap:.7rem}.create-flow .create-panel>.subtitle,.create-flow .create-panel>h2{text-align:center;margin:0}.create-flow .upload-panel{background:0 0;border:none;max-width:none;padding:0}.create-flow .create-panel[role=tabpanel]{background:0 0;border:none;border-radius:0;padding:0}.create-flow form.create-panel.upload-panel{border:1px dashed var(--card-border);background:var(--card-bg);padding:1.2rem 1rem}.design-tile>button:not(.design-tile-delete){width:100%;min-width:0;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.25rem;padding:0;display:flex}.design-tile>button:disabled{cursor:default}.design-tile:not(.done) img{opacity:.5}.design-tile.error .design-tile-name{color:var(--danger)}.design-tile-delete{background:var(--shadow-strong);width:1.4rem;height:1.4rem;color:var(--text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:none;position:absolute;top:.15rem;left:.15rem}.design-tile:hover .design-tile-delete,.design-tile:focus-within .design-tile-delete{display:flex}@media (pointer:coarse){.design-tile-delete{display:flex}}.create-done{border-radius:var(--radius-md);background:var(--accent-soft);color:var(--text);text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:12px;display:flex}.create-done>.spinner{flex:none}.create-done.error{background:color-mix(in srgb, var(--danger) 12%, transparent);color:var(--danger)}.create-done.ready{background:color-mix(in srgb, var(--accent) 14%, transparent)}.create-progress{border-radius:var(--radius-md);background:var(--accent-soft);color:var(--text);text-align:left;flex-direction:column;gap:.5rem;padding:.75rem .9rem;display:flex}.create-progress-head{justify-content:space-between;align-items:baseline;gap:.75rem;font-size:12px;display:flex}.create-progress-heading{min-width:0;font-weight:600}.create-progress-pct{font-variant-numeric:tabular-nums;color:var(--text-muted);flex:none}.create-progress-track{background:color-mix(in srgb, var(--text) 10%, transparent);border-radius:999px;height:8px;overflow:hidden}.create-progress-fill{border-radius:inherit;background:var(--accent);height:100%;transition:width .3s linear}.create-progress.error .create-progress-fill{background:var(--danger)}.create-progress-foot{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.create-progress-status{flex-direction:column;gap:.15rem;min-width:0;font-size:12px;line-height:1.35;display:flex}.create-progress-step{align-items:center;gap:.4rem;display:flex}.create-progress.done .create-progress-step{color:var(--accent)}.create-progress.error .create-progress-step{color:var(--danger)}.create-progress-detail{color:var(--text-muted);font-size:12px}.create-progress-check{color:var(--accent);flex:none}@media (width<=560px){.create-progress-foot{flex-direction:column;align-items:stretch}}.photo-drop.active{background:#ff7a5c1a;border-color:#ff7a5c8c;transition:border-color .16s,background .16s,transform .16s;transform:scale(1.01)}.confirm-overlay{z-index:50;background:var(--scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-message{color:var(--text);margin:0 0 .3rem;line-height:1.4}.slider{flex-direction:column;gap:.7rem;display:flex}.slider-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.slider-label{color:var(--text-soft);font-size:12px}.slider-value{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}.slider input[type=range]{--thumb:1.3rem;--track:.4rem;appearance:none;width:100%;height:var(--thumb);cursor:pointer;touch-action:pan-y;background:0 0;margin:0}.slider input[type=range]::-webkit-slider-runnable-track{height:var(--track);border-radius:var(--track);background:linear-gradient(to right, var(--accent) var(--fill), var(--line) var(--fill))}.slider input[type=range]::-moz-range-track{height:var(--track);border-radius:var(--track);background:var(--line)}.slider input[type=range]::-moz-range-progress{height:var(--track);border-radius:var(--track);background:var(--accent)}.slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:var(--thumb);height:var(--thumb);margin-top:calc((var(--track) - var(--thumb)) / 2);background:var(--text-strong);box-shadow:0 0 0 .25rem var(--accent-soft), 0 .1rem .4rem var(--shadow);border:none;border-radius:50%;transition:box-shadow .15s}.slider input[type=range]::-moz-range-thumb{width:var(--thumb);height:var(--thumb);background:var(--text-strong);box-shadow:0 0 0 .25rem var(--accent-soft), 0 .1rem .4rem var(--shadow);border:none;border-radius:50%}.slider input[type=range]:active::-webkit-slider-thumb{box-shadow:0 0 0 .4rem var(--accent-medium), 0 .1rem .4rem var(--shadow)}.slider input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 .4rem var(--accent-medium), 0 .1rem .4rem var(--shadow)}.list-tabs{width:100%;max-width:40rem}.list-tabs button{padding:.7rem}.switch{color:var(--text-soft);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.7rem;display:inline-flex}.switch input{opacity:0;width:0;height:0;position:absolute}.switch-track{background:var(--line);border-radius:1.5rem;flex-shrink:0;width:2.6rem;height:1.5rem;transition:background .15s;position:relative}.switch-track:after{content:"";background:var(--text-strong);width:1.1rem;height:1.1rem;box-shadow:0 .1rem .3rem var(--shadow);border-radius:50%;transition:transform .15s;position:absolute;top:.2rem;left:.2rem}.switch input:focus-visible+.switch-track{box-shadow:0 0 0 .25rem var(--accent-medium)}.switch input:checked~.switch-label{color:var(--text)}.settings-row.switch .slider-label{flex-direction:column;flex:1;gap:.15rem;display:flex}.settings-hint{color:var(--text-dim);font-size:12px;line-height:1.3}.settings-note{flex-direction:column;align-items:flex-start;gap:.15rem}@media (prefers-reduced-motion:reduce){.switch-track,.switch-track:after{transition:none}}.switch.settings-row{justify-content:space-between;display:flex}.create-song-title{padding:.8rem 1rem}.design-tile.locked img{filter:blur(4px)grayscale(.6);opacity:.5}.design-tile.locked .design-tile-name{color:var(--text-dim)}.design-tile-lock{color:var(--text-soft);pointer-events:none;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%)}.design-tile.locked .design-tile-name{white-space:normal;text-align:center;font-size:12px;line-height:1.25}.song-picker{flex-direction:column;gap:.5rem;width:100%;display:flex}.song-picker-search{border-radius:var(--radius-md);background:var(--bg-raised);align-items:center;gap:.5rem;min-height:2.9rem;padding:0 .9rem;color:var(--text-dim)!important;flex-direction:row!important;display:flex!important}.song-picker-search:focus-within{box-shadow:0 0 0 2px var(--accent-medium)}.song-picker .song-picker-search input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.2rem 0}.song-picker-list{flex-direction:column;gap:.3rem;display:flex}.song-picker-header{color:var(--text-dim);letter-spacing:0;margin:.5rem 0 .2rem;font-size:.75rem}.song-picker-option{border-radius:var(--radius-sm);background:var(--card-bg);width:100%;min-height:2.8rem;color:var(--text-soft);text-align:left;cursor:pointer;touch-action:manipulation;border:none;align-items:center;gap:.5rem;padding:0 .9rem;display:flex}@media (hover:hover){.song-picker-option:hover{background:var(--accent-soft);color:var(--text)}}.song-picker-option.selected{background:var(--accent-soft);color:var(--accent)}.song-picker-option-text{white-space:nowrap;flex:1;align-items:baseline;gap:.5rem;min-width:0;display:flex;overflow:hidden}.song-picker-option-title{text-overflow:ellipsis;overflow:hidden}.song-picker-artist{color:var(--text-muted);font-size:12px}.song-picker-sentinel{height:1px}.song-picker-empty{color:var(--text-dim);text-align:center;padding:1rem;font-size:12px}.splash{z-index:50;padding:calc(1rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));background:var(--bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}body.splash-open{overflow:hidden}.splash-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:min(26rem,100%);margin:auto;display:flex}.splash-title{font-family:var(--font-display);letter-spacing:0;color:var(--text-strong);margin:0;font-size:36px}.splash-intro{color:var(--text-soft);text-align:left;text-wrap:pretty;margin:0;font-size:12px;line-height:1.75}.splash-lead{border-bottom:1px solid var(--line-soft);color:var(--text-dim);letter-spacing:0;text-align:left;align-self:stretch;margin:0;padding-bottom:.5rem;font-size:12px}.splash-terms{color:var(--text-dim);text-align:left;flex-direction:column;gap:.55rem;margin:-.75rem 0 0;padding:0;font-size:12px;line-height:1.7;list-style:none;display:flex}.splash-warn{color:var(--text-dim);margin:-.75rem 0 0;font-size:12px}.splash .song-btn.start{min-width:11rem}.splash-footer{color:var(--text-muted);letter-spacing:0;flex-direction:column;gap:.3rem;margin-top:-.5rem;font-size:12px;display:flex}.splash-footer p{margin:0}.orientation-guard{z-index:200;background:var(--bg,#0c1412);color:var(--text,#f2efe9);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:1.5rem;display:flex;position:fixed;inset:0}.orientation-guard h2{letter-spacing:0;color:var(--text-title);margin:0;font-size:1.5rem}.orientation-guard p{max-width:24rem;color:var(--text-muted);margin:0}.orientation-icon{color:var(--accent);animation:2.2s ease-in-out infinite orientation-turn}@keyframes orientation-turn{0%,55%,to{transform:rotate(-90deg)}75%,95%{transform:rotate(0)}}@media (prefers-reduced-motion:reduce){.orientation-icon{animation:none}}.keybind-block{flex-direction:column;align-items:stretch;gap:.7rem}.keybind-tabs button{flex:1}.keybind-lanes{flex-direction:column;gap:.45rem;display:flex}.keybind-lane{align-items:center;gap:.5rem;display:flex}.keybind-lane-name{color:var(--text-muted);flex:1;font-size:12px}.keybind-key{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-off);min-width:3.1rem;color:var(--text);font:inherit;letter-spacing:0;cursor:pointer;padding:.4rem .5rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.keybind-key.empty{color:var(--text-dim)}.keybind-key.capturing{border-color:var(--accent);color:var(--accent)}@media (hover:hover){.keybind-key:hover{background:var(--surface-off-hover)}}.keybind-reset{justify-content:center;align-self:flex-start;align-items:center;gap:.4rem;display:inline-flex}.share-link{background:var(--bg,#fff);width:min(90vw,440px);color:var(--text,#333);pointer-events:auto;border:1px solid;border-radius:8px;margin:0 auto 12px;padding:8px 12px}.share-preview{max-height:85dvh;overflow-y:auto}.share-preview img{object-fit:contain;align-self:center;width:160px;height:160px}.share-preview p{max-width:320px;line-height:1.6}.result-share-sheet{width:min(100%,480px);max-width:100%;max-height:85dvh;padding:12px 24px calc(24px + env(safe-area-inset-bottom));border:1px solid var(--line);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--panel-bg-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-family:var(--font-body);color:var(--text);box-shadow:0 -12px 60px var(--shadow);pointer-events:auto;border-bottom:0;margin:0 auto;position:fixed;inset:auto 0 0;overflow-y:auto}.result-share-sheet[open]{animation:.24s ease-out both share-sheet-in}.result-share-sheet::backdrop{background:var(--scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:.24s ease-out both share-backdrop-in}.result-share-handle{background:var(--text-dim);opacity:.45;border-radius:4px;width:36px;height:4px;margin:0 auto 12px}.result-share-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.result-share-heading h2{letter-spacing:0;color:var(--text-title);margin:0;font-size:24px}.result-share-close{border-radius:var(--radius-md);background:var(--accent-soft);width:40px;height:40px;color:var(--text);cursor:pointer;border:0;place-items:center;display:grid}.result-share-label{color:var(--text-soft);margin-bottom:8px;font-size:12px;display:block}.result-share-sheet .share-link{border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-off);width:100%;color:var(--text-soft);margin:0 0 16px;padding:12px}.result-share-sheet .result-export{background:var(--accent-soft);color:var(--text)}.result-share-sheet :is(button,input):focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (hover:hover){.result-share-sheet :is(.result-export,.result-share-close):hover{background:var(--accent-hover-soft);color:var(--text-strong)}}.result-share-row{gap:.6rem;display:flex}.result-share-copy,.result-export{flex:1;justify-content:center;align-items:center;gap:.6rem;min-width:0;display:flex}@media (width<=480px){.result-share-copy,.result-export{gap:.4rem;padding:.7rem 1rem;font-size:12px}}.result-share-qr{color:var(--text-soft);align-items:center;gap:14px;margin:0 0 16px;font-size:12px;line-height:1.4;display:flex}.result-share-qr img,.result-share-qr-empty{border-radius:var(--radius-md);background:#fff;flex:none;width:120px;height:120px}.result-share-qr-empty{background:var(--surface-off)}.result-share-sheet .result-share-row+.result-share-label{margin-top:14px}.result-sheet-kind{border-radius:var(--radius-md);background:var(--surface-off);flex:1;gap:3px;min-width:0;padding:3px;display:flex}.result-sheet-kind button{border-radius:calc(var(--radius-md) - 3px);min-width:0;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;flex:1;transition:background-color .18s,color .18s}.result-sheet-kind button[aria-pressed=true]{background:var(--accent-soft);color:var(--text-strong);font-weight:600}.result-share-notice{text-align:center;min-height:2.8em;color:var(--text-soft);margin:10px 0 0;font-size:12px;line-height:1.4}@keyframes share-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes share-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.result-share-sheet[open],.result-share-sheet::backdrop{animation:none}}.inventory-overlay{z-index:55;background:var(--scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.inventory-modal{border-radius:var(--radius-lg);width:min(92vw,28rem);max-height:min(88vh,40rem);box-shadow:0 12px 32px var(--shadow-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:left;background:#0c1412d6;border:1px solid #ffffff1a;flex-direction:column;display:flex;overflow:hidden}.inventory-modal-header{align-items:center;gap:.5rem;padding:.85rem .85rem .35rem 1rem;display:flex}.inventory-modal-header h2{flex:1;margin:0;font-size:12px}.inventory-modal-body{touch-action:pan-y;padding:.5rem 1rem .25rem;overflow-y:auto}.inventory-shop-btn{background:var(--surface-off-hover);width:100%;color:var(--text);font:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.6rem 1rem;font-size:12px;font-weight:600;transition:background-color .18s,color .18s;display:flex}@media (hover:hover){.inventory-shop-btn:hover{color:var(--text-strong);background:#ffffff24}}.inventory-section{margin-bottom:1.1rem}.inventory-section h3{color:var(--text-soft);margin:0 0 .55rem;font-size:12px;font-weight:600}.inventory-section-head{justify-content:space-between;align-items:center;gap:.75rem;margin:0 0 .55rem;display:flex}.inventory-section-head h3{margin:0}.inventory-side-toggle{gap:.3rem}.inventory-side-toggle button{font:inherit;border-radius:999px;flex:none;padding:.25rem .8rem;font-size:12px}.inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.inventory-tile{border-radius:var(--radius-md);color:var(--text-muted);font:inherit;text-align:left;cursor:pointer;background-color:#ffffff0f;background-image:none;border:none;flex-direction:column;gap:.4rem;padding:.4rem .4rem .5rem;transition:background-color .18s,box-shadow .18s,color .18s;display:flex}@media (hover:hover){.inventory-tile:not(.active):hover{color:var(--text);background-color:#ffffff1a}}.inventory-tile.active{box-shadow:var(--neon-glow);color:var(--text-strong);background-color:#ffffff14}.inventory-tile-preview{border-radius:var(--radius-sm);background:radial-gradient(circle at 50% 40%,#ffffff14,#fff0 70%),#0000004d;justify-content:center;align-items:center;height:3.2rem;display:flex;position:relative;overflow:hidden}.inventory-tile-preview.bead-style-glow{background:radial-gradient(circle,#ff9a3c66,#ff9a3c00 55%),#0000004d}.inventory-tile-preview.bead-style-candy{background:radial-gradient(circle,#ff649659,#ff649600 55%),#0000004d}.inventory-tile-preview.bead-style-sparkle{background:radial-gradient(circle,#ffffff59,#fff0 55%),#0000004d}.inventory-tile-preview .bead-style-swatch{width:2rem;height:2rem;margin:0}.inventory-tile-preview .iron-texture-swatch{width:100%;height:100%;box-shadow:none;border-radius:0;margin:0}.inventory-tile-preview .stage-effect-swatch{width:2.8rem;height:2.8rem}.inventory-tile-tags{gap:.2rem;display:flex;position:absolute;top:.25rem;right:.25rem}.inventory-tile-tags span{min-width:1.15rem;color:var(--text-strong);text-align:center;background:#060c0bb8;border-radius:999px;padding:.05rem .3rem;font-size:12px;font-weight:600;line-height:1.3}.inventory-tile-name{white-space:nowrap;align-items:center;gap:.25rem;padding:0 .15rem;font-size:12px;font-weight:600;display:flex;overflow:hidden}@media (width<=480px){.inventory-modal{width:calc(100vw - 2rem);max-height:76vh}.inventory-modal-header{padding:.65rem .6rem .2rem .85rem}.inventory-modal-header h2{font-size:12px}.inventory-modal-body{padding:.4rem .75rem .1rem}.inventory-modal-footer{padding:.5rem .75rem .75rem}.inventory-shop-btn{padding:.5rem .9rem;font-size:12px}.inventory-section{margin-bottom:.8rem}.inventory-section h3,.inventory-section-head{margin-bottom:.4rem}.inventory-section h3{font-size:12px}.inventory-side-toggle button{padding:.2rem .65rem;font-size:12px}.inventory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.inventory-tile{gap:.3rem;padding:.3rem .3rem .35rem}.inventory-tile-preview{height:2.4rem}.inventory-tile-preview .bead-style-swatch{width:1.5rem;height:1.5rem}.inventory-tile-preview .stage-effect-swatch{width:2.1rem;height:2.1rem}.inventory-tile-tags span{min-width:1rem;font-size:12px}.inventory-tile-name{gap:.15rem;padding:0 .1rem;font-size:12px}.inventory-tile-name svg{flex:none;width:11px;height:11px}}.page-header{align-items:center;gap:.75rem;width:100%;margin:.5rem 0 .25rem;display:flex}.page-header h1{flex:1;margin:0;font-size:24px}.shop-balance{background:var(--accent-soft);color:var(--text-strong);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:12px;font-weight:600;display:inline-flex}.shop-balance.compact{padding:.25rem .55rem;font-size:12px}.shop-hint{max-width:42rem;margin:.25rem 0 1rem}.shop-section{margin-bottom:1.75rem}.shop-section h2{align-items:center;gap:.45rem;margin:0 0 .75rem;font-size:12px;display:flex}.shop-price{color:var(--text-soft);font-size:12px;font-weight:600}.result-beans-earned{color:#ffd166;letter-spacing:0;margin-top:.35rem;font-size:12px;font-weight:600}.bean-earn-flyover{z-index:25;color:#ffd166;pointer-events:none;text-shadow:0 1px 8px #00000073;will-change:transform, opacity;align-items:center;gap:.3rem;font-size:12px;font-weight:700;transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .65s;display:inline-flex;position:fixed;top:0;left:0}.account-corner-balance.bean-earn-pop{animation:.48s bean-earn-pop}@keyframes bean-earn-pop{0%{transform:scale(1)}35%{color:#ffd166;transform:scale(1.14)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.bean-earn-flyover{transition:none}.account-corner-balance.bean-earn-pop{animation:none}}:root,[data-pixel-theme=classic]{--pixel-ink:#34405e;--pixel-ink-text:#34405e;--pixel-ink-deep:#232b40;--title-ink:#34405e;--pixel-panel:#f6f3ea;--pixel-hi:#fff;--pixel-lip:#c2b9a3;--pixel-knob-shade:#d6d0bf;--pixel-cream:#fdfcf8;--pixel-track:#e6e9ef;--pixel-accent-fill:#5aa7e8;--pixel-accent-deep:#3f8bd0;--pixel-plum:#28324a;--pixel-peg:#a0b4dc40;--pixel-shadow:#232b404d;--pixel-shadow-strong:#232b4073;--on-primary:#fff;--ok-text:#2c6b47;--muted-text:#857f70;--desc-text:#7a849c;--hover-tint:#eef4fb;--title-light:#fff;--title-top:#fff;--title-mid:#d6ebfb;--title-bottom:#8cc3f0;--title-shade:#5aa0e0;--icon-accent:#7fbdf0;--icon-accent-deep:#3f8bd0;--icon-alt:#a9b8d4;--menu-soft:#1e283c29;--menu-dim:#1e283c57;--bg:#d9dee6;--text:#2d3650;--text-strong:#1f2638;--text-soft:#4a5570;--text-muted:#6b7590;--text-dim:#8a93a8;--line:#d9d4c6;--line-soft:#e6e2d6;--accent:#2f7fd0;--accent-hover:#4a93dc;--accent-soft:#e1effb;--accent-hover-soft:#d0e5f8;--accent-medium:#bcd9f4;--accent-border:#8ec0ec;--accent-faint:#f0f7fd;--accent-2:#c9771a;--accent-2-soft:#fff1d6;--scrim:#141a288c;--scrim-soft:#141a2852;--pixel-frame:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffffff'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23f6f3ea'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23e3ddcc'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23f6f3ea'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23e3ddcc'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23f6f3ea'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23e3ddcc'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23f6f3ea'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23e3ddcc'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23f6f3ea'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23e3ddcc'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23e3ddcc'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23c2b9a3'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23c2b9a3'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffffff'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23eef4fb'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23d4e3f2'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23eef4fb'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23d4e3f2'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23eef4fb'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23d4e3f2'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23eef4fb'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23d4e3f2'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23eef4fb'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23d4e3f2'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23d4e3f2'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23a9c2dc'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23a9c2dc'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-primary:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%239fcff5'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%239fcff5'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%235aa7e8'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%233f8bd0'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%239fcff5'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%235aa7e8'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%233f8bd0'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%239fcff5'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%235aa7e8'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%233f8bd0'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%239fcff5'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%235aa7e8'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%233f8bd0'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%239fcff5'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%235aa7e8'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%233f8bd0'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%233f8bd0'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%232b659c'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%232b659c'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-primary-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23b3d9f7'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23b3d9f7'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%2372b6ee'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%234f99d9'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23b3d9f7'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%2372b6ee'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%234f99d9'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23b3d9f7'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%2372b6ee'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%234f99d9'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23b3d9f7'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%2372b6ee'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%234f99d9'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23b3d9f7'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%2372b6ee'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%234f99d9'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%234f99d9'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%232b659c'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%232b659c'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-ok:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23d8f5e3'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23d8f5e3'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%239fdcb6'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%237cc79a'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23d8f5e3'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%239fdcb6'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%237cc79a'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23d8f5e3'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%239fdcb6'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%237cc79a'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23d8f5e3'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%239fdcb6'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%237cc79a'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23d8f5e3'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%239fdcb6'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%237cc79a'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%237cc79a'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%234e9a6c'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%234e9a6c'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-muted:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23f0eee9'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23f0eee9'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23dcdad3'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23c7c3b8'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23f0eee9'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23dcdad3'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23c7c3b8'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23f0eee9'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23dcdad3'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23c7c3b8'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23f0eee9'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23dcdad3'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23c7c3b8'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23f0eee9'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23dcdad3'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23c7c3b8'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23c7c3b8'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23a39e90'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23a39e90'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%2334405e'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-well:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%2334405e'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23161c2c'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23161c2c'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%2356627f'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23161c2c'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%2356627f'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%2356627f'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-well-light:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%2334405e'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23d6d0bf'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23d6d0bf'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23d6d0bf'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%2334405e'/%3E%3C/svg%3E");--pixel-frame-well-focus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%2334405e'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%239cc9f0'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%239cc9f0'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%239cc9f0'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%2334405e'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%2334405e'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%2334405e'/%3E%3C/svg%3E")}[data-pixel-theme=berry]{--pixel-ink:#6f4aa8;--pixel-ink-text:#6f4aa8;--pixel-ink-deep:#4a2d7a;--title-ink:#6f4aa8;--pixel-panel:#fff4f8;--pixel-hi:#fff;--pixel-lip:#f0a9c8;--pixel-knob-shade:#d8c4ec;--pixel-cream:#fffafc;--pixel-track:#efe3f8;--pixel-accent-fill:#ff9ec4;--pixel-accent-deep:#f27fae;--pixel-plum:#3b2560;--pixel-peg:#c9a8f247;--pixel-shadow:#3e1e604d;--pixel-shadow-strong:#3e1e6073;--on-primary:#fff;--ok-text:#2f7a55;--muted-text:#8a7aa6;--desc-text:#9a7cc8;--hover-tint:#ffe6f0;--title-light:#fff7fb;--title-top:#fff7fb;--title-mid:#ffd3e4;--title-bottom:#f7a2c4;--title-shade:#e57fab;--icon-accent:#ffb3cf;--icon-accent-deep:#f48bb4;--icon-alt:#c9a8f2;--menu-soft:#3a1c602e;--menu-dim:#3a1c6057;--bg:#f7dce8;--text:#4a2d7a;--text-strong:#3b1f66;--text-soft:#5f4589;--text-muted:#7f67a6;--text-dim:#9a86bb;--line:#e3d4f2;--line-soft:#ecdff6;--accent:#e8558f;--accent-hover:#f06ba0;--accent-soft:#ffe0ec;--accent-hover-soft:#ffd0e2;--accent-medium:#ffc2da;--accent-border:#f39bbf;--accent-faint:#fff0f6;--accent-2:#d9821b;--accent-2-soft:#fff1d6;--scrim:#2812468c;--scrim-soft:#28124652;--pixel-frame:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffffff'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23fff4f8'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23f9d3e3'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23fff4f8'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23f9d3e3'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23fff4f8'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23f9d3e3'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23fff4f8'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23f9d3e3'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23fff4f8'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23f9d3e3'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23f9d3e3'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23f0a9c8'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23f0a9c8'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffffff'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23ffe6f0'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23f7bfd6'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23ffe6f0'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23f7bfd6'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23ffe6f0'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23f7bfd6'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23ffe6f0'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23f7bfd6'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23ffe6f0'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23f7bfd6'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23f7bfd6'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23e88fb6'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23e88fb6'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-primary:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffd6e7'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffd6e7'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23ff9ec4'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23f27fae'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffd6e7'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23ff9ec4'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23f27fae'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffd6e7'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23ff9ec4'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23f27fae'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffd6e7'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23ff9ec4'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23f27fae'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffd6e7'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23ff9ec4'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23f27fae'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23f27fae'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23c9568f'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23c9568f'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-primary-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffe2ee'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffe2ee'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23ffb2d1'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23f58bb7'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffe2ee'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23ffb2d1'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23f58bb7'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffe2ee'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23ffb2d1'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23f58bb7'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffe2ee'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23ffb2d1'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23f58bb7'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffe2ee'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23ffb2d1'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23f58bb7'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23f58bb7'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23c9568f'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23c9568f'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-ok:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23e6fff0'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23e6fff0'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23aee9c4'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%2386d7a8'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23e6fff0'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23aee9c4'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%2386d7a8'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23e6fff0'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23aee9c4'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%2386d7a8'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23e6fff0'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23aee9c4'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%2386d7a8'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23e6fff0'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23aee9c4'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%2386d7a8'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%2386d7a8'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%234fae7c'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%234fae7c'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-muted:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23f4f0fa'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23f4f0fa'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23ddd5ea'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23c9bedb'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23f4f0fa'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23ddd5ea'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23c9bedb'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23f4f0fa'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23ddd5ea'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23c9bedb'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23f4f0fa'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23ddd5ea'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23c9bedb'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23f4f0fa'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23ddd5ea'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23c9bedb'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23c9bedb'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23a99bc2'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23a99bc2'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-well:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%2324123f'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%2324123f'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%238d6cc4'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%2324123f'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%238d6cc4'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%238d6cc4'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-well-light:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23d8c4ec'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23d8c4ec'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23d8c4ec'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%236f4aa8'/%3E%3C/svg%3E");--pixel-frame-well-focus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23f2a3c5'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23f2a3c5'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23f2a3c5'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%236f4aa8'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%236f4aa8'/%3E%3C/svg%3E")}[data-pixel-theme=mint]{--pixel-ink:#2f5d56;--pixel-ink-text:#2f5d56;--pixel-ink-deep:#1e3f3a;--title-ink:#2f5d56;--pixel-panel:#f3faf6;--pixel-hi:#fff;--pixel-lip:#a3cdb9;--pixel-knob-shade:#c5e0d4;--pixel-cream:#fbfefc;--pixel-track:#dcefe7;--pixel-accent-fill:#4cc59a;--pixel-accent-deep:#34a882;--pixel-plum:#1d3d36;--pixel-peg:#96dcc340;--pixel-shadow:#14322c4d;--pixel-shadow-strong:#14322c73;--on-primary:#fff;--ok-text:#7a5a10;--muted-text:#6f807a;--desc-text:#6a8c83;--hover-tint:#e3f5ec;--title-light:#fff;--title-top:#fff;--title-mid:#d2f5e6;--title-bottom:#7fdcb8;--title-shade:#4cc59a;--icon-accent:#7fdcb8;--icon-accent-deep:#34a882;--icon-alt:#a9d8c8;--menu-soft:#14322c29;--menu-dim:#14322c57;--bg:#d5ebe2;--text:#24453f;--text-strong:#16302b;--text-soft:#3d625a;--text-muted:#5d7d75;--text-dim:#7e9a92;--line:#cde3d9;--line-soft:#dcece5;--accent:#1f9a72;--accent-hover:#2fae84;--accent-soft:#d8f3e8;--accent-hover-soft:#c6ecdc;--accent-medium:#ade3cd;--accent-border:#7fd2b1;--accent-faint:#eefaf5;--accent-2:#c9771a;--accent-2-soft:#fff1d6;--scrim:#0c201c8c;--scrim-soft:#0c201c52;--pixel-frame:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffffff'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23f3faf6'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23d3eadf'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23f3faf6'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23d3eadf'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23f3faf6'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23d3eadf'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23f3faf6'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23d3eadf'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23f3faf6'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23d3eadf'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23d3eadf'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23a3cdb9'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23a3cdb9'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23ffffff'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23e3f5ec'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23c3e3d3'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23e3f5ec'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23c3e3d3'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23e3f5ec'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23c3e3d3'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23e3f5ec'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23c3e3d3'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23e3f5ec'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23c3e3d3'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23c3e3d3'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%238fc0a8'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%238fc0a8'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-primary:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%239be5c8'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%239be5c8'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%234cc59a'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%2334a882'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%239be5c8'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%234cc59a'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%2334a882'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%239be5c8'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%234cc59a'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%2334a882'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%239be5c8'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%234cc59a'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%2334a882'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%239be5c8'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%234cc59a'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%2334a882'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%2334a882'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23217a5d'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23217a5d'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-primary-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23aeeccf'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23aeeccf'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%2362cfa8'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%233fb38c'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23aeeccf'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%2362cfa8'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%233fb38c'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23aeeccf'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%2362cfa8'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%233fb38c'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23aeeccf'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%2362cfa8'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%233fb38c'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23aeeccf'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%2362cfa8'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%233fb38c'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%233fb38c'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23217a5d'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23217a5d'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-ok:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23fff5cf'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23fff5cf'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23fce59a'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23ecc964'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23fff5cf'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23fce59a'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23ecc964'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23fff5cf'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23fce59a'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23ecc964'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23fff5cf'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23fce59a'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23ecc964'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23fff5cf'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23fce59a'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23ecc964'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23ecc964'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23b89530'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23b89530'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-muted:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23eef2f0'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23eef2f0'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23d8e0dc'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23c3cdc8'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23eef2f0'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23d8e0dc'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23c3cdc8'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23eef2f0'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23d8e0dc'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23c3cdc8'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23eef2f0'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23d8e0dc'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23c3cdc8'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23eef2f0'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23d8e0dc'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23c3cdc8'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23c3cdc8'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%239aa8a1'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%239aa8a1'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-well:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%230f2621'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%230f2621'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%234f8a7b'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%230f2621'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%234f8a7b'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%234f8a7b'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-well-light:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23c5e0d4'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23c5e0d4'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23c5e0d4'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%232f5d56'/%3E%3C/svg%3E");--pixel-frame-well-focus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%238fdcbf'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%238fdcbf'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%238fdcbf'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%232f5d56'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%232f5d56'/%3E%3C/svg%3E")}[data-pixel-theme=arcade]{--pixel-ink:#0d0b18;--pixel-ink-text:#c9b8ff;--pixel-ink-deep:#fff;--title-ink:#5b2fc9;--pixel-panel:#2c2848;--pixel-hi:#e9e4ff;--pixel-lip:#8e88b0;--pixel-knob-shade:#8e88b0;--pixel-cream:#1f1c36;--pixel-track:#3d3860;--pixel-accent-fill:#ffcf3f;--pixel-accent-deep:#e6a91f;--pixel-plum:#14122a;--pixel-peg:#8c78dc47;--pixel-shadow:#0006;--pixel-shadow-strong:#0009;--on-primary:#fff;--ok-text:#0d2a1c;--muted-text:#8e88b0;--desc-text:#a39dc7;--hover-tint:#363158;--title-light:#fff;--title-top:#fff;--title-mid:#fff09a;--title-bottom:#ffcf3f;--title-shade:#e6a91f;--icon-accent:#ffcf3f;--icon-accent-deep:#e6a91f;--icon-alt:#9d8cff;--menu-soft:#0a08184d;--menu-dim:#0a081880;--bg:#1b1830;--text:#ece8ff;--text-strong:#fff;--text-soft:#c9c3ea;--text-muted:#a39dc7;--text-dim:#8680ab;--line:#3d3860;--line-soft:#34304f;--accent:#ffcf3f;--accent-hover:#ffda66;--accent-soft:#3a3350;--accent-hover-soft:#453d5e;--accent-medium:#564b6e;--accent-border:#8a7a4a;--accent-faint:#2a2640;--accent-2:#ff9f43;--accent-2-soft:#3a3040;--scrim:#05040c99;--scrim-soft:#05040c59;--pixel-frame:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%234a4474'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%234a4474'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%232c2848'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23221f3a'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%234a4474'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%232c2848'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23221f3a'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%234a4474'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%232c2848'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23221f3a'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%234a4474'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%232c2848'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23221f3a'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%234a4474'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%232c2848'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23221f3a'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23221f3a'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%2316142a'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%2316142a'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23565084'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23565084'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23363158'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%2329254a'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23565084'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23363158'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%2329254a'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23565084'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23363158'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%2329254a'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23565084'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23363158'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%2329254a'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23565084'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23363158'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%2329254a'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%2329254a'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%2316142a'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%2316142a'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-primary:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23fff09a'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23fff09a'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23ffcf3f'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23e6a91f'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23fff09a'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23ffcf3f'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23e6a91f'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23fff09a'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23ffcf3f'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23e6a91f'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23fff09a'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23ffcf3f'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23e6a91f'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23fff09a'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23ffcf3f'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23e6a91f'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23e6a91f'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23a8730c'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23a8730c'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-primary-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%23fff5b8'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%23fff5b8'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%23ffda66'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%23eeb52e'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23fff5b8'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%23ffda66'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%23eeb52e'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%23fff5b8'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%23ffda66'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%23eeb52e'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%23fff5b8'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%23ffda66'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%23eeb52e'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%23fff5b8'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%23ffda66'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%23eeb52e'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%23eeb52e'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%23a8730c'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%23a8730c'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-ok:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%239af3c9'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%239af3c9'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%233ddc97'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%2327b579'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%239af3c9'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%233ddc97'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%2327b579'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%239af3c9'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%233ddc97'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%2327b579'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%239af3c9'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%233ddc97'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%2327b579'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%239af3c9'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%233ddc97'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%2327b579'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%2327b579'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%2316784f'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%2316784f'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-muted:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11' width='10' height='11' shape-rendering='crispEdges'%3E%3Crect x='2' y='0' width='6' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='1' width='6' height='1' fill='%234a4570'/%3E%3Crect x='8' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='2' height='1' fill='%234a4570'/%3E%3Crect x='3' y='2' width='5' height='1' fill='%233a3656'/%3E%3Crect x='8' y='2' width='1' height='1' fill='%232f2b48'/%3E%3Crect x='9' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%234a4570'/%3E%3Crect x='2' y='3' width='6' height='1' fill='%233a3656'/%3E%3Crect x='8' y='3' width='1' height='1' fill='%232f2b48'/%3E%3Crect x='9' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='1' height='1' fill='%234a4570'/%3E%3Crect x='2' y='4' width='6' height='1' fill='%233a3656'/%3E%3Crect x='8' y='4' width='1' height='1' fill='%232f2b48'/%3E%3Crect x='9' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='1' height='1' fill='%234a4570'/%3E%3Crect x='2' y='5' width='6' height='1' fill='%233a3656'/%3E%3Crect x='8' y='5' width='1' height='1' fill='%232f2b48'/%3E%3Crect x='9' y='5' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='6' width='1' height='1' fill='%234a4570'/%3E%3Crect x='2' y='6' width='6' height='1' fill='%233a3656'/%3E%3Crect x='8' y='6' width='1' height='1' fill='%232f2b48'/%3E%3Crect x='9' y='6' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='7' width='8' height='1' fill='%232f2b48'/%3E%3Crect x='9' y='7' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='8' width='8' height='1' fill='%231f1c33'/%3E%3Crect x='9' y='8' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='9' width='6' height='1' fill='%231f1c33'/%3E%3Crect x='8' y='9' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='2' y='10' width='6' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-well:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%2307060e'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%2307060e'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%233b3560'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%2307060e'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%233b3560'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%233b3560'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-well-light:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23100e20'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23100e20'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%234a4570'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23100e20'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%234a4570'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%234a4570'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%230d0b18'/%3E%3C/svg%3E");--pixel-frame-well-focus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6' shape-rendering='crispEdges'%3E%3Crect x='1' y='0' width='4' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='1' width='4' height='1' fill='%23a8730c'/%3E%3Crect x='5' y='1' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='2' width='1' height='1' fill='%23a8730c'/%3E%3Crect x='4' y='2' width='1' height='1' fill='%23ffcf3f'/%3E%3Crect x='5' y='2' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23a8730c'/%3E%3Crect x='4' y='3' width='1' height='1' fill='%23ffcf3f'/%3E%3Crect x='5' y='3' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='0' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='4' width='4' height='1' fill='%23ffcf3f'/%3E%3Crect x='5' y='4' width='1' height='1' fill='%230d0b18'/%3E%3Crect x='1' y='5' width='4' height='1' fill='%230d0b18'/%3E%3C/svg%3E")}@font-face{font-family:"Fusion Pixel 12";src:url(/fonts/fusion-pixel-12-zh.woff2)format("woff2");font-display:swap}:root,[data-pixel-theme]{--ol-1:1px 0 0 var(--pixel-ink), -1px 0 0 var(--pixel-ink), 0 1px 0 var(--pixel-ink), 0 -1px 0 var(--pixel-ink), 1px 1px 0 var(--pixel-ink), -1px 1px 0 var(--pixel-ink), 1px -1px 0 var(--pixel-ink), -1px -1px 0 var(--pixel-ink), 0 2px 0 var(--pixel-shadow);--ol-2:2px 0 0 var(--pixel-ink), -2px 0 0 var(--pixel-ink), 0 2px 0 var(--pixel-ink), 0 -2px 0 var(--pixel-ink), 2px 2px 0 var(--pixel-ink), -2px 2px 0 var(--pixel-ink), 2px -2px 0 var(--pixel-ink), -2px -2px 0 var(--pixel-ink), 0 4px 0 var(--pixel-shadow);--ol-4:4px 0 0 var(--pixel-ink), -4px 0 0 var(--pixel-ink), 0 4px 0 var(--pixel-ink), 0 -4px 0 var(--pixel-ink), 4px 4px 0 var(--pixel-ink), -4px 4px 0 var(--pixel-ink), 4px -4px 0 var(--pixel-ink), -4px -4px 0 var(--pixel-ink), 0 8px 0 var(--pixel-shadow);--pixel-corners:polygon(0 3px, 3px 3px, 3px 0, calc(100% - 3px) 0, calc(100% - 3px) 3px, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 3px calc(100% - 3px), 0 calc(100% - 3px));--hud-accent:var(--title-bottom);--bg-raised:var(--pixel-cream);--card-bg:transparent;--card-border:var(--line);--panel-bg:var(--pixel-panel);--panel-bg-soft:var(--pixel-panel);--shadow:var(--pixel-shadow);--shadow-strong:var(--pixel-shadow-strong);--text-title:var(--pixel-ink-text);--text-hint:var(--text-dim);--text-faint:var(--text-dim);--accent-contrast:var(--on-primary);--accent-2-light:#ffcf5c;--accent-3:#3fb87f;--danger:#e2445c;--success:#2f9e6a;--warn:#d98a00;--gold:#f5b700;--radius-lg:0;--radius-md:0;--radius-sm:0;--font-pixel:"Fusion Pixel 12", "Fusion Pixel 12 Full", "ZCOOL KuaiLe", system-ui, sans-serif;--font-display:var(--font-pixel);--font-body:var(--font-pixel);--neon-glow:none;--surface-off:var(--pixel-cream);--surface-off-hover:var(--hover-tint)}html,body,#root{font-synthesis:none;-webkit-font-smoothing:none}body{font-size:12px;line-height:1.5}::selection{background:var(--pixel-accent-fill);color:var(--on-primary)}.menu-scrim{background:radial-gradient(ellipse 34rem 90% at 50% 50%, var(--menu-soft), transparent 70%)}.menu-scrim.dim{background-color:var(--menu-dim)}.pause-overlay,.confirm-overlay,.inventory-overlay{background:var(--scrim)}.pixel-panel,.home-menu-btn,.shop-card,.pause-menu,.settings-list,.tutorial-panel,.inventory-modal,.account-popover,.song-row,.create-panel,.create-flow form.create-panel.upload-panel,.result-share-sheet,.splash-card{border-style:solid;border-width:12px 12px 15px;border-image:var(--pixel-frame) 4 4 5 fill / 12px 12px 15px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--text);background:0 0;border-radius:0}.pause-menu .settings-list,.create-flow .create-panel[role=tabpanel]{border:0;border-image:;padding:0}.pixel-btn,.song-btn,.regen-btn,.select-tool-btn,.keybind-key,.icon-btn,.game-back-btn,.result-share-close,.inventory-shop-btn,.shop-card-btn,.account-corner-balance,.pixel-choice,.shop-tab,.source-tabs button,.account-tabs button,.settings-toggle button,.difficulty-segments button,.result-sheet-kind button,.select-tool-toggle,.create-tab,.song-picker-option,.design-tile,.inventory-tile,.bead-style-btn{border-style:solid;border-width:8px 8px 10px;border-image:var(--pixel-frame) 4 4 5 fill / 8px 8px 10px;box-shadow:none;text-shadow:none;color:var(--text);font-family:var(--font-pixel);background:0 0;border-radius:0;transition:none}@media (hover:hover){.pixel-btn:hover:not(:disabled),.song-btn:hover:not(:disabled),.regen-btn:hover:not(:disabled),.select-tool-btn:hover:not(:disabled),.keybind-key:hover,.icon-btn:hover,.game-back-btn:hover,.result-share-close:hover,.inventory-shop-btn:hover,.shop-card-btn.owned:hover:not(:disabled),.pixel-choice:hover,.shop-tab:hover,.source-tabs button:hover:not(:disabled),.account-tabs button:hover,.settings-toggle button:hover,.difficulty-segments button:hover,.result-sheet-kind button:hover,.select-tool-toggle:hover,.create-tab:hover:not(:disabled),.song-picker-option:hover,.design-tile:hover,.inventory-tile:hover,.bead-style-btn:hover{border-image-source:var(--pixel-frame-hover);color:var(--text-strong);opacity:1;background:0 0;transform:none}}.pixel-btn:active:not(:disabled),.song-btn:active:not(:disabled),.regen-btn:active:not(:disabled),.select-tool-btn:active:not(:disabled),.keybind-key:active,.icon-btn:active,.game-back-btn:active,.result-share-close:active,.inventory-shop-btn:active,.shop-card-btn:active:not(:disabled),.pixel-choice:active,.shop-tab:active,.source-tabs button:active:not(:disabled),.account-tabs button:active,.settings-toggle button:active,.difficulty-segments button:active,.result-sheet-kind button:active,.select-tool-toggle:active,.create-tab:active:not(:disabled),.song-picker-option:active,.design-tile:active,.inventory-tile:active,.bead-style-btn:active{transform:translateY(2px)}.pixel-btn.primary,.song-btn.start,.regen-btn.play-btn,.shop-card-btn.buy:not(.short),.result-actions .result-action-play,.pixel-choice.active,.shop-tab.active,.source-tabs button[aria-pressed=true],.account-tabs button[aria-pressed=true],.settings-toggle button[aria-pressed=true],.difficulty-segments button.active,.result-sheet-kind button[aria-pressed=true],.select-tool-toggle[aria-pressed=true],.create-tab.active,.create-tab.done,.song-picker-option.selected,.design-tile.active,.inventory-tile.active,.bead-style-btn[aria-pressed=true],.regen-btn[aria-pressed=true]{border-image-source:var(--pixel-frame-primary);box-shadow:none;color:var(--on-primary);text-shadow:var(--ol-1);background:0 0}@media (hover:hover){.pixel-btn.primary:hover:not(:disabled),.song-btn.start:hover:not(:disabled),.regen-btn.play-btn:hover:not(:disabled),.shop-card-btn.buy:not(.short):hover:not(:disabled),.result-actions .result-action-play:hover:not(:disabled),.pixel-choice.active:hover,.shop-tab.active:hover,.source-tabs button[aria-pressed=true]:hover,.account-tabs button[aria-pressed=true]:hover,.settings-toggle button[aria-pressed=true]:hover,.difficulty-segments button.active:hover,.result-sheet-kind button[aria-pressed=true]:hover,.select-tool-toggle[aria-pressed=true]:hover,.create-tab.active:hover,.create-tab.done:hover,.song-picker-option.selected:hover,.design-tile.active:hover,.inventory-tile.active:hover,.bead-style-btn[aria-pressed=true]:hover{border-image-source:var(--pixel-frame-primary-hover);color:var(--on-primary)}}.create-tab.active .create-tab-text span,.create-tab.done .create-tab-text span,.design-tile.active .design-tile-name,.design-tile.active .design-tile-check,.create-tab.active .create-tab-check,.create-tab.done .create-tab-check,.song-picker-option.selected .song-picker-artist,.inventory-tile.active .inventory-tile-name{color:var(--on-primary)}.shop-tab.active,.source-tabs button[aria-pressed=true],.account-tabs button[aria-pressed=true],.settings-toggle button[aria-pressed=true],.difficulty-segments button.active,.result-sheet-kind button[aria-pressed=true],.select-tool-toggle[aria-pressed=true]{transform:translateY(2px)}.pixel-btn.ok,.shop-card-btn.equipped,.result-actions .result-action-iron{border-image-source:var(--pixel-frame-ok);color:var(--ok-text);text-shadow:none}.pixel-btn:disabled,.song-btn:disabled,.song-btn.start:disabled,.regen-btn:disabled,.regen-btn.play-btn:disabled,.select-tool-btn:disabled,.source-tabs button:disabled,.shop-card-btn.buy.short{border-image-source:var(--pixel-frame-muted);box-shadow:none;color:var(--muted-text);text-shadow:none;opacity:1;background:0 0}.create-tab:disabled{opacity:1;cursor:default}.pixel-btn:focus-visible,.song-btn:focus-visible,.regen-btn:focus-visible,.select-tool-btn:focus-visible,.keybind-key:focus-visible,.icon-btn:focus-visible,.game-back-btn:focus-visible,.shop-card-btn:focus-visible,.pixel-choice:focus-visible,.shop-tab:focus-visible,.source-tabs button:focus-visible,.account-tabs button:focus-visible,.settings-toggle button:focus-visible,.difficulty-segments button:focus-visible,.select-tool-toggle:focus-visible,.create-tab:focus-visible,.song-picker-option:focus-visible,.design-tile:focus-within,.inventory-tile:focus-visible,.home-menu-btn:focus-visible{outline:3px dashed var(--pixel-ink-text);outline-offset:3px}.upload-panel input:not([type=checkbox]),.upload-panel select,.upload-panel textarea,.account-popover input,.song-picker-search,.share-link,.result-share-sheet .share-link,.photo-drop,.difficulty-editor{border-style:solid;border-width:6px;border-image:var(--pixel-frame-well-light) 2 / 6px;background:var(--pixel-cream);box-shadow:none;color:var(--text);font-family:var(--font-pixel);background-clip:padding-box;border-radius:0}.upload-panel input:not([type=checkbox]):focus,.upload-panel select:focus,.upload-panel textarea:focus,.account-popover input:focus,.song-picker-search:focus-within,.share-link:focus,.photo-drop.active{border-image-source:var(--pixel-frame-well-focus);background:var(--pixel-cream);box-shadow:none;background-clip:padding-box;outline:none;transform:none}@media (hover:hover){.photo-drop:hover{border-image-source:var(--pixel-frame-well-focus);background:var(--pixel-cream)}}.upload-panel .song-picker .song-picker-search input,.song-picker .song-picker-search input{background:0 0;border:0;border-image:;padding:.2rem 0}::placeholder{color:var(--text-dim);opacity:1}.pixel-well,.shop-card-preview,.song-row-thumb,.inventory-tile-preview,.create-tab-icon,.create-tab.active .create-tab-icon,.create-tab.done .create-tab-icon{border-style:solid;border-width:4px;border-image:var(--pixel-frame-well) 2 / 4px;background-color:var(--pixel-plum);background-image:radial-gradient(circle at 50% 50%, var(--pixel-peg) 1.5px, transparent 2px);background-size:10px 10px;background-clip:padding-box;border-radius:0}.shop-card-preview{border-width:6px;border-image:var(--pixel-frame-well) 2 / 6px;background-size:12px 12px}.shop-card-preview.bead-style-glow,.inventory-tile .inventory-tile-preview.bead-style-glow{background-image:radial-gradient(circle, #ff9a3c73, #ff9a3c00 55%), radial-gradient(circle at 50% 50%, var(--pixel-peg) 1.5px, transparent 2px);background-size:auto,12px 12px}.shop-card-preview.bead-style-candy,.inventory-tile .inventory-tile-preview.bead-style-candy{background-image:radial-gradient(circle, #ff649666, #ff649600 55%), radial-gradient(circle at 50% 50%, var(--pixel-peg) 1.5px, transparent 2px);background-size:auto,12px 12px}.shop-card-preview.bead-style-sparkle,.inventory-tile .inventory-tile-preview.bead-style-sparkle{background-image:radial-gradient(circle, #fff6, #fff0 55%), radial-gradient(circle at 50% 50%, var(--pixel-peg) 1.5px, transparent 2px);background-size:auto,12px 12px}.inventory-tile .inventory-tile-preview{background-color:var(--pixel-plum);background-clip:padding-box}.pixel-ribbon,.shop-page-hint,.sub-screen>.subtitle,.select-screen .subtitle,.song-list>.subtitle,.list-loading{width:fit-content;max-width:100%;color:var(--title-light);background:var(--pixel-ink);clip-path:var(--pixel-corners);text-align:center;margin-inline:auto;padding:5px 10px 4px;font-size:12px;line-height:16px;display:block}.list-loading{display:flex}.list-loading .spinner{border-color:#fff #ffffff59 #ffffff59}.shop-page-hint{text-align:left;margin:0 0 14px}.pause-menu .subtitle,.tutorial-panel .subtitle,.create-panel .subtitle,.song-row .subtitle,.splash-card .subtitle{clip-path:none;width:auto;color:var(--text-soft);background:0 0;padding:0}.pixel-outlined,.sub-screen>.app-title .app-title-en,.sub-screen>h1,.shop-page-title,.result-info h1,.loading-title,.orientation-guard h2{color:var(--title-light);text-shadow:var(--ol-2);font-size:24px;line-height:28px}.hud-keys,.result-counts,.result-beads,.result-beans-earned,.loading-percent,.section-title,.thumb-lock{color:var(--title-light);text-shadow:var(--ol-1)}.result-beads,.result-beans-earned{color:var(--accent-2-light)}.slider input[type=range]{--thumb:20px;--track:8px}.slider input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--pixel-accent-fill) var(--fill), var(--pixel-track) var(--fill));box-shadow:0 0 0 2px var(--pixel-ink);border-radius:0}.slider input[type=range]::-moz-range-track{background:var(--pixel-track);box-shadow:0 0 0 2px var(--pixel-ink);border-radius:0}.slider input[type=range]::-moz-range-progress{background:var(--pixel-accent-fill);border-radius:0}.slider input[type=range]::-webkit-slider-thumb{border:2px solid var(--pixel-ink);background:var(--pixel-hi);width:16px;box-shadow:inset 0 -4px 0 var(--pixel-lip);border-radius:0;transition:none}.slider input[type=range]::-moz-range-thumb{border:2px solid var(--pixel-ink);background:var(--pixel-hi);width:12px;height:16px;box-shadow:inset 0 -4px 0 var(--pixel-lip);border-radius:0}.slider input[type=range]:active::-webkit-slider-thumb{box-shadow:inset 0 -4px 0 var(--pixel-lip), 0 0 0 2px var(--pixel-hi), 0 0 0 4px var(--pixel-accent-deep)}.slider input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:inset 0 -4px 0 var(--pixel-lip), 0 0 0 2px var(--pixel-hi), 0 0 0 4px var(--pixel-accent-deep)}.slider-value{color:var(--accent)}.switch-track{border:2px solid var(--pixel-ink);background:var(--pixel-track);border-radius:0;width:44px;height:24px;transition:none}.switch-track:after{border:2px solid var(--pixel-ink);background:var(--pixel-hi);width:18px;height:18px;box-shadow:inset 0 -3px 0 var(--pixel-knob-shade);border-radius:0;transition:transform .12s steps(2,end);top:1px;left:1px}.switch input:checked+.switch-track{background:var(--pixel-accent-fill)}.switch input:checked+.switch-track:after{transform:translate(20px)}.switch input:focus-visible+.switch-track{box-shadow:none;outline:3px dashed var(--pixel-ink-text);outline-offset:2px}.create-progress-track,.hud-progress{background:var(--pixel-track);height:10px;box-shadow:0 0 0 2px var(--pixel-ink);border-radius:0}.create-progress-fill{background:repeating-linear-gradient(90deg, var(--pixel-accent-fill) 0 6px, var(--pixel-accent-deep) 6px 8px);border-radius:0}.hud-progress-bar{background:repeating-linear-gradient(90deg, var(--title-bottom) 0 6px, var(--title-shade) 6px 8px)}.spinner{border-width:3px;border-color:var(--pixel-track);border-top-color:var(--pixel-accent-deep);border-radius:0;animation-timing-function:steps(8,end)}.diff-row{border-top:2px dashed var(--line)}.diff-row:first-child{border-top:none}.splash-lead{border-bottom:2px dashed var(--line)}.game-back-btn{opacity:1;width:auto;height:auto;color:var(--pixel-ink-text);padding:2px 4px 0}.game-back-btn .pixel-icon{display:block}.account-corner{border-style:solid;border-width:8px 8px 10px;border-image:var(--pixel-frame) 4 4 5 fill / 8px 8px 10px;gap:0}.account-corner>.icon-btn,.account-corner>.account-corner-balance{color:var(--pixel-ink-text);border:0;border-image:;padding:2px 6px 0}.account-corner>*+.icon-btn{box-shadow:-2px 0 0 var(--line)}@media (hover:hover){.account-corner>.icon-btn:hover{background:var(--hover-tint)}}.account-corner>.icon-btn:active{transform:translateY(1px)}.account-popover .icon-btn{color:var(--pixel-ink-text);padding:2px 3px 0}.account-corner .pixel-icon{display:block}.account-corner-balance{color:var(--text);gap:4px;font-size:12px;line-height:22px}.account-corner-balance .pixel-icon{color:var(--accent-2)}.account-popover{padding:.6rem .7rem;font-size:12px}.song-btn{padding:.35rem 1rem .25rem;font-size:24px;line-height:28px}.song-btn.start,.pixel-btn.primary{text-shadow:var(--ol-2)}.song-btn.small{padding:.2rem .6rem .1rem;font-size:12px;line-height:16px}.song-btn.small.start{text-shadow:var(--ol-1)}.regen-btn{min-width:0;height:auto;padding:3px 6px 1px}.regen-btn.play-btn .pixel-icon,.song-btn.start .pixel-icon{color:var(--on-primary)}.select-tool-btn,.select-tool-toggle{padding:2px 6px 0;font-size:12px;line-height:20px}.select-tool-btn .pixel-icon,.select-tool-toggle .pixel-icon{flex:none}.keybind-key{padding:2px 6px 0}.link-btn{color:var(--accent);text-underline-offset:3px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:2px}.home-screen{--px:5px;--px-sub:4px;--icon-px:2px;gap:1.6rem;width:min(100%,24rem);margin:0 auto;padding:0 1rem}@media (width>=370px) and (height>=640px){.home-screen{--px:6px;--px-sub:5px}}@media (width>=420px) and (height>=760px){.home-screen{--px:7px;--px-sub:5px}}@media (width>=600px) and (height>=720px){.home-screen{--px:8px;--px-sub:6px;--icon-px:3px}}@media (width<=480px){.home-screen{--px:5px;--px-sub:4px;gap:1.4rem}.home-screen .home-menu{gap:.5rem;width:min(100%,17rem)}.home-screen .home-menu-btn{border-width:8px 8px 10px;border-image-width:8px 8px 10px;gap:.7rem;padding:3px .3rem 1px}.home-screen .home-menu-sticker{top:-16px;right:-12px}}@media (width<=370px){.home-screen{--px:4px;--px-sub:3px}.home-screen .home-menu{width:min(100%,15rem)}}@media (height<=680px){.home-screen{--px:5px;--px-sub:4px;gap:1rem}.home-menu{gap:.35rem}.home-menu-btn{padding-block:0}}.pixel-title{align-items:center;gap:calc(var(--px) * .5);--hop:calc(var(--title-hop,0) * -1 * var(--px-sub));flex-direction:column;margin:0;line-height:0;display:flex;position:relative}.pixel-title-en,.pixel-title-cn{z-index:1;flex-wrap:nowrap;justify-content:center;align-items:flex-start;display:flex;position:relative}.pixel-title-letter{transform-origin:50% 72%;will-change:transform;display:block}.pixel-title-letter svg,.pixel-title-cn svg{display:block}.pixel-title-cn{gap:var(--px-sub);color:var(--title-light);text-shadow:var(--ol-2);font-size:24px;line-height:1}.pixel-title .title-deco{transform:translateY(var(--hop));pointer-events:none;position:absolute}.pixel-title .deco-heart-y{right:calc(100% + var(--px-sub) * 2);top:calc(var(--px-sub) * -3)}.pixel-title .deco-heart-g{right:calc(100% + var(--px-sub) * 6);bottom:calc(var(--px-sub) * -2);transform:translateY(calc(var(--hop) * -1))}.pixel-title .deco-sparkle{left:calc(100% + var(--px-sub) * 2);top:calc(var(--px-sub) * -3)}.pixel-title .deco-sparkle-sm{left:calc(100% + var(--px-sub) * 11);bottom:calc(var(--px-sub) * -1);transform:translateY(calc(var(--hop) * -1))}.pixel-title .deco-flower-a{left:calc(var(--px) * -2);top:calc(var(--px) * -3);z-index:0;transform:translateY(calc(var(--hop) * -1))}.pixel-title .deco-flower-b{right:calc(var(--px) * -1);top:calc(var(--px) * 7);z-index:0}@media (width<=400px){.pixel-title .deco-heart-g,.pixel-title .deco-sparkle-sm{display:none}}.home-menu{flex-direction:column;gap:.55rem;width:100%;display:flex}.home-menu-btn{text-align:left;cursor:pointer;touch-action:manipulation;filter:drop-shadow(0 3px 0 var(--pixel-shadow));align-items:center;gap:.9rem;margin:0;padding:2px .4rem 0;font-size:24px;line-height:24px;display:flex;position:relative}.home-menu-btn.primary{border-image-source:var(--pixel-frame-primary);color:var(--on-primary);text-shadow:var(--ol-2)}@media (hover:hover){.home-menu-btn:hover{border-image-source:var(--pixel-frame-hover)}.home-menu-btn.primary:hover{border-image-source:var(--pixel-frame-primary-hover)}}.home-menu-btn:active{filter:none;transform:translateY(3px)}.home-menu-icon{width:calc(15 * var(--icon-px));height:auto;transform:translateY(calc(round(var(--neon-beat-a,0) * 2) * -1 * var(--icon-px) * 2));flex-shrink:0;display:block}.home-menu-sticker{transform:translateY(calc(round(var(--neon-beat-a,0) * 2) * -1 * var(--icon-px) * 2));position:absolute;top:-18px;right:-10px}@media (prefers-reduced-motion:reduce){.pixel-title .title-deco,.home-menu-icon,.home-menu-sticker{transform:none}}.sub-screen,.select-screen{padding-top:calc(4.4rem + env(safe-area-inset-top))}.sub-screen>.app-title{margin-top:0}.song-list{gap:14px}.select-screen-top{gap:10px}.select-toolbar-actions{gap:8px}.song-row{overflow:visible}.song-row-head{min-height:0;padding:.45rem .4rem}.song-row-thumb{width:4.4rem;height:4.4rem}.song-row-title{color:var(--text-strong);font-size:24px;line-height:28px}.song-row-body>div{padding:0 .4rem}.song-row-body.open>div{padding-bottom:.4rem}.song-row-chevron{color:var(--pixel-ink-text)}.song-row-tag{color:var(--accent-2)}.diff-name{color:var(--text-strong)}.thumb-lock-text{font-size:12px}.song-row-actions{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:6px;display:grid}.song-row-actions .regen-btn{width:100%;padding:4px 0 2px}.load-more-actions .pull-ready{border-image-source:var(--pixel-frame-primary);color:var(--on-primary)}.settings-list{gap:1.4rem;padding:.9rem .8rem}.settings-toggle button{padding:2px 10px 0;font-size:12px;line-height:20px}.theme-block{flex-direction:column;align-items:stretch;gap:.6rem}.theme-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (width>=480px){.theme-options{grid-template-columns:repeat(4,minmax(0,1fr))}}.theme-option{cursor:pointer;flex-direction:column;align-items:center;gap:4px;padding:4px 2px 2px;font-size:12px;line-height:16px;display:flex}.theme-option-preview{gap:4px;display:flex}.theme-chip{border-style:solid;border-width:4px 4px 5px;border-image:var(--pixel-frame) 4 4 5 fill / 4px 4px 5px;width:22px;height:16px}.theme-chip.primary{border-image-source:var(--pixel-frame-primary)}.theme-option.active .theme-chip:not(.primary){border-image-source:var(--pixel-frame-hover)}.pause-menu{gap:.7rem;padding:.8rem .7rem}.pause-menu h2,.inventory-modal-header h2,.result-share-heading h2,.create-panel h2,.tutorial-panel h2{color:var(--pixel-ink-text);font-size:24px;line-height:28px}.confirm-message{font-size:12px;line-height:18px}.inventory-modal-header{padding:.5rem .5rem .4rem .7rem}.inventory-modal-body{padding:.3rem .7rem}.inventory-modal-footer{padding:.5rem .7rem .6rem}.inventory-tile{gap:4px;padding:2px 2px 0}.inventory-tile-name{white-space:normal;text-align:center;flex-wrap:wrap;justify-content:center;gap:2px;padding:0;line-height:14px;overflow:visible}.inventory-tile-name .pixel-icon{flex:none}@media (width<=480px){.inventory-modal-body .inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.inventory-tile .inventory-tile-preview{height:3.2rem}.inventory-tile-preview .bead-style-swatch{width:2rem;height:2rem}}.inventory-tile-tags{gap:2px;max-width:calc(100% - 4px);top:2px;right:2px}.inventory-tile .inventory-tile-tags span{background:var(--pixel-ink);min-width:0;color:var(--title-light);clip-path:var(--pixel-corners);border-radius:0;padding:1px 2px 0;font-size:12px;line-height:13px}.inventory-shop-btn{padding:2px 8px 0;font-size:12px;line-height:20px}.account-tabs button,.source-tabs button{padding:2px 6px 0;font-size:12px;line-height:20px}.tutorial-panel{padding:.6rem .8rem}.tutorial-status{color:var(--accent)}.tutorial-dots span{background:var(--pixel-track);width:10px;height:10px;box-shadow:0 0 0 2px var(--pixel-ink);border-radius:0}.tutorial-dots span.on{background:#ffd166}.create-panel,.create-flow form.create-panel.upload-panel{padding:.8rem}.upload-panel:not(.account-popover):not(.create-panel){background:0 0;border:0}.create-tab{padding:2px 6px 0}.create-tab-icon{width:2.6rem;height:2.6rem}.difficulty-segments button{padding:2px 2px 0}.difficulty-segments button span{color:var(--text-soft);white-space:normal}.difficulty-segments button span span{vertical-align:top;white-space:nowrap;display:inline-block;overflow:visible}.difficulty-segments button.active span{color:var(--pixel-ink);text-shadow:none}.difficulty-summary{color:var(--text-soft)}.custom-difficulty>div{padding:4px 4px 0}.design-tile{padding:4px 4px 2px}.design-tile-delete{background:var(--pixel-ink);color:var(--title-light);clip-path:var(--pixel-corners);border-radius:0}.create-image-status,.create-done,.create-progress{border-style:solid;border-width:8px 8px 10px;border-image:var(--pixel-frame) 4 4 5 fill / 8px 8px 10px;color:var(--text);background:0 0;border-radius:0}.create-image-status.ready,.create-done.ready,.create-progress.done{border-image-source:var(--pixel-frame-ok);color:var(--ok-text)}.create-image-status.error,.create-done.error,.create-progress.error{border-image-source:var(--pixel-frame-hover);color:var(--danger);background:0 0}.hud-score{color:#fff;text-shadow:var(--ol-2)}.hud-combo{color:var(--hud-accent);text-shadow:var(--ol-2);letter-spacing:0;font-size:24px;font-weight:400;animation:.16s step-end pixel-combo-hop}@keyframes pixel-combo-hop{0%{transform:translateY(-2px)}to{transform:translateY(0)}}.hud-top{position:relative}.hud-top .hud-judgement{text-align:center;white-space:nowrap;width:20rem;margin:4px 0 0 -10rem;font-size:24px;top:100%;left:50%}.hud-flame{--flame-px:calc(1px * round(nearest, 2 + var(--heat,0), 1));opacity:1;transform:none}.hud-flame-core{left:calc(var(--flame-px) * -4);filter:none;opacity:1;width:auto;height:auto;transform:translateY(calc(round(nearest, var(--flame-pulse,0) * 2, 1) * -1 * var(--flame-px)));display:block;bottom:-6px}.hud-flame-frame{animation:.26s step-end infinite pixel-flame-flicker;display:block}.hud-flame-frame+.hud-flame-frame{animation-delay:-.13s;position:absolute;top:0;left:0}@keyframes pixel-flame-flicker{0%{opacity:1}50%,to{opacity:0}}.hud-spark{width:var(--flame-px);height:var(--flame-px);box-shadow:none;background:#ffe066;border-radius:0;animation-timing-function:steps(6,end)}@media (prefers-reduced-motion:reduce){.hud-flame-frame{animation:none}.hud-flame-frame+.hud-flame-frame{display:none}}.hud-judgement{text-shadow:var(--ol-2);font-weight:400}.hud-progress-wrap{margin:6px 0 8px}.countdown,.tutorial-count{color:var(--hud-accent);text-shadow:var(--ol-4);font-weight:400}.hud-demo{color:var(--hud-accent)}.result-info{text-shadow:none}.result-actions .song-btn.result-action{border-style:solid;border-width:8px 8px 10px;border-image:var(--pixel-frame) 4 4 5 fill / 8px 8px 10px;box-shadow:none;border-radius:0;padding:4px 4px 2px;font-size:12px;line-height:16px}.result-actions .song-btn.result-action-play{border-image-source:var(--pixel-frame-primary);color:var(--on-primary);text-shadow:var(--ol-1)}.result-actions .song-btn.result-action-iron{border-image-source:var(--pixel-frame-ok);color:var(--ok-text)}@media (hover:hover){.result-actions .song-btn.result-action:hover:not(:disabled){border-image-source:var(--pixel-frame-hover)}.result-actions .song-btn.result-action-play:hover:not(:disabled){border-image-source:var(--pixel-frame-primary-hover)}.result-actions .song-btn.result-action-iron:hover:not(:disabled){border-image-source:var(--pixel-frame-ok)}}.result-actions .song-btn.result-action:focus-visible{outline-offset:3px;outline:3px dashed #fff}.result-share-sheet{padding:4px 12px calc(12px + env(safe-area-inset-bottom))}.result-share-sheet::backdrop{background:var(--scrim)}.result-share-handle{background:var(--pixel-ink);opacity:.5;border-radius:0;height:4px}.result-share-close{width:auto;height:auto;padding:2px 4px 0}.result-sheet-kind{background:0 0;border-radius:0;gap:6px;padding:0}.result-sheet-kind button{font-size:12px;line-height:20px}.result-share-qr img,.result-share-qr-empty{box-shadow:0 0 0 2px var(--pixel-ink);border-radius:0}.splash-inner{gap:1rem}.splash-card{text-align:left;flex-direction:column;gap:.75rem;padding:.7rem .8rem;display:flex}.splash-title{color:var(--title-light);text-shadow:var(--ol-2)}.splash-intro{font-size:12px;line-height:20px}.splash-terms{margin:0}.shop-page{--icon-px:2px;width:100%;max-width:640px;height:100%;padding:calc(4.4rem + env(safe-area-inset-top)) 1rem 2rem;touch-action:pan-y;-webkit-overflow-scrolling:touch;text-align:left;margin:0 auto;overflow:hidden auto}.shop-page-title{align-items:center;gap:10px;margin:0 0 10px;display:flex}.shop-page-title svg{display:block}.shop-title-sparkle{align-self:flex-start}.shop-tabs{gap:6px;margin:0 0 14px;display:flex}.shop-tab{white-space:nowrap;cursor:pointer;flex:1;min-width:0;margin:0;padding:2px 0 0;font-size:24px;line-height:24px}.shop-tab.active{text-shadow:var(--ol-2)}@media (width<=379px){.shop-tab{font-size:12px;line-height:16px}.shop-tab.active{text-shadow:var(--ol-1)}}:lang(en) .shop-tab{white-space:normal;font-size:12px;line-height:16px}:lang(en) .shop-tab.active{text-shadow:var(--ol-1)}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;margin:0;padding:0;list-style:none;display:grid}@media (width>=560px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.shop-card{filter:drop-shadow(0 3px 0 var(--pixel-shadow));flex-direction:column;gap:8px;padding:4px 4px 2px;display:flex;position:relative}.shop-card.equipped{border-image-source:var(--pixel-frame-hover)}.shop-card-sticker{z-index:1;position:absolute;top:-20px;right:-18px}.shop-card-preview{justify-content:center;align-items:center;height:5.5rem;display:flex;overflow:hidden}.shop-card-preview .bead-style-swatch{width:3.4rem;height:3.4rem;margin:0}.shop-card-preview .iron-texture-swatch{border-radius:0;width:100%;height:100%;margin:0;display:block}.stage-effect-swatch{display:block}.shop-card-preview{--swatch-px:4px}.inventory-tile-preview{--swatch-px:2px}.shop-card-body{flex-direction:column;gap:4px;min-height:44px;padding:0 2px;display:flex}.shop-card-name{color:var(--pixel-ink-text);font-size:24px;line-height:24px}:lang(en) .shop-card-name{font-size:12px;line-height:16px}.shop-card-desc{color:var(--desc-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:16px;display:-webkit-box;overflow:hidden}.shop-card-btn{cursor:pointer;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:auto;padding:2px 0 0;font-size:24px;line-height:24px;display:inline-flex}.shop-card-btn.buy:not(.short){text-shadow:var(--ol-2)}:lang(en) .shop-card-btn{font-size:12px;line-height:16px}:lang(en) .shop-card-btn.buy:not(.short){text-shadow:var(--ol-1)}.shop-card-btn svg{flex:none;display:block}.shop-card-btn.equipped{cursor:default;transform:translateY(2px)}.shop-card-btn:disabled:not(.equipped){opacity:.6;cursor:wait}@media (width<=480px){.pixel-panel,.shop-card,.pause-menu,.settings-list,.tutorial-panel,.inventory-modal,.account-popover,.song-row,.create-panel,.create-flow form.create-panel.upload-panel,.result-share-sheet,.splash-card{border-width:8px 8px 10px;border-image-width:8px 8px 10px}.song-list{gap:10px}.song-row-head{gap:.55rem;padding:.3rem .25rem}.song-row-thumb{width:3.2rem;height:3.2rem}.song-row-meta{gap:.3rem}.song-row-body>div{gap:.45rem;padding:0 .25rem}.song-row-body.open>div{padding-bottom:.3rem}.song-row-actions{gap:4px}.diff-row{gap:.5rem;padding:.35rem 0}.diff-stats{gap:.5rem}.settings-list{padding:.8rem .7rem}}@media (width<=420px){.thumb-lock-text{display:none}.shop-tab{font-size:12px;line-height:16px}.shop-tab.active{text-shadow:var(--ol-1)}}@media (width<=380px){.song-btn{padding-inline:.6rem}}.pixel-loader{align-items:flex-end;gap:8px;padding-top:20px;display:flex}.pixel-loader-slot{display:block;position:relative}.pixel-loader-slot:after{content:"";background:var(--pixel-ink);opacity:.25;height:4px;animation:1.2s step-end infinite pixel-bead-ground;animation-delay:inherit;position:absolute;bottom:-4px;left:4px;right:4px}.pixel-loader-hop{will-change:transform;animation:1.2s step-end infinite pixel-bead-hop;display:block}.pixel-loader-hop>svg{display:block}@keyframes pixel-bead-hop{0%,30%,to{transform:translateY(0)}5%,25%{transform:translateY(-8px)}10%,20%{transform:translateY(-16px)}15%{transform:translateY(-20px)}}@keyframes pixel-bead-ground{0%,30%,to{opacity:.25}5%,25%{opacity:.16}10%,20%{opacity:.08}}@media (prefers-reduced-motion:reduce){.pixel-loader-hop,.pixel-loader-slot:after{animation:none}}.view-loading{will-change:opacity;animation:.2s linear .4s both view-loading-in}@keyframes view-loading-in{0%{opacity:0}to{opacity:1}}
