:root{--hy-bg: #0c0a1e;--hy-panel: #171233;--hy-text: #f0ecff;--hy-gold: #ffd23d;--hy-pink: #ff3d7a;--hy-cyan: #39e6e0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hiragino Sans,Noto Sans JP,sans-serif;background:var(--hy-bg);color:var(--hy-text);min-height:100dvh;display:flex;flex-direction:column;overscroll-behavior:none}.hy-topbar{display:flex;justify-content:space-between;padding:10px 16px;font-size:13px;z-index:5}.hy-topbar a{color:#8f86c8;text-decoration:none;font-weight:700}.hy-topbar span{color:#5c548f;font-size:11px}#stage{position:relative;flex:1;min-height:78dvh;touch-action:none;user-select:none;-webkit-user-select:none}#stage canvas{display:block}#hud{display:none;pointer-events:none}#hud.is-on{display:block}.hy-xpbar{position:absolute;top:0;left:0;right:0;height:10px;background:#140e2cd9;z-index:30}.hy-xpbar__fill{height:100%;width:0%;background:linear-gradient(90deg,#2ee6a8,#7ce8d0);box-shadow:0 0 12px #2ee6a8;transition:width .15s ease}.hy-top{position:absolute;top:14px;left:12px;right:12px;display:flex;justify-content:space-between;z-index:30;font-weight:800;font-size:15px;text-shadow:0 2px 6px #000}.hy-time{font-size:22px;font-variant-numeric:tabular-nums}.hy-hpbar{position:absolute;bottom:18px;left:50%;transform:translate(-50%);width:min(62vw,300px);height:12px;background:#140e2cd9;border:1px solid #3a2f66;border-radius:999px;overflow:hidden;z-index:30}.hy-hpbar__fill{height:100%;width:100%;background:linear-gradient(90deg,#ff3d5e,#ff7a9a);box-shadow:0 0 10px #ff3d5e;transition:width .12s ease}.hy-fps{position:absolute;bottom:6px;right:10px;font-size:12px;color:#7ce8d0;z-index:30;font-variant-numeric:tabular-nums}.hy-stick{position:fixed;width:120px;height:120px;border-radius:50%;border:2px solid rgba(150,140,220,.4);background:#1e164240;display:none;z-index:40;pointer-events:none}.hy-stick.is-on{display:block}.hy-stick__knob{position:absolute;left:50%;top:50%;margin:-26px 0 0 -26px;width:52px;height:52px;border-radius:50%;background:#a096ff73;box-shadow:0 0 18px #8c78ff99}.hy-mute{position:absolute;bottom:14px;right:12px;z-index:45;width:42px;height:42px;border:none;border-radius:50%;background:#171233cc;font-size:18px;cursor:pointer;-webkit-tap-highlight-color:transparent}#overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:18px;background:radial-gradient(ellipse at center,#100a28c7,#050310f2);z-index:50}#overlay.is-open{display:flex}.hy-card{width:100%;max-width:420px;background:linear-gradient(180deg,#1b1440,#120d2e);border:1px solid #4a3d8f;border-radius:18px;box-shadow:0 0 44px #7850ff59,0 24px 70px #000000b3;padding:28px 24px;text-align:center;max-height:90dvh;overflow-y:auto;animation:hy-in .32s cubic-bezier(.22,1,.36,1)}@keyframes hy-in{0%{transform:translateY(16px) scale(.96);opacity:0}}.hy-title__sub{color:#9a8fd8;font-size:13px;letter-spacing:.2em}.hy-logo{margin:10px 0 16px;line-height:1.1}.hy-logo span{display:block;font-size:52px;font-weight:900;letter-spacing:.04em;background:linear-gradient(180deg,#ffd23d,#ff3d7a);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 18px rgba(255,61,122,.55))}.hy-logo small{display:block;margin-top:4px;font-size:20px;font-weight:800;color:var(--hy-cyan);letter-spacing:.5em;text-indent:.5em;text-shadow:0 0 14px rgba(57,230,224,.8)}.hy-rules{list-style:none;text-align:left;font-size:13.5px;line-height:2.15;background:#0a061c99;border:1px solid #362a6e;border-radius:10px;padding:10px 16px;margin-bottom:18px}.hy-btn{display:block;width:100%;padding:17px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff3d7a,#ff6a3d);color:#fff;font-size:21px;font-weight:900;letter-spacing:.22em;text-indent:.22em;cursor:pointer;box-shadow:0 0 26px #ff3d7a80,0 6px #8e1f44;-webkit-tap-highlight-color:transparent}.hy-btn:active{transform:translateY(4px);box-shadow:0 0 26px #ff3d7a80,0 2px #8e1f44}.hy-note{margin-top:14px;font-size:11.5px;color:#7a6fb0}.hy-note a{color:var(--hy-cyan)}.hy-levelup{background:linear-gradient(180deg,#241a52,#150f38)}.hy-levelup__head{font-size:22px;font-weight:900;color:var(--hy-gold);text-shadow:0 0 18px rgba(255,210,61,.7);margin-bottom:14px}.hy-choices{display:grid;gap:10px}.hy-choice{display:grid;grid-template-columns:46px 1fr;grid-template-areas:"icon name" "icon desc";align-items:center;text-align:left;gap:2px 12px;padding:13px 14px;border:1.5px solid #4a3d8f;border-radius:12px;background:#100a28b3;color:var(--hy-text);cursor:pointer;font-family:inherit;transition:border-color .1s,transform .1s;-webkit-tap-highlight-color:transparent}.hy-choice:active{transform:scale(.97);border-color:var(--hy-gold)}.hy-choice__icon{grid-area:icon;font-size:32px}.hy-choice__name{grid-area:name;font-weight:800;font-size:15px}.hy-choice__name b{color:var(--hy-gold);font-size:12px;margin-left:4px}.hy-choice__desc{grid-area:desc;font-size:12px;color:#a79ddd}.hy-result__title{font-size:34px;font-weight:900;margin:6px 0 16px}.hy-result__title.is-win{color:var(--hy-gold);text-shadow:0 0 22px rgba(255,210,61,.7)}.hy-result__title.is-lose{color:#8f86c8}.hy-result__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.hy-result__stats div{background:#0a061ca6;border:1px solid #362a6e;border-radius:12px;padding:12px 4px;display:flex;flex-direction:column;gap:3px}.hy-result__stats b{font-size:22px;font-variant-numeric:tabular-nums}.hy-result__stats span{font-size:11px;color:#9a8fd8}.hy-result__sub{font-size:13px;color:#b7aee8;margin-bottom:16px}.hy-reiryoku{font-size:15px;font-weight:800;color:var(--hy-gold);margin:8px 0 4px}.hy-reiryoku b{font-size:19px}.hy-btn--ghost{background:#100a2899;color:var(--hy-gold);border:1.5px solid #4a3d8f;box-shadow:none;margin-top:10px}.hy-shopcard{text-align:center}.hy-shop__list{display:grid;gap:10px;margin:12px 0}.hy-shop__row{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #362a6e;border-radius:12px;background:#100a2880;text-align:left}.hy-shop__icon{font-size:26px}.hy-shop__meta{font-size:13px;color:var(--hy-text)}.hy-shop__meta small{color:#9a8fd8}.hy-shop__desc{font-size:11px;color:#a79ddd}.hy-shop__buy{border:none;border-radius:999px;padding:8px 14px;font-weight:800;font-size:13px;background:var(--hy-gold);color:#1a1030;cursor:pointer;min-width:62px}.hy-shop__buy:disabled{background:#3a3358;color:#7a6fb0}.hy-shop__note{font-size:11.5px;color:#9a8fd8;margin-bottom:6px}.hy-shop__note a{color:var(--hy-cyan)}.hy-treasure{text-align:center}.hy-treasure__reel{width:100px;height:100px;margin:14px auto 8px;border-radius:22px;background:radial-gradient(circle at 40% 30%,#3a2f6e,#150f38);border:2px solid var(--hy-gold);display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #f5d23d80}.hy-treasure__icon{font-size:52px;animation:hy-spin .5s ease-out}@keyframes hy-spin{0%{transform:rotateY(720deg) scale(.3)}}.hy-treasure__label{font-size:20px;font-weight:900;color:var(--hy-gold)}.hy-result__reward{font-size:14px;font-weight:800;color:var(--hy-gold);margin:8px 0}.hy-result__reward a{color:var(--hy-cyan)}.hy-share{background:#111!important;box-shadow:0 6px 20px #0006!important;letter-spacing:.05em!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
