:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}html{margin:0;padding:0}body{color:rgb(var(--foreground-rgb));margin:0!important;padding:0;background:#f0f5ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.dashboard-page{min-height:100vh;background:linear-gradient(160deg,#eef4ff,#f8fafc 45%,#f0f5ff)}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;margin-bottom:24px;border-radius:16px;background:linear-gradient(135deg,#0958d9,#1677ff 55%,#4096ff);box-shadow:0 8px 24px rgba(22,119,255,.25);color:#fff}.dashboard-header-title{margin:0!important;color:#fff!important;font-weight:700!important;letter-spacing:.5px}.dashboard-header-subtitle{margin:4px 0 0!important;color:hsla(0,0%,100%,.82)!important;font-size:14px}.dashboard-content{max-width:1400px;margin:0 auto;padding:24px}.dashboard-stat-card{border-radius:14px!important;border:1px solid #f0f0f0!important;box-shadow:0 2px 12px rgba(0,0,0,.04)!important;transition:transform .2s ease,box-shadow .2s ease}.dashboard-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.08)!important}.dashboard-action-card{height:100%;border-radius:14px!important;border:1px solid #f0f0f0!important;box-shadow:0 2px 12px rgba(0,0,0,.04)!important}.dashboard-action-card .ant-card-head{border-bottom:1px solid #f5f5f5;min-height:48px}.dashboard-action-card .ant-card-head-title{font-weight:600;font-size:15px}.dashboard-action-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;margin-right:10px;font-size:18px}.dashboard-action-icon--download{background:#e6f4ff;color:#1677ff}.dashboard-action-icon--check{background:#f6ffed;color:#52c41a}.dashboard-action-icon--delete{background:#fff2f0;color:#ff4d4f}.dashboard-section-card{border-radius:14px!important;border:1px solid #f0f0f0!important;box-shadow:0 2px 12px rgba(0,0,0,.04)!important;margin-bottom:24px}.dashboard-section-card .ant-card-head{border-bottom:1px solid #f5f5f5}.dashboard-section-card .ant-card-head-title{font-weight:600;font-size:16px}.dashboard-table .ant-table-thead>tr>th{background:#fafafa!important;font-weight:600;white-space:nowrap}.dashboard-table .ant-table-tbody>tr:hover>td{background:#f0f7ff!important}.dashboard-table-compact .ant-table-tbody>tr>td,.dashboard-table-compact .ant-table-thead>tr>th{padding:4px 12px!important}.dashboard-table-compact .ant-tag{margin:0;line-height:18px;padding:0 6px;font-size:12px}.dashboard-table-compact .ant-table-pagination{margin:8px 0 0!important}.dashboard-toolbar{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding:12px;background:#fafafa;border-radius:12px;border:1px solid #f0f0f0}.dashboard-toolbar-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%}.dashboard-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%}.dashboard-result-tag{margin-left:auto!important;padding:4px 12px;font-size:13px}@media (max-width:1200px){.dashboard-toolbar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.dashboard-toolbar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-result-tag{margin-left:0!important;width:100%;text-align:center}}.dashboard-logout-btn{background:hsla(0,0%,100%,.95)!important;color:#ff4d4f!important;border:none!important;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.1)}.dashboard-logout-btn:hover{background:#fff!important;color:#cf1322!important}.login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 24px;overflow:hidden}.login-page-bg{position:fixed;inset:0;background:linear-gradient(160deg,#0d47a1,#1565c0 35%,#42a5f5);z-index:0}.login-page-shape{position:fixed;border-radius:50%;background:hsla(0,0%,100%,.06);z-index:0}.login-page-shape--1{width:360px;height:360px;top:-80px;right:10%}.login-page-shape--2{width:240px;height:240px;bottom:-40px;left:8%}.login-container{position:relative;z-index:1;display:flex;width:100%;max-width:760px;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(13,71,161,.28);border:1px solid hsla(0,0%,100%,.12)}.login-brand{flex:0 0 42%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px 36px;background:linear-gradient(180deg,hsla(0,0%,100%,.14),hsla(0,0%,100%,.06));backdrop-filter:blur(8px);color:#fff}.login-brand-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:hsla(0,0%,100%,.18);font-size:22px;margin-bottom:20px}.login-brand-title{color:#fff!important;margin:0 0 6px!important;font-weight:600!important;font-size:22px!important;line-height:1.35!important;letter-spacing:-.02em}.login-brand-subtitle{color:hsla(0,0%,100%,.78)!important;font-size:13px;display:block;line-height:1.5}.login-card{flex:1;display:flex;flex-direction:column;justify-content:center;padding:40px 36px;background:#fff}.login-card-header{margin-bottom:28px}.login-card-title{margin:0 0 4px!important;font-weight:600!important;font-size:18px!important;color:#1f1f1f!important}.login-card-desc{color:#8c8c8c!important;font-size:13px}.login-form .ant-form-item{margin-bottom:18px}.login-form .ant-form-item-label>label{font-weight:500;font-size:13px;color:#595959;height:auto}.login-form .ant-input,.login-form .ant-input-affix-wrapper{border-radius:8px;border-color:#e8e8e8;background:#fafafa;transition:border-color .2s,box-shadow .2s,background .2s}.login-form .ant-input-affix-wrapper:hover,.login-form .ant-input:hover{border-color:#91caff;background:#fff}.login-form .ant-input-affix-wrapper-focused,.login-form .ant-input-affix-wrapper:focus-within{border-color:#1677ff;background:#fff;box-shadow:0 0 0 2px rgba(22,119,255,.1)}.login-input-icon{color:#bfbfbf;font-size:14px}.login-submit-btn{height:42px!important;font-size:15px!important;font-weight:500!important;border-radius:8px!important;margin-top:4px;box-shadow:none!important}.login-submit-btn:hover{box-shadow:0 4px 12px rgba(22,119,255,.3)!important}@media (max-width:768px){.login-container{flex-direction:column;max-width:380px}.login-brand{flex:none;padding:28px 24px;align-items:center;text-align:center}.login-brand-icon{margin-bottom:14px}.login-brand-title{font-size:20px!important}.login-card{padding:28px 24px}}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{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)}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[data-original-title],abbr[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=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{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}code,kbd,pre,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}[role=button],a,area,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}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-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}