:root{--background:255 255 255;--foreground:15 23 42;--card:255 255 255;--card-foreground:15 23 42;--popover:255 255 255;--popover-foreground:15 23 42;--primary:59 130 246;--primary-foreground:255 255 255;--secondary:241 245 249;--secondary-foreground:15 23 42;--muted:241 245 249;--muted-foreground:100 116 139;--accent:241 245 249;--accent-foreground:15 23 42;--destructive:239 68 68;--destructive-foreground:255 255 255;--border:226 232 240;--input:226 232 240;--ring:59 130 246;--radius:0.5rem;--theme-primary:59 130 246;--theme-accent:100 116 139;--theme-radius:8px;--theme-font-size:16px;--admin-sidebar:248 250 252;--admin-sidebar-foreground:15 23 42;--admin-header:255 255 255;--admin-header-foreground:15 23 42;--admin-content:249 250 251;--admin-content-foreground:15 23 42}.dark{--background:15 23 42;--foreground:248 250 252;--card:30 41 59;--card-foreground:248 250 252;--popover:30 41 59;--popover-foreground:248 250 252;--primary:59 130 246;--primary-foreground:255 255 255;--secondary:51 65 85;--secondary-foreground:248 250 252;--muted:51 65 85;--muted-foreground:148 163 184;--accent:51 65 85;--accent-foreground:248 250 252;--destructive:239 68 68;--destructive-foreground:255 255 255;--border:51 65 85;--input:51 65 85;--ring:59 130 246;--admin-sidebar:30 41 59;--admin-sidebar-foreground:248 250 252;--admin-header:15 23 42;--admin-header-foreground:248 250 252;--admin-content:15 23 42;--admin-content-foreground:248 250 252}[data-primary-color=blue]{--theme-primary:59 130 246;--primary:59 130 246}[data-primary-color=green]{--theme-primary:34 197 94;--primary:34 197 94}[data-primary-color=purple]{--theme-primary:147 51 234;--primary:147 51 234}[data-primary-color=red]{--theme-primary:239 68 68;--primary:239 68 68}[data-primary-color=orange]{--theme-primary:249 115 22;--primary:249 115 22}[data-primary-color=pink]{--theme-primary:236 72 153;--primary:236 72 153}*{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-layout{background-color:rgb(var(--admin-content));color:rgb(var(--admin-content-foreground))}.admin-sidebar{background-color:rgb(var(--admin-sidebar));color:rgb(var(--admin-sidebar-foreground))}.admin-header,.admin-sidebar{border-color:rgb(var(--border))}.admin-header{background-color:rgb(var(--admin-header));color:rgb(var(--admin-header-foreground))}.theme-card{background-color:rgb(var(--card));color:rgb(var(--card-foreground));border-color:rgb(var(--border));border-radius:var(--theme-radius)}.theme-button-primary{background-color:rgb(var(--theme-primary));color:rgb(var(--primary-foreground));border-radius:var(--theme-radius)}.theme-button-secondary{background-color:rgb(var(--secondary));color:rgb(var(--secondary-foreground));border-radius:var(--theme-radius)}.stats-card{background-color:rgb(var(--card));border-color:rgb(var(--border));border-radius:var(--theme-radius)}.stats-card.blue{border-left:4px solid #3b82f6}.stats-card.green{border-left:4px solid #22c55e}.stats-card.purple{border-left:4px solid #9333ea}.stats-card.red{border-left:4px solid #ef4444}.stats-card.yellow{border-left:4px solid #f97316}.stats-card.gray{border-left:4px solid #64748b}.dark .stats-card,.notification-toast{background-color:rgb(var(--card));border-color:rgb(var(--border))}.notification-toast{color:rgb(var(--card-foreground));border-radius:var(--theme-radius)}.notification-toast.success{border-left:4px solid #22c55e}.notification-toast.error{border-left:4px solid #ef4444}.notification-toast.warning{border-left:4px solid #f97316}.notification-toast.info{border-left:4px solid #3b82f6}.loading-spinner{border-color:rgb(var(--muted));border-top-color:rgb(var(--theme-primary))}.search-filter-bar{border-color:rgb(var(--border));border-radius:var(--theme-radius)}.data-table,.search-filter-bar{background-color:rgb(var(--card))}.data-table{border-color:rgb(var(--border))}.data-table th{background-color:rgb(var(--muted));color:rgb(var(--muted-foreground))}.data-table tr:hover{background-color:rgb(var(--muted)/50%)}.chart-container{background-color:rgb(var(--card));border-color:rgb(var(--border));border-radius:var(--theme-radius)}@media (width <= 640px){:root{--theme-font-size:14px}}@media (prefers-contrast:high){:root{--border:0 0 0;--ring:0 0 0}.dark{--border:255 255 255;--ring:255 255 255}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.dark{--background:255 255 255;--foreground:0 0 0;--card:255 255 255;--card-foreground:0 0 0}.theme-button-primary,.theme-button-secondary{background-color:transparent!important;color:#000!important;border:1px solid #000!important}}@keyframes modal-fade-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modal-fade-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-10px)}}@keyframes slide-in-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-in-from-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-from-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-in-from-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:1}}.animate-modal-in{animation:modal-fade-in .2s ease-out forwards}.animate-modal-out{animation:modal-fade-out .15s ease-in forwards}.animate-slide-in-from-right{animation:slide-in-from-right .3s ease-out forwards}.animate-slide-in-from-left{animation:slide-in-from-left .3s ease-out forwards}.animate-slide-in-from-top{animation:slide-in-from-top .3s ease-out forwards}.animate-slide-in-from-bottom{animation:slide-in-from-bottom .3s ease-out forwards}.animate-backdrop-in{animation:backdrop-fade-in .2s ease-out forwards}.popup-hover-scale:hover{transform:scale(1.02);transition:transform .2s ease-out}.popup-hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.15);transition:all .2s ease-out}.popup-focus-ring:focus{outline:2px solid hsl(var(--primary));outline-offset:2px}.popup-loading{position:relative;overflow:hidden}.popup-loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{left:-100%}to{left:100%}}@media (width <= 640px){.animate-slide-in-from-left,.animate-slide-in-from-right{animation:slide-in-from-bottom .3s ease-out forwards}}.dark .popup-loading:after{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent)}@media (prefers-reduced-motion:reduce){.animate-backdrop-in,.animate-modal-in,.animate-modal-out,.animate-slide-in-from-bottom,.animate-slide-in-from-left,.animate-slide-in-from-right,.animate-slide-in-from-top{animation:none}.popup-hover-lift:hover,.popup-hover-scale:hover{transform:none;transition:none}}