*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5;min-height:100vh}.layout-sider{background:#001529!important;min-height:100vh;position:fixed!important;left:0;top:0;bottom:0;overflow:auto;z-index:200}.layout-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.layout-content{min-height:calc(100vh - 64px);padding:24px;transition:margin-left .2s}.page-container{width:100%}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.page-header h1{font-size:24px;font-weight:600;color:#1f1f1f}.search-form{padding:16px 24px;margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.search-form,.table-card{background:#fff;border-radius:8px}.table-card{padding:24px;overflow-x:auto}.table-card .ant-table{min-width:100%}.pagination-container{display:flex;justify-content:flex-end;margin-top:16px}.logo{height:64px;display:flex;align-items:center;justify-content:left;color:#fff;font-size:18px;font-weight:600;border-bottom:1px solid hsla(0,0%,100%,.1);padding-left:28px}@media screen and (max-width:768px){.layout-sider{position:fixed!important;transform:translateX(-100%);transition:transform .2s}.layout-sider.mobile-open{transform:translateX(0)}.layout-content-wrapper{margin-left:0!important}.layout-content{padding:16px}.page-header{flex-direction:column;align-items:flex-start}.page-header h1{font-size:20px}.search-form{padding:12px 16px}.table-card{padding:16px}}@media screen and (max-width:480px){.layout-content{padding:12px}.search-form{flex-direction:column;align-items:stretch}}.row-pending td{background:#fffbe6!important}.row-rejected td{background:#fff2f0!important}