@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{color-scheme:dark;--ink:#eaf2df;--muted:#9bafab;--lime:#d9f58b}
*{box-sizing:border-box}body{margin:0;background:#102c32;color:var(--ink);font-family:'DM Sans','Noto Sans KR',sans-serif;min-height:100vh;background-image:radial-gradient(ellipse at 90% 0%,#244647 0,transparent 55%)}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #fff;outline-offset:5px}.app{max-width:1160px;margin:auto;padding:30px 48px 24px}.topbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:29px;border-bottom:1px solid #ffffff18}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-size:15px;letter-spacing:2px;font-weight:800}.brand-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#163737;background:var(--lime);font-size:27px}.edition{font-size:10px;font-weight:500;color:var(--muted);letter-spacing:1px;margin-left:12px}.icon-button{background:transparent;border:1px solid #ffffff30;border-radius:30px;color:var(--ink);padding:9px 15px;font-size:11px}.heading{display:flex;justify-content:space-between;align-items:flex-end;padding:37px 0 29px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--lime);margin:0 0 12px}h1{font-size:38px;letter-spacing:-1.7px;margin:0;font-weight:800}h1 span{color:var(--lime)}.intro{font-size:12px;line-height:1.9;color:var(--muted);margin:0 0 3px}.game-shell{border:1px solid #ffffff25;border-radius:17px;overflow:hidden;box-shadow:0 24px 60px #0002}.game-toolbar{display:flex;align-items:center;gap:8px;padding:13px 20px;background:#17373b;font-size:9px;letter-spacing:1.6px;color:#b2c4b8}.live-dot{width:6px;height:6px;background:var(--lime);border-radius:50%}#pause{margin-left:auto;color:#b9ccc2;border:0;background:transparent;font-size:11px;letter-spacing:0}#pause:disabled{opacity:.35;cursor:default}.stage{position:relative;background:#bedecb;aspect-ratio:16/9;overflow:hidden;touch-action:none;user-select:none}canvas{width:100%;height:100%;display:block}.scoreboard{position:absolute;left:27px;right:27px;top:23px;display:flex;justify-content:space-between;pointer-events:none;color:#173f40}.scoreboard>div{display:flex;flex-direction:column;gap:2px}.scoreboard span{font-size:9px;letter-spacing:1.7px;font-weight:700}.scoreboard strong{font-size:35px;line-height:1.15;font-weight:700;font-variant-numeric:tabular-nums}.best{text-align:right}.best strong{font-size:24px}.overlay{position:absolute;inset:0;display:grid;place-items:center;background:#bfe0ce0a}.overlay.hidden{display:none}.card{text-align:center;background:#f5f5dfed;border:1px solid #ffffffb0;padding:27px 40px 20px;border-radius:20px;color:#204443;box-shadow:0 15px 50px #24503f13;backdrop-filter:blur(9px);min-width:320px}.badge{font-size:8px;font-weight:800;letter-spacing:2px;color:#638371}h2{font-size:25px;letter-spacing:-1px;margin:13px 0 10px}.card>p{font-size:12px;line-height:1.8;color:#728579;margin:0 0 20px}.play-button{background:#244b43;color:#eff6db;border:0;border-radius:9px;padding:13px 20px;min-width:210px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;margin:auto;transition:background .15s,transform .15s}.play-button:hover{background:#356755;transform:translateY(-2px)}.play-button span{font-size:20px;line-height:1}.card .hint{font-size:9px;margin:13px 0 0;color:#899383}.game-footer{display:flex;justify-content:space-between;align-items:center;background:#17373b;padding:15px 20px;font-size:10px;color:#a5bab1}.game-footer b{color:#d3decf;font-weight:400;margin-left:8px}.key{border:1px solid #ffffff25;border-bottom-width:2px;padding:2px 5px;border-radius:4px;font-size:9px;color:#d3decf;margin-right:4px}.divider{margin:0 10px;opacity:.4}.page-footer{display:flex;justify-content:space-between;color:#8aa29b;font-size:10px;margin-top:23px}.page-footer>span:last-child{font-size:8px;letter-spacing:1.6px}.star{color:var(--lime);font-size:15px;margin-left:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:700px){.app{padding:20px 18px}.edition,.intro{display:none}.heading{padding:29px 0 24px}h1{font-size:29px}.eyebrow{font-size:8px}.stage{aspect-ratio:3/4}.card{min-width:0;width:83%;padding:25px 17px}h2{font-size:23px}.game-toolbar{padding:12px 15px}.scoreboard{top:20px;left:20px;right:20px}.game-footer{padding:16px 12px;font-size:9px;gap:12px;flex-wrap:wrap}.game-footer b{margin-left:4px}.page-footer{font-size:9px}.page-footer>span:last-child{letter-spacing:.6px;font-size:7px}.brand{font-size:12px}.icon-button{font-size:10px}}
.lives{text-align:center}.lives strong{font-size:19px;letter-spacing:4px;color:#c9584d;text-shadow:0 1px #fff8}
