/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/_landing/landing.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* ============================================================
   Landing page — faithful port of "Alpresi Landing.html" mock.
   All selectors are scoped via this CSS Module + the .page wrapper,
   so nothing here leaks into the dashboard or collides with the
   global .btn / .eyebrow / .card defined in styles/globals.css.
   Placeholder copy/figures live in page.tsx and will be swapped
   for live data later.
   ============================================================ */

.landing_page__GRjd2 {
  /* mock palette */
  --navy-950: #060d1c;
  --navy-900: #0a1428;
  --navy-850: #0d1b33;
  --navy-800: #112340;
  --gold-400: #e3b341;
  --gold-500: #d9a62e;
  --gold-600: #c2922a;
  --cream: #f2ecdd;
  --body-text: #c0cbdc;
  --dim: #8fa0ba;
  --teal: #5eead4;
  --teal-soft: rgba(94, 234, 212, 0.55);
  --formula: #93a9c9;
  --line: rgba(148, 173, 210, 0.14);
  --red: #f87171;
  --green: #4ade80;

  background: var(--navy-950);
  color: var(--body-text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
}
.landing_page__GRjd2 *,
.landing_page__GRjd2 *::before,
.landing_page__GRjd2 *::after { box-sizing: border-box; }

.landing_serif__pgFSF { font-family: "Source Serif 4", Georgia, serif; }
.landing_mono__FHDpI { font-family: "JetBrains Mono", ui-monospace, monospace; font-feature-settings: "tnum" 1; }

/* ============ NAV ============ */
.landing_nav__b4Uzp {
  position: relative; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(13,27,51,0.96), rgba(13,27,51,0.82));
  border-bottom: 1px solid var(--line);
}
.landing_brand__OvcsZ { display: flex; align-items: center; text-decoration: none; }
.landing_navLogo__BRCwl { height: clamp(24px, 3vw, 34px); }
.landing_navActions__Xb2zW { display: flex; align-items: center; gap: 12px; }

