.team-members-container{padding:24px;max-width:1200px;margin:0 auto}.team-members-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.team-members-header h2{margin:0}.error-message{padding:12px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;margin-bottom:24px;color:#856404}.team-members-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.members-table{width:100%;border-collapse:collapse}.members-table thead{background-color:#f5f5f5;border-bottom:2px solid #e0e0e0}.members-table th{padding:16px;text-align:left;font-weight:600;color:#333;font-size:14px}.members-table td{padding:16px;border-bottom:1px solid #e0e0e0}.members-table tbody tr:hover{background-color:#f9f9f9}.members-table select{padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.status.active{background-color:#d4f4dd;color:#155724}.status.inactive{background-color:#f8d7da;color:#721c24}.members-table button{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#d9534f;cursor:pointer;font-size:14px}.members-table button:hover{background-color:#f8d7da}:root{--brand-primary: #2B50AA;--brand-primary-hover: #23418c;--brand-primary-active: #1B2B4C;--brand-accent: #3B82F6;--brand-surface: #F7F9FB;--brand-gradient: linear-gradient(135deg, #2B50AA 0%, #3B82F6 100%);--surface-page: #F7F9FB;--surface-card: #FFFFFF;--surface-sidebar: #FFFFFF;--surface-hover: #EDF2FA;--surface-input: #FFFFFF;--border-subtle: #E3E8F0;--border-default: #C9D3E0;--border-strong: #A0AEC0;--text-primary: #1B2B4C;--text-secondary: #4B587C;--text-muted: #7B88A8;--text-disabled: #B0B8C9;--color-success: #1DB954;--color-warning: #FFB020;--color-danger: #E02424;--color-info: #3B82F6;--font-family-base: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-size-sm: .8125rem;--font-size-md: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.75rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--surface-page);color:var(--text-primary)}#root{min-height:100vh;display:flex;flex-direction:column}.page-container{padding:24px;max-width:1400px;margin:0 auto;width:100%}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.error-message{padding:16px;border-radius:4px;background-color:#fde7e9;color:#a4262c;margin:16px 0}.chart-container{padding:16px;background:var(--surface-card);border-radius:8px;box-shadow:0 2px 4px #0000001a}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-tile{padding:20px;background:var(--surface-card);border-radius:8px;box-shadow:0 2px 4px #0000001a}.kpi-value{font-size:32px;font-weight:700;margin:8px 0}.kpi-label{font-size:14px;opacity:.8}
