*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background-color:var(--bg);color:var(--text);font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted2)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .25s ease both}.fade-in-list>*{animation:fadeInUp .25s ease both}.fade-in-list>*:nth-child(1){animation-delay:0s}.fade-in-list>*:nth-child(2){animation-delay:.03s}.fade-in-list>*:nth-child(3){animation-delay:.06s}.fade-in-list>*:nth-child(4){animation-delay:.09s}.fade-in-list>*:nth-child(5){animation-delay:.12s}.fade-in-list>*:nth-child(6){animation-delay:.15s}.fade-in-list>*:nth-child(7){animation-delay:.18s}.fade-in-list>*:nth-child(8){animation-delay:.21s}.fade-in-list>*:nth-child(9){animation-delay:.24s}.fade-in-list>*:nth-child(10){animation-delay:.27s}input,select,textarea{background:var(--input);border:1px solid var(--border);color:var(--text);border-radius:6px;font-family:inherit;font-size:15px}input:focus,select:focus,textarea:focus{outline:none;border-color:color-mix(in srgb,var(--brand) 40%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 15%,transparent)}input::placeholder,textarea::placeholder{color:var(--muted2)}button{font-family:inherit;cursor:pointer}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-dark)}table{border-collapse:collapse}:root{--bg: #f5f7fa;--bg2: #f0f2f5;--card: #ffffff;--card-hover: #f8fafc;--input: #f8fafc;--border: #e2e8f0;--border-light: #f1f5f9;--text: #1e293b;--text2: #475569;--muted: #64748b;--muted2: #94a3b8;--brand: #8cc63f;--brand-dark: #7ab52f;--brand-text: #ffffff;--brand-light: #e8f5d4;--backdrop: rgba(0,0,0,.35);--shadow: 0 4px 16px rgba(0,0,0,.08);--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--alert-red-bg: #fee2e2;--alert-red-border: #fecaca;--alert-red-text: #991b1b;--alert-yellow-bg: #fef3c7;--alert-yellow-border: #fde68a;--alert-yellow-text: #92400e;--primary: #8cc63f;--primary-hover: #7ab52f;--primary-light: #e8f5d4;--danger: #ef4444;--warning: #f59e0b;--success: #22c55e;--info: #3b82f6;--neutral: #94a3b8;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: 12px;--font-size-sm: 13px;--font-size-base: 15px;--font-size-lg: 17px;--font-size-xl: 20px;--font-size-2xl: 26px;--font-size-3xl: 32px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--sidebar-width: 250px;--sidebar-width-collapsed: 64px;--sidebar-bg: #1a1a2e}
