@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--color-primary: #0073ac;--color-primary-hover: #005a87;--color-primary-dark: #005a85;--color-primary-light: #e7f3f9;--color-error: #dc3545;--color-error-hover: #c82333;--color-error-bg: #f8d7da;--color-error-text: #721c24;--color-success: #28a745;--color-success-hover: #218838;--color-success-bg: #d4edda;--color-success-text: #155724;--color-warning: #ffc107;--color-warning-hover: #e0a800;--color-warning-bg: #fff3cd;--color-warning-text: #856404;--color-text-primary: #333333;--color-text-secondary: #555555;--color-text-muted: #6c757d;--color-page-bg: #f5f5f5;--color-content-bg: #f8f9fa;--color-card-bg: #ffffff;--color-filter-bg: #f9fbfc;--sidebar-width: 250px;--sidebar-width-collapsed: 60px;--sidebar-bg: #0073ac;--topbar-height: 64px;--topbar-bg: #ffffff;--topbar-border: #e0e0e0;--font-family-base: Montserrat, sans-serif;--font-size-base: .9rem;--font-size-label: 13px;--line-height-base: 1.5;--input-border-color: #cccccc;--input-border-focus: #0073ac;--input-border-radius: 4px;--input-padding: .75rem;--btn-border-radius: 4px;--table-header-bg: #f8f9fa;--table-header-color: #495057;--table-cell-border: #dee2e6;--table-cell-padding: .75rem;--table-row-hover: #f5f5f5;--card-bg: #ffffff;--card-border-radius: 8px;--card-shadow: 0 2px 4px rgba(0, 0, 0, .1);--modal-border-radius: 8px;--modal-overlay: rgba(0, 0, 0, .5);--modal-padding: 1.5rem;--badge-border-radius: 4px;--badge-font-size: .8rem;--container-padding: 2rem;--section-gap: 1.5rem;--form-field-gap: 1rem}*,*:before,*:after{box-sizing:border-box}*{font-family:var(--font-family-base)}body{margin:0;font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-primary);background-color:var(--color-page-bg)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #dee2e6;display:flex;justify-content:flex-end;gap:.75rem;flex-shrink:0}
