.glass{background:hsl(var(--card-hsl)/.6);-webkit-backdrop-filter:blur(24px);border:1px solid hsl(var(--border-hsl)/.5);box-shadow:0 25px 50px -12px #00000080}.theme-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:.2s ease-out forwards scale-in}.theme-modal-scroll::-webkit-scrollbar{width:6px}.theme-modal-scroll::-webkit-scrollbar-track{background:0 0}.theme-modal-scroll::-webkit-scrollbar-thumb{background:hsla(var(--foreground-hsl),.2);border-radius:10px}.theme-modal-scroll::-webkit-scrollbar-thumb:hover{background:hsla(var(--foreground-hsl),.4)}.gradient-text{background:linear-gradient(135deg,hsl(var(--color-primary-hsl))0%,hsl(var(--color-accent-violet-hsl,var(--color-primary-hsl)))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
