:root{--primary-color: #111827;--primary-light: #1f2937;--primary-dark: #0f172a;--primary-gradient: linear-gradient(135deg, #111827 0%, #1f2937 100%);--accent-color: #f59e0b;--accent-light: #fbbf24;--accent-dark: #d97706;--warn-color: #ef4444;--warn-light: #f87171;--warn-dark: #dc2626;--info-color: #6b7280;--info-light: #9ca3af;--info-dark: #4b5563;--surface-light: #fafafa;--surface-card: #ffffff;--surface-dark: #374151;--text-primary-light: #111827;--text-secondary-light: #6b7280;--text-primary-dark: #f3f4f6;--text-secondary-dark: #d1d5db;--border-light: #f0f0f0;--border-dark: #4b5563}:root{--mat-primary-text-color: var(--text-primary-light);--mat-secondary-text-color: var(--text-secondary-light);--mat-tertiary-text-color: #9ca3af;--mat-card-background: var(--surface-card);--mat-chip-background: #e0e0e0;--mat-primary-text-color-dark: var(--text-primary-dark);--mat-secondary-text-color-dark: var(--text-secondary-dark);--mat-tertiary-text-color-dark: #6b7280;--mat-card-background-dark: var(--surface-dark);--mat-chip-background-dark: #374151;--mat-button-text-color: var(--text-primary-light);--mat-button-background-color: #ffffff;--mat-button-border-color: var(--border-light);--mat-button-text-color-dark: var(--text-primary-dark);--mat-button-background-color-dark: #374151;--mat-button-border-color-dark: var(--border-dark)}.mat-mdc-button,.mat-mdc-raised-button,.mat-mdc-stroked-button,.mat-mdc-flat-button,.mat-mdc-icon-button{--mdc-theme-primary: var(--primary-color);--mdc-theme-on-primary: #ffffff;--mdc-theme-secondary: var(--accent-color);--mdc-theme-on-secondary: #ffffff;--mdc-theme-error: var(--warn-color);--mdc-theme-on-error: #ffffff}.mat-mdc-button:not([color]),.mat-mdc-raised-button:not([color]),.mat-mdc-stroked-button:not([color]),.mat-mdc-flat-button:not([color]),.mat-mdc-icon-button:not([color]){--mdc-theme-primary: #1f2937;--mdc-theme-on-primary: #1f2937}.dark-theme .mat-mdc-button:not([color]),.dark-theme .mat-mdc-raised-button:not([color]),.dark-theme .mat-mdc-stroked-button:not([color]),.dark-theme .mat-mdc-flat-button:not([color]),.dark-theme .mat-mdc-icon-button:not([color]){--mdc-theme-primary: #f3f4f6;--mdc-theme-on-primary: #f3f4f6}.dark-theme .mat-mdc-button,.dark-theme .mat-mdc-raised-button,.dark-theme .mat-mdc-stroked-button,.dark-theme .mat-mdc-flat-button,.dark-theme .mat-mdc-icon-button{--mdc-theme-primary: var(--primary-dark);--mdc-theme-on-primary: #ffffff;--mdc-theme-secondary: var(--accent-dark);--mdc-theme-on-secondary: #ffffff;--mdc-theme-error: var(--warn-dark);--mdc-theme-on-error: #ffffff}html{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-primary-light)}body{color-scheme:light dark;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-primary-light);margin:0;height:100%;font-family:Inter,Roboto,Helvetica Neue,sans-serif}.dark-theme,.dark-theme body,.dark-theme html{background:linear-gradient(135deg,#1a1a2e,#16213e);color:var(--text-primary-dark)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background-color:#fff;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.dark-theme{background-color:#1f2937;color:#f3f4f6}input,textarea,select{font-family:inherit;font-size:inherit}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{padding:11px 13px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#111827;transition:all .2s ease;font-size:1rem}input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=number]:hover,textarea:hover,select:hover{border-color:#d1d5db}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 2px #1118270d}.dark-theme input[type=text],.dark-theme input[type=email],.dark-theme input[type=password],.dark-theme input[type=number],.dark-theme textarea,.dark-theme select{background-color:#374151;color:#f3f4f6;border-color:#4b5563}.dark-theme input[type=text]:hover,.dark-theme input[type=email]:hover,.dark-theme input[type=password]:hover,.dark-theme input[type=number]:hover,.dark-theme textarea:hover,.dark-theme select:hover{border-color:#6b7280}.dark-theme input[type=text]:focus,.dark-theme input[type=email]:focus,.dark-theme input[type=password]:focus,.dark-theme input[type=number]:focus,.dark-theme textarea:focus,.dark-theme select:focus{border-color:#f3f4f6;box-shadow:0 0 0 2px #f3f4f61a;background-color:#374151}.full-width{width:100%}.mt-3{margin-top:24px}.mb-3{margin-bottom:24px}.mb-2{margin-bottom:16px}.me-2{margin-right:8px}.text-center{text-align:center}.row{display:flex;flex-wrap:wrap;margin:0 -12px}.col-12{flex:0 0 100%;padding:0 12px}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.gap-2{gap:8px}.spacer{flex:1 1 auto}
