:root{--brand:#0d9488;--brand-light:#14b8a6;--brand-dark:#0f766e;--accent:#f59e0b;--accent-light:#fbbf24;--accent-bg:#fef3c7;--bg-page:#f5f5f7;--bg-card:#ffffff;--text-primary:#1d1d1f;--text-secondary:#86868b;--text-muted:#a1a1aa;--border-light:#e8e8ed;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 20px rgba(0,0,0,0.04);--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased}#__next,body,html{height:100%}.ant-table,.ant-table-wrapper{overflow-x:auto}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{white-space:nowrap}@media (max-width:576px){.ant-modal{max-width:96vw;margin:12px auto}.ant-modal-content{padding:16px}.ant-modal-body,.ant-modal-header{padding:12px 16px}.ant-modal-footer{padding:8px 16px}.page-content{padding:12px!important}.ant-card-body{padding:12px}.ant-card,.ant-form-item{margin-bottom:12px}.ant-statistic-title{font-size:12px!important}.ant-statistic-content{font-size:22px!important}.ant-tag{font-size:11px;padding:0 6px;line-height:20px}.ant-btn{font-size:13px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-page);padding:24px}.auth-card{width:100%;max-width:400px;background:var(--bg-card);border-radius:var(--radius-xl);padding:36px;box-shadow:var(--shadow-md)}.auth-card .brand-line{text-align:center;margin-bottom:24px}.auth-card .brand-line .logo{font-size:20px;font-weight:600;color:var(--brand)}.auth-card .brand-line .logo span{color:var(--text-primary)}.auth-card .brand-line .subtitle{font-size:13px;color:var(--text-secondary);margin-top:4px}.pwd-ime-masked{-webkit-text-security:disc}