/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.15_@opentelemetry+api@1.9.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.15_@opentelemetry+api@1.9.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #05070b;
  --surface: rgba(12, 16, 24, 0.82);
  --surface-solid: #0c1018;
  --surface-raised: rgba(18, 24, 35, 0.86);
  --line: rgba(239, 246, 255, 0.1);
  --line-strong: rgba(239, 246, 255, 0.18);
  --text: #f8fbff;
  --muted: #8793a7;
  --soft: #c8d3e4;
  --cyan: #5cf4df;
  --blue: #76a9ff;
  --violet: #b69aff;
  --rose: #ff7096;
  --gold: #f8d06b;
  --mint: #8ff2bd;
  --shadow: 0 24px 100px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% -10%, rgba(92, 244, 223, 0.16), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(118, 169, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #070a10 0%, var(--bg) 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
a,
input {
  font: inherit;
}

button {
  color: inherit;
}

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

.appFrame {
  min-height: 100vh;
  padding: 14px clamp(12px, 3vw, 36px) 34px;
}

.shellHeader,
.heroFlow,
.productShell {
  width: min(1520px, 100%);
  margin-inline: auto;
}

.shellHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 220px minmax(280px, 560px) auto;
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 7, 11, 0.76);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.brandUnit,
.commandInput,
.iconText,
.activityChip,
.surfaceHeader,
.pill,
.runRow,
.moduleHead,
.timeCode,
.keyBuilder,
.stepper,
.roleTitle,
.drawerHeader,
.selectedRun,
.switchRow,
.switchRow span,
.reserveButton,
.assurance span {
  display: flex;
  align-items: center;
}

.brandUnit {
  gap: 10px;
  padding-left: 4px;
}

.brandUnit > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(92, 244, 223, 0.2), rgba(118, 169, 255, 0.18));
  color: #eafffb;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.brandUnit strong,
.brandUnit small {
  display: block;
}

.brandUnit small,
.commandInput,
.heroText p,
.heroMetrics span,
.railLabel,
.segmentedStack small,
.socialProof,
.surfaceHeader span,
.moduleHead small,
.timelineCopy small,
.keyBuilder small,
.waveRail i,
.roleTile small,
.selectedRun small,
.capacityPanel small,
.assurance {
  color: var(--muted);
}

.commandInput {
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 14px;
}

.commandInput span {
  flex: 1 1;
}

kbd {
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--soft);
  font-size: 12px;
}

.iconText {
  justify-self: end;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.heroFlow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  grid-gap: 14px;
  gap: 14px;
  align-items: end;
  min-height: 310px;
  padding: 44px 2px 18px;
}

.heroText h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.heroText p {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 19px;
  line-height: 1.55;
}

.activityChip {
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(92, 244, 223, 0.22);
  border-radius: 999px;
  background: rgba(92, 244, 223, 0.07);
  color: #d8fff9;
  font-size: 13px;
  font-weight: 800;
}

.activityChip i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(92, 244, 223, 0.1);
}

.heroMetrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
}

.heroMetrics div {
  min-height: 126px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.heroMetrics strong {
  display: block;
  font-size: 34px;
}

.heroMetrics span {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
}

.productShell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 340px;
  grid-gap: 14px;
  gap: 14px;
  align-items: start;
}

