:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: #17211d;
  background: #edf1ee;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(176, 207, 194, .42), transparent 30rem),
    radial-gradient(circle at 100% 12%, rgba(214, 203, 177, .38), transparent 28rem),
    #edf1ee;
}

a { color: inherit; }

.shell {
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.topbar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(42, 66, 55, .16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #174c3b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 9px 20px rgba(23, 76, 59, .2);
}

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

.brand strong { font-size: 16px; letter-spacing: -.01em; }
.brand small { margin-top: 2px; color: #6a7670; font-size: 11px; letter-spacing: .04em; }

.public-label {
  padding: 9px 13px;
  border: 1px solid rgba(42, 66, 55, .2);
  border-radius: 999px;
  color: #53605a;
  background: rgba(255, 255, 255, .5);
  font-size: 12px;
  font-weight: 700;
}

main { flex: 1; padding: 76px 0 54px; }

.hero { max-width: 760px; margin-bottom: 38px; }

.eyebrow,
.kicker {
  margin: 0;
  color: #567066;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

h1 {
  max-width: 720px;
  margin: 12px 0 16px;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.lede {
  max-width: 620px;
  margin: 0;
  color: #5f6d66;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  min-height: 330px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(36, 58, 48, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 46px rgba(44, 59, 51, .08);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover,
.card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(23, 76, 59, .36);
  box-shadow: 0 24px 54px rgba(36, 55, 46, .14);
  outline: none;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-weight: 850;
}

.trading .icon { background: #172c27; }
.macro .icon { background: #75603c; }
.research .icon { background: #345b78; }

.status {
  color: #64716b;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .02em;
  text-align: right;
}

.status i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background: #3b9a70;
  box-shadow: 0 0 0 4px rgba(59, 154, 112, .11);
}

.status.preview i { background: #c79138; box-shadow: 0 0 0 4px rgba(199, 145, 56, .12); }

.card-body { margin-top: 58px; }

.card h2 {
  margin: 9px 0 12px;
  font-size: 27px;
  letter-spacing: -.04em;
}

.card-body > p:last-child {
  min-height: 50px;
  margin: 0;
  color: #66736d;
  font-size: 14px;
  line-height: 1.7;
}

.open {
  margin-top: 24px;
  color: #273f35;
  font-size: 13px;
  font-weight: 750;
}

.open b { margin-left: 5px; font-size: 16px; }

.notice {
  margin-top: 22px;
  padding: 17px 19px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(103, 91, 61, .18);
  border-radius: 16px;
  background: rgba(251, 248, 239, .72);
}

.notice > span {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  border: 1px solid #998a63;
  border-radius: 50%;
  color: #756641;
  font: 700 12px Georgia, serif;
}

.notice p { margin: 0; color: #6b6555; font-size: 12px; line-height: 1.65; }
.notice strong { color: #464236; }

footer {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(42, 66, 55, .14);
  color: #758079;
  font-size: 11px;
}

@media (max-width: 860px) {
  main { padding-top: 52px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 270px; }
  .card-body { margin-top: 42px; }
  .card-body > p:last-child { min-height: auto; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 24px, 1180px); }
  .topbar { min-height: 74px; }
  .brand small { display: none; }
  main { padding: 42px 0 36px; }
  h1 { font-size: 42px; }
  .card { min-height: 252px; padding: 20px; border-radius: 20px; }
  .status { max-width: 145px; }
  footer { flex-direction: column; justify-content: center; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .card { transition: none; }
}
