@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: hsl(217, 85%, 45%);--color-primary-hover: hsl(217, 85%, 38%);--color-primary-light: hsl(217, 85%, 95%);--color-primary-text: hsl(0, 0%, 100%);--color-background: hsl(220, 14%, 96%);--color-surface: hsl(0, 0%, 100%);--color-border: hsl(220, 13%, 88%);--color-border-focus: hsl(217, 85%, 45%);--color-text: hsl(222, 20%, 14%);--color-text-secondary: hsl(220, 9%, 45%);--color-text-muted: hsl(220, 9%, 62%);--color-text-disabled: hsl(220, 9%, 75%);--color-success: hsl(142, 60%, 32%);--color-success-bg: hsl(142, 60%, 95%);--color-warning: hsl(38, 88%, 40%);--color-warning-bg: hsl(38, 88%, 95%);--color-danger: hsl(0, 68%, 42%);--color-danger-bg: hsl(0, 68%, 96%);--color-info: hsl(210, 75%, 38%);--color-info-bg: hsl(210, 75%, 95%);--color-debit: hsl(0, 68%, 42%);--color-credit: hsl(142, 60%, 32%);--color-neutral: hsl(220, 9%, 45%);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-md: 15px;--font-size-lg: 17px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.65;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);--transition-fast: .1s ease;--transition-normal: .15s ease;--transition-slow: .2s ease;--sidebar-width: 240px;--header-height: 60px;--content-max-width: 1280px}.modern-table{width:100%;border-collapse:collapse;text-align:left;font-size:.8125rem;background:#fff}.modern-table thead th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.725rem;padding:.6rem .85rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.modern-table tbody td{padding:.6rem .85rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.modern-table tbody tr{transition:background-color .12s ease}.modern-table tbody tr:hover{background-color:#f8fafc}.modern-table .cell-numeric{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.modern-table .cell-action{text-align:right;white-space:nowrap}.modern-list-card{padding:.65rem .75rem;border-bottom:1px solid #f1f5f9;cursor:pointer;background:#fff;transition:background-color .12s ease,border-left-color .12s ease;border-left:3px solid transparent}.modern-list-card:hover{background:#f8fafc}.modern-list-card.active{background:#f1f5f9;border-left-color:#0f172a}.badge-tag{display:inline-flex;align-items:center;padding:.1rem .35rem;border-radius:3px;font-size:.6875rem;font-weight:500;border:1px solid #cbd5e1;color:#475569;background:#fff}.badge-tag.badge-black{border-color:#fca5a5;background:#fef2f2;color:#dc2626;font-weight:600}.badge-tag.badge-passive{border-color:#e2e8f0;background:#f1f5f9;color:#64748b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}button{font-family:var(--font-family);cursor:pointer}input,select,textarea{font-family:var(--font-family);font-size:var(--font-size-base)}.amount{text-align:right;font-variant-numeric:tabular-nums}.amount-debit{color:var(--color-debit)}.amount-credit{color:var(--color-credit)}.vera-toast-container{position:fixed;top:1.25rem;right:1.25rem;z-index:99999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.vera-toast{pointer-events:auto;min-width:280px;max-width:440px;background:#fff;border-radius:6px;padding:.75rem 1rem;box-shadow:0 4px 14px #0000001a,0 2px 4px #0000000a;display:flex;align-items:flex-start;gap:.65rem;border:1px solid #e2e8f0;font-size:.825rem;line-height:1.4;color:#1e293b;animation:veraToastIn .2s cubic-bezier(.16,1,.3,1);transition:all .2s ease}@keyframes veraToastIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.vera-toast-success{border-left:4px solid #16a34a}.vera-toast-error{border-left:4px solid #dc2626}.vera-toast-info{border-left:4px solid #2563eb}.vera-toast-warning{border-left:4px solid #d97706}.vera-toast-icon{font-size:1rem;line-height:1;flex-shrink:0;margin-top:.1rem}.vera-toast-content{flex:1;word-break:break-word}.vera-toast-title{font-weight:600;margin-bottom:.15rem;color:#0f172a;font-size:.825rem}.vera-toast-message{color:#475569;font-size:.8rem}.vera-toast-close{background:none;border:none;color:#94a3b8;font-size:.95rem;cursor:pointer;padding:0 .2rem;line-height:1;transition:color .15s}.vera-toast-close:hover{color:#334155}.vera-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:veraOverlayFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes veraOverlayFadeIn{0%{opacity:0}to{opacity:1}}.vera-modal-dialog{background:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #0f172a14;border:1px solid rgba(226,232,240,.9);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:veraDialogScaleIn .22s cubic-bezier(.16,1,.3,1)}@keyframes veraDialogScaleIn{0%{opacity:0;transform:scale(.97) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.vera-modal-header{padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;background:#fff}.vera-modal-title{font-size:.975rem;font-weight:700;color:#0f172a;letter-spacing:-.015em;line-height:1.25}.vera-modal-subtitle{display:none}.vera-modal-close{background:transparent;border:1px solid transparent;width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.9rem;cursor:pointer;transition:all .15s ease;flex-shrink:0}.vera-modal-close:hover{background:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.vera-modal-body{padding:1rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.65rem;background:#fff}.vera-modal-footer{padding:.7rem 1.25rem;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;border-radius:0 0 12px 12px}.vera-form-group{display:flex;flex-direction:column;gap:.25rem}.vera-form-label{font-size:.735rem;font-weight:600;color:#334155;letter-spacing:.02em;display:flex;align-items:center;gap:.25rem}.vera-form-label .required-dot{color:#dc2626;font-weight:700}.vera-form-hint{font-size:.72rem;color:#64748b;margin-top:.2rem;line-height:1.35}.vera-form-input,.vera-form-select,.vera-form-textarea{width:100%;padding:.46rem .65rem;font-size:.815rem;line-height:1.4;color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.vera-form-input:focus,.vera-form-select:focus,.vera-form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.vera-form-input::placeholder,.vera-form-textarea::placeholder{color:#94a3b8}.vera-form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .65rem center;background-repeat:no-repeat;background-size:1.15em 1.15em;padding-right:2rem;cursor:pointer}.vera-btn{display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;padding:.46rem .95rem;border-radius:6px;cursor:pointer;transition:all .15s ease;line-height:1.25}.vera-btn-primary{background:#0f172a;color:#fff;border:1px solid #0f172a;box-shadow:0 1px 2px #0f172a1f}.vera-btn-primary:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.vera-btn-primary:disabled{opacity:.65;cursor:not-allowed}.vera-btn-secondary{background:#fff;color:#475569;border:1px solid #cbd5e1;box-shadow:0 1px 2px #00000008}.vera-btn-secondary:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#94a3b8}.vera-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.85rem;display:flex;flex-direction:column;gap:.65rem}.vera-form-card-title{font-size:.725rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem}
