.carousel-theme{--background:0 0% 100%;--foreground:227 46% 9%;--card:0 0% 100%;--card-foreground:227 46% 9%;--popover:0 0% 100%;--popover-foreground:227 46% 9%;--primary:220 100% 50%;--primary-foreground:0 0% 100%;--secondary:220 15% 95%;--secondary-foreground:227 46% 9%;--muted:220 15% 95%;--muted-foreground:220 15% 45%;--accent:220 15% 95%;--accent-foreground:227 46% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:220 15% 90%;--input:220 15% 90%;--ring:220 100% 50%;--carousel-bg:227 46% 9%;--carousel-text:0 0% 100%;--carousel-accent:220 100% 50%;--carousel-dots:220 15% 95%;--ds-dark-blue:227 46% 9%;--ds-royal-blue:220 60% 25%;--ds-bright-blue:220 100% 50%;--ds-medium-blue:220 80% 40%;--ds-blue-gray:220 15% 45%;--ds-light-blue-gray:220 15% 75%;--ds-very-light-blue-gray:220 15% 95%;--ds-off-white:0 0% 100%;--ds-white:0 0% 100%;--ds-purple:270 100% 60%;--radius:0.5rem;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%;min-height:100vh;background-color:hsl(var(--background));color:hsl(var(--foreground))}.carousel-theme.dark{--background:220 25% 8%;--foreground:0 0% 100%;--card:220 25% 8%;--card-foreground:0 0% 100%;--popover:220 25% 8%;--popover-foreground:0 0% 100%;--primary:220 100% 50%;--primary-foreground:0 0% 100%;--secondary:220 15% 15%;--secondary-foreground:0 0% 100%;--muted:220 15% 15%;--muted-foreground:220 15% 65%;--accent:220 15% 15%;--accent-foreground:0 0% 100%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 100%;--border:220 15% 20%;--input:220 15% 20%;--ring:220 100% 50%;--sidebar-background:220 25% 8%;--sidebar-foreground:0 0% 100%;--sidebar-primary:220 100% 50%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:220 15% 15%;--sidebar-accent-foreground:0 0% 100%;--sidebar-border:220 15% 20%;--sidebar-ring:220 100% 50%;--accent-color:220 100% 50%;--background-color:0 0% 100%;--border-radius:0.5rem}.carousel-theme *{border-color:hsl(var(--border))}@media (max-width:768px){.carousel-theme{overflow-x:hidden;width:100%}}.carousel-theme .custom-highlight,.carousel-theme .ql-editor .custom-highlight{border-radius:1rem;padding:.5rem 1rem;display:inline;line-height:inherit}@keyframes carousel-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes carousel-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-theme .animate-scroll{animation:carousel-scroll 15s linear infinite}.carousel-theme .animate-scroll::-webkit-scrollbar{display:none}