@font-face{
  font-family:"ES Build";
  src:url('/fonts/esbuild/ESBuild-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"ES Build";
  src:url('/fonts/esbuild/ESBuild-Semibold.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"ES Build";
  src:url('/fonts/esbuild/ESBuild-Bold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}

:root{
  --bg:#120707;
  --accent:#ae9c9a;
  --accent-strong:#E01E0D;
  --card-bg:#141414;
}

*{ box-sizing:border-box; margin:0; padding:0; }

html { font-family:"ES Build", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; scroll-behavior: smooth; }

body{ background:var(--bg); color:#ae9c9a; line-height:1.6; }

img{ display:block; max-width:100%; height:auto; }

a{ color:var(--accent); text-decoration:none; transition:color .2s; }
a:hover{ color:var(--accent-strong); }

button{
  background:transparent; color:var(--accent);
  border:1px solid var(--accent); border-radius:12px;
  padding:12px 16px; cursor:pointer; transition:all .2s; font-weight:600;
  font-family: inherit;
}
button:hover{ border-color:var(--accent-strong); color:var(--accent-strong); }

.container{ max-width:1200px; margin:0 auto; padding:0 16px; }
@media (min-width:1024px){ .container{ padding:0 24px; } }

.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;
}._header_18fv7_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(18, 7, 7, 0.8);
  backdrop-filter: blur(10px);
  height: 80px;
  overflow: hidden;
}

._headerContent_18fv7_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  height: 80px;
}

._logo_18fv7_21 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._logo_18fv7_21 img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

._nav_18fv7_33 {
  display: none;
  gap: 0;
  background-image: url('/images/menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 16px;
  position: relative;
}

._navLink_18fv7_44 {
  background: none;
  border: none;
  color: #907d7b;
  cursor: pointer;
  transition: color 0.2s;
  font-weight: 600;
  padding: 8px 12px;
  text-align: center;
  flex: 1;
}

._navLink_18fv7_44:hover {
  color: var(--accent-strong);
}

._ctaContainer_18fv7_60 {
  display: none;
  cursor: pointer;
}

._ctaImage_18fv7_65 {
  height: 40px;
  width: auto;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}

._ctaImage_18fv7_65:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

._cta_18fv7_60 {
  display: none;
}

._menuButton_18fv7_81 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

._hamburger_18fv7_91 {
  width: 24px;
  height: 2px;
  background: var(--accent);
  transition: all 0.3s;
}

/* NEW MOBILE MENU */
._simpleMobileMenu_18fv7_99 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.98) !important;
  z-index: 999999 !important;
  padding: 50px 20px !important;
  box-sizing: border-box !important;
}

@media (min-width: 1024px) {
  ._nav_18fv7_33 {
    display: flex;
  }
  
  ._ctaContainer_18fv7_60 {
    display: block;
  }
  
  ._menuButton_18fv7_81 {
    display: none;
  }
}._heroMobile_zxhsq_1 {
  padding: 120px 0 80px;
  background-image: url('/public/images/mobile/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

._heroDesktop_zxhsq_9 {
  padding: 120px 0 80px;
  background-image: url('/public/images/desktop/hero-bg-desktop.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

._grid_zxhsq_17 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  min-height: 600px;
}

._content_zxhsq_25 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  position: relative;
  min-height: 400px;
}

._title_zxhsq_34 {
  font-size: clamp(28px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.1;
  color: #ae9c9a;
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(100px, 20vw, 240px);
  display: flex;
  align-items: center;
  justify-content: center;
}

._subtitle_zxhsq_50 {
  font-size: clamp(16px, 2.2vw, 22px);
  color: #ae9c9a;
  opacity: 0.9;
  line-height: 1.4;
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
  position: absolute;
  top: clamp(120px, 22vw, 260px);
  left: 0;
  right: 0;
  height: clamp(60px, 8vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animation classes for text rotation */
._fadeIn_zxhsq_67 {
  opacity: 1;
  transform: translateY(0);
}

._fadeOut_zxhsq_72 {
  opacity: 0;
  transform: translateY(15px);
}

._ctas_zxhsq_77 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._cta_zxhsq_77 {
  background: var(--accent-strong);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}

._cta_zxhsq_77:hover {
  background: #c01709;
  transform: translateY(-2px);
}

._globe_zxhsq_104 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  ._content_zxhsq_25 {
    text-align: left;
  }
  
  ._title_zxhsq_34 {
    justify-content: flex-start;
  }
  
  ._subtitle_zxhsq_50 {
    justify-content: flex-start;
  }
  
  ._ctas_zxhsq_77 {
    flex-direction: row;
    gap: 24px;
    justify-content: flex-start;
  }
  
  ._cta_zxhsq_77 {
    flex: 0 0 auto;
  }
}._presale_m0i59_1 {
  padding: 80px 0;
}

._stageTag_m0i59_5 {
  display: inline-block;
  background: transparent;
  border: 2px solid var(--accent-strong);
  color: var(--accent-strong);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 24px;
  display: block;
  width: fit-content;
}

._title_m0i59_20 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ae9c9a;
  text-align: center;
  margin-bottom: 48px;
}

._topRow_m0i59_28 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

._priceLabel_m0i59_35 {
  font-size: 18px;
  font-weight: 600;
  color: #ae9c9a;
}

._progressValue_m0i59_41 {
  font-size: 24px;
  font-weight: 700;
  color: #ae9c9a;
}

._transactionLeft_m0i59_47 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._transactionRight_m0i59_53 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._timeAgo_m0i59_59 {
  font-size: 12px;
  color: #ae9c9a;
  opacity: 0.7;
}

._statusDot_m0i59_65 {
  font-size: 12px;
}

._ctaSection_m0i59_69 {
  text-align: center;
  margin-top: 40px;
}

._connectButton_m0i59_74 {
  background: var(--accent-strong);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

._connectButton_m0i59_74:hover {
  background: #c01709;
}

._card_m0i59_90 {
  background: #211513;
  border: 1px solid rgba(174, 156, 154, 0.2);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 32px;
}

._metrics_m0i59_98 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

._metric_m0i59_98 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._label_m0i59_111 {
  font-size: 14px;
  color: var(--accent);
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._value_m0i59_119 {
  font-size: 24px;
  font-weight: 700;
  color: #ae9c9a;
}

._progressSection_m0i59_125 {
  margin-top: 32px;
}

._progressHeader_m0i59_129 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

._progressLabel_m0i59_136 {
  font-size: 16px;
  font-weight: 600;
  color: #ae9c9a;
}

._progressValue_m0i59_41 {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-strong);
}

._progressBar_m0i59_148 {
  width: 100%;
  margin: 16px 0;
}

._progressContainer_m0i59_153 {
  width: 100%;
  height: 60px;
  background: #211513;
  border-radius: 30px;
  padding: 8px;
  box-shadow: 
    inset 0 4px 8px rgba(0, 0, 0, 0.3),
    0 2px 10px rgba(255, 69, 0, 0.2);
  position: relative;
  overflow: hidden;
}

._progressFill_m0i59_166 {
  height: 100%;
  background: linear-gradient(135deg, 
    #FF4500 0%, 
    #FF6B47 50%, 
    #FF8C00 100%);
  border-radius: 22px;
  transition: width 0.8s ease;
  box-shadow: 
    0 2px 15px rgba(255, 69, 0, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
  position: relative;
}

._progressFill_m0i59_166::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, 
    rgba(255, 255, 255, 0.3) 0%, 
    transparent 100%);
  border-radius: 22px 22px 0 0;
}

._progressSvg_m0i59_193,
._progressBackground_m0i59_194,
._progressFillSvg_m0i59_195 {
  display: none;
}

._transactions_m0i59_199 {
  background: #211513;
  border: 1px solid rgba(174, 156, 154, 0.2);
  border-radius: 20px;
  padding: 24px;
}

._transactionsTitle_m0i59_206 {
  font-size: 20px;
  font-weight: 600;
  color: #ae9c9a;
  margin-bottom: 16px;
}

._transactionsList_m0i59_213 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._transaction_m0i59_47 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: rgba(232, 227, 223, 0.05);
  border-radius: 8px;
}

._hash_m0i59_228 {
  font-family: monospace;
  color: var(--accent);
  opacity: 0.8;
  font-size: 14px;
}

._amount_m0i59_235 {
  font-weight: 600;
  color: var(--accent-strong);
}

@media (min-width: 768px) {
  ._metrics_m0i59_98 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  ._value_m0i59_119 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  ._card_m0i59_90 {
    padding: 48px;
  }
  
  ._transactions_m0i59_199 {
    padding: 32px;
  }
}._about_uggtg_1 {
  padding: 80px 0;
}

._title_uggtg_5 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ae9c9a;
  text-align: center;
  margin-bottom: 32px;
}

._text_uggtg_13 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: #ae9c9a;
  opacity: 0.9;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  ._about_uggtg_1 {
    padding: 120px 0;
  }
  
  ._title_uggtg_5 {
    margin-bottom: 48px;
  }
}._features_yif7k_1 {
  padding: 80px 0;
  background: var(--bg);
}

._title_yif7k_6 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ae9c9a;
  text-align: center;
  margin-bottom: 64px;
}

._grid_yif7k_14 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._card_yif7k_20 {
  background: #211513;
  border: 1px solid rgba(174, 156, 154, 0.2);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
  text-align: center;
}

._card_yif7k_20:hover {
  transform: translateY(-4px);
  border-color: var(--accent-strong);
  box-shadow: 0 8px 25px rgba(224, 30, 13, 0.2);
}

._iconContainer_yif7k_35 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 24px;
  position: relative;
}

