@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');

:root {
  --ink: #092d2c;
  --muted: #607473;
  --green: #16a889;
  --green-dark: #087465;
  --mint: #dff8ef;
  --paper: #f7faf7;
  --line: rgba(9, 45, 44, .12);
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--paper); }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(circle at 8% 3%, rgba(75, 206, 170, .13), transparent 29rem),
    radial-gradient(circle at 95% 70%, rgba(96, 167, 255, .11), transparent 29rem),
    var(--paper);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .36;
  background-image: linear-gradient(rgba(9,45,44,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(9,45,44,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.page-shell { width: min(1180px, calc(100% - 48px)); margin: auto; position: relative; }

nav { height: 106px; display: flex; align-items: center; justify-content: space-between; }

.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -.5px; }
.brand strong { color: var(--green-dark); }

.status { display: flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.56); color: var(--muted); font-size: 12px; font-weight: 600; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(22,168,137,.12); }

.hero { padding: 88px 0 90px; max-width: 850px; }
.eyebrow { display: inline-block; color: var(--green-dark); font-weight: 700; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 24px; }
h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(58px, 8.2vw, 108px); line-height: .94; letter-spacing: -.072em; font-weight: 600; }
h1 em { color: var(--green); font-style: normal; }
.intro { width: min(650px, 100%); margin: 34px 0 32px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.coming-soon { display: flex; align-items: center; gap: 16px; font-family: Manrope, sans-serif; color: var(--ink); font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.coming-soon div { height: 1px; width: 82px; background: linear-gradient(90deg, var(--green), transparent); }

.preview { position: relative; padding-bottom: 92px; }
.glow { position: absolute; inset: 20% 14% 8%; background: rgba(22,168,137,.16); filter: blur(60px); }
.dashboard { position: relative; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 24px 24px 0 0; background: rgba(255,255,255,.78); box-shadow: 0 30px 80px rgba(8,61,57,.14), 0 2px 8px rgba(8,61,57,.06); backdrop-filter: blur(15px); }
.dashboard header { display: flex; justify-content: space-between; align-items: center; padding: 0 2px 18px; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; }
.date { padding: 7px 11px; border-radius: 8px; background: #edf4f1; color: var(--muted); font-size: 11px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; padding: 18px 0 13px; }
.metrics article, .chart-card, .insight-card { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.78); }
.metrics article { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 17px 18px; }
.metrics article > span { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.metrics strong { margin-top: 9px; font-family: Manrope, sans-serif; font-size: 25px; letter-spacing: -.04em; }
.metrics small { color: #8b9b9a; font-size: 10px; }
.metrics .up { color: var(--green-dark); }
.lower-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 13px; }
.chart-card { min-height: 190px; padding: 18px; }
.card-label { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; }
.card-label b { color: #8b9b9a; font-size: 9px; font-weight: 500; }
.chart { height: 125px; display: flex; align-items: end; gap: 9px; padding-top: 19px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 33%, rgba(9,45,44,.055) 34%); }
.chart i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #29bd9b, #9ce7d2); animation: rise .7s ease-out both; transform-origin: bottom; }
.chart i:nth-child(2) { animation-delay: .05s; } .chart i:nth-child(3) { animation-delay: .1s; } .chart i:nth-child(4) { animation-delay: .15s; } .chart i:nth-child(5) { animation-delay: .2s; } .chart i:nth-child(6) { animation-delay: .25s; } .chart i:nth-child(7) { animation-delay: .3s; }
.insight-card { display: flex; gap: 15px; align-items: flex-start; padding: 23px; background: linear-gradient(145deg, #0a3937, #075d53); color: white; }
.spark { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 10px; background: rgba(103,237,199,.14); color: #75e3c5; }
.insight-card div { display: flex; flex-direction: column; }
.insight-card div > span { color: #80ddc5; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.insight-card strong { max-width: 260px; margin: 15px 0 11px; font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.35; }
.insight-card small { color: rgba(255,255,255,.58); line-height: 1.5; }

footer { display: flex; justify-content: space-between; padding: 27px 0 34px; border-top: 1px solid var(--line); color: #839391; font-size: 12px; }

@keyframes rise { from { transform: scaleY(0); opacity: 0; } }

@media (max-width: 720px) {
  .page-shell { width: min(100% - 30px, 1180px); }
  nav { height: 84px; }
  .status { font-size: 0; padding: 9px; }
  .hero { padding: 68px 0 72px; }
  h1 { font-size: clamp(54px, 17vw, 82px); }
  .intro { font-size: 17px; }
  .metrics { grid-template-columns: 1fr; }
  .lower-grid { grid-template-columns: 1fr; }
  .preview { padding-bottom: 60px; }
  footer { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) { .chart i { animation: none; } }
