:root{--primary-color: #4a53ad;--primary-dark: #394194;--primary-light: #dbeafe;--accent-color: #0ea5e9;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--text-white: #ffffff;--bg-white: #ffffff;--bg-light: #f9fafb;--bg-lighter: #f3f4f6;--border-color: #e5e7eb;--border-light: #f3f4f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--space-3xl: 48px;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-xs: 12px;--font-size-sm: 13px;--font-size-base: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-size-4xl: 40px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}*{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:hidden}button{font-family:var(--font-family);cursor:pointer}.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}