._icon_yif7k_35 {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(224, 30, 13, 0.3));
}

._iconSecondary_yif7k_52 {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  filter: drop-shadow(0 0 8px rgba(224, 30, 13, 0.3));
}

._cardTitle_yif7k_63 {
  font-size: 20px;
  font-weight: 600;
  color: #ae9c9a;
  margin-bottom: 16px;
  line-height: 1.3;
}

._cardText_yif7k_71 {
  color: #ae9c9a;
  opacity: 0.8;
  line-height: 1.6;
  font-size: 14px;
}

@media (min-width: 1024px) {
  ._features_yif7k_1 {
    padding: 120px 0;
  }
  
  ._grid_yif7k_14 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
  
  ._iconContainer_yif7k_35 {
    height: 140px;
  }
  
  ._icon_yif7k_35 {
    max-width: 120px;
    max-height: 120px;
  }
  
  ._cardTitle_yif7k_63 {
    font-size: 24px;
  }
  
  ._cardText_yif7k_71 {
    font-size: 16px;
  }
}._tokenomics_uellt_1 {
  padding: 80px 0;
  background: var(--bg);
}

._title_uellt_6 {
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 700;
  color: #ae9c9a;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.1;
}

._token_uellt_1 {
  color: var(--accent-strong);
  filter: drop-shadow(0 0 10px rgba(224, 30, 13, 0.5));
}

