:root,[data-theme=dark]{--bg:#08090a;--surface:#111214;--surface-alt:#1a1b1e;--surface-hover:#1a1b1e;--surface-active:#232428;--border:#232428;--border-hover:#34353a;--accent:#e84393;--accent-hover:#f05ba3;--text-on-accent:#fff;--success:#22c55e;--warning:#f59e0b;--info:#3b82f6;--purple:#a78bfa;--error:#ef4444;--text-primary:#f7f8f8;--text-secondary:#8a8f98;--text-muted:#62666d}[data-theme=light]{--bg:#fff;--surface:#fff;--surface-alt:#f7f7f8;--surface-hover:#f4f4f5;--surface-active:#e4e4e7;--border:#e4e4e7;--border-hover:#d4d4d8;--accent:#e84393;--accent-hover:#f05ba3;--text-on-accent:#fff;--success:#16a34a;--warning:#d97706;--info:#2563eb;--purple:#7c3aed;--error:#dc2626;--text-primary:#18181b;--text-secondary:#52525b;--text-muted:#a1a1aa}:root .page-container-wash-dark,[data-theme=dark] .page-container-wash-dark{display:block!important}:root .page-container-wash-light,[data-theme=dark] .page-container-wash-light,[data-theme=light] .page-container-wash-dark{display:none!important}[data-theme=light] .page-container-wash-light{display:block!important}
@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.2s ease-out fadeIn}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-slide-in{animation:.22s cubic-bezier(.16,1,.3,1) slideIn}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-slide-in-left{animation:.25s ease-out slideInLeft}@keyframes textShimmer{0%,to{background-position:0 0}50%{background-position:100% 0}}.animate-text-shimmer{background-image:linear-gradient(90deg, var(--color-text-muted,#9ca3af) 0%, var(--color-text-primary,#f4f4f5) 50%, var(--color-text-muted,#9ca3af) 100%);-webkit-text-fill-color:transparent;color:#0000;background-repeat:no-repeat;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2.6s ease-in-out infinite textShimmer}@media (prefers-reduced-motion:reduce){.animate-text-shimmer{color:var(--color-text-secondary,#d4d4d8);-webkit-text-fill-color:currentColor;animation:none}}
