@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:239 84% 67%;--primary-foreground:0 0% 100%;--secondary:210 40% 96%;--secondary-foreground:222 47% 11%;--muted:215 16% 47%;--muted-foreground:215 16% 47%;--accent:239 84% 67%;--accent-foreground:245 58% 51%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--success:160 84% 39%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 0%;--border:214 32% 91%;--input:214 32% 91%;--ring:239 84% 67%;--radius:.75rem;--sidebar-background:240 33% 3%;--sidebar-foreground:210 40% 98%;--sidebar-primary:239 84% 67%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 10% 8%;--sidebar-accent-foreground:0 0% 100%;--sidebar-border:240 10% 14%;--sidebar-ring:239 84% 67%}
.dark{--background:240 33% 2%;--foreground:210 40% 98%;--card:240 33% 3%;--card-foreground:210 40% 98%;--popover:240 33% 3%;--popover-foreground:210 40% 98%;--primary:239 84% 67%;--primary-foreground:0 0% 100%;--secondary:240 10% 8%;--secondary-foreground:210 40% 98%;--muted:240 7% 39%;--muted-foreground:240 7% 56%;--accent:239 84% 67%;--accent-foreground:242 68% 76%;--destructive:0 84% 60%;--destructive-foreground:210 40% 98%;--success:160 84% 39%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 0%;--border:240 10% 14%;--input:240 10% 14%;--ring:239 84% 67%;--sidebar-background:240 33% 3%;--sidebar-foreground:210 40% 98%;--sidebar-primary:239 84% 67%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 10% 8%;--sidebar-accent-foreground:0 0% 100%;--sidebar-border:240 10% 14%;--sidebar-ring:239 84% 67%}
*{border-color:hsl(var(--border))}html,body,#root{min-height:100%}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:'Inter',sans-serif}.shadow-glow{box-shadow:0 0 15px hsl(239 84% 67%/.3)}
::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted))}
@keyframes accordion-down{from{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{from{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-accordion-down{animation:accordion-down .2s ease-out}.animate-accordion-up{animation:accordion-up .2s ease-out}.animate-fade-in{animation:fade-in .4s ease-out}


/* Hostinger deploy compatibility: preserve the original compiled Tailwind dark borders. */
*, *::before, *::after {
  border-color: hsl(var(--border));
}
body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: 'Inter', sans-serif;
}

/* v24: explicit table row border color; avoids Tailwind CDN preflight light borders. */
table tr.border-b { border-color: hsl(var(--border)) !important; }
