@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}.icon-hover{transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:inline-block}.icon-hover:hover{transform:rotate(-12deg) scale(1.1)}.icon-hover-sm{transition:transform .25s cubic-bezier(.34,1.56,.64,1);display:inline-block}.icon-hover-sm:hover{transform:rotate(-8deg) scale(1.05)}.icon-zoom{transition:transform .2s ease;display:inline-block}.icon-zoom:hover{transform:scale(1.2)}.page-fade-enter-active{animation:pageEnter .4s ease-out}.page-fade-leave-active{animation:pageLeave .2s ease-in}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pageLeave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.98)}}.page-fade-enter-active .header{animation:fadeInDown .4s ease-out both}.page-fade-enter-active .weather-banner{animation:fadeInDown .4s ease-out .1s both}.page-fade-enter-active .farm-grid{animation:fadeInUp .5s ease-out .15s both}.page-fade-enter-active .plot{animation:plotEnter .4s ease-out both}.page-fade-enter-active .plot:nth-child(1){animation-delay:.18s}.page-fade-enter-active .plot:nth-child(2){animation-delay:.2s}.page-fade-enter-active .plot:nth-child(3){animation-delay:.22s}.page-fade-enter-active .plot:nth-child(4){animation-delay:.24s}.page-fade-enter-active .plot:nth-child(5){animation-delay:.26s}.page-fade-enter-active .plot:nth-child(6){animation-delay:.28s}.page-fade-enter-active .plot:nth-child(7){animation-delay:.3s}.page-fade-enter-active .plot:nth-child(8){animation-delay:.32s}.page-fade-enter-active .plot:nth-child(9){animation-delay:.34s}.page-fade-enter-active .plot:nth-child(10){animation-delay:.36s}.page-fade-enter-active .plot:nth-child(11){animation-delay:.38s}.page-fade-enter-active .plot:nth-child(12){animation-delay:.4s}.page-fade-enter-active .pond-section-wrapper{animation:fadeInUp .5s ease-out .4s both}.page-fade-enter-active .farm-tip{animation:fadeInUp .4s ease-out .5s both}.page-fade-enter-active .leaderboard-page-header{animation:fadeInDown .4s ease-out both}.page-fade-enter-active .leaderboard-content{animation:fadeInUp .5s ease-out .1s both}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes plotEnter{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.page-fade-enter-active,.page-fade-leave-active,.page-fade-enter-active .header,.page-fade-enter-active .weather-banner,.page-fade-enter-active .farm-grid,.page-fade-enter-active .plot,.page-fade-enter-active .pond-section-wrapper,.page-fade-enter-active .farm-tip,.page-fade-enter-active .leaderboard-page-header,.page-fade-enter-active .leaderboard-content{animation:none!important}}.left-sidebar{position:fixed;left:0;top:0;bottom:0;width:56px;background:#f5f5f5;border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:16px 0;z-index:1000}.sidebar-top{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.sidebar-bottom{display:flex;flex-direction:column;align-items:center;gap:8px}.sidebar-nav-item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;font-size:20px;color:var(--muted);background:transparent;border:none}.sidebar-nav-item:hover{background:var(--surface-muted);color:var(--text)}.sidebar-nav-item.active{background:#d6d6d648;color:#fff;border:1px solid #d6d6d670}.sidebar-nav-item .badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--danger);color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.sidebar-menu-group{position:relative}.sidebar-submenu{position:absolute;left:52px;top:90px;transform:translateY(-50%);min-width:140px;background:#ffffffa6;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(255,255,255,.8);border-radius:12px;padding:6px;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) translate(-8px) scale(.95);transition:opacity .18s ease,transform .28s cubic-bezier(.34,1.56,.64,1),visibility .18s;z-index:1001}.sidebar-submenu.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) translate(0) scale(1)}.submenu-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;cursor:pointer;transition:background .15s ease,transform .2s cubic-bezier(.34,1.56,.64,1);white-space:nowrap;opacity:0;transform:translate(-12px) scale(.85)}.sidebar-submenu.visible .submenu-item{opacity:1;transform:translate(0) scale(1);transition:background .15s ease,transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.sidebar-submenu.visible .submenu-item:nth-child(1){transition-delay:.04s}.sidebar-submenu.visible .submenu-item:nth-child(2){transition-delay:.08s}.sidebar-submenu.visible .submenu-item:nth-child(3){transition-delay:.12s}.sidebar-submenu.visible .submenu-item:nth-child(4){transition-delay:.16s}.submenu-item:hover{background:#0000000d}.submenu-item:active{transform:scale(.96)}.submenu-item.active{background:#6366f11a}.submenu-item.active .submenu-label{color:#6366f1;font-weight:600}.submenu-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#6366f1;border-radius:0 2px 2px 0}.submenu-item{position:relative}.submenu-icon{font-size:18px;line-height:1;flex-shrink:0}.submenu-label{font-size:13px;color:var(--text);line-height:1}[data-theme=dark] .sidebar-submenu{background:#1c1c1ea6;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);border-color:#ffffff14;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}[data-theme=dark] .submenu-item:hover{background:#ffffff0f}[data-theme=dark] .submenu-item.active{background:#6366f126}[data-theme=dark] .submenu-item.active .submenu-label{color:#818cf8}[data-theme=dark] .submenu-item.active:before{background:#818cf8}.island-backdrop{display:none}@media(max-width:768px){.island-backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:998}}.mobile-entertainment-island{position:fixed;bottom:90px;left:50%;transform:translate(-50%);display:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:6px 8px;background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:22px;box-shadow:0 6px 28px #0000001a,0 2px 10px #0000000f,inset 0 .5px #ffffff80;z-index:999;border:.5px solid rgba(255,255,255,.35);transition:transform .2s cubic-bezier(.25,.46,.45,.94),box-shadow .2s ease;-webkit-user-select:none;user-select:none;width:calc(100vw - 24px)}.mobile-entertainment-island:active{transform:translate(-50%) translateY(3px);box-shadow:0 3px 16px #00000014,0 1px 6px #0000000a,inset 0 .5px #ffffff80}.island-indicator{position:absolute;border-radius:12px;background:#6366f11f;transition:left .35s cubic-bezier(.34,1.56,.64,1),width .35s cubic-bezier(.34,1.56,.64,1),top .35s cubic-bezier(.34,1.56,.64,1),height .35s cubic-bezier(.34,1.56,.64,1);pointer-events:none;z-index:0}.island-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px 4px;border-radius:16px;cursor:pointer;transition:background .25s cubic-bezier(.34,1.56,.64,1),transform .2s cubic-bezier(.34,1.56,.64,1);-webkit-tap-highlight-color:transparent;min-width:54px}.island-item:active{transform:scale(.9)}.island-item.active{position:relative;z-index:1}.island-icon{font-size:20px;line-height:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.island-item.active .island-icon{transform:scale(1.15)}.island-label{font-size:10px;color:#999;line-height:1;transition:color .25s ease;white-space:nowrap}.island-item.active .island-label{color:#6366f1;font-weight:600}.island-minimize-btn{position:absolute;top:-6px;right:-4px;width:25px;height:25px;background:#fffc;border:none;border-radius:50%;cursor:pointer;color:#666;padding:0;z-index:10;transition:background .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center}.island-minimize-btn:active{transform:scale(.85);background:#00000040}[data-theme=dark] .island-minimize-btn{background:#ffffff26;color:#aaa}[data-theme=dark] .island-minimize-btn:active{background:#ffffff40}.island-pop-enter-active{animation:island-spring-in .45s cubic-bezier(.34,1.56,.64,1) both}.island-pop-leave-active{animation:island-spring-out .25s cubic-bezier(.4,0,.2,1) both}@keyframes island-spring-in{0%{opacity:0;transform:translate(-50%) translateY(16px) scaleX(.4) scaleY(.6)}40%{opacity:1;transform:translate(-50%) translateY(-4px) scaleX(1.04) scaleY(1.02)}70%{transform:translate(-50%) translateY(1px) scaleX(.99) scaleY(.99)}to{opacity:1;transform:translate(-50%) translateY(0) scaleX(1) scaleY(1)}}@keyframes island-spring-out{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(10px) scaleX(.5) scaleY(.7)}}[data-theme=dark] .mobile-entertainment-island{background:#1c1c1ed1;box-shadow:0 6px 28px #0006,0 2px 10px #0000004d,inset 0 .5px #ffffff0f;border:.5px solid rgba(255,255,255,.2)}[data-theme=dark] .island-indicator{background:#818cf826}[data-theme=dark] .island-label{color:#ffffff80}[data-theme=dark] .island-item.active .island-label{color:#fff}[data-theme=dark] .island-item.active{background:#ffffff1f}.mobile-nav-entertainment{position:relative}.mobile-nav-entertainment.active{color:#6366f1}.mobile-nav-entertainment.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:24px;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,#6366f1,#a78bfa);animation:entertainment-bar-in .35s cubic-bezier(.34,1.56,.64,1) both}@keyframes entertainment-bar-in{0%{width:0;opacity:0}to{width:24px;opacity:1}}.mobile-nav-entertainment.active .mobile-nav-icon{animation:entertainment-bounce .4s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 0 6px rgba(99,102,241,.4))}@keyframes entertainment-bounce{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}.entertainment-dot{position:absolute;top:4px;right:14px;width:5px;height:5px;border-radius:50%;background:#6366f1;box-shadow:0 0 4px #6366f199;animation:entertainment-pulse 2s ease-in-out infinite}@keyframes entertainment-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.entertainment-arrow{position:absolute;top:4px;right:8px;width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:4.5px solid #6366f1;transition:transform .3s cubic-bezier(.34,1.56,.64,1);transform:rotate(0)}.entertainment-arrow.up{transform:rotate(180deg)}.mobile-nav-entertainment.expanded .mobile-nav-text{font-weight:600}[data-theme=dark] .mobile-nav-entertainment.active{color:#818cf8}[data-theme=dark] .mobile-nav-entertainment.active:before{background:linear-gradient(90deg,#818cf8,#c4b5fd)}[data-theme=dark] .mobile-nav-entertainment.active .mobile-nav-icon{filter:drop-shadow(0 0 6px rgba(129,140,248,.4))}[data-theme=dark] .entertainment-dot{background:#818cf8}[data-theme=dark] .entertainment-arrow{border-top-color:#818cf8}.app-wrapper{display:flex;min-height:calc(100vh - 36px)}.app-main{flex:1;margin-left:56px}.fishing-page{position:fixed;left:56px;top:0;right:0;bottom:0;background:#f2f0ed;z-index:100;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column}.fishing-canvas{flex:1;min-height:0;display:block;width:100%;touch-action:none}.fishing-top-bar{flex-shrink:0;height:35px;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:110;box-shadow:0 2px 8px #0000000f}.fishing-top-left,.fishing-top-center,.fishing-top-right{display:flex;align-items:center}.fishing-top-center{flex-direction:column;gap:2px}.fishing-status-btn{display:flex;align-items:center;gap:6px;padding:2px 8px;border:1px solid #e8e8e8;border-radius:8px;background:linear-gradient(135deg,#f5f5f5,#fff);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;animation:none}.fishing-status-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.fishing-status-btn:active{transform:scale(.98)}.fishing-status-btn.is-fishing{border-color:#52c41a;background:linear-gradient(135deg,#52c41a,#73d13d);box-shadow:0 2px 12px #52c41a66;animation:fishing-pulse 2s ease-in-out infinite}.fishing-status-btn.is-fishing:hover{box-shadow:0 4px 16px #52c41a99}@keyframes fishing-pulse{0%,to{box-shadow:0 2px 12px #52c41a66}50%{box-shadow:0 2px 20px #52c41ab3}}.fishing-status-icon{font-size:12px;line-height:1}.fishing-status-text{font-size:12px;color:#666;white-space:nowrap}.fishing-status-btn.is-fishing .fishing-status-text{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.fishing-title{font-size:14px;font-weight:700;color:#333;margin-right:8px}.fishing-status-text{font-size:12px;color:#666}.fishing-hint{font-size:11px;color:#999;margin-left:8px}.fishing-money{font-size:10px;font-weight:600;color:#e6a23c}.fishing-bottom-bar{flex-shrink:0;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.08);padding:5px 16px;z-index:110;box-shadow:0 -2px 8px #0000000f}.fishing-pond-status{position:absolute;right:8px;bottom:8px;z-index:105;text-align:right;padding:5px 8px;border-radius:6px;pointer-events:none}.fishing-pond-status-text{font-size:12px;font-weight:500;color:#333}.fishing-pond-status-hint{font-size:11px;color:#999;margin-top:1px}.fishing-pond-loading{position:absolute;top:0;left:0;right:0;bottom:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f2f0edd9;z-index:102;pointer-events:none}.fishing-pond-loading-spinner{width:36px;height:36px;border:3px solid #ddd;border-top-color:#5b9cf6;border-radius:50%;animation:spin .8s linear infinite}.fishing-pond-loading-text{font-size:13px;color:#666}[data-theme=dark] .fishing-pond-loading{background:#2a2a2ad9}[data-theme=dark] .fishing-pond-loading-spinner{border-color:#444;border-top-color:#5b9cf6}[data-theme=dark] .fishing-pond-loading-text{color:#aaa}.fishing-canvas-container{flex:1;min-height:0;display:flex;flex-direction:row}.fishing-canvas-wrap{flex:1;min-height:0;position:relative;display:flex;border:2px solid transparent;transition:border-color .2s ease;cursor:pointer}.fishing-canvas-wrap.active{border-color:#4caf50;box-shadow:0 0 8px #4caf5026}.fishing-canvas-wrap.premium.active{border-color:#c9a84c;box-shadow:0 0 8px #c9a84c26}.fishing-canvas-wrap:not(.active):hover{border-color:#6464644d;box-shadow:0 0 12px #6464641a}.fishing-canvas-wrap.disabled{cursor:not-allowed;opacity:.7}.fishing-canvas-wrap.disabled:hover{border-color:transparent;box-shadow:none}.fishing-canvas-wrap .fishing-canvas{flex:1;min-height:0;display:block;width:100%;touch-action:none}@media(max-width:768px){.fishing-canvas-container{flex-direction:column}}.fishing-pond-tabs{display:flex;gap:2px;margin-left:2px}.fishing-pond-tab{padding:2px 6px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#0000000a;font-size:10px;cursor:pointer;transition:all .2s ease;white-space:nowrap;color:#666}.fishing-pond-tab:hover{background:#00000014}.fishing-pond-tab.active{background:#4caf50;color:#fff;border-color:#4caf50}.fishing-pond-tab.premium.active{background:#c9a84c;border-color:#c9a84c;color:#fff}.fishing-premium-timer{font-size:12px;color:#c9a84c;font-weight:600;margin-left:6px;white-space:nowrap}.fishing-premium-buy-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:linear-gradient(135deg,#c9a84cf2,#b48c28f2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10}.fishing-premium-buy-text{font-size:13px;color:#fff;font-weight:500}.fishing-premium-buy-btn{padding:4px 14px;border:none;border-radius:6px;background:#fff;color:#c9a84c;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.fishing-premium-buy-btn:hover{background:#f5f0e0;transform:scale(1.03)}.premium-purchase-modal-panel{max-width:400px;width:90%}.premium-purchase-body{padding:16px}.premium-purchase-info{text-align:center;margin-bottom:16px}.premium-purchase-info p{font-size:14px;color:#666;margin-bottom:6px}.premium-purchase-cost{font-size:18px;font-weight:700;color:#c9a84c!important}.premium-duration-label{font-size:13px;color:#888;margin-bottom:8px}.premium-duration-btns{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.premium-duration-btn{flex:1;min-width:60px;padding:8px 6px;border:1px solid rgba(201,168,76,.3);border-radius:8px;background:#c9a84c0f;font-size:13px;cursor:pointer;transition:all .2s ease;text-align:center;color:#666}.premium-duration-btn:hover{background:#c9a84c26;border-color:#c9a84c80}.premium-duration-btn.selected{background:#c9a84c;color:#fff;border-color:#c9a84c;font-weight:600}.premium-confirm-btn{width:100%;padding:10px;border:none;border-radius:8px;background:linear-gradient(135deg,#c9a84c,#b8960a);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.premium-confirm-btn:hover{background:linear-gradient(135deg,#d4b85c,#c9a84c);transform:translateY(-1px);box-shadow:0 2px 8px #c9a84c4d}[data-theme=dark] .fishing-pond-tab{border-color:#ffffff26;background:#ffffff0f;color:#aaa}[data-theme=dark] .fishing-pond-tab.active{background:#4caf50;color:#fff}[data-theme=dark] .fishing-pond-tab.premium.active{background:#c9a84c}[data-theme=dark] .fishing-premium-buy-bar{background:linear-gradient(135deg,#a08232f2,#8c6e1ef2)}[data-theme=dark] .fishing-premium-buy-text{color:#f0e6cc}[data-theme=dark] .fishing-premium-buy-btn{background:#2a2a2a;color:#c9a84c}[data-theme=dark] .fishing-premium-buy-btn:hover{background:#333}[data-theme=dark] .premium-purchase-info p{color:#aaa}[data-theme=dark] .premium-duration-btn{border-color:#c9a84c33;background:#c9a84c14;color:#aaa}[data-theme=dark] .premium-duration-btn.selected{background:#c9a84c;color:#fff}.fishing-actions{display:flex;gap:5px}.fishing-action-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 12px;background:#0000000a;border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;transition:all .2s ease}.fishing-action-btn:hover{background:#00000014;border-color:#0000001f}.fishing-action-btn:active{background:#0000001f}.fishing-action-btn.is-fishing{background:#dc35451a;border-color:#dc35454d;color:#dc3545}.fishing-action-btn.is-fishing:hover{background:#dc354533}.fishing-action-btn-premium{background:#c9a84c0f;border-color:#c9a84c33}.fishing-action-btn-premium:hover{background:#c9a84c1f}.fishing-action-start{margin-left:auto}.fishing-action-icon{font-size:16px}.fishing-action-text{font-size:10px;color:#666;font-weight:500}.fishing-anglers-modal-panel{max-width:720px;width:90vw;max-height:70vh;display:flex;flex-direction:column}.anglers-tabs{display:flex;border-bottom:1px solid #eee;padding:0 16px}.anglers-tab{flex:1;padding:10px 0;border:none;background:none;font-size:13px;font-weight:500;color:#999;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.anglers-tab.active{color:#667eea;border-bottom-color:#667eea}.anglers-tab-premium.active{color:#c9a84c;border-bottom-color:#c9a84c}.anglers-tabs-mobile{display:none}.fishing-anglers-dual{display:flex;flex:1;overflow:hidden}.fishing-anglers-column{flex:1;display:flex;flex-direction:column;overflow:hidden}.anglers-column-header{padding:10px 16px 0;font-size:13px;font-weight:600;color:#555}.anglers-column-header em{font-weight:400;color:#999}.anglers-column-header.premium-header{color:#b8860b;border-left:1px solid #eee}.fishing-anglers-body{padding:10px 16px;overflow-y:auto;flex:1}.fishing-anglers-empty{text-align:center;padding:40px 0;color:#999;font-size:14px}.fishing-anglers-list{display:flex;flex-direction:column;gap:8px}.fishing-anglers-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#00000008;border-radius:10px;transition:background .2s;cursor:pointer}.fishing-anglers-item:hover{background:#0000000f}.fishing-anglers-item.is-me{background:#667eea14;border:1px solid rgba(102,126,234,.15);cursor:default}.anglers-avatar-wrap{flex-shrink:0}.anglers-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.anglers-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.angler-emoji-avatar{background:none!important;font-size:28px;line-height:1}.anglers-info{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:2px}.anglers-name{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anglers-profit{font-size:11px;color:#f59e0b;font-weight:500}.anglers-spot{font-size:12px;color:#999;flex-shrink:0}.anglers-me-tag{font-size:11px;color:#667eea;background:#667eea1f;padding:2px 8px;border-radius:10px;font-weight:600;flex-shrink:0}[data-theme=dark] .fishing-anglers-item{background:#ffffff0d}[data-theme=dark] .fishing-anglers-item:hover{background:#ffffff14}[data-theme=dark] .fishing-anglers-item.is-me{background:#667eea1f;border-color:#667eea33}[data-theme=dark] .anglers-name{color:#e0e0e0}[data-theme=dark] .anglers-profit{color:#fbbf24}[data-theme=dark] .fishing-anglers-empty{color:#666}[data-theme=dark] .anglers-tab{color:#888}[data-theme=dark] .anglers-tab.active{color:#818cf8;border-bottom-color:#818cf8}[data-theme=dark] .anglers-tab-premium.active{color:#d4a853;border-bottom-color:#d4a853}[data-theme=dark] .anglers-column-header{color:#bbb}[data-theme=dark] .anglers-column-header em{color:#777}[data-theme=dark] .anglers-column-header.premium-header{color:#d4a853;border-left-color:#444}[data-theme=dark] .anglers-tabs{border-bottom-color:#444}.fishing-action-btn-premium .fishing-action-icon{font-size:15px}@media(max-width:600px){.fishing-anglers-modal-panel{max-width:380px}.anglers-tabs-mobile{display:flex}.fishing-anglers-dual{flex-direction:column}.fishing-anglers-column:not(.is-active-tab){display:none}.anglers-column-header.premium-header{border-left:none}}.fishing-slots{display:flex;justify-content:center;gap:8px}.fishing-intro-tip{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;background:#667eea0f;border-left:3px solid #667eea;border-radius:0 8px 8px 0;margin-bottom:14px;font-size:12px;color:#666;line-height:1.6}.fishing-intro-tip-icon{flex-shrink:0;font-size:14px}[data-theme=dark] .fishing-intro-tip{background:#667eea1a;color:#aaa}.fishing-slot{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;background:#0000000a;border-radius:8px;min-width:50px}.fishing-slot-icon{font-size:18px}.fishing-slot-count{font-size:11px;color:#666;font-weight:500}.fishing-gear-modal-panel{width:min(480px,95%);max-height:min(85vh,600px);background:#f8fbfe;border:1px solid #d0e0f0;border-radius:12px;box-shadow:0 4px 20px #0050961f}.fishing-gear-header{background:linear-gradient(135deg,#e0f4ff,#b3e0ff);border-bottom:1px solid #a0d4ff;padding:12px 16px}.fishing-gear-header h2{font-size:16px;font-weight:600;color:#1a6fb0}.fishing-gear-score{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:12px}.score-label{font-size:12px;color:#4a90c4}.score-value{font-size:18px;font-weight:700;color:#1a6fb0}.score-level{font-size:12px;color:#fff;background:#4a90c4;padding:2px 8px;border-radius:10px}.fishing-gear-body{padding:16px}.fishing-gear-equipment{position:relative;width:100%;height:320px;background:linear-gradient(135deg,#f5f9ff,#edf4fb);border-radius:12px;border:1px solid #d8e8f5;margin-bottom:16px;overflow:hidden}.fishing-gear-equipment:before{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(180deg,transparent,rgba(144,202,249,.15));border-radius:0 0 12px 12px;pointer-events:none}.fishing-gear-equipment:after{content:"🌊";position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:24px;opacity:.3;pointer-events:none}.gear-slot-wrapper{position:absolute;display:flex;flex-direction:column;align-items:center;gap:4px}.gear-pos-top{top:15px;left:50%;transform:translate(-50%)}.gear-pos-top-left{top:50px;left:50px}.gear-pos-top-right{top:50px;right:50px}.gear-pos-bottom-left{bottom:60px;left:50px}.gear-pos-bottom-right{bottom:60px;right:50px}.gear-center-character{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}.character-body{position:relative;width:100px;height:140px}.char-hair{position:absolute;top:0;left:50%;transform:translate(-50%);width:52px;height:30px;background:#5d4037;border-radius:26px 26px 0 0;z-index:2}.char-hair:before{content:"";position:absolute;top:10px;left:-4px;width:60px;height:20px;background:#5d4037;border-radius:30px}.char-head{position:absolute;top:18px;left:50%;transform:translate(-50%);width:48px;height:48px;background:#ffe0b2;border-radius:50%;z-index:3;box-shadow:0 2px 4px #0000001a}.char-eye{position:absolute;top:20px;width:8px;height:10px;background:#333;border-radius:50%}.char-eye:before{content:"";position:absolute;top:2px;left:2px;width:3px;height:3px;background:#fff;border-radius:50%}.char-eye-left{left:10px}.char-eye-right{right:10px}.char-mouth{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:14px;height:7px;background:#e57373;border-radius:0 0 10px 10px}.char-cheek{position:absolute;top:26px;width:10px;height:6px;background:#ffab91;border-radius:50%;opacity:.6}.char-cheek-left{left:4px}.char-cheek-right{right:4px}.char-body{position:absolute;top:60px;left:50%;transform:translate(-50%);width:50px;height:50px;z-index:2}.char-shirt{position:absolute;top:0;left:0;width:100%;height:100%;background:#90caf9;border-radius:8px 8px 4px 4px}.char-vest{position:absolute;top:0;left:50%;transform:translate(-50%);width:30px;height:45px;background:#42a5f5;border-radius:4px;clip-path:polygon(0 0,100% 0,85% 100%,15% 100%)}.char-arm{position:absolute;top:65px;width:14px;height:40px;background:#90caf9;border-radius:7px;z-index:1}.char-arm-left{left:12px;transform:rotate(15deg)}.char-arm-right{right:8px;transform:rotate(-25deg)}.char-rod-mini{position:absolute;top:-30px;right:-2px;width:3px;height:50px;background:#795548;border-radius:2px;transform:rotate(-15deg)}.char-rod-mini:before{content:"";position:absolute;top:-2px;left:-2px;width:7px;height:7px;background:#4caf50;border-radius:50%}.character-body:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:30px;background:#5c6bc0;border-radius:0 0 6px 6px}.fishing-gear-slot{width:72px;height:72px;background:linear-gradient(135deg,#f0f7ff,#e5f1fb);border:2px solid #c0ddf0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.fishing-gear-slot:hover{border-color:#90c0e8;background:linear-gradient(135deg,#e5f1fb,#dae8f5);transform:translateY(-2px);box-shadow:0 4px 12px #0064b426}.gear-icon{font-size:28px;line-height:1}.gear-level{font-size:11px;color:#4a90c4;font-weight:600;margin-top:2px}.gear-name{font-size:12px;color:#5a8ab5;font-weight:500}.fishing-gear-stats{background:linear-gradient(135deg,#f5f9ff,#edf4fb);border-radius:8px;padding:12px;border:1px solid #d8e8f5}.stat-item{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #e8f0f8}.stat-item:last-child{border-bottom:none}.stat-icon{font-size:16px}.stat-name{font-size:13px;color:#5a8ab5}.stat-value{margin-left:auto;font-size:14px;font-weight:600;color:#1a6fb0}.fishing-gear-detail-panel{width:min(360px,90%);background:#f8fbfe;border:1px solid #d0e0f0;border-radius:12px}.detail-level{font-size:18px;font-weight:700;color:#4a90c4;margin-left:8px}.fishing-gear-detail-body{padding:12px}.detail-icon-wrapper{display:flex;justify-content:center;padding:8px 0}.detail-icon{font-size:56px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.detail-section{background:linear-gradient(135deg,#f5f9ff,#edf4fb);border-radius:8px;padding:10px;margin-bottom:8px;border:1px solid #d8e8f5}.detail-section-title{font-size:12px;color:#4a90c4;margin-bottom:4px;font-weight:600}.detail-stat-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;font-size:13px;color:#333}.detail-stat-value{font-weight:600;color:#1a6fb0}.detail-stat-value.next-value{color:#2e7d32}.upgrade-cost-info{background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:8px 10px;margin-bottom:10px}.cost-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;font-size:13px;color:#5d4037}.cost-amount{font-weight:700;color:#e65100}.success-rate{font-weight:600;color:#2e7d32}.success-rate.rate-low{color:#c62828}.max-level-info{text-align:center;padding:12px;font-size:14px;color:#2e7d32;background:#e8f5e9;border-radius:8px;margin-bottom:10px}.fishing-gear-upgrade-btn{width:100%;padding:12px;background:linear-gradient(135deg,#4a90c4,#3a7ab4);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.fishing-gear-upgrade-btn:hover:not(:disabled){background:linear-gradient(135deg,#3a7ab4,#2a6aa4);transform:translateY(-1px);box-shadow:0 4px 12px #3a7ab44d}.fishing-gear-upgrade-btn:disabled{background:#c0d0e0;cursor:not-allowed;transform:none;box-shadow:none}[data-theme=dark] .fishing-gear-modal-panel,[data-theme=dark] .fishing-gear-detail-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .fishing-gear-header{background:linear-gradient(135deg,#2a3a4a,#1a2a3a);border-bottom-color:#3a4a5a}[data-theme=dark] .fishing-gear-header h2{color:#8bc4f0}[data-theme=dark] .fishing-gear-equipment{background:linear-gradient(135deg,#2a3540,#223038);border-color:#3a4a5a}[data-theme=dark] .fishing-gear-slot{background:linear-gradient(135deg,#2a3a4a,#234);border-color:#4a5a6a}[data-theme=dark] .fishing-gear-slot:hover{border-color:#6a8a9a;background:linear-gradient(135deg,#345,#2a3a4a)}[data-theme=dark] .fishing-gear-stats,[data-theme=dark] .detail-section{background:linear-gradient(135deg,#2a3540,#223038);border-color:#3a4a5a}[data-theme=dark] .stat-name,[data-theme=dark] .detail-stat-row{color:#ccc}[data-theme=dark] .stat-value,[data-theme=dark] .detail-stat-value{color:#8bc4f0}[data-theme=dark] .upgrade-cost-info{background:#3a3020;border-color:#5a4a30}[data-theme=dark] .cost-row{color:#ddd}[data-theme=dark] .fishing-gear-upgrade-btn{background:linear-gradient(135deg,#4a90c4,#3570a0)}.fishing-action-btn{position:relative}.fishing-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;background:#f44336;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;border-radius:8px}.fishing-bucket-modal-panel{width:min(420px,95%);min-height:70vh;max-height:min(85vh,600px);background:#f8fbfe;border:1px solid #d0e0f0;border-radius:12px}.fishing-bucket-header{background:linear-gradient(135deg,#e0f4ff,#b3e0ff);border-bottom:1px solid #a0d4ff;padding:10px 14px}.fishing-bucket-header h2{font-size:15px;font-weight:600;color:#1a6fb0}.bucket-capacity{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:10px}.capacity-text{font-size:12px;color:#4a90c4;font-weight:600}.capacity-bar{width:60px;height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.capacity-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:3px;transition:width .3s ease}.fishing-bucket-body{padding:12px;overflow-y:auto;max-height:calc(70vh - 50px)}.bucket-summary{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:linear-gradient(135deg,#fff8e1,#ffecb3);border:1px solid #ffe082;border-radius:8px;margin-bottom:12px}.bucket-total-value{display:flex;flex-direction:column;gap:2px}.value-label{font-size:11px;color:#8d6e63}.value-amount{font-size:16px;font-weight:700;color:#e65100}.bucket-sell-all-btn{padding:8px 16px;background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.bucket-sell-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#388e3c,#2e7d32);transform:translateY(-1px)}.bucket-sell-all-btn:disabled{background:#c8e6c9;color:#81c784;cursor:not-allowed;transform:none}.bucket-fish-list{display:flex;flex-direction:column;gap:6px}.bucket-fish-item{display:flex;align-items:center;padding:8px 10px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease}.bucket-fish-item:hover{border-color:#90caf9;background:#f5f9ff}.fish-info{display:flex;align-items:center;gap:8px;flex:1}.fish-emoji{font-size:24px}.fish-detail{display:flex;flex-direction:column;gap:2px}.fish-name{font-size:13px;font-weight:600}.fish-rarity{font-size:11px}.fish-premium-tag{font-size:10px;color:#c9a84c;background:#c9a84c1f;padding:1px 6px;border-radius:8px;font-weight:600;margin-left:4px;white-space:nowrap}.fish-value{font-size:13px;font-weight:600;color:#e65100;margin-right:10px}.fish-sell-btn{padding:4px 10px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;font-size:12px;color:#666;cursor:pointer;transition:all .2s ease}.fish-sell-btn:hover{background:#4caf50;border-color:#4caf50;color:#fff}.fish-actions{display:flex;gap:6px;align-items:center}.fish-bag-btn{padding:4px 10px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;font-size:12px;color:#666;cursor:pointer;transition:all .2s ease}.fish-bag-btn:hover{background:#2196f3;border-color:#2196f3;color:#fff}.bucket-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#999}.empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.empty-text{font-size:15px;font-weight:600;margin-bottom:4px}.empty-hint{font-size:12px;color:#bbb}[data-theme=dark] .fishing-bucket-modal-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .fishing-bucket-header{background:linear-gradient(135deg,#2a3a4a,#1a2a3a);border-bottom-color:#3a4a5a}[data-theme=dark] .fishing-bucket-header h2{color:#8bc4f0}.fish-tab-btn{position:relative}.fish-bag-content{padding:0 18px 18px;overflow-y:auto;flex:1;min-height:0}.fish-bag-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:10px;margin-top:8px;align-content:start}.sell-same-type-btn{background:#ff9800!important;border-color:#ff9800!important}.sell-same-type-btn:hover{background:#f57c00!important;border-color:#f57c00!important}.sell-same-type-confirm-btn{background:#e65100!important;border-color:#e65100!important}.sell-same-type-confirm-btn:hover{background:#bf360c!important;border-color:#bf360c!important}.fish-sell-confirm-count{font-size:16px;color:#333;margin:8px 0}.fish-sell-confirm-count b{color:#e65100}[data-theme=dark] .bp-card.fish-card{background:#3a3b3d}[data-theme=dark] .fish-premium-tag{color:#d4a853;background:#c9a84c2e}[data-theme=dark] .fish-bag-sell-btn{background:var(--surface);border-color:var(--border);color:#ccc}[data-theme=dark] .fish-bag-sell-btn:hover{background:#4caf50;border-color:#4caf50;color:#fff}[data-theme=dark] .fish-bag-sell-same-btn{background:var(--surface);border-color:var(--border);color:#ccc}[data-theme=dark] .fish-bag-sell-same-btn:hover{background:#ff9800;border-color:#ff9800;color:#fff}[data-theme=dark] .fish-sell-confirm-count{color:#eee}.fish-sell-confirm-panel{width:min(380px,90%);background:#fff;border-radius:12px;overflow:hidden}.fish-sell-confirm-content{display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center}.fish-sell-confirm-icon{font-size:48px;margin-bottom:16px}.fish-sell-confirm-text{font-size:16px;color:#333;margin-bottom:12px}.fish-sell-confirm-text b{color:#1976d2}.fish-sell-confirm-price{font-size:14px;color:#666;margin-bottom:8px}.price-value{font-weight:600;color:#e65100;font-size:16px}.fish-sell-confirm-hint{font-size:12px;color:#999;margin-bottom:20px}.confirm-modal-actions{display:flex;gap:12px;justify-content:center;padding:0 20px 20px}.confirm-btn{padding:8px 24px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#f5f5f5;border:1px solid #ddd;color:#666}.cancel-btn:hover{background:#e0e0e0}.ok-btn{background:#4caf50;border:1px solid #4caf50;color:#fff}.ok-btn:hover{background:#388e3c;border-color:#388e3c}[data-theme=dark] .fish-sell-confirm-panel{background:var(--surface);border:1px solid var(--border)}[data-theme=dark] .fish-sell-confirm-text{color:#eee}[data-theme=dark] .cancel-btn{background:var(--surface-soft);border-color:var(--border);color:#ccc}[data-theme=dark] .cancel-btn:hover{background:var(--surface-hover)}.fish-stats-panel{width:min(380px,90%);max-height:min(80vh,500px);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.fish-stats-body{display:flex;flex-direction:column;overflow:hidden;flex:1}.fish-stats-summary{padding:12px 20px;font-size:13px;color:#666;border-bottom:1px solid #f0f0f0;background:#fafafa}.fish-stats-summary b{color:#1976d2;font-weight:600}.fish-stats-list{display:flex;flex-direction:column;gap:6px;padding:12px 16px;overflow-y:auto;flex:1}.fish-stats-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;transition:all .2s ease}.fish-stats-item:hover{border-color:#90caf9;box-shadow:0 2px 8px #2196f31f}.fish-stats-info{display:flex;align-items:center;gap:10px}.fish-stats-emoji{font-size:24px}.fish-stats-name{font-size:14px;font-weight:500}.fish-stats-count{display:flex;align-items:baseline;gap:2px}.fish-stats-count-num{font-size:18px;font-weight:700;color:#e65100}.fish-stats-count-unit{font-size:12px;color:#999}[data-theme=dark] .fish-stats-panel{background:var(--surface);border:1px solid var(--border)}[data-theme=dark] .fish-stats-summary{background:var(--surface-soft);border-color:var(--border);color:#aaa}[data-theme=dark] .fish-stats-item{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .fish-stats-item:hover{border-color:#1976d2}.backpack-sell-all-row{display:flex;gap:8px;align-items:center;width:100%}.fish-stats-btn{background:#e3f2fd!important;border-color:#90caf9!important;color:#1976d2!important}.fish-stats-btn:hover{background:#1976d2!important;color:#fff!important}.fishing-history-modal-panel{width:min(480px,95%);min-height:70vh;max-height:min(85vh,600px);background:#f8fbfe;border:1px solid #d0e0f0;border-radius:12px}.fishing-history-header{background:linear-gradient(135deg,#e0f4ff,#b3e0ff);border-bottom:1px solid #a0d4ff;padding:10px 14px}.fishing-history-header h2{font-size:15px;font-weight:600;color:#1a6fb0}.history-tabs{display:flex;gap:4px;margin-left:auto;margin-right:10px;background:#ffffff80;border-radius:6px;padding:2px}.history-tab-btn{padding:4px 12px;border:none;border-radius:4px;font-size:12px;font-weight:500;color:#4a90c4;background:transparent;cursor:pointer;transition:all .2s}.history-tab-btn.active{background:#fff;color:#1a6fb0;font-weight:600;box-shadow:0 1px 3px #0000001a}.fishing-history-body{padding:12px;overflow-y:auto;max-height:calc(80vh - 50px)}.history-stats-overview{display:flex;gap:8px;margin-bottom:12px}.stat-card{flex:1;display:flex;flex-direction:column;align-items:center;padding:10px 8px;background:linear-gradient(135deg,#f5f9ff,#edf4fb);border:1px solid #d8e8f5;border-radius:8px}.stat-card-icon{font-size:20px;margin-bottom:4px}.stat-card-value{font-size:16px;font-weight:700;color:#1a6fb0}.stat-card-label{font-size:11px;color:#5a8ab5;margin-top:2px}.history-rarity-stats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.rarity-tag{padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600}.rarity-普通{background:#f5f5f5;color:#888}.rarity-优秀{background:#e8f5e9;color:#4caf50}.rarity-稀有{background:#e3f2fd;color:#2196f3}.rarity-史诗{background:#f3e5f5;color:#9c27b0}.rarity-传说{background:#fff3e0;color:#ff9800}.history-records{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.history-records-title{padding:8px 12px;font-size:12px;font-weight:600;color:#666;background:#f5f5f5;border-bottom:1px solid #e0e0e0}.history-date-group{border-bottom:1px solid #e0e0e0}.history-date-group:last-child{border-bottom:none}.history-date-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.history-date{font-size:13px;font-weight:600;color:#333}.history-date-stats{font-size:11px;color:#888}.history-records-list{max-height:300px;overflow-y:auto}.history-record-item{display:flex;align-items:center;padding:6px 12px;border-bottom:1px solid #f0f0f0;transition:background .2s}.history-record-item:last-child{border-bottom:none}.history-record-item:hover{background:#f5f9ff}.record-emoji{font-size:18px;margin-right:8px}.record-name-wrap{display:flex;align-items:center;flex:1;min-width:0}.record-name{font-size:13px;font-weight:500}.record-value{font-size:12px;font-weight:600;color:#e65100;margin-right:10px}.record-time{font-size:11px;color:#999}.history-more{padding:6px 12px;font-size:11px;color:#999;text-align:center;background:#f8f9fa}.history-empty{display:flex;justify-content:center;padding:30px;color:#999;font-size:14px}[data-theme=dark] .fishing-history-modal-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .fishing-history-header{background:linear-gradient(135deg,#2a3a4a,#1a2a3a);border-bottom-color:#3a4a5a}[data-theme=dark] .fishing-history-header h2{color:#8bc4f0}[data-theme=dark] .history-tabs{background:#0003}[data-theme=dark] .history-tab-btn{color:#8bc4f0}[data-theme=dark] .history-tab-btn.active{background:var(--surface);color:#1a6fb0}[data-theme=dark] .stat-card{background:linear-gradient(135deg,#2a3540,#223038);border-color:#3a4a5a}[data-theme=dark] .stat-card-value{color:#8bc4f0}[data-theme=dark] .history-records{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .history-records-title{background:var(--surface);border-color:var(--border);color:#ccc}[data-theme=dark] .history-date-header{background:var(--surface);border-color:var(--border)}[data-theme=dark] .history-date{color:#ddd}[data-theme=dark] .history-record-item{border-color:var(--border)}[data-theme=dark] .history-record-item:hover{background:var(--surface-hover)}[data-theme=dark] .history-more{background:var(--surface);color:#999}[data-theme=dark] .history-empty{color:#888}.fishing-fines-modal-panel{width:min(480px,95%);max-height:min(80vh,560px);background:#f8fbfe;border:1px solid #d0e0f0;border-radius:12px;display:flex;flex-direction:column}.fishing-fines-header{background:linear-gradient(135deg,#ffe0e0,#ffb3b3);border-bottom:1px solid #ffa0a0;padding:10px 14px;display:flex;align-items:center;gap:12px}.fishing-fines-header h2{font-size:15px;font-weight:600;color:#b01a1a;flex:1;margin:0}.fines-total-count{font-size:12px;color:#999}.fines-notice{padding:8px 14px;background:#fff3e0;border-bottom:1px solid #ffe0b2;font-size:12px;color:#e65100;line-height:1.5}.fishing-fines-body{flex:1;overflow-y:auto;padding:12px}.fines-list{display:flex;flex-direction:column;gap:10px}.fines-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:10px;border:1px solid #eee;transition:background .2s}.fines-item:hover{background:#f0f5ff}.fines-item-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.fines-avatar{font-size:24px;flex-shrink:0}.fines-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.fines-info{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;min-width:0}.fines-nickname{font-weight:600;font-size:14px;color:#333}.fines-level{font-size:11px;color:#fff;background:#667eea;border-radius:4px;padding:1px 6px;font-weight:500}.fines-reason{font-size:12px;color:#999;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fines-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;margin-left:12px}.fines-amount{font-weight:700;font-size:15px;color:#e74c3c}.fines-time{font-size:11px;color:#aaa}.fines-load-more{text-align:center;padding:14px;color:#667eea;font-size:14px;cursor:pointer;border-radius:8px;transition:background .2s}.fines-load-more:hover{background:#f0f0f0}.fines-no-more{text-align:center;padding:14px;color:#ccc;font-size:13px}.fines-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:10px}.fines-empty .empty-icon{font-size:48px}.fines-empty .empty-text{font-size:16px;font-weight:600;color:#333}.fines-empty .empty-hint{font-size:13px;color:#999}[data-theme=dark] .fishing-fines-modal-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .fishing-fines-header{background:linear-gradient(135deg,#3a2020,#2a1515);border-bottom-color:#5a3030}[data-theme=dark] .fishing-fines-header h2{color:#f08080}[data-theme=dark] .fines-notice{background:#2a2015;border-bottom-color:#3a2a15;color:#ffb74d}[data-theme=dark] .fines-item{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .fines-item:hover{background:var(--surface-hover)}[data-theme=dark] .fines-nickname{color:#ddd}[data-theme=dark] .fines-reason{color:#888}[data-theme=dark] .fines-load-more{color:#8bc4f0}[data-theme=dark] .fines-load-more:hover{background:var(--surface-hover)}[data-theme=dark] .fines-empty .empty-text{color:#ddd}[data-theme=dark] .bucket-summary{background:linear-gradient(135deg,#3a3020,#2a2510);border-color:#5a4a30}[data-theme=dark] .value-label{color:#bbb}[data-theme=dark] .bucket-fish-item{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .bucket-fish-item:hover{background:var(--surface-hover);border-color:#6a8a9a}[data-theme=dark] .fish-sell-btn{background:var(--surface);border-color:var(--border);color:#ccc}[data-theme=dark] .fish-sell-btn:hover{background:#4caf50;border-color:#4caf50;color:#fff}[data-theme=dark] .fish-bag-btn{background:var(--surface);border-color:var(--border);color:#ccc}[data-theme=dark] .fish-bag-btn:hover{background:#2196f3;border-color:#2196f3;color:#fff}.chatroom-page{position:fixed;left:56px;top:0;right:0;bottom:0;display:flex;flex-direction:column;background:var(--surface);z-index:100;overflow:hidden}.private-chat-page{position:fixed;left:56px;top:0;right:0;bottom:0;display:flex;background:var(--surface);z-index:100;overflow:hidden}.chatroom-header{flex-shrink:0;padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center}.chatroom-header h2{font-size:16px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:6px;flex:1;margin:0}.chat-online-count{font-size:11px;font-weight:500;color:#38a169;background:linear-gradient(135deg,#f0fff4,#c6f6d5);padding:2px 8px;border-radius:10px;line-height:1.3}[data-theme=dark] .chat-online-count{color:#68d391;background:linear-gradient(135deg,#1a3a2a,#22543d)}.chat-notification-toggle{background:none;border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-size:14px;cursor:pointer;transition:all .2s;line-height:1;vertical-align:middle}.chat-notification-toggle:hover{background:var(--hover-bg)}.chat-notification-toggle.disabled{opacity:.5}.chat-header-actions{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.chat-online-toggle{background:none;border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-size:14px;cursor:pointer;transition:all .2s;line-height:1;vertical-align:middle;position:relative}.chat-online-toggle:hover{background:var(--hover-bg)}.chat-online-toggle.active{background:var(--hover-bg);color:var(--text);border-color:var(--border)}.chat-online-badge{position:absolute;top:-6px;right:-8px;background:#22c55e;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;padding:0 4px;pointer-events:none}[data-theme=dark] .chat-online-badge{background:#16a34a}.chatroom-body{flex:1;min-height:0;display:flex;flex-direction:row;overflow:hidden}.chatroom-body .chat-container{height:auto;max-height:100%;flex:1;min-width:0;display:flex;flex-direction:column}@media(max-width:720px){.chatroom-body .chat-container{padding-bottom:70px}}.chatroom-body .chat-messages-container{overflow-y:auto;overflow-x:hidden;flex:1 1 0}.chatroom-body .chat-popover{position:fixed;z-index:1100}.chatroom-body .chat-input-area{flex-shrink:0}:root{color-scheme:light;--page-bg: #f4f7fb;--surface: #ffffff;--surface-soft: #f8fafc;--surface-muted: #eef2f7;--surface-muted2: #daeffaad;--surface-hover: #e8ecf1;--border: #d9e2ec;--border-strong: #c4d0dc;--text: #172033;--text-secondary: #667085;--muted: #667085;--muted-strong: #475467;--primary: #2563eb;--primary-dark: #1d4ed8;--primary-soft: #e8f0ff;--success: #15803d;--success-soft: #e7f6ec;--warning: #b45309;--warning-soft: #fff7e6;--warning2: #F88212;--danger: #dc2626;--danger-soft: #feecec;--info: #0f766e;--info-soft: #e6f5f3;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 10px 24px rgba(16, 24, 40, .09);--radius: 8px}[data-theme=dark]{color-scheme:dark;--page-bg: #303133;--surface: #2b2d30;--surface-soft: #353739;--surface-muted: #3a3c3f;--surface-hover: #404245;--border: #444648;--border-strong: #555759;--text: #e8eaed;--text-secondary: #a0a3a8;--muted: #a0a3a8;--muted-strong: #c0c3c8;--primary: #5b9cf6;--primary-dark: #7db3fa;--primary-soft: #2a3a4d;--success: #34d058;--success-soft: #1e2e22;--warning: #f0a030;--warning-soft: #332a18;--warning2: #f0a030;--danger: #f87171;--danger-soft: #331e1e;--info: #2dd4bf;--info-soft: #1e2e2c;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 10px 24px rgba(0, 0, 0, .4);--scrollbar-thumb: #555759;--scrollbar-thumb-hover: #666869;--scrollbar-track: #3a3c3f}[data-theme=dark] *{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--scrollbar-track)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:padding-box}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);border:2px solid transparent;background-clip:padding-box}[data-theme=dark] ::-webkit-scrollbar-corner{background:var(--scrollbar-track)}[data-theme=dark] .left-sidebar{background:#282a2d;border-right-color:var(--border)}[data-theme=dark] .sidebar-nav-item.active{background:#404245;border-color:#555759}[data-theme=dark] .header,[data-theme=dark] .info-bar,[data-theme=dark] .info-bar-left,[data-theme=dark] .info-bar-right{background:#282a2df2;border-color:#ffffff14}[data-theme=dark] .info-bar-crop:hover{background:#ffffff0d}[data-theme=dark] .info-bar-plant:hover{background:var(--success-soft)}[data-theme=dark] .action-btn{background:var(--surface-muted)}[data-theme=dark] .action-btn.water-btn:hover:not(:disabled){background:#0284c726}[data-theme=dark] .action-btn.harvest-btn:hover:not(:disabled){background:#22c55e26}[data-theme=dark] .weather-banner,[data-theme=dark] .farm-tip{background:#282a2de6;border-color:#ffffff14}[data-theme=dark] .plot{border-color:#787d8c52;border-width:1px;border-style:solid;isolation:isolate;background:radial-gradient(ellipse at 30% 20%,rgba(110,120,150,.1),transparent 50%),linear-gradient(165deg,#2e2f36,#232429,#1a1b1f);box-shadow:inset 0 1px #c8d2e61f,inset 2px 0 4px -2px #00000059,inset -2px 0 4px -2px #00000059,inset 0 -3px #00000073,0 1px 1px #0000004d,0 3px 6px #00000052,0 8px 14px #00000038,0 14px 24px #00000024}[data-theme=dark] .plot,[data-theme=dark] .friend-plot{--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.10 0 0 0 0 0.11 0 0 0 0 0.14 0 0 0 0.45 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.32'/%3E%3C/svg%3E");--soil-till: rgba(0, 0, 0, .06);--soil-till-gap: rgba(180, 200, 230, .025);--soil-vignette: rgba(0, 0, 0, .38)}[data-theme=dark] .plot.locked:before{display:none}[data-theme=dark] .plot.quality-red,[data-theme=dark] .friend-plot.quality-red{--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.20 0 0 0 0 0.06 0 0 0 0 0.09 0 0 0 0.42 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.30'/%3E%3C/svg%3E");--soil-till: rgba(30, 5, 8, .06);--soil-till-gap: rgba(255, 160, 180, .025);--soil-vignette: rgba(0, 0, 0, .42)}[data-theme=dark] .plot.quality-black,[data-theme=dark] .friend-plot.quality-black{--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0 0.09 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.36'/%3E%3C/svg%3E");--soil-till: rgba(0, 0, 0, .08);--soil-till-gap: rgba(255, 220, 140, .03);--soil-vignette: rgba(0, 0, 0, .48)}[data-theme=dark] .plot:hover{border-color:#8c96b466;background:radial-gradient(ellipse at 30% 20%,rgba(120,130,160,.12),transparent 55%),linear-gradient(165deg,#34353c,#292a30 55%,#202126);box-shadow:inset 0 1px #c8c8d224,0 0 0 2px #8c96b459,0 4px 12px #28283259}[data-theme=dark] .plot.planted{border-color:#787d8c4d;background:radial-gradient(ellipse at 50% 80%,rgba(100,180,150,.08),transparent 55%),linear-gradient(165deg,#2c2d34,#22232a,#191a1e)}[data-theme=dark] .plot.ready{border-color:#a0dc7866;background:radial-gradient(ellipse at 30% 20%,rgba(110,120,150,.1),transparent 50%),linear-gradient(165deg,#2e2f36,#232429,#1a1b1f);box-shadow:inset 0 1px #c8d2e61f,inset 0 -3px #0006,0 0 0 2px #8ce67859,0 1px 1px #0000004d,0 3px 6px #00000052,0 8px 14px #00000038,0 0 14px #78dc6433}[data-theme=dark] .plot.need-water{border-color:#64b4ff73;background:radial-gradient(ellipse at 30% 20%,rgba(110,120,150,.08),transparent 50%),linear-gradient(165deg,#2a2b32,#202126,#18191d);box-shadow:inset 0 1px #c8d2e61a,inset 0 -3px #00000059,0 0 0 2px #50aaff59,0 1px 1px #0000004d,0 3px 6px #00000052,0 8px 14px #00000038,0 0 12px #3c96ff33}[data-theme=dark] .plot.locked{border-color:#787d8c47;background:repeating-linear-gradient(-45deg,#46485040,#46485040 6px,#5a5c642e 6px,#5a5c642e 12px),#1a1b1f;border-style:dashed}[data-theme=dark] .plot.locked.unlockable{border-color:#969baa66;background:#222328;border-style:dashed;box-shadow:0 0 0 2px #8c91a02e}[data-theme=dark] .locked-plot-dot{background:#7a70a8}[data-theme=dark] .plot.locked.unlockable .locked-plot-dot{background:#b8a0ff}[data-theme=dark] .plot.quality-red{border-color:#dc78964d;background:radial-gradient(ellipse at 30% 20%,rgba(255,130,150,.12),transparent 50%),linear-gradient(160deg,#7a4860,#6a3850,#5a2c44)}[data-theme=dark] .plot.quality-red:hover{border-color:#e68caa66;background:radial-gradient(ellipse at 30% 20%,rgba(255,140,160,.15),transparent 50%),linear-gradient(160deg,#865068,#764058,#66344c)}[data-theme=dark] .plot.quality-red.planted{border-color:#dc789659;background:radial-gradient(ellipse at 50% 80%,rgba(255,120,150,.08),transparent 55%),linear-gradient(160deg,#6e4058,#5e3048,#4e243c)}[data-theme=dark] .plot.quality-red.ready{border-color:#a0dc784d;background:radial-gradient(ellipse at 30% 20%,rgba(255,130,150,.1),transparent 50%),linear-gradient(160deg,#7a4860,#6a3850,#5a2c44);box-shadow:inset 0 1px #c8b4ff14,0 0 0 2px #8ce67840,0 0 12px #78dc641f}[data-theme=dark] .plot.quality-red.need-water{border-color:#64b4ff59;background:radial-gradient(ellipse at 30% 20%,rgba(255,130,150,.1),transparent 50%),linear-gradient(160deg,#74445c,#643450,#542844);box-shadow:inset 0 1px #c8b4ff14,0 0 0 2px #50aaff40,0 0 12px #3c96ff1f}[data-theme=dark] .plot.quality-black{border:1px solid rgba(200,170,80,.3);background:radial-gradient(ellipse at 40% 30%,rgba(200,180,100,.1),transparent 45%),linear-gradient(145deg,#3a3448,#2e283c,#221c30);color:#ffe9a8;box-shadow:inset 0 0 0 1px #ffdc780f,0 0 10px #c8aa501f}[data-theme=dark] .plot.quality-black:hover{border-color:#dcbe6466;background:radial-gradient(ellipse at 40% 30%,rgba(220,190,110,.12),transparent 45%),linear-gradient(145deg,#443c50,#383044,#2c2438);box-shadow:inset 0 0 0 1px #ffdc7814,0 0 0 2px #c8aa5033,0 0 12px #c8aa5026}[data-theme=dark] .plot.quality-black.planted{border-color:#c8aa5052;background:radial-gradient(ellipse at 40% 30%,rgba(180,160,90,.08),transparent 45%),linear-gradient(145deg,#2e2d34,#242328,#1a191e)}[data-theme=dark] .plot.quality-black.ready{border-color:#c8aa5059;background:radial-gradient(ellipse at 40% 30%,rgba(200,180,100,.1),transparent 45%),linear-gradient(145deg,#323138,#28272e,#1e1d22);box-shadow:inset 0 0 0 1px #ffdc780f,0 0 0 2px #c8b46440,0 0 12px #c8aa502e}[data-theme=dark] .plot.quality-black.need-water{border-color:#64b4ff59;background:radial-gradient(ellipse at 40% 30%,rgba(160,180,255,.08),transparent 45%),linear-gradient(145deg,#2c2b32,#222128,#1a191e);box-shadow:inset 0 0 0 1px #b4c8ff0d,0 0 0 2px #50aaff40,0 0 10px #3c96ff1f}[data-theme=dark] .land-quality-badge{color:#c8beff8c}[data-theme=dark] .land-quality-badge.red{color:#ff8caa8c}[data-theme=dark] .land-quality-badge.black{color:#ffe696b3;text-shadow:0 1px 2px rgba(0,0,0,.45)}[data-theme=dark] .timer{background:#1c1a30e6;color:#dcdcffd9;box-shadow:0 0 8px #6450c826}[data-theme=dark] .plot.need-water .timer{color:#8ec8ff}[data-theme=dark] .ready-text{background:#18281ceb;color:#9ed48a;box-shadow:0 0 8px #78dc6426}[data-theme=dark] .plot-bubble{background:#2a2a30f5;border-color:#ffffff1a;box-shadow:0 6px 24px #0006,0 2px 8px #00000040,inset 0 1px #ffffff0f}[data-theme=dark] .plot-bubble-arrow{background:#2a2a30f5;border-color:#ffffff1a}[data-theme=dark] .plot-bubble-name{color:#d4d0ca}[data-theme=dark] .plot-bubble-rarity.rarity-普通{color:#8a8680;background:#ffffff0f}[data-theme=dark] .plot-bubble-rarity.rarity-优秀{color:#7ab87a;background:#7ab87a1f}[data-theme=dark] .plot-bubble-rarity.rarity-稀有{color:#6a9ad8;background:#6a9ad81f}[data-theme=dark] .plot-bubble-rarity.rarity-史诗{color:#a87ad8;background:#a87ad81f}[data-theme=dark] .plot-bubble-rarity.rarity-传说{color:#d8a84a;background:#d8a84a1f}[data-theme=dark] .plot-bubble-rarity.rarity-神话{color:#d86a6a;background:#d86a6a1f}[data-theme=dark] .plot-bubble-attr{color:#8a8680;background:#ffffff0f}[data-theme=dark] .plot-bubble-quality{color:#c89a6a;background:#c89a6a1f}[data-theme=dark] .plot-bubble-status.is-ready{color:#7ab87a;background:#7ab87a1f}[data-theme=dark] .plot-bubble-status.need-water{color:#6a9ad8;background:#6a9ad81f}[data-theme=dark] .plot-bubble-status.growing{color:#8a8680;background:#ffffff0f}[data-theme=dark] .plot-bubble-progress-bar{background:#ffffff14}[data-theme=dark] .plot-bubble-progress-fill{background:linear-gradient(90deg,#7ab87a,#5a9a5a)}[data-theme=dark] .plot-bubble-progress-text{color:#a8a4a0}[data-theme=dark] .plot-bubble-reward.gold{color:#d8a84a}[data-theme=dark] .plot-bubble-reward.exp{color:#7ab87a}[data-theme=dark] .plot-bubble-reward.time{color:#8a8680}[data-theme=dark] .plot.locked .locked-plot-level{color:var(--muted)}[data-theme=dark] .plot.locked.unlockable .locked-plot-level{color:var(--primary)}[data-theme=dark] .plot.locked.unlockable .locked-plot-cost:before{color:var(--muted)}[data-theme=dark] .water-crop-btn{background:var(--info);color:#fff}[data-theme=dark] .land-upgrade-btn{background:var(--primary);color:#fff}[data-theme=dark] .weather-name{color:var(--text)}[data-theme=dark] .weather-desc{color:var(--muted)}[data-theme=dark] .leaderboard-launch-btn:hover{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .chatroom-page .chat-input-area{background:var(--surface);border-top-color:var(--border)}[data-theme=dark] .shop-modal{background:#0009}[data-theme=dark] .shop-modal-panel,[data-theme=dark] .confirm-modal-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .auth-modal-panel{background:#1a1a2e;border-color:#2d2d44}[data-theme=dark] .auth-modal-panel:before{background:radial-gradient(circle,rgba(192,132,252,.06) 0%,transparent 70%)}[data-theme=dark] .auth-modal-panel .shop-modal-header{background:#16162a;border-bottom-color:#2d2d44}[data-theme=dark] .auth-modal-panel .shop-modal-header h2{color:#e5e7eb}[data-theme=dark] .auth-modal-panel .profile-account-tag{color:#9ca3af;background:#2d2d44}[data-theme=dark] .auth-modal-panel .auth-tabs{background:#2d2d44}[data-theme=dark] .auth-modal-panel .auth-tab-btn{color:#9ca3af}[data-theme=dark] .auth-modal-panel .auth-tab-btn:hover{color:#d1d5db}[data-theme=dark] .auth-modal-panel .auth-tab-btn.active{background:#3d3d5c;color:#e5e7eb;box-shadow:none}[data-theme=dark] .auth-modal-panel .modal-close-btn{background:#2d2d44;border-color:#3d3d5c;color:#9ca3af}[data-theme=dark] .auth-modal-panel .modal-close-btn:hover{background:#ef444426;border-color:#ef44444d;color:#f87171}[data-theme=dark] .auth-modal-panel .auth-field span{color:#d1d5db}[data-theme=dark] .auth-modal-panel .auth-field input,[data-theme=dark] .auth-modal-panel .auth-field select,[data-theme=dark] .auth-modal-panel .auth-select{background:#2d2d44;border-color:#3d3d5c;color:#e5e7eb}[data-theme=dark] .auth-modal-panel .auth-field input:focus,[data-theme=dark] .auth-modal-panel .auth-select:focus{border-color:#c084fc;box-shadow:0 0 0 3px #c084fc26;background:#2d2d44}[data-theme=dark] .auth-modal-panel .auth-field input::placeholder{color:#6b7280}[data-theme=dark] .auth-modal-panel .password-toggle-btn{color:#6b7280}[data-theme=dark] .auth-modal-panel .password-toggle-btn:hover{background:#3d3d5c;color:#d1d5db}[data-theme=dark] .auth-modal-panel .nickname-random-btn{background:#2d2d44;border-color:#3d3d5c}[data-theme=dark] .auth-modal-panel .nickname-random-btn:hover{border-color:#c084fc;background:#3d3d5c}[data-theme=dark] .auth-modal-panel .email-send-code-btn{background:#2d2d44;border-color:#3d3d5c;color:#c084fc}[data-theme=dark] .auth-modal-panel .email-send-code-btn:hover:not(:disabled){border-color:#c084fc;background:#3d3d5c}[data-theme=dark] .auth-modal-panel .avatar-preview{background:#2d2d44;border-color:#3d3d5c}[data-theme=dark] .auth-modal-panel .avatar-refresh-btn{background:#2d2d44;border-color:#3d3d5c;color:#9ca3af}[data-theme=dark] .auth-modal-panel .avatar-refresh-btn:hover{background:#3d3d5c;border-color:#c084fc;color:#c084fc}[data-theme=dark] .auth-modal-panel .terms-checkbox{background:#2d2d44;border-color:#3d3d5c}[data-theme=dark] .auth-modal-panel .terms-text{color:#9ca3af}[data-theme=dark] .auth-modal-panel .terms-link{color:#c084fc}[data-theme=dark] .auth-modal-panel .terms-link:hover{color:#d8b4fe}[data-theme=dark] .auth-modal-panel .auth-message{background:#f59e0b1a;border-color:#f59e0b33;color:#fbbf24}[data-theme=dark] .auth-modal-panel .forgot-password-btn{color:#9ca3af}[data-theme=dark] .auth-modal-panel .forgot-password-btn:hover{color:#c084fc}[data-theme=dark] .auth-modal-panel .utools-divider{color:#6b7280}[data-theme=dark] .auth-modal-panel .utools-divider:before,[data-theme=dark] .auth-modal-panel .utools-divider:after{background:#3d3d5c}[data-theme=dark] .auth-modal-panel .utools-login-btn{background:#2d2d44;border-color:#3d3d5c;color:#9ca3af}[data-theme=dark] .auth-modal-panel .utools-login-btn:hover{background:#3d3d5c;border-color:#c084fc;color:#c084fc}[data-theme=dark] .auth-modal-panel .profile-actions{border-top-color:#2d2d44}[data-theme=dark] .auth-modal-panel .profile-logout-btn,[data-theme=dark] .auth-modal-panel .profile-change-password-btn{background:#2d2d44;border-color:#3d3d5c;color:#9ca3af}[data-theme=dark] .auth-modal-panel .profile-logout-btn:hover{background:#ef44441a;border-color:#ef44444d;color:#f87171}[data-theme=dark] .auth-modal-panel .profile-change-password-btn:hover{background:#3d3d5c;border-color:#c084fc;color:#c084fc}[data-theme=dark] .auth-modal-panel .email-verified-badge,[data-theme=dark] .auth-modal-panel .utools-bind-status.bound{background:#22c55e1a;border-color:#22c55e33;color:#4ade80}[data-theme=dark] .auth-modal-panel .utools-bind-status.unbound{background:#f59e0b1a;border-color:#f59e0b33;color:#fbbf24}[data-theme=dark] .auth-modal-panel .utools-bind-btn,[data-theme=dark] .auth-modal-panel .utools-unbind-btn{background:#2d2d44;border-color:#3d3d5c;color:#9ca3af}[data-theme=dark] .auth-modal-panel .utools-bind-btn:hover{background:#3d3d5c;border-color:#c084fc;color:#c084fc}[data-theme=dark] .auth-modal-panel .utools-unbind-btn:hover{background:#ef44441a;border-color:#ef44444d;color:#f87171}[data-theme=dark] .shop-modal-header{border-bottom-color:var(--border)}[data-theme=dark] .shop-modal-header h2{color:var(--text)}[data-theme=dark] .weather-banner{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .info-bar-crop,[data-theme=dark] .info-bar-pet{background:var(--surface);border-color:var(--border)}[data-theme=dark] .icon-btn{background:var(--surface-muted);border-color:var(--border);color:var(--text)}[data-theme=dark] .icon-btn:hover{background:var(--border)}[data-theme=dark] input[type=text],[data-theme=dark] input[type=number],[data-theme=dark] input[type=email],[data-theme=dark] textarea,[data-theme=dark] select{background:var(--surface-muted);border-color:var(--border);color:var(--text)}[data-theme=dark] .quick-action-btn{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .chat-message-item:hover{background:var(--surface-soft)}[data-theme=dark] .chat-msg-avatar{background:var(--surface-muted);border-color:var(--border)}[data-theme=dark] .chat-msg-avatar-clickable:hover{border-color:var(--primary)}[data-theme=dark] .chat-msg-content{background:var(--surface-muted);color:#ffffffb3}[data-theme=dark] .chat-message-mine .chat-msg-content{background:var(--primary-soft);color:#ffffffb3}[data-theme=dark] .chat-msg-vip .chat-msg-content{border-color:#b01e1e4d;box-shadow:0 0 6px #dc262626;background:#dc262608}[data-theme=dark] .chat-msg-vip .vip-badge.active{background:linear-gradient(135deg,#a0403c,#8b3532);color:#ddd;opacity:.7}[data-theme=dark] .chat-message-mine .chat-msg-avatar{background:var(--primary-soft);border-color:var(--primary)}[data-theme=dark] .chat-message-mine .chat-msg-nickname{color:var(--primary)}[data-theme=dark] .chat-msg-action-trigger{background:#ffffff14;color:var(--muted)}[data-theme=dark] .chat-msg-action-trigger:hover{background:#ffffff26;color:var(--text)}[data-theme=dark] .chat-msg-action-menu{background:var(--surface);box-shadow:0 2px 12px #0006}[data-theme=dark] .chat-msg-action-item{color:var(--text)}[data-theme=dark] .chat-msg-action-item:hover{background:var(--surface-muted)}[data-theme=dark] .chat-reply-preview{background:var(--surface-muted);border-left-color:var(--primary)}[data-theme=dark] .chat-reply-label{color:var(--primary)}[data-theme=dark] .chat-reply-content{color:var(--muted)}[data-theme=dark] .chat-reply-close{background:#ffffff1a;color:var(--muted)}[data-theme=dark] .chat-reply-close:hover{background:#fff3;color:var(--text)}[data-theme=dark] .chat-msg-system{color:var(--muted)}[data-theme=dark] .chat-msg-system-text{background:var(--surface-muted);border-color:var(--border);color:var(--muted-strong)}[data-theme=dark] .chat-msg-system-time{color:var(--muted)}[data-theme=dark] .chat-bet-group-text{background:var(--surface-muted);border-color:var(--border);color:var(--muted)}[data-theme=dark] .chat-bet-group:hover .chat-bet-group-text{background:var(--surface-hover);color:var(--muted-strong)}[data-theme=dark] .chatroom-header{background:var(--surface);border-bottom-color:var(--border)}[data-theme=dark] .chatroom-header h2{color:var(--text)}[data-theme=dark] .chat-load-more-btn{background:var(--surface);border-color:var(--border);color:var(--muted-strong)}[data-theme=dark] .chat-load-more-btn:hover{background:var(--surface-soft);border-color:var(--border-strong)}[data-theme=dark] .chat-input{background:var(--surface-muted);border-color:var(--border);color:var(--text)}[data-theme=dark] .chat-send-btn{background:var(--primary);color:#fff}[data-theme=dark] .chat-send-btn:disabled{background:var(--surface-muted);color:var(--muted)}[data-theme=dark] .chat-emoji-picker{background:var(--surface);border-color:var(--border)}[data-theme=dark] .chat-emoji-item:hover{background:var(--surface-muted)}[data-theme=dark] .chat-emoji-tabs{border-top-color:var(--border)}[data-theme=dark] .chat-emoji-tab{color:var(--muted)}[data-theme=dark] .chat-emoji-tab:hover{background:var(--surface-muted);color:var(--text)}[data-theme=dark] .chat-emoji-tab.active{background:var(--primary-soft);color:var(--primary)}[data-theme=dark] .chat-emoji-placeholder{color:var(--muted)}[data-theme=dark] .chat-emoji-search-box{border-color:#ffffff1a}[data-theme=dark] .chat-emoji-search-input{background:#ffffff0d;border-color:#ffffff1a;color:var(--text)}[data-theme=dark] .chat-emoji-search-input:focus{border-color:var(--primary)}[data-theme=dark] .chat-emoji-search-btn{background:#ffffff1a;color:var(--muted)}[data-theme=dark] .chat-emoji-search-btn:hover{background:#ffffff26;color:var(--text)}[data-theme=dark] .chat-emoji-search-results{border-color:#ffffff1a}[data-theme=dark] .chat-emoji-library-item:hover{border-color:var(--primary)}[data-theme=dark] .chat-emoji-loading,[data-theme=dark] .chat-emoji-empty,[data-theme=dark] .chat-favorites-loading{color:var(--muted)}[data-theme=dark] .chat-msg-image-fav-btn{background:#fff3}[data-theme=dark] .chat-msg-image-fav-btn:hover,[data-theme=dark] .chat-msg-image-fav-btn.favorited{background:#ffffff4d}[data-theme=dark] .chat-favorites-remove{background:#fff3}[data-theme=dark] .chat-favorites-add{border-color:#fff3;color:var(--muted)}[data-theme=dark] .chat-favorites-add:hover{border-color:var(--primary);color:var(--primary);background:#3b82f61a}[data-theme=dark] .chat-favorites-empty-hint{color:var(--muted)}[data-theme=dark] .chat-emoji-close{background:#ffffff1a;color:var(--muted)}[data-theme=dark] .chat-emoji-close:hover{background:#fff3;color:var(--text)}[data-theme=dark] .confirm-bubble{background:var(--surface);box-shadow:0 8px 30px #0000004d,0 2px 8px #00000026}[data-theme=dark] .confirm-bubble-text{color:var(--text)}[data-theme=dark] .confirm-bubble-cancel{background:var(--surface-soft);border-color:var(--border);color:var(--muted)}[data-theme=dark] .confirm-bubble-cancel:hover{background:var(--surface-muted)}[data-theme=dark] .message{background:linear-gradient(135deg,#2d323ef2,#282c37eb);border-color:#ffc36426;color:#f0d080;box-shadow:0 4px 16px #00000040,0 1px 4px #00000026,inset 0 1px #ffffff0f}[data-theme=dark] .message-close{color:#a08840}[data-theme=dark] .message-close:hover{background:#ffc3641f;color:#f0d080}[data-theme=dark] .chat-cost-hint,[data-theme=dark] .chat-paste-hint{color:var(--muted)}[data-theme=dark] .chat-input-area{background:var(--surface);border-top-color:var(--border)}[data-theme=dark] .chat-input{background:var(--surface-soft);border-color:var(--border);color:var(--text)}[data-theme=dark] .chat-input:focus{background:var(--surface);border-color:var(--primary)}[data-theme=dark] .chat-input::placeholder{color:var(--muted)}[data-theme=dark] .chat-emoji-btn{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .chat-emoji-btn:hover,[data-theme=dark] .chat-emoji-btn.active{background:var(--surface-muted);border-color:var(--primary)}[data-theme=dark] .chat-send-btn{background:var(--primary);border-color:var(--primary)}[data-theme=dark] .chat-send-btn:hover:not(:disabled){background:var(--primary-dark)}[data-theme=dark] .chat-msg-level{background:linear-gradient(135deg,#2d2040,#3d2d50);color:#b794f4}[data-theme=dark] .chat-red-envelope-btn{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .chat-red-envelope-btn:hover{background:var(--danger-soft);border-color:var(--danger)}[data-theme=dark] .chat-image-btn{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .chat-image-btn:hover{background:var(--primary-soft);border-color:var(--primary)}[data-theme=dark] .chatroom-page,[data-theme=dark] .private-chat-page{background:var(--page-bg)}[data-theme=dark] .fishing-page{background:#2a2a2a}[data-theme=dark] .fishing-top-bar{background:#282828eb;border-bottom-color:#ffffff14;box-shadow:0 2px 8px #0003}[data-theme=dark] .fishing-title{color:#eee}[data-theme=dark] .fishing-status-text{color:#aaa}[data-theme=dark] .fishing-hint{color:#777}[data-theme=dark] .fishing-bottom-bar{background:#282828f2;border-top-color:#ffffff14;box-shadow:0 -2px 8px #0003}[data-theme=dark] .fishing-pond-status-text{color:#e0e0e0}[data-theme=dark] .fishing-pond-status-hint{color:#888}[data-theme=dark] .fishing-action-btn{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .fishing-action-btn:hover{background:#ffffff1a;border-color:#ffffff26}[data-theme=dark] .fishing-action-btn:active{background:#ffffff26}[data-theme=dark] .fishing-action-btn.is-fishing{background:#dc354526;border-color:#dc354559;color:#ff6b7a}[data-theme=dark] .fishing-action-btn.is-fishing:hover{background:#dc354540}[data-theme=dark] .fishing-action-btn-premium{background:#c9a84c14;border-color:#c9a84c40}[data-theme=dark] .fishing-action-btn-premium:hover{background:#c9a84c26}[data-theme=dark] .fishing-action-text{color:#aaa}[data-theme=dark] .fishing-status-btn{border-color:#ffffff26;background:linear-gradient(135deg,#ffffff14,#ffffff1f);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .fishing-status-btn:hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .fishing-status-btn.is-fishing{border-color:#52c41a;background:linear-gradient(135deg,#389e0d,#52c41a);box-shadow:0 2px 12px #52c41a80}[data-theme=dark] .fishing-status-btn.is-fishing:hover{box-shadow:0 4px 16px #52c41ab3}[data-theme=dark] .fishing-status-text{color:#ccc}[data-theme=dark] .fishing-status-btn.is-fishing .fishing-status-text{color:#fff}[data-theme=dark] .fishing-slot{background:#ffffff0f}[data-theme=dark] .fishing-slot-count{color:#aaa}[data-theme=dark] .chat-container,[data-theme=dark] .chat-messages-container{background:var(--page-bg)}[data-theme=dark] .chat-msg-content-wrapper,[data-theme=dark] .chat-message-mine .chat-msg-content-wrapper{background:transparent;border:none}[data-theme=dark] .chat-popover{background:var(--surface);box-shadow:0 4px 20px #0006}[data-theme=dark] .chat-popover-name{color:var(--text)}[data-theme=dark] .chat-popover-level{color:var(--primary)}[data-theme=dark] .chat-popover-online-status.online{color:#68d391;background:linear-gradient(135deg,#1a3a2a,#22543d)}[data-theme=dark] .chat-popover-online-status.recent{color:#ecc94b;background:linear-gradient(135deg,#3a3520,#4a3f1f)}[data-theme=dark] .chat-popover-online-status.away{color:#f6ad55;background:linear-gradient(135deg,#3a2f1f,#4a3a20)}[data-theme=dark] .chat-popover-online-status.old{color:#a0aec0;background:linear-gradient(135deg,#2d3748,#4a5568)}[data-theme=dark] .chat-popover-online-status.offline{color:#718096;background:linear-gradient(135deg,#2d3748,#4a5568)}[data-theme=dark] .chat-popover-btn{color:var(--text)}[data-theme=dark] .chat-popover-btn:hover{background:var(--surface-muted)}[data-theme=dark] .chat-red-envelope-card{background:var(--surface-muted);border-color:var(--border)}[data-theme=dark] .chat-red-envelope-title{color:var(--text)}[data-theme=dark] .chat-red-envelope-amount{color:var(--warning)}[data-theme=dark] .chat-red-envelope-count{color:var(--muted)}body{min-height:calc(100vh - 36px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif;color:var(--text);background:var(--page-bg);-webkit-text-size-adjust:100%;touch-action:manipulation}body.chat-active,body.leaderboard-active{overflow:hidden}@media(pointer:coarse){input,select,textarea{font-size:16px}}button,input{font-family:inherit}button{-webkit-tap-highlight-color:transparent}.container{width:100%;margin:0;position:relative;min-height:calc(100vh - 36px)}.header{position:fixed;top:12px;left:68px;right:12px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 8px;background:#ffffffbf;border-radius:12px;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.05);margin-bottom:0}@media(min-width:769px){body.farm-active .header{left:60px;right:12px;width:auto;max-width:800px;margin-left:auto;margin-right:auto}}.farm-panel,.shop-section,.leaderboard-section,.shop-modal-panel,.auth-modal-panel,.confirm-modal-panel,.crop-detail-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.brand-panel{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.brand-mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;background:var(--primary);color:#fff;font-size:17px;font-weight:800}.brand-copy h1{font-size:17px;line-height:1.25;color:var(--text);font-weight:750}.brand-copy p{margin-top:2px;font-size:11px;line-height:1.45;color:var(--muted)}.player-panel{min-width:0;display:flex;align-items:center;gap:8px;padding:4px 8px;border:none;border-radius:var(--radius);background:transparent;cursor:pointer;text-align:left;transition:background .16s ease}.player-panel:hover{background:#00000008}.player-panel.guest{background:transparent}.player-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:12px;background:var(--surface-soft);font-size:24px;overflow:hidden}.player-main{min-width:0;flex:1}.player-name-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.player-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;color:var(--text)}.player-level{padding:1px 4px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:9px;font-weight:700}.player-title{color:var(--muted);font-size:10px}.player-info-row{display:flex;align-items:center;gap:3px;margin-top:1px;color:var(--muted-strong);font-size:9px}.player-info-sep{color:var(--border)}.player-money{color:var(--warning);font-size:10px}.vip-badge{display:inline-block;padding:0 4px;margin-right:2px;height:16px;line-height:16px;border-radius:3px;font-size:9px;font-weight:800;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;background:#e0e0e0;color:#aaa;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.vip-badge:hover{transform:scale(1.08)}.vip-badge:active{transform:scale(.95)}.vip-badge.active{background:linear-gradient(135deg,#e74c3c,#c0392b);color:gold;box-shadow:0 1px 3px #e74c3c33;text-shadow:0 0 4px rgba(255,215,0,.3)}.vip-nickname{color:#e74c3c!important}[data-theme=dark] .vip-nickname{color:#ff6b6b!important}.exp-progress{position:relative;display:inline-flex;align-items:center;height:16px;padding:0 4px;border-radius:6px;border:1px solid #80cbc4;background:#e9eeee;overflow:hidden;min-width:80px;margin-top:2px}.exp-progress-bar{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#d8f0e1,#89cca2);border-radius:7px;transition:width .3s ease}.exp-progress-text{position:relative;z-index:1;font-size:9px;font-weight:600;color:#1b5e20;white-space:nowrap;text-shadow:0 0 3px rgba(255,255,255,.8);line-height:1}[data-theme=dark] .exp-progress{border-color:#555;background:#2a2a2c}[data-theme=dark] .exp-progress-bar{background:linear-gradient(90deg,#3b3b3e,#646464)}[data-theme=dark] .exp-progress-text{color:#e0e0e0;text-shadow:0 0 3px rgba(0,0,0,.5)}.mobile-fab-stack{position:fixed;right:8px;top:75px;z-index:120;display:none;flex-direction:column;align-items:stretch;gap:6px}.mobile-fab-stack-left{position:fixed;left:8px;top:75px;z-index:120;display:none;flex-direction:column;align-items:stretch;gap:6px}.fab-friends-btn,.fab-employment-btn{position:relative;width:32px;height:32px;border-radius:10px;border:1px solid var(--border);background:#fffffff5;box-shadow:0 4px 16px #10182824,0 1px 4px #10182814;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:15px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.fab-friends-btn:active,.fab-employment-btn:active{transform:scale(.95);box-shadow:0 2px 8px #1018281f}.fab-friends-btn:hover,.fab-employment-btn:hover{border-color:#b8c7d9;background:#fff;box-shadow:0 6px 20px #1018282e,0 2px 6px #1018281a}.leaderboard-launch-btn,.backpack-launch-btn,.shop-launch-btn,.pet-launch-btn,.pond-launch-btn,.mall-launch-btn,.bank-launch-btn,.invite-launch-btn,.auto-farm-launch-btn{position:static;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:#fffffff5;box-shadow:0 4px 16px #10182824,0 1px 4px #10182814;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:15px}.leaderboard-launch-btn:hover{border-color:#b8c7d9;background:#fff}.leaderboard-launch-btn svg{width:30px;height:30px;fill:currentColor}.backpack-launch-btn:hover{border-color:#b8c7d9;background:#fff}.backpack-launch-btn{position:relative;font-size:15px;color:var(--warning2);background:linear-gradient(180deg,#fffffffa,#eef5fff0)}.backpack-launch-btn .backpack-count-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 3px;border-radius:8px;background:#f44336;color:#fff;font-size:9px;font-weight:700;line-height:16px;text-align:center}.shop-launch-btn:hover{border-color:#b8c7d9;background:#fff}.leaderboard-launch-btn{color:var(--warning2);background:linear-gradient(180deg,#fffffffa,#eef5fff0)}.pond-launch-btn{color:#2196f3;background:linear-gradient(180deg,#fffffffc,#f8fafcfa)}.pond-launch-btn:hover{border-color:#90caf9;background:#fff}.mall-launch-btn{color:#ff9800;background:linear-gradient(180deg,#fffffffc,#fff8e1fa)}.mall-launch-btn:hover{border-color:#ffb74d;background:#fff}.bank-launch-btn{color:#0e7a56;background:linear-gradient(180deg,#fffffffc,#e7f6ecfa)}.bank-launch-btn:hover{border-color:#34b88a;background:#fff}.invite-launch-btn{color:#e91e63;background:linear-gradient(180deg,#fffffffc,#fff0f5fa)}.invite-launch-btn:hover{border-color:#f48fb1;background:#fff}.auto-farm-launch-btn{color:#4caf50;background:linear-gradient(180deg,#fffffffc,#f0fff0fa)}.auto-farm-launch-btn:hover{border-color:#81c784;background:#fff}.invite-launch-btn{color:#ff9800;background:linear-gradient(180deg,#fffffffc,#fff8e1fa)}.invite-launch-btn:hover{border-color:#ffb74d;background:#fff}.shop-launch-btn{color:var(--success);background:linear-gradient(180deg,#fffffffa,#e7f6ecf0)}.shop-launch-icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.pet-launch-btn{color:var(--warning2);background:linear-gradient(180deg,#fffffffa,#fff3e0f0)}.pet-launch-btn:hover{border-color:#b8c7d9;background:#fff}.pet-launch-emoji{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.leaderboard-launch-btn svg{width:38px;height:38px;margin-top:4px;fill:currentColor}.messages{position:fixed;top:45%;right:16px;z-index:999999}.message{position:relative;margin-bottom:6px;padding:10px 32px 10px 16px;border:1px solid rgba(255,195,100,.25);border-radius:12px;background:linear-gradient(135deg,#fffcf5f2,#fff8ebeb);color:#7a5a2e;box-shadow:0 4px 16px #b48c3c1a,0 1px 4px #b48c3c0f,inset 0 1px #fffc;text-align:center;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:.02em;animation:messageBubbleIn .35s cubic-bezier(.34,1.56,.64,1)}@media(min-width:768px){.messages{transform:none}.message{padding:10px 32px 10px 12px}}.message-close{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:25px;height:25px;border:none;background:transparent;color:#c0a060;font-size:18px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0}.message-close:hover{background:#b48c3c1f;color:#7a5a2e}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes messageBubbleIn{0%{opacity:0;transform:scale(.55) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.body-con{display:flex;flex-direction:column;gap:12px;width:100%;background:transparent}.desktop-only{display:flex}.mobile-only{display:none!important;padding:0 38px!important}.mobile-info-bar{display:none!important}.info-bar{position:fixed;width:48px;display:flex;flex-direction:column;gap:6px;z-index:99;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:3px;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.05)}.info-bar-left{left:68px;top:95px}.info-bar-right{right:12px;top:95px}.info-bar-crop{width:100%;min-width:0;cursor:pointer;transition:background .2s ease}.info-bar-crop:hover{background:#00000008}.info-bar-plant{width:100%;min-width:0;cursor:pointer;transition:background .2s ease}.info-bar-plant:hover{background:var(--success-soft)}.crop-quick-info{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:4px}.crop-price,.crop-time{font-size:9px;color:var(--muted);white-space:nowrap}.crop-price{color:var(--warning);font-weight:600}.info-bar-actions{width:100%;display:flex;flex-direction:column;gap:6px}.action-btn{position:relative;width:100%;padding:6px 4px;border:none;border-radius:8px;background:var(--surface-soft);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:2px}.action-btn:hover:not(:disabled){transform:scale(1.05)}.action-btn:disabled{opacity:.4;cursor:not-allowed}.action-btn.water-btn:hover:not(:disabled){background:#e0f2fe}.action-btn.harvest-btn:hover:not(:disabled){background:#dcfce7}.action-icon{font-size:18px;line-height:1}.action-count{font-size:9px;font-weight:700;color:#fff;background:var(--danger);border-radius:8px;padding:0 4px;min-width:14px;height:14px;line-height:14px;text-align:center}.info-bar-pet{width:100%;flex-shrink:0;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.info-bar-pet:hover{background:var(--surface-hover, rgba(128, 128, 128, .01));box-shadow:0 2px 8px #0000000f}.info-bar-pet:active{transform:scale(.98)}body.farm-active{background:linear-gradient(180deg,#e8f4fb,#f0f7fb 28%,#f5f8ee 58%,#eef5e4);background-attachment:fixed;background-size:cover}[data-theme=dark] body.farm-active{background:radial-gradient(900px 420px at 80% 10%,rgba(90,100,130,.14),transparent 55%),linear-gradient(180deg,#0a0b0e,#121316 40%,#17181c,#0e0f12);background-attachment:fixed,fixed;background-size:cover,cover}body.farm-active .app-wrapper,body.farm-active .app-main,body.farm-active .container{background:transparent}.farm-scene-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}body.farm-active .header{z-index:110}.farm-sun{position:absolute;top:96px;right:64px;width:84px;height:84px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff6c8,#ffd45e 45%,#ffb02e);box-shadow:0 0 48px #ffc43c8c,0 0 96px #ffc43c47;z-index:1}.farm-moon{display:none;position:absolute;top:104px;right:72px;width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#f5f0ff,#d4c8ff 50%,#a894ff);box-shadow:0 0 36px #b4a0ff8c,0 0 80px #8c78ff52;z-index:1}.farm-cloud{position:absolute;width:90px;height:30px;border-radius:999px;background:#ffffffd1;box-shadow:22px 10px 0 -5px #ffffffb3,-20px 12px 0 -7px #ffffffa6;z-index:1;animation:farm-cloud-drift 28s linear infinite}.farm-cloud-a{top:120px;left:12%}.farm-cloud-b{top:150px;left:36%;width:70px;height:22px;animation-duration:36s;animation-delay:-10s}.farm-cloud-c{top:132px;left:58%;width:56px;height:18px;animation-duration:32s;animation-delay:-18s;opacity:.85}@keyframes farm-cloud-drift{0%{transform:translate(0)}50%{transform:translate(48px)}to{transform:translate(0)}}.farm-stars{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:radial-gradient(1.5px 1.5px at 12% 18%,#fff 50%,transparent 51%),radial-gradient(1.5px 1.5px at 28% 8%,#cfd4ff 50%,transparent 51%),radial-gradient(1.2px 1.2px at 45% 22%,#fff 50%,transparent 51%),radial-gradient(1.5px 1.5px at 62% 12%,#e8e0ff 50%,transparent 51%),radial-gradient(1.2px 1.2px at 78% 28%,#fff 50%,transparent 51%),radial-gradient(1.5px 1.5px at 90% 15%,#cfd4ff 50%,transparent 51%),radial-gradient(1px 1px at 18% 32%,#fff 50%,transparent 51%),radial-gradient(1.2px 1.2px at 55% 30%,#fff 50%,transparent 51%),radial-gradient(1px 1px at 35% 45%,#e8e0ff 50%,transparent 51%),radial-gradient(1.2px 1.2px at 70% 50%,#fff 50%,transparent 51%),radial-gradient(1px 1px at 8% 55%,#fff 50%,transparent 51%),radial-gradient(1.2px 1.2px at 92% 42%,#cfd4ff 50%,transparent 51%);opacity:.9}.farm-fireflies{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.farm-fireflies i{position:absolute;width:6px;height:6px;border-radius:50%;background:#d4ff7a;box-shadow:0 0 8px 2px #c8ff78cc,0 0 16px 4px #b4ff6459;opacity:0;animation:farm-glowfly 7s ease-in-out infinite}.farm-fireflies i:nth-child(1){left:12%;top:30%;animation-delay:0s}.farm-fireflies i:nth-child(2){left:78%;top:38%;animation-delay:1.5s}.farm-fireflies i:nth-child(3){left:30%;top:55%;animation-delay:3s}.farm-fireflies i:nth-child(4){left:60%;top:22%;animation-delay:.8s}.farm-fireflies i:nth-child(5){left:45%;top:70%;animation-delay:2.2s}.farm-fireflies i:nth-child(6){left:85%;top:60%;animation-delay:4s}@keyframes farm-glowfly{0%,to{opacity:0;transform:translate(0)}20%{opacity:1}50%{opacity:.85;transform:translate(30px,-24px)}80%{opacity:.4;transform:translate(-16px,-8px)}}[data-theme=dark] .farm-sun{display:none}[data-theme=dark] .farm-moon{display:block}[data-theme=dark] .farm-cloud{background:#5a64a038;box-shadow:22px 10px 0 -5px #5a64a029,-20px 12px 0 -7px #5a64a024}[data-theme=dark] .farm-stars,[data-theme=dark] .farm-fireflies{display:block}[data-theme=dark].farm-active .weather-banner,[data-theme=dark] .weather-banner{background:#1c1e34e0;border-color:#a08cff2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(prefers-reduced-motion:reduce){.farm-cloud,.farm-fireflies i{animation:none!important}.farm-fireflies i{opacity:.55}}.farm-panel{padding:95px 90px 16px;background:transparent;border:none;box-shadow:none;overflow:visible}.farm-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:12px;max-width:800px;margin:0 auto;width:100%;padding:0;box-sizing:border-box}.plot,.friend-plot{--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.10 0 0 0 0 0.04 0 0 0 0.42 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.28'/%3E%3C/svg%3E");--soil-till: rgba(42, 16, 0, .04);--soil-till-gap: rgba(255, 236, 190, .03);--soil-vignette: rgba(45, 18, 0, .16)}.plot{position:relative;aspect-ratio:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;isolation:isolate;border-radius:10px;border:1px solid rgba(85,55,18,.32);background:linear-gradient(180deg,#c9a46c,#ba8d52 38%,#a97c42 70%,#966c36);box-shadow:inset 0 1px #fff5d247,inset 2px 0 4px -2px #280e0024,inset -2px 0 4px -2px #280e0024,inset 0 -3px #280e0038,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a,0 12px 22px #280e000f;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease;container-type:inline-size}.plot:before,.friend-plot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:-1;background-image:var(--soil-noise),repeating-linear-gradient(180deg,transparent 0,transparent 7px,var(--soil-till) 7px,var(--soil-till) 8px,var(--soil-till-gap) 8px,var(--soil-till-gap) 9px),radial-gradient(ellipse 85% 75% at 50% 38%,transparent 42%,var(--soil-vignette) 100%);background-size:32px 32px,100% 100%,100% 100%;background-blend-mode:overlay,soft-light,normal;opacity:.92}.plot.locked:before,.friend-plot.locked:before{display:none}.plot.mutated{z-index:101}.plot:hover{z-index:101;border-color:#ffdc7873;box-shadow:inset 0 1px #fff8dc5c,inset 2px 0 4px -2px #280e001a,inset -2px 0 4px -2px #280e001a,inset 0 -2px #280e0029,0 0 0 2px #ffdc7873,0 2px 2px #280e001f,0 6px 12px #280e0033,0 14px 24px #280e001f;background:linear-gradient(180deg,#d4b078,#c49a5c 38%,#b38a4c 70%,#a07a40);transform:translateY(-1px)}.plot.planted{border-color:#5537124d;background:linear-gradient(180deg,#b8985c,#a88446 38%,#98743c 70%,#886434)}.plot.ready{border-color:#5a8c3c73;background:linear-gradient(180deg,#c9a46c,#ba8d52 38%,#a97c42 70%,#966c36);animation:ready-pulse 2s ease-in-out infinite}@keyframes ready-pulse{0%,to{box-shadow:inset 0 1px #fff5d247,inset 0 -3px #280e0038,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a,0 0 #8cc86400}50%{box-shadow:inset 0 1px #fff5d247,inset 0 -3px #280e0038,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a,0 0 0 3px #8cc86459}}.plot.need-water{border-color:#508cb480;background:linear-gradient(180deg,#c4a878,#b49458 38%,#a48448 70%,#94743c);animation:water-ripple 1.5s ease-in-out infinite}@keyframes water-ripple{0%,to{box-shadow:inset 0 1px #fff5d23d,inset 0 -3px #280e0033,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a,0 0 #78b4dc00}50%{box-shadow:inset 0 1px #fff5d23d,inset 0 -3px #280e0033,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a,0 0 0 3px #78b4dc59}}.plot.locked{border-color:#64645a59;background:repeating-linear-gradient(-45deg,#b4b4aa33,#b4b4aa33 6px,#c8c8be59 6px,#c8c8be59 12px),#ddd8cc;border-style:dashed}.plot.locked.unlockable{border-color:#46783c80;background:#e4ecdc;border-style:dashed;animation:unlockable-glow 2s ease-in-out infinite}@keyframes unlockable-glow{0%,to{box-shadow:0 0 #64a05a00}50%{box-shadow:0 0 0 2px #64a05a33}}.plot.quality-red{border-color:#a0504652;background:linear-gradient(180deg,#d4a89a,#c49486 38%,#b48476 70%,#a4746c);--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.22 0 0 0 0 0.08 0 0 0 0 0.05 0 0 0 0.4 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");--soil-till: rgba(70, 18, 12, .045);--soil-till-gap: rgba(255, 220, 210, .03);--soil-vignette: rgba(55, 12, 8, .18)}.plot.quality-red:hover{border-color:#be6e6461;background:linear-gradient(180deg,#debaac,#cea89c 38%,#be988c 70%,#ae8880);box-shadow:inset 0 1px #fff0e638,0 0 0 2px #dc8c7833}.plot.quality-red.planted{border-color:#b4645a52;background:linear-gradient(180deg,#dcaa9c,#cd9084 42%,#bc8074 72%,#ac7064)}.plot.quality-red.ready{border-color:#b4645a59;background:linear-gradient(180deg,#e8b8aa,#d99a8c 42%,#c8887a 72%,#b8786c);animation:red-ready-pulse 2s ease-in-out infinite}@keyframes red-ready-pulse{0%,to{box-shadow:inset 0 2px #ffffff26,0 0 #c4908a00}50%{box-shadow:inset 0 2px #ffffff26,0 0 0 3px #c4908a59}}.plot.quality-red.need-water{border-color:#508cb459;background:linear-gradient(180deg,#e2b4a6,#d39688 42%,#c28478 72%,#b2746c);animation:red-water-pulse 1.5s ease-in-out infinite}@keyframes red-water-pulse{0%,to{box-shadow:inset 0 2px #ffffff1f,0 0 #78b4dc00}50%{box-shadow:inset 0 2px #ffffff1f,0 0 0 3px #78b4dc4d}}.plot.quality-black{border:1px solid rgba(150,130,80,.32);background:linear-gradient(180deg,#5c5348,#4c443c 38%,#3c3630 70%,#302a24);color:#3a3228;box-shadow:inset 0 1px #ffe6aa24,inset 2px 0 4px -2px #00000040,inset -2px 0 4px -2px #00000040,inset 0 -3px #00000059,0 1px 1px #0003,0 3px 6px #0000003d,0 8px 14px #00000024,0 12px 22px #00000014,0 0 10px #a08c500f;--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.10 0 0 0 0 0.08 0 0 0 0 0.04 0 0 0 0.48 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.38'/%3E%3C/svg%3E");--soil-till: rgba(20, 12, 4, .07);--soil-till-gap: rgba(255, 230, 160, .025);--soil-vignette: rgba(0, 0, 0, .32)}.plot.quality-black:hover{border-color:#b4a06461;background:linear-gradient(180deg,#685e52,#585046 38%,#484038 70%,#3c342c);box-shadow:inset 0 1px #ffebb41f,0 0 0 2px #c8aa502e,0 0 10px #b496501a}.plot.quality-black.planted{border-color:#a08c5a52;background:linear-gradient(145deg,#625a4e,#50483e 45%,#3e3830)}.plot.quality-black.ready{border-color:#a08c5a59;background:linear-gradient(145deg,#6e6558,#5c5448 45%,#4a4238);animation:black-ready-pulse 2s ease-in-out infinite}@keyframes black-ready-pulse{0%,to{box-shadow:inset 0 1px #ffffff14,0 0 #c8aa5000}50%{box-shadow:inset 0 1px #ffffff14,0 0 0 3px #c8aa5059,0 0 14px #b4965033}}.plot.quality-black.need-water{border-color:#64aadc59;background:linear-gradient(145deg,#665e52,#544c42 45%,#423c34);animation:black-water-pulse 1.5s ease-in-out infinite}@keyframes black-water-pulse{0%,to{box-shadow:inset 0 1px #ffffff0f,0 0 #78b4dc00}50%{box-shadow:inset 0 1px #ffffff0f,0 0 0 3px #78b4dc4d}}.land-quality-badge{position:absolute;right:4px;top:2px;z-index:12;font-size:14px;font-weight:500;letter-spacing:1px;color:#5a3c1473;pointer-events:none;white-space:nowrap;-webkit-user-select:none;user-select:none;font-style:italic}.land-quality-badge.red{color:#78281e73}.land-quality-badge.black{color:#322a1ea6;text-shadow:none}.land-upgrade-btn{position:absolute;top:4px;right:4px;z-index:15;min-width:30px;height:17px;padding:0 5px;border:1px solid #c53030;border-radius:999px;background:linear-gradient(180deg,#fff5f5,#ffe8e8);color:#9b2c2c;font-size:9px;line-height:1;font-weight:800;cursor:pointer;box-shadow:0 1px 2px #0000001a,inset 0 1px 1px #fffc;transition:all .15s ease}.land-upgrade-btn:hover{background:linear-gradient(180deg,#ffe8e8,#ffd5d5);border-color:#e53e3e;box-shadow:0 2px 4px #00000026,inset 0 1px 1px #ffffffe6;transform:translateY(-1px)}.land-upgrade-btn.black{border-color:#555;background:linear-gradient(180deg,#444,#2a2a2a);color:#eee;font-size:8px}.land-upgrade-btn.black:hover{background:linear-gradient(180deg,#555,#333);border-color:#777;box-shadow:0 2px 4px #0000004d,inset 0 1px 1px #ffffff26;transform:translateY(-1px)}.locked-plot-dot{width:8px;height:8px;border-radius:50%;background:#5a503c59;opacity:.75}.plot.locked.unlockable .locked-plot-dot{background:var(--primary);opacity:.8;animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.locked-plot-cost{margin-top:2px;padding:0 4px;color:transparent;font-size:0;line-height:1.35;text-align:center}.locked-plot-cost:before{content:attr(data-cost) " 金币";color:var(--muted);font-size:8px}.locked-plot-cost.unlockable:after{content:" 可开垦";color:var(--primary-dark);font-size:8px;font-weight:700}.empty{color:#5a3c1473;font-size:16px;font-weight:500;z-index:1;text-shadow:0 1px 0 rgba(255,255,255,.15)}[data-theme=dark] .empty{color:#c8beff73;text-shadow:none}.crop-emoji{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:60cqi;z-index:1;line-height:1}.crop-emoji:not(.crop-mutated){font-size:inherit}.crop-tile{font-size:46cqi;line-height:1;filter:drop-shadow(0 1px 1px rgba(45,18,0,.28))}.crop-emoji:not(.crop-mutated).crop-mature{animation:none}.crop-emoji:not(.crop-mutated).crop-mature .crop-tile{animation:crop-breathe 1.4s ease-in-out infinite}.crop-giant{display:inline-block;transform:scale(2);transform-origin:center center;position:relative;z-index:5}.mutation-badge{position:absolute;top:-14px;right:-8px;font-size:12cqi;color:#22d060;padding:1px 6px;white-space:nowrap;z-index:10}.plot.planted:not(.ready) .crop-emoji{font-size:60cqi}.crop-seed-group{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:3px;z-index:1;animation:seed-pulse 2s ease-in-out infinite}.seed-dot{display:inline-block;border-radius:50%/60% 60% 40% 40%;background:radial-gradient(ellipse at 40% 35%,#c49a62,#8a6438);box-shadow:inset 0 -1px 2px #00000059}.seed-s{width:5cqi;height:7cqi;transform:rotate(-20deg)}.seed-m{width:16cqi;height:16cqi;transform:rotate(10deg)}.seed-l{width:10cqi;height:13cqi;transform:rotate(25deg)}.crop-sprout .crop-tile{font-size:28cqi;animation:sprout-sway 2.5s ease-in-out infinite}.crop-sprout.crop-mutated{font-size:50cqi!important;animation:sprout-sway 2.5s ease-in-out infinite}@keyframes seed-pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}@keyframes sprout-sway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.crop-mature{position:relative;animation:crop-breathe 1.5s ease-in-out infinite}.crop-mature:before{content:"✨";position:absolute;top:-4px;right:-4px;font-size:8px;animation:sparkle 1s ease-in-out infinite;z-index:11}.crop-mature:after{content:"✨";position:absolute;bottom:-3px;left:-3px;font-size:7px;animation:sparkle 1.2s ease-in-out infinite .3s;z-index:11}@keyframes crop-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes sparkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.remove-crop-btn,.water-crop-btn{position:absolute;top:4px;z-index:15;min-width:28px;height:17px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:5px;color:#fff;font-size:9px;line-height:1;cursor:pointer;opacity:0;transition:opacity .16s ease}.remove-crop-btn{right:4px;background:var(--danger)}.water-crop-btn{left:4px;background:var(--primary)}.plot.need-water .water-crop-btn,.plot.planted:hover .remove-crop-btn,.plot.planted:hover .water-crop-btn,.plot.planted:focus-within .remove-crop-btn,.plot.planted:focus-within .water-crop-btn{opacity:1}.plot .progress-bar,.plot .timer{opacity:0;transition:opacity .2s ease}.plot:hover .progress-bar,.plot:hover .timer,.plot:focus-within .progress-bar,.plot:focus-within .timer{opacity:1}.remove-crop-btn:hover{background:#b91c1c}.water-crop-btn:hover{background:var(--primary-dark)}.progress-bar{position:absolute;right:4px;bottom:4px;left:4px;height:3px;overflow:hidden;border-radius:999px;background:#d7dee8;z-index:10}.progress{height:100%;border-radius:inherit;background:var(--success);transition:width .5s ease}.plot.need-water .progress{background:#0284c7}.timer{position:absolute;bottom:4px;left:0;right:0;max-width:92%;margin:0 auto;padding:0 4px;color:#3c280acc;font-size:9px;line-height:1.25;text-align:center;z-index:10;background:#fff8e6e0;border-radius:4px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.plot.need-water .timer{color:#0369a1;font-weight:700}.ready-text{position:absolute;bottom:6px;left:0;right:0;color:#2f6b3a;font-size:11px;font-weight:700;text-align:center;z-index:10;background:#eaf5dceb;border-radius:4px;padding:2px 4px;box-shadow:0 1px 3px #3c280a1f}.plot-bubble{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) scale(.55) translateY(8px);min-width:150px;padding:8px 11px 7px;border-radius:12px;background:#fffdf9f0;border:1px solid rgba(180,165,145,.28);box-shadow:0 6px 24px #8c785f24,0 2px 8px #8c785f14,inset 0 1px #fff9;pointer-events:none;opacity:0;z-index:9999;transition:opacity .28s cubic-bezier(.34,1.56,.64,1),transform .35s cubic-bezier(.34,1.56,.64,1);text-align:center;white-space:nowrap}.plot-bubble-arrow{position:absolute;bottom:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#fffdf9f0;border-right:1px solid rgba(180,165,145,.28);border-bottom:1px solid rgba(180,165,145,.28)}.plot:hover .plot-bubble{opacity:1;transform:translate(-50%) scale(1) translateY(0)}.plot-bubble-header{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:3px}.plot-bubble-emoji{font-size:14px;line-height:1}.plot-bubble-name{font-size:12px;font-weight:600;color:#5a554e;letter-spacing:1px}.plot-bubble-rarity{font-size:9px;font-weight:600;padding:1px 5px;border-radius:6px;letter-spacing:.5px}.plot-bubble-rarity.rarity-普通{color:#7a756e;background:#b4a5911f}.plot-bubble-rarity.rarity-优秀{color:#5a8a5a;background:#64aa641f}.plot-bubble-rarity.rarity-稀有{color:#4a7ab8;background:#4a7ab81f}.plot-bubble-rarity.rarity-史诗{color:#8a5ab8;background:#8a5ab81f}.plot-bubble-rarity.rarity-传说{color:#c88a2a;background:#c88a2a1f}.plot-bubble-rarity.rarity-神话{color:#c84a4a;background:#c84a4a1f}.plot-bubble-info{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:4px}.plot-bubble-attr{font-size:9px;font-weight:500;color:#a09a92;background:#b4a5911a;padding:1px 5px;border-radius:6px;letter-spacing:.5px}.plot-bubble-quality{font-size:9px;font-weight:500;color:#b87a5a;background:#b87a5a1a;padding:1px 5px;border-radius:6px;letter-spacing:.5px}.plot-bubble-mutation{font-size:9px;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff9800,#ffc107);padding:1px 5px;border-radius:6px;letter-spacing:.3px;box-shadow:0 1px 3px #ff980066}.plot-bubble-mutation.is-mutated{background:linear-gradient(135deg,#ff5722,#ffc107);color:#fff;box-shadow:0 1px 4px #ff572280}.plot-bubble-mutation.is-normal{background:linear-gradient(135deg,#b0b0b0,#d0d0d0);color:#fff;box-shadow:0 1px 2px #00000026;font-weight:500}.plot-detail-mutation.is-mutated{color:#ff5722;font-weight:700;text-shadow:0 1px 2px rgba(255,87,34,.25)}.plot-detail-mutation.is-normal{color:#999;font-weight:500}.plot-bubble-status{font-size:8px;font-weight:500;padding:1px 5px;border-radius:6px;letter-spacing:.5px}.plot-bubble-status.is-ready{color:#6a9a6a;background:#7ab87a26}.plot-bubble-status.need-water{color:#4a8ab8;background:#4a8ab81f}.plot-bubble-status.growing{color:#a09a92;background:#b4a5911a}.plot-bubble-progress{display:flex;align-items:center;gap:5px;margin-bottom:4px;padding:0 2px}.plot-bubble-progress-bar{flex:1;height:4px;background:#b4a59126;border-radius:999px;overflow:hidden}.plot-bubble-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#7ab87a,#5a9a5a);transition:width .5s ease}.plot-bubble-progress-text{font-size:9px;font-weight:600;color:#7a756e;letter-spacing:.5px;min-width:52px;text-align:right;font-variant-numeric:tabular-nums}.plot-bubble-rewards{display:flex;align-items:center;justify-content:center;gap:6px}.plot-bubble-reward{font-size:9px;font-weight:500;letter-spacing:.5px;display:flex;align-items:center;gap:2px}.plot-bubble-reward.gold{color:#b88a2a}.plot-bubble-reward.exp{color:#6a9a6a}.plot-bubble-reward.time{color:#8a8680}@media(max-width:540px){.plot:hover .plot-bubble{opacity:0;pointer-events:none}}.side-panel{width:100%;min-height:0;position:sticky;top:92px;height:calc(100dvh - 100px);display:flex;overflow:hidden}.side-panel-scroll{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.side-panel-scroll::-webkit-scrollbar{width:8px}.side-panel-scroll::-webkit-scrollbar-track{background:transparent}.side-panel-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--border-strong);background-clip:padding-box}.shop-section{padding:6px;margin-bottom:0;background:transparent;border:none;box-shadow:none}.shop-header{display:flex;flex-direction:column;align-items:center;gap:4px}.shop-header h2{color:var(--text);font-size:11px;font-weight:750;text-align:center}.plant-header-row{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}.plant-icon{font-size:18px;line-height:1}.plant-text{font-size:10px;font-weight:600;color:var(--success)}.plant-count{font-size:9px;font-weight:700;color:#fff;background:var(--danger);border-radius:8px;padding:0 4px;min-width:14px;height:14px;line-height:14px;text-align:center}.pet-hint-emoji{font-size:18px;line-height:1;text-align:center}.pet-header-row{flex-wrap:nowrap;overflow:hidden;flex-direction:column;align-items:center}.walking-pet-toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);cursor:pointer;transition:all .2s ease;padding:0;margin-top:2px;flex-shrink:0}.walking-pet-toggle:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft, rgba(99, 102, 241, .1))}.walking-pet-toggle.active{border-color:var(--success);background:var(--success-soft);color:var(--success)}.walking-pet-toggle.active:hover{border-color:var(--success);background:var(--success);color:#fff}.walking-pet-toggle:active{transform:scale(.9)}.pet-hint-text{font-size:9px;color:var(--muted);white-space:nowrap;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;display:none}.toggle-btn{min-height:32px;padding:0 12px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;font-size:12px;font-weight:700;cursor:pointer}.toggle-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.icon-btn{width:24px;height:24px;display:none;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);cursor:pointer;transition:all .2s}.icon-btn:hover{background:var(--surface-soft);border-color:var(--primary);color:var(--primary)}.plant-all-icon-btn{display:none}.plant-all-icon-btn:hover{border-color:var(--success);color:var(--success)}.plant-all-modal-panel{width:360px;max-width:90vw;background:var(--surface);border-radius:12px;overflow:hidden}.plant-all-modal-body{padding:16px}.plant-all-info{display:flex;align-items:center;gap:12px;padding:12px;background:var(--surface-soft);border-radius:8px;margin-bottom:16px}.plant-all-emoji{font-size:32px}.plant-all-text{font-size:14px;color:var(--text)}.plant-all-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.plant-all-stat{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--surface-soft);border-radius:6px}.stat-label{font-size:13px;color:var(--muted)}.stat-value{font-size:14px;font-weight:600;color:var(--text)}.plant-all-cost{color:var(--danger)}.plant-all-warning{padding:10px 12px;background:var(--danger-soft);border:1px solid var(--danger);border-radius:6px;color:var(--danger);font-size:13px;margin-bottom:16px}.plant-all-actions{display:flex;gap:12px;justify-content:flex-end}.plant-all-cancel-btn{padding:8px 16px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:13px;cursor:pointer}.plant-all-cancel-btn:hover{background:var(--surface-soft)}.plant-all-confirm-btn{padding:8px 16px;border:none;border-radius:6px;background:var(--success);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.plant-all-confirm-btn:hover:not(:disabled){opacity:.9}.plant-all-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.welfare-money-modal-panel{width:360px;max-width:90vw;background:var(--surface);border-radius:12px;overflow:hidden}.welfare-money-modal-body{padding:16px}.welfare-money-content{text-align:center;padding:20px 12px;background:linear-gradient(135deg,#fff9e6,#fff3cd);border-radius:8px;margin-bottom:16px}.welfare-money-emoji{font-size:48px;margin-bottom:12px}.welfare-money-text{font-size:14px;color:var(--text);line-height:1.6}.welfare-money-text strong{color:#d4a017;font-size:16px}.welfare-money-actions{display:flex;gap:12px;justify-content:flex-end}.welfare-money-cancel-btn{padding:8px 16px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:13px;cursor:pointer}.welfare-money-cancel-btn:hover{background:var(--surface-soft)}.welfare-money-confirm-btn{padding:8px 16px;border:none;border-radius:6px;background:linear-gradient(135deg,gold,#ffb700);color:#8b6914;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #ffb7004d}.welfare-money-confirm-btn:hover{opacity:.9;transform:translateY(-1px)}.selected-info{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft)}.leaderboard-section{padding:12px;position:relative}.leaderboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.leaderboard-subheader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;position:absolute;right:8px;top:28px}.leaderboard-title{display:flex;align-items:center;gap:10px;min-width:0}.leaderboard-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;background:linear-gradient(135deg,#1d4ed8,#2563eb 52%,#4f46e5);color:#fff;box-shadow:0 10px 24px #2563eb3d}.leaderboard-icon svg{width:25px;height:25px;margin-top:4px;fill:currentColor}.leaderboard-title h2{color:var(--text);font-size:14px;font-weight:750;line-height:1.25;display:inline-flex;align-items:center;gap:4px}.leaderboard-title p{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.45}.leaderboard-summary{flex-shrink:0;padding:3px 9px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:10px;font-weight:700;white-space:nowrap}.leaderboard-refresh-btn{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;transition:all .2s ease;vertical-align:middle}.leaderboard-refresh-btn:hover{background:var(--primary-soft);color:var(--primary-dark)}.leaderboard-refresh-btn:active{transform:scale(.92)}.leaderboard-refresh-btn svg{width:12px;height:12px}.leaderboard-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.leaderboard-row{display:grid;grid-template-columns:24px 36px minmax(0,1fr) 44px;align-items:center;gap:4px;padding:4px 6px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;overflow:hidden}.leaderboard-row:hover{transform:translateY(-1px);border-color:#bfd0e0;box-shadow:var(--shadow-sm);background:#fff}.leaderboard-row.rank-top-1{background:linear-gradient(135deg,#fff7d6,#fff 58%)}.leaderboard-row.rank-top-2{background:linear-gradient(135deg,#eef5ff,#fff 58%)}.leaderboard-row.rank-top-3{background:linear-gradient(135deg,#fff1e7,#fff 58%)}.leaderboard-rank{display:flex;align-items:center;justify-content:center}.leaderboard-rank-badge{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#edf2f7;color:var(--muted-strong);font-size:8px;font-weight:800}.rank-top-1 .leaderboard-rank-badge{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;box-shadow:0 8px 18px #f973163d}.rank-top-2 .leaderboard-rank-badge{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff}.rank-top-3 .leaderboard-rank-badge{background:linear-gradient(135deg,#c08457,#ea580c);color:#fff}.leaderboard-avatar{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border);border-radius:50%;background:#fff;font-size:20px;overflow:hidden}.leaderboard-name{min-width:0;overflow:hidden;color:var(--text);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:4px}.leaderboard-pet-badge{display:inline-flex;align-items:center;gap:1px;font-size:10px;font-weight:500;color:var(--muted);background:var(--surface-muted);padding:1px 4px;border-radius:4px;flex-shrink:0}.leaderboard-pet-level{font-size:9px;font-weight:600}.leaderboard-user-info{min-width:0;flex:1}.leaderboard-money{display:flex;align-items:center;gap:3px;margin-top:2px;color:#d4a017;font-size:10px;font-weight:600}.money-icon{color:#d4a017;flex-shrink:0}.leaderboard-money .bank-icon{font-size:13px;line-height:1}.leaderboard-level{justify-self:end;white-space:nowrap;font-size:10px;font-weight:700}.leaderboard-level{color:var(--primary-dark)}.leaderboard-empty{padding:12px 10px;border:1px dashed var(--border);border-radius:12px;background:var(--surface-soft);color:var(--muted);font-size:11px;line-height:1.5;text-align:center}.leaderboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 10px;gap:12px}.leaderboard-loading-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent, #5b9cf6);border-radius:50%;animation:leaderboard-spin .8s linear infinite}.leaderboard-loading-text{color:var(--muted);font-size:12px}@keyframes leaderboard-spin{to{transform:rotate(360deg)}}.leaderboard-modal-panel{width:min(520px,100%);max-height:min(78vh,720px);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-md)}@media(max-width:720px){.leaderboard-modal-panel{height:90vh;max-height:90vh}.leaderboard-modal-panel .leaderboard-type-switch.modal-switch{width:100%!important;max-width:100%}.leaderboard-modal-panel .leaderboard-type-btn{padding:2px 6px;font-size:11px}}.leaderboard-modal-body{min-height:0;overflow-y:auto;padding:14px 18px 18px}.leaderboard-search-bar{display:flex;align-items:center;gap:8px;background:var(--surface-muted, #f5f5f5);border:1px solid var(--border, #e0e0e0);border-radius:8px;padding:8px 12px;margin-bottom:10px;transition:border-color .2s}.leaderboard-search-bar:focus-within{border-color:var(--primary, #4caf50)}.leaderboard-search-icon{font-size:14px;flex-shrink:0}.leaderboard-search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:var(--text, #333);min-width:0}.leaderboard-search-input::placeholder{color:var(--text-muted, #999)}.leaderboard-search-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:var(--border, #ddd);color:var(--text-muted, #666);border-radius:50%;cursor:pointer;font-size:14px;line-height:1;padding:0;flex-shrink:0;transition:background .2s}.leaderboard-search-clear:hover{background:var(--danger, #e57373);color:#fff}.leaderboard-row-clickable{cursor:pointer}.leaderboard-modal-summary{margin-bottom:12px}.leaderboard-type-switch{display:flex;flex-wrap:wrap;background:var(--surface-muted);border-radius:8px;padding:2px;gap:2px}.leaderboard-type-switch.modal-switch{margin-bottom:4px}.leaderboard-type-btn{padding:2px 8px;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.leaderboard-type-btn:hover{color:var(--text)}.leaderboard-type-btn.active{background:var(--primary);color:#fff;box-shadow:0 2px 6px #2563eb3d}.leaderboard-type-btn.banned-btn{color:#dc2626}.leaderboard-type-btn.banned-btn.active{background:#dc2626;color:#fff;box-shadow:0 2px 6px #dc26263d}.leaderboard-type-btn.vip-btn{color:#e74c3c}.leaderboard-type-btn.vip-btn.active{background:linear-gradient(135deg,#e74c3c,#c0392b);color:gold;box-shadow:0 2px 6px #e74c3c4d}.banned-list{display:flex;flex-direction:column;gap:12px}.banned-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:10px;padding:12px 16px;font-size:13px;color:#92400e;line-height:1.6}.banned-warning ul{margin:8px 0 0;padding-left:20px}.banned-warning li{margin-bottom:4px}.banned-users-list{display:flex;flex-direction:column;gap:8px}.banned-row{display:grid;grid-template-columns:30px 40px minmax(0,1fr) 70px;align-items:center;gap:10px;padding:10px 14px;border:1px solid #fecaca;border-radius:10px;background:linear-gradient(135deg,#fef2f2,#fff);box-shadow:0 2px 8px #dc26260f}.banned-index{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:13px;font-weight:700;background:#fee2e2;color:#dc2626}.banned-avatar-wrap{display:flex;align-items:center;justify-content:center}.banned-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fee2e2;border:2px solid #fecaca;overflow:hidden}.banned-avatar img{width:100%;height:100%;object-fit:cover}.banned-user-info{display:flex;flex-direction:column;gap:4px;min-width:0}.banned-name{font-size:14px;font-weight:600;color:#991b1b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banned-time{font-size:12px;color:#b91c1c;opacity:.8}.banned-tag{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:20px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-size:12px;font-weight:700;box-shadow:0 2px 6px #dc26264d;white-space:nowrap}.banned-tag-muted{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b4d}.banned-tag-ban-red{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 6px #8b5cf64d}.banned-warning-muted{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.banned-warning-ban-red{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-color:#8b5cf6}.leaderboard-bet-profit{margin-top:2px;font-size:10px;font-weight:600}.profit-positive{color:#22c55e}.profit-negative{color:#ef4444}.leaderboard-sub-type-switch{display:flex;gap:4px;margin-top:6px}.leaderboard-sub-type-btn{padding:3px 12px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.leaderboard-sub-type-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 4px #2563eb33}.leaderboard-robbery-info{display:flex;align-items:center;gap:8px;margin-top:2px;font-size:11px;font-weight:600}.leaderboard-robbery-counts{color:var(--muted);font-weight:500}.leaderboard-online-info{display:flex;align-items:center;gap:8px;margin-top:2px;font-size:10px;font-weight:600}.leaderboard-online-total{color:#10b981}.leaderboard-online-today{color:#3b82f6}.modal-title .leaderboard-icon{flex-shrink:0}.user-profile-panel{width:min(420px,100%);height:95vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-md)}.user-profile-body{position:relative;min-height:280px;overflow-y:auto;padding:10px 16px 16px}.confetti-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;border-radius:16px;z-index:0}.user-profile-body .confetti{animation-duration:6s}.confetti{position:absolute;top:-8px;width:6px;height:6px;border-radius:1px;opacity:0;animation:confettiFall 4s linear infinite}@keyframes confettiFall{0%{transform:translateY(0) rotate(0) scale(1);opacity:0}10%{opacity:.9}90%{opacity:.7}to{transform:translateY(500px) rotate(720deg) scale(.5);opacity:0}}.confetti-vip1{left:5%;width:5px;height:8px;background:#f87171;animation-delay:0s;animation-duration:3.8s}.confetti-vip2{left:10%;width:7px;height:5px;background:#fbbf24;animation-delay:.3s;animation-duration:4.2s;border-radius:50%}.confetti-vip3{left:15%;width:4px;height:7px;background:#34d399;animation-delay:.8s;animation-duration:3.5s}.confetti-vip4{left:22%;width:6px;height:6px;background:#60a5fa;animation-delay:.15s;animation-duration:4.5s;border-radius:50%}.confetti-vip5{left:30%;width:5px;height:9px;background:#a78bfa;animation-delay:1.2s;animation-duration:3.9s}.confetti-vip6{left:35%;width:8px;height:4px;background:#f472b6;animation-delay:.5s;animation-duration:4.1s}.confetti-vip7{left:42%;width:5px;height:5px;background:#fbbf24;animation-delay:1.8s;animation-duration:3.6s;border-radius:50%}.confetti-vip8{left:50%;width:6px;height:8px;background:#34d399;animation-delay:.7s;animation-duration:4.3s}.confetti-vip9{left:55%;width:4px;height:6px;background:#f87171;animation-delay:2.1s;animation-duration:3.7s}.confetti-vip10{left:62%;width:7px;height:7px;background:#60a5fa;animation-delay:.4s;animation-duration:4s;border-radius:50%}.confetti-vip11{left:68%;width:5px;height:8px;background:#a78bfa;animation-delay:1.5s;animation-duration:4.4s}.confetti-vip12{left:75%;width:6px;height:4px;background:#f472b6;animation-delay:.9s;animation-duration:3.4s}.confetti-vip13{left:80%;width:8px;height:6px;background:#fbbf24;animation-delay:2.4s;animation-duration:4.6s}.confetti-vip14{left:85%;width:5px;height:5px;background:#34d399;animation-delay:.2s;animation-duration:3.8s;border-radius:50%}.confetti-vip15{left:90%;width:4px;height:7px;background:#f87171;animation-delay:1s;animation-duration:4.2s}.confetti-vip16{left:95%;width:6px;height:6px;background:#60a5fa;animation-delay:2.7s;animation-duration:3.5s}.confetti-vip17{left:48%;width:5px;height:8px;background:#a78bfa;animation-delay:1.3s;animation-duration:4.1s}.confetti-vip18{left:18%;width:7px;height:5px;background:#f472b6;animation-delay:2s;animation-duration:3.9s;border-radius:50%}.user-profile-loading,.user-profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 16px;color:var(--muted);font-size:12px;gap:10px}.loading-spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.user-profile-header{display:flex;align-items:center;gap:12px;padding-bottom:4px;border-bottom:1px solid var(--border)}.user-profile-avatar{font-size:36px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);border-radius:50%;flex-shrink:0;overflow:hidden}.user-profile-info{flex:1;min-width:0}.user-profile-name{font-size:15px;font-weight:700;color:var(--text);line-height:1.3;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.user-profile-meta{display:flex;align-items:center;gap:4px;margin-top:2px;font-size:11px;color:var(--text-secondary)}.meta-sep{color:var(--border)}.user-profile-account{color:var(--text-secondary)}.user-profile-title{font-size:11px;color:var(--muted);margin-top:2px}.user-profile-level-badge{display:inline-block;padding:0 6px;background:var(--primary);color:#fff;border-radius:999px;font-size:10px;font-weight:700}.gender-badge{display:inline-block;font-size:10px;font-weight:600;margin-left:4px;padding:0 5px;border-radius:999px;vertical-align:middle}.gender-male{color:#2563eb;background:#eff6ff}.gender-female{color:#db2777;background:#fdf2f8}.official-tag{display:inline-block;font-size:9px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);padding:0 5px;border-radius:3px;margin-right:3px;vertical-align:middle;line-height:1.5}.title-tag{display:inline-block;font-size:9px;font-weight:500;padding:0 3px;border-radius:2px;margin-right:3px;vertical-align:middle;line-height:1.4;border:1px solid;color:#92400e;background:#fef3c7;border-color:#fcd34d}.title-tag-clickable{cursor:pointer;transition:opacity .2s}.title-tag-clickable:hover{opacity:.8}.title-tag-small{font-size:8px;padding:0 2px}.title-detail-modal{background:var(--card-bg, #fff);border-radius:16px;width:380px;max-width:90vw;overflow:hidden;box-shadow:0 20px 60px #0000004d;position:relative}.title-detail-header{position:absolute;top:8px;right:8px;z-index:2}.title-detail-header .modal-close-btn{background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.title-detail-body{padding:0;text-align:center}.title-detail-3d{width:100%;height:280px;position:relative;overflow:hidden;background:#f0f4f8}.title-detail-3d-container{width:100%;height:100%}.title-detail-3d-container canvas{display:block}.title-detail-info{padding:14px 20px 18px}.title-detail-name{font-size:16px;font-weight:700;padding:2px 12px;border-radius:6px;display:inline-block;border:2px solid;margin-bottom:8px}.title-detail-desc{font-size:12px;color:var(--muted, #6b7280);margin-bottom:10px;line-height:1.5}.title-detail-meta{margin-bottom:12px}.title-detail-meta-item{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid var(--border, #e5e7eb)}.title-detail-meta-item:last-child{border-bottom:none}.title-detail-meta-item .meta-label{font-size:12px;color:var(--muted, #6b7280)}.title-detail-meta-item .meta-value{font-size:12px;color:var(--text, #1f2937)}.title-detail-actions{display:flex;gap:10px;justify-content:center}.title-wear-btn,.title-unwear-btn{padding:6px 20px;border-radius:6px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.title-wear-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.title-wear-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b66}.title-unwear-btn{background:var(--border, #e5e7eb);color:var(--text, #1f2937)}.title-unwear-btn:hover{background:var(--muted, #6b7280);color:#fff}.user-profile-salary,.user-profile-pond{margin-top:12px;padding-top:12px;border-top:1px solid var(--border, #e5e7eb)}.user-profile-pond .pet-section-title{margin-bottom:8px}.salary-section-title{font-size:11px;font-weight:600;color:#000;margin-bottom:8px;display:flex;align-items:center;gap:4px;padding:4px 10px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:6px;width:fit-content}.salary-content{display:grid;grid-template-columns:1fr;gap:6px}@media(min-width:768px){.salary-content{grid-template-columns:repeat(2,1fr)}}.salary-item{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#fff9;border-radius:6px;font-size:12px}.salary-icon{font-size:14px;width:20px;text-align:center}.salary-label{color:#000;min-width:60px}.salary-value{color:var(--text, #1f2937);font-weight:500;margin-left:auto}.salary-empty-tip{text-align:center;padding:16px;color:var(--text-secondary, #9ca3af);font-size:13px}.muyu-stats{background:linear-gradient(135deg,#fef3c799,#fde68a99);border:1px solid rgba(245,158,11,.6)}.muyu-stats .salary-value{color:#92400e;font-weight:600}.user-profile-titles{margin-top:12px;padding-top:12px;border-top:1px solid var(--border, #e5e7eb)}.titles-section-title{font-size:11px;font-weight:600;color:#000;margin-bottom:8px;padding:4px 10px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:6px;width:fit-content}.titles-count{font-size:10px;font-weight:400;color:var(--muted, #6b7280);margin-left:4px}.titles-grid{display:flex;flex-wrap:wrap;gap:6px}.titles-empty-tip{text-align:center;padding:12px;color:var(--text-secondary, #9ca3af);font-size:12px}.title-card{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:5px;border:1px solid;font-size:11px;cursor:pointer;transition:all .2s;position:relative}.title-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.title-card.title-active{box-shadow:0 0 0 2px #f59e0b4d}.title-card-icon{font-size:12px}.title-card-name{font-weight:600}.title-active-badge{font-size:9px;background:#f59e0b;color:#fff;padding:0 4px;border-radius:3px;margin-left:2px}.user-profile-signature{font-size:11px;color:var(--muted);margin-top:10px;line-height:1.4}.user-profile-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.user-profile-topline .user-profile-region{margin-top:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile-topline .user-profile-actions-wrap{margin-top:0;flex-shrink:0}.user-profile-region{font-size:11px;color:var(--muted);margin-top:6px;display:flex;align-items:center;gap:4px}.region-icon{font-size:12px}.region-mars{color:#ff6b6b;font-style:italic}.user-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:12px 0;border-bottom:1px solid var(--border)}@media(min-width:768px){.user-profile-stats{grid-template-columns:repeat(5,1fr)}}.user-profile-stat-item{display:flex;align-items:center;gap:6px;padding:4px 6px;background:var(--surface-muted);border-radius:8px}.stat-icon{font-size:16px;flex-shrink:0}.stat-content{min-width:0}.stat-label{font-size:9px;color:var(--muted);line-height:1.2}.stat-value{font-size:11px;font-weight:700;color:var(--text);line-height:1.3;white-space:nowrap}.user-profile-pet,.user-profile-pet-empty{padding-top:12px}.user-profile-tabs{display:flex;gap:0;margin:0 -16px;padding:0 16px;border-bottom:1px solid var(--border)}.user-profile-tab{flex:1;padding:8px 0;background:none;border:none;border-bottom:2px solid transparent;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;transition:color .16s ease,border-color .16s ease}.user-profile-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.red-envelope-toggle{display:flex;gap:4px;margin-bottom:10px}.red-envelope-toggle-btn{padding:3px 10px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;font-size:11px;font-weight:500;color:var(--muted);cursor:pointer;transition:all .16s ease}.red-envelope-toggle-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.user-profile-bet-history{padding-top:10px}.merchant-history-list{display:flex;flex-direction:column;gap:6px}.merchant-history-empty{text-align:center;color:#a0aec0;padding:24px 0;font-size:12px}.merchant-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px}.merchant-history-item.my-bet-history.bet-win{border-left:3px solid #38a169}.merchant-history-item.my-bet-history.bet-lose{border-left:3px solid #e53e3e}.history-round-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.history-round-num{font-weight:600;color:#2d3748;font-size:12px}.history-round-time{font-size:10px;color:#a0aec0}.history-round-result{display:flex;align-items:center;gap:4px;margin-bottom:4px;font-size:11px}.history-result-label{color:#718096}.history-result-crop{color:#d69e2e;font-weight:500}.history-result-index{color:#a0aec0;font-size:10px}.history-result-bigsmall{font-size:10px;padding:1px 5px;border-radius:4px;font-weight:600}.history-result-bigsmall.result-big{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.history-result-bigsmall.result-small{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.history-result-oddeven{font-size:10px;padding:1px 5px;border-radius:4px;font-weight:600}.history-result-oddeven.result-odd{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.history-result-oddeven.result-even{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.history-round-stats{display:flex;gap:12px;font-size:10px;color:#a0aec0}.history-bet-info{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:11px}.bet-type-badge{font-size:10px;padding:1px 6px;border-radius:8px;font-weight:600;background:#e0e7ff;color:#4338ca;flex-shrink:0}.bet-target{color:#475569}.bet-amount{font-weight:700;color:#b45309;margin-left:auto;font-size:11px}.bet-result{font-weight:700;font-size:11px;min-width:50px;text-align:right}.bet-result.win{color:#16a34a}.bet-result.lose{color:#dc2626}.bet-result.pending{color:#94a3b8}.merchant-load-more-btn{width:100%;padding:6px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;transition:all .2s;font-size:12px}.merchant-load-more-btn:hover{background:#f7fafc;border-color:#cbd5e0}.merchant-load-more-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .bet-type-badge{background:#2a2a2d;color:#aaa}[data-theme=dark] .bet-target{color:#999}[data-theme=dark] .bet-amount{color:#bbb}[data-theme=dark] .merchant-history-item{background:#1f1f21;border-color:#2a2a2d}[data-theme=dark] .merchant-history-empty{color:#666}[data-theme=dark] .history-round-num{color:#ccc}[data-theme=dark] .history-round-time{color:#666}[data-theme=dark] .history-result-label{color:#777}[data-theme=dark] .history-result-bigsmall.result-big{background:#2c2525;color:#c44;border-color:#4a3a3a}[data-theme=dark] .history-result-bigsmall.result-small{background:#25282c;color:#88a;border-color:#3a3a4a}[data-theme=dark] .history-result-oddeven.result-odd{background:#292825;color:#aa8;border-color:#4a4a3a}[data-theme=dark] .history-result-oddeven.result-even{background:#262529;color:#a8a;border-color:#4a3a4a}[data-theme=dark] .merchant-load-more-btn{background:#1f1f21;border-color:#2a2a2d;color:#999}[data-theme=dark] .merchant-load-more-btn:hover{background:#28282b;border-color:#555}.pet-section-title{font-size:11px;color:#000;font-weight:600;margin-bottom:8px;padding:4px 10px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:6px;width:fit-content}.pet-count{font-weight:400;opacity:.7}.pet-list{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.pet-card{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;transition:border-color .16s ease,background .16s ease}.pet-emoji{font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--surface);border-radius:8px;flex-shrink:0}.pet-info{flex:1;min-width:0}.pet-name{font-size:12px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:4px}.pet-active-badge{display:inline-block;padding:0 5px;background:var(--primary);color:#fff;border-radius:999px;font-size:8px;font-weight:700;line-height:1.6;flex-shrink:0}.pet-level{font-size:10px;color:var(--primary);font-weight:700;margin-top:1px}.no-pet-hint{font-size:11px;color:var(--muted);padding:12px;text-align:center;background:var(--surface-muted);border-radius:8px}@media(min-width:768px){.pet-list{grid-template-columns:repeat(4,1fr)}}.robbery-protection-section{margin-top:12px;padding:8px 10px;background:var(--surface-muted);border-radius:8px}.robbery-protection-row{display:flex;align-items:center;gap:6px}.robbery-protection-icon{font-size:14px;flex-shrink:0}.robbery-protection-title{font-size:12px;font-weight:600;color:var(--text);flex-shrink:0}.robbery-protection-status{font-size:10px;padding:1px 6px;border-radius:8px;font-weight:500;flex-shrink:0}.robbery-protection-status.status-on{background:#67c23a26;color:#67c23a}.robbery-protection-status.status-off{background:#90939926;color:#909399}.robbery-protection-desc{font-size:10px;color:var(--muted);flex:1;min-width:0}.robbery-protection-desc strong{color:var(--text)}.robbery-protection-toggle{flex-shrink:0;padding:3px 10px;border:none;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s}.robbery-protection-toggle:disabled{opacity:.6;cursor:not-allowed}.robbery-protection-toggle.toggle-on{background:#90939926;color:#909399}.robbery-protection-toggle.toggle-on:hover:not(:disabled){background:#90939940}.robbery-protection-toggle.toggle-off{background:#67c23a26;color:#67c23a}.robbery-protection-toggle.toggle-off:hover:not(:disabled){background:#67c23a40}.robbery-today-stats{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;margin-bottom:12px;background:var(--surface-muted);border-radius:10px;margin-top:12px}.robbery-today-label{font-size:13px;color:var(--muted)}.robbery-today-value{font-size:18px;font-weight:700}.profit-positive{color:#67c23a}.profit-negative{color:#f56c6c}.robbery-record-tabs{display:flex;gap:8px;margin-bottom:12px}.robbery-record-tab{flex:1;padding:8px 12px;border:none;border-radius:8px;font-size:13px;cursor:pointer;background:var(--surface-muted);color:var(--muted);transition:all .2s}.robbery-record-tab.active{background:var(--primary);color:#fff}.robbery-record-count{display:inline-block;padding:1px 6px;border-radius:10px;font-size:11px;margin-left:2px}.robbery-record-tab.active .robbery-record-count{background:#ffffff40}.selected-emoji{font-size:20px;text-align:center}.selected-content{flex:1}.selected-name{min-width:0;overflow:hidden;color:var(--text);font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap;text-align:center;display:block}.selected-hint{margin-top:2px;color:var(--muted);font-size:12px;line-height:1.45}.seed-time-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px}.seed-time{color:var(--primary-dark);font-size:12px;font-weight:650}.seed-unlock,.seed-lock-badge{padding:2px 7px;border-radius:999px;font-size:10px;font-weight:700}.seed-unlock{background:var(--success-soft);color:var(--success)}.seed-unlock.locked,.seed-lock-badge{background:var(--danger-soft);color:var(--danger)}.seed-profit{margin-top:7px;color:var(--info);font-size:12px;font-weight:650;line-height:1.45}.seed-list{display:flex;flex-direction:column;gap:10px}.shop-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a40}.user-profile-modal{z-index:1100}.user-profile-actions-wrap{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.user-profile-report-btn{padding:4px 10px;border:1px solid rgba(234,179,8,.3);border-radius:6px;background:#eab3081a;color:#eab308;font-size:11px;cursor:pointer;transition:all .2s;line-height:1.4}.user-profile-report-btn:hover{background:#eab30833;border-color:#eab30880}.user-profile-friend-btn{padding:4px 10px;border:1px solid rgba(37,99,235,.3);border-radius:6px;background:#2563eb1a;color:#2563eb;font-size:12px;cursor:pointer;transition:all .2s;line-height:1.4}.user-profile-friend-btn:hover{background:#2563eb33;border-color:#2563eb80}.user-profile-friend-btn.is-friend{border-color:#15803d4d;background:#15803d1a;color:#15803d}.user-profile-friend-btn.is-friend:hover{background:#15803d33;border-color:#15803d80}.user-profile-friend-btn.pending{border-color:#6b72804d;background:#6b72801a;color:#6b7280;cursor:not-allowed}.user-profile-friend-btn.accept{border-color:#15803d4d;background:#15803d1a;color:#15803d}.user-profile-friend-btn.accept:hover{background:#15803d33;border-color:#15803d80}.user-profile-gear-btn{padding:4px 10px;border:1px solid rgba(16,185,129,.5);border-radius:6px;background:#10b981b3;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;line-height:1.4}.user-profile-gear-btn:hover{background:#10b981b3;border-color:#10b981b3}.user-profile-edit-btn{padding:4px 10px;border:1px solid rgba(139,92,246,.5);border-radius:6px;background:#8b5cf6b3;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;line-height:1.4}.user-profile-edit-btn:hover{background:#8b5cf6b3;border-color:#8b5cf6b3}.user-profile-bg-btn{padding:4px 10px;border:1px solid rgba(245,158,11,.5);border-radius:6px;background:#f59e0bb3;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;line-height:1.4}.user-profile-bg-btn:hover{background:#f59e0bb3;border-color:#f59e0bb3}.user-profile-panel.has-bg{position:relative;overflow:hidden}.user-profile-panel.has-bg .user-profile-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.user-profile-panel.has-bg .user-profile-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:0}[data-theme=dark] .user-profile-panel.has-bg .user-profile-bg-img{opacity:.6}[data-theme=dark] .user-profile-panel.has-bg .user-profile-bg-overlay{background:linear-gradient(180deg,#0003,#0006)}.user-profile-panel.has-bg>*:not(.user-profile-bg-img):not(.user-profile-bg-overlay){position:relative;z-index:1}.user-profile-panel.has-bg .shop-modal-header{background:#fff3;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-bottom-color:#fff3}.user-profile-panel.has-bg .modal-close-btn{background:#ffffff80;border-color:#ffffff4d}.user-profile-panel.has-bg .shop-modal-header h2{color:var(--text)}.user-profile-panel.has-bg .user-profile-header .user-profile-name,.user-profile-panel.has-bg .user-profile-header .user-profile-meta,.user-profile-panel.has-bg .user-profile-header .user-profile-title{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.user-profile-panel.has-bg .user-profile-header .user-profile-name .user-profile-level-badge{background:#fff3;color:#fff}.user-profile-panel.has-bg .user-profile-signature{color:#ffffffd9}.user-profile-panel.has-bg .user-profile-region{color:#ffffffbf}.user-profile-panel.has-bg .user-profile-stat-item,.user-profile-panel.has-bg .robbery-protection-section,.user-profile-panel.has-bg .pet-card,.user-profile-panel.has-bg .title-card{background:#ffffff80;border:1px solid rgba(255,255,255,.4)}.user-profile-panel.has-bg .stat-label,.user-profile-panel.has-bg .robbery-protection-desc,.user-profile-panel.has-bg .robbery-protection-status.status-off{color:#333}.user-profile-panel.has-bg .friend-card,.user-profile-panel.has-bg .merchant-history-item,.user-profile-panel.has-bg .robbery-record-item,.user-profile-panel.has-bg .robbery-record-tab{background:#ffffff80;border-color:#fff3}.user-profile-panel.has-bg .friend-name,.user-profile-panel.has-bg .history-round-num,.user-profile-panel.has-bg .red-envelope-record-amount,.user-profile-panel.has-bg .robbery-record-header .robbery-record-amount{color:#333}.user-profile-panel.has-bg .friend-meta,.user-profile-panel.has-bg .history-round-time,.user-profile-panel.has-bg .history-result-label,.user-profile-panel.has-bg .red-envelope-record-detail,.user-profile-panel.has-bg .red-envelope-record-time,.user-profile-panel.has-bg .robbery-record-detail,.user-profile-panel.has-bg .robbery-record-time{color:#666}.user-profile-panel.has-bg .user-profile-tabs{border-bottom-color:#fff3}.user-profile-panel.has-bg .user-profile-tab{color:#ffffffb3}.user-profile-panel.has-bg .user-profile-tab.active{color:#fff;border-bottom-color:#fff}.profile-bg-modal{display:flex;align-items:center;justify-content:center}.profile-bg-panel{max-width:1200px;width:95%;max-height:90vh;display:flex;flex-direction:column}.profile-bg-body{padding:16px;flex:1;overflow-y:auto;min-height:0}.profile-bg-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px;color:#999}.profile-bg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:700px){.profile-bg-grid{grid-template-columns:repeat(2,1fr)}}.profile-bg-item{cursor:pointer;border-radius:10px;overflow:hidden;border:2px solid transparent;transition:all .2s;background:#f5f5f5}.profile-bg-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.profile-bg-item.active{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.profile-bg-preview{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.profile-bg-preview img{width:100%;height:100%;object-fit:cover;display:block}.profile-bg-preview.no-bg{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e0d6,#d4ccc2);color:#999;font-size:14px}.profile-bg-vip-tag{position:absolute;top:6px;right:6px;padding:1px 6px;border-radius:4px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px}.profile-bg-lock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;opacity:.6}.profile-bg-item.is-vip .profile-bg-preview img{filter:brightness(.7)}.profile-bg-item.is-vip.active .profile-bg-preview img,.profile-bg-item:not(.is-vip) .profile-bg-preview img{filter:none}.profile-bg-using{position:absolute;bottom:6px;left:50%;transform:translate(-50%);padding:2px 10px;border-radius:10px;background:#f59e0be6;color:#fff;font-size:10px;font-weight:600;white-space:nowrap}.profile-bg-name{display:block;padding:6px 8px;font-size:11px;color:#666;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-bg-copyright{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);text-align:center}.profile-bg-copyright p{margin:0;font-size:11px;color:#999;line-height:1.6}[data-theme=dark] .user-profile-panel.has-bg{border-color:#ffffff0d}[data-theme=dark] .user-profile-panel.has-bg .shop-modal-header{background:#1e1e2899;border-bottom-color:#ffffff14}[data-theme=dark] .user-profile-panel.has-bg .modal-close-btn{background:#00000080;border-color:#ffffff1a}[data-theme=dark] .user-profile-panel.has-bg .user-profile-stat-item,[data-theme=dark] .user-profile-panel.has-bg .robbery-protection-section,[data-theme=dark] .user-profile-panel.has-bg .pet-card,[data-theme=dark] .user-profile-panel.has-bg .title-card{background:#1e1e284d;border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .user-profile-panel.has-bg .stat-label,[data-theme=dark] .user-profile-panel.has-bg .robbery-protection-desc,[data-theme=dark] .user-profile-panel.has-bg .robbery-protection-status.status-off{color:#ffffffa6}[data-theme=dark] .user-profile-panel.has-bg .friend-card,[data-theme=dark] .user-profile-panel.has-bg .merchant-history-item,[data-theme=dark] .user-profile-panel.has-bg .robbery-record-item,[data-theme=dark] .user-profile-panel.has-bg .robbery-record-tab{background:#1e1e284d;border-color:#ffffff0f}[data-theme=dark] .user-profile-panel.has-bg .friend-name,[data-theme=dark] .user-profile-panel.has-bg .history-round-num,[data-theme=dark] .user-profile-panel.has-bg .red-envelope-record-amount,[data-theme=dark] .user-profile-panel.has-bg .robbery-record-header .robbery-record-amount{color:#e0e0e0}[data-theme=dark] .user-profile-panel.has-bg .friend-meta,[data-theme=dark] .user-profile-panel.has-bg .history-round-time,[data-theme=dark] .user-profile-panel.has-bg .history-result-label,[data-theme=dark] .user-profile-panel.has-bg .red-envelope-record-detail,[data-theme=dark] .user-profile-panel.has-bg .red-envelope-record-time,[data-theme=dark] .user-profile-panel.has-bg .robbery-record-detail,[data-theme=dark] .user-profile-panel.has-bg .robbery-record-time{color:#ffffff8c}[data-theme=dark] .salary-item{background:#0000004d;border:1px solid rgba(255,255,255,.08)}[data-theme=dark] .salary-label{color:#ffffffb3}[data-theme=dark] .salary-value{color:#fff}[data-theme=dark] .salary-section-title,[data-theme=dark] .titles-section-title,[data-theme=dark] .pet-section-title,[data-theme=dark] .user-profile-panel.has-bg .salary-section-title,[data-theme=dark] .user-profile-panel.has-bg .titles-section-title,[data-theme=dark] .user-profile-panel.has-bg .pet-section-title{color:#fff;background:#0000004d;border-color:#00000080}[data-theme=dark] .title-detail-modal{background:#1e1e2e}[data-theme=dark] .title-detail-header .modal-close-btn{background:#00000080;color:#fff}[data-theme=dark] .title-detail-3d{background:#16161e}[data-theme=dark] .title-detail-name{color:#fff}[data-theme=dark] .title-detail-desc{color:#ffffffb3}[data-theme=dark] .title-detail-meta-item{border-bottom-color:#ffffff14}[data-theme=dark] .title-detail-meta-item .meta-label{color:#fff9}[data-theme=dark] .title-detail-meta-item .meta-value{color:#fff}[data-theme=dark] .profile-bg-item{background:#2a2a2e;border-color:#ffffff0f}[data-theme=dark] .profile-bg-item.active{border-color:#f59e0b}[data-theme=dark] .profile-bg-preview.no-bg{background:linear-gradient(135deg,#2a2a2e,#222);color:#888}[data-theme=dark] .profile-bg-name{color:#aaa}[data-theme=dark] .profile-bg-copyright{border-top-color:#ffffff0f}[data-theme=dark] .profile-bg-copyright p{color:#666}.report-modal{z-index:1200}.report-panel{width:min(480px,100%);max-height:80vh}.report-body{padding:16px;overflow-y:auto}.report-tip-box{background:var(--primary-soft);border:1px solid var(--primary);border-radius:8px;padding:12px;margin-bottom:16px}.report-tip-title{font-size:14px;font-weight:600;color:var(--primary);margin-bottom:8px}.report-tip-content{font-size:12px;color:var(--muted);line-height:1.6}.report-tip-content p{margin:0}.report-target-info{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--surface-soft);border-radius:8px;margin-bottom:16px;font-size:14px;color:var(--text-secondary)}.report-target-name{color:var(--text);font-weight:500}.report-form-group{margin-bottom:16px}.report-label{display:block;font-size:13px;font-weight:500;color:var(--muted);margin-bottom:8px}.report-reason-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.report-reason-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text-secondary);cursor:pointer;transition:all .2s;font-size:12px}.report-reason-btn:hover{background:var(--surface-muted);border-color:var(--border-strong)}.report-reason-btn.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.report-reason-icon{font-size:18px}.report-textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text);font-size:14px;resize:vertical;min-height:80px;font-family:inherit;box-sizing:border-box}.report-textarea::placeholder{color:var(--muted)}.report-textarea:focus{outline:none;border-color:var(--primary)}.report-text-count{text-align:right;font-size:12px;color:var(--muted);margin-top:4px}.report-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.report-cancel-btn{padding:8px 20px;border:1px solid var(--border-strong);border-radius:8px;background:transparent;color:var(--muted);font-size:14px;cursor:pointer;transition:all .2s}.report-cancel-btn:hover{background:var(--surface-muted)}.report-submit-btn{padding:8px 24px;border:none;border-radius:8px;background:#ef4444;color:#fff;font-size:14px;cursor:pointer;transition:all .2s}.report-submit-btn:hover:not(:disabled){background:#dc2626}.report-submit-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes modalSpringIn{0%{opacity:0;transform:scale(.75) translateY(14px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalSpringOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.85) translateY(10px)}}.shop-modal-transition-enter-active{transition:opacity .35s ease-out}.shop-modal-transition-leave-active{transition:opacity .22s ease-in}.shop-modal-transition-enter-active .shop-modal-panel,.shop-modal-transition-enter-active .auth-modal-panel,.shop-modal-transition-enter-active .confirm-modal-panel,.shop-modal-transition-enter-active .checkin-modal-panel,.shop-modal-transition-enter-active .quest-modal-panel,.shop-modal-transition-enter-active .help-modal-panel,.shop-modal-transition-enter-active .notice-modal-panel,.shop-modal-transition-enter-active .backpack-modal-panel,.shop-modal-transition-enter-active .pet-shop-panel,.shop-modal-transition-enter-active .leaderboard-modal-panel,.shop-modal-transition-enter-active .user-profile-panel,.shop-modal-transition-enter-active .report-panel,.shop-modal-transition-enter-active .crop-detail-panel,.shop-modal-transition-enter-active .avatar-picker-modal-panel,.shop-modal-transition-enter-active .item-detail-panel,.shop-modal-transition-enter-active .plant-all-modal-panel,.shop-modal-transition-enter-active .welfare-money-modal-panel{animation:modalSpringIn .4s cubic-bezier(.22,1,.36,1) both;transform-origin:center center}.shop-modal-transition-leave-active .shop-modal-panel,.shop-modal-transition-leave-active .auth-modal-panel,.shop-modal-transition-leave-active .confirm-modal-panel,.shop-modal-transition-leave-active .checkin-modal-panel,.shop-modal-transition-leave-active .quest-modal-panel,.shop-modal-transition-leave-active .help-modal-panel,.shop-modal-transition-leave-active .notice-modal-panel,.shop-modal-transition-leave-active .backpack-modal-panel,.shop-modal-transition-leave-active .pet-shop-panel,.shop-modal-transition-leave-active .leaderboard-modal-panel,.shop-modal-transition-leave-active .user-profile-panel,.shop-modal-transition-leave-active .report-panel,.shop-modal-transition-leave-active .crop-detail-panel,.shop-modal-transition-leave-active .avatar-picker-modal-panel,.shop-modal-transition-leave-active .item-detail-panel,.shop-modal-transition-leave-active .plant-all-modal-panel,.shop-modal-transition-leave-active .welfare-money-modal-panel{animation:modalSpringOut .22s cubic-bezier(.55,0,1,.45) both;transform-origin:center center}.shop-modal-transition-enter-from,.shop-modal-transition-leave-to{opacity:0}.shop-modal-panel{width:min(780px,100%);max-height:min(84vh,760px);display:flex;flex-direction:column;overflow:auto;box-shadow:var(--shadow-md)}.invite-modal-panel{width:min(520px,95%);max-height:min(80vh,640px)}.invite-modal-body{padding:16px;display:flex;flex-direction:column;gap:16px}.invite-reward-cards{display:flex;flex-direction:column;gap:8px}.invite-reward-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fafafa}.invite-reward-card.gold-card{border-color:#ffd54f;background:linear-gradient(135deg,#fffde7,#fff8e1)}.invite-reward-card.member-card{border-color:#ce93d8;background:linear-gradient(135deg,#f3e5f5,#fce4ec)}.invite-reward-card.tip-card{border-color:#81c784;background:linear-gradient(135deg,#e8f5e9,#f1f8e9)}.reward-icon{font-size:28px;flex-shrink:0}.reward-info{display:flex;flex-direction:column;gap:2px}.reward-title{font-size:13px;color:#666}.reward-desc{font-size:14px;color:#333}.reward-desc strong{color:#e91e63}.invite-link-section{background:#f5f5f5;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.invite-link-label{font-size:13px;color:#888;font-weight:500}.invite-link-row{display:flex;gap:8px}.invite-link-input{flex:1;border:1px solid #ddd;border-radius:8px;padding:8px 12px;font-size:13px;background:#fff;color:#333;outline:none;cursor:pointer}.invite-link-input:focus{border-color:#e91e63}.invite-copy-btn{flex-shrink:0;padding:8px 16px;border-radius:8px;border:none;background:#e91e63;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.invite-copy-btn:hover{background:#c2185b}.invite-stats-row{display:flex;gap:12px;font-size:12px;color:#888;flex-wrap:wrap;align-items:center}.invite-stats-row strong{color:#333}.invite-pending-badge{background:#fff3e0;color:#e65100;padding:2px 8px;border-radius:10px;font-size:11px}.invite-pending-badge.member-badge{background:#f3e5f5;color:#7b1fa2}.invite-login-hint{text-align:center;color:#999;font-size:14px;padding:10px 0}.invite-records-section{display:flex;flex-direction:column;gap:10px}.invite-records-title{font-size:14px;font-weight:600;color:#333}.invite-loading{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 0}.invite-empty{text-align:center;color:#999;font-size:13px;padding:20px 0}.invite-records-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.invite-record-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;border:1px solid #eee;background:#fff}.invite-record-user{display:flex;align-items:center;gap:10px}.invite-record-avatar{font-size:24px}.invite-record-info{display:flex;flex-direction:column}.invite-record-name{font-size:13px;font-weight:500;color:#333}.invite-record-level{font-size:11px;color:#999}.invite-record-rewards{display:flex;gap:6px}.invite-claim-btn{padding:5px 10px;border-radius:6px;border:1px solid #ddd;background:#fff;font-size:12px;cursor:pointer;transition:all .2s;white-space:nowrap}.invite-claim-btn.gold{color:#e65100;border-color:#ffb74d}.invite-claim-btn.gold:hover:not(.disabled){background:#fff3e0}.invite-claim-btn.member{color:#7b1fa2;border-color:#ce93d8}.invite-claim-btn.member:hover:not(.disabled){background:#f3e5f5}.invite-claim-btn.claimed{color:#999;border-color:#eee;background:#f5f5f5;cursor:default}.invite-claim-btn.disabled{opacity:.5;cursor:not-allowed}.invite-claim-btn.invalid{color:#c0392b;border-color:#e74c3c;background:#fdf0ef;cursor:pointer}.invite-claim-btn.invalid:hover{background:#f9d5d2}.invite-claim-btn.member.eligible{animation:invite-pulse 1.5s infinite}@keyframes invite-pulse{0%,to{box-shadow:0 0 #ce93d866}50%{box-shadow:0 0 0 4px #ce93d800}}.auth-modal-panel{width:min(420px,100%);max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-md);border-radius:14px;background:#fff;position:relative;overflow:hidden;border:1px solid #e5e7eb}.auth-modal-panel:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(168,85,247,.04) 0%,transparent 70%);pointer-events:none;z-index:0}.auth-modal-panel>*{position:relative;z-index:1}.auth-modal-panel .shop-modal-header{flex-shrink:0}.auth-modal-panel .auth-modal-body{flex:1;overflow-y:auto;min-height:0}.confirm-modal-panel{width:min(420px,100%);overflow:hidden;box-shadow:var(--shadow-md)}.shop-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 18px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.auth-modal-panel .shop-modal-header{background:#fafafa;border-bottom:1px solid #f0f0f0;padding:12px 20px}.auth-modal-panel .shop-modal-header h2{color:#1f2937;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.auth-modal-panel .profile-account-tag{font-size:11px;font-weight:400;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:10px}.shop-modal-header h2{color:var(--text);font-size:14px;font-weight:750}.modal-close-btn{width:32px;height:32px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--muted-strong);font-size:22px;line-height:1;cursor:pointer}.modal-close-btn:hover{background:var(--surface-muted)}.shop-modal-list{display:flex;flex-direction:column;gap:10px;padding:16px 18px 18px;overflow-y:auto;flex:1}.seed-grid{display:flex;flex-wrap:wrap;gap:10px;padding:12px}.seed-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;min-width:70px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;position:relative}.seed-card:hover{border-color:#a8b8ca;box-shadow:var(--shadow-sm)}.seed-card.selected{border-color:#75b98d;background:var(--success-soft)}.seed-card.locked{border-style:dashed;background:var(--surface-soft);opacity:.7}.seed-card.locked:hover{border-color:#e4a33f;opacity:1}.seed-card-emoji{font-size:22px}.seed-card-name{font-size:11px;font-weight:700;color:var(--text);text-align:center}.seed-card-unlock{font-size:10px;color:var(--success);background:var(--success-soft);padding:1px 4px;border-radius:3px}.seed-card-lock{font-size:10px;color:var(--muted);background:var(--surface-soft);padding:1px 4px;border-radius:3px}.seed-card-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:4px 8px;background:#333;color:#fff;font-size:11px;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:100}.seed-card-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#333}.seed-card:hover .seed-card-tooltip{opacity:1;visibility:visible}.crop-categories-container{display:flex;flex-direction:column;gap:16px;padding:0}.crop-steal-tip{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffcc80;border-radius:8px;padding:10px 14px;font-size:13px;color:#e65100;line-height:1.5;text-align:center}.crop-category-section{border:1px solid var(--border);border-radius:8px;background:#fff;display:flex;flex-direction:column}.crop-category-header{display:flex;align-items:center;gap:8px;padding:10px 14px;font-weight:600;border-bottom:1px solid var(--border)}.category-icon{font-size:16px}.category-title{font-size:14px;font-weight:700}.category-desc{font-size:11px;color:var(--muted);margin-left:auto}.crop-category-header.cycle-quick{background:#fff0f0;color:#ff6b6b;border-bottom-color:#ffe0e0}.crop-category-header.cycle-work{background:azure;color:#4ecdc4;border-bottom-color:#d0f5f5}.crop-category-header.cycle-long{background:#f0f8ff;color:#45b7d1;border-bottom-color:#d0eef8}.crop-category-header.cycle-gold{background:#fffde7;color:#f39c12;border-bottom-color:#fff3c4}.crop-category-header.cycle-legend{background:#fff8e1;color:#e67e22;border-bottom-color:#ffe9b3}[data-theme=dark] .seed-card{background:var(--surface);border-color:var(--border)}[data-theme=dark] .seed-card:hover{border-color:var(--border-strong);background:var(--surface-soft)}[data-theme=dark] .seed-card.selected{background:var(--success-soft);border-color:var(--success)}[data-theme=dark] .seed-card.locked{background:var(--surface-muted)}[data-theme=dark] .crop-category-header{color:var(--text)}[data-theme=dark] .crop-category-header.cycle-quick{background:var(--surface-soft);color:var(--success);border-bottom-color:var(--border)}[data-theme=dark] .crop-category-header.cycle-work{background:var(--surface-soft);color:var(--primary);border-bottom-color:var(--border)}[data-theme=dark] .crop-category-header.cycle-long{background:var(--surface-soft);color:var(--info);border-bottom-color:var(--border)}[data-theme=dark] .crop-category-header.cycle-gold{background:var(--surface-soft);color:var(--warning);border-bottom-color:var(--border)}[data-theme=dark] .crop-category-header.cycle-legend{background:var(--surface-soft);color:#f0a030;border-bottom-color:var(--border)}[data-theme=dark] .seed-grid,[data-theme=dark] .crop-detail-panel,[data-theme=dark] .crop-detail-body{background:var(--surface)}.crop-detail-panel{width:min(420px,100%);max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-md)}.crop-detail-body{padding:20px}.crop-detail-main{display:flex;align-items:center;gap:16px;margin-bottom:20px}.crop-detail-3d{width:120px;height:120px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#f0f4f8;position:relative}.crop-detail-3d-container{width:100%;height:100%}.crop-detail-3d-container canvas{display:block}[data-theme=dark] .crop-detail-3d{background:#060d14}.crop-detail-info{flex:1}.crop-detail-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.crop-detail-desc{font-size:14px;color:var(--muted);line-height:1.5}.crop-detail-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.crop-detail-stat{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--surface-soft);border-radius:6px}.crop-detail-stat .stat-label{font-size:13px;color:var(--muted)}.crop-detail-stat .stat-value{font-size:14px;font-weight:600;color:var(--text)}.crop-cost{color:var(--danger)}.crop-income{color:var(--success)}.crop-xp{color:var(--primary-dark)}.crop-detail-actions{display:flex;justify-content:center}.crop-detail-select-btn{width:100%;padding:12px 24px;font-size:15px;font-weight:600;color:#fff;background:var(--success);border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,opacity .2s ease}.crop-detail-select-btn:hover:not(:disabled){background:#16a34a}.crop-detail-select-btn:disabled{background:var(--muted);cursor:not-allowed;opacity:.6}.seed-item{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px;border:1px solid var(--border);border-radius:7px;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.seed-item:hover{border-color:#a8b8ca;box-shadow:var(--shadow-sm)}.seed-item.selected{border-color:#75b98d;background:var(--success-soft)}.seed-item.locked{border-style:dashed;background:var(--surface-soft)}.seed-item.locked:hover{border-color:#e4a33f}.seed-info{display:flex;align-items:flex-start;gap:10px;min-width:0}.seed-emoji{font-size:24px}.seed-name{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:var(--text);font-size:13px;font-weight:750}.seed-desc{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.45}.seed-prices{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:9px;border-top:1px solid var(--border)}.buy-price,.sell-price,.seed-xp{white-space:nowrap;font-size:12px}.buy-price{color:var(--danger)}.sell-price{color:var(--success);font-weight:700}.seed-xp{color:var(--primary-dark)}.auth-tabs{display:flex;gap:8px;padding:0}.auth-tab-btn{height:28px;width:120px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--muted-strong);font-size:14px;font-weight:650;cursor:pointer}.auth-tab-btn.active{border-color:#a9c2f8;background:var(--primary-soft);color:var(--primary-dark)}.login-type-switch{display:flex;gap:8px;padding:0;margin-bottom:4px}.login-type-btn{flex:1;height:36px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted-strong, #6b7280);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.login-type-btn:hover{border-color:var(--primary, #2563eb);color:var(--primary, #2563eb)}.login-type-btn.active{border-color:var(--primary, #2563eb);background:var(--primary-soft, #e8f0ff);color:var(--primary-dark, #1d4ed8)}.login-type-btn svg{flex-shrink:0;opacity:.7}.login-type-btn.active svg{opacity:1}[data-theme=dark] .login-type-btn{border-color:#374151;background:#1f2937;color:#9ca3af}[data-theme=dark] .login-type-btn:hover{border-color:#60a5fa;color:#60a5fa}[data-theme=dark] .login-type-btn.active{border-color:#3b82f6;background:#1e3a5f;color:#93bbfd}.auth-hero-banner{display:flex;align-items:center;gap:12px;padding:14px 20px;background:linear-gradient(135deg,#fdf2f8,#faf5ff);border-bottom:1px solid #f3e8ff}.auth-hero-icon{font-size:32px;line-height:1;animation:hero-float 3s ease-in-out infinite}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.auth-hero-text{flex:1;min-width:0}.auth-hero-title{font-size:15px;font-weight:700;color:#6b21a8;line-height:1.4}.auth-hero-sub{font-size:11px;color:#a855f7;line-height:1.4;margin-top:2px}[data-theme=dark] .auth-hero-banner{background:linear-gradient(135deg,#2d1b4e,#1e1b4b);border-bottom-color:#3b3068}[data-theme=dark] .auth-hero-title{color:#e9d5ff}[data-theme=dark] .auth-hero-sub{color:#c084fc}.auth-modal-panel .auth-tabs{background:#f5f5f5;padding:3px;border-radius:10px;gap:3px}.auth-modal-panel .auth-tab-btn{height:auto;width:auto;padding:6px 20px;border:none;border-radius:8px;background:transparent;color:#9ca3af;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-modal-panel .auth-tab-btn:hover{color:#6b7280}.auth-modal-panel .auth-tab-btn.active{background:#fff;color:#6b7280;box-shadow:0 1px 3px #00000014}.auth-modal-panel .modal-close-btn{background:#f5f5f5;border:1px solid #e5e7eb;color:#9ca3af;width:28px;height:28px;border-radius:8px;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-modal-panel .modal-close-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#ef4444;transform:rotate(90deg)}.auth-modal-body{padding:10px 18px 14px}.auth-modal-panel .auth-modal-body{padding:16px 20px}.auth-message{margin-bottom:8px;padding:8px 10px;border:1px solid #f1bd72;border-radius:7px;background:var(--warning-soft);color:#9a520f;font-size:11px;line-height:1.5}.profile-account-text{border-color:#b6cdfa;background:var(--primary-soft);color:var(--primary-dark)}.profile-account-tag{font-size:12px;font-weight:400;color:var(--muted);margin-left:8px}.auth-field-row{display:flex;gap:10px}.auth-field-flex{flex:1;min-width:0}.region-select-row{display:flex;gap:8px}.region-select{flex:1;min-width:0}.auth-form{display:flex;flex-direction:column;gap:8px}.auth-field{display:flex;flex-direction:column;gap:4px}.auth-field span{color:var(--muted-strong);font-size:11px;font-weight:650}.auth-modal-panel .auth-form{gap:12px}.auth-modal-panel .auth-field{gap:5px}.auth-modal-panel .auth-field span{color:#4b5563;font-size:11px;font-weight:600}.auth-modal-panel .required-field:before{color:#ef4444}.required-field:before{content:"*";color:#ef4444;margin-right:4px;font-size:12px}.auth-field input,.auth-field select{width:100%;height:34px;border:1px solid var(--border-strong);border-radius:6px;padding:0 10px;outline:none;background:#fff;color:var(--text);font-size:12px}.auth-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.auth-modal-panel .auth-field input,.auth-modal-panel .auth-field select{height:38px;border:1.5px solid #e5e7eb;border-radius:8px;padding:0 12px;background:#fff;color:#1f2937;font-size:13px;transition:all .2s ease}.auth-modal-panel .auth-field input:focus{border-color:#d8b4fe;box-shadow:0 0 0 3px #d8b4fe26;background:#fff}.auth-modal-panel .auth-field input::placeholder{color:#c0c4cc;font-size:12px}.auth-modal-panel .password-input-wrapper{position:relative}.auth-modal-panel .password-input-wrapper input{padding-right:40px}.auth-modal-panel .password-toggle-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;background:transparent;color:#c0c4cc;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.auth-modal-panel .password-toggle-btn:hover{background:#f5f5f5;color:#9ca3af}.auth-modal-panel .nickname-input-row{display:flex;gap:6px;align-items:center}.auth-modal-panel .nickname-input-row input{flex:1}.auth-modal-panel .nickname-random-btn{flex-shrink:0;width:38px;height:38px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-modal-panel .nickname-random-btn:hover{border-color:#d8b4fe;background:#faf5ff;transform:rotate(15deg)}.auth-modal-panel .nickname-random-btn:active{transform:rotate(30deg) scale(.95)}.auth-modal-panel .email-verify-row{display:flex;gap:6px;align-items:center}.auth-modal-panel .email-input-flex{flex:1}.auth-modal-panel .email-send-code-btn{flex-shrink:0;height:38px;padding:0 12px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#8b5cf6;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.auth-modal-panel .email-send-code-btn:hover:not(:disabled){border-color:#d8b4fe;background:#faf5ff}.auth-modal-panel .email-send-code-btn:disabled{opacity:.5;cursor:not-allowed;color:#d1d5db}.email-verify-row,.nickname-input-row{display:flex;gap:8px;align-items:center}.nickname-input-row input{flex:1}.nickname-random-btn{flex-shrink:0;width:34px;height:34px;border:1px solid var(--border-strong);border-radius:6px;background:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.nickname-random-btn:hover{border-color:var(--primary);background:var(--primary-light, #f0f5ff);transform:rotate(15deg)}.nickname-random-btn:active{transform:rotate(30deg) scale(.95)}.email-input-flex{flex:1;min-width:0}.email-send-code-btn{white-space:nowrap;padding:0 10px;height:34px;border:1px solid var(--border-strong);border-radius:6px;background:#f5f5f5;cursor:pointer;font-size:12px;color:var(--text);transition:all .2s ease}.email-send-code-btn:hover:not(:disabled){background:#e8e8e8;border-color:var(--primary)}.email-send-code-btn:disabled{opacity:.5;cursor:not-allowed}.email-verified-badge{display:inline-flex;align-items:center;gap:3px;padding:0 8px;height:34px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:1px solid #a5d6a7;border-radius:6px;font-size:12px;font-weight:500;color:#2e7d32;white-space:nowrap;animation:verifiedPulse 2s ease-in-out infinite}.email-verified-badge svg{color:#2e7d32;flex-shrink:0}@keyframes verifiedPulse{0%,to{box-shadow:0 0 #4caf5033}50%{box-shadow:0 0 0 4px #4caf501a}}.utools-login-section{margin-top:12px;text-align:center}.utools-divider{color:var(--text-secondary, #999);font-size:12px;margin-bottom:10px;-webkit-user-select:none;user-select:none}.utools-login-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;height:36px;background:var(--primary);color:#fff;border:1px solid var(--primary);border-radius:6px;font-size:12px;font-weight:750;cursor:pointer;transition:all .2s ease}.utools-login-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.utools-bind-row{display:flex;align-items:center;gap:8px;height:34px}.utools-bind-status{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:0 10px;height:34px;border-radius:6px;border:1px solid var(--border-strong);flex:1}.utools-bind-status.bound{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}.utools-bind-status.bound svg{color:#2e7d32;flex-shrink:0}.utools-bind-status.unbound{background:#f5f5f5;color:#999}.utools-bind-btn,.utools-unbind-btn{padding:0 12px;height:34px;border:1px solid var(--border-strong);border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.utools-bind-btn{background:var(--primary);color:#fff;border-color:var(--primary)}.utools-bind-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.utools-unbind-btn{background:#fff;color:#e74c3c;border-color:#e74c3c}.utools-unbind-btn:hover{background:#fdf2f2}.auth-select{width:100%;height:34px;border:1px solid var(--border-strong);border-radius:6px;padding:0 10px;outline:none;background:#fff;color:var(--text);font-size:12px;cursor:pointer}.auth-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:36px}.password-toggle-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--muted);border-radius:4px;padding:0;font-size:14px}.password-toggle-btn:hover{color:var(--text);background:var(--surface-muted)}.avatar-picker{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft)}.avatar-preview{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border);border-radius:7px;background:#fff;font-size:23px;overflow:hidden}.avatar-preview img{width:100%;height:100%;object-fit:cover}.player-avatar img,.leaderboard-avatar img,.user-profile-avatar img,.chat-msg-avatar img,.chat-popover-avatar img,.bet-avatar img,.grab-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-refresh-btn{min-width:82px;height:34px;border:1px solid #b6cdfa;border-radius:6px;background:var(--primary-soft);color:var(--primary-dark);font-size:12px;font-weight:700;cursor:pointer}.avatar-refresh-btn:hover{background:#dbe8ff}.utools-fill-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.utools-fill-btn:hover{background:linear-gradient(135deg,#5a6fd6,#6a4294);transform:translateY(-1px);box-shadow:0 2px 8px #667eea66}.avatar-picker-modal-panel{max-height:min(80vh,600px);overflow:hidden;display:flex;flex-direction:column}.avatar-picker-modal-body{flex:1;overflow-y:auto;padding:16px}.avatar-picker-tabs{display:flex;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.avatar-picker-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);cursor:pointer;transition:all .2s ease;font-size:12px;color:var(--text-secondary)}.avatar-picker-tab:hover{background:var(--surface-muted)}.avatar-picker-tab.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-dark)}.avatar-picker-tab-icon{font-size:20px}.avatar-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:8px}.avatar-picker-grid-images{grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}.avatar-picker-item{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:2px solid var(--border);border-radius:8px;background:#fff;font-size:24px;cursor:pointer;transition:all .15s ease}.avatar-picker-item:hover{border-color:var(--primary);transform:scale(1.05)}.avatar-picker-item.selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 2px var(--primary)}.avatar-picker-item-image{width:64px;height:64px;padding:4px}.avatar-picker-item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.avatar-picker-custom{padding:16px;max-height:400px;overflow-y:auto}.custom-avatar-section{display:flex;flex-direction:column;gap:12px}.custom-avatar-url-row{display:flex;gap:8px}.custom-avatar-url-input{flex:1;height:36px;padding:0 10px;border:1px solid var(--border-color, #ddd);border-radius:6px;font-size:13px;background:var(--input-bg, #fff);color:var(--text-primary, #333);outline:none;transition:border-color .2s}.custom-avatar-url-input:focus{border-color:var(--primary, #4caf50)}.custom-avatar-preview-btn{height:36px;padding:0 16px;border:1px solid var(--primary, #4caf50);border-radius:6px;background:var(--primary, #4caf50);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}.custom-avatar-preview-btn:hover{opacity:.85}.custom-avatar-preview-box{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px;border:1px solid var(--border-color, #eee);border-radius:8px;background:var(--card-bg, #fafafa)}.custom-avatar-preview-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--primary, #4caf50)}.custom-avatar-preview-loading{font-size:13px;color:var(--text-secondary, #999);padding:20px 0}.custom-avatar-preview-error{font-size:13px;color:#e74c3c;padding:12px 0}.custom-avatar-apply-btn{height:32px;padding:0 20px;border:none;border-radius:6px;background:var(--primary, #4caf50);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s}.custom-avatar-apply-btn:hover{opacity:.85}.custom-avatar-divider{display:flex;align-items:center;gap:12px;color:var(--text-secondary, #999);font-size:12px}.custom-avatar-divider:before,.custom-avatar-divider:after{content:"";flex:1;height:1px;background:var(--border-color, #ddd)}.custom-avatar-divider-text{white-space:nowrap}.custom-avatar-upload-btn{width:100%;height:40px;border:2px dashed var(--border-color, #ccc);border-radius:8px;background:transparent;color:var(--text-primary, #555);font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s}.custom-avatar-upload-btn:hover:not(:disabled){border-color:var(--primary, #4caf50);color:var(--primary, #4caf50)}.custom-avatar-upload-btn:disabled{opacity:.5;cursor:not-allowed}.custom-avatar-upload-hint{font-size:12px;color:var(--text-secondary, #999);text-align:center}.custom-avatar-disclaimer{font-size:12px;color:#e74c3c;text-align:center;padding:8px;border:1px solid #fde2e2;border-radius:6px;background:#fef2f2;line-height:1.5}.auth-submit-btn{height:36px;margin-top:4px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;font-size:12px;font-weight:750;cursor:pointer}.auth-submit-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.forgot-password-btn{width:100%;height:auto;padding:0;border:none;background:transparent;color:var(--muted-strong);font-size:12px;text-align:center;cursor:pointer;text-decoration:underline}.forgot-password-btn:hover{color:var(--primary)}.auth-modal-panel .auth-submit-btn{height:40px;margin-top:4px;border:none;border-radius:10px;background:linear-gradient(135deg,#d946ef,#a855f7);color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #a855f74d;position:relative;overflow:hidden}.auth-modal-panel .auth-submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.auth-modal-panel .auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #a855f766}.auth-modal-panel .auth-submit-btn:hover:before{left:100%}.auth-modal-panel .auth-submit-btn:active{transform:translateY(0);box-shadow:0 2px 6px #a855f74d}.auth-modal-panel .auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 2px 6px #a855f733}.auth-modal-panel .auth-submit-btn:disabled:hover{transform:none;box-shadow:0 2px 6px #a855f733}.btn-loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .6s linear infinite;margin-right:6px;vertical-align:middle}@keyframes btn-spin{to{transform:rotate(360deg)}}.auth-modal-panel .forgot-password-btn{color:#9ca3af;font-size:12px;text-decoration:none;margin-top:4px;transition:all .2s ease}.auth-modal-panel .forgot-password-btn:hover{color:#8b5cf6;text-decoration:underline}.auth-modal-panel .utools-login-section{margin-top:12px}.auth-modal-panel .utools-divider{text-align:center;color:#d1d5db;font-size:11px;margin-bottom:12px;position:relative}.auth-modal-panel .utools-divider:before,.auth-modal-panel .utools-divider:after{content:"";position:absolute;top:50%;width:30%;height:1px;background:#f0f0f0}.auth-modal-panel .utools-divider:before{left:0}.auth-modal-panel .utools-divider:after{right:0}.auth-modal-panel .utools-login-btn{width:100%;height:52px;padding:0 20px;margin-left:auto;border:1.5px solid #8b5cf6;border-radius:10px;background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#6b21a8;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.auth-modal-panel .utools-login-btn:hover{background:linear-gradient(135deg,#f3e8ff,#ede9fe);border-color:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf633}.auth-modal-panel .utools-login-btn svg{width:20px;height:20px;flex-shrink:0}.auth-modal-panel .utools-btn-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.auth-modal-panel .utools-btn-main{font-size:14px;font-weight:600;line-height:1.2}.auth-modal-panel .utools-btn-sub{font-size:11px;font-weight:400;opacity:.7;line-height:1.2}.auth-modal-panel .avatar-picker{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.auth-modal-panel .avatar-preview{width:42px;height:42px;border:1.5px solid #e5e7eb;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fff;overflow:hidden}.auth-modal-panel .avatar-preview img{width:100%;height:100%;object-fit:cover}.auth-modal-panel .avatar-refresh-btn{height:32px;padding:0 10px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-size:11px;cursor:pointer;transition:all .2s ease}.auth-modal-panel .avatar-refresh-btn:hover{background:#faf5ff;border-color:#d8b4fe;color:#8b5cf6}.auth-modal-panel .terms-checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-modal-panel .terms-checkbox{width:14px;height:14px;border:1.5px solid #d1d5db;border-radius:3px;background:#fff;cursor:pointer;accent-color:#c084fc}.auth-modal-panel .terms-text{color:#9ca3af;font-size:11px;line-height:1.5}.auth-modal-panel .terms-link{color:#c084fc;text-decoration:none;font-weight:600;transition:all .2s ease}.auth-modal-panel .terms-link:hover{color:#a855f7;text-decoration:underline}.auth-modal-panel .auth-message{margin-bottom:12px;padding:10px 12px;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;color:#92400e;font-size:12px;line-height:1.5}.forgot-success p{margin-bottom:10px;padding:10px 11px;border:1px solid #b6cdfa;border-radius:7px;background:var(--primary-soft);color:var(--primary-dark);font-size:12px;line-height:1.5}.forgot-password-hint{margin-top:16px;padding:10px 12px;border:1px dashed #ccc;border-radius:7px;background:#f9f9f9;font-size:12px;color:#666;line-height:1.6}.forgot-password-hint p{margin:0;padding:0;border:none;background:none}.terms-checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.terms-checkbox{width:14px;height:14px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.terms-text{font-size:12px;color:var(--muted-strong);line-height:1.4}.terms-link{color:var(--primary);text-decoration:none;font-weight:600;cursor:pointer}.terms-link:hover{text-decoration:underline}.privacy-modal-panel{width:min(600px,100%);max-height:min(80vh,700px);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-md)}.privacy-modal-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.privacy-content{flex:1;overflow-y:auto;padding:16px 20px;font-size:13px;line-height:1.8;color:var(--text);background:var(--surface-soft)}.privacy-content h3{margin:16px 0 8px;font-size:14px;font-weight:700;color:var(--text)}.privacy-content h3:first-child{margin-top:0}.privacy-content p{margin:0 0 6px}.privacy-content strong{color:#ef4444}.privacy-footer{padding:12px 20px;border-top:1px solid var(--border);text-align:center;background:var(--surface-soft)}.privacy-agree-btn{width:100%;height:36px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.privacy-agree-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.profile-actions{display:flex;gap:8px;margin-top:4px}.profile-actions .auth-submit-btn{flex:1;margin-top:0}.profile-logout-btn{min-width:80px;height:36px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--muted-strong);font-size:12px;font-weight:700;cursor:pointer}.profile-logout-btn:hover{background:var(--surface-muted)}.profile-change-password-btn{min-width:80px;height:36px;border:1px solid var(--primary);border-radius:6px;background:#fff;color:var(--primary);font-size:12px;font-weight:700;cursor:pointer}.profile-change-password-btn:hover{background:var(--primary-soft)}.auth-modal-panel .profile-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.auth-modal-panel .profile-actions .auth-submit-btn{flex:1;margin-top:0}.auth-modal-panel .profile-logout-btn{min-width:70px;height:38px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#9ca3af;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-modal-panel .profile-logout-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444}.auth-modal-panel .profile-change-password-btn{min-width:70px;height:38px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-modal-panel .profile-change-password-btn:hover{background:#faf5ff;border-color:#d8b4fe;color:#8b5cf6}.auth-modal-panel .region-select-row{display:flex;gap:6px}.auth-modal-panel .region-select{flex:1;min-width:0}.auth-modal-panel .auth-select{height:38px;border:1.5px solid #e5e7eb;border-radius:8px;padding:0 12px;background:#fff;color:#1f2937;font-size:13px;cursor:pointer;transition:all .2s ease}.auth-modal-panel .auth-select:focus{border-color:#d8b4fe;box-shadow:0 0 0 3px #d8b4fe26;outline:none}.auth-modal-panel .email-verified-badge{display:flex;align-items:center;gap:4px;padding:3px 8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a;font-size:11px;font-weight:600;white-space:nowrap}.auth-modal-panel .utools-bind-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.auth-modal-panel .utools-bind-status{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}.auth-modal-panel .utools-bind-status.bound{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.auth-modal-panel .utools-bind-status.unbound{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.auth-modal-panel .utools-bind-btn,.auth-modal-panel .utools-unbind-btn{height:28px;padding:0 10px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-modal-panel .utools-bind-btn:hover{background:#faf5ff;border-color:#d8b4fe;color:#8b5cf6}.auth-modal-panel .utools-unbind-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444}@media(max-height:700px)and (min-width:640px){.auth-modal-panel{width:min(650px,100%)}.auth-modal-panel .auth-modal-body{padding:12px 16px}.auth-modal-panel .auth-hero-banner{padding:8px 16px;gap:8px}.auth-modal-panel .auth-hero-icon{font-size:24px}.auth-modal-panel .auth-hero-title{font-size:13px}.auth-modal-panel .auth-hero-sub{font-size:10px}.auth-modal-panel .login-type-switch{margin-bottom:2px;gap:6px}.auth-modal-panel .login-type-btn{height:32px;font-size:12px;gap:4px}.auth-modal-panel .login-type-btn svg{width:14px;height:14px}.auth-modal-panel .auth-form{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 3%}.auth-modal-panel .auth-form>.auth-field-row,.auth-modal-panel .auth-form>.terms-checkbox-label,.auth-modal-panel .auth-form>.auth-submit-btn,.auth-modal-panel .auth-form>.profile-actions,.auth-modal-panel .auth-form>.forgot-password-btn,.auth-modal-panel .auth-form>.utools-login-section{flex:0 0 100%;max-width:100%;box-sizing:border-box}.auth-modal-panel .auth-form>.auth-field{flex:0 0 48%;max-width:48%;box-sizing:border-box}.auth-modal-panel .auth-form>.login-type-switch{flex:0 0 100%;max-width:100%;box-sizing:border-box}.auth-modal-panel .auth-form>.auth-submit-btn,.auth-modal-panel .auth-form>.forgot-password-btn{flex:0 0 100%;max-width:100%;box-sizing:border-box}.auth-modal-panel .auth-field input,.auth-modal-panel .auth-field select{height:34px;font-size:12px}.auth-modal-panel .auth-field span{font-size:10px}.auth-modal-panel .auth-submit-btn{height:36px;font-size:13px}.auth-modal-panel .forgot-password-btn{font-size:11px}}.change-password-actions{display:flex;gap:12px;margin-top:8px}.change-password-cancel-btn{height:40px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--muted-strong);font-size:14px;font-weight:700;cursor:pointer;flex:1}.change-password-cancel-btn:hover{background:var(--surface-muted)}.confirm-modal-body{padding:18px}.confirm-modal-text{color:var(--text);font-size:14px;font-weight:700}.confirm-modal-hint{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.55}.confirm-modal-price{margin:8px 0;padding:8px 12px;background:linear-gradient(135deg,#f59e0b14,#ff98000d);border:1px solid rgba(245,158,11,.2);border-radius:6px;font-size:13px;color:#666;text-align:center}.confirm-modal-price .price-value{font-weight:700;color:#e65100;font-size:15px}[data-theme=dark] .confirm-modal-price{background:linear-gradient(135deg,#f59e0b1f,#ff98000f);border-color:#f59e0b40;color:#aaa}[data-theme=dark] .confirm-modal-price .price-value{color:#ffb74d}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 18px 18px}.confirm-cancel-btn,.confirm-remove-btn{min-width:86px;border:1px solid transparent;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}.confirm-cancel-btn{border-color:var(--border);background:#fff;color:var(--muted-strong)}.confirm-cancel-btn:hover{background:var(--surface-muted)}.confirm-remove-btn{background:var(--danger);color:#fff}.confirm-remove-btn:hover{background:#b91c1c}.confirm-unlock-btn{background:var(--primary)}.confirm-unlock-btn:hover{background:var(--primary-dark)}.plot-detail-modal{width:min(440px,100%)}.plot-detail-actions{flex-wrap:wrap}.plot-detail-actions .confirm-cancel-btn,.plot-detail-actions .confirm-remove-btn{min-width:96px}.hover-crop-header{display:flex;align-items:center;gap:10px}.hover-crop-emoji{font-size:26px}.hover-crop-title{color:var(--text);font-size:14px;font-weight:750}.hover-crop-status{margin-top:3px;color:var(--primary-dark);font-size:12px}.hover-crop-desc{margin-top:10px;color:var(--muted);font-size:12px;line-height:1.55}.plot-detail-progress{margin-top:12px;padding:0 24px 0 0}.plot-detail-progress-bar{height:6px;overflow:hidden;border-radius:999px;background:#d7dee8}.plot-detail-progress-fill{height:100%;border-radius:inherit;background:var(--success);transition:width .5s ease}.plot-detail-progress-info{display:flex;justify-content:space-between;margin-top:5px;color:var(--muted-strong);font-size:12px}.hover-crop-meta{display:grid;gap:6px;margin-top:12px;color:var(--muted-strong);font-size:12px}.harvest-coefficient-bonus{color:var(--success);font-weight:600;text-shadow:0 0 1px var(--success-soft)}.plot-detail-modal{width:480px;max-width:90vw;padding:0;overflow:hidden}@media(min-width:768px){.plot-detail-modal{width:520px}}.plot-detail-layout{display:flex;min-height:180px}.plot-detail-left{width:160px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;background:linear-gradient(180deg,var(--surface-soft) 0%,var(--surface) 100%);border-right:1px solid var(--border)}.plot-detail-3d{width:130px;height:130px;border-radius:12px;overflow:hidden;background:#f0f4f8;position:relative;margin-bottom:12px}.plot-detail-3d-container{width:100%;height:100%}.plot-detail-3d-container canvas{display:block}[data-theme=dark] .plot-detail-3d{background:#060d14}.plot-detail-name{font-size:16px;font-weight:700;color:var(--text);margin-bottom:2px;text-align:center}.plot-detail-rarity{font-size:10px;color:var(--warning);font-weight:600;letter-spacing:1px}.plot-detail-status{margin-top:8px;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;background:var(--warning-soft);color:var(--warning)}.plot-detail-status.is-ready{background:var(--success-soft);color:var(--success)}.plot-detail-right{flex:1;padding:12px 16px;display:flex;flex-direction:column;position:relative}.plot-detail-right .modal-close-btn{position:absolute;top:4px;right:4px;width:30px;height:30px;border-radius:50%;font-size:23px}.plot-detail-progress{display:flex;align-items:center;gap:8px;margin-bottom:10px}.plot-detail-progress-bar{flex:1;height:6px;background:var(--surface-muted);border-radius:3px;overflow:hidden}.plot-detail-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:3px}.plot-detail-progress-text{font-size:11px;color:var(--muted);min-width:36px;text-align:right}.plot-detail-info-row{gap:12px;margin-bottom:8px;font-size:11px;color:var(--muted)}.info-item{white-space:nowrap}.plot-detail-desc{font-size:12px;color:var(--muted);line-height:1.4;padding:8px 10px;background:var(--surface-soft);border-radius:6px}.plot-detail-bottom{margin-top:auto}.plot-detail-rewards{display:flex;gap:16px;margin-bottom:8px}.plot-detail-rewards .reward-item{display:flex;align-items:center;gap:4px}.plot-detail-rewards .reward-icon{font-size:14px}.plot-detail-rewards .reward-value{font-size:14px;font-weight:700}.plot-detail-rewards .reward-value.gold{color:var(--warning)}.plot-detail-rewards .reward-value.exp{color:var(--info)}.plot-detail-bonuses{display:flex;gap:6px;flex-wrap:wrap}.bonus-tag{padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600}.bonus-red{background:var(--danger-soft);color:var(--danger)}.bonus-black{background:#78787826;color:#666}.bonus-steal{background:var(--success-soft);color:var(--success)}.plot-detail-actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border);margin:0 -1px}.plot-detail-actions .btn-secondary{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.plot-detail-actions .btn-secondary:hover{background:var(--surface-soft)}.plot-detail-actions .btn-primary,.plot-detail-actions .btn-danger,.plot-detail-actions .btn-danger-outline,.plot-detail-actions .btn-harvest{flex:1.2;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.plot-detail-actions .btn-primary{background:var(--primary);color:#fff}.plot-detail-actions .btn-primary:hover{background:var(--primary-dark)}.plot-detail-actions .btn-danger{background:var(--surface-muted);color:var(--text-secondary)}.plot-detail-actions .btn-danger:hover{background:var(--danger-soft);color:var(--danger)}.plot-detail-actions .btn-danger-outline{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.plot-detail-actions .btn-danger-outline:hover{background:var(--danger-soft);color:var(--danger);border-color:var(--danger)}.plot-detail-actions .btn-harvest{background:linear-gradient(135deg,var(--success),#16a34a);color:#fff;box-shadow:0 2px 8px #15803d40}.plot-detail-actions .btn-harvest:hover{transform:translateY(-1px);box-shadow:0 4px 12px #15803d59}.quick-actions{position:fixed;left:50%;bottom:15%;transform:translate(-50%);z-index:900;display:flex;align-items:center;justify-content:center;gap:10px;pointer-events:none}.quick-action-btn{min-width:120px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:20px;color:#fff;font-size:12px;font-weight:700;box-shadow:var(--shadow-md);cursor:pointer;pointer-events:auto;transition:transform .16s ease,box-shadow .16s ease}.quick-action-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #10182829}.quick-action-btn:active{transform:translateY(0)}.quick-action-btn.water{background:#0284c7}.quick-action-btn.harvest{background:var(--success)}.quick-action-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff2e;font-size:14px}.quick-action-text{line-height:1;white-space:nowrap}.quick-action-count{min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;background:#ffffffeb;color:var(--text);font-size:11px;font-weight:900}.quick-actions-transition-enter-active,.quick-actions-transition-leave-active{transition:opacity .18s ease,transform .18s ease}.quick-actions-transition-enter-from,.quick-actions-transition-leave-to{opacity:0;transform:translate(-50%,10px)}.footer-hint{margin-top:16px;color:var(--muted);text-align:center;font-size:12px}.farm-tip{position:fixed;bottom:16px;right:16px;padding:8px 16px;border-radius:20px;color:var(--text-secondary);text-align:center;font-size:12px;line-height:1.4;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000f;z-index:90}.header-right-area{display:flex;align-items:center;gap:6px}.checkin-btn{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);font-size:16px;cursor:pointer;transition:border-color .16s ease,background .16s ease;flex-shrink:0}.checkin-btn:hover{border-color:#b8c7d9;background:#fff}.checkin-btn.checked{opacity:.7}.checkin-btn.inline{width:24px;height:24px;font-size:14px;border-radius:6px;border:none;background:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative}.checkin-btn.inline .checkin-dot{top:2px;right:2px;width:6px;height:6px}.checkin-btn.inline.leaderboard-btn,.checkin-btn.inline.settings-btn{font-size:16px}.checkin-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:var(--danger);animation:pulse-dot 1.5s infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.active-event-badge{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:var(--warning-soft);color:var(--warning);font-size:10px;font-weight:700;white-space:nowrap;animation:event-badge-pulse 2s infinite}@keyframes event-badge-pulse{0%,to{opacity:1}50%{opacity:.7}}.checkin-modal-panel{width:min(380px,90vw);max-height:min(80vh,520px);display:flex;flex-direction:column;overflow:hidden;position:relative}.checkin-close-btn{position:absolute;top:12px;right:12px;z-index:2}.checkin-body{display:flex;flex-direction:column;align-items:center;padding:24px 20px 20px;gap:12px;flex:1;min-height:0;overflow-y:auto}.checkin-icon-area{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.checkin-big-emoji{font-size:64px;line-height:1}.checkin-icon-bounce .checkin-big-emoji{animation:checkinBounce 2s ease-in-out infinite}@keyframes checkinBounce{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-12px) scale(1.05)}50%{transform:translateY(0) scale(.95)}75%{transform:translateY(-6px) scale(1.02)}}.checkin-sparkles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.sparkle{position:absolute;font-size:16px;animation:sparkleFloat 2s ease-in-out infinite}.sparkle.s1{top:-5px;left:5px;animation-delay:0s}.sparkle.s2{top:10px;right:-5px;animation-delay:.6s}.sparkle.s3{bottom:5px;left:0;animation-delay:1.2s}@keyframes sparkleFloat{0%,to{opacity:.3;transform:scale(.8) translateY(0)}50%{opacity:1;transform:scale(1.2) translateY(-8px)}}.checkin-success .checkin-big-emoji{animation:checkinCelebrate .6s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes checkinCelebrate{0%{transform:scale(.3) rotate(-20deg);opacity:0}60%{transform:scale(1.3) rotate(5deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.checkin-coin-rain{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:visible}.coin{position:absolute;font-size:20px;animation:coinFall 1.2s ease-out forwards;opacity:0}.coin.c1{left:10%;animation-delay:.1s}.coin.c2{left:30%;animation-delay:.2s}.coin.c3{left:50%;animation-delay:0s}.coin.c4{left:70%;animation-delay:.3s}.coin.c5{left:85%;animation-delay:.15s}@keyframes coinFall{0%{transform:translateY(-30px) rotate(0);opacity:0}20%{opacity:1}to{transform:translateY(80px) rotate(360deg);opacity:0}}.checkin-title{font-size:20px;font-weight:700;color:var(--text);margin-top:4px}.checkin-subtitle{font-size:13px;color:var(--muted);margin-top:-4px}.checkin-desc{font-size:12px;color:var(--success);margin-top:-8px}.checkin-reward-card{width:100%;background:linear-gradient(135deg,var(--primary-soft),rgba(139,92,246,.08));border:1px solid rgba(139,92,246,.2);border-radius:12px;padding:14px 18px;display:flex;flex-direction:column;gap:8px}.checkin-reward-row{display:flex;justify-content:space-between;align-items:center}.checkin-reward-label{font-size:14px;color:var(--text)}.checkin-reward-value{font-size:18px;font-weight:700;color:var(--warning)}.checkin-actions{display:flex;gap:10px;width:100%;margin-top:4px}.checkin-btn-close{flex:1;padding:10px 0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--muted);font-size:14px;cursor:pointer;transition:all .2s}.checkin-btn-close:hover{background:var(--surface-soft);color:var(--text)}.checkin-btn-do{flex:2;padding:10px 0;border:none;border-radius:10px;background:linear-gradient(135deg,var(--primary),#8b5cf6);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.checkin-btn-do:hover{transform:translateY(-1px);box-shadow:0 4px 15px #8b5cf666}.checkin-btn-do:active{transform:translateY(0)}.checkin-btn-done{flex:2;padding:10px 0;border:none;border-radius:10px;background:var(--success-soft);color:var(--success);font-size:14px;font-weight:600;cursor:default;display:flex;align-items:center;justify-content:center;gap:6px;opacity:.8}.checkin-btn-icon{font-size:16px}.dark .checkin-reward-card{background:linear-gradient(135deg,#8b5cf61f,#8b5cf60d);border-color:#8b5cf640;cursor:not-allowed}.event-lock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;display:flex;align-items:center;justify-content:center;background:#0f172a40;pointer-events:none}.event-lock-content{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 36px;border-radius:12px;background:#ffffffeb;box-shadow:var(--shadow-md);text-align:center}.event-lock-icon{font-size:36px;animation:lock-shake .6s infinite}@keyframes lock-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.event-lock-text{color:var(--danger);font-size:16px;font-weight:750}.event-lock-hint{color:var(--muted);font-size:12px}.help-modal-panel{width:min(500px,100%);overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.help-modal-panel{width:min(650px,100%)}}@media(min-width:1200px){.help-modal-panel{width:min(800px,100%)}}@media(min-width:1600px){.help-modal-panel{width:min(900px,100%)}}.help-modal-body{padding:18px;overflow-y:auto;max-height:min(60vh,500px)}.help-section{display:flex;flex-direction:column;gap:16px;text-align:left}.help-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:10px;background:var(--surface-soft);border:1px solid var(--border)}.help-icon{font-size:22px;flex-shrink:0;line-height:1;margin-top:2px}.help-text{flex:1;min-width:0}.help-text strong{display:block;font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px}.help-text p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.help-link{display:inline-block;margin-top:4px;font-size:13px;color:var(--primary);text-decoration:none;word-break:break-all}.help-link:hover{text-decoration:underline}.help-wechat{display:inline-block;margin-top:4px;padding:2px 10px;font-size:13px;font-weight:600;color:#07c160;background:#e8f8ee;border-radius:6px;letter-spacing:.5px;-webkit-user-select:all;user-select:all}.help-list{margin:6px 0 0;padding-left:18px;font-size:13px;color:var(--muted);line-height:1.8}.help-list li{margin-bottom:2px}.help-list strong{display:inline;font-size:13px;color:var(--text);margin-bottom:0}.help-disclaimer{margin-top:16px;padding:10px 14px;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;font-size:12px;color:#8d6e00;line-height:1.6}.help-disclaimer p{margin:0}[data-theme=dark] .help-disclaimer{background:#ffd54f1a;border-color:#ffd54f4d;color:#ffd54f}.notice-modal-panel{width:min(420px,90vw);overflow:hidden;display:flex;flex-direction:column}.notice-modal-body{padding:20px;overflow-y:auto;max-height:min(50vh,400px)}.notice-content{display:flex;flex-direction:column;gap:12px}.notice-title{font-size:18px;font-weight:700;color:var(--text);line-height:1.4}.notice-date{font-size:12px;color:var(--muted)}.notice-text{font-size:14px;color:var(--text);line-height:1.7;white-space:pre-wrap;word-break:break-word}.notice-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid var(--border);background:var(--surface-soft)}.notice-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:var(--muted);-webkit-user-select:none;user-select:none}.notice-checkbox{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid var(--border);border-radius:4px;background:var(--surface);font-size:12px;color:#fff;transition:all .15s ease}.notice-checkbox.checked{background:var(--primary);border-color:var(--primary)}.notice-close-btn{padding:8px 24px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.notice-close-btn:hover{opacity:.9}.quest-btn{margin-left:4px}.quest-modal-panel{max-width:420px;width:90vw}.quest-list{display:flex;flex-direction:column;gap:12px}.quest-item{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.quest-item.quest-done{border-color:var(--success);background:var(--success-soft)}.quest-item.quest-claimed{opacity:.6}.quest-info{flex:1;min-width:0}.quest-desc{font-size:13px;font-weight:500;margin-bottom:6px}.quest-progress-bar{height:6px;background:var(--surface-muted);border-radius:3px;overflow:hidden;margin-bottom:4px}.quest-progress-fill{height:100%;background:var(--primary);border-radius:3px;transition:width .3s ease}.quest-item.quest-done .quest-progress-fill{background:var(--success)}.quest-progress-text{font-size:11px;color:var(--muted)}.quest-reward{display:flex;flex-direction:column;align-items:flex-end;font-size:11px;color:var(--warning);gap:2px;white-space:nowrap}.quest-claim-btn{padding:6px 12px;font-size:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);cursor:not-allowed;white-space:nowrap}.quest-claim-btn.can-claim{background:var(--primary);color:#fff;border-color:var(--primary);cursor:pointer}.quest-claim-btn.can-claim:hover{background:var(--primary-dark)}.mobile-bottom-nav{display:none}.data-load-error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;margin-bottom:8px;border-radius:var(--radius);font-size:13px;background:#fff3e0;border:1px solid #ffb74d;color:#e65100;cursor:pointer;transition:background .2s}.data-load-error-banner:hover{background:#ffe0b2}.data-load-error-retry{font-weight:600;white-space:nowrap}[data-theme=dark] .data-load-error-banner{background:#ff980026;border-color:#ff980066;color:#ffb74d}[data-theme=dark] .data-load-error-banner:hover{background:#ff980040}.weather-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 16px;border-radius:20px;font-size:12px;background:#ffffffe6;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000f;max-width:400px;margin:0 auto 12px}.weather-emoji{font-size:16px}.weather-name{font-weight:600}.weather-desc{color:var(--muted);font-size:11px}.weather-refresh-btn{display:inline-flex;align-items:center;justify-content:center;height:22px;margin-left:2px;padding:0 8px;border:1px solid rgba(0,0,0,.08);border-radius:11px;background:#ffffffb8;color:inherit;font-size:11px;line-height:1;cursor:pointer;flex-shrink:0;transition:background .15s ease,transform .15s ease,opacity .15s ease}.weather-refresh-btn:hover:not(:disabled){background:#fffffff2;transform:scale(1.04)}.weather-refresh-btn:disabled{opacity:.65;cursor:default}.weather-refresh-btn.is-refreshing{opacity:.7}[data-theme=dark] .weather-refresh-btn{background:#ffffff1f;border-color:#ffffff1f;color:#e5e7eb}[data-theme=dark] .weather-refresh-btn:hover:not(:disabled){background:#fff3}.weather-sunny{background:#fffbeb;border-color:#fde68a}.weather-rainy{background:#eff6ff;border-color:#93c5fd;animation:weather-rain-pulse 3s ease-in-out infinite}.weather-storm{background:#fff7ed;border-color:#fdba74;animation:weather-shake .5s ease-in-out infinite}.weather-boss{background:#fef2f2;border-color:#fca5a5}.weather-rainbow{background:linear-gradient(90deg,#fef2f2,#fffbeb,#f0fdf4,#eff6ff,#faf5ff);background-size:300% 100%;animation:weather-rainbow-shift 4s linear infinite;border-color:#c4b5fd}@keyframes weather-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes weather-rain-pulse{0%,to{opacity:1}50%{opacity:.85}}@keyframes weather-rainbow-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.backpack-btn{position:relative}.backpack-count-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:9px;font-weight:800;line-height:16px;text-align:center;pointer-events:none}.backpack-modal-panel{width:min(780px,96%);height:min(80vh,680px);display:flex;flex-direction:column;overflow:hidden}.modal-header-actions{display:flex;align-items:center;gap:8px}.backpack-tabs{display:flex;gap:4px;padding:10px 18px 0}.backpack-tab-btn{flex:1;height:36px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--muted);font-size:12px;font-weight:650;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .16s ease}.backpack-tab-btn:hover{border-color:#b0c4e8}.backpack-tab-btn.active{border-color:#a9c2f8;background:var(--primary-soft);color:var(--primary-dark)}.backpack-tab-count{padding:1px 5px;border-radius:999px;background:#0000000f;font-size:10px}.backpack-sort-bar{display:flex;gap:4px;padding:8px 18px}.backpack-sort-btn{height:26px;padding:0 10px;border:1px solid var(--border);border-radius:4px;background:#fff;color:var(--muted);font-size:11px;font-weight:600;cursor:pointer;transition:all .16s ease}.backpack-sort-btn.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.backpack-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:10px;padding:0 18px 18px;overflow-y:auto;flex:1;min-height:0;align-content:start}.backpack-sell-all-row{width:100%;display:flex;gap:8px;flex-wrap:wrap;grid-column:1 / -1}.backpack-empty{width:100%;text-align:center;padding:32px 12px;color:#b0b0b4;font-size:12px}.backpack-load-more{width:100%;display:flex;justify-content:center;padding:12px 0;grid-column:1 / -1}.backpack-load-more-btn{padding:8px 24px;border:1px solid #e2e8f0;border-radius:20px;background:#f7fafc;color:#4a5568;font-size:13px;cursor:pointer;transition:all .2s}.backpack-load-more-btn:hover{background:#edf2f7;border-color:#cbd5e0}.bp-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 8px 12px;min-height:148px;border-radius:14px;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 1px 2px #00000005;overflow:hidden;cursor:pointer;isolation:isolate;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease}.bp-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px #00000014;border-color:#00000014;z-index:2}.bp-card-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(255,180,120,.12),transparent 70%);opacity:.7;transition:opacity .3s ease;pointer-events:none;z-index:0}.bp-card:hover .bp-card-glow{opacity:1}.bp-card.rarity-优秀 .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(34,197,94,.12),transparent 70%)}.bp-card.rarity-稀有 .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(59,130,246,.14),transparent 70%)}.bp-card.rarity-史诗 .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(168,85,247,.14),transparent 70%)}.bp-card.rarity-传说 .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(245,158,11,.16),transparent 70%)}.bp-card.rarity-神话 .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(239,68,68,.14),transparent 70%)}.bp-card.is-mutation{border-color:#f59e0b47}.bp-card.is-mutation .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(251,191,36,.2),transparent 70%)}.bp-card.fish-card .bp-card-glow{background:radial-gradient(ellipse 80% 60% at 50% 18%,rgba(96,165,250,.14),transparent 70%)}.bp-card-multi{position:absolute;top:8px;left:8px;z-index:2;padding:2px 7px;border-radius:999px;background:linear-gradient(135deg,#fde68a,#fbbf24);color:#92400e;font-size:10px;font-weight:800}.bp-card-premium{position:absolute;top:8px;right:8px;z-index:2;font-size:12px;opacity:.85}.bp-card-qty{position:absolute;top:8px;right:8px;z-index:2;min-width:22px;height:18px;padding:0 6px;border-radius:9px;background:#0000000d;color:#8a8a8e;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.bp-card.is-mutation .bp-card-qty{right:auto;left:8px;top:30px}.bp-hero{position:relative;z-index:1;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#fff7f0,#f7f3ef);border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 14px #0000000a,inset 0 1px #fffc;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.bp-card:hover .bp-hero{transform:scale(1.08) translateY(-2px);box-shadow:0 8px 20px #00000014,inset 0 1px #ffffffe6}.bp-card.is-mutation .bp-hero{background:linear-gradient(160deg,#fff8e8,#fef3c7)}.bp-card.fish-card .bp-hero{background:linear-gradient(160deg,#f0f7ff,#e8f1fb)}.bp-emoji{font-size:40px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.06));-webkit-user-select:none;user-select:none}.bp-name{position:relative;z-index:1;font-size:11px;font-weight:600;line-height:1.2;text-align:center;max-width:100%;padding:3px 8px;border-radius:999px;border:1px solid rgba(0,0,0,.06);color:#3a3a3e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bp-meta{position:relative;z-index:1;display:flex;align-items:center;gap:6px;font-size:10px;color:#b0b0b4;min-height:14px}.bp-rarity{font-weight:600;letter-spacing:.2px}.bp-rarity.rt-普通{color:#9ca3af}.bp-rarity.rt-优秀{color:#22c55e}.bp-rarity.rt-稀有{color:#3b82f6}.bp-rarity.rt-史诗{color:#a855f7}.bp-rarity.rt-传说{color:#d97706}.bp-rarity.rt-神话{color:#dc2626;font-weight:800}.bp-price{color:#c98a6b;font-weight:600}.bp-hover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 8px;background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;transition:opacity .22s ease}.bp-card:hover .bp-hover,.bp-card:focus-within .bp-hover{opacity:1;pointer-events:auto}.bp-btn{padding:6px 14px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap;background:#f0f0f0;color:#888;cursor:pointer;transition:all .18s ease;display:inline-flex;align-items:center;justify-content:center}.bp-btn.primary{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;box-shadow:0 4px 12px #ff980047}.bp-btn.primary:hover{box-shadow:0 6px 16px #ff980066;transform:translateY(-1px)}.bp-btn.ghost{background:transparent;border-color:#0000001a;color:#666}.bp-btn.ghost:hover{background:#0000000a}.bp-btn.sell{background:linear-gradient(135deg,#4caf50,#43a047);color:#fff;box-shadow:0 4px 12px #4caf5047}.bp-btn.sell:hover{box-shadow:0 6px 16px #4caf5066;transform:translateY(-1px)}.bp-btn.same{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;box-shadow:0 4px 12px #ff980047}.bp-btn.same:hover{box-shadow:0 6px 16px #ff980066;transform:translateY(-1px)}@media(hover:none){.bp-hover{opacity:0}.bp-card:active .bp-hover{opacity:1;pointer-events:auto}}.backpack-sell-all-btn{flex:1;min-width:140px;height:32px;padding:0 12px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#00000008;color:#666;font-size:11px;font-weight:600;cursor:pointer;transition:all .18s ease}.backpack-sell-all-btn:hover{background:#4caf5014;border-color:#4caf504d;color:#2e7d32}.backpack-sell-all-btn:disabled{opacity:.5;cursor:not-allowed}.backpack-sell-all-btn.fish-stats-btn:hover{background:#3b82f614;border-color:#3b82f64d;color:#1d4ed8}.backpack-sell-all-btn-sm{height:24px;padding:0 6px;border:1px solid #fecaca;border-radius:4px;background:#fef2f2;color:var(--danger);font-size:9px;font-weight:700;cursor:pointer;transition:all .16s ease;white-space:nowrap}.backpack-sell-all-btn-sm:hover{background:var(--danger);color:#fff}.backpack-empty{width:100%;padding:32px;text-align:center;color:var(--muted);font-size:13px;border-radius:12px;background:#00000008}.item-detail-panel{width:min(360px,90vw)}.item-detail-body{display:flex;justify-content:center}.item-detail-info{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 0}.item-detail-emoji{font-size:48px;line-height:1;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:2px solid var(--border);background:var(--surface-soft)}.item-detail-emoji.rarity-优秀{border-color:#22c55e;background:#f0fdf4}.item-detail-emoji.rarity-稀有{border-color:#3b82f6;background:#eff6ff}.item-detail-emoji.rarity-史诗{border-color:#a855f7;background:#faf5ff}.item-detail-emoji.rarity-传说{border-color:#f59e0b;background:#fffbeb}.item-detail-emoji.rarity-神话{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fef3c7);box-shadow:0 0 12px #ef44444d}.item-detail-name{font-size:16px;font-weight:750;color:var(--text)}.item-detail-meta{display:flex;align-items:center;gap:8px}.item-detail-qty{color:var(--muted);font-weight:600;font-size:13px}.item-detail-price{color:var(--muted-strong);font-size:13px}.item-detail-price strong{color:var(--warning)}.mutation-info{display:flex;flex-direction:column;gap:4px}.mutation-tag{display:inline-block;background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:700;margin-bottom:4px}.mutation-info strong{color:#ff9800}.item-detail-actions{flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:10px;padding:4px 18px 18px}.item-detail-actions button{width:100%;min-width:0;min-height:42px;padding:10px 18px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:700;line-height:1.35;text-align:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.item-detail-actions button:hover{transform:translateY(-1px)}.item-sell-btn{background:linear-gradient(135deg,#4caf50,#43a047)!important;color:#fff;box-shadow:0 4px 14px #4caf504d}.item-sell-btn:hover{background:linear-gradient(135deg,#43a047,#388e3c)!important;box-shadow:0 6px 18px #4caf5066}.item-sell-all-btn{background:linear-gradient(135deg,#ff9800,#f57c00)!important;color:#fff;box-shadow:0 4px 14px #ff98004d}.item-sell-all-btn:hover{background:linear-gradient(135deg,#f57c00,#e65100)!important;box-shadow:0 6px 18px #ff980066}[data-theme=dark] .item-sell-btn{box-shadow:0 4px 14px #4caf5038}[data-theme=dark] .item-sell-all-btn{box-shadow:0 4px 14px #ff980038}@media(max-width:720px){.left-sidebar{display:none}.app-main{margin-left:0}.chatroom-page{left:0;bottom:82px}.private-chat-page{left:0;bottom:71px}.fishing-page{left:0;bottom:80px}.fishing-top-bar{height:35px;padding:0 12px}.fishing-title{font-size:12px;margin-right:8px}.fishing-status-text{font-size:12px}.fishing-money{font-size:10px}.fishing-bottom-bar{padding:4px}.fishing-actions{gap:3px}.fishing-action-btn{padding:2px 6px;border-radius:6px}.fishing-action-icon{font-size:12px}.fishing-action-text{font-size:8px}.fishing-slots{gap:6px}.farm-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;max-width:none;margin:0}.fishing-slot{padding:3px 6px;min-width:40px}.fishing-slot-icon{font-size:14px}.fishing-slot-count{font-size:10px}body{padding:10px 10px 101px}.header{position:sticky;top:0;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;margin-bottom:8px;background:#ffffffbf;border:1px solid var(--border);box-shadow:0 4px 16px #10182824,0 1px 4px #10182814;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.mobile-fab-stack{display:flex;top:75px;right:8px;width:fit-content;margin:0 0 12px auto;gap:6px}.mobile-fab-stack-left{display:flex;top:75px;left:8px;width:fit-content;margin:0 auto 12px 0;gap:6px}.desktop-only{display:none!important}.mobile-only{display:flex!important}.mobile-info-bar{display:flex!important;padding:0 12px}.player-panel{width:100%;min-width:0;gap:4px;padding:2px 4px}.player-avatar{width:38px;height:38px;font-size:15px;border-radius:6px}.player-avatar img{width:38px;height:38px}.player-name-row{gap:3px}.player-name{font-size:10px}.player-main{gap:1px}.player-info-row{gap:3px;margin-top:1px;font-size:8px}.player-money{margin-left:auto}.player-level{font-size:9px;padding:0 2px}.player-info-sep{font-size:8px}.exp-progress{height:11px;min-width:48px;padding:0 2px;font-size:7px;border-radius:4px}.exp-progress-text{font-size:7px}.vip-badge,.title-tag{font-size:7px;padding:0 2px}.checkin-btn.inline{font-size:16px;padding:1px;width:28px;height:28px;margin-left:auto}.checkin-btn.inline+.checkin-btn.inline{margin-left:0}.checkin-btn.inline.settings-btn,.checkin-btn.inline.help-btn{font-size:18px}.body-con{gap:0}.mobile-bottom-nav{position:fixed;bottom:6px;left:12px;right:12px;height:60px;margin-bottom:12px;background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-around;align-items:center;z-index:1000}.mobile-entertainment-island{display:flex;justify-content:left;align-items:center}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 16px;border:none;background:transparent;color:#999;font-size:12px;cursor:pointer;transition:color .2s;position:relative}.mobile-nav-item.active{color:var(--primary)}.mobile-nav-icon{font-size:22px;line-height:1}.mobile-nav-text{font-size:12px;line-height:1}.mobile-nav-badge{position:absolute;top:2px;right:8px;background:#f56c6c;color:#fff;font-size:9px;padding:1px 4px;border-radius:8px;min-width:14px;text-align:center;line-height:1.2}.farm-panel{order:2;padding:8px 48px 48px}.farm-sun{width:48px;height:48px;top:88px;right:16px}.farm-moon{width:38px;height:38px;top:92px;right:18px}.farm-cloud-a{top:100px;left:6%}.farm-cloud-b{top:130px;left:28%}.farm-cloud-c{display:none}.shop-section{margin-bottom:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px #10182824,0 1px 4px #10182814;padding:6px 6px 6px 10px}.body-con.compact .remove-crop-btn,.body-con.compact .water-crop-btn{display:none}.info-bar{position:static;width:100%;flex-direction:row;flex-wrap:nowrap;gap:6px;margin-bottom:8px;border-radius:var(--radius)}.mobile-info-bar{position:static;width:100%;flex-direction:row;flex-wrap:nowrap;gap:6px;margin-bottom:8px;border-radius:var(--radius);background:transparent;border:none;box-shadow:none;padding:0 8px}.mobile-info-bar .shop-section{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #10182824,0 1px 4px #10182814;padding:3px 8px}.mobile-card{display:flex;align-items:center;gap:4px;width:100%}.mobile-card-emoji{font-size:18px;flex-shrink:0}.mobile-card-info{flex:1;min-width:0}.mobile-card-title{font-size:10px;color:var(--muted);margin-bottom:2px}.mobile-card-value{font-size:12px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-plant-all-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--success);border-radius:var(--radius);background:var(--success-soft);color:var(--success);cursor:pointer;transition:all .2s ease;padding:0}.mobile-plant-all-btn:active{transform:scale(.9);background:var(--success);color:#fff}.mobile-walking-pet-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);cursor:pointer;transition:all .2s ease;padding:0}.mobile-walking-pet-toggle:hover{border-color:var(--primary);color:var(--primary)}.mobile-walking-pet-toggle.active{border-color:var(--success);background:var(--success-soft);color:var(--success)}.mobile-walking-pet-toggle:active{transform:scale(.9)}.info-bar-left,.info-bar-right{position:static;width:100%;flex-direction:row;flex-wrap:nowrap}.info-bar-left{order:1;display:flex;gap:6px}.info-bar-right{order:0;display:flex;gap:6px}.info-bar-crop{flex:1;min-width:0}.info-bar-plant{flex:0 0 auto}.info-bar-actions{display:none}.info-bar-pet,.info-bar-friends{flex:1;min-width:0}.action-btn{flex:1;flex-direction:row;padding:8px 12px;gap:4px}.action-icon{font-size:16px}.crop-quick-info{flex-direction:row;gap:8px;margin-top:2px}.crop-price,.crop-time{font-size:11px}.info-bar-pet{flex:1;min-width:0;flex-shrink:1}.info-bar-friends{flex:1;min-width:0}.quick-actions{display:flex;bottom:15%;width:calc(100vw - 24px);gap:8px}.quick-action-btn{flex:1;min-width:0;height:40px;font-size:12px}.weather-banner{font-size:11px;padding:5px 10px;gap:6px;position:static;max-width:none;margin:0 0 8px;border-radius:var(--radius)}.weather-emoji{font-size:14px}.weather-desc{font-size:10px}.farm-tip{position:static;margin:8px 0;border-radius:var(--radius);background:transparent;border:none;box-shadow:none}.land-quality-badge{font-size:10px;right:4px;top:0}.shop-header{flex-direction:row;gap:8px}.shop-header h2{font-size:14px;text-align:left}.selected-name{display:block;font-size:12px;text-align:left}.selected-emoji{font-size:16px;text-align:left}.pet-active-info{display:block}.pet-active-emoji{font-size:18px;text-align:left}.pet-hint-text{display:block}.pet-select-btn,.pet-buy-btn{display:inline-block}.friends-emoji{font-size:18px;text-align:left}.friends-count-text{display:block;font-size:12px}.icon-btn{display:flex}.plant-all-icon-btn{display:inline-flex}.pet-header-row,.friends-header-row{flex-direction:row;gap:8px}.plant-header-row{flex-direction:row;gap:4px}.plant-icon{font-size:16px}.plant-text{font-size:11px}.quest-item{flex-wrap:wrap;gap:8px}.quest-info{flex-basis:100%}.quest-reward{flex-direction:row;gap:6px}.seed-card{gap:3px;padding:6px 8px;min-width:60px;border-radius:5px}.seed-card-emoji{font-size:20px}.seed-card-name{font-size:10px}.seed-card-unlock,.seed-card-lock{font-size:9px;padding:1px 3px}.seed-card-tooltip{display:none}.crop-categories-container{gap:12px;padding:0}.crop-category-header{padding:8px 10px;flex-wrap:wrap}.category-icon{font-size:14px}.category-title{font-size:12px}.category-desc{font-size:10px;width:100%;margin-left:22px;margin-top:2px}.timer{font-size:8px;bottom:2px}.ready-text{font-size:10px;bottom:4px}.water-crop-btn{min-width:24px;height:15px;font-size:8px}}@media(max-width:520px){body{padding:8px}.body-con{gap:0}.header{top:8px}.mobile-fab-stack{top:75px;right:8px;width:fit-content;margin:0 0 10px auto;gap:6px}.mobile-fab-stack-left{top:75px;left:6px;width:fit-content;margin:0 auto 10px 0;gap:6px}.player-info-row,.selected-hint,.seed-time,.seed-profit{font-size:11px}.farm-panel{padding:8px 38px 38px}.farm-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;max-width:none;margin:0}.selected-info{padding:10px}.selected-emoji{font-size:20px}.shop-modal{padding:12px}.shop-modal-header{padding:14px}.shop-modal-list{flex-direction:column;padding:12px 14px 14px}.timer{font-size:7px;bottom:1px;padding:0 2px}.ready-text{font-size:9px;bottom:2px;padding:1px 3px}.land-quality-badge{font-size:10px;right:2px;top:0}.mobile-bottom-nav{height:60px;left:8px;right:8px;bottom:0}.mobile-nav-item{padding:4px 12px}.mobile-nav-icon{font-size:18px}.mobile-nav-text{font-size:10px}.chatroom-page{bottom:78px}.confirm-modal-body{padding:16px 14px}.confirm-modal-actions{padding:0 14px 14px}.plot-detail-actions .confirm-cancel-btn,.plot-detail-actions .confirm-remove-btn{flex:1}.header-right-area{flex-wrap:wrap}.active-event-badge{font-size:10px;padding:3px 8px}.bp-card{min-height:136px;padding:14px 6px 10px}.bp-hero{width:60px;height:60px}.bp-emoji{font-size:32px}.backpack-modal-panel{width:100%;height:90vh}.backpack-tabs{padding:8px 12px 0}.backpack-grid,.fish-bag-list{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.backpack-grid,.fish-bag-content{padding:0 12px 12px}}.pet-section{margin-bottom:0}.pet-active-display{display:flex;align-items:center;gap:8px;padding:0;margin-top:0;background:none;border-radius:0;cursor:pointer;transition:all .2s ease}.pet-active-display:hover{transform:none;box-shadow:none}.pet-active-emoji{font-size:20px;line-height:1;text-align:center}.pet-active-info{flex-shrink:0;min-width:0;display:none}.pet-active-name{font-size:12px;font-weight:700;color:#92400e;white-space:nowrap}.pet-active-level{font-size:10px;color:#b45309;font-weight:600}.pet-active-progress{flex:1;min-width:80px;max-width:120px}.pet-progress-bar{width:100%;height:5px;background:#b4530933;border-radius:3px;overflow:hidden}.pet-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:3px;transition:width .3s ease}.pet-progress-text{font-size:9px;color:#b45309;display:block;margin-top:1px;text-align:right;white-space:nowrap}.pet-select-hint,.pet-empty-hint{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;margin-top:0;background:var(--surface-soft);border:1px dashed var(--border);border-radius:6px;font-size:11px;color:var(--muted)}.pet-select-btn,.pet-buy-btn{padding:2px 6px;border:none;border-radius:4px;font-size:9px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-block}.pet-buy-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.pet-buy-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #f59e0b66}.pet-select-btn{background:var(--primary);color:#fff}.pet-select-btn:hover{background:var(--primary-dark)}.pet-shop-panel{width:min(820px,95%);max-height:85vh;display:flex;flex-direction:column;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000014,0 4px 12px #0000000a;border:1px solid #f0f0f0}@media(min-width:768px){.pet-shop-panel{width:min(920px,95%)}}.pet-shop-money{font-size:13px;font-weight:600;color:#6366f1;background:#f0f0ff;padding:6px 14px;border-radius:20px;border:1px solid #e0e0ff}.pet-shop-list{padding:20px 24px 24px;overflow-y:auto;flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.pet-shop-list{grid-template-columns:repeat(3,1fr);gap:18px}}.pet-shop-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 16px;border:1.5px solid #eee;border-radius:16px;background:#fafafa;transition:all .25s ease;cursor:pointer}.pet-shop-item:hover{border-color:#c7d2fe;background:#fff;box-shadow:0 8px 24px #6366f114;transform:translateY(-3px)}.pet-shop-item.owned{opacity:.5;background:#f5f5f5;border-color:#e0e0e0}.pet-shop-emoji{font-size:40px;line-height:1;width:68px;height:68px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:18px}.pet-shop-info{flex:1;min-width:0;text-align:center}.pet-shop-name{font-size:15px;font-weight:700;color:#1e1b4b}.pet-shop-desc{font-size:11px;color:#9ca3af;margin-top:4px;line-height:1.5}.pet-shop-price{font-size:13px;font-weight:700;color:#6366f1;margin-top:8px}.pet-owned-badge{color:#10b981;font-size:11px;font-weight:600;background:#ecfdf5;padding:3px 10px;border-radius:20px;border:1px solid #a7f3d0}.pet-shop-buy-btn{width:100%;padding:10px 14px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pet-shop-buy-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #6366f14d}.pet-shop-buy-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.pet-buy-confirm-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px}.pet-buy-confirm-emoji{font-size:64px;line-height:1;background:linear-gradient(135deg,#eef2ff,#e0e7ff);width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:24px}.pet-switch-list{display:flex;gap:10px;padding:16px 14px;background:#f8f9fa;border-radius:14px;flex-wrap:nowrap;overflow-x:auto;border:1px solid #eee;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;min-height:100px;align-items:center}.pet-switch-list::-webkit-scrollbar{display:none}@media(min-width:540px){.pet-switch-list{flex-wrap:wrap;overflow-x:visible;min-height:auto}}.pet-switch-item{display:flex;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:14px 16px;background:#fff;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;min-width:72px;min-height:70px;justify-content:center}.pet-switch-item:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #6366f11a}.pet-switch-item.active{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.pet-switch-item.is-active-pet{position:relative}.pet-switch-emoji{font-size:28px;line-height:1}.pet-switch-level{font-size:11px;font-weight:700;color:#6366f1}.pet-switch-nickname{font-size:11px;font-weight:600;color:#374151;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-switch-badge{position:absolute;top:-5px;right:-5px;padding:2px 7px;background:#10b981;color:#fff;font-size:9px;font-weight:700;border-radius:20px;white-space:nowrap}.pet-detail-panel{width:min(680px,90vw);max-height:90vh;display:flex;flex-direction:column;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000014,0 4px 12px #0000000a;border:1px solid #f0f0f0}@media(min-width:768px){.pet-detail-panel{width:min(780px,90vw)}}.pet-detail-panel .shop-modal-header{flex-shrink:0;padding:20px 24px;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pet-detail-title{flex:1;min-width:0}.pet-detail-panel .shop-modal-header h2{color:#1e1b4b;font-size:18px;font-weight:700;margin-bottom:6px}.pet-detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pet-detail-level{font-size:14px;font-weight:700;color:#6366f1}.pet-max-level-badge{display:inline-block;padding:2px 8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:10px;font-weight:700;border-radius:20px}.pet-detail-desc{font-size:12px;color:#9ca3af}.pet-detail-body{display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex:1;min-height:0;padding:24px}@media(min-width:768px){.pet-detail-body{flex-direction:row;flex-wrap:wrap;gap:24px}.pet-switch-list{width:100%}.pet-detail-3d{width:220px;height:220px;flex-shrink:0}.pet-detail-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}}.pet-detail-actions{flex-shrink:0;background:#f8f9fa;border-radius:0 0 20px 20px;padding:16px 24px;display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #eee}.pet-detail-actions button{flex:1;min-width:100px;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;transition:all .2s ease}.pet-detail-actions button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.pet-skill-log-btn{font-size:12px;padding:6px 12px}.pet-skill-logs-panel{max-width:540px;width:90vw;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000014,0 4px 12px #0000000a;border:1px solid #f0f0f0}.pet-skill-logs-body{max-height:60vh;overflow-y:auto;padding:0;background:#fafafa}.pet-skill-logs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#9ca3af}.pet-skill-logs-empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.pet-skill-logs-empty-hint{font-size:12px;margin-top:8px;color:#d1d5db}.pet-skill-logs-list{padding:8px 0}.pet-skill-log-item{padding:14px 20px;border-bottom:1px solid #f0f0f0;background:#fff;transition:background .2s ease}.pet-skill-log-item:hover{background:#f8f9fa}.pet-skill-log-item:last-child{border-bottom:none}.pet-skill-log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pet-skill-log-pet{font-size:14px;font-weight:700;color:#1e1b4b}.pet-skill-log-time{font-size:11px;color:#9ca3af}.pet-skill-log-skill{display:flex;align-items:center;gap:6px;margin-bottom:6px}.pet-skill-log-skill-icon{font-size:14px}.pet-skill-log-skill-name{font-size:13px;color:#6366f1;font-weight:600}.pet-skill-log-level{font-size:10px;color:#6366f1;background:#f0f0ff;padding:2px 8px;border-radius:20px;font-weight:600}.pet-skill-log-result{font-size:13px;color:#10b981;font-weight:600}.pet-skill-logs-load-more{padding:16px 20px;text-align:center}.pet-skill-logs-load-btn{width:100%;padding:10px;background:#f8f9fa;border:1px solid #eee;border-radius:10px;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.pet-skill-logs-load-btn:hover:not(:disabled){background:#fff;border-color:#c7d2fe;box-shadow:0 2px 8px #6366f11a}.pet-skill-logs-load-btn:disabled{opacity:.5;cursor:not-allowed}.pet-skill-logs-loading{padding:24px;text-align:center;color:#9ca3af;font-size:13px}.pet-detail-3d{width:180px;height:180px;flex-shrink:0;margin:0 auto 16px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#eef2ff,#e0e7ff);position:relative}.pet-detail-level-row{text-align:center}.pet-detail-3d-container{width:100%;height:100%}.pet-detail-3d-container canvas{display:block}[data-theme=dark] .pet-detail-3d{background:linear-gradient(135deg,#1e1b4b,#312e81)}.pet-skill-section{padding:14px 16px;background:#f8f9fa;border-radius:12px}.pet-skill-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pet-skill-icon{font-size:16px}.pet-skill-name{font-size:14px;font-weight:700;color:#6366f1}.pet-skill-desc{font-size:12px;color:#6b7280;line-height:1.6}.pet-shop-panel .shop-modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.pet-shop-panel .shop-modal-header h2{color:#1e1b4b;font-size:18px;font-weight:700}.pet-skill-logs-panel .shop-modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.pet-skill-logs-panel .shop-modal-header h2{color:#1e1b4b;font-size:18px;font-weight:700}.pet-buy-confirm-content .confirm-modal-text{color:#1e1b4b;font-size:16px;font-weight:600}.pet-buy-confirm-content .confirm-modal-hint{color:#6366f1;font-size:14px;font-weight:600;background:#f0f0ff;padding:6px 14px;border-radius:20px;border:1px solid #e0e0ff}.pet-shop-skill{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:11px}.pet-shop-skill-icon{color:#6366f1;font-size:12px}.pet-shop-skill-name{font-weight:700;color:#6366f1}.pet-shop-skill-desc{color:#9ca3af;font-size:10px}.pet-intimacy-section{padding:14px 16px;background:#f8f9fa;border-radius:12px}.pet-intimacy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pet-intimacy-label{font-size:13px;font-weight:700;color:#1e1b4b}.pet-intimacy-text{font-size:12px;color:#6b7280;font-weight:600}.pet-intimacy-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:12px}.pet-intimacy-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:4px;transition:width .3s ease}.pet-upgrade-actions{display:flex;flex-wrap:wrap;gap:8px}.pet-upgrade-btn{flex:1;min-width:120px;padding:10px 14px;border:1px solid #e0e0ff;border-radius:10px;background:#f0f0ff;color:#6366f1;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.pet-upgrade-btn:hover{background:#e0e7ff;border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #6366f126}.pet-upgrade-input-row{display:flex;gap:8px;margin-bottom:8px}.pet-upgrade-input{flex:1;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;color:#1e1b4b;background:#fff;outline:none;transition:border-color .2s ease}.pet-upgrade-input:focus{border-color:#6366f1}.pet-upgrade-input::placeholder{color:#9ca3af}.pet-upgrade-confirm-btn{padding:10px 20px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pet-upgrade-confirm-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.pet-upgrade-hint{font-size:11px;color:#9ca3af;text-align:center}.pet-upgrade-hint span{color:#6366f1;font-weight:500}.pet-upgrade-quick-btns{display:flex;gap:8px;margin-top:10px}.pet-quick-btn{flex:1;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#f8f9fa;color:#6366f1;font-size:12px;cursor:pointer;transition:all .2s}.pet-quick-btn:hover{background:#6366f1;color:#fff;border-color:#6366f1;transform:translateY(-1px)}.pet-detail-actions{flex-wrap:wrap}.pet-detail-actions button{flex:1;min-width:80px}.pet-nickname-section{padding:14px 16px;background:#f8f9fa;border-radius:12px;margin-top:10px}.pet-nickname-display{display:flex;align-items:center;gap:10px}.pet-nickname-label{font-size:13px;color:#6b7280;font-weight:500}.pet-nickname-value{font-size:14px;color:#374151;font-weight:600;flex:1}.pet-rename-btn{background:none;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;cursor:pointer;font-size:14px;transition:all .2s;line-height:1}.pet-rename-btn:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.pet-nickname-edit{display:flex;gap:8px;align-items:center}.pet-nickname-input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.pet-nickname-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.pet-nickname-confirm-btn{padding:8px 14px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.pet-nickname-confirm-btn:hover{background:#4f46e5;transform:translateY(-1px)}.pet-nickname-cancel-btn{padding:8px 14px;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.pet-nickname-cancel-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.walking-pet-name{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:11px;color:#fff;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.6),0 0 5px rgba(0,0,0,.3);pointer-events:none;user-select:none;-webkit-user-select:none;font-weight:600;letter-spacing:.5px}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0f172a2e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:not-allowed}.loading-spinner{width:40px;height:40px;border:3px solid rgba(37,99,235,.2);border-top-color:var(--primary);border-radius:50%;animation:loading-spin .8s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.loading-fade-enter-active,.loading-fade-leave-active{transition:opacity .15s ease}.loading-fade-enter-from,.loading-fade-leave-to{opacity:0}.home-page-enter-active{animation:homePageReveal .72s cubic-bezier(.16,1,.3,1) both}.home-page-leave-active{animation:homePageExit .22s ease both}@keyframes homePageReveal{0%{opacity:0;transform:translateY(22px) scale(.965);filter:blur(10px)}55%{opacity:1;filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes homePageExit{to{opacity:0;transform:translateY(-10px) scale(.985);filter:blur(4px)}}@media(prefers-reduced-motion:reduce){.home-page-enter-active,.home-page-leave-active{animation-duration:.01ms!important}}.chat-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e53e3e;color:#fff;font-size:10px;font-weight:700;line-height:1;margin-left:4px;animation:badge-bounce .3s ease}@keyframes badge-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.chat-tab-content{padding:0!important;display:flex;flex-direction:column;overflow:hidden!important;min-height:0}.chat-container{display:flex;flex-direction:column;height:100%;min-height:0;flex:1;position:relative}.chat-messages-container{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain;min-height:0}.chat-scroll-to-bottom{position:absolute;bottom:88px;right:16px;width:35px;height:35px;border-radius:50%;border:none;background:var(--primary-color, #4a90d9);color:#fff;font-size:18px;cursor:pointer;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center;z-index:10;transition:transform .2s,opacity .2s}[data-theme=dark] .chat-scroll-to-bottom{background:#3a3c3f}[data-theme=dark] .chat-envelope-hint{background:#3a3c3f;box-shadow:0 2px 8px #00000080}[data-theme=dark] .chat-envelope-hint:hover{box-shadow:0 3px 12px #0009}[data-theme=dark] .chat-mention-hint{background:linear-gradient(135deg,#2d3748,#4a5568);box-shadow:0 2px 8px #00000080}[data-theme=dark] .chat-mention-hint:hover{box-shadow:0 3px 12px #0009}[data-theme=dark] .chat-system-hint{background:#303133cc;border-color:#41424480;box-shadow:0 2px 8px #00000080}[data-theme=dark] .chat-system-hint:hover{background:#3a3b3de6;box-shadow:0 4px 12px #0009}[data-theme=dark] .chat-system-hint-text{color:#e0e0e0}[data-theme=dark] .chat-system-hint-time{color:#909399}.chat-scroll-to-bottom:hover{transform:scale(1.1)}.chat-scroll-to-bottom:active{transform:scale(.95)}.chat-scroll-to-bottom-icon{line-height:1}.chat-scroll-to-bottom-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:9px;background:#f44336;color:#fff;font-size:11px;line-height:18px;text-align:center;padding:0 4px;box-shadow:0 1px 3px #0000004d}.chat-hint-container{position:sticky;top:0;right:0;width:100%;display:flex;justify-content:flex-end;gap:8px;padding:8px 8px 0 0;z-index:10;pointer-events:none}.chat-envelope-hint{display:flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:8px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;font-size:12px;cursor:pointer;box-shadow:0 2px 8px #ee5a2466;white-space:nowrap;pointer-events:auto}.chat-envelope-hint:hover{transform:scale(1.05);box-shadow:0 3px 12px #ee5a2480}.chat-envelope-hint:active{transform:scale(.97)}.chat-envelope-hint-icon{font-size:14px;line-height:1}.chat-envelope-hint-text{font-weight:500}.chat-envelope-highlight{animation:envelope-flash .5s ease-in-out 3}@keyframes envelope-flash{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #ee5a2499}}[data-theme=dark] .chat-envelope-highlight{animation:envelope-flash-dark .5s ease-in-out 3}@keyframes envelope-flash-dark{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #c0392bb3}}.chat-mention-hint{display:flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:8px;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;font-size:12px;cursor:pointer;box-shadow:0 2px 8px #4facfe66;white-space:nowrap;pointer-events:auto}.chat-mention-hint:hover{transform:scale(1.05);box-shadow:0 3px 12px #4facfe80}.chat-mention-hint:active{transform:scale(.97)}.chat-mention-hint-icon{font-size:14px;font-weight:700;line-height:1}.chat-mention-hint-text{font-weight:500}.chat-system-hint{position:sticky;top:4px;z-index:10;display:flex;align-items:center;gap:8px;padding:4px 14px;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #0000000f;transition:all .2s ease;pointer-events:auto;transform:translateY(-8px)}.chat-system-hint:hover{background:#ffffffd9;box-shadow:0 4px 12px #0000001a}.chat-system-hint:active{transform:scale(.98)}.chat-system-hint-icon{font-size:14px;flex-shrink:0}.chat-system-hint-text{flex:1;font-size:12px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.chat-system-hint-time{font-size:11px;color:#666;flex-shrink:0}.chat-mention-highlight{animation:mention-flash .5s ease-in-out 3}@keyframes mention-flash{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #4facfe99}}[data-theme=dark] .chat-mention-highlight{animation:mention-flash-dark .5s ease-in-out 3}@keyframes mention-flash-dark{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #00b4ffb3}}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}.chat-loading,.chat-empty{text-align:center;color:#a0aec0;font-size:13px;padding:40px 0}.chat-load-more{text-align:center;padding:4px 0 8px}.chat-load-more-btn{background:none;border:none;color:#4299e1;font-size:12px;cursor:pointer;padding:4px 12px;border-radius:12px;transition:background .2s}.chat-load-more-btn:hover{background:#ebf8ff}.chat-load-more-btn:disabled{color:#a0aec0;cursor:not-allowed}.chat-message-item{display:flex;gap:8px;align-items:flex-start;animation:msg-slide-in .3s ease;position:relative}@keyframes msg-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-msg-avatar{width:36px;height:36px;border-radius:50%;background:#f0f4f8;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden;border:2px solid #e2e8f0;text-align:center;line-height:32px}.chat-msg-avatar-clickable{cursor:pointer;transition:transform .15s,border-color .15s;position:relative}.chat-msg-avatar-clickable:hover{transform:scale(1.1);border-color:#4299e1}.chat-popover{position:absolute;left:80px;top:50%;transform:translateY(-50%);background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;z-index:100;min-width:180px;padding:8px 0;animation:popover-in .15s ease}.chat-message-mine .chat-popover{left:auto;right:44px}@keyframes popover-in{0%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:1;transform:translateY(-50%) scale(1)}}.chat-popover-header{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 12px 8px;border-bottom:1px solid #edf2f7;margin-bottom:4px}.chat-popover-avatar{font-size:18px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;overflow:hidden}.chat-popover-name{font-size:13px;font-weight:600;color:#2d3748;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-popover-badges{display:flex;align-items:center;gap:4px;width:100%;padding-left:30px}.chat-popover-level{font-size:10px;font-weight:500;color:#805ad5;background:linear-gradient(135deg,#f5f0ff,#ede9fe);padding:1px 5px;border-radius:3px;white-space:nowrap;line-height:1.3}.chat-popover-online-status{font-size:10px;font-weight:500;padding:1px 5px;border-radius:3px;white-space:nowrap;line-height:1.3}.chat-popover-online-status.online{color:#38a169;background:linear-gradient(135deg,#f0fff4,#c6f6d5)}.chat-popover-online-status.recent{color:#d69e2e;background:linear-gradient(135deg,ivory,#fefcbf)}.chat-popover-online-status.away{color:#dd6b20;background:linear-gradient(135deg,#fffaf0,#feebc8)}.chat-popover-online-status.old{color:#718096;background:linear-gradient(135deg,#f7fafc,#e2e8f0)}.chat-popover-online-status.offline{color:#a0aec0;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.chat-popover-actions{display:flex;flex-direction:column;gap:2px}.chat-popover-btn{display:flex;align-items:center;gap:6px;width:100%;padding:6px 12px;border:none;background:transparent;font-size:13px;color:#4a5568;cursor:pointer;text-align:left;transition:background .15s}.chat-popover-btn:hover{background:#f7fafc;color:#2b6cb0}.chat-msg-body{flex:1;min-width:0}.chat-msg-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.chat-msg-nickname{font-size:12px;font-weight:600;color:#4a5568;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-msg-level{font-size:10px;font-weight:500;color:#805ad5;background:linear-gradient(135deg,#f5f0ff,#ede9fe);padding:1px 5px;border-radius:3px;margin-left:4px;white-space:nowrap;line-height:1.3}.chat-msg-time{font-size:10px;color:#a0aec0}.chat-msg-content{background:var(--surface-muted2);padding:8px 12px;border-radius:4px 12px 12px;font-size:12px;color:#2d3748;line-height:1.5;word-break:break-all;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;display:inline-block}.chat-msg-vip .chat-msg-content{border:1.5px solid rgba(117,0,0,.5);box-shadow:0 0 6px #8b000026}.chat-message-item.chat-msg-vip .chat-msg-content{background:#ffd2d22d!important}.chat-msg-vip .vip-badge.active{background:linear-gradient(135deg,#e8807a,#d06b66);color:#fff;box-shadow:none;text-shadow:none;font-size:8px;padding:0 3px;height:14px;line-height:14px;opacity:.8}.chat-message-mine{flex-direction:row-reverse}.chat-message-mine .chat-msg-body{text-align:right}.chat-message-mine .chat-msg-header{flex-direction:row-reverse}.chat-message-mine .chat-msg-nickname{color:#3182ce}.chat-message-mine .chat-msg-content{background:var(--surface-muted);color:#2c5282;border-radius:12px 4px 12px 12px}.chat-message-mine .chat-msg-avatar{background:#ebf8ff;border-color:#bee3f8}.chat-message-item.chat-msg-pending{opacity:.6}.chat-msg-content-wrapper{position:relative;display:inline-block;width:fit-content;max-width:100%;min-width:0;padding-right:24px}.chat-message-mine .chat-msg-content-wrapper{padding-right:0;padding-left:24px}.chat-msg-action-trigger{position:absolute;top:4px;right:0;width:20px;height:20px;border:none;background:#0000000d;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a0aec0;opacity:0;transition:all .15s ease;padding:0;z-index:5}.chat-message-mine .chat-msg-action-trigger{right:auto;left:0}.chat-msg-content-wrapper:hover .chat-msg-action-trigger,.chat-msg-action-trigger.active{opacity:1}.chat-msg-reply-block{background:#0000000a;border-left:3px solid #a0aec0;border-radius:4px;padding:6px 10px;margin-bottom:6px}.chat-msg-reply-author{font-size:11px;color:#718096;margin-bottom:2px;font-weight:500}.chat-msg-reply-text{font-size:11px;color:#a0aec0;line-height:1.4;word-break:break-all;overflow-wrap:anywhere;white-space:pre-wrap}.chat-message-mine .chat-msg-reply-block{background:#0000000a;border-left-color:#63b3ed}.chat-message-mine .chat-msg-reply-author{color:#63b3ed}.chat-message-mine .chat-msg-reply-text{color:#a0aec0}[data-theme=dark] .chat-msg-reply-block{background:#ffffff0f;border-left-color:#4a5568}[data-theme=dark] .chat-msg-reply-author{color:#a0aec0}[data-theme=dark] .chat-msg-reply-text{color:#718096}[data-theme=dark] .chat-message-mine .chat-msg-reply-block{background:#ffffff0f;border-left-color:#3182ce}[data-theme=dark] .chat-message-mine .chat-msg-reply-author{color:#63b3ed}.chat-msg-action-trigger:hover{background:#0000001a;color:#718096}.chat-msg-action-menu{position:absolute;bottom:26px;right:0;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000026;padding:4px 0;z-index:100;min-width:100px;animation:msg-action-fade-in .15s ease}.chat-message-mine .chat-msg-action-menu{right:auto;left:0}@keyframes msg-action-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.chat-msg-action-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;border:none;background:none;cursor:pointer;font-size:13px;color:#4a5568;text-align:left;transition:background .1s ease}.chat-msg-action-item:hover{background:#f7fafc}.chat-msg-action-item .action-icon{font-size:14px;width:18px;text-align:center}.chat-reply-preview{display:flex;align-items:center;gap:8px;padding:8px 10px;margin-bottom:8px;background:#f7fafc;border-left:3px solid #667eea;border-radius:0 6px 6px 0;font-size:12px}.chat-reply-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-reply-label{font-weight:600;color:#667eea;font-size:12px}.chat-reply-content{color:#718096;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-reply-close{width:20px;height:20px;border:none;background:#0000000d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a0aec0;font-size:12px;flex-shrink:0;transition:all .15s ease}.chat-reply-close:hover{background:#0000001a;color:#718096}.chat-input-area{border-top:1px solid #e2e8f0;padding:10px 12px;background:#fff;position:relative}.chat-cost-hint{font-size:11px;color:#a0aec0;margin-top:6px;text-align:center}.chat-input-row{display:flex;gap:8px;align-items:center}.chat-paste-hint{font-size:10px;color:#c1c9d2;margin-right:6px}.chat-emoji-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.chat-emoji-btn:hover,.chat-emoji-btn.active{background:#fefcbf;border-color:#ecc94b}.chat-input{flex:1;min-height:36px;max-height:60px;border:1px solid #e2e8f0;border-radius:18px;padding:8px 14px;font-size:13px;line-height:20px;outline:none;transition:border-color .2s;background:#f7fafc;resize:none;overflow-y:hidden}.chat-input:focus{border-color:#4299e1;background:#fff}.chat-input:disabled{background:#edf2f7;cursor:not-allowed}.chat-input::placeholder{color:#a0aec0;font-size:12px}.chat-send-btn{height:36px;padding:0 16px;border-radius:18px;border:none;background:#4299e1;color:#fff;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s}.chat-send-btn:hover:not(:disabled){background:#3182ce}.chat-send-btn:disabled{background:#cbd5e0;cursor:not-allowed}.chat-emoji-picker{position:absolute;bottom:100%;left:0;width:100%;max-width:460px;background:#fff;border:1px solid #e2e8f0;border-radius:12px 12px 0 0;box-shadow:0 -4px 16px #00000014;max-height:320px;z-index:10;display:flex;flex-direction:column}.chat-emoji-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;border:none;background:#0000000f;color:#94a3b8;z-index:99!important;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;z-index:1;line-height:1}.chat-emoji-close:hover{background:#0000001f;color:#64748b}.chat-emoji-content{flex:1;overflow-y:auto;padding:8px;min-height:280px}.chat-emoji-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:2px}.chat-emoji-item{width:36px;height:36px;border:none;background:none;font-size:20px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-emoji-item:hover{background:#fefcbf;transform:scale(1.15)}.chat-emoji-tabs{display:flex;border-top:1px solid #e2e8f0;padding:4px;gap:2px;flex-shrink:0}.chat-emoji-tab{flex:none;width:auto;min-width:60px;border:none;background:none;padding:6px 10px;font-size:12px;color:#64748b;cursor:pointer;border-radius:6px;transition:all .15s}.chat-emoji-tab:hover{background:#f1f5f9;color:#334155}.chat-emoji-tab.active{background:#eff6ff;color:#2563eb;font-weight:600}.chat-emoji-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 0;color:#94a3b8;font-size:13px}.chat-emoji-placeholder-icon{font-size:32px}.chat-emoji-search-box{display:flex;align-items:center;gap:6px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1;background:#fff;margin:0 -8px;padding:8px 32px 8px 8px}.chat-emoji-search-input{flex:1;min-width:0;padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;outline:none;transition:border-color .2s}.chat-emoji-search-input:focus{border-color:#2563eb}.chat-emoji-search-btn{flex-shrink:0;width:32px;height:32px;border:none;background:#f1f5f9;color:#64748b;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-emoji-search-btn:hover{background:#e2e8f0;color:#334155}.chat-emoji-search-results{padding:8px;display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start}.chat-emoji-library-item{position:relative;width:calc(25% - 6px);aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s}.chat-emoji-library-item:hover{border-color:#2563eb;transform:scale(1.05)}.chat-emoji-library-item img{width:100%;height:100%;object-fit:cover}.chat-emoji-loading,.chat-emoji-empty{grid-column:1 / -1;text-align:center;padding:24px;color:#94a3b8;font-size:13px}.chat-emoji-loading-more{width:100%;text-align:center;padding:12px;color:#94a3b8;font-size:12px;flex-shrink:0}.chat-emoji-load-more{width:100%;text-align:center;padding:0;color:#2563eb;font-size:13px;cursor:pointer;flex-shrink:0}.chat-emoji-load-more:hover{text-decoration:underline}.emoji-picker-transition-enter-active,.emoji-picker-transition-leave-active{transition:all .25s ease}.emoji-picker-transition-enter-from,.emoji-picker-transition-leave-to{opacity:0;transform:translateY(10px)}.chat-red-envelope-card{background:linear-gradient(135deg,#ff4d4d,#ff6b35);border-radius:8px;padding:12px 16px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:10px;min-width:180px;max-width:260px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px #ff4d4d4d}.chat-red-envelope-card:hover{transform:scale(1.02);box-shadow:0 4px 12px #ff4d4d66}.chat-message-mine .chat-red-envelope-card{background:linear-gradient(135deg,#ff6b35,#ff4d4d)}.red-envelope-icon{font-size:28px;flex-shrink:0}.red-envelope-info{min-width:0}.red-envelope-title{font-size:12px;opacity:.9;margin-bottom:2px}.red-envelope-amount{font-size:14px;font-weight:600}.red-envelope-count{font-size:11px;opacity:.7}.red-envelope-grab-progress{opacity:.9}.red-envelope-exhausted-tag{background:#fff3;padding:1px 4px;border-radius:3px;font-size:10px;margin-left:4px}.red-envelope-expired-tag{background:#00000026;padding:1px 4px;border-radius:3px;font-size:10px;margin-left:4px;color:#a0aec0}.chat-red-envelope-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.chat-red-envelope-btn:hover{background:#fff5f5;border-color:#ff4d4d;transform:scale(1.1)}.chat-msg-system{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;margin:4px 0;text-align:center;animation:msg-slide-in .3s ease}.chat-msg-system-icon{font-size:13px;flex-shrink:0}.chat-msg-system-text{font-size:11px;color:#8b7355;line-height:1.5;background:linear-gradient(135deg,#fdf6e3,#fef3cd);border:1px solid #f0e6c0;border-radius:12px;padding:4px 12px;display:inline-block;max-width:85%;word-break:break-all}.chat-msg-system-time{font-size:10px;color:#bfb09a;flex-shrink:0}.chat-bet-group{display:flex;justify-content:center;padding:4px 0;cursor:pointer}.chat-bet-group-text{font-size:11px;color:#999;background:#f5f5f0;border:1px solid #e8e4dc;border-radius:12px;padding:3px 14px;transition:all .2s}.chat-bet-group:hover .chat-bet-group-text{background:#ece8e0;color:#666}.chat-image-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:16px;flex-shrink:0;transition:all .2s}.chat-image-btn:hover{background:#f0f7ff;border-color:#409eff;transform:scale(1.1)}.chat-image-input{display:none}.chat-image-preview{display:flex;align-items:center;gap:8px;padding:8px;margin-bottom:6px;background:#f8f9fa;border-radius:8px;border:1px solid #e8e8e8}.chat-image-preview img{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.chat-image-preview-close{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:none;background:#ff4d4f;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.chat-image-preview{position:relative}.chat-image-send-btn{padding:6px 12px;border:none;border-radius:6px;background:#409eff;color:#fff;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .2s}.chat-image-send-btn:hover:not(:disabled){background:#337ecc}.chat-image-send-btn:disabled{opacity:.6;cursor:not-allowed}.chat-msg-image img{max-width:200px;max-height:200px;border-radius:8px;cursor:pointer;transition:transform .2s}.chat-msg-image img:hover{transform:scale(1.02)}.chat-msg-image{position:relative}.chat-msg-image-fav-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s;z-index:2;line-height:1}.chat-msg-image:hover .chat-msg-image-fav-btn{opacity:1}.chat-msg-image-fav-btn:hover{background:#000000b3}.chat-msg-image-fav-btn.favorited{color:#fbbf24;background:#000000b3;opacity:1}.chat-favorites-grid{display:flex;flex-wrap:wrap;gap:8px}.chat-favorites-item{position:relative;width:75px;height:75px;flex-shrink:0;border-radius:6px;border:1px solid rgba(0,0,0,.1);overflow:hidden;cursor:pointer;transition:transform .15s}.chat-favorites-item:hover{transform:scale(1.05)}.chat-favorites-item img{width:100%;height:100%;object-fit:cover}.chat-favorites-remove{position:absolute;top:1px;right:1px;width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.2);background:#0009;color:#fff;font-size:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;line-height:1}.chat-favorites-item:hover .chat-favorites-remove{opacity:1}.chat-favorites-add{width:75px;height:75px;flex-shrink:0;border-radius:6px;border:2px dashed #d1d5db;display:flex;align-items:center;justify-content:center;font-size:28px;color:#94a3b8;cursor:pointer;transition:all .15s;box-sizing:border-box}.chat-favorites-add:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.chat-favorites-add-input{display:none}.chat-favorites-empty-hint{width:100%;text-align:center;padding:24px 0;color:#94a3b8;font-size:12px}.chat-favorites-loading,.chat-favorites-grid .chat-emoji-placeholder{width:100%}.chat-favorites-loading{text-align:center;padding:24px 0;color:#94a3b8;font-size:13px}.confirm-bubble-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000026}.confirm-bubble{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f;min-width:200px;max-width:300px}.confirm-bubble-text{font-size:14px;color:#334155;margin-bottom:14px;line-height:1.5}.confirm-bubble-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-bubble-cancel{padding:6px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:13px;cursor:pointer;transition:all .15s}.confirm-bubble-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.confirm-bubble-ok{padding:6px 16px;border:none;border-radius:8px;background:#ef4444;color:#fff;font-size:13px;cursor:pointer;transition:all .15s}.confirm-bubble-ok:hover{background:#dc2626}.confirm-bubble-transition-enter-active,.confirm-bubble-transition-leave-active{transition:opacity .2s ease}.confirm-bubble-transition-enter-from,.confirm-bubble-transition-leave-to{opacity:0}.image-lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none}.image-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;cursor:grab;box-shadow:0 4px 20px #00000080;transition:transform .2s ease;-webkit-user-select:none;user-select:none}.image-lightbox-img.dragging{cursor:grabbing;transition:none}.image-lightbox-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10000}.image-lightbox-close:hover{background:#ffffff4d}.image-lightbox-toolbar{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;padding:8px 12px;background:#0009;border-radius:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000}.image-lightbox-tool-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.image-lightbox-tool-btn:hover{background:#ffffff4d;transform:scale(1.1)}.red-envelope-send-panel{max-width:360px}.red-envelope-form{padding:8px 0}.red-envelope-form-field{margin-bottom:14px}.red-envelope-form-field label{display:block;font-size:13px;font-weight:600;color:#4a5568;margin-bottom:6px}.red-envelope-input-row{display:flex;align-items:center;gap:8px}.red-envelope-input{flex:1;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;font-weight:600;text-align:center;outline:none;transition:border-color .15s}.red-envelope-input:focus{border-color:#ff4d4d}.red-envelope-unit{font-size:13px;color:#718096}.red-envelope-amount-hint{font-size:12px;color:#e53e3e;margin-top:4px;padding-left:2px}.red-envelope-quick-amounts{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.red-envelope-quick-btn{flex:1;min-width:0;padding:6px 4px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#e53e3e;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.red-envelope-quick-btn:hover{background:#fff5f5;border-color:#fc8181}.red-envelope-quick-btn:active{background:#fed7d7}[data-theme=dark] .red-envelope-quick-btn{border-color:#4a5568;background:#2d3748;color:#fc8181}[data-theme=dark] .red-envelope-quick-btn:hover{background:#4a5568;border-color:#e53e3e}.red-envelope-form-hint{font-size:12px;color:#a0aec0;text-align:center;margin-bottom:14px}.red-envelope-send-confirm-btn{width:100%;padding:12px;background:linear-gradient(135deg,#ff4d4d,#ff6b35);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.red-envelope-send-confirm-btn:hover:not(:disabled){opacity:.9}.red-envelope-send-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.red-envelope-detail-panel{max-width:360px}.red-envelope-loading{text-align:center;color:#a0aec0;padding:24px 0}.red-envelope-detail-header{text-align:center;padding-bottom:8px;border-bottom:1px solid #edf2f7;margin-bottom:6px}.red-envelope-detail-amount{font-size:24px;font-weight:700;color:#ff4d4d}.red-envelope-detail-count{font-size:13px;color:#718096;margin-top:4px}.red-envelope-exhausted{display:inline-block;font-size:12px;color:#a0aec0;background:#f7fafc;padding:2px 8px;border-radius:4px;margin-top:6px}.red-envelope-expired{display:inline-block;font-size:12px;color:#e53e3e;background:#fff5f5;padding:2px 8px;border-radius:4px;margin-top:6px}.grab-luck-king{display:inline-block;font-size:10px;color:#d69e2e;background:linear-gradient(135deg,#fefcbf,#fef08a);padding:1px 6px;border-radius:4px;font-weight:600;margin-left:8px;border:1px solid #f6e05e}.red-envelope-grab-section{text-align:center;padding:16px 0}.red-envelope-grab-btn{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ff4d4d,#ff6b35);color:#fff;border:none;font-size:20px;font-weight:700;cursor:pointer;transition:transform .2s}.red-envelope-grab-btn:hover:not(:disabled){transform:scale(1.1)}.red-envelope-grab-btn:disabled{opacity:.6;cursor:not-allowed}.red-envelope-my-grab{text-align:center;font-size:14px;color:#ff4d4d;font-weight:600;padding:6px 0}.red-envelope-not-eligible{text-align:center;font-size:13px;color:#a0aec0;padding:12px 0}.red-envelope-grab-list{max-height:300px;overflow-y:auto;border-top:1px solid #edf2f7;margin-top:12px;padding:8px 0 16px;text-align:left}.red-envelope-grab-item{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid #f7fafc}.red-envelope-grab-item:last-child{border-bottom:none}.grab-item-top{display:flex;align-items:center;gap:8px}.grab-avatar{width:28px;height:28px;border-radius:50%;background:#f0f4f8;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;overflow:hidden}.grab-nickname{flex:1;font-size:13px;color:#4a5568;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grab-amount{font-size:13px;font-weight:600;color:#ff4d4d;flex-shrink:0}.grab-item-bottom{padding-left:36px;margin-top:-10px;display:flex;align-items:center}.grab-time{font-size:10px;color:#a0aec0;flex-shrink:0}.red-envelope-no-grabs{text-align:center;color:#a0aec0;font-size:13px;padding:16px 0}.red-envelope-grab-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:red-fade-in .3s ease}.red-envelope-grab-success-card{background:linear-gradient(135deg,#ff4d4d,#ff6b35);border-radius:16px;padding:32px 48px;text-align:center;color:#fff;animation:red-pop-in .3s ease}.grab-success-icon{font-size:48px;margin-bottom:8px}.grab-success-amount{font-size:36px;font-weight:700}.grab-success-label{font-size:14px;opacity:.9;margin-top:4px}@keyframes red-fade-in{0%{opacity:0}to{opacity:1}}@keyframes red-pop-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.user-profile-red-envelope-history{padding-top:14px}.red-envelope-history-item{border-left:3px solid #ff4d4d}.red-envelope-record-header{display:flex;align-items:center;justify-content:space-between}.red-envelope-record-amount{font-size:14px;font-weight:600;color:#2d3748}.red-envelope-grab-amount-label{font-size:14px;font-weight:600;color:#ff4d4d}.red-envelope-record-status{font-size:11px;padding:2px 6px;border-radius:4px}.status-active{background:#fff5f5;color:#ff4d4d}.status-exhausted{background:#f0fff4;color:#38a169}.status-expired{background:#f7fafc;color:#a0aec0}.red-envelope-record-detail{font-size:12px;color:#718096;margin-top:2px;display:flex;justify-content:space-between}.red-envelope-record-time{color:#a0aec0}@media(max-width:480px){.gomoku-header-players{font-size:12px;gap:4px}.gomoku-header-side{padding:2px 5px;gap:3px}.gomoku-header-stone{font-size:13px}.gomoku-header-avatar-img{width:16px;height:16px}.gomoku-header-avatar-emoji{font-size:12px}.gomoku-header-name{max-width:40px}.chat-messages-container{padding:8px;gap:12px}.chat-msg-avatar{width:30px;height:30px;font-size:16px}.chat-msg-nickname{font-size:11px;max-width:160px}.chat-msg-level{font-size:9px;padding:1px 4px;margin-left:3px}.chat-msg-time{font-size:9px}.chat-msg-content{font-size:12px;padding:6px 10px}.chat-input-area{padding:8px}.chat-cost-hint{font-size:10px;margin-top:4px}.chat-input-row{gap:6px}.chat-emoji-btn{width:32px;height:32px;font-size:18px}.chat-image-btn{width:32px;height:32px;font-size:14px}.chat-input{min-height:32px;font-size:12px;padding:6px 10px}.chat-send-btn{height:32px;padding:0 12px;font-size:12px}.chat-emoji-picker{max-height:320px}.chat-emoji-content{padding:6px 6px 0;min-height:140px}.chat-emoji-grid{grid-template-columns:repeat(8,1fr)}.chat-emoji-item{width:32px;height:32px;font-size:18px}.chat-emoji-search-box{padding-right:28px}.chat-emoji-search-input{padding:6px 8px;font-size:14px}.chat-emoji-search-btn{width:36px;height:36px;font-size:16px}.chat-emoji-search-results{grid-template-columns:repeat(3,1fr);gap:6px;padding:6px}}@media(max-width:360px){.leaderboard-type-btn{padding:2px 4px;font-size:9px}.shop-modal-header{padding:8px 10px}.shop-modal-header h2{font-size:13px}.chat-msg-avatar{width:26px;height:26px;font-size:14px}.chat-msg-nickname{font-size:10px;max-width:110px}.chat-msg-level{font-size:8px;padding:1px 3px;margin-left:2px}.chat-msg-content{font-size:11px;padding:5px 8px}.chat-emoji-grid{grid-template-columns:repeat(7,1fr)}.chat-emoji-item{width:28px;height:28px;font-size:16px}.leaderboard-search-bar{padding:5px 8px;margin-bottom:6px;border-radius:6px;gap:5px}.leaderboard-search-icon{font-size:11px}.leaderboard-search-input{font-size:12px}.leaderboard-search-clear{width:16px;height:16px;font-size:11px}}@media(min-width:721px){.leaderboard-section{padding:10px}.leaderboard-icon{width:28px;height:28px;border-radius:8px;box-shadow:0 4px 12px #2563eb2e}.leaderboard-icon svg{width:20px;height:20px;margin-top:3px}.leaderboard-title h2{font-size:13px}.leaderboard-title p{font-size:9px}.leaderboard-list{gap:4px}.leaderboard-row{grid-template-columns:20px 28px minmax(0,1fr) 36px;gap:3px;padding:3px 5px;border-radius:8px}.leaderboard-rank-badge{width:16px;height:16px;font-size:7px}.leaderboard-avatar{width:28px;height:28px;border-radius:7px;font-size:16px}.leaderboard-name{font-size:10px}.leaderboard-pet-badge{font-size:9px;padding:0 3px}.leaderboard-pet-level{font-size:8px}.leaderboard-money{font-size:9px;gap:2px;margin-top:1px}.leaderboard-money .money-icon{width:10px;height:10px}.leaderboard-level{font-size:9px}.leaderboard-empty{padding:10px 8px;font-size:10px;border-radius:10px}.leaderboard-header{margin-bottom:8px;gap:8px}.leaderboard-subheader{margin-bottom:6px}.leaderboard-search-bar{padding:6px 10px;margin-bottom:8px;border-radius:6px;gap:6px}.leaderboard-search-icon,.leaderboard-search-input{font-size:12px}.leaderboard-search-clear{width:18px;height:18px;font-size:12px}}.mail-btn{position:relative}.mail-badge{position:absolute;top:-4px;right:-4px;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;line-height:14px;text-align:center;box-shadow:0 2px 4px #ef444466;animation:mail-badge-bounce .3s ease}.mail-badge.inline{top:0;right:-2px}.mail-badge.mobile{top:-2px;right:-2px}@keyframes mail-badge-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.mail-launch-btn{position:relative;width:32px;height:32px;border-radius:10px;border:1px solid var(--border);background:#fffffff5;box-shadow:0 4px 16px #10182824,0 1px 4px #10182814;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;z-index:10}.mail-launch-btn:active{transform:scale(.95)}.mail-launch-btn:hover{border-color:#b8c7d9;background:#fff}.mail-modal-panel{width:min(480px,calc(100vw - 32px));min-height:380px;max-height:min(600px,calc(100vh - 100px));display:flex;flex-direction:column}.mail-modal-body{display:flex;flex-direction:column;max-height:calc(min(600px,calc(100vh - 100px)) - 60px)}.mail-tabs{display:flex;gap:4px;padding:0 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.mail-tab{position:relative;padding:10px 16px;border:none;background:none;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:color .2s;border-bottom:2px solid transparent}.mail-tab:hover{color:#374151}.mail-tab.active{color:var(--primary, #f59e0b);border-bottom-color:var(--primary, #f59e0b)}.mail-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;margin-left:4px;border-radius:8px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px}.mail-actions{display:flex;gap:8px;padding:8px 16px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.mail-action-btn{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.mail-action-btn.claim-all{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.mail-action-btn.claim-all:hover:not(:disabled){box-shadow:0 2px 8px #f59e0b66}.mail-action-btn.claim-all:disabled{background:#d1d5db;cursor:not-allowed}.mail-action-btn.delete-read{background:#f3f4f6;color:#6b7280}.mail-action-btn.delete-read:hover{background:#e5e7eb}.mail-list{flex:1;overflow-y:auto;padding:8px;min-height:100px}.mail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;color:#9ca3af}.mail-empty-icon{font-size:40px;margin-bottom:8px;opacity:.6}.mail-empty-text{font-size:13px}.mail-item{display:flex;align-items:center;justify-content:space-between;padding:12px;margin-bottom:6px;border-radius:10px;background:#fff;border:1px solid #f3f4f6;cursor:pointer;transition:all .2s}.mail-item:hover{border-color:#e5e7eb;box-shadow:0 2px 8px #0000000f}.mail-item.unread{background:#fffbeb;border-color:#fde68a}.mail-item.claimed{opacity:.6}.mail-item-left{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0}.mail-type-icon{font-size:24px;flex-shrink:0;margin-top:2px}.mail-item-content{flex:1;min-width:0}.mail-item-title{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-item.unread .mail-item-title{color:#92400e}.mail-item-desc{font-size:12px;color:#6b7280;line-height:1.4;word-break:break-word}.mail-item-meta{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:11px;color:#9ca3af}.mail-item-reward{display:flex;gap:6px;font-weight:600;color:#d97706}.mail-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:8px}.mail-status{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600;white-space:nowrap}.mail-status.unread{background:#fef3c7;color:#92400e}.mail-status.claimable{background:#d1fae5;color:#065f46}.mail-status.claimed{background:#f3f4f6;color:#6b7280}.mail-claim-btn{padding:4px 10px;border-radius:6px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.mail-claim-btn:hover{box-shadow:0 2px 6px #f59e0b66;transform:translateY(-1px)}.mail-delete-btn{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#9ca3af;cursor:pointer;transition:all .2s}.mail-delete-btn:hover{background:#fee2e2;color:#ef4444}@media(max-width:768px){.mail-modal-panel{width:calc(100vw - 16px);max-height:calc(100vh - 80px)}.mail-modal-body{max-height:calc(100vh - 140px)}.mail-tabs{padding:0 12px}.mail-tab{padding:8px 12px;font-size:12px}.mail-actions{padding:6px 12px}.mail-item{padding:10px;margin-bottom:4px}.mail-type-icon{font-size:20px}.mail-item-title{font-size:12px}.mail-item-desc{font-size:11px}.mail-item-meta{font-size:10px}.mail-status{font-size:10px;padding:1px 6px}.mail-claim-btn{padding:3px 8px;font-size:10px}.mail-badge{min-width:14px;height:14px;padding:0 3px;font-size:9px;line-height:14px}}.leaderboard-page{position:fixed;left:56px;top:0;right:0;bottom:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#f1f5f9);z-index:100;overflow:hidden}.leaderboard-page-header{flex-shrink:0;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 20px #667eea4d}.leaderboard-page-header h2{font-size:18px;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.leaderboard-page-actions{display:flex;align-items:center;gap:8px}.leaderboard-page-body{flex:1;overflow-y:auto;padding:16px 24px;max-width:900px;margin:0 auto;width:100%}.leaderboard-page-title{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000f}.leaderboard-page-title h3{font-size:15px;font-weight:700;color:#1e293b;margin:0}.leaderboard-page-title p{font-size:12px;color:#64748b;margin:0}.leaderboard-page .leaderboard-refresh-btn{background:#fff;border:none;border-radius:8px;padding:6px 12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;width:auto;height:auto}.leaderboard-page .leaderboard-refresh-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.leaderboard-page .leaderboard-refresh-btn svg{width:16px;height:16px;stroke:#667eea;fill:none}.leaderboard-page .leaderboard-list{display:flex;flex-direction:column;gap:6px}.leaderboard-page .leaderboard-row{display:grid;grid-template-columns:40px 44px minmax(0,1fr) 60px;align-items:center;gap:10px;padding:10px 14px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.leaderboard-page .leaderboard-row:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.leaderboard-page .leaderboard-rank{text-align:center}.leaderboard-page .leaderboard-rank-badge{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b}.leaderboard-page .leaderboard-row.rank-top-1 .leaderboard-rank-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;box-shadow:0 2px 8px #f59e0b66}.leaderboard-page .leaderboard-row.rank-top-2 .leaderboard-rank-badge{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff;box-shadow:0 2px 8px #94a3b866}.leaderboard-page .leaderboard-row.rank-top-3 .leaderboard-rank-badge{background:linear-gradient(135deg,#cd7f32,#b87333);color:#fff;box-shadow:0 2px 8px #cd7f3266}.leaderboard-page .leaderboard-avatar{width:38px;height:38px;border-radius:10px;font-size:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #fff;box-shadow:0 2px 6px #00000014}.leaderboard-page .leaderboard-avatar img{width:100%;height:100%;border-radius:8px;object-fit:cover}.leaderboard-page .leaderboard-user-info{min-width:0}.leaderboard-page .leaderboard-name{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:1px}.leaderboard-page .leaderboard-pet-badge{font-size:11px;margin-left:4px}.leaderboard-page .leaderboard-pet-level{font-size:9px;color:#64748b}.leaderboard-page .leaderboard-money{display:flex;align-items:center;gap:3px;font-size:12px;color:#f59e0b;font-weight:600}.leaderboard-page .leaderboard-money .money-icon{width:12px;height:12px;color:#f59e0b}.leaderboard-page .leaderboard-bet-profit{font-size:11px;margin-top:1px}.leaderboard-page .leaderboard-level{font-size:13px;font-weight:700;color:#667eea;text-align:right}.leaderboard-page .leaderboard-empty{text-align:center;padding:40px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;font-size:13px;color:#64748b}@media(max-width:720px){.leaderboard-page{left:0;bottom:71px}.leaderboard-page-header{padding:12px 16px}.leaderboard-page-header h2{font-size:16px}.leaderboard-page-body{padding:12px 16px}.leaderboard-type-btn{padding:2px 6px;font-size:11px}.leaderboard-type-switch.modal-switch{width:100%!important;max-width:330px}}@media(max-width:480px){.leaderboard-page{bottom:78px}.leaderboard-page-header{padding:10px 14px}.leaderboard-page-header h2{font-size:15px}.leaderboard-type-btn{padding:2px 5px;font-size:10px}.leaderboard-page-body{padding:10px 12px}.leaderboard-page .leaderboard-row{grid-template-columns:36px 38px minmax(0,1fr) 50px;gap:6px;padding:8px 10px}.leaderboard-page .leaderboard-rank-badge{width:26px;height:26px;font-size:10px}.leaderboard-page .leaderboard-avatar{width:32px;height:32px;font-size:16px}.leaderboard-page .leaderboard-name{font-size:12px}.leaderboard-page .leaderboard-money{font-size:11px}.leaderboard-page .leaderboard-level{font-size:12px}}.leaderboard-page-body{padding:12px}@media(min-width:1400px){.farm-grid{max-width:800px;gap:14px}.plot{border-radius:8px}.info-bar{width:54px}.info-bar-left{left:calc(68px + (100vw - 1180px)/2)}.info-bar-right{right:calc((100vw - 1136px)/2 - 8px)}}@media(min-width:1800px){.farm-grid{max-width:800px;gap:16px}.info-bar{width:60px}.info-bar-left{left:calc(68px + (100vw - 1275px)/2)}.info-bar-right{right:calc((100vw - 1236px)/2 - 8px)}}.settings-menu{display:flex;flex-direction:column;gap:2px}.settings-menu-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s;text-align:left;width:100%}.settings-menu-item:hover{background:var(--surface-hover);border-color:var(--primary)}.settings-menu-icon{font-size:20px;flex-shrink:0}.settings-menu-info{flex:1;min-width:0}.settings-menu-title{font-size:14px;font-weight:600;color:var(--text)}.settings-menu-desc{font-size:12px;color:var(--text-secondary);margin-top:2px}.settings-menu-arrow{font-size:18px;color:var(--text-secondary);flex-shrink:0}.settings-logout-wrap{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.settings-logout-btn{width:100%;padding:12px 14px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius);color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.settings-logout-btn:hover{background:#ef444433;border-color:#ef444480}.settings-back-btn{background:none;border:none;font-size:18px;cursor:pointer;color:var(--text-secondary);padding:0 4px;transition:color .2s}.settings-back-btn:hover{color:var(--primary)}.settings-section{display:flex;flex-direction:column;gap:12px}.settings-section-title{font-size:15px;font-weight:600;color:var(--text);margin:0}.settings-section-desc{font-size:12px;color:var(--text-secondary);margin:0;line-height:1.5}.settings-theme-options{display:flex;flex-direction:column;gap:8px;margin-top:12px}.settings-theme-btn{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:14px;cursor:pointer;transition:all .2s}.settings-theme-btn:hover{border-color:var(--primary);background:var(--primary-soft)}.settings-theme-btn.active{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px var(--primary)}.settings-theme-icon{font-size:20px}.settings-theme-label{flex:1;text-align:left;font-weight:500}.settings-theme-check{color:var(--primary);font-weight:700;font-size:16px}.feedback-form{display:flex;flex-direction:column;gap:16px;margin-top:16px}.feedback-textarea{width:100%;min-height:120px;padding:12px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;background:var(--surface);color:var(--text);resize:vertical;font-family:inherit;line-height:1.5;transition:border-color .2s}.feedback-textarea:focus{outline:none;border-color:var(--primary)}.feedback-textarea::placeholder{color:var(--text-secondary)}.feedback-char-count{display:block;text-align:right;font-size:12px;color:var(--text-secondary);margin-top:4px}.feedback-submit-btn{width:100%;margin-top:8px}.required{color:#e74c3c;font-weight:500}.optional{color:var(--text-secondary);font-weight:400;font-size:12px}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-title-input-row{display:flex;gap:8px;align-items:center}.settings-title-input{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;background:var(--surface);color:var(--text);transition:border-color .2s}.settings-title-input:focus{outline:none;border-color:var(--primary)}.settings-hint{font-size:12px;color:var(--text-secondary);margin:0}.settings-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.settings-reset-btn{padding:8px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:13px;color:var(--text-secondary);cursor:pointer;transition:all .2s}.settings-reset-btn:hover{background:var(--surface-hover)}.settings-save-btn{padding:8px 20px;background:var(--primary);border:none;border-radius:var(--radius);font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.settings-save-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #1890ff4d}[data-theme=dark] .mobile-bottom-nav{background:#282a2d;border-color:var(--border);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .mobile-nav-item{color:var(--muted)}[data-theme=dark] .mobile-nav-item.active{color:var(--primary)}[data-theme=dark] .mobile-nav-badge{background:var(--danger)}[data-theme=dark] .mobile-fab-stack .shop-launch-btn,[data-theme=dark] .mobile-fab-stack .leaderboard-launch-btn,[data-theme=dark] .mobile-fab-stack .pet-launch-btn,[data-theme=dark] .mobile-fab-stack .mail-launch-btn,[data-theme=dark] .mobile-fab-stack .backpack-launch-btn,[data-theme=dark] .mobile-fab-stack .mall-launch-btn,[data-theme=dark] .mobile-fab-stack .bank-launch-btn,[data-theme=dark] .mobile-fab-stack .invite-launch-btn,[data-theme=dark] .mobile-fab-stack-left .fab-friends-btn,[data-theme=dark] .mobile-fab-stack-left .fab-employment-btn,[data-theme=dark] .mobile-fab-stack-left .pond-launch-btn,[data-theme=dark] .mobile-fab-stack-left .auto-farm-launch-btn{background:var(--surface);border-color:var(--border);box-shadow:0 4px 16px #0006,0 1px 4px #0003}[data-theme=dark] .backpack-launch-btn{background:var(--surface)}[data-theme=dark] .backpack-launch-btn:hover{background:var(--surface-hover);border-color:var(--border-strong)}[data-theme=dark] .backpack-tab-btn{background:var(--surface);color:var(--muted)}[data-theme=dark] .backpack-tab-btn:hover{border-color:var(--border-strong)}[data-theme=dark] .backpack-tab-count{background:#ffffff14}[data-theme=dark] .backpack-sort-btn{background:var(--surface);color:var(--muted)}[data-theme=dark] .bp-card{background:#3a3b3d;border-color:#ffffff0f}[data-theme=dark] .bp-card:hover{box-shadow:0 12px 28px #00000059;border-color:#ffffff1a}[data-theme=dark] .bp-hero{background:linear-gradient(160deg,#3d3e40,#353638);border-color:#ffffff0d;box-shadow:0 4px 14px #0003,inset 0 1px #ffffff0a}[data-theme=dark] .bp-card.is-mutation .bp-hero{background:linear-gradient(160deg,#3d3428,#342c20)}[data-theme=dark] .bp-card.fish-card .bp-hero{background:linear-gradient(160deg,#2a3540,#24303c)}[data-theme=dark] .bp-name{color:#e0e0e0;border-color:#ffffff14}[data-theme=dark] .bp-card-qty{background:#ffffff14;color:#9a9b9e}[data-theme=dark] .bp-card-hover,[data-theme=dark] .bp-hover{background:#303133c7}[data-theme=dark] .bp-btn{background:#414244;color:#909399}[data-theme=dark] .bp-btn.ghost{background:transparent;border-color:#ffffff1f;color:#c0c0c4}[data-theme=dark] .backpack-sell-all-btn{background:#ffffff0d;border-color:#ffffff14;color:#c0c0c4}[data-theme=dark] .backpack-item-rarity.rarity-tag-普通{background:#9ca3af26;color:#9ca3af}[data-theme=dark] .backpack-item-rarity.rarity-tag-优秀{background:#22c55e26;color:#4ade80}[data-theme=dark] .backpack-item-rarity.rarity-tag-稀有{background:#3b82f626;color:#60a5fa}[data-theme=dark] .backpack-item-rarity.rarity-tag-史诗{background:#a855f726;color:#c084fc}[data-theme=dark] .backpack-item-rarity.rarity-tag-传说{background:#f59e0b26;color:#fbbf24}[data-theme=dark] .backpack-item-rarity.rarity-tag-神话{background:linear-gradient(135deg,#ef444426,#f59e0b26);color:#f87171}[data-theme=dark] .backpack-sell-btn{border-color:#22c55e4d;background:#22c55e1a;color:var(--success)}[data-theme=dark] .backpack-sell-btn:hover{background:var(--success);color:#fff}[data-theme=dark] .backpack-sell-all-btn-sm{border-color:#f871714d;background:#f871711a;color:var(--danger)}[data-theme=dark] .backpack-sell-all-btn-sm:hover{background:var(--danger);color:#fff}[data-theme=dark] .backpack-sell-all-btn{border-color:#22c55e4d;background:#22c55e1a;color:var(--success)}[data-theme=dark] .backpack-sell-all-btn:hover{background:var(--success);color:#fff}[data-theme=dark] .leaderboard-row.rank-top-1,[data-theme=dark] .leaderboard-row.rank-top-2,[data-theme=dark] .leaderboard-row.rank-top-3{background:var(--surface)!important}[data-theme=dark] .leaderboard-row.rank-top-1 .leaderboard-rank-badge,[data-theme=dark] .leaderboard-row.rank-top-2 .leaderboard-rank-badge,[data-theme=dark] .leaderboard-row.rank-top-3 .leaderboard-rank-badge{background:linear-gradient(135deg,var(--surface-soft) 0%,var(--surface-muted) 100%)!important;color:var(--muted)!important;box-shadow:none!important}[data-theme=dark] .leaderboard-page{background:var(--page-bg)}[data-theme=dark] .leaderboard-page-header{background:linear-gradient(135deg,#2a3a5c,#3a2a4c);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .leaderboard-page-header h2{color:var(--text)}[data-theme=dark] .leaderboard-page-body{background:var(--page-bg)}[data-theme=dark] .leaderboard-page-title{background:var(--surface);box-shadow:none}[data-theme=dark] .leaderboard-page-title h3{color:var(--text)}[data-theme=dark] .leaderboard-page-title p{color:var(--muted)}[data-theme=dark] .leaderboard-page .leaderboard-refresh-btn{background:var(--surface);box-shadow:0 2px 8px #0003}[data-theme=dark] .leaderboard-page .leaderboard-refresh-btn svg{stroke:var(--primary)}[data-theme=dark] .leaderboard-page .leaderboard-row{background:var(--surface);box-shadow:0 2px 8px #00000026}[data-theme=dark] .leaderboard-page .leaderboard-row:hover{box-shadow:0 4px 16px #00000040}[data-theme=dark] .leaderboard-page .leaderboard-rank-badge{background:linear-gradient(135deg,var(--surface-soft) 0%,var(--surface-muted) 100%);color:var(--muted)}[data-theme=dark] .leaderboard-page .leaderboard-avatar{background:linear-gradient(135deg,var(--surface-soft) 0%,var(--surface-muted) 100%);border-color:var(--border)}[data-theme=dark] .leaderboard-page .leaderboard-name{color:var(--text)}[data-theme=dark] .leaderboard-page .leaderboard-pet-level{color:var(--muted)}[data-theme=dark] .leaderboard-page .leaderboard-money,[data-theme=dark] .leaderboard-page .leaderboard-money .money-icon{color:var(--warning)}[data-theme=dark] .leaderboard-page .leaderboard-level{color:var(--primary)}[data-theme=dark] .leaderboard-page .leaderboard-empty{background:var(--surface);box-shadow:none;color:var(--muted)}[data-theme=dark] .leaderboard-type-btn{background:var(--surface);color:var(--muted);border-color:var(--border)}[data-theme=dark] .leaderboard-type-btn:hover{color:var(--text)}[data-theme=dark] .leaderboard-type-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}[data-theme=dark] .leaderboard-modal-panel,[data-theme=dark] .leaderboard-modal-panel .leaderboard-list{background:var(--surface)}[data-theme=dark] .leaderboard-row{border-bottom-color:var(--border)}[data-theme=dark] .leaderboard-name{color:var(--text)}[data-theme=dark] .leaderboard-money{color:var(--warning)}[data-theme=dark] .leaderboard-level{color:var(--primary)}[data-theme=dark] .leaderboard-avatar{background:var(--surface-muted);border-color:var(--border)}[data-theme=dark] .profit-positive{color:var(--success)}[data-theme=dark] .profit-negative{color:var(--danger)}[data-theme=dark] .leaderboard-type-btn.banned-btn{color:#fca5a5}[data-theme=dark] .leaderboard-type-btn.banned-btn.active{background:#dc2626;color:#fff}[data-theme=dark] .banned-warning,[data-theme=dark] .banned-warning-muted{background:linear-gradient(135deg,#422006,#451a03);border-color:#92400e;color:#fcd34d}[data-theme=dark] .banned-warning-ban-red{background:linear-gradient(135deg,#2e1065,#1e1b4b);border-color:#7c3aed;color:#c4b5fd}[data-theme=dark] .banned-row{background:linear-gradient(135deg,#2a0a0a 0%,var(--surface) 100%);border-color:#7f1d1d;box-shadow:0 2px 8px #dc26261a}[data-theme=dark] .banned-index{background:#450a0a;color:#fca5a5}[data-theme=dark] .banned-avatar{background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .banned-name{color:#fca5a5}[data-theme=dark] .banned-time{color:#f87171}.online-status-dot{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;border:2px solid #fff;z-index:1}.online-status-dot.online{background:#22c55e;box-shadow:0 0 6px #22c55e80}.online-status-dot.recent{background:#f59e0b}.online-status-dot.away{background:#f97316}.online-status-dot.old{background:#9ca3af}.online-status-dot.offline{background:#6b7280}.chat-online-dot{width:10px;height:10px;border-width:1.5px;bottom:-1px;right:-1px}.user-profile-avatar-wrap{position:relative;display:inline-block}.user-profile-avatar-wrap .online-status-dot{width:14px;height:14px;border-width:2px}.leaderboard-avatar-wrap{position:relative;display:inline-block}.leaderboard-avatar-wrap .online-status-dot{width:10px;height:10px;border-width:1.5px}.chat-msg-avatar{position:relative}.user-profile-online-status{font-size:10px}.user-profile-online-status.online{color:#22c55e}.user-profile-online-status.recent{color:#f59e0b}.user-profile-online-status.away{color:#f97316}.user-profile-online-status.old{color:#9ca3af}.user-profile-online-status.offline{color:#6b7280}.chat-online-panel{width:220px;flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid var(--border);background:var(--surface);overflow:hidden}.chat-online-panel-header{flex-shrink:0;padding:12px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-online-panel-title{font-size:13px;font-weight:600;color:var(--text)}.chat-online-panel-count{font-size:11px;color:#22c55e;background:linear-gradient(135deg,#f0fff4,#c6f6d5);padding:2px 8px;border-radius:10px;font-weight:500}.chat-online-panel-close{display:none;background:none;border:none;font-size:18px;color:var(--text-secondary, #718096);cursor:pointer;padding:0 4px;line-height:1;margin-left:auto;transition:color .2s}.chat-online-panel-close:hover{color:var(--text, #2d3748)}[data-theme=dark] .chat-online-panel-close{color:var(--text-secondary, #a0aec0)}[data-theme=dark] .chat-online-panel-close:hover{color:var(--text, #e2e8f0)}[data-theme=dark] .chat-online-panel-count{color:#68d391;background:linear-gradient(135deg,#1a3a2a,#22543d)}.chat-online-panel-list{flex:1;overflow-y:auto;padding:6px 0}.chat-online-panel-empty{text-align:center;color:var(--muted, #a0aec0);font-size:12px;padding:32px 16px}.chat-online-panel-loading{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted, #a0aec0);font-size:12px;padding:32px 16px}.chat-online-loading-spinner{width:20px;height:20px;border:2px solid var(--border, #d9e2ec);border-top-color:var(--primary, #4299e1);border-radius:50%;animation:chat-spin .8s linear infinite}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-online-user-item{display:flex;align-items:center;gap:6px;padding:6px 8px;cursor:pointer;transition:background .15s}.chat-online-user-item:hover{background:var(--surface-hover, #f0f4f8)}.chat-online-avatar-wrap{position:relative;flex-shrink:0}.chat-online-avatar{width:34px;height:34px;border-radius:50%;background:var(--surface-muted, #f0f4f8);display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.chat-online-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-online-avatar-wrap .online-status-dot{width:10px;height:10px;border-width:1.5px;bottom:-1px;right:-1px}.chat-online-user-info{flex:1;min-width:0}.chat-online-user-name{font-size:12px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;display:flex;align-items:center;gap:2px}.chat-online-level-badge{font-size:10px;font-weight:600;color:var(--primary, #4299e1);background:var(--primary-light, rgba(66, 153, 225, .1));padding:1px 6px;border-radius:8px;line-height:1.4;flex-shrink:0}.chat-online-user-title{margin-top:1px}.chat-online-pet{font-size:12px;line-height:1}.online-panel-slide-enter-active,.online-panel-slide-leave-active{transition:width .25s ease,opacity .2s ease;overflow:hidden}.online-panel-slide-enter-from,.online-panel-slide-leave-to{width:0;opacity:0}.online-panel-slide-enter-to,.online-panel-slide-leave-from{width:195px;opacity:1}[data-theme=dark] .chat-online-panel{background:var(--surface);border-left-color:var(--border)}[data-theme=dark] .chat-online-user-item:hover{background:var(--surface-hover, #2d3748)}[data-theme=dark] .chat-online-avatar{background:var(--surface-muted, #2d3748)}[data-theme=dark] .chat-online-level-badge{color:#63b3ed;background:#63b3ed26}@media(max-width:768px){.chat-online-panel{position:fixed;top:0;right:0;bottom:0;width:260px;z-index:1100;box-shadow:-4px 0 20px #00000026}.online-panel-slide-enter-to,.online-panel-slide-leave-from{width:260px}.chat-online-panel-close{display:block}.chat-online-panel-list{padding-bottom:78px}}.chat-system-panel{width:280px;min-width:280px;flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid var(--border);background:var(--surface);overflow:hidden}@media(min-width:1200px){.chat-system-panel{width:320px;min-width:320px}}@media(min-width:1600px){.chat-system-panel{width:360px;min-width:360px}}.chat-system-panel-header{flex-shrink:0;padding:12px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-system-panel-title{font-size:13px;font-weight:600;color:var(--text)}.chat-system-panel-close{display:none;background:none;border:none;font-size:18px;color:var(--text-secondary, #718096);cursor:pointer;padding:0 4px;line-height:1;margin-left:auto;transition:color .2s}.chat-system-panel-close:hover{color:var(--text, #2d3748)}[data-theme=dark] .chat-system-panel-close{color:var(--text-secondary, #a0aec0)}[data-theme=dark] .chat-system-panel-close:hover{color:var(--text, #e2e8f0)}.chat-system-panel-body{flex:1;overflow-y:auto;padding:8px 0}.chat-system-panel-empty{text-align:center;color:var(--muted, #a0aec0);font-size:12px;padding:32px 16px}.chat-system-panel-body .chat-msg-system{display:flex;flex-direction:column;align-items:center;padding:6px 16px}.chat-system-panel-body .chat-msg-system-text{font-size:12px;color:var(--text-secondary, #718096);text-align:center;line-height:1.5;word-break:break-word}.chat-system-panel-body .chat-msg-system-time{font-size:10px;color:var(--muted, #a0aec0);margin-top:2px}.chat-system-panel-loading{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted, #a0aec0);font-size:12px;padding:32px 16px}.chat-system-loading-spinner{width:20px;height:20px;border:2px solid var(--border, #d9e2ec);border-top-color:var(--primary, #4299e1);border-radius:50%;animation:chat-spin .8s linear infinite}.chat-system-load-more{text-align:center;padding:8px 16px}.chat-system-load-more-btn{background:none;border:1px solid var(--border, #d9e2ec);color:var(--text-secondary, #718096);font-size:12px;padding:6px 16px;border-radius:4px;cursor:pointer;transition:all .2s}.chat-system-load-more-btn:hover:not(:disabled){background:var(--surface-hover, #f0f4f8);color:var(--text, #2d3748)}.chat-system-load-more-btn:disabled{opacity:.5;cursor:not-allowed}.system-panel-slide-enter-active,.system-panel-slide-leave-active{transition:width .25s ease,opacity .2s ease;overflow:hidden}.system-panel-slide-enter-from,.system-panel-slide-leave-to{width:0;opacity:0}.system-panel-slide-enter-to,.system-panel-slide-leave-from{width:280px;min-width:280px;opacity:1}@media(min-width:1200px){.system-panel-slide-enter-to,.system-panel-slide-leave-from{width:320px;min-width:320px}}@media(min-width:1600px){.system-panel-slide-enter-to,.system-panel-slide-leave-from{width:360px;min-width:360px}}[data-theme=dark] .chat-system-panel{background:var(--surface);border-left-color:var(--border)}@media(max-width:768px){.chat-system-panel{position:fixed;top:0;right:0;bottom:0;width:300px;min-width:300px;z-index:1100;box-shadow:-4px 0 20px #00000026}.system-panel-slide-enter-to,.system-panel-slide-leave-from{width:300px;min-width:300px}.chat-system-panel-close{display:block}.chat-system-panel-body{padding-bottom:78px}}.chat-mention-list{position:absolute;bottom:100%;left:0;right:0;background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:10px 10px 0 0;box-shadow:0 -4px 16px #0000001a;z-index:200;max-height:260px;display:flex;flex-direction:column;overflow:hidden}.chat-mention-header{flex-shrink:0;padding:8px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-mention-title{font-size:12px;font-weight:600;color:var(--text-secondary, #718096)}.chat-mention-close{background:none;border:none;font-size:14px;color:var(--text-secondary, #a0aec0);cursor:pointer;padding:0 2px;line-height:1;transition:color .2s}.chat-mention-close:hover{color:var(--text, #2d3748)}[data-theme=dark] .chat-mention-close{color:var(--text-secondary, #a0aec0)}[data-theme=dark] .chat-mention-close:hover{color:var(--text, #e2e8f0)}.chat-mention-scroll{flex:1;overflow-y:auto;padding:4px 0}.chat-mention-item{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;transition:background .15s}.chat-mention-item:hover{background:var(--surface-hover, #f0f4f8)}[data-theme=dark] .chat-mention-item:hover{background:var(--surface-hover, #2d3748)}.chat-mention-avatar-wrap{position:relative;flex-shrink:0}.chat-mention-avatar{width:28px;height:28px;border-radius:50%;background:var(--surface-muted, #f0f4f8);display:flex;align-items:center;justify-content:center;font-size:15px;overflow:hidden}.chat-mention-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-mention-avatar-wrap .online-status-dot{width:8px;height:8px;border-width:1.5px;bottom:-1px;right:-1px}.chat-mention-name{flex:1;font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-mention-level{font-size:10px;font-weight:600;color:var(--primary, #4299e1);background:var(--primary-light, rgba(66, 153, 225, .1));padding:1px 6px;border-radius:8px;flex-shrink:0}[data-theme=dark] .chat-mention-level{color:#63b3ed;background:#63b3ed26}.mention-slide-up-enter-active,.mention-slide-up-leave-active{transition:transform .2s ease,opacity .2s ease}.mention-slide-up-enter-from,.mention-slide-up-leave-to{transform:translateY(10px);opacity:0}.mention-slide-up-enter-to,.mention-slide-up-leave-from{transform:translateY(0);opacity:1}.harvest-fly-emoji{position:fixed;pointer-events:none;z-index:99999;will-change:transform,opacity;filter:drop-shadow(0 2px 12px rgba(255,200,0,.7))}.harvest-particle{position:fixed;pointer-events:none;z-index:99998;border-radius:50%}.harvest-floating-text{position:fixed;pointer-events:none;z-index:100000;font-weight:700;text-shadow:0 0 10px currentColor,0 2px 4px rgba(0,0,0,.3);white-space:nowrap}.player-money{transition:transform .2s ease,color .2s ease}.crop-mature{animation:crop-glow 1.5s ease-in-out infinite alternate;will-change:transform,opacity}@keyframes crop-glow{0%{transform:scale(1);opacity:.9}to{transform:scale(1.1);opacity:1}}.ready-text{animation:ready-pulse 1.5s ease-in-out infinite}@keyframes ready-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.harvest-exp-float{position:fixed;pointer-events:none;z-index:100001;font-size:18px;font-weight:700;color:#60a5fa;text-shadow:0 0 8px rgba(96,165,250,.8),0 2px 4px rgba(0,0,0,.3);white-space:nowrap}#harvest-animation-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:99999;overflow:hidden}.auto-steal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.auto-steal-modal{background:#fff;border-radius:10px;width:min(480px,95vw);min-height:320px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease;font-family:Consolas,Monaco,Courier New,monospace;border:1px solid #e0e0e0}.auto-steal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e8e8e8;background:#fafafa;border-radius:10px 10px 0 0}.auto-steal-header h3{margin:0;font-size:13px;font-weight:600;color:#333;font-family:Consolas,Monaco,Courier New,monospace;letter-spacing:.5px}.auto-steal-close{width:24px;height:24px;border:none;background:#f0f0f0;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;transition:all .2s}.auto-steal-close:hover{background:#e0e0e0;color:#666}.auto-steal-body{padding:12px 14px;overflow-y:auto;flex:1;font-size:12px}.auto-steal-tip{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:6px 10px;font-size:11px;color:#856404;margin-bottom:10px;line-height:1.4}.vip-feature-hint{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#fff9e6,#fff3cd);border:1px solid #ffc107;border-radius:4px;padding:8px 12px;margin-bottom:10px}.vip-hint-icon{font-size:20px;flex-shrink:0}.vip-hint-content{flex:1}.vip-hint-title{font-size:12px;font-weight:600;color:#856404;margin-bottom:1px}.vip-hint-desc{font-size:11px;color:#a07800}.vip-hint-btn{flex-shrink:0;padding:5px 12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s}.vip-hint-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #d9770666}[data-theme=dark] .vip-feature-hint{background:linear-gradient(135deg,#3d3d2d,#4a4a30);border-color:#5d5d3d}[data-theme=dark] .vip-hint-title{color:gold}[data-theme=dark] .vip-hint-desc{color:#cca000}.auto-steal-status{display:flex;align-items:center;justify-content:space-between;background:#e3f2fd;border:1px solid #90caf9;border-radius:4px;padding:8px 12px;margin-bottom:10px}.status-indicator{display:flex;align-items:center;gap:6px;font-size:11px;color:#1565c0;font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%;background:#90caf9}.status-dot.running{background:#2196f3;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.auto-steal-cancel-btn{padding:4px 10px;background:#fff;border:1px solid #ef4444;border-radius:3px;color:#ef4444;font-size:11px;cursor:pointer;transition:all .2s}.auto-steal-cancel-btn:hover{background:#ef4444;color:#fff}.auto-steal-actions{display:flex;gap:8px;margin-bottom:12px}.auto-steal-start-btn{flex:1;padding:8px 16px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Consolas,Monaco,Courier New,monospace}.auto-steal-start-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #22c55e66}.auto-steal-start-btn:disabled{opacity:.6;cursor:not-allowed}.auto-steal-refresh-btn{padding:8px 16px;background:#f5f5f5;color:#666;border:1px solid #e0e0e0;border-radius:4px;font-size:11px;cursor:pointer;transition:all .2s;font-family:Consolas,Monaco,Courier New,monospace}.auto-steal-refresh-btn:hover:not(:disabled){background:#eee}.auto-steal-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.auto-steal-config{background:#f8f9fa;border-radius:4px;padding:8px 12px;margin-bottom:10px}.auto-steal-switch-label{display:flex;align-items:center;gap:8px;cursor:pointer}.auto-steal-switch-text{font-size:12px;font-weight:600;color:#333}.auto-steal-switch-desc{font-size:10px;color:#999;flex:1}.auto-steal-switch{width:36px;height:20px;background:#e0e0e0;border-radius:10px;position:relative;transition:background .2s;flex-shrink:0}.auto-steal-switch.active{background:#4ade80}.auto-steal-switch-dot{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #0003}.auto-steal-switch.active .auto-steal-switch-dot{transform:translate(16px)}.auto-steal-log-section{border-top:1px solid #f0f0f0;padding-top:10px}.auto-steal-log-title{font-size:12px;font-weight:600;color:#333;margin-bottom:8px}.auto-steal-log-empty{text-align:center;padding:20px 16px;color:#999;font-size:11px}.auto-steal-log-list{max-height:260px;overflow-y:auto}.auto-steal-log-item{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:5px 8px;border-radius:3px;margin-bottom:2px;font-size:11px;transition:background .2s}.log-main{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.log-time{font-size:10px;color:#999;white-space:nowrap;flex-shrink:0}.auto-steal-log-item:hover{background:#f9f9f9}.auto-steal-log-item.log-success{background:#f0fdf4}.auto-steal-log-item.log-fail{background:#fef2f2}.auto-steal-log-item.log-summary{background:#f0f9ff;border-left:3px solid #3b82f6;font-weight:500}.log-status{font-size:12px}.log-friend{font-weight:500;color:#333;min-width:50px}.log-count{color:#666;font-size:10px;background:#f0f0f0;padding:1px 5px;border-radius:3px}.log-reward{color:#22c55e;font-weight:600;margin-left:auto}.log-error{color:#ef4444;font-size:12px;margin-left:auto;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.friend-list{display:flex;flex-direction:column;gap:8px}.friend-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #eee;border-radius:10px;transition:all .15s ease}.friend-card:hover{border-color:#e0e0e0;box-shadow:0 2px 8px #0000000a;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.friend-avatar-wrap{position:relative;flex-shrink:0}.friend-avatar{width:44px;height:44px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:22px;overflow:hidden}.friend-avatar img{width:100%;height:100%;object-fit:cover}.online-status-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.online-status-dot.online{background:#52c41a}.online-status-dot.recent{background:#faad14}.online-status-dot.away{background:#fa8c16}.online-status-dot.offline{background:#999}.friend-name{font-size:14px;font-weight:600;color:#333;display:flex;align-items:center;gap:6px}.friend-load-more{text-align:center;padding:12px 0}.friend-load-more-btn{padding:6px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#666;font-size:13px;cursor:pointer;transition:all .15s ease}.friend-load-more-btn:hover{background:#f5f5f5;border-color:#ddd}.friend-load-more-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:520px){.friend-avatar{width:36px;height:36px;font-size:18px}.friend-name{font-size:13px}}.auto-fish-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.auto-fish-modal{background:#fff;border-radius:8px;width:min(900px,95vw);max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease;font-family:Consolas,Monaco,Courier New,monospace;border:1px solid #e0e0e0}.auto-fish-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e8e8e8;background:#fafafa;border-radius:8px 8px 0 0}.auto-fish-header h3{margin:0;font-size:13px;font-weight:600;color:#333;font-family:Consolas,Monaco,Courier New,monospace;letter-spacing:.5px}.auto-fish-close{width:24px;height:24px;border:none;background:#f0f0f0;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;transition:all .2s}.auto-fish-close:hover{background:#e0e0e0;color:#666}.auto-fish-body{padding:12px 14px;overflow-y:auto;flex:1;font-size:12px}.auto-fish-tip{background:#e8f5e9;border:1px solid #a5d6a7;border-radius:4px;padding:6px 10px;font-size:11px;color:#2e7d32;margin-bottom:10px;line-height:1.4}.auto-fish-section{margin-bottom:12px}.auto-fish-section-title{font-size:12px;font-weight:600;color:#333;margin-bottom:8px}.auto-fish-group{margin-bottom:10px}.auto-fish-group-title{font-size:12px;font-weight:700;margin-bottom:6px;padding-left:2px;letter-spacing:.5px}.auto-fish-group-count{font-size:10px;font-weight:400;opacity:.6}.auto-fish-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.auto-fish-card{display:flex;flex-direction:column;align-items:center;padding:8px 4px;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .15s;position:relative;background:#fafafa}.auto-fish-card:hover{border-color:#999;transform:translateY(-1px)}.auto-fish-card.selected{border-color:#22c55e;background:#f0fdf4;box-shadow:0 0 0 1px #22c55e}.auto-fish-card.selected .auto-fish-card-check{background:#22c55e;color:#fff}.auto-fish-card-check{position:absolute;top:3px;right:3px;width:16px;height:16px;border-radius:3px;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:10px;color:transparent;transition:all .15s}.auto-fish-card.rarity-junk{border-color:#795548}.auto-fish-card.rarity-common{border-color:#bdbdbd}.auto-fish-card.rarity-good{border-color:#66bb6a}.auto-fish-card.rarity-rare{border-color:#42a5f5}.auto-fish-card.rarity-epic{border-color:#ab47bc}.auto-fish-card.rarity-legend{border-color:#ffa726}.auto-fish-card-emoji{font-size:20px;margin-bottom:2px}.auto-fish-card-name{font-size:11px;font-weight:500;color:#333;margin-bottom:1px}.auto-fish-card-rarity{font-size:9px;opacity:.8}.auto-fish-stats{display:flex;gap:8px;margin-bottom:12px;background:#f8f9fa;border-radius:4px;padding:8px 12px}.auto-fish-stat{flex:1;text-align:center}.auto-fish-stat-label{display:block;font-size:10px;color:#999;margin-bottom:2px}.auto-fish-stat-value{display:block;font-size:12px;font-weight:600;color:#333}.auto-fish-actions{display:flex;gap:8px;margin-bottom:10px}.auto-fish-save-btn{flex:1;padding:8px 12px;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Consolas,Monaco,Courier New,monospace}.auto-fish-save-btn:hover:not(:disabled){background:#5a6fd6}.auto-fish-save-btn:disabled{opacity:.6;cursor:not-allowed}.auto-fish-start-btn{flex:1;padding:8px 12px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Consolas,Monaco,Courier New,monospace}.auto-fish-start-btn:hover{box-shadow:0 4px 12px #22c55e66}.auto-fish-stop-btn{flex:1;padding:8px 12px;background:linear-gradient(135deg,#f87171,#ef4444);color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Consolas,Monaco,Courier New,monospace}.auto-fish-stop-btn:hover{box-shadow:0 4px 12px #ef444466}.auto-fish-status{display:flex;align-items:center;gap:8px;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:4px;padding:8px 12px;font-size:11px;color:#2e7d32}.auto-fish-status .status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse 1.5s ease-in-out infinite}.fishing-action-vip{position:relative}.fishing-badge-vip{background:#ff9800!important;font-size:9px!important;padding:1px 4px!important;min-width:auto!important}[data-theme=dark] .auto-fish-modal{background:#1a1a2e;border-color:#335}[data-theme=dark] .auto-fish-header{border-bottom-color:#335;background:#16162a}[data-theme=dark] .auto-fish-header h3{color:#0f8}[data-theme=dark] .auto-fish-close{background:#2a2a4a;color:#909399}[data-theme=dark] .auto-fish-close:hover{background:#3a3a5a;color:#0f8}[data-theme=dark] .auto-fish-tip{background:#0d2a1a;border-color:#1a4a2a;color:#0f8}[data-theme=dark] .auto-fish-card{background:#16162a;border-color:#335}[data-theme=dark] .auto-fish-card:hover{border-color:#557}[data-theme=dark] .auto-fish-card.selected{border-color:#0f8;background:#0d2a1a;box-shadow:0 0 0 1px #0f8}[data-theme=dark] .auto-fish-card.selected .auto-fish-card-check{background:#0f8;color:#000}[data-theme=dark] .auto-fish-card-check{background:#2a2a4a}[data-theme=dark] .auto-fish-card-name{color:#e0e0e0}[data-theme=dark] .auto-fish-stats{background:#16162a}[data-theme=dark] .auto-fish-stat-value{color:#e0e0e0}[data-theme=dark] .auto-fish-status{background:#0d2a1a;border-color:#1a4a2a;color:#0f8}[data-theme=dark] .auto-fish-section-title{color:#e0e0e0}.fish-handbook-modal-panel{max-width:600px;width:95vw;max-height:80vh}.handbook-count{font-size:12px;color:#999;margin-left:8px}.fish-handbook-body{padding:16px;overflow-y:auto;max-height:calc(80vh - 60px)}.handbook-group{margin-bottom:20px}.handbook-group:last-child{margin-bottom:0}.handbook-group-title{font-size:14px;font-weight:600;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #eee}.handbook-group-count{font-size:12px;font-weight:400;opacity:.7}.handbook-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.handbook-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:#f8f9fa;border-radius:8px;border:1px solid #eee;transition:all .2s ease}.handbook-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.handbook-card-emoji{font-size:28px;line-height:1}.handbook-card-name{font-size:12px;font-weight:600;color:#333;text-align:center}.handbook-card-rarity{font-size:10px;font-weight:500}[data-theme=dark] .fish-handbook-modal-panel{background:#1a1a2e;border-color:#335}[data-theme=dark] .handbook-count{color:#666}[data-theme=dark] .handbook-group-title{border-bottom-color:#335}[data-theme=dark] .handbook-card{background:#16162a;border-color:#335}[data-theme=dark] .handbook-card:hover{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .handbook-card-name{color:#e0e0e0}.auto-farm-entry{cursor:pointer}.auto-farm-entry:hover{background:#00ff881a}.auto-farm-on-dot{background:#0f8!important;color:#000!important;font-size:9px!important;font-weight:700;padding:1px 4px!important;border-radius:3px!important;min-width:auto!important;box-shadow:0 0 6px #00ff8880}.auto-farm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.auto-farm-modal{background:#fff;border-radius:10px;width:min(480px,95vw);min-height:320px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease;font-family:Consolas,Monaco,Courier New,monospace;border:1px solid #e0e0e0}.auto-farm-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e8e8e8;background:#fafafa;border-radius:10px 10px 0 0}.auto-farm-header h3{margin:0;font-size:13px;font-weight:600;color:#333;font-family:Consolas,Monaco,Courier New,monospace;letter-spacing:.5px}.auto-farm-close{width:24px;height:24px;border:none;background:#f0f0f0;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;transition:all .2s}.auto-farm-close:hover{background:#e0e0e0;color:#666}.auto-farm-body{padding:12px 14px;overflow-y:auto;flex:1;font-size:12px}.auto-farm-tip{font-size:12px;color:#666;margin-bottom:8px;line-height:1.5;padding:8px 10px;background:#f5f5f5;border-radius:6px}.auto-farm-time-tip{font-size:12px;color:#e65100;margin-bottom:10px;line-height:1.5;padding:6px 10px;background:#fff3e0;border-radius:6px;border-left:3px solid #ff9800}.auto-farm-section{margin-bottom:10px;padding:10px 12px;background:#fafafa;border-radius:8px;border:1px solid #eee}.auto-farm-section-title{font-size:12px;font-weight:600;color:#333;margin-bottom:8px;padding-bottom:6px;border-bottom:1px dashed #ddd}.auto-farm-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.auto-farm-label{font-size:12px;color:#666;min-width:50px;flex-shrink:0}.auto-farm-select{flex:1;font-size:12px;padding:5px 8px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;font-family:inherit;outline:none;transition:border-color .2s}.auto-farm-select:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.auto-farm-actions{display:flex;gap:10px;margin-top:12px}.auto-farm-save-btn,.auto-farm-exec-btn,.auto-farm-start-btn,.auto-farm-stop-btn{flex:1;font-size:12px;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600;transition:all .2s}.auto-farm-save-btn{background:#f0f0f0;color:#333;border:1px solid #ddd}.auto-farm-save-btn:hover{background:#e0e0e0}.auto-farm-exec-btn{background:#faad14;color:#fff}.auto-farm-exec-btn:hover{background:#ffc53d}.auto-farm-start-btn{background:#1890ff;color:#fff}.auto-farm-start-btn:hover{background:#40a9ff}.auto-farm-stop-btn{background:#ff4d4f;color:#fff}.auto-farm-stop-btn:hover{background:#ff7875}.auto-farm-stats{margin-top:10px;padding:8px 10px;background:#f6ffed;border-radius:6px;border:1px solid #b7eb8f}.auto-farm-stats-row{display:flex;justify-content:space-between;font-size:12px;color:#555;margin-bottom:3px}.auto-farm-status{margin-top:10px;margin-bottom:10px;padding:8px 10px;background:#f6ffed;border-radius:6px;border:1px solid #b7eb8f;font-size:12px;color:#52c41a;display:flex;align-items:center;gap:8px}.auto-farm-status .status-dot{width:8px;height:8px;border-radius:50%;background:#999}.friend-visit-time{font-size:12px;color:#555}.auto-farm-status .status-dot.running{background:#52c41a;box-shadow:0 0 6px #52c41a80;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}[data-theme=dark] .auto-farm-modal{background:#1a1a2e;border-color:#333}[data-theme=dark] .auto-farm-header{background:#252540;border-color:#333}[data-theme=dark] .auto-farm-header h3{color:#e0e0e0}[data-theme=dark] .auto-farm-body{color:#ccc}[data-theme=dark] .auto-farm-close{background:#333;color:#999}[data-theme=dark] .auto-farm-close:hover{background:#444;color:#ccc}[data-theme=dark] .auto-farm-tip{background:#252540;color:#aaa}[data-theme=dark] .auto-farm-time-tip{background:#2a2000;color:#ffab40;border-color:#ff9800}[data-theme=dark] .auto-farm-section{background:#252540;border-color:#333}[data-theme=dark] .auto-farm-section-title{color:#e0e0e0;border-color:#444}[data-theme=dark] .auto-farm-label{color:#aaa}[data-theme=dark] .auto-farm-select{background:#1a1a2e;border-color:#444;color:#e0e0e0}[data-theme=dark] .auto-farm-save-btn{background:#333;color:#e0e0e0;border-color:#444}[data-theme=dark] .auto-farm-save-btn:hover{background:#444}[data-theme=dark] .auto-farm-exec-btn{background:#d48806;color:#fff}[data-theme=dark] .auto-farm-exec-btn:hover{background:#faad14}[data-theme=dark] .auto-farm-stats{background:#0d2a1a;border-color:#1a4a2a}[data-theme=dark] .auto-farm-stats-row{color:#aaa}[data-theme=dark] .auto-farm-status{background:#0d2a1a;border-color:#1a4a2a;color:#0f8}[data-theme=dark] .friend-avatar{background:#3a3b3d}[data-theme=dark] .friend-card:hover{background:#414244;border-color:#4a4a4a}[data-theme=dark] .friend-load-more-btn{background:#3a3b3d;border-color:#414244;color:#909399}[data-theme=dark] .friend-load-more-btn:hover{background:#414244;border-color:#4a4a4a}[data-theme=dark] .friend-meta,[data-theme=dark] .friend-visit-time{color:#909399}[data-theme=dark] .friend-name{color:#dcdfe6}.friend-farm-modal{z-index:1100}.friend-farm-panel{max-width:1200px;width:95%;max-height:90vh;overflow-y:auto;border-radius:16px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;contain:layout style}.friend-farm-header{background:var(--surface-soft);color:var(--text);border-bottom:1px solid var(--border);padding:12px 18px;border-radius:16px 16px 0 0;display:flex;align-items:center;justify-content:space-between}.friend-farm-header-content{display:flex;align-items:center;gap:10px;flex:1}.friend-farm-title-row{display:flex;align-items:center;gap:6px}.friend-farm-title-row h2{margin:0;font-size:16px;font-weight:750;color:var(--text)}.friend-farm-icon{font-size:16px}.friend-farm-title-info{display:flex;flex-direction:column;gap:1px}.friend-farm-title-stats{display:flex;gap:10px}.friend-farm-title-stats .friend-farm-stat{font-size:12px;color:var(--text-secondary)}.friend-farm-header .friend-farm-avatar-wrap{position:relative;flex-shrink:0}.friend-farm-header .friend-farm-avatar{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;border:2px solid #7cb342;overflow:hidden}.friend-farm-header .friend-farm-avatar img{width:100%;height:100%;object-fit:cover}.friend-farm-header .online-status-dot{border-color:#8bc34a}.friend-farm-header .modal-close-btn{color:var(--text);background:var(--surface)}.friend-farm-header .modal-close-btn:hover{background:var(--surface-muted)}@keyframes farm-icon-sway{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.friend-farm-body{padding:16px;background:var(--surface);border-radius:0 0 16px 16px}.friend-farm-loading,.friend-farm-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:#999}.friend-farm-error-icon{font-size:48px}.friend-farm-retry-btn{padding:8px 20px;border:none;border-radius:6px;background:#ffb6c1;color:#fff;cursor:pointer;font-size:14px;transition:all .2s ease}.friend-farm-retry-btn:hover{background:#ffa0b0}.friend-farm-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:12px;margin-bottom:12px;contain:layout style paint}.friend-plot{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;isolation:isolate;border-radius:10px;border:1px solid rgba(85,55,18,.32);background:linear-gradient(180deg,#c9a46c,#ba8d52 38%,#a97c42 70%,#966c36);box-shadow:inset 0 1px #fff5d247,inset 2px 0 4px -2px #280e0024,inset -2px 0 4px -2px #280e0024,inset 0 -3px #280e0038,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a;cursor:default;min-height:0;overflow:visible;container-type:inline-size;contain:layout style;transition:all .15s ease}.friend-plot.has-crop{border-color:#5537124d;background:linear-gradient(180deg,#ba985c,#ac8446 38%,#9c743c 70%,#8c6434)}.friend-plot.is-ready{border-color:#5a8c3c73;background:linear-gradient(180deg,#c9a46c,#ba8d52 38%,#a97c42 70%,#966c36);box-shadow:inset 0 1px #fff5d247,inset 0 -3px #280e0038,0 0 0 2px #8cc8644d,0 1px 1px #280e0029,0 3px 6px #280e002e,0 8px 14px #280e001a}.friend-plot .crop-mature,.friend-plot .ready-text,.friend-plot .crop-tile{animation:none!important}.friend-plot .crop-mature:before,.friend-plot .crop-mature:after{display:none!important}.friend-plot.is-ready:not(.has-stolen){cursor:pointer}.friend-plot.is-ready:not(.has-stolen):hover{box-shadow:inset 0 1px #fff8dc57,0 0 0 2px #ffdc7866,0 2px 2px #280e001f,0 6px 12px #280e0033,0 14px 24px #280e001f}.friend-plot.is-ready.has-stolen{animation:none;background:linear-gradient(180deg,#c0b090,#b0a080,#a09070);opacity:.65}.friend-plot.is-ready.has-stolen .crop-emoji{filter:grayscale(.6)}.friend-plot.need-water{border-color:#508cb480;background:linear-gradient(180deg,#c4a878,#b49458 38%,#a48448 70%,#94743c);border-style:solid}.friend-plot.locked{border-color:#64645a59;border-style:dashed;background:repeating-linear-gradient(-45deg,#b4b4aa33,#b4b4aa33 6px,#c8c8be59 6px,#c8c8be59 12px),#ddd8cc;color:#666}.friend-plot.quality-red{border-color:#a0504652;background:linear-gradient(180deg,#d4a89a,#c49486 38%,#b48476 70%,#a4746c);--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.22 0 0 0 0 0.08 0 0 0 0 0.05 0 0 0 0.4 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");--soil-till: rgba(70, 18, 12, .045);--soil-till-gap: rgba(255, 220, 210, .03);--soil-vignette: rgba(55, 12, 8, .18)}.friend-plot.quality-black{border:1px solid rgba(150,130,80,.32);background:linear-gradient(180deg,#5c5348,#4c443c 38%,#3c3630 70%,#302a24);color:#3a3228;box-shadow:inset 0 1px #ffe6aa1a,inset 0 -3px #0000004d,0 2px 5px #00000038;--soil-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.10 0 0 0 0 0.08 0 0 0 0 0.04 0 0 0 0.48 0'/%3E%3C/filter%3E%3Crect width='32' height='32' filter='url(%23n)' opacity='0.38'/%3E%3C/svg%3E");--soil-till: rgba(20, 12, 4, .07);--soil-till-gap: rgba(255, 230, 160, .025);--soil-vignette: rgba(0, 0, 0, .32)}.friend-plot.quality-black.has-crop{background:linear-gradient(180deg,#524a40,#423c34 38%,#36302a 70%,#2a2620)}.friend-plot.quality-black.is-ready{background:linear-gradient(180deg,#5c5348,#4c443c 38%,#3c3630 70%,#302a24)}[data-theme=dark] .friend-plot{border-color:#787d8c52;isolation:isolate;background:radial-gradient(ellipse at 30% 20%,rgba(110,120,150,.08),transparent 50%),linear-gradient(165deg,#2e2f36,#232429,#1a1b1f);box-shadow:inset 0 1px #c8d2e61f,inset 2px 0 4px -2px #00000059,inset -2px 0 4px -2px #00000059,inset 0 -3px #00000073,0 1px 1px #0000004d,0 3px 6px #00000052,0 8px 14px #0003}[data-theme=dark] .friend-plot.has-crop{border-color:#787d8c4d;background:radial-gradient(ellipse at 50% 80%,rgba(100,180,150,.08),transparent 55%),linear-gradient(165deg,#2c2d34,#22232a,#191a1e)}[data-theme=dark] .friend-plot.is-ready{border-color:#a0dc7866;background:radial-gradient(ellipse at 30% 20%,rgba(110,120,150,.1),transparent 50%),linear-gradient(165deg,#2e2f36,#232429,#1a1b1f);box-shadow:inset 0 1px #c8c8d21a,0 0 0 2px #8ce6784d}[data-theme=dark] .friend-plot.is-ready:not(.has-stolen):hover{box-shadow:inset 0 1px #c8b4ff2e,0 0 0 2px #a082ff66,0 4px 12px #5032b440}[data-theme=dark] .friend-plot.is-ready.has-stolen{background:radial-gradient(ellipse at 30% 20%,rgba(100,100,140,.1),transparent 50%),linear-gradient(165deg,#3a3650,#2e2a44,#242038)}[data-theme=dark] .friend-plot.need-water{border-color:#64b4ff73;background:radial-gradient(ellipse at 30% 20%,rgba(120,140,220,.1),transparent 50%),linear-gradient(165deg,#343058,#282246,#1c1832)}[data-theme=dark] .friend-plot.locked{border-color:#8c78c84d;background:repeating-linear-gradient(-45deg,#50467840,#50467840 6px,#645a9633 6px,#645a9633 12px),#1e1a30;color:#909399}[data-theme=dark] .friend-plot.quality-red{border-color:#dc78964d;background:radial-gradient(ellipse at 30% 20%,rgba(255,130,150,.12),transparent 50%),linear-gradient(160deg,#7a4860,#6a3850,#5a2c44)}[data-theme=dark] .friend-plot.quality-black{border:1px solid rgba(200,170,80,.3);background:radial-gradient(ellipse at 40% 30%,rgba(200,180,100,.1),transparent 45%),linear-gradient(145deg,#3a3448,#2e283c,#221c30);color:#ffe9a8;box-shadow:inset 0 0 0 1px #ffdc780f,0 2px 4px #0003}[data-theme=dark] .friend-plot.quality-black.has-crop,[data-theme=dark] .friend-plot.quality-black.is-ready{background:radial-gradient(ellipse at 40% 30%,rgba(200,180,100,.1),transparent 45%),linear-gradient(145deg,#3a3448,#2e283c,#221c30)}[data-theme=dark] .friend-plot .timer{color:#dcdcffd9}[data-theme=dark] .friend-plot .ready-text{color:#9ed48a}[data-theme=dark] .friend-plot .empty{color:#c8beff73}.friend-plot .crop-emoji{line-height:1;opacity:.85}.friend-plot .crop-tile{font-size:46cqi;filter:drop-shadow(0 1px 1px rgba(45,18,0,.28))}.friend-plot .timer{font-size:clamp(6px,1.2vw,11px);color:#3c280acc;margin-top:1px}.friend-plot .ready-text{font-size:clamp(6px,1.2vw,11px);color:#2f6b3a;font-weight:600;margin-top:1px}.friend-plot .empty{font-size:clamp(10px,2vw,18px);color:#5a3c1473}.friend-plot .locked-plot-icon{font-size:clamp(8px,1.6vw,14px)}.friend-plot .locked-plot-dot{width:6px;height:6px}.friend-plot .locked-plot-level{font-size:clamp(5px,1vw,8px);color:#999;margin-top:1px}.land-quality-badge{position:absolute;top:-4px;left:50%;transform:translate(-50%);font-size:8px;padding:1px 4px;border-radius:4px;background:#ffffffe6;white-space:nowrap}.land-quality-badge.red{color:#dc3545;border:1px solid rgba(220,53,69,.3)}.friend-farm-footer{display:flex;gap:12px;justify-content:center;padding-top:8px;border-top:1px dashed #e8e8e8}.robbery-section-title{font-size:13px;font-weight:700;color:#475569;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.robbery-record-item{padding:10px 12px!important}.robbery-record-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.robbery-result-success{font-size:12px;font-weight:600;color:#16a34a;background:#dcfce7;padding:1px 8px;border-radius:10px}.robbery-result-failed{font-size:12px;font-weight:600;color:#dc2626;background:#fef2f2;padding:1px 8px;border-radius:10px}.robbery-amount{font-size:13px;font-weight:700;color:#16a34a}.robbery-amount-lose{color:#dc2626}.robbery-record-detail{font-size:12px;color:#64748b;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.robbery-record-time{margin-left:auto;font-size:11px;color:#909399}[data-theme=dark] .robbery-section-title{color:#909399;border-bottom-color:#414244}[data-theme=dark] .robbery-record-item{background:#3a3b3d;border-color:#414244}[data-theme=dark] .robbery-result-success{background:#67c23a26;color:#67c23a}[data-theme=dark] .robbery-result-failed{background:#f56c6c26;color:#f56c6c}[data-theme=dark] .robbery-amount{color:#67c23a}[data-theme=dark] .robbery-amount-lose{color:#f56c6c}[data-theme=dark] .robbery-record-detail,[data-theme=dark] .robbery-record-time{color:#909399}.info-bar-friends{width:100%;flex-shrink:0;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.info-bar-friends:hover{background:var(--surface-hover, #f0fdf4);box-shadow:var(--shadow-sm)}.friends-header-row{display:flex;flex-direction:column;align-items:center;gap:4px;flex-wrap:nowrap;overflow:hidden}.friends-header-row h2{font-size:13px;font-weight:700;color:#15803d;white-space:nowrap}.friends-emoji{font-size:20px;flex-shrink:0;text-align:center}.friends-count-text{font-size:10px;color:#16a34a;white-space:nowrap;font-weight:600;text-align:center;display:block}.friends-pending-badge{font-size:10px;font-weight:700;color:#fff;background:#ef4444;border-radius:10px;padding:1px 6px;min-width:18px;text-align:center;line-height:1.4;flex-shrink:0}[data-theme=dark] .info-bar-friends:hover{background:#3a3b3d}[data-theme=dark] .info-bar-invite:hover{background:#3a3020}[data-theme=dark] .friends-header-row h2{color:#e0e0e0}[data-theme=dark] .friends-count-text{color:#909399}.walking-pet{position:fixed;pointer-events:auto;cursor:pointer;user-select:none;-webkit-user-select:none;z-index:9999;transition:filter .2s ease;will-change:transform,left,top}.walking-pet:hover{filter:brightness(1.2) drop-shadow(0 4px 12px rgba(255,200,0,.4))}.walking-pet.hovered{filter:brightness(1.3) drop-shadow(0 6px 16px rgba(255,200,0,.6));transform:scale(1.1)}.walking-pet.hovered .walking-pet-name{font-weight:700;color:var(--primary, #6366f1)}.walking-pet:active{transform:scale(.9)}@keyframes petWalkBounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-4px) rotate(-3deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-4px) rotate(3deg)}}.walking-pet.walking{animation:petWalkBounce .4s ease-in-out infinite}.walking-pet[data-direction=left]{transform:scaleX(-1)}.walking-pet[data-direction=right]{transform:scaleX(1)}@keyframes petEnter{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.2) rotate(10deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes petExit{0%{transform:scale(1) rotate(0);opacity:1}40%{transform:scale(1.2) rotate(-10deg);opacity:1}to{transform:scale(0) rotate(180deg);opacity:0}}.walking-pet.entering{animation:petEnter .5s cubic-bezier(.34,1.56,.64,1) forwards}.walking-pet.exiting{animation:petExit .3s cubic-bezier(.36,0,.66,-.56) forwards}.walking-pet:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:70%;height:8px;background:radial-gradient(ellipse,rgba(0,0,0,.2) 0%,transparent 70%);border-radius:50%;pointer-events:none}[data-theme=dark] .walking-pet:hover{filter:brightness(1.3) drop-shadow(0 4px 16px rgba(255,200,0,.5))}[data-theme=dark] .walking-pet:after{background:radial-gradient(ellipse,rgba(0,0,0,.4) 0%,transparent 70%)}@media(max-width:720px){.walking-pet{transform:scale(.85)}.walking-pet:hover{transform:scale(.9)}}.walking-pet-bubble{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px 10px;font-size:12px;color:var(--text);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;box-shadow:var(--shadow-sm)}.walking-pet:hover .walking-pet-bubble{opacity:1}@keyframes petHappy{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.walking-pet.happy{animation:petHappy .6s ease-in-out}.walking-pet-particle{position:absolute;width:6px;height:6px;background:var(--primary);border-radius:50%;pointer-events:none;opacity:0}@keyframes particleFade{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--tx),var(--ty)) scale(0)}}.slots-game-area{--slots-bg: #fffbfd;--slots-machine: #fefcf9;--slots-gold: #f0c050;--slots-gold-dark: #e0a830;--slots-gold-light: #f8d878;--slots-panel: #fff;--slots-text: #6b5a48;--slots-text-sub: #c8b8a5;--slots-accent: #f0c050;--slots-reel-bg: #fdfbf8;--slots-reel-border: #e8d8c4;--slots-card-bg: #fff;--slots-card-border: #ece0d0;--slots-cell-w: 64px;--slots-cell-h: 58px}[data-theme=dark] .slots-game-area{--slots-bg: #1a0a2e;--slots-machine: #2d1b4e;--slots-gold: #f0c040;--slots-gold-dark: #c49a20;--slots-gold-light: #ffe8a0;--slots-panel: #1e1035;--slots-text: #f5e6d0;--slots-text-sub: #8877aa;--slots-accent: #e84060;--slots-reel-bg: #0d0520;--slots-reel-border: #4a3070;--slots-card-bg: rgba(30, 16, 53, .6);--slots-card-border: #3a2860;background-image:none}.slots-game-area{display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px 15px 6px;overflow-y:auto;width:100%;background:var(--slots-bg);background-image:radial-gradient(circle,#f0e0d0 .8px,transparent .8px);background-size:22px 22px;min-height:100%;box-sizing:border-box}.slots-machine-frame{background:var(--slots-machine);background-image:linear-gradient(180deg,#fefcf9,#fdf8f2,#fcf5ec);border-radius:20px;padding:12px 14px 14px;position:relative;overflow:visible;box-shadow:0 8px 30px #c8aa781a,0 0 0 2.5px #e8d8c4,0 0 0 5.5px #e0d0b8,inset 0 2px #fffffff2;flex-shrink:0;width:100%;max-width:410px}.slots-machine-frame:before{content:"★";position:absolute;top:-7px;right:18px;font-size:12px;color:#f0c050;opacity:.5;animation:slotsDecoFloat 3s ease-in-out infinite;pointer-events:none;z-index:10}.slots-machine-frame:after{content:"◆";position:absolute;bottom:-5px;left:18px;font-size:8px;color:#f0c050;opacity:.4;animation:slotsDecoFloat 3.5s ease-in-out infinite reverse;pointer-events:none;z-index:10}@keyframes slotsDecoFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(8deg)}}[data-theme=dark] .slots-machine-frame{background-image:linear-gradient(180deg,#3d2060,#251540,#1a0d30 60%,#2d1848);box-shadow:0 12px 40px #00000080,0 0 0 3px #5a3880,0 0 0 6px #2d1848,0 0 30px #a064dc33,inset 0 2px #ffffff0a}[data-theme=dark] .slots-machine-frame:before,[data-theme=dark] .slots-machine-frame:after{display:none}[data-theme=dark] .slots-light-row:before{display:none}.slots-light-row{display:flex;justify-content:center;gap:7px;margin-bottom:10px;flex-wrap:wrap;position:relative;padding:4px 0}.slots-light-row:before{content:"✿";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:#f0c050;opacity:.35;pointer-events:none}.slots-light-bulb{width:10px;height:10px;border-radius:50%;background:#e8dcc8;box-shadow:0 0 3px #c8aa7814;transition:all .15s ease;position:relative}.slots-light-bulb:after{content:"";position:absolute;top:1.5px;left:2.5px;width:4px;height:4px;border-radius:50%;background:#fff9}.slots-light-bulb.on{background:#f0c050;box-shadow:0 0 8px #f0c050,0 0 16px #e0a830}.slots-machine-frame.is-spinning .slots-light-bulb{animation:slotsBulbRun .8s ease-in-out infinite}.slots-machine-frame.is-spinning .slots-light-bulb:nth-child(2n){animation-delay:.4s}.slots-machine-frame.is-win .slots-light-bulb{animation:slotsBulbFlash .25s ease-in-out 8}@keyframes slotsBulbRun{0%,to{background:#e8dcc8;box-shadow:0 0 3px #c8aa7814}50%{background:#f0c050;box-shadow:0 0 8px #f0c050,0 0 16px #e0a830}}[data-theme=dark] .slots-machine-frame.is-spinning .slots-light-bulb{animation:slotsBulbRunDark .8s ease-in-out infinite}[data-theme=dark] .slots-machine-frame.is-spinning .slots-light-bulb:nth-child(2n){animation-delay:.4s}@keyframes slotsBulbRunDark{0%,to{background:#444;box-shadow:0 0 4px #00000080}50%{background:#f0c040;box-shadow:0 0 12px #f0c040,0 0 24px #c49a20}}@keyframes slotsBulbFlash{0%,to{background:#f0c050;box-shadow:0 0 8px #f0c050,0 0 16px #e0a830}50%{background:#f8e088;box-shadow:0 0 14px #f8e088,0 0 28px #f0c050}}[data-theme=dark] .slots-machine-frame.is-win .slots-light-bulb{animation:slotsBulbFlashDark .25s ease-in-out 8}.slots-machine-frame.is-free-spin{border-color:#f0c050;box-shadow:0 0 20px #f0c05033,0 0 40px #f0c0500f;animation:slotsFreeFrameGlow 2s ease-in-out infinite}[data-theme=dark] .slots-machine-frame.is-free-spin{box-shadow:0 0 30px #ffd70066,0 0 60px #ffd70026}.slots-machine-frame.is-free-spin .slots-light-bulb{background:#f0c050;box-shadow:0 0 6px #f0c050;animation:slotsFreeBulbPulse 1s ease-in-out infinite}@keyframes slotsFreeFrameGlow{0%,to{box-shadow:0 0 20px #f0c05033,0 0 40px #f0c0500f}50%{box-shadow:0 0 28px #f0c0504d,0 0 55px #f0c0501f}}@keyframes slotsFreeBulbPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slotsBulbFlashDark{0%,to{background:#f0c040;box-shadow:0 0 12px #f0c040,0 0 24px #c49a20}50%{background:#ffe8a0;box-shadow:0 0 20px #ffe8a0,0 0 40px #f0c040}}.slots-reel-container{background:var(--slots-reel-bg);border-radius:14px;padding:10px 8px;position:relative;box-shadow:inset 0 4px 16px #b496640f,0 0 0 2px var(--slots-reel-border),0 0 0 5px #f0c05014;overflow:hidden}[data-theme=dark] .slots-reel-container{box-shadow:inset 0 4px 16px #000000b3,0 0 0 2px var(--slots-reel-border),0 0 0 5px #1a0d30}.slots-reel-container:before,.slots-reel-container:after{content:"";position:absolute;left:0;right:0;height:30px;z-index:5;pointer-events:none}.slots-reel-container:before{top:0;background:linear-gradient(to bottom,rgba(253,251,248,.9) 0%,transparent 100%);border-radius:14px 14px 0 0}.slots-reel-container:after{bottom:0;background:linear-gradient(to top,rgba(253,251,248,.9) 0%,transparent 100%);border-radius:0 0 14px 14px}[data-theme=dark] .slots-reel-container:before{background:linear-gradient(to bottom,rgba(13,5,32,.9) 0%,transparent 100%)}[data-theme=dark] .slots-reel-container:after{background:linear-gradient(to top,rgba(13,5,32,.9) 0%,transparent 100%)}.slots-stealth .slots-reel-container:before{background:linear-gradient(to bottom,rgba(48,49,51,.9) 0%,transparent 100%)}.slots-stealth .slots-reel-container:after{background:linear-gradient(to top,rgba(48,49,51,.9) 0%,transparent 100%)}.slots-reel{display:flex;gap:5px;justify-content:center;position:relative;z-index:3}.slots-reel-column{width:64px;height:var(--slots-col-h, 174px);overflow:hidden;position:relative;border-radius:10px;background:linear-gradient(180deg,#fefdfb,#faf6f0);border:1.5px solid #e8dcc8;box-shadow:inset 0 0 10px #c8aa780a}[data-theme=dark] .slots-reel-column{background:linear-gradient(180deg,#150830,#0a0418);border-color:#2a1850}.slots-reel-strip{position:absolute;top:0;left:0;width:100%;will-change:transform}.slots-reel-cell{display:flex;align-items:center;justify-content:center;width:54px;height:54px;box-sizing:border-box;margin:0 0 4px;font-size:25px;line-height:1;background:transparent;border:2px solid transparent;box-shadow:none;border-radius:6px;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden;flex-shrink:0}.slots-reel-cell.low{opacity:.4;filter:grayscale(.6)}[data-theme=dark] .slots-reel-cell.low{opacity:.35;filter:grayscale(.7)}.slots-reel-cell.hit{border-color:#f0c050;background:linear-gradient(180deg,#fefcf5,#fdf5e8);box-shadow:inset 0 0 12px #f0c0501a,0 0 8px #f0c0501f;opacity:1;filter:none}[data-theme=dark] .slots-reel-cell.hit{background:linear-gradient(180deg,#2a1840,#1a0d30);box-shadow:inset 0 0 15px #f0c0404d,0 0 10px #f0c04066;opacity:1;filter:none}.slots-reel-cell.wild{border-color:#ff6b35;background:linear-gradient(180deg,#fff0e8,#ffe0d0);box-shadow:inset 0 0 12px #ff6b3533}.slots-reel-cell.scatter{border-color:#f44;background:linear-gradient(180deg,#ffe8e8,#ffd0d0);box-shadow:inset 0 0 12px #f443}.slots-win-line{position:absolute;left:8px;right:8px;height:calc(var(--slots-col-h, 174px) / 3);z-index:4;pointer-events:none;border-radius:6px;opacity:0;transition:opacity .3s ease}.slots-win-line.top{top:10px}.slots-win-line.mid{top:calc(10px + var(--slots-col-h, 174px) / 3)}.slots-win-line.bottom{top:calc(10px + var(--slots-col-h, 174px) / 3 * 2)}.slots-win-line.active{opacity:1;box-shadow:inset 0 0 20px #f0c05026,0 0 12px #f0c0501f;animation:slotsWinLineGlow .5s ease-in-out infinite alternate}[data-theme=dark] .slots-win-line.active{box-shadow:inset 0 0 25px #ffd70066,0 0 15px #ffd7004d;animation:slotsWinLineGlowDark .5s ease-in-out infinite alternate}@keyframes slotsWinLineGlow{0%{box-shadow:inset 0 0 15px #f0c05014,0 0 8px #f0c0500f}to{box-shadow:inset 0 0 25px #f0c05038,0 0 18px #f0c0502e}}@keyframes slotsWinLineGlowDark{0%{box-shadow:inset 0 0 20px #ffd7004d,0 0 10px #ffd70033}to{box-shadow:inset 0 0 35px #ffd70099,0 0 25px #ffd70080}}.slots-result-bar{text-align:center;font-weight:700;font-size:13px;min-height:55px;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;border-radius:8px;padding:6px 10px;transition:all .3s ease}.slots-result-bar.idle{color:var(--slots-text)}.slots-result-bar.spinning{color:var(--slots-gold);animation:slotsPulse 1s ease-in-out infinite}.slots-result-bar.win{color:var(--slots-gold-dark);background:#f0c05014;border:1px solid rgba(240,192,80,.18);text-shadow:none;animation:slotsResultPop .4s ease-out;flex-direction:column;gap:0}.slots-result-summary{text-align:center}.slots-result-detail{width:100%;text-align:left;font-size:11px;font-weight:500;color:var(--slots-text);opacity:0;padding-top:0;border-top:none;word-break:break-all;line-height:1.5;max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,padding-top .3s ease}.slots-result-detail.show{opacity:.85;padding-top:4px;border-top:1px dashed rgba(240,192,80,.2);max-height:80px}.slots-result-hint{cursor:help;font-size:12px;opacity:.6;flex-shrink:0}.slots-stealth .slots-result-hint{display:none}.slots-result-bar.lose{color:var(--slots-text-sub);background:#00000008}.slots-result-bar.jackpot{color:#d4a010;background:#f0c0501a;border:1px solid rgba(240,192,80,.3);text-shadow:0 0 15px rgba(240,192,80,.4),0 0 30px rgba(240,192,80,.2);font-size:15px;animation:slotsJackpotShake .3s ease-in-out 3}@keyframes slotsPulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes slotsResultPop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes slotsJackpotShake{0%,to{transform:translate(0)}25%{transform:translate(-5px) rotate(-2deg)}75%{transform:translate(5px) rotate(2deg)}}.slots-win-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;pointer-events:none;animation:slotsWinPopupIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}.slots-win-popup-inner{background:linear-gradient(135deg,#fffef8,#fdf8ec);border:2px solid #f0c050;border-radius:16px;padding:16px 30px;text-align:center;box-shadow:0 8px 32px #f0c05040,0 2px 8px #00000014,0 0 40px #f0c0501f,inset 0 0 20px #f0c0500f;position:relative;z-index:2}[data-theme=dark] .slots-win-popup-inner{background:linear-gradient(135deg,#140a28f2,#28143cf2);box-shadow:0 0 30px #f0c04066,0 0 60px #f0c04033,inset 0 0 20px #f0c0401a}.slots-win-popup-label{font-size:16px;font-weight:800;color:#e0a830;text-shadow:0 0 10px rgba(240,192,80,.2);margin-bottom:6px}[data-theme=dark] .slots-win-popup-label{text-shadow:0 0 15px rgba(240,192,64,.6)}.slots-win-popup-multiplier{font-size:28px;font-weight:900;color:#e0a830;text-shadow:0 0 15px rgba(240,192,80,.25)}.slots-win-popup-amount{font-size:14px;color:#555;font-weight:600}.slots-win-popup-bet{font-size:12px;color:#999;margin-top:2px}.slots-win-popup-num{font-size:22px;font-weight:900;color:#e0a830;text-shadow:0 0 12px rgba(240,192,80,.2);margin:0 2px}[data-theme=dark] .slots-win-popup-num{text-shadow:0 0 20px rgba(240,192,64,.6)}[data-theme=dark] .slots-win-popup-multiplier{text-shadow:0 0 25px rgba(240,192,64,.7)}[data-theme=dark] .slots-win-popup-bet{color:#aaa}.slots-win-popup.jackpot .slots-win-popup-inner{border-color:#f44;box-shadow:0 0 30px #ff444480,0 0 60px #ff44444d,inset 0 0 20px #ff444426;animation:slotsJackpotGlow .5s ease-in-out infinite alternate}.slots-win-popup.jackpot .slots-win-popup-label{color:#f44;text-shadow:0 0 20px rgba(255,68,68,.9)}.slots-win-popup.jackpot .slots-win-popup-num,.slots-win-popup.jackpot .slots-win-popup-multiplier{color:#f66;text-shadow:0 0 25px rgba(255,100,100,.9)}.slots-win-popup.epic .slots-win-popup-inner{border-color:#f44;box-shadow:0 0 25px #f446,0 0 50px #f443}.slots-win-popup.super .slots-win-popup-inner{border-color:#f0c050;box-shadow:0 8px 32px #f0c0504d,0 2px 8px #00000014,0 0 50px #f0c05026}[data-theme=dark] .slots-win-popup.super .slots-win-popup-inner{border-color:gold;box-shadow:0 0 25px #ffd70066,0 0 50px #ffd70033}@keyframes slotsWinPopupIn{0%{transform:translate(-50%,-50%) scale(.3);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes slotsJackpotGlow{0%{box-shadow:0 0 30px #ff444480,0 0 60px #ff44444d}to{box-shadow:0 0 50px #ff4444b3,0 0 100px #ff960066}}.slots-confetti{position:absolute;width:8px;height:8px;border-radius:50%;top:50%;left:50%;z-index:1;pointer-events:none;opacity:0}.slots-confetti:nth-child(2){background:#f44;animation:slotsConfetti1 1s .05s ease-out forwards}.slots-confetti:nth-child(3){background:gold;animation:slotsConfetti2 1.1s .1s ease-out forwards}.slots-confetti:nth-child(4){background:#4f4;animation:slotsConfetti3 .9s .08s ease-out forwards}.slots-confetti:nth-child(5){background:#48f;animation:slotsConfetti4 1s .12s ease-out forwards}.slots-confetti:nth-child(6){background:#f4f;animation:slotsConfetti5 1.1s .03s ease-out forwards}.slots-confetti:nth-child(7){background:#f80;animation:slotsConfetti6 .9s .15s ease-out forwards}.slots-confetti:nth-child(8){background:#4ff;animation:slotsConfetti7 1s .07s ease-out forwards}.slots-confetti:nth-child(9){background:#f44;animation:slotsConfetti8 1.1s .11s ease-out forwards}.slots-confetti:nth-child(10){background:gold;animation:slotsConfetti9 .9s .06s ease-out forwards}.slots-confetti:nth-child(11){background:#8f4;animation:slotsConfetti10 1s .14s ease-out forwards}.slots-confetti:nth-child(12){background:#f4a;animation:slotsConfetti11 1.1s .09s ease-out forwards}.slots-confetti:nth-child(13){background:#4af;animation:slotsConfetti12 .9s .04s ease-out forwards}.slots-confetti:nth-child(14){background:#fa4;animation:slotsConfetti13 1s .13s ease-out forwards}.slots-confetti:nth-child(15){background:#af4;animation:slotsConfetti14 1.1s .02s ease-out forwards}.slots-confetti:nth-child(16){background:#f48;animation:slotsConfetti15 .9s .16s ease-out forwards}.slots-confetti:nth-child(17){background:#8fc;animation:slotsConfetti16 1s .1s ease-out forwards}.slots-confetti:nth-child(18){background:#f84;animation:slotsConfetti17 1.1s .08s ease-out forwards}.slots-confetti:nth-child(19){background:#84f;animation:slotsConfetti18 .9s .12s ease-out forwards}.slots-confetti:nth-child(20){background:#4f8;animation:slotsConfetti19 1s .06s ease-out forwards}@keyframes slotsConfetti1{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(70px,-90px) scale(0)}}@keyframes slotsConfetti2{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(50px,-100px) scale(0)}}@keyframes slotsConfetti3{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(20px,-80px) scale(0)}}@keyframes slotsConfetti4{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-30px,-95px) scale(0)}}@keyframes slotsConfetti5{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-60px,-70px) scale(0)}}@keyframes slotsConfetti6{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-80px,-40px) scale(0)}}@keyframes slotsConfetti7{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-90px,10px) scale(0)}}@keyframes slotsConfetti8{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-70px,50px) scale(0)}}@keyframes slotsConfetti9{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-40px,80px) scale(0)}}@keyframes slotsConfetti10{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(10px,90px) scale(0)}}@keyframes slotsConfetti11{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(55px,75px) scale(0)}}@keyframes slotsConfetti12{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(85px,30px) scale(0)}}@keyframes slotsConfetti13{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(95px,-15px) scale(0)}}@keyframes slotsConfetti14{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(40px,-110px) scale(0)}}@keyframes slotsConfetti15{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-10px,-105px) scale(0)}}@keyframes slotsConfetti16{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-55px,-60px) scale(0)}}@keyframes slotsConfetti17{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-85px) scale(0)}}@keyframes slotsConfetti18{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-50px,70px) scale(0)}}@keyframes slotsConfetti19{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(30px,85px) scale(0)}}.slots-bet-section{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;flex-shrink:0}.slots-bet-label{font-size:13px;color:var(--slots-text);font-weight:600;letter-spacing:1px;white-space:nowrap}.slots-bet-options{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.slots-bet-option{padding:6px 14px;border-radius:20px;border:1.5px solid var(--slots-card-border);background:var(--slots-panel);color:var(--slots-text);cursor:pointer;font-weight:700;font-size:12px;transition:all .2s ease;white-space:nowrap}.slots-bet-option:hover:not(:disabled){border-color:#f0c050;color:#e0a830;box-shadow:0 2px 10px #f0c0501f;transform:translateY(-1px)}[data-theme=dark] .slots-bet-option:hover:not(:disabled){box-shadow:0 0 10px #f0c04040}.slots-bet-option:active:not(:disabled){transform:scale(.95)}.slots-bet-option.active{background:linear-gradient(135deg,#fef8ec,#fdf2dc);border-color:#f0c050;color:#e0a830;box-shadow:0 0 10px #f0c05026;font-weight:800}[data-theme=dark] .slots-bet-option.active{background:linear-gradient(135deg,#5a3090,#3d1d60);box-shadow:0 0 14px #f0c04059,inset 0 1px #ffffff1a}.slots-bet-option:disabled{opacity:.4;cursor:not-allowed}.slots-action-buttons{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;flex-shrink:0}.slots-spin-btn{padding:12px 32px;border-radius:24px;border:none;cursor:pointer;font-weight:800;font-size:16px;letter-spacing:2px;background:linear-gradient(135deg,#f8d878,#f0c050 40%,#e0a830);color:#fff;text-shadow:0 1px 3px rgba(140,100,20,.3);box-shadow:0 6px 20px #f0c05059,0 0 0 2px #f8e088,0 0 0 5px #e0a830,inset 0 2px #ffffff59;transition:all .2s ease;flex:1;max-width:260px;position:relative;overflow:hidden}.slots-spin-btn:after{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:skew(-20deg);animation:slotsBtnShine 3s ease-in-out infinite;pointer-events:none}@keyframes slotsBtnShine{0%,to{left:-60%}50%{left:120%}}.slots-spin-btn:hover:not(:disabled){background:linear-gradient(135deg,#f8e088,#f8d878 40%,#f0c050);box-shadow:0 8px 25px #f0c05073,0 0 0 2px #fef0b0,0 0 0 5px #e0a830,inset 0 2px #fff6;transform:translateY(-2px)}.slots-spin-btn:active:not(:disabled){transform:scale(.95);transition:transform .08s ease}.slots-spin-btn:disabled{background:#e8dcc8;cursor:not-allowed;box-shadow:0 4px 10px #0000000f,0 0 0 2px #e8dcc8,0 0 0 4px #d8ccb8;color:#b8a898;text-shadow:none}.slots-spin-btn.respin{background:linear-gradient(135deg,#c8a8e8,#a880d0 40%,#9068c0);box-shadow:0 6px 20px #a078c84d,0 0 0 2px #d8c0f0,0 0 0 5px #9068c0}.slots-spin-btn.free{background:linear-gradient(135deg,#f8d878,#f0c050 40%,#e0a830);box-shadow:0 6px 20px #f0c05059,0 0 0 2px #f8e088,0 0 0 5px #e0a830}[data-theme=dark] .slots-spin-btn:disabled{background:#555;box-shadow:0 4px 10px #0006,0 0 0 2px #666,0 0 0 4px #333;color:#999}[data-theme=dark] .slots-spin-btn.respin{background:linear-gradient(180deg,gold,#ff9500,#c70);box-shadow:0 6px 20px #ff950080,0 0 0 2px #ffe066,0 0 0 5px #806000}.spin-btn-icon{font-size:18px;vertical-align:middle;margin-right:2px}.slots-auto-btn{padding:12px 20px;border-radius:24px;border:2px solid var(--slots-card-border);background:var(--slots-panel);color:var(--slots-text);cursor:pointer;font-weight:700;font-size:14px;transition:all .2s ease}.slots-auto-btn:hover{border-color:var(--slots-gold);color:var(--slots-gold-light)}.slots-auto-btn.active{border-color:#f44;color:#f66;background:#ff44441a}.slots-auto-options{display:flex;gap:5px;justify-content:center;flex-wrap:wrap;flex-shrink:0}.slots-auto-option{padding:5px 12px;border-radius:14px;border:1px solid var(--slots-card-border);background:var(--slots-card-bg);color:var(--slots-text);cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease}.slots-auto-option:hover{border-color:var(--slots-gold);color:var(--slots-gold-light);box-shadow:0 0 8px #f0c04033}.slots-particle-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:200;overflow:hidden}.slots-coin-particle{position:absolute;font-size:2rem;animation:slotsCoinFall 1.5s ease-in forwards;pointer-events:none}@keyframes slotsCoinFall{0%{opacity:1;transform:translateY(-40px) rotate(0) scale(1)}60%{opacity:1}to{opacity:0;transform:translateY(100vh) rotate(720deg) scale(.3)}}.slots-stats-section{display:flex;flex-direction:column;gap:10px;width:100%}.slots-stat-card{background:var(--slots-card-bg);border-radius:12px;padding:12px;border:1px solid var(--slots-card-border)}.slots-stat-card h5{margin:0 0 8px;font-size:14px;color:var(--slots-gold);display:flex;align-items:center;gap:6px}.slots-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.slots-stat-item{display:flex;flex-direction:column;gap:2px}.slots-stat-item .stat-label{font-size:11px;color:var(--slots-text-sub)}.slots-stat-item .stat-value{font-size:15px;font-weight:700;color:var(--slots-text)}.slots-stat-item .stat-value.positive{color:#e0a830}.slots-stat-item .stat-value.negative{color:#f87171}.slots-chart-wrap{width:100%;height:220px;position:relative}.slots-chart-wrap canvas{width:100%!important;height:100%!important}.slots-history-section{display:flex;flex-direction:column;gap:6px;width:100%}.slots-history-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--slots-card-bg);border-radius:8px;border:1px solid var(--slots-card-border);font-size:13px}.slots-history-item .history-left{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.slots-history-item .history-bet{font-size:11px;color:var(--slots-text-sub)}.slots-history-item .history-bet.history-free{color:#e0a830;font-weight:700}.slots-history-item .history-right{display:flex;gap:8px;align-items:center}.slots-history-item .history-multiplier{font-size:12px;font-weight:700;color:#e0a830}[data-theme=dark] .slots-history-item .history-multiplier{color:gold}.slots-history-item .history-time{font-size:11px;color:var(--slots-text-sub)}.slots-history-item .history-result{font-weight:600}.slots-history-item .history-amount{font-weight:700}.slots-history-item .history-amount.win{color:#e0a830}[data-theme=dark] .slots-history-item .history-amount.win{color:#34d058}.slots-history-item .history-amount.lose{color:var(--slots-text-sub)}.slots-help-section{display:flex;flex-direction:column;gap:12px;width:100%}.slots-help-card{background:var(--slots-card-bg);border-radius:12px;padding:12px;border:1px solid var(--slots-card-border)}.slots-help-card h5{margin:0 0 8px;font-size:14px;color:var(--slots-gold);display:flex;align-items:center;gap:6px}.slots-help-card p{margin:0 0 6px;font-size:13px;color:var(--slots-text);line-height:1.5}.slots-prob-table,.slots-payout-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:6px}.slots-prob-table th,.slots-payout-table th{background:#5a38804d;color:var(--slots-gold);padding:6px 8px;text-align:center;font-weight:600;border:1px solid var(--slots-card-border)}.slots-prob-table td,.slots-payout-table td{padding:5px 8px;text-align:center;color:var(--slots-text);border:1px solid var(--slots-card-border)}.slots-payout-table .symbol-cell{font-size:18px}.slots-disclaimer{margin-top:12px;padding:10px 14px;background:#f5f5f5;border-radius:8px;border:1px solid #e8e8e8;font-size:11px;color:#999;line-height:1.6;text-align:center}[data-theme=dark] .slots-disclaimer{background:#252528;color:#999;border-color:#333}.slots-bottom-disclaimer{padding:16px;font-size:10px;color:#94a3b8;text-align:center;background:#f8fafc;border-top:1px solid #f1f5f9;line-height:1.6;margin-top:20px}.slots-bottom-disclaimer p{margin:0;padding:0}.slots-bottom-disclaimer p:first-child{font-weight:600;margin-bottom:4px}[data-theme=dark] .slots-bottom-disclaimer{background:#1a1a1c;border-color:#2a2a2d;color:#666}.slots-multiplier-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;background:linear-gradient(135deg,#f0c050,#e0a830);color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 2px rgba(140,100,20,.2)}.slots-free-spins-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;background:linear-gradient(135deg,#c8a8e8,#a880d0);color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 2px rgba(100,60,160,.2)}.slots-free-banner{margin:0 12px 6px;animation:slotsFreeBannerPulse 1.5s ease-in-out infinite}.slots-free-banner-inner{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;border-radius:12px;background:linear-gradient(135deg,#fdf2f8,#fce7f3,#fbcfe8);border:2px solid #f9a8d4;box-shadow:0 0 20px #f472b633,inset 0 0 15px #f472b60d;color:#9d174d;font-size:14px;font-weight:700}.slots-free-banner-icon{font-size:20px;animation:slotsFreeBannerBounce .8s ease-in-out infinite}.slots-free-banner-text{color:gold;font-size:15px;text-shadow:0 0 10px rgba(255,215,0,.5)}.slots-free-banner-count{color:#eee;font-size:13px}.slots-free-banner-count b{color:gold;font-size:18px;margin:0 2px}.slots-free-banner-boost{padding:2px 8px;border-radius:6px;background:#ffd70033;color:gold;font-size:12px;font-weight:800}[data-theme=light] .slots-free-banner-inner{background:linear-gradient(135deg,#fefcf5,#fdf8ec,#fcf2dc);border-color:#f0c050;box-shadow:0 2px 12px #f0c05026}[data-theme=light] .slots-free-banner-text{color:#b8860b;text-shadow:none}[data-theme=light] .slots-free-banner-count{color:#6b5a48}[data-theme=light] .slots-free-banner-count b{color:#e0a830}[data-theme=light] .slots-free-banner-boost{background:#f0c0501f;color:#e0a830}@keyframes slotsFreeBannerPulse{0%,to{opacity:1}50%{opacity:.85}}@keyframes slotsFreeBannerBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.slots-respin-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;background:linear-gradient(135deg,#c8a8e8,#a880d0);color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 2px rgba(100,60,160,.2)}[data-theme=dark] .slots-multiplier-badge,[data-theme=dark] .slots-respin-badge{background:linear-gradient(135deg,gold,#ff9500)}.slots-loading{text-align:center;padding:20px;color:var(--slots-text-sub);font-size:14px}.slots-empty{text-align:center;padding:30px;color:var(--slots-text-sub);font-size:14px}.slots-no-more{text-align:center;padding:12px;color:var(--slots-text-sub);font-size:12px}@media(max-width:480px){.slots-game-area{max-width:100%;padding:10px 0 4px}.slots-bottom-row{flex-direction:column}.slots-machine-frame{max-width:calc(100% - 16px);padding:10px 10px 12px;border-radius:16px;box-shadow:0 8px 25px #0000001f,0 0 0 2px #ccc,0 0 0 4px #bbb}[data-theme=dark] .slots-machine-frame{box-shadow:0 8px 25px #00000080,0 0 0 2px #5a3880,0 0 0 4px #2d1848}.slots-light-row{gap:5px;margin-bottom:6px}.slots-light-bulb{width:8px;height:8px}.slots-light-bulb:after{display:none}.slots-reel-container{padding:8px 6px;border-radius:10px}.slots-reel{gap:6px}.slots-reel-column{width:50px;height:var(--slots-col-h, 153px);border-width:1px;border-radius:6px}.slots-reel-cell{width:48px;height:48px;margin-bottom:3px;font-size:22px;border-radius:4px}.slots-spin-btn{padding:10px 20px;font-size:13px;letter-spacing:1px;border-radius:20px}.slots-auto-btn{padding:10px 14px;font-size:12px;border-radius:20px}.slots-bet-option{padding:4px 8px;font-size:10px;border-radius:12px}.slots-auto-option{padding:4px 10px;font-size:11px}.slots-result-bar{font-size:11px;min-height:55px;padding:4px 6px;margin-top:6px}.slots-result-detail{font-size:10px}.slots-win-popup-inner{padding:10px 18px;border-radius:12px}.slots-win-popup-label{font-size:13px}.slots-win-popup-multiplier{font-size:22px}.slots-free-banner{margin:0 8px 4px}.slots-free-banner-inner{gap:6px;padding:6px 10px;font-size:12px}.slots-free-banner-icon{font-size:16px}.slots-free-banner-text{font-size:13px}.slots-free-banner-count{font-size:11px}.slots-free-banner-count b{font-size:15px}.slots-free-banner-boost{font-size:10px;padding:2px 6px}.slots-win-popup-amount{font-size:12px}.slots-win-popup-bet{font-size:10px}.slots-win-popup-num{font-size:18px}.slots-confetti{width:6px;height:6px}.slots-bet-section,.slots-action-buttons{gap:6px}.slots-win-line{display:none}}.slots-stealth{background:#303133}.slots-stealth .slots-machine-frame{background:#303133!important;background-image:linear-gradient(180deg,#3a3a3a,#303133,#2a2a2a)!important;box-shadow:0 8px 30px #0006,0 0 0 3px #555,0 0 0 6px #444,inset 0 2px #ffffff0d!important}.slots-stealth-title{text-align:center;font-size:12px;color:#888;font-family:Consolas,Courier New,monospace;letter-spacing:1px;padding:2px 0 4px;border-bottom:1px solid #ddd;margin-bottom:4px}.slots-stealth .slots-light-row{display:none}.slots-stealth .slots-win-popup,.slots-stealth .slots-particle-container,.slots-stealth .slots-win-line{display:none!important}.slots-stealth .slots-reel-cell{font-family:Consolas,Courier New,monospace;font-size:14px;letter-spacing:1px;font-weight:600;color:#444}.slots-stealth .slots-result-bar.win{background:#0000000a;border-color:#0000001a}.slots-stealth .slots-result-detail.show{border-top-color:#00000014}.slots-stealth .slots-result-bar.jackpot{background:#0000000a;border-color:#0000001a;color:#666;text-shadow:none;animation:none}.slots-stealth .slots-result-bar.spinning{animation:none}.slots-stealth .slots-spin-btn{letter-spacing:1px;background:linear-gradient(180deg,#666,#555,#444);box-shadow:0 4px 12px #0000004d,0 0 0 2px #777,0 0 0 4px #333}.slots-stealth .slots-spin-btn:hover:not(:disabled){background:linear-gradient(180deg,#777,#666,#555);box-shadow:0 6px 16px #0006,0 0 0 2px #888,0 0 0 4px #444}.slots-stealth .slots-spin-btn:disabled{background:#444;box-shadow:0 2px 6px #0003,0 0 0 2px #555,0 0 0 4px #333;color:#888}.slots-stealth .slots-spin-btn.respin,.slots-stealth .slots-spin-btn.free{background:linear-gradient(180deg,#666,#555,#444);box-shadow:0 4px 12px #0000004d,0 0 0 2px #777,0 0 0 4px #333}.slots-stealth .slots-auto-btn{border-color:#555;background:#3a3a3a;color:#aaa}.slots-stealth .slots-auto-btn:hover{border-color:#777;color:#ccc}.slots-stealth .slots-auto-btn.active{border-color:#888;color:#ddd;background:#444}.slots-stealth .slots-auto-option{border-color:#555;background:#3a3a3a;color:#aaa}.slots-stealth .slots-auto-option:hover{border-color:#777;color:#ccc}.slots-stealth .slots-bet-option{border-color:#555;background:#3a3a3a;color:#aaa}.slots-stealth .slots-bet-option:hover:not(:disabled){border-color:#777;color:#ccc;box-shadow:0 0 8px #0003}.slots-stealth .slots-bet-option.active{background:#444;border-color:#888;color:#ddd}.slots-stealth .slots-bet-label,.slots-stealth .slots-result-bar{color:#aaa}.slots-stealth .slots-reel-container{box-shadow:inset 0 4px 16px #0000004d,0 0 0 2px #555,0 0 0 5px #444}[data-theme=light] .slots-stealth .slots-reel-container{background:#303133;box-shadow:inset 0 4px 16px #00000080,0 0 0 2px #555,0 0 0 5px #444}[data-theme=light] .slots-stealth .slots-reel-column,[data-theme=dark] .slots-stealth .slots-reel-column{background:linear-gradient(180deg,#2a2a2a,#222);border-color:#555}.slots-stealth .slots-active-players{background:#303133;border-color:#444}.slots-stealth .slots-active-players-title{color:#aaa}.slots-stealth .slots-active-player-item{background:#3a3a3a}.slots-stealth .slots-active-player-item:hover{background:#444}.slots-stealth .slots-active-player-name{color:#ccc}.slots-stealth .slots-active-player-profit.positive{color:#5a5}.slots-stealth .slots-active-player-profit.negative{color:#a55}.slots-stealth .slots-active-player-money,.slots-stealth .slots-active-player-spins{color:#888}.slots-stealth .slots-active-players-empty{color:#666}.slots-stealth-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:transparent;cursor:pointer;font-size:14px;opacity:.35;z-index:10;padding:0;line-height:1;border-radius:4px;transition:opacity .2s}.slots-stealth-btn:hover{opacity:.8;background:#00000014}[data-theme=dark] .slots-stealth-btn:hover{background:#ffffff14}.slots-stealth-toggle{display:block;margin:6px auto 0;padding:6px 16px;border:1px solid var(--slots-card-border);border-radius:16px;background:var(--slots-panel);color:var(--slots-text-sub);font-size:12px;cursor:pointer;transition:all .2s}.slots-stealth-toggle:hover{border-color:var(--slots-gold);color:var(--slots-text)}.slots-bottom-row{display:flex;gap:12px;width:100%;box-sizing:border-box}.slots-bottom-row>.slots-active-players,.slots-bottom-row>.slots-system-messages{flex:1;min-width:0;margin-top:0;width:auto}.slots-active-players{padding:12px 14px;background:var(--slots-panel);border:1px solid var(--slots-card-border);border-radius:10px;box-sizing:border-box}.slots-active-players-title{font-size:14px;font-weight:600;color:var(--slots-text);margin-bottom:8px}.slots-refresh-btn{font-size:12px;font-weight:400;color:var(--slots-accent, #5b9cf6);cursor:pointer;margin-left:6px;opacity:.7;transition:opacity .2s}.slots-refresh-btn:hover{opacity:1;text-decoration:underline}.slots-active-players-list{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow-y:auto}.slots-active-players-list::-webkit-scrollbar{width:3px}.slots-active-players-list::-webkit-scrollbar-thumb{background:var(--slots-card-border);border-radius:3px}.slots-active-player-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:var(--slots-card-bg);transition:background .2s}.slots-active-player-item:hover{background:var(--slots-card-hover, rgba(255, 255, 255, .06))}.slots-active-player-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--slots-panel);font-size:18px}.slots-active-player-avatar img{width:100%;height:100%;object-fit:cover}.slots-active-player-info{flex:1;min-width:0}.slots-active-player-name{font-size:13px;color:var(--slots-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slots-active-player-meta{display:flex;gap:8px;font-size:11px;margin-top:2px}.slots-active-player-profit.positive{color:#34d058}.slots-active-player-profit.negative{color:#ff6b6b}.slots-active-player-money{color:var(--slots-text-sub)}.slots-active-player-extra{margin-top:2px}.slots-active-player-spins{font-size:11px;color:var(--slots-text-sub);opacity:.8;margin-left:4px}.slots-active-players-empty{font-size:12px;color:var(--slots-text-sub);text-align:center;padding:8px 0}.slots-system-messages{padding:12px 14px;background:var(--slots-panel);border:1px solid var(--slots-card-border);border-radius:10px}.slots-system-messages-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.slots-system-messages-title{font-size:14px;font-weight:600;color:var(--slots-text)}.slots-message-tabs{display:flex;gap:4px;background:var(--slots-card-bg);border-radius:6px;padding:2px}.slots-message-tab{font-size:12px;padding:3px 10px;border-radius:4px;cursor:pointer;color:var(--slots-text-secondary);transition:all .2s}.slots-message-tab:hover{color:var(--slots-text)}.slots-message-tab.active{background:var(--slots-accent);color:#fff}.slots-message-rank{font-size:11px;min-width:28px;text-align:center}.slots-messages-list{display:flex;flex-direction:column;gap:4px;max-height:240px;overflow-y:auto}.slots-messages-list::-webkit-scrollbar{width:3px}.slots-messages-list::-webkit-scrollbar-thumb{background:var(--slots-card-border);border-radius:3px}.slots-message-item{padding:6px 8px;border-radius:6px;background:var(--slots-card-bg);font-size:12px;color:var(--slots-text);line-height:1.5;animation:slotsMsgSlideIn .3s ease;display:flex;align-items:center;gap:4px}.slots-message-time{margin-left:auto;font-size:10px;color:var(--slots-text-sub);opacity:.7;flex-shrink:0}@keyframes slotsMsgSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.slots-message-user{font-weight:600;color:var(--slots-accent, #5b9cf6);margin-right:4px}.slots-message-text .positive{color:#34d058}.slots-message-text .negative{color:#ff6b6b}.slots-messages-empty{font-size:12px;color:var(--slots-text-sub);text-align:center;padding:8px 0}[data-theme=light] .slots-active-players{background:#fff;border-color:#e8e8e8}[data-theme=light] .slots-active-player-item{background:#f8f8f8}[data-theme=light] .slots-active-player-item:hover{background:#f0f0f0}[data-theme=light] .slots-stealth .slots-active-players,.slots-stealth .slots-system-messages{background:#303133;border-color:#444}.slots-stealth .slots-system-messages-title{color:#aaa}.slots-stealth .slots-message-tabs{background:#3a3a3a}.slots-stealth .slots-message-tab{color:#888}.slots-stealth .slots-message-tab:hover{color:#ccc}.slots-stealth .slots-message-tab.active{background:#555;color:#fff}.slots-stealth .slots-message-item{background:#3a3a3a!important;color:#999}.slots-stealth .slots-message-user{color:#888}.slots-stealth .slots-messages-empty{color:#666}.slots-stealth .slots-stealth-toggle{background:#3a3a3a;border-color:#555;color:#aaa}[data-theme=light] .slots-system-messages{background:#fff;border-color:#e8e8e8}[data-theme=light] .slots-message-item{background:#f8f8f8}[data-theme=light] .slots-stealth .slots-system-messages{background:#303133!important;border-color:#444}[data-theme=light] .slots-stealth .slots-active-player-item{background:#3a3a3a}[data-theme=light] .slots-stealth .slots-active-player-item:hover{background:#444}.walking-pet-particle.active{animation:particleFade .5s ease-out forwards}.pond-loading{background:#f0f4f8;padding:16px}.pond-loading-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.pond-loading-bar{border-radius:6px;background:linear-gradient(90deg,#e0e5ec 25%,#d0d5dc,#e0e5ec 75%);background-size:200% 100%;animation:pond-shimmer 1.5s infinite}.pond-loading-title{width:80px;height:20px}.pond-loading-cap{width:120px;height:16px}.pond-loading-water{height:200px;border-radius:10px;background:linear-gradient(90deg,#e0e5ec 25%,#d0d5dc,#e0e5ec 75%);background-size:200% 100%;animation:pond-shimmer 1.5s infinite;display:flex;align-items:center;justify-content:space-around;padding:0 40px}.pond-loading-fish{width:40px;height:40px;border-radius:50%;background:#ffffff80;animation:pond-loading-fish-bob 2s ease-in-out infinite}.pond-loading-fish:nth-child(2){animation-delay:.3s}.pond-loading-fish:nth-child(3){animation-delay:.6s}@keyframes pond-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pond-loading-fish-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}[data-theme=dark] .pond-loading{background:var(--surface)}[data-theme=dark] .pond-loading-bar,[data-theme=dark] .pond-loading-water{background:linear-gradient(90deg,var(--surface-muted) 25%,var(--surface-hover) 50%,var(--surface-muted) 75%);background-size:200% 100%}[data-theme=dark] .pond-loading-fish{background:#ffffff1a}[data-theme=dark] .pond-toggle-bar{background:#282a2eeb;border-color:#ffffff1f;color:#b8bcc4}[data-theme=dark] .pond-toggle-bar:hover{background:#34363afa;color:#e8eaed}[data-theme=dark] .pond-toggle-chip{background:#ffffff1a;border-color:#ffffff1f;color:#c5c9d0}[data-theme=dark] .pond-toggle-chip:hover{background:#ffffff29;color:#fff}.pond-section-wrapper{position:relative;max-width:min(800px,calc(100% - 180px));margin:10px auto 0;width:100%}.pond-section-wrapper.is-collapsed{margin-top:6px}.pond-section{border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000001a;margin-bottom:50px;position:relative}.pond-toggle-bar{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:36px;padding:6px 14px;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:#ffffffe0;color:#5b6472;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 1px 4px #0000000f;transition:background .2s,color .2s,box-shadow .2s,transform .15s}.pond-toggle-bar:hover{background:#fff;color:#2c3e50;box-shadow:0 2px 8px #00000014}.pond-toggle-bar:active{transform:translateY(1px)}.pond-toggle-bar-label{letter-spacing:.3px}.pond-toggle-chevron{flex-shrink:0;opacity:.85}.pond-toggle-chip{width:26px;height:26px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#ffffffbf;color:#4a5568;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s;flex-shrink:0}.pond-toggle-chip:hover{background:#fff;color:#1a6fb0}.pond-header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#e0f4ff,#b3e0ff);border-bottom:1px solid #a0d4ff}.pond-title{font-size:16px;font-weight:600;color:#1a6fb0}.pond-capacity{font-size:13px;color:#4a90c4;margin-left:auto}.pond-btn{padding:6px 14px;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.pond-expand-btn{background:#4a90c4;color:#fff}.pond-expand-btn:hover{background:#3a7ab4}.pond-harvest-btn{background:#4caf50;color:#fff;animation:pondPulse 1.5s ease-in-out infinite}.pond-harvest-btn:hover{background:#43a047}.pond-max-btn{background:#ccc;color:#888;cursor:not-allowed}@keyframes pondPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pond-water-area{position:relative;width:100%;height:300px;background:linear-gradient(180deg,#f0f7ff,#e5f1fb,#dae8f5 60%,#cedfef);cursor:pointer;overflow:hidden}.pond-weeds{position:absolute;bottom:0;left:0;right:0;height:80px;pointer-events:none;z-index:1}.pond-weed{position:absolute;bottom:-5px;font-size:28px;animation:weedSway 3s ease-in-out infinite;transform-origin:bottom center;filter:drop-shadow(0 2px 4px rgba(0,100,0,.2))}.weed-1{left:5%;animation-delay:0s;font-size:32px}.weed-2{left:20%;animation-delay:.5s;font-size:24px}.weed-3{left:45%;animation-delay:1s;font-size:30px}.weed-4{left:70%;animation-delay:1.5s;font-size:22px}.weed-5{left:88%;animation-delay:.8s;font-size:26px}@keyframes weedSway{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.pond-microorganisms{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.pond-bubble{position:absolute;width:8px;height:8px;background:radial-gradient(circle at 30% 30%,#fffc,#fff3);border-radius:50%;animation:bubbleFloat 8s ease-in-out infinite}.bubble-1{left:15%;bottom:20px;animation-delay:0s;animation-duration:7s;width:6px;height:6px}.bubble-2{left:35%;bottom:30px;animation-delay:2s;animation-duration:9s;width:10px;height:10px}.bubble-3{left:55%;bottom:15px;animation-delay:4s;animation-duration:6s}.bubble-4{left:75%;bottom:25px;animation-delay:1s;animation-duration:8s;width:7px;height:7px}.bubble-5{left:90%;bottom:35px;animation-delay:3s;animation-duration:10s;width:9px;height:9px}@keyframes bubbleFloat{0%{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-120px) scale(1.2);opacity:.8}to{transform:translateY(-250px) scale(.8);opacity:0}}.pond-plankton{position:absolute;font-size:14px;opacity:.5;animation:planktonDrift 12s ease-in-out infinite}.plankton-1{top:30%;left:25%;animation-delay:0s;font-size:12px}.plankton-2{top:50%;left:60%;animation-delay:3s;font-size:16px}.plankton-3{top:70%;left:80%;animation-delay:6s;font-size:10px}@keyframes planktonDrift{0%,to{transform:translate(0) rotate(0);opacity:.4}25%{transform:translate(20px,-15px) rotate(90deg);opacity:.6}50%{transform:translate(-10px,10px) rotate(180deg);opacity:.3}75%{transform:translate(15px,20px) rotate(270deg);opacity:.5}}.pond-sunlight{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;overflow:hidden}.sunlight-ray{position:absolute;top:-20px;width:120px;height:110%;background:linear-gradient(180deg,rgba(255,255,200,.25) 0%,rgba(255,255,180,.12) 30%,rgba(255,255,150,.05) 60%,transparent 100%);transform:rotate(15deg);animation:sunlightShimmer 6s ease-in-out infinite}.ray-1{left:10%;width:100px;animation-delay:0s;transform:rotate(12deg)}.ray-2{left:40%;width:140px;animation-delay:2s;transform:rotate(18deg);opacity:.7}.ray-3{left:70%;width:90px;animation-delay:4s;transform:rotate(10deg);opacity:.5}@keyframes sunlightShimmer{0%,to{opacity:.4;transform:rotate(15deg) translate(0)}25%{opacity:.7;transform:rotate(17deg) translate(10px)}50%{opacity:.3;transform:rotate(13deg) translate(-5px)}75%{opacity:.6;transform:rotate(16deg) translate(8px)}}.sunlight-ripple{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,220,.3) 0%,transparent 70%);animation:rippleGlow 4s ease-in-out infinite}.ripple-1{top:15%;left:20%;width:80px;height:30px;animation-delay:0s}.ripple-2{top:25%;left:55%;width:100px;height:35px;animation-delay:2s}@keyframes rippleGlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.pond-fish{position:absolute;cursor:pointer;transition:none;z-index:2;-webkit-user-select:none;user-select:none;line-height:1}.pond-fish:hover{z-index:10}.pond-fish-emoji{display:block;line-height:1}.pond-fish-net{position:absolute;top:-14px;left:50%;transform:translate(-50%);font-size:14px;animation:netBob 1s ease-in-out infinite;z-index:3}@keyframes netBob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-3px)}}.pond-fish-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;margin-left:-70px;width:140px;background:#fff;border-radius:8px;padding:8px 12px;box-shadow:0 2px 12px #00000026;white-space:nowrap;text-align:center;z-index:100;pointer-events:none;animation:tooltipAppear .2s ease-out}.pond-fish-flipped .pond-fish-tooltip{transform:scaleX(-1);animation-name:tooltipAppearFlipped}.pond-fish-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff}.pond-fish:hover .pond-fish-tooltip{display:block}@keyframes tooltipAppear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltipAppearFlipped{0%{opacity:0;transform:scaleX(-1) translateY(4px)}to{opacity:1;transform:scaleX(-1) translateY(0)}}.pond-tooltip-name{font-weight:600;font-size:13px;color:#333;margin-bottom:2px}.pond-tooltip-status{font-size:12px;color:#4caf50}.pond-tooltip-status:not(:first-child+.pond-tooltip-status){color:#888}.pond-tooltip-sell{font-size:11px;color:#f57c00;margin-top:2px}.pond-fish-ready .pond-fish-emoji{filter:drop-shadow(0 0 6px rgba(76,175,80,.6))}.pond-empty-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#6ab0e0;font-size:15px;cursor:pointer;opacity:.7;transition:opacity .2s}.pond-empty-hint:hover{opacity:1}.pond-locked{background:linear-gradient(135deg,#f0f8ff,#e0f0ff)}.pond-open-prompt{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:20px}.pond-open-icon{font-size:28px}.pond-open-text{font-size:15px;color:#4a90c4;font-weight:500}.pond-open-btn{padding:8px 20px;background:linear-gradient(135deg,#4a90c4,#3a7ab4);color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.pond-open-btn:hover{background:linear-gradient(135deg,#3a7ab4,#2a6aa4);transform:translateY(-1px);box-shadow:0 2px 8px #4a90c466}.pond-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.pond-modal-content{background:#fff;border-radius:12px;width:90%;max-width:560px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0003;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.pond-modal-header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:1px solid #eee}.pond-modal-header h3{margin:0;font-size:16px;color:#333}.pond-modal-close{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:4px 8px;border-radius:4px}.pond-modal-close:hover{background:#f5f5f5;color:#666}.pond-detail-modal{max-width:420px;width:90%}.pond-modal-body{padding:16px;max-height:60vh;overflow-y:auto}.pond-open-section{text-align:center;padding:30px 20px}.pond-open-icon-big{font-size:48px;margin-bottom:12px}.pond-open-section .pond-open-text{font-size:16px;color:#333;margin-bottom:8px}.pond-open-req{font-size:13px;color:#999;margin-bottom:16px}.pond-stats-row{display:flex;gap:12px;margin-bottom:16px}.pond-stat-item{flex:1;background:#f0f4f8;border-radius:8px;padding:10px;text-align:center}.pond-stat-label{display:block;font-size:11px;color:#999;margin-bottom:4px}.pond-stat-value{display:block;font-size:15px;font-weight:600;color:#333}.pond-fish-list{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:16px}.pond-fish-list-item{display:flex;align-items:center;gap:4px;padding:6px;border-radius:8px;background:#f8f9fa;cursor:pointer;transition:background .15s}.pond-fish-list-item:not(.has-fish):hover{background:#e8ecf0}.pond-fish-list-item.has-fish{background:#f0f4f8}.pond-fish-list-item.has-fish:hover{background:#e3e8ed}.pond-fish-list-item.is-ready{background:#e8f5e9}.pond-fish-list-item.is-ready:hover{background:#c8e6c9}.pond-fish-list-emoji{font-size:24px;width:32px;text-align:center}.pond-fish-list-emoji.empty{opacity:.4}.pond-fish-list-info{flex:1;display:flex;flex-direction:column;gap:2px}.pond-fish-list-name{font-size:14px;font-weight:500;color:#333}.pond-fish-list-name.empty{color:#999;font-weight:400}.pond-fish-list-status{font-size:12px;color:#999}.pond-fish-list-status.ready{color:#4caf50;font-weight:500}.pond-fish-list-sell{font-size:13px;color:#4caf50;font-weight:500}.pond-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.pond-action-btn{flex:1;min-width:80px;padding:8px 12px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.pond-action-shop{background:#e3f2fd;color:#1976d2}.pond-action-shop:hover{background:#bbdefb}.pond-action-batch{background:#f3e5f5;color:#9c27b0}.pond-action-batch:hover{background:#e1bee7}.pond-action-harvest{background:#e8f5e9;color:#388e3c}.pond-action-harvest:hover{background:#c8e6c9}.pond-action-expand{background:#fff3e0;color:#f57c00}.pond-action-expand:hover{background:#ffe0b2}.pond-action-max{background:#f3e5f5;color:#9c27b0;cursor:default}.pond-next-expand{font-size:12px;color:#999;text-align:center}.pond-fish-detail-modal{max-width:280px;max-height:90vh;display:flex;flex-direction:column}.pond-fish-detail-body{padding:0 20px 20px;text-align:center;overflow-y:auto;flex:1}.pond-fish-detail-emoji{font-size:64px}.pond-fish-detail-info{text-align:left;margin-bottom:20px}.pond-fish-detail-name{font-size:18px;font-weight:600;color:#333;margin-bottom:12px;text-align:center}.pond-fish-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.pond-fish-detail-label{font-size:14px;color:#666}.pond-fish-detail-value{font-size:14px;font-weight:500;color:#333}.pond-fish-detail-value.profit{color:#4caf50}.pond-fish-detail-value.ready{color:#4caf50;font-weight:600}.pond-fish-detail-progress{flex:1;max-width:150px;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-left:12px}.pond-fish-detail-progress-bar{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:4px;transition:width .3s ease}.pond-fish-detail-actions{display:flex;gap:12px;justify-content:center}.pond-fish-detail-btn{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.pond-fish-detail-btn.harvest{background:#e8f5e9;color:#388e3c}.pond-fish-detail-btn.harvest:hover{background:#c8e6c9}.pond-fish-detail-btn.discard{background:#ffebee;color:#d32f2f}.pond-fish-detail-btn.discard:hover{background:#ffcdd2}.pond-batch-buy-modal{max-width:420px}.pond-batch-buy-body{padding:16px}.pond-batch-buy-info{font-size:14px;color:#666;margin-bottom:16px;text-align:center}.pond-batch-buy-select{margin-bottom:16px}.pond-batch-buy-select label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.pond-batch-buy-fish-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-height:200px;overflow-y:auto}.pond-batch-buy-fish-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.pond-batch-buy-fish-item:hover{border-color:#bbdefb;background:#f0f8ff}.pond-batch-buy-fish-item.selected{border-color:#1976d2;background:#e3f2fd}.pond-batch-buy-fish-emoji{font-size:24px}.pond-batch-buy-fish-name{font-size:13px;font-weight:500;color:#333;flex:1}.pond-batch-buy-fish-price{font-size:12px;color:#4caf50}.pond-batch-buy-count{margin-bottom:16px}.pond-batch-buy-count label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.pond-batch-buy-count-input{display:flex;align-items:center;gap:8px}.pond-batch-buy-count-input button{width:36px;height:36px;border:1px solid #ddd;border-radius:8px;background:#f5f5f5;font-size:16px;cursor:pointer;transition:all .2s}.pond-batch-buy-count-input button:hover{background:#e0e0e0}.pond-batch-buy-count-input input{flex:1;height:36px;border:1px solid #ddd;border-radius:8px;text-align:center;font-size:16px;font-weight:500}.pond-batch-buy-count-input input:focus{outline:none;border-color:#1976d2}.pond-batch-buy-max{background:#e3f2fd!important;color:#1976d2!important;width:auto!important;padding:0 12px!important;font-size:13px!important}.pond-batch-buy-total{margin-top:12px;font-size:15px;font-weight:600;color:#4caf50;text-align:center}.pond-batch-buy-actions{text-align:center}.pond-batch-buy-btn{padding:12px 48px;border:none;border-radius:8px;background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.pond-batch-buy-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}.pond-batch-buy-btn:disabled{background:#ccc;cursor:not-allowed}.pond-confirm-overlay{z-index:10001}.pond-confirm-modal{max-width:320px;padding:32px 24px 24px;text-align:center}.pond-confirm-icon{font-size:48px;margin-bottom:16px}.pond-confirm-title{font-size:18px;font-weight:600;color:#333;margin-bottom:12px}.pond-confirm-message{font-size:15px;color:#666;margin-bottom:12px;line-height:1.5}.pond-confirm-warning{font-size:13px;color:#f57c00;background:#fff3e0;padding:8px 12px;border-radius:6px;margin-bottom:24px}.pond-confirm-actions{display:flex;gap:12px}.pond-confirm-btn{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.pond-confirm-btn.cancel{background:#f5f5f5;color:#666}.pond-confirm-btn.cancel:hover{background:#e0e0e0}.pond-confirm-btn.confirm{background:#ffebee;color:#d32f2f}.pond-confirm-btn.confirm:hover{background:#ffcdd2}.pond-shop-list{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding:8px}.pond-shop-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background .15s}.pond-shop-item:hover{background:#f0f8ff}.pond-shop-item.pond-shop-locked{opacity:.5;cursor:not-allowed}.pond-shop-item.pond-shop-locked:hover{background:transparent}.pond-shop-emoji{font-size:28px;flex-shrink:0}.pond-shop-info{display:flex;flex-direction:column;min-width:60px}.pond-shop-name{font-weight:600;font-size:14px;color:#333}.pond-shop-req{font-size:11px;color:#f44336;margin-top:2px}.pond-shop-prices{display:flex;flex-direction:column;margin-left:auto;text-align:right;font-size:12px}.pond-shop-buy{color:#e53935}.pond-shop-sell{color:#4caf50}.pond-shop-profit{color:#f57c00;font-weight:500}.pond-shop-time{font-size:12px;color:#888;flex-shrink:0}.pond-expand-modal{max-width:380px}.pond-expand-info{padding:16px 20px}.pond-expand-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#555;border-bottom:1px solid #f0f0f0}.pond-expand-row:last-child{border-bottom:none}.pond-expand-confirm-btn{display:block;width:calc(100% - 40px);margin:0 20px 20px;padding:12px;background:linear-gradient(135deg,#4a90c4,#3a7ab4);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.pond-expand-confirm-btn:hover{background:linear-gradient(135deg,#3a7ab4,#2a6aa4)}[data-theme=dark] .pond-locked{background:linear-gradient(135deg,#1a2a3a,#1e2e3e)}[data-theme=dark] .pond-open-text{color:#7db3fa}[data-theme=dark] .pond-open-btn{background:linear-gradient(135deg,#5b9cf6,#4a8ce6)}[data-theme=dark] .pond-open-btn:hover{background:linear-gradient(135deg,#4a8ce6,#3a7cd6);box-shadow:0 2px 8px #5b9cf666}[data-theme=dark] .pond-section{background:var(--surface);border-color:var(--border)}[data-theme=dark] .pond-header{background:linear-gradient(135deg,#1a2332,#15202b);border-bottom-color:#ffffff14}[data-theme=dark] .pond-title{color:#9ec9e8}[data-theme=dark] .pond-capacity{color:var(--text-secondary)}[data-theme=dark] .pond-water-area{background:linear-gradient(180deg,#0d1b2a,#1b2838,#0d1b2a);border-color:var(--border)}[data-theme=dark] .pond-weed{filter:drop-shadow(0 2px 4px rgba(0,200,100,.3)) brightness(.7)}[data-theme=dark] .pond-bubble{background:radial-gradient(circle at 30% 30%,#c8dcff99,#6496ff1a)}[data-theme=dark] .pond-plankton{opacity:.35}[data-theme=dark] .sunlight-ray{background:linear-gradient(180deg,rgba(100,150,255,.12) 0%,rgba(80,120,200,.06) 30%,rgba(60,100,180,.03) 60%,transparent 100%)}[data-theme=dark] .sunlight-ripple{background:radial-gradient(circle,rgba(100,150,255,.15) 0%,transparent 70%)}[data-theme=dark] .pond-empty-hint{color:var(--text-secondary)}[data-theme=dark] .pond-fish-tooltip{background:var(--surface-muted);border-color:var(--border);color:var(--text);box-shadow:0 4px 16px #00000080}[data-theme=dark] .pond-fish-tooltip:after{border-top-color:var(--surface-muted)}[data-theme=dark] .pond-tooltip-name{color:var(--text)}[data-theme=dark] .pond-tooltip-status{color:var(--text-secondary)}[data-theme=dark] .pond-tooltip-sell{color:var(--success)}[data-theme=dark] .pond-modal-content{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .pond-modal-header{border-color:var(--border)}[data-theme=dark] .pond-modal-header h3{color:var(--text)}[data-theme=dark] .pond-modal-close{color:var(--text-secondary)}[data-theme=dark] .pond-modal-close:hover{color:var(--text)}[data-theme=dark] .pond-shop-item{background:var(--surface-muted);border-color:var(--border)}[data-theme=dark] .pond-shop-item:hover{border-color:var(--primary)}[data-theme=dark] .pond-shop-item.pond-shop-locked{background:var(--surface-soft);opacity:.5}[data-theme=dark] .pond-shop-name{color:var(--text)}[data-theme=dark] .pond-shop-req{color:var(--text-secondary)}[data-theme=dark] .pond-shop-buy{color:var(--danger)}[data-theme=dark] .pond-shop-sell{color:var(--success)}[data-theme=dark] .pond-shop-profit{color:var(--warning)}[data-theme=dark] .pond-shop-time{color:var(--text-secondary)}[data-theme=dark] .pond-expand-modal{color:var(--text)}[data-theme=dark] .pond-expand-info{background:var(--surface-muted);border-color:var(--border)}[data-theme=dark] .pond-expand-row{border-color:var(--border);color:var(--text)}[data-theme=dark] .pond-expand-confirm-btn{background:linear-gradient(135deg,#5b9cf6,#4a8ce6)}[data-theme=dark] .pond-expand-confirm-btn:hover{background:linear-gradient(135deg,#4a8ce6,#3a7cd6)}[data-theme=dark] .pond-open-section .pond-open-text{color:var(--text)}[data-theme=dark] .pond-stat-item{background:var(--surface-muted)}[data-theme=dark] .pond-stat-value{color:var(--text)}[data-theme=dark] .pond-fish-list-item{background:var(--surface-soft)}[data-theme=dark] .pond-fish-list-item:not(.has-fish):hover{background:var(--surface-muted)}[data-theme=dark] .pond-fish-list-item.has-fish{background:var(--surface-muted)}[data-theme=dark] .pond-fish-list-item.has-fish:hover{background:var(--surface)}[data-theme=dark] .pond-fish-list-item.is-ready{background:var(--success-soft)}[data-theme=dark] .pond-fish-list-item.is-ready:hover{background:#22c55e33}[data-theme=dark] .pond-fish-list-name{color:var(--text)}[data-theme=dark] .pond-fish-list-name.empty{color:var(--text-secondary)}[data-theme=dark] .pond-action-shop{background:var(--primary-soft);color:var(--primary)}[data-theme=dark] .pond-action-shop:hover{background:#5b9cf633}[data-theme=dark] .pond-action-batch{background:#9c27b026;color:#ce93d8}[data-theme=dark] .pond-action-batch:hover{background:#9c27b040}[data-theme=dark] .pond-action-harvest{background:var(--success-soft);color:var(--success)}[data-theme=dark] .pond-action-harvest:hover{background:#22c55e33}[data-theme=dark] .pond-action-expand{background:var(--warning-soft);color:var(--warning)}[data-theme=dark] .pond-action-expand:hover{background:#f0a03033}[data-theme=dark] .pond-action-max{background:#9c27b026;color:#ce93d8}[data-theme=dark] .pond-fish-detail-name{color:var(--text)}[data-theme=dark] .pond-fish-detail-row{border-color:var(--border)}[data-theme=dark] .pond-fish-detail-label{color:var(--text-secondary)}[data-theme=dark] .pond-fish-detail-value{color:var(--text)}[data-theme=dark] .pond-fish-detail-value.profit,[data-theme=dark] .pond-fish-detail-value.ready{color:var(--success)}[data-theme=dark] .pond-fish-detail-progress{background:var(--surface-muted)}[data-theme=dark] .pond-fish-detail-btn.harvest{background:var(--success-soft);color:var(--success)}[data-theme=dark] .pond-fish-detail-btn.harvest:hover{background:#22c55e33}[data-theme=dark] .pond-fish-detail-btn.discard{background:var(--danger-soft);color:var(--danger)}[data-theme=dark] .pond-fish-detail-btn.discard:hover{background:#ef444433}[data-theme=dark] .pond-batch-buy-info{color:var(--text-secondary)}[data-theme=dark] .pond-batch-buy-select label,[data-theme=dark] .pond-batch-buy-count label{color:var(--text)}[data-theme=dark] .pond-batch-buy-fish-item{border-color:var(--border)}[data-theme=dark] .pond-batch-buy-fish-item:hover,[data-theme=dark] .pond-batch-buy-fish-item.selected{border-color:var(--primary);background:var(--primary-soft)}[data-theme=dark] .pond-batch-buy-fish-name{color:var(--text)}[data-theme=dark] .pond-batch-buy-count-input button{border-color:var(--border);background:var(--surface-muted);color:var(--text)}[data-theme=dark] .pond-batch-buy-count-input button:hover{background:var(--surface)}[data-theme=dark] .pond-batch-buy-count-input input{border-color:var(--border);background:var(--surface-muted);color:var(--text)}[data-theme=dark] .pond-batch-buy-count-input input:focus{border-color:var(--primary)}[data-theme=dark] .pond-batch-buy-max{background:var(--primary-soft)!important;color:var(--primary)!important}[data-theme=dark] .pond-batch-buy-total{color:var(--success)}[data-theme=dark] .pond-confirm-title{color:var(--text)}[data-theme=dark] .pond-confirm-message{color:var(--text-secondary)}[data-theme=dark] .pond-confirm-warning{background:#f57c0026;color:#ffb74d}[data-theme=dark] .pond-confirm-btn.cancel{background:var(--surface-muted);color:var(--text-secondary)}[data-theme=dark] .pond-confirm-btn.cancel:hover{background:var(--surface)}[data-theme=dark] .pond-confirm-btn.confirm{background:var(--danger-soft);color:var(--danger)}[data-theme=dark] .pond-confirm-btn.confirm:hover{background:#ef444433}@media(max-width:720px){.pond-section-wrapper{max-width:calc(100% - 32px)}.pond-section{max-width:100%;margin-bottom:50px}.pond-water-area{height:220px}.pond-header{flex-wrap:wrap;gap:8px}.pond-modal-content{width:95%}}@media(min-width:768px){.pond-modal-content{max-width:800px}.pond-fish-list{grid-template-columns:repeat(4,1fr);gap:8px}}@media(max-width:768px){.chat-msg-avatar{width:42px;height:42px;font-size:24px;line-height:38px}.chat-msg-nickname{font-size:14px}.chat-msg-level,.chat-msg-time{font-size:12px}.chat-msg-content{font-size:14px;padding:10px 14px}.chat-msg-system-text{font-size:13px}.chat-input-area{padding:12px 14px}.chat-emoji-btn,.chat-red-envelope-btn{width:42px;height:42px;font-size:24px}.chat-image-btn{width:40px;height:40px;font-size:20px}.chat-input{min-height:42px;font-size:15px;padding:10px 16px}.chat-input::placeholder{font-size:14px}.chat-send-btn{height:42px;padding:0 20px;font-size:15px}}.info-bar-invite{cursor:pointer;transition:background .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.info-bar-invite:hover{background:var(--surface-hover, #fff8e1);box-shadow:var(--shadow-sm)}.info-bar-mall{cursor:pointer;transition:all .2s ease}.info-bar-mall:hover{background:#fff8e1}.mall-emoji{font-size:20px;display:flex;align-items:center;justify-content:center}.info-bar-bank{cursor:pointer;transition:all .2s ease}.info-bar-bank:hover{background:#e8f5ee}.bank-emoji{font-size:20px;display:flex;align-items:center;justify-content:center}.info-bar-invite{cursor:pointer;transition:all .2s ease}.info-bar-invite:hover{background:#fce4ec}.invite-emoji{font-size:20px;display:flex;align-items:center;justify-content:center}.mall-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0f172a73;display:flex;justify-content:center;align-items:center}.mall-drawer-panel{width:100vw;height:100vh;background:#fafafa;display:flex;flex-direction:column;overflow:hidden;position:relative}.mall-drawer-panel:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,200,210,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.mall-drawer-panel:after{content:"";position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,210,220,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.mall-drawer-panel>*{position:relative;z-index:1}.mall-page{height:100%;display:flex;flex-direction:column;overflow:hidden}.mall-page-header{flex-shrink:0;background:#fff;border-bottom:1px solid #f0f0f0;padding:10px 16px}.mall-page-title-row{display:flex;align-items:center;justify-content:space-between}.mall-page-title-row h2{margin:0;font-size:15px;font-weight:600;color:#333}.mall-drawer-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;color:#999;transition:all .2s ease;flex-shrink:0}.mall-drawer-close:hover{background:#ffe8ed;color:#e8879a}.mall-page-body{flex:1;overflow-y:auto;min-height:0;max-width:1200px;margin:0 auto;width:100%;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.mall-content-section{min-height:100%}.mall-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;color:#999}.mall-empty-icon{font-size:36px;margin-bottom:10px}.mall-empty-text{font-size:13px}.mall-bottom-tabs{flex-shrink:0;background:#fff;border-top:1px solid #f0f0f0;padding:8px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;gap:8px;position:sticky;bottom:0}.mall-tab-btn{display:flex;align-items:center;gap:4px;padding:7px 14px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:12px;color:#666}.mall-tab-btn:hover{background:#e8e8e8}.mall-tab-btn.active{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;box-shadow:0 2px 8px #ff98004d}.mall-tab-icon{font-size:16px}.mall-tab-text{font-weight:500}.mall-title-tips{display:flex;align-items:center;gap:6px;padding:7px 10px;margin-bottom:14px;border-radius:8px;font-size:11px;color:#8a7a68;background:#fff8e18c;border:1px solid rgba(255,224,178,.7);line-height:1.4}.mall-title-tips-icon{font-size:13px;flex-shrink:0}.mall-title-tips strong{color:#b45309;font-weight:600}.mall-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;color:#999}.mall-loading-spinner{width:28px;height:28px;border:3px solid #f0f0f0;border-top-color:#ff9800;border-radius:50%;animation:mall-spin .8s linear infinite;margin-bottom:8px}@keyframes mall-spin{to{transform:rotate(360deg)}}.mall-loading-text{font-size:12px}.mall-title-sections{display:flex;flex-direction:column;gap:22px;padding-bottom:8px}.mall-title-section{display:flex;flex-direction:column;gap:12px}.mall-title-section-header{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#8a8a8e;letter-spacing:.4px;padding:0 2px}.mall-title-section-header.owned{color:#6b9e78}.mall-title-section-label{text-transform:none}.mall-title-section-count{min-width:18px;height:16px;padding:0 5px;border-radius:8px;background:#0000000d;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#9a9a9e}.mall-title-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:10px;padding:2px}.mall-title-card{position:relative;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.05);overflow:hidden;cursor:pointer;padding:18px 8px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;min-height:148px;box-shadow:0 1px 2px #00000005;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease;isolation:isolate}.mall-title-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px #00000014;border-color:#00000014;z-index:2}.mall-title-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 20%,rgba(255,180,120,.12),transparent 70%);opacity:.7;transition:opacity .3s ease;pointer-events:none;z-index:0}.mall-title-card:hover .mall-title-glow{opacity:1;background:radial-gradient(ellipse 90% 70% at 50% 15%,rgba(255,160,100,.2),transparent 70%)}.mall-title-card.is-owned{background:#fafafa;box-shadow:none}.mall-title-card.is-owned .mall-title-glow{background:radial-gradient(ellipse 80% 60% at 50% 20%,rgba(120,180,130,.1),transparent 70%)}.mall-title-card.is-owned:hover{box-shadow:0 8px 20px #0000000f;border-color:#64a06e33}.mall-title-owned-mark{position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;background:#e8f5e9;color:#4caf50;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1px solid rgba(76,175,80,.35);z-index:1}.mall-title-hero{position:relative;z-index:1;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#fff7f0,#f7f3ef);border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 14px #0000000a,inset 0 1px #fffc;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.mall-title-card:hover .mall-title-hero{transform:scale(1.08) translateY(-2px);box-shadow:0 8px 20px #00000014,inset 0 1px #ffffffe6}.mall-title-card.is-owned .mall-title-hero{background:linear-gradient(160deg,#f4f8f4,#eef3ee)}.mall-title-icon{font-size:40px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.06));-webkit-user-select:none;user-select:none}.mall-title-card-name{position:relative;z-index:1;font-size:11px;font-weight:600;line-height:1.2;text-align:center;max-width:100%;padding:3px 8px;border-radius:999px;border:1px solid;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mall-title-card-meta{position:relative;z-index:1;font-size:10px;color:#b0b0b4;letter-spacing:.2px;min-height:14px}.mall-title-card-meta .meta-money{color:#c98a6b}.mall-title-card-meta .meta-owned{color:#8fbc9a}.mall-title-card-hover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 8px;background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;transition:opacity .22s ease}.mall-title-card:hover .mall-title-card-hover,.mall-title-card:focus-within .mall-title-card-hover{opacity:1;pointer-events:auto}.mall-title-btn{padding:6px 14px;border-radius:999px;border:1px solid transparent;background:#f0f0f0;color:#888;font-size:12px;font-weight:600;cursor:default;transition:all .18s ease;white-space:nowrap;line-height:1.3}.mall-title-btn.buy{background:linear-gradient(135deg,#ff9800,#f57c00);border-color:transparent;color:#fff;cursor:pointer;box-shadow:0 4px 12px #ff980047}.mall-title-btn.buy:hover{box-shadow:0 6px 16px #ff980066;transform:translateY(-1px)}.mall-title-btn.exchange{background:linear-gradient(135deg,#9c27b0,#7b1fa2);border-color:transparent;color:#fff;cursor:pointer;box-shadow:0 4px 12px #9c27b047}.mall-title-btn.exchange:hover{box-shadow:0 6px 16px #9c27b066;transform:translateY(-1px)}.mall-title-btn.locked{background:#0000000a;color:#a0a0a4;border-color:#0000000f;cursor:default}.mall-title-btn.ghost{background:transparent;border-color:#0000001a;color:#666;cursor:pointer}.mall-title-btn.ghost:hover{background:#0000000a;border-color:#00000029}.mall-drawer-transition-enter-active,.mall-drawer-transition-leave-active{transition:opacity .25s ease}.mall-drawer-transition-enter-active .mall-drawer-panel,.mall-drawer-transition-leave-active .mall-drawer-panel{transition:transform .25s ease}.mall-drawer-transition-enter-from,.mall-drawer-transition-leave-to{opacity:0}.mall-drawer-transition-enter-from .mall-drawer-panel,.mall-drawer-transition-leave-to .mall-drawer-panel{transform:translateY(100%)}.mall-drawer-transition-enter-to .mall-drawer-panel,.mall-drawer-transition-leave-from .mall-drawer-panel{transform:translateY(0)}@media(max-width:768px){.mall-drawer-overlay{align-items:flex-start;padding-top:80px}.mall-drawer-panel{height:calc(100vh - 80px);border-radius:12px 12px 0 0}.mall-drawer-transition-enter-from .mall-drawer-panel,.mall-drawer-transition-leave-to .mall-drawer-panel{transform:translateY(100%)}.mall-title-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.mall-title-card{min-height:136px;padding:14px 6px 10px}.mall-title-hero{width:60px;height:60px}.mall-title-icon{font-size:32px}}@media(hover:none){.mall-title-card-hover{opacity:0}.mall-title-card:active .mall-title-card-hover{opacity:1;pointer-events:auto}}[data-theme=dark] .info-bar-mall:hover{background:#3a3b3d}[data-theme=dark] .info-bar-bank:hover{background:#26332d}[data-theme=dark] .info-bar-invite:hover{background:#3a3b3d}[data-theme=dark] .mall-drawer-panel{background:#303133}[data-theme=dark] .mall-page-header{background:#3a3b3d;border-bottom-color:#414244}[data-theme=dark] .mall-page-title-row h2{color:#e0e0e0}[data-theme=dark] .mall-drawer-close{background:#414244;color:#909399}[data-theme=dark] .mall-drawer-close:hover{background:#4a4b4d;color:#e8879a}[data-theme=dark] .mall-empty{color:#909399}[data-theme=dark] .mall-bottom-tabs{background:#1e1e20;border-top-color:#2a2a2e}[data-theme=dark] .mall-tab-btn{background:#2a2a2e;color:#909399}[data-theme=dark] .mall-tab-btn:hover{background:#353538}[data-theme=dark] .mall-tab-btn.active{background:#4a4a50;color:#fff;box-shadow:inset 0 2px #ff9800}[data-theme=dark] .mall-title-card{background:#3a3b3d;border-color:#ffffff0f}[data-theme=dark] .mall-title-card:hover{box-shadow:0 12px 28px #00000059;border-color:#ffffff1a}[data-theme=dark] .mall-title-card.is-owned{background:#323335}[data-theme=dark] .mall-title-section-header{color:#8f9094}[data-theme=dark] .mall-title-section-header.owned{color:#8fbc9a}[data-theme=dark] .mall-title-section-count{background:#ffffff14;color:#9a9b9e}[data-theme=dark] .mall-title-hero{background:linear-gradient(160deg,#3d3e40,#353638);border-color:#ffffff0d;box-shadow:0 4px 14px #0003,inset 0 1px #ffffff0a}[data-theme=dark] .mall-title-card.is-owned .mall-title-hero{background:linear-gradient(160deg,#343835,#2f332f)}[data-theme=dark] .mall-title-owned-mark{background:#4caf502e;border-color:#4caf5059;color:#81c784}[data-theme=dark] .mall-title-card-hover{background:#303133c7}[data-theme=dark] .mall-title-btn{background:#414244;border-color:#4a4b4d;color:#909399}[data-theme=dark] .mall-title-btn.ghost{background:transparent;border-color:#ffffff1f;color:#c0c0c4}[data-theme=dark] .mall-title-btn.ghost:hover{background:#ffffff0f;border-color:#ffffff2e}[data-theme=dark] .mall-title-btn.locked{background:#ffffff0f;border-color:#ffffff14;color:#8f9094}[data-theme=dark] .mall-loading{color:#909399}[data-theme=dark] .mall-loading-spinner{border-color:#414244;border-top-color:#ff9800}[data-theme=dark] .mall-title-tips{background:#ff980014;border-color:#ff980038;color:#d0c4b4}[data-theme=dark] .mall-title-tips strong{color:#ffb74d}.buy-title-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.buy-title-modal{background:#fff;border-radius:12px;width:100%;max-width:360px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000026}.buy-title-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.buy-title-modal-title{font-size:14px;font-weight:600;color:#333}.buy-title-modal-close{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;color:#999;transition:all .2s ease}.buy-title-modal-close:hover{background:#ffe8ed;color:#e8879a}.buy-title-modal-body{padding:12px 14px;overflow-y:auto;flex:1}.buy-title-preview{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:10px}.buy-title-icon{font-size:24px}.buy-title-name{font-size:14px;font-weight:600;padding:3px 8px;border-radius:4px;border:2px solid}.buy-title-desc{font-size:12px;color:#666;margin-bottom:12px;line-height:1.5}.buy-title-price-section,.buy-title-balance-section{background:#f8f9fa;border-radius:8px;padding:8px 12px;margin-bottom:8px}.buy-title-price-label,.buy-title-balance-label{font-size:11px;color:#999;margin-bottom:2px}.buy-title-price-value{font-size:14px;font-weight:600;color:#e65100}.buy-title-balance-value{font-size:14px;font-weight:600;color:#2196f3}.buy-title-balance-value.insufficient{color:#f44336}.buy-title-insufficient-tip{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#fff3e0;border-radius:6px;border:1px solid #FFE0B2;font-size:11px;color:#e65100;margin-top:10px}.insufficient-icon{font-size:14px}.buy-title-modal-footer{display:flex;gap:10px;padding:10px 14px;border-top:1px solid #f0f0f0;flex-shrink:0}.buy-title-cancel-btn,.buy-title-confirm-btn{flex:1;padding:8px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.buy-title-cancel-btn{background:#f5f5f5;color:#666}.buy-title-cancel-btn:hover{background:#e8e8e8}.buy-title-confirm-btn{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.buy-title-confirm-btn:hover:not(:disabled){background:linear-gradient(135deg,#f57c00,#e65100);box-shadow:0 4px 12px #ff980066}.buy-title-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.buy-title-confirm-btn.insufficient{background:#ccc}.buy-title-modal-transition-enter-active,.buy-title-modal-transition-leave-active{transition:opacity .25s ease}.buy-title-modal-transition-enter-active .buy-title-modal,.buy-title-modal-transition-leave-active .buy-title-modal{transition:transform .25s ease,opacity .25s ease}.buy-title-modal-transition-enter-from,.buy-title-modal-transition-leave-to{opacity:0}.buy-title-modal-transition-enter-from .buy-title-modal,.buy-title-modal-transition-leave-to .buy-title-modal{transform:scale(.95) translateY(10px);opacity:0}[data-theme=dark] .buy-title-modal{background:#303133}[data-theme=dark] .buy-title-modal-header{border-bottom-color:#414244}[data-theme=dark] .buy-title-modal-title{color:#e0e0e0}[data-theme=dark] .buy-title-modal-close{background:#414244;color:#909399}[data-theme=dark] .buy-title-modal-close:hover{background:#4a4b4d;color:#e8879a}[data-theme=dark] .buy-title-desc{color:#909399}[data-theme=dark] .buy-title-price-section,[data-theme=dark] .buy-title-balance-section{background:#3a3b3d}[data-theme=dark] .buy-title-price-label,[data-theme=dark] .buy-title-balance-label{color:#909399}[data-theme=dark] .buy-title-insufficient-tip{background:#ff980026;border-color:#ff98004d;color:#ffb74d}[data-theme=dark] .buy-title-modal-footer{border-top-color:#414244}[data-theme=dark] .buy-title-cancel-btn{background:#414244;color:#909399}[data-theme=dark] .buy-title-cancel-btn:hover{background:#4a4b4d}[data-theme=dark] .mall-title-btn.buy{background:linear-gradient(135deg,#ff9800,#f57c00)}[data-theme=dark] .mall-title-btn.exchange{background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.exchange-title-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.exchange-title-modal{background:#fff;border-radius:12px;width:100%;max-width:360px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000026}.exchange-title-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.exchange-title-modal-title{font-size:14px;font-weight:600;color:#333}.exchange-title-modal-close{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;color:#999;transition:all .2s ease}.exchange-title-modal-close:hover{background:#ffe8ed;color:#e8879a}.exchange-title-modal-body{padding:12px 14px;overflow-y:auto;flex:1}.exchange-title-preview{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:10px}.exchange-title-icon{font-size:24px}.exchange-title-name{font-size:14px;font-weight:600;padding:3px 8px;border-radius:4px;border:2px solid}.exchange-title-desc{font-size:12px;color:#666;margin-bottom:12px;line-height:1.5}.exchange-title-requirement,.exchange-title-owned{background:#f8f9fa;border-radius:8px;padding:8px 12px;margin-bottom:8px}.exchange-title-req-label,.exchange-title-owned-label{font-size:11px;color:#999;margin-bottom:2px}.exchange-title-req-value{font-size:14px;font-weight:600;color:#e65100}.exchange-title-owned-value{font-size:14px;font-weight:600;color:#9c27b0}.exchange-title-owned-value.insufficient{color:#f44336}.exchange-title-insufficient-tip{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#fff3e0;border-radius:6px;border:1px solid #FFE0B2;font-size:11px;color:#e65100;margin-top:10px}.exchange-title-modal-footer{display:flex;gap:10px;padding:10px 14px;border-top:1px solid #f0f0f0;flex-shrink:0}.exchange-title-cancel-btn,.exchange-title-confirm-btn{flex:1;padding:8px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.exchange-title-cancel-btn{background:#f5f5f5;color:#666}.exchange-title-cancel-btn:hover{background:#e8e8e8}.exchange-title-confirm-btn{background:linear-gradient(135deg,#9c27b0,#7b1fa2);color:#fff}.exchange-title-confirm-btn:hover:not(:disabled){background:linear-gradient(135deg,#7b1fa2,#6a1b9a);box-shadow:0 4px 12px #9c27b066}.exchange-title-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.exchange-title-confirm-btn.insufficient{background:#ccc}.exchange-title-modal-transition-enter-active,.exchange-title-modal-transition-leave-active{transition:opacity .25s ease}.exchange-title-modal-transition-enter-active .exchange-title-modal,.exchange-title-modal-transition-leave-active .exchange-title-modal{transition:transform .25s ease,opacity .25s ease}.exchange-title-modal-transition-enter-from,.exchange-title-modal-transition-leave-to{opacity:0}.exchange-title-modal-transition-enter-from .exchange-title-modal,.exchange-title-modal-transition-leave-to .exchange-title-modal{transform:scale(.95) translateY(10px);opacity:0}[data-theme=dark] .exchange-title-modal{background:#303133}[data-theme=dark] .exchange-title-modal-header{border-bottom-color:#414244}[data-theme=dark] .exchange-title-modal-title{color:#e0e0e0}[data-theme=dark] .exchange-title-modal-close{background:#414244;color:#909399}[data-theme=dark] .exchange-title-modal-close:hover{background:#4a4b4d;color:#e8879a}[data-theme=dark] .exchange-title-desc{color:#909399}[data-theme=dark] .exchange-title-requirement,[data-theme=dark] .exchange-title-owned{background:#3a3b3d}[data-theme=dark] .exchange-title-req-label,[data-theme=dark] .exchange-title-owned-label{color:#909399}[data-theme=dark] .exchange-title-insufficient-tip{background:#ff980026;border-color:#ff98004d;color:#ffb74d}[data-theme=dark] .exchange-title-modal-footer{border-top-color:#414244}[data-theme=dark] .exchange-title-cancel-btn{background:#414244;color:#909399}[data-theme=dark] .exchange-title-cancel-btn:hover{background:#4a4b4d}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.confirm-modal{background:#fff;border-radius:12px;width:100%;max-width:320px;overflow:hidden;box-shadow:0 20px 60px #00000026}.confirm-modal-header{padding:14px 16px 10px;text-align:center}.confirm-modal-title{font-size:15px;font-weight:600;color:#333}.confirm-modal-body{padding:16px;text-align:center}.confirm-modal-message{font-size:13px;color:#666;line-height:1.5}.confirm-modal-footer{display:flex;border-top:1px solid #f0f0f0}.confirm-cancel-btn,.confirm-ok-btn{flex:1;padding:12px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.confirm-cancel-btn{background:#f5f5f5;color:#666;border-right:1px solid #f0f0f0}.confirm-cancel-btn:hover{background:#e8e8e8}.confirm-ok-btn{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.confirm-ok-btn:hover{background:linear-gradient(135deg,#f57c00,#e65100)}.confirm-modal-transition-enter-active,.confirm-modal-transition-leave-active{transition:opacity .2s ease}.confirm-modal-transition-enter-active .confirm-modal,.confirm-modal-transition-leave-active .confirm-modal{transition:transform .2s ease,opacity .2s ease}.confirm-modal-transition-enter-from,.confirm-modal-transition-leave-to{opacity:0}.confirm-modal-transition-enter-from .confirm-modal,.confirm-modal-transition-leave-to .confirm-modal{transform:scale(.95);opacity:0}[data-theme=dark] .confirm-modal{background:#303133}[data-theme=dark] .confirm-modal-title{color:#e0e0e0}[data-theme=dark] .confirm-modal-message{color:#909399}[data-theme=dark] .confirm-modal-footer{border-top-color:#414244}[data-theme=dark] .confirm-cancel-btn{background:#414244;color:#909399;border-right-color:#414244}[data-theme=dark] .confirm-cancel-btn:hover{background:#4a4b4d}.invite-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px}.invite-modal{background:#fff;border-radius:14px;width:min(680px,100vw - 24px);height:min(86vh,720px);display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026;overflow:hidden}.invite-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 8px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.invite-modal-title{font-size:14px;font-weight:700;color:#1a1a1a}.invite-modal-close{background:none;border:none;cursor:pointer;padding:3px;color:#999;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.invite-modal-close:hover{background:#f5f5f5;color:#666}.invite-stats-bar{display:flex;align-items:center;justify-content:center;gap:14px;padding:7px 14px;background:linear-gradient(135deg,#fff8e1,#fff3e0);border-bottom:1px solid #ffe0b2;flex-shrink:0}.invite-stat-item{text-align:center;min-width:0}.invite-stat-value{font-size:14px;font-weight:700;color:#e65100;line-height:1.2}.invite-stat-label{font-size:10px;color:#bf360c;margin-top:1px}.invite-stat-divider{width:1px;height:20px;background:#ffcc80;flex-shrink:0}.invite-superior-brief-row{display:flex;align-items:center;gap:4px;justify-content:center}.invite-superior-brief-avatar{width:18px;height:18px;border-radius:50%;background:#fff;border:1.5px solid #ffe0b2;display:inline-flex;align-items:center;justify-content:center;font-size:12px;overflow:hidden;flex-shrink:0}.invite-superior-brief-avatar img{width:100%;height:100%;object-fit:cover}.invite-superior-brief-name{font-size:11px;font-weight:700;color:#e65100;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invite-superior-bind{text-align:center}.invite-superior-bind-row{display:flex;align-items:center;justify-content:center;gap:5px}.invite-superior-none{font-size:11px;color:#aaa}.invite-superior-bind-btn{padding:2px 8px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:8px;font-size:10px;cursor:pointer;transition:all .2s}.invite-superior-bind-btn:hover{opacity:.9;transform:scale(1.05)}.invite-tabs{display:flex;border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:0 14px}.invite-tab{flex:1;padding:7px 0;background:none;border:none;border-bottom:2px solid transparent;font-size:12px;font-weight:600;color:#999;cursor:pointer;transition:all .2s;text-align:center}.invite-tab:hover{color:#666}.invite-tab.active{color:#ff9800;border-bottom-color:#ff9800}.invite-modal-body{overflow-y:auto;padding:12px 14px 14px;flex:1;-webkit-overflow-scrolling:touch}.invite-link-section{background:linear-gradient(135deg,#fff8e1,#fff3e0);border-radius:10px;padding:10px;margin-bottom:12px;border:1px solid #ffe0b2}.invite-link-label{font-size:11px;color:#e65100;font-weight:600;margin-bottom:6px}.invite-link-box{display:flex;gap:8px;align-items:center}.invite-share-text{flex:1;padding:6px 8px;border:1px solid #ffcc80;border-radius:6px;font-size:11px;color:#333;background:#fff;line-height:1.45;min-width:0;word-break:break-all}.invite-share-text strong{color:#e65100;font-weight:700}.invite-copy-btn{padding:6px 12px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:999px;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.invite-link-tip{font-size:10px;color:#bf360c;margin-top:5px;opacity:.75;line-height:1.4}.invite-section{margin-bottom:10px}.invite-section-title{font-size:12px;font-weight:700;color:#333;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f0f0f0}.invite-rule-list{display:flex;flex-direction:column;gap:4px}.invite-rule-list.nested{padding-left:14px;margin-top:3px}.invite-rule-item{display:flex;align-items:flex-start;gap:5px;font-size:11px;color:#555;line-height:1.45}.invite-rule-item.small{font-size:10px;color:#777}.invite-rule-item strong{color:#e65100;font-weight:600}.invite-rule-icon{flex-shrink:0;font-size:11px;line-height:1.45}.invite-sub-section{margin-top:6px;padding:7px 8px;background:#fafafa;border-radius:6px;border:1px solid #f0f0f0}.invite-sub-title{font-size:10px;font-weight:600;color:#666;margin-bottom:4px}.invite-note{margin-top:6px;padding:6px 8px;background:#fff8e1;border-radius:6px;font-size:10px;color:#795548;line-height:1.45;border-left:3px solid #ffb300}.invite-disclaimer{margin-top:10px;padding-top:8px;border-top:1px dashed #eee;font-size:10px;color:#999;line-height:1.45;text-align:center}.bind-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001}.bind-modal{background:#fff;border-radius:16px;width:480px;max-width:92vw;box-shadow:0 20px 60px #0000004d;overflow:hidden}.bind-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-bottom:1px solid #ffcc80}.bind-modal-title{font-size:16px;font-weight:700;color:#e65100}.bind-modal-close{background:none;border:none;cursor:pointer;color:#999;padding:4px;border-radius:6px;transition:all .2s}.bind-modal-close:hover{background:#0000001a;color:#666}.bind-modal-body{padding:16px 20px}.bind-modal-row{display:flex;gap:10px;margin-bottom:12px}.bind-modal-input-wrap{flex:1}.bind-modal-input{width:100%;padding:10px 12px;border:2px solid #ffcc80;border-radius:10px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}.bind-modal-input:focus{border-color:#ff9800;box-shadow:0 0 0 3px #ff980026}.bind-modal-input::placeholder{color:#bbb}.bind-modal-msg{font-size:12px;margin-top:4px;min-height:16px}.bind-modal-confirm{padding:10px 24px;background:linear-gradient(135deg,#ff9800,#f57c00);border:none;border-radius:10px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap;align-self:flex-start}.bind-modal-confirm:hover{opacity:.9;transform:translateY(-1px)}.bind-modal-confirm.disabled{opacity:.5;cursor:not-allowed;transform:none}.bind-modal-info-row{display:flex;gap:10px;margin-bottom:12px}.bind-modal-reward{flex:1;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffcc80;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:8px}.bind-modal-reward-icon{font-size:20px}.bind-modal-reward-text{font-size:13px;color:#e65100}.bind-modal-reward-text strong{color:#ff5722;font-size:15px}.bind-modal-deadline{flex:1;background:#fff3e0;border:1px solid #ffcc80;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:13px;color:#e65100}.bind-modal-deadline strong{color:#ff5722}.bind-modal-hint{background:#f8f9fa;border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:12px;color:#888}.bind-modal-hint-title{font-size:14px}.bind-modal-hint-text{line-height:1.4}.bind-modal-footer{display:flex;gap:12px;padding:12px 20px;border-top:1px solid #f0f0f0;background:#fafafa}.bind-modal-cancel{flex:1;padding:10px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:10px;font-size:14px;color:#666;cursor:pointer;transition:all .2s}.bind-modal-cancel:hover{background:#eee}.bind-modal-transition-enter-active,.bind-modal-transition-leave-active{transition:opacity .25s ease}.bind-modal-transition-enter-active .bind-modal,.bind-modal-transition-leave-active .bind-modal{transition:transform .25s ease}.bind-modal-transition-enter-from,.bind-modal-transition-leave-to{opacity:0}.bind-modal-transition-enter-from .bind-modal,.bind-modal-transition-leave-to .bind-modal{transform:scale(.9) translateY(20px)}.invite-link-input{flex:1;padding:10px 12px;border:1px solid #ffcc80;border-radius:8px;font-size:13px;color:#333;background:#fff;outline:none;min-width:0}.invite-link-input:focus{border-color:#ff9800;box-shadow:0 0 0 2px #ff980026}.invite-copy-btn{padding:8px 14px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.invite-copy-btn:hover{background:linear-gradient(135deg,#f57c00,#ef6c00);transform:translateY(-1px);box-shadow:0 4px 12px #ff98004d}.invite-copy-btn.copied{background:linear-gradient(135deg,#4caf50,#388e3c)}.invite-link-tip{font-size:10px;color:#bf360c;margin-top:6px;opacity:.8}.invite-bind-box{display:flex;gap:8px;margin-top:8px}.invite-bind-input{flex:1;padding:10px 12px;border:1px solid #ffcc80;border-radius:8px;font-size:13px;color:#333;background:#fff;outline:none;min-width:0}.invite-bind-input:focus{border-color:#ff9800;box-shadow:0 0 0 2px #ff980026}.invite-bind-input::placeholder{color:#bbb}.invite-bind-btn{padding:10px 20px;background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.invite-bind-btn:hover{background:linear-gradient(135deg,#388e3c,#2e7d32);transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}.invite-bind-btn.disabled,.invite-bind-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.invite-superior-card{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #eee}.invite-superior-avatar{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;overflow:hidden}.invite-superior-avatar img{width:100%;height:100%;object-fit:cover}.invite-superior-info{flex:1;min-width:0}.invite-superior-name{font-size:16px;font-weight:700;color:#1a1a1a}.invite-superior-meta{font-size:12px;color:#999;margin-top:4px}.invite-sub-list{display:flex;flex-direction:column;gap:8px}.invite-sub-card{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8f9fa;border-radius:8px;border:1px solid #eee;transition:background .2s}.invite-sub-card:hover{background:#f0f1f3}.invite-sub-avatar{width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;overflow:hidden}.invite-sub-avatar img{width:100%;height:100%;object-fit:cover}.invite-sub-info{flex:1;min-width:0}.invite-sub-name{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invite-sub-time{font-size:11px;color:#aaa;margin-top:2px}.invite-sub-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.invite-sub-status.pending{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2}.invite-sub-status.rewarded{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.invite-sub-rewards{display:flex;gap:6px;flex-shrink:0}.invite-empty{text-align:center;padding:48px 20px}.invite-empty-icon{font-size:48px;margin-bottom:12px;opacity:.6}.invite-empty-text{font-size:16px;font-weight:600;color:#666;margin-bottom:6px}.invite-empty-tip{font-size:13px;color:#aaa}.invite-modal-transition-enter-active,.invite-modal-transition-leave-active{transition:opacity .25s ease}.invite-modal-transition-enter-active .invite-modal,.invite-modal-transition-leave-active .invite-modal{transition:transform .25s ease}.invite-modal-transition-enter-from,.invite-modal-transition-leave-to{opacity:0}.invite-modal-transition-enter-from .invite-modal,.invite-modal-transition-leave-to .invite-modal{transform:scale(.95) translateY(10px)}[data-theme=dark] .invite-modal{background:#1e1e2e;border:1px solid #333}[data-theme=dark] .invite-modal-header{border-bottom-color:#333}[data-theme=dark] .invite-modal-title{color:#eee}[data-theme=dark] .invite-modal-close:hover{background:#333;color:#ccc}[data-theme=dark] .invite-stats-bar{background:linear-gradient(135deg,#2d2000,#2d1a00);border-bottom-color:#4a3500}[data-theme=dark] .invite-stat-value{color:#ffb74d}[data-theme=dark] .invite-stat-label{color:#bf8a50}[data-theme=dark] .invite-stat-divider{background:#4a3500}[data-theme=dark] .invite-superior-brief-avatar{background:#1e1e2e;border-color:#4a3500}[data-theme=dark] .invite-superior-brief-name{color:#ffb74d}[data-theme=dark] .invite-superior-bind-input{background:#2a2a3e;border-color:#4a3500;color:#eee}[data-theme=dark] .invite-superior-bind-input:focus{border-color:#ffb74d}[data-theme=dark] .invite-tabs{border-bottom-color:#333}[data-theme=dark] .invite-tab{color:#888}[data-theme=dark] .invite-tab:hover{color:#bbb}[data-theme=dark] .invite-tab.active{color:#ffb74d;border-bottom-color:#ffb74d}[data-theme=dark] .invite-link-section{background:linear-gradient(135deg,#2d2000,#2d1a00);border-color:#4a3500}[data-theme=dark] .invite-link-label{color:#ffb74d}[data-theme=dark] .invite-link-input,[data-theme=dark] .invite-share-text{background:#2a2a3e;border-color:#4a3500;color:#eee}[data-theme=dark] .invite-share-text strong{color:#ffb74d}[data-theme=dark] .bind-modal{background:#1e1e2e}[data-theme=dark] .bind-modal-header{background:linear-gradient(135deg,#2d2000,#2d1a00);border-bottom-color:#4a3500}[data-theme=dark] .bind-modal-title{color:#ffb74d}[data-theme=dark] .bind-modal-close{color:#888}[data-theme=dark] .bind-modal-close:hover{background:#ffffff1a;color:#ccc}[data-theme=dark] .bind-modal-tip{color:#aaa}[data-theme=dark] .bind-modal-input{background:#2a2a3e;border-color:#4a3500;color:#eee}[data-theme=dark] .bind-modal-input:focus{border-color:#ffb74d}[data-theme=dark] .bind-modal-reward{background:linear-gradient(135deg,#2d2000,#2d1a00);border-color:#4a3500}[data-theme=dark] .bind-modal-reward-text{color:#ffb74d}[data-theme=dark] .bind-modal-reward-text strong{color:#ff9800}[data-theme=dark] .bind-modal-deadline{background:#2d2000;border-color:#4a3500;color:#ffb74d}[data-theme=dark] .bind-modal-deadline strong{color:#ff9800}.bind-modal-hint-warning{color:#e65100;font-weight:600}[data-theme=dark] .bind-modal-hint-warning{color:#ffb74d}[data-theme=dark] .bind-modal-hint{background:#2a2a3e}[data-theme=dark] .bind-modal-hint-title{color:#eee}[data-theme=dark] .bind-modal-hint-text{color:#aaa}[data-theme=dark] .bind-modal-footer{background:#252535;border-top-color:#333}[data-theme=dark] .bind-modal-cancel{background:#2a2a3e;border-color:#444;color:#aaa}[data-theme=dark] .bind-modal-cancel:hover{background:#333}[data-theme=dark] .invite-bind-input{background:#2a2a3e;border-color:#4a3500;color:#eee}[data-theme=dark] .invite-bind-input::placeholder{color:#666}[data-theme=dark] .invite-link-tip{color:#ffb74d}[data-theme=dark] .invite-section-title{color:#eee;border-bottom-color:#333}[data-theme=dark] .invite-rule-item{color:#ccc}[data-theme=dark] .invite-rule-item.small{color:#aaa}[data-theme=dark] .invite-rule-item strong{color:#ffb74d}[data-theme=dark] .invite-sub-section{background:#2a2a3e;border-color:#333}[data-theme=dark] .invite-sub-title{color:#aaa}[data-theme=dark] .invite-note{background:#2d2000;color:#ffb74d;border-left-color:#ff9800}[data-theme=dark] .invite-disclaimer{background:#2a2a3e;color:#888}[data-theme=dark] .invite-superior-card{background:#2a2a3e;border-color:#333}[data-theme=dark] .invite-superior-avatar{background:#1e1e2e;border-color:#444}[data-theme=dark] .invite-superior-name{color:#eee}[data-theme=dark] .invite-sub-card{background:#2a2a3e;border-color:#333}[data-theme=dark] .invite-sub-card:hover{background:#333}[data-theme=dark] .invite-sub-avatar{background:#1e1e2e;border-color:#444}[data-theme=dark] .invite-sub-name{color:#eee}[data-theme=dark] .invite-sub-time{color:#888}[data-theme=dark] .invite-sub-status.pending{background:#3e2723;color:#ffb74d;border-color:#4e342e}[data-theme=dark] .invite-sub-status.rewarded{background:#1b3a1b;color:#81c784;border-color:#2e5a2e}[data-theme=dark] .invite-empty-text{color:#aaa}[data-theme=dark] .invite-empty-tip{color:#777}[data-theme=dark] .invite-claim-btn{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .invite-claim-btn.gold{color:#ffb74d;border-color:#4e3a2e}[data-theme=dark] .invite-claim-btn.member{color:#ce93d8;border-color:#3e2a4e}[data-theme=dark] .invite-claim-btn.claimed{background:#2a2a2a;border-color:#3a3a3a;color:#666}[data-theme=dark] .invite-claim-btn.invalid{background:#2a1515;border-color:#5a2020;color:#e57373}[data-theme=dark] .invite-claim-btn.gold:hover:not(.disabled){background:#2a2215}[data-theme=dark] .invite-claim-btn.member:hover:not(.disabled){background:#2a1a2e}[data-theme=dark] .invite-pending-badge{background:#3a2a15;color:#ffb74d}[data-theme=dark] .invite-pending-badge.member-badge{background:#2a1a3e;color:#ce93d8}.invite-ranking-list{display:flex;flex-direction:column;gap:6px}.invite-ranking-header{display:flex;align-items:center;padding:6px 10px;font-size:11px;font-weight:600;color:#888;border-bottom:1px solid #eee}.invite-ranking-row{display:flex;align-items:center;padding:7px 10px;background:#f8f9fa;border-radius:8px;border:1px solid #eee;transition:background .2s}.invite-ranking-row:hover{background:#f0f1f3}.invite-ranking-row.top-1{background:linear-gradient(135deg,#fff8e1,#fff3e0);border-color:#ffe0b2}.invite-ranking-row.top-2{background:linear-gradient(135deg,#f5f5f5,#eee);border-color:#e0e0e0}.invite-ranking-row.top-3{background:linear-gradient(135deg,#fbe9e7,#ffccbc);border-color:#ffccbc}.ranking-col-rank{width:40px;text-align:center;flex-shrink:0}.ranking-col-user{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.ranking-col-count{width:70px;text-align:center;font-size:13px;font-weight:600;color:#1a1a1a;flex-shrink:0}.ranking-col-earn{width:70px;text-align:right;font-size:13px;font-weight:600;color:#e65100;flex-shrink:0}.rank-medal{font-size:18px}.rank-num{font-size:13px;font-weight:600;color:#888}.ranking-avatar{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;overflow:hidden}.ranking-avatar img{width:100%;height:100%;object-fit:cover}.ranking-name{font-size:13px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .invite-ranking-header{border-color:#333;color:#777}[data-theme=dark] .invite-ranking-row{background:#2a2a3e;border-color:#333}[data-theme=dark] .invite-ranking-row:hover{background:#333}[data-theme=dark] .invite-ranking-row.top-1{background:linear-gradient(135deg,#3e3a2a,#3e3520);border-color:#5a4a2a}[data-theme=dark] .invite-ranking-row.top-2{background:linear-gradient(135deg,#2a2a3e,#334);border-color:#444}[data-theme=dark] .invite-ranking-row.top-3{background:linear-gradient(135deg,#3e2a2a,#432);border-color:#5a3a2a}[data-theme=dark] .ranking-col-count{color:#eee}[data-theme=dark] .ranking-col-earn{color:#ffb74d}[data-theme=dark] .rank-num{color:#777}[data-theme=dark] .ranking-avatar{background:#1e1e2e;border-color:#444}[data-theme=dark] .ranking-name{color:#eee}.stock-page{position:fixed;left:56px;top:0;right:0;bottom:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#f1f5f9);z-index:100;overflow:hidden}.stock-page-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.stock-header-left{display:flex;align-items:baseline;gap:8px}.stock-header-left h2{font-size:14px;font-weight:700;margin:0;color:#1e293b}.stock-code{font-size:11px;color:#94a3b8;font-weight:500}.stock-header-right{display:flex;align-items:center;gap:10px}.stock-price-display{display:flex;align-items:baseline;gap:6px}.stock-current-price{font-size:17px;font-weight:700;font-variant-numeric:tabular-nums}.stock-price-change{font-size:11px;font-weight:600;padding:1px 5px;border-radius:4px}.price-up{color:#22c55e}.price-down{color:#ef4444}.price-up .stock-price-change,.stock-price-change.price-up{background:#22c55e1a}.price-down .stock-price-change,.stock-price-change.price-down{background:#ef44441a}.stock-page-body{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column;max-width:900px;margin:0 auto;width:100%}.stock-chart-area{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.stock-chart-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid #f1f5f9;gap:8px;flex-wrap:wrap}.stock-timeframe-bar{display:flex;gap:2px;flex-wrap:wrap}.stock-tf-btn{padding:3px 8px;border:1px solid transparent;border-radius:4px;background:none;font-size:11px;font-weight:500;color:#94a3b8;cursor:pointer;transition:all .15s;white-space:nowrap}.stock-tf-btn:hover{color:#475569;background:#f1f5f9}.stock-tf-btn.active{color:#3b82f6;background:#3b82f614;font-weight:600;border-color:#3b82f633}.stock-chart-info-bar{display:flex;align-items:center;gap:10px;font-size:10px;color:#94a3b8}.stock-info-item b{color:#1e293b;margin-left:2px}.stock-info-item.price-up b{color:#22c55e}.stock-info-item.price-down b{color:#ef4444}.stock-chart-container{width:100%;height:300px;position:relative}.stock-chart-container canvas{width:100%!important;height:100%!important;display:block;touch-action:none}.stock-trade-panel{background:#fff;border-bottom:1px solid #e2e8f0;padding:10px 14px;flex-shrink:0}.stock-trade-balance{font-size:13px;color:#475569;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.stock-trade-balance b{color:#1e293b;font-size:15px}.stock-points-actions{margin-left:8px;display:inline-flex;gap:4px}.stock-buy-points-btn{background:#10b981;color:#fff;border:none;border-radius:4px;padding:2px 8px;font-size:11px;cursor:pointer}.stock-buy-points-btn:hover{background:#059669}.stock-sell-points-btn{background:#94a3b8;color:#fff;border:none;border-radius:4px;padding:2px 8px;font-size:11px;cursor:pointer}.stock-sell-points-btn:hover{background:#64748b}.stock-gold-info{margin-left:8px;color:#94a3b8;font-size:12px}.stock-buy-dialog{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.stock-buy-dialog-content{background:#fff;border-radius:12px;width:520px;max-width:90vw;overflow:hidden}.stock-buy-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f1f5f9;font-weight:600;font-size:14px}.stock-buy-dialog-close{background:none;border:none;font-size:20px;cursor:pointer;color:#94a3b8;padding:0 4px}.stock-buy-dialog-body{padding:16px}.stock-buy-info{font-size:13px;color:#64748b;margin-bottom:12px}.stock-buy-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;margin-bottom:8px;box-sizing:border-box}.stock-buy-quick{display:flex;gap:6px;margin-bottom:12px}.stock-buy-quick button{flex:1;padding:4px;border:1px solid #e2e8f0;border-radius:4px;background:#f8fafc;font-size:12px;cursor:pointer}.stock-buy-quick button:hover{background:#e2e8f0}.stock-buy-notice{font-size:11px;color:#f59e0b;margin-bottom:12px;padding:6px 8px;background:#fffbeb;border-radius:4px}.stock-buy-confirm-btn{width:100%;padding:8px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}.stock-buy-confirm-btn:hover{background:#059669}.stock-buy-confirm-btn:disabled{background:#94a3b8;cursor:not-allowed}.stock-sell-notice{font-size:11px;color:#d97706;margin-bottom:12px;padding:6px 8px;background:#fffbeb;border-radius:4px}.stock-sell-confirm-btn{width:100%;padding:8px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}.stock-sell-confirm-btn:hover{background:#d97706}.stock-sell-confirm-btn:disabled{background:#94a3b8;cursor:not-allowed}.stock-closed-notice{text-align:center;padding:20px;color:#ef4444;font-size:16px;font-weight:600;background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:8px;margin-bottom:12px}.stock-margin-info{color:#94a3b8;font-size:12px}.stock-trade-controls{display:flex;flex-direction:column;gap:10px}.stock-direction-row{display:flex;gap:6px}.stock-dir-btn{flex:1;padding:4px 10px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;color:#64748b}.stock-dir-btn.dir-long.active{border-color:#22c55e;background:#22c55e14;color:#22c55e}.stock-dir-btn.dir-short.active{border-color:#ef4444;background:#ef444414;color:#ef4444}.stock-dir-btn:hover{border-color:#94a3b8}.stock-input-row{display:flex;gap:8px}.stock-input-group{flex:1;display:flex;flex-direction:column;gap:3px}.stock-input-group label{font-size:10px;color:#94a3b8;font-weight:500}.stock-amount-input,.stock-leverage-select{padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .2s}.stock-amount-input:focus,.stock-leverage-select:focus{border-color:#3b82f6;background:#fff}.stock-leverage-select.leverage-mid{border-color:#eab308;color:#a16207}.stock-leverage-select.leverage-high{border-color:#ef4444;color:#dc2626}.stock-leverage-select.leverage-extreme{border-color:#dc2626;color:#b91c1c;background:#fef2f2}.stock-leverage-select.leverage-mid:focus{border-color:#eab308}.stock-leverage-select.leverage-high:focus{border-color:#ef4444}.stock-leverage-select.leverage-extreme:focus{border-color:#dc2626}.stock-leverage-hint{font-size:11px;color:#f59e0b;margin-top:4px;line-height:1.3}.stock-quick-amounts{display:flex;gap:6px;flex-wrap:wrap}.stock-quick-btn{padding:1px 6px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-size:10px;color:#64748b;cursor:pointer;transition:all .2s}.stock-quick-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.stock-quick-btn.active{border-color:#3b82f6;color:#fff;background:#3b82f6;font-weight:600}.stock-estimate{display:flex;gap:10px;font-size:10px;color:#94a3b8;padding:6px 10px;background:#f8fafc;border-radius:6px}.stock-estimate b{color:#475569}.stock-fee-notice{display:flex;align-items:center;gap:4px;font-size:11px;color:#ef4444;padding:4px 8px;background:#fef2f2;border:1px dashed #fca5a5;border-radius:6px;margin-top:4px}.stock-fee-notice .stock-fee-icon{font-size:12px}.stock-fee-notice b{color:#dc2626;font-weight:700}.stock-open-btn{padding:8px;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;color:#fff}.stock-open-btn.btn-long{background:linear-gradient(135deg,#22c55e,#16a34a)}.stock-open-btn.btn-long:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.stock-open-btn.btn-short{background:linear-gradient(135deg,#ef4444,#dc2626)}.stock-open-btn.btn-short:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.stock-open-btn:disabled{opacity:.5;cursor:not-allowed}.stock-bottom-section{flex-shrink:0;display:flex;flex-direction:column}.stock-tabs{display:flex;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.stock-tab{flex:1;padding:8px;border:none;background:none;font-size:13px;font-weight:500;color:#94a3b8;cursor:pointer;position:relative;transition:color .2s}.stock-tab.active{color:#1e293b;font-weight:600}.stock-tab.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;background:#3b82f6;border-radius:1px}.stock-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#3b82f6;color:#fff;font-size:10px;font-weight:600;margin-left:4px}.stock-tab-content{padding:8px 14px;min-height:100px}.stock-pnl-stats{display:flex;align-items:center;justify-content:center;gap:0;padding:8px 6px;margin-bottom:6px;background:#3b82f60a;border-radius:8px;border:1px solid rgba(59,130,246,.1)}.pnl-stat-item{flex:1;text-align:center}.pnl-stat-label{font-size:10px;color:#94a3b8;margin-bottom:2px}.pnl-stat-value{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.pnl-stat-sub{font-size:10px;color:#94a3b8;margin-top:1px}.pnl-stat-divider{width:1px;height:36px;background:#94a3b833;margin:0 4px}.stock-empty{text-align:center;padding:20px 0;color:#94a3b8;font-size:13px}.stock-rules-content{padding:12px}.stock-rules-section h3{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 20px;text-align:center}.stock-rules-block{margin-bottom:12px;padding:12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.stock-rules-block h4{font-size:13px;font-weight:600;color:#334155;margin:0 0 8px}.stock-rules-block ul{margin:0;padding-left:18px}.stock-rules-block li{font-size:12px;color:#475569;line-height:1.6}.stock-rules-formula{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 14px;border-radius:8px;font-size:15px;font-weight:600;text-align:center;margin-bottom:12px;letter-spacing:1px}.stock-leverage-table{margin-top:8px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.stock-leverage-row{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;font-size:12px;color:#475569}.stock-leverage-row:nth-child(2n){background:#f1f5f9}.stock-leverage-header{background:#e2e8f0!important;font-weight:600;color:#334155}.stock-leverage-row span:first-child{width:60px;text-align:center}.stock-leverage-row span:nth-child(2){width:80px;text-align:center}.stock-leverage-row span:last-child{width:80px;text-align:center}.risk-label.safe{color:#22c55e}.risk-label.caution{color:#f59e0b}.risk-label.danger{color:#ef4444}.risk-label.critical{color:#dc2626;font-weight:700}.stock-tpsl-default{margin-top:8px;padding:8px 10px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.stock-tpsl-header{margin-bottom:0}.stock-tpsl-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:11px;color:#475569;font-weight:500}.stock-tpsl-toggle input[type=checkbox]{width:14px;height:14px;accent-color:#6366f1;cursor:pointer}.stock-tpsl-inputs{display:flex;gap:8px;margin-top:6px}.stock-tpsl-field{flex:1}.stock-tpsl-field label{display:block;font-size:10px;color:#94a3b8;margin-bottom:2px}.stock-tpsl-input-wrap{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.stock-tpsl-input-wrap input{flex:1;border:none;padding:6px 8px;font-size:12px;background:transparent;outline:none;min-width:0}.stock-tpsl-suffix{padding:6px 8px;font-size:12px;color:#94a3b8;background:#f1f5f9;border-left:1px solid #e2e8f0}.stock-load-more{text-align:center;padding:8px 0;color:#3b82f6;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.stock-load-more:hover{color:#2563eb}.stock-load-more:active{opacity:.7}.stock-load-more.no-more{color:#94a3b8;cursor:default}.stock-position-list{display:flex;flex-direction:column;gap:6px}.stock-position-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;position:relative}.stock-position-item.pos-long{border-left:3px solid #22c55e}.stock-position-item.pos-short{border-left:3px solid #ef4444}.pos-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.pos-direction{font-size:11px;font-weight:600;padding:1px 5px;border-radius:4px}.pos-direction.dir-long{background:#22c55e1a;color:#22c55e}.pos-direction.dir-short{background:#ef44441a;color:#ef4444}.pos-leverage{font-size:11px;color:#94a3b8;background:#f1f5f9;padding:1px 6px;border-radius:4px}.pos-time{font-size:11px;color:#94a3b8;margin-left:auto}.pos-body{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pos-info{display:flex;flex-direction:column;gap:1px;font-size:11px;color:#64748b}.pos-info b{color:#1e293b}.pos-pnl{text-align:right;display:flex;flex-direction:column;gap:2px}.pos-pnl-value{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.pos-pnl-percent{font-size:11px;font-weight:600}.pos-risk-tag{font-size:10px;font-weight:600;padding:1px 6px;border-radius:3px}.risk-tag-safe{background:#22c55e1a;color:#22c55e}.risk-tag-caution{background:#eab3081a;color:#ca8a04}.risk-tag-danger{background:#ef444426;color:#ef4444}.risk-tag-critical{background:#ef444440;color:#dc2626;animation:risk-flash 1s ease-in-out infinite}@keyframes risk-flash{0%,to{opacity:1}50%{opacity:.5}}.liq-price{color:#ef4444!important}.pos-margin-bar{position:relative;height:10px;background:#f1f5f9;border-radius:9px;margin:8px 0;overflow:hidden}.pos-margin-fill{height:100%;border-radius:9px;transition:width .5s ease}.pos-margin-fill.margin-safe{background:linear-gradient(90deg,#22c55e,#4ade80)}.pos-margin-fill.margin-caution{background:linear-gradient(90deg,#eab308,#facc15)}.pos-margin-fill.margin-danger{background:linear-gradient(90deg,#ef4444,#f87171)}.pos-margin-fill.margin-critical{background:linear-gradient(90deg,#dc2626,#ef4444);animation:margin-pulse .8s ease-in-out infinite}@keyframes margin-pulse{0%,to{opacity:1}50%{opacity:.6}}.pos-margin-label{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;line-height:1;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.9);pointer-events:none}.stock-position-item.risk-caution{border-color:#eab308}.stock-position-item.risk-danger{border-color:#ef4444;box-shadow:0 0 0 1px #ef44441a}.stock-position-item.risk-critical{border-color:#dc2626;box-shadow:0 0 0 1px #dc262626;animation:card-shake .5s ease-in-out}@keyframes card-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.pos-close-btn{width:100%;padding:5px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.pos-close-btn:hover{background:#f1f5f9;border-color:#94a3b8}.stock-history-list{display:flex;flex-direction:column;gap:6px}.stock-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px}.history-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.history-direction{font-size:11px;font-weight:600;padding:1px 5px;border-radius:3px}.history-direction.dir-long{background:#22c55e1a;color:#22c55e}.history-direction.dir-short{background:#ef44441a;color:#ef4444}.history-leverage{font-size:10px;color:#94a3b8;background:#f1f5f9;padding:1px 5px;border-radius:3px}.history-status{font-size:10px;margin-left:auto}.history-status.status-liquidated{color:#ef4444;font-weight:600}.history-time{font-size:10px;color:#94a3b8}.history-body{display:flex;gap:10px;font-size:11px;color:#64748b}.history-pnl{font-weight:600;margin-left:auto}.stock-disclaimer{padding:12px 16px;font-size:10px;color:#94a3b8;text-align:center;background:#f8fafc;border-top:1px solid #f1f5f9;line-height:1.6}.stock-disclaimer p{margin:0;padding:0}.stock-disclaimer p:first-child{font-weight:600;margin-bottom:4px}.friend-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;margin-bottom:10px;font-size:12px;color:#64748b}.friend-refresh-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:12px;color:#3b82f6;cursor:pointer;width:50px}.friend-refresh-btn:hover:not(:disabled){background:#f0f7ff}.friend-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.friend-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;overflow:hidden}.friend-user-header{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #f1f5f9}.friend-user-name{flex:1;font-size:13px;font-weight:600;color:#1e293b}.friend-avatar-img{width:100%;height:100%;object-fit:cover}.friend-positions{padding:6px 12px 8px}.friend-position-item{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:12px;color:#64748b;border-bottom:1px dashed #f1f5f9}.friend-position-item:last-child{border-bottom:none}.friend-entry{color:#94a3b8;font-size:11px}.friend-pos-pnl{margin-left:auto;font-weight:600;font-size:12px}.friend-summary{display:flex;gap:16px;padding:8px 12px;background:#f8fafc;border-radius:8px;margin-bottom:10px;font-size:12px;color:#64748b}.friend-summary-item b{color:#1e293b;font-weight:600}.stock-tab-badge-green{background:#22c55e}.friend-list{display:flex;flex-direction:column;gap:6px}.friend-item{display:flex;align-items:center;gap:6px;padding:6px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .2s}.friend-item:hover{border-color:#cbd5e1}.friend-item.friend-profit{border-left:3px solid #22c55e}.friend-item.friend-loss{border-left:3px solid #ef4444}.friend-rank{width:24px;text-align:center;font-size:12px;color:#94a3b8;font-weight:600;flex-shrink:0}.friend-rank.rank-top{font-size:16px}.friend-avatar{width:44px;height:44px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:22px;overflow:hidden;flex-shrink:0}.friend-info{flex:1;min-width:0}.friend-name{font-size:12px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend-position{display:flex;align-items:center;gap:4px;margin-top:2px;font-size:10px;color:#94a3b8}.friend-dir{font-weight:600;padding:0 3px;border-radius:2px}.friend-dir.dir-long{color:#22c55e;background:#22c55e14}.friend-dir.dir-short{color:#ef4444;background:#ef444414}.friend-leverage{background:#f1f5f9;padding:0 3px;border-radius:2px}.friend-pnl{text-align:right;flex-shrink:0}.friend-pnl-value{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.friend-pnl-percent{font-size:10px;font-weight:600;font-variant-numeric:tabular-nums}.friend-pos-percent{font-size:10px;font-weight:500;opacity:.8}@media(max-width:720px){.stock-page{left:0;bottom:56px}.stock-chart-container{height:220px}.stock-chart-toolbar{padding:4px 8px;gap:4px;flex-direction:column;align-items:flex-start}.stock-timeframe-bar{gap:1px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stock-timeframe-bar::-webkit-scrollbar{display:none}.stock-tf-btn{padding:4px 7px;font-size:11px;flex-shrink:0}.stock-chart-info-bar{gap:8px;font-size:10px}.stock-trade-panel{padding:10px 12px}.stock-direction-row{gap:6px}.stock-dir-btn{padding:4px 8px;font-size:12px}.stock-input-row{gap:8px}.stock-amount-input,.stock-leverage-select{padding:6px 8px;font-size:12px}.stock-quick-amounts{gap:6px}.stock-quick-btn{padding:1px 6px;font-size:10px}.stock-open-btn{padding:8px;font-size:13px}.stock-tab-content{padding:8px 12px;min-height:100px}.stock-position-item,.stock-history-item{padding:8px 10px}.pos-pnl-value,.stock-header-left h2{font-size:14px}.stock-current-price{font-size:16px}}@media(min-width:769px){.stock-trade-panel{padding:14px 20px}.stock-trade-controls{gap:12px}.stock-direction-row{gap:10px}.stock-dir-btn{padding:4px 16px;font-size:12px}.stock-input-row{gap:12px}.stock-amount-input,.stock-leverage-select{padding:10px 12px;font-size:14px}.stock-quick-amounts{gap:8px}.stock-quick-btn{padding:4px 10px;font-size:12px}.stock-open-btn{max-width:320px;margin:0 auto;display:block;padding:12px 20px;font-size:15px}}@media(min-width:1200px){.stock-trade-panel{padding:16px 24px}.stock-trade-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.stock-direction-row{grid-column:1 / -1;gap:12px}.stock-dir-btn{padding:6px 20px;font-size:12px}.stock-input-row{grid-column:1 / -1;gap:16px}.stock-amount-input,.stock-leverage-select{padding:12px 14px;font-size:14px}.stock-quick-amounts{grid-column:1;gap:6px}.stock-quick-btn{padding:2px 8px;font-size:13px}.stock-estimate{grid-column:2;align-self:center}.stock-open-btn{grid-column:1 / -1;max-width:400px;margin:0 auto;padding:14px 24px;font-size:16px}}[data-theme=dark] .stock-page{background:#1f1f21}[data-theme=dark] .stock-page-header{background:#252528;border-color:#2a2a2d}[data-theme=dark] .stock-header-left h2{color:#e0e0e0}[data-theme=dark] .stock-chart-area{background:#252528;border-color:#2a2a2d}[data-theme=dark] .stock-chart-toolbar{border-color:#2a2a2d}[data-theme=dark] .stock-tf-btn{color:#666}[data-theme=dark] .stock-tf-btn:hover{color:#e0e0e0;background:#2a2a2d}[data-theme=dark] .stock-tf-btn.active{color:#60a5fa;background:#60a5fa1f;border-color:#60a5fa40}[data-theme=dark] .stock-chart-info-bar{color:#666}[data-theme=dark] .stock-info-item b{color:#e0e0e0}[data-theme=dark] .stock-trade-panel{background:#252528;border-color:#2a2a2d}[data-theme=dark] .stock-trade-balance{color:#888;border-color:#2a2a2d}[data-theme=dark] .stock-trade-balance b{color:#e0e0e0}[data-theme=dark] .stock-buy-points-btn{background:#059669}[data-theme=dark] .stock-sell-points-btn{background:#3a3a42}[data-theme=dark] .stock-gold-info{color:#666}[data-theme=dark] .stock-buy-dialog-content{background:#252528}[data-theme=dark] .stock-buy-dialog-header{border-color:#2a2a2d;color:#e0e0e0}[data-theme=dark] .stock-buy-info{color:#888}[data-theme=dark] .stock-buy-input{background:#1a1a1c;border-color:#2a2a2d;color:#e0e0e0}[data-theme=dark] .stock-buy-quick button{background:#1a1a1c;border-color:#2a2a2d;color:#888}[data-theme=dark] .stock-buy-quick button:hover{background:#2a2a2d}[data-theme=dark] .stock-buy-notice,[data-theme=dark] .stock-sell-notice{background:#2a2a1a;color:#fbbf24}[data-theme=dark] .stock-dir-btn{background:#1a1a1c;border-color:#2a2a2d;color:#888}[data-theme=dark] .stock-amount-input,[data-theme=dark] .stock-leverage-select{background:#1a1a1c;border-color:#2a2a2d;color:#e0e0e0}[data-theme=dark] .stock-leverage-select.leverage-mid{border-color:#a16207;color:#facc15}[data-theme=dark] .stock-leverage-select.leverage-high{border-color:#dc2626;color:#f87171}[data-theme=dark] .stock-leverage-select.leverage-extreme{border-color:#b91c1c;color:#fca5a5;background:#1c0a0a}[data-theme=dark] .stock-leverage-hint{color:#fbbf24}[data-theme=dark] .stock-quick-btn{background:#1a1a1c;border-color:#2a2a2d;color:#888}[data-theme=dark] .stock-quick-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}[data-theme=dark] .stock-estimate{background:#1a1a1c}[data-theme=dark] .stock-estimate b{color:#e0e0e0}[data-theme=dark] .stock-fee-notice{background:#1a1014;border-color:#5c2028;color:#f87171}[data-theme=dark] .stock-fee-notice b{color:#fca5a5}[data-theme=dark] .stock-tabs{background:#252528;border-color:#2a2a2d}[data-theme=dark] .stock-tab{color:#666}[data-theme=dark] .stock-tab.active{color:#e0e0e0}[data-theme=dark] .stock-position-item,[data-theme=dark] .stock-history-item{background:#1a1a1c;border-color:#2a2a2d}[data-theme=dark] .pos-leverage,[data-theme=dark] .history-leverage{background:#2a2a2d}[data-theme=dark] .pos-info{color:#888}[data-theme=dark] .pos-info b{color:#e0e0e0}[data-theme=dark] .pos-close-btn{background:#1a1a1c;border-color:#2a2a2d;color:#888}[data-theme=dark] .pos-close-btn:hover,[data-theme=dark] .pos-margin-bar{background:#2a2a2d}[data-theme=dark] .pos-margin-label{text-shadow:0 0 3px #1a1a1c}[data-theme=dark] .stock-position-item.risk-caution{border-color:#a16207}[data-theme=dark] .stock-position-item.risk-danger{border-color:#dc2626}[data-theme=dark] .stock-position-item.risk-critical{border-color:#b91c1c}[data-theme=dark] .pos-risk-tag.risk-tag-safe{color:#4ade80}[data-theme=dark] .pos-risk-tag.risk-tag-caution{color:#facc15}[data-theme=dark] .pos-risk-tag.risk-tag-danger{color:#f87171}[data-theme=dark] .pos-risk-tag.risk-tag-critical{color:#fca5a5}[data-theme=dark] .friend-summary{background:#1a1a1c}[data-theme=dark] .friend-summary-item b{color:#e0e0e0}[data-theme=dark] .friend-user-card{background:#252528;border-color:#2a2a2d}[data-theme=dark] .friend-user-header{border-bottom-color:#2a2a2d}[data-theme=dark] .friend-user-name{color:#e0e0e0}[data-theme=dark] .friend-position-item{border-bottom-color:#2a2a2d}[data-theme=dark] .friend-item{background:#1a1a1c;border-color:#2a2a2d}[data-theme=dark] .friend-item:hover{border-color:#3a3a42}[data-theme=dark] .friend-name{color:#e0e0e0}[data-theme=dark] .friend-position{color:#666}[data-theme=dark] .friend-leverage{background:#2a2a2d}[data-theme=dark] .history-body{color:#888}[data-theme=dark] .stock-disclaimer{background:#1a1a1c;border-color:#2a2a2d;color:#666}[data-theme=dark] .stock-rules-section h3{color:#e0e0e0}[data-theme=dark] .stock-rules-block{background:#252528;border-color:#2a2a2d}[data-theme=dark] .stock-rules-block h4{color:#ccc}[data-theme=dark] .stock-rules-block li{color:#999}.lottery-section{padding-bottom:20px}.lottery-sub-tabs{display:flex;gap:0;margin-bottom:16px;border-bottom:2px solid #f0f0f0}.lottery-sub-tab{flex:1;padding:10px 0;border:none;background:none;font-size:13px;font-weight:600;color:#999;cursor:pointer;position:relative;transition:color .2s;white-space:nowrap}.lottery-sub-tab:hover{color:#666}.lottery-sub-tab.active{color:#e65100}.lottery-sub-tab.active:after{content:"";position:absolute;bottom:-2px;left:20%;right:20%;height:2px;background:#e65100;border-radius:1px}.lottery-rules{background:linear-gradient(135deg,#ff980014,#ff572214);border:1px solid rgba(255,152,0,.2);border-radius:12px;margin-bottom:16px;overflow:hidden}.lottery-rules-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;font-size:14px;font-weight:600;color:#e65100;-webkit-user-select:none;user-select:none}.lottery-rules-toggle{font-size:12px;transition:transform .3s}.lottery-rules.collapsed .lottery-rules-toggle{transform:rotate(-90deg)}.lottery-rules.collapsed .lottery-rules-body{display:none}.lottery-rules-body{padding:0 16px 12px}.lottery-rules-body p{margin:4px 0;font-size:12px;color:#bf360c;line-height:1.6}.mall-header-balance{font-size:13px;font-weight:600;color:#e65100;margin-left:auto;margin-right:12px;white-space:nowrap}.lottery-machine-area{display:flex;gap:16px;margin:32px 0;justify-content:center;align-items:center}.lottery-machine{display:flex;justify-content:center;flex-shrink:0}.lottery-machine-frame{width:300px;background:linear-gradient(180deg,#ff6f00,#e65100);border-radius:20px;padding:20px;position:relative;box-shadow:0 8px 32px #e651004d,inset 0 2px #fff3,inset 0 -2px #0003}.lottery-machine-top{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:12px}.lottery-machine-title{font-size:18px;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:2px}.lottery-machine-light{width:8px;height:8px;border-radius:50%;animation:lotteryLightBlink 1.5s ease-in-out infinite}.lottery-machine-light.l1{background:#ffeb3b;animation-delay:0s}.lottery-machine-light.l2{background:#ff5722;animation-delay:.25s}.lottery-machine-light.l3{background:#4caf50;animation-delay:.5s}.lottery-machine-light.l4{background:#2196f3;animation-delay:.75s}.lottery-machine-light.l5{background:#e91e63;animation-delay:1s}.lottery-machine-light.l6{background:#ffeb3b;animation-delay:1.25s}@keyframes lotteryLightBlink{0%,to{opacity:1;box-shadow:0 0 6px currentColor}50%{opacity:.3;box-shadow:none}}.lottery-machine-window{background:#1a1a2e;border-radius:12px;height:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #333;box-shadow:inset 0 4px 12px #00000080;position:relative}.lottery-window-idle{display:flex;flex-direction:column;align-items:center;gap:6px}.lottery-window-icon{font-size:36px;animation:lotteryFloat 2s ease-in-out infinite}@keyframes lotteryFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lottery-window-text{font-size:13px;color:#aaa}.lottery-window-spinning{width:100%;height:100%;overflow:hidden;position:relative}.lottery-spin-strip{display:flex;flex-direction:column;animation:lotterySpinScroll 2s linear infinite}.lottery-spin-icon{font-size:40px;text-align:center;padding:6px 0;flex-shrink:0;line-height:1.2}@keyframes lotterySpinScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.lottery-window-reveal{display:flex;align-items:center;justify-content:center}.lottery-reveal-icon{font-size:56px;animation:lotteryRevealBounce .6s cubic-bezier(.68,-.55,.27,1.55)}@keyframes lotteryRevealBounce{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.3) rotate(10deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.lottery-machine.spinning .lottery-machine-window{box-shadow:inset 0 4px 12px #00000080,0 0 20px #ff980066}.lottery-machine.spinning .lottery-machine-lever{animation:lotteryLeverPull .4s ease-in-out}@keyframes lotteryLeverPull{0%{transform:translateY(-50%)}40%{transform:translateY(10%)}to{transform:translateY(-50%)}}.lottery-machine.reveal{animation:lotteryMachinePop .5s cubic-bezier(.36,1.56,.64,1)}@keyframes lotteryMachinePop{0%{transform:scale(1)}30%{transform:scale(.92)}to{transform:scale(1)}}.lottery-machine-lever{width:16px;height:40px;background:linear-gradient(180deg,#bdbdbd,#9e9e9e);border-radius:8px;position:absolute;right:-8px;top:50%;transform:translateY(-50%);box-shadow:2px 2px 4px #0000004d}.lottery-machine-lever:after{content:"";width:24px;height:24px;background:radial-gradient(circle,#f44336,#c62828);border-radius:50%;position:absolute;top:-12px;left:-4px;box-shadow:0 2px 4px #0000004d}.lottery-actions{display:flex;flex-direction:column;gap:10px;justify-content:center;flex-shrink:0}.lottery-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 16px;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s;position:relative;overflow:hidden;white-space:nowrap}.lottery-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.lottery-btn:hover:before{left:100%}.lottery-btn-single{background:linear-gradient(135deg,#ffe0b2,#ffcc80);color:#e65100;border:1px solid #ffcc80;box-shadow:0 2px 8px #ff980026}.lottery-btn-single:hover:not(:disabled){background:linear-gradient(135deg,#ffcc80,#ffb74d);box-shadow:0 4px 12px #ff980040}.lottery-btn-multi{background:linear-gradient(135deg,#f8bbd0,#f48fb1);color:#c2185b;border:1px solid #f48fb1;box-shadow:0 2px 8px #e91e6326}.lottery-btn-multi:hover:not(:disabled){background:linear-gradient(135deg,#f48fb1,#ec407a);box-shadow:0 4px 12px #e91e6340}.lottery-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.lottery-btn-icon{font-size:16px}.lottery-btn-text{font-size:14px}.lottery-btn-cost{font-size:11px;opacity:.75}.lottery-prize-list{margin-bottom:20px}.lottery-prize-list-title{font-size:15px;font-weight:700;margin-bottom:12px;color:#333}.lottery-prize-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.lottery-prize-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:12px 8px;text-align:center;transition:all .2s;position:relative}.lottery-prize-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.lottery-prize-card.type-gold{border-color:#ffe0b2;background:linear-gradient(135deg,#fffde7,#fff8e1)}.lottery-prize-card.type-fish{border-color:#b3e5fc;background:linear-gradient(135deg,#e1f5fe,#e0f7fa)}.lottery-prize-icon{font-size:32px;margin-bottom:4px}.lottery-prize-name{font-size:12px;font-weight:600;color:#333;margin-bottom:4px}.lottery-prize-tag{display:inline-block;font-size:10px;padding:2px 8px;border-radius:10px;font-weight:600}.lottery-prize-tag.tag-gold{background:#fff3e0;color:#e65100}.lottery-prize-tag.tag-fish{background:#e0f7fa;color:#00695c}.lottery-prize-rarity{font-size:10px;margin-top:4px;padding:1px 6px;border-radius:8px;display:inline-block}.lottery-prize-rarity.rarity-普通{background:#e8f5e9;color:#2e7d32}.lottery-prize-rarity.rarity-优秀{background:#e3f2fd;color:#1565c0}.lottery-prize-rarity.rarity-稀有{background:#f3e5f5;color:#7b1fa2}.lottery-prize-rarity.rarity-史诗{background:#fce4ec;color:#c62828}.lottery-prize-rarity.rarity-传说{background:#fff8e1;color:#e65100}.lottery-history{background:#f9f9f9;border-radius:12px;padding:12px}.lottery-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;font-weight:600;color:#333}.lottery-history-refresh{font-size:12px;color:#ff9800;background:none;border:1px solid #ff9800;border-radius:6px;padding:2px 10px;cursor:pointer}.lottery-history-refresh:hover{background:#fff3e0}.lottery-history-list{overflow:visible}.lottery-history-load-more{text-align:center;padding:12px 0 4px}.lottery-load-more-btn{background:none;border:1px solid #ddd;border-radius:8px;padding:8px 24px;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.lottery-load-more-btn:hover:not(:disabled){border-color:#ff9800;color:#e65100}.lottery-load-more-btn:disabled{opacity:.5;cursor:not-allowed}.lottery-history-item{display:flex;align-items:center;gap:8px;padding:8px;border-bottom:1px solid #eee;font-size:12px}.lottery-history-item:last-child{border-bottom:none}.lottery-history-icon{font-size:18px;flex-shrink:0}.lottery-history-name{font-weight:600;color:#333;flex-shrink:0}.lottery-history-detail{color:#888;flex:1;text-align:right}.lottery-history-time{color:#bbb;font-size:11px;flex-shrink:0}.lottery-history-empty{text-align:center;color:#999;font-size:13px;padding:16px}.lottery-result-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#0009;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lottery-result-modal{background:#fff;border-radius:24px;padding:32px 24px 24px;max-width:380px;width:90%;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d;animation:lotteryModalIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes lotteryModalIn{0%{transform:scale(.5) translateY(40px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.lottery-result-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#999;cursor:pointer;padding:4px}.lottery-result-header{margin-bottom:20px}.lottery-result-title{font-size:22px;font-weight:800;color:#e65100}.lottery-result-single{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}.lottery-result-prize-icon{font-size:72px;line-height:1;animation:lotteryRevealBounce .6s cubic-bezier(.68,-.55,.27,1.55)}.lottery-result-prize-icon.glow-gold{filter:drop-shadow(0 0 20px rgba(255,152,0,.6))}.lottery-result-prize-icon.glow-普通{filter:drop-shadow(0 0 16px rgba(76,175,80,.5))}.lottery-result-prize-icon.glow-优秀{filter:drop-shadow(0 0 16px rgba(33,150,243,.5))}.lottery-result-prize-icon.glow-稀有{filter:drop-shadow(0 0 20px rgba(156,39,176,.6))}.lottery-result-prize-icon.glow-史诗{filter:drop-shadow(0 0 24px rgba(244,67,54,.6))}.lottery-result-prize-icon.glow-传说{filter:drop-shadow(0 0 30px rgba(255,152,0,.8));animation:lotteryRevealBounce .6s cubic-bezier(.68,-.55,.27,1.55),lotteryLegendaryGlow 1.5s ease-in-out infinite}@keyframes lotteryLegendaryGlow{0%,to{filter:drop-shadow(0 0 20px rgba(255,152,0,.6))}50%{filter:drop-shadow(0 0 40px rgba(255,215,0,.9))}}.lottery-result-prize-name{font-size:20px;font-weight:700;color:#333}.lottery-result-prize-amount{font-size:16px;font-weight:600;padding:4px 16px;border-radius:20px}.lottery-result-prize-amount.gold{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#e65100}.lottery-result-prize-amount.fish{background:linear-gradient(135deg,#e0f7fa,#b2ebf2);color:#00695c}.lottery-result-rarity{font-size:12px;padding:2px 12px;border-radius:10px}.lottery-result-multi{margin-bottom:20px}.lottery-result-multi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.lottery-result-multi-item{background:#f5f5f5;border-radius:10px;padding:8px 4px;text-align:center;animation:lotteryMultiItemIn .3s ease backwards}.lottery-result-multi-item:nth-child(1){animation-delay:.05s}.lottery-result-multi-item:nth-child(2){animation-delay:.1s}.lottery-result-multi-item:nth-child(3){animation-delay:.15s}.lottery-result-multi-item:nth-child(4){animation-delay:.2s}.lottery-result-multi-item:nth-child(5){animation-delay:.25s}.lottery-result-multi-item:nth-child(6){animation-delay:.3s}.lottery-result-multi-item:nth-child(7){animation-delay:.35s}.lottery-result-multi-item:nth-child(8){animation-delay:.4s}.lottery-result-multi-item:nth-child(9){animation-delay:.45s}.lottery-result-multi-item:nth-child(10){animation-delay:.5s}@keyframes lotteryMultiItemIn{0%{transform:scale(0) rotateY(180deg);opacity:0}to{transform:scale(1) rotateY(0);opacity:1}}.lottery-result-multi-item.is-fish{border:1px solid #b3e5fc;background:linear-gradient(135deg,#e1f5fe,#e0f7fa)}.lottery-result-multi-item.is-gold{border:1px solid #ffe0b2;background:linear-gradient(135deg,#fffde7,#fff8e1)}.lottery-result-multi-icon{font-size:28px}.lottery-result-multi-name{font-size:10px;font-weight:600;color:#333;margin:2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lottery-result-multi-amount{font-size:9px;color:#e65100;font-weight:600}.lottery-result-multi-amount.fish-amount{color:#00695c}.lottery-result-confirm{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;padding:12px 48px;border-radius:24px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #ff980066;transition:all .2s}.lottery-result-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff980080}.lottery-result-transition-enter-active,.lottery-result-transition-leave-active{transition:opacity .3s ease}.lottery-result-transition-enter-active .lottery-result-modal,.lottery-result-transition-leave-active .lottery-result-modal{transition:transform .3s ease,opacity .3s ease}.lottery-result-transition-enter-from,.lottery-result-transition-leave-to{opacity:0}.lottery-result-transition-enter-from .lottery-result-modal,.lottery-result-transition-leave-to .lottery-result-modal{transform:scale(.8) translateY(20px);opacity:0}@media(max-width:600px){.lottery-machine-area{flex-direction:column}.lottery-machine-frame{width:100%;max-width:300px}.lottery-actions{flex-direction:row;gap:12px}.lottery-btn{flex:1}}[data-theme=dark] .lottery-sub-tabs{border-bottom-color:#333}[data-theme=dark] .lottery-sub-tab{color:#666}[data-theme=dark] .lottery-sub-tab:hover{color:#aaa}[data-theme=dark] .lottery-sub-tab.active{color:#ffb74d}[data-theme=dark] .lottery-sub-tab.active:after{background:#ffb74d}[data-theme=dark] .mall-header-balance{color:#ffb74d}[data-theme=dark] .lottery-rules{background:linear-gradient(135deg,#ff98001f,#ff57221f);border-color:#ff98004d}[data-theme=dark] .lottery-rules-header{color:#ffb74d}[data-theme=dark] .lottery-rules-body p{color:#ffcc80}[data-theme=dark] .lottery-btn-single{background:linear-gradient(135deg,#5d4037,#4e342e);color:#ffcc80;border-color:#6d4c41;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .lottery-btn-single:hover:not(:disabled){background:linear-gradient(135deg,#6d4c41,#5d4037)}[data-theme=dark] .lottery-btn-multi{background:linear-gradient(135deg,#4a1a2e,#3a1025);color:#f48fb1;border-color:#5c2040;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .lottery-btn-multi:hover:not(:disabled){background:linear-gradient(135deg,#5c2040,#4a1a2e)}[data-theme=dark] .lottery-machine-frame{background:linear-gradient(180deg,#3a3a3e,#2a2a2e);box-shadow:0 8px 32px #00000080,inset 0 2px #ffffff0f,inset 0 -2px #0006}[data-theme=dark] .lottery-machine-window{background:#0d0d1a;border-color:#222}[data-theme=dark] .lottery-window-text{color:#666}[data-theme=dark] .lottery-prize-list-title{color:#e0e0e0}[data-theme=dark] .lottery-prize-card{background:#2a2a2e;border-color:#3a3a3e}[data-theme=dark] .lottery-prize-card.type-gold{background:linear-gradient(135deg,#3a3320,#2e2a1a);border-color:#5d4e2a}[data-theme=dark] .lottery-prize-card.type-fish{background:linear-gradient(135deg,#1a2a30,#162228);border-color:#2a4a5a}[data-theme=dark] .lottery-prize-card:hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .lottery-prize-name{color:#e0e0e0}[data-theme=dark] .lottery-prize-tag.tag-gold{background:#ff980033;color:#ffb74d}[data-theme=dark] .lottery-prize-tag.tag-fish{background:#00968833;color:#80cbc4}[data-theme=dark] .lottery-prize-rarity.rarity-普通{background:#4caf5026;color:#81c784}[data-theme=dark] .lottery-prize-rarity.rarity-优秀{background:#2196f326;color:#64b5f6}[data-theme=dark] .lottery-prize-rarity.rarity-稀有{background:#9c27b026;color:#ce93d8}[data-theme=dark] .lottery-prize-rarity.rarity-史诗{background:#f4433626;color:#ef9a9a}[data-theme=dark] .lottery-prize-rarity.rarity-传说{background:#ff980026;color:#ffcc80}[data-theme=dark] .lottery-history{background:#222}[data-theme=dark] .lottery-history-header{color:#e0e0e0}[data-theme=dark] .lottery-history-item{border-bottom-color:#333}[data-theme=dark] .lottery-history-name{color:#e0e0e0}[data-theme=dark] .lottery-history-detail{color:#888}[data-theme=dark] .lottery-load-more-btn{border-color:#444;color:#999}[data-theme=dark] .lottery-load-more-btn:hover:not(:disabled){border-color:#ffb74d;color:#ffb74d}[data-theme=dark] .lottery-result-modal{background:#2a2a2e}[data-theme=dark] .lottery-result-prize-name{color:#e0e0e0}[data-theme=dark] .lottery-result-prize-amount.gold{background:linear-gradient(135deg,#ff980033,#e6510033);color:#ffb74d}[data-theme=dark] .lottery-result-prize-amount.fish{background:linear-gradient(135deg,#00968833,#00796b33);color:#80cbc4}[data-theme=dark] .lottery-result-multi-item{background:#333}[data-theme=dark] .lottery-result-multi-item.is-fish{background:linear-gradient(135deg,#1a2a30,#162228);border-color:#2a4a5a}[data-theme=dark] .lottery-result-multi-item.is-gold{background:linear-gradient(135deg,#3a3320,#2e2a1a);border-color:#5d4e2a}[data-theme=dark] .lottery-result-multi-name{color:#e0e0e0}[data-theme=dark] .lottery-result-confirm{background:linear-gradient(135deg,#4a4a50,#3a3a3e);color:#e0e0e0;box-shadow:0 4px 16px #0006}[data-theme=dark] .lottery-result-confirm:hover{box-shadow:0 6px 20px #00000080}.heartbeat-page{position:fixed;left:56px;top:0;right:0;bottom:0;display:flex;flex-direction:column;background:#f8fafc;z-index:100;overflow:hidden;color:#1e293b}.heartbeat-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.heartbeat-header-left{display:flex;align-items:baseline;gap:8px}.heartbeat-header-left h2{font-size:14px;font-weight:700;margin:0;color:#1e293b}.heartbeat-subtitle{font-size:11px;color:#94a3b8}.heartbeat-ws-status{font-size:10px;margin-left:4px}.heartbeat-ws-status.ws-online{color:#22c55e}.heartbeat-ws-status.ws-offline{color:#ef4444}[data-theme=dark] .heartbeat-ws-status.ws-online{color:#4ade80}[data-theme=dark] .heartbeat-ws-status.ws-offline{color:#f87171}.heartbeat-header-right{display:flex;align-items:center;gap:12px}.heartbeat-balance{font-size:13px;font-weight:600;color:#b45309}.heartbeat-refresh-btn{background:none;border:none;padding:2px 4px;font-size:12px;cursor:pointer;transition:all .3s;line-height:1;opacity:.6;margin-left:2px}.heartbeat-refresh-btn:hover{opacity:1;transform:rotate(180deg)}.heartbeat-refresh-btn:active{transform:rotate(360deg);transition:transform .4s}.heartbeat-status-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:linear-gradient(135deg,#6366f10f,#a855f70a);border-bottom:1px solid rgba(99,102,241,.1);font-size:12px;gap:12px;flex-wrap:wrap}.status-phase{font-weight:600}.phase-waiting{color:#f59e0b}.phase-betting{color:#3b82f6}.phase-running{color:#16a34a;animation:heartbeatPulse 1s ease-in-out infinite}.phase-crashed{color:#dc2626}.status-info{display:flex;gap:12px;color:#64748b}.status-last-crash{color:#94a3b8}.status-last-crash .crash-point{color:#dc2626;font-weight:600}[data-theme=dark] .heartbeat-status-bar{background:linear-gradient(135deg,#6366f11a,#a855f70f);border-bottom-color:#6366f126}[data-theme=dark] .status-info{color:#94a3b8}.heartbeat-tabs{display:flex;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.heartbeat-tab{flex:1;padding:8px;border:none;background:none;font-size:13px;font-weight:500;color:#94a3b8;cursor:pointer;position:relative;transition:color .2s}.heartbeat-tab.active{color:#1e293b;font-weight:600}.heartbeat-tab.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;background:#16a34a;border-radius:1px}.heartbeat-tab-badge{display:inline-block;background:#ef4444;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;padding:0 4px;margin-left:4px;vertical-align:middle}.heartbeat-page-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:0;display:flex;flex-direction:column;max-width:900px;margin:0 auto;width:100%}.heartbeat-tab-content{padding:8px;display:flex;flex-direction:column;gap:8px}@keyframes heartbeatShake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-2px)}80%{transform:translate(2px)}}.moyu-toggle-bar{display:flex;justify-content:flex-end;margin-bottom:6px}.moyu-toggle-btn{background:none;border:1px solid #d1d5db;border-radius:12px;padding:2px 10px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.moyu-toggle-btn:hover{border-color:#3b82f6;color:#3b82f6}.moyu-toggle-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.moyu-compact-bar{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;padding:6px 10px;background:#f9fafb;border-radius:8px;margin-bottom:8px;font-size:13px;color:#6b7280}.moyu-text{white-space:nowrap}.moyu-countdown{color:#f59e0b;font-weight:600;font-variant-numeric:tabular-nums}.moyu-running{color:#10b981;font-weight:600;font-variant-numeric:tabular-nums}.moyu-betted{color:#3b82f6}.moyu-cashed{color:#10b981}.heartbeat-arena{min-height:160px;padding:16px 12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f8fafc);border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;--pulse-speed: 2s}.arena-waiting{background:linear-gradient(135deg,#faf5ff,#f3e8ff,#faf5ff)}.arena-betting{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f8fafc)}.arena-running{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#f0fdf4)}.arena-crashed{background:linear-gradient(135deg,#fef2f2,#fecaca,#fef2f2)}.arena-just-crashed{animation:arenaCrashFlash .15s ease-in-out 5}@keyframes arenaCrashFlash{0%,to{background-color:transparent}50%{background-color:#dc262626}}.arena-rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.arena-rings .ring{position:absolute;border-radius:50%;border:2px solid rgba(34,197,94,.2);width:120px;height:120px;opacity:0}.arena-waiting .ring,.arena-betting .ring{border-color:#94a3b840}.arena-crashed .ring{border-color:#dc262640}.arena-running .ring{animation:ringExpand var(--pulse-speed) ease-out infinite}.arena-waiting .ring,.arena-betting .ring{animation:ringExpandSlow 3s ease-out infinite}.arena-crashed .ring{animation:ringCrash .6s ease-out forwards}.ring-2{animation-delay:calc(var(--pulse-speed) * .33)!important}.ring-3{animation-delay:calc(var(--pulse-speed) * .66)!important}@keyframes ringExpand{0%{transform:scale(.5);opacity:.6}to{transform:scale(2.5);opacity:0}}@keyframes ringExpandSlow{0%{transform:scale(.5);opacity:.3}to{transform:scale(2);opacity:0}}@keyframes ringCrash{0%{transform:scale(.5);opacity:.8;border-color:#dc262699}to{transform:scale(3);opacity:0;border-color:#dc262600}}.arena-multiplier{position:relative;z-index:2;text-align:center;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px}.arena-last-crash-tag{font-size:13px;font-weight:600;color:#94a3b8;background:#94a3b826;padding:4px 14px;border-radius:20px;letter-spacing:.5px;white-space:nowrap}.arena-last-crash-num{font-size:18px;font-weight:800;color:#dc2626;font-family:SF Mono,Fira Code,JetBrains Mono,monospace}.arena-multiplier-value{font-size:42px;font-weight:800;font-family:SF Mono,Fira Code,JetBrains Mono,monospace;color:#1e293b;text-shadow:none;letter-spacing:1px}.arena-multiplier-running .arena-multiplier-value{color:#16a34a;animation:pulseScale var(--pulse-speed) ease-in-out infinite}.arena-multiplier-crashed .arena-multiplier-value{color:#dc2626;animation:crashShake .5s ease-in-out}@keyframes pulseScale{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes crashShake{0%,to{transform:translate(0)}10%{transform:translate(-8px)}20%{transform:translate(8px)}30%{transform:translate(-6px)}40%{transform:translate(6px)}50%{transform:translate(-4px)}60%{transform:translate(4px)}70%{transform:translate(-2px)}80%{transform:translate(2px)}}.arena-overlay{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;z-index:3;pointer-events:none;margin-top:4px}.arena-last-crash{font-size:12px;color:#64748b}.arena-crash-point{color:#dc2626;font-weight:700;font-family:SF Mono,Fira Code,monospace}.arena-countdown{display:flex;align-items:baseline;gap:3px}.arena-countdown-num{font-size:22px;font-weight:800;color:#1e293b;font-family:SF Mono,Fira Code,monospace}.arena-countdown-label{font-size:12px;color:#64748b}.arena-phase-label{font-size:12px;color:#d97706;font-weight:600;letter-spacing:1px}.arena-betted{font-size:11px;color:#16a34a;font-weight:600}.arena-running-info{display:flex;gap:12px;font-size:11px;color:#64748b;font-family:SF Mono,Fira Code,monospace}.arena-elapsed{color:#94a3b8}.arena-peak{color:#7c3aed}.arena-cashed-hint{font-size:11px;color:#16a34a;font-weight:600;background:#22c55e1a;padding:2px 8px;border-radius:8px}.arena-crash-label{font-size:14px;font-weight:800;color:#dc2626;letter-spacing:3px}.arena-result{font-size:11px;font-weight:600;padding:2px 8px;border-radius:8px}.arena-result-lose{color:#dc2626;background:#dc26261a}.arena-profit-hint{font-size:12px;color:#4ade80;font-weight:600}.heartbeat-quick-actions{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 0;min-height:36px}.heartbeat-ghost-btn{padding:6px 16px;border-radius:6px;border:none;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s}.ghost-bet{background:linear-gradient(135deg,#1e293b,#555);color:#fff}.ghost-bet:hover{transform:scale(1.05)}.ghost-bet:active{transform:scale(.95)}.ghost-cashout{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;animation:pulseScale var(--pulse-speed) ease-in-out infinite}.ghost-cashout:hover{transform:scale(1.05)}.ghost-cashout:active{transform:scale(.95)}.ghost-cashout-done{background:linear-gradient(135deg,#16a34a,#15803d);opacity:.7;cursor:default;animation:none}.ghost-cashout-done:hover{transform:none}.ghost-btn-disabled{opacity:.4;cursor:not-allowed;animation:none}.ghost-btn-disabled:hover{transform:none}.arena-cashed-profit{font-size:12px;color:#4ade80;font-weight:700;font-family:SF Mono,Fira Code,monospace}.ghost-restart{background:#334155;color:#94a3b8}.ghost-restart:hover{background:#475569}.waiting-text{font-size:12px;color:#64748b}.betted-text{font-size:12px;color:#4ade80}.heartbeat-info-bar{display:flex;gap:16px;padding:6px 10px;justify-content:center;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.heartbeat-info-item{display:flex;align-items:center;gap:6px}.heartbeat-info-item .info-label{font-size:11px;color:#94a3b8}.heartbeat-info-item .info-value{font-size:12px;font-weight:600;color:#1e293b;font-family:SF Mono,Fira Code,monospace}.heartbeat-info-item .info-value.profit{color:#16a34a;transition:all .3s ease}.heartbeat-info-item .info-value.cash{color:#b45309;transition:all .3s ease}.heartbeat-bet-panel{background:#fff;border-radius:8px;padding:8px 10px;border:1px solid #e2e8f0}.heartbeat-bet-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}.heartbeat-bet-label{font-size:11px;color:#64748b}.heartbeat-bet-amount{font-size:18px;font-weight:700;color:#b45309;font-family:SF Mono,Fira Code,monospace}.heartbeat-bet-quick{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:6px}.heartbeat-quick-btn{padding:5px 2px;border:1px solid #e2e8f0;border-radius:5px;background:#f8fafc;color:#475569;font-size:10px;cursor:pointer;transition:all .15s}.heartbeat-quick-btn:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.heartbeat-quick-btn.active{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.heartbeat-quick-btn:disabled{opacity:.4;cursor:not-allowed}.heartbeat-custom-bet{display:flex;gap:4px}.heartbeat-custom-bet input{flex:1;padding:5px 8px;border:1px solid #e2e8f0;border-radius:5px;background:#fff;color:#1e293b;font-size:11px;outline:none}.heartbeat-custom-bet input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.heartbeat-custom-bet input:disabled{opacity:.4;background:#f1f5f9}.heartbeat-custom-bet button{padding:5px 10px;border:1px solid #e2e8f0;border-radius:5px;background:#eff6ff;color:#1d4ed8;font-size:11px;cursor:pointer;transition:all .15s}.heartbeat-custom-bet button:hover:not(:disabled){background:#dbeafe}.heartbeat-custom-bet button:disabled{opacity:.4;cursor:not-allowed}.heartbeat-closed-tip{text-align:center;padding:20px;color:#ef4444;font-size:16px;font-weight:600;background:#ef44441a;border-radius:12px;border:1px solid rgba(239,68,68,.3);margin:16px 0}.heartbeat-crash-history{background:#fff;border-radius:8px;padding:8px 10px;border:1px solid #e2e8f0;margin-top:8px}.heartbeat-crash-history-header{font-size:11px;font-weight:600;color:#1e293b;margin-bottom:6px}.heartbeat-crash-history-list{display:flex;flex-wrap:wrap;gap:4px}.heartbeat-crash-point-tag{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px}.crash-low{background:#fef3c7;color:#92400e}.crash-mid{background:#dbeafe;color:#1e40af}.crash-high{background:#d1fae5;color:#065f46}.crash-super{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;box-shadow:0 2px 8px #f59e0b4d}.heartbeat-multi-tab-tip{text-align:center;padding:6px 12px;color:#94a3b8;font-size:11px;line-height:1.5;margin-top:6px}.heartbeat-actions{display:flex;gap:10px;min-height:48px;justify-content:center}.heartbeat-btn{flex:1;max-width:220px;padding:14px 24px;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:6px;animation:btnFadeIn .4s ease-out;position:relative;overflow:hidden}.heartbeat-btn-glow:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.heartbeat-btn-glow:hover:before{left:100%}.heartbeat-btn-start{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 15px #22c55e4d}.heartbeat-btn-start:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #22c55e66}.heartbeat-btn-start:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #22c55e4d}.heartbeat-btn-cashout{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 15px #f59e0b4d;animation:cashoutPulse 1.5s ease-in-out infinite,btnFadeIn .4s ease-out}.heartbeat-btn-cashout:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #f59e0b73}@keyframes cashoutPulse{0%,to{box-shadow:0 4px 15px #f59e0b4d}50%{box-shadow:0 4px 25px #f59e0b80}}.heartbeat-btn-restart{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 15px #6366f140;animation:btnFadeIn .5s ease-out}.heartbeat-btn-restart:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #6366f159}@keyframes btnFadeIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.heartbeat-confetti-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;overflow:hidden;z-index:9999}.heartbeat-confetti{position:absolute;width:10px;height:10px;top:-10px;opacity:0;pointer-events:none}.heartbeat-confetti:nth-child(odd){border-radius:50%}.heartbeat-confetti:nth-child(2n){border-radius:2px;width:8px;height:12px}.heartbeat-confetti:nth-child(1){left:5%;background:#f44;animation:confettiFall1 2.5s 0s ease-in forwards}.heartbeat-confetti:nth-child(2){left:10%;background:gold;animation:confettiFall2 2.8s .1s ease-in forwards}.heartbeat-confetti:nth-child(3){left:15%;background:#4f4;animation:confettiFall3 2.3s .2s ease-in forwards}.heartbeat-confetti:nth-child(4){left:20%;background:#48f;animation:confettiFall1 2.6s .15s ease-in forwards}.heartbeat-confetti:nth-child(5){left:25%;background:#f4f;animation:confettiFall2 2.4s .05s ease-in forwards}.heartbeat-confetti:nth-child(6){left:30%;background:#f80;animation:confettiFall3 2.7s .25s ease-in forwards}.heartbeat-confetti:nth-child(7){left:35%;background:#4ff;animation:confettiFall1 2.2s .12s ease-in forwards}.heartbeat-confetti:nth-child(8){left:40%;background:#f66;animation:confettiFall2 2.9s .08s ease-in forwards}.heartbeat-confetti:nth-child(9){left:45%;background:#fd4;animation:confettiFall3 2.5s .18s ease-in forwards}.heartbeat-confetti:nth-child(10){left:50%;background:#8f4;animation:confettiFall1 2.4s .22s ease-in forwards}.heartbeat-confetti:nth-child(11){left:55%;background:#f4a;animation:confettiFall2 2.6s .06s ease-in forwards}.heartbeat-confetti:nth-child(12){left:60%;background:#4af;animation:confettiFall3 2.8s .14s ease-in forwards}.heartbeat-confetti:nth-child(13){left:65%;background:#fa4;animation:confettiFall1 2.3s .28s ease-in forwards}.heartbeat-confetti:nth-child(14){left:70%;background:#af4;animation:confettiFall2 2.5s .02s ease-in forwards}.heartbeat-confetti:nth-child(15){left:75%;background:#f48;animation:confettiFall3 2.7s .16s ease-in forwards}.heartbeat-confetti:nth-child(16){left:80%;background:#8fc;animation:confettiFall1 2.2s .1s ease-in forwards}.heartbeat-confetti:nth-child(17){left:85%;background:#f84;animation:confettiFall2 2.9s .2s ease-in forwards}.heartbeat-confetti:nth-child(18){left:90%;background:#84f;animation:confettiFall3 2.4s .08s ease-in forwards}.heartbeat-confetti:nth-child(19){left:95%;background:#4f8;animation:confettiFall1 2.6s .24s ease-in forwards}.heartbeat-confetti:nth-child(20){left:8%;background:#f64;animation:confettiFall2 2.3s .12s ease-in forwards}.heartbeat-confetti:nth-child(21){left:22%;background:#4fd;animation:confettiFall3 2.8s .06s ease-in forwards}.heartbeat-confetti:nth-child(22){left:38%;background:#d4f;animation:confettiFall1 2.5s .2s ease-in forwards}.heartbeat-confetti:nth-child(23){left:62%;background:#fc8;animation:confettiFall2 2.4s .14s ease-in forwards}.heartbeat-confetti:nth-child(24){left:88%;background:#8af;animation:confettiFall3 2.7s .18s ease-in forwards}@keyframes confettiFall1{0%{opacity:1;transform:translateY(0) translate(0) rotate(0) scale(1)}25%{transform:translateY(25vh) translate(30px) rotate(90deg) scale(.9)}50%{transform:translateY(50vh) translate(-20px) rotate(180deg) scale(.8)}75%{transform:translateY(75vh) translate(15px) rotate(270deg) scale(.6)}to{opacity:0;transform:translateY(105vh) translate(-10px) rotate(360deg) scale(.3)}}@keyframes confettiFall2{0%{opacity:1;transform:translateY(0) translate(0) rotate(0) scale(1)}25%{transform:translateY(25vh) translate(-25px) rotate(-90deg) scale(.85)}50%{transform:translateY(50vh) translate(35px) rotate(-180deg) scale(.7)}75%{transform:translateY(75vh) translate(-15px) rotate(-270deg) scale(.5)}to{opacity:0;transform:translateY(105vh) translate(20px) rotate(-360deg) scale(.2)}}@keyframes confettiFall3{0%{opacity:1;transform:translateY(0) translate(0) rotate(45deg) scale(1)}25%{transform:translateY(25vh) translate(20px) rotate(135deg) scale(.9)}50%{transform:translateY(50vh) translate(-30px) rotate(225deg) scale(.75)}75%{transform:translateY(75vh) translate(10px) rotate(315deg) scale(.55)}to{opacity:0;transform:translateY(105vh) translate(-25px) rotate(405deg) scale(.25)}}.heartbeat-rules-page{background:#fff;border-radius:10px;border:1px solid #e2e8f0;padding:16px;display:flex;flex-direction:column;gap:16px}.heartbeat-rules-section h3{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 8px}.heartbeat-rules-section ul{list-style:none;padding:0;margin:0}.heartbeat-rules-section li{font-size:13px;color:#475569;padding:4px 0 4px 16px;position:relative;line-height:1.5}.heartbeat-rules-section li:before{content:"•";position:absolute;left:2px;color:#94a3b8}.heartbeat-stats-row{display:flex;gap:10px;margin-bottom:12px}.heartbeat-stat-card{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;text-align:center}.heartbeat-stat-label{font-size:12px;color:#94a3b8;margin-bottom:4px}.heartbeat-stat-value{font-size:18px;font-weight:700}.heartbeat-stat-sub{font-size:11px;color:#94a3b8;margin-top:2px}.heartbeat-empty{text-align:center;padding:40px 20px;color:#94a3b8;font-size:14px;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.heartbeat-history-list{display:flex;flex-direction:column;gap:8px}.heartbeat-history-header{display:flex;justify-content:space-between;align-items:center;padding:0 2px;font-size:12px;color:#94a3b8}.heartbeat-clear-btn{border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#64748b;font-size:11px;padding:3px 10px;cursor:pointer;transition:all .15s}.heartbeat-clear-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.heartbeat-load-more{text-align:center;padding:12px;color:#3b82f6;cursor:pointer;font-size:14px;transition:color .15s}.heartbeat-load-more:hover{color:#2563eb}.heartbeat-history-loading{text-align:center;padding:12px;color:#94a3b8;font-size:14px}.heartbeat-no-more{text-align:center;padding:12px;color:#94a3b8;font-size:13px}.heartbeat-history-item{background:#fff;border-radius:8px;padding:10px 12px;border:1px solid #e2e8f0;transition:border-color .15s}.heartbeat-history-item.history-win{border-left:3px solid #16a34a}.heartbeat-history-item.history-lose{border-left:3px solid #dc2626}.history-main{display:flex;align-items:center;gap:10px;margin-bottom:4px}.history-result-tag{font-size:11px;font-weight:600;padding:1px 6px;border-radius:4px}.history-result-tag.tag-win{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.history-result-tag.tag-lose{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.history-multiplier{font-size:14px;font-weight:700;font-family:SF Mono,Fira Code,monospace;color:#1e293b}.history-profit{font-size:13px;font-weight:600;font-family:SF Mono,Fira Code,monospace;margin-left:auto}.history-profit.profit-positive{color:#16a34a}.history-profit.profit-negative{color:#dc2626}.history-detail{display:flex;gap:12px;font-size:11px;color:#94a3b8}@media(max-width:768px){.heartbeat-page{left:0;bottom:56px}.heartbeat-page-body{max-width:100%}.heartbeat-arena{min-height:140px;padding:12px 10px}.arena-multiplier-value{font-size:36px}.arena-countdown-num{font-size:20px}.arena-countdown-label,.arena-phase-label,.arena-betted,.arena-running-info,.arena-last-crash,.arena-cashed-hint,.arena-result{font-size:10px}.heartbeat-ghost-btn{padding:5px 10px;font-size:11px}.heartbeat-bet-quick{grid-template-columns:repeat(5,1fr)}}[data-theme=dark] .heartbeat-page{background:#1f1f21;color:#e2e8f0}[data-theme=dark] .heartbeat-header{background:#252528;border-bottom-color:#2a2a2d}[data-theme=dark] .heartbeat-header-left h2{color:#e0e0e0}[data-theme=dark] .heartbeat-subtitle{color:#888}[data-theme=dark] .heartbeat-balance{color:#fbbf24}[data-theme=dark] .heartbeat-tabs{background:#252529;border-bottom-color:#2a2a2d}[data-theme=dark] .heartbeat-tab{color:#6b6b7b}[data-theme=dark] .heartbeat-tab.active{color:#e0e0e0}[data-theme=dark] .heartbeat-tab-badge{background:#ef4444;color:#fff}[data-theme=dark] .heartbeat-page-body,[data-theme=dark] .heartbeat-tab-content{background:#1f1f21}[data-theme=dark] .moyu-toggle-btn{border-color:#4b5563;color:#9ca3af}[data-theme=dark] .moyu-toggle-btn:hover{border-color:#3b82f6;color:#60a5fa}[data-theme=dark] .moyu-toggle-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}[data-theme=dark] .moyu-compact-bar{background:#1f2937;color:#9ca3af}[data-theme=dark] .moyu-countdown{color:#fbbf24}[data-theme=dark] .moyu-running{color:#34d399}[data-theme=dark] .moyu-betted{color:#60a5fa}[data-theme=dark] .moyu-cashed{color:#34d399}[data-theme=dark] .heartbeat-arena{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);border-color:#334155}[data-theme=dark] .arena-waiting{background:linear-gradient(135deg,#0f172a,#1e1b4b,#0f172a)}[data-theme=dark] .arena-betting{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}[data-theme=dark] .arena-running{background:linear-gradient(135deg,#0f172a,#052e16,#0f172a)}[data-theme=dark] .arena-crashed{background:linear-gradient(135deg,#0f172a,#450a0a,#0f172a)}[data-theme=dark] .arena-last-crash-tag{color:#94a3b8;background:#94a3b81a}[data-theme=dark] .arena-last-crash-num{color:#f87171}[data-theme=dark] .arena-multiplier-value{color:#f1f5f9;text-shadow:0 0 30px rgba(34,197,94,.3)}[data-theme=dark] .arena-multiplier-running .arena-multiplier-value{color:#4ade80;text-shadow:0 0 40px rgba(34,197,94,.5),0 0 80px rgba(34,197,94,.2)}[data-theme=dark] .arena-multiplier-crashed .arena-multiplier-value{color:#f87171;text-shadow:0 0 40px rgba(220,38,38,.5)}[data-theme=dark] .arena-rings .ring{border-color:#22c55e26}[data-theme=dark] .arena-waiting .ring,[data-theme=dark] .arena-betting .ring{border-color:#94a3b826}[data-theme=dark] .arena-crashed .ring{border-color:#dc262633}[data-theme=dark] .arena-last-crash{color:#94a3b8}[data-theme=dark] .arena-crash-point{color:#f87171}[data-theme=dark] .arena-countdown-num{color:#f1f5f9}[data-theme=dark] .arena-countdown-label{color:#94a3b8}[data-theme=dark] .arena-phase-label{color:#fbbf24}[data-theme=dark] .arena-betted{color:#4ade80}[data-theme=dark] .arena-running-info{color:#94a3b8}[data-theme=dark] .arena-elapsed{color:#64748b}[data-theme=dark] .arena-peak{color:#a78bfa}[data-theme=dark] .arena-cashed-hint{color:#4ade80}[data-theme=dark] .arena-crash-label{color:#f87171}[data-theme=dark] .arena-result-lose{color:#fca5a5;background:#dc262626}[data-theme=dark] .heartbeat-info-bar{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-info-item .info-label{color:#888}[data-theme=dark] .heartbeat-info-item .info-value{color:#e0e0e0}[data-theme=dark] .heartbeat-bet-panel{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-bet-label{color:#888}[data-theme=dark] .heartbeat-bet-amount{color:#e0e0e0}[data-theme=dark] .heartbeat-quick-btn{background:#333;border-color:#3a3a42;color:#e0e0e0}[data-theme=dark] .heartbeat-quick-btn:hover:not(:disabled){background:#3a3a42}[data-theme=dark] .heartbeat-quick-btn.active{background:#3a3a42;border-color:#555;color:#e0e0e0}[data-theme=dark] .heartbeat-custom-bet input{background:#252528;border-color:#3a3a42;color:#e0e0e0}[data-theme=dark] .heartbeat-custom-bet input:focus{border-color:#3b82f6}[data-theme=dark] .heartbeat-custom-bet button{background:#2a2a2d;border-color:#444;color:#ccc}[data-theme=dark] .heartbeat-custom-bet button:hover:not(:disabled){background:#333;border-color:#666}[data-theme=dark] .heartbeat-crash-history{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-crash-history-header{color:#e0e0e0}[data-theme=dark] .crash-low{background:#422006;color:#fbbf24}[data-theme=dark] .crash-mid{background:#172554;color:#93c5fd}[data-theme=dark] .crash-high{background:#052e16;color:#6ee7b7}[data-theme=dark] .crash-super{background:linear-gradient(135deg,#92400e,#78350f);color:#fcd34d}[data-theme=dark] .ghost-bet{background:linear-gradient(135deg,#b45309,#92400e);color:#fef3c7}[data-theme=dark] .ghost-cashout{background:linear-gradient(135deg,#15803d,#166534);color:#dcfce7}[data-theme=dark] .heartbeat-btn-start{background:#2a2a2d;border:1px solid #444;box-shadow:none;color:#ccc}[data-theme=dark] .heartbeat-btn-start:hover{background:#333;border-color:#666;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .heartbeat-btn-cashout{background:#2a2a2d;border:1px solid #444;box-shadow:none;color:#ccc}[data-theme=dark] .heartbeat-btn-cashout:hover{background:#333;border-color:#666;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .heartbeat-btn-restart{background:#2a2a2d;border:1px solid #444;box-shadow:none;color:#ccc}[data-theme=dark] .heartbeat-btn-restart:hover{background:#333;border-color:#666;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .heartbeat-rules-page{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-rules-section h3{color:#e0e0e0}[data-theme=dark] .heartbeat-rules-section li{color:#aaa}[data-theme=dark] .heartbeat-stats-row{gap:10px}[data-theme=dark] .heartbeat-stat-card{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-stat-label,[data-theme=dark] .heartbeat-stat-sub{color:#888}[data-theme=dark] .heartbeat-empty{background:#252528;border-color:#2a2a2d;color:#888}[data-theme=dark] .heartbeat-history-header{color:#888}[data-theme=dark] .heartbeat-history-item{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-load-more{color:#60a5fa}[data-theme=dark] .heartbeat-history-loading,[data-theme=dark] .heartbeat-no-more{color:#666}.heartbeat-online-players{padding:16px 0}.heartbeat-online-section{margin-top:10px;padding:10px 12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid #e2e8f0;overflow-x:hidden}.heartbeat-online-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;font-weight:600;color:#334155}.heartbeat-online-loading,.heartbeat-online-empty{text-align:center;padding:12px;color:#94a3b8;font-size:12px}.heartbeat-refresh-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:11px;color:#64748b;cursor:pointer;transition:all .2s}.heartbeat-refresh-btn:hover{background:#f1f5f9;color:#334155}.heartbeat-players-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.heartbeat-bets-list{display:flex;flex-direction:column;gap:4px;max-height:900px;overflow-y:auto;overflow-x:hidden}.heartbeat-bet-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.heartbeat-bet-item:hover{box-shadow:0 2px 8px #0000000f;border-color:#93c5fd}.bet-user{display:flex;align-items:center;gap:6px;flex:1}.bet-avatar{width:24px;height:24px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:14px;border:2px solid #e2e8f0;overflow:hidden}.bet-avatar img{width:100%;height:100%;object-fit:cover}.bet-nickname{font-size:12px;color:#334155;font-weight:500}.bet-amount{font-size:13px;font-weight:700;color:#f59e0b;min-width:70px;text-align:center}.bet-status{font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;min-width:50px;text-align:center}.bet-cashed{background:#dcfce7;color:#16a34a}.bet-pending{background:#fef3c7;color:#d97706}.heartbeat-player-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s;min-width:60px;position:relative;z-index:1}.heartbeat-player-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#93c5fd;z-index:1000}.player-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(8px);background:#1e293b;color:#fff;padding:12px 16px;border-radius:10px;font-size:13px;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:9999;box-shadow:0 4px 20px #00000026}.player-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b}.heartbeat-player-item:hover .player-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.player-tooltip.tooltip-right{bottom:auto;top:50%;left:calc(100% + 12px);transform:translateY(-50%) translate(-8px)}.player-tooltip.tooltip-right:after{top:50%;left:auto;right:100%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#1e293b}.heartbeat-player-item:hover .player-tooltip.tooltip-right{transform:translateY(-50%) translate(0)}.player-tooltip.tooltip-left{bottom:auto;top:50%;left:auto;right:calc(100% + 12px);transform:translateY(-50%) translate(8px)}.player-tooltip.tooltip-left:after{top:50%;left:100%;right:auto;transform:translateY(-50%);border:6px solid transparent;border-left-color:#1e293b}.heartbeat-player-item:hover .player-tooltip.tooltip-left{transform:translateY(-50%) translate(0)}.player-tooltip.tooltip-center{bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(8px)}.heartbeat-player-item:hover .player-tooltip.tooltip-center{transform:translate(-50%) translateY(0)}.tooltip-nickname{font-weight:600;margin-bottom:4px;font-size:14px}.tooltip-profit{font-size:12px;opacity:.9}.heartbeat-player-item .player-avatar{width:36px;height:36px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:20px;border:2px solid #e2e8f0;overflow:hidden}.heartbeat-player-item .player-avatar img{width:100%;height:100%;object-fit:cover}.player-profit{font-size:10px;font-weight:600;white-space:nowrap}.profit-positive{color:#16a34a}.profit-negative{color:#dc2626}[data-theme=dark] .heartbeat-refresh-btn{border-color:#3a3a42;color:#888}[data-theme=dark] .heartbeat-refresh-btn:hover{background:#3a3a42;color:#e0e0e0}[data-theme=dark] .heartbeat-online-section{background:linear-gradient(135deg,#1e1e22,#252528);border-color:#2a2a2d}[data-theme=dark] .heartbeat-online-header{color:#e2e8f0}[data-theme=dark] .heartbeat-online-loading,[data-theme=dark] .heartbeat-online-empty{color:#64748b}[data-theme=dark] .heartbeat-bet-item{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-bet-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .bet-avatar{background:#334155;border-color:#475569}[data-theme=dark] .bet-nickname{color:#e2e8f0}[data-theme=dark] .bet-amount{color:#fbbf24}[data-theme=dark] .bet-cashed{background:#16a34a26;color:#4ade80}[data-theme=dark] .bet-pending{background:#d9770626;color:#fbbf24}[data-theme=dark] .heartbeat-player-item{background:#252528;border-color:#2a2a2d}[data-theme=dark] .heartbeat-player-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .heartbeat-player-item .player-avatar{background:#334155;border-color:#475569}.scratch-game-area{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;position:relative}.scratch-history-area,.scratch-help-area{padding:6px}.scratch-stats-row{display:flex;gap:12px;margin-bottom:16px}.scratch-stat-card{flex:1;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center}[data-theme=dark] .scratch-stat-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#334155}.scratch-stat-label{font-size:12px;color:#64748b;margin-bottom:8px}.scratch-stat-value{font-size:20px;font-weight:700;margin-bottom:4px}.scratch-stat-detail{font-size:11px;color:#94a3b8}.scratch-controls{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;width:100%;max-width:500px}.scratch-section{display:flex;flex-direction:column;gap:8px;align-items:center}.scratch-section-label{font-size:13px;color:#71717a;font-weight:500}.scratch-options{display:flex;gap:6px}.scratch-option-btn{padding:6px 14px;border:1.5px solid #e4e4e7;border-radius:8px;background:#fff;color:#52525b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.scratch-option-btn:hover:not(:disabled){border-color:#93c5fd;color:#2563eb;background:#eff6ff;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f626}.scratch-option-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.scratch-option-btn.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 10px #3b82f64d;transform:translateY(-1px)}.scratch-option-btn.active:hover{box-shadow:0 4px 14px #3b82f666}.scratch-option-btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.2)}[data-theme=dark] .scratch-option-btn{border-color:#3f3f46;background:#27272a;color:#a1a1aa}[data-theme=dark] .scratch-option-btn:hover:not(:disabled){border-color:#60a5fa;color:#93c5fd;background:#1e3a5f;box-shadow:0 2px 8px #60a5fa26}[data-theme=dark] .scratch-option-btn.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 10px #3b82f640}.scratch-buy-btn{padding:12px 32px;border:none;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;box-shadow:0 4px 14px #3b82f659;min-width:200px;display:flex;align-items:center;justify-content:center;gap:8px}.scratch-buy-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f673}.scratch-buy-btn:active:not(:disabled){transform:translateY(1px) scale(.98);box-shadow:0 2px 8px #3b82f64d}.scratch-buy-btn:disabled{opacity:.6;cursor:not-allowed}.scratch-btn-loading{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:scratch-spin .6s linear infinite}@keyframes scratch-spin{to{transform:rotate(360deg)}}.scratch-cards-area{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:600px}.scratch-card-actions-row{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}@media(min-width:769px){.scratch-card-actions-row{flex-direction:row;justify-content:center;align-items:flex-start}.scratch-card-actions-row .scratch-card-current{flex:0 0 auto}.scratch-card-actions-row .scratch-actions{flex-direction:column;align-items:stretch;min-width:120px}}.scratch-nav{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.scratch-nav-dot{width:32px;height:32px;border-radius:50%;border:2px solid #e4e4e7;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#71717a;cursor:pointer;transition:all .2s ease;position:relative;-webkit-user-select:none;user-select:none}.scratch-nav-dot:hover:not(.scratched):not(.active){border-color:#93c5fd;color:#3b82f6;transform:scale(1.08);box-shadow:0 2px 8px #3b82f626}.scratch-nav-dot:active:not(.scratched):not(.active){transform:scale(.95)}.scratch-nav-dot.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:scale(1.12);box-shadow:0 3px 12px #3b82f659}.scratch-nav-dot.scratched{border-color:#d4d4d8;background:#f4f4f5;color:#a1a1aa;cursor:default}.scratch-nav-dot.win{border-color:#10b981;background:#d1fae5;color:#059669;box-shadow:0 2px 8px #10b98133}.scratch-nav-dot.win:hover{transform:scale(1.08);box-shadow:0 3px 12px #10b9814d}[data-theme=dark] .scratch-nav-dot{border-color:#3f3f46;background:#27272a;color:#a1a1aa}[data-theme=dark] .scratch-nav-dot:hover:not(.scratched):not(.active){border-color:#60a5fa;color:#93c5fd;box-shadow:0 2px 8px #60a5fa26}[data-theme=dark] .scratch-nav-dot.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 3px 12px #3b82f64d}[data-theme=dark] .scratch-nav-dot.scratched{border-color:#3f3f46;background:#18181b;color:#52525b}[data-theme=dark] .scratch-nav-dot.win{border-color:#059669;background:#064e3b;color:#34d399;box-shadow:0 2px 8px #05966933}.scratch-nav-mult{position:absolute;top:-6px;right:-6px;font-size:10px;font-weight:700;line-height:1;color:#fff;background:#10b981;border-radius:6px;padding:1px 3px;pointer-events:none}[data-theme=dark] .scratch-nav-mult{background:#059669}.scratch-card-current{width:320px;height:200px;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000f;transition:box-shadow .3s}[data-theme=dark] .scratch-card-current{box-shadow:0 4px 20px #0000004d,0 1px 3px #0003}.scratch-result-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#fafafa,#f4f4f5);border:1.5px solid #e4e4e7;border-radius:16px;opacity:0;transition:opacity .3s}.scratch-result-layer.revealed{opacity:1}[data-theme=dark] .scratch-result-layer{background:linear-gradient(135deg,#27272a,#18181b);border-color:#3f3f46}.scratch-result-icon{font-size:48px;line-height:1}.scratch-result-multiplier{font-size:16px;font-weight:600;color:#52525b;display:flex;align-items:center;gap:6px}.scratch-mult-num{font-size:20px;font-weight:700;color:#3b82f6}.scratch-result-amount{font-size:22px;font-weight:700;color:#10b981;animation:scratch-bounce-in .4s cubic-bezier(.34,1.56,.64,1)}.scratch-result-none{font-size:14px;color:#a1a1aa}.scratch-coating-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:16px;cursor:crosshair;touch-action:none}.scratch-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.scratch-action-btn{padding:10px 24px;border:1.5px solid #e4e4e7;border-radius:10px;background:#fff;color:#52525b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.scratch-action-btn:hover:not(:disabled){border-color:#93c5fd;color:#2563eb;background:#eff6ff;transform:translateY(-1px);box-shadow:0 3px 10px #3b82f626}.scratch-action-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.scratch-action-btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.2)}.scratch-reveal-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:transparent;color:#fff;box-shadow:0 3px 12px #f59e0b4d}.scratch-reveal-btn:hover:not(:disabled){background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #f59e0b66}.scratch-reveal-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #f59e0b4d}.scratch-new-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:transparent;color:#fff;box-shadow:0 3px 12px #8b5cf64d}.scratch-new-btn:hover:not(:disabled){background:linear-gradient(135deg,#a78bfa,#8b5cf6);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #8b5cf666}.scratch-new-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #8b5cf64d}[data-theme=dark] .scratch-action-btn{border-color:#3f3f46;background:#27272a;color:#a1a1aa}[data-theme=dark] .scratch-action-btn:hover:not(:disabled){border-color:#60a5fa;color:#93c5fd;background:#1e3a5f;box-shadow:0 3px 10px #60a5fa26}@keyframes scratch-summary-in{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.scratch-summary{position:absolute;top:0;left:50%;transform:translate(-50%);width:max-content;min-width:260px;max-width:90vw;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px 16px 16px;display:flex;flex-direction:column;gap:8px;z-index:20;box-shadow:0 8px 24px #0000001f,0 2px 8px #0000000f;animation:scratch-summary-in .35s ease-out}[data-theme=dark] .scratch-summary{background:#1f2937;border-color:#374151;box-shadow:0 8px 24px #0000004d,0 2px 8px #0003}.scratch-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#71717a}.scratch-summary-val{font-weight:600;color:#52525b}.scratch-summary-profit{padding-top:8px;border-top:1px solid #e5e7eb;font-size:16px}.scratch-summary-profit .scratch-summary-val{font-size:18px}[data-theme=dark] .scratch-summary-profit{border-color:#374151}.scratch-summary-detail{font-size:12px;color:#a1a1aa;text-align:center}.scratch-summary-close{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;background:transparent;color:#a1a1aa;font-size:20px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.scratch-summary-close:hover{background:#e4e4e7;color:#52525b}[data-theme=dark] .scratch-summary-close:hover{background:#3f3f46;color:#d4d4d8}.text-green{color:#10b981!important}.text-red{color:#ef4444!important}.text-gray{color:#a1a1aa!important}.scratch-particle-container{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;overflow:hidden}.scratch-coin-particle{position:absolute;bottom:-20px;animation:scratch-coin-fall linear forwards;pointer-events:none}@keyframes scratch-coin-fall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}70%{opacity:1}to{transform:translateY(-100vh) rotate(720deg) scale(.5);opacity:0}}.scratch-confetti{position:absolute;top:40%;border-radius:2px;animation:scratch-confetti-fall ease-out forwards;pointer-events:none}@keyframes scratch-confetti-fall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}to{transform:translateY(60vh) rotate(1080deg) scale(.3);opacity:0}}.scratch-flash-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;pointer-events:none;opacity:0;z-index:9998;transition:opacity .1s}.scratch-flash-overlay.active{animation:scratch-flash .6s ease-out}[data-theme=dark] .scratch-flash-overlay{background:#fbbf24}@keyframes scratch-flash{0%{opacity:0}15%{opacity:.4}30%{opacity:.1}50%{opacity:.25}to{opacity:0}}.scratch-shake{animation:scratch-shake-anim .4s ease}@keyframes scratch-shake-anim{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.scratch-glow-subtle{animation:scratch-glow-subtle-anim 1.2s ease-in-out}@keyframes scratch-glow-subtle-anim{0%{box-shadow:0 4px 20px #00000014}50%{box-shadow:0 0 20px #f59e0b66,0 0 40px #f59e0b33}to{box-shadow:0 4px 20px #00000014}}.scratch-glow{animation:scratch-glow-anim 1.5s ease-in-out}@keyframes scratch-glow-anim{0%{box-shadow:0 4px 20px #00000014}50%{box-shadow:0 0 30px #10b98180,0 0 60px #10b98140}to{box-shadow:0 4px 20px #00000014}}.scratch-glow-big{animation:scratch-glow-big-anim 2s ease-in-out}@keyframes scratch-glow-big-anim{0%{box-shadow:0 4px 20px #00000014}30%{box-shadow:0 0 40px #f59e0b99,0 0 80px #f59e0b4d,0 0 120px #f59e0b26}60%{box-shadow:0 0 30px #ef444480,0 0 60px #ef444440}to{box-shadow:0 4px 20px #00000014}}@keyframes scratch-bounce-in{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.15)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.scratch-tier-tiny .scratch-result-layer{border-color:#fbbf24}.scratch-tier-break .scratch-result-layer{border-color:#60a5fa}.scratch-tier-small .scratch-result-layer{border-color:#34d399}.scratch-tier-medium .scratch-result-layer{border-color:#f59e0b}.scratch-tier-big .scratch-result-layer{border-color:#ef4444}.scratch-tier-mega .scratch-result-layer{border-color:#f59e0b}.scratch-tier-super .scratch-result-layer{border-color:#8b5cf6}.scratch-tier-jackpot .scratch-result-layer{border-color:#ef4444}.scratch-history-list{display:flex;flex-direction:column;gap:8px}.scratch-history-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}[data-theme=dark] .scratch-history-item{background:#1f2937;border-color:#374151}.scratch-history-left{display:flex;align-items:center;gap:10px}.scratch-history-icon{font-size:24px}.scratch-history-label{font-size:14px;font-weight:600;color:#3f3f46}.scratch-history-time{font-size:12px;color:#a1a1aa}.scratch-history-right{text-align:right}.scratch-history-price{font-size:12px;color:#a1a1aa}.scratch-history-prize{font-size:14px;font-weight:600}.scratch-empty{text-align:center;padding:40px 20px;color:#a1a1aa;font-size:14px}.scratch-load-more{padding:10px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;color:#71717a;font-size:13px;cursor:pointer;transition:all .2s}.scratch-load-more:hover{border-color:#3b82f6;color:#3b82f6}[data-theme=dark] .scratch-load-more{border-color:#3f3f46;background:#27272a;color:#a1a1aa}.scratch-help-section{display:flex;flex-direction:column;gap:16px}.scratch-help-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.scratch-help-card h5{font-size:15px;font-weight:600;color:#3f3f46;margin-bottom:8px}.scratch-help-card p{font-size:13px;color:#71717a;line-height:1.8}[data-theme=dark] .scratch-help-card{background:#1f2937;border-color:#374151}[data-theme=dark] .scratch-help-card h5{color:#e5e7eb}.scratch-help-note{margin-top:8px;font-size:12px!important;color:#a1a1aa!important;text-align:center}.scratch-disclaimer{margin-top:8px;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;font-size:12px;color:#92400e;line-height:1.6}[data-theme=dark] .scratch-disclaimer{background:#451a03;border-color:#92400e;color:#fcd34d}.scratch-bottom-disclaimer{padding:16px;font-size:10px;color:#94a3b8;text-align:center;background:#f8fafc;border-top:1px solid #f1f5f9;line-height:1.6;margin-top:20px}.scratch-bottom-disclaimer p{margin:0;padding:0}.scratch-bottom-disclaimer p:first-child{font-weight:600;margin-bottom:4px}[data-theme=dark] .scratch-bottom-disclaimer{background:#1a1a1c;border-color:#2a2a2d;color:#666}@media(max-width:768px){.scratch-card-current{width:280px;height:180px}.scratch-controls{gap:16px}.scratch-option-btn{padding:5px 10px;font-size:12px}.scratch-buy-btn{padding:10px 24px;font-size:14px}}.gomoku-header-players{display:flex;align-items:center;gap:6px;font-size:13px;color:#555}.gomoku-header-side{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;transition:all .3s}.gomoku-header-side.active{background:#f0f7ff;color:#333;border:1.5px solid #90ee90}.gomoku-header-stone{font-size:16px}.gomoku-header-avatar-img{width:20px;height:20px;border-radius:50%;object-fit:cover}.gomoku-header-avatar-emoji{font-size:14px;line-height:1}.gomoku-header-name{max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.gomoku-header-vs{color:#bbb;font-size:11px;margin:0 2px}.gomoku-lobby{padding:12px 0}.gomoku-points-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 3px #0000000f}.gomoku-points-label{color:#999;font-size:13px}.gomoku-points-value{font-size:20px;font-weight:600;color:#333}.gomoku-action-bar{display:flex;gap:8px;margin-bottom:12px}.gomoku-btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:13px;background:#e8e8e8;color:#333;transition:all .2s}.gomoku-btn:hover{background:#ddd}.gomoku-btn-small{padding:5px 12px;font-size:12px}.gomoku-btn-secondary{background:#f5f5f5;color:#666}.gomoku-btn-danger{background:#ff6b6b;color:#fff}.gomoku-btn-danger:hover{background:#f44}.gomoku-btn:disabled,.gomoku-btn-small:disabled{opacity:.5;cursor:not-allowed}.gomoku-btn-danger{background:#f5f5f5;color:#999}.gomoku-btn-danger:hover{background:#eee;color:#666}.gomoku-btn-primary{background:linear-gradient(135deg,#4a9eff,#6bb3ff);color:#fff;font-weight:600;font-size:14px;padding:10px 24px;box-shadow:0 2px 8px #4a9eff4d;animation:gomoku-btn-pulse 2s ease-in-out infinite}.gomoku-btn-primary-min{padding:6px 12px}.gomoku-btn-primary:hover{background:linear-gradient(135deg,#3a8eef,#5aa3ff);box-shadow:0 4px 12px #4a9eff80;transform:translateY(-1px)}.gomoku-btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #4a9eff4d}@keyframes gomoku-btn-pulse{0%,to{box-shadow:0 2px 8px #4a9eff4d}50%{box-shadow:0 2px 16px #4a9eff99}}.gomoku-loading,.gomoku-empty{text-align:center;padding:40px 0;color:#bbb;font-size:14px}.gomoku-spinner{display:inline-block;width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#999;border-radius:50%;margin-right:8px;animation:gomoku-spin .8s linear infinite;vertical-align:middle}@keyframes gomoku-spin{to{transform:rotate(360deg)}}.gomoku-room-list{display:flex;flex-direction:column;gap:8px}.gomoku-room-card{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;transition:all .2s}.gomoku-room-card:hover{box-shadow:0 2px 8px #0000001a}.gomoku-room-mine{border-left:3px solid #bbb;background:#fafafa}.gomoku-room-top{display:flex;align-items:center;justify-content:space-between}.gomoku-room-info{display:flex;align-items:center;gap:12px}.gomoku-room-players{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.gomoku-room-player{display:flex;align-items:center;gap:4px}.gomoku-room-avatar{font-size:16px}.gomoku-room-avatar-img{width:20px;height:20px;border-radius:50%;object-fit:cover;vertical-align:middle}.gomoku-room-nickname{color:#555}.gomoku-room-vs{color:#ccc;font-size:11px}.gomoku-stone-icon-black,.gomoku-stone-icon-white{font-size:10px}.gomoku-room-code{font-weight:600;color:#333;font-size:14px}.gomoku-room-mode{color:#888;font-size:13px}.gomoku-room-bet{color:#666;font-size:13px}.gomoku-room-status{margin:0 12px}.gomoku-status-waiting{color:#999;font-size:12px;background:#f5f5f5;padding:2px 8px;border-radius:4px}.gomoku-status-playing{color:#888;font-size:12px;background:#f0f0f0;padding:2px 8px;border-radius:4px}.gomoku-status-abnormal{color:#ff6b6b;font-size:12px;background:#fff0f0;padding:2px 8px;border-radius:4px;font-weight:600}.gomoku-waiting-text{color:#999;font-style:italic}.gomoku-status-finished{color:#bbb;font-size:12px;background:#f8f8f8;padding:2px 8px;border-radius:4px}.gomoku-room-actions{display:flex;gap:6px}.gomoku-game{padding:6px 0}.gomoku-game-layout{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}.gomoku-game-top{width:100%;display:flex;flex-direction:column;align-items:center;gap:2px}.gomoku-game-content{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}@media(min-width:769px){.gomoku-game-content{flex-direction:row;align-items:flex-start;justify-content:center;gap:12px}.gomoku-game-main{flex:0 1 auto;display:flex;flex-direction:column;align-items:center;gap:2px}.gomoku-game-sidebar{flex:0 0 280px;display:flex;flex-direction:column;gap:8px;align-self:stretch;position:sticky;top:10px;max-height:450px;padding-top:24px}.gomoku-room-chat{flex:1 1 0;min-height:0;max-height:none;display:flex;flex-direction:column;margin-top:0;height:auto}.gomoku-room-chat-messages{flex:1;min-height:0;max-height:none;overflow-y:auto;font-size:12px}.gomoku-room-chat-header{font-size:12px;padding:5px 8px}.gomoku-room-chat-msg{padding:2px 0;font-size:12px;gap:3px}.gomoku-room-chat-avatar-img{width:16px;height:16px}.gomoku-room-chat-avatar{font-size:12px}.gomoku-room-chat-nickname{font-size:11px;max-width:55px}.gomoku-room-chat-content{font-size:12px}.gomoku-room-chat-time{font-size:9px}.gomoku-room-chat-input-row{padding:4px 6px}.gomoku-room-chat-input{font-size:12px;padding:3px 6px}.gomoku-room-chat-send{font-size:11px;padding:3px 10px}.gomoku-room-emoji-btn{font-size:16px}.gomoku-room-emoji-picker{grid-template-columns:repeat(6,1fr);max-height:200px;padding:4px}.gomoku-room-emoji-item{font-size:16px;padding:3px}.gomoku-quick-chat-btn{font-size:16px}.gomoku-quick-chat-picker{grid-template-columns:repeat(2,1fr);max-height:200px;padding:4px}.gomoku-quick-chat-item{font-size:12px;padding:5px 3px}}.gomoku-players{display:flex;align-items:center;gap:16px;padding:10px 20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;width:100%;justify-content:center}.gomoku-player{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;transition:all .3s;color:#999;font-size:14px}.gomoku-player.active{background:#f5f5f5;color:#333;border:2px solid #90ee90}.gomoku-stone-black{font-size:22px;color:#333}.gomoku-stone-white{font-size:22px;color:#ccc}.gomoku-game-avatar-img{width:24px;height:24px;border-radius:50%;object-fit:cover}.gomoku-game-avatar-emoji{font-size:18px;line-height:1}.gomoku-game-nickname{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gomoku-you-tag{font-size:10px;background:#e8e8e8;color:#888;padding:1px 5px;border-radius:3px}.gomoku-vs{color:#ccc;font-size:12px}.gomoku-ai-notice{padding:8px 16px;background:#f8f8f8;border-radius:6px;color:#999;font-size:13px;width:100%;text-align:center}.gomoku-observers{margin-top:8px;padding:6px 10px;background:#00000005;border-radius:8px;width:100%}.gomoku-observers-header{margin-bottom:4px}.gomoku-observers-title{font-size:12px;color:#999}.gomoku-observers-list{display:flex;flex-wrap:wrap;gap:6px;padding:2px 0}.gomoku-observer-item{display:flex;align-items:center;gap:4px;padding:2px 8px;background:#fff;border-radius:12px;font-size:12px;color:#666;white-space:nowrap;box-shadow:0 1px 2px #0000000a}.gomoku-observer-avatar-img{width:20px;height:20px;border-radius:50%;object-fit:cover}.gomoku-observer-avatar-emoji{font-size:14px;line-height:1}.gomoku-observer-name{max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gomoku-observer-more{color:#999;font-size:11px}.gomoku-room-chat{margin-top:8px;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;width:100%;background:#fff;display:flex;flex-direction:column;height:340px}.gomoku-room-chat-header{padding:6px 10px;background:#fafafa;border-bottom:1px solid #eee;font-size:13px;color:#666;flex-shrink:0}.gomoku-room-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:6px 10px}.gomoku-room-chat-empty{text-align:center;color:#ccc;font-size:12px;padding:20px 0}.gomoku-room-chat-loadmore{text-align:center;color:#409eff;font-size:12px;padding:4px 0;cursor:pointer}.gomoku-room-chat-loadmore:hover{text-decoration:underline}.gomoku-room-chat-msg{display:flex;align-items:center;gap:4px;padding:3px 0;font-size:13px;line-height:1.4}.gomoku-room-chat-avatar-img{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.gomoku-room-chat-avatar{font-size:14px;flex-shrink:0;line-height:1}.gomoku-room-chat-nickname{font-size:12px;color:#666;font-weight:500;flex-shrink:0;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gomoku-room-chat-content{word-break:break-all;color:#333}.gomoku-room-chat-time{font-size:10px;color:#ccc;white-space:nowrap;flex-shrink:0}.gomoku-room-chat-input-area{position:relative;flex-shrink:0;border-top:1px solid #eee}.gomoku-room-chat-input-row{display:flex;gap:4px;padding:6px 8px;align-items:center}.gomoku-room-emoji-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:2px 4px;line-height:1;flex-shrink:0}.gomoku-room-chat-input{flex:1;border:1px solid #e0e0e0;border-radius:4px;padding:4px 8px;font-size:13px;outline:none}.gomoku-room-chat-input:focus{border-color:#409eff}.gomoku-room-chat-send{background:#409eff;color:#fff;border:none;border-radius:4px;padding:4px 12px;font-size:12px;cursor:pointer;flex-shrink:0;white-space:nowrap}.gomoku-room-chat-send:disabled{background:#ccc;cursor:not-allowed}.gomoku-room-chat-send:hover:not(:disabled){background:#66b1ff}.gomoku-room-emoji-picker{display:grid;grid-template-columns:repeat(6,1fr);max-height:240px;overflow-y:auto;padding:6px 8px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 -4px 12px #0000001a;position:absolute;bottom:100%;left:0;right:0;z-index:10}.gomoku-room-emoji-item{font-size:20px;text-align:center;cursor:pointer;padding:4px;border-radius:4px;line-height:1}.gomoku-room-emoji-item:hover{background:#e8e8e8}.gomoku-quick-chat-btn{background:none;border:none;font-size:18px;cursor:pointer;padding:2px 4px;line-height:1;flex-shrink:0}.gomoku-quick-chat-picker{display:grid;grid-template-columns:repeat(3,1fr);max-height:240px;overflow-y:auto;padding:6px 8px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 -4px 12px #0000001a;position:absolute;bottom:100%;left:0;right:0;z-index:10}.gomoku-quick-chat-item{font-size:13px;text-align:center;cursor:pointer;padding:6px 4px;border-radius:4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gomoku-quick-chat-item:hover{background:#e8e8e8}.gomoku-info-bar{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;margin-top:6px}.gomoku-bet-info{display:flex;gap:20px;color:#888;font-size:13px;flex-shrink:0}.gomoku-board-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:4px}.gomoku-board-zoom-label{color:#aaa;font-size:11px}.gomoku-style-btn-wrap{position:relative;margin-left:auto}.gomoku-style-btn{background:none;border:1px solid #e0e0e0;border-radius:4px;padding:2px 6px;cursor:pointer;font-size:14px;line-height:1;transition:background .15s}.gomoku-style-btn:hover{background:#f5f5f5}.gomoku-style-picker{position:absolute;top:100%;right:0;margin-top:4px;z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:8px;min-width:140px}.gomoku-style-option{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background .15s}.gomoku-style-option:hover{background:#f5f5f5}.gomoku-style-option.active{background:#e8f0fe}.gomoku-style-preview{display:inline-block;width:24px;height:24px;border-radius:4px;border:1px solid #d0d0d0;flex-shrink:0}.gomoku-style-preview-light{background:#f0f0f0}.gomoku-style-preview-light:after{content:"";display:block;width:8px;height:8px;background:#333;border-radius:50%;margin:7px auto}.gomoku-style-preview-texture{background:#e8c99b}.gomoku-style-preview-texture:after{content:"";display:block;width:8px;height:8px;background:#1a1a1a;border-radius:50%;margin:7px auto}.gomoku-style-preview-moyu{background:#fff;border-color:silver}.gomoku-style-preview-moyu:after{content:"";display:block;width:8px;height:8px;background:#4472c4;border-radius:1px;margin:7px auto}.gomoku-style-name{font-size:13px;color:#333}.gomoku-board-moyu{border-radius:0!important;border-color:#b4b4b4!important}.gomoku-board-moyu canvas{border-radius:0!important}.gomoku-board-outer{overflow:hidden;max-width:100%;position:relative;border-radius:4px;touch-action:none;border:1px solid #e0e0e0}.gomoku-board-wrap{display:flex;justify-content:center;transition:transform .05s ease-out}.gomoku-board-wrap canvas{border-radius:4px;box-shadow:0 2px 8px #00000014;width:100%;height:auto;aspect-ratio:1 / 1}.gomoku-game-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:8px}.gomoku-turn-hint{color:#e6a23c;font-size:13px;font-weight:600}.gomoku-turn-hint-wait{color:#bbb;font-size:12px}.gomoku-countdown{color:#f56c6c;font-weight:700;font-size:14px}.gomoku-pending-bar{display:flex;align-items:center;gap:10px;justify-content:center;padding:8px 12px;background:#fdf6ec;border-radius:8px;border:1px solid #e6a23c;max-width:400px;width:100%}.gomoku-pending-text{font-size:13px;color:#e6a23c;font-weight:500}.gomoku-draw-notice{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#f8f8f8;border-radius:6px;color:#888;font-size:13px}.gomoku-history{padding:12px 0}.gomoku-stats-row{display:flex;gap:8px;margin-bottom:12px}.gomoku-stat-card{flex:1;padding:12px;background:#fff;border-radius:8px;text-align:center;box-shadow:0 1px 3px #0000000f}.gomoku-stat-label{font-size:11px;color:#bbb;margin-bottom:4px}.gomoku-stat-value{font-size:16px;font-weight:600;color:#333}.gomoku-text-green{color:#e6a817!important;font-weight:700}.gomoku-text-red{color:#555!important}.gomoku-history-list{display:flex;flex-direction:column;gap:6px}.gomoku-loadmore{text-align:center;padding:12px;color:#999;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.gomoku-loadmore:hover{color:#666}.gomoku-history-card{position:relative;display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;font-size:13px;color:#666}.gomoku-history-mode{font-size:16px}.gomoku-history-result{font-weight:600}.gomoku-result-win{color:#e6a817;font-weight:700}.gomoku-result-lose{color:#e05050;font-weight:700}.gomoku-result-draw{color:#aaa}.gomoku-history-bet{color:#999}.gomoku-history-profit{font-weight:500}.gomoku-history-moves{color:#ccc;margin-left:auto}.gomoku-history-card{cursor:pointer;flex-direction:column;align-items:stretch;gap:6px}.gomoku-history-card:active{background:#f0f0f0}.gomoku-history-card-top{display:flex;align-items:center;gap:12px}.gomoku-history-card-players{display:flex;align-items:center;gap:8px;font-size:12px;color:#999;padding-top:4px;border-top:1px solid #f5f5f5}.gomoku-history-player{display:flex;align-items:center;gap:4px}.gomoku-history-vs{color:#ccc;font-size:11px}.gomoku-card-time{position:absolute;right:14px;bottom:8px;font-size:11px;color:#ccc}.gomoku-history-arrow{color:#ccc;font-size:18px;margin-left:auto}.gomoku-history-detail-modal{background:#fff;border-radius:12px;width:92%;max-width:460px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.gomoku-history-detail-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.gomoku-history-detail-header h3{font-size:16px;color:#333;margin:0}.gomoku-close-btn{background:none;border:none;font-size:20px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.gomoku-close-btn:active{background:#f0f0f0}.gomoku-history-detail-body{overflow-y:auto;flex:1;padding:16px 20px}.gomoku-history-detail-info{margin-bottom:16px}.gomoku-history-detail-players{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:10px}.gomoku-history-detail-player{display:flex;align-items:center;gap:6px}.gomoku-detail-avatar{font-size:20px}.gomoku-detail-avatar-img{width:24px;height:24px;border-radius:50%}.gomoku-detail-nickname{font-size:14px;font-weight:500;color:#333}.gomoku-history-detail-vs{font-size:14px;font-weight:700;color:#999}.gomoku-history-detail-result{text-align:center;font-size:16px;font-weight:600;margin-bottom:8px}.gomoku-history-detail-meta{display:flex;justify-content:center;gap:12px;font-size:12px;color:#999}.gomoku-history-detail-board-section{margin-bottom:16px}.gomoku-history-detail-board-title{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#666;margin-bottom:8px}.gomoku-history-detail-board-wrap{overflow:auto;display:flex;justify-content:center;background:#fafafa;border-radius:8px;padding:8px}.gomoku-history-detail-board-wrap .gomoku-board-inner{transform-origin:center center;display:flex;justify-content:center}.gomoku-history-detail-board-wrap canvas{border-radius:4px;box-shadow:0 2px 8px #00000014;width:100%;height:auto;aspect-ratio:1 / 1}.gomoku-history-detail-board-legend{text-align:center;font-size:11px;color:#bbb;margin-top:6px}.gomoku-history-detail-chat-section{margin-bottom:8px}.gomoku-history-detail-chat-title{font-size:13px;font-weight:600;color:#666;margin-bottom:8px}.gomoku-history-detail-chat-messages{max-height:240px;overflow-y:auto;background:#fafafa;border-radius:8px;padding:10px}.gomoku-history-detail-chat-msg{display:flex;align-items:flex-start;gap:6px;padding:4px 0;font-size:13px;line-height:1.5}.gomoku-history-detail-chat-msg.gomoku-chat-system{justify-content:center;color:#bbb;font-size:12px}.gomoku-chat-msg-avatar-img{width:20px;height:20px;border-radius:50%;flex-shrink:0;margin-top:2px}.gomoku-chat-msg-avatar{font-size:14px;flex-shrink:0}.gomoku-chat-msg-name{color:#999;font-size:12px;flex-shrink:0;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gomoku-chat-msg-content{color:#555;word-break:break-all}.gomoku-chat-msg-time{color:#ccc;font-size:11px;flex-shrink:0;margin-left:auto}.gomoku-empty-small{text-align:center;color:#ccc;font-size:13px;padding:20px}.gomoku-help{padding:12px 0}.gomoku-help h3{font-size:15px;color:#555;margin:16px 0 8px}.gomoku-help p{font-size:13px;color:#888;line-height:1.8}.gomoku-help-warning{color:#999;background:#f8f8f8;padding:10px;border-radius:6px}.gomoku-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}.gomoku-modal{background:#fff;border-radius:12px;padding:24px;min-width:300px;max-width:400px;width:90%;box-shadow:0 4px 20px #0000001a}.gomoku-modal h3{font-size:16px;color:#333;margin-bottom:16px}.gomoku-form-group{margin-bottom:14px}.gomoku-form-group label{display:block;font-size:12px;color:#999;margin-bottom:6px}.gomoku-form-group input{width:100%;padding:8px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;box-sizing:border-box}.gomoku-mode-select{display:flex;gap:6px}.gomoku-mode-select button{flex:1;padding:8px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;color:#666;transition:all .2s}.gomoku-mode-select button.active{border-color:#4a9eff;background:#e8f4fd;color:#2a7dd4;font-weight:600}.gomoku-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.gomoku-exchange-rate{font-size:13px;color:#999;margin-bottom:12px}.gomoku-exchange-quick{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.gomoku-quick-btn{padding:4px 10px;font-size:12px;border:1px solid #e0e0e0;border-radius:4px;background:#f8f8f8;color:#555;cursor:pointer;transition:all .15s}.gomoku-quick-btn:hover{background:#e8f4fd;border-color:#4a9eff;color:#4a9eff}.gomoku-quick-btn:active{background:#d0ebff}.gomoku-quick-btn.active{background:#4a9eff;color:#fff;border-color:#4a9eff}.gomoku-bet-preview{font-size:13px;color:#4a9eff;margin-top:4px;font-weight:600}.gomoku-ai-bet-fixed{padding:10px 14px;background:#f0f7ff;border:1px solid #d0e3f7;border-radius:6px;font-size:15px;font-weight:600;color:#4a9eff}.gomoku-exchange-preview{font-size:13px;color:#888;margin-top:8px}.gomoku-result-modal{text-align:center}.gomoku-result-icon{font-size:48px;margin-bottom:8px}.gomoku-result-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:8px;margin-top:8px;font-size:14px;font-weight:600;flex-wrap:wrap}.gomoku-result-banner-win{background:#fdf6ec;border:1px solid #e6a817;color:#b8860b}.gomoku-result-banner-lose{background:#fef0f0;border:1px solid #e05050;color:#c03030}.gomoku-result-banner-draw{background:#f5f5f5;border:1px solid #ccc;color:#888}.gomoku-result-banner-icon{font-size:20px}.gomoku-result-banner-text{font-size:16px}.gomoku-result-banner-reason{font-size:13px;opacity:.8}@media(max-width:768px){.gomoku-game-layout{gap:2px}.gomoku-game-content{width:100%}.gomoku-game-main{width:100%;display:flex;flex-direction:column;align-items:center}.gomoku-game-sidebar{width:100%;display:flex;flex-direction:column;gap:6px}.gomoku-players{padding:6px 12px;gap:10px}.gomoku-player{padding:4px 8px;font-size:12px}.gomoku-game-avatar-img{width:18px;height:18px}.gomoku-game-avatar-emoji{font-size:14px}.gomoku-game-nickname{max-width:50px}.gomoku-info-bar{flex-direction:row;flex-wrap:wrap;gap:6px;justify-content:space-between}.gomoku-bet-info{font-size:12px;gap:12px}.gomoku-game-actions{gap:6px}.gomoku-observers{padding:4px 8px}.gomoku-observers-list{gap:4px}.gomoku-observer-item{padding:1px 6px;font-size:11px}.gomoku-observer-avatar-img{width:16px;height:16px}.gomoku-observer-name{max-width:40px}.gomoku-room-chat{width:100%;height:300px}.gomoku-board-toolbar{gap:6px}.gomoku-room-chat-avatar-img{width:16px;height:16px}.gomoku-room-chat-nickname{max-width:50px}.gomoku-room-emoji-picker{grid-template-columns:repeat(8,1fr);max-height:230px}}[data-theme=dark] .gomoku-points-bar{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .gomoku-points-label{color:#888}[data-theme=dark] .gomoku-points-value{color:#e0e0e0}[data-theme=dark] .gomoku-btn{background:#ffffff14;color:#ccc;border-color:#ffffff1f}[data-theme=dark] .gomoku-btn:hover{background:#ffffff24}[data-theme=dark] .gomoku-btn-secondary{background:#ffffff0d;color:#999}[data-theme=dark] .gomoku-btn-secondary:hover{background:#ffffff1a}[data-theme=dark] .gomoku-btn-primary{background:linear-gradient(135deg,#6366f14d,#818cf84d);color:#818cf8;font-size:14px;padding:10px 24px;box-shadow:0 2px 8px #6366f133;animation:gomoku-btn-pulse-dark 2s ease-in-out infinite}[data-theme=dark] .gomoku-btn-primary:hover{background:linear-gradient(135deg,#6366f166,#818cf866);box-shadow:0 4px 12px #6366f166;transform:translateY(-1px)}[data-theme=dark] .gomoku-btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #6366f133}@keyframes gomoku-btn-pulse-dark{0%,to{box-shadow:0 2px 8px #6366f133}50%{box-shadow:0 2px 16px #6366f180}}[data-theme=dark] .gomoku-btn-danger{background:#ff6b6b26;color:#ff8a8a}[data-theme=dark] .gomoku-btn-danger:hover{background:#ff6b6b40}[data-theme=dark] .gomoku-loading,[data-theme=dark] .gomoku-empty{color:#888}[data-theme=dark] .gomoku-room-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .gomoku-room-card:hover{background:#ffffff12;box-shadow:0 2px 8px #0003}[data-theme=dark] .gomoku-room-mine{background:#6366f114;border-left-color:#818cf8}[data-theme=dark] .gomoku-room-players{color:#999}[data-theme=dark] .gomoku-room-nickname{color:#ccc}[data-theme=dark] .gomoku-room-vs{color:#666}[data-theme=dark] .gomoku-room-code{color:#e0e0e0}[data-theme=dark] .gomoku-room-mode{color:#aaa}[data-theme=dark] .gomoku-room-bet{color:#999}[data-theme=dark] .gomoku-status-waiting{background:#ffffff14;color:#999}[data-theme=dark] .gomoku-status-playing{background:#ffffff14;color:#aaa}[data-theme=dark] .gomoku-status-abnormal{background:#ff6b6b1f;color:#ff8a8a}[data-theme=dark] .gomoku-status-finished{background:#ffffff0d;color:#777}[data-theme=dark] .gomoku-waiting-text,[data-theme=dark] .gomoku-card-time{color:#777}[data-theme=dark] .gomoku-player{color:#aaa}[data-theme=dark] .gomoku-player.active{background:#ffffff14;color:#e0e0e0;border:2px solid #90ee90}[data-theme=dark] .gomoku-stone-black{color:#aaa}[data-theme=dark] .gomoku-stone-white{color:#666}[data-theme=dark] .gomoku-header-players{color:#aaa}[data-theme=dark] .gomoku-header-vs{color:#555}[data-theme=dark] .gomoku-header-side.active{background:#ffffff14;color:#e0e0e0;border-color:#90ee90}[data-theme=dark] .gomoku-you-tag{background:#6366f133;color:#818cf8}[data-theme=dark] .gomoku-vs{color:#666}[data-theme=dark] .gomoku-ai-notice{background:#ffffff0f;color:#e6a23c}[data-theme=dark] .gomoku-observers{background:#ffffff0a}[data-theme=dark] .gomoku-observers-title{color:#888}[data-theme=dark] .gomoku-observer-name{color:#bbb}[data-theme=dark] .gomoku-observer-more{color:#888}[data-theme=dark] .gomoku-bet-info{color:#aaa}[data-theme=dark] .gomoku-turn-hint{color:#e6a23c}[data-theme=dark] .gomoku-turn-hint-wait{color:#777}[data-theme=dark] .gomoku-countdown{color:#f56c6c}[data-theme=dark] .gomoku-pending-bar{background:#ffffff0f}[data-theme=dark] .gomoku-pending-text{color:#e6a23c}[data-theme=dark] .gomoku-board-outer{border-color:#ffffff26}[data-theme=dark] .gomoku-board-toolbar{background:#ffffff0a}[data-theme=dark] .gomoku-board-zoom-label{color:#888}[data-theme=dark] .gomoku-style-btn{background:#ffffff0f;color:#aaa}[data-theme=dark] .gomoku-style-btn:hover{background:#ffffff1a}[data-theme=dark] .gomoku-style-picker{background:#2a2a2a;border-color:#ffffff1f;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .gomoku-style-option{color:#ccc}[data-theme=dark] .gomoku-style-option:hover{background:#ffffff14}[data-theme=dark] .gomoku-style-option.active{background:#6366f126;color:#818cf8}[data-theme=dark] .gomoku-style-name{color:#ccc}[data-theme=dark] .gomoku-game-actions{background:transparent}[data-theme=dark] .gomoku-room-chat{background:#ffffff0a}[data-theme=dark] .gomoku-room-chat-header{background:#ffffff0f;color:#aaa;border-color:#ffffff14}[data-theme=dark] .gomoku-room-chat-messages{background:transparent}[data-theme=dark] .gomoku-room-chat-empty{color:#666}[data-theme=dark] .gomoku-room-chat-loadmore{color:#888}[data-theme=dark] .gomoku-room-chat-loadmore:hover,[data-theme=dark] .gomoku-room-chat-nickname{color:#aaa}[data-theme=dark] .gomoku-room-chat-content{color:#ccc}[data-theme=dark] .gomoku-room-chat-time{color:#666}[data-theme=dark] .gomoku-room-chat-input-row{background:#ffffff0a}[data-theme=dark] .gomoku-room-chat-input{background:#ffffff0f;color:#e0e0e0;border-color:#ffffff1f}[data-theme=dark] .gomoku-room-chat-input:focus{border-color:#818cf8}[data-theme=dark] .gomoku-room-chat-input::placeholder{color:#666}[data-theme=dark] .gomoku-room-emoji-btn{background:#ffffff0f}[data-theme=dark] .gomoku-room-emoji-btn:hover{background:#ffffff1a}[data-theme=dark] .gomoku-room-emoji-picker{background:#2a2a2a;border-color:#ffffff1f;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .gomoku-room-emoji-item:hover{background:#ffffff1a}[data-theme=dark] .gomoku-quick-chat-btn{background:#ffffff0f}[data-theme=dark] .gomoku-quick-chat-btn:hover{background:#ffffff1a}[data-theme=dark] .gomoku-quick-chat-picker{background:#2a2a2a;border-color:#ffffff1f;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .gomoku-quick-chat-item{color:#ccc}[data-theme=dark] .gomoku-quick-chat-item:hover{background:#ffffff14}[data-theme=dark] .gomoku-stat-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .gomoku-stat-label{color:#888}[data-theme=dark] .gomoku-stat-value{color:#e0e0e0}[data-theme=dark] .gomoku-history-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .gomoku-history-card:hover{background:#ffffff12}[data-theme=dark] .gomoku-history-card:active{background:#ffffff1a}[data-theme=dark] .gomoku-history-mode{color:#aaa}[data-theme=dark] .gomoku-history-bet{color:#888}[data-theme=dark] .gomoku-history-profit{color:#ccc}[data-theme=dark] .gomoku-history-moves,[data-theme=dark] .gomoku-history-vs,[data-theme=dark] .gomoku-history-arrow{color:#666}[data-theme=dark] .gomoku-loadmore{color:#888}[data-theme=dark] .gomoku-loadmore:hover{color:#aaa}[data-theme=dark] .gomoku-result-banner-win{background:#e6a8171a;border-color:#e6a8174d;color:#e6a817}[data-theme=dark] .gomoku-result-banner-lose{background:#e050501a;border-color:#e050504d;color:#e05050}[data-theme=dark] .gomoku-result-banner-draw{background:#ffffff0f;border-color:#ffffff26;color:#999}[data-theme=dark] .gomoku-modal{background:#2a2a2a;color:#e0e0e0}[data-theme=dark] .gomoku-modal h3{color:#e0e0e0}[data-theme=dark] .gomoku-form-group label{color:#999}[data-theme=dark] .gomoku-form-group input{background:#ffffff0f;color:#e0e0e0;border-color:#ffffff1f}[data-theme=dark] .gomoku-form-group input:focus{border-color:#818cf8}[data-theme=dark] .gomoku-mode-select button{background:#ffffff0f;color:#aaa;border-color:#ffffff1f}[data-theme=dark] .gomoku-mode-select button.active{background:#6366f126;color:#818cf8;border-color:#6366f14d}[data-theme=dark] .gomoku-exchange-rate{color:#999}[data-theme=dark] .gomoku-quick-btn{background:#ffffff0f;color:#aaa;border-color:#ffffff1f}[data-theme=dark] .gomoku-quick-btn:hover{background:#4a9eff1f;border-color:#4a9eff4d;color:#4a9eff}[data-theme=dark] .gomoku-quick-btn.active{background:#4a9eff33;color:#4a9eff;border-color:#4a9eff66}[data-theme=dark] .gomoku-bet-preview{color:#4a9eff}[data-theme=dark] .gomoku-ai-bet-fixed{color:#aaa}[data-theme=dark] .gomoku-exchange-preview{color:#999}[data-theme=dark] .gomoku-result-icon,[data-theme=dark] .gomoku-result-banner-text{color:inherit}[data-theme=dark] .gomoku-result-banner-reason{opacity:.8}[data-theme=dark] .gomoku-help h3{color:#ccc}[data-theme=dark] .gomoku-help p{color:#999}[data-theme=dark] .gomoku-help-warning{background:#ffffff0f;color:#999}[data-theme=dark] .gomoku-history-detail-modal{background:#000000b3}[data-theme=dark] .gomoku-history-detail-header{background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] .gomoku-history-detail-header h3{color:#e0e0e0}[data-theme=dark] .gomoku-close-btn{color:#999}[data-theme=dark] .gomoku-close-btn:hover{color:#e0e0e0}[data-theme=dark] .gomoku-close-btn:active{background:#ffffff1a}[data-theme=dark] .gomoku-history-detail-body{background:#2a2a2a}[data-theme=dark] .gomoku-detail-nickname{color:#e0e0e0}[data-theme=dark] .gomoku-history-detail-vs{color:#888}[data-theme=dark] .gomoku-history-detail-board-title{color:#ccc}[data-theme=dark] .gomoku-history-detail-board-legend{color:#999}[data-theme=dark] .gomoku-history-detail-board-wrap{background:transparent}[data-theme=dark] .gomoku-history-detail-chat-title{color:#ccc}[data-theme=dark] .gomoku-history-detail-chat-messages{background:#ffffff0a}[data-theme=dark] .gomoku-history-detail-chat-msg{border-color:#ffffff0f}[data-theme=dark] .gomoku-history-detail-chat-msg.gomoku-chat-system{color:#888;background:transparent}[data-theme=dark] .gomoku-chat-msg-name{color:#888}[data-theme=dark] .gomoku-chat-msg-content{color:#ccc}[data-theme=dark] .gomoku-chat-msg-time,[data-theme=dark] .gomoku-empty-small{color:#666}[data-theme=dark] .gomoku-text-green{color:#e6a817!important}.vip-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px}.vip-modal{background:#fff;border-radius:16px;width:min(480px,100vw - 32px);max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.vip-modal-body{flex:1;overflow-y:auto;min-height:0}.vip-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.vip-modal-title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#1a1a1a}.vip-modal-icon{font-size:24px;padding:0 8px}.vip-modal-close{background:none;border:none;cursor:pointer;padding:4px;color:#999;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.vip-modal-close:hover{background:#f5f5f5;color:#666}.vip-status-card{margin:16px 24px 0;padding:16px;border-radius:12px;background:#f5f5f5;display:flex;align-items:center;gap:12px;transition:all .3s}.vip-status-card.active{background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1px solid #ffd700}.vip-status-avatar{width:48px;height:48px;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;font-size:24px;overflow:hidden;flex-shrink:0}.vip-status-avatar img{width:100%;height:100%;object-fit:cover}.vip-status-info{flex:1;min-width:0}.vip-status-name{font-size:15px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vip-status-badge{display:inline-flex;align-items:center;gap:4px;margin-top:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:linear-gradient(135deg,gold,#fa0);color:#7a4a00}.vip-status-badge.expired{background:#e8e8e8;color:#999}.vip-status-badge-icon{font-size:12px}.vip-status-expire{text-align:right;flex-shrink:0}.vip-expire-label{font-size:10px;color:#999}.vip-expire-date{font-size:13px;font-weight:600;color:#1a1a1a;margin-top:2px}.vip-checkin-section{padding:0 24px;margin-top:12px}.vip-checkin-row{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fff7ed,#fef3c7);border:1px solid #fbbf24;border-radius:10px;padding:10px 16px}.vip-checkin-info{display:flex;align-items:center;gap:8px}.vip-checkin-icon{font-size:18px}.vip-checkin-label{font-size:14px;font-weight:600;color:#92400e}.vip-checkin-reward{font-size:12px;color:#b45309;background:#fbbf244d;padding:2px 6px;border-radius:4px}.vip-checkin-btn{padding:6px 20px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;transition:all .2s}.vip-checkin-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #f59e0b66}.vip-checkin-btn.checked{background:#d1d5db;color:#6b7280;cursor:default}.vip-checkin-btn:disabled{opacity:.7;cursor:not-allowed}.vip-activate-section{padding:16px 24px 0}.vip-section-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:10px}.vip-activate-row{display:flex;gap:8px}.vip-activate-input{flex:1;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:14px;outline:none;transition:border-color .2s;background:#fafafa}.vip-activate-input:focus{border-color:gold;background:#fff}.vip-activate-input::placeholder{color:#bbb}.vip-activate-btn{padding:10px 20px;border:none;border-radius:10px;background:linear-gradient(135deg,gold,#fa0);color:#7a4a00;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.vip-activate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #fa06}.vip-activate-btn:active:not(:disabled){transform:translateY(0)}.vip-activate-btn:disabled{opacity:.5;cursor:not-allowed}.vip-activate-msg{margin-top:8px;font-size:12px;padding:6px 10px;border-radius:6px}.vip-activate-msg.success{color:#2e7d32;background:#e8f5e9}.vip-activate-msg.error{color:#c62828;background:#ffebee}.vip-benefits-section{padding:16px 24px 0}.vip-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.vip-benefit-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:#f8f8f8;transition:background .2s}.vip-benefit-item:hover{background:#f0f0f0}.vip-benefit-icon{font-size:16px;flex-shrink:0}.vip-benefit-text{font-size:12px;color:#333;font-weight:500}.vip-loading{text-align:center;padding:20px;color:#999;font-size:13px}.vip-modal-footer{padding:12px 24px;margin-top:12px;border-top:1px solid #f0f0f0;flex-shrink:0}.vip-modal-footer p{font-size:11px;color:#999;line-height:1.8}.vip-get-code-btn{font-size:12px;font-weight:400;color:#e74c3c;cursor:pointer;margin-left:8px;transition:opacity .2s}.vip-get-code-btn:hover{opacity:.8;text-decoration:underline}.vip-getcode-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .2s ease}.vip-getcode-modal{background:#fff;border-radius:16px;width:400px;max-width:90vw;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:scaleIn .25s cubic-bezier(.34,1.56,.64,1);max-height:90vh;overflow-y:auto}.vip-getcode-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.vip-getcode-title{font-size:16px;font-weight:700}.vip-getcode-close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:0 4px;opacity:.8;line-height:1}.vip-getcode-close:hover{opacity:1}.vip-getcode-body{padding:20px}.vip-getcode-desc{text-align:center;margin-bottom:16px}.vip-getcode-desc p{font-size:13px;color:#555;line-height:1.8;margin:0}.vip-activity-banner{width:100%;text-align:center;font-size:13px;font-weight:700;color:#e74c3c;background:linear-gradient(135deg,#e74c3c14,#e74c3c05);border:1px dashed rgba(231,76,60,.3);border-radius:6px;padding:6px 0;margin-bottom:10px;animation:promo-pulse 2s ease-in-out infinite}@keyframes promo-pulse{0%,to{opacity:1}50%{opacity:.7}}.vip-activity-desc{text-align:center}.vip-activity-desc p{margin:0;font-size:13px;color:#666;line-height:1.8}.vip-activity-desc strong{color:#e74c3c}.vip-getcode-contact{text-align:center;padding:0 14px 14px;background:#f8f9fa;border-radius:10px}.vip-getcode-contact p{margin:0;font-size:13px;color:#666;line-height:1.8}.vip-getcode-wechat{font-size:18px!important;font-weight:700;color:#07c160!important;cursor:pointer;-webkit-user-select:all;user-select:all}.vip-copy-hint{font-size:11px!important;color:#999!important;font-weight:400!important}.vip-qrcode-img{display:block;width:100%;margin:12px auto 8px;border-radius:8px;border:1px solid #e0e0e0;object-fit:cover}.vip-qrcode-hint{font-size:12px!important;color:#999!important;margin-top:0!important}[data-theme=dark] .vip-getcode-modal{background:#2a2a2a}[data-theme=dark] .vip-getcode-desc p{color:#ccc}[data-theme=dark] .vip-activity-banner{color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b1a,#ff6b6b08);border-color:#ff6b6b4d}[data-theme=dark] .vip-activity-desc p{color:#ccc}[data-theme=dark] .vip-activity-desc strong{color:#ff6b6b}[data-theme=dark] .vip-getcode-contact{background:#333}[data-theme=dark] .vip-getcode-contact p{color:#aaa}[data-theme=dark] .vip-qrcode-img{border-color:#555}[data-theme=dark] .vip-qrcode-hint{color:#777!important}.vip-modal-transition-enter-active{transition:opacity .25s ease}.vip-modal-transition-enter-active .vip-modal{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.vip-modal-transition-leave-active{transition:opacity .2s ease}.vip-modal-transition-leave-active .vip-modal{transition:transform .2s ease}.vip-modal-transition-enter-from{opacity:0}.vip-modal-transition-enter-from .vip-modal{transform:scale(.9) translateY(20px)}.vip-modal-transition-leave-to{opacity:0}.vip-modal-transition-leave-to .vip-modal{transform:scale(.95)}[data-theme=dark] .vip-modal{background:#1e1e1e}[data-theme=dark] .vip-modal-header{border-bottom-color:#333}[data-theme=dark] .vip-modal-title{color:#eee}[data-theme=dark] .vip-modal-close{color:#888}[data-theme=dark] .vip-modal-close:hover{background:#333;color:#ccc}[data-theme=dark] .vip-status-card{background:#2a2a2a}[data-theme=dark] .vip-status-card.active{background:linear-gradient(135deg,#3a3000,#2a2500);border-color:#a80}[data-theme=dark] .vip-status-avatar{background:#333}[data-theme=dark] .vip-status-name,[data-theme=dark] .vip-expire-date{color:#eee}[data-theme=dark] .vip-checkin-row{background:linear-gradient(135deg,#2d2006,#1a1500);border-color:#92400e}[data-theme=dark] .vip-checkin-label{color:#fbbf24}[data-theme=dark] .vip-checkin-reward{color:#f59e0b;background:#f59e0b26}[data-theme=dark] .vip-checkin-btn.checked{background:#374151;color:#6b7280}[data-theme=dark] .vip-activate-input{background:#2a2a2a;border-color:#444;color:#eee}[data-theme=dark] .vip-activate-input:focus{border-color:gold;background:#333}[data-theme=dark] .vip-benefit-item{background:#2a2a2a}[data-theme=dark] .vip-benefit-item:hover{background:#333}[data-theme=dark] .vip-benefit-text{color:#ddd}[data-theme=dark] .vip-modal-footer{border-top-color:#333}[data-theme=dark] .vip-section-title{color:#eee}[data-theme=dark] .gomoku-text-red{color:#999!important}[data-theme=dark] .gomoku-spinner{border-color:#ffffff26;border-top-color:#818cf8}@keyframes worker-sweat-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.worker-character:hover{transform:scale(1.15)!important}.worker-panel{max-width:800px;margin:8px auto 0;padding:10px 14px;background:linear-gradient(135deg,#fefce8,#fef9c3);border-radius:10px;border:1px solid #fde68a;box-shadow:0 2px 8px #0000000f}.worker-panel-header{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:#92400e;margin-bottom:8px}.worker-panel-manage{font-size:12px;color:#d97706;background:none;border:1px solid #fde68a;border-radius:12px;padding:2px 10px;cursor:pointer;transition:all .2s}.worker-panel-manage:hover{background:#fef3c7}.worker-panel-list{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.worker-mini{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#f0fdf4;border-radius:20px;font-size:13px;border:1px solid #bbf7d0;transition:all .2s;cursor:pointer}.worker-mini:hover{background:#dcfce7;transform:translateY(-1px)}.worker-mini-avatar{font-size:16px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;flex-shrink:0}.worker-mini-avatar img{width:100%;height:100%;object-fit:cover}.worker-mini-status{font-size:12px}.worker-mini.idle{background:#fef9c3;border-color:#fde68a}.worker-panel-labor{margin-top:8px}.labor-btn{width:100%;padding:10px;font-size:15px;font-weight:700;border:none;border-radius:10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 3px 10px #f59e0b4d;display:flex;align-items:center;justify-content:center;gap:6px}.labor-btn:hover{transform:translateY(-1px);box-shadow:0 5px 14px #f59e0b66}.labor-btn:active{transform:translateY(0)}.labor-btn.cooldown{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af,#6b7280)}.labor-btn .labor-cooldown-text{font-size:12px;opacity:.8}.labor-notification{position:fixed;bottom:100px;left:50%;transform:translate(-50%);z-index:1050;padding:10px 20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-radius:24px;cursor:pointer;animation:labor-notify-bounce .5s;box-shadow:0 4px 20px #f59e0b66;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.labor-notification:hover{transform:translate(-50%) scale(1.05)}@keyframes labor-notify-bounce{0%{transform:translate(-50%) translateY(20px);opacity:0}60%{transform:translate(-50%) translateY(-5px)}to{transform:translate(-50%) translateY(0);opacity:1}}.employment-modal .employment-panel{max-width:600px;width:95%;max-height:80vh;min-height:70vh;display:flex;flex-direction:column}.employment-info-bar{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fef3c7;font-size:12px;color:#92400e;border-bottom:1px solid #fde68a}.employment-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;padding:0 12px;flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.employment-tabs button{padding:7px 10px;border:none;background:none;font-size:12px;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.employment-tabs button.active{color:#d97706;border-bottom-color:#f59e0b;font-weight:600}.employment-tabs .tab-badge{display:inline-block;background:#f59e0b;color:#fff;font-size:10px;padding:1px 5px;border-radius:8px;margin-left:4px}.employment-body{padding:8px;overflow-y:auto;flex:1;min-height:0}.employment-empty{text-align:center;padding:30px 20px;color:#9ca3af}.employment-empty-icon{font-size:32px;margin-bottom:6px}.employment-hire-btn{margin-top:0;padding:5px 14px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.employment-hire-info{font-size:11px;color:#6b7280;padding:0 4px 4px}.employment-worker-card,.employment-hire-card{display:flex;align-items:center;gap:8px;padding:8px;margin-bottom:6px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}.employment-worker-card:hover,.employment-hire-card:hover{border-color:#d1d5db;box-shadow:0 2px 6px #0000000d}.worker-card-avatar,.hire-card-avatar{font-size:32px;flex-shrink:0}.worker-card-info,.hire-card-info{flex:1;min-width:0}.worker-card-name,.hire-card-name{font-size:14px;font-weight:600;color:#1f2937}.worker-card-status{font-size:12px;color:#4ade80;margin-top:2px}.worker-card-status.idle{color:#fbbf24}.worker-card-stats{font-size:11px;color:#6b7280;margin-top:2px}.worker-card-timer{font-size:12px;color:#d97706;font-weight:500;margin-top:2px}.hire-card-cost{font-size:12px;color:#6b7280;margin-top:2px}.hire-card-cost-highlight{color:#d97706;font-weight:600}.hire-card-status.hired{font-size:11px;color:#ef4444;margin-top:2px}.employment-hire-section-label{font-size:11px;font-weight:600;color:#d97706;padding:6px 4px 3px;margin-top:2px}.employment-hire-section-label:first-child{margin-top:0}.employment-hire-section-disabled{color:#9ca3af;border-top:1px dashed #e5e7eb;margin-top:8px;padding-top:8px}.employment-hire-card-disabled{opacity:.55;background:#f3f4f6}.employment-hire-card-disabled:hover{border-color:#e5e7eb;box-shadow:none}.employment-hire-card-disabled .employment-hire-btn{background:#d1d5db;cursor:not-allowed}.employment-help-section{display:flex;flex-direction:column;gap:8px}.employment-help-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.employment-help-title{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:6px}.employment-help-content{font-size:12px;color:#4b5563;line-height:1.7}.employment-help-content p{margin:0}.employment-help-content b{color:#d97706}.employment-help-formula{padding-left:10px;color:#9ca3af;font-size:11px}.worker-card-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.worker-fire-btn{padding:4px 10px;font-size:11px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;cursor:pointer;transition:all .2s}.worker-fire-btn:hover{background:#fee2e2}.hire-btn{padding:6px 16px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;cursor:pointer;flex-shrink:0;transition:all .2s}.hire-btn:hover{transform:scale(1.05)}.hire-disabled{font-size:12px;color:#9ca3af;flex-shrink:0}.employment-status-card{padding:12px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:10px;border:1px solid #a7f3d0}.status-employer{font-size:14px;font-weight:600;color:#065f46;margin-bottom:8px}.status-info{font-size:12px;color:#047857;margin-bottom:4px}.status-timer{font-size:13px;color:#d97706;font-weight:600;margin-bottom:12px}.status-income-preview{font-size:12px;color:#6b7280;margin-bottom:12px}.status-income-highlight{color:#d97706;font-weight:600}.worker-panel-body{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.worker-mini-card{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#f0fdf4;border-radius:20px;font-size:13px;border:1px solid #bbf7d0;transition:all .2s;cursor:pointer}.worker-mini-card:hover{background:#dcfce7;transform:translateY(-1px)}.worker-mini-name{max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#374151}.worker-mini-status{font-size:11px;color:#9ca3af}.worker-mini-status.working{color:#4ade80}.worker-panel-manage-btn{font-size:12px;color:#d97706;background:none;border:1px solid #fde68a;border-radius:12px;padding:2px 10px;cursor:pointer;transition:all .2s}.worker-panel-manage-btn:hover{background:#fef3c7}.worker-panel-footer{margin-top:8px;display:flex;align-items:center;gap:10px}.worker-panel-tip{font-size:11px;color:#92400e;opacity:.7}.worker-panel-tip.overtime{color:#7c3aed;font-weight:600}.worker-hire-quick-btn{padding:4px 12px;font-size:12px;color:#d97706;background:#fef3c7;border:1px dashed #fde68a;border-radius:20px;cursor:pointer;transition:all .2s}.worker-hire-quick-btn:hover{background:#fde68a;border-style:solid}.employment-tab-badge{display:inline-block;background:#f59e0b;color:#fff;font-size:10px;padding:1px 5px;border-radius:8px;margin-left:4px}.employment-tab-dot{display:inline-block;width:6px;height:6px;background:#ef4444;border-radius:50%;margin-left:4px;animation:pulse-dot 1s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.employment-worker-avatar,.employment-hire-avatar{font-size:22px;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.employment-worker-avatar img,.employment-hire-avatar img{width:100%;height:100%;object-fit:cover}.employment-status-avatar{font-size:22px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.employment-status-avatar img{width:100%;height:100%;object-fit:cover}.employment-worker-info,.employment-hire-info{flex:1;min-width:0}.employment-worker-name,.employment-hire-name{font-size:13px;font-weight:600;color:#1f2937}.employment-worker-level,.employment-hire-level{font-size:10px;color:#9ca3af;font-weight:400}.employment-worker-meta{display:flex;gap:6px;font-size:11px;color:#6b7280;margin-top:1px}.employment-worker-status{color:#9ca3af}.employment-worker-status.working{color:#4ade80}.employment-worker-cost{font-size:11px;color:#92400e;margin-top:1px}.overtime-tag{color:#7c3aed;font-size:11px;margin-left:4px}.employment-worker-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.employment-fire-btn{padding:4px 10px;font-size:11px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;cursor:pointer;transition:all .2s}.employment-fire-btn:hover{background:#fee2e2}.employment-extend-btn{padding:4px 10px;font-size:11px;color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;cursor:pointer;transition:all .2s;margin-right:4px}.employment-extend-btn:hover{background:#dbeafe}.employment-hire-cost{font-size:11px;color:#6b7280;margin-top:1px}.employment-hire-income{color:#d97706;font-weight:600;margin-left:6px}.employment-hire-hired{font-size:10px;color:#ef4444;margin-top:1px}.employment-entry .plant-header-row{position:relative}.employment-notify-dot{background:#ef4444!important;animation:pulse-dot 1s infinite}.employment-entry-mobile .mobile-card{position:relative}[data-theme=dark] .employment-entry .plant-header-row,[data-theme=dark] .employment-entry-mobile .mobile-card{color:#e2e8f0}.employment-status-section{padding:4px 0}.employment-status-header{margin-bottom:10px}.employment-status-label{font-size:13px;color:#065f46;font-weight:600}.employment-status-employer{display:flex;align-items:center;gap:8px;margin-bottom:10px}.employment-status-avatar{font-size:28px}.employment-status-name{font-size:16px;font-weight:600;color:#065f46}.employment-status-level{font-size:12px;color:#6b7280}.employment-status-info{font-size:13px;color:#047857;margin-bottom:8px;line-height:1.8}.employment-status-tip{font-size:12px;color:#9ca3af;text-align:center;padding-top:8px;border-top:1px solid #d1fae5}.employment-workers-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 0 0;margin-top:8px;border-top:1px solid #f3f4f6;font-size:12px;color:#6b7280}.employment-time-warning{color:#ef4444}.employment-time-overtime{color:#7c3aed;font-weight:600}.employment-empty-text{margin:8px 0;color:#6b7280}.worker-panel-empty{padding:8px 14px}.worker-mini-card.self-work{background:#ecfdf5;border-color:#a7f3d0}.self-work-status{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.self-work-emoji{font-size:18px}.self-work-text{color:#065f46}.self-work-income{color:#d97706;font-size:12px}.self-work-income.settled{color:#16a34a;font-weight:600}.self-work-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important;border-color:#a7f3d0!important}.self-work-card.working{border-left:3px solid #4ade80}.employment-hire-btn-small{padding:6px 14px;font-size:12px;font-weight:600;color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap}.employment-hire-btn-small:hover:not(:disabled){transform:scale(1.05)}.employment-hire-btn-small:disabled{background:#9ca3af;cursor:not-allowed}.self-work-badge{font-size:11px;color:#059669;font-weight:600;background:#d1fae5;padding:3px 8px;border-radius:10px;white-space:nowrap}[data-theme=dark] .self-work-card{background:linear-gradient(135deg,#1a2332,#1e293b)!important;border-color:#334155!important}[data-theme=dark] .self-work-card.working{border-left-color:#4ade80}[data-theme=dark] .self-work-badge{background:#064e3b;color:#6ee7b7}[data-theme=dark] .employment-hire-btn-small{background:linear-gradient(135deg,#10b981,#059669)}.employment-records-section{padding:4px 0}.records-stats-card{display:flex;gap:8px;margin-bottom:10px}.records-stat{flex:1;text-align:center;padding:10px 8px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;border:1px solid #fbbf24}.records-stat-value{font-size:16px;font-weight:700;color:#92400e}.records-stat-label{font-size:11px;color:#b45309;margin-top:1px}.records-list{display:flex;flex-direction:column;gap:4px}.record-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s}.record-item.active{background:#ecfdf5;border-color:#a7f3d0}.record-left{display:flex;align-items:center;gap:6px}.record-status-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db;flex-shrink:0}.record-status-dot.active{background:#4ade80;box-shadow:0 0 6px #4ade8080}.record-status-dot.settled{background:#fbbf24}.record-time{font-size:11px;color:#6b7280}.record-date{font-weight:600;color:#374151;font-size:12px}.record-hour{margin-top:1px}.record-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.record-remain{font-size:11px;color:#059669;font-weight:600;font-variant-numeric:tabular-nums}.record-income{font-size:12px;font-weight:600;color:#16a34a}.record-income.pending{color:#d97706}.record-item.fired{background:#fef2f2;border-color:#fecaca}.record-status-dot.fired{background:#ef4444}.record-worker{display:flex;align-items:center;gap:6px}.record-worker-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;overflow:hidden;flex-shrink:0}.record-worker-avatar img{width:100%;height:100%;object-fit:cover}.record-worker-name{font-size:13px;font-weight:600;color:#374151}.record-worker-level{font-size:11px;color:#9ca3af;font-weight:400}.record-fired-tag{font-size:11px;color:#ef4444;background:#fef2f2;padding:1px 6px;border-radius:8px;border:1px solid #fecaca}[data-theme=dark] .records-stat{background:linear-gradient(135deg,#292524,#44403c);border-color:#78716c}[data-theme=dark] .records-stat-value{color:#fbbf24}[data-theme=dark] .records-stat-label{color:#d97706}[data-theme=dark] .record-item{background:#1e293b;border-color:#334155}[data-theme=dark] .record-item.active{background:#1a2332;border-color:#334155}[data-theme=dark] .record-item.fired{background:#2d1b1b;border-color:#5c3333}[data-theme=dark] .record-worker-name{color:#e2e8f0}[data-theme=dark] .record-worker-level{color:#9ca3af}[data-theme=dark] .record-fired-tag{color:#fca5a5;background:#2d1b1b;border-color:#5c3333}[data-theme=dark] .record-date{color:#e2e8f0}[data-theme=dark] .record-time{color:#9ca3af}[data-theme=dark] .record-income{color:#4ade80}[data-theme=dark] .record-income.pending{color:#fbbf24}.employment-empty-btn{padding:8px 20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}.employment-empty-tip{font-size:12px;color:#9ca3af;margin-top:4px}.employment-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px 0;color:#9ca3af}.profit-positive{color:#16a34a;font-weight:600}[data-theme=dark] .worker-panel{background:linear-gradient(135deg,#1e293b,#1a2332);border-color:#334155}[data-theme=dark] .worker-panel-header{color:#fbbf24}[data-theme=dark] .worker-panel-manage{color:#f59e0b;border-color:#44403c}[data-theme=dark] .worker-panel-manage:hover{background:#292524}[data-theme=dark] .worker-mini{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .worker-mini:hover{background:#334155}[data-theme=dark] .worker-mini.idle{background:#292524;border-color:#44403c}[data-theme=dark] .employment-info-bar{background:#292524;color:#fbbf24;border-bottom-color:#44403c}[data-theme=dark] .employment-tabs{border-bottom-color:#374151}[data-theme=dark] .employment-tabs button{color:#9ca3af}[data-theme=dark] .employment-tabs button.active{color:#f59e0b}[data-theme=dark] .employment-worker-card,[data-theme=dark] .employment-hire-card{background:#1e293b;border-color:#334155}[data-theme=dark] .worker-card-name,[data-theme=dark] .hire-card-name{color:#e2e8f0}[data-theme=dark] .employment-status-card{background:linear-gradient(135deg,#1a2332,#1e293b);border-color:#334155}[data-theme=dark] .status-employer{color:#6ee7b7}[data-theme=dark] .status-info{color:#a7f3d0}[data-theme=dark] .worker-mini-card{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .worker-mini-card:hover{background:#334155}[data-theme=dark] .worker-mini-name{color:#e2e8f0}[data-theme=dark] .worker-panel-manage-btn{color:#f59e0b;border-color:#44403c}[data-theme=dark] .worker-panel-manage-btn:hover{background:#292524}[data-theme=dark] .worker-panel-tip{color:#fbbf24}[data-theme=dark] .worker-hire-quick-btn{background:#292524;border-color:#44403c;color:#f59e0b}[data-theme=dark] .worker-hire-quick-btn:hover{background:#44403c}[data-theme=dark] .employment-worker-name,[data-theme=dark] .employment-hire-name{color:#e2e8f0}[data-theme=dark] .employment-worker-cost{color:#fbbf24}[data-theme=dark] .employment-status-label,[data-theme=dark] .employment-status-name{color:#6ee7b7}[data-theme=dark] .employment-status-tip{border-top-color:#334155;color:#6b7280}[data-theme=dark] .employment-workers-footer{border-top-color:#374151;color:#9ca3af}[data-theme=dark] .employment-empty-text{color:#9ca3af}[data-theme=dark] .employment-hire-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}[data-theme=dark] .worker-mini-card.self-work{background:#1a2332;border-color:#334155}[data-theme=dark] .self-work-text{color:#6ee7b7}[data-theme=dark] .pet-shop-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .pet-shop-panel .shop-modal-header{border-bottom-color:var(--border)}[data-theme=dark] .pet-shop-panel .shop-modal-header h2{color:var(--text)}[data-theme=dark] .pet-shop-money{color:#a5b4fc;background:#1e1b4b;border-color:#312e81}[data-theme=dark] .pet-shop-item{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .pet-shop-item:hover{background:var(--surface-hover);border-color:#6366f1;box-shadow:0 8px 24px #6366f126}[data-theme=dark] .pet-shop-item.owned{background:var(--surface-muted);border-color:var(--border)}[data-theme=dark] .pet-shop-emoji{background:linear-gradient(135deg,#1e1b4b,#312e81)}[data-theme=dark] .pet-shop-name{color:var(--text)}[data-theme=dark] .pet-shop-desc{color:var(--muted)}[data-theme=dark] .pet-shop-price{color:#a5b4fc}[data-theme=dark] .pet-owned-badge{color:#6ee7b7;background:#1e2e22;border-color:#34d058}[data-theme=dark] .pet-shop-buy-btn:disabled{background:var(--surface-muted);color:var(--muted)}[data-theme=dark] .pet-shop-skill-icon,[data-theme=dark] .pet-shop-skill-name{color:#a5b4fc}[data-theme=dark] .pet-shop-skill-desc{color:var(--muted)}[data-theme=dark] .pet-buy-confirm-content .confirm-modal-text{color:var(--text)}[data-theme=dark] .pet-buy-confirm-content .confirm-modal-hint{color:#a5b4fc;background:#1e1b4b;border-color:#312e81}[data-theme=dark] .pet-buy-confirm-emoji{background:linear-gradient(135deg,#1e1b4b,#312e81)}[data-theme=dark] .pet-detail-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .pet-detail-panel .shop-modal-header{border-bottom-color:var(--border)}[data-theme=dark] .pet-detail-panel .shop-modal-header h2{color:var(--text)}[data-theme=dark] .pet-detail-level{color:#a5b4fc}[data-theme=dark] .pet-detail-desc{color:var(--muted)}[data-theme=dark] .pet-switch-list{background:var(--surface-soft);border-color:var(--border)}[data-theme=dark] .pet-switch-item{background:var(--surface-muted);border-color:transparent}[data-theme=dark] .pet-switch-item:hover{border-color:#6366f1}[data-theme=dark] .pet-switch-item.active{background:var(--surface-hover);border-color:#6366f1;box-shadow:0 0 0 3px #6366f140}[data-theme=dark] .pet-switch-level{color:#a5b4fc}[data-theme=dark] .pet-switch-nickname{color:var(--text-secondary)}[data-theme=dark] .pet-skill-section{background:var(--surface-soft)}[data-theme=dark] .pet-skill-name{color:#a5b4fc}[data-theme=dark] .pet-skill-desc{color:var(--text-secondary)}[data-theme=dark] .pet-intimacy-section{background:var(--surface-soft)}[data-theme=dark] .pet-intimacy-label{color:var(--text)}[data-theme=dark] .pet-intimacy-text{color:var(--text-secondary)}[data-theme=dark] .pet-intimacy-bar{background:var(--surface-muted)}[data-theme=dark] .pet-upgrade-input{background:var(--surface-muted);border-color:var(--border);color:var(--text)}[data-theme=dark] .pet-upgrade-input:focus{border-color:#6366f1}[data-theme=dark] .pet-upgrade-input::placeholder{color:var(--muted)}[data-theme=dark] .pet-upgrade-btn{background:#1e1b4b;border-color:#312e81;color:#a5b4fc}[data-theme=dark] .pet-upgrade-btn:hover{background:#312e81;border-color:#4338ca}[data-theme=dark] .pet-upgrade-hint{color:var(--muted)}[data-theme=dark] .pet-upgrade-hint span{color:#a5b4fc}[data-theme=dark] .pet-quick-btn{background:var(--surface-muted);border-color:var(--border);color:#a5b4fc}[data-theme=dark] .pet-quick-btn:hover{background:#6366f1;color:#fff;border-color:#6366f1}[data-theme=dark] .pet-nickname-section{background:var(--surface-soft)}[data-theme=dark] .pet-nickname-label{color:var(--muted)}[data-theme=dark] .pet-nickname-value{color:var(--text)}[data-theme=dark] .pet-rename-btn{border-color:var(--border)}[data-theme=dark] .pet-rename-btn:hover{background:var(--surface-hover);border-color:var(--border-strong)}[data-theme=dark] .pet-nickname-input{background:var(--surface-muted);border-color:var(--border);color:var(--text)}[data-theme=dark] .pet-nickname-confirm-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}[data-theme=dark] .pet-nickname-cancel-btn{background:var(--surface-muted);border-color:var(--border);color:var(--text-secondary)}[data-theme=dark] .pet-detail-actions{background:var(--surface-soft);border-top-color:var(--border)}[data-theme=dark] .pet-skill-logs-panel{background:var(--surface);border-color:var(--border)}[data-theme=dark] .pet-skill-logs-panel .shop-modal-header{border-bottom-color:var(--border)}[data-theme=dark] .pet-skill-logs-panel .shop-modal-header h2{color:var(--text)}[data-theme=dark] .pet-skill-logs-body{background:var(--surface-soft)}[data-theme=dark] .pet-skill-logs-empty,[data-theme=dark] .pet-skill-logs-empty-hint{color:var(--muted)}[data-theme=dark] .pet-skill-log-item{background:var(--surface);border-bottom-color:var(--border)}[data-theme=dark] .pet-skill-log-item:hover{background:var(--surface-soft)}[data-theme=dark] .pet-skill-log-pet{color:var(--text)}[data-theme=dark] .pet-skill-log-time{color:var(--muted)}[data-theme=dark] .pet-skill-log-skill-name{color:#a5b4fc}[data-theme=dark] .pet-skill-log-level{color:#a5b4fc;background:#1e1b4b}[data-theme=dark] .pet-skill-logs-load-btn{background:var(--surface-soft);border-color:var(--border);color:#a5b4fc}[data-theme=dark] .pet-skill-logs-load-btn:hover:not(:disabled){background:var(--surface-hover);border-color:#6366f1}[data-theme=dark] .pet-shop-panel .shop-modal-header h2,[data-theme=dark] .pet-skill-logs-panel .shop-modal-header h2,[data-theme=dark] .pet-detail-info{color:var(--text)}[data-theme=dark] .self-work-income{color:#fbbf24}[data-theme=dark] .self-work-income.settled{color:#4ade80}.loan-apply-panel{width:420px;max-height:80vh;overflow-y:auto}.loan-apply-body{padding:16px}.loan-apply-desc{font-size:13px;color:#888;margin-bottom:16px;text-align:center}.loan-apply-label{font-size:13px;font-weight:600;color:#333;display:block;margin-bottom:6px}.loan-apply-input-wrap{display:flex;align-items:center;gap:8px;margin-bottom:6px}.loan-apply-input{flex:1;padding:10px 12px;border:2px solid #e0e0e0;border-radius:10px;font-size:18px;font-weight:700;color:#333;outline:none;transition:border-color .2s}.loan-apply-input:focus{border-color:#667eea}.loan-apply-unit{font-size:14px;color:#666}.loan-apply-limit{font-size:12px;color:#999;margin-bottom:16px}.loan-apply-summary{background:#f8f9fa;border-radius:10px;padding:12px 14px}.loan-apply-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0;color:#666}.loan-apply-fee{color:#ff4d4f}.loan-apply-divider{height:1px;background:#e8e8e8;margin:8px 0}.loan-apply-total{font-weight:600;color:#333}.loan-apply-received{color:#52c41a;font-size:16px;font-weight:700}.loan-repay-panel,.loan-repayall-panel{width:380px}.loan-repay-body,.loan-repayall-body{padding:16px}.loan-repay-info,.loan-repayall-info{background:#f8f9fa;border-radius:10px;padding:12px 14px}.loan-repay-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0;color:#666}.loan-repay-penalty{color:#ff4d4f}.loan-repay-divider{height:1px;background:#e8e8e8;margin:8px 0}.loan-repay-total{font-weight:600;color:#333}.loan-repay-amount{color:#ff4d4f;font-size:16px;font-weight:700}@media(max-width:720px){.loan-apply-panel,.loan-repay-panel,.loan-repayall-panel{width:calc(100% - 32px);max-width:400px}}.bet-page{position:fixed;left:56px;top:0;right:0;bottom:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#f1f5f9);z-index:100;overflow:hidden}.bet-page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.bet-header-left{display:flex;align-items:baseline;gap:10px}.bet-header-left h2,.bet-page-header h2{font-size:16px;font-weight:700;margin:0;color:#1e293b}.bet-page-body{flex:1;overflow-y:auto;padding:12px 16px 24px;display:flex;flex-direction:column;gap:12px;max-width:900px;margin:0 auto;width:100%}.merchant-header-right{display:flex;align-items:center;gap:6px}.merchant-phase-badge{font-size:10px;padding:1px 8px;border-radius:10px;font-weight:600;color:#fff}.phase-locked{background:#f59e0b}.phase-revealing{background:#ef4444}.phase-settled{background:#6b7280}.merchant-countdown{font-family:Courier New,monospace;font-size:13px;font-weight:700;color:var(--primary)}.merchant-body{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 8px #0000000f;gap:8px}.merchant-round-info{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#64748b;padding:4px 8px;background:#f8fafc;border-radius:6px}.merchant-tabs{display:flex;background:#f1f5f9;padding:3px;border-radius:10px;flex-shrink:0;gap:3px;position:relative}.merchant-tab{flex:1;padding:5px 4px;background:transparent;border:none;color:#94a3b8;font-size:12px;cursor:pointer;position:relative;border-radius:8px;transition:all .25s ease;z-index:1;font-weight:500;white-space:nowrap}.merchant-tab:hover{color:#64748b;background:#ffffffb3}.merchant-tab.active{color:#475569;font-weight:600;background:#fff;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.merchant-tab:active{transform:scale(.98);transition-duration:.1s}.merchant-round-tag{font-size:13px;font-weight:700;color:#475569;border:1px solid #cbd5e0;border-radius:10px;padding:2px 12px;font-family:Courier New,monospace}.merchant-tab-content{flex:1;overflow-y:auto;padding:6px;min-height:0}@media(max-width:480px){.bet-page-header{padding:6px 12px}.bet-header-left h2{font-size:13px}.merchant-round-tag{font-size:10px;padding:1px 6px}.bet-page-body{padding:6px 10px 20px;gap:6px}.merchant-tabs{padding:3px;border-radius:8px;gap:2px}.merchant-tab{padding:4px 2px;font-size:11px;border-radius:6px}.merchant-tab-content{padding:4px}}@media(max-width:360px){.merchant-phase-badge{font-size:9px;padding:1px 5px}.merchant-header-right{gap:4px}.merchant-round-info{font-size:10px;padding:3px 6px}.merchant-body{padding:6px;gap:6px}}[data-theme=dark] .bet-page{background:#1a1a1c}[data-theme=dark] .bet-page-header{background:#1f1f21;border-bottom-color:#2a2a2d}[data-theme=dark] .bet-page-header h2,[data-theme=dark] .bet-header-left h2,[data-theme=dark] .bet-header-left{color:#d4d4d4}[data-theme=dark] .merchant-tabs{background:#252529}[data-theme=dark] .merchant-tab{color:#6b6b7b}[data-theme=dark] .merchant-tab:hover{color:#8b8b9b;background:#ffffff0f}[data-theme=dark] .merchant-tab.active{color:#e0e0e0;background:#3a3a42;box-shadow:0 1px 3px #0000004d,0 1px 2px #0003}[data-theme=dark] .merchant-round-tag{color:#888;border-color:#333}[data-theme=dark] .merchant-body{background:#1f1f21;box-shadow:none}[data-theme=dark] .merchant-round-info{background:#252528;color:#777}@media(max-width:520px){.bet-page{left:0;bottom:75px}.bet-page-body{padding:10px 12px 12px;gap:10px}}@media(max-width:480px){.bet-page{bottom:75px}.bet-page-body{padding:8px 10px 12px;gap:8px}}.auto-bet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.auto-bet-modal{background:#fff;border-radius:8px;width:min(900px,90vw);max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:modalSlideIn .2s ease}.auto-bet-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #eee}.auto-bet-header h3{font-size:14px;font-weight:600;color:#333}.auto-bet-close{background:#f0f0f0;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.auto-bet-close:hover{background:#e0e0e0;color:#333}.auto-bet-body{padding:10px 14px;overflow-y:auto;flex:1}.auto-bet-tip{display:flex;align-items:flex-start;gap:8px;background:#fff8e1;border:1px solid #ffe082;border-radius:4px;padding:8px;margin-bottom:10px}.auto-bet-tip .tip-icon{font-size:14px;flex-shrink:0}.auto-bet-tip .tip-content{font-size:11px;color:#795548;line-height:1.4}.auto-bet-tip .tip-content p{margin:0}.auto-bet-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:10px}@media(min-width:768px){.auto-bet-stats{grid-template-columns:repeat(4,1fr)}}.stat-item{background:#f5f5f5;border-radius:4px;padding:6px 8px;text-align:center}.stat-label{display:block;font-size:10px;color:#999;margin-bottom:2px}.stat-value{display:block;font-size:13px;font-weight:600;color:#333}.stat-value.win{color:#22c55e}.stat-value.lose{color:#ef4444}.auto-bet-status{display:flex;align-items:center;gap:6px;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:4px;padding:6px 10px;margin-bottom:10px;font-size:12px;color:#2e7d32}.status-dot{width:8px;height:8px;border-radius:50%;background:#ccc}.status-dot.active{background:#22c55e;animation:pulse-dot 1.5s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.streak-info{color:#ef4444;font-weight:500}.streak-control{background:#fff3e0;border:1px solid #ffcc80;border-radius:4px;padding:8px 10px;margin-bottom:10px}.streak-control-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.streak-control-label{font-size:12px;color:#e65100;white-space:nowrap;font-weight:500}.streak-select{flex:1;font-size:12px;padding:4px 8px;border:1px solid #ffcc80;border-radius:4px;background:#fff;color:#333;cursor:pointer;outline:none}.streak-select:focus{border-color:#ff9800;box-shadow:0 0 0 2px #ff980026}.next-bet-hint{font-size:11px;color:#bf360c;padding:4px 0 0}.next-bet-amount{color:#e65100;font-size:13px}.auto-bet-form{margin-bottom:10px}.form-group{margin-bottom:8px}.form-group label{display:block;font-size:12px;font-weight:500;color:#333;margin-bottom:4px}@media(min-width:768px){.form-row{display:flex;gap:10px}.form-row .form-group{flex:1}.amount-input-row{display:flex;align-items:flex-start;gap:8px}.amount-input-row .amount-input-group{flex:1}.amount-input-row .quick-amounts{margin-top:0;flex-shrink:0}}.type-buttons,.mode-buttons{display:flex;flex-wrap:wrap;gap:4px}.type-btn{padding:4px 8px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:11px;cursor:pointer;transition:all .2s}.type-btn:hover{border-color:#667eea}.type-btn.active{background:#667eea;border-color:#667eea;color:#fff}.crop-buttons{display:flex;flex-wrap:wrap;gap:4px}.crop-btn{width:36px;height:28px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:11px;cursor:pointer;transition:all .2s}.crop-btn:hover{border-color:#667eea}.crop-btn.active{background:#667eea;border-color:#667eea;color:#fff}.mode-buttons{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mode-btn{display:flex;flex-direction:column;align-items:center;padding:8px;border:2px solid #eee;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s}.mode-btn:hover{border-color:#667eea}.mode-btn.active{border-color:#667eea;background:#f0f0ff}.mode-icon{font-size:18px;margin-bottom:2px}.mode-text{font-size:12px;font-weight:600;color:#333}.mode-desc{font-size:10px;color:#999;margin-top:1px}.amount-input-group{display:flex;align-items:center;gap:6px}.amount-input{flex:1;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px;outline:none;transition:border-color .2s}.amount-input:focus{border-color:#667eea}.amount-suffix{font-size:11px;color:#666}.amount-format-preview{font-size:11px;color:#667eea;font-weight:500;white-space:nowrap}.quick-amounts{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.quick-btn{padding:3px 6px;border:1px solid #ddd;border-radius:3px;background:#fff;font-size:10px;cursor:pointer;transition:all .2s}.quick-btn:hover{border-color:#667eea}.quick-btn.active{background:#667eea;border-color:#667eea;color:#fff}.progressive-params{background:#f9f9f9;border-radius:4px;padding:8px;margin-top:6px}.multiplier-input-group{display:flex;align-items:center;gap:6px}.multiplier-row{display:flex;align-items:center;gap:8px}.multiplier-row .quick-amounts{margin-top:0}.form-hint{font-size:10px;color:#999;margin-top:2px}.bet-preview{background:#fff;border:1px solid #eee;border-radius:4px;padding:8px;margin-top:8px}.preview-title{font-size:11px;font-weight:500;color:#666;margin-bottom:4px}.preview-items{display:flex;flex-wrap:wrap;gap:4px}.preview-item{font-size:10px;padding:2px 6px;background:#f0f0f0;border-radius:3px;color:#333}.preview-item.over{background:#fee2e2;color:#ef4444}.auto-bet-actions{display:flex;gap:6px;margin-bottom:10px}.auto-bet-start-btn{flex:1;padding:8px;background:#22c55e;border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.auto-bet-start-btn:hover{background:#16a34a}.auto-bet-stop-btn{flex:1;padding:8px;background:#ef4444;border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.auto-bet-stop-btn:hover{background:#dc2626}.auto-bet-save-btn{padding:8px 16px;background:#667eea;border:none;border-radius:4px;color:#fff;font-size:12px;cursor:pointer;transition:background .2s}.auto-bet-save-btn:hover:not(:disabled){background:#5a6fd6}.auto-bet-save-btn:disabled{background:#ccc;cursor:not-allowed}.auto-bet-logs{border-top:1px solid #eee;padding-top:14px}.logs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.logs-title{font-size:14px;font-weight:500;color:#333}.logs-refresh{padding:4px 10px;background:#f0f0f0;border:none;border-radius:6px;font-size:12px;cursor:pointer;color:#666}.logs-refresh:hover:not(:disabled){background:#e0e0e0}.logs-list{max-height:200px;overflow-y:auto}.log-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:6px;margin-bottom:4px;font-size:13px;background:#f9f9f9}.log-item.win{background:#f0fdf4}.log-item.lose{background:#fef2f2}.log-icon{font-size:16px;flex-shrink:0}.log-type{color:#333;font-weight:500;min-width:60px}.log-amount{color:#666;flex:1}.log-win{color:#22c55e;font-weight:600}.log-lose{color:#ef4444}.merchant-bet-action-row{display:flex;gap:10px;align-items:stretch;margin-top:12px}.auto-bet-btn{flex-shrink:0;padding:10px 16px;border-radius:10px;background:#1e293b;color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease;border:1px solid #333}.auto-bet-btn:hover{background:#111827;border-color:#555;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.merchant-confirm-btn{flex:1}.ai-predict-btn{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border:none!important;position:relative;overflow:hidden}.ai-predict-btn:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:ai-shine 3s infinite}@keyframes ai-shine{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.ai-predict-btn:hover{background:linear-gradient(135deg,#5a6fd6,#6a3f96)!important}.ai-predict-btn.active{box-shadow:0 0 12px #667eea80}.ai-predict-tip{margin-top:4px;padding:4px 8px;background:#f0f0ff;border-radius:3px;font-size:10px;color:#666;line-height:1.4}.ai-today-box{margin-top:6px;border:1px solid #ddd6fe;background:linear-gradient(180deg,#f5f3ff,#faf9ff);border-radius:6px;padding:6px 10px}.ai-today-head{font-size:11px;font-weight:600;color:#6d28d9;margin-bottom:4px}.ai-today-stats{display:flex;align-items:stretch;gap:0}.ai-today-stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2px 0}.ai-today-num{font-size:16px;font-weight:700;color:#4c1d95;line-height:1.2}.ai-today-num.rate{color:#16a34a}.ai-today-cap{font-size:10px;color:#8b7fb8;margin-top:1px}.ai-today-sub{opacity:.75;font-size:9px;margin-left:1px}.ai-today-sep{width:1px;background:#e4e0f5;margin:2px 8px}[data-theme=dark] .auto-bet-modal{background:#2d2d2d}[data-theme=dark] .auto-bet-header{border-bottom-color:#414244}[data-theme=dark] .auto-bet-header h3{color:#e0e0e0}[data-theme=dark] .auto-bet-close{background:#3a3b3d;color:#909399}[data-theme=dark] .auto-bet-close:hover{background:#414244;color:#e0e0e0}[data-theme=dark] .auto-bet-tip{background:#3d3d2d;border-color:#5d5d3d;color:gold}[data-theme=dark] .stat-item{background:#3a3b3d}[data-theme=dark] .stat-label{color:#909399}[data-theme=dark] .stat-value{color:#e0e0e0}[data-theme=dark] .auto-bet-status{background:#1a2a3a;border-color:#2a4a6a;color:#64b5f6}[data-theme=dark] .streak-control{background:#2a1f0a;border-color:#5a3f0a}[data-theme=dark] .streak-control-label{color:#ffb74d}[data-theme=dark] .streak-select{background:#2a2a2d;border-color:#5a3f0a;color:#e0e0e0}[data-theme=dark] .streak-select:focus{border-color:#ff9800;box-shadow:0 0 0 2px #ff980033}[data-theme=dark] .next-bet-hint{color:#ffcc80}[data-theme=dark] .next-bet-amount{color:#ffb74d}[data-theme=dark] .type-btn{background:#3a3b3d;border-color:#414244;color:#e0e0e0}[data-theme=dark] .type-btn.active{background:#667eea;border-color:#667eea;color:#fff}[data-theme=dark] .crop-btn{background:#3a3b3d;border-color:#414244;color:#e0e0e0}[data-theme=dark] .crop-btn.active{background:#667eea;border-color:#667eea;color:#fff}[data-theme=dark] .mode-btn{background:#3a3b3d;border-color:#414244}[data-theme=dark] .mode-btn.active{border-color:#667eea;background:#2a2a4a}[data-theme=dark] .mode-text{color:#e0e0e0}[data-theme=dark] .amount-input,[data-theme=dark] .quick-btn{background:#3a3b3d;border-color:#414244;color:#e0e0e0}[data-theme=dark] .quick-btn.active{background:#667eea;border-color:#667eea;color:#fff}[data-theme=dark] .progressive-params{background:#3a3b3d}[data-theme=dark] .bet-preview{background:#3a3b3d;border-color:#414244}[data-theme=dark] .preview-item{background:#414244;color:#e0e0e0}[data-theme=dark] .log-item{background:#3a3b3d}[data-theme=dark] .log-item.win{background:#1a3a2a}[data-theme=dark] .log-item.lose{background:#3a1a1a}[data-theme=dark] .log-type,[data-theme=dark] .logs-title{color:#e0e0e0}[data-theme=dark] .ai-predict-tip{background:#2a2a4a;color:#aaa}[data-theme=dark] .ai-today-box{border-color:#3a3560;background:linear-gradient(180deg,#262244,#26242e)}[data-theme=dark] .ai-today-head{color:#a78bfa}[data-theme=dark] .ai-today-num{color:#c4b5fd}[data-theme=dark] .ai-today-num.rate{color:#4ade80}[data-theme=dark] .ai-today-cap{color:#8f8ba8}[data-theme=dark] .ai-today-sep{background:#3a3560}.bank-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;background:#141a2073;display:flex;align-items:center;justify-content:center;padding:0}.bank-modal-transition-enter-active,.bank-modal-transition-leave-active{transition:opacity .22s ease}.bank-modal-transition-enter-active .bank-modal,.bank-modal-transition-leave-active .bank-modal{transition:transform .22s ease}.bank-modal-transition-enter-from,.bank-modal-transition-leave-to{opacity:0}.bank-modal-transition-enter-from .bank-modal,.bank-modal-transition-leave-to .bank-modal{transform:scale(.96) translateY(8px)}.bank-modal{width:min(760px,94vw);height:min(780px,92vh);background:#f5f6f8;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #0f1e192e}.bank-modal-header{background:#fff;border-bottom:.5px solid #e7e9ec;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.bank-modal-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:500;color:#20242a}.bank-modal-icon{font-size:20px;line-height:1}.bank-modal-sub{font-size:11px;color:#8a9099;font-weight:400;margin-left:4px}.bank-modal-close{width:30px;height:30px;border:none;background:#f1f2f4;border-radius:50%;font-size:17px;line-height:1;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.bank-modal-close:hover{background:#e5e7ea;color:#20242a}.bank-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#8a9099;font-size:13px}.bank-assets{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 16px 4px}.bank-asset-card{background:#fff;border:.5px solid #e7e9ec;border-radius:14px;padding:12px 14px}.bank-wallet-card{background:#f2f7f3;border-color:#d7e4da}.bank-current-card{background:#fffdf5;border-color:#efe3c6}.bank-interest-card{background:#f5f4ff;border-color:#e0ddf2}.bank-asset-label{font-size:11px;color:#8a9099}.bank-asset-value{font-size:20px;font-weight:500;color:#1c2024;margin:3px 0 2px;font-variant-numeric:tabular-nums;letter-spacing:.3px}.bank-asset-sub{font-size:11px;color:#a2a8b0}.bank-tabs{display:flex;gap:6px;margin:12px 16px 0;background:#e9ebee;border-radius:12px;padding:4px;flex-shrink:0}.bank-tab{flex:1;border:none;background:transparent;padding:8px 0;border-radius:9px;font-size:13px;color:#6b7280;cursor:pointer}.bank-tab.active{background:#fff;color:#0e6b4c;font-weight:500;box-shadow:0 1px 3px #0000000f}.bank-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.bank-body::-webkit-scrollbar{width:6px}.bank-body::-webkit-scrollbar-track{background:transparent}.bank-body::-webkit-scrollbar-thumb{background:#c6ccd3;border-radius:99px}.bank-body::-webkit-scrollbar-thumb:hover{background:#aeb5bd}.bank-pane{padding:12px 16px 16px}.bank-current-balance-row{background:linear-gradient(120deg,#f6fbf7,#eef7f1);border:.5px solid #d3e6d9;border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start}.bank-current-title{font-size:13px;color:#0e6b4c;font-weight:500}.bank-current-balance{font-size:28px;font-weight:500;color:#14352a;margin:4px 0;letter-spacing:.5px;font-variant-numeric:tabular-nums}.bank-current-hint{font-size:11px;color:#5f8a78}.bank-rate-badge{background:#0e6b4c;color:#fff;border-radius:9px;padding:4px 10px;font-size:11px;flex-shrink:0}.bank-operate{background:#fff;border:.5px solid #e7e9ec;border-radius:14px;padding:14px;margin-top:10px}.bank-op-tabs{display:flex;gap:4px;background:#f0f1f3;border-radius:9px;padding:3px;margin-bottom:10px}.bank-op-tab{flex:1;border:none;background:transparent;padding:6px 0;border-radius:7px;font-size:12.5px;color:#6b7280;cursor:pointer}.bank-op-tab.active{background:#fff;color:#b45309;font-weight:500}.bank-amount-row{display:flex;gap:8px}.bank-input{flex:1;height:38px;border:.5px solid #cfd4d9;border-radius:9px;padding:0 12px;font-size:14px;background:#fafbfc;color:#1c2024;outline:none}.bank-input:focus{border-color:#1d9e75;background:#fff}.bank-all-btn{height:38px;padding:0 14px;border:.5px solid #cfd4d9;background:#fff;color:#0e6b4c;border-radius:9px;font-size:12.5px;cursor:pointer}.bank-amount-tips{display:flex;gap:8px;margin:8px 0 2px;flex-wrap:wrap}.bank-amount-tips span{font-size:11px;color:#3f8f74;background:#eff7f3;border-radius:99px;padding:3px 9px;cursor:pointer}.bank-primary-btn{width:100%;height:42px;border:none;border-radius:11px;background:linear-gradient(120deg,#17a373,#0e7a56);color:#fff;font-size:15px;font-weight:500;margin-top:10px;cursor:pointer}.bank-primary-btn:disabled{opacity:.55;cursor:not-allowed}.bank-primary-btn.bank-out-btn{background:linear-gradient(120deg,#b98a3c,#a06f26)}.bank-section-title{font-size:13px;color:#33383f;font-weight:500;margin:14px 0 8px;display:flex;justify-content:space-between;align-items:baseline}.bank-section-note{font-size:11px;color:#9aa1a9;font-weight:400}.bank-deposit-list-title{margin-top:14px}.bank-term-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.bank-term-card{background:#fff;border:.5px solid #e2e5e8;border-radius:12px;padding:10px;text-align:left;cursor:pointer}.bank-term-card:hover{border-color:#b7d9cb}.bank-term-card.selected{border:1.5px solid #1d9e75;background:#f2faf6}.bank-term-days{font-size:14px;font-weight:500;color:#20242a}.bank-term-rate{font-size:12px;color:#b45309;margin:3px 0 6px}.bank-term-demo{font-size:10.5px;color:#8a9099;line-height:1.6}.bank-deposit-item{background:#fff;border:.5px solid #e7e9ec;border-radius:14px;padding:12px 14px;margin-bottom:10px}.bank-deposit-top{display:flex;justify-content:space-between;align-items:center}.bank-deposit-name{font-size:13.5px;font-weight:500;color:#20242a}.bank-deposit-rate{font-size:11px;color:#b45309;background:#fdf3e3;padding:2px 8px;border-radius:8px}.bank-deposit-mid{display:flex;gap:12px;margin-top:10px}.bank-deposit-col{flex:1}.bank-deposit-col-label{font-size:11px;color:#9aa1a9}.bank-deposit-col-val{font-size:15px;font-weight:500;color:#1c2024;margin-top:2px;font-variant-numeric:tabular-nums}.bank-gold-text{color:#b45309}.bank-deposit-bottom{display:flex;gap:14px;margin-top:10px;padding-top:8px;border-top:.5px dashed #eceef0;font-size:11px;color:#8a9099;flex-wrap:wrap}.bank-deposit-due.soon{color:#c2410c;font-weight:500}.bank-deposit-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:10px}.bank-early-btn{border:.5px solid #e0a3a3;background:#fff7f7;color:#b3261e;border-radius:9px;padding:5px 12px;font-size:12px;cursor:pointer}.bank-early-btn.confirming{background:#b3261e;color:#fff;border-color:#b3261e;animation:bank-pulse 1s infinite}.bank-early-tip{font-size:10.5px;color:#c9a0a0}@keyframes bank-pulse{0%,to{opacity:1}50%{opacity:.65}}.bank-empty{background:#fff;border:.5px dashed #dfe2e6;border-radius:12px;padding:22px;text-align:center;color:#a2a8b0;font-size:12.5px}.bank-log-list{background:#fff;border:.5px solid #e7e9ec;border-radius:14px;overflow:hidden}.bank-log-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:.5px solid #f0f1f3}.bank-log-item:last-child{border-bottom:none}.bank-log-title{font-size:12.5px;color:#33383f}.bank-log-time{font-size:10.5px;color:#a2a8b0;margin-top:2px}.bank-log-note{font-size:10.5px;color:#8a9099;margin-top:2px}.bank-log-amount{font-size:13.5px;font-weight:500;font-variant-numeric:tabular-nums}.bank-log-amount.plus{color:#0e7a56}.bank-log-amount.minus{color:#a02f2f}.bank-disclaimer{flex-shrink:0;background:#fffaf0;border-top:.5px solid #f0e2c4;color:#9a7b46;font-size:10.5px;text-align:center;padding:8px 14px}@media(max-width:560px){.bank-assets{grid-template-columns:1fr 1fr}.bank-asset-card:nth-child(3){grid-column:1/-1}.bank-term-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.bank-asset-short{font-size:12px;font-weight:500;color:#1d9e75;margin:-1px 0 3px;font-variant-numeric:tabular-nums}.bank-asset-short:empty{display:none}.bank-amount-hint{font-size:12px;color:#0e6b4c;font-weight:500;margin:8px 2px 0;font-variant-numeric:tabular-nums}.bank-amount-hint:empty{display:none}.bank-confirm-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;background:#12181e73;display:flex;align-items:center;justify-content:center;padding:16px;animation:bank-confirm-fade .18s ease}.bank-confirm-card{background:#fff;border-radius:16px;width:min(360px,92%);box-shadow:0 12px 44px #0f1e1938;padding:20px 18px 16px;animation:bank-confirm-pop .2s ease}.bank-confirm-title{font-size:16px;font-weight:500;color:#1c2024;text-align:center}.bank-confirm-message{font-size:13px;color:#4c5258;line-height:1.7;margin:12px 2px 18px;text-align:center;white-space:pre-line;word-break:break-word}.bank-confirm-btns{display:flex;gap:10px}.bank-confirm-btn{flex:1;height:42px;border:none;border-radius:11px;font-size:14px;cursor:pointer}.bank-confirm-btn.cancel{background:#eef0f2;color:#565c64}.bank-confirm-btn.cancel:hover{background:#e3e6e9}.bank-confirm-btn.ok{background:linear-gradient(120deg,#17a373,#0e7a56);color:#fff;font-weight:500}.bank-confirm-btn.ok:hover{opacity:.92}.bank-confirm-btn.ok.danger{background:linear-gradient(120deg,#d64545,#b3261e)}@keyframes bank-confirm-fade{0%{opacity:0}to{opacity:1}}@keyframes bank-confirm-pop{0%{transform:scale(.94);opacity:.5}to{transform:scale(1);opacity:1}}.bank-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:14px 16px 0;background:linear-gradient(135deg,#0c6b4a,#159a6e 60%,#1db981);border-radius:18px;padding:18px 20px;box-shadow:0 6px 18px #0e6b4c40}.bank-summary-main{min-width:0}.bank-summary-label{font-size:11px;color:#ffffffd9;letter-spacing:1px;display:flex;align-items:center;gap:8px}.bank-summary-tag{background:#ffffff2e;border-radius:99px;padding:1px 8px;font-size:10px;letter-spacing:0;color:#fff}.bank-summary-value{font-size:32px;font-weight:600;color:#fff;margin:6px 0 0;letter-spacing:.5px;font-variant-numeric:tabular-nums;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.08)}.bank-summary-full{font-size:11px;color:#ffffffbf;margin-top:4px;font-variant-numeric:tabular-nums}.bank-summary-daily{display:inline-flex;align-items:center;margin-top:10px;background:#ffffff29;border-radius:99px;padding:3px 10px;font-size:11px;color:#ffe9b8;font-variant-numeric:tabular-nums}.bank-summary-wallet{flex-shrink:0;text-align:right;background:#ffffff24;border:.5px solid rgba(255,255,255,.25);border-radius:12px;padding:8px 12px;min-width:108px}.bank-wallet-mini-label{display:block;font-size:10px;color:#ffffffb3}.bank-wallet-mini-value{display:block;font-size:18px;font-weight:600;color:#fff;margin:2px 0;font-variant-numeric:tabular-nums;text-shadow:0 1px 2px rgba(0,0,0,.1)}.bank-wallet-mini-sub{display:block;font-size:9.5px;color:#fff9}.bank-fixed-card{background:#f7fbf4;border-color:#d9e6cf}@media(max-width:560px){.bank-summary{flex-direction:column;align-items:stretch;padding:16px}.bank-summary-wallet{display:flex;align-items:center;gap:8px;text-align:left;padding:7px 12px;min-width:0}.bank-wallet-mini-label,.bank-wallet-mini-sub{display:inline}.bank-wallet-mini-value{display:inline;font-size:16px;margin:0}.bank-summary-daily{margin-top:8px}.bank-assets{grid-template-columns:1fr 1fr}.bank-assets .bank-asset-card:nth-child(3){grid-column:1/-1}}.bank-assets{padding:10px 16px 2px}.bank-asset-card .bank-asset-value{font-size:19px}.bank-modal-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:12px}.bank-help-btn{border:.5px solid #d5e4dd;background:#f2faf6;color:#0e6b4c;border-radius:99px;padding:5px 11px;font-size:12px;cursor:pointer;white-space:nowrap}.bank-help-btn:hover{background:#e2f3ec;border-color:#a9cfc0}.bank-help-card{background:#fff;border-radius:18px;width:min(560px,94%);max-height:min(700px,88vh);display:flex;flex-direction:column;box-shadow:0 14px 48px #0f1e193d;animation:bank-confirm-pop .2s ease}.bank-help-head{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-bottom:.5px solid #eceef1;flex-shrink:0}.bank-help-title{font-size:15px;font-weight:600;color:#14352a}.bank-help-body{overflow-y:auto;padding:14px 18px 16px;scrollbar-width:thin}.bank-help-body::-webkit-scrollbar{width:6px}.bank-help-body::-webkit-scrollbar-thumb{background:#d3d9df;border-radius:99px}.bank-help-intro{font-size:12.5px;color:#4c5258;line-height:1.8;background:#f2faf6;border:.5px solid #d9ebe2;border-radius:12px;padding:10px 13px}.bank-help-group{margin-top:16px}.bank-help-group-title{font-size:13.5px;font-weight:600;color:#14352a;margin-bottom:8px}.bank-help-list{margin:0;padding-left:2px;list-style:none}.bank-help-list li{position:relative;padding-left:16px;font-size:12.5px;color:#4c5258;line-height:1.75}.bank-help-list li:before{content:"·";position:absolute;left:2px;top:0;color:#1d9e75;font-weight:700;font-size:15px;line-height:1.7}.bank-help-list b{font-weight:600}.bank-help-green{color:#0e7a56}.bank-help-red{color:#b3261e}.bank-help-term-head,.bank-help-term-row{display:grid;grid-template-columns:56px 66px 1fr 1fr;gap:4px;align-items:center;padding:6px 10px;font-size:11.5px;font-variant-numeric:tabular-nums}.bank-help-term-head{background:#0e6b4c;color:#fff;border-radius:9px 9px 0 0;font-weight:500;font-size:11px;padding-top:7px;padding-bottom:7px}.bank-help-term-row{background:#fff}.bank-help-term-row:nth-child(2n){background:#fafcfb}.bank-help-term-row:last-of-type{border-radius:0 0 9px 9px;border-bottom:.5px solid #e6ece9}.bank-help-term-days{font-weight:600;color:#20242a}.bank-help-term-rate{color:#b45309;font-weight:500}.bank-help-faq{margin-top:16px;background:#fffdf5;border:.5px solid #f0e2c4;border-radius:12px;padding:12px 13px}.bank-help-faq .bank-help-group-title{margin-bottom:6px}.bank-help-faq .bank-help-list li{color:#6a5a33}.bank-help-faq .bank-help-list li:before{color:#b45309}.bank-help-faq .bank-help-list b{color:#9a6b1e}.bank-help-disclaimer{margin-top:16px;background:#fffaf0;border:.5px solid #f0e2c4;border-radius:99px;color:#9a7b46;font-size:10.5px;text-align:center;padding:7px 12px}@media(max-width:560px){.bank-modal-title .bank-modal-sub{display:none}.bank-help-card{width:94%}.bank-help-term-head,.bank-help-term-row{grid-template-columns:48px 58px 1fr 1fr;padding:5px 8px;font-size:10.5px}}[data-theme=dark] .bank-modal-overlay{background:#0009}[data-theme=dark] .bank-modal{background:#232528;box-shadow:0 14px 48px #00000080}[data-theme=dark] .bank-modal-header{background:#2b2d30;border-bottom-color:#3a3c40}[data-theme=dark] .bank-modal-title{color:#e8eaed}[data-theme=dark] .bank-modal-sub{color:#8f9298}[data-theme=dark] .bank-modal-close{background:#3a3c3f;color:#b6b9bf}[data-theme=dark] .bank-modal-close:hover{background:#47494d;color:#f0f2f5}[data-theme=dark] .bank-loading{color:#8f9298}[data-theme=dark] .bank-asset-card{background:#2b2d30;border-color:#3e4044}[data-theme=dark] .bank-wallet-card{background:#1f2b25;border-color:#2f4439}[data-theme=dark] .bank-current-card{background:#2b2a21;border-color:#45402f}[data-theme=dark] .bank-interest-card{background:#26242f;border-color:#3d3a4d}[data-theme=dark] .bank-fixed-card{background:#222a20;border-color:#37432f}[data-theme=dark] .bank-asset-label{color:#9a9da3}[data-theme=dark] .bank-asset-value{color:#eceef1}[data-theme=dark] .bank-asset-sub{color:#7c7f86}[data-theme=dark] .bank-asset-short,[data-theme=dark] .bank-amount-hint{color:#3dd68c}[data-theme=dark] .bank-tabs{background:#1e2023}[data-theme=dark] .bank-tab{color:#9b9ea4}[data-theme=dark] .bank-tab.active{background:#3a3c3f;color:#3dd68c;box-shadow:none}[data-theme=dark] .bank-body::-webkit-scrollbar-thumb{background:#4a4c50}[data-theme=dark] .bank-body::-webkit-scrollbar-thumb:hover{background:#5b5e63}[data-theme=dark] .bank-current-balance-row{background:linear-gradient(120deg,#1b2a22,#15231c);border-color:#2c4436}[data-theme=dark] .bank-current-title{color:#3dd68c}[data-theme=dark] .bank-current-balance{color:#d8f5e6}[data-theme=dark] .bank-current-hint{color:#7fb89f}[data-theme=dark] .bank-operate{background:#2b2d30;border-color:#3e4044}[data-theme=dark] .bank-op-tabs{background:#1e2023}[data-theme=dark] .bank-op-tab{color:#9b9ea4}[data-theme=dark] .bank-op-tab.active{background:#3a3c3f;color:#f0a030}[data-theme=dark] .bank-input{background:#202225;border-color:#484b4f;color:#e8eaed}[data-theme=dark] .bank-input:focus{border-color:#2fbf8a;background:#26282b}[data-theme=dark] .bank-all-btn{background:#2b2d30;border-color:#484b4f;color:#3dd68c}[data-theme=dark] .bank-amount-tips span{color:#4cc48e;background:#1b2a23}[data-theme=dark] .bank-section-title{color:#d6d8dc}[data-theme=dark] .bank-section-note{color:#7c7f86}[data-theme=dark] .bank-term-card{background:#2b2d30;border-color:#3e4044}[data-theme=dark] .bank-term-card:hover{border-color:#3f7a63}[data-theme=dark] .bank-term-card.selected{border-color:#2fbf8a;background:#152820}[data-theme=dark] .bank-term-days{color:#e8eaed}[data-theme=dark] .bank-term-rate{color:#f0a030}[data-theme=dark] .bank-term-demo{color:#8f9298}[data-theme=dark] .bank-deposit-item{background:#2b2d30;border-color:#3e4044}[data-theme=dark] .bank-deposit-name{color:#e8eaed}[data-theme=dark] .bank-deposit-rate{color:#f0a030;background:#33281a}[data-theme=dark] .bank-deposit-col-label{color:#8b8e94}[data-theme=dark] .bank-deposit-col-val{color:#e2e4e8}[data-theme=dark] .bank-gold-text{color:#f0a030}[data-theme=dark] .bank-deposit-bottom{border-top-color:#36383c;color:#8f9298}[data-theme=dark] .bank-deposit-due.soon{color:#ff9a5c}[data-theme=dark] .bank-early-btn{border-color:#6a3d3d;background:#2e1f21;color:#ff8a85}[data-theme=dark] .bank-early-tip{color:#a08a8a}[data-theme=dark] .bank-empty{background:#2b2d30;border-color:#3e4044;color:#7c7f86}[data-theme=dark] .bank-log-list{background:#2b2d30;border-color:#3e4044}[data-theme=dark] .bank-log-item{border-bottom-color:#35373a}[data-theme=dark] .bank-log-title{color:#d6d8dc}[data-theme=dark] .bank-log-time{color:#7c7f86}[data-theme=dark] .bank-log-note{color:#8f9298}[data-theme=dark] .bank-log-amount.plus{color:#34d058}[data-theme=dark] .bank-log-amount.minus{color:#f87171}[data-theme=dark] .bank-disclaimer{background:#302a1c;border-top-color:#4a4230;color:#c9a86a}[data-theme=dark] .bank-summary{background:linear-gradient(135deg,#0c3a2b,#0f4f3a 55%,#115c42);border:.5px solid rgba(255,255,255,.07);box-shadow:0 6px 18px #00000059}[data-theme=dark] .bank-confirm-overlay{background:#0000008c}[data-theme=dark] .bank-confirm-card{background:#2b2d30}[data-theme=dark] .bank-confirm-title{color:#e8eaed}[data-theme=dark] .bank-confirm-message{color:#c6c9cf}[data-theme=dark] .bank-confirm-btn.cancel{background:#3a3c3f;color:#c6c9cf}[data-theme=dark] .bank-confirm-btn.cancel:hover{background:#46484b}[data-theme=dark] .bank-rate-badge{background:#12563f}[data-theme=dark] .bank-primary-btn,[data-theme=dark] .bank-confirm-btn.ok{background:linear-gradient(120deg,#11634a,#0c4c38)}[data-theme=dark] .bank-confirm-btn.ok.danger{background:linear-gradient(120deg,#8f3a3a,#6e2626)}[data-theme=dark] .bank-help-btn{background:#1c2b24;color:#3dd68c;border-color:#2f4a3b}[data-theme=dark] .bank-help-btn:hover{background:#243f32;border-color:#3f6a56}[data-theme=dark] .bank-help-card{background:#2b2d30}[data-theme=dark] .bank-help-head{border-bottom-color:#36383c}[data-theme=dark] .bank-help-title{color:#d9f3e4}[data-theme=dark] .bank-help-body::-webkit-scrollbar-thumb{background:#4a4c50}[data-theme=dark] .bank-help-intro{background:#1c2b23;border-color:#2c4638;color:#c8cdd2}[data-theme=dark] .bank-help-group-title{color:#d9f3e4}[data-theme=dark] .bank-help-list li{color:#c6c9cf}[data-theme=dark] .bank-help-list li:before{color:#3dd68c}[data-theme=dark] .bank-help-green{color:#34d058}[data-theme=dark] .bank-help-red{color:#ff6b66}[data-theme=dark] .bank-help-term-head{background:#0d5e44}[data-theme=dark] .bank-help-term-row{background:#26282b}[data-theme=dark] .bank-help-term-row:nth-child(2n){background:#2d3033}[data-theme=dark] .bank-help-term-row:last-of-type{border-bottom-color:#2f4439}[data-theme=dark] .bank-help-term-days{color:#e2e4e8}[data-theme=dark] .bank-help-term-rate{color:#f0a030}[data-theme=dark] .bank-help-faq{background:#2b271c;border-color:#4a4230}[data-theme=dark] .bank-help-faq .bank-help-list li{color:#c9b98a}[data-theme=dark] .bank-help-faq .bank-help-list li:before{color:#f0a030}[data-theme=dark] .bank-help-faq .bank-help-list b{color:#e3b84a}[data-theme=dark] .bank-help-disclaimer{background:#302a1c;border-color:#4a4230;color:#c9a86a}.red-envelope-type-tabs{display:flex;background:#f0f4f8;border-radius:8px;padding:3px;margin-bottom:14px}.red-envelope-type-tab{flex:1;padding:7px 0;border:none;background:transparent;color:#718096;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s}.red-envelope-type-tab:hover{color:#e53e3e}.red-envelope-type-tab.active{background:linear-gradient(135deg,#ff4d4d,#ff6b35);color:#fff;box-shadow:0 2px 6px #ff4d4d4d}[data-theme=dark] .red-envelope-type-tabs{background:#2d3748}[data-theme=dark] .red-envelope-type-tab{color:#a0aec0}[data-theme=dark] .red-envelope-type-tab.active{background:linear-gradient(135deg,#e53e3e,#dd6b20);box-shadow:none}.red-envelope-fish-tip{text-align:center;color:#a0aec0;font-size:13px;padding:18px 8px;background:#f7fafc;border:1px dashed #e2e8f0;border-radius:8px}[data-theme=dark] .red-envelope-fish-tip{color:#a0aec0;background:#1a202c;border-color:#4a5568}.red-envelope-fish-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.red-envelope-fish-head label{flex:1;margin-bottom:0}.red-envelope-refresh-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:12px;line-height:1.4;color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7;border-radius:999px;cursor:pointer;transition:all .15s;white-space:nowrap}.red-envelope-refresh-btn:hover:not(:disabled){background:#ffeaea;border-color:#fc8181}.red-envelope-refresh-btn:disabled{opacity:.6;cursor:default}.red-envelope-refresh-icon{display:inline-block;font-size:13px;line-height:1}.red-envelope-refresh-icon.spinning{animation:red-envelope-refresh-spin .9s linear infinite}@keyframes red-envelope-refresh-spin{to{transform:rotate(360deg)}}[data-theme=dark] .red-envelope-refresh-btn{color:#fc8181;background:#e53e3e26;border-color:#742a2a}[data-theme=dark] .red-envelope-refresh-btn:hover:not(:disabled){background:#e53e3e40;border-color:#e53e3e}.red-envelope-fish-list{display:flex;flex-direction:column;gap:6px;max-height:168px;overflow-y:auto}.red-envelope-fish-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s;text-align:left}.red-envelope-fish-option:hover{border-color:#fc8181;background:#fff5f5}.red-envelope-fish-option.active{border-color:#ff4d4d;background:#fff0ef;box-shadow:0 0 0 1px #ff4d4d inset}[data-theme=dark] .red-envelope-fish-option{background:#2d3748;border-color:#4a5568}[data-theme=dark] .red-envelope-fish-option:hover{border-color:#e53e3e;background:#e53e3e26}[data-theme=dark] .red-envelope-fish-option.active{border-color:#fc8181;background:#e53e3e40;box-shadow:0 0 0 1px #fc8181 inset}.ref-emoji{font-size:20px;line-height:1;flex-shrink:0}.ref-name{flex:1;font-size:13px;font-weight:600;color:#4a5568;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .ref-name{color:#e2e8f0}.ref-own{font-size:12px;font-weight:600;color:#a0aec0;flex-shrink:0}.grab-success-sub{font-size:14px;font-weight:600;opacity:.95;margin-top:2px}.grab-fish-amount{display:inline-flex;align-items:center;background:#fff5f5;border:1px solid #fed7d7;color:#e53e3e;font-size:12px;font-weight:600;line-height:1;padding:3px 8px;border-radius:10px;white-space:nowrap;flex-shrink:0}[data-theme=dark] .grab-fish-amount{background:#e53e3e26;border-color:#742a2a;color:#fc8181}.home-page[data-v-f730b967]{--bg: #f8f7f6;--card-bg: #ffffff;--accent: #e8a0a0;--accent-soft: #f5e0e0;--accent-muted: #f9ecec;--text-primary: #2c2c2e;--text-secondary: #7a7a7e;--text-muted: #b0b0b4;--border: rgba(0, 0, 0, .04);--shadow-soft: 0 1px 8px rgba(0, 0, 0, .04);--shadow-hover: 0 4px 20px rgba(0, 0, 0, .06);--radius: 16px;padding:20px;max-width:920px;margin:0 auto;min-height:calc(100vh - 36px);overflow-x:hidden;font-family:Noto Sans SC,-apple-system,sans-serif;font-size:13px;color:var(--text-primary)}.home-top-row[data-v-f730b967]{display:flex;gap:14px;margin-bottom:14px}.home-top-row .home-greeting-card[data-v-f730b967]{flex:1.4;margin-bottom:0}.home-top-row .quick-entries[data-v-f730b967]{flex:1;margin-bottom:0}.home-greeting-card[data-v-f730b967]{background:linear-gradient(135deg,#faf5f3,#f7f3ef,#f5f0ec);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-soft);margin-bottom:14px;position:relative;overflow:hidden;border:1px solid var(--border);animation:enterRise-f730b967 .7s cubic-bezier(.16,1,.3,1) .02s both}.greeting-deco[data-v-f730b967]{position:absolute;border-radius:50%;opacity:.35;pointer-events:none}.deco-1[data-v-f730b967]{width:160px;height:160px;background:radial-gradient(circle,rgba(232,160,160,.15),transparent 70%);top:-40px;right:-20px}.deco-2[data-v-f730b967]{width:90px;height:90px;background:radial-gradient(circle,rgba(200,190,180,.2),transparent 70%);bottom:-10px;right:100px}.deco-3[data-v-f730b967]{width:200px;height:200px;background:radial-gradient(circle,rgba(160,140,210,.25),rgba(230,180,150,.12) 50%,transparent 70%);top:-50px;right:-30px;animation:decoBreath-f730b967 4s ease-in-out infinite}@keyframes decoBreath-f730b967{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.08)}}.greeting-sheen[data-v-f730b967]{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.55) 48%,rgba(255,230,230,.25) 55%,transparent 72%);transform:translate(-120%);animation:greetingSheen-f730b967 1.15s cubic-bezier(.4,0,.2,1) .28s both;mix-blend-mode:soft-light}@keyframes greetingSheen-f730b967{0%{transform:translate(-120%);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(120%);opacity:0}}.greeting-aurora[data-v-f730b967]{position:absolute;top:-40%;right:-20%;bottom:-40%;left:-20%;pointer-events:none;background:radial-gradient(ellipse 45% 55% at 18% 30%,rgba(255,170,180,.22),transparent 60%),radial-gradient(ellipse 40% 50% at 78% 20%,rgba(170,160,230,.18),transparent 55%),radial-gradient(ellipse 50% 45% at 55% 85%,rgba(255,200,150,.16),transparent 60%);animation:auroraDrift-f730b967 10s ease-in-out infinite alternate;opacity:0;animation-name:auroraIn-f730b967,auroraDrift-f730b967;animation-duration:.9s,10s;animation-timing-function:ease,ease-in-out;animation-iteration-count:1,infinite;animation-direction:normal,alternate;animation-fill-mode:forwards,none;animation-delay:.05s,.95s}@keyframes auroraIn-f730b967{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes auroraDrift-f730b967{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(2%,-1.5%,0) scale(1.05)}}.enter-rise[data-v-f730b967]{animation:enterRise-f730b967 .62s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--enter-i, 0) * 55ms + .04s)}@keyframes enterRise-f730b967{0%{opacity:0;transform:translateY(28px) scale(.94);filter:blur(6px)}60%{opacity:1;filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.home-page.enter-done .home-greeting-card[data-v-f730b967],.home-page.enter-done .enter-rise[data-v-f730b967]{animation:none!important;opacity:1!important;filter:none!important;transform:none!important}@media(prefers-reduced-motion:reduce){.home-greeting-card[data-v-f730b967],.enter-rise[data-v-f730b967],.greeting-sheen[data-v-f730b967],.greeting-aurora[data-v-f730b967]{animation:none!important;opacity:1!important;filter:none!important;transform:none!important}}.confetti-container[data-v-f730b967]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;border-radius:16px}.confetti[data-v-f730b967]{position:absolute;top:-8px;width:6px;height:6px;border-radius:1px;opacity:0;animation:confettiFall-f730b967 4s linear infinite}@keyframes confettiFall-f730b967{0%{transform:translateY(0) rotate(0) scale(1);opacity:0}10%{opacity:.9}90%{opacity:.7}to{transform:translateY(140px) rotate(720deg) scale(.5);opacity:0}}.confetti-1[data-v-f730b967]{left:5%;width:5px;height:8px;background:#f87171;animation-delay:0s;animation-duration:3.8s}.confetti-2[data-v-f730b967]{left:10%;width:7px;height:5px;background:#fbbf24;animation-delay:.3s;animation-duration:4.2s;border-radius:50%}.confetti-3[data-v-f730b967]{left:15%;width:4px;height:7px;background:#34d399;animation-delay:.8s;animation-duration:3.5s}.confetti-4[data-v-f730b967]{left:22%;width:6px;height:6px;background:#60a5fa;animation-delay:.15s;animation-duration:4.5s;border-radius:50%}.confetti-5[data-v-f730b967]{left:30%;width:5px;height:9px;background:#a78bfa;animation-delay:1.2s;animation-duration:3.9s}.confetti-6[data-v-f730b967]{left:35%;width:8px;height:4px;background:#f472b6;animation-delay:.5s;animation-duration:4.1s}.confetti-7[data-v-f730b967]{left:42%;width:5px;height:5px;background:#fbbf24;animation-delay:1.8s;animation-duration:3.6s;border-radius:50%}.confetti-8[data-v-f730b967]{left:50%;width:6px;height:8px;background:#34d399;animation-delay:.7s;animation-duration:4.3s}.confetti-9[data-v-f730b967]{left:55%;width:4px;height:6px;background:#f87171;animation-delay:2.1s;animation-duration:3.7s}.confetti-10[data-v-f730b967]{left:62%;width:7px;height:7px;background:#60a5fa;animation-delay:.4s;animation-duration:4s;border-radius:50%}.confetti-11[data-v-f730b967]{left:68%;width:5px;height:8px;background:#a78bfa;animation-delay:1.5s;animation-duration:4.4s}.confetti-12[data-v-f730b967]{left:75%;width:6px;height:4px;background:#f472b6;animation-delay:.9s;animation-duration:3.4s}.confetti-13[data-v-f730b967]{left:80%;width:8px;height:6px;background:#fbbf24;animation-delay:2.4s;animation-duration:4.6s}.confetti-14[data-v-f730b967]{left:85%;width:5px;height:5px;background:#34d399;animation-delay:.2s;animation-duration:3.8s;border-radius:50%}.confetti-15[data-v-f730b967]{left:90%;width:4px;height:7px;background:#f87171;animation-delay:1s;animation-duration:4.2s}.confetti-16[data-v-f730b967]{left:95%;width:6px;height:6px;background:#60a5fa;animation-delay:2.7s;animation-duration:3.5s}.confetti-17[data-v-f730b967]{left:48%;width:5px;height:8px;background:#a78bfa;animation-delay:1.3s;animation-duration:4.1s}.confetti-18[data-v-f730b967]{left:18%;width:7px;height:5px;background:#f472b6;animation-delay:2s;animation-duration:3.9s;border-radius:50%}.confetti-h1[data-v-f730b967]{left:8%;width:5px;height:7px;background:#f87171;animation-delay:0s;animation-duration:3.6s}.confetti-h2[data-v-f730b967]{left:18%;width:6px;height:6px;background:#fbbf24;animation-delay:.5s;animation-duration:4s;border-radius:50%}.confetti-h3[data-v-f730b967]{left:28%;width:4px;height:8px;background:#34d399;animation-delay:1s;animation-duration:3.4s}.confetti-h4[data-v-f730b967]{left:38%;width:7px;height:5px;background:#60a5fa;animation-delay:.3s;animation-duration:4.3s;border-radius:50%}.confetti-h5[data-v-f730b967]{left:48%;width:5px;height:6px;background:#a78bfa;animation-delay:1.5s;animation-duration:3.7s}.confetti-h6[data-v-f730b967]{left:58%;width:6px;height:4px;background:#f472b6;animation-delay:.8s;animation-duration:4.1s}.confetti-h7[data-v-f730b967]{left:68%;width:5px;height:7px;background:#fbbf24;animation-delay:2s;animation-duration:3.5s;border-radius:50%}.confetti-h8[data-v-f730b967]{left:78%;width:4px;height:6px;background:#f87171;animation-delay:.6s;animation-duration:4.4s}.confetti-h9[data-v-f730b967]{left:88%;width:7px;height:5px;background:#34d399;animation-delay:1.8s;animation-duration:3.8s}.confetti-h10[data-v-f730b967]{left:13%;width:5px;height:5px;background:#60a5fa;animation-delay:2.3s;animation-duration:4.2s;border-radius:50%}.confetti-h11[data-v-f730b967]{left:53%;width:6px;height:7px;background:#a78bfa;animation-delay:1.2s;animation-duration:3.9s}.confetti-h12[data-v-f730b967]{left:73%;width:5px;height:4px;background:#f472b6;animation-delay:.4s;animation-duration:4s}.confetti-q1[data-v-f730b967]{left:6%;width:6px;height:6px;background:#fbbf24;animation-delay:.2s;animation-duration:3.7s;border-radius:50%}.confetti-q2[data-v-f730b967]{left:16%;width:5px;height:8px;background:#f87171;animation-delay:.7s;animation-duration:4.1s}.confetti-q3[data-v-f730b967]{left:26%;width:7px;height:5px;background:#60a5fa;animation-delay:1.3s;animation-duration:3.5s;border-radius:50%}.confetti-q4[data-v-f730b967]{left:36%;width:4px;height:6px;background:#34d399;animation-delay:.1s;animation-duration:4.4s}.confetti-q5[data-v-f730b967]{left:46%;width:6px;height:7px;background:#a78bfa;animation-delay:1.7s;animation-duration:3.8s}.confetti-q6[data-v-f730b967]{left:56%;width:5px;height:5px;background:#f472b6;animation-delay:.9s;animation-duration:4.2s;border-radius:50%}.confetti-q7[data-v-f730b967]{left:66%;width:7px;height:4px;background:#fbbf24;animation-delay:2.2s;animation-duration:3.6s}.confetti-q8[data-v-f730b967]{left:76%;width:5px;height:7px;background:#f87171;animation-delay:.4s;animation-duration:4s}.confetti-q9[data-v-f730b967]{left:86%;width:6px;height:6px;background:#60a5fa;animation-delay:1.6s;animation-duration:3.9s;border-radius:50%}.confetti-q10[data-v-f730b967]{left:11%;width:4px;height:5px;background:#34d399;animation-delay:2.5s;animation-duration:4.3s}.confetti-q11[data-v-f730b967]{left:41%;width:6px;height:8px;background:#a78bfa;animation-delay:1.1s;animation-duration:3.4s}.confetti-q12[data-v-f730b967]{left:81%;width:5px;height:6px;background:#f472b6;animation-delay:.6s;animation-duration:4.1s}.greeting-main[data-v-f730b967]{display:flex;align-items:center;gap:12px;margin-bottom:10px;position:relative;z-index:1}.settings-btn[data-v-f730b967]{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:10px;border:none;background:#fff9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s;z-index:2}.settings-btn[data-v-f730b967]:hover{background:#ffffffe6;color:var(--text-primary);transform:rotate(30deg)}.greeting-avatar[data-v-f730b967]{width:42px;height:42px;border-radius:50%;background:#f0ece8;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;overflow:hidden;border:2px solid rgba(0,0,0,.04);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.greeting-avatar[data-v-f730b967]:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.greeting-avatar img[data-v-f730b967]{width:100%;height:100%;object-fit:cover}.greeting-content[data-v-f730b967]{flex:1}.greeting-text[data-v-f730b967]{font-size:16px;font-weight:600;margin:0 0 2px;line-height:1.3;letter-spacing:-.01em;color:var(--text-primary)}.greeting-date[data-v-f730b967]{font-size:11px;color:var(--text-secondary);margin:0}.work-countdown[data-v-f730b967]{background:#fff9;border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:relative;z-index:1;color:var(--text-secondary);border:1px solid var(--border)}.countdown-pulse[data-v-f730b967]{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;animation:pulse-f730b967 2s ease-in-out infinite}@keyframes pulse-f730b967{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.quick-entries[data-v-f730b967]{display:flex;flex-wrap:wrap;gap:10px}.quick-entry[data-v-f730b967]{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:transform .2s ease}.quick-entry[data-v-f730b967]:hover{transform:translateY(-2px)}.quick-entry[data-v-f730b967]:active{transform:scale(.96)}.entry-icon-wrap[data-v-f730b967]{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000008;border:1px solid var(--border);transition:box-shadow .2s}.quick-entry:hover .entry-icon-wrap[data-v-f730b967]{box-shadow:0 3px 12px #0000000f}.entry-icon[data-v-f730b967]{font-size:20px}.entry-label[data-v-f730b967]{font-size:11px;color:var(--text-secondary);font-weight:500}.home-grid[data-v-f730b967]{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.home-card[data-v-f730b967]{background:var(--card-bg);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease;border:1px solid var(--border)}.home-card[data-v-f730b967]:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.card-header[data-v-f730b967]{display:flex;align-items:center;gap:8px;margin-bottom:16px}.card-dot[data-v-f730b967]{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}.card-title[data-v-f730b967]{font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:.02em}.holiday-list[data-v-f730b967]{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.holiday-item[data-v-f730b967]{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fafaf9;border-radius:12px;flex:1 1 calc(50% - 4px);min-width:0;transition:all .2s;animation:fadeSlideUp-f730b967 .4s ease forwards;opacity:0;border:1px solid transparent}.holiday-item[data-v-f730b967]:hover{border-color:var(--border);transform:translate(3px)}@keyframes fadeSlideUp-f730b967{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.holiday-badge[data-v-f730b967]{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border)}.holiday-emoji[data-v-f730b967]{font-size:15px}.holiday-info[data-v-f730b967]{flex:1;display:flex;flex-direction:column;gap:1px}.holiday-name[data-v-f730b967]{font-size:12px;color:var(--text-secondary);font-weight:500}.holiday-days[data-v-f730b967]{font-size:11px;color:var(--text-muted)}.holiday-days strong[data-v-f730b967]{font-size:15px;color:var(--text-primary);font-weight:700;margin:0 1px;font-family:DM Mono,monospace}.holiday-mini-bar[data-v-f730b967]{width:36px;height:6px;background:#0000000a;border-radius:3px;overflow:hidden;flex-shrink:0}.mini-bar-fill[data-v-f730b967]{height:100%;border-radius:3px;transition:width .6s ease;opacity:.6}.holiday-empty[data-v-f730b967]{text-align:center;padding:24px;color:var(--text-muted);font-size:12px}.salary-visual[data-v-f730b967]{text-align:center;margin-bottom:16px}.salary-not-set[data-v-f730b967]{cursor:pointer;opacity:.6}.salary-not-set .salary-value[data-v-f730b967]{font-size:16px;font-weight:500;color:var(--text-muted)}.salary-not-set[data-v-f730b967]:hover{opacity:.8}.salary-number[data-v-f730b967]{display:flex;align-items:baseline;justify-content:center;gap:2px}.salary-currency[data-v-f730b967]{font-size:14px;color:var(--text-muted);font-weight:500}.salary-value[data-v-f730b967]{font-size:26px;font-weight:700;font-family:DM Mono,monospace;color:var(--text-primary);letter-spacing:-.02em}.salary-sub[data-v-f730b967]{font-size:11px;color:var(--text-muted);margin-top:4px}.salary-ticker[data-v-f730b967]{display:flex;flex-direction:column;gap:6px;background:#fafaf9;border-radius:10px;padding:10px 14px;border:1px solid var(--border)}.ticker-row[data-v-f730b967]{display:flex;justify-content:space-between;align-items:center}.ticker-label[data-v-f730b967]{font-size:11px;color:var(--text-secondary)}.ticker-value[data-v-f730b967]{font-size:12px;font-family:DM Mono,monospace;font-weight:500;color:var(--text-primary)}.salary-detail-btn[data-v-f730b967]{margin-top:12px;width:100%;padding:9px;background:transparent;border:1px solid var(--border);border-radius:10px;font-size:11px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-family:inherit}.salary-detail-btn[data-v-f730b967]:hover{background:#fafaf9;color:var(--text-primary);border-color:#00000014}.salary-mini-settings[data-v-f730b967]{margin-left:auto;background:none;border:none;cursor:pointer;padding:4px;color:var(--text-muted);border-radius:6px;transition:all .2s;display:flex;align-items:center}.salary-mini-settings[data-v-f730b967]:hover{color:var(--text-secondary);background:#0000000a}.farm-stats[data-v-f730b967]{display:flex;flex-direction:column;gap:8px}.farm-stat-row[data-v-f730b967]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.farm-stat-item[data-v-f730b967]{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fafaf9;border-radius:10px;border:1px solid var(--border)}.farm-stat-icon[data-v-f730b967]{font-size:16px;flex-shrink:0}.farm-stat-label[data-v-f730b967]{font-size:11px;color:var(--text-secondary);flex:1}.farm-stat-value[data-v-f730b967]{font-size:13px;font-weight:600;color:var(--text-primary);font-family:DM Mono,monospace}.farm-stat-divider[data-v-f730b967]{height:1px;background:var(--border);margin:4px 0}.quote-card[data-v-f730b967]{grid-column:auto}.refresh-btn[data-v-f730b967]{margin-left:auto;background:none;border:none;cursor:pointer;font-size:16px;padding:4px;color:var(--text-muted);transition:color .2s;display:flex;align-items:center}.refresh-btn[data-v-f730b967]:hover{color:var(--text-secondary)}.refresh-icon[data-v-f730b967]{display:inline-block;transition:transform .6s ease}.refresh-icon.spinning[data-v-f730b967]{transform:rotate(360deg)}.quote-content[data-v-f730b967]{padding:12px 14px;background:#fafaf9;border-radius:10px;border:1px solid var(--border)}.quote-text[data-v-f730b967]{font-size:13px;line-height:1.7;color:var(--text-primary);margin:0 0 8px;font-style:normal;letter-spacing:.02em}.quote-author[data-v-f730b967]{font-size:11px;color:var(--text-muted);margin:0;text-align:right}.salary-overlay[data-v-f730b967]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn-f730b967 .2s ease}@keyframes fadeIn-f730b967{0%{opacity:0}to{opacity:1}}.salary-modal[data-v-f730b967]{background:#fff;border-radius:18px;width:340px;max-width:90vw;box-shadow:0 20px 60px #00000026;animation:slideUp-f730b967 .25s ease;overflow:hidden}@keyframes slideUp-f730b967{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.salary-modal-header[data-v-f730b967]{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid var(--border)}.salary-modal-title[data-v-f730b967]{font-size:15px;font-weight:600;color:var(--text-primary)}.salary-modal-close[data-v-f730b967]{background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;padding:4px 8px;border-radius:8px;transition:all .15s}.salary-modal-close[data-v-f730b967]:hover{background:#0000000a;color:var(--text-secondary)}.salary-modal-body[data-v-f730b967]{padding:18px 20px;display:flex;flex-direction:column;gap:16px}.salary-form-item[data-v-f730b967]{display:flex;flex-direction:column;gap:6px}.salary-form-row[data-v-f730b967]{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rest-type-options[data-v-f730b967]{display:flex;gap:8px}.rest-option[data-v-f730b967]{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 8px;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;background:#fafaf9}.rest-option input[data-v-f730b967]{display:none}.rest-option[data-v-f730b967]:hover{border-color:#0000001a;background:#f5f5f5}.rest-option.active[data-v-f730b967]{border-color:var(--accent);background:var(--accent-muted)}.rest-label[data-v-f730b967]{font-size:12px;font-weight:500;color:var(--text-secondary)}.rest-option.active .rest-label[data-v-f730b967]{color:var(--text-primary)}.salary-form-label[data-v-f730b967]{font-size:12px;font-weight:500;color:var(--text-secondary)}.salary-form-input[data-v-f730b967]{padding:10px 14px;border:1px solid var(--border);border-radius:12px;font-size:14px;font-family:DM Mono,monospace;color:var(--text-primary);background:#fafaf9;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.salary-form-input[data-v-f730b967]:focus{border-color:var(--accent);background:#fff}.salary-form-hint[data-v-f730b967]{font-size:11px;color:var(--text-muted);text-align:center;padding:4px 0 0}.salary-modal-footer[data-v-f730b967]{display:flex;gap:10px;padding:14px 20px 18px}.salary-btn[data-v-f730b967]{flex:1;padding:10px;border-radius:12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-family:inherit}.salary-btn-cancel[data-v-f730b967]{background:#f5f5f5;color:var(--text-secondary)}.salary-btn-cancel[data-v-f730b967]:hover{background:#eee}.salary-btn-save[data-v-f730b967]{background:#e8a0a0;color:#fff}.salary-btn-save[data-v-f730b967]:hover{background:#d88e8e;box-shadow:0 3px 10px #0000001f}.muyu-card[data-v-f730b967]{text-align:center}.muyu-area[data-v-f730b967]{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px 0;-webkit-tap-highlight-color:transparent}.muyu-container[data-v-f730b967]{position:relative;display:inline-block;margin-bottom:12px}.muyu-body[data-v-f730b967]:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:100px;height:16px;background:radial-gradient(ellipse,#8b6914,#6b5010,#4a3a0a);border-radius:50%;box-shadow:0 4px 12px #0000004d;z-index:-1}.muyu-body[data-v-f730b967]{width:100px;height:85px;background:radial-gradient(ellipse at 30% 40%,rgba(255,200,150,.15),transparent 60%),linear-gradient(180deg,#c0392b,#a93226 40%,#922b21,#7b241c);border-radius:50%/60% 60% 40% 40%;position:relative;transition:transform .12s ease;box-shadow:0 8px 24px #0006,inset 0 -6px 12px #0003,inset 0 6px 12px #ff966426,0 2px 8px #c0392b4d}.muyu-body[data-v-f730b967]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background:repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(0,0,0,.03) 8px,rgba(0,0,0,.03) 9px),repeating-linear-gradient(0deg,transparent,transparent 12px,rgba(0,0,0,.02) 12px,rgba(0,0,0,.02) 13px);pointer-events:none}.muyu-highlight[data-v-f730b967]{position:absolute;top:15%;left:50%;transform:translate(-50%);width:55px;height:30px;background:radial-gradient(ellipse at center,#1a1a1a 0%,#2d2d2d 40%,#3d3d3d 70%,transparent 100%);border-radius:50%/60% 60% 40% 40%;box-shadow:inset 0 4px 8px #0009,inset 0 -2px 4px #ffffff0d,0 2px 4px #0000004d;pointer-events:none}.muyu-highlight[data-v-f730b967]:after{content:"";position:absolute;top:20%;left:20%;width:30%;height:25%;background:radial-gradient(ellipse,rgba(255,255,255,.08),transparent);border-radius:50%}.muyu-tap[data-v-f730b967]{transform:scale(.95)}.muyu-stick[data-v-f730b967]{position:absolute;bottom:10px;right:-25px;width:8px;height:55px;background:linear-gradient(to right,#8b6914,#a0782a,#8b6914);border-radius:4px;transform:rotate(-30deg);transform-origin:bottom center;transition:transform .12s ease;box-shadow:2px 3px 8px #0000004d}.muyu-stick[data-v-f730b967]:after{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:16px;height:20px;background:radial-gradient(ellipse at 40% 30%,#d4a853,#b8922e,#9a7b1f);border-radius:40% 40% 50% 50%/50% 50% 60% 60%;box-shadow:0 2px 6px #0000004d,inset 0 2px 4px #fff3}.stick-tap[data-v-f730b967]{transform:rotate(-55deg)}.muyu-count[data-v-f730b967]{font-size:28px;font-weight:700;font-family:DM Mono,monospace;color:var(--text-primary);margin-bottom:4px;letter-spacing:-.02em}.muyu-hint[data-v-f730b967]{font-size:11px;color:var(--text-muted)}.muyu-float[data-v-f730b967]{position:absolute;font-size:14px;font-weight:600;color:#e8a0a0;pointer-events:none;animation:muyuFloatUp-f730b967 1s ease-out forwards;white-space:nowrap;text-shadow:0 1px 4px rgba(232,160,160,.3)}@keyframes muyuFloatUp-f730b967{0%{opacity:1;transform:translateY(0) scale(1)}50%{opacity:.8}to{opacity:0;transform:translateY(-70px) scale(1.3)}}.fortune-card[data-v-f730b967]{display:flex;flex-direction:column;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fortune-sign[data-v-f730b967]{display:flex;align-items:center;gap:12px;margin-bottom:12px}.fortune-emoji[data-v-f730b967]{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;box-shadow:inset 0 0 0 1px #0000000a}.fortune-rank[data-v-f730b967]{font-size:20px;font-weight:700;letter-spacing:.04em;line-height:1.2}.fortune-tags[data-v-f730b967]{display:flex;gap:8px;margin-bottom:10px}.fortune-tag[data-v-f730b967]{font-size:11px;padding:4px 10px;border-radius:999px;font-weight:500;white-space:nowrap}.fortune-tag-yi[data-v-f730b967]{background:#16a34a1f;color:#15803d;border:1px solid rgba(22,163,74,.2)}.fortune-tag-ji[data-v-f730b967]{background:#dc262614;color:#b91c1c;border:1px solid rgba(220,38,38,.16)}.fortune-desc[data-v-f730b967]{font-size:12px;line-height:1.7;color:var(--text-secondary);margin:0 0 12px;padding:10px 12px;background:#fafaf9;border-radius:10px;border:1px solid var(--border);flex:1;letter-spacing:.01em}.fortune-lucky[data-v-f730b967]{display:flex;justify-content:space-between;gap:6px;padding-top:10px;border-top:1px dashed var(--border)}.fortune-lucky-item[data-v-f730b967]{font-size:11px;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.fortune-lucky-item strong[data-v-f730b967]{font-size:13px;color:var(--text-primary);font-weight:700;white-space:nowrap}@media(max-width:768px){.home-page[data-v-f730b967]{padding:6px 6px 100px}.home-top-row[data-v-f730b967]{flex-direction:column;gap:10px;margin-bottom:10px}.home-greeting-card[data-v-f730b967]{padding:14px;margin-bottom:0;border-radius:14px}.quick-entries[data-v-f730b967]{margin-bottom:0}.greeting-text[data-v-f730b967]{font-size:15px}.greeting-main[data-v-f730b967]{gap:10px;margin-bottom:8px}.greeting-avatar[data-v-f730b967]{width:38px;height:38px;font-size:20px}.settings-btn[data-v-f730b967]{top:14px;right:14px;width:30px;height:30px}.home-grid[data-v-f730b967]{grid-template-columns:1fr;gap:12px}.home-card[data-v-f730b967]{padding:16px;border-radius:14px}.salary-value[data-v-f730b967]{font-size:22px}.quick-entries[data-v-f730b967]{gap:8px}.entry-icon-wrap[data-v-f730b967]{width:42px;height:42px}.entry-icon[data-v-f730b967]{font-size:18px}.entry-label[data-v-f730b967]{font-size:10px}.holiday-list[data-v-f730b967]{flex-direction:row;flex-wrap:wrap;gap:8px}.holiday-item[data-v-f730b967]{flex:1 1 calc(50% - 4px);min-width:0}.holiday-badge[data-v-f730b967]{width:30px;height:30px;flex-shrink:0}.holiday-emoji[data-v-f730b967]{font-size:13px}.muyu-body[data-v-f730b967]{width:85px;height:72px}.muyu-body[data-v-f730b967]:after{width:85px;height:14px;bottom:-7px}.muyu-highlight[data-v-f730b967]{width:47px;height:26px}.muyu-stick[data-v-f730b967]{height:47px;width:7px;right:-22px;bottom:8px}.muyu-stick[data-v-f730b967]:after{width:14px;height:17px}.muyu-count[data-v-f730b967]{font-size:24px}.fortune-sign[data-v-f730b967]{gap:10px}.fortune-emoji[data-v-f730b967]{width:40px;height:40px;font-size:20px;border-radius:12px}.fortune-rank[data-v-f730b967]{font-size:17px}.fortune-lucky[data-v-f730b967]{gap:4px}.fortune-lucky-item strong[data-v-f730b967]{font-size:12px}.holiday-info[data-v-f730b967]{flex-direction:column;align-items:flex-start;gap:1px}.holiday-name[data-v-f730b967]{font-size:11px}.holiday-days[data-v-f730b967]{font-size:10px}.holiday-days strong[data-v-f730b967]{font-size:13px}}@media(min-width:769px){.home-top-row[data-v-f730b967]{flex-direction:column;gap:14px}.home-top-row .home-greeting-card[data-v-f730b967]{display:flex;align-items:center;gap:12px}.home-top-row .home-greeting-card .greeting-main[data-v-f730b967]{flex:1;margin-bottom:0}.home-top-row .home-greeting-card .work-countdown[data-v-f730b967]{margin-right:40px}.home-grid[data-v-f730b967]{grid-template-columns:repeat(2,1fr);gap:12px}.quick-entries[data-v-f730b967]{gap:8px}.entry-icon-wrap[data-v-f730b967]{width:44px;height:44px}.salary-modal[data-v-f730b967]{width:580px}.salary-modal-header[data-v-f730b967]{padding:14px 20px 10px}.salary-modal-title[data-v-f730b967]{font-size:14px}.salary-modal-body[data-v-f730b967]{padding:14px 20px;gap:12px}.salary-form-item[data-v-f730b967]{gap:4px}.salary-form-label[data-v-f730b967]{font-size:11px}.salary-form-input[data-v-f730b967]{padding:8px 10px;font-size:13px;border-radius:10px}.salary-form-row[data-v-f730b967]{gap:10px}.rest-type-options[data-v-f730b967]{gap:6px}.rest-option[data-v-f730b967]{padding:8px 6px;border-radius:10px}.rest-label[data-v-f730b967]{font-size:11px}.salary-form-hint-item[data-v-f730b967]{display:flex;flex-direction:column;gap:4px}.salary-form-hint[data-v-f730b967]{display:flex;flex-direction:column;gap:2px;background:#fafaf9;padding:10px 12px;border-radius:10px;border:1px solid var(--border);font-size:12px;text-align:left}.salary-modal-footer[data-v-f730b967]{padding:10px 20px 14px;gap:8px}.salary-btn[data-v-f730b967]{padding:8px;font-size:12px;border-radius:10px}}@media(max-width:360px){.quick-entries[data-v-f730b967]{gap:6px}.entry-icon-wrap[data-v-f730b967]{width:38px;height:38px}.entry-icon[data-v-f730b967]{font-size:16px}.entry-label[data-v-f730b967]{font-size:9px}}[data-theme=dark] .home-page[data-v-f730b967]{--bg: #1a1a1e;--card-bg: #242428;--accent: #e8a0a0;--accent-soft: #3a2828;--accent-muted: #2e2228;--text-primary: #e8e4e0;--text-secondary: #9a9690;--text-muted: #6a6660;--border: rgba(255, 255, 255, .06);--shadow-soft: 0 1px 8px rgba(0, 0, 0, .2);--shadow-hover: 0 4px 20px rgba(0, 0, 0, .3);color-scheme:dark}[data-theme=dark] .home-greeting-card[data-v-f730b967]{background:linear-gradient(135deg,#282420,#262220,#242020);border-color:#ffffff0f}[data-theme=dark] .settings-btn[data-v-f730b967]{background:#ffffff14;color:#9a9690}[data-theme=dark] .settings-btn[data-v-f730b967]:hover{background:#ffffff24;color:#e8e4e0}[data-theme=dark] .greeting-avatar[data-v-f730b967]{background:#2e2a26;border-color:#ffffff0f}[data-theme=dark] .greeting-avatar[data-v-f730b967]:hover{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .work-countdown[data-v-f730b967]{background:#ffffff0f;border-color:#ffffff0f}[data-theme=dark] .greeting-deco.deco-1[data-v-f730b967]{background:radial-gradient(circle,rgba(232,160,160,.08),transparent 70%)}[data-theme=dark] .greeting-deco.deco-2[data-v-f730b967]{background:radial-gradient(circle,rgba(200,190,180,.1),transparent 70%)}[data-theme=dark] .greeting-deco.deco-3[data-v-f730b967]{background:radial-gradient(circle,rgba(160,140,210,.12),rgba(230,180,150,.06) 50%,transparent 70%)}[data-theme=dark] .home-card[data-v-f730b967]{background:var(--card-bg);border-color:#ffffff0f}[data-theme=dark] .entry-icon-wrap[data-v-f730b967]{background:#2e2a26!important;border-color:#ffffff0f;box-shadow:0 1px 4px #00000026}[data-theme=dark] .quick-entry:hover .entry-icon-wrap[data-v-f730b967]{box-shadow:0 3px 12px #00000040}[data-theme=dark] .entry-label[data-v-f730b967]{color:var(--text-secondary)}[data-theme=dark] .holiday-item[data-v-f730b967]{background:#2a2826;border-color:#ffffff0a}[data-theme=dark] .holiday-item[data-v-f730b967]:hover{border-color:#ffffff1a}[data-theme=dark] .holiday-badge[data-v-f730b967]{background:#342e2a!important;border-color:#ffffff0f}[data-theme=dark] .quote-content[data-v-f730b967],[data-theme=dark] .salary-ticker[data-v-f730b967]{background:#2a2826;border-color:#ffffff0f}[data-theme=dark] .salary-mini-settings[data-v-f730b967]:hover{background:#ffffff0f;color:var(--text-secondary)}[data-theme=dark] .muyu-body[data-v-f730b967]{background:radial-gradient(ellipse at 30% 40%,rgba(200,150,100,.1),transparent 60%),linear-gradient(180deg,#922b21,#7b241c 40%,#6b1f18,#5a1a14);box-shadow:0 8px 24px #00000080,inset 0 -6px 12px #0000004d,inset 0 6px 12px #c878501a,0 2px 8px #922b2133}[data-theme=dark] .muyu-body[data-v-f730b967]:after{background:radial-gradient(ellipse,#6b5010,#4a3a0a,#3a2a08);box-shadow:0 4px 12px #0006}[data-theme=dark] .muyu-highlight[data-v-f730b967]{background:radial-gradient(ellipse at center,#0a0a0a 0%,#1a1a1a 40%,#2a2a2a 70%,transparent 100%);box-shadow:inset 0 4px 8px #000000b3,inset 0 -2px 4px #ffffff08,0 2px 4px #0006}[data-theme=dark] .muyu-stick[data-v-f730b967]{background:linear-gradient(to right,#6b5010,#7a6020,#6b5010);box-shadow:2px 3px 8px #0006}[data-theme=dark] .muyu-stick[data-v-f730b967]:after{background:radial-gradient(ellipse at 40% 30%,#b8922e,#9a7b1f,#7a6010);box-shadow:0 2px 6px #0006,inset 0 2px 4px #ffffff26}[data-theme=dark] .muyu-float[data-v-f730b967]{color:#d4887a;text-shadow:0 1px 4px rgba(212,136,122,.3)}[data-theme=dark] .farm-stat-item[data-v-f730b967]{background:#2a2826;border-color:#ffffff0f}[data-theme=dark] .fortune-emoji[data-v-f730b967]{box-shadow:inset 0 0 0 1px #ffffff14}[data-theme=dark] .fortune-desc[data-v-f730b967]{background:#2a2826;border-color:#ffffff0f;color:var(--text-secondary)}[data-theme=dark] .fortune-tag-yi[data-v-f730b967]{background:#22c55e24;color:#4ade80;border-color:#22c55e3d}[data-theme=dark] .fortune-tag-ji[data-v-f730b967]{background:#ef44441f;color:#f87171;border-color:#ef444433}[data-theme=dark] .fortune-lucky[data-v-f730b967]{border-top-color:#ffffff14}[data-theme=dark] .fortune-lucky-item strong[data-v-f730b967]{color:var(--text-primary)}[data-theme=dark] .salary-modal[data-v-f730b967]{background:#242428;box-shadow:0 20px 60px #0006}[data-theme=dark] .salary-modal-header[data-v-f730b967]{border-color:#ffffff0f}[data-theme=dark] .salary-modal-close[data-v-f730b967]:hover{background:#ffffff14}[data-theme=dark] .salary-form-input[data-v-f730b967]{background:#2a2826;border-color:#ffffff14;color:var(--text-primary)}[data-theme=dark] .salary-form-input[data-v-f730b967]:focus{border-color:var(--accent);background:#2e2a26}[data-theme=dark] .rest-option[data-v-f730b967]{background:#2a2826;border-color:#ffffff0f}[data-theme=dark] .rest-option[data-v-f730b967]:hover{background:#322e2a;border-color:#ffffff1a}[data-theme=dark] .rest-option.active[data-v-f730b967]{border-color:var(--accent);background:var(--accent-muted)}[data-theme=dark] .salary-btn-cancel[data-v-f730b967]{background:#322e2a;color:var(--text-secondary)}[data-theme=dark] .salary-btn-cancel[data-v-f730b967]:hover{background:#3a3632}[data-theme=dark] .salary-form-hint[data-v-f730b967]{color:var(--text-muted)}@media(min-width:769px){[data-theme=dark] .salary-form-hint[data-v-f730b967]{background:#2a2826;border-color:#ffffff0f}}[data-theme=dark] .confetti-h1[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-h2[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-h3[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-h4[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-h5[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-h6[data-v-f730b967]{background:#c05090}[data-theme=dark] .confetti-h7[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-h8[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-h9[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-h10[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-h11[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-h12[data-v-f730b967]{background:#c05090}[data-theme=dark] .confetti-q1[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-q2[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-q3[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-q4[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-q5[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-q6[data-v-f730b967]{background:#c05090}[data-theme=dark] .confetti-q7[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-q8[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-q9[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-q10[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-q11[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-q12[data-v-f730b967]{background:#c05090}[data-theme=dark] .confetti-1[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-2[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-3[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-4[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-5[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-6[data-v-f730b967]{background:#c05090}[data-theme=dark] .confetti-7[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-8[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-9[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-10[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-11[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-12[data-v-f730b967]{background:#c05090}[data-theme=dark] .confetti-13[data-v-f730b967]{background:#c09830}[data-theme=dark] .confetti-14[data-v-f730b967]{background:#30a070}[data-theme=dark] .confetti-15[data-v-f730b967]{background:#c05050}[data-theme=dark] .confetti-16[data-v-f730b967]{background:#5080c0}[data-theme=dark] .confetti-17[data-v-f730b967]{background:#8060c0}[data-theme=dark] .confetti-18[data-v-f730b967]{background:#c05090}.auto-bet-overlay[data-v-4b256acf]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.auto-bet-modal[data-v-4b256acf]{background:#fff;border-radius:8px;width:min(900px,90vw);max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:modalSlideIn-4b256acf .2s ease}@keyframes modalSlideIn-4b256acf{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auto-bet-header[data-v-4b256acf]{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #eee}.auto-bet-header h3[data-v-4b256acf]{font-size:14px;font-weight:600;color:#333;margin:0}.auto-bet-close[data-v-4b256acf]{background:#f0f0f0;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s}.auto-bet-close[data-v-4b256acf]:hover{background:#e0e0e0;color:#333}.auto-bet-body[data-v-4b256acf]{padding:10px 14px;overflow-y:auto;flex:1}.auto-bet-tip[data-v-4b256acf]{display:flex;align-items:flex-start;gap:8px;background:#fff8e1;border:1px solid #ffe082;border-radius:4px;padding:8px;margin-bottom:10px}.auto-bet-tip .tip-icon[data-v-4b256acf]{font-size:14px;flex-shrink:0}.auto-bet-tip .tip-content[data-v-4b256acf]{font-size:11px;color:#795548;line-height:1.4}.auto-bet-tip .tip-content p[data-v-4b256acf]{margin:0}.vip-feature-hint[data-v-4b256acf]{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#fff9e6,#fff3cc);border:1px solid #ffd700;border-radius:6px;padding:10px 12px;margin-bottom:10px}.vip-hint-icon[data-v-4b256acf]{font-size:20px}.vip-hint-content[data-v-4b256acf]{flex:1}.vip-hint-title[data-v-4b256acf]{font-size:13px;font-weight:600;color:#333}.vip-hint-desc[data-v-4b256acf]{font-size:11px;color:#666;margin-top:2px}.vip-hint-btn[data-v-4b256acf]{padding:6px 14px;background:linear-gradient(135deg,gold,#fa0);border:none;border-radius:4px;color:#333;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.vip-hint-btn[data-v-4b256acf]:hover{transform:translateY(-1px);box-shadow:0 2px 8px #fa06}.auto-bet-stats[data-v-4b256acf]{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:10px}@media(min-width:768px){.auto-bet-stats[data-v-4b256acf]{grid-template-columns:repeat(4,1fr)}}.stat-item[data-v-4b256acf]{background:#f5f5f5;border-radius:4px;padding:6px 8px;text-align:center}.stat-label[data-v-4b256acf]{display:block;font-size:10px;color:#999;margin-bottom:2px}.stat-value[data-v-4b256acf]{display:block;font-size:13px;font-weight:600;color:#333}.stat-value.win[data-v-4b256acf]{color:#22c55e}.stat-value.lose[data-v-4b256acf]{color:#ef4444}.auto-bet-status[data-v-4b256acf]{display:flex;align-items:center;gap:6px;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:4px;padding:6px 10px;margin-bottom:10px;font-size:12px;color:#2e7d32}.status-dot[data-v-4b256acf]{width:8px;height:8px;border-radius:50%;background:#ccc}.status-dot.active[data-v-4b256acf]{background:#22c55e;animation:pulse-dot-4b256acf 1.5s infinite}@keyframes pulse-dot-4b256acf{0%,to{opacity:1}50%{opacity:.5}}.streak-info[data-v-4b256acf]{color:#ef4444;font-weight:500}.streak-control[data-v-4b256acf]{background:#fff3e0;border:1px solid #ffcc80;border-radius:4px;padding:8px 10px;margin-bottom:10px}.streak-control-row[data-v-4b256acf]{display:flex;align-items:center;gap:8px;margin-bottom:6px}.streak-control-label[data-v-4b256acf]{font-size:12px;color:#e65100;white-space:nowrap;font-weight:500}.streak-select[data-v-4b256acf]{flex:1;font-size:12px;padding:4px 8px;border:1px solid #ffcc80;border-radius:4px;background:#fff;color:#333;cursor:pointer;outline:none;transition:all .2s}.streak-select[data-v-4b256acf]:focus{border-color:#ff9800;box-shadow:0 0 0 2px #ff980026}.next-bet-hint[data-v-4b256acf]{font-size:11px;color:#bf360c;padding:4px 0 0}.next-bet-amount[data-v-4b256acf]{color:#e65100;font-size:13px}.auto-bet-form[data-v-4b256acf]{margin-bottom:10px}.form-group[data-v-4b256acf]{margin-bottom:8px}.form-group label[data-v-4b256acf]{display:block;font-size:12px;font-weight:500;color:#333;margin-bottom:4px}@media(min-width:768px){.form-row[data-v-4b256acf]{display:flex;gap:10px}.form-row .form-group[data-v-4b256acf]{flex:1}.amount-input-row[data-v-4b256acf]{display:flex;align-items:flex-start;gap:8px}.amount-input-row .amount-input-group[data-v-4b256acf]{flex:1}.amount-input-row .quick-amounts[data-v-4b256acf]{margin-top:0;flex-shrink:0}}.type-buttons[data-v-4b256acf],.mode-buttons[data-v-4b256acf]{display:flex;flex-wrap:wrap;gap:4px}.type-btn[data-v-4b256acf]{padding:4px 8px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:11px;cursor:pointer;transition:all .2s}.type-btn[data-v-4b256acf]:hover{border-color:#667eea}.type-btn.active[data-v-4b256acf]{background:#667eea;border-color:#667eea;color:#fff}.ai-predict-tip[data-v-4b256acf]{font-size:11px;color:#667eea;margin-top:4px;padding:4px 8px;background:#f0f0ff;border-radius:4px}.ai-today-box[data-v-4b256acf]{background:#f0f7ff;border:1px solid #90caf9;border-radius:6px;padding:8px 10px;margin-top:6px}.ai-today-head[data-v-4b256acf]{font-size:12px;font-weight:600;color:#1976d2;margin-bottom:6px}.ai-today-stats[data-v-4b256acf]{display:flex;align-items:center;justify-content:center;gap:16px}.ai-today-stat[data-v-4b256acf]{text-align:center}.ai-today-num[data-v-4b256acf]{display:block;font-size:18px;font-weight:700;color:#333}.ai-today-num.rate[data-v-4b256acf]{color:#22c55e}.ai-today-cap[data-v-4b256acf]{display:block;font-size:10px;color:#666;margin-top:2px}.ai-today-sub[data-v-4b256acf]{font-size:9px;color:#999}.ai-today-sep[data-v-4b256acf]{width:1px;height:30px;background:#ddd}.crop-buttons[data-v-4b256acf]{display:flex;flex-wrap:wrap;gap:4px}.crop-btn[data-v-4b256acf]{width:36px;height:28px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:11px;cursor:pointer;transition:all .2s}.crop-btn[data-v-4b256acf]:hover{border-color:#667eea}.crop-btn.active[data-v-4b256acf]{background:#667eea;border-color:#667eea;color:#fff}.mode-buttons[data-v-4b256acf]{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mode-btn[data-v-4b256acf]{display:flex;flex-direction:column;align-items:center;padding:8px;border:2px solid #eee;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s}.mode-btn[data-v-4b256acf]:hover{border-color:#667eea}.mode-btn.active[data-v-4b256acf]{border-color:#667eea;background:#f0f0ff}.mode-icon[data-v-4b256acf]{font-size:18px;margin-bottom:2px}.mode-text[data-v-4b256acf]{font-size:12px;font-weight:600;color:#333}.mode-desc[data-v-4b256acf]{font-size:10px;color:#999;margin-top:1px}.amount-input-group[data-v-4b256acf]{display:flex;align-items:center;gap:6px}.amount-input[data-v-4b256acf]{flex:1;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px;outline:none;transition:border-color .2s}.amount-input[data-v-4b256acf]:focus{border-color:#667eea}.amount-suffix[data-v-4b256acf]{font-size:11px;color:#666}.amount-format-preview[data-v-4b256acf]{font-size:11px;color:#667eea;font-weight:500;white-space:nowrap}.quick-amounts[data-v-4b256acf]{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.quick-btn[data-v-4b256acf]{padding:3px 6px;border:1px solid #ddd;border-radius:3px;background:#fff;font-size:10px;cursor:pointer;transition:all .2s}.quick-btn[data-v-4b256acf]:hover{border-color:#667eea}.quick-btn.active[data-v-4b256acf]{background:#667eea;border-color:#667eea;color:#fff}.progressive-params[data-v-4b256acf]{background:#f9f9f9;border-radius:4px;padding:8px;margin-top:6px}.multiplier-input-group[data-v-4b256acf]{display:flex;align-items:center;gap:6px}.multiplier-row[data-v-4b256acf]{display:flex;align-items:center;gap:8px}.multiplier-row .quick-amounts[data-v-4b256acf]{margin-top:0}.form-hint[data-v-4b256acf]{font-size:10px;color:#999;margin-top:2px}.bet-preview[data-v-4b256acf]{background:#fff;border:1px solid #eee;border-radius:4px;padding:8px;margin-top:8px}.preview-title[data-v-4b256acf]{font-size:11px;font-weight:500;color:#666;margin-bottom:4px}.preview-items[data-v-4b256acf]{display:flex;flex-wrap:wrap;gap:4px}.preview-item[data-v-4b256acf]{font-size:10px;padding:2px 6px;background:#f0f0f0;border-radius:3px;color:#333}.preview-item.over[data-v-4b256acf]{background:#fee2e2;color:#ef4444}.auto-bet-actions[data-v-4b256acf]{display:flex;gap:6px;margin-bottom:10px}.auto-bet-start-btn[data-v-4b256acf]{flex:1;padding:8px;background:#22c55e;border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.auto-bet-start-btn[data-v-4b256acf]:hover{background:#16a34a}.auto-bet-stop-btn[data-v-4b256acf]{flex:1;padding:8px;background:#ef4444;border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.auto-bet-stop-btn[data-v-4b256acf]:hover{background:#dc2626}.auto-bet-save-btn[data-v-4b256acf]{padding:8px 16px;background:#667eea;border:none;border-radius:4px;color:#fff;font-size:12px;cursor:pointer;transition:background .2s}.auto-bet-save-btn[data-v-4b256acf]:hover:not(:disabled){background:#5a6fd6}.auto-bet-save-btn[data-v-4b256acf]:disabled{background:#ccc;cursor:not-allowed}.auto-bet-logs[data-v-4b256acf]{border-top:1px solid #eee;padding-top:14px}.logs-header[data-v-4b256acf]{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.logs-title[data-v-4b256acf]{font-size:14px;font-weight:500;color:#333}.logs-refresh[data-v-4b256acf]{padding:4px 10px;background:#f0f0f0;border:none;border-radius:6px;font-size:12px;cursor:pointer;color:#666;transition:all .2s}.logs-refresh[data-v-4b256acf]:hover:not(:disabled){background:#e0e0e0}.logs-list[data-v-4b256acf]{max-height:200px;overflow-y:auto}.log-item[data-v-4b256acf]{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:6px;margin-bottom:4px;font-size:13px;background:#f9f9f9}.log-item.win[data-v-4b256acf]{background:#f0fdf4}.log-item.lose[data-v-4b256acf]{background:#fef2f2}.log-icon[data-v-4b256acf]{font-size:16px;flex-shrink:0}.log-type[data-v-4b256acf]{color:#333;font-weight:500;min-width:60px}.log-amount[data-v-4b256acf]{color:#666;flex:1}.log-win[data-v-4b256acf]{color:#22c55e;font-weight:600}.log-lose[data-v-4b256acf]{color:#ef4444}.log-time[data-v-4b256acf]{font-size:11px;color:#999;white-space:nowrap}:root[data-theme=dark] .auto-bet-modal[data-v-4b256acf]{background:#2d2d2d}:root[data-theme=dark] .auto-bet-header[data-v-4b256acf]{border-bottom-color:#414244}:root[data-theme=dark] .auto-bet-header h3[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .auto-bet-close[data-v-4b256acf]{background:#3a3b3d;color:#909399}:root[data-theme=dark] .auto-bet-close[data-v-4b256acf]:hover{background:#414244;color:#e0e0e0}:root[data-theme=dark] .auto-bet-tip[data-v-4b256acf]{background:#3d3d2d;border-color:#5d5d3d;color:gold}:root[data-theme=dark] .auto-bet-tip .tip-content[data-v-4b256acf]{color:gold}:root[data-theme=dark] .auto-bet-status[data-v-4b256acf]{background:#1a2a3a;border-color:#2a4a6a;color:#64b5f6}:root[data-theme=dark] .stat-item[data-v-4b256acf]{background:#3a3b3d}:root[data-theme=dark] .stat-label[data-v-4b256acf]{color:#909399}:root[data-theme=dark] .stat-value[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .form-group label[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .type-btn[data-v-4b256acf],:root[data-theme=dark] .crop-btn[data-v-4b256acf],:root[data-theme=dark] .quick-btn[data-v-4b256acf]{background:#3a3b3d;border-color:#4a4b4d;color:#e0e0e0}:root[data-theme=dark] .type-btn.active[data-v-4b256acf],:root[data-theme=dark] .crop-btn.active[data-v-4b256acf],:root[data-theme=dark] .quick-btn.active[data-v-4b256acf]{background:#667eea;border-color:#667eea;color:#fff}:root[data-theme=dark] .mode-btn[data-v-4b256acf]{background:#3a3b3d;border-color:#4a4b4d}:root[data-theme=dark] .mode-btn.active[data-v-4b256acf]{border-color:#667eea;background:#2a2a4a}:root[data-theme=dark] .mode-text[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .amount-input[data-v-4b256acf]{background:#3a3b3d;border-color:#4a4b4d;color:#e0e0e0}:root[data-theme=dark] .amount-suffix[data-v-4b256acf]{color:#909399}:root[data-theme=dark] .progressive-params[data-v-4b256acf]{background:#3a3b3d}:root[data-theme=dark] .bet-preview[data-v-4b256acf]{background:#3a3b3d;border-color:#4a4b4d}:root[data-theme=dark] .preview-item[data-v-4b256acf]{background:#4a4b4d;color:#e0e0e0}:root[data-theme=dark] .preview-item.over[data-v-4b256acf]{background:#4a2020;color:#ef4444}:root[data-theme=dark] .auto-bet-save-btn[data-v-4b256acf]{background:#5a6fd6}:root[data-theme=dark] .auto-bet-logs[data-v-4b256acf]{border-top-color:#414244}:root[data-theme=dark] .logs-title[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .logs-refresh[data-v-4b256acf]{background:#3a3b3d;color:#909399}:root[data-theme=dark] .log-item[data-v-4b256acf]{background:#3a3b3d}:root[data-theme=dark] .log-item.win[data-v-4b256acf]{background:#1a3a2a}:root[data-theme=dark] .log-item.lose[data-v-4b256acf]{background:#3a1a1a}:root[data-theme=dark] .log-type[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .log-amount[data-v-4b256acf]{color:#909399}:root[data-theme=dark] .log-time[data-v-4b256acf]{color:#666}:root[data-theme=dark] .streak-select[data-v-4b256acf]{background:#3a3b3d;border-color:#e65100;color:#e0e0e0}:root[data-theme=dark] .vip-feature-hint[data-v-4b256acf]{background:linear-gradient(135deg,#3d3d2d,#4d4d3d);border-color:gold}:root[data-theme=dark] .vip-hint-title[data-v-4b256acf]{color:gold}:root[data-theme=dark] .vip-hint-desc[data-v-4b256acf]{color:#ccc}:root[data-theme=dark] .ai-today-box[data-v-4b256acf]{background:#1a2a3a;border-color:#2a4a6a}:root[data-theme=dark] .ai-today-head[data-v-4b256acf]{color:#64b5f6}:root[data-theme=dark] .ai-today-num[data-v-4b256acf]{color:#e0e0e0}:root[data-theme=dark] .ai-today-cap[data-v-4b256acf]{color:#909399}
