body.page-home {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  font-family: "Overpass Regular", sans-serif;
}

.page-home .landing-main {
  min-width: 40rem;
  max-width: 48rem;
  margin: 2.5rem 0;
  padding: 3rem 4rem;
}
.page-home .landing-article {
  width: 100%;
}
.page-home .rich-divider {
  border: 0;
  height: 1px;
  margin: 1.25rem auto;
  width: 80%;
  background: linear-gradient(to right, transparent 0%, rgba(0, 191, 255, 0.3) 50%, transparent 100%);
}
.page-home .hero-section {
  text-align: center;
  margin-bottom: 2.5rem;
}
.page-home .hero-section h1 {
  font-family: "Overpass Bold", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
  margin-bottom: 0.75rem;
  animation: slideUpFade 1s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}
.page-home .hero-subtitle {
  margin: 0 0 1.25rem 0;
}
.page-home .hero-description {
  font-family: "Overpass Regular", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 36rem;
}
.page-home .features-section {
  margin-bottom: 2.5rem;
}
.page-home .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .page-home .feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .page-home .landing-main {
    min-width: unset;
    max-width: 100%;
    width: calc(100% - 3rem);
    padding: 2.5rem 2.5rem;
    margin: 1.5rem;
  }
  .page-home .hero-section h1 {
    font-size: 2rem;
  }
  .page-home .hero-subtitle {
    font-size: 1.125rem;
  }
  .page-home .hero-description {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .page-home .landing-main {
    padding: 2.5rem 1.5rem;
    margin: 1rem;
    width: calc(100% - 2rem);
  }
  .page-home .hero-section h1 {
    font-size: 1.75rem;
  }
  .page-home .hero-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .page-home .landing-main {
    padding: 1.5rem 1rem;
    margin: 0.5rem;
    width: calc(100% - 1rem);
    min-height: calc(100vh - 1rem);
  }
  .page-home .hero-section h1 {
    font-size: 1.5rem;
  }
  .page-home .hero-subtitle {
    font-size: 0.9375rem;
  }
}

body.page-styleguide {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  font-family: "Overpass Regular", sans-serif;
}

.page-styleguide .landing-main {
  min-width: 40rem;
  max-width: 48rem;
  margin: 2.5rem 0;
  padding: 3rem 4rem;
}
.page-styleguide .landing-article {
  width: 100%;
}
.page-styleguide .rich-divider {
  border: 0;
  height: 1px;
  margin: 1.25rem auto;
  width: 80%;
  background: linear-gradient(to right, transparent 0%, rgba(0, 191, 255, 0.3) 50%, transparent 100%);
}
.page-styleguide .hero-section {
  text-align: center;
  margin-bottom: 2.5rem;
}
.page-styleguide .hero-section h1 {
  font-family: "Overpass Bold", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0.75rem 0;
}
.page-styleguide .hero-subtitle {
  margin: 0 0 1.25rem 0;
}
.page-styleguide .hero-description {
  font-family: "Overpass Regular", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 36rem;
}
.page-styleguide .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .page-styleguide .feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.page-styleguide .styleguide-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.page-styleguide .styleguide-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 24rem;
  margin: 0 auto;
}
.page-styleguide .styleguide-code-demo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.page-styleguide .styleguide-status-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 24rem;
  margin: 0 auto;
}
.page-styleguide .styleguide-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}
.page-styleguide .styleguide-icon-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.page-styleguide .styleguide-icon-demo span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.page-styleguide .styleguide-spacing {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: flex-end;
}
.page-styleguide .styleguide-spacing-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.page-styleguide .styleguide-spacing-item span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.page-styleguide .styleguide-spacing-box {
  background: #00bfff;
  border-radius: 0.5rem;
}
.page-styleguide .styleguide-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.page-styleguide .styleguide-color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.page-styleguide .styleguide-color-item span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.page-styleguide .styleguide-color-swatch {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 191, 255, 0.15);
}
.page-styleguide .styleguide-typography {
  text-align: left;
}
.page-styleguide .sg-section-heading {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1rem 0;
}
.page-styleguide .sg-mt {
  margin-top: 1.5rem;
}
.page-styleguide .sg-heading-demo {
  margin: 0 0 0.5rem 0;
}
.page-styleguide .sg-text-small {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.page-styleguide .sg-text-caption {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.page-styleguide .sg-feature-grid {
  max-width: 100%;
}
.page-styleguide .sg-icon-sm {
  width: 1rem;
  height: 1rem;
}
.page-styleguide .sg-icon-md {
  width: 1.25rem;
  height: 1.25rem;
}
.page-styleguide .sg-icon-lg {
  width: 1.5rem;
  height: 1.5rem;
}
.page-styleguide .sg-icon-xl {
  width: 2rem;
  height: 2rem;
}
.page-styleguide .sg-space-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.page-styleguide .sg-space-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.page-styleguide .sg-space-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.page-styleguide .sg-space-4 {
  width: 1rem;
  height: 1rem;
}
.page-styleguide .sg-space-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.page-styleguide .sg-space-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.page-styleguide .sg-space-7 {
  width: 2rem;
  height: 2rem;
}
.page-styleguide .sg-space-8 {
  width: 2.5rem;
  height: 2.5rem;
}
.page-styleguide .sg-color-primary {
  background: #00bfff;
}
.page-styleguide .sg-color-primary-dark {
  background: #0099cc;
}
.page-styleguide .sg-color-primary-light {
  background: #38bdf8;
}
.page-styleguide .sg-color-error {
  background: #F03b63;
}
.page-styleguide .sg-color-success {
  background: #28a745;
}
.page-styleguide .sg-color-bg-dark {
  background: #0a0e27;
}
.page-styleguide .sg-color-text-primary {
  background: #fff;
}
.page-styleguide .sg-color-text-secondary {
  background: rgba(255, 255, 255, 0.9);
}
.page-styleguide .sg-color-text-muted {
  background: rgba(255, 255, 255, 0.7);
}
.page-styleguide .sg-color-text-dim {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .page-styleguide .landing-main {
    min-width: unset;
    max-width: 100%;
    width: calc(100% - 3rem);
    padding: 2.5rem 2.5rem;
    margin: 1.5rem;
  }
  .page-styleguide .hero-section h1 {
    font-size: 2rem;
  }
  .page-styleguide .hero-subtitle {
    font-size: 1.125rem;
  }
  .page-styleguide .hero-description {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .page-styleguide .landing-main {
    padding: 2.5rem 1.5rem;
    margin: 1rem;
    width: calc(100% - 2rem);
  }
}
@media (max-width: 425px) {
  .page-styleguide .landing-main {
    padding: 1.5rem 1rem;
    margin: 0.5rem;
    width: calc(100% - 1rem);
    min-height: calc(100vh - 1rem);
  }
}

/*# sourceMappingURL=home.css.map */
