/* Base CSS - Academy Extensão */
/* Font faces */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
html { scroll-behavior: smooth; touch-action: manipulation; }
a, button, [role="button"], input[type="submit"], input[type="button"],
input[type="reset"], input[type="checkbox"], input[type="radio"],
select, label[for], summary, [onclick], [tabindex]:not([tabindex="-1"]) {
  cursor: pointer;
}
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
[x-cloak] { display: none !important; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.line-clamp-2 {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.lazyload, .lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; transition: opacity 0.2s ease-out; }
@media (prefers-reduced-motion: reduce) { .lazyloaded { transition: none; } }
.search-input:focus {
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.4), 0 0 20px rgba(34, 211, 238, 0.15);
}
.card-glow {
  position: relative;
  --tw-ring-color: rgba(30, 58, 138, 0.3);
  box-shadow: 0 0 0 rgba(59, 130, 246, 0);
  transition: box-shadow 0.15s ease, --tw-ring-color 0.15s ease;
}
.card-glow:hover {
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.25), 0 0 50px rgba(59, 130, 246, 0.1);
}
footer { content-visibility: auto; contain-intrinsic-size: auto 600px; }
#desktopNav{display:none}@media(min-width:1024px){#desktopNav{display:block}}
