:root{--color-bg-primary: #0a0a0a;--color-bg-secondary: #171717;--color-bg-tertiary: #262626;--color-bg-hover: #2d2d2d;--color-text-primary: #fafafa;--color-text-secondary: #a3a3a3;--color-text-tertiary: #737373;--color-border: #404040;--color-border-hover: #525252;--color-accent: #7c3aed;--color-accent-hover: #8b5cf6}:root.light{--color-bg-primary: #ffffff;--color-bg-secondary: #f5f5f5;--color-bg-tertiary: #e5e5e5;--color-bg-hover: #d4d4d4;--color-text-primary: #171717;--color-text-secondary: #525252;--color-text-tertiary: #737373;--color-border: #d4d4d4;--color-border-hover: #a3a3a3;--color-accent: #7c3aed;--color-accent-hover: #6d28d9}body{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:Inter,sans-serif;transition:background-color .3s ease,color .3s ease}.light .bg-neutral-900{background-color:#fff}.light .bg-neutral-800{background-color:#f5f5f5}.light .bg-neutral-700{background-color:#e5e5e5}.light .bg-neutral-950{background-color:#fff}.light .text-neutral-100{color:#171717}.light .text-neutral-200{color:#262626}.light .text-neutral-300{color:#404040}.light .text-neutral-400{color:#525252}.light .text-white{color:#171717}.light .border-neutral-700{border-color:#d4d4d4}.light .border-neutral-800{border-color:#e5e5e5}.light .hover\:bg-neutral-800:hover{background-color:#e5e5e5}.light .hover\:bg-neutral-700:hover{background-color:#d4d4d4}.light [class*="bg-neutral-900/"]{background-color:rgba(255,255,255,var(--tw-bg-opacity, 1))}.light [class*="bg-neutral-800/"]{background-color:rgba(245,245,245,var(--tw-bg-opacity, 1))}.light [class*=border-neutral-]{border-color:#d4d4d4}.light .bg-purple-500\/20{background-color:#7c3aed26}.light .bg-purple-600{background-color:#7c3aed}.light .text-purple-400{color:#7c3aed}.light .text-purple-300{color:#8b5cf6}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.animate-slide-up{animation:slide-up .3s ease-out}.animate-slide-down{animation:slide-down .3s ease-out}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-shimmer{animation:shimmer 2s infinite}.virtual-list-container{scrollbar-width:thin;scrollbar-color:#404040 transparent}.virtual-list-container::-webkit-scrollbar{width:8px;height:8px}.virtual-list-container::-webkit-scrollbar-track{background:transparent}.virtual-list-container::-webkit-scrollbar-thumb{background-color:#404040;border-radius:4px}.virtual-list-container::-webkit-scrollbar-thumb:hover{background-color:#525252}@keyframes shimmer-gradient{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #8b5cf64d}50%{box-shadow:0 0 40px #8b5cf699}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-shimmer-gradient{background-size:200% 100%;animation:shimmer-gradient 2s infinite linear}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-gradient-shift{background-size:200% 200%;animation:gradient-shift 3s ease infinite}