.leftRail,
.marketSurface,
.reserveDrawer {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.leftRail,
.reserveDrawer {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  padding: 12px;
}

.marketSurface {
  padding: 14px;
}

.railLabel {
  padding: 4px 6px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.segmentedStack {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.segmentedStack button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 68px;
  padding: 10px;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
}

.segmentedStack svg {
  color: var(--cyan);
}

.segmentedStack span {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.segmentedStack button.selected {
  border-color: rgba(92, 244, 223, 0.28);
  background: rgba(92, 244, 223, 0.08);
}

.socialProof {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  line-height: 1.4;
}

.socialProof svg {
  flex: 0 0 auto;
  color: var(--gold);
}

.surfaceHeader,
.drawerHeader,
.keyBuilder {
  justify-content: space-between;
  gap: 14px;
}

.surfaceHeader {
  margin-bottom: 12px;
}

.surfaceHeader h2 {
  margin: 2px 0 0;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.pill {
  gap: 7px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.pill.danger {
  background: rgba(255, 112, 150, 0.11);
  color: #ffc2d0;
}

.runList {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.runRow {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 130px 74px;
  grid-gap: 12px;
  gap: 12px;
  width: 100%;
  min-height: 78px;
  padding: 10px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.runRow:hover,
.timelineItem:hover,
.roleTile:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.055);
}

.runRow.selected,
.timelineItem.selected,
.dateRail button.selected,
.roleTile.selected,
.toggleGroup button.selected {
  border-color: rgba(92, 244, 223, 0.42);
  background: rgba(92, 244, 223, 0.08);
  box-shadow: inset 0 0 0 1px rgba(92, 244, 223, 0.11);
}

.serviceGlyph {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--cyan);
}

.runMeta {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
}

.runMeta strong {
  font-size: 17px;
}

.runMeta small {
  color: var(--muted);
  line-height: 1.35;
}

.availability {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
}

.availability b {
  font-size: 13px;
}

.availability i,
.capacityPanel i,
.microProgress {
  display: block;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.availability em,
.capacityPanel em,
.microProgress em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
}

.priceText {
  justify-self: end;
  font-weight: 950;
}

.module {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.module.compact {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 360px;
}

.moduleHead {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.moduleHead span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-weight: 900;
}

.dateRail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 10px;
}

.dateRail button {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  min-height: 62px;
  padding: 10px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.dateRail span {
  color: var(--muted);
  font-size: 12px;
}

.timelineList {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.timelineItem {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 82px 120px;
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 10px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.timeCode {
  gap: 7px;
  color: var(--soft);
  font-weight: 900;
}

.timelineCopy {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.openBadge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(118, 169, 255, 0.12);
  color: #d1e1ff;
  font-size: 12px;
  font-weight: 950;
}

.openBadge.critical {
  background: rgba(255, 112, 150, 0.13);
  color: #ffc2d0;
}

.keyBuilder {
  align-items: center;
}

.keyBuilder > div:first-child strong {
  display: block;
  font-size: 40px;
}

.stepper {
  flex: 1 1;
  max-width: 520px;
  gap: 10px;
}

.stepper button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.stepper input {
  flex: 1 1;
  accent-color: var(--cyan);
}

.waveRail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-top: 12px;
}

.waveRail span {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.waveRail b {
  color: var(--cyan);
  font-size: 18px;
}

.waveRail small {
  color: var(--soft);
}

.rolePicker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-top: 12px;
}

.roleTile {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  min-height: 178px;
  padding: 12px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.roleTitle {
  gap: 9px;
}

.roleTitle svg {
  color: var(--cyan);
}

.roleTile.mint .roleTitle svg {
  color: var(--mint);
}

.roleTile.violet .roleTitle svg {
  color: var(--violet);
}

.roleTile.gold .roleTitle svg {
  color: var(--gold);
}

.composition {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  gap: 5px;
}

.composition i {
  padding: 7px 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--soft);
  font-size: 12px;
  font-style: normal;
  text-align: center;
}

.roleTile b {
  margin-top: auto;
}

.toggleGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  gap: 8px;
}

.toggleGroup button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.reserveDrawer {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.drawerHeader strong {
  font-size: 40px;
}

.selectedRun {
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
}

.selectedRun svg {
  color: var(--cyan);
}

.selectedRun span,
.capacityPanel span {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.capacityPanel {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(92, 244, 223, 0.18);
  border-radius: 17px;
  background: rgba(92, 244, 223, 0.055);
}

.switchRow {
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.switchRow span {
  gap: 8px;
  color: var(--soft);
  font-weight: 850;
}

.switchRow input {
  width: 46px;
  height: 24px;
  accent-color: var(--cyan);
}

.reserveButton {
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #051018;
  font-weight: 950;
  cursor: pointer;
}

.assurance {
  display: grid;
  grid-gap: 9px;
  gap: 9px;
  font-size: 13px;
}

.assurance span {
  gap: 8px;
}

@media (max-width: 1240px) {
  .shellHeader {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .iconText {
    display: none;
  }

  .heroFlow,
  .productShell {
    grid-template-columns: 1fr;
  }

  .heroMetrics {
    max-width: none;
  }

  .leftRail,
  .reserveDrawer {
    position: static;
  }

  .segmentedStack {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .appFrame {
    padding: 10px 10px 28px;
  }

  .shellHeader {
    position: relative;
    grid-template-columns: 1fr;
  }

  .commandInput {
    display: none;
  }

  .heroFlow {
    padding-top: 30px;
  }

  .heroText h1 {
    font-size: 46px;
  }

  .heroText p {
    font-size: 16px;
  }

  .heroMetrics,
  .runRow,
  .dateRail,
  .timelineItem,
  .waveRail,
  .rolePicker,
  .toggleGroup {
    grid-template-columns: 1fr;
  }

  .runRow {
    align-items: start;
  }

  .priceText {
    justify-self: start;
  }

  .module.compact {
    width: 100%;
    min-width: 0;
  }

  .composition {
    grid-template-columns: repeat(2, 1fr);
  }
}

