.theme-blue{--theme-primary:217 91% 60%;--theme-primary-light:217 91% 95%;--theme-primary-dark:217 91% 45%;--theme-primary-foreground:0 0% 100%;--theme-accent:199 89% 48%;--theme-accent-light:199 89% 95%;--theme-header-gradient:linear-gradient(135deg, #3c83f6 0%, #0da2e7 100%);--theme-card-gradient:linear-gradient(135deg, #3c83f6 0%, #0b64f4 100%);--theme-glow:0 0 20px #3c83f64d}.theme-purple{--theme-primary:262 72% 50%;--theme-primary-light:262 40% 96%;--theme-primary-dark:262 72% 38%;--theme-primary-foreground:0 0% 100%;--theme-accent:280 65% 55%;--theme-accent-light:280 40% 95%;--theme-header-gradient:linear-gradient(135deg, #6724db 0%, #382bca 100%);--theme-card-gradient:linear-gradient(135deg, #6724db 0%, #a542d7 100%);--theme-glow:0 0 20px #6724db4d}.theme-green{--theme-primary:160 84% 39%;--theme-primary-light:160 60% 95%;--theme-primary-dark:160 84% 32%;--theme-primary-foreground:0 0% 100%;--theme-accent:142 76% 36%;--theme-accent-light:142 60% 95%;--theme-header-gradient:linear-gradient(135deg, #10b77f 0%, #1cca5b 100%);--theme-card-gradient:linear-gradient(135deg, #10b77f 0%, #1cca5b 100%);--theme-glow:0 0 20px #10b77f4d}.theme-orange{--theme-primary:25 95% 53%;--theme-primary-light:25 95% 95%;--theme-primary-dark:25 95% 45%;--theme-primary-foreground:0 0% 100%;--theme-accent:38 92% 50%;--theme-accent-light:38 92% 95%;--theme-header-gradient:linear-gradient(135deg, #f97415 0%, #f59f0a 100%);--theme-card-gradient:linear-gradient(135deg, #f97415 0%, #f59f0a 100%);--theme-glow:0 0 20px #f974154d}.theme-dark{--theme-primary:239 84% 67%;--theme-primary-light:239 84% 20%;--theme-primary-dark:239 84% 55%;--theme-primary-foreground:0 0% 100%;--theme-accent:215 25% 15%;--theme-accent-light:215 25% 25%;--theme-header-gradient:linear-gradient(135deg, #6467f2 0%, #2c2fed 100%);--theme-card-gradient:linear-gradient(135deg, #6467f2 0%, #1418eb 100%);--theme-glow:0 0 20px #6467f24d}.theme-btn-primary{background:var(--theme-header-gradient);color:var(--theme-primary-foreground);box-shadow:var(--shadow-sm);transition:all .15s cubic-bezier(.16,1,.3,1)}.theme-btn-primary:hover{box-shadow:var(--shadow-md), var(--theme-glow);transform:translateY(-1px)}.theme-btn-primary:active{transform:scale(.98)}.theme-stat-card{background:var(--theme-card-gradient);color:var(--theme-primary-foreground)}.theme-stat-card:hover{box-shadow:var(--shadow-lg), var(--theme-glow);transform:translateY(-2px)}.theme-filter-chip{background:hsl(var(--theme-primary) / .1);color:var(--theme-primary)}.theme-filter-chip:hover{background:hsl(var(--theme-primary) / .2)}.theme-filter-chip-active{background:var(--theme-header-gradient);color:var(--theme-primary-foreground)}.theme-list-item{position:relative}.theme-list-item:before{content:"";background:var(--theme-primary);opacity:0;width:3px;transition:opacity .15s;position:absolute;top:0;bottom:0;left:0}.theme-list-item:hover:before{opacity:1}
