:root{--primary-color: #4f46e5;--primary-dark: #3730a3;--primary-light: #818cf8;--primary-gradient: linear-gradient(135deg, #3730a3 0%, #6366f1 100%);--secondary-color: #fb923c;--secondary-dark: #ea580c;--secondary-light: #fdba74;--accent-color: #34d399;--accent-gradient: linear-gradient(135deg, #34d399 0%, #10b981 100%);--info-color: #38bdf8;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--bg-white: #ffffff;--bg-gray-50: #f8fafc;--bg-gray-100: #f1f5f9;--bg-gray-200: #e2e8f0;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px rgba(0,0,0,.08);--shadow-lg: 0 10px 15px rgba(0,0,0,.1);--shadow-xl: 0 20px 25px rgba(0,0,0,.12);--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:var(--font-family);background-color:var(--bg-white);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-y:auto;overflow-x:hidden}button{font-family:var(--font-family);cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-light);border-radius:3px}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px;transition:var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.toast-container{z-index:9999}.toast-custom{background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026,0 2px 8px #0000001a;padding:16px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;margin-bottom:16px;min-width:300px;max-width:400px;border-left:4px solid #667eea;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1)}.toast-custom.toast-success{border-left-color:#10b981}.toast-custom.toast-success .toast-title{color:#10b981}.toast-custom.toast-error{border-left-color:#ef4444}.toast-custom.toast-error .toast-title{color:#ef4444}.toast-custom.toast-warning{border-left-color:#f59e0b}.toast-custom.toast-warning .toast-title{color:#f59e0b}.toast-custom.toast-info{border-left-color:#3b82f6}.toast-custom.toast-info .toast-title{color:#3b82f6}.toast-custom .toast-title{font-weight:700;font-size:15px;margin-bottom:6px;letter-spacing:.3px}.toast-custom .toast-message{font-size:13px;line-height:1.5;color:#666}.toast-custom .ngx-toastr .toast-progress{height:3px}.toast-custom.toast-success .ngx-toastr .toast-progress{background:#10b981}.toast-custom.toast-error .ngx-toastr .toast-progress{background:#ef4444}.toast-custom.toast-warning .ngx-toastr .toast-progress{background:#f59e0b}.toast-custom.toast-info .ngx-toastr .toast-progress{background:#3b82f6}.toast-custom .toast-close-button{opacity:.6;transition:all .2s ease;cursor:pointer;color:#999;font-size:18px;padding:0;width:20px;height:20px;line-height:20px}.toast-custom .toast-close-button:hover{opacity:1;color:#333}@keyframes slideInRight{0%{transform:translate(350px);opacity:0}to{transform:translate(0);opacity:1}}.toast-custom:hover{box-shadow:0 12px 50px #0003,0 4px 12px #0000001f;transform:translateY(-2px);transition:all .3s ease}.toast-top-right{top:20px!important;right:20px!important;left:auto!important;position:fixed!important}@media (max-width: 768px){.toast-custom{min-width:280px;max-width:340px;margin-left:12px;margin-right:12px;padding:14px 16px}.toast-custom .toast-title{font-size:14px}.toast-custom .toast-message{font-size:12px}.toast-top-right{top:12px!important;right:12px!important}}.toast-custom.ngx-toastr{background-image:none}
