.logo{height:64px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea4d,#764ba24d);margin:16px;border-radius:8px;transition:all .3s ease;cursor:pointer}.logo:hover{background:linear-gradient(135deg,#667eea80,#764ba280);transform:scale(1.02)}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}.login-card{width:420px;box-shadow:0 8px 32px #0003;border-radius:16px;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-card :global(.ant-card-head){background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;border-bottom:none}.login-card :global(.ant-card-head-title){text-align:center;font-size:26px;font-weight:700;color:#fff;padding:20px 0}.login-card :global(.ant-card-body){padding:40px 32px}.login-footer{margin-top:24px;text-align:center}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.page-header-content{display:flex;justify-content:space-between;align-items:center}.page-title{font-size:24px;font-weight:600;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-extra{display:flex;gap:12px}.stat-card{height:100%}.stat-content{display:flex;justify-content:space-between;align-items:center}.stat-left{flex:1}.stat-title{font-size:14px;color:#666;margin-bottom:12px}.stat-value{font-size:32px;font-weight:600;margin-bottom:8px;display:flex;align-items:baseline}.stat-prefix,.stat-suffix{font-size:16px;font-weight:400;margin:0 4px}.stat-trend{font-size:14px;display:flex;align-items:center;gap:4px}.stat-trend.up{color:#52c41a}.stat-trend.down{color:#f5222d}.stat-icon{font-size:48px;opacity:.3}.h5-apply-container{min-height:100vh;background:linear-gradient(135deg,#fff,#ff9c6e);padding:20px;display:flex;align-items:center;justify-content:center}.h5-apply-card{max-width:500px;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.h5-apply-header{background:linear-gradient(135deg,#ff9c6e,#ff7a45);color:#fff;padding:30px 20px;text-align:center}.h5-apply-header h1{font-size:24px;margin:0 0 8px;font-weight:600}.h5-apply-header p{font-size:14px;margin:0;opacity:.9}.h5-apply-form{padding:30px 20px}@media (max-width: 768px){.h5-apply-container{padding:10px}.h5-apply-header{padding:20px 15px}.h5-apply-header h1{font-size:20px}.h5-apply-form{padding:20px 15px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.ant-card{box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;border:none;transition:all .3s ease}.ant-card:hover{box-shadow:0 4px 8px #00000014,0 6px 12px #00000014}.ant-table{font-size:14px}.ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#333}.ant-table-tbody>tr:hover>td{background:#f5f7fa}.ant-space-item .ant-btn-link{padding:0 8px}.ant-tag{border-radius:4px;padding:2px 8px;font-size:12px}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.ant-statistic-title{font-size:14px;color:#666}.ant-statistic-content{font-size:24px;font-weight:600}.ant-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.ant-modal-title{color:#fff!important}.ant-modal-close{color:#fff}.ant-modal-close:hover{background:#fff3}.ant-form-item-label>label{font-weight:500}.ant-badge-count{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea4d}.ant-spin-dot-item{background-color:#667eea}.ant-empty-description{color:#999;font-size:14px}*{margin:0;padding:0;box-sizing:border-box}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;background:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
