:root{--bg: #0a0a0c;--panel: #15181e;--acc: #ff4757;--text: #f1f2f6;--gold: #feca57}*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,sans-serif;-webkit-user-select:none;user-select:none}body{background:#000;display:flex;justify-content:center;align-items:center;min-height:100vh;color:var(--text);overflow:hidden}.app{width:100%;max-width:850px;height:100vh;max-height:650px;background:var(--bg);position:relative;display:flex;flex-direction:column;box-shadow:0 0 50px #ff475726;border:1px solid #2f3542;border-radius:12px;overflow:hidden}.shake{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-2px,0,0)}20%,80%{transform:translate3d(4px,0,0)}30%,50%,70%{transform:translate3d(-8px,0,0)}40%,60%{transform:translate3d(8px,0,0)}}.header{background:linear-gradient(180deg,#15181e,transparent);padding:15px 20px;position:relative;z-index:20;border-bottom:1px solid rgba(255,255,255,.05)}.cloud-badge{position:absolute;top:10px;right:20px;font-size:12px;color:#a4b0be;background:#0009;padding:4px 10px;border-radius:12px;border:1px solid #2f3542}.stats-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;width:80%}.stat{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px;text-shadow:0 2px 4px #000}.lives{gap:4px}.level-bar{display:flex;align-items:center;gap:10px}.lv-text{font-weight:900;color:var(--gold);font-size:16px;text-shadow:0 0 10px rgba(254,202,87,.5)}.exp-bg{flex:1;height:16px;background:#000;border-radius:8px;position:relative;overflow:hidden;border:1px solid #2f3542}.exp-fill{height:100%;background:linear-gradient(90deg,#2ed573,#7bed9f);transition:width .3s ease}.exp-num{position:absolute;top:0;left:0;width:100%;text-align:center;font-size:11px;line-height:16px;color:#fff;font-weight:700;text-shadow:1px 1px 0 #000}.game-area{flex:1;position:relative;background:radial-gradient(circle at center,#1a1c23,#0a0a0c);overflow:hidden}.game-area:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml;utf8,<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg"><path d="M0 20h40M20 0v40" stroke="%232f3542" stroke-width="1" opacity="0.2"/></svg>')}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0ceb;z-index:50;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.center{justify-content:center;align-items:center;text-align:center}.title{font-size:46px;color:var(--text);text-shadow:0 0 30px var(--acc);margin-bottom:10px;font-weight:900}.tag{font-size:16px;background:var(--acc);padding:4px 8px;border-radius:6px;vertical-align:middle}.sub{color:#a4b0be;margin-bottom:30px;font-size:18px}.hero-show{width:140px;height:140px;margin-bottom:30px;filter:drop-shadow(0 10px 30px rgba(255,71,87,.5))}.hero-show img{width:100%;height:100%;object-fit:contain}.btn-main{background:linear-gradient(135deg,var(--acc),#ff6b81);color:#fff;padding:18px 40px;border-radius:12px;font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px;box-shadow:0 6px #c0392b;cursor:pointer;border:none;transition:all .2s}.btn-main:active{transform:translateY(6px);box-shadow:none}.gameover-title{font-size:40px;color:var(--acc);margin-bottom:20px;text-shadow:0 0 20px rgba(255,71,87,.5)}.result-box{background:#0009;padding:25px 50px;border-radius:16px;margin-bottom:30px;border:1px solid #2f3542}.result-box p{font-size:20px;margin:12px 0;color:#a4b0be}.result-box span{color:var(--gold);font-weight:700;font-size:26px;margin-left:10px}.levelup-overlay{background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.levelup-title{font-size:36px;color:var(--gold);margin-bottom:40px;text-shadow:0 0 30px rgba(254,202,87,.6);animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.options-container{display:flex;gap:20px;padding:0 20px;width:100%;max-width:800px}.skill-card{flex:1;background:linear-gradient(180deg,#2f3542,#15181e);border:2px solid #57606f;border-radius:16px;padding:25px 15px;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 30px #0009}.skill-card:hover{border-color:var(--gold);background:linear-gradient(180deg,#3a4150,#2f3542);box-shadow:0 10px 40px #feca574d;transform:translateY(-10px)}.sc-icon{width:70px;height:70px;background:#0a0a0c;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:15px;border:2px solid #57606f;box-shadow:inset 0 0 20px #000c}.skill-card:hover .sc-icon{border-color:var(--gold);box-shadow:0 0 20px #feca5766}.sc-info h3{font-size:20px;margin-bottom:10px;color:#fff;display:flex;flex-direction:column;gap:5px}.sc-lv{font-size:14px;color:var(--gold)}.sc-info p{font-size:14px;color:#a4b0be;line-height:1.5;margin-bottom:15px;min-height:45px}.sc-type{font-size:12px;background:#ffffff1a;padding:4px 10px;border-radius:6px;color:#ced6e0;font-weight:700}.player{position:absolute;left:30px;bottom:60px;width:110px;height:110px;z-index:10;display:flex;justify-content:center;align-items:center}.player img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 15px 15px rgba(0,0,0,.9))}.shield-bubble{position:absolute;width:160px;height:160px;border-radius:50%;border:4px solid #0984e3;background:#0984e340;box-shadow:0 0 30px #0984e3,inset 0 0 30px #0984e3;animation:pulse 2s infinite;pointer-events:none}@keyframes pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.08);opacity:.6}}.monster{position:absolute;width:80px;height:80px;cursor:crosshair;transition:transform .1s,filter .3s;display:flex;flex-direction:column;align-items:center;z-index:5}.monster:active{transform:scale(.85) rotate(-15deg);filter:brightness(2.5)}.monster.frozen{filter:hue-rotate(180deg) brightness(1.2) saturate(.5)}.monster.poisoned{filter:hue-rotate(90deg) brightness(.8)}.monster.frozen.poisoned{filter:hue-rotate(135deg) brightness(1)}.m-img{width:100%;height:100%}.m-img img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 8px rgba(0,0,0,.7))}.boss{position:absolute;bottom:20px;width:280px;height:280px;cursor:crosshair;z-index:15;display:flex;flex-direction:column;align-items:center}.boss:active{transform:scale(.95);filter:brightness(1.8) sepia(1) hue-rotate(-30deg)}.b-img{width:100%;height:100%}.b-img img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(0,0,0,.9))}.boss-warning{color:var(--acc);font-weight:900;font-size:24px;text-shadow:0 0 15px var(--acc);animation:blink .8s infinite;margin-bottom:10px;letter-spacing:2px}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}.hp-bar{width:100%;height:6px;background:#000;border-radius:3px;margin-bottom:5px;border:1px solid #2f3542;overflow:hidden}.boss-hp{height:14px;border-radius:7px;border:2px solid #000;width:85%;box-shadow:0 0 10px #ff475780}.hp-fill{height:100%;background:linear-gradient(90deg,#ff4757,#ff6b81);transition:width .1s linear}.fallback{font-size:60px;line-height:1}.fx{position:absolute;z-index:30;pointer-events:none;font-weight:900;text-shadow:0 2px 4px #000,0 0 10px currentColor}.fx.text{animation:floatUp .8s ease-out forwards}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-40px) scale(1.5);opacity:0}}.fx.lightning .bolt{position:absolute;width:4px;height:200px;background:#feca57;box-shadow:0 0 20px #feca57;bottom:0;left:50%;transform:translate(-50%);transform-origin:bottom;animation:strike .2s ease-out forwards}@keyframes strike{0%{transform:translate(-50%) scaleY(0);opacity:1}50%{transform:translate(-50%) scaleY(1);opacity:1}to{transform:translate(-50%) scaleY(1);opacity:0}}.full-screen-fx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;justify-content:center;align-items:center;mix-blend-mode:screen;pointer-events:none}.full-screen-fx img{width:150%;height:150%;object-fit:cover;opacity:0}.full-screen-fx.fire img{animation:blast .8s ease-out forwards}.full-screen-fx.ice img{animation:blast 1s ease-out forwards;filter:hue-rotate(180deg)}@keyframes blast{0%{opacity:0;transform:scale(.5)}20%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}.skills-bar{background:var(--panel);padding:15px 20px;display:flex;gap:12px;border-top:1px solid #2f3542;z-index:20}.skill-btn{flex:1;background:#0a0a0c;border:1px solid #2f3542;border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s;color:#fff;text-align:left;position:relative;overflow:hidden;box-shadow:inset 0 2px 5px #ffffff0d}.skill-btn:not(:disabled):hover{border-color:var(--gold);background:#1a1c23;transform:translateY(-3px);box-shadow:0 5px 15px #00000080}.skill-btn:not(:disabled):active{transform:translateY(1px)}.skill-btn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(1)}.s-icon{width:36px;height:36px;background:#15181e;border-radius:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;position:relative;border:1px solid #2f3542}.locked-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;justify-content:center;align-items:center;font-size:16px;border-radius:8px}.s-info{flex:1;display:flex;flex-direction:column;gap:4px}.s-info span{font-weight:700;font-size:13px;display:flex;justify-content:space-between;align-items:center}kbd{background:#2f3542;padding:2px 5px;border-radius:4px;font-size:10px;color:#a4b0be;box-shadow:0 2px #15181e}.cd-bar{width:100%;height:4px;background:#2f3542;border-radius:2px;overflow:hidden}.cd-fill{height:100%;background:var(--gold);box-shadow:0 0 5px var(--gold)}
