:root{--color-primary: #6366f1;--color-primary-light: #a5b4fc;--color-primary-dark: #4338ca;--color-secondary: #8b5cf6;--color-accent-rose: #ec4899;--color-accent-rose-bg: #fce7f3;--color-danger: #e11d48;--color-success: #059669;--color-warning: #ca8a04;--color-warning-text: #854d0e;--color-info: #6366f1;--color-text: #1e1b4b;--color-text-secondary: #475569;--color-text-tertiary: #94a3b8;--color-muted: #64748b;--color-border: #e0e7ff;--color-surface: #ffffff;--color-bg: #f9f9fd;--color-bg-subtle: #f0f1fe;--color-primary-400: #818cf8;--color-secondary-400: #a78bfa;--color-warning-200: #fde68a;--color-success-300: #86efac;--color-accent-rose-300: #f9a8d4;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-round: 9999px;--shadow-1: 0 1px 3px rgba(99, 102, 241, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-2: 0 4px 16px rgba(99, 102, 241, .08), 0 2px 4px rgba(0, 0, 0, .04);--shadow-3: 0 12px 32px rgba(99, 102, 241, .12), 0 4px 8px rgba(0, 0, 0, .06);--gradient-primary-diagonal: linear-gradient(135deg, #6366f1, #818cf8);--gradient-primary-horizontal: linear-gradient(90deg, #6366f1, #a78bfa);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--font-family-base: Nunito, sans-serif;--font-size-body: 1rem;--font-size-small: .875rem;--font-size-caption: .75rem;--z-sticky: 100;--z-drawer: 200;--z-drawer-content: 201;--z-overlay: 900;--z-modal: 1000;--z-modal-content: 1001;--z-dropdown: 1100;--z-toast: 1200;--icon-size-xs: .875rem;--icon-size-sm: 1rem;--icon-size-md: 1.125rem;--icon-size-lg: 1.25rem;--icon-size-xl: 1.5rem;--icon-size-2xl: 2rem;--icon-size-3xl: 3rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.5;color:var(--color-text, #1e1b4b);background-color:var(--color-bg, #f9f9fd)}a{color:inherit;text-decoration:none}body{font-family:Nunito,sans-serif;font-size:1rem;line-height:1.6;color:#1e1b4b}h1,.h1{font-size:2.5rem;font-weight:700}h2,.h2{font-size:2rem;font-weight:700}h3,.h3{font-size:1.5rem;font-weight:600}h4,.h4{font-size:1.25rem;font-weight:600}h5,.h5{font-size:1.125rem;font-weight:500}h6,.h6{font-size:1rem;font-weight:500}p,.body{font-size:1rem}.small{font-size:.875rem;color:#64748b}.caption{font-size:.75rem;color:#64748b}.hba-btn,.hba-btn-link,.hba-btn-danger,.hba-btn-outline,.hba-btn-ghost,.hba-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:12px;cursor:pointer;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease;border:none}.hba-btn:focus-visible,.hba-btn-link:focus-visible,.hba-btn-danger:focus-visible,.hba-btn-outline:focus-visible,.hba-btn-ghost:focus-visible,.hba-btn-primary:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.hba-btn:disabled,.hba-btn-link:disabled,.hba-btn-danger:disabled,.hba-btn-outline:disabled,.hba-btn-ghost:disabled,.hba-btn-primary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.hba-btn-primary{background-color:#6366f1;color:#fff;padding:.5rem 1rem}.hba-btn-primary:hover{background-color:#4338ca}.hba-btn-ghost{background-color:transparent;color:#6366f1;padding:.5rem 1rem}.hba-btn-ghost:hover{background-color:#6366f11a}.hba-btn-outline{background-color:transparent;color:#6366f1;border:1px solid #6366f1;padding:.5rem 1rem}.hba-btn-outline:hover{background-color:#6366f10d;border-color:#4338ca}.hba-btn-danger{background-color:#e11d48;color:#fff;padding:.5rem 1rem}.hba-btn-danger:hover{background-color:#b4173a}.hba-btn-link{background-color:transparent;color:#6366f1;border:none;padding:0;font-weight:500;text-decoration:underline}.hba-btn-link:hover{text-decoration:none;color:#4338ca}.hba-btn-sm{font-size:.875rem;padding:.25rem .75rem;height:32px}.hba-btn-md{font-size:1rem;padding:.5rem 1rem;height:40px}.hba-btn-lg{font-size:1.125rem;padding:.75rem 1.5rem;height:48px}.hba-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #6366f10f,0 1px 2px #0000000a;overflow:hidden}.hba-card--interactive{transition:box-shadow .2s ease;cursor:pointer}.hba-card--interactive:hover{box-shadow:0 4px 16px #6366f114,0 2px 4px #0000000a}.hba-card-header{padding:1rem;border-bottom:1px solid #e0e7ff;display:flex;align-items:center;justify-content:space-between}.hba-card-body{padding:1rem}.hba-card-footer{padding:1rem;border-top:1px solid #e0e7ff;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.hba-badge,.hba-badge-info,.hba-badge-danger,.hba-badge-warning,.hba-badge-success,.hba-badge-secondary,.hba-badge-primary{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.hba-badge-primary{background-color:#6366f11a;color:#6366f1}.hba-badge-secondary{background-color:#8b5cf61a;color:#8b5cf6}.hba-badge-success{background-color:#0596691a;color:#059669}.hba-badge-warning{background-color:#ca8a0426;color:#854d0e}.hba-badge-danger{background-color:#e11d481a;color:#e11d48}.hba-badge-info{background-color:#6366f11a;color:#6366f1}.hba-dialog-overlay{position:fixed;inset:0;background-color:#0006;z-index:1000}.hba-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:16px;box-shadow:0 4px 16px #6366f114,0 2px 4px #0000000a;z-index:1001;width:90%;max-width:440px}.hba-dialog__header{padding:1.5rem 1.5rem 0}.hba-dialog__header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1e1b4b}.hba-dialog__body{padding:1rem 1.5rem}.hba-dialog__body p{margin:0;color:#64748b;font-size:1rem;line-height:1.5}.hba-dialog__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:0 1.5rem 1.5rem}.hba-drawer-overlay{position:fixed;inset:0;background-color:#0000004d;z-index:200}.hba-drawer{position:fixed;top:0;right:0;width:520px;max-width:100vw;height:100vh;background-color:#fff;box-shadow:-4px 0 24px #0000001f;z-index:201;display:flex;flex-direction:column;overflow-y:auto;padding:2rem}.hba-drawer--narrow{width:480px}.hba-form-group{margin-bottom:1rem}.hba-form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:1rem;color:#1e1b4b}.hba-form-input,.hba-form-select,.hba-form-textarea{width:100%;min-height:44px;padding:.5rem .75rem;border:1px solid #e0e7ff;border-radius:12px;font-size:1rem;line-height:1.5;color:#1e1b4b;background-color:#fff;transition:border-color .2s ease,outline-color .2s ease}.hba-form-input:focus-visible,.hba-form-select:focus-visible,.hba-form-textarea:focus-visible{outline:2px solid #6366f1;outline-offset:-1px;border-color:#6366f1}.hba-form-input::placeholder,.hba-form-select::placeholder,.hba-form-textarea::placeholder{color:#64748b}.hba-form-input:disabled,.hba-form-select:disabled,.hba-form-textarea:disabled{background-color:#e0e7ff80;cursor:not-allowed}.hba-form-textarea{min-height:100px;resize:vertical}.hba-form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:40px;cursor:pointer}.hba-filter-select{padding:.5rem 2.25rem .5rem .75rem;border:1px solid #e0e7ff;border-radius:6px;font-size:1rem;background-color:#fff;font-family:Nunito,sans-serif;color:#1e1b4b;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:border-color .15s ease}.hba-filter-select:focus-visible{outline:2px solid #6366f1;outline-offset:-1px;border-color:#6366f1}.hba-form-helper{font-size:.75rem;margin-top:.25rem;color:#64748b}.hba-form-error{font-size:.75rem;margin-top:.25rem;color:#e11d48}.hba-form-required{color:#e11d48;margin-left:.25rem}.hba-layout{display:flex;min-height:100vh;background-color:#f9f9fd}.hba-sidebar{width:240px;flex-shrink:0;background-color:#fff;box-shadow:0 1px 3px #6366f10f,0 1px 2px #0000000a;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100}.hba-main{margin-left:240px;flex:1;display:flex;flex-direction:column;min-height:100vh}.hba-content{flex:1;padding:2rem}.hba-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.hba-page-title{font-size:1.5rem;font-weight:700;color:#1e1b4b;margin:0}.hba-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto}.hba-flex{display:flex}.hba-flex-col{display:flex;flex-direction:column}.hba-flex-row{display:flex;flex-direction:row}.hba-flex-wrap{flex-wrap:wrap}.hba-items-center{align-items:center}.hba-items-start{align-items:flex-start}.hba-justify-between{justify-content:space-between}.hba-justify-end{justify-content:flex-end}.hba-justify-center{justify-content:center}.hba-gap-1{gap:.25rem}.hba-gap-2{gap:.5rem}.hba-gap-3{gap:.75rem}.hba-gap-4{gap:1rem}.hba-gap-5{gap:1.5rem}.hba-gap-6{gap:2rem}.hba-grid{display:grid}.hba-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hba-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hba-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width: 768px){.hba-md-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hba-md-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hba-md-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.hba-table-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #6366f10f,0 1px 2px #0000000a;overflow:auto}.hba-table{width:100%;border-collapse:collapse;font-size:.875rem}.hba-table thead tr{background-color:#f9f9fd;border-bottom:1px solid #e0e7ff}.hba-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#64748b;white-space:nowrap}.hba-table td{padding:.75rem 1rem;vertical-align:middle;border-bottom:1px solid rgba(224,231,255,.6)}.hba-table tbody tr:last-child td{border-bottom:none}.hba-table tbody tr:hover td{background-color:#6366f105}