._features_uellt_20 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

._feature_uellt_20 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ae9c9a;
  font-size: 16px;
}

._checkmark_uellt_38 {
  color: var(--accent-strong);
  font-weight: bold;
  font-size: 16px;
}

/* Desktop Table */
._desktop_uellt_45 ._table_uellt_45 {
  background: #211513;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(174, 156, 154, 0.2);
}

._tableHeader_uellt_52 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: rgba(174, 156, 154, 0.1);
  padding: 20px 24px;
  border-bottom: 1px solid rgba(174, 156, 154, 0.2);
}

._headerCell_uellt_60 {
  font-size: 12px;
  font-weight: 600;
  color: #ae9c9a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

._tableRow_uellt_68 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 24px;
  border-bottom: 1px solid rgba(174, 156, 154, 0.1);
  align-items: center;
}

._tableRow_uellt_68:last-of-type {
  border-bottom: none;
}

._cellGroup_uellt_80 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._cellTitle_uellt_86 {
  color: #ae9c9a;
  font-weight: 600;
  font-size: 16px;
}

._cellSubtitle_uellt_92 {
  color: #ae9c9a;
  opacity: 0.7;
  font-size: 14px;
}

._cell_uellt_80 {
  color: #ae9c9a;
  font-weight: 600;
  font-size: 16px;
}

