*{box-sizing:border-box;margin:0;padding:0}html,body,#app{width:100%;height:100%;overflow:hidden;font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#1a1a2e}:root{--primary:#FF6B9D;--primary-dark:#E84393;--accent:#FDCB6E;--donut-pink:#FF6B9D;--donut-pink-light:#FDAECB;--donut-brown:#8B5A2B;--water:#54A0FF;--wood:#5DC26A;--fire:#FF6B9D;--earth:#D4A373;--metal:#F9CA24;--danger:#FF4757;--success:#2ED573;--energy-blue:#3498DB;--card-common:#BDC3C7;--card-uncommon:#3498DB;--card-rare:#F1C40F;--card-legendary:#E74C3C;--unit-size: 80px;--unit-height: 92px}.game-container{width:100%;height:100%;position:relative;background:linear-gradient(180deg,#87ceeb,#e0f7fa,#fff8e1);overflow:hidden}.screen{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all .35s cubic-bezier(.34,1.56,.64,1)}.slide-up-enter-from{opacity:0;transform:translateY(40px) scale(.96)}.slide-up-leave-to{opacity:0;transform:translateY(-30px) scale(.96)}.pop-enter-active,.pop-leave-active{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.pop-enter-from,.pop-leave-to{opacity:0;transform:scale(.5)}.btn{padding:10px 22px;border:none;border-radius:24px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;font-family:inherit;color:#fff}.btn:active{transform:scale(.95)}.btn-primary{background:linear-gradient(135deg,#ff9f43,#ff6b6b);box-shadow:0 4px 14px #ff6b6b66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff6b6b80}.btn-secondary{background:linear-gradient(135deg,#54a0ff,#2e86de);box-shadow:0 4px 14px #54a0ff66}.btn-large{padding:14px 32px;font-size:18px;border-radius:36px}.btn.disabled,.btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.4)}.btn-back{background:#ffffffe6;border:none;padding:7px 14px;border-radius:18px;font-size:13px;cursor:pointer;font-weight:700;color:#333;box-shadow:0 2px 8px #0000001a}.btn-back:hover{background:#fff;transform:translateY(-1px)}.btn-collection{background:linear-gradient(135deg,#feca57,#ff9f43);border:none;padding:7px 14px;border-radius:18px;font-size:16px;cursor:pointer;font-weight:700;color:#fff;box-shadow:0 2px 8px #ff9f4366}.title-screen{justify-content:center;align-items:center;background:linear-gradient(180deg,#1a1a3e,#2d1b4e 40%,#4a2068);overflow:hidden}.title-stars{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(2px 2px at 20% 30%,#FFD700,transparent),radial-gradient(2px 2px at 60% 70%,#fff,transparent),radial-gradient(1px 1px at 50% 50%,#FFB6C1,transparent),radial-gradient(2px 2px at 80% 20%,#FFD700,transparent),radial-gradient(1px 1px at 90% 60%,#fff,transparent),radial-gradient(2px 2px at 33% 80%,#FFD700,transparent),radial-gradient(1.5px 1.5px at 15% 55%,#fff,transparent),radial-gradient(1px 1px at 70% 40%,#FFB6C1,transparent);animation:twinkle 3s ease-in-out infinite;pointer-events:none;z-index:1}@keyframes twinkle{0%,to{opacity:.7}50%{opacity:1}}.title-floating-clouds{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.cloud{position:absolute;font-size:36px;opacity:.6;animation:float-cloud 8s ease-in-out infinite;filter:drop-shadow(0 2px 8px rgba(255,255,255,.3))}.cloud-1{top:12%;left:8%;animation-delay:0s;font-size:42px}.cloud-2{top:20%;right:10%;animation-delay:-3s;font-size:32px}.cloud-3{bottom:25%;left:12%;animation-delay:-5s;font-size:28px;opacity:.4}@keyframes float-cloud{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-15px) translate(10px)}}.title-content{position:relative;z-index:2;text-align:center;color:#fff;padding:20px}.game-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:4px}.title-donut{font-size:52px;animation:donut-bounce 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(255,107,157,.5))}@keyframes donut-bounce{0%,to{transform:rotate(-8deg) scale(1)}50%{transform:rotate(8deg) scale(1.1)}}.title-main{font-size:46px;font-weight:900;background:linear-gradient(135deg,gold,#ffb6c1 40%,#ff6b9d,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 3px 8px rgba(0,0,0,.5));letter-spacing:6px}.title-sub-en{display:block;font-size:20px;letter-spacing:10px;color:#ffffffd9;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.5);font-weight:300}.title-tagline{font-size:14px;color:#fffc;margin:8px 0 28px;letter-spacing:2px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.title-buttons{display:flex;flex-direction:column;gap:12px;align-items:center;margin-bottom:20px;position:relative;z-index:5}.mode-btn{min-width:280px;padding:14px 24px;justify-content:flex-start;gap:16px;background:linear-gradient(135deg,#ff6b9d,#e84393);box-shadow:0 4px 20px #e8439366;border:2px solid rgba(255,255,255,.2)}.mode-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e8439399}.mode-btn .btn-icon{font-size:28px}.mode-text{display:flex;flex-direction:column;text-align:left}.mode-name{font-size:18px}.mode-desc{font-size:11px;opacity:.85;font-weight:400;margin-top:2px}.version-text{font-size:11px;color:#ffffff80;letter-spacing:1px}.lobby-screen{background:linear-gradient(180deg,#667eea,#764ba2);justify-content:center;align-items:center;padding:20px}.lobby-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1),transparent 50%)}.lobby-panel{position:relative;background:#fffffff7;border-radius:24px;padding:28px;max-width:500px;width:90%;box-shadow:0 16px 48px #0000004d}.lobby-panel h2{text-align:center;margin:8px 0 20px;font-size:24px;color:#333}.lobby-options{display:flex;flex-direction:column;gap:14px}.lobby-card{border:none;border-radius:16px;padding:20px;text-align:center;cursor:pointer;font-family:inherit;transition:all .2s;background:linear-gradient(135deg,#ff9f43,#ff6b6b);color:#fff;box-shadow:0 4px 14px #ff6b6b4d}.lobby-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff6b6b66}.lobby-card-icon{font-size:36px;margin-bottom:6px}.lobby-card-title{font-size:18px;font-weight:700}.lobby-card-desc{font-size:12px;opacity:.9;margin-top:4px}.lobby-join{background:linear-gradient(135deg,#54a0ff,#2e86de);border-radius:16px;padding:20px;text-align:center;color:#fff;box-shadow:0 4px 14px #54a0ff4d}.join-input-row{display:flex;gap:8px;margin-top:12px;justify-content:center}.room-input{padding:8px 14px;border:none;border-radius:12px;font-size:16px;text-align:center;letter-spacing:4px;font-family:inherit;width:120px;outline:none;border:2px solid rgba(255,255,255,.3)}.room-input:focus{border-color:#fff}.lobby-tip{text-align:center;font-size:12px;color:#888;margin-top:16px;line-height:1.6}.room-screen{background:linear-gradient(180deg,#667eea,#764ba2)}.room-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#0000004d;color:#fff}.room-header h2{font-size:20px}.room-id{color:#feca57;letter-spacing:3px;font-family:Courier New,monospace}.room-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:20px}.room-players{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.player-slot{width:130px;background:#ffffff26;border-radius:16px;padding:16px;text-align:center;border:2px dashed rgba(255,255,255,.3);min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.player-slot.filled{background:#fffffff2;border:2px solid #FFD700;border-style:solid;box-shadow:0 8px 24px #0003;color:#333}.player-slot.host{border-color:#ff9f43}.slot-avatar{width:70px;height:70px;border-radius:50%;margin-bottom:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003}.slot-img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff}.slot-name{font-size:13px;font-weight:700}.slot-hero{font-size:12px;color:#666;margin-top:2px}.host-badge{margin-top:4px;background:linear-gradient(135deg,#ff9f43,#ff6b6b);color:#fff;font-size:10px;padding:2px 8px;border-radius:8px;font-weight:700}.slot-empty-icon{font-size:40px;color:#ffffff80;margin-bottom:8px}.slot-empty-text{font-size:12px;color:#fff9}.room-start-area{text-align:center}.room-hint{color:#fff;margin-bottom:16px;font-size:14px}.select-screen{background:linear-gradient(180deg,#ffb6c1,#ff6b9d 40%,#8b0a50);padding:14px;overflow-y:auto}.select-header{text-align:center;color:#fff;margin-bottom:12px}.select-header h2{font-size:24px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.select-hint{font-size:13px;color:#fffc;margin-top:4px}.heroes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;max-width:1000px;margin:0 auto;padding:4px}.hero-select-card{background:#fffffff2;border-radius:18px;padding:10px;position:relative;cursor:pointer;transition:all .2s;border:3px solid transparent;box-shadow:0 4px 12px #00000026}.hero-select-card:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 6px 18px #0003}.hero-select-card.selected{border-color:var(--primary);box-shadow:0 0 18px #ff9f4399,0 6px 18px #0003}.hero-select-card.locked{opacity:.5;cursor:not-allowed;filter:grayscale(.6)}.locked-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:28px;z-index:3;text-align:center}.locked-overlay small{font-size:11px;margin-top:6px}.hero-figure-base{width:80px;height:80px;margin:0 auto 6px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #0003;position:relative;overflow:hidden;border:3px solid #fff}.hero-select-img{width:100%;height:100%;object-fit:cover}.hero-select-name{text-align:center;font-weight:700;font-size:15px;color:#333}.hero-select-role{display:flex;justify-content:center;gap:4px;margin:3px 0}.role-tag,.el-tag{font-size:10px;padding:2px 7px;border-radius:9px;color:#fff;font-weight:700}.role-tag{background:#888}.hero-select-desc{font-size:10px;color:#666;text-align:center;line-height:1.4;margin:3px 0;min-height:26px}.hero-select-stats{display:flex;justify-content:space-around;font-size:10px;color:#555;font-weight:700}.selected-check{position:absolute;top:6px;right:6px;width:24px;height:24px;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 2px 6px #2ed57380;animation:pop .3s ease-out}@keyframes pop{0%{transform:scale(0)}60%{transform:scale(1.3)}to{transform:scale(1)}}.select-footer{display:flex;justify-content:center;gap:14px;margin-top:16px;padding-bottom:16px}.globe-screen{cursor:pointer;background:linear-gradient(180deg,#0a0a2e,#1a1a4e 40%,#2d1b6e);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.globe-stars{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(2px 2px at 20% 30%,#FFD700,transparent),radial-gradient(2px 2px at 60% 70%,#fff,transparent),radial-gradient(1px 1px at 50% 50%,#FFB6C1,transparent),radial-gradient(2px 2px at 80% 20%,#FFD700,transparent),radial-gradient(1px 1px at 90% 60%,#fff,transparent),radial-gradient(2px 2px at 33% 80%,#FFD700,transparent),radial-gradient(1.5px 1.5px at 15% 55%,#fff,transparent),radial-gradient(1px 1px at 70% 40%,#FFB6C1,transparent);animation:twinkle 3s ease-in-out infinite;pointer-events:none;z-index:1}.globe-container{position:relative;width:380px;height:380px;display:flex;align-items:center;justify-content:center;z-index:2;perspective:1000px}.globe-float-wrap{width:320px;height:320px;animation:globe-float 4s ease-in-out infinite;position:relative}.globe-earth-img{width:320px;height:320px;border-radius:50%;object-fit:cover;box-shadow:0 0 80px #64b4ff80,0 0 160px #667eea66,0 0 240px #ffd70033,inset -20px -20px 50px #0000004d;z-index:2;transition:transform .1s ease-out;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;position:relative}.globe-earth-img:active{cursor:grabbing}@keyframes globe-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.globe-atmosphere{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,transparent 60%,rgba(100,180,255,.15) 70%,rgba(100,180,255,.08) 80%,transparent 90%);animation:atmosphere-pulse 3s ease-in-out infinite;pointer-events:none}@keyframes atmosphere-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.globe-ring{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;pointer-events:none;z-index:3}.globe-ring-obj{position:absolute;font-size:24px;animation:orbit 8s linear infinite}.globe-ring-obj.r1{top:0;left:50%;animation-delay:0s}.globe-ring-obj.r2{top:50%;right:0;animation-delay:-2s}.globe-ring-obj.r3{bottom:0;left:50%;animation-delay:-4s}.globe-ring-obj.r4{top:50%;left:0;animation-delay:-6s}@keyframes orbit{0%{opacity:.3;transform:scale(.8)}25%{opacity:1;transform:scale(1.2)}50%{opacity:.3;transform:scale(.8)}75%{opacity:1;transform:scale(1.2)}to{opacity:.3;transform:scale(.8)}}.globe-hint{position:absolute;top:15%;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:16px;animation:hint-pulse 2s ease-in-out infinite;z-index:5;letter-spacing:2px}@keyframes hint-pulse{0%,to{opacity:.5}50%{opacity:1}}.globe-text{position:relative;z-index:5;color:#fff;text-align:center;margin-top:30px;font-size:18px;letter-spacing:3px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.globe-text small{font-size:12px;opacity:.6;letter-spacing:1px}.dialog-screen{cursor:pointer;background:linear-gradient(180deg,#ffb6c1,#ff6b9d 40%,#8b0a50);display:flex;align-items:flex-end;justify-content:center;padding-bottom:40px}.dialog-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#0003,#00000080);pointer-events:none}.dialog-box{position:relative;z-index:2;width:92%;max-width:640px;background:#fffffff7;border-radius:20px;padding:20px 24px;box-shadow:0 12px 40px #0006;border:3px solid rgba(255,107,157,.3)}.dialog-speaker{margin-bottom:8px}.speaker-name{font-weight:700;font-size:17px;padding:2px 12px;border-radius:12px;background:#ff6b9d26;display:inline-block}.dialog-text{font-size:16px;line-height:1.8;color:#333}.narrator-prefix{color:#ff6b9d;font-weight:700}.dialog-continue-hint{position:absolute;bottom:8px;right:16px;font-size:12px;color:#ff6b9d;animation:blink 1s ease-in-out infinite;font-weight:700}@keyframes blink{0%,to{opacity:.4}50%{opacity:1}}.map-screen{background:linear-gradient(180deg,#fff8e7,bisque)}.shenzhen-map-view,.district-view{display:flex;flex-direction:column;height:100%}.map-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(180deg,#fffffff2,#fff8e7cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #8b5a2b1a;position:relative;z-index:2;flex-shrink:0}.map-title{font-size:20px;color:#8b5a2b;margin:0}.sz-map-area{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:10px;overflow:hidden}.sz-map-img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(139,90,43,.25));border-radius:12px}.district-pin{position:absolute;cursor:pointer;z-index:10;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.district-pin:hover{transform:translate(-50%,-55%) scale(1.15);z-index:20}.district-pin.locked{opacity:.5;cursor:not-allowed}.district-pin.locked:hover{transform:translate(-50%,-50%) scale(1)}.dz-pin-dot{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 4px 12px #0000004d;border:3px solid #fff;animation:dz-pin-bounce 2.5s ease-in-out infinite;position:relative}.dz-pin-pulse{position:absolute;top:50%;left:50%;width:54px;height:54px;border-radius:50%;transform:translate(-50%,-50%);animation:pin-pulse-anim 2s ease-out infinite;pointer-events:none}.dz-pin-label{margin-top:4px;padding:3px 10px;border-radius:10px;font-size:11px;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 2px 6px #0003;text-shadow:0 1px 2px rgba(0,0,0,.3);display:flex;align-items:center;gap:4px}.district-pin.locked .dz-pin-label{background:#999!important;opacity:.7}.district-pin.locked .dz-pin-dot{animation:none;filter:grayscale(.6);opacity:.7}.district-pin.coming-soon{cursor:not-allowed;opacity:.6}.district-pin.coming-soon .dz-pin-dot{background:#bbb!important}.dz-soon-tag{font-size:9px;background:#ffffff40;padding:1px 5px;border-radius:6px;font-weight:400}.district-banner{display:flex;align-items:center;gap:12px;padding:14px 16px;margin:10px 14px;border-radius:14px;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.db-name{font-size:18px;font-weight:700}.district-tab.active{background:#fff;box-shadow:0 4px 12px #e843934d}.district-tab.locked{opacity:.5;cursor:not-allowed}.dt-icon{font-size:20px}.dt-name{font-size:11px}.dt-lock{font-size:10px}.map-body{flex:1;overflow-y:auto;padding:14px;position:relative;z-index:2}.district-info{margin-bottom:14px}.district-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:16px;background:#ffffffe6;box-shadow:0 3px 10px #00000014}.db-icon{font-size:36px}.db-name{font-weight:700;font-size:17px;color:#333}.db-desc{font-size:12px;color:#666;margin-top:2px}.spots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;padding:14px;overflow-y:auto;align-content:start}.spot-node{background:#fffffff2;border-radius:16px;padding:10px;text-align:center;cursor:pointer;box-shadow:0 3px 10px #0000001a;border:3px solid transparent;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:6px}.spot-node:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.spot-node.completed{border-color:#2ed573;background:linear-gradient(135deg,#2ed5731a,#fff)}.spot-img-wrap{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 6px #0000001a}.spot-name{font-weight:700;font-size:13px;color:#333}.spot-badge{font-size:10px;color:#2ed573;font-weight:700;background:#2ed57326;padding:2px 8px;border-radius:8px}.china-screen{background:linear-gradient(180deg,#fff8e7,bisque);display:flex;flex-direction:column}.china-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(180deg,#fffffff2,#fff8e7cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #8b5a2b1a;flex-shrink:0}.china-header h2{font-size:20px;color:#8b5a2b;margin:0}.china-map-area{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.china-map-img{max-width:92%;max-height:88%;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(139,90,43,.3));border-radius:12px}.china-hint{text-align:center;padding:12px;font-size:14px;color:#8b5a2b;font-weight:700;background:#ffffffb3;flex-shrink:0}.city-pin{position:absolute;cursor:pointer;z-index:10;transform:translate(-50%,-100%);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.city-pin:hover{transform:translate(-50%,-110%) scale(1.15);z-index:20}.shenzhen-pin{left:67%;top:73%}.pin-dot{width:40px;height:40px;border-radius:50% 50% 50% 0;background:linear-gradient(135deg,#ff6b9d,#e84393);transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #e8439380;border:3px solid #fff;animation:pin-bounce 2s ease-in-out infinite;position:relative}.pin-dot:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background:#fff;border-radius:50%;transform:translate(-50%,-50%) rotate(45deg)}.pin-pulse{position:absolute;top:50%;left:50%;width:50px;height:50px;border-radius:50%;background:#ff6b9d4d;transform:translate(-50%,-50%);animation:pin-pulse-anim 2s ease-out infinite;pointer-events:none}@keyframes pin-pulse-anim{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes pin-bounce{0%,to{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-6px)}}@keyframes dz-pin-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pin-label{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);background:#fff;padding:3px 10px;border-radius:10px;font-size:12px;font-weight:700;color:#e84393;white-space:nowrap;box-shadow:0 2px 6px #00000026;border:2px solid #FF6B9D}.city-pin:hover .pin-label{background:#ff6b9d;color:#fff}.city-marker.locked .marker-pin{background:linear-gradient(135deg,#95a5a6,#7f8c8d);box-shadow:none;animation:none}@keyframes bounce{0%,to{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-6px)}}.marker-label{text-align:center;font-weight:700;color:#333;text-shadow:0 1px 3px #fff,0 0 8px #fff;font-size:12px;margin-top:4px}.marker-lock,.marker-check{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;background:#fff;box-shadow:0 2px 4px #0003}.china-hint{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:7px 18px;border-radius:18px;font-size:13px}.district-screen,.city-screen{background:linear-gradient(180deg,#87ceeb,#c8e6c9)}.city-map-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.25}.city-map-img{max-width:100%;max-height:100%;object-fit:cover}.city-bg{position:absolute;top:0;right:0;bottom:0;left:0}.city-bg-img{width:100%;height:100%;object-fit:cover}.city-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#87ceeb80,#fff8e1b3)}.city-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;gap:10px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.city-title-group{flex:1;text-align:center}.city-title-group h2{font-size:18px;color:#333}.city-desc{font-size:11px;color:#666;margin-top:1px}.districts-container,.spots-container{flex:1;overflow-y:auto;padding:14px;position:relative;z-index:2;display:flex;flex-direction:column;gap:10px;max-width:700px;margin:0 auto;width:100%}.district-card,.spot-card{background:#fffffff2;border-radius:14px;padding:10px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 3px 10px #0000001a;border:3px solid transparent;transition:all .2s}.district-card:hover,.spot-card:hover{transform:translate(4px);box-shadow:0 5px 14px #00000026}.district-card.locked,.spot-card.locked{opacity:.5;cursor:not-allowed}.district-card.completed,.spot-card.completed{border-color:var(--success)}.district-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;flex-shrink:0;box-shadow:0 3px 8px #0003}.district-info{flex:1}.district-name{font-weight:700;font-size:16px;color:#333}.district-desc{font-size:12px;color:#666;margin:2px 0}.district-spots{font-size:11px;color:#888}.district-progress{display:flex;gap:3px;margin-top:3px}.spot-dot{width:10px;height:10px;border-radius:50%;background:#ddd;transition:background .3s}.spot-dot.done{background:var(--success)}.district-status,.spot-status{font-size:22px;flex-shrink:0;width:36px;text-align:center}.spot-img-wrapper{position:relative;width:70px;height:70px;border-radius:10px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 6px #00000026}.spot-img{width:100%;height:100%;object-fit:cover}.spot-icon-overlay{position:absolute;top:2px;right:2px;font-size:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.spot-info{flex:1}.spot-name{font-weight:700;font-size:15px;color:#333}.spot-desc{font-size:11px;color:#666;margin:2px 0;line-height:1.4}.spot-waves{font-size:10px;color:var(--primary);font-weight:700}.battle-screen{background:linear-gradient(180deg,#87ceeb,#98d8c8 60%,#8b7355);overflow:hidden}.card-battle-screen{position:relative;overflow:hidden}.battle-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.battle-bg-img-layer{width:100%;height:100%;object-fit:cover}.battle-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000000d 40%,#00000040)}.rotate-hint{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a2e;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:100}.rotate-icon{font-size:64px;animation:rotate-hint-anim 2s ease-in-out infinite}@keyframes rotate-hint-anim{0%,to{transform:rotate(0)}50%{transform:rotate(90deg)}}.battle-bg{position:absolute;top:0;right:0;bottom:0;left:0}.battle-bg-img{width:100%;height:100%;object-fit:cover}.battle-ground{position:absolute;bottom:0;left:0;right:0;height:42%;background:linear-gradient(180deg,transparent 0%,rgba(139,115,85,.25) 40%,rgba(101,80,60,.45) 100%);pointer-events:none}.battle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.15) 0%,transparent 35%,transparent 65%,rgba(0,0,0,.15) 100%);pointer-events:none}.battle-stage.shake{animation:screen-shake .3s ease-out}@keyframes screen-shake{0%,to{transform:translate(0)}15%{transform:translate(-6px,3px)}30%{transform:translate(5px,-3px)}45%{transform:translate(-4px,2px)}60%{transform:translate(4px,-2px)}75%{transform:translate(-2px,1px)}}.hit-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff8c;z-index:40;pointer-events:none;animation:hit-flash-anim .12s ease-out forwards}@keyframes hit-flash-anim{0%{opacity:1}to{opacity:0}}.skill-flash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;pointer-events:none;animation:skill-flash-anim .4s ease-out forwards;mix-blend-mode:screen}@keyframes skill-flash-anim{0%{opacity:.8}to{opacity:0}}.player-turn-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(255,215,0,.25),transparent 60%);z-index:35;pointer-events:none;animation:turn-flash-anim .3s ease-out forwards}@keyframes turn-flash-anim{0%{opacity:1}to{opacity:0}}.battle-start-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:60;display:flex;align-items:center;justify-content:center;pointer-events:none}.battle-start-text{font-size:48px;font-weight:900;color:gold;text-shadow:0 0 30px rgba(255,215,0,.8),0 4px 12px rgba(0,0,0,.8);letter-spacing:8px}.battle-start-enter-active{animation:battle-start-in 1.8s ease-out forwards}.battle-start-leave-active{animation:battle-start-out .4s ease-out forwards}@keyframes battle-start-in{0%{opacity:0}.3%{opacity:1}70%{opacity:1}to{opacity:0}}@keyframes battle-start-out{0%{opacity:1}to{opacity:0}}.wave-announce-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:55;pointer-events:none}.wave-announce-text{font-size:52px;font-weight:900;color:#fff;text-shadow:0 0 30px rgba(255,71,87,.9),0 0 60px rgba(255,71,87,.5),0 4px 12px rgba(0,0,0,.8);letter-spacing:6px}.wave-announce-enter-active{animation:wave-announce-in 1.2s ease-out forwards}.wave-announce-leave-active{animation:wave-announce-out .3s ease-out forwards}@keyframes wave-announce-in{0%{opacity:0;transform:scale(.3)}30%{opacity:1;transform:scale(1.15)}50%{transform:scale(1)}80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@keyframes wave-announce-out{0%{opacity:1}to{opacity:0}}.ko-splash-container{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:50;overflow:hidden}.ko-splash{position:absolute;font-size:36px;font-weight:900;color:gold;text-shadow:0 0 20px rgba(255,71,87,1),0 0 40px rgba(255,71,87,.7),0 3px 8px rgba(0,0,0,.8);animation:ko-anim 1s ease-out forwards;pointer-events:none;white-space:nowrap}@keyframes ko-anim{0%{opacity:0;transform:scale(.3) rotate(-15deg) translateY(0)}30%{opacity:1;transform:scale(1.3) rotate(5deg) translateY(-20px)}60%{opacity:1;transform:scale(1) rotate(-3deg) translateY(-30px)}to{opacity:0;transform:scale(1.1) rotate(0) translateY(-80px)}}.battle-topbar{position:relative;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:12px}.battle-location{display:flex;gap:8px;align-items:center}.battle-spot-name{font-weight:700;font-size:14px}.battle-wave,.battle-round{opacity:.85;padding:2px 8px;background:#ffffff26;border-radius:10px;font-size:11px}.turn-indicator{background:linear-gradient(135deg,#5dc26a,#2ed573);padding:5px 14px;border-radius:16px;font-size:12px;font-weight:700;box-shadow:0 2px 8px #2ed57366}.turn-indicator.enemy{background:linear-gradient(135deg,#ff6b6b,#ff4757);box-shadow:0 2px 8px #ff475766}.turn-indicator.wait{background:linear-gradient(135deg,#95a5a6,#7f8c8d);box-shadow:none}.battle-stage{flex:1;position:relative;z-index:3;min-height:0;overflow:hidden}.enemy-zone,.ally-zone{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.zone-tint{position:absolute;top:0;bottom:0;width:55%;pointer-events:none;z-index:1}.enemy-tint{left:0;background:linear-gradient(90deg,rgba(255,71,87,.12),transparent);box-shadow:inset -20px 0 60px -10px #ff475726}.ally-tint{right:0;background:linear-gradient(270deg,rgba(84,160,255,.12),transparent);box-shadow:inset 20px 0 60px -10px #54a0ff26}.battle-center-line{position:absolute;left:50%;top:8%;bottom:8%;width:40px;transform:translate(-50%);pointer-events:none;display:flex;flex-direction:column;align-items:center;z-index:5}.vs-line{flex:1;width:3px;border-radius:2px}.vs-line-red{background:linear-gradient(180deg,transparent,rgba(255,71,87,.6),rgba(255,71,87,.9));box-shadow:0 0 10px #ff475780}.vs-line-blue{background:linear-gradient(0deg,transparent,rgba(84,160,255,.6),rgba(84,160,255,.9));box-shadow:0 0 10px #54a0ff80}.vs-badge{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,gold,#ff9f43);border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);box-shadow:0 0 20px #ffd700b3,0 0 40px #ff9f434d;flex-shrink:0;animation:vs-pulse 1.5s ease-in-out infinite}@keyframes vs-pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #ffd700b3}50%{transform:scale(1.08);box-shadow:0 0 30px gold}}.unit{position:absolute;transform:translate(-50%,-100%);cursor:pointer;pointer-events:auto;transition:left .4s cubic-bezier(.34,1.56,.64,1),top .4s cubic-bezier(.34,1.56,.64,1);z-index:10}.unit.targetable{cursor:crosshair}.unit.targetable:hover .unit-body{filter:brightness(1.2) drop-shadow(0 0 16px rgba(255,255,255,.9));transform:scale(calc(var(--unit-scale,1)*1.08))}.unit.current .unit-body{filter:drop-shadow(0 0 20px rgba(255,215,0,.9));animation:current-pulse .8s ease-in-out infinite}@keyframes current-pulse{0%,to{filter:drop-shadow(0 0 12px rgba(255,215,0,.7))}50%{filter:drop-shadow(0 0 26px rgba(255,215,0,1))}}.unit.selected .unit-body{filter:drop-shadow(0 0 22px #FFD700) brightness(1.2);transform:scale(calc(var(--unit-scale,1)*1.12))}.unit.ai-controlled{filter:saturate(.9)}.unit.my-unit .player-badge{display:flex}.unit-shadow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:60px;height:14px;background:radial-gradient(ellipse,rgba(0,0,0,.45),transparent 70%);border-radius:50%;z-index:0}.unit-shadow.shadow-large{width:74px;height:16px}.unit-shadow.shadow-huge{width:90px;height:20px}.hero-shadow{width:66px;background:radial-gradient(ellipse,rgba(30,60,120,.45),transparent 70%)}.hero-shadow.shadow-large{width:80px}.unit-body{width:var(--unit-size,80px);height:var(--unit-height,92px);position:relative;z-index:2;transform-origin:bottom center;animation:unit-idle 2.8s ease-in-out infinite;transition:filter .2s,transform .2s;transform:scale(var(--unit-scale,1))}@keyframes unit-idle{0%,to{transform:translateY(0) rotate(-.5deg) scale(var(--unit-scale,1))}50%{transform:translateY(-6px) rotate(.5deg) scale(var(--unit-scale,1))}}.unit-sprite{width:100%;height:100%;object-fit:cover;border-radius:50% 50% 45% 45%;border:4px solid rgba(84,160,255,.9);box-shadow:0 6px 16px #0000004d;background:linear-gradient(180deg,gold,#ff9f43)}.hero-sprite{border-color:#54a0ffe6}.monster-body{display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.85);border-radius:50% 50% 45% 45%;box-shadow:0 6px 16px #0000004d,inset 0 -6px 12px #0003;position:relative;overflow:visible;background:linear-gradient(180deg,#fff8e1,#ffe0b2)}.monster-body-img{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible}.monster-body-img:before{display:none!important}.monster-sprite{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.35));position:relative;z-index:2;transition:transform .2s}.monster-emoji{font-size:42px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));z-index:1;position:relative}.monster-body.size-normal{width:var(--unit-size);height:var(--unit-height)}.monster-body.size-large{width:calc(var(--unit-size) * 1.15);height:calc(var(--unit-height) * 1.15)}.monster-body.size-huge{width:calc(var(--unit-size) * 1.4);height:calc(var(--unit-height) * 1.4)}.monster-body-img.size-large .monster-sprite{transform:scale(1.15)}.monster-body-img.size-huge .monster-sprite{transform:scale(1.4);filter:drop-shadow(0 8px 20px rgba(0,0,0,.45))}.shape-round{border-radius:50% 50% 45% 45%}.shape-blob{border-radius:60% 40% 50% 50%/50%}.shape-square{border-radius:25%}.shape-diamond{border-radius:20% 50%}.shape-hex{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.shape-star{border-radius:50% 50% 45% 45%}.monster-glow{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;z-index:0;animation:monster-glow-pulse 2s ease-in-out infinite;pointer-events:none}@keyframes monster-glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}.boss-crown{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:26px;z-index:5;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));animation:crown-bounce 1.5s ease-in-out infinite}@keyframes crown-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-3px)}}.unit-el-badge{position:absolute;top:-2px;right:-2px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;color:#fff;z-index:4;border:2px solid #fff;box-shadow:0 2px 6px #0000004d}.player-badge,.ai-badge{position:absolute;top:-2px;left:-2px;width:24px;height:24px;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:11px;color:#fff;z-index:4;border:2px solid #fff;font-weight:700;box-shadow:0 2px 4px #0000004d}.player-badge{background:linear-gradient(135deg,#ff9f43,#ff6b6b);display:flex}.ai-badge{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.ultimate-glow{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%;background:radial-gradient(circle,rgba(255,215,0,.7),transparent 70%);animation:ult-glow 1.2s ease-in-out infinite;z-index:1;pointer-events:none}@keyframes ult-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.unit-nameplate{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:6px;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:72px}.unit-nm{font-size:12px;font-weight:700;color:#fff;text-shadow:0 1px 4px #000,0 0 6px #000,1px 1px 2px #000;white-space:nowrap}.hp-bar-sm{width:60px;height:8px;background:#000000b3;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.3);position:relative}.hp-fill{height:100%;background:linear-gradient(90deg,#2ed573,#7bed9f);border-radius:3px;transition:width .3s}.enemy-hp{background:linear-gradient(90deg,#ff4757,#ff6b6b)}.mp-bar-sm{width:60px;height:6px;background:#000000b3;border-radius:3px;overflow:hidden;border:1px solid rgba(255,255,255,.2);margin-top:2px}.mp-fill{height:100%;background:linear-gradient(90deg,#54a0ff,#74b9ff);border-radius:2px;transition:width .3s}.hp-bar-wrap,.mp-bar-wrap{display:flex;align-items:center;gap:4px}.mp-bar-wrap{margin-top:2px}.hp-num,.mp-num{font-size:10px;color:#fff;font-weight:700;text-shadow:0 1px 3px #000,0 0 4px #000;white-space:nowrap;line-height:1}.hp-num{color:#ffb8b8}.mp-num{color:#a0d7ff}.cmd-btn.disabled{pointer-events:none!important;opacity:.45!important;filter:grayscale(.7)!important;box-shadow:none!important}.cmd-btn.disabled:hover{transform:none!important}.defend-shield{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:4px solid rgba(84,160,255,.8);background:radial-gradient(circle,rgba(84,160,255,.25),transparent);animation:shield-pulse .8s ease-in-out infinite;pointer-events:none;z-index:5}@keyframes shield-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.status-icon{position:absolute;font-size:18px;z-index:6;filter:drop-shadow(0 1px 3px rgba(0,0,0,.6));animation:status-bounce .6s ease-in-out infinite}.stun-icon{top:8%;left:-10px}.buff-icon{bottom:-28px;font-size:14px}@keyframes status-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.unit.hit .unit-body{animation:hit-shake .35s ease-out}@keyframes hit-shake{0%{transform:translate(0) scale(var(--unit-scale,1));filter:brightness(1)}20%{transform:translate(-10px) rotate(-8deg) scale(calc(var(--unit-scale,1)*1.1));filter:brightness(2.5) saturate(2)}40%{transform:translate(10px) rotate(8deg) scale(calc(var(--unit-scale,1)*1.1));filter:brightness(2.5)}60%{transform:translate(-6px) scale(calc(var(--unit-scale,1)*1.05));filter:brightness(1.8)}80%{transform:translate(4px) scale(var(--unit-scale,1))}to{transform:translate(0) scale(var(--unit-scale,1));filter:brightness(1)}}.unit.attacking .unit-body{animation:atk-rush .45s ease-out}.enemy-unit.attacking .unit-body{animation:atk-rush-e .45s ease-out}@keyframes atk-rush{0%{transform:translate(0) scale(var(--unit-scale,1))}30%{transform:translate(-15px,-10px) scale(calc(var(--unit-scale,1)*1.15))}60%{transform:translate(35px,-8px) scale(calc(var(--unit-scale,1)*1.25))}to{transform:translate(0) scale(var(--unit-scale,1))}}@keyframes atk-rush-e{0%{transform:translate(0) scale(var(--unit-scale,1))}30%{transform:translate(15px,-10px) scale(calc(var(--unit-scale,1)*1.15))}60%{transform:translate(-35px,-8px) scale(calc(var(--unit-scale,1)*1.25))}to{transform:translate(0) scale(var(--unit-scale,1))}}.unit.healing .unit-body{animation:heal-glow .6s ease-out}@keyframes heal-glow{0%{filter:brightness(1)}50%{filter:brightness(1.6) drop-shadow(0 0 22px #2ED573);transform:scale(calc(var(--unit-scale,1)*1.15))}to{filter:brightness(1)}}.unit.dead{opacity:.2;filter:grayscale(1);pointer-events:none}.unit.dead .unit-body{animation:none;transform:rotate(75deg) translateY(16px) scale(calc(var(--unit-scale,1)*.7))}.battle-log{position:absolute;left:10px;top:44px;width:220px;max-height:110px;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:8px 12px;border-radius:12px;color:#fff;font-size:12px;overflow:hidden;z-index:6;border:1px solid rgba(255,255,255,.1)}.log-entry{line-height:1.7;opacity:.9}.log-entry.dmg{color:#ffb8b8}.log-entry.crit{color:gold;font-weight:700;font-size:13px}.log-entry.heal{color:#7bed9f}.log-entry.buff{color:#74b9ff}.log-entry.debuff{color:#ffa502}.log-entry.enemy{color:#ff8c8c}.log-entry.ultimate{color:gold;font-weight:700;font-size:13px;text-shadow:0 0 8px rgba(255,215,0,.5)}.log-entry.fail{color:#ff4757}.command-bar{position:relative;z-index:6;background:linear-gradient(180deg,#1e1432eb,#140f28f7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 12px 12px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap;border-top:2px solid rgba(255,215,0,.5)}.cmd-bar-disabled{padding:14px}.cmd-placeholder{color:#ffffffb3;font-size:14px;display:flex;align-items:center;gap:8px}.cmd-btn{position:relative;background:linear-gradient(180deg,#ffffff26,#ffffff0d);border:2px solid rgba(255,255,255,.25);border-radius:14px;padding:10px 12px;color:#fff;cursor:pointer;font-family:inherit;font-weight:700;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:62px;transition:all .15s;box-shadow:0 3px 8px #0000004d}.cmd-btn:hover{transform:translateY(-3px);background:linear-gradient(180deg,#ffffff47,#ffffff1f);border-color:#ffffff80;box-shadow:0 5px 14px #0006}.cmd-btn:active{transform:translateY(0) scale(.95)}.cmd-attack{border-color:#ff9f43;background:linear-gradient(180deg,#ff9f4366,#ff6b6b33)}.cmd-skill{border-color:#a55eea;background:linear-gradient(180deg,#a55eea66,#8854d033)}.cmd-skill.active{background:linear-gradient(180deg,#a55eeab3,#8854d073);box-shadow:0 0 20px #a55eea99}.cmd-defend{border-color:#54a0ff;background:linear-gradient(180deg,#54a0ff66,#2e86de33)}.cmd-item{border-color:#feca57;background:linear-gradient(180deg,#feca5759,#ff9f4326)}.cmd-catch{border-color:#2ed573;background:linear-gradient(180deg,#2ed57359,#10ac8426)}.cmd-catch.active{background:linear-gradient(180deg,#2ed573b3,#10ac8473);box-shadow:0 0 20px #2ed57399}.cmd-run{border-color:#95a5a6;background:linear-gradient(180deg,#95a5a659,#7f8c8d26)}.cmd-ultimate{border-color:gold;background:linear-gradient(180deg,#ffd70066,#ff9f4333)}.cmd-ultimate.ready{animation:ult-ready 1.2s ease-in-out infinite;border-color:gold;box-shadow:0 0 18px #ffd700b3}.cmd-ultimate.disabled{opacity:.5;filter:grayscale(.5)}@keyframes ult-ready{0%,to{box-shadow:0 0 12px #ffd70080;transform:translateY(0)}50%{box-shadow:0 0 26px gold;transform:translateY(-3px)}}.cmd-icon{font-size:26px}.cmd-label{font-size:13px}.ult-cd{font-size:10px;color:gold;opacity:.9;position:absolute;top:-10px;right:-6px;background:#000000b3;padding:2px 7px;border-radius:10px;font-weight:700}.skill-panel{position:absolute;bottom:90px;left:50%;transform:translate(-50%);width:92%;max-width:520px;background:linear-gradient(180deg,#281946fa,#190f32fc);border:2px solid rgba(165,94,234,.7);border-radius:18px;padding:14px;z-index:20;box-shadow:0 -10px 40px #0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.skill-panel-header{display:flex;justify-content:space-between;align-items:center;color:#fff;margin-bottom:12px;font-weight:700;font-size:15px}.panel-close{background:#ffffff26;border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:16px}.skill-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.skill-item{background:linear-gradient(180deg,#a55eea59,#8854d026);border:2px solid rgba(165,94,234,.5);border-radius:12px;padding:10px;color:#fff;cursor:pointer;font-family:inherit;text-align:left;transition:all .15s}.skill-item:hover{background:linear-gradient(180deg,#a55eea8c,#8854d04d);transform:translateY(-2px);box-shadow:0 5px 14px #a55eea66}.skill-item.disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.5)}.skill-item.heal{border-color:#2ed57380;background:linear-gradient(180deg,#2ed5734d,#10ac841a)}.skill-item.aoe{border-color:#feca5799}.sk-name{font-size:14px;font-weight:700}.sk-desc{font-size:11px;opacity:.85;margin-top:3px;line-height:1.4}.sk-mp{font-size:12px;color:#74b9ff;margin-top:5px;font-weight:700}.sk-mp.no-mp{color:#ff6b6b}.damage-numbers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:50;overflow:hidden}.dmg-num{position:absolute;font-size:32px;font-weight:900;color:#ff4757;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 0 12px rgba(255,71,87,.9),2px 2px 0 rgba(0,0,0,.3);animation:dmg-fly 1s ease-out forwards;pointer-events:none;transform:translate(-50%,-50%)}.dmg-num.heal{color:#2ed573;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 0 12px rgba(46,213,115,.9)}.dmg-num.crit{font-size:44px;color:gold;text-shadow:3px 3px 0 #FF4757,-3px -3px 0 #FF4757,3px -3px 0 #FF4757,-3px 3px 0 #FF4757,0 0 20px rgba(255,215,0,1),0 0 40px rgba(255,215,0,.6)}@keyframes dmg-fly{0%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(-12deg)}15%{opacity:1;transform:translate(-50%,-70%) scale(1.4) rotate(6deg)}60%{opacity:1;transform:translate(-50%,-120%) scale(1) rotate(0)}to{opacity:0;transform:translate(-50%,-190%) scale(.8)}}.waiting-dots{display:inline-flex;gap:3px}.waiting-dots span{width:8px;height:8px;border-radius:50%;background:#fff;animation:dot-bounce .6s ease-in-out infinite}.waiting-dots span:nth-child(2){animation-delay:.15s}.waiting-dots span:nth-child(3){animation-delay:.3s}@keyframes dot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.waiting-dots.big span{width:12px;height:12px}.reward-screen{background:radial-gradient(ellipse,#feca57,#ff9f43,#e67e22);justify-content:center;align-items:center}.reward-stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(3px 3px at 20% 20%,#fff,transparent),radial-gradient(3px 3px at 80% 30%,#fff,transparent),radial-gradient(2px 2px at 40% 60%,#fff,transparent),radial-gradient(3px 3px at 70% 80%,#fff,transparent);animation:twinkle 2s ease-in-out infinite}.reward-card{background:#fff;border-radius:22px;padding:28px 32px;box-shadow:0 14px 40px #0000004d;max-width:400px;width:88%;z-index:2;text-align:center}.reward-title{font-size:28px;font-weight:900;color:var(--primary-dark);margin-bottom:18px}.reward-item{display:flex;align-items:center;gap:12px;padding:10px 16px;margin-bottom:8px;background:#fff8e1;border-radius:12px;font-size:15px;font-weight:700;color:#333;text-align:left}.reward-icon{font-size:26px}.food-reward{background:#e8f5e9}.souvenir-reward{background:#e3f2fd}.reward-card .btn{margin-top:16px;width:100%;justify-content:center}.collection-screen{background:linear-gradient(180deg,#87ceeb,#fff8e1)}.collection-header{display:flex;align-items:center;gap:14px;padding:10px 16px;background:#ffffffe6}.collection-header h2{flex:1;font-size:18px;color:#333}.collection-tabs{display:flex;gap:6px;padding:8px 12px;background:#fff9}.collection-tabs button{flex:1;padding:10px;border:none;border-radius:12px;background:#ffffffb3;font-size:14px;font-weight:700;cursor:pointer;color:#666;font-family:inherit;transition:all .2s}.collection-tabs button.active{background:linear-gradient(135deg,#ff9f43,#ff6b6b);color:#fff;box-shadow:0 3px 12px #ff6b6b4d}.collection-grid{flex:1;overflow-y:auto;padding:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;max-width:800px;margin:0 auto;width:100%}.collect-card{background:#fff;border-radius:16px;padding:0;text-align:center;position:relative;box-shadow:0 4px 14px #0000001f;border:3px solid #eee;overflow:hidden;transition:transform .2s}.collect-card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #0000002e}.collect-card.rarity-2{border-color:#54a0ff;background:linear-gradient(180deg,#fff,#e3f2fd)}.collect-card.rarity-3{border-color:#9b59b6;background:linear-gradient(180deg,#fff,#f3e5f5);box-shadow:0 4px 18px #9b59b640}.collect-card.rarity-4{border-color:#ff9f43;background:linear-gradient(180deg,#fff,#fff3e0);box-shadow:0 4px 20px #ff9f4359;animation:legendary-glow 3s ease-in-out infinite}@keyframes legendary-glow{0%,to{box-shadow:0 4px 20px #ff9f4359}50%{box-shadow:0 4px 30px #ff9f4399}}.collect-img-wrap{position:relative;width:100%;height:110px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center}.collect-img{width:100%;height:100%;object-fit:cover}.collect-icon{font-size:56px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.rarity-corner{position:absolute;top:8px;right:8px;padding:3px 10px;border-radius:10px;font-size:10px;color:#fff;font-weight:700;box-shadow:0 2px 6px #0003}.collect-name{font-weight:700;font-size:14px;color:#333;padding:8px 8px 2px}.collect-city{font-size:11px;color:#888;padding:0 8px}.collect-desc{font-size:11px;color:#666;padding:4px 8px 10px;line-height:1.4}.empty-collection{grid-column:1/-1;text-align:center;padding:60px 20px;color:#999}.empty-icon{font-size:64px;margin-bottom:12px;opacity:.5}.toast-msg{position:fixed;top:18%;left:50%;transform:translate(-50%);background:#000000d1;color:#fff;padding:12px 24px;border-radius:22px;font-size:14px;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #0000004d}@media(min-width:900px){:root{--unit-size:90px;--unit-height:104px}.battle-log{width:260px;max-height:130px;font-size:13px}.cmd-btn{min-width:72px;padding:12px 14px}.cmd-icon{font-size:30px}.cmd-label{font-size:14px}.dmg-num{font-size:38px}.dmg-num.crit{font-size:52px}.hp-bar-sm{width:70px;height:9px}.mp-bar-sm{width:70px;height:6px}.unit-nm{font-size:13px}}@media(min-width:1200px){:root{--unit-size:100px;--unit-height:116px}.monster-body.size-large{width:108px;height:124px}.monster-body.size-huge{width:124px;height:140px}.battle-log{width:280px}.unit-shadow{width:72px;height:16px}.unit-shadow.shadow-large{width:88px}.unit-shadow.shadow-huge{width:108px}}@media(max-width:600px){:root{--unit-size:56px;--unit-height:64px}.heroes-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px}.hero-figure-base{width:68px;height:68px}.hero-select-img{width:58px;height:58px}.hero-select-name{font-size:13px}.hero-select-desc{font-size:9px;min-height:22px}.title-main{font-size:36px;letter-spacing:3px}.title-sub{font-size:18px;letter-spacing:6px}.title-earth-wrapper{width:140px;height:140px}.mode-btn{min-width:240px}.monster-emoji{font-size:28px}.monster-body.size-large{width:64px;height:72px}.monster-body.size-large .monster-emoji{font-size:32px}.monster-body.size-huge{width:72px;height:82px}.monster-body.size-huge .monster-emoji{font-size:38px}.unit-shadow{width:42px;height:10px}.unit-shadow.shadow-large{width:50px;height:12px}.unit-shadow.shadow-huge{width:60px;height:14px}.hero-shadow{width:46px}.hero-shadow.shadow-large{width:54px}.unit-nameplate{min-width:56px}.hp-bar-sm{width:48px;height:7px}.mp-bar-sm{width:48px;height:5px}.hp-num,.mp-num{font-size:8px}.unit-nm{font-size:10px}.cmd-btn{padding:7px;min-width:48px}.cmd-icon{font-size:20px}.cmd-label{font-size:10px}.battle-log{width:150px;font-size:10px;max-height:80px;padding:5px 8px;top:40px}.player-slot{width:100px;min-height:150px}.slot-avatar{width:56px;height:56px}.slot-img{width:48px;height:48px}.dmg-num{font-size:24px}.dmg-num.crit{font-size:32px}.skill-panel{max-width:95%;padding:10px}.skill-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:6px}.command-bar{padding:6px 6px 8px;gap:5px}.boss-crown{font-size:20px;top:-14px}.battle-start-text{font-size:28px;letter-spacing:4px}.wave-announce-text{font-size:30px;letter-spacing:3px}.ko-splash{font-size:24px}.vs-badge{width:28px;height:28px;font-size:11px}.collect-img-wrap{height:90px}.collect-icon{font-size:44px}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:8px;padding:10px}}@media(max-height:480px)and (orientation:landscape){:root{--unit-size:52px;--unit-height:60px}.battle-topbar{padding:4px 10px}.turn-indicator{padding:3px 10px;font-size:11px}.monster-emoji{font-size:26px}.monster-body.size-large{width:calc(var(--unit-size)*1.15);height:calc(var(--unit-height)*1.15)}.monster-body.size-huge{width:calc(var(--unit-size)*1.4);height:calc(var(--unit-height)*1.4)}.cmd-btn{padding:6px;min-width:46px}.cmd-icon{font-size:18px}.cmd-label{font-size:9px}.command-bar{padding:5px 6px 6px}.battle-log{width:160px;max-height:70px;font-size:10px;top:36px}}.battle-badge-hint{position:absolute;top:46px;left:50%;transform:translate(-50%);z-index:15;background:linear-gradient(135deg,gold,orange);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;box-shadow:0 4px 14px #ffa50080;display:flex;align-items:center;gap:6px;animation:badge-hint-bounce 1s ease-in-out infinite}.badge-hint-glow{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:24px;background:radial-gradient(circle,rgba(255,215,0,.5),transparent 70%);animation:pulse 1.5s ease-in-out infinite;z-index:-1}@keyframes badge-hint-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-4px)}}.digital-badge{width:130px;height:130px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin:0 auto 10px;box-shadow:0 8px 24px #0000004d,inset 0 -8px 16px #0003,0 0 30px #ffd70099;border:4px solid #FFD700;animation:badge-unlock-spin 1s ease-out}@keyframes badge-unlock-spin{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}.badge-boss-img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4))}.badge-ribbon{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fff,#ffe4b5);color:#8b4513;padding:2px 12px;border-radius:10px;font-size:11px;font-weight:700;white-space:nowrap;box-shadow:0 2px 6px #0003;border:1px solid #DAA520}.badge-unlock-area{position:relative;text-align:center;margin-bottom:12px;padding:10px 0}.badge-unlock-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;border:3px dashed #FFD700;animation:spin 4s linear infinite}.badge-unlock-text{font-size:13px;color:#ff9f43;font-weight:700;letter-spacing:2px}.badge-unlock-name{font-size:20px;font-weight:900;background:linear-gradient(135deg,gold,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:4px 0}.reward-card-badge{padding-top:20px}.reward-mini-img{width:32px;height:32px;object-fit:cover;border-radius:8px;margin-left:6px;border:2px solid #FFD700;vertical-align:middle}.spot-badge-mini{position:absolute;top:4px;right:4px;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,gold,orange);display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px #0000004d;z-index:3}.badge-mini-img{width:22px;height:22px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.spot-rewards-preview{font-size:11px;color:#888;margin-top:4px;display:flex;gap:8px;flex-wrap:wrap}.upload-photo-btn{background:linear-gradient(135deg,#ff9f43,#ff6b6b);color:#fff;border:none;border-radius:14px;padding:4px 10px;font-size:11px;font-weight:700;cursor:pointer;margin-left:8px;box-shadow:0 2px 6px #ff6b6b66;white-space:nowrap}.upload-photo-btn:hover{transform:translateY(-1px)}.upload-photo-btn.postcard-btn{background:linear-gradient(135deg,#54a0ff,#5f27cd)}.upload-photo-btn.small{margin:6px auto 0;padding:5px 12px;font-size:11px;display:block}.photo-boost-badge{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#ff6b6b,#ff9f43);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;box-shadow:0 2px 4px #0000004d;z-index:3}.photo-boost-badge.big{font-size:12px;padding:3px 8px}.photo-boost-text{font-size:11px;color:#ff6b6b;font-weight:700;margin-top:4px;text-align:center}.photo-check{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#2ed573,#1abc9c);display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;box-shadow:0 2px 6px #2ed57366}.buff-active{font-size:10px;color:#2ed573;font-weight:700;text-align:center;margin-top:4px}.modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.upload-modal{background:linear-gradient(180deg,#fff,#fff8e1);border-radius:24px;padding:24px;width:90%;max-width:400px;box-shadow:0 12px 40px #0006;text-align:center}.upload-modal h3{font-size:20px;color:#333;margin-bottom:8px}.upload-hint{font-size:12px;color:#888;line-height:1.6;margin-bottom:16px}.upload-preview-area{width:200px;height:200px;margin:0 auto 16px;border-radius:16px;border:3px dashed #FF9F43;background:#fff3e0;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:all .2s;position:relative}.upload-preview-area:hover{border-color:#ff6b6b;background:#ffe0b2}.upload-preview-img{width:100%;height:100%;object-fit:cover}.upload-placeholder{color:#ff9f43;text-align:center}.upload-icon-big{font-size:48px;margin-bottom:8px}.hidden-file-input{display:none}.upload-btns{display:flex;gap:12px;justify-content:center}.item-panel{max-height:55%}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;padding:14px;overflow-y:auto;align-content:start}.collect-item{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:2px solid #FFB74D;border-radius:14px;padding:8px;text-align:center;transition:all .2s}.collect-item:hover{transform:translateY(-3px);box-shadow:0 6px 14px #ff9f4366}.food-card{border-color:#ff9800;background:linear-gradient(135deg,#fff8e1,#ffecb3)}.ci-img-wrap{width:70px;height:70px;margin:0 auto 6px;border-radius:14px;overflow:hidden;border:3px solid #fff;box-shadow:0 3px 8px #00000026}.ci-img{width:100%;height:100%;object-fit:cover}.ci-name{font-size:12px;font-weight:700;color:#e65100;margin-top:2px}.ci-rarity{font-size:10px;margin-top:2px}.ci-effect{font-size:10px;color:#4caf50;font-weight:700;margin-top:3px}.postcard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;padding:14px;overflow-y:auto}.postcard-card{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #64B5F6;border-radius:14px;padding:8px;text-align:center;transition:all .2s}.postcard-card:hover{transform:translateY(-3px);box-shadow:0 6px 14px #64b5f666}.pc-img-wrap{width:100%;height:80px;border-radius:10px;overflow:hidden;margin-bottom:6px;border:2px solid #fff;box-shadow:0 2px 6px #0000001a}.pc-img{width:100%;height:100%;object-fit:cover}.pc-name{font-size:12px;font-weight:700;color:#1565c0}.pc-desc{font-size:10px;color:#1976d2;margin-top:2px;line-height:1.3}.postcard-card.photo-active{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#66bb6a!important;box-shadow:0 0 16px #66bb6a66}.postcard-img-wrap{width:100%;height:100px;background:linear-gradient(135deg,#fff,#e3f2fd);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:48px;margin-bottom:8px;position:relative;overflow:hidden;border:2px dashed #90CAF9}.postcard-card.photo-active .postcard-img-wrap{border-style:solid;border-color:#66bb6a;background:linear-gradient(135deg,#e8f5e9,#fff)}.badge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px;padding:16px;overflow-y:auto;height:calc(100% - 120px);align-content:start}.digital-badge-large{width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0 6px 18px #0000004d,inset 0 -6px 12px #0003;border:3px solid #FFD700;margin:0 auto;transition:transform .2s}.digital-badge-large:hover{transform:scale(1.08)}.badge-boss-img-large{width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4))}.badge-ribbon-large{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fff,#ffe4b5);color:#8b4513;padding:1px 10px;border-radius:8px;font-size:9px;font-weight:700;white-space:nowrap;box-shadow:0 2px 4px #0003;border:1px solid #DAA520}.badge-name-large{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);font-size:11px;font-weight:700;color:#333;text-align:center;white-space:nowrap;width:120px}.shenzhen-clear-badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:10px 0;padding:10px}.clear-badge-mini{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #FFD700;box-shadow:0 2px 6px #0003}.clear-badge-img{width:26px;height:26px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.collection-tabs{display:flex;gap:4px;padding:8px 12px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid rgba(255,159,67,.3);overflow-x:auto}.collection-tabs button{flex:1;min-width:72px;padding:8px 6px;border:none;border-radius:14px;background:transparent;color:#888;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s}.collection-tabs button.active{background:linear-gradient(135deg,#ff9f43,#ff6b6b);color:#fff;box-shadow:0 3px 10px #ff6b6b66}.item-effect{font-size:11px;color:#e67e22;font-weight:700;margin-top:4px;text-align:center;background:#fff3e0;border-radius:8px;padding:2px 4px}.district-spots{font-size:11px;color:#888;margin-top:4px}@media(min-width:900px){.digital-badge{width:150px;height:150px}.badge-boss-img{width:84px;height:84px}.item-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.upload-modal{max-width:460px;padding:30px}.badge-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px}.digital-badge-large{width:140px;height:140px}.badge-boss-img-large{width:74px;height:74px}}@media(max-width:600px){.digital-badge{width:110px;height:110px}.badge-boss-img{width:60px;height:60px}.badge-unlock-ring{width:140px;height:140px}.upload-preview-area{width:160px;height:160px}.item-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px}.badge-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:14px;padding:10px}.digital-badge-large{width:90px;height:90px}.badge-boss-img-large{width:48px;height:48px}.badge-name-large{font-size:9px;width:90px}.battle-badge-hint{font-size:11px;padding:4px 12px;top:40px}.collection-tabs button{font-size:11px;padding:6px 4px;min-width:60px}}@media(max-height:480px)and (orientation:landscape){.digital-badge{width:90px;height:90px;margin-bottom:4px}.badge-boss-img{width:48px;height:48px}.badge-unlock-ring{width:110px;height:110px}.item-grid{max-height:140px}.badge-grid{gap:14px}.digital-badge-large{width:80px;height:80px}.badge-boss-img-large{width:44px;height:44px}}.card-battle-screen{background:linear-gradient(180deg,#1a1a2e,#16213e 40%,#0f3460);display:flex;flex-direction:column;position:relative}.card-battle-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 20%,rgba(255,107,157,.15) 0%,transparent 60%);pointer-events:none}.battle-top-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:linear-gradient(180deg,#0009,#0000004d);z-index:10;gap:12px}.battle-info-left,.battle-info-right{display:flex;align-items:center;gap:12px}.battle-turn-info{color:#fff;font-size:13px;font-weight:700}.battle-location{color:#ffffffb3;font-size:12px}.wave-indicator{background:linear-gradient(135deg,var(--donut-pink),var(--primary-dark));color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700}.energy-display{display:flex;align-items:center;gap:4px}.energy-orb{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#5dade2,#2980b9,#1a5276);border:2px solid #85C1E9;box-shadow:0 0 8px #3498db99,inset 0 -3px 6px #0000004d;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;transition:all .3s}.energy-orb.empty{background:radial-gradient(circle at 30% 30%,#555,#333,#222);border-color:#666;box-shadow:none;color:#888}.energy-text{color:#fff;font-size:16px;font-weight:700;margin-left:4px}.pile-indicator{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .2s}.pile-indicator:hover{background:#ffffff1a}.pile-count{background:#00000080;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:8px;min-width:28px;text-align:center}.pile-label{color:#fff9;font-size:10px}.end-turn-btn{background:linear-gradient(135deg,var(--donut-pink),var(--primary-dark));color:#fff;border:none;padding:10px 20px;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #ff6b9d66;transition:all .2s}.end-turn-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b9d80}.end-turn-btn:active{transform:scale(.95)}.end-turn-btn.disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.5)}.food-use-btn{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;padding:10px 14px;border-radius:20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #ff980066;transition:all .2s}.food-use-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff980080}.food-use-btn.disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.5)}.food-panel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:flex-end;justify-content:center}.food-panel{width:100%;max-width:500px;background:linear-gradient(180deg,#fff8e1,#ffe0b2);border-radius:20px 20px 0 0;padding:16px;box-shadow:0 -4px 20px #0000004d;max-height:60%;display:flex;flex-direction:column}.fp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:16px;font-weight:700;color:#e65100}.fp-close{background:none;border:none;font-size:20px;cursor:pointer;color:#999;padding:4px 8px}.fp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;overflow-y:auto;padding:4px}.fp-item{background:#fff;border-radius:12px;padding:8px;text-align:center;cursor:pointer;transition:all .2s;border:2px solid #FFB74D}.fp-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #ff98004d}.fp-img{width:60px;height:60px;object-fit:cover;border-radius:10px;margin:0 auto;display:block;border:2px solid #fff;box-shadow:0 2px 4px #0000001a}.fp-name{font-size:11px;font-weight:700;color:#e65100;margin-top:4px}.fp-stats{font-size:10px;color:#4caf50;font-weight:700;margin-top:2px}.fp-empty{grid-column:1/-1;text-align:center;color:#999;padding:30px;font-size:13px}.enemies-area{flex:1;display:flex;align-items:center;justify-content:center;gap:24px;padding:20px;position:relative;z-index:5;min-height:200px}.enemy-card{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:all .2s;position:relative;flex-shrink:0}.enemy-card:hover{transform:scale(1.05);z-index:5}.enemy-card.targeted{filter:drop-shadow(0 0 12px rgba(255,107,157,.8));transform:scale(1.08);z-index:6}.enemy-card.targeted .enemy-img-wrap{border:5px solid #FFD700;box-shadow:0 0 20px #ffd70099,0 8px 20px #0006}.enemy-card.dead{opacity:.3;filter:grayscale(1);pointer-events:none}.enemy-intent{background:#000000b3;border-radius:12px;padding:4px 10px;display:flex;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:700;border:2px solid;min-height:28px}.enemy-intent.attack{border-color:#ff6b6b}.enemy-intent.defend{border-color:#4ecdc4}.enemy-intent.buff{border-color:#f1c40f}.intent-icon{font-size:14px}.intent-value{font-size:13px}.enemy-figure{position:relative;display:flex;flex-direction:column;align-items:center}.enemy-img-wrap{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.3);box-shadow:0 8px 20px #0006;background:#0000004d;position:relative}.enemy-card.boss .enemy-img-wrap{width:140px;height:140px;border-color:gold;box-shadow:0 0 30px #ffd70080,0 8px 20px #0006}.enemy-img{width:100%;height:100%;object-fit:cover}.enemy-shield{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#81d4fa,#29b6f6,#0288d1);color:#fff;padding:3px 12px;border-radius:12px;font-size:12px;font-weight:700;border:2px solid rgba(255,255,255,.9);box-shadow:0 3px 10px #0288d180,0 0 14px #29b6f666,inset 0 1px #fff6;white-space:nowrap;z-index:5;text-shadow:0 1px 2px rgba(0,0,0,.4);animation:shield-pulse 2s ease-in-out infinite}@keyframes shield-pulse{0%,to{box-shadow:0 3px 10px #0288d180,0 0 14px #29b6f666,inset 0 1px #fff6}50%{box-shadow:0 3px 14px #0288d199,0 0 22px #29b6f699,inset 0 1px #ffffff80}}.enemy-hp-bar-wrap{width:100px;height:14px;background:#00000080;border-radius:7px;overflow:hidden;border:2px solid rgba(255,255,255,.3);position:relative}.enemy-card.boss .enemy-hp-bar-wrap{width:140px;height:18px}.enemy-hp-bar{height:100%;background:linear-gradient(90deg,#ff6b6b,#ee5a5a);border-radius:5px;transition:width .4s ease;position:relative}.enemy-hp-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.enemy-name{color:#fff;font-size:12px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.8);text-align:center;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enemy-card.boss .enemy-name{font-size:14px;color:gold}.damage-popup{position:absolute;font-size:24px;font-weight:900;color:#ff4757;text-shadow:2px 2px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;animation:popup .8s ease-out forwards;pointer-events:none;z-index:20}.damage-popup.heal{color:#2ed573}.damage-popup.block{color:#4ecdc4}.damage-popup.crit{font-size:32px;color:gold}@keyframes popup{0%{opacity:1;transform:translateY(0) scale(.5)}30%{transform:translateY(-20px) scale(1.2)}to{opacity:0;transform:translateY(-50px) scale(1)}}.player-area{display:flex;align-items:flex-start;gap:12px;padding:8px 16px;background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,transparent 100%);position:relative;z-index:5;flex-wrap:wrap}.player-left{display:flex;align-items:center;gap:10px}.player-bars{display:flex;flex-direction:column;gap:4px;width:200px}.player-right{display:flex;flex-direction:column;gap:6px;margin-left:auto}.player-figure{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px}.player-avatar-wrap{width:70px;height:70px;border-radius:50%;border:3px solid var(--donut-pink);overflow:hidden;box-shadow:0 4px 12px #ff6b9d66;background:#ffffff1a;position:relative}.player-avatar-img,.player-avatar{width:100%;height:100%;object-fit:cover}.player-block-indicator{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#81d4fa,#29b6f6,#0288d1);color:#fff;padding:3px 12px;border-radius:12px;font-size:12px;font-weight:700;border:2px solid rgba(255,255,255,.9);box-shadow:0 3px 10px #0288d180,0 0 14px #29b6f666,inset 0 1px #fff6;white-space:nowrap;z-index:5;text-shadow:0 1px 2px rgba(0,0,0,.4);animation:shield-pulse 2s ease-in-out infinite}.player-hp-bar-wrap{width:100%;height:16px;background:#00000080;border-radius:8px;overflow:hidden;border:2px solid rgba(255,255,255,.3);position:relative}.player-hp-bar{height:100%;background:linear-gradient(90deg,#ff6b9d,#e84393);border-radius:6px;transition:width .4s ease}.player-hp-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.player-name{color:#fff;font-size:13px;font-weight:700}.mechanic-display{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;background:#ff6b9d33;border-radius:12px;border:2px solid var(--donut-pink)}.mechanic-label{color:var(--donut-pink-light);font-size:10px;font-weight:700}.mechanic-value{color:gold;font-size:22px;font-weight:900;text-shadow:0 0 10px rgba(255,215,0,.5)}.mechanic-desc{color:#fff9;font-size:9px}.powers-display{display:flex;gap:4px;flex-wrap:wrap;max-width:150px}.power-icon{width:28px;height:28px;border-radius:8px;background:#f39c124d;border:2px solid #F39C12;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:help}.hand-area{padding:0 0 10px;position:relative;z-index:5;min-height:210px;display:flex;flex-direction:column;align-items:stretch;gap:0}.deck-stats-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 16px;background:linear-gradient(180deg,#00000059,#00000040);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px 12px 0 0;margin:0 80px;font-size:12px;color:#ffffffd9;border-bottom:1px solid rgba(255,255,255,.15);flex-shrink:0;flex-wrap:wrap}.dsb-item{display:inline-flex;align-items:center;gap:3px;cursor:pointer;padding:2px 6px;border-radius:6px;transition:background .2s;white-space:nowrap}.dsb-item:hover{background:#ffffff26}.dsb-item b{font-size:14px;color:#fff;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.4)}.dsb-icon{font-size:13px}.dsb-sep{color:#ffffff4d;font-size:11px}.dsb-total{margin-left:auto;font-size:11px;color:#ffebb4e6;background:#ff9a5633;padding:2px 10px;border-radius:8px;border:1px solid rgba(255,154,86,.3);white-space:nowrap}.dsb-draw b{color:#9fa8da}.dsb-discard b{color:#b0bec5}.dsb-exhaust b{color:#a1887f}.dsb-hand b{color:#ffe082}.hand-cards-row{display:flex;align-items:flex-end;justify-content:center;gap:0;position:relative;flex:1}.hand-cards{flex:1;display:flex;justify-content:center;align-items:flex-end;padding:0 10px;perspective:1000px;position:relative;min-height:190px}.hand-cards-inner{display:flex;justify-content:center;align-items:flex-end;width:100%}.deck-zone{width:90px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;padding-bottom:10px;transition:transform .2s ease;align-self:flex-end;z-index:3}.deck-zone:hover{transform:translateY(-6px)}.deck-stack{position:relative;width:70px;height:98px;margin-bottom:6px}.deck-card-back,.deck-card-front,.deck-card-exhaust{position:absolute;width:66px;height:94px;border-radius:8px;border:2px solid #fff;top:0;left:50%;margin-left:-33px;box-shadow:0 2px 8px #0000004d}.deck-card-back{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-color:#ffffffe6}.deck-card-back:after{content:"🍩";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.deck-card-back:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:2px dashed rgba(255,255,255,.4);border-radius:5px}.deck-card-front{background:linear-gradient(170deg,#f5f5f5,#e0e0e0);border-color:#ffffffe6}.dcf-inner{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:5px;background:linear-gradient(135deg,#fff9,#f0f0f066);display:flex;align-items:center;justify-content:center}.dcf-top{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#90a4ae,#607d8b);opacity:.6}.deck-card-exhaust{background:linear-gradient(135deg,#424242,#616161);border-color:#fff9;opacity:.7}.deck-card-exhaust:after{content:"💨";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:22px;opacity:.8}.deck-count-badge{position:absolute;top:-4px;right:2px;background:linear-gradient(135deg,#5c6bc0,#3949ab);color:#fff;font-size:13px;font-weight:700;min-width:26px;height:26px;border-radius:13px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 8px #3949ab80;padding:0 6px;z-index:10;text-shadow:0 1px 2px rgba(0,0,0,.3)}.deck-count-badge.discard-badge{background:linear-gradient(135deg,#78909c,#546e7a);box-shadow:0 2px 8px #546e7a80}.deck-count-badge.exhaust-badge{background:linear-gradient(135deg,#5d4037,#3e2723);box-shadow:0 2px 8px #3e272380}.deck-label{font-size:11px;color:#ffffffd9;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.6);background:#00000059;padding:2px 10px;border-radius:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap}.deck-zone-draw{order:1;margin-left:8px}.hand-cards{order:2}.deck-zone-discard{order:3;margin-right:8px}.deck-zone-exhaust{order:4;width:60px;margin-left:-4px}.deck-zone-exhaust .deck-stack{width:48px;height:68px}.deck-zone-exhaust .deck-card-exhaust{width:44px;height:64px;margin-left:-22px}.deck-zone-exhaust .deck-label{font-size:9px;padding:1px 6px}.deck-zone-exhaust .deck-count-badge{font-size:10px;min-width:20px;height:20px;right:-2px}.card-deal-enter-active{animation:card-deal-in .35s cubic-bezier(.34,1.56,.64,1) both}.card-deal-leave-active{animation:card-deal-out .3s cubic-bezier(.55,.06,.68,.19) both}@keyframes card-deal-in{0%{opacity:0;transform:translate(-100px,40px) scale(.6) rotate(-20deg)!important}60%{opacity:1;transform:translate(10px,-10px) scale(1.05) rotate(5deg)!important}to{opacity:1}}@keyframes card-deal-out{0%{opacity:1}to{opacity:0;transform:translate(100px,30px) scale(.5) rotate(15deg)!important}}.pile-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:2000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pile-detail-panel{background:linear-gradient(180deg,#fff8e7,#ffe8d6);border-radius:20px;max-width:80vw;max-height:75vh;width:700px;overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 40px #ff9a564d;border:3px solid rgba(255,255,255,.8);display:flex;flex-direction:column}.pdp-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(135deg,#ff9a56,#ff6b9d);color:#fff}.pdp-title{font-size:18px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.3)}.pdp-title small{font-size:13px;font-weight:400;opacity:.85;margin-left:6px}.pdp-close{background:#ffffff40;border:2px solid rgba(255,255,255,.5);color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.pdp-close:hover{background:#fff6;transform:scale(1.1)}.pdp-cards{padding:16px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:4px;justify-content:center;align-content:flex-start}.pdp-cards .game-card.mini{width:100px;height:142px;margin:4px;transform:none!important;z-index:1!important;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.pdp-cards .game-card.mini:hover{transform:translateY(-8px) scale(1.05)!important;z-index:10!important}.pdp-cards .game-card.mini .card-cost{width:26px;height:26px;font-size:13px;line-height:26px;top:4px;left:4px}.pdp-cards .game-card.mini .card-name{font-size:11px}.pdp-cards .game-card.mini .card-art{font-size:24px;min-height:40px}.pdp-cards .game-card.mini .card-art span{font-size:28px}.pdp-cards .game-card.mini .card-desc{font-size:9px;padding:4px 5px;-webkit-line-clamp:3}.pdp-cards .game-card.mini .card-type-badge{font-size:8px;padding:1px 5px}.pdp-empty{width:100%;text-align:center;padding:40px 20px;color:#8d6e63;font-size:15px}.game-card{width:120px;height:170px;border-radius:12px;border:3px solid;cursor:pointer;transition:transform .15s cubic-bezier(.25,.46,.45,.94),box-shadow .15s ease,filter .15s ease;display:flex;flex-direction:column;position:relative;overflow:hidden;flex-shrink:0;margin:0 -6px;transform-origin:bottom center;will-change:transform;z-index:1}.hand-cards:hover .game-card:not(:hover):not(.selected){opacity:.85}.game-card.rarity-common{border-color:#90a4ae;background:linear-gradient(170deg,#f5f5f5,#e0e0e0 40%,#eee);box-shadow:0 4px #0000002e,0 8px 20px #00000040,inset 0 1px #fffc}.game-card.rarity-uncommon{border-color:#26a69a;background:linear-gradient(170deg,#e0f7fa,#b2ebf2 40%,#e0f2f1);box-shadow:0 4px #0000002e,0 8px 22px #26a69a40,0 0 12px #26a69a33,inset 0 1px #ffffffe6}.game-card.rarity-rare{border-color:#42a5f5;background:linear-gradient(170deg,#e3f2fd,#bbdefb 40%,#e8eaf6);box-shadow:0 4px #0000002e,0 8px 24px #42a5f559,0 0 16px #42a5f54d,inset 0 1px #fffffff2}.game-card.rarity-epic{border-color:#ab47bc;background:linear-gradient(170deg,#f3e5f5,#e1bee7 40%,#fce4ec);box-shadow:0 4px #0000002e,0 8px 26px #ab47bc66,0 0 20px #ab47bc66,inset 0 1px #ffffffe6;animation:epic-card-pulse 3s ease-in-out infinite}@keyframes epic-card-pulse{0%,to{box-shadow:0 4px #0000002e,0 8px 26px #ab47bc66,0 0 20px #ab47bc66,inset 0 1px #ffffffe6}50%{box-shadow:0 4px #0000002e,0 8px 30px #ab47bc8c,0 0 28px #e91e634d,inset 0 1px #ffffffe6}}.game-card.rarity-legendary{border-color:#ff8f00;background:linear-gradient(170deg,#fff8e1,#ffecb3 40%,#ffe0b2);box-shadow:0 4px #0000002e,0 8px 30px #ff8f0080,0 0 28px #ffc10780,inset 0 1px #fffffff2;animation:legendary-card-glow 2.5s ease-in-out infinite}.game-card.rarity-legendary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;background:linear-gradient(45deg,transparent 30%,rgba(255,215,0,.25) 50%,transparent 70%);background-size:200% 200%;animation:legendary-shimmer 3s linear infinite;pointer-events:none;z-index:1}@keyframes legendary-shimmer{0%{background-position:200% 200%}to{background-position:-200% -200%}}@keyframes legendary-card-glow{0%,to{box-shadow:0 4px #0000002e,0 8px 30px #ff8f0080,0 0 28px #ffc10780,inset 0 1px #fffffff2}50%{box-shadow:0 4px #0000002e,0 8px 36px #ff572299,0 0 40px #ffd70099,inset 0 1px #fffffff2}}.game-card:hover{transform:translateY(-24px) scale(1.12)!important;z-index:999!important;filter:brightness(1.05);opacity:1!important}.game-card.rarity-common:hover{box-shadow:0 6px #00000026,0 14px 30px #00000059,inset 0 1px #ffffffe6}.game-card.rarity-uncommon:hover{box-shadow:0 6px #00000026,0 14px 32px #26a69a66,0 0 20px #26a69a59,inset 0 1px #ffffffe6}.game-card.rarity-rare:hover{box-shadow:0 6px #00000026,0 14px 34px #42a5f580,0 0 24px #42a5f573,inset 0 1px #ffffffe6}.game-card.rarity-epic:hover{box-shadow:0 6px #00000026,0 14px 36px #ab47bc8c,0 0 28px #ab47bc8c,inset 0 1px #ffffffe6}.game-card.rarity-legendary:hover{box-shadow:0 6px #00000026,0 14px 40px #ff8f0099,0 0 36px #ffc107a6,inset 0 1px #fffffff2}.game-card.unplayable{filter:grayscale(.7) brightness(.65);cursor:not-allowed}.game-card.unplayable:hover{transform:translateY(-8px) scale(1.03)!important;filter:grayscale(.7) brightness(.7);z-index:999!important}.game-card.selected{transform:translateY(-36px) scale(1.18)!important;z-index:1000!important;filter:brightness(1.1) saturate(1.2);opacity:1!important}.game-card.rarity-common.selected{box-shadow:0 0 24px #ff6b9d99,0 8px #00000026,0 16px 36px #0006}.game-card.rarity-uncommon.selected{box-shadow:0 0 28px #26a69a99,0 8px #00000026,0 16px 36px #0006}.game-card.rarity-rare.selected{box-shadow:0 0 30px #42a5f5b3,0 8px #00000026,0 16px 38px #0006}.game-card.rarity-epic.selected{box-shadow:0 0 34px #ab47bcb3,0 8px #00000026,0 16px 40px #0006}.game-card.rarity-legendary.selected{box-shadow:0 0 40px #ffc107cc,0 8px #00000026,0 16px 44px #0006}.game-card.exhausting{opacity:.45;border-style:dashed;filter:grayscale(1)}.game-card.card-upgraded{border-width:4px!important}.game-card.card-upgraded:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:9px;border:1px dashed rgba(255,215,0,.5);pointer-events:none;z-index:2}.card-cost{position:absolute;top:-8px;left:-8px;width:38px;height:38px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#81d4fa,#1976d2 55%,#0d47a1);border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;font-size:19px;font-weight:900;text-shadow:0 2px 4px rgba(0,0,0,.6),0 0 6px rgba(255,255,255,.3);box-shadow:0 3px 8px #0006,inset 0 2px 4px #ffffff80,0 0 8px #1976d266;z-index:5}.game-card.rarity-uncommon .card-cost{background:radial-gradient(circle at 35% 30%,#80cbc4,#00897b 55%,#004d40);box-shadow:0 3px 8px #0006,inset 0 2px 4px #ffffff80,0 0 8px #00897b66}.game-card.rarity-rare .card-cost{background:radial-gradient(circle at 35% 30%,#90caf9,#1565c0 55%,#0d47a1);box-shadow:0 3px 8px #0006,inset 0 2px 4px #ffffff80,0 0 12px #1565c099}.game-card.rarity-epic .card-cost{background:radial-gradient(circle at 35% 30%,#ce93d8,#8e24aa 55%,#4a148c);box-shadow:0 3px 8px #0006,inset 0 2px 4px #ffffff80,0 0 14px #8e24aa99}.game-card.rarity-legendary .card-cost{background:radial-gradient(circle at 35% 30%,#ffe082,#ff8f00 55%,#e65100);box-shadow:0 3px 8px #0006,inset 0 2px 4px #fff9,0 0 16px #ff8f00b3;text-shadow:0 2px 4px rgba(0,0,0,.6),0 0 10px rgba(255,255,255,.5)}.card-header{padding:8px 8px 4px;text-align:center;position:relative;z-index:2}.card-name{font-size:13px;font-weight:900;color:#1a1a2e;line-height:1.2;text-shadow:0 1px 0 rgba(255,255,255,.9);letter-spacing:.3px}.card-type-badge{font-size:9px;padding:2px 8px;border-radius:10px;color:#fff;font-weight:700;display:inline-block;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.4);box-shadow:0 2px 4px #0003,inset 0 1px #fff3;letter-spacing:.5px}.card-art{flex:1;display:flex;align-items:center;justify-content:center;font-size:40px;position:relative;overflow:hidden;margin:2px 6px;border-radius:8px;z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.game-card.rarity-common .card-art{background:linear-gradient(135deg,#fffffff2,#e6e6e6b3);border:1px solid rgba(0,0,0,.06)}.game-card.rarity-uncommon .card-art{background:linear-gradient(135deg,#fffffff2,#b2ebf299);border:1px solid rgba(0,137,123,.15)}.game-card.rarity-rare .card-art{background:linear-gradient(135deg,#fffffff2,#bbdefb99);border:1px solid rgba(21,101,192,.15)}.game-card.rarity-epic .card-art{background:linear-gradient(135deg,#fffffff2,#e1bee799);border:1px solid rgba(142,36,170,.2)}.game-card.rarity-legendary .card-art{background:linear-gradient(135deg,#fffffff2,#ffecb3b3);border:1px solid rgba(255,143,0,.25)}.card-art span{filter:drop-shadow(0 2px 3px rgba(0,0,0,.15))}.card-art-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15}.card-desc{padding:6px 8px;font-size:10px;color:#2c3e50;text-align:center;line-height:1.35;min-height:36px;display:flex;align-items:center;justify-content:center;font-weight:600;position:relative;z-index:2;border-radius:0 0 8px 8px}.game-card.rarity-common .card-desc{background:linear-gradient(0deg,rgba(0,0,0,.05),transparent);border-top:1px solid rgba(0,0,0,.06)}.game-card.rarity-uncommon .card-desc{background:linear-gradient(0deg,rgba(0,137,123,.08),transparent);border-top:1px solid rgba(0,137,123,.1);color:#004d40}.game-card.rarity-rare .card-desc{background:linear-gradient(0deg,rgba(21,101,192,.08),transparent);border-top:1px solid rgba(21,101,192,.1);color:#0d47a1}.game-card.rarity-epic .card-desc{background:linear-gradient(0deg,rgba(142,36,170,.1),transparent);border-top:1px solid rgba(142,36,170,.12);color:#4a148c}.game-card.rarity-legendary .card-desc{background:linear-gradient(0deg,rgba(255,143,0,.12),transparent);border-top:1px solid rgba(255,143,0,.15);color:#bf360c}.card-element-bar{position:absolute;top:0;left:0;right:0;height:5px;border-radius:10px 10px 0 0;z-index:2}.card-elem-wood{background:linear-gradient(90deg,#27ae60,#2ecc71,#27ae60)}.card-elem-fire{background:linear-gradient(90deg,#c0392b,#e74c3c,#f39c12)}.card-elem-earth{background:linear-gradient(90deg,#d35400,#e67e22,#f1c40f)}.card-elem-metal{background:linear-gradient(90deg,#607d8b,#90a4ae,#cfd8dc)}.card-elem-water{background:linear-gradient(90deg,#1565c0,#1e88e5,#42a5f5)}.card-rarity-tag{display:none!important}.card-cost{z-index:5}.card-exhaust-tag{position:absolute;bottom:2px;right:2px;background:#000000b3;color:#ff6b6b;font-size:8px;padding:1px 4px;border-radius:4px;font-weight:700}.battle-log{position:absolute;left:10px;top:60px;width:220px;max-height:160px;overflow-y:auto;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;padding:8px;z-index:5;pointer-events:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.battle-log::-webkit-scrollbar{width:4px}.battle-log::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.battle-log-entry{color:#fffc;font-size:10px;line-height:1.5;padding:2px 0;border-bottom:1px solid rgba(255,255,255,.1)}.battle-log-entry:last-child{border-bottom:none}.battle-log-entry.damage{color:#ff6b6b}.battle-log-entry.heal{color:#2ed573}.battle-log-entry.block{color:#4ecdc4}.battle-log-entry.combo{color:gold}.battle-log-entry.info{color:#87ceeb}.battle-log-entry.skill{color:plum}.wave-transition{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:30;color:#fff}.wave-transition-title{font-size:36px;font-weight:900;background:linear-gradient(135deg,var(--donut-pink),#FFD700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.wave-transition-sub{font-size:16px;color:#ffffffb3;margin-bottom:20px}.wave-heal-text{font-size:14px;color:#2ed573;margin-bottom:20px}.wave-timer{font-size:48px;font-weight:900;color:var(--donut-pink)}.battle-result{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:40;padding:20px}.result-title{font-size:48px;font-weight:900;margin-bottom:12px}.result-title.victory{background:linear-gradient(135deg,gold,#ff9f43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-title.defeat{color:#ff4757}.result-subtitle{font-size:16px;color:#ffffffb3;margin-bottom:24px}.result-rewards{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap;justify-content:center}.reward-item{background:#ffffff1a;border-radius:12px;padding:12px 16px;text-align:center;border:2px solid rgba(255,255,255,.2)}.reward-icon{font-size:32px;margin-bottom:4px}.reward-name{color:#fff;font-size:12px;font-weight:700}.reward-count{color:var(--accent);font-size:14px;font-weight:700}.card-reward{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:35;padding:20px}.card-reward-title{color:gold;font-size:24px;font-weight:700;margin-bottom:8px}.card-reward-sub{color:#ffffffb3;font-size:14px;margin-bottom:24px}.card-reward-choices{display:flex;gap:24px;margin-bottom:20px}.skip-reward-btn{background:transparent;border:2px solid rgba(255,255,255,.4);color:#fff9;padding:8px 20px;border-radius:16px;cursor:pointer;font-family:inherit;font-size:13px;transition:all .2s}.skip-reward-btn:hover{border-color:#fff;color:#fff}.enemy-turn-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;font-weight:900;color:#ff4757;text-shadow:0 0 20px rgba(255,71,87,.8),2px 2px 0 #fff;z-index:25;animation:bannerPulse 1s ease-in-out;pointer-events:none}@keyframes bannerPulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.player-turn-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;font-weight:900;color:var(--donut-pink);text-shadow:0 0 20px rgba(255,107,157,.8),2px 2px 0 #fff;z-index:25;animation:bannerPulse 1s ease-in-out;pointer-events:none}@media(max-width:600px){.game-card{width:90px;height:130px;margin:0 -8px}.card-cost{width:24px;height:24px;font-size:12px;top:-6px;left:-6px}.card-name{font-size:10px}.card-art{font-size:28px}.card-desc{font-size:8px;min-height:24px}.enemy-img-wrap{width:70px;height:70px}.enemy-card.boss .enemy-img-wrap{width:100px;height:100px}.enemy-hp-bar-wrap{width:70px}.enemy-card.boss .enemy-hp-bar-wrap{width:100px}.battle-log{width:140px;max-height:100px}.player-hp-bar-wrap{width:120px}.energy-orb{width:22px;height:22px;font-size:11px}.mechanic-value{font-size:18px}}.deck-stats{padding:12px 16px;font-size:14px;color:#666;font-weight:700;background:#ff6b9d1a;border-bottom:2px solid rgba(255,107,157,.2)}.deck-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px;padding:16px;overflow-y:auto;align-content:start}.collection-body{flex:1;overflow-y:auto}.empty-hint{text-align:center;color:#999;padding:40px;font-size:14px}.player-status-bar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(0deg,#fffffffa,#ffffffe6);border-top:2px solid rgba(255,107,157,.3)}.ps-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 3px 8px #0003;flex-shrink:0}.ps-avatar-img{width:100%;height:100%;object-fit:cover}.ps-avatar-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;border:3px solid #fff;box-shadow:0 3px 8px #0003}.ps-info{flex:1}.ps-name{font-size:14px;font-weight:700;color:#333;margin-bottom:4px}.ps-hp-bar{height:16px;background:#00000026;border-radius:8px;overflow:hidden;position:relative}.ps-hp-fill{height:100%;background:linear-gradient(90deg,#ff6b9d,#e84393);border-radius:6px;transition:width .4s}.ps-hp-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.ps-deck-count{background:#ff6b9d26;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:700;color:var(--primary-dark);border:2px solid rgba(255,107,157,.3)}.souvenir-card .ci-img-wrap{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.souvenir-img-wrap{padding:8px!important}.souvenir-img-wrap .ci-img{object-fit:contain!important}.souvenir-card.rarity-legendary{box-shadow:0 0 20px #ff6f434d}.souvenir-card.rarity-rare{box-shadow:0 0 15px #ffd54f33}.home-entry-card{margin:16px;padding:16px;border-radius:16px;background:linear-gradient(135deg,#ffe0ec,#fff0e0);border:2px dashed #FF6B9D;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .2s}.home-entry-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d4d}.he-icon{font-size:40px}.he-text{flex:1}.he-title{font-size:16px;font-weight:700;color:#333}.he-desc{font-size:12px;color:#888;margin-top:3px}.he-arrow{font-size:24px;color:#ff6b9d;font-weight:700}.home-screen{background:linear-gradient(180deg,#fff8e7,#ffe8d6,#ffdab9);padding:0;overflow:hidden;position:relative}.home-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.4),transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(255,183,77,.15),transparent 40%);pointer-events:none;z-index:0}.home-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(180deg,#ffffffd9,#fff8e7bf);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:10;box-shadow:0 2px 12px #ff70431a;border-bottom:2px solid rgba(255,200,150,.3)}.home-header h2{margin:0;font-size:20px;color:#bf360c;text-shadow:0 1px 2px rgba(255,255,255,.8);font-weight:700}.home-room{position:relative;width:100%;height:calc(100vh - 180px);min-height:450px;overflow:hidden}.home-wall{position:absolute;top:0;left:0;width:100%;height:65%;background:linear-gradient(180deg,#fffbf0,#fff3e0,#ffe8d6 80%,#ffe0c0)}.home-wall:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 120px,rgba(255,200,150,.08) 120px,rgba(255,200,150,.08) 122px);pointer-events:none}.home-floor{position:absolute;bottom:0;left:0;width:100%;height:38%;background:linear-gradient(180deg,#e0b882,#c49464,#a07850)}.home-floor:before{content:"";position:absolute;top:0;left:0;width:100%;height:16px;background:linear-gradient(180deg,#b8844a,#8b6340);box-shadow:0 2px 6px #00000026}.home-floor:after{content:"";position:absolute;top:16px;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 80px,rgba(139,90,43,.1) 80px,rgba(139,90,43,.1) 82px)}.home-window{position:absolute;top:30px;right:30px;width:140px;height:120px;background:#87ceeb;border-radius:8px;border:8px solid #FFF;box-shadow:0 4px 12px #00000026;overflow:hidden}.hw-sky{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#87ceeb,#b0e0e6)}.hw-sun{position:absolute;top:10px;right:15px;font-size:32px;animation:sun-glow 3s ease-in-out infinite}@keyframes sun-glow{0%,to{transform:scale(1);filter:drop-shadow(0 0 8px #FFD700)}50%{transform:scale(1.1);filter:drop-shadow(0 0 16px #FFD700)}}.hw-cloud{position:absolute;font-size:20px;animation:cloud-drift 8s linear infinite}.hw-cloud.c1{top:20px;left:10px}.hw-cloud.c2{top:45px;left:50px;animation-duration:12s;animation-delay:-4s}@keyframes cloud-drift{0%{transform:translate(0)}to{transform:translate(30px)}}.home-shelf{position:absolute;left:5%;width:90%;height:120px;background:linear-gradient(180deg,#d4a574,#c49464);border-radius:6px;box-shadow:0 4px 12px #0003,inset 0 2px 4px #fff3}.home-shelf:before{content:"";position:absolute;bottom:-8px;left:-4px;right:-4px;height:10px;background:#a07850;border-radius:0 0 4px 4px}.home-shelf:after{content:"";position:absolute;top:-4px;left:10%;right:10%;height:4px;background:#ffffff26;border-radius:2px}.top-shelf{top:22%}.mid-shelf{top:48%}.shelf-item{position:absolute;bottom:8px;display:flex;flex-direction:column;align-items:center;width:70px}.si-img{width:56px;height:56px;object-fit:contain;border-radius:10px;background:#ffffff80;padding:4px;transition:transform .3s;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.si-img:hover{transform:scale(1.15) translateY(-4px)}.si-img.rarity-legendary{box-shadow:0 0 12px #ff6f4380;animation:legendary-glow 2s ease-in-out infinite}.si-img.rarity-rare{box-shadow:0 0 8px #ffd54f66}@keyframes legendary-glow{0%,to{box-shadow:0 0 12px #ff6f4380}50%{box-shadow:0 0 20px #ff6f43cc}}.si-label{font-size:9px;color:#5d4037;text-align:center;margin-top:3px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-shadow:0 1px 0 rgba(255,255,255,.5)}.shelf-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#8d6e63;font-size:13px;text-align:center;white-space:nowrap}.home-desk{position:absolute;bottom:0;left:0;width:100%;height:35%;background:linear-gradient(180deg,#e8c39e,#d4a574);border-top:6px solid #B8935A}.desk-item{position:absolute;top:10px;display:flex;flex-direction:column;align-items:center;width:70px}.di-img{width:60px;height:60px;object-fit:contain;border-radius:10px;background:#fff6;padding:4px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.25));transition:transform .3s}.di-img:hover{transform:scale(1.15) translateY(-6px)}.di-img.rarity-legendary{animation:legendary-glow 2s ease-in-out infinite}.di-label{font-size:9px;color:#4e342e;text-align:center;margin-top:3px;font-weight:700;white-space:nowrap}.desk-hero{position:absolute;right:20px;bottom:20px;display:flex;align-items:flex-end;gap:8px}.dh-avatar{width:64px;height:64px;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 12px #0003;object-fit:cover}.dh-bubble{background:#fff;padding:8px 14px;border-radius:16px;font-size:12px;color:#333;box-shadow:0 2px 8px #0000001a;position:relative;white-space:nowrap;margin-bottom:20px;animation:bubble-float 2s ease-in-out infinite}.dh-bubble:after{content:"";position:absolute;bottom:-6px;right:16px;width:12px;height:12px;background:#fff;transform:rotate(45deg)}@keyframes bubble-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.home-postcard-wall{position:absolute;top:5%;left:20px;width:160px}.hpw-title{font-size:12px;font-weight:700;color:#5d4037;margin-bottom:8px;text-align:center}.hpw-grid{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.hpw-item{width:44px;height:44px;border-radius:6px;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 6px #0003;transform:rotate(var(--r,-2deg));transition:transform .2s}.hpw-item:nth-child(2n){--r:3deg}.hpw-item:nth-child(3n){--r:-1deg}.hpw-item:hover{transform:scale(1.2) rotate(0);z-index:10}.hpw-img{width:100%;height:100%;object-fit:cover}.hpw-name{display:none}.hpw-empty{font-size:10px;color:#8d6e63;text-align:center;padding:10px 0}.home-stats{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:space-around;padding:10px 16px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:2px solid rgba(255,107,157,.2);z-index:20}.hs-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#5d4037;font-weight:700}.hs-icon{font-size:16px}.spot-node.locked{opacity:.5;cursor:not-allowed;filter:grayscale(.6)}.spot-node.available{animation:available-pulse 2s ease-in-out infinite}@keyframes available-pulse{0%,to{box-shadow:0 4px 12px #00000026}50%{box-shadow:0 4px 20px #ff6b9d80}}.spot-lock{color:#999;font-size:12px;margin-top:4px}.spot-go{background:linear-gradient(135deg,var(--donut-pink),var(--primary-dark));color:#fff;padding:2px 10px;border-radius:8px;font-size:11px;font-weight:700;margin-top:4px}.player-mp-bar-wrap{position:relative;width:100%;height:14px;background:#00000080;border-radius:7px;overflow:hidden;border:1px solid rgba(100,180,255,.5)}.player-mp-bar{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:7px;transition:width .3s}.player-mp-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.8)}.mp-ult-btn{padding:6px 10px;border-radius:12px;border:2px solid #ffd700;background:linear-gradient(135deg,#ff9a56,gold);color:#fff;font-weight:700;cursor:pointer;font-size:12px;box-shadow:0 0 12px #ffd70099;animation:ult-pulse 1s ease-in-out infinite;text-shadow:0 1px 2px rgba(0,0,0,.5);line-height:1.2}.mp-ult-btn:hover{transform:scale(1.08);box-shadow:0 0 20px #ffd700e6}.mp-ult-btn small{font-size:9px;opacity:.9;font-weight:400}@keyframes ult-pulse{0%,to{box-shadow:0 0 12px #ffd70099}50%{box-shadow:0 0 20px gold}}.pet-team-display{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pet-team-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fff8e1,#ffe0b2);display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 3px 10px #ff704359,0 1px 3px #0003;animation:pet-bounce 2.5s ease-in-out infinite;overflow:hidden;position:relative}.pet-team-icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:inset 0 2px 4px #ffffff80;pointer-events:none}.pet-team-img{width:100%;height:100%;object-fit:cover}@keyframes pet-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.dessert-slot-bar{display:flex;gap:6px;z-index:5;align-items:center}.dessert-empty-hint{font-size:10px;color:#ffffff80;padding:0 6px}.dessert-slot-item{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#fff0e6,#ffe0cc);border:2px solid #ffb088;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #0000004d;animation:dessert-glow 2s ease-in-out infinite}.dessert-slot-item:hover{transform:scale(1.15);box-shadow:0 4px 12px #ff963280}@keyframes dessert-glow{0%,to{box-shadow:0 2px 6px #0000004d}50%{box-shadow:0 2px 12px #ffb46499}}.capture-net-btn{padding:6px 10px;border-radius:12px;border:2px solid #fff;background:linear-gradient(135deg,#a8edea,#fed6e3);color:#5d4037;font-weight:700;cursor:pointer;font-size:11px;box-shadow:0 3px 8px #0000004d;z-index:5;transition:all .2s;line-height:1.2}.capture-net-btn:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px #a8edea99}.capture-net-btn.disabled{opacity:.5;cursor:not-allowed}.capture-net-btn small{font-size:9px;display:block;opacity:.8;font-weight:400}.bake-badge{display:inline-block;background:linear-gradient(135deg,#ffd54f,#ff8f00);color:#fff;font-size:10px;padding:1px 6px;border-radius:8px;font-weight:700;margin-left:4px;vertical-align:middle;box-shadow:0 1px 4px #ff8f0080}.fp-hint{font-size:11px;color:#e65100;background:#ffffff80;padding:6px 10px;border-radius:8px;margin-bottom:10px;text-align:center}.bake-levelup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center}.bake-levelup-box{background:linear-gradient(135deg,#fff8e1,#ffe0b2);border-radius:20px;padding:32px 40px;text-align:center;box-shadow:0 0 40px #ffd70080;animation:blu-pop .5s ease-out;border:3px solid #FFD700}@keyframes blu-pop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.blu-sparkle{font-size:48px;animation:blu-sparkle 1s ease-in-out infinite}@keyframes blu-sparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.3) rotate(20deg)}}.blu-title{font-size:20px;font-weight:700;color:#e65100;margin:8px 0}.blu-level{font-size:28px;font-weight:900;background:linear-gradient(135deg,#ff6b6b,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:8px 0}.blu-rewards{margin:16px 0}.blu-reward{font-size:14px;color:#2e7d32;font-weight:700;padding:4px 0}.treasure-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;z-index:200;display:flex;align-items:center;justify-content:center}.treasure-box{background:linear-gradient(135deg,#3e2723,#5d4037);border-radius:20px;padding:32px;text-align:center;box-shadow:0 0 60px #ffd70066;border:3px solid #FFD700;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.chest-closed{cursor:pointer;padding:40px 20px;transition:transform .2s}.chest-closed:hover{transform:scale(1.05)}.chest-icon{font-size:80px;filter:drop-shadow(0 4px 20px rgba(255,215,0,.6));animation:chest-bounce 1s ease-in-out infinite}.chest-icon.shaking{animation:chest-shake .4s ease-in-out}@keyframes chest-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes chest-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.chest-hint{color:gold;font-size:18px;font-weight:700;margin-top:16px;animation:chest-glow 1.5s ease-in-out infinite}@keyframes chest-glow{0%,to{opacity:.7;text-shadow:0 0 10px rgba(255,215,0,.3)}50%{opacity:1;text-shadow:0 0 20px rgba(255,215,0,.8)}}.chest-open .chest-title{font-size:24px;font-weight:700;color:gold;margin-bottom:16px}.chest-rewards-row{display:flex;justify-content:center;gap:16px;margin-bottom:16px}.chest-reward-item{background:#ffd70026;border:1px solid #FFD700;border-radius:12px;padding:8px 16px;color:gold;font-size:13px;font-weight:700}.chest-card-prompt{color:#fff;font-size:14px;margin:12px 0}.chest-cards{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:16px 0}.chest-picked{color:#4caf50;font-size:16px;font-weight:700;margin-top:12px}.bake-gain{font-size:16px;color:gold;font-weight:700;margin:12px 0;text-shadow:0 0 10px rgba(255,215,0,.5)}.active-effects-display{display:flex;gap:4px;flex-wrap:wrap;align-items:center}.active-effect-tag{font-size:9px;padding:2px 6px;border-radius:8px;font-weight:700;white-space:nowrap;cursor:help}.active-effect-tag.relic{background:linear-gradient(135deg,gold,orange);color:#5d4037}.active-effect-tag.talent{background:linear-gradient(135deg,#b388ff,#7c4dff);color:#fff}.pet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:12px}.pet-card{background:linear-gradient(135deg,#fff5eb,#ffe8d6);border-radius:16px;padding:12px;text-align:center;cursor:pointer;border:3px solid transparent;transition:all .2s;position:relative;overflow:hidden}.pet-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0003}.pet-card.inTeam{border-color:#ff9a56;background:linear-gradient(135deg,#fff0e6,#ffe0cc);box-shadow:0 0 12px #ff9a5666}.pet-icon-lg-wrap{width:72px;height:72px;margin:0 auto 6px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 3px 10px #0003;background:linear-gradient(135deg,#fff,#f5f5f5)}.pet-icon-img{width:100%;height:100%;object-fit:cover;animation:pet-bounce 2s ease-in-out infinite}.pet-name{font-size:14px;font-weight:700;color:#5d4037}.pet-level{font-size:11px;color:#ff7043;font-weight:700}.pet-affection{font-size:11px;color:#e91e63}.pet-skill{font-size:10px;color:#795548;margin-top:4px;background:#fff9;border-radius:6px;padding:3px;line-height:1.3;max-height:32px;overflow:hidden}.pet-toggle-hint{font-size:9px;color:#9e9e9e;margin-top:4px}.equip-header{padding:12px 16px 0}.equip-header h3{color:#fff;margin:0;font-size:18px}.equip-hint{color:#ffffffb3;font-size:12px;margin:6px 0}.equipped-slots{display:flex;gap:12px;padding:12px 16px;justify-content:center}.equip-slot{width:100px;height:130px;border-radius:12px;border:2px dashed rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;background:#ffffff1a}.equip-slot-empty{color:#ffffff80;font-size:12px}.equipped-card{width:100%;height:100%;border-radius:10px;background:linear-gradient(135deg,#fff,#fff5eb);position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:6px;box-shadow:0 2px 8px #0000004d}.equipped-img{width:80px;height:80px;object-fit:cover;border-radius:8px}.equipped-name{font-size:10px;color:#5d4037;text-align:center;margin-top:4px;font-weight:700;line-height:1.2}.equip-remove{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:#ff5252;color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;font-weight:700}.active-relics-panel{margin:8px 16px;padding:10px;background:#ffd70026;border-radius:10px;border:1px solid rgba(255,215,0,.3)}.active-relics-panel h4{color:gold;margin:0 0 6px;font-size:13px}.set-effect{font-size:12px;color:#fff;padding:3px 0}.pc-relic{font-size:9px;color:#ff9800;margin-top:3px;background:#ff98001a;padding:2px 4px;border-radius:4px}.equipped-badge{position:absolute;top:4px;right:4px;background:#4caf50;color:#fff;font-size:9px;padding:2px 6px;border-radius:6px;font-weight:700}.postcard-card.equipped{border-color:gold;box-shadow:0 0 12px #ffd70080}.dessert-equip-section{padding:12px 16px}.dessert-equip-section h4{color:#fff;margin:8px 0 4px;font-size:14px}.dessert-select-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.dessert-select-item{background:#ffffff1a;border-radius:10px;padding:6px;text-align:center;cursor:pointer;border:2px solid transparent;transition:all .2s}.dessert-select-item.selected{border-color:#ffb088;background:#ffb08833;box-shadow:0 0 8px #ffb08866}.dessert-select-img{width:50px;height:50px;object-fit:cover;border-radius:8px}.dessert-select-name{font-size:10px;color:#fff;display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge-talent-hint{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,gold,#ffb300);color:#5d4037;font-size:10px;padding:3px 8px;border-radius:8px;font-weight:700;white-space:nowrap;box-shadow:0 2px 6px #0000004d}.home-pet-corner{position:absolute;bottom:32%;right:16px;width:210px;background:linear-gradient(160deg,#fff8e7eb,#ffe0b2e0);border-radius:20px;border:3px solid rgba(255,255,255,.8);padding:12px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #ff704333,0 2px 8px #0000001a,inset 0 1px #ffffffe6}.hpc-title{font-size:13px;color:#bf360c;font-weight:700;text-shadow:0 1px 2px rgba(255,255,255,.8);margin-bottom:10px;text-align:center;letter-spacing:1px}.hpc-area{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.hpc-pet{display:flex;flex-direction:column;align-items:center;animation:pet-bounce 2.5s ease-in-out infinite;transition:transform .2s}.hpc-pet:hover{transform:scale(1.15)}.hpc-pet-img{width:42px;height:42px;border-radius:50%;border:3px solid #fff;box-shadow:0 3px 10px #ff70434d,0 1px 3px #00000026;object-fit:cover;background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.hpc-pet-name{font-size:9px;color:#5d4037;text-shadow:0 1px 2px rgba(255,255,255,.7);margin-top:4px;white-space:nowrap;font-weight:700}.hpc-empty{font-size:11px;color:#8d6e63;text-align:center;margin-top:10px;font-style:italic}.home-decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.decor-donut{position:absolute;font-size:28px;animation:decor-float 3s ease-in-out infinite}.decor-donut.d1{top:8%;right:8%;animation-delay:0s}.decor-donut.d2{top:12%;right:20%;font-size:20px;animation-delay:.5s}.decor-donut.d3{top:5%;right:30%;font-size:22px;animation-delay:1s}.decor-donut.d4{top:15%;right:3%;font-size:18px;animation-delay:1.5s}@keyframes decor-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(10deg)}}.decor-plant{position:absolute;bottom:35%;left:15px;font-size:36px}.decor-lamp{position:absolute;top:2%;left:50%;transform:translate(-50%);font-size:22px;animation:lamp-glow 2s ease-in-out infinite}@keyframes lamp-glow{0%,to{filter:drop-shadow(0 0 4px rgba(255,235,100,.6))}50%{filter:drop-shadow(0 0 12px rgba(255,235,100,1))}}.decor-carpet{position:absolute;bottom:2%;left:50%;transform:translate(-50%);width:60%;height:20px;background:radial-gradient(ellipse,rgba(255,100,100,.3),transparent 70%);border-radius:50%}.home-actions{display:flex;gap:12px;justify-content:center;padding:12px}.home-btn{padding:10px 20px;border-radius:20px;border:2px solid #fff;background:#fff3;color:#fff;font-weight:700;cursor:pointer;font-size:14px;transition:all .2s}.home-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.home-btn.primary{background:linear-gradient(135deg,#ff9a56,#ff7043);border-color:#ff7043}.home-btn.primary:hover{box-shadow:0 4px 12px #ff704380}.crystal-badge{display:inline-block;background:linear-gradient(135deg,#ab47bc,#e040fb);color:#fff;font-size:12px;padding:4px 12px;border-radius:14px;font-weight:700;margin-left:12px;box-shadow:0 2px 8px #ab47bc66}.upgrade-hint{font-size:11px;color:#666;margin-left:12px}.card-level-badge{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#ff6f00,#ffd600);color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:8px;z-index:5;box-shadow:0 1px 4px #0000004d}.card-upgraded{box-shadow:0 0 12px #ffc10780!important}.card-upgrade-stat{color:#ff6f00;font-weight:700;font-size:11px}.card-max-badge{position:absolute;bottom:4px;right:4px;background:linear-gradient(135deg,#ff6f00,#ffd600);color:#fff;font-size:10px;font-weight:900;padding:2px 8px;border-radius:10px;z-index:5;animation:max-glow 1.5s ease-in-out infinite}@keyframes max-glow{0%,to{box-shadow:0 0 6px #ffd70066}50%{box-shadow:0 0 14px #ffd700e6}}.card-upgrade-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:300;display:flex;align-items:center;justify-content:center}.card-upgrade-box{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:20px;padding:28px 32px;box-shadow:0 0 40px #ff6f0080;border:3px solid #FF6F00;max-width:520px;width:90%;max-height:85vh;overflow-y:auto}.cu-title{font-size:22px;font-weight:900;text-align:center;background:linear-gradient(135deg,#e65100,#ff6f00,#ffd600);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.cu-content{display:flex;gap:20px;align-items:flex-start;margin-bottom:20px}.cu-card-preview{width:140px;flex-shrink:0;transform:scale(1);margin:0}.cu-info{flex:1}.cu-level-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:16px;font-weight:700}.cu-level-label{color:#666;font-size:13px}.cu-level-val{color:#e65100;font-size:20px}.cu-level-val.cu-next{color:#2e7d32}.cu-arrow{font-size:20px;color:#ff6f00}.cu-effect-row{font-size:14px;color:#333;margin-bottom:8px}.cu-boost{color:#ff6f00;font-weight:700;font-size:16px}.cu-cost-row{font-size:14px;color:#333;margin-bottom:8px}.cu-cost{color:#7b1fa2;font-weight:700;font-size:16px}.cu-crystal-have{font-size:13px;color:#555;background:#ab47bc1a;padding:4px 10px;border-radius:10px;display:inline-block}.cu-max-hint{font-size:18px;font-weight:700;color:#ff6f00;text-align:center;padding:20px}.cu-buttons{display:flex;gap:12px;justify-content:center}.ps-xp-bar{position:relative;height:10px;background:#00000026;border-radius:5px;margin-top:4px;overflow:hidden}.ps-xp-fill{height:100%;background:linear-gradient(90deg,#ffd54f,#ff6f00);border-radius:5px;transition:width .4s}.ps-xp-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:9px;color:#fff;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.6)}.ps-crystal{font-size:11px;color:#fff;background:linear-gradient(135deg,#ab47bc,#e040fb);padding:2px 8px;border-radius:10px;margin-top:4px;text-align:center;font-weight:700;box-shadow:0 2px 6px #ab47bc66}
