body {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000000;
  background: #E3DFF2;
  min-height: 100vh;
}

.content-wrapper {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 2rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding: 2rem 3em;
  }
}

.simple-nav {
  background: #FFFFFF;
  border-bottom: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 0.75rem 2em;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.simple-nav .container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simple-nav a {
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.simple-nav img {
  width: 35px;
  margin-right: 10px;
}

h1, h2 {
  color: #000000;
  border-bottom: 3px solid #000000;
  padding-bottom: 0.4em;
  margin-bottom: 1rem;
}

h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  font-size: 1.7rem;
  margin-bottom: 1.2em;
}

.btn-primary {
  background-color: #90EE90;
  border: 4px solid #000000;
  color: #000000;
  transition: all 0.1s ease;
  box-shadow: 4px 4px 0px #000000;
}
.btn-primary:hover {
  background-color: rgb(100.93546875, 231.40453125, 100.93546875);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}
.btn-primary:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
}

.text-primary {
  color: #90EE90 !important;
}

.category {
  margin-bottom: 2.5em;
  padding: 2rem;
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
}
.category:hover {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.category:hover:hover {
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0px #000000;
}

.year-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #000000;
  font-size: 0.75rem;
  padding: 0.1em 0.5em;
  border-radius: 2px;
  margin-left: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.category-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .category-quick-nav {
    flex-direction: column;
    align-items: center;
  }
}

.quick-nav-item {
  background: #FFFFFF;
  border: 3px solid #000000;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.1s ease;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
  box-shadow: 2px 2px 0px #000000;
}
@media (max-width: 767.98px) {
  .quick-nav-item {
    width: 100%;
    text-align: center;
  }
}
.quick-nav-item:hover, .quick-nav-item.active {
  background: #BAFCA2;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0px #000000;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #FFFFFF;
  color: #000000;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 4px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  box-shadow: 4px 4px 0px #000000;
  z-index: 999;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:hover {
  background: #90EE90;
  color: #000000;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}

.iframe-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-content.bg-gradient {
  background: #FFFFFF;
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  border-radius: 4px;
}

#subscribePopup {
  background: rgba(0, 0, 0, 0.5);
}

.subscribe-form-container {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  background: #FFFFFF !important;
}

.social-proof-mini {
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 5rem;
  }
}

/*# sourceMappingURL=base.css.5eca22fcc2e2.map */