/* Mobile Table */
._mobile_uellt_105 ._mobileTable_uellt_105 {
  background: #211513;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(174, 156, 154, 0.2);
}

._mobileHeader_uellt_112 {
  display: flex;
  justify-content: space-between;
  background: rgba(174, 156, 154, 0.1);
  padding: 20px 24px;
  border-bottom: 1px solid rgba(174, 156, 154, 0.2);
}

._mobileHeaderLeft_uellt_120,
._mobileHeaderRight_uellt_121 {
  font-size: 12px;
  font-weight: 600;
  color: #ae9c9a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

._mobileRow_uellt_129 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid rgba(174, 156, 154, 0.1);
}

._mobileRow_uellt_129:last-of-type {
  border-bottom: none;
}

._mobileLeft_uellt_141 {
  flex: 1;
}

._mobileTitle_uellt_145 {
  color: #ae9c9a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

._mobileSubtitle_uellt_152 {
  color: #ae9c9a;
  opacity: 0.7;
  font-size: 14px;
}

._mobileRight_uellt_158 {
  text-align: right;
}

._mobilePercentage_uellt_162 {
  color: #ae9c9a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

._mobileAmount_uellt_169 {
  color: #ae9c9a;
  font-weight: 600;
  font-size: 16px;
}

/* View All Button */
._viewAll_uellt_176 {
  text-align: center;
  padding: 24px;
  background: #211513;
  border-top: 1px solid rgba(174, 156, 154, 0.1);
}

._viewAllBtn_uellt_183 {
  background: transparent;
  border: none;
  color: #ae9c9a;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

._viewAllBtn_uellt_183:hover {
  color: var(--accent-strong);
}

@media (min-width: 768px) {
  ._features_uellt_20 {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
  }
}

@media (min-width: 1024px) {
  ._tokenomics_uellt_1 {
    padding: 120px 0;
  }
}._roadmap_135jk_1 {
  padding: 80px 0 120px 0;
}

._title_135jk_5 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ae9c9a;
  text-align: center;
  margin-bottom: 64px;
}

/* Mobile Styles */
._mobileContainer_135jk_14 {
  position: relative;
}

._scroller_135jk_18 {
  display: flex;
  gap: 16px;
  padding: 0 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scroll-behavior: smooth;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 227, 223, 0.25) transparent;
}

._scroller_135jk_18::-webkit-scrollbar {
  height: 6px;
}

._scroller_135jk_18::-webkit-scrollbar-thumb {
  background: rgba(232, 227, 223, 0.25);
  border-radius: 4px;
}

._scroller_135jk_18::-webkit-scrollbar-track {
  background: transparent;
}

._fadeLeft_135jk_45, ._fadeRight_135jk_45 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  pointer-events: none;
  z-index: 10;
}

._fadeLeft_135jk_45 {
  left: 0;
  background: linear-gradient(90deg, rgba(11, 10, 10, 1), rgba(11, 10, 10, 0));
}

._fadeRight_135jk_45 {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 10, 10, 1), rgba(11, 10, 10, 0));
}

