@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap";.yema-layout{min-height:100vh}.yema-sider{background:#1a1a1a!important;border-right:1px solid #333}.yema-sider .ant-menu{background:transparent}.yema-logo{display:flex;align-items:center;justify-content:center;height:64px;padding:12px 16px;border-bottom:1px solid #333;gap:12px}.yema-logo .logo-img{width:40px;height:40px;object-fit:contain}.yema-logo .logo-text{font-family:Orbitron,Rajdhani,sans-serif;font-size:18px;font-weight:700;color:#ff4d00;letter-spacing:2px;text-transform:uppercase;white-space:nowrap}.yema-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#1a1a1a!important;border-bottom:1px solid #333}.yema-header .collapse-btn{font-size:18px;color:silver}.yema-header .collapse-btn:hover{color:#ff4d00}.yema-header .header-right{display:flex;align-items:center}.yema-header .user-info{cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .3s}.yema-header .user-info:hover{background:#252525}.yema-header .username{color:silver}.yema-content{margin:24px;padding:24px;background:#1f1f1f;border-radius:12px;min-height:calc(100vh - 112px)}.yema-sider .ant-menu-item{margin:4px 8px;border-radius:8px}.yema-sider .ant-menu-item-selected{background:linear-gradient(135deg,#ff4d00,#e04400)!important}.yema-sider .ant-menu-item:hover:not(.ant-menu-item-selected){background:#252525!important}.yema-sider .ant-menu-item .anticon{font-size:18px}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d0d0d,#1a1a1a,#0d0d0d);position:relative;overflow:hidden}.login-bg{position:absolute;inset:0;pointer-events:none}.fire-particle{position:absolute;width:300px;height:300px;border-radius:50%;filter:blur(100px);opacity:.3;animation:float 8s ease-in-out infinite}.fire-particle:nth-child(1){background:#ff4d00;top:20%;left:10%;animation-delay:0s}.fire-particle:nth-child(2){background:#ff6b2c;top:60%;right:15%;animation-delay:2s}.fire-particle:nth-child(3){background:#e04400;bottom:10%;left:30%;animation-delay:4s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,30px) scale(1.05)}}.login-card{width:400px;background:#1f1f1ff2!important;border:1px solid #333!important;border-radius:16px!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #00000080;z-index:1}.login-card .ant-card-body{padding:40px}.login-header{text-align:center;margin-bottom:40px}.login-logo{width:80px;height:80px;margin-bottom:16px;filter:drop-shadow(0 4px 20px rgba(255,77,0,.3))}.login-title{color:#fff!important;margin-bottom:8px!important;font-family:Orbitron,Rajdhani,sans-serif;letter-spacing:4px}.login-subtitle{font-size:14px;letter-spacing:2px}.login-btn{height:48px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#ff4d00,#e04400)!important;border:none!important;box-shadow:0 4px 20px #ff4d004d;transition:all .3s}.login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ff4d0066}.login-card .ant-input-affix-wrapper{background:#252525!important;border-color:#404040!important;padding:12px 16px}.login-card .ant-input-affix-wrapper:hover,.login-card .ant-input-affix-wrapper:focus-within{border-color:#ff4d00!important}.login-card .ant-input{background:transparent!important;color:#fff}.login-card .ant-input-prefix{color:gray;margin-right:12px}.collect-page{min-height:100%}.collect-layout{display:flex;gap:24px;align-items:flex-start}.collect-left,.collect-right{flex:1;max-width:50%}.collect-card{height:100%}.collect-card .ant-card-head{border-bottom:1px solid #333}.collect-card .ant-card-head-title{color:#fff;font-weight:600}.inputs-container{max-height:200px;overflow-y:auto}.input-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.collect-input{flex:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:48px;color:#ff4d00;margin-bottom:16px;opacity:.6}.empty-title{display:block;font-size:16px;color:#fff;margin-bottom:8px;font-weight:500}.task-item{background:#252525;padding:16px;border-radius:8px;margin-bottom:12px;border:1px solid #333}.task-item:last-child{margin-bottom:0}.task-item .ant-list-item-meta-title{margin-bottom:8px}.task-item .ant-progress-bg{background:linear-gradient(90deg,#ff4d00,#ff6b2c)}.inputs-container::-webkit-scrollbar{width:6px}.inputs-container::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.inputs-container::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}.inputs-container::-webkit-scrollbar-thumb:hover{background:#555}.parse-textarea::placeholder{color:#666!important}@media(max-width:1200px){.collect-layout{flex-direction:column}.collect-left,.collect-right{max-width:100%}}.scripts-page{padding:0}.scripts-card{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.scripts-card .ant-card-head{border-bottom:1px solid #303030}.scripts-card .ant-card-head-title{color:#fff}.scripts-card .ant-card-body{padding:20px}.script-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.script-card{background:#1f1f1f;border:1px solid #303030;border-radius:8px;padding:16px;transition:border-color .2s}.script-card:hover{border-color:#404040}.script-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.script-name{font-size:15px;font-weight:500;color:#fff}.script-messages{margin-bottom:12px}.script-message{display:flex;gap:10px;padding:8px 0;border-bottom:1px dashed #2a2a2a}.script-message:last-child{border-bottom:none}.msg-index{flex-shrink:0;width:20px;height:20px;background:#ff4d00;border-radius:50%;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center}.msg-content{flex:1;color:#b0b0b0;font-size:13px;line-height:1.5;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.script-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #2a2a2a}.modal-form .form-item{margin-bottom:20px}.modal-form .form-item .ant-input,.modal-form .form-item .ant-input-textarea textarea{background:#252525;border-color:#404040;color:#fff}.modal-form .form-item .ant-input:hover,.modal-form .form-item .ant-input:focus,.modal-form .form-item .ant-input-textarea textarea:hover,.modal-form .form-item .ant-input-textarea textarea:focus{border-color:#ff4d00}.message-input-row{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px}.message-input-row .ant-input-textarea{flex:1}.message-index{flex-shrink:0;width:24px;height:24px;background:#ff4d00;border-radius:50%;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;margin-top:8px}.scripts-card .ant-empty-description{color:#666}.dm-page{padding:0}.dm-page .ant-alert{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.dm-page .ant-alert-warning{background:#faad141a;border-color:#faad144d}.dm-page .ant-alert-error{background:#ff4d4f1a;border-color:#ff4d4f4d}.dm-page .ant-alert-message{color:#fff;font-weight:500}.dm-page .ant-alert-description{color:silver}.dm-page .ant-alert-icon{color:inherit}.dm-page .ant-alert-warning .ant-alert-icon{color:#faad14}.dm-page .ant-alert-error .ant-alert-icon{color:#ff4d4f}.quick-execute-card{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.quick-execute-card .ant-card-head{background:transparent;border-bottom:1px solid #303030;color:#fff;padding:12px 20px;min-height:auto}.quick-execute-card .ant-card-head-title{color:#fff;padding:0;font-size:15px}.quick-execute-card .ant-card-body{padding:20px}.quick-execute-card .ant-select-selector{background:#252525!important;border-color:#404040!important;color:#fff!important;height:40px!important}.quick-execute-card .ant-select-selection-item{line-height:38px!important}.quick-execute-card .ant-select-selector:hover{border-color:#ff4d00!important}.quick-execute-card .ant-select-selection-placeholder{color:#666!important}.quick-execute-stats{display:flex;align-items:center;justify-content:center;height:100%;padding:8px 0}.quick-stat-item{display:flex;align-items:center;padding:8px 16px;background:#252525;border-radius:8px;border:1px solid #303030}.quick-stat-value{font-size:18px;font-weight:600;color:#fff;margin-right:4px}.quick-stat-label{font-size:12px;color:#888}.quick-execute-btn{height:48px;font-size:16px;font-weight:500}.quick-execute-btn:not(:disabled){background:linear-gradient(135deg,#ff4d00,#ff6b00);border:none}.quick-execute-btn:not(:disabled):hover{background:linear-gradient(135deg,#ff6b00,#ff8c00)}.dm-layout{display:grid;grid-template-columns:400px 1fr;gap:24px;align-items:start}.dm-left{position:sticky;top:16px;max-height:calc(100vh - 220px);overflow-y:auto}.dm-right{min-width:0}.dm-card{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.dm-card .ant-card-head{background:transparent;border-bottom:1px solid #303030;color:#fff}.dm-card .ant-card-head-title{color:#fff}.dm-card .ant-card-body{padding:20px}.script-loading{text-align:center;padding:30px;background:#1f1f1f;border-radius:8px;border:1px dashed #404040}.script-empty{text-align:center;padding:30px 20px;background:#1f1f1f;border-radius:8px;border:1px dashed #404040}.script-empty-icon{font-size:36px;color:#505050;margin-bottom:12px}.script-empty-text{color:#888;margin-bottom:16px;font-size:14px}.script-select-list{background:#1f1f1f;border-radius:8px;border:1px solid #303030;max-height:240px;overflow-y:auto}.script-select-list::-webkit-scrollbar,.dm-left::-webkit-scrollbar{width:6px}.script-select-list::-webkit-scrollbar-track,.dm-left::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.script-select-list::-webkit-scrollbar-thumb,.dm-left::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}.script-select-list::-webkit-scrollbar-thumb:hover,.dm-left::-webkit-scrollbar-thumb:hover{background:#505050}.script-select-item{display:flex;gap:12px;padding:14px;cursor:pointer;border-bottom:1px solid #2a2a2a;transition:background .2s}.script-select-item:last-child{border-bottom:none}.script-select-item:hover{background:#282828}.script-select-item.selected{background:#ff4d001a}.script-select-item .ant-radio{margin-top:2px}.script-select-content{flex:1;min-width:0}.script-select-name{font-size:14px;font-weight:500;color:#fff;margin-bottom:8px}.script-select-msgs{display:flex;flex-direction:column;gap:4px}.script-select-msg{display:flex;gap:6px;font-size:12px}.script-select-msg .msg-num{color:#ff4d00;flex-shrink:0}.script-select-msg .msg-text{color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.script-select-msg .msg-more{color:#666;font-style:italic}.selected-script-preview{margin-top:10px;padding:8px 12px;background:#ff4d0014;border-radius:6px;border:1px solid rgba(255,77,0,.2)}@media(max-width:1400px){.dm-layout{grid-template-columns:360px 1fr}.script-select-msg .msg-text{max-width:220px}}@media(max-width:1200px){.dm-layout{grid-template-columns:1fr 1fr}.dm-left{position:static;max-height:none}.script-select-msg .msg-text{max-width:180px}}@media(max-width:992px){.dm-layout{grid-template-columns:1fr}.dm-left{order:1}.dm-right{order:0;margin-bottom:16px}.script-select-msg .msg-text{max-width:300px}}@media(max-width:992px){.dm-card .ant-card-body{padding:16px}.script-select-list{max-height:200px}}@media(max-width:768px){.form-section{margin-bottom:16px}.script-select-item{padding:10px}.task-item{padding:12px!important;flex-direction:column;align-items:flex-start}.task-item .ant-list-item-meta{width:100%;margin-bottom:12px}.task-item .ant-list-item-action{margin-left:0;margin-top:0;width:100%;display:flex;justify-content:flex-end;gap:8px}.task-item .ant-list-item-action>li{padding:0}.device-checkbox-item{padding:6px 10px}}@media(max-width:576px){.dm-page .ant-alert{padding:12px}.dm-page .ant-alert-message{font-size:14px}.dm-page .ant-alert-description,.stat-card .ant-statistic-title{font-size:12px}.stat-card .ant-statistic-content{font-size:20px}}@media(max-width:992px){.quick-execute-card .ant-card-body{padding:16px}.quick-execute-stats{margin:16px 0}.quick-stat-item{padding:6px 12px}.quick-stat-value{font-size:16px}.quick-execute-btn{height:44px;font-size:15px}}@media(max-width:768px){.quick-execute-card .ant-card-body{padding:12px}.quick-execute-stats{justify-content:flex-start}.quick-stat-item{padding:4px 10px}.quick-stat-value{font-size:14px}.quick-stat-label{font-size:11px}.quick-execute-btn{height:40px;font-size:14px;margin-top:12px}}.profile-templates-page{padding:0}.templates-card{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.templates-card .ant-card-head{border-bottom:1px solid #303030}.templates-card .ant-card-head-title{color:#fff}.templates-card .ant-card-body{padding:20px}.template-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.template-card{background:#1f1f1f;border:1px solid #303030;border-radius:8px;padding:16px;transition:border-color .2s}.template-card:hover{border-color:#404040}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.template-name{font-size:15px;font-weight:500;color:#fff}.template-content{display:flex;gap:16px;margin-bottom:12px}.template-avatar{flex-shrink:0}.template-fields{flex:1;min-width:0}.template-field{display:flex;gap:8px;padding:4px 0;font-size:13px}.template-field.bio{flex-direction:column;gap:4px}.template-field .field-label{flex-shrink:0;color:#666;min-width:40px}.template-field .field-value{color:#b0b0b0;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-field.bio .field-value{-webkit-line-clamp:3}.template-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #2a2a2a}.modal-form .form-item{margin-bottom:16px}.modal-form .form-item.required label:after{content:"*";color:#ff4d4f;margin-left:4px}.modal-form .form-item label{display:block;margin-bottom:8px;color:#d0d0d0;font-size:14px}.modal-form .form-section-title{color:#888;font-size:12px;margin:16px 0 12px;padding-bottom:8px;border-bottom:1px dashed #303030}.modal-form .form-item .ant-input,.modal-form .form-item .ant-input-textarea textarea,.modal-form .form-item .ant-select-selector,.modal-form .form-item .ant-picker{background:#252525!important;border-color:#404040!important;color:#fff!important}.modal-form .form-item .ant-input:hover,.modal-form .form-item .ant-input:focus,.modal-form .form-item .ant-input-textarea textarea:hover,.modal-form .form-item .ant-input-textarea textarea:focus,.modal-form .form-item .ant-select-selector:hover,.modal-form .form-item .ant-select-focused .ant-select-selector,.modal-form .form-item .ant-picker:hover,.modal-form .form-item .ant-picker-focused{border-color:#ff4d00!important}.modal-form .form-item .ant-select-arrow,.modal-form .form-item .ant-picker-suffix{color:#666}.form-tip{padding:12px;background:#ff4d001a;border-radius:6px;border:1px solid rgba(255,77,0,.2)}.modal-form .ant-upload-wrapper .ant-upload-list-item-container{width:80px!important;height:80px!important}.modal-form .ant-upload.ant-upload-select{width:80px!important;height:80px!important;background:#252525!important;border-color:#404040!important;color:#888!important}.modal-form .ant-upload.ant-upload-select:hover{border-color:#ff4d00!important}.templates-card .ant-empty-description{color:#666}.profile-modify-page{padding:0}.profile-modify-page .ant-alert{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.profile-modify-page .ant-alert-warning{background:#faad141a;border-color:#faad144d}.profile-modify-page .ant-alert-error{background:#ff4d4f1a;border-color:#ff4d4f4d}.profile-modify-page .ant-alert-message{color:#fff;font-weight:500}.profile-modify-page .ant-alert-description{color:silver}.profile-modify-page .ant-alert-icon{color:inherit}.profile-modify-page .ant-alert-warning .ant-alert-icon{color:#faad14}.profile-modify-page .ant-alert-error .ant-alert-icon{color:#ff4d4f}.stat-card{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.stat-card .ant-statistic-title{color:#888}.modify-layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:start}.modify-left{position:sticky;top:16px;max-height:calc(100vh - 220px);overflow-y:auto}.modify-right{min-width:0}.modify-card{background:#1a1a1a;border:1px solid #303030;border-radius:8px}.modify-card .ant-card-head{background:transparent;border-bottom:1px solid #303030;color:#fff}.modify-card .ant-card-head-title{color:#fff}.modify-card .ant-card-body{padding:20px}.form-section{margin-bottom:20px}.form-section .ant-input,.form-section .ant-input-textarea textarea,.form-section .ant-select-selector{background:#252525!important;border-color:#404040!important;color:#fff!important}.form-section .ant-input:hover,.form-section .ant-input:focus,.form-section .ant-input-textarea textarea:hover,.form-section .ant-input-textarea textarea:focus,.form-section .ant-select-selector:hover{border-color:#ff4d00!important}.form-section .ant-input::placeholder,.form-section .ant-input-textarea textarea::placeholder{color:#666}.form-section .ant-select-selection-placeholder{color:#666!important}.template-loading{text-align:center;padding:30px;background:#1f1f1f;border-radius:8px;border:1px dashed #404040}.template-empty{text-align:center;padding:30px 20px;background:#1f1f1f;border-radius:8px;border:1px dashed #404040}.template-empty-icon{font-size:36px;color:#505050;margin-bottom:12px}.template-empty-text{color:#888;margin-bottom:16px;font-size:14px}.template-select-list{background:#1f1f1f;border-radius:8px;border:1px solid #303030;max-height:280px;overflow-y:auto}.template-select-list::-webkit-scrollbar,.modify-left::-webkit-scrollbar,.account-checkbox-list::-webkit-scrollbar{width:6px}.template-select-list::-webkit-scrollbar-track,.modify-left::-webkit-scrollbar-track,.account-checkbox-list::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.template-select-list::-webkit-scrollbar-thumb,.modify-left::-webkit-scrollbar-thumb,.account-checkbox-list::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}.template-select-list::-webkit-scrollbar-thumb:hover,.modify-left::-webkit-scrollbar-thumb:hover,.account-checkbox-list::-webkit-scrollbar-thumb:hover{background:#505050}.template-select-item{display:flex;gap:12px;padding:14px;cursor:pointer;border-bottom:1px solid #2a2a2a;transition:background .2s;align-items:center}.template-select-item:last-child{border-bottom:none}.template-select-item:hover{background:#282828}.template-select-item.selected{background:#ff4d001a}.template-select-item .ant-radio{margin-top:0}.template-select-content{flex:1;min-width:0;display:flex;align-items:center}.template-select-info{flex:1;min-width:0}.template-select-name{font-size:14px;font-weight:500;color:#fff;margin-bottom:4px}.template-select-fields{display:flex;flex-wrap:wrap;gap:4px}.template-select-fields .ant-tag{background:#252525;border-color:#404040;color:#888;font-size:11px;padding:0 6px;line-height:18px;margin:0}.selected-template-preview{margin-top:10px;padding:8px 12px;background:#ff4d0014;border-radius:6px;border:1px solid rgba(255,77,0,.2)}.account-select-section{background:#1f1f1f;border-radius:8px;padding:12px;border:1px solid #303030}.account-checkbox-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.account-checkbox-item{background:#252525;border:1px solid #404040;border-radius:6px;padding:8px 12px;transition:all .2s}.account-checkbox-item:hover{border-color:#ff4d00;background:#2a2a2a}.account-checkbox-item.selected{border-color:#ff4d00;background:#ff4d001a}.account-checkbox-item .ant-checkbox-wrapper{color:silver;width:100%}.account-checkbox-item .ant-checkbox-checked .ant-checkbox-inner{background-color:#ff4d00;border-color:#ff4d00}.device-select-section{background:#1f1f1f;border-radius:8px;padding:12px;border:1px solid #303030}.device-checkbox-list{display:flex;flex-wrap:wrap;gap:8px}.device-checkbox-item{background:#252525;border:1px solid #404040;border-radius:6px;padding:8px 12px;transition:all .2s}.device-checkbox-item:hover{border-color:#ff4d00;background:#2a2a2a}.device-checkbox-item.selected{border-color:#ff4d00;background:#ff4d001a}.device-checkbox-item .ant-checkbox-wrapper{color:silver}.device-checkbox-item .ant-checkbox-checked .ant-checkbox-inner{background-color:#ff4d00;border-color:#ff4d00}.task-item{background:#1f1f1f;border-radius:8px;margin-bottom:12px;padding:16px!important;border:1px solid #303030;flex-wrap:wrap}.task-item:hover{border-color:#404040}.task-item .ant-list-item-meta{flex:1;min-width:200px}.task-item .ant-list-item-meta-title{color:#fff;word-break:break-all}.task-item .ant-list-item-meta-description{color:#888}.task-item .ant-list-item-action{margin-left:12px;flex-shrink:0}.task-item .ant-list-item-action>li{padding:0 4px}.task-item .ant-progress-bg{background:linear-gradient(90deg,#ff4d00,#ff8c00)}.task-item .ant-btn-text{color:#888;padding:4px 8px;height:auto}.task-item .ant-btn-text:hover{color:#ff4d00}@media(max-width:1400px){.modify-layout{grid-template-columns:380px 1fr}}@media(max-width:1200px){.modify-layout{grid-template-columns:1fr 1fr}.modify-left{position:static;max-height:none}}@media(max-width:992px){.modify-layout{grid-template-columns:1fr}.modify-left{order:1}.modify-right{order:0;margin-bottom:16px}}@media(max-width:992px){.modify-card .ant-card-body{padding:16px}.template-select-list{max-height:200px}}@media(max-width:768px){.form-section{margin-bottom:16px}.template-select-item{padding:10px}.task-item{padding:12px!important;flex-direction:column;align-items:flex-start}.task-item .ant-list-item-meta{width:100%;margin-bottom:12px}.task-item .ant-list-item-action{margin-left:0;margin-top:0;width:100%;display:flex;justify-content:flex-end;gap:8px}.task-item .ant-list-item-action>li{padding:0}.device-checkbox-item,.account-checkbox-item{padding:6px 10px}}@media(max-width:576px){.profile-modify-page .ant-alert{padding:12px}.profile-modify-page .ant-alert-message{font-size:14px}.profile-modify-page .ant-alert-description,.stat-card .ant-statistic-title{font-size:12px}.stat-card .ant-statistic-content{font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Rajdhani,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0d0d0d;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.ant-card{border-radius:12px!important}.ant-btn-primary{background:linear-gradient(135deg,#ff4d00,#e04400)!important;border:none!important;box-shadow:0 2px 8px #ff4d004d}.ant-btn-primary:hover{opacity:.9}.ant-table-thead>tr>th{background:#1a1a1a!important;border-bottom:1px solid #333!important;color:silver!important}.ant-table-tbody>tr>td{border-bottom:1px solid #333!important}.ant-modal-content{background:#1f1f1f!important}.ant-modal-header{background:#1f1f1f!important;border-bottom:1px solid #333!important}.ant-modal-title{color:#fff!important}.ant-modal-close-x{color:gray!important}.ant-form-item-label>label{color:silver!important}.ant-select-dropdown{background:#252525!important}.ant-select-item{color:silver!important}.ant-select-item-option-selected{background:#333!important;color:#ff4d00!important}.ant-select-item-option-active{background:#333!important}.ant-pagination-item a{color:silver!important}.ant-pagination-item-active{border-color:#ff4d00!important}.ant-pagination-item-active a{color:#ff4d00!important}.ant-dropdown-menu{background:#252525!important;border:1px solid #333!important}.ant-dropdown-menu-item{color:silver!important}.ant-dropdown-menu-item:hover{background:#333!important}.ant-message-notice-content{background:#252525!important;color:#fff!important;border:1px solid #333!important}.ant-popconfirm-inner-content{color:silver!important}.ant-popover-inner{background:#252525!important}.ant-popover-title{color:#fff!important;border-bottom-color:#333!important}
