/* WinSwim PM dashboard — custom styles on top of Tailwind. */

[x-cloak] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 72px; }

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(62,160,201,0.07), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(224,122,95,0.05), transparent 50%),
    #08151d;
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #08151d; }
::-webkit-scrollbar-thumb { background: #143746; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #1c4a5c; }

a { transition: color 120ms ease; }

@media (max-width: 640px) {
  section { scroll-margin-top: 60px; }
}