._swipeIndicator_135jk_64 {
  text-align: center;
  font-size: 24px;
  color: #ae9c9a;
  opacity: 0.4;
  margin-top: 16px;
  user-select: none;
}

._card_135jk_73 {
  min-width: 85vw;
  scroll-snap-align: center;
  background: #211513;
  border: 1px solid rgba(174, 156, 154, 0.3);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

._card_135jk_73:hover {
  transform: translateY(-2px);
  border-color: var(--accent-strong);
}

._cardHeader_135jk_88 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

._phase_135jk_95 {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._tag_135jk_103 {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._tag_135jk_103._live_135jk_112 {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}

._tag_135jk_103._planned_135jk_117 {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}

._tag_135jk_103._research_135jk_122 {
  background: rgba(168, 85, 247, 0.2);
  color: #a855f7;
}

._cardTitle_135jk_127 {
  font-size: 20px;
  font-weight: 600;
  color: #ae9c9a;
  margin-bottom: 12px;
  line-height: 1.3;
}

._cardText_135jk_135 {
  color: #ae9c9a;
  opacity: 0.8;
  line-height: 1.6;
  font-size: 14px;
}

/* Desktop Styles */
._grid_135jk_143 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 1024px) {
  ._roadmap_135jk_1 {
    padding: 120px 0 80px 0;
  }
  
  ._card_135jk_73 {
    min-width: unset;
    scroll-snap-align: unset;
    padding: 32px;
  }
  
  ._cardTitle_135jk_127 {
    font-size: 24px;
  }
  
  ._cardText_135jk_135 {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  ._grid_135jk_143 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}._fireSection_orqea_1 {
  position: relative;
  height: 200px;
  background: var(--bg);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
}

._fireContainer_orqea_13 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}

._fireImage_orqea_23 {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(224, 30, 13, 0.6));
  animation: _fireGlow_orqea_1 3s ease-in-out infinite alternate;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: translateZ(0);
  will-change: filter;
}

@keyframes _fireGlow_orqea_1 {
  from {
    filter: drop-shadow(0 0 20px rgba(224, 30, 13, 0.6));
  }
  to {
    filter: drop-shadow(0 0 30px rgba(224, 30, 13, 0.8));
  }
}

@media (min-width: 768px) {
  ._fireSection_orqea_1 {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  ._fireSection_orqea_1 {
    height: 700px; /* mărit height pentru a nu fi tăiat */
    background: #120707;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  ._fireContainer_orqea_13 {
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  ._fireImage_orqea_23 {
    width: 100%;
    height: 100%;
    object-fit: contain; /* schimbat din cover în contain pentru a nu tăia */
    object-position: left bottom; /* poziționat jos pentru a nu fi tăiat */
    filter: drop-shadow(0 0 30px rgba(224, 30, 13, 0.8));
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
  }
  
  /* gradient de estompare jos pentru tranziție smooth */
  ._fireSection_orqea_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, var(--bg) 0%, rgba(18,7,7,0.8) 50%, rgba(18,7,7,0) 100%);
    pointer-events: none;
    z-index: 2;
  }
}._howToBuy_emjg3_1 {
  padding: 80px 0;
  background: var(--bg);
  text-align: center;
}

._content_emjg3_7 {
  max-width: 600px;
  margin: 0 auto;
}

._title_emjg3_12 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: #ae9c9a;
  margin-bottom: 80px;
  line-height: 1.2;
}

._steps_emjg3_20 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
}

._step_emjg3_20 {
  text-align: center;
}

