.slide-verify-enhanced{width:100%;margin:20px 0}.captcha-background{position:relative;width:100%;height:200px;margin-bottom:12px;border-radius:8px;overflow:visible;box-shadow:0 2px 8px #00000014}.captcha-background img{width:100%;height:100%;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;object-fit:contain;background:#f5f7fa}.slider-piece{position:absolute;width:60px;height:60px;transition:left .1s ease-out;pointer-events:none;z-index:2;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));object-fit:contain}.captcha-background:before{content:attr(data-hint);position:absolute;top:8px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;z-index:3;white-space:nowrap;max-width:95%;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.refresh-button{position:absolute;top:8px;right:8px;width:32px;height:32px;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666;transition:all .3s;box-shadow:0 2px 4px #0000001a}.refresh-button:hover:not(:disabled){background:#fff;color:#1890ff;transform:scale(1.1)}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.slide-track{position:relative;width:100%;height:54px;background:linear-gradient(135deg,#f5f7fa,#f0f2f5);border-radius:12px;overflow:hidden;-webkit-user-select:none;user-select:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #e8eaed;box-shadow:0 2px 8px #0000000a}.slide-track.loading{opacity:.6;pointer-events:none}.slide-track:hover{border-color:#d9dce0}.slide-track.dragging{border-color:#40a9ff;box-shadow:0 4px 12px #40a9ff26}.slide-track.success{background:linear-gradient(135deg,#f0f9ff,#e6f7ff);border-color:#52c41a;box-shadow:0 4px 16px #52c41a33}.slide-track.failed{background:linear-gradient(135deg,#fff1f0,#ffebe8);border-color:#ff4d4f;animation:shake .5s cubic-bezier(.36,.07,.19,.97)}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.slide-track-bg{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#91d5ff,#69c0ff,#40a9ff);transition:width .1s ease-out;opacity:.3;border-radius:12px}.slide-track.dragging .slide-track-bg{opacity:.5}.slide-track.success .slide-track-bg{background:linear-gradient(90deg,#b7eb8f,#95de64,#52c41a);opacity:.4}.slide-track.failed .slide-track-bg{background:linear-gradient(90deg,#ffccc7,#ffa39e,#ff7875);opacity:.4}.slide-text{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none;font-size:14px;font-weight:500;letter-spacing:.3px;padding:0 60px;text-align:center;line-height:1.3}.slide-text span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slide-text-default{color:#8c8c8c;transition:color .3s}.slide-track:hover .slide-text-default{color:#595959}.slide-text-success{color:#52c41a;display:flex;align-items:center;gap:8px;animation:successPulse .6s ease-out}@keyframes successPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.slide-text-failed{color:#ff4d4f;display:flex;align-items:center;gap:8px;animation:failedShake .5s ease-out}@keyframes failedShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.slide-button{position:absolute;left:0;top:0;width:54px;height:54px;background:linear-gradient(135deg,#fff,#fafafa);border-radius:12px;box-shadow:0 2px 8px #00000014,0 0 0 1px #00000005;display:flex;align-items:center;justify-content:center;cursor:grab;z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;overflow:hidden}.slide-button:hover{box-shadow:0 4px 12px #0000001f,0 0 0 1px #00000008;transform:scale(1.05)}.slide-button.dragging{cursor:grabbing;box-shadow:0 6px 16px #00000026,0 0 0 1px #0000000a;transform:scale(1.08);background:linear-gradient(135deg,#fff,#f0f0f0)}.slide-button.success{background:linear-gradient(135deg,#52c41a,#73d13d);border:none;box-shadow:0 4px 16px #52c41a40,0 0 0 1px #52c41a1a;animation:successBounce .6s ease-out}@keyframes successBounce{0%{transform:scale(.8)}50%{transform:scale(1.15)}to{transform:scale(1)}}.slide-button.failed{background:linear-gradient(135deg,#ff4d4f,#ff7875);border:none;box-shadow:0 4px 16px #ff4d4f40,0 0 0 1px #ff4d4f1a;animation:failedPulse .5s ease-out}@keyframes failedPulse{0%,to{transform:scale(1)}50%{transform:scale(.95)}}.slide-icon{font-size:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.default-icon{color:#40a9ff}.slide-button:hover .default-icon{color:#1890ff;transform:translate(2px)}.slide-button.dragging .default-icon{color:#096dd9;animation:arrowMove .8s ease-in-out infinite}@keyframes arrowMove{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.success-icon{color:#fff;animation:iconRotate .6s ease-out}@keyframes iconRotate{0%{transform:rotate(-180deg) scale(0)}to{transform:rotate(0) scale(1)}}.failed-icon{color:#fff;animation:iconShake .5s ease-out}@keyframes iconShake{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}[data-theme=dark] .slide-track{background:linear-gradient(135deg,#1f1f1f,#2a2a2a);border-color:#434343}[data-theme=dark] .slide-track:hover{border-color:#595959}[data-theme=dark] .slide-button{background:linear-gradient(135deg,#4a4a4a,#3a3a3a);box-shadow:0 2px 8px #0006,0 0 0 2px #ffffff26,inset 0 1px #ffffff1a}[data-theme=dark] .slide-button:hover{background:linear-gradient(135deg,#5a5a5a,#4a4a4a);box-shadow:0 4px 12px #00000080,0 0 0 2px #fff3,inset 0 1px #ffffff26}[data-theme=dark] .slide-text-default{color:#8c8c8c}[data-theme=dark] .captcha-background{box-shadow:0 2px 8px #0000004d}[data-theme=dark] .refresh-button{background:#0009;color:#fff}[data-theme=dark] .refresh-button:hover:not(:disabled){background:#000c;color:#40a9ff}@media (max-width: 768px){.slide-track{height:48px}.slide-button{width:48px;height:48px}.slide-icon{font-size:20px}.slide-text{font-size:14px}.refresh-button{width:28px;height:28px;font-size:14px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.login-card{width:400px;box-shadow:0 8px 24px #0000001f;z-index:1}.login-header{text-align:center;margin-bottom:32px}.login-header h2{margin-bottom:8px}.redirect-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.redirect-content{text-align:center;animation:contentZoomIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes contentZoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-icon-wrapper{margin-bottom:24px;animation:iconPulse 1.5s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.success-icon{font-size:80px;color:#52c41a;filter:drop-shadow(0 0 20px rgba(82,196,26,.5));animation:iconRotate .6s ease-out}@keyframes iconRotate{0%{transform:rotate(-180deg) scale(0);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}.redirect-text{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:1px}.redirect-subtext{font-size:16px;color:#ffffffb3;margin-bottom:32px}.redirect-progress{width:200px;height:4px;background:#fff3;border-radius:2px;overflow:hidden;margin:0 auto}.progress-bar{height:100%;background:linear-gradient(90deg,#52c41a,#73d13d);border-radius:2px;animation:progressMove 1.5s ease-in-out;box-shadow:0 0 10px #52c41a80}@keyframes progressMove{0%{width:0%}to{width:100%}}@media (max-width: 576px){.login-card{width:90%;margin:0 20px}.success-icon{font-size:64px}.redirect-text{font-size:24px}.redirect-subtext{font-size:14px}.redirect-progress{width:160px}}.admin-layout{min-height:100vh}.ant-layout-sider{height:100vh;position:fixed!important;left:0;top:0;bottom:0;display:flex!important;flex-direction:column!important;overflow:hidden;z-index:100;background:linear-gradient(180deg,#001529,#000c17)!important;box-shadow:2px 0 8px #00000026}.logo{height:64px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;color:#fff;font-size:16px;font-weight:600;letter-spacing:.3px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05;position:relative;white-space:nowrap}.logo:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,#fe2c55,transparent);opacity:0;transition:opacity .3s}.logo:hover:after{opacity:.6}.logo img{width:32px;height:32px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(254,44,85,.3));transition:transform .3s cubic-bezier(.4,0,.2,1)}.logo:hover img{transform:scale(1.05) rotate(5deg)}.ant-layout-sider-collapsed .logo{padding:0;justify-content:center}.ant-layout-sider-collapsed .logo span{display:none}.admin-header{background:#fff;padding:0 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0015290f;border-bottom:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:99}.admin-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(254,44,85,.1),transparent)}.header-left{font-size:22px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#000000a6;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.header-left:hover{color:#fe2c55;background:#fe2c550d;transform:scale(1.1)}.header-left:active{transform:scale(.95)}.header-right{display:flex;align-items:center;gap:24px}.user-info{cursor:pointer;padding:10px 16px;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.user-info:hover{background:linear-gradient(135deg,#fe2c550d,#fe2c5505);border-color:#fe2c5533;transform:translateY(-1px);box-shadow:0 4px 12px #fe2c551a}.user-info .ant-avatar{background:linear-gradient(135deg,#fe2c55,#ff6b9d);box-shadow:0 2px 8px #fe2c554d;transition:transform .3s cubic-bezier(.4,0,.2,1)}.user-info:hover .ant-avatar{transform:scale(1.1)}.admin-layout .ant-layout{margin-left:200px;transition:margin-left .3s}.admin-layout .ant-layout-sider-collapsed~.ant-layout{margin-left:80px}.admin-content{margin:24px;padding:32px;background:#fff;border-radius:12px;min-height:calc(100vh - 112px);box-shadow:0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.admin-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#fe2c55,#ff6b9d,#fe2c55);background-size:200% 100%;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ant-menu-item .ant-badge{display:inline-block}.ant-menu-item .ant-badge .ant-badge-count{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#fe2c55,#ff6b9d)!important;box-shadow:0 2px 8px #fe2c5566;font-weight:600;font-size:11px}@keyframes pulse{0%,to{transform:scale(1);opacity:1;box-shadow:0 2px 8px #fe2c5566}50%{transform:scale(1.15);opacity:.95;box-shadow:0 4px 12px #fe2c5599}}@keyframes badge-glow{0%,to{box-shadow:0 0 5px #fe2c5580}50%{box-shadow:0 0 15px #fe2c55cc}}.ant-menu-item .ant-badge .ant-badge-count{animation:pulse 2s ease-in-out infinite,badge-glow 2s ease-in-out infinite}.ant-menu-submenu{margin:4px 8px;border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-menu-submenu-title{font-weight:500!important;font-size:14px!important;height:44px!important;line-height:44px!important;margin:0!important;border-radius:8px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.ant-menu-submenu-title:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#fe2c55;transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.ant-menu-submenu-title:hover{background:#ffffff1a!important;transform:translate(2px)}.ant-menu-submenu-title:hover:before{transform:scaleY(1)}.ant-menu-submenu-open>.ant-menu-submenu-title{background:#fe2c551a!important;color:#fe2c55!important}.ant-menu-submenu-open>.ant-menu-submenu-title:before{transform:scaleY(1)}.ant-menu-submenu-open>.ant-menu-submenu-title .anticon{color:#fe2c55!important}.ant-menu-submenu-title .ant-menu-submenu-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow{transform:rotate(180deg)}.ant-menu-submenu .ant-menu-item{padding-left:48px!important;margin:2px 0!important;height:40px!important;line-height:40px!important;border-radius:0!important;font-size:13px!important;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-menu-submenu .ant-menu-item:before{content:"";position:absolute;left:32px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#ffffff4d;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-menu-submenu .ant-menu-item:hover:before{background:#fe2c55;transform:translateY(-50%) scale(1.5)}.ant-menu-submenu .ant-menu-item:hover{background:#ffffff14!important;padding-left:52px!important}.ant-menu-submenu .ant-menu-item-selected{background:#fe2c5526!important;color:#fe2c55!important;font-weight:500}.ant-menu-submenu .ant-menu-item-selected:before{background:#fe2c55;transform:translateY(-50%) scale(1.5)}.ant-menu-submenu .ant-menu-item-selected:after{border-right-color:#fe2c55!important}.ant-layout-sider-collapsed .ant-menu-submenu{margin:4px 12px}.ant-layout-sider-collapsed .ant-menu-submenu-title{padding:0!important;margin:0!important;display:flex!important;justify-content:center!important;align-items:center!important;height:48px!important;border-radius:8px!important}.ant-layout-sider-collapsed .ant-menu-submenu-title .ant-menu-submenu-arrow{display:none!important}.ant-layout-sider-collapsed .ant-menu-item{padding:0!important;margin:4px 12px!important;display:flex!important;justify-content:center!important;align-items:center!important;height:48px!important;border-radius:8px!important}.ant-layout-sider-collapsed .ant-menu-item-icon{margin-right:0!important;font-size:20px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-layout-sider-collapsed .ant-menu-item:hover .ant-menu-item-icon,.ant-layout-sider-collapsed .ant-menu-submenu-title:hover .anticon{transform:scale(1.15);color:#fe2c55!important}.ant-layout-sider-collapsed .ant-menu-item .ant-badge .ant-badge-count{position:absolute;top:-4px;right:-4px;transform:scale(.8)}.ant-layout-sider-collapsed .ant-menu-item:hover,.ant-layout-sider-collapsed .ant-menu-submenu-title:hover{background:#ffffff1f!important;transform:scale(1.05)}.ant-layout-sider-collapsed .ant-menu-item-selected{background:linear-gradient(135deg,#fe2c5533,#fe2c551a)!important;box-shadow:0 2px 8px #fe2c554d}.ant-layout-sider-collapsed .ant-menu-item-selected .ant-menu-item-icon{color:#fe2c55!important;transform:scale(1.1)}.ant-layout-sider-collapsed .ant-menu-item-selected:after{display:none!important}.ant-layout-sider-collapsed .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:28px;background:linear-gradient(180deg,#fe2c55,#ff6b9d);border-radius:0 4px 4px 0;box-shadow:0 0 8px #fe2c5580}.ant-menu-item,.ant-menu-item-icon,.ant-menu-submenu-title{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-layout-sider-collapsed .ant-menu-item .ant-menu-title-content,.ant-layout-sider-collapsed .ant-menu-submenu-title .ant-menu-title-content{display:none!important}.ant-layout-sider-collapsed .ant-menu-submenu{margin-bottom:4px}.ant-layout-sider-collapsed .ant-menu{padding:8px 0!important}.ant-layout-sider-collapsed .ant-menu-item .ant-badge-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ant-layout-sider-collapsed .ant-menu-item .ant-badge .anticon{font-size:18px}.ant-layout-sider-collapsed .ant-menu-submenu-selected>.ant-menu-submenu-title{background:linear-gradient(135deg,#fe2c5533,#fe2c551a)!important;box-shadow:0 2px 8px #fe2c554d}.ant-layout-sider-collapsed .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#fe2c55!important;transform:scale(1.1)}.ant-layout-sider-collapsed .ant-menu-submenu-selected>.ant-menu-submenu-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:28px;background:linear-gradient(180deg,#fe2c55,#ff6b9d);border-radius:0 4px 4px 0;box-shadow:0 0 8px #fe2c5580}.ant-layout-sider .ant-menu{flex:1;overflow-y:auto!important;overflow-x:hidden!important;height:calc(100vh - 64px)!important;max-height:calc(100vh - 64px)!important;padding:12px 0;min-height:0;overflow-anchor:none;box-sizing:border-box;background:transparent!important}.ant-menu-item{margin:4px 8px!important;border-radius:8px!important;height:44px!important;line-height:44px!important;font-size:14px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.ant-menu-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#fe2c55;transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.ant-menu-item:hover{background:#ffffff1a!important;transform:translate(2px)}.ant-menu-item:hover:before{transform:scaleY(1)}.ant-menu-item-selected{background:linear-gradient(90deg,#fe2c5526,#fe2c550d)!important;color:#fe2c55!important;font-weight:500}.ant-menu-item-selected:before{transform:scaleY(1)}.ant-menu-item-selected .anticon{color:#fe2c55!important}.ant-menu-item .anticon,.ant-menu-submenu-title .anticon{font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-layout-sider .ant-menu .ant-menu-root{height:auto!important;min-height:100%;overflow:visible}.ant-menu-submenu,.ant-menu-submenu-inner{overflow:visible!important}.ant-menu-submenu .ant-menu{position:relative!important;overflow:visible!important;max-height:none!important;height:auto!important}.ant-menu-submenu .ant-menu{background:transparent!important;max-height:none!important;height:auto!important;overflow:visible!important}.ant-menu-submenu-inner{overflow:visible!important}.ant-menu-submenu-popup{max-height:none!important}.ant-layout-sider .ant-menu::-webkit-scrollbar{width:8px}.ant-layout-sider .ant-menu::-webkit-scrollbar-track{background:#ffffff08;border-radius:4px;margin:8px 0}.ant-layout-sider .ant-menu::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fe2c554d,#fe2c5533);border-radius:4px;transition:all .3s;border:2px solid transparent;background-clip:padding-box}.ant-layout-sider .ant-menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#fe2c5580,#fe2c554d);border-radius:4px;border:2px solid transparent;background-clip:padding-box}.ant-layout-sider .ant-menu{scrollbar-width:thin;scrollbar-color:rgba(254,44,85,.3) rgba(255,255,255,.03)}.ant-layout-sider-collapsed .ant-menu{max-height:calc(100vh - 64px)!important;height:calc(100vh - 64px)!important}.ant-menu-submenu-popup{background:transparent!important;z-index:1050!important;position:fixed!important}.ant-menu-submenu-popup.ant-menu-submenu-placement-rightTop,.ant-menu-submenu-popup.ant-menu-submenu-placement-right{padding-left:8px!important}.ant-menu-submenu-popup .ant-menu{background:linear-gradient(135deg,#1a1a2e,#16213e)!important;border-radius:12px!important;box-shadow:0 12px 32px #00000080,0 0 2px #fe2c5566,inset 0 1px #ffffff1a!important;padding:8px!important;border:1px solid rgba(254,44,85,.3)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:visible!important;min-width:200px;position:relative}.ant-menu-submenu-popup .ant-menu:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#fe2c55,transparent);border-radius:12px 12px 0 0}.ant-menu-submenu-popup .ant-menu-item{margin:4px 0!important;border-radius:8px!important;height:40px!important;line-height:40px!important;padding:0 16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;color:#ffffffd9!important;position:relative;overflow:visible!important}.ant-menu-submenu-popup .ant-menu-item:before{display:none!important}.ant-menu-submenu-popup .ant-menu-item:hover{background:#fe2c5526!important;transform:translate(4px);color:#fff!important}.ant-menu-submenu-popup .ant-menu-item-selected{background:linear-gradient(90deg,#fe2c5540,#fe2c5526)!important;color:#fe2c55!important;font-weight:500}.ant-menu-submenu-popup .ant-menu-item-selected:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(180deg,#fe2c55,#ff6b9d);border-radius:0 2px 2px 0;box-shadow:0 0 8px #fe2c5580}.ant-menu-submenu-popup .ant-menu-item .anticon{font-size:16px;margin-right:12px;transition:all .3s cubic-bezier(.4,0,.2,1);color:#ffffffa6}.ant-menu-submenu-popup .ant-menu-item:hover .anticon{color:#fe2c55;transform:scale(1.1)}.ant-menu-submenu-popup .ant-menu-item-selected .anticon{color:#fe2c55!important}.ant-menu-submenu-popup .ant-menu-item-group-title{color:#ffffffa6;font-size:12px;padding:8px 16px 4px;font-weight:600;letter-spacing:.5px}.ant-menu-submenu-popup{animation:popup-slide-in .25s cubic-bezier(.4,0,.2,1)!important}@keyframes popup-slide-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.ant-menu-submenu-popup .ant-menu-item .ant-badge{display:inline-flex;align-items:center}.ant-menu-submenu-popup .ant-menu-item .ant-badge .ant-badge-count{background:linear-gradient(135deg,#fe2c55,#ff6b9d)!important;box-shadow:0 2px 8px #fe2c5566;font-weight:600;font-size:11px}.ant-menu-submenu-popup.ant-menu-submenu{z-index:1050!important}.ant-menu-submenu-popup>.ant-menu{position:relative!important;z-index:1051!important}body .ant-menu-submenu-popup,body .ant-menu-submenu-popup .ant-menu-sub{z-index:9999!important}.ant-menu-submenu+.ant-menu-submenu{margin-top:8px}.ant-menu-submenu:not(:last-child):after{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:8px 16px 0}.ant-layout-sider-collapsed .ant-menu-submenu:not(:last-child):after{margin:8px 12px 0}@keyframes menu-item-enter{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ant-menu-item,.ant-menu-submenu{animation:menu-item-enter .3s ease-out}.ant-menu-item:focus-visible,.ant-menu-submenu-title:focus-visible{outline:2px solid #fe2c55;outline-offset:2px;border-radius:8px}.ant-layout-sider-collapsed .ant-menu-item .ant-badge{display:flex;align-items:center;justify-content:center}.ant-layout-sider-collapsed .ant-menu-item .ant-badge .ant-badge-count{position:absolute;top:8px;right:8px;transform:scale(.85);min-width:18px;height:18px;line-height:18px;padding:0 5px}.ant-layout-sider-collapsed .ant-menu-item .ant-badge .anticon{font-size:20px}.ant-menu-item:hover .anticon,.ant-menu-submenu-title:hover .anticon{transform:scale(1.1);color:#fe2c55}.ant-menu-submenu .ant-menu{animation:submenu-expand .3s cubic-bezier(.4,0,.2,1)}@keyframes submenu-expand{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}@media (max-width: 768px){.admin-layout .ant-layout{margin-left:0!important}.ant-layout-sider{transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.ant-layout-sider.mobile-visible{transform:translate(0)}}.ant-layout-sider .ant-menu-dark{background:transparent!important}.ant-layout-sider .ant-menu-dark .ant-menu-sub{background:#0003!important}.ant-menu-item,.ant-menu-submenu-title,.logo,.header-left,.user-info{will-change:transform;transform:translateZ(0);backface-visibility:hidden}.ant-menu-item-active{animation:item-active .6s ease-in-out}@keyframes item-active{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.admin-dashboard{animation:fadeIn .5s ease-in}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.dashboard-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.dashboard-header .ant-typography{margin-bottom:8px}.stats-row{margin-bottom:24px}.dashboard-page .stat-card{border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 2px 8px #00000014;position:relative}.dashboard-page .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1890ff,#36cfc9);opacity:0;transition:opacity .3s}.dashboard-page .stat-card:hover:before{opacity:1}.dashboard-page .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.dashboard-page .stat-card-primary:before{background:linear-gradient(90deg,#1890ff,#36cfc9)}.dashboard-page .stat-card-success:before{background:linear-gradient(90deg,#52c41a,#73d13d)}.dashboard-page .stat-card-warning:before{background:linear-gradient(90deg,#faad14,#ffc53d)}.dashboard-page .stat-card-danger:before{background:linear-gradient(90deg,#fe2c55,#ff6b9d)}.dashboard-page .stat-card .ant-card-body{padding:24px}.dashboard-page .stat-card .ant-statistic-title{font-size:14px;font-weight:500;color:#000000a6;margin-bottom:12px}.dashboard-page .stat-card .ant-statistic-content{display:flex;align-items:center;justify-content:space-between}.stat-footer{margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0}.stat-footer .ant-space{width:100%;justify-content:space-between}.secondary-stats-row{margin-bottom:24px}.mini-stat-card{border-radius:8px;transition:all .3s;border:1px solid #f0f0f0}.mini-stat-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26}.mini-stat-card .ant-card-body{padding:16px}.mini-stat-card .ant-statistic-title{font-size:12px;margin-bottom:8px}.health-card{border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #00000014}.health-card .ant-card-head{border-bottom:2px solid #f0f0f0}.health-details{margin-top:24px;padding:16px;background:#fafafa;border-radius:8px}.health-details .ant-col{text-align:center}.data-table-card{border-radius:12px;box-shadow:0 2px 8px #00000014;height:100%}.data-table-card .ant-card-head{border-bottom:2px solid #f0f0f0;background:linear-gradient(135deg,#fafafa,#fff)}.data-table-card .ant-card-body{padding:16px}.data-table-card .ant-table{font-size:13px}.data-table-card .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#000000d9;border-bottom:2px solid #f0f0f0}.data-table-card .ant-table-tbody>tr:hover>td{background:#f5f5f5}.data-table-card .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.data-table-card .ant-progress{margin:0}.data-table-card .ant-progress-line{margin-bottom:0}.data-table-card .ant-tag{border-radius:4px;font-size:12px;padding:2px 8px;border:none}.dashboard-page .stat-card .ant-badge{font-size:12px}.dashboard-page .stat-card .ant-badge-count{box-shadow:0 2px 8px #00000026;font-weight:600}.data-table-card .ant-empty{padding:40px 0}@media (max-width: 768px){.dashboard-page .stat-card .ant-statistic-content-value{font-size:24px!important}.dashboard-page .stat-card .ant-card-body{padding:16px}.mini-stat-card .ant-card-body{padding:12px}.dashboard-header,.stats-row,.secondary-stats-row{margin-bottom:16px}}@media (max-width: 576px){.dashboard-page .stat-card .ant-statistic-content-value{font-size:20px!important}.stat-footer{margin-top:12px;padding-top:8px}.health-details{padding:12px}.health-details .ant-col{margin-bottom:12px}}.dashboard-page .stat-card{animation:slideUp .5s ease-out}.stats-row>.ant-col:nth-child(1) .dashboard-page .stat-card{animation-delay:.1s}.stats-row>.ant-col:nth-child(2) .dashboard-page .stat-card{animation-delay:.2s}.stats-row>.ant-col:nth-child(3) .dashboard-page .stat-card{animation-delay:.3s}.stats-row>.ant-col:nth-child(4) .dashboard-page .stat-card{animation-delay:.4s}.dashboard-page .stat-card .ant-statistic-content-value{transition:all .3s ease}.dashboard-page .stat-card .anticon{transition:transform .3s ease}.dashboard-page .stat-card:hover .anticon{transform:scale(1.1)}.dashboard-skeleton{padding:24px}.dashboard-skeleton .ant-skeleton{margin-bottom:24px}.realtime-indicator{position:fixed;top:80px;right:24px;z-index:1000;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-page .stat-card .ant-statistic-content-value-int{font-weight:700;letter-spacing:-.5px}.stat-footer .anticon{font-size:16px}.dashboard-page .stat-card{box-shadow:0 1px 2px #0000000f,0 2px 4px #0000000a}.dashboard-page .stat-card:hover{box-shadow:0 4px 8px #00000014,0 8px 16px #0000000f}.data-table-card .ant-table-tbody>tr{transition:all .2s ease}.data-table-card .ant-table-tbody>tr:hover{transform:translate(2px)}.ant-progress-line .ant-progress-bg{transition:all .4s cubic-bezier(.4,0,.2,1)}.dashboard-page .stat-card .ant-badge-count{animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.dashboard-page .stat-card .ant-statistic{display:flex;flex-direction:column}.health-card .ant-progress{margin-bottom:0}.health-card .ant-progress-line{font-size:16px}.ant-empty-description{color:#00000073;font-size:14px}.data-table-card .ant-typography,.ant-row{margin-bottom:0}.dashboard-page .stat-card .ant-space-item{display:flex;align-items:center}.dashboard-page .stat-card-primary{background:linear-gradient(135deg,#fff,#f0f9ff)}.dashboard-page .stat-card-success{background:linear-gradient(135deg,#fff,#f6ffed)}.dashboard-page .stat-card-warning{background:linear-gradient(135deg,#fff,#fffbe6)}.dashboard-page .stat-card-danger{background:linear-gradient(135deg,#fff,#fff1f0)}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading-shimmer{animation:shimmer 2s infinite linear;background:linear-gradient(to right,#f0f0f0 8%,#e0e0e0 18%,#f0f0f0 33%);background-size:1000px 100%}.ant-card-bordered{border-color:#f0f0f0}.ant-table-small .ant-table-thead>tr>th{padding:8px}.ant-table-small .ant-table-tbody>tr>td{padding:8px}.ant-tag{border-radius:4px}.ant-progress-small .ant-progress-outer{padding-right:0;margin-right:0}.ant-tooltip-inner{border-radius:4px}.health-card .ant-card-head-title .anticon{color:#52c41a}.data-table-card .ant-card-head-title .anticon{color:#1890ff}@media (max-width: 768px){.data-table-card .ant-table{font-size:12px}.data-table-card .ant-table-thead>tr>th,.data-table-card .ant-table-tbody>tr>td{padding:8px 4px}}@media (prefers-color-scheme: dark){.dashboard-page .stat-card{background:#1f1f1f;border-color:#303030}.dashboard-page .stat-card .ant-statistic-title{color:#ffffffa6}.stat-footer{border-top-color:#303030}}.analytics-page{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.analytics-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.analytics-header .ant-typography{margin-bottom:0}.trend-card{border-radius:12px;box-shadow:0 2px 8px #00000014;height:400px}.trend-card .ant-card-head{border-bottom:2px solid #f0f0f0}.trend-chart{height:320px;display:flex;align-items:center;justify-content:center}.distribution-card{border-radius:12px;box-shadow:0 2px 8px #00000014}.distribution-card .ant-card-head{border-bottom:2px solid #f0f0f0}.distribution-list{padding:8px 0}.distribution-item{margin-bottom:16px}.distribution-item:last-child{margin-bottom:0}.distribution-bar{margin-top:8px}.top-users-card{border-radius:12px;box-shadow:0 2px 8px #00000014}.top-users-card .ant-card-head{border-bottom:2px solid #f0f0f0}.top-users-card .ant-table{font-size:13px}.top-users-card .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.metric-card{border-radius:8px;transition:all .3s;border:1px solid #f0f0f0}.metric-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26;transform:translateY(-2px)}.metric-card .ant-card-body{padding:20px}.metric-card .ant-statistic-title{font-size:13px;margin-bottom:8px;color:#000000a6}.metric-card .ant-statistic-content{display:flex;align-items:center;justify-content:space-between}.metric-card .ant-statistic-content-value{font-size:24px;font-weight:600}@media (max-width: 768px){.analytics-header{flex-direction:column;align-items:flex-start;gap:16px}.trend-card{height:300px}.trend-chart{height:220px}.metric-card .ant-statistic-content-value{font-size:20px}}@media (max-width: 576px){.analytics-header .ant-space{flex-direction:column;width:100%}.analytics-header .ant-picker,.analytics-header .ant-select{width:100%!important}}.trend-card,.distribution-card,.top-users-card,.metric-card{animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.distribution-bar .ant-progress-line{margin-bottom:0}.distribution-bar .ant-progress-text{font-size:12px}.top-users-card .ant-tag{font-weight:600;border-radius:4px}.ant-empty{padding:40px 0}.top-users-card .ant-table-tbody>tr:hover>td{background:#f5f5f5}.ant-card-head-title .ant-space{font-size:16px;font-weight:600}.ant-card-head-title .anticon{color:#1890ff;font-size:18px}.metric-card .ant-statistic-content-value-int{font-weight:700}.metric-card .anticon{font-size:14px}.trend-card,.distribution-card,.top-users-card{box-shadow:0 1px 2px #0000000f,0 2px 4px #0000000a}.trend-card:hover,.distribution-card:hover,.top-users-card:hover{box-shadow:0 4px 8px #00000014,0 8px 16px #0000000f}.profile-container{padding:24px}.profile-card{text-align:center}.profile-avatar{margin-bottom:24px}.profile-info h2{margin:16px 0 8px;font-size:24px;font-weight:600}.profile-info p{color:#666;margin-bottom:16px}.profile-role{margin-top:16px}.role-badge{display:inline-block;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:500}.role-badge.admin{background:#ff4d4f;color:#fff}.info-card{height:100%}.security-section{margin-top:24px}.security-section h3{margin-bottom:16px;font-size:16px;font-weight:600}.security-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f5f5f5;border-radius:8px}.security-info{display:flex;align-items:center;gap:16px}.security-icon{font-size:24px;color:#1890ff}.security-info h4{margin:0 0 4px;font-size:14px;font-weight:600}.security-info p{margin:0;font-size:12px;color:#666}.modal-title{display:flex;align-items:center;gap:8px}.invite-codes-container{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.page-title{font-size:24px;font-weight:600;margin:0;display:flex;align-items:center;gap:12px;color:#1890ff}.invite-codes-container .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s}.invite-codes-container .ant-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.invite-codes-container .ant-statistic-title{font-size:14px;color:#8c8c8c;margin-bottom:8px}.invite-codes-container .ant-statistic-content{font-size:28px;font-weight:600}.invite-codes-container .ant-table{font-size:14px}.invite-codes-container .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.invite-codes-container .ant-table-tbody>tr:hover>td{background:#f5f5f5}.invite-codes-container .ant-tag{border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}.invite-codes-container .ant-btn-link{padding:4px 8px}.invite-codes-container .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.invite-codes-container .ant-modal-body{padding:24px}.invite-codes-container .ant-form-item-label>label{font-weight:500}@media (max-width: 768px){.invite-codes-container{padding:16px}.page-header{flex-direction:column;gap:16px;align-items:flex-start}.page-title{font-size:20px}.invite-codes-container .ant-statistic-content{font-size:24px}}.invite-codes-container .ant-empty{padding:40px 0}.invite-codes-container .ant-empty-description{color:#8c8c8c}.invite-codes-container .ant-badge-count{box-shadow:none;font-weight:600}.invite-codes-container .ant-typography-copy{color:#1890ff;transition:all .3s}.invite-codes-container .ant-typography-copy:hover{color:#40a9ff}.invite-codes-container .ant-table-body::-webkit-scrollbar{height:8px}.invite-codes-container .ant-table-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}.invite-codes-container .ant-table-body::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.invite-codes-container .ant-spin{display:flex;align-items:center;justify-content:center}.invite-codes-container .ant-tooltip-inner{font-size:12px;padding:6px 8px}.invite-codes-container .ant-form-item{margin-bottom:20px}.invite-codes-container .ant-picker{width:100%}.invite-codes-container .ant-input,.invite-codes-container .ant-input-number,.invite-codes-container .ant-picker{border-radius:6px}.invite-codes-container .ant-input:focus,.invite-codes-container .ant-input-number:focus,.invite-codes-container .ant-picker:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff1a}.invite-codes-container .ant-space{gap:8px!important}.invite-codes-container .ant-btn-dangerous{color:#ff4d4f}.invite-codes-container .ant-btn-dangerous:hover{color:#ff7875;border-color:#ff7875}.invite-codes-container .ant-tag-success{background:#f6ffed;border-color:#b7eb8f;color:#52c41a}.invite-codes-container .ant-tag-warning{background:#fffbe6;border-color:#ffe58f;color:#faad14}.invite-codes-container .ant-tag-error{background:#fff2f0;border-color:#ffccc7;color:#ff4d4f}.invite-codes-container .ant-typography code{background:#f5f5f5;border:1px solid #d9d9d9;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:13px;color:#1890ff}.invite-codes-container .ant-pagination{margin-top:16px}.invite-codes-container .ant-pagination-item-active{border-color:#1890ff;background:#1890ff}.invite-codes-container .ant-pagination-item-active a{color:#fff}.invite-codes-container .ant-card-body{padding:24px}.invite-codes-container .ant-statistic-content-value{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.invite-codes-container .ant-table-tbody>tr{transition:all .3s}.invite-codes-container .ant-modal{animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.support-page{padding:24px}.support-card{height:calc(100vh - 240px)}.support-container{display:flex;height:100%;gap:16px}.conversation-panel{width:380px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column}.message-panel{flex:1;display:flex;flex-direction:column}.panel-header{padding-bottom:16px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.conversation-list{flex:1;overflow-y:auto}.conversation-list .ant-list-item{cursor:pointer;transition:all .2s;padding:12px;border-radius:8px;margin-bottom:8px}.conversation-list .ant-list-item:hover{background:#f5f5f5}.conversation-list .ant-list-item.active{background:#e6f7ff;border-left:3px solid #1890ff}.conv-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size:13px}.conv-time{font-size:12px;color:#999;margin-top:4px}.messages-area{flex:1;overflow-y:auto;padding:16px;background:#fafafa;border-radius:8px;margin-bottom:16px}.message-item{display:flex;gap:12px;margin-bottom:16px;animation:slideIn .3s ease}.message-item.admin{flex-direction:row-reverse}.message-content{max-width:60%}.message-item.admin .message-content{display:flex;flex-direction:column;align-items:flex-end}.message-bubble{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word}.message-item.user .message-bubble{background:#fff;border:1px solid #e8e8e8}.message-item.admin .message-bubble{background:#1890ff;color:#fff}.message-time{font-size:11px;color:#999;margin-top:4px;padding:0 4px}.input-area{border-top:1px solid #f0f0f0;padding-top:16px}.quick-replies{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.input-hint{font-size:12px;color:#999;margin-top:8px;text-align:right}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999}.empty-state p{margin-top:16px;font-size:14px}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dark .support-card{background:#1a1a1a}.dark .conversation-panel{border-right-color:#333}.dark .panel-header{border-bottom-color:#333}.dark .conversation-list .ant-list-item:hover{background:#262626}.dark .conversation-list .ant-list-item.active{background:#1a3a52}.dark .messages-area{background:#141414}.dark .message-item.user .message-bubble{background:#262626;border-color:#333;color:#fff}.dark .input-area{border-top-color:#333}.followers-page{padding:24px}.page-header{margin-bottom:24px}.filters{margin-bottom:16px}.admin-activity-logs-page{padding:24px;min-height:100vh;background:var(--bg-secondary)}.admin-activity-logs-page .ant-card{border-radius:12px;box-shadow:var(--shadow-sm);transition:all .3s}.admin-activity-logs-page .ant-card:hover{box-shadow:var(--shadow-md)}.admin-activity-logs-page .activity-log-list-card{border-radius:12px;overflow:hidden}.admin-activity-logs-page .activity-log-list-card .ant-table{font-size:14px}.admin-activity-logs-page .activity-log-list-card .ant-table-thead>tr>th{font-weight:600;background:#fafafa;border-bottom:2px solid #f0f0f0}.admin-activity-logs-page .activity-log-list-card .ant-table-tbody>tr{transition:all .2s}.admin-activity-logs-page .activity-log-list-card .ant-table-tbody>tr:hover{background:#fe2c5508}.log-detail{padding:16px 0}.log-detail .detail-label{font-weight:600;color:var(--text-secondary);margin-bottom:8px;font-size:13px}.log-detail .detail-value{color:var(--text-primary);font-size:14px;word-break:break-all}.stats-content{padding:8px 0}.stats-list{max-height:400px;overflow-y:auto}.stats-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:8px;background:var(--bg-secondary);border-radius:8px;transition:all .2s}.stats-item:hover{background:var(--bg-hover);transform:translate(4px)}.stats-count{font-weight:600;font-size:18px;color:var(--primary-color)}.admin-activity-logs-page .ant-btn-primary{background:linear-gradient(135deg,#fe2c55,#ff6b9d);border:none;box-shadow:0 4px 12px #fe2c554d}.admin-activity-logs-page .ant-btn-primary:hover{background:linear-gradient(135deg,#ff4d6d,#ff8fb3);box-shadow:0 6px 16px #fe2c5566;transform:translateY(-2px)}.admin-activity-logs-page .ant-btn-primary:active{transform:translateY(0)}.admin-activity-logs-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.admin-activity-logs-page .ant-space-item{margin-bottom:8px}@media (max-width: 768px){.admin-activity-logs-page{padding:12px}.admin-activity-logs-page .ant-card{border-radius:8px}.stats-list{max-height:200px}}.dark-mode .admin-activity-logs-page{background:#1a1a1a}.dark-mode .admin-activity-logs-page .ant-card{background:#2d2d2d;border-color:#404040}.dark-mode .admin-activity-logs-page .activity-log-list-card .ant-table-thead>tr>th{background:#1f1f1f;border-bottom-color:#404040;color:#ffffffd9}.dark-mode .admin-activity-logs-page .activity-log-list-card .ant-table-tbody>tr{background:#2d2d2d}.dark-mode .admin-activity-logs-page .activity-log-list-card .ant-table-tbody>tr:hover{background:#fe2c5526}.dark-mode .stats-item{background:#1a1a1a}.dark-mode .stats-item:hover{background:#333}.stats-list::-webkit-scrollbar{width:6px}.stats-list::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.stats-list::-webkit-scrollbar-thumb{background:#fe2c554d;border-radius:3px}.stats-list::-webkit-scrollbar-thumb:hover{background:#fe2c5580}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-activity-logs-page .ant-card{animation:fadeInUp .4s ease-out}.stats-item{animation:fadeInUp .3s ease-out}.stats-item:nth-child(1){animation-delay:.05s}.stats-item:nth-child(2){animation-delay:.1s}.stats-item:nth-child(3){animation-delay:.15s}.stats-item:nth-child(4){animation-delay:.2s}.stats-item:nth-child(5){animation-delay:.25s}.token-maintenance-page{padding:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h2{margin:0;font-size:24px;font-weight:600}.token-maintenance-page .ant-btn-lg{height:48px;padding:0 32px;font-size:16px;font-weight:500;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.token-maintenance-page .ant-btn-lg:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.token-maintenance-page .ant-btn-lg:active{transform:translateY(0)}.token-maintenance-page .ant-progress-text{font-weight:600}.token-maintenance-page .ant-statistic-title{font-size:14px;color:#000000a6}.token-maintenance-page .ant-statistic-content{font-size:24px;font-weight:600}.health-config-page{padding:24px}.health-config-page .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008}.health-config-page .ant-table-small .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.health-config-page .ant-input-number{border-radius:6px}.health-config-page .ant-alert{border-radius:8px}.health-config-page .ant-tabs-tab{font-weight:500}.captcha-statistics-page{padding:24px}.captcha-statistics-page h2{margin-bottom:24px;font-size:24px;font-weight:600}.captcha-statistics-page .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.captcha-statistics-page .ant-statistic-title{font-size:14px;color:#000000a6}.captcha-statistics-page .ant-statistic-content{font-size:24px;font-weight:600}.captcha-blacklist-page{padding:24px}.captcha-blacklist-page .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008}.captcha-blacklist-page .ant-statistic-title{font-size:14px;color:#000000a6}.captcha-blacklist-page .ant-statistic-content{font-size:24px;font-weight:600}.captcha-blacklist-page .ant-table-wrapper{background:#fff}.captcha-blacklist-page .ant-tag{border-radius:4px}.agents-page{padding:24px}.agents-page .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.agents-page .ant-table-cell{padding:12px 16px}.agents-page .ant-tag{margin:0}.agent-levels-page{padding:24px}.agent-levels-page h2{margin:0;font-size:20px;font-weight:600}.withdrawals-page{padding:24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
