html.profile-page-html,html:has(body.profile-page){height:auto!important}body.profile-page{height:auto!important}.music-title-tooltip{position:fixed!important;z-index:10000;background-color:gold!important;color:#0e100f!important;padding:8px 12px;border-radius:4px;font-size:13px;font-weight:700;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s;width:max-content;max-width:none}.music-title-tooltip.show{opacity:1}.music-title-tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:gold;margin-top:0}body.profile-page .site-main{flex:1 0 auto!important;display:flex;flex-direction:column}body.profile-page .profile-container{flex:1 0 auto;display:flex;align-items:stretch;width:90%;max-width:1200px;margin:20px auto;box-sizing:border-box}body.profile-page .profile-main{flex:1 0 auto;display:flex;flex-direction:column}body.profile-page footer{flex-shrink:0!important}.profile-container{margin:20px auto;width:90%;max-width:1200px;display:flex;gap:20px;box-sizing:border-box}.profile-sidebar{width:160px;background-color:#111;border-radius:8px;padding:20px}.profile-nav{list-style:none;padding:0;margin:0}.profile-nav li{margin-bottom:10px}.profile-nav a{display:flex;align-items:center;gap:10px;padding:12px 15px;color:#fff;text-decoration:none;border-radius:6px;transition:.3s;font-size:14px}.profile-nav a:hover{background-color:rgba(255,215,0,.1);color:var(--secondary-color)}.profile-nav a.active{background-color:rgba(255,215,0,.2);color:var(--secondary-color)}.profile-main{flex:1;background-color:#111;border-radius:8px;padding:20px}.profile-content-wrapper{flex:1;display:flex;flex-direction:column;gap:20px}.profile-content-wrapper .profile-main{flex:none}.profile-header{margin:0 -20px 10px;padding:0 0 10px 10px;border-bottom:2px solid #333}.profile-header h1{color:#e9e9e9;margin:0;font-size:18px;font-weight:700}.user-info{background-color:#1a1a1a;padding:20px;border-radius:8px;margin-bottom:16px}.user-info h2{color:var(--secondary-color);margin:0 0 15px;font-size:18px}.user-info-latest .info-value{color:#888;text-align:center;padding:20px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.stat-item{background-color:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:88px;transition:transform .15s,border-color .15s,background-color .15s}.stat-item:hover{transform:translateY(-1px);border-color:rgba(255,215,0,.22);background-color:#1d1d1d}.stat-number{color:var(--secondary-color);font-weight:800;font-size:26px;line-height:1.1;letter-spacing:.2px}.stat-label{margin-top:6px;color:#bdbdbd;font-size:13px;line-height:1.2;text-align:center}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.stats-grid{grid-template-columns:1fr}}.recharge-form-container,.recharge-notice{background-color:#1a1a1a;padding:20px;border-radius:8px;margin-bottom:20px}.recharge-notice h2{color:var(--secondary-color);margin:0 0 15px;font-size:18px}.empty-state{text-align:center;padding:40px 20px;color:#888}.empty-state p{font-size:14px}.empty-state i{font-size:48px;margin:0 auto 10px;display:block;width:auto;text-align:center}.empty-state .btn{margin-top:10px;font-size:14px;padding:10px 20px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;line-height:1.5}.table-container{overflow-x:auto}table thead tr th{color:#999;font-size:14px;padding:5px 10px;border-bottom:1px solid #3d3d3d;background-color:transparent;font-weight:400;text-align:left;vertical-align:middle;box-sizing:border-box}table.downloads-table thead tr th:nth-child(5),table.favorites-table tbody tr td:nth-child(4),table.favorites-table thead tr th:nth-child(4),table.recharge-records-table tbody tr td:nth-child(5),table.recharge-records-table thead tr th:nth-child(5),table.works-table tbody tr td:nth-child(5),table.works-table thead tr th:nth-child(5){text-align:center}table thead tr:hover{background-color:transparent}table tbody tr{background-color:transparent;border-radius:6px;transition:.3s;color:#fff;height:44px}table tbody tr td{padding:5px 10px;color:#fff;text-align:left;border-bottom:none;vertical-align:middle;background-color:transparent;box-sizing:border-box;font-size:14px;line-height:1.5;height:44px}table tbody tr td .music-title-link{color:#fff;text-decoration:none;font-size:14px}table tbody tr td .music-title-link:hover{color:gold;text-decoration:none}table tbody tr td:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}table tbody tr td:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}table.downloads-table tbody tr td:nth-child(4),table.downloads-table thead tr th:nth-child(4),table.favorites-table tbody tr td:nth-child(3),table.favorites-table thead tr th:nth-child(3),table.works-table tbody tr td:nth-child(3),table.works-table tbody tr td:nth-child(4),table.works-table thead tr th:nth-child(3),table.works-table thead tr th:nth-child(4){text-align:center}table tbody tr td .action-group{display:inline-flex;align-items:center;gap:8px;justify-content:center;vertical-align:middle}table tbody tr td .action-group .act{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text-primary);background:0 0;border:none;text-decoration:none;transition:var(--transition-base);font-size:14px;padding:0;line-height:1;vertical-align:middle;cursor:pointer}table tbody tr td .action-group .act i{font-size:14px;width:auto;line-height:1}table tbody tr td .action-group .act:hover{color:var(--color-primary)}table tbody tr td .action-group .act.btn-favorite-list.favorited i{color:#ff2d6b}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-align:center}.status-badge.status-published{background-color:rgba(40,167,69,.2);color:#28a745}.status-badge.status-pending{background-color:rgba(255,193,7,.2);color:#ffc107}.status-badge.status-approved{background-color:rgba(40,167,69,.2);color:#28a745}.status-badge.status-offline{background-color:rgba(108,117,125,.2);color:#6c757d}.status-badge.status-success{background-color:rgba(40,167,69,.2);color:#28a745}.status-badge.status-failed{background-color:rgba(220,53,69,.2);color:#dc3545}.status-badge.status-transcode{background-color:rgba(13,110,253,.15);color:#0d6efd}.status-badge.status-transcoding{background-color:rgba(13,110,253,.25);color:#0a58ca}.status-badge.status-rejected{background-color:rgba(220,53,69,.2);color:#dc3545}.works-reject-reason{max-width:42em;line-height:1.45;word-break:break-word;color:#a8a8a8}table tbody tr:hover{background-color:#333;height:44px}table tbody tr:hover td{background-color:#333;line-height:1.5;height:44px}table tbody tr:hover td:first-child{background-color:#333;border-top-left-radius:6px;border-bottom-left-radius:6px}table tbody tr:hover td:last-child{background-color:#333;border-top-right-radius:6px;border-bottom-right-radius:6px}.profile-main .table-container table.favorites-table tbody tr td:first-child,.profile-main .table-container table.favorites-table thead tr th:first-child{width:8.33%}.profile-main .table-container table.favorites-table tbody tr td:nth-child(2),.profile-main .table-container table.favorites-table thead tr th:nth-child(2){width:58.33%}.profile-main .table-container table.favorites-table tbody tr td:nth-child(3),.profile-main .table-container table.favorites-table thead tr th:nth-child(3){width:16.67%;text-align:center}.profile-main .table-container table.favorites-table tbody tr td:nth-child(4),.profile-main .table-container table.favorites-table thead tr th:nth-child(4){width:16.67%}.profile-main .table-container table.downloads-table tbody tr td:first-child,.profile-main .table-container table.downloads-table thead tr th:first-child{width:8.33%}.profile-main .table-container table.downloads-table tbody tr td:nth-child(2),.profile-main .table-container table.downloads-table thead tr th:nth-child(2){width:50%}.profile-main .table-container table.downloads-table tbody tr td:nth-child(3),.profile-main .table-container table.downloads-table thead tr th:nth-child(3){width:8.33%}.profile-main .table-container table.downloads-table tbody tr td:nth-child(4),.profile-main .table-container table.downloads-table tbody tr td:nth-child(5),.profile-main .table-container table.downloads-table thead tr th:nth-child(4),.profile-main .table-container table.downloads-table thead tr th:nth-child(5){width:16.67%;text-align:center}.profile-main .table-container table.works-table tbody tr td:first-child,.profile-main .table-container table.works-table thead tr th:first-child{width:8.33%}.profile-main .table-container table.works-table tbody tr td:nth-child(2),.profile-main .table-container table.works-table thead tr th:nth-child(2){width:54.17%}.profile-main .table-container table.works-table tbody tr td:nth-child(3),.profile-main .table-container table.works-table thead tr th:nth-child(3){width:8.33%;text-align:center}.profile-main .table-container table.works-table tbody tr td:nth-child(4),.profile-main .table-container table.works-table thead tr th:nth-child(4){width:16.67%;text-align:center}.profile-main .table-container table.works-table tbody tr td:nth-child(5),.profile-main .table-container table.works-table thead tr th:nth-child(5){width:12.5%;text-align:center}.profile-main .table-container table.recharge-records-table tbody tr td:first-child,.profile-main .table-container table.recharge-records-table thead tr th:first-child{width:25%}.profile-main .table-container table.recharge-records-table tbody tr td:nth-child(2),.profile-main .table-container table.recharge-records-table tbody tr td:nth-child(3),.profile-main .table-container table.recharge-records-table thead tr th:nth-child(2),.profile-main .table-container table.recharge-records-table thead tr th:nth-child(3){width:15%}.profile-main .table-container table.recharge-records-table tbody tr td:nth-child(4),.profile-main .table-container table.recharge-records-table thead tr th:nth-child(4){width:20%}.profile-main .table-container table.recharge-records-table tbody tr td:nth-child(5),.profile-main .table-container table.recharge-records-table thead tr th:nth-child(5){width:15%;text-align:center}table{width:100%;border-collapse:separate;border-spacing:0 10px;color:#fff;font-size:14px}.downloads-table .date-md,.favorites-table .date-md,.recharge-records-table .date-md{display:none}@media (max-width:768px){.profile-sidebar{display:none;width:100%}.mobile-profile-nav-container{display:none!important}.profile-container{flex-direction:column;width:100%}table.downloads-table tbody tr td:first-child,table.downloads-table tbody tr td:nth-child(3),table.downloads-table tbody tr td:nth-child(5),table.downloads-table thead tr th:first-child,table.downloads-table thead tr th:nth-child(3),table.downloads-table thead tr th:nth-child(5),table.favorites-table tbody tr td:first-child,table.favorites-table tbody tr td:nth-child(4),table.favorites-table thead tr th:first-child,table.favorites-table thead tr th:nth-child(4),table.recharge-records-table tbody tr td:first-child,table.recharge-records-table thead tr th:first-child{display:none}table.recharge-records-table tbody tr td:nth-child(5),table.recharge-records-table thead tr th{white-space:nowrap}.downloads-table .date-full,.favorites-table .date-full,.recharge-records-table .date-full{display:none}.downloads-table .date-md,.favorites-table .date-md,.recharge-records-table .date-md{display:inline}table{font-size:14px}td,th{padding:8px 10px}}.profile-nav i{font-size:16px!important;width:16px!important;text-align:center!important;display:inline-block!important;vertical-align:middle!important}.profile-nav .logout-link,.profile-nav .logout-link i{color:#f44!important}.profile-nav .logout-link:hover{color:#f66!important;background-color:rgba(255,68,68,.1)!important}.profile-nav .logout-link:hover i{color:#f66!important}table tbody tr td .btn{display:inline-block;vertical-align:middle;line-height:1.2;margin:0;padding:4px 10px;font-size:12px;min-height:auto}.btn{padding:10px 20px;background-color:var(--secondary-color);color:#000;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:.3s;text-decoration:none;display:inline-block;line-height:1.5;vertical-align:middle;min-height:40px;font-weight:400}.btn:hover{background-color:#e6c200}.btn-primary{background-color:var(--secondary-color);color:#000;padding:10px 20px;font-size:14px;min-height:40px;line-height:1.5}.btn-primary:hover{background-color:#e6c200}.btn-danger{background-color:#ff4d4f;color:#fff;font-size:14px}.btn-danger:hover{background-color:#ff7875}.profile-main .pagination-container{margin-top:16px;display:flex;justify-content:center}.profile-main .pagination-container .pagination{margin:0;gap:6px;list-style:none;padding:0;display:flex;align-items:center}.profile-main .pagination-container .pagination li{list-style:none;margin:0;padding:0}.profile-main .pagination-container .pagination li a,.profile-main .pagination-container .pagination li span{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:4px;background-color:#222;color:#fff;text-decoration:none;border:1px solid #333;font-size:14px;white-space:nowrap;outline:0!important;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent;box-shadow:none!important;transition:color .3s,background-color .3s}.profile-main .pagination-container .pagination li a:hover,.profile-main .pagination-container .pagination li span:hover{background-color:#222;color:gold!important;border-color:#333;outline:0!important;box-shadow:none!important}.profile-main .pagination-container .pagination li a:active,.profile-main .pagination-container .pagination li a:focus,.profile-main .pagination-container .pagination li a:focus-visible,.profile-main .pagination-container .pagination li span:active,.profile-main .pagination-container .pagination li span:focus,.profile-main .pagination-container .pagination li span:focus-visible{outline:0!important;-webkit-tap-highlight-color:transparent;box-shadow:none!important;border-color:#444}.profile-main .pagination-container .pagination li.active a,.profile-main .pagination-container .pagination li.active a:hover,.profile-main .pagination-container .pagination li.active span,.profile-main .pagination-container .pagination li.active span:hover{background-color:gold;color:#000!important;border-color:gold}.profile-main .pagination-container .pagination li.disabled a,.profile-main .pagination-container .pagination li.disabled span{opacity:.5;pointer-events:none}.form-group input[type=radio]{width:auto!important;padding:0!important}.form-group .radio-group input[type=radio],.form-group>input[type=radio]{background-color:transparent!important;border:none!important}.form-group .radio-label input[type=radio]{width:18px!important;height:18px;background-color:#222!important;border:2px solid #666!important;border-radius:50%;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;box-sizing:border-box}.form-group .radio-label input[type=radio]:checked{border-color:var(--secondary-color)!important;background-color:var(--secondary-color)!important}.form-group textarea{width:100%;padding:12px;background-color:#222;border:1px solid #333;border-radius:4px;color:#fff;font-size:14px;resize:vertical}.form-group textarea:focus{outline:0;border-color:var(--secondary-color)}.form-group select:focus{border-color:var(--secondary-color)}.content-container{background-color:#1a1a1a;padding:20px;border-radius:8px}.profile-main .binding-item{background-color:#1a1a1a;border-radius:8px;padding:20px}.form-group{margin-bottom:20px}.form-group label,.form-label-text{display:block;color:#fff;margin-bottom:8px;font-size:14px}.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=text],.form-group select{width:100%;padding:12px;background-color:#222;border:1px solid #333;border-radius:4px;color:#fff;font-size:14px}.form-group input[type=email]:disabled,.form-group input[type=number]:disabled,.form-group input[type=password]:disabled,.form-group input[type=text]:disabled,.form-group select:disabled{opacity:.65;cursor:not-allowed;background-color:#1a1a1a;color:#888}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:focus,.form-group input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #222 inset!important;box-shadow:0 0 0 1000px #222 inset!important;-webkit-text-fill-color:#fff!important;caret-color:#fff;transition:background-color 99999s ease-out}.form-group select option{background-color:#222;color:#fff}.form-group input[type=email]:focus,.form-group input[type=number]:focus,.form-group input[type=password]:focus,.form-group input[type=text]:focus,.form-group select:focus{border-color:var(--secondary-color);outline:0!important;box-shadow:none!important}.region-selector{display:flex;gap:10px;flex-wrap:wrap}.region-selector select{flex:1;min-width:150px}.form-group .radio-group{display:flex;align-items:center;padding:12px 0}.form-group.form-actions{padding-top:10px;display:flex;justify-content:center}.pwd-input-wrap{position:relative}.pwd-input-wrap input{padding-right:44px!important}.pwd-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#888;cursor:pointer;padding:6px 8px;font-size:15px;line-height:1;transition:color .2s}.pwd-toggle:hover{color:#ccc}.pwd-strength{display:flex;align-items:center;gap:8px;margin-top:8px;height:18px}.pwd-strength-bar{flex:1;max-width:180px;height:4px;background:#333;border-radius:2px;overflow:hidden}.pwd-strength-bar span{display:block;height:100%;width:0;border-radius:2px;transition:width .3s,background .3s}.pwd-strength--weak .pwd-strength-bar span{width:33%;background:#e74c3c}.pwd-strength--medium .pwd-strength-bar span{width:66%;background:#f39c12}.pwd-strength--strong .pwd-strength-bar span{width:100%;background:#2ecc71}.pwd-strength-text{font-size:12px;min-width:1.5em}.pwd-strength--weak .pwd-strength-text{color:#e74c3c}.pwd-strength--medium .pwd-strength-text{color:#f39c12}.pwd-strength--strong .pwd-strength-text{color:#2ecc71}.pwd-hint{margin-top:6px;font-size:12px;color:#888}.pwd-match-hint{margin-top:6px;font-size:12px;min-height:18px}.pwd-match-hint.match-ok{color:#2ecc71}.pwd-match-hint.match-fail{color:#e74c3c}.sms-code-group{display:flex!important;flex-direction:column}.sms-code-group input[type=text],.sms-code-group label{display:block;width:100%}.sms-code-group .btn-sms-send{display:block;width:100%;margin-top:10px;padding:10px 0;font-size:14px;text-align:center;background:var(--secondary-color);color:#000;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s}.sms-code-group .btn-sms-send:hover:not(:disabled){opacity:.85}.sms-code-group .btn-sms-send:disabled{background:#444;color:#999;cursor:not-allowed}.form-hint{display:block;color:#888;font-size:12px;margin-top:4px;line-height:1.4}.recharge-form{max-width:600px}.recharge-form .form-item-radio{margin-bottom:16px}.form-item{margin-bottom:20px;display:flex;align-items:flex-start}.form-item-radio{align-items:center;margin-bottom:0;padding:0;border:none}.form-item-radio .form-label{padding:0 15px;height:22px;display:flex;align-items:center;justify-content:flex-end;line-height:22px;font-size:14px;margin:0}.form-item-radio .form-input{display:flex;align-items:center;height:22px;line-height:22px}.form-item-radio .radio-label{line-height:22px;display:inline-flex;align-items:center;height:22px;margin-top:0;margin-bottom:0}.form-label{width:100px;padding:9px 15px;color:#fff;font-size:14px;font-weight:400;text-align:right;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.form-input{margin-left:20px;flex:1;display:flex;flex-wrap:wrap;align-items:center}.form-item-with-hint .form-input{align-items:center}.form-input .radio-label{margin-top:0;margin-bottom:0}.form-input-field{width:200px;padding:10px 12px;background-color:#222;border:1px solid #333;border-radius:6px;color:#fff;font-size:14px;transition:.3s}.form-input-field:focus{outline:0;border-color:var(--secondary-color);background-color:#2a2a2a}.form-submit{width:100%;display:flex;justify-content:center;margin-left:0}.amount-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.amount-btn{padding:10px;background-color:#222;border:1px solid #333;border-radius:6px;color:#fff;font-size:14px;cursor:pointer;transition:.3s;width:calc(33.333% - 10px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.amount-currency{display:block;font-size:16px;font-weight:700;margin-bottom:5px}.amount-price{display:block;font-size:14px;color:#666}.amount-btn:hover{background-color:rgba(255,215,0,.1);border-color:var(--secondary-color);color:var(--secondary-color)}.amount-btn.active{background-color:rgba(255,215,0,.2);border-color:var(--secondary-color);color:var(--secondary-color)}.custom-amount-input-wrapper{animation:.3s ease-out slideDown}.custom-amount-input-wrapper .form-input-field{width:200px}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-amount-input-container{display:flex;flex-direction:column;align-items:center}.form-label-custom{display:block;font-size:14px;color:#fff;margin-bottom:10px;text-align:center}.amount-custom-input{width:100%;padding:10px 15px;background-color:#111;border:1px solid #333;border-radius:4px;color:#fff;font-size:16px;text-align:center;box-sizing:border-box}.amount-custom-input:focus{outline:0;border-color:var(--secondary-color)}.amount-btn-custom{width:calc(25% - 10px)}.radio-label{display:inline-flex;align-items:center;justify-content:flex-start;margin-right:20px;cursor:pointer;color:#fff;vertical-align:middle;line-height:1}.radio-label input[type=radio]{width:18px;height:18px;margin:0 8px 0 0;padding:0;cursor:pointer;accent-color:var(--secondary-color);flex-shrink:0;border:2px solid #666;background-color:#222;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:50%;position:relative;box-sizing:border-box;vertical-align:middle}.radio-label input[type=radio]:checked{border-color:var(--secondary-color);background-color:var(--secondary-color)}.radio-label input[type=radio]:checked::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#222}.radio-label .payment-method-icon,.radio-label i{margin-right:6px;font-size:18px;line-height:1;flex-shrink:0;display:inline-flex;align-items:center;vertical-align:middle;color:var(--secondary-color);height:18px;width:18px}.profile-main .radio-label .fa-weixin,.radio-label .fa-weixin{color:#07c160!important}.profile-main .radio-label .fa-alipay,.radio-label .fa-alipay{color:#1677ff!important}.radio-label:hover .radio-text{color:var(--secondary-color)}.profile-main .radio-label:hover .fa-weixin,.radio-label:hover .fa-weixin{color:#06ad56!important}.profile-main .radio-label:hover .fa-alipay,.radio-label:hover .fa-alipay{color:#0050f0!important}.radio-text{font-size:14px;transition:color .3s;line-height:1}.total-value{color:var(--secondary-color);font-size:20px;font-weight:700}.input-hint{margin-left:10px;color:#999;font-size:14px;display:inline-flex;align-items:center;white-space:nowrap}.recharge-notice-section{margin-top:30px;padding:16px 20px;background-color:rgba(255,255,255,.03);border:1px solid #222;border-radius:8px}.recharge-notice-section h3{font-size:14px;font-weight:600;color:#999;margin:0 0 10px}.recharge-info{list-style:none;padding:0;margin:0}.recharge-info li{color:#888;margin-bottom:6px;font-size:13px;line-height:1.6;padding-left:14px;position:relative}.recharge-info li::before{content:'';position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:50%;background-color:#555}.recharge-info li:last-child{margin-bottom:0}.amount-hint{color:#888;font-size:12px;margin-left:10px}@media (max-width:768px){.form-item{flex-direction:column}.form-label{width:100%;text-align:left;padding:0 0 8px!important;justify-content:flex-start;margin:0!important}.form-input{margin-left:0;width:100%;align-items:flex-start;flex-wrap:wrap}.form-input-field{width:100%;max-width:100%;flex-shrink:0}.form-item-radio{flex-direction:column}.form-item-radio .form-label{width:100%;text-align:left;padding:0 0 8px!important;justify-content:flex-start;height:auto;margin:0!important;display:flex;align-items:center;line-height:normal;font-size:14px}.form-item-radio .form-input{align-items:center;flex-wrap:nowrap;height:auto;margin-left:0;width:100%}.form-item-radio .radio-label{height:22px;line-height:22px;margin-top:0;margin-bottom:0}.form-item-with-hint .form-input{align-items:center}.input-hint{width:100%;margin-left:0;margin-top:8px;display:block;flex-basis:100%}.form-submit{margin-left:0}.amount-options{width:100%;gap:8px}.amount-btn,.amount-btn-custom{width:calc(50% - 4px)}.custom-amount-input-wrapper .form-input-field{width:100%}.amount-custom-input{max-width:100%;font-size:14px}.radio-label{margin-right:15px;flex-wrap:nowrap}.recharge-form .form-item-inline{flex-direction:row;align-items:center;flex-wrap:nowrap}.recharge-form .form-item-inline .form-label{width:auto;flex-shrink:0;padding:0 12px 0 0!important;margin-bottom:0!important}.recharge-form .form-item-inline .form-input{width:auto;flex:1;min-width:0;margin-left:0}.total-value{font-size:16px}}.toast{position:fixed!important;top:6%!important;left:50%!important;transform:translate(-50%,0)!important;padding:12px 24px!important;border-radius:6px!important;z-index:99999!important;font-size:14px!important;opacity:1!important;transition:opacity .3s!important;display:inline-block!important;visibility:visible!important;width:max-content!important;min-width:120px!important;max-width:90vw!important;text-align:center;white-space:normal!important;word-break:break-word!important;color:#fff!important}.toast.toast-success{background-color:#28a745!important}.toast.toast-error{background-color:#dc3545!important}.toast.toast-info{background-color:#ffc107!important;color:#000!important}.toast.fade-out{opacity:0!important}.profile-main #artistVerificationForm{margin-top:0}.verification-status-box{margin-bottom:20px;padding:15px;border-radius:8px;border:1px solid #2a7a2a;background-color:#1a5f1a;animation:.3s fadeIn}.verification-status-box.status-approved{background-color:#1a5f1a;border-color:#2a7a2a}.verification-status-box.status-rejected{background-color:#5f1a1a;border-color:#7a2a2a}.verification-status-box.status-pending{background-color:#3a3a1a;border-color:#5a5a2a}.verification-status-title{margin:0 0 10px;color:#fff;font-size:16px}.verification-status-content{color:#fff;line-height:1.8;font-size:14px}.verification-status-text-pending{color:gold}.verification-status-text-approved{color:#4caf50}.verification-status-text-rejected{color:#f44336}.verification-pending-tip{text-align:center;padding:40px;color:#888;font-size:14px}.char-count{text-align:right;color:#888;font-size:12px;margin-top:5px}.content-with-margin-top{margin-top:20px}.profile-main .balance-info{display:flex;align-items:baseline;justify-content:space-between;padding:12px 0 6px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:14px}.profile-main .balance-label{color:#bdbdbd;font-size:13px}.profile-main .balance-amount{color:var(--secondary-color);font-weight:800;font-size:18px}.profile-main .withdraw-form{margin-bottom:20px}.profile-main .withdraw-form h2{margin-top:0}.profile-main .amount-input-group{position:relative}.profile-main .amount-input-group input[type=number]{padding-right:34px}.profile-main .currency-symbol{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#888;font-size:14px;pointer-events:none}.profile-main .hint{display:block;margin-top:8px;color:#888;font-size:12px}.profile-main .withdraw-fee-preview{color:#bdbdbd;font-size:13px}.profile-main .withdraw-form fieldset{border:1px solid #333;border-radius:6px;padding:12px}.profile-main .withdraw-form legend{padding:0 8px;color:#fff;font-size:13px}.profile-main .payment-options{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:8px}.profile-main .radio-item{display:flex;align-items:center;gap:8px}.profile-main .payment-method-icon{color:var(--secondary-color);margin-right:6px}.profile-main .btn-view{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:6px;text-decoration:none;font-size:13px}.profile-main .status{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-size:12px;line-height:1.6;border:1px solid rgba(255,255,255,.1)}.profile-main .status.pending{color:gold}.profile-main .status.success{color:#4caf50}.profile-main .status.failed{color:#f44336}.profile-main .status.processing{color:#88c0ff}.upload-form{max-width:900px}.category-group{margin-bottom:15px}.category-label{color:#fff;font-weight:400;margin-bottom:8px;font-size:14px}.button-group{display:flex;flex-wrap:wrap;gap:10px}.category-btn{padding:6px 16px;background-color:#222;border:2px solid #444;border-radius:6px;color:#fff;font-size:14px;cursor:pointer;transition:.3s}.category-btn:hover{background-color:#333;border-color:var(--secondary-color);color:var(--secondary-color)}.category-btn.active{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#111;font-weight:700}.drop-zone{border:2px dashed #444;border-radius:8px;padding:20px;text-align:center;background-color:#1a1a1a;transition:.3s;cursor:pointer;position:relative}.drop-zone:hover{border-color:var(--secondary-color);background-color:#222}.drop-zone.drag-over{border-color:var(--secondary-color);background-color:rgba(255,215,0,.1)}.drop-zone-content{pointer-events:none}.drop-zone-main{display:flex;align-items:center;justify-content:center;gap:15px}.drop-zone-icon{font-size:32px;color:var(--secondary-color);flex-shrink:0}.drop-zone-text{color:#fff;font-size:16px;margin:0}.drop-zone-link{color:var(--secondary-color);text-decoration:underline;cursor:pointer;pointer-events:auto}.drop-zone-hint{color:var(--secondary-color,gold);font-size:13px;font-weight:600;margin-top:12px;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.45)}.file-list{background-color:#222;border-radius:6px;padding:15px;max-height:400px;overflow-y:auto;width:100%;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#ffd700 #1a1a1a}.file-list::-webkit-scrollbar{width:8px}.file-list::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.file-list::-webkit-scrollbar-thumb{background:gold;border-radius:4px}.file-list::-webkit-scrollbar-thumb:hover{background:#e6c200}#fileListDisplay{width:100%}.file-item{display:flex;flex-direction:column;align-items:stretch;padding:15px;margin-bottom:8px;background-color:#1a1a1a;border-radius:4px;border-left:3px solid var(--secondary-color);position:relative}.file-item:last-child{margin-bottom:0}.file-item.uploading{border-left-color:#1890ff}.file-item.success{border-left-color:#52c41a}.file-item.error{border-left-color:#ff4d4f}.file-info{flex:1;min-width:200px;width:100%}.file-first-row{display:flex;align-items:center;gap:15px;width:100%;margin-bottom:5px}.file-name{color:#fff;font-weight:700;flex-shrink:0}.file-song-name{color:#888;font-size:12px}.file-size{color:#666;font-size:12px;flex-shrink:0}.file-actions{display:flex;gap:8px;flex-shrink:0;margin-left:auto}.file-remove-btn,.file-upload-btn{background-color:#ff4d4f;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer;transition:.3s}.file-upload-btn{background-color:#1890ff}.file-upload-btn:hover{background-color:#40a9ff}.file-upload-btn:disabled{background-color:#666;cursor:not-allowed}.file-remove-btn:hover{background-color:#ff7875;transform:translateY(-1px)}.file-progress{width:100%;margin-top:10px;display:none}.file-progress.show{display:block}.file-progress-bar{width:100%;height:6px;background-color:#333;border-radius:3px;overflow:hidden;margin-bottom:5px}.file-progress-fill{height:100%;background-color:var(--secondary-color);width:0%;transition:width .3s}.file-progress-text{color:#888;font-size:12px;text-align:center}.file-price-selector{margin-top:10px;width:100%}.file-price-selector label{display:block;color:var(--secondary-color);font-size:12px;margin-bottom:5px;font-weight:700}.file-price-selector select{width:100%;padding:8px;background-color:#222;border:1px solid #333;border-radius:4px;color:#fff;font-size:14px}.file-price-selector select:focus{outline:0;border-color:var(--secondary-color)}.child-category-group{margin-top:15px}.category-placeholder{opacity:.5;cursor:not-allowed}.price-radio-group{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.upload-hint{display:block;margin-top:10px;color:#888;font-size:12px}.file-list-display{margin-top:15px;display:none}.file-list-header{color:var(--secondary-color);font-weight:700;margin-bottom:10px}.upload-submit-group{text-align:center;margin-top:30px}.file-progress-fill.progress-success{background-color:#52c41a}.file-progress-fill.progress-error{background-color:#ff4d4f}.file-progress-fill.progress-pending{background-color:#888}.price-radio-item{padding:6px 16px;background-color:#222;border:2px solid #444;border-radius:6px;cursor:pointer;transition:.3s;color:#fff;font-size:14px;text-align:center;min-width:80px}.price-radio-item:hover{background-color:#333;border-color:var(--secondary-color)}.price-radio-item input[type=radio]{display:none}.price-radio-item.selected{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#111;font-weight:700}.permission-denied{text-align:center;padding:60px 20px}.permission-icon{font-size:64px;color:#ff4d4f;margin-bottom:20px}.permission-denied h2{color:#ff4d4f;margin-bottom:15px;font-size:24px}.permission-denied p{color:#fff;margin-bottom:30px;font-size:16px}.permission-actions{display:flex;gap:15px;justify-content:center}@media (max-width:768px){.permission-actions{flex-direction:column;align-items:center}}.binding-item{display:flex;justify-content:space-between;align-items:center;padding:20px;margin-bottom:15px;background-color:#222;border-radius:8px;border:1px solid #333;transition:.3s}.binding-item:hover{border-color:#444;background-color:#252525}.binding-info{display:flex;align-items:center;flex:1}.binding-label{display:flex;align-items:center;min-width:120px;color:#fff;font-size:14px}.binding-label i{margin-right:10px;font-size:18px;color:var(--secondary-color)}.binding-label .fa-qq{color:#12b7f5!important}.binding-label .fa-weixin{color:#07c160!important}.binding-label .fa-alipay{color:#1677ff!important}.binding-label .fa-tiktok{color:#000!important}.binding-item .binding-label .fa-tiktok{color:#fff!important}.binding-value{color:#fff;font-size:14px;margin-left:20px}.binding-value.binding-empty{color:#888}.binding-action{margin-left:20px}.btn-secondary{background-color:#444;color:#fff}.btn-secondary:hover{background-color:#555}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.modal-content{background-color:#1a1a1a;margin:auto;padding:0;border-radius:8px;width:90%;max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #333}.modal-header h2{color:var(--secondary-color);margin:0;font-size:20px}.modal-close{color:#aaa;font-size:28px;font-weight:700;cursor:pointer;line-height:1}.modal-close:hover{color:#fff}.modal-body{padding:20px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px}@media (max-width:768px){.binding-item{flex-direction:column;align-items:flex-start}.binding-action{margin-left:0;margin-top:15px;width:100%}.binding-action .btn{width:100%}.profile-container{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem}.profile-sidebar{grid-column:1;grid-row:1}.profile-main{grid-column:1;grid-row:2}.profile-sidebar .profile-nav{display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding:.5rem;background:var(--bg-card,#111);border-radius:6px}.profile-sidebar .profile-nav .nav-item{flex:0 0 auto;margin-right:.5rem}.profile-sidebar>:not(.profile-nav){display:none}}@media (max-width:480px){.profile-container{width:100%;margin:10px auto;padding:0 5px;box-sizing:border-box;gap:8px}body.profile-page .profile-container{width:100%;margin:10px auto;padding:0 5px;box-sizing:border-box}.profile-main{min-width:0;max-width:100%}.profile-header h1{font-size:16px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{font-size:13px}.file-info{min-width:0}.file-first-row{flex-wrap:wrap;gap:8px}.file-name{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.file-actions{width:100%;justify-content:flex-end}.binding-item{padding:12px}.binding-label{min-width:0;font-size:13px}.binding-info{flex-wrap:wrap;gap:8px}.price-radio-group{gap:8px}.price-radio-item{min-width:60px;padding:5px 10px;font-size:13px}.permission-denied{padding:30px 10px}.permission-denied h2{font-size:18px}.permission-denied p{font-size:14px}.form-group{flex-direction:column;gap:6px}.form-input-field,.form-label{width:100%}.music-title-tooltip{max-width:90vw}.amount-btn{width:calc(50% - 4px);font-size:13px}}.user-card{display:flex;align-items:flex-start;gap:18px;background-color:#1a1a1a;border-radius:10px;padding:20px;margin-bottom:16px}.user-avatar-wrap{width:64px;height:64px;border-radius:50%;border:2px solid rgba(255,215,0,.45);box-shadow:0 0 0 4px rgba(255,215,0,.07);flex-shrink:0;overflow:hidden;transform:translateZ(0)}.user-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.user-avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,gold,#e6a800);color:#111;font-size:26px;font-weight:700;line-height:1;border-radius:50%}.user-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.user-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.user-display-name{font-size:18px;font-weight:700;color:#fff;line-height:1.2}.verified-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(255,215,0,.14);color:gold;border:1px solid rgba(255,215,0,.32);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:500;white-space:nowrap}.user-card-meta{font-size:14px;color:#666;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.meta-sep{color:#444}.user-progress-row{display:flex;align-items:center;gap:10px;margin-top:2px}.profile-progress{flex:1;height:4px;background:#2a2a2a;border-radius:2px;overflow:hidden;max-width:160px}.profile-progress-bar{height:100%;background:gold;border-radius:2px;transition:width .3s}.progress-text{font-size:14px;color:#888;white-space:nowrap}.user-edit-btn{margin-left:auto;padding:5px 12px;background:0 0;border:1px solid #333;border-radius:6px;color:#aaa;font-size:14px;text-decoration:none;white-space:nowrap;transition:border-color .2s,color .2s}.user-edit-btn:hover{border-color:rgba(255,215,0,.4);color:gold;text-decoration:none}.notice-card{border:none;padding:16px 20px}.notice-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.notice-card-title{font-size:13px;color:gold;font-weight:500}.notice-card-title i{margin-right:5px;font-size:12px}.notice-view-all{font-size:12px;color:#888;text-decoration:none;display:flex;align-items:center;gap:3px;transition:color .2s}.notice-view-all:hover{color:gold;text-decoration:none}.notice-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.notice-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.04)}.notice-item:last-child{border-bottom:none}.notice-link{flex:1;font-size:13px;color:#ccc;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.notice-link:hover{color:gold;text-decoration:none}.notice-date{font-size:12px;color:#555;flex-shrink:0}.stats-grid .stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.stat-icon-img{font-size:20px;margin-bottom:4px}.stats-grid .stat-item:hover{transform:translateY(-2px);border-color:rgba(255,215,0,.3);text-decoration:none}.stats-grid .stat-item:hover .stat-label{color:gold}.shortcut-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.shortcut-item{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 6px;background:#222;border-radius:8px;border:1px solid transparent;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s}.shortcut-item:hover{background:rgba(255,215,0,.08);border-color:rgba(255,215,0,.25);text-decoration:none}.shortcut-item:hover .shortcut-label{color:gold}.shortcut-item.recharge{background:rgba(255,215,0,.1);border-color:rgba(255,215,0,.35)}.shortcut-item.recharge .shortcut-label{color:gold}.shortcut-item.recharge:hover{background:rgba(255,215,0,.16);border-color:rgba(255,215,0,.5)}.shortcut-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.shortcut-label{font-size:12px;color:#aaa;text-align:center;line-height:1.2;transition:color .2s}.sc-red{background:rgba(255,107,107,.15);color:#ff6b6b}.sc-blue{background:rgba(126,184,255,.15);color:#7eb8ff}.sc-purple{background:rgba(196,158,255,.15);color:#c49eff}.sc-gold{background:rgba(255,215,0,.2);color:gold}.sc-orange{background:rgba(255,179,71,.15);color:#ffb347}.sc-teal{background:rgba(92,224,220,.15);color:#5ce0dc}.sc-star{background:rgba(255,215,0,.12);color:gold}.recent-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.recent-view-all{font-size:12px;color:#888;text-decoration:none;display:flex;align-items:center;gap:3px;transition:color .2s}.recent-view-all:hover{color:gold;text-decoration:none}.recent-list{list-style:none;padding:0;margin:0}.recent-item{display:flex;align-items:center;gap:12px;padding:9px 6px;border-radius:6px;border-bottom:1px solid #1e1e1e;transition:background .15s}.recent-item:last-child{border-bottom:none}.recent-item:hover{background:#1d1d1d}.recent-num{width:20px;font-size:13px;color:#444;text-align:center;flex-shrink:0}.recent-info{flex:1;min-width:0}.recent-title{display:block;font-size:14px;color:#ddd;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.recent-title:hover{color:gold;text-decoration:none}.recent-artist{font-size:12px;color:#666;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-date{font-size:12px;color:#555;flex-shrink:0}.recent-arrow{color:#444;font-size:12px;flex-shrink:0;text-decoration:none;transition:color .2s}.recent-item:hover .recent-arrow{color:gold}@media (max-width:600px){.user-card{gap:14px}.user-avatar-wrap{width:52px;height:52px}.user-avatar-initials{font-size:20px}.user-display-name{font-size:16px}.shortcut-grid{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:8px}.shortcut-icon{width:30px;height:30px;font-size:14px}.shortcut-item{padding:11px 4px}.user-edit-btn{display:none}.profile-progress{max-width:100px}}@media (max-width:480px){.notice-link,.user-card-meta{font-size:12px}}.si-fav{color:#ff6b6b}.si-dl{color:#7eb8ff}.si-bal{color:gold}.si-djlist{color:#c49eff}.user-section-shortcuts{padding:16px 20px}.user-section-h2{font-size:14px;margin:0 0 12px;color:var(--secondary-color)}.user-section-h2.mb-0,.user-section-recent{margin-bottom:0}.empty-state-recent{padding:24px 0}.empty-icon-dim{color:#333}.btn-go-sm{font-size:13px;padding:7px 18px;min-height:auto}.sc-green{background:rgba(82,196,26,.12);color:#52c41a}.profile-hint{font-size:12px;color:#666;margin-top:6px;line-height:1.4}.profile-progress-bar.pct-0{width:0%}.profile-progress-bar.pct-25{width:25%}.profile-progress-bar.pct-50{width:50%}.profile-progress-bar.pct-75{width:75%}.profile-progress-bar.pct-100{width:100%}.auth-steps{display:flex;align-items:center;justify-content:center;gap:0;padding:20px 16px;background:#1a1a1a;border-radius:10px;margin-bottom:16px}.auth-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.auth-step-icon{width:40px;height:40px;border-radius:50%;background:#2a2a2a;border:2px solid #333;display:flex;align-items:center;justify-content:center;font-size:16px;color:#555;transition:.3s}.auth-step-label{font-size:12px;color:#555;white-space:nowrap}.auth-step-line{flex:1;height:2px;background:#333;min-width:40px;max-width:80px;transition:background .3s}.auth-step-done .auth-step-icon{background:rgba(255,215,0,.12);border-color:rgba(255,215,0,.45);color:gold}.auth-step-done .auth-step-label{color:gold}.auth-step-line.auth-step-done{background:rgba(255,215,0,.45)}.auth-step-active .auth-step-icon{background:rgba(96,165,250,.12);border-color:rgba(96,165,250,.5);color:#60a5fa}.auth-step-active .auth-step-label{color:#60a5fa}.auth-step-approved .auth-step-icon{background:rgba(74,222,128,.12);border-color:rgba(74,222,128,.5);color:#4ade80}.auth-step-approved .auth-step-label{color:#4ade80}.auth-step-rejected .auth-step-icon{background:rgba(248,113,113,.12);border-color:rgba(248,113,113,.5);color:#f87171}.auth-step-rejected .auth-step-label{color:#f87171}.auth-status-card{padding:20px}.auth-timeline{display:flex;flex-direction:column;gap:0}.auth-tl-item{display:flex;align-items:flex-start;gap:14px;padding-bottom:20px;position:relative}.auth-tl-item:not(:last-child)::after{content:'';position:absolute;left:15px;top:32px;bottom:0;width:2px;background:#2a2a2a}.auth-tl-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;position:relative;z-index:1}.auth-tl-done .auth-tl-dot{background:rgba(255,215,0,.12);border:2px solid rgba(255,215,0,.4);color:gold}.auth-tl-pending .auth-tl-dot{background:rgba(96,165,250,.12);border:2px solid rgba(96,165,250,.4);color:#60a5fa}.auth-tl-approved .auth-tl-dot{background:rgba(74,222,128,.12);border:2px solid rgba(74,222,128,.4);color:#4ade80}.auth-tl-rejected .auth-tl-dot{background:rgba(248,113,113,.12);border:2px solid rgba(248,113,113,.4);color:#f87171}.auth-tl-content{flex:1;padding-top:4px}.auth-tl-title{font-size:14px;font-weight:600;color:#ddd;margin-bottom:4px}.auth-tl-meta{font-size:13px;color:#666;line-height:1.5}.auth-tl-remark{color:#f87171}.auth-tl-time{font-size:12px;color:#444;margin-top:4px}.auth-benefits{margin-top:16px;padding:14px 16px;background:rgba(74,222,128,.06);border:1px solid rgba(74,222,128,.2);border-radius:8px}.auth-benefit-title{font-size:14px;color:#4ade80;margin-bottom:10px;font-weight:600}.auth-benefit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.auth-benefit-list li{font-size:13px;color:#999;display:flex;align-items:center;gap:8px}.auth-benefit-list li i{color:#4ade80;font-size:12px;flex-shrink:0}.auth-reapply-tip{font-size:13px;color:#888;margin-bottom:16px;padding:10px 12px;background:rgba(96,165,250,.06);border-left:3px solid rgba(96,165,250,.4);border-radius:0 6px 6px 0}.auth-reapply-tip i{color:#60a5fa;margin-right:6px}@media (max-width:480px){.auth-steps{padding:14px 8px}.auth-step-icon{width:32px;height:32px;font-size:13px}.auth-step-label{font-size:11px}.auth-step-line{min-width:20px}}.dl-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.dl-stat-card{background-color:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80px;transition:transform .15s,border-color .15s,background-color .15s}.dl-stat-card:hover{transform:translateY(-1px);border-color:rgba(255,215,0,.22);background-color:#1d1d1d}.dl-stat-val{color:var(--secondary-color);font-weight:800;font-size:26px;line-height:1.1;letter-spacing:.2px}.dl-stat-label{margin-top:6px;color:#bdbdbd;font-size:13px;line-height:1.2;text-align:center}.dl-stat-note{margin-top:4px;color:#999;font-size:11px;text-align:center}@media (max-width:480px){.dl-stats-grid{gap:8px}.dl-stat-val{font-size:20px}.dl-stat-label{font-size:11px}.dl-stat-card{padding:12px 8px;min-height:64px}}.withdraw-notice{background:rgba(255,215,0,.08);border:1px solid rgba(255,215,0,.2);border-radius:8px;padding:12px 16px;margin-bottom:16px;color:#bdbdbd;font-size:14px;line-height:1.6}.withdraw-notice i{margin-right:6px;color:gold}.withdraw-notice a{color:gold;text-decoration:underline}.withdraw-form-wrap{margin-bottom:20px}.bank-info-display{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:8px;color:#fff;font-size:14px}.bank-info-display i{color:gold}.bank-change-link{margin-left:auto;color:gold;font-size:13px;text-decoration:none}.bank-change-link:hover{text-decoration:underline}.withdraw-remark{font-size:12px;color:#999;margin-top:4px}@media (max-width:768px){.exchange-page-table .withdraw-table tbody tr td:nth-child(2),.exchange-page-table .withdraw-table thead tr th:nth-child(2),.withdraw-page-table .withdraw-table tbody tr td:nth-child(4),.withdraw-page-table .withdraw-table thead tr th:nth-child(4),.withdraw-table .date-full{display:none}.withdraw-table .date-md{display:inline}}@media (min-width:769px){.withdraw-table .date-md{display:none}}