._stepLabel_emjg3_31 {
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

._stepTitle_emjg3_40 {
  color: #ae9c9a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

._stepDescription_emjg3_47 {
  color: #ae9c9a;
  opacity: 0.8;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

._connectButton_emjg3_55 {
  background: var(--accent-strong);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: uppercase;
}

._connectButton_emjg3_55:hover {
  background: #c01709;
}

@media (min-width: 1024px) {
  ._howToBuy_emjg3_1 {
    padding: 120px 0;
    padding-top: 300px;
  }
  
  ._title_emjg3_12 {
    margin-bottom: 100px;
  }
  
  ._steps_emjg3_20 {
    gap: 80px;
    margin-bottom: 100px;
  }
  
  ._stepTitle_emjg3_40 {
    font-size: 24px;
  }
  
  ._stepDescription_emjg3_47 {
    font-size: 18px;
  }
}._faq_10phs_1 {
  padding: 80px 0;
}

._title_10phs_5 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ae9c9a;
  text-align: center;
  margin-bottom: 64px;
}

._accordion_10phs_13 {
  max-width: 800px;
  margin: 0 auto;
}

._item_10phs_18 {
  border-bottom: 1px solid rgba(232, 227, 223, 0.1);
}

._button_10phs_22 {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

._question_10phs_35 {
  font-size: 18px;
  font-weight: 600;
  color: #ae9c9a;
  transition: color 0.2s;
}

._button_10phs_22:hover ._question_10phs_35 {
  color: var(--accent-strong);
}

._icon_10phs_46 {
  font-size: 24px;
  font-weight: 300;
  color: var(--accent);
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

._icon_10phs_46._open_10phs_54 {
  transform: rotate(45deg);
  color: var(--accent-strong);
}

._content_10phs_59 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

._contentOpen_10phs_65 {
  max-height: 200px;
}

._answer_10phs_69 {
  padding-bottom: 24px;
  color: #ae9c9a;
  opacity: 0.8;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 1024px) {
  ._faq_10phs_1 {
    padding: 120px 0;
  }
  
  ._question_10phs_35 {
    font-size: 20px;
  }
  
  ._answer_10phs_69 {
    font-size: 16px;
  }
}:root {
  --globe-desk-w: 1600px;
  --globe-desk-h: 900px;
  --globe-mob-w: 1080px;
  --globe-mob-h: 1350px;
  /* Mobile CTA specific variables */
  --cta-mob-w: 1080px;
  --cta-mob-h: 1350px;
  --cta-mob-scale: 1.08;
}

._cta_do8lm_12 {
  padding: 80px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

._ctaMobile_do8lm_20 { 
  position: relative;
  padding: 60px 0 0 0; /* eliminăm padding-bottom să nu lase spațiu */
  background: var(--bg);
  overflow: hidden;
}

._globeBackground_do8lm_27 {
  position: relative;
  width: min(100%, var(--globe-mob-w));
  aspect-ratio: calc(var(--globe-mob-w) / var(--globe-mob-h));
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #0b0a0a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

._ctaMobile_do8lm_20 ._globeWrap_do8lm_46{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--bg);
}

._globeImage_do8lm_58 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 58%;
  cursor: pointer;
  transition: transform 0.2s ease;
}

._ctaMobile_do8lm_20 ._globeVideo_do8lm_69{
  position: absolute; 
  inset: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover; /* cover pentru a elimina black bars */
  object-position: center 45%; /* centru-sus pentru a nu tăia jos */
  transform: scale(var(--cta-mob-scale));
  transform-origin: center;
  filter: brightness(.96) contrast(1.08) saturate(1.04);
}

._globeImage_do8lm_58:hover {
  transform: scale(1.02);
}

/* mask discret doar sus și lateral pentru mobile */
._globeBackground_do8lm_27::before {
  content: "";
  position: absolute; 
  inset: 0; 
  pointer-events: none;
  -webkit-mask-image: radial-gradient(125% 150% at 50% -15%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
          mask-image: radial-gradient(125% 150% at 50% -15%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

._ctaMobile_do8lm_20 ._globeWrap_do8lm_46::before{
  content:""; 
  position:absolute; 
  inset:0; 
  pointer-events:none;
  /* mask mai agresiv pentru a ascunde marginile */
  -webkit-mask-image: 
    radial-gradient(140% 120% at 50% 50%, rgba(0,0,0,1) 45%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%),
    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
  mask-image: 
    radial-gradient(140% 120% at 50% 50%, rgba(0,0,0,1) 45%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%),
    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
}

/* gradient de lipire jos pentru mobil */
._globeOverlayBottom_do8lm_110 {
  position: absolute; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  height: 12%;
  background: linear-gradient(to bottom, rgba(11,10,10,0) 0%, rgba(11,10,10,1) 100%);
  pointer-events: none;
}

._ctaMobile_do8lm_20 ._globeOverlayBottom_do8lm_110{
  position:absolute; 
  left:0; 
  right:0; 
  bottom:0; 
  height:20%; /* mai mare pentru tranziție mai smooth */
  background: linear-gradient(to bottom, rgba(11,10,10,0) 0%, var(--bg) 100%);
  pointer-events:none; 
  z-index: 2;
}

/* overlay pentru a ascunde complet marginile laterale */
._ctaMobile_do8lm_20 ._globeWrap_do8lm_46::after{
  content:""; 
  position:absolute; 
  inset:0; 
  pointer-events:none; 
  background:
    /* gradient lateral agresiv */
    linear-gradient(90deg, var(--bg) 0%, rgba(11,10,10,0.8) 8%, rgba(11,10,10,0) 25%, rgba(11,10,10,0) 75%, rgba(11,10,10,0.8) 92%, var(--bg) 100%),
    /* vignette sus pentru smooth top */
    linear-gradient(to bottom, rgba(11,10,10,0.6) 0%, rgba(11,10,10,0) 15%);
}

@media (min-width: 1024px) {
  ._cta_do8lm_12 {
    padding: 150px 0; /* reîntors la valoarea anterioară */
    min-height: 700px;
  }
  
  ._globeBackground_do8lm_27 { 
    width: min(100%, var(--globe-desk-w));
    aspect-ratio: calc(var(--globe-desk-w) / var(--globe-desk-h));
  }
  
  ._globeImage_do8lm_58 { 
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
  }
  
  /* estompare discretă sus pentru a elimina linia de tăiere */
  ._globeBackground_do8lm_27::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, var(--bg) 0%, rgba(11,10,10,0.8) 30%, rgba(11,10,10,0) 100%);
    pointer-events: none;
    z-index: 2;
  }
  
  /* estompare jos pentru tranziție smooth */
  ._globeBackground_do8lm_27::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, var(--bg) 0%, rgba(11,10,10,0.8) 30%, rgba(11,10,10,0) 100%);
    pointer-events: none;
    z-index: 2;
  }
}._footer_16mdx_1 {
  padding: 80px 0 40px;
  background: rgba(232, 227, 223, 0.02);
  border-top: 1px solid rgba(232, 227, 223, 0.1);
}

._content_16mdx_7 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

._logo_16mdx_16 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._logo_16mdx_16 img {
  width: 150px;
  height: 150px;
}

._logoText_16mdx_27 {
  font-size: 24px;
  font-weight: 700;
  color: #ae9c9a;
}

._links_16mdx_33 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._link_16mdx_33 {
  color: #ae9c9a;
  opacity: 0.8;
  transition: all 0.2s;
  font-size: 16px;
}

._link_16mdx_33:hover {
  color: var(--accent-strong);
  opacity: 1;
}

/* Social Media Styles */
._socialMedia_16mdx_52 {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px;
}

._socialLink_16mdx_59 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
}

._socialLink_16mdx_59:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

._socialIcon_16mdx_76 {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

._bottom_16mdx_82 {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(232, 227, 223, 0.1);
}

._copy_16mdx_88 {
  color: #ae9c9a;
  opacity: 0.6;
  font-size: 14px;
  margin: 0;
}

@media (min-width: 1024px) {
  ._content_16mdx_7 {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  
  ._links_16mdx_33 {
    flex-direction: row;
    gap: 32px;
  }

  ._socialMedia_16mdx_52 {
    gap: 20px;
  }
}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .container {
    margin-inline: auto;
    padding-inline: 1rem;
  }

  @media (min-width: 40rem) {
    .container {
      padding-inline: 2rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .\!paused {
    animation-play-state: paused !important;
  }

  .paused {
    animation-play-state: paused;
  }

  .running {
    animation-play-state: running;
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --radius: .625rem;
  --background: oklch(100% 0 0);
  --foreground: oklch(14.5% 0 0);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(14.5% 0 0);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(14.5% 0 0);
  --primary: oklch(20.5% 0 0);
  --primary-foreground: oklch(98.5% 0 0);
  --secondary: oklch(97% 0 0);
  --secondary-foreground: oklch(20.5% 0 0);
  --muted: oklch(97% 0 0);
  --muted-foreground: oklch(55.6% 0 0);
  --accent: oklch(97% 0 0);
  --accent-foreground: oklch(20.5% 0 0);
  --destructive: oklch(57.7% .245 27.325);
  --border: oklch(92.2% 0 0);
  --input: oklch(92.2% 0 0);
  --ring: oklch(70.8% 0 0);
  --chart-1: oklch(64.6% .222 41.116);
  --chart-2: oklch(60% .118 184.704);
  --chart-3: oklch(39.8% .07 227.392);
  --chart-4: oklch(82.8% .189 84.429);
  --chart-5: oklch(76.9% .188 70.08);
  --sidebar: oklch(98.5% 0 0);
  --sidebar-foreground: oklch(14.5% 0 0);
  --sidebar-primary: oklch(20.5% 0 0);
  --sidebar-primary-foreground: oklch(98.5% 0 0);
  --sidebar-accent: oklch(97% 0 0);
  --sidebar-accent-foreground: oklch(20.5% 0 0);
  --sidebar-border: oklch(92.2% 0 0);
  --sidebar-ring: oklch(70.8% 0 0);
}

.dark {
  --background: oklch(14.5% 0 0);
  --foreground: oklch(98.5% 0 0);
  --card: oklch(20.5% 0 0);
  --card-foreground: oklch(98.5% 0 0);
  --popover: oklch(26.9% 0 0);
  --popover-foreground: oklch(98.5% 0 0);
  --primary: oklch(92.2% 0 0);
  --primary-foreground: oklch(20.5% 0 0);
  --secondary: oklch(26.9% 0 0);
  --secondary-foreground: oklch(98.5% 0 0);
  --muted: oklch(26.9% 0 0);
  --muted-foreground: oklch(70.8% 0 0);
  --accent: oklch(37.1% 0 0);
  --accent-foreground: oklch(98.5% 0 0);
  --destructive: oklch(70.4% .191 22.216);
  --border: oklch(100% 0 0 / .1);
  --input: oklch(100% 0 0 / .15);
  --ring: oklch(55.6% 0 0);
  --chart-1: oklch(48.8% .243 264.376);
  --chart-2: oklch(69.6% .17 162.48);
  --chart-3: oklch(76.9% .188 70.08);
  --chart-4: oklch(62.7% .265 303.9);
  --chart-5: oklch(64.5% .246 16.439);
  --sidebar: oklch(20.5% 0 0);
  --sidebar-foreground: oklch(98.5% 0 0);
  --sidebar-primary: oklch(48.8% .243 264.376);
  --sidebar-primary-foreground: oklch(98.5% 0 0);
  --sidebar-accent: oklch(26.9% 0 0);
  --sidebar-accent-foreground: oklch(98.5% 0 0);
  --sidebar-border: oklch(100% 0 0 / .1);
  --sidebar-ring: oklch(43.9% 0 0);
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
