@charset "UTF-8";
:export {
  primaryMidnight500: #1A1A1A;
  primaryWhite100: #FAF6EF;
  primaryGray500: #003366;
  primaryAmber400: #E6C47C;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/**
 * Use opacity + slight upward motion on load (opacity: 0 → 1; translateY(10px → 0))
 */
/**
 * Creates a short underline animation (width: 0 → 40px)
 * Adds a subtle gold motion cue under headings
 */
/*
 * Adds a subtle underline animation on hover for editorial links
 * Inspired by underline motif from “Technology” heading
 */
.cmp-component-generator__container {
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
  overflow: visible;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
}

.cmp-component-generator__section {
  background: #FFFCF8;
  color: #141414;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cmp-component-generator__headline {
  text-align: center;
  margin-bottom: 45px;
}

.cmp-component-generator__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1A1A1A;
}

.cmp-component-generator__subtitle {
  font-size: 1.125rem;
  opacity: 0.75;
  margin-bottom: 45px;
  color: #2C2C2C;
}

.cmp-component-generator__steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 45px;
}

.cmp-component-generator__steps svg {
  width: 40px;
}

.cmp-component-generator__step {
  width: 260px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-align: center;
  background: #FAF6EF;
  border: 1px solid #F3EFE7;
}

.cmp-component-generator__step-title {
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  padding: 12px 12px;
  color: #FAF6EF;
  background: #003366;
  border-bottom: 2px solid #F5A623;
}

.cmp-component-generator__step-graph img {
  width: 220px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 16px auto;
}

.cmp-component-generator__divider {
  width: 100%;
  height: 1px;
  background: #F3EFE7;
  margin: 45px auto;
}

.cmp-component-generator__tokens {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.cmp-component-generator__token {
  width: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  text-align: center;
  background: #FAF6EF;
  border: 1px solid #F3EFE7;
  padding: 24px;
}

.cmp-component-generator__token-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #1A1A1A;
}

.cmp-component-generator__token-img {
  display: flex;
  justify-content: center;
  min-height: 80px;
}

.cmp-component-generator__token-img img {
  width: 80px;
  height: auto;
}

.cmp-component-generator__token-desc {
  font-size: 0.875rem;
  color: #2C2C2C;
  max-width: 160px;
}
/*# sourceMappingURL=component-generator.min.css.map */
