html,body{height:100vh;margin:0}body[data-theme=LIGHT] *{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, #d1d5db) transparent}body[data-theme=LIGHT] *::-webkit-scrollbar{width:6px;height:6px}body[data-theme=LIGHT] *::-webkit-scrollbar-track{background:transparent;border-radius:3px}body[data-theme=LIGHT] *::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #d1d5db);border-radius:3px;transition:background .2s ease}body[data-theme=LIGHT] *::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #9ca3af)}body[data-theme=LIGHT] *::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active, #6b7280)}body[data-theme=LIGHT]{--scrollbar-thumb: #d1d5db;--scrollbar-thumb-hover: #9ca3af;--scrollbar-thumb-active: #6b7280}body[data-theme=LIGHT] .ant-layout-header,body[data-theme=LIGHT] .ant-layout-sider{background:#fff}body[data-theme=LIGHT] .ant-drawer-header{font-size:large;text-align:center}body[data-theme=LIGHT] .ant-drawer-title{font-size:x-large}body[data-theme=DARK] *{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, #4b5563) transparent}body[data-theme=DARK] *::-webkit-scrollbar{width:6px;height:6px}body[data-theme=DARK] *::-webkit-scrollbar-track{background:transparent;border-radius:3px}body[data-theme=DARK] *::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #4b5563);border-radius:3px;transition:background .2s ease}body[data-theme=DARK] *::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #6b7280)}body[data-theme=DARK] *::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active, #9ca3af)}body[data-theme=DARK]{--scrollbar-thumb: #4b5563;--scrollbar-thumb-hover: #6b7280;--scrollbar-thumb-active: #9ca3af}body[data-theme=DARK] .ant-drawer-header{font-size:large;text-align:center;background:#1e293b}body[data-theme=DARK] .ant-drawer-title{font-size:x-large}body[data-theme=DARK] .ant-drawer-body{background:#0f172a}body[data-theme=DARK] .ant-drawer-footer{background:#1e293b}body[data-theme=DARK] .ant-modal-container{background:#0f172a}body[data-theme=DARK] .ant-table-container,body[data-theme=DARK] .ant-table-summary{background:#1e293b}body[data-theme=current] *{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, #1A90FF) transparent}body[data-theme=current] *::-webkit-scrollbar{width:6px;height:6px}body[data-theme=current] *::-webkit-scrollbar-track{background:transparent;border-radius:3px}body[data-theme=current] *::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #1A90FF);border-radius:3px;transition:background .2s ease}body[data-theme=current] *::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #4D9DFF)}body[data-theme=current] *::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active, #B3E2FF)}body[data-theme=current]{--scrollbar-thumb: #1A90FF;--scrollbar-thumb-hover: #4D9DFF;--scrollbar-thumb-active: #B3E2FF}body[data-theme=current] .ant-layout-header,body[data-theme=current] .ant-layout-sider{background:linear-gradient(to right bottom,#1a90ff,#4d9dff,#b3e2ff)}.card-title{font-weight:600;color:#1e3a8a}.divider{height:1px;background:linear-gradient(to right,transparent,#e5eaf2,transparent)}
