.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000f;height:64px}.header-left{display:flex;align-items:center}.sidebar-toggle-btn{font-size:16px;display:flex;align-items:center;justify-content:center}.header-right{display:flex;align-items:center}.header-right-button{align-items:center}.proxy-status{display:flex;align-items:center;font-size:14px}.user-info{display:flex;align-items:center;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .3s}.username{font-size:14px;font-weight:500}@media (max-width: 768px){.app-header{padding:0 16px}.sidebar-toggle-btn{font-size:14px}.proxy-status span,.username{display:none}}.app-sidebar{font-weight:500}.ant-layout-sider{box-shadow:none!important}.sidebar-header{height:64px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0;background:#fff;padding:0 16px}.sidebar-logo{margin:0!important;color:#1677ff!important;font-size:18px!important;font-weight:700!important;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-menu{border-right:none;height:calc(100% - 64px);overflow-y:auto}.sidebar-menu .ant-menu-item{margin:0 0 4px;border-radius:0;height:40px;line-height:40px}.sidebar-menu .ant-menu-submenu{margin-bottom:4px}.sidebar-menu .ant-menu-submenu-title{height:40px;line-height:40px;margin:0}.sidebar-menu .ant-menu-item-selected{background-color:#e6f7ff;color:#1677ff}.sidebar-menu .ant-menu-item-selected:after{border-right:3px solid rgb(22,119,255)}.sidebar-menu .ant-menu-item:hover,.sidebar-menu .ant-menu-submenu-title:hover{color:#1677ff}.main-layout{min-height:100vh;display:flex}.main-layout-right{flex:1;display:flex;flex-direction:column}.main-content{margin:16px!important;padding:0!important;background:#f0f2f5;overflow-y:auto;min-height:calc(100vh - 96px);flex:1}@media (max-width: 768px){.main-content{margin:16px!important}}@media (max-width: 576px){.main-content{margin:12px!important}}.accounts-page{padding:0}.accounts-card{box-shadow:0 2px 8px #0000000f;border-radius:8px}.accounts-card .ant-card-body{padding:16px}.table-section{margin-top:0}.accounts-table .ant-table-wrapper{border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.accounts-table .ant-table,.accounts-table .ant-table-container{border:1px solid #d9d9d9!important;border-radius:6px}.accounts-table .ant-table-content{border:1px solid #d9d9d9!important;border-radius:0}.accounts-table .ant-table-thead>tr>th{background:#fafafa!important;font-weight:600;color:#333;border:1px solid #d9d9d9!important;-webkit-user-select:none;user-select:none;position:relative;padding:12px 8px}.accounts-table .ant-table-tbody>tr>td{border-bottom:1px solid #d9d9d9!important;border-right:1px solid #d9d9d9!important;padding:8px;background:#fff}.accounts-table .ant-table-tbody>tr>td:first-child{border-left:none!important}.accounts-table .ant-table-tbody>tr>td:last-child{border-right:none!important}.accounts-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.accounts-table .ant-table-tbody>tr:hover>td{background:#f5f5f5!important}.accounts-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#e6f7ff!important}.accounts-table .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#bae7ff!important}.accounts-table .ant-table-cell-fix-left{border-right:1px solid #d9d9d9!important;position:relative}.accounts-table .ant-table-cell-fix-left:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:#d9d9d9;z-index:1}.accounts-table .ant-table-selection-column{width:40px!important;min-width:40px!important;max-width:40px!important;text-align:center!important}.accounts-table .ant-table-tbody>tr>td:nth-child(2),.accounts-table .ant-table-thead>tr>th:nth-child(2){text-align:center;font-weight:500}.accounts-table .ant-table-tbody>tr>td:nth-child(5),.accounts-table .ant-table-thead>tr>th:nth-child(5){text-align:center}.accounts-table .ant-table-tbody>tr>td:last-child,.accounts-table .ant-table-thead>tr>th:last-child{text-align:center}.accounts-table .ant-table-thead>tr>th{border-top:none!important}.accounts-table .ant-table-tbody>tr>td{border-top:none!important}.accounts-table .ant-table-thead>tr>th,.accounts-table .ant-table-tbody>tr>td{border-width:0 1px 1px 0!important;border-style:solid!important;border-color:#d9d9d9!important}.ant-pagination{margin-top:16px}.ant-pagination .ant-pagination-total-text{color:#666;font-size:13px}@media (max-width: 768px){.accounts-card .ant-card-body{padding:16px}.accounts-table .ant-table-tbody>tr>td,.accounts-table .ant-table-thead>tr>th{padding:6px 4px}}.accounts-table .ant-table-body{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.accounts-table .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.accounts-table .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1}.accounts-table .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.accounts-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.accounts-table .ant-table-placeholder,.accounts-table .ant-table-placeholder .ant-table-cell,.accounts-table .ant-spin-container{border:none!important}.accounts-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.header-left,.header-right{display:flex;align-items:center;gap:12px}@media (max-width: 768px){.accounts-header{flex-direction:column;gap:16px;align-items:stretch}.header-left,.header-right{justify-content:center}}@media (max-width: 576px){.header-left,.header-right{flex-direction:column;gap:8px}}.filter-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px;background:#fafafa;border-radius:6px}.filter-left{flex:0 0 auto;display:flex}.filter-center{flex:1;display:flex;justify-content:center}.filter-right{flex:0 0 auto}.stats-container{display:flex;align-items:center;gap:24px}.stats-item{display:flex;align-items:center;white-space:nowrap}.column-settings{width:220px}.column-settings-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.column-settings-list{max-height:300px;overflow-y:auto}.column-setting-item{padding:6px 0}.column-setting-item .ant-checkbox-wrapper{width:100%}.column-setting-item .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{opacity:.7}.required-column{font-weight:500}.required-indicator{color:#ff4d4f;font-weight:700}.column-settings-note{margin-top:12px;padding-top:8px;border-top:1px solid #f0f0f0}.column-settings-popover .ant-popover-inner{padding:12px}@media (max-width: 1200px){.filter-section{flex-direction:column;gap:16px;align-items:stretch}.filter-center{justify-content:flex-start}.stats-container{flex-wrap:wrap;gap:16px}}@media (max-width: 768px){.filter-section{padding:12px}.stats-container{gap:12px}}@media (max-width: 576px){.stats-container{flex-direction:column;align-items:flex-start;gap:8px}}.add-account-modal .ant-modal-content{border-radius:8px}.add-account-modal .ant-modal-header{text-align:center;border-bottom:1px solid #f0f0f0;padding:16px 24px}.add-account-modal .ant-modal-title{font-size:18px;font-weight:600}.add-account-modal .ant-modal-body{padding:24px}.add-account-modal .ant-modal-footer{padding:16px 24px;border-top:1px solid #f0f0f0}.add-account-content{display:flex;flex-direction:column;gap:24px;min-height:500px}.top-methods{display:grid;grid-template-columns:1fr 300px;gap:24px}.right-methods{display:flex;flex-direction:column;gap:16px}.bottom-method{width:100%}.method-section{border:1px solid #f0f0f0;border-radius:6px;padding:16px;background:#fafafa}.method-title{font-size:14px;font-weight:600;margin:0 0 16px;color:#333}.method-content{display:flex;flex-direction:column;gap:12px}.proxy-input .ant-form-item-label{font-size:13px}.proxy-format-hint{font-size:12px;color:#ff4d4f;margin-top:-8px}.proxy-format-hint code{background:#f5f5f5;padding:2px 4px;border-radius:3px;font-size:11px}.qr-generate-btn{border:1px solid #d9d9d9}.qr-generate-btn:hover{border-color:#40a9ff;color:#40a9ff}.account-list-input .ant-form-item-label{font-size:13px}.account-list-input .ant-input{font-size:12px;line-height:1.4}.format-section{display:flex;flex-direction:column;gap:8px}.format-label{font-size:13px;font-weight:500}.format-selects{display:flex;gap:8px;flex-wrap:wrap}.format-selects .ant-select{font-size:12px}.format-example{font-size:11px;line-height:1.4;padding:8px;background:#f8f9fa;border-radius:4px}.format-example code{background:#e9ecef;padding:1px 3px;border-radius:2px;font-size:10px}.choose-file-btn{border:1px solid #d9d9d9}.choose-file-btn:hover{border-color:#40a9ff;color:#40a9ff}.add-account-submit-btn{background:#1677ff;border-color:#1677ff;font-size:16px;height:48px;font-weight:500}.add-account-modal .ant-form-item{margin-bottom:12px}.add-account-modal .ant-form-item-label{padding-bottom:4px}.add-account-modal .ant-form-item-label>label{font-size:13px;font-weight:500}@media (max-width: 768px){.top-methods{grid-template-columns:1fr;gap:16px}.right-methods{gap:12px}.method-section{padding:12px}.format-selects{gap:6px}.format-selects .ant-select{width:80px!important}}@media (max-width: 576px){.add-account-modal .ant-modal-body{padding:16px}.format-selects .ant-select{width:70px!important}.format-example{font-size:10px}.add-account-content{gap:16px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-layout-header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:0 24px}.ant-layout-sider{background:#fff;box-shadow:2px 0 8px #0000001a}.ant-menu{border-right:none}.ant-table-thead>tr>th{background:#fafafa;font-weight:600}.main-content{margin:24px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.search-section{margin-bottom:16px;padding:16px;background:#fafafa;border-radius:6px}.filter-section{display:flex;gap:16px;align-items:center;margin-bottom:16px}.stats-item{display:flex;align-items:center;gap:8px}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