.landing_btn__UQdc0 {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 22px; border-radius: 999px;
  font-family: "Inter", sans-serif; font-size: 13.5px; font-weight: 600;
  text-decoration: none; cursor: pointer; border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.landing_btn__UQdc0:active { transform: translateY(1px); }
.landing_btnGold__D5OQJ {
  background: linear-gradient(160deg, var(--gold-400), var(--gold-500));
  color: #221a06;
  box-shadow: 0 6px 20px -6px rgba(227, 179, 65, 0.55);
}
.landing_btnGold__D5OQJ:hover { box-shadow: 0 8px 26px -6px rgba(227, 179, 65, 0.75); }
.landing_btnGhost__fUajy {
  background: rgba(10, 20, 40, 0.4);
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(196, 211, 235, 0.28);
}
.landing_btnGhost__fUajy:hover { box-shadow: inset 0 0 0 1px rgba(196, 211, 235, 0.5); background: rgba(20, 34, 60, 0.5); }

/* ============ HERO ============ */
.landing_hero__nbMqv {
  position: relative;
  min-height: min(78vh, 740px);
  background:
    radial-gradient(1100px 520px at 78% 8%, #142747 0%, rgba(20, 39, 71, 0) 60%),
    radial-gradient(900px 600px at 12% 100%, #0e1d3a 0%, rgba(14, 29, 58, 0) 55%),
    var(--navy-900);
  overflow: hidden;
}
/* faint blueprint grid */
.landing_hero__nbMqv::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 173, 210, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 173, 210, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(1200px 800px at 65% 30%, #000 30%, transparent 75%);
  mask-image: radial-gradient(1200px 800px at 65% 30%, #000 30%, transparent 75%);
}
.landing_heroInner__j3l9a {
  position: relative; z-index: 5;
  display: grid; grid-template-columns: minmax(360px, 5fr) 6fr;
  gap: 24px;
  align-items: center;
  max-width: 1520px; margin: 0 auto;
  padding: clamp(36px, 6vh, 80px) clamp(20px, 4vw, 56px) 110px;
}

.landing_eyebrow__C2HCx {
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
  color: var(--gold-400); text-transform: uppercase;
  margin: 0 0 22px;
}
.landing_eyebrow__C2HCx .landing_sep__LTu1N { color: var(--dim); margin: 0 8px; font-weight: 400; }
.landing_headline__6pGUY {
  margin: 0 0 26px;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: clamp(36px, 3.9vw, 55px);
  line-height: 1.16;
  letter-spacing: -0.012em;
  color: var(--cream);
  text-wrap: balance;
}
.landing_sub__G_dN4 {
  margin: 0 0 36px; max-width: 480px;
  font-size: clamp(15px, 1.2vw, 17px); line-height: 1.62; color: var(--body-text);
  text-wrap: pretty;
}
.landing_heroCtas__Q0sg2 { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============ HERO ART ============ */
.landing_heroArt__kR2Mw { position: relative; min-height: 460px; }
.landing_heroArt__kR2Mw svg { position: absolute; }
.landing_artFormulasLeft__s6L12 {
  left: 0; top: 4%;
  width: clamp(200px, 24vw, 330px); height: auto;
  opacity: 0.85;
}
.landing_artFormulasBottom__OMhmU {
  left: 2%; bottom: -3%;
  width: clamp(170px, 19vw, 260px); height: auto;
  opacity: 0.55;
}
.landing_artMain__CavNN {
  right: -2%; top: 50%; transform: translateY(-52%);
  width: clamp(340px, 38vw, 600px); height: auto;
  filter: drop-shadow(0 0 44px rgba(94, 234, 212, 0.12));
}

/* mini data card */
.landing_dataCard__BeCat {
  position: absolute; z-index: 8;
  right: clamp(8px, 2vw, 40px); bottom: 6%;
  background: rgba(8, 16, 32, 0.88);
  border: 1px solid rgba(148, 173, 210, 0.22);
  border-radius: 10px;
  backdrop-filter: blur(6px);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.landing_dataCard__BeCat table { border-collapse: collapse; font-size: 12.5px; }
.landing_dataCard__BeCat th, .landing_dataCard__BeCat td { padding: 8px 16px; text-align: left; white-space: nowrap; }
.landing_dataCard__BeCat thead th {
  font-weight: 500; color: var(--dim); font-size: 12px;
  border-bottom: 1px solid rgba(148, 173, 210, 0.16);
}
.landing_dataCard__BeCat tbody td { color: var(--cream); }
.landing_dataCard__BeCat .landing_up__8x1Rm { color: var(--green); }
.landing_dataCard__BeCat .landing_down__iXxDY { color: var(--red); }

/* ============ TICKER ============ */
.landing_tickerWrap__0h__g { position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; }
.landing_tickerTab__wD2kV {
  width: -moz-max-content;
  width: max-content; margin: 0 auto;
  padding: 5px 18px 6px;
  border: 1px solid var(--line); border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: rgba(8, 16, 32, 0.85);
  font-size: 11.5px; color: var(--dim); letter-spacing: 0.04em;
}
.landing_ticker__rMqw7 {
  border-top: 1px solid var(--line);
  background: rgba(7, 14, 28, 0.92);
  backdrop-filter: blur(6px);
  padding: 12px 16px;
  text-align: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(11.5px, 1.1vw, 14px);
  color: var(--cream);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.landing_ticker__rMqw7 .landing_lbl__d7tlW { color: var(--gold-400); }
.landing_ticker__rMqw7 .landing_div__DtsMK { color: #3d5277; margin: 0 10px; }
.landing_ticker__rMqw7 .landing_neg__JhVPc { color: var(--red); }
.landing_ticker__rMqw7 .landing_flow__n8ZfB { color: var(--teal); }

/* sparkle */
.landing_sparkle__N9f42 { position: absolute; right: 28px; bottom: 78px; z-index: 9; width: 40px; height: 40px; opacity: 0.9; }

/* ============ NEXT SECTION HINT ============ */
.landing_below__vxD6N {
  background: var(--navy-950);
  border-top: 1px solid var(--line);
  padding: 56px clamp(20px, 4vw, 56px) 72px;
}
.landing_belowInner__5GJT_ {
  max-width: 1520px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.landing_belowCard__0qTCf {
  border: 1px solid var(--line); border-radius: 14px;
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(17, 35, 64, 0.35), rgba(17, 35, 64, 0.1));
}
.landing_belowCard__0qTCf h3 {
  margin: 0 0 8px; font-family: "Source Serif 4", Georgia, serif;
  font-size: 19px; font-weight: 600; color: var(--cream);
}
.landing_belowCard__0qTCf p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--dim); }
.landing_belowCard__0qTCf .landing_k__sZ_Oc { display: block; margin-bottom: 14px; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; color: var(--teal); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .landing_heroInner__j3l9a { grid-template-columns: 1fr; padding-bottom: 150px; }
  .landing_heroArt__kR2Mw { min-height: 480px; }
  .landing_artMain__CavNN { right: 0; width: min(78vw, 560px); }
  .landing_artFormulasLeft__s6L12 { width: 26vw; }
}
@media (max-width: 720px) {
  .landing_heroInner__j3l9a { padding-bottom: 170px; }
  .landing_nav__b4Uzp { padding-top: 12px; padding-bottom: 12px; }
  .landing_nav__b4Uzp .landing_btn__UQdc0 { padding: 9px 16px; font-size: 12.5px; }
  .landing_heroArt__kR2Mw { min-height: 420px; }
  .landing_artMain__CavNN { width: 94vw; right: -6vw; }
  .landing_artFormulasLeft__s6L12 { opacity: 0.5; }
  .landing_dataCard__BeCat { right: 6px; }
  .landing_belowInner__5GJT_ { grid-template-columns: 1fr; }
}

