:root{--ink: #4E4677;--ink2: #6A6199;--cream: #FDF2E0;--cream1: #FBE3C8;--cream2: #EDD6B0;--leaf: #5FBB6E;--leaf1: #86CC93;--leaf2: #B4E2BC;--sky: #5C93E8;--sky1: #8FB6F0;--sky2: #C2D9F7;--mist: #D9D5E6;--mist1: #B8B2CE;--night: #39325C;--yellow: #F7C85C;--yellow1: #FBDD8E;--red: #EC6A5E;--line: rgba(78, 70, 119, .2)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}@supports not selector(::-webkit-scrollbar){html{scrollbar-width:thin;scrollbar-color:var(--ink2) var(--cream)}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-button{display:none;width:0;height:0}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--ink2);border-radius:10px;border:3px solid var(--cream)}::-webkit-scrollbar-thumb:hover{background:var(--ink)}body{color:var(--ink);background:var(--mist1);font-family:system-ui,-apple-system,Apple SD Gothic Neo,Malgun Gothic,sans-serif;line-height:1.5;overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#root{display:flex;flex-direction:column;align-items:center;justify-content:center}.stage{position:relative;width:100%;height:100%;max-width:min(100vw,calc(100dvh * 10 / 17));max-height:100dvh;margin:auto;touch-action:none}.stage__canvas,.stage__face{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.stage__face{pointer-events:none}.turnbar{position:fixed;top:6px;left:50%;transform:translate(-50%);z-index:5;margin:0;padding:4px 16px;border:3px solid var(--ink);border-radius:16px;background:var(--cream);font-weight:800}.screen{width:100%;max-width:520px;min-height:100dvh;margin:0 auto;padding:22px 18px 34px;display:flex;flex-direction:column;align-items:center;gap:14px;background:linear-gradient(180deg,var(--sky2) 0,var(--cream1) 320px,var(--cream) 520px);overflow-y:auto}.screen__title{margin:4px 0 0;font-size:clamp(21px,5.5vw,27px);text-align:center;min-width:0}.home__mark img{display:block;width:116px;height:116px}.home__title{margin:0;font-size:clamp(26px,7vw,34px);text-align:center}.home__stars{display:flex;align-items:center;gap:7px;margin:0;font-weight:700;color:var(--ink2)}.home__doors{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px}.home__hint{margin:6px 0 0;color:var(--ink2);font-size:14px;text-align:center;min-width:0}.home__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto;padding-top:18px;border-top:2px solid var(--line);min-width:0}.home__foot a{color:var(--ink2);font-weight:700;text-decoration:none}.door,.play{display:block;width:100%;padding:16px 24px;border:3px solid var(--ink);border-radius:22px;background:var(--leaf);color:#fff;font:inherit;font-size:20px;font-weight:800;text-align:center;box-shadow:0 4px #4e467773;cursor:pointer}.door:active,.play:active{transform:translateY(2px);box-shadow:0 2px #4e467773}.ghost{padding:10px 22px;border:3px solid var(--ink);border-radius:18px;background:var(--cream);color:var(--ink);font:inherit;font-weight:800;cursor:pointer}.buttons{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.grid{display:grid;gap:10px;width:100%;grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}.card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;border:3px solid var(--line);border-radius:18px;background:var(--cream);color:var(--ink);font:inherit;cursor:pointer;min-width:0}.card--on{border-color:var(--ink);background:#fff}.card img{width:64px;height:64px}.card__name{font-size:13px;font-weight:700;min-width:0}.roads{display:grid;gap:10px;width:100%;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.road{position:relative;display:grid;gap:2px;padding:10px 12px 12px;border:3px solid var(--ink);border-radius:18px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;min-width:0}.road__place{display:block;height:36px;width:auto}.road__n{font-weight:800;min-width:0}.road__over{font-size:13px;color:var(--ink2);min-width:0}.road__stars{display:flex;gap:2px;margin-top:3px}.road__sky{position:absolute;top:9px;right:12px;font-size:12px;font-weight:700}.road__dry{position:absolute;bottom:10px;right:12px}.road__level{position:absolute;top:32px;right:12px;display:flex;gap:3px}.road__level i{width:7px;height:10px;background:var(--mist);border-radius:48% 48% 55% 55%/32% 32% 68% 68%}.road__level i.on{background:var(--sky)}.stars{display:flex;gap:8px}.skies{display:flex;gap:16px;justify-content:center;align-items:flex-start;flex-wrap:wrap}.marks{list-style:none;margin:0;padding:0;display:grid;gap:5px;text-align:center}.marks li{font-weight:700;color:var(--ink2);min-width:0}.marks__new{margin:0;padding:6px 18px;font-weight:800;color:var(--red);border:3px solid var(--red);border-radius:18px;background:#fff}.gate{width:48px;height:48px;padding:0;border:none;background:none;color:var(--ink2);cursor:pointer}.gate svg{width:48px;height:48px;display:block}.sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:18px;background:#4e467759}.sheet__card{width:100%;max-width:360px;padding:18px 20px 20px;border:3px solid var(--ink);border-radius:22px;background:var(--cream);display:grid;gap:14px}.sheet__title{margin:0;font-size:19px}.sheet__row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.sheet__row--stack{flex-direction:column;align-items:stretch}.segs{display:flex;gap:6px}.seg{flex:1;min-width:0;padding:8px 6px;border:2px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:inherit;font-weight:700;cursor:pointer}.seg--on{border-color:var(--ink);background:var(--yellow1)}.sheet__danger,.sheet__close{padding:10px;border:2px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:inherit;font-weight:700;cursor:pointer}.sheet__danger{color:var(--red);border-color:var(--red)}.skycard{margin:0;text-align:center}.skycard canvas{display:block;border-radius:14px}.skycard__cap{margin-top:7px;font-size:13px;font-weight:700;color:var(--ink2);min-width:0}.skycard__cap--best{color:var(--ink)}.swept{margin:0;font-size:16px;font-weight:800;color:var(--ink);text-align:center;min-width:0}
