:root{--glass-bg: rgba(255, 255, 255, .1);--glass-bg-hover: rgba(255, 255, 255, .15);--glass-bg-active: rgba(255, 255, 255, .2);--glass-border: rgba(255, 255, 255, .2);--glass-border-hover: rgba(255, 255, 255, .3);--glass-border-active: rgba(255, 255, 255, .4);--glass-blur: 20px;--glass-blur-light: 10px;--glass-blur-heavy: 25px;--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .8);--text-tertiary: rgba(255, 255, 255, .6);--text-disabled: rgba(255, 255, 255, .4);--text-placeholder: rgba(255, 255, 255, .5);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 8px 32px rgba(0, 0, 0, .15);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .2);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .4);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 50%;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px;--transition-fast: all .2s ease;--transition-base: all .3s ease;--transition-slow: all .5s ease;--height-input: 36px;--height-button: 36px;--height-compact: 32px;--height-large: 44px;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-tooltip: 1070}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;background:url(/images/background.avif) center center/cover no-repeat fixed;color:var(--text-primary);position:relative}#root{height:100vh;overflow:auto}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px;transition:var(--transition-base)}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border)}.glass-light{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur-light));-webkit-backdrop-filter:blur(var(--glass-blur-light));border:1px solid var(--glass-border)}.glass-heavy{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur-heavy));-webkit-backdrop-filter:blur(var(--glass-blur-heavy));border:1px solid var(--glass-border)}.glass-hover{transition:var(--transition-base)}.glass-hover:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}.glass-active:active,.glass-focus:focus,.glass-focus:focus-within{background:var(--glass-bg-active);border-color:var(--glass-border-active);outline:none;box-shadow:0 0 0 2px #ffffff1a}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-disabled{color:var(--text-disabled)}.transition-fast{transition:var(--transition-fast)}.transition-base{transition:var(--transition-base)}.transition-slow{transition:var(--transition-slow)}.h-input{height:var(--height-input)}.h-button{height:var(--height-button)}.h-compact{height:var(--height-compact)}.h-large{height:var(--height-large)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-slide-down{animation:slideDown .3s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}/in骨架屏动画 */ .skeleton{background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.hover-lift{transition:var(--transition-base)}.hover-lift:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.hover-scale{transition:var(--transition-base)}.hover-scale:hover{transform:scale(1.05)}.loading{opacity:.6;pointer-events:none}.btn-glass,.glass-button{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:var(--transition-base);padding:0 var(--space-lg);height:var(--height-button);display:inline-flex;align-items:center;justify-content:center;color:var(--text-primary);font-weight:500;cursor:pointer;text-decoration:none}.btn-glass:hover,.glass-button:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-glass:focus,.glass-button:focus{background:var(--glass-bg-active);border-color:var(--glass-border-active);outline:none;box-shadow:0 0 0 2px #ffffff1a}.verify-code-btn.ant-btn,.verify-code-btn.glass-button{height:44px!important;line-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding-top:0!important;padding-bottom:0!important}.btn-glass:disabled,.glass-button:disabled{background:#ffffff0d;border-color:#ffffff1a;color:var(--text-disabled);cursor:not-allowed;transform:none;box-shadow:none}.btn-glass-secondary,.glass-button-secondary{background:#ffffff0d;border-color:#ffffff26;color:var(--text-secondary)}.btn-glass-secondary:hover,.glass-button-secondary:hover{background:var(--glass-bg);border-color:var(--glass-border);color:var(--text-primary)}.input-glass,.glass-input{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:var(--transition-base);padding:0 var(--space-lg);height:var(--height-input);color:var(--text-primary);width:100%}.input-glass:hover,.glass-input:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}.input-glass:focus,.glass-input:focus,.input-glass:focus-within,.glass-input:focus-within{background:var(--glass-bg-active);border-color:var(--glass-border-active);outline:none;box-shadow:0 0 0 2px #ffffff1a}.input-glass::placeholder,.glass-input::placeholder{color:var(--text-placeholder)}.glass-input .ant-input,.glass-input .ant-input:hover,.glass-input .ant-input:focus{background:transparent!important;border:none!important;color:var(--text-primary)!important;box-shadow:none!important;padding:12px 20px!important}.glass-input.ant-input-affix-wrapper{background:var(--glass-bg)!important;backdrop-filter:blur(var(--glass-blur))!important;-webkit-backdrop-filter:blur(var(--glass-blur))!important;border:1px solid var(--glass-border)!important;border-radius:var(--radius-lg)!important;padding:0!important;min-height:var(--height-input)!important;display:flex!important;align-items:center!important;height:44px!important}.glass-input.ant-input-affix-wrapper:hover{background:var(--glass-bg-hover)!important;border-color:var(--glass-border-hover)!important}.glass-input.ant-input-affix-wrapper:focus,.glass-input.ant-input-affix-wrapper:focus-within,.glass-input.ant-input-affix-wrapper.ant-input-affix-wrapper-focused{background:var(--glass-bg-active)!important;border-color:var(--glass-border-active)!important;box-shadow:0 0 0 2px #ffffff1a!important}.glass-input.ant-input-affix-wrapper .ant-input{background:transparent!important;border:none!important;color:var(--text-primary)!important;box-shadow:none!important;outline:none!important;padding:12px 20px!important;flex:1!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input{padding:12px 20px!important}.glass-input.ant-input-affix-wrapper .ant-input:focus{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.glass-input.ant-input-affix-wrapper:not(.ant-input-password) .ant-input-prefix{color:#fff9!important;margin-right:16px!important;margin-left:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:44px!important;padding:0!important;line-height:1!important}.glass-input.ant-input-affix-wrapper:not(.ant-input-password) .ant-input-prefix .anticon{display:flex!important;align-items:center!important;justify-content:center!important;color:#fff9!important;font-size:16px!important;line-height:1!important;width:16px!important;height:16px!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-prefix{color:#fff9!important;margin-right:16px!important;margin-left:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:44px!important;padding:0!important;line-height:1!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-prefix .anticon{display:flex!important;align-items:center!important;justify-content:center!important;color:#fff9!important;font-size:16px!important;line-height:1!important;width:16px!important;height:16px!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-suffix{color:#fffc!important;margin-right:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:44px!important;cursor:pointer!important;padding:0!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-suffix .anticon{display:flex!important;align-items:center!important;justify-content:center!important;color:#fffc!important;font-size:16px!important;cursor:pointer!important;width:16px!important;height:16px!important}.glass-input.ant-input-affix-wrapper:not(.ant-input-password) .ant-input-prefix .anticon svg{fill:#fff9!important;color:#fff9!important;width:16px!important;height:16px!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-prefix .anticon svg{fill:#fff9!important;color:#fff9!important;width:16px!important;height:16px!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-suffix .anticon svg{fill:#fffc!important;color:#fffc!important;width:16px!important;height:16px!important}.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-suffix:hover .anticon,.glass-input.ant-input-affix-wrapper.ant-input-password .ant-input-suffix:hover .anticon svg{color:#fff!important;fill:#fff!important}.glass-input .ant-input:-webkit-autofill,.glass-input .ant-input:-webkit-autofill:hover,.glass-input .ant-input:-webkit-autofill:focus,.glass-input .ant-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,.08) inset!important;-webkit-text-fill-color:var(--text-primary)!important;caret-color:var(--text-primary)!important;transition:background-color 5000s ease-in-out 0s!important}.glass-input.ant-input-affix-wrapper .ant-input:-webkit-autofill,.glass-input.ant-input-affix-wrapper .ant-input:-webkit-autofill:hover,.glass-input.ant-input-affix-wrapper .ant-input:-webkit-autofill:focus,.glass-input.ant-input-affix-wrapper .ant-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:var(--text-primary)!important;background:transparent!important;transition:background-color 5000s ease-in-out 0s!important}.card-glass,.glass-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:var(--transition-base);padding:var(--space-2xl)}.card-glass:hover,.glass-card:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.table-glass,.glass-table{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);overflow:hidden}.table-glass .ant-table,.glass-table .ant-table{background:transparent}.table-glass .ant-table-thead>tr>th,.glass-table .ant-table-thead>tr>th{background:#ffffff1a;border-bottom:1px solid var(--glass-border);color:var(--text-primary);font-weight:600}.table-glass .ant-table-tbody>tr>td,.glass-table .ant-table-tbody>tr>td{background:transparent;border-bottom:1px solid rgba(255,255,255,.1);color:var(--text-secondary)}.table-glass .ant-table-tbody>tr:hover>td,.glass-table .ant-table-tbody>tr:hover>td{background:#ffffff0d}.modal-glass .ant-modal-content{background:#ffffff1f;backdrop-filter:blur(var(--glass-blur-heavy));-webkit-backdrop-filter:blur(var(--glass-blur-heavy));border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.modal-glass .ant-modal-header{background:transparent;border-bottom:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl) var(--radius-xl) 0 0}.modal-glass .ant-modal-title{color:var(--text-primary);font-weight:600}.modal-glass .ant-modal-body{color:var(--text-primary)}.ant-layout-sider{background:#ffffff0d!important;backdrop-filter:blur(var(--glass-blur))!important;-webkit-backdrop-filter:blur(var(--glass-blur))!important;border-right:1px solid var(--glass-border)!important}.ant-layout-header{background:#ffffff0d!important;backdrop-filter:blur(var(--glass-blur))!important;-webkit-backdrop-filter:blur(var(--glass-blur))!important;border-bottom:1px solid var(--glass-border)!important}.ant-form-item-label>label{color:var(--text-primary)!important;font-weight:500!important}.ant-form-item-extra{color:var(--text-tertiary)!important}.ant-menu-item-selected{background-color:var(--glass-bg-hover)!important;border-color:var(--glass-border-hover)!important;backdrop-filter:blur(var(--glass-blur-light))!important;-webkit-backdrop-filter:blur(var(--glass-blur-light))!important;border-radius:var(--radius-md)!important}.ant-menu-item-selected .ant-menu-item-icon,.ant-menu-item-selected span{color:var(--text-primary)!important}.ant-pagination{color:var(--text-secondary)!important}.ant-pagination .ant-pagination-item{background:var(--glass-bg)!important;border:1px solid var(--glass-border)!important;backdrop-filter:blur(var(--glass-blur-light))!important;-webkit-backdrop-filter:blur(var(--glass-blur-light))!important}.ant-pagination .ant-pagination-item a{color:var(--text-secondary)!important}.ant-pagination .ant-pagination-item-active{background:var(--glass-bg-hover)!important;border-color:var(--glass-border-active)!important}.ant-pagination .ant-pagination-item-active a{color:var(--text-primary)!important}.ant-tag{background:var(--glass-bg)!important;border:1px solid var(--glass-border)!important;color:var(--text-secondary)!important;backdrop-filter:blur(var(--glass-blur-light))!important;-webkit-backdrop-filter:blur(var(--glass-blur-light))!important;border-radius:var(--radius-sm)!important}.ant-select-dropdown{background:#ffffff26!important;backdrop-filter:blur(var(--glass-blur-heavy))!important;-webkit-backdrop-filter:blur(var(--glass-blur-heavy))!important;border:1px solid var(--glass-border-hover)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-lg)!important}.ant-select-item{color:var(--text-secondary)!important;background:transparent!important}.ant-select-item:hover{background:var(--glass-bg)!important;color:var(--text-primary)!important}.ant-select-item-option-selected{background:var(--glass-bg-hover)!important;color:var(--text-primary)!important}.page-container{height:100vh;background:transparent;padding:var(--space-xl);overflow:auto}.content-card{@extend .glass,.glass-hover,.rounded-xl,.shadow-md,.transition-base;padding:var(--space-2xl);margin:0 auto;max-width:1200px}.content-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 992px){.ant-layout-sider{position:fixed!important;height:100vh!important;left:0!important;top:0!important;z-index:var(--z-fixed)!important}.ant-layout-sider-collapsed,.ant-layout-content{margin-left:0!important}}.hero-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:var(--transition-base);animation:fadeInUp .6s ease-out;padding:var(--space-3xl)}.hero-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);background:var(--glass-bg-hover);border-color:var(--glass-border-active)}.hero-title{color:var(--text-primary);font-size:3.5rem;font-weight:700;margin-bottom:var(--space-2xl);text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-description{color:var(--text-secondary);font-size:1.25rem;margin-bottom:var(--space-3xl);max-width:800px;margin-left:auto;margin-right:auto}.home-nav{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur-light));-webkit-backdrop-filter:blur(var(--glass-blur-light));border:1px solid var(--glass-border);box-shadow:var(--shadow-md);position:fixed;top:0;left:0;right:0;z-index:var(--z-fixed);border-bottom:1px solid var(--glass-border);padding:0 var(--space-2xl)}.hero-tags .ant-tag{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-full);transition:var(--transition-base);padding:var(--space-sm) var(--space-lg);font-size:14px;color:var(--text-secondary)}@media (max-width: 768px){.hero-title{font-size:2.5rem!important}.hero-description{font-size:1rem!important}.page-container{padding:var(--space-lg)}}@media (max-width: 576px){.hero-title{font-size:2rem!important}.hero-card{padding:var(--space-2xl)!important}}.home-container{height:100vh;background:transparent;position:relative;overflow:hidden}.home-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);padding:0 24px;transition:all .3s ease;box-shadow:0 8px 32px #0000001a}.nav-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{display:flex;align-items:center;gap:12px}.nav-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 16px}.nav-brand{display:flex;align-items:center;gap:8px}.brand-icon{font-size:24px;color:#ffffffe6}.brand-text{font-size:20px;font-weight:600;color:#ffffffe6}.nav-menu{display:flex;align-items:center;gap:24px}.nav-menu .ant-anchor{background:transparent}.nav-menu .ant-anchor .ant-anchor-link{padding:8px 16px;margin:0 4px}.nav-menu .ant-anchor .ant-anchor-link-title{color:#fffc!important;font-weight:500;transition:all .3s ease;padding:6px 12px;border-radius:8px}.nav-menu .ant-anchor .ant-anchor-link-title:hover{color:#fff!important;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-menu .ant-anchor .ant-anchor-link-active .ant-anchor-link-title{color:#fff!important;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-menu .ant-btn-primary{background:#ffffff26!important;border:1px solid rgba(255,255,255,.25)!important;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;color:#fffffff2!important;font-weight:500;margin-left:16px}.nav-menu .ant-btn-primary:hover{background:#ffffff4d!important;border-color:#fff6!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 20px #fff3}.home-main{padding-top:64px;max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px;height:calc(100vh - 64px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.home-main::-webkit-scrollbar{display:none}.hero-section{padding:80px 0;text-align:center}.hero-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.hero-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #0000004d;background:#ffffff26;border-color:#fff6}.hero-content{padding:40px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:24px;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-description{font-size:1.25rem;color:#fffc;margin-bottom:32px;max-width:800px;margin-left:auto;margin-right:auto}.hero-tags{margin-bottom:40px}.hero-tags .ant-tag{padding:8px 16px;font-size:14px;border-radius:20px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#ffffffe6}.hero-tags .ant-tag[data-color=blue]{background:#6366f133;border-color:#6366f166;color:#6366f1}.hero-tags .ant-tag[data-color=purple]{background:#a855f733;border-color:#a855f766;color:#a855f7}.hero-tags .ant-tag[data-color=pink]{background:#ec489933;border-color:#ec489966;color:#ec4899}.hero-tags .ant-tag[data-color=cyan]{background:#06b6d433;border-color:#06b6d466;color:#06b6d4}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-actions .ant-btn{height:48px;padding:0 32px;font-size:16px;border-radius:24px;background:#fff3;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fffffff2}.hero-actions .ant-btn-primary:hover{background:#ffffff4d!important;border-color:#ffffff80!important;transform:translateY(-2px);box-shadow:0 8px 25px #fff3;color:#fff!important}.hero-actions .ant-btn:not(.ant-btn-primary):hover{background:#ffffff4d!important;border-color:#ffffff80!important;transform:translateY(-2px);box-shadow:0 8px 25px #fff3;color:#fff!important}.section{margin-bottom:80px}.section-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);padding:40px;transition:all .3s ease}.section-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00000040;background:#ffffff26;border-color:#fff6}.format-card{background:#ffffff1a!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.format-card:hover{background:#ffffff26!important;border-color:#fff6!important;transform:translateY(-2px);box-shadow:0 15px 40px #00000040}.format-card .ant-card-body{background:transparent!important}.format-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.format-card .ant-typography,.format-card .ant-typography h5,.format-card .ant-typography p{color:#ffffffeb!important}.format-card code,.format-card .ant-typography code{background:#ffffff1f!important;color:#fffffff2!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important;padding:2px 6px!important}.section-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.section-icon{font-size:32px;color:#ffffffe6;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.section-icon:hover{background:#0000004d;transform:scale(1.1);color:#fff;box-shadow:0 4px 15px #0000004d}.section-header h2{margin:0;color:#fffffff2}.info-block h4{color:#fffffff2;margin-bottom:16px}.home-container .ant-typography,.home-container .ant-typography h1,.home-container .ant-typography h2,.home-container .ant-typography h3,.home-container .ant-typography h4,.home-container .ant-typography h5,.home-container .ant-typography p,.home-container .ant-typography span,.home-container .ant-typography div{color:#ffffffe6!important}.home-container .ant-typography-caption{color:#ffffffb3!important}.param-card .ant-typography,.param-card .ant-typography h5,.param-card .ant-typography p{color:#ffffffe6!important}.code-block .ant-typography{color:#fffffff2!important}.code-block{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#ffffffe6;transition:all .3s ease}.code-block:hover{background:#ffffff26;border-color:#fff6;box-shadow:0 4px 15px #0003}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#fffc}.feature-list .anticon{color:#ffffffe6}.param-card{height:100%;border-radius:16px;transition:all .3s ease;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.param-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000040;border-color:#fff6;background:#ffffff26}.lazy-load{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.lazy-load.visible{opacity:1;transform:translateY(0)}.lazy-load.delay-1{transition-delay:.1s}.lazy-load.delay-2{transition-delay:.2s}.lazy-load.delay-3{transition-delay:.3s}.lazy-load.delay-4{transition-delay:.4s}.hero-content{padding:40px;opacity:0;transform:translateY(30px);animation:heroFadeIn 1s ease-out .3s forwards}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.hero-tags .ant-tag{opacity:0;transform:translateY(20px);animation:tagFadeIn .6s ease-out forwards}.hero-tags .ant-tag:nth-child(1){animation-delay:.8s}.hero-tags .ant-tag:nth-child(2){animation-delay:.9s}.hero-tags .ant-tag:nth-child(3){animation-delay:1s}.hero-tags .ant-tag:nth-child(4){animation-delay:1.1s}@keyframes tagFadeIn{to{opacity:1;transform:translateY(0)}}.home-container .ant-tag{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.3)!important;color:#ffffffe6!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.param-card .ant-tag[color=red]{background:#f4433633!important;border-color:#f4433666!important;color:#f44336!important}.param-card .ant-tag[color=blue]{background:#6366f133!important;border-color:#6366f166!important;color:#6366f1!important}.param-card .ant-tag[color=green]{background:#06b6d433!important;border-color:#06b6d466!important;color:#06b6d4!important}.param-card .ant-tag[color=purple]{background:#a855f733!important;border-color:#a855f766!important;color:#a855f7!important}.home-container .ant-typography.ant-typography-caption,.home-container .ant-typography[class*=secondary]{color:#ffffffb3!important}.example-card,.code-example-card{background:#ffffff1a!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)!important;border-radius:16px}.example-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.example-header .anticon{color:#ffffffe6;font-size:20px;line-height:1;display:flex;align-items:center}.example-header .ant-typography{margin:0!important;line-height:1.4}.code-pre{background:#0000004d!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px;padding:16px;color:#fffffff2!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;overflow-x:auto;margin:0}.notice-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.notice-card .ant-typography{color:#ffffffe6!important}.example-card:hover,.code-example-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000040;border-color:#fff6!important}.notice-list{list-style:none;padding:0;margin:0}.notice-list li{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#ffffffe6}.notice-list .anticon{color:#fffc;font-size:12px}.notice-list li:first-child{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;padding:12px;margin-bottom:16px}.notice-list li:first-child .anticon{color:#ffc107;font-size:14px}.notice-list li:first-child strong{color:#ffc107}.home-footer{margin-top:40px;padding:20px 0}.home-footer .ant-card{background:#ffffff0d!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)!important;border-radius:16px}.footer-content{text-align:center;padding:20px}.footer-content .ant-typography{color:#ffffffe6!important}.footer-content .ant-typography[class*=secondary]{color:#fff9!important}@media (max-width: 768px){.nav-content{flex-direction:column;height:auto;padding:12px 0;gap:12px}.nav-menu{flex-direction:column;gap:12px;width:100%}.nav-menu .ant-anchor{display:flex;justify-content:center;gap:16px}.nav-menu .ant-anchor .ant-anchor-link{padding:8px 12px;background:#ffffff1a;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-menu .ant-btn-primary{margin-left:0;width:120px;align-self:center}.home-main{padding-top:120px;padding-left:16px;padding-right:16px}.hero-title{font-size:2.5rem!important}.hero-description{font-size:1rem!important}.hero-actions{flex-direction:column;align-items:center}.hero-actions .ant-btn{width:200px}.section-header{flex-direction:column;text-align:center;gap:12px}.section-icon{align-self:center}}@media (max-width: 480px){.home-nav{padding:0 16px}.nav-menu .ant-anchor{flex-wrap:wrap;gap:8px}.nav-menu .ant-anchor .ant-anchor-link{padding:6px 10px;font-size:12px}.hero-title{font-size:2rem!important}.hero-content{padding:24px!important}.section-card{margin-bottom:12px}}.param-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home-footer{margin-top:80px;margin-bottom:40px;text-align:center}.footer-content{padding:24px}.home-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease forwards}@media (max-width: 768px){.home-main{padding-left:16px;padding-right:16px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-content,.section-card{padding:24px}.nav-menu .ant-anchor{display:none}}@media (max-width: 576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .ant-btn{width:200px}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;background:url(/images/background.avif) center center/cover no-repeat fixed;color:#fffffff2;height:100vh;overflow:hidden}body:before{content:"";position:fixed;inset:0;background:#0000004d;z-index:-1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.simple-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.simple-card:hover{border-color:#d9d9d9;box-shadow:0 2px 8px #0000000a}.simple-button{border-radius:6px;font-weight:400;transition:all .2s ease;border:1px solid #d9d9d9}.simple-button:hover{border-color:#fff6;color:#ffffffe6;background:#ffffff1a}.simple-button.primary{background:#fff3;border-color:#ffffff4d;color:#fffffff2}.simple-button.primary:hover{background:#0006;border-color:#fff6}.page-container{height:100vh;background:transparent;padding:20px;overflow:auto}.content-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);padding:24px;margin:0 auto;max-width:1200px}.section-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);margin-bottom:16px;transition:all .3s ease}.section-card:hover{background:#ffffff26;box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.form-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);padding:32px;max-width:500px;margin:0 auto}.stats-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;height:100%}.stats-card:hover{background:#ffffff26;box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.dashboard-page,.dashboard-page *{color:#fffffff2!important}.dashboard-page ::placeholder{color:#fff9!important}.dashboard-page .ant-typography-secondary,.dashboard-page [data-type=secondary]{color:#fffc!important}.history-page,.history-page *{color:#fffffff2!important}.history-page .ant-typography-secondary,.history-page [data-type=secondary]{color:#fffc!important}.quota-request-page,.quota-request-page *{color:#fffffff2!important}.quota-request-page ::placeholder{color:#fff9!important}.change-password-page,.change-password-page *{color:#fffffff2!important}.change-password-page ::placeholder{color:#fff9!important}.change-password-page .ant-typography-secondary,.change-password-page [data-type=secondary]{color:#fffc!important}.manager-page,.manager-page *{color:#fffffff2!important}.manager-page ::placeholder{color:#fff9!important}.manager-page .ant-typography-secondary,.manager-page [data-type=secondary]{color:#fffc!important}.proxies-page .ant-btn,.proxies-page .ant-input,.proxies-page .ant-select-selector,.proxies-page .ant-input-number{height:32px!important;min-height:32px!important;line-height:30px!important}.proxies-page .ant-input,.proxies-page .ant-input-number-input{padding:4px 8px!important}.proxies-page .ant-select-selector{padding:0 8px!important}.proxies-page .ant-select-selection-item{line-height:30px!important}.proxies-page .ant-checkbox-checked .ant-checkbox-inner,.proxies-page .ant-table-selection-column .ant-checkbox-checked .ant-checkbox-inner{background-color:#ffffffe6!important;border-color:#ffffffe6!important}.proxies-page .ant-checkbox-checked .ant-checkbox-inner:after,.proxies-page .ant-table-selection-column .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#000c!important}.proxies-page .ant-checkbox-indeterminate .ant-checkbox-inner,.proxies-page .ant-table-selection-column .ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#ffffffe6!important;border-color:#ffffffe6!important}.proxies-page .ant-checkbox-indeterminate .ant-checkbox-inner:after,.proxies-page .ant-table-selection-column .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#000c!important}.proxies-page .ant-table-thead .ant-checkbox-checked .ant-checkbox-inner{background-color:#ffffffe6!important;border-color:#ffffffe6!important}.proxies-page .ant-table-thead .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#000c!important}.proxies-page .ant-modal,.proxies-page .ant-modal *,.proxies-page .ant-modal-content,.proxies-page .ant-modal-content *,.proxies-page .ant-modal-header,.proxies-page .ant-modal-header *,.proxies-page .ant-modal-body,.proxies-page .ant-modal-body *,.proxies-page .ant-modal-footer,.proxies-page .ant-modal-footer *,.proxies-page .ant-modal-title,.proxies-page .ant-form-item-label,.proxies-page .ant-form-item-label *,.proxies-page .ant-typography,.proxies-page .ant-typography *{color:#fffffff2!important}.proxies-page .ant-modal-content .ant-form-item-label>label{color:#ffffffe6!important}.proxies-page .ant-modal-content ::placeholder{color:#fff9!important}.proxies-page .ant-modal .ant-input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fffffff2!important}.proxies-page select{background:#ffffff1a!important;color:#ffffffe6!important;transition:all .2s ease!important}.proxies-page select:focus{border-color:#fff6!important;background:#ffffff26!important;box-shadow:0 0 0 2px #ffffff1a!important}.proxies-page select option,.proxies-page select>option{background-color:#1e1e1efa!important;background:#1e1e1efa!important;color:#fffffff2!important;padding:8px 12px!important;border:none!important;font-size:14px!important}.proxies-page select option:hover,.proxies-page select option:focus,.proxies-page select option:checked,.proxies-page select option[selected]{background-color:#1890ffd9!important;background:#1890ffd9!important;color:#fffffffa!important}.proxies-page select option:disabled{background-color:#3c3c3c80!important;background:#3c3c3c80!important;color:#fff6!important}@supports (-webkit-appearance: none){.proxies-page select option{background-color:#1e1e1efa!important;color:#fffffff2!important}}@-moz-document url-prefix(){.proxies-page select option{background-color:#1e1e1efa!important;color:#fffffff2!important}}.proxies-page select::-webkit-scrollbar{width:8px}.proxies-page select::-webkit-scrollbar-track{background:#ffffff1a}.proxies-page select::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.proxies-page .glass-table .ant-table-tbody>tr{transition:all .2s ease!important;position:relative!important}.proxies-page select,.glass-select-filter{color-scheme:dark!important;-webkit-color-scheme:dark!important}.proxies-page select option,.glass-select-filter option{background:#1a1a1a!important;background-color:#1a1a1a!important;color:#fff!important;padding:8px 12px!important}.proxies-page select option:checked,.glass-select-filter option:checked{background:#2a2a2a!important;background-color:#2a2a2a!important;color:#fff!important}@-moz-document url-prefix(){.proxies-page select option,.glass-select-filter option{background:#1a1a1a!important;color:#fff!important}}.proxies-page .pagination-controls>div:last-child{flex-wrap:wrap!important;gap:8px!important}.page-jump-input.ant-input-number.glass-input.glass-compact,.page-jump-input.ant-input-number.glass-compact,.page-jump-input.ant-input-number.glass-input,.page-jump-input.ant-input-number{padding:0!important;width:80px!important;height:32px!important;min-height:32px!important}.page-jump-input.ant-input-number .ant-input-number-input-wrap{padding:0!important;height:32px!important}.ant-input-number.glass-compact.page-jump-input .ant-input-number-input,.page-jump-input.ant-input-number .ant-input-number-input,.page-jump-input .ant-input-number-input{padding:0 6px!important;height:32px!important;line-height:32px!important;text-align:center!important;box-sizing:border-box!important}.page-jump-input.ant-input-number .ant-input-number-handler-wrap{display:none!important}@media (max-width: 768px){.proxies-page .glass-table .ant-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.proxies-page .glass-table .ant-table{min-width:600px!important}.proxies-page .section-card{padding:12px!important}.proxies-page .glass-table .ant-table-body{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.proxies-page .ant-typography{writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:nowrap!important}.proxies-page>div:first-child{flex-wrap:wrap!important;gap:12px!important}.ant-select.glass-compact .ant-select-selector{background:#ffffff1a!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;color:#fffffff2!important}.ant-select.glass-compact .ant-select-selection-item,.ant-select.glass-compact .ant-select-selection-placeholder{color:#ffffffe6!important}.ant-select.glass-compact .ant-select-arrow{color:#ffffffd9!important}.ant-select-dropdown.glass-select-dropdown{background:#00000059!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:10px!important}.ant-select.glass-input.glass-compact{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;box-shadow:none!important}.ant-select-dropdown.glass-select-dropdown .ant-select-item{color:#ffffffe6!important}.ant-select-dropdown.glass-select-dropdown .ant-select-item-option-active{background:#ffffff1f!important}.ant-select-dropdown.glass-select-dropdown .ant-select-item-option-selected{background:#ffffff2e!important;color:#fffffff2!important}.proxies-page .pagination-controls{flex-direction:column!important;gap:12px!important;align-items:stretch!important}.proxies-page .pagination-controls>div{width:100%!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important}.proxies-page .glass-button-secondary,.proxies-page .glass-button{font-size:12px!important;padding:0 10px!important;height:32px!important;min-width:auto!important}.proxies-page select{font-size:12px!important;min-width:100px!important}.page-jump-input.ant-input-number{width:60px!important}.proxies-page .pagination-controls span{font-size:12px!important}.proxies-page .pagination-controls>div:last-child>span:first-child{display:none!important}}.proxies-page .glass-table .ant-table-tbody>tr.ant-table-row-selected{background:#1890ff26!important}.proxies-page .glass-table .ant-table-tbody>tr.ant-table-row-selected>td{background:transparent!important}.proxies-page .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,.proxies-page .ant-table .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,.proxies-page .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#fffffff2!important;border-color:#fffffff2!important}.proxies-page .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after,.proxies-page .ant-table .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after,.proxies-page .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#000000e6!important;border-width:2px!important}.proxies-page .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#ffffffb3!important}.proxies-page .ant-checkbox-wrapper .ant-checkbox-inner{border-color:#fff6!important;background-color:transparent!important}.proxies-page .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,.proxies-page .ant-table-thead .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,.proxies-page .ant-table-tbody .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#fffffff2!important;border-color:#fffffff2!important}.proxies-page .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after,.proxies-page .ant-table-thead .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after,.proxies-page .ant-table-tbody .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#000000e6!important;border-width:2px!important}.gradient-text{color:#fffffff2;font-weight:500}.primary-button{background:#fff3;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;height:36px;font-weight:500;color:#fffffff2;transition:all .3s ease}.primary-button:hover{background:#ffffff4d;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.secondary-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;height:36px;color:#fffc;font-weight:400;transition:all .3s ease}.secondary-button:hover{border-color:#fff6;color:#fffffff2;background:#ffffff26}.input-field{border-radius:12px;border:1px solid rgba(255,255,255,.2)!important;background:#ffffff1a!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#ffffffe6!important;transition:all .3s ease}.input-field:hover{border-color:#ffffff4d!important;background:#ffffff1f!important;box-shadow:0 2px 8px #0000001a}.input-field:focus{border-color:#fff6!important;box-shadow:0 0 0 2px #ffffff1a!important;background:#ffffff26!important}.input-field::placeholder{color:#ffffff80!important}.ant-input-password.input-field{background:#ffffff1a!important}.ant-input-password.input-field:hover{background:#ffffff1f!important}.ant-input-password.input-field:focus{background:#ffffff26!important}.ant-input-password.input-field .ant-input{background:transparent!important;border:none!important;color:#ffffffe6!important}.ant-input-password.input-field .ant-input:hover{background:transparent!important}.ant-input-password.input-field .ant-input:focus{background:transparent!important;box-shadow:none!important}.input-field:-webkit-autofill,.input-field:-webkit-autofill:hover,.input-field:-webkit-autofill:focus,.input-field:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.1) inset!important;-webkit-text-fill-color:rgba(255,255,255,.9)!important;background-color:#ffffff1a!important;background-image:none!important;transition:background-color 5000s ease-in-out 0s}.ant-input-password.input-field .ant-input:-webkit-autofill,.ant-input-password.input-field .ant-input:-webkit-autofill:hover,.ant-input-password.input-field .ant-input:-webkit-autofill:focus,.ant-input-password.input-field .ant-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:rgba(255,255,255,.9)!important;background-color:transparent!important;background-image:none!important;transition:background-color 5000s ease-in-out 0s}.input-field:-moz-autofill{background-color:#ffffff1a!important;color:#ffffffe6!important}.ant-input-password.input-field .ant-input:-moz-autofill{background-color:transparent!important;color:#ffffffe6!important}.input-field:autofill{background-color:#ffffff1a!important;color:#ffffffe6!important}.ant-input-password.input-field .ant-input:autofill{background-color:transparent!important;color:#ffffffe6!important}.ant-input-number.glass-input .ant-input-number-input:-webkit-autofill,.ant-input-number.glass-input .ant-input-number-input:-webkit-autofill:hover,.ant-input-number.glass-input .ant-input-number-input:-webkit-autofill:focus,.ant-input-number.glass-input .ant-input-number-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:rgba(255,255,255,.9)!important;background-color:transparent!important;background-image:none!important;transition:background-color 5000s ease-in-out 0s}.ant-menu-item-selected{background-color:#ffffff26!important;border-color:#ffffff4d!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px}.ant-menu-item-selected .ant-menu-item-icon,.ant-menu-item-selected span{color:#fffffff2!important}.simple-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:500;color:#595959;font-size:13px}.simple-table .ant-table-tbody>tr:hover>td{background:#ffffff0d}.simple-table .ant-table-tbody>tr>td{border-bottom:1px solid #f5f5f5;font-size:13px}.table-container{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 8px 25px #0000001a;border:1px solid rgba(255,255,255,.2);overflow:hidden}.table-container .ant-table{background:transparent}.table-container .ant-table-thead>tr>th{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);color:#ffffffe6;font-weight:600}.table-container .ant-table-tbody>tr:hover>td{background:#ffffff0d}.table-container .ant-table-tbody>tr>td{color:#fffc;border-bottom:1px solid rgba(255,255,255,.1)}.status-tag{border-radius:20px;border:none;font-weight:500;padding:4px 12px}.status-success{background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.status-error{background:#ff4d4f1a;color:#ff4d4f}.status-warning{background:#faad141a;color:#faad14}.status-info{background:#1890ff1a;color:#1890ff}.fade-in{animation:fadeIn .6s ease-in-out}.slide-up{animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.page-container{padding:12px}.content-card{padding:20px;border-radius:16px}.form-card{padding:24px;border-radius:16px}.section-card{border-radius:12px}}@media (max-width: 576px){.content-card{padding:16px}.form-card{padding:20px}}@media (max-width: 992px){.ant-layout-sider{position:fixed!important;height:100vh!important;left:0!important;top:0!important;z-index:100!important}.ant-layout-sider-collapsed,.ant-layout-content{margin-left:0!important}}@media (max-width: 768px){.ant-layout-sider{width:100%!important;max-width:280px!important}.ant-layout-sider-collapsed{width:0!important}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{color:#fffc}.empty-container{text-align:center;padding:40px 20px;color:#8c8c8c}.empty-icon{font-size:48px;color:#d9d9d9;margin-bottom:16px}.success-container{text-align:center;padding:40px 20px}.success-icon{font-size:48px;color:#52c41a;margin-bottom:16px}.error-container{text-align:center;padding:40px 20px}.error-icon{font-size:48px;color:#f44336cc;margin-bottom:16px}.empty-container{text-align:center;padding:40px 20px;color:#fff9}.empty-icon{font-size:48px;color:#ffffff4d;margin-bottom:16px}.empty-icon .stats-card .ant-statistic,.empty-icon .stats-card .ant-statistic-title,.empty-icon .stats-card .ant-statistic-content,.empty-icon .stats-card .ant-statistic-content-value,.empty-icon .stats-card .ant-statistic-content-suffix,.empty-icon .section-card .ant-typography,.empty-icon .section-card .ant-card-head-title{color:var(--text-primary)!important}.empty-icon .stats-card .ant-typography-secondary,.empty-icon .section-card .ant-typography-secondary,.empty-icon .stats-card [data-type=secondary],.empty-icon .section-card [data-type=secondary]{color:var(--text-secondary)!important}.ant-statistic-content-value{color:#fffffff2!important;font-weight:600!important}.ant-statistic-title{color:#ffffffb3!important;font-weight:500!important}.ant-progress-text{color:#ffffffe6!important}.ant-progress-bg{background:#ffffff1a!important;border-radius:8px!important}.glass-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:#52c41a33!important;border-color:#52c41a99!important}.glass-steps .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#fff!important}.glass-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#52c41a33!important;border-color:#52c41a99!important}.glass-steps .ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#fff!important}.glass-steps .ant-steps-item-wait .ant-steps-item-icon{background-color:#ffffff1a!important;border-color:#ffffff4d!important}.glass-steps .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:#fff9!important}.glass-steps .ant-steps-item-title{color:#ffffffe6!important}.glass-steps .ant-steps-item-description{color:#fff9!important}.glass-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#52c41a99!important}.ant-form-item-label>label{color:#ffffffe6!important}.ant-form-item-label>label.ant-form-item-required:before{color:#ff4d4f!important}.glass-alert{background:#52c41a1a!important;border:1px solid rgba(82,196,26,.3)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px}.glass-alert .ant-alert-message{color:#ffffffe6!important}.glass-alert .ant-alert-description{color:#ffffffb3!important}.glass-alert.ant-alert-info{background:#1890ff1a!important;border:1px solid rgba(24,144,255,.3)!important}.glass-alert.ant-alert-info .ant-alert-icon{color:#1890ffe6!important}.glass-alert.ant-alert-success{background:#52c41a1a!important;border:1px solid rgba(82,196,26,.3)!important}.glass-alert.ant-alert-success .ant-alert-icon{color:#52c41ae6!important}.glass-alert.ant-alert-warning{background:#faad141a!important;border:1px solid rgba(250,173,20,.3)!important}.glass-alert.ant-alert-warning .ant-alert-icon{color:#faad14e6!important}.glass-alert.ant-alert-error{background:#f443361a!important;border:1px solid rgba(244,67,54,.3)!important}.glass-alert.ant-alert-error .ant-alert-icon{color:#f44336e6!important}.quota-request-page .ant-input-number.quota-number,.quota-request-page .ant-input-number.quota-number .ant-input-number-input-wrap,.quota-request-page .ant-input-number.quota-number .ant-input-number-input{height:44px!important}.quota-request-page .ant-input-number.quota-number{display:flex!important;align-items:center!important;padding:0 10px!important}.quota-request-page .ant-input-number.quota-number .ant-input-number-input{line-height:44px!important;padding:0!important}.quota-request-page .ant-input-textarea{padding:0!important}.ant-input-group-compact .ant-input:first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ant-input-group-compact .ant-input:first-child .fast-link-card .glass-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input-affix-wrapper,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input-number,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input-number-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select-selector,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select-selection-search,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select-selection-search-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-btn{height:28px!important;min-height:28px!important;line-height:28px!important;display:inline-flex!important;align-items:center!important}.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input-affix-wrapper .ant-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-input-number-input,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select-selection-item,.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select-selection-search-input{padding-top:0!important;padding-bottom:0!important}.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-select .ant-select-arrow{top:50%!important;transform:translateY(-50%)!important}.ant-input-group-compact .ant-input:first-child .fast-link-card .ant-btn>span{line-height:1!important}.ant-input-group-compact .ant-btn:last-child{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ant-divider{border-color:#fff3!important}.ant-typography.ant-typography-caption{color:#fff9!important}.stats-card .ant-statistic-title,.section-card .ant-card-head-title,.content-card .ant-typography{text-shadow:0 1px 2px rgba(0,0,0,.3)}::-webkit-scrollbar{width:0px;background:transparent}::-webkit-scrollbar-thumb{background:transparent}*{scrollbar-width:none}*{-ms-overflow-style:none}.ant-menu-item{overflow:hidden!important;white-space:nowrap!important}.ant-menu-item .ant-menu-title-content{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ant-layout-sider-collapsed .ant-menu-item{padding:0!important;text-align:center!important;width:48px!important;margin:4px 6px!important}.ant-layout-sider-collapsed .ant-menu-item .ant-menu-title-content{display:none!important}.ant-layout-sider-collapsed .ant-menu-item .anticon{margin:0!important;font-size:18px!important}.ant-form-item-label>label{color:#ffffffe6!important;font-weight:500!important}.ant-form-item-extra{color:#fff9!important}.glass-switch.ant-switch{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;transition:all .3s ease!important;box-shadow:0 2px 8px #0000001a!important;border-radius:100px!important}.glass-switch.ant-switch:hover{background:#fff3!important;border-color:#ffffff4d!important;box-shadow:0 4px 12px #00000026!important}.glass-switch.ant-switch-checked{background:#ffffff4d!important;border:1px solid rgba(255,255,255,.4)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;box-shadow:0 2px 8px #ffffff1a!important}.glass-switch.ant-switch-checked:hover{background:#fff6!important;border-color:#ffffff80!important;box-shadow:0 4px 12px #ffffff26!important}.glass-switch .ant-switch-handle{background:#fffffff2!important;border:1px solid rgba(255,255,255,.3)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;box-shadow:0 2px 6px #00000026!important;transition:all .3s ease!important;border-radius:50%!important;width:18px!important;height:18px!important}.glass-switch.ant-switch-checked .ant-switch-handle{background:#fffffffa!important;border-color:#fff6!important;box-shadow:0 2px 8px #0003!important}.glass-switch .ant-switch-handle:before{border-radius:50%!important}.glass-switch:focus{box-shadow:0 0 0 2px #ffffff1a!important}.glass-switch.ant-switch-checked:focus{box-shadow:0 0 0 2px #fff3!important}.ant-switch{background:#fff3!important}.ant-switch-checked{background:#4caf50cc!important}.ant-divider-horizontal{border-color:#fff3!important}.ant-input-number.glass-input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#ffffffe6!important;padding:8px 20px!important}.ant-input-number.glass-input:hover{border-color:#ffffff4d!important;background:#ffffff1f!important}.ant-input-number.glass-input:focus{border-color:#fff6!important;background:#ffffff26!important;box-shadow:0 0 0 2px #ffffff1a!important}.ant-input-number.glass-input .ant-input-number-input{background:transparent!important;border:none!important;color:#ffffffe6!important;padding:0!important}.ant-input-number.glass-input .ant-input-number-handler-wrap{background:#ffffff1a!important;border-left:1px solid rgba(255,255,255,.2)!important}.ant-input-number.glass-input .ant-input-number-handler{border:none!important;color:#ffffffb3!important}.ant-input-number.glass-input .ant-input-number-handler:hover{color:#ffffffe6!important}.glass-input.ant-input,.glass-input .ant-input{padding:12px 20px!important}.ant-input-number.glass-input .ant-input-number-input,.ant-input.glass-input,.ant-input.glass-input:focus,.ant-input.glass-input:hover,.glass-input .ant-input,.glass-input .ant-input:focus,.glass-input .ant-input:hover,.glass-input .ant-input-number-input{background:transparent!important;border:none!important}.ant-input-number.glass-input .ant-input-number-group-addon{background:transparent!important;border:none!important}.ant-input-number.glass-input-clean,.ant-input-number.glass-input-clean:hover,.ant-input-number.glass-input-clean:focus,.ant-input-number.glass-input-clean.ant-input-number-focused{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;box-shadow:none!important}.ant-input-number.glass-input-clean .ant-input-number-input,.ant-input-number.glass-input-clean .ant-input-number-input:focus,.ant-input-number.glass-input-clean .ant-input-number-input:hover{background:transparent!important;border:none!important;color:#ffffffe6!important;box-shadow:none!important}.ant-input-number.glass-input-clean .ant-input-number-handler-wrap{background:#ffffff1a!important;border-left:1px solid rgba(255,255,255,.2)!important;border-radius:0 12px 12px 0!important}.ant-input-number.glass-input-clean .ant-input-number-handler{background:transparent!important;border:none!important;color:#ffffffb3!important}.ant-input-number.glass-input-clean .ant-input-number-handler:hover{background:#ffffff1a!important;color:#ffffffe6!important}.ant-input-number.glass-input-clean .ant-input-number-group-addon{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-left:none!important;color:#ffffffb3!important;border-radius:0 12px 12px 0!important}.proxy-generator-input.ant-input-number{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:48px!important;font-size:16px!important}.proxy-generator-input.ant-input-number:hover{border-color:#ffffff4d!important;background:#ffffff1f!important}.proxy-generator-input.ant-input-number:focus-within{border-color:#fff6!important;background:#ffffff26!important;box-shadow:0 0 0 2px #ffffff1a!important}.proxy-generator-input.ant-input-number .ant-input-number-input{background:transparent!important;border:none!important;color:#fffffff2!important;font-weight:500!important;padding:0 16px!important;height:46px!important;line-height:46px!important;font-size:16px!important}.proxy-generator-input.ant-input-number .ant-input-number-handler-wrap{background:#ffffff26!important;border-left:1px solid rgba(255,255,255,.3)!important;border-radius:0 8px 8px 0!important;height:46px!important}.proxy-generator-input.ant-input-number .ant-input-number-handler{border:none!important;color:#fffc!important;background:transparent!important;font-size:16px!important;font-weight:700!important;height:23px!important;line-height:23px!important}.proxy-generator-input.ant-input-number .ant-input-number-handler:hover{color:#fff!important;background:#ffffff1a!important}.proxy-generator-input.ant-input-number .ant-input-number-handler-up{border-bottom:1px solid rgba(255,255,255,.2)!important;border-radius:0 8px 0 0!important}.proxy-generator-input.ant-input-number .ant-input-number-handler-down{border-radius:0 0 8px!important}.proxy-generator-input.ant-input-number .ant-input-number-input::placeholder{color:#ffffff80!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ant-slider{margin:14px 6px 10px!important;height:32px!important;position:relative!important}.ant-slider-rail{background:#ffffff26!important;height:6px!important;border-radius:3px!important;top:13px!important}.ant-slider-track{background:linear-gradient(90deg,#1890ff,#52c41a)!important;height:6px!important;border-radius:3px!important;top:13px!important}.ant-slider-handle{border:2px solid #1890ff!important;background:#fffffff2!important;width:16px!important;height:16px!important;margin-top:-5px!important;border-radius:50%!important;box-shadow:0 2px 6px #0003!important;top:13px!important}.ant-slider-handle:before,.ant-slider-handle:after{display:none!important}.ant-slider-handle:hover,.ant-slider-handle:focus{border-color:#40a9ff!important;box-shadow:0 0 0 4px #1890ff33,0 2px 6px #0003!important;transform:scale(1.1)!important;transition:all .2s ease!important}.ant-slider-mark{top:22px!important}.ant-slider-mark-text{color:#ffffffb3!important;font-size:12px!important;font-weight:500!important;transform:translate(-50%)!important}.ant-slider-mark-text-active{color:#fffffff2!important;font-weight:600!important}.ant-slider-dot{background:#ffffff4d!important;border:1px solid rgba(255,255,255,.5)!important;width:6px!important;height:6px!important;top:13px!important;margin-top:-3px!important;margin-left:-3px!important}.ant-slider-dot-active{background:#1890ff!important;border-color:#1890ff!important}.ant-radio-button-wrapper{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fffc!important;transition:all .3s ease!important}.ant-radio-button-wrapper-checked{background:#1890ff33!important;border-color:#1890ff66!important;color:#fffffff2!important;box-shadow:0 0 0 2px #1890ff1a!important}.ant-radio-button-wrapper-checked:hover{background:#1890ff40!important;border-color:#1890ff80!important}.ant-divider-horizontal.ant-divider-with-text{color:#ffffffb3!important;border-color:#fff3!important}.ant-divider-horizontal.ant-divider-with-text:before,.ant-divider-horizontal.ant-divider-with-text:after{border-top-color:#fff3!important}.ant-select-small .ant-select-selector{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important;border-radius:4px!important;height:24px!important;padding:0 8px!important}.ant-select-small .ant-select-selection-item{color:#ffffffe6!important;font-size:12px!important;line-height:22px!important}.ant-select-small .ant-select-arrow{color:#fff9!important}.ant-select-small:hover .ant-select-selector{border-color:#ffffff4d!important;background:#ffffff1f!important}.ant-select-small.ant-select-focused .ant-select-selector{border-color:#1890ff99!important;box-shadow:0 0 0 2px #1890ff1a!important}.ant-select-dropdown{background:#000c!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important}.ant-select-item-option-active{background:#ffffff14!important}.ant-table-tbody>tr.ant-table-row-selected>td{background:#1890ff1a!important}.ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#1890ff26!important}.ant-checkbox-wrapper{color:#fffffff2!important}.ant-checkbox-inner{background:#fffffff2!important;border-color:#fffffff2!important;box-shadow:0 2px 6px #00000026!important}.ant-checkbox-checked .ant-checkbox-inner{background:#fff!important;border-color:#fff!important}.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#fff!important}.ant-checkbox-indeterminate .ant-checkbox-inner{background:#fff!important;border-color:#fff!important}.status-select-dropdown{background:#000c!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important}.glass-card{background:#ffffff14!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:16px!important;box-shadow:0 8px 32px #0000004d!important}.glass-card .ant-card-head{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.glass-card .ant-card-body,.glass-card .ant-table{background:transparent!important}.glass-card .ant-table-thead>tr>th{background:#ffffff0d!important;border-bottom:1px solid rgba(255,255,255,.1)!important;color:#ffffffe6!important}.glass-card .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.05)!important;color:#fffc!important}.glass-card .ant-table-tbody>tr:hover>td{background:#ffffff14!important}.glass-card .ant-pagination{color:#fffc!important}.glass-card .ant-pagination .ant-pagination-item{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important}.glass-card .ant-pagination .ant-pagination-item a{color:#fffc!important}.glass-card .ant-pagination .ant-pagination-item-active{background:#1890ff4d!important;border-color:#1890ff80!important}.glass-card .ant-pagination .ant-pagination-item-active a{color:#fffffff2!important}.ant-tabs{color:#ffffffe6!important}.ant-tabs .ant-tabs-tab{color:#ffffffb3!important}.ant-tabs .ant-tabs-tab-active{color:#fffffff2!important}.ant-tabs .ant-tabs-ink-bar{background:#1890ffcc!important}.ant-tabs .ant-tabs-content-holder{background:transparent!important}.ant-table-wrapper{overflow-x:auto!important}.ant-table{min-width:800px!important}.ant-input,.ant-input-number,.ant-select-selector,.ant-input-number-input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important}.ant-input:focus,.ant-input-number:focus,.ant-select-focused .ant-select-selector,.ant-input-number-focused{background:#ffffff26!important;border-color:#1890ff99!important;box-shadow:0 0 0 2px #1890ff33!important}.ant-input::placeholder,.ant-input-number-input::placeholder{color:#ffffff80!important}.ant-input-number{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important}.ant-input-number-handler-wrap{background:#ffffff1a!important;border-left:1px solid rgba(255,255,255,.2)!important}.ant-input-number-handler{background:transparent!important;border:none!important;color:#ffffffb3!important}.ant-input-number-handler:hover{background:#ffffff1a!important;color:#ffffffe6!important}.ant-input-number-handler-up{border-bottom:1px solid rgba(255,255,255,.2)!important}.ant-input-number-input{background:transparent!important;border:none!important;color:#ffffffe6!important}.ant-input-number-group-addon{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffb3!important}.ant-input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important}.ant-select-dropdown{background:#000c!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important}.ant-select-item{color:#ffffffe6!important;background:transparent!important}.ant-select-item:hover{background:#ffffff1a!important}.ant-select-item-option-selected{background:#1890ff33!important;color:#fffffff2!important}.ant-alert{color:#fffffff2!important}.ant-alert-message{color:#fffffff2!important;font-weight:600!important}.ant-alert-description{color:#ffffffe6!important}.ant-alert-icon{color:inherit!important}.ant-radio-button-wrapper{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fffc!important;transition:all .2s ease!important}.ant-radio-button-wrapper:hover{background:#ffffff26!important;border-color:#ffffff4d!important;color:#ffffffe6!important}.ant-radio-button-wrapper-checked{background:#1890ff4d!important;border-color:#1890ff80!important;color:#fffffff2!important;box-shadow:0 2px 8px #1890ff33!important}.ant-radio-button-wrapper-checked:hover{background:#1890ff66!important;border-color:#1890ff99!important}.ant-radio-button-wrapper:first-child{border-radius:6px 0 0 6px!important}.ant-radio-button-wrapper:last-child{border-radius:0 6px 6px 0!important}.ant-radio-button-wrapper:only-child{border-radius:6px!important}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;max-height:200px;transform:translateY(0)}to{opacity:0;max-height:0;transform:translateY(-10px)}}.form-item-enter{animation:slideDown .3s ease-out forwards}.form-item-exit{animation:slideUp .3s ease-out forwards}.glass-card{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.glass-card:hover{transform:translateY(-2px)!important;box-shadow:0 12px 40px #0006!important;border-color:#fff3!important}.glass-button,.glass-button-secondary{transition:all .2s cubic-bezier(.4,0,.2,1)!important}.glass-button:hover,.glass-button-secondary:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px #0000004d!important}.glass-button:active,.glass-button-secondary:active{transform:translateY(0)!important}.glass-table .ant-table-tbody>tr{transition:all .2s ease!important}.glass-table .ant-table-tbody>tr:hover{transform:translate(2px)!important;background:#ffffff14!important}.glass-input.ant-input-password{padding:0!important}.glass-input.ant-input-password .ant-input{padding:12px 20px!important}.ant-tabs-tab{color:#ffffffb3!important;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;border-radius:0!important;margin:0 16px!important;padding:12px 24px!important;flex:1!important;text-align:center!important;transition:all .3s ease!important;font-weight:400!important;font-size:14px!important}.ant-tabs-tab .ant-tabs-tab-btn{color:#ffffffb3!important;font-weight:400!important;font-size:14px!important}.ant-tabs-tab:hover{color:#ffffffe6!important;background:#ffffff0d!important;border-radius:8px!important}.ant-tabs-tab:hover .ant-tabs-tab-btn{color:#ffffffe6!important}.ant-tabs-tab-active{color:#fff!important;background:transparent!important;border-bottom-color:#fff!important;font-weight:700!important;border-radius:0!important;font-size:16px!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:700!important;font-size:16px!important}.ant-tabs-nav-wrap{margin-bottom:24px!important}.ant-tabs-nav-list{display:flex!important;width:100%!important}.ant-tabs-ink-bar{display:none!important}.glass-table .ant-table{background:transparent!important;color:#ffffffe6!important}.glass-table .ant-table-thead>tr>th{background:#ffffff1a!important;border-bottom:1px solid rgba(255,255,255,.2)!important;color:#fffffff2!important;font-weight:600!important}.glass-table .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;color:#ffffffe6!important}.glass-table .ant-table-tbody>tr:hover>td{background:#ffffff0d!important}.glass-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#ffffff1a!important}.glass-table .ant-pagination{color:#ffffffe6!important}.glass-table .ant-pagination .ant-pagination-item{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important}.glass-table .ant-pagination .ant-pagination-item a{color:#ffffffe6!important}.glass-pagination .ant-pagination-total-text,.glass-pagination .ant-pagination-item a,.glass-pagination .ant-pagination-prev .ant-pagination-item-link,.glass-pagination .ant-pagination-next .ant-pagination-item-link{color:#ffffffeb!important}.glass-pagination .ant-pagination-item{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.glass-pagination .ant-pagination-item-active{background:#52c41a40!important;border-color:#52c41a73!important}.glass-pagination .ant-pagination-item-active a{color:#fffffff5!important}.glass-pagination .ant-pagination-prev .ant-pagination-item-link,.glass-pagination .ant-pagination-next .ant-pagination-item-link{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.glass-table .ant-pagination .ant-pagination-item-active{background:#fff3!important;border-color:#fff6!important}.glass-table .ant-pagination .ant-pagination-item-active a{color:#fffffff2!important}.glass-table .ant-pagination .ant-pagination-prev,.glass-table .ant-pagination .ant-pagination-next{color:#ffffffe6!important}.glass-table .ant-pagination .ant-pagination-prev:hover,.glass-table .ant-pagination .ant-pagination-next:hover{color:#fffffff2!important}.glass-table .ant-pagination .ant-pagination-options,.glass-table .ant-pagination .ant-select{color:#ffffffe6!important}.glass-table .ant-pagination .ant-select .ant-select-selector{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important}.glass-table .ant-pagination .ant-pagination-total-text{color:#ffffffe6!important}.ant-tag{border-radius:6px!important;font-weight:500!important}.glass-table .ant-empty,.glass-table .ant-empty .ant-empty-description{color:#ffffffb3!important}.glass-table .ant-table-placeholder{background:transparent!important;border:none!important}.glass-table .ant-table-placeholder .ant-table-cell{background:transparent!important;border:none!important;padding:0!important}.glass-table .ant-table-tbody .ant-empty-normal{margin:0!important;color:#ffffffb3!important}.glass-table .ant-table-tbody .ant-empty-normal .ant-empty-image{height:auto!important;margin-bottom:16px!important}.glass-table .ant-table-tbody .ant-empty-normal .ant-empty-description{color:#ffffffb3!important;font-size:14px!important}.ant-select.glass-input{background:#ffffff1a!important;border-radius:12px!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.ant-select.glass-input .ant-select-selector{background:transparent!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;color:#ffffffe6!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:0 20px!important}.ant-select.glass-input:hover .ant-select-selector{border-color:#ffffff4d!important;background:#ffffff1f!important}.ant-select.glass-input.ant-select-focused .ant-select-selector,.glass-select.ant-select-focused .ant-select-selector{border-color:#fff6!important;background:#ffffff26!important;box-shadow:0 0 0 2px #ffffff1a!important}.ant-select.glass-input .ant-select-selection-item{color:#ffffffe6!important}.ant-select.glass-input .ant-select-selection-placeholder{color:#ffffff80!important}.ant-select.glass-input .ant-select-arrow{color:#ffffffb3!important}.ant-select.glass-input:hover .ant-select-arrow{color:#ffffffe6!important}.pagination-size-select.ant-select,.pagination-size-select.ant-select.ant-select-sm{height:32px!important;width:120px!important}.pagination-size-select.ant-select .ant-select-selector,.pagination-size-select.ant-select.ant-select-sm .ant-select-selector{height:100%!important;padding:0 8px!important;font-size:12px!important;min-height:100%!important;display:flex!important;align-items:center!important}.pagination-size-select.ant-select .ant-select-selection-wrap,.pagination-size-select.ant-select.ant-select-sm .ant-select-selection-wrap{height:100%!important;display:flex!important;align-items:center!important}.pagination-size-select.ant-select .ant-select-selection-item,.pagination-size-select.ant-select.ant-select-sm .ant-select-selection-item{line-height:100%!important;font-size:12px!important;padding:0!important;height:auto!important}.pagination-size-select.ant-select .ant-select-arrow,.pagination-size-select.ant-select.ant-select-sm .ant-select-arrow{font-size:10px!important;right:6px!important;top:50%!important;transform:translateY(-50%)!important;margin-top:0!important}.pagination-size-select.ant-select .ant-select-selection-search,.pagination-size-select.ant-select.ant-select-sm .ant-select-selection-search{height:100%!important;display:flex!important;align-items:center!important}.pagination-size-select.ant-select .ant-select-selection-search-input,.pagination-size-select.ant-select.ant-select-sm .ant-select-selection-search-input{height:100%!important}.compact-select.ant-select,.compact-select.ant-select.ant-select-sm{height:14px!important}.compact-select.ant-select .ant-select-selector,.compact-select.ant-select.ant-select-sm .ant-select-selector{height:100%!important;padding:0 4px!important;font-size:9px!important;min-height:100%!important;display:flex!important;align-items:center!important}.compact-select.ant-select .ant-select-selection-wrap,.compact-select.ant-select.ant-select-sm .ant-select-selection-wrap{height:100%!important;display:flex!important;align-items:center!important}.compact-select.ant-select .ant-select-selection-item,.compact-select.ant-select.ant-select-sm .ant-select-selection-item{line-height:100%!important;font-size:9px!important;padding:0!important;height:auto!important}.compact-select.ant-select .ant-select-arrow,.compact-select.ant-select.ant-select-sm .ant-select-arrow{font-size:7px!important;right:3px!important;top:50%!important;transform:translateY(-50%)!important;margin-top:0!important}.compact-select.ant-select .ant-select-selection-search,.compact-select.ant-select.ant-select-sm .ant-select-selection-search{height:100%!important;display:flex!important;align-items:center!important}.compact-select.ant-select .ant-select-selection-search-input,.compact-select.ant-select.ant-select-sm .ant-select-selection-search-input{height:100%!important}.page-jump-input.ant-input-number{height:32px!important;font-size:12px!important;width:120px!important}.page-jump-input.ant-input-number .ant-input-number-input{height:100%!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}.page-jump-input.ant-input-number .ant-input-number-handler-wrap{height:100%!important}.page-jump-input.ant-input-number .ant-input-number-handler{height:50%!important;font-size:10px!important;line-height:16px!important}.compact-select.ant-input-number{height:14px!important;font-size:9px!important;width:120px!important}.compact-select.ant-input-number .ant-input-number-input{height:100%!important;padding:0 3px!important;font-size:9px!important;line-height:12px!important}.compact-select.ant-input-number .ant-input-number-handler-wrap{height:100%!important}.compact-select.ant-input-number .ant-input-number-handler{height:50%!important;font-size:6px!important;line-height:7px!important}.ant-select-dropdown{background:#ffffff26!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:12px!important;box-shadow:0 8px 32px #0003,0 0 0 1px #fff3 inset!important}.ant-select-dropdown .ant-select-item{color:#ffffffe6!important;background:transparent!important;font-weight:500!important;font-size:12px!important}.ant-select-dropdown .ant-select-item:hover{background:#ffffff1a!important;color:#fffffff2!important}.ant-select-dropdown .ant-select-item-option-selected{background:#ffffff26!important;color:#fffffff2!important;font-weight:600!important}.glass-modal.ant-modal .ant-modal-content,.glass-modal .ant-modal-content,.ant-modal.glass-modal .ant-modal-content{background:#ffffff1f!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:16px!important;box-shadow:0 16px 48px #0006,0 0 0 1px #ffffff26 inset!important}.glass-modal .ant-modal-header{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;border-radius:16px 16px 0 0!important;padding:20px 24px 16px!important}.glass-modal .ant-modal-title{color:#fffffff2!important;font-weight:600!important;font-size:18px!important}.glass-modal .ant-modal-close{color:#ffffffb3!important}.glass-modal .ant-modal-close:hover{color:#fffffff2!important}.glass-modal .ant-modal-body{padding:24px!important;color:#fffffff2!important}.glass-modal .ant-modal-body .ant-typography{color:#fffffff2!important}.glass-modal .ant-modal-body .ant-space>.ant-space-item>div{background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important}.glass-modal .ant-modal-body .ant-btn{background:transparent!important;border:none!important;color:#ffffffb3!important}.glass-modal .ant-modal-body .ant-btn:hover{background:#ffffff1a!important;color:#fffffff2!important}.glass-modal .ant-modal-footer{background:transparent!important;border-top:1px solid rgba(255,255,255,.1)!important;border-radius:0 0 16px 16px!important;padding:16px 24px 20px!important}.glass-modal .ant-modal-mask{background:#0009!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.glass-table .ant-table-tbody>tr:hover{background:#ffffff14!important;cursor:pointer!important}.glass-table .ant-table-tbody>tr:hover>td{background:transparent!important}@keyframes shimmer{0%{transform:translate(-100%);opacity:0}50%{opacity:1}to{transform:translate(100%);opacity:0}}.ant-layout{background:transparent!important}.ant-layout-sider{background:#ffffff0d!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-right:1px solid rgba(255,255,255,.1)!important}.ant-layout-header{background:#ffffff0d!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.ant-layout-content{background:transparent!important}.glass-button{background:#fff3!important;border:1px solid rgba(255,255,255,.3)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border-radius:8px!important;color:#fffffff2!important;font-weight:500!important;transition:all .3s ease!important}.glass-button:hover{background:#ffffff4d!important;border:1px solid rgba(255,255,255,.4)!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00000026!important}.glass-button:active{transform:translateY(0)!important;box-shadow:0 2px 6px #0000001a!important}.glass-drawer .ant-drawer-content{background:#0000004d!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.glass-drawer .ant-drawer-header{background:#ffffff0d!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.glass-drawer .ant-drawer-body{background:#ffffff05!important}.glass-drawer .ant-drawer-close{color:#ffffffb3!important}.glass-drawer .ant-drawer-close:hover{color:#fff!important;background:#ffffff1a!important}.glass-drawer .ant-descriptions-item-label{color:#ffffffb3!important;font-weight:500!important}.glass-drawer .ant-descriptions-item-content{color:#ffffffe6!important}.pagination-size-select{width:100px!important;height:32px!important}.pagination-size-select .ant-select-selector{height:32px!important;padding:0 12px!important;font-size:12px!important}.page-jump-input{width:60px!important;height:32px!important}.page-jump-input .ant-input-number-input{height:30px!important;font-size:12px!important;text-align:center!important}.glass-button-secondary{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.15)!important;color:#fffc!important;border-radius:6px!important;font-size:12px!important;height:32px!important;padding:0 12px!important;transition:all .3s ease!important}.glass-button-secondary:hover{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.25)!important;color:#fffffff2!important}.glass-button-secondary:disabled{background:#ffffff05!important;border:1px solid rgba(255,255,255,.05)!important;color:#ffffff4d!important;cursor:not-allowed!important}.glass-table .ant-table-body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}.glass-table .ant-table-body::-webkit-scrollbar{height:8px;width:8px}.glass-table .ant-table-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.glass-table .ant-table-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px;transition:background .3s ease}.glass-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#fff6}.glass-table .ant-table-body::-webkit-scrollbar-corner{background:#ffffff0d}.table-container{overflow:hidden;border-radius:12px}.glass-table .ant-table-container,.glass-table .ant-table-content{border-radius:12px}.glass-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.glass-table .ant-table-tbody>tr>td.ant-table-cell-fix-left{background:#ffffff1a!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.glass-table .ant-table-cell-fix-left,.glass-table .ant-table-cell-fix-right{position:static!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.quota-review-page,.quota-review-page .ant-typography,.quota-review-page .section-card,.quota-review-page .ant-table{color:#ffffffe6!important}.quota-review-page .ant-typography-secondary,.quota-review-page .ant-descriptions-item-content .ant-typography-secondary{color:#ffffffa6!important}.quota-review-page .ant-table-thead>tr>th{color:#ffffffd9!important}.quota-review-page .ant-table-tbody>tr>td{color:#ffffffe6!important}.quota-review-page .ant-tag{color:inherit}.quota-review-page .ant-pagination,.quota-review-page .ant-pagination *{color:#ffffffd9!important}.quota-review-page .ant-pagination{flex-wrap:nowrap!important;white-space:nowrap!important}.quota-pagination-wrap{overflow-x:auto!important}.quota-review-page .ant-pagination .ant-pagination-total-text{white-space:nowrap!important}.recharts-wrapper{color:#ffffffe6!important}@media (max-width: 768px){.quota-review-page{padding-left:8px!important;padding-right:8px!important}.quota-review-page .content-card,.quota-review-page .section-card .ant-card-body{padding-left:12px!important;padding-right:12px!important}}@media (max-width: 576px){.quota-review-page{padding-left:6px!important;padding-right:6px!important}.quota-review-page .content-card,.quota-review-page .section-card .ant-card-body{padding-left:10px!important;padding-right:10px!important}}.recharts-cartesian-axis-tick-value{fill:#ffffffb3!important}.recharts-legend-item-text{color:#fffc!important}.recharts-tooltip-wrapper{filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.section-card .recharts-wrapper{animation:chartFadeIn .8s ease-out}@keyframes chartFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-card:hover .recharts-wrapper{transform:scale(1.01);transition:transform .3s ease}.recharts-pie-label-text{fill:#ffffffe6!important;font-size:12px!important;font-weight:500!important}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-stat{padding:16px 0}.skeleton-title,.skeleton-value,.skeleton-detail{background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.skeleton-title{height:16px;width:60%}.skeleton-value{height:32px;width:80%}.skeleton-detail{height:12px;width:90%}.chart-skeleton{display:flex;flex-direction:column;justify-content:center;align-items:center;height:350px;padding:20px}.skeleton-chart-line{width:100%;height:60px;background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:16px}.skeleton-chart-line:nth-child(1){animation-delay:0s}.skeleton-chart-line:nth-child(2){animation-delay:.2s}.skeleton-chart-line:nth-child(3){animation-delay:.4s}.skeleton-chart-axis{width:100%;height:20px;background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;animation-delay:.6s}.pie-skeleton{display:flex;flex-direction:column;justify-content:center;align-items:center;height:350px;padding:20px}.skeleton-pie-circle{width:240px;height:240px;border-radius:50%;background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;margin-bottom:20px}.skeleton-pie-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.skeleton-legend-item{width:80px;height:16px;background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-legend-item:nth-child(1){animation-delay:0s}.skeleton-legend-item:nth-child(2){animation-delay:.2s}.skeleton-legend-item:nth-child(3){animation-delay:.4s}.skeleton-legend-item:nth-child(4){animation-delay:.6s}.table-skeleton{padding:16px 0}.skeleton-table-header{display:flex;gap:16px;margin-bottom:16px;padding:0 16px}.skeleton-table-header-item{background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;height:20px;flex:1}.skeleton-table-row{display:flex;gap:16px;margin-bottom:12px;padding:0 16px}.skeleton-table-cell{background:linear-gradient(90deg,#ffffff14 25%,#ffffff26,#ffffff14 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;height:16px;flex:1}.skeleton-table-row:nth-child(1) .skeleton-table-cell{animation-delay:0s}.skeleton-table-row:nth-child(2) .skeleton-table-cell{animation-delay:.1s}.skeleton-table-row:nth-child(3) .skeleton-table-cell{animation-delay:.2s}.skeleton-table-row:nth-child(4) .skeleton-table-cell{animation-delay:.3s}.skeleton-table-row:nth-child(5) .skeleton-table-cell{animation-delay:.4s}.stats-card.loading,.chart-card.loading{opacity:.8;transform:scale(.98);transition:all .3s ease}.stats-card.loaded,.chart-card.loaded{opacity:1;transform:scale(1);transition:all .5s ease}.chart-container.fade-in{animation:fadeInUp .8s ease-out}.empty-chart.fade-in{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.glass-modal .ant-modal-wrap .ant-modal .ant-modal-content{background:#ffffff1f!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:16px!important;box-shadow:0 16px 48px #0006,0 0 0 1px #ffffff26 inset!important}.ant-modal-wrap .glass-modal .ant-modal-content{background:#ffffff1f!important}.glass-button:hover{background:#ffffff4d!important;border-color:#fff6!important;color:#fffffffa!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00000026!important}.glass-button:focus{background:#ffffff40!important;border-color:#fff6!important;color:#fffffffa!important;box-shadow:0 0 0 2px #ffffff1a!important}.glass-button-secondary{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border-radius:8px!important;color:#fffc!important;font-weight:400!important;transition:all .3s ease!important}.glass-button-secondary:hover{background:#ffffff26!important;border-color:#ffffff4d!important;color:#fffffff2!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #0000001a!important}.glass-button-secondary:focus{background:#ffffff1f!important;border-color:#ffffff4d!important;color:#fffffff2!important;box-shadow:0 0 0 2px #ffffff1a!important}.glass-button-secondary:disabled{background:#ffffff0d!important;border-color:#ffffff1a!important;color:#fff6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.glass-button-secondary:disabled:hover{background:#ffffff0d!important;border-color:#ffffff1a!important;color:#fff6!important;transform:none!important;box-shadow:none!important}.ant-picker-dropdown{background:#ffffff26!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:12px!important;box-shadow:0 8px 32px #0003!important}.ant-picker-panel{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:8px!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important}.ant-picker-header{border-bottom:1px solid rgba(255,255,255,.1)!important}.ant-picker-header-view{color:#fffffff2!important}.ant-picker-prev-icon,.ant-picker-next-icon,.ant-picker-super-prev-icon,.ant-picker-super-next-icon{color:#fffc!important}.ant-picker-prev-icon:hover,.ant-picker-next-icon:hover,.ant-picker-super-prev-icon:hover,.ant-picker-super-next-icon:hover{color:#fffffff2!important}.ant-picker-content{background:#ffffff14!important;border-radius:6px!important}.ant-picker-body{background:#ffffff0f!important;border-radius:6px!important}.ant-picker-date-panel{background:#ffffff1a!important;border-radius:6px!important}.ant-picker-cell{color:#fffc!important;background:transparent!important}.ant-picker-cell-inner{background:transparent!important;color:#fffc!important;border-radius:4px!important;transition:all .3s ease!important}.ant-picker-cell-disabled .ant-picker-cell-inner{color:#ffffff4d!important;background:transparent!important}.ant-picker-cell-disabled:hover .ant-picker-cell-inner{background:transparent!important;color:#ffffff4d!important}.ant-picker-table,.ant-picker-table tbody,.ant-picker-table td{background:transparent!important}.ant-picker-table th{background:transparent!important;color:#ffffffb3!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.ant-picker-cell:hover .ant-picker-cell-inner{background:#ffffff26!important;color:#fffffff2!important}.ant-picker-cell-selected .ant-picker-cell-inner{background:#ffffffe6!important;color:#000000e6!important;border:1px solid rgba(255,255,255,.95)!important;font-weight:600!important;box-shadow:0 2px 8px #fff3!important}.ant-picker-today .ant-picker-cell-inner{border:2px solid rgba(255,255,255,.8)!important;color:#fffffff2!important;background:#ffffff26!important;font-weight:500!important}.ant-picker-footer{border-top:1px solid rgba(255,255,255,.1)!important;background:transparent!important}.ant-picker-footer .ant-btn{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fffc!important}.ant-picker-footer .ant-btn:hover{background:#ffffff26!important;border-color:#ffffff4d!important;color:#fffffff2!important}.ant-picker-footer .ant-btn-primary{background:#fff3!important;border-color:#ffffff4d!important;color:#fffffff2!important}.ant-picker-footer .ant-btn-primary:hover{background:#ffffff4d!important;border-color:#fff6!important;color:#fffffffa!important}.ant-picker-dropdown .ant-picker-panel-container,.ant-picker-dropdown .ant-picker-panels,.ant-picker-range-wrapper{background:transparent!important}.ant-picker-range-arrow{background:#000c!important;border:1px solid rgba(255,255,255,.3)!important}.ant-picker-dropdown *{background-color:transparent!important}.ant-picker-dropdown .ant-picker-panel{background:#ffffff1f!important}.ant-picker-dropdown .ant-picker-content{background:#ffffff14!important}.ant-picker-dropdown .ant-picker-body{background:#ffffff0f!important}.ant-picker-month-panel,.ant-picker-year-panel,.ant-picker-decade-panel{background:#ffffff1f!important}.ant-picker-month-panel .ant-picker-content,.ant-picker-year-panel .ant-picker-content,.ant-picker-decade-panel .ant-picker-content{background:#ffffff14!important}.ant-picker-month-panel .ant-picker-cell-inner,.ant-picker-year-panel .ant-picker-cell-inner,.ant-picker-decade-panel .ant-picker-cell-inner{background:transparent!important;color:#fffc!important}.ant-picker-month-panel .ant-picker-cell:hover .ant-picker-cell-inner,.ant-picker-year-panel .ant-picker-cell:hover .ant-picker-cell-inner,.ant-picker-decade-panel .ant-picker-cell:hover .ant-picker-cell-inner{background:#fff3!important;color:#fffffff2!important}.ant-picker-header-view button{color:#fffffff2!important;background:transparent!important;border:none!important;border-radius:6px!important;font-weight:500!important;transition:all .3s ease!important}.ant-picker-header-view button:hover{background:transparent!important;border:none!important;color:#fff!important;transform:translateY(-1px)!important}.ant-picker-table th{background:transparent!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.15)!important;font-weight:600!important;font-size:12px!important;text-align:center!important;padding:8px 4px!important}.ant-picker-cell-inner{width:28px!important;height:28px!important;line-height:26px!important;border-radius:6px!important;font-size:13px!important;font-weight:500!important;text-align:center!important;transition:all .2s ease!important}.ant-picker-cell-disabled .ant-picker-cell-inner{color:#ffffff40!important;background:transparent!important;cursor:not-allowed!important}.ant-picker-active-bar{background:#fff!important}div.ant-picker-cell-inner:before{display:none!important;content:none!important;background:none!important;border:none!important;width:0!important;height:0!important}.ant-picker-content thead th,.ant-picker-date-panel .ant-picker-content thead th,.ant-picker-body thead th{color:#fff!important}.ant-picker-cell-range-start,.ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-cell-in-view,.ant-picker-cell-in-view .ant-picker-cell-inner,.ant-picker-cell-today,.ant-picker-cell-today .ant-picker-cell-inner,.ant-picker-cell-in-range,.ant-picker-cell-in-range .ant-picker-cell-inner{background:none!important;border:none!important;box-shadow:none!important}.ant-picker-dropdown .ant-picker-cell:before{height:0px!important}.ant-picker.glass-input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#ffffffe6!important;padding:0!important}.ant-picker.glass-input:hover{border-color:#ffffff4d!important;background:#ffffff1f!important}.ant-picker.glass-input:focus,.ant-picker.glass-input.ant-picker-focused{border-color:#fff6!important;background:#ffffff26!important;box-shadow:0 0 0 2px #ffffff1a!important}.ant-picker.glass-input .ant-picker-input{background:transparent!important;border:none!important;color:#ffffffe6!important;padding:8px 16px!important}.ant-picker.glass-input .ant-picker-input input{background:transparent!important;border:none!important;color:#ffffffe6!important;padding:0 4px!important}.ant-picker.glass-input .ant-picker-input input::placeholder{color:#ffffff80!important}.ant-picker.glass-input .ant-picker-suffix{color:#fff9!important;margin-right:16px!important}.ant-picker.glass-input .ant-picker-suffix:hover{color:#fffc!important}.ant-picker.glass-input .ant-picker-clear{background:#ffffff1a!important;color:#fff9!important;border-radius:50%!important}.ant-picker.glass-input .ant-picker-clear:hover{background:#fff3!important;color:#fffc!important}.ant-input-sm.glass-input,.ant-input-sm,.glass-input.ant-input-sm{padding:8px 16px!important}.glass-input.ant-input-sm .ant-input{padding:0 4px!important}.ant-input.ant-input-sm{padding:8px 16px!important}.ant-picker-range.glass-input .ant-picker-input{padding:8px 12px!important}.ant-picker-range.glass-input .ant-picker-input input{padding:0 8px!important;text-align:center!important}.ant-picker-range.glass-input .ant-picker-range-separator{color:#fff9!important;padding:0 8px!important}.pagination-size-select{width:120px!important}.pagination-size-select .ant-select-selector{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important;height:32px!important;padding:0 20px!important}.pagination-size-select .ant-select-selector:hover{background:#ffffff26!important;border-color:#ffffff4d!important}.page-jump-input{width:80px!important}.page-jump-input .ant-input-number-input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important;height:30px!important;text-align:center!important;padding:0 12px!important}.page-jump-input .ant-input-number-input:hover{background:#ffffff26!important;border-color:#ffffff4d!important}.page-jump-input .ant-input-number-input:focus{background:#ffffff26!important;border-color:#fff6!important;box-shadow:0 0 0 2px #ffffff1a!important}.ant-checkbox-inner{background:#fff3!important;border-color:#ffffff80!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;box-shadow:0 2px 6px #00000026!important}.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#ffffffb3!important}.ant-checkbox-checked .ant-checkbox-inner{background:#fff9!important;border-color:#ffffffd9!important}.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#000000d9!important}.ant-checkbox-indeterminate .ant-checkbox-inner{background:#fff9!important;border-color:#ffffffd9!important}.ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#000000d9!important}.history-controls .ant-select,.history-controls .ant-select .ant-select-selector,.history-controls .ant-btn,.history-controls .ant-input-number{height:32px!important}.history-controls .ant-select .ant-select-selector{display:flex!important;align-items:center!important;padding:0 12px!important}.history-controls .ant-btn{display:inline-flex!important;align-items:center!important;padding:0 12px!important}.history-controls .ant-input-number-input{height:30px!important;line-height:30px!important;padding:0 8px!important;font-size:12px!important}.history-controls .ant-select,.history-controls .ant-select .ant-select-selector,.history-controls .ant-select.ant-select-sm,.history-controls .ant-select-sm .ant-select-selector,.history-controls .ant-btn,.history-controls .ant-btn.ant-btn-sm,.history-controls .ant-input-number,.history-controls .ant-input-number.ant-input-number-sm{height:32px!important}.history-controls .ant-select .ant-select-selector,.history-controls .ant-select-sm .ant-select-selector{display:flex!important;align-items:center!important;padding:0 12px!important}.history-controls .ant-select .ant-select-selection-item{line-height:30px!important;height:auto!important;font-size:12px!important}.history-controls .ant-select .ant-select-arrow{top:50%!important;transform:translateY(-50%)!important}.history-controls .ant-btn,.history-controls .ant-btn.ant-btn-sm{display:inline-flex!important;align-items:center!important;padding:0 12px!important}.history-controls .ant-btn>span{line-height:32px!important}.history-controls .ant-input-number-input{height:30px!important;line-height:30px!important;padding:0 8px!important;font-size:12px!important;text-align:center!important}.history-controls .page-jump-input{width:120px!important}.uniform-height{height:36px!important}.uniform-height .ant-btn,.uniform-height .ant-input,.uniform-height .ant-select-selector,.uniform-height .ant-picker,.uniform-height .ant-date-picker,.uniform-height .ant-input-number,.uniform-height .ant-input-number-input{height:36px!important;line-height:34px!important}.uniform-height .ant-select-selection-search-input{height:34px!important}.uniform-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.uniform-toolbar>*{height:36px;display:flex;align-items:center}.uniform-btn-group{display:flex;gap:8px;align-items:center}.history-controls .ant-select,.history-controls .ant-select-selector{height:28px!important;min-height:28px!important}.history-controls .ant-select-selector{display:flex!important;align-items:center!important;padding:0 8px!important}.history-controls .ant-select-selection-item{line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.history-controls .page-jump-input .ant-input-number-input{padding:0 6px!important;height:28px!important;line-height:28px!important}.history-controls .ant-btn,.history-controls .page-jump-input,.history-controls .pagination-size-select .ant-select-selector{height:28px!important;line-height:28px!important}.uniform-btn-group .ant-btn{height:36px!important;line-height:34px!important;padding:0 16px;display:flex;align-items:center;justify-content:center}.uniform-btn-group .ant-btn .history-page .history-controls .ant-btn,.uniform-btn-group .ant-btn .history-page .history-controls .ant-select,.uniform-btn-group .ant-btn .history-page .history-controls .ant-select-selector,.uniform-btn-group .ant-btn .history-page .history-controls .ant-input-number,.uniform-btn-group .ant-btn .history-page .history-controls .page-jump-input,.uniform-btn-group .ant-btn .history-page .history-controls .page-jump-input .ant-input-number-input{height:28px!important;line-height:28px!important}.uniform-btn-group .ant-btn .history-page .history-controls .ant-select-selector{display:flex!important;align-items:center!important;padding:0 8px!important}.uniform-btn-group .ant-btn .history-page .history-controls .ant-select-selection-item{line-height:28px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.uniform-btn-group .ant-btn .history-page .history-controls .ant-select .ant-select-arrow{top:50%!important;transform:translateY(-50%)!important}.uniform-btn-group .ant-btn .history-page .history-controls .page-jump-input .ant-input-number-input{padding:0 6px!important}.history-page .history-controls .ant-input-number{padding:0!important}.history-page .history-controls .ant-input-number .ant-input-number-input-wrap{height:100%!important;display:flex!important;align-items:center!important}.history-page .history-controls .ant-input-number-input{height:100%!important;line-height:28px!important}.uniform-pagination-controls{display:flex;align-items:center;gap:16px;min-height:36px;flex-wrap:wrap}.uniform-pagination-controls .ant-btn,.uniform-pagination-controls .ant-select-selector,.uniform-pagination-controls .ant-input-number,.uniform-pagination-controls .pagination-size-select .ant-select-selector,.uniform-pagination-controls .page-jump-input .ant-input-number{height:36px!important;line-height:34px!important}.uniform-pagination-controls .page-jump-input{width:80px}.uniform-pagination-controls .pagination-size-select{width:120px}@media (max-width: 768px){.uniform-toolbar{flex-direction:column;align-items:stretch}.uniform-toolbar>*{width:100%;height:40px}.uniform-btn-group{flex-wrap:wrap}.uniform-pagination-controls{flex-wrap:wrap;gap:8px}.uniform-pagination-controls>*{height:40px!important}.uniform-pagination-controls .ant-btn,.uniform-pagination-controls .ant-select-selector,.uniform-pagination-controls .ant-input-number{height:40px!important;line-height:38px!important}}.proxy-generator-input.ant-input-number .ant-input-number-input{padding:0 6px!important;height:32px!important;line-height:32px!important;box-sizing:border-box!important}.ant-input-number-group-wrapper.glass-input .ant-input-number,.ant-input-number-group-wrapper.glass-input .ant-input-number .ant-input-number-input,.ant-input-number-group-wrapper.glass-input .ant-input-number-wrapper{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.ant-input-number-group-wrapper.glass-input .ant-input-number{border-color:transparent!important;box-shadow:none!important}.proxy-generator-page .pagination-controls{flex-wrap:wrap!important;gap:12px!important}.proxy-generator-page .task-history-header{flex-wrap:wrap!important;gap:8px!important}@media (max-width: 768px){.proxy-generator-page .task-history-header{flex-direction:column!important;align-items:stretch!important}.proxy-generator-page .task-history-actions.ant-space{display:flex!important;width:100%!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:8px!important}}@media (max-width: 768px){.proxy-generator-page .pagination-controls{flex-direction:column!important;align-items:stretch!important}.proxy-generator-page .pagination-controls>div{width:100%!important;justify-content:center!important}.history-page .history-controls.uniform-pagination-controls{width:100%!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:8px!important}.history-page .history-controls .page-jump-input{width:90px!important}}.ant-input-affix-wrapper.glass-input-clean{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#fffffff2!important}.ant-input-affix-wrapper.glass-input-clean .ant-input{background:transparent!important;color:#fffffff2!important}.ant-input-affix-wrapper.glass-input-clean .ant-input::placeholder{color:#ffffff80!important}.ant-input-affix-wrapper.glass-input-clean .ant-input-prefix{color:#ffffffb3!important}.ant-select.glass-input-clean{background:transparent!important;border:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.ant-select.glass-input-clean .ant-select-selector{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#fffffff2!important}.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder{color:#fffffff2!important}:is(.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder) .ant-input-affix-wrapper.glass-input-clean .ant-input{border:none!important;box-shadow:none!important}:is(.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder) .ant-input-affix-wrapper.glass-input-clean .ant-input:focus,:is(.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder) .ant-input-affix-wrapper.glass-input-clean .ant-input:hover{border:none!important;box-shadow:none!important}:is(.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder) .ant-input-affix-wrapper.glass-input-clean:hover,:is(.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder) .ant-input-affix-wrapper.glass-input-clean:focus,:is(.ant-select.glass-input-clean .ant-select-selection-item,.ant-select.glass-input-clean .ant-select-selection-placeholder) .ant-input-affix-wrapper.glass-input-clean:focus-within{border-color:#ffffff4d!important;box-shadow:none!important}.ant-select.glass-input-clean .ant-select-arrow{color:#fffc!important}.ant-select.glass-compact .ant-select-selection-item,.ant-select.glass-compact .ant-select-selection-placeholder{color:#fffffff2!important}.ant-select.glass-compact .ant-select-arrow{color:#fffc!important}.uniform-pagination-controls{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.uniform-height{height:32px!important;line-height:32px!important;padding:0 16px!important}.ant-picker.glass-compact .ant-picker-input input{border:none!important;box-shadow:none!important;background:transparent!important}.ant-picker.glass-compact .ant-picker-input input:focus,.ant-picker.glass-compact{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#fffffff2!important}.ant-picker.glass-compact .ant-picker-input>input{color:#fffffff2!important}.ant-picker.glass-compact .ant-picker-input>input::placeholder{color:#ffffff80!important}@media (max-width: 768px){.pagination-controls{margin-bottom:24px!important;padding-bottom:8px!important}}@media (max-width: 768px){.ant-table-wrapper,.ant-table-content{overflow-x:auto!important}}.ant-picker.glass-compact .ant-picker-input input:hover{border:none!important;box-shadow:none!important}.ant-picker.glass-compact .ant-picker-range-separator,.ant-picker.glass-compact .ant-picker-suffix{color:#ffffffb3!important}
