:root{--color-primary: #21409A;--color-primary-dark: #5a4bd1;--color-primary-light: #a29bfe;--color-primary-50: #F5F8FF;--color-secondary: #636e72;--color-secondary-dark: #2d3436;--color-secondary-light:#b2bec3;--color-success: #00b894;--color-warning: #fdcb6e;--color-danger: #d63031;--color-info: #0984e3;--color-bg-app: #f8fafc;--color-bg-sidebar: #ffffff;--color-bg-card: #ffffff;--color-bg-legend: #DCE8FF;--color-text-primary: #101828;--color-text-secondary: #344054;--color-text-muted: #b2bec3;--color-text-inverse: #ffffff;--color-border: #DCE3ED;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 16px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--font-family-base: Inter, sans-serif;--font-size-base: 14px;--sidebar-width: 252px;--sidebar-collapsed-width: 64px;--navbar-height: 64px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-text-size-adjust:100%}body{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#101828;background-color:#f8fafc;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#101828}h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{margin-bottom:16px;color:#344054;line-height:1.6}a{color:#21409a;text-decoration:none}a:hover{text-decoration:underline}small{font-size:12px}strong{font-weight:700}code{font-family:monospace;background:#f5f8ff;padding:2px 6px;border-radius:4px}.text-primary{color:#21409a!important}.text-secondary{color:#344054!important}.text-muted{color:#b2bec3!important}.text-success{color:#00b894!important}.text-warning{color:#fdcb6e!important}.text-danger{color:#d63031!important}.text-info{color:#0984e3!important}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:18px}.text-xl{font-size:20px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semi{font-weight:600}.font-bold{font-weight:700}.btn{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;font-family:Inter,sans-serif;border:1px solid transparent;cursor:pointer;text-align:center;white-space:nowrap;transition:all .25s ease}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn.btn-full{width:100%;justify-content:center}.btn.btn-sm{padding:4px 8px;font-size:12px;height:30px}.btn.btn-md{padding:8px 16px;height:36px}.btn.btn-lg{padding:12px 32px;font-size:16px;height:44px}.btn.btn-primary{background:#21409a;color:#fff;border-color:#21409a}.btn.btn-primary:hover:not(:disabled){background:#5a4bd1;border-color:#5a4bd1}.btn.btn-secondary{background:#fff;color:#101828;border-color:#dce3ed}.btn.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#bac8dc}.btn.btn-danger{background:#d63031;color:#fff;border-color:#d63031}.btn.btn-danger:hover:not(:disabled){filter:brightness(.9)}.btn.btn-ghost{background:transparent;color:#21409a;border-color:transparent}.btn.btn-ghost:hover:not(:disabled){background:#f5f8ff}.btn.btn-link{background:transparent;color:#21409a;border:none;padding:0;text-decoration:underline}.btn.btn-link:hover{text-decoration:none}.btn.btn-loading{position:relative;color:transparent}.btn.btn-loading .spinner{position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.form-group label{font-size:12px;font-weight:500;color:#101828}.form-control{width:100%;padding:8px 16px;border:1px solid #DCE3ED;border-radius:8px;font-size:14px;font-family:Inter,sans-serif;color:#101828;background-color:#fff;transition:border-color .25s ease;outline:none}.form-control::placeholder{color:#b2bec3}.form-control:hover{border-color:#b2bec3}.form-control:focus{border-color:#21409a;box-shadow:0 0 0 3px #f5f8ff}.form-control.is-invalid{border-color:#d63031}.form-control.is-invalid:focus{box-shadow:0 0 0 3px #d6303126}.form-control:disabled{background-color:#f8fafc;color:#b2bec3;cursor:not-allowed}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23636e72' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-error{font-size:12px;color:#d63031}.form-hint{font-size:12px;color:#b2bec3}.table-wrapper{width:100%;overflow-x:auto}.table-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-wrapper::-webkit-scrollbar-track{background:transparent}.table-wrapper::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--color-secondary-light)}table,.table{width:100%;border-collapse:collapse;font-size:14px;color:#101828}table thead,.table thead{background:#f8fafc}table thead th,.table thead th{padding:8px 16px;font-size:12px;font-weight:600;color:#344054;text-align:left;white-space:nowrap;border-bottom:1px solid #DCE3ED}table tbody tr,.table tbody tr{border-bottom:1px solid #DCE3ED;transition:background .25s ease}table tbody tr:hover,.table tbody tr:hover{background:#f5f8ff}table tbody tr:last-child,.table tbody tr:last-child{border-bottom:none}table tbody td,.table tbody td{padding:8px 16px;vertical-align:middle}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600;background:#f5f8ff;color:#21409a}.badge.badge-success{background:#00b8941a;color:#00b894}.badge.badge-warning{background:#fdcb6e26;color:#e89803}.badge.badge-danger{background:#d630311a;color:#d63031}.badge.badge-info{background:#0984e31a;color:#0984e3}.main-layout{display:flex;min-height:100vh;background:var(--color-bg-app)}.main-content{flex:1;display:flex;flex-direction:column;margin-left:252px;height:100vh;overflow:hidden;transition:margin-left .25s ease}.main-layout.sidebar-collapsed .main-content{margin-left:64px}@media(max-width:992px){.main-content{margin-left:0}}.btn.btn-md{height:32px!important;border-radius:6px!important}.btn.btn-md svg{margin-right:5px}.btn{border-radius:6px!important}.page-content{flex:1;min-height:0;padding:5px 16px 10px;overflow-y:auto}.page-content::-webkit-scrollbar{width:6px;height:6px}.page-content::-webkit-scrollbar-track{background:transparent}.page-content::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.page-content::-webkit-scrollbar-thumb:hover{background:var(--color-secondary-light)}.main-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-size:12px;color:#344054;border-top:1px solid #DCE3ED;background:#fff}.card{background:var(--color-bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);overflow:hidden}.card__header{padding:16px;border-bottom:1px solid #DCE3ED}.card__title{font-size:16px;font-weight:600;color:var(--color-text-primary);margin-bottom:6px}.card__subtitle{font-size:12px;color:#344054;margin-top:2px}.card__body{padding:16px}.card--no-padding .card__body{padding:0}.page-header{margin-bottom:6px}.page-header__content{flex-wrap:wrap;gap:16px;display:flex;justify-content:space-between;align-items:center}.page-header__title{font-size:24px;font-weight:700}.page-header__subtitle{font-size:13px;color:#344054;margin-top:0;margin-bottom:0}.breadcrumb{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:12px;color:#b2bec3}.breadcrumb a{color:#344054}.breadcrumb a:hover{color:#21409a}.breadcrumb__separator{color:#b2bec3}.dialog-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.dialog{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;width:100%;max-width:480px;padding:16px}.dialog__header,.dialog__body{margin-bottom:16px}.dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.dialog--lg{max-width:900px;max-height:calc(100vh - 48px);overflow-y:auto}.d-flex{display:flex}.d-grid{display:grid}.d-none{display:none}.d-block{display:block}.gap-sm{gap:8px}.gap-md,.gap-lg{gap:16px}.align-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1}.w-full{width:100%}.h-full{height:100%}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.p-0{padding:0!important}.p-sm{padding:8px}.p-md,.p-lg{padding:16px}.mb-sm{margin-bottom:8px}.mb-md,.mb-lg{margin-bottom:16px}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.auth-layout__container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%}@media(max-width:768px){.auth-layout__container{grid-template-columns:1fr}}.auth-layout__brand{background:#21409a;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;color:#fff;padding:48px}@media(max-width:768px){.auth-layout__brand{display:none}}.auth-layout__brand img{width:80px;height:80px;object-fit:contain}.auth-layout__brand h1{font-size:30px}.auth-layout__brand p{color:#ffffffbf}.auth-layout__content{display:flex;align-items:center;justify-content:center;padding:48px 16px}.loader-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:32px}.loader-wrapper.loader-overlay{position:fixed;inset:0;background:#00000080;z-index:9999}.loader{border-radius:50%;animation:spin .7s linear infinite}.loader--sm{width:20px;height:20px;border:2px solid #DCE3ED;border-top-color:#21409a}.loader--md{width:36px;height:36px;border:3px solid #DCE3ED;border-top-color:#21409a}.loader--lg{width:52px;height:52px;border:4px solid #DCE3ED;border-top-color:#21409a}@keyframes spin{to{transform:rotate(360deg)}}.loader__message{font-size:12px;color:#344054}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:48px;text-align:center}.empty-state__icon{font-size:48px;color:#b2bec3}.empty-state__title{font-size:18px;font-weight:600}.empty-state__description{color:#344054;max-width:400px}.category-modal__toast{display:flex;align-items:center;gap:8px;padding:10px 24px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-size:13px;font-weight:500;margin-bottom:12px;animation:toastSlideDown .2s ease-out}.category-modal__toast svg{color:#10b981;flex-shrink:0}.category-modal__error{display:flex;align-items:center;gap:8px;padding:10px 24px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:13px;font-weight:500;margin-bottom:12px;animation:toastSlideDown .2s ease-out}@keyframes toastSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
