:root {
  color-scheme: light;
  --ink: #102f32;
  --muted: #53696a;
  --paper: #f2f7f5;
  --white: #ffffff;
  --blue: #2854d7;
  --yellow: #f2b742;
  --line: #bdd0cb;
  font-family: Aptos, "Trebuchet MS", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 1rem; line-height: 1.55; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.site-header, main, footer { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; font-size: 1.08rem; letter-spacing: -.015em; }
.mark { width: 34px; height: 34px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--ink); border-radius: 4px 11px 4px 11px; transform: rotate(-2deg); }
.mark i { display: block; background: var(--yellow); border-radius: 50%; }
.mark i:nth-child(2), .mark i:nth-child(3) { background: #fff; }
.header-link { color: var(--blue); font-size: .9rem; font-weight: 700; text-underline-offset: 4px; }
.hero { min-height: 580px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: clamp(50px, 9vw, 130px); padding: 78px 0 82px; }
.kicker { margin: 0 0 18px; color: var(--muted); font-weight: 700; font-size: .92rem; }
h1 { margin: 0; max-width: 690px; font-size: clamp(3.3rem, 7vw, 6.7rem); line-height: .91; letter-spacing: -.075em; font-weight: 760; }
.lede { max-width: 590px; margin: 32px 0 30px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.primary-link { display: inline-flex; align-items: center; gap: 20px; padding: 13px 18px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 700; border-radius: 3px 12px 3px 12px; }
.primary-link:hover { background: #1d3fad; }
.incubator { padding: 13px; display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(145px, auto); gap: 10px; background: #d8e5e1; border: 1px solid #9bb5ae; border-radius: 25px 8px 25px 8px; box-shadow: 13px 15px 0 #cada85; transform: rotate(1.2deg); }
.slot { border: 1px solid #9bb5ae; border-radius: 16px 4px 16px 4px; background: rgba(255,255,255,.45); }
.slot.live { grid-row: span 2; padding: 22px; display: flex; flex-direction: column; text-decoration: none; background: var(--white); transform: rotate(-1.2deg); }
.slot.live:hover strong { color: var(--blue); }
.slot-status { color: var(--muted); font-size: .78rem; font-weight: 700; }
.slot-status b { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: #2d8b64; }
.slot strong { margin-top: auto; font-size: 1.45rem; letter-spacing: -.03em; }
.slot.live > span:not(.slot-status) { color: var(--muted); font-size: .86rem; }
.slot em { margin-top: 16px; color: var(--blue); font-style: normal; font-size: .85rem; font-weight: 700; }
.slot.waiting { display: grid; place-items: center; border-style: dashed; color: #69807b; font-size: .78rem; }
.tools { border-top: 1px solid var(--line); padding: 66px 0 76px; }
.section-intro { display: flex; justify-content: space-between; align-items: baseline; gap: 30px; margin-bottom: 28px; }
.section-intro h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.section-intro p { margin: 0; color: var(--muted); }
.tool-row { min-height: 148px; display: grid; grid-template-columns: 70px 1.1fr 1fr 70px; align-items: center; gap: 24px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; }
.tool-row:hover { background: var(--white); }
.tool-number { color: var(--muted); }
.tool-name { display: grid; }
.tool-name strong { font-size: 1.35rem; }
.tool-name small, .tool-detail { color: var(--muted); }
.open-label { color: var(--blue); font-weight: 700; text-align: right; text-decoration: underline; text-underline-offset: 4px; }
.promise { margin-bottom: 72px; padding: 30px 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; background: var(--ink); color: #dbe9e5; border-radius: 4px 18px 4px 18px; }
.promise p { margin: 0; }
.promise strong { display: block; color: #fff; }
footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
footer a { text-underline-offset: 3px; }
.privacy { max-width: 760px; padding: 75px 0 100px; }
.privacy h1 { font-size: clamp(3rem, 7vw, 5.6rem); }
.privacy h2 { margin: 42px 0 10px; font-size: 1.25rem; }
.privacy p, .privacy li { color: var(--muted); }
.privacy .updated { margin-top: 20px; font-size: .85rem; }
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 58px 0 70px; }
  .incubator { width: min(520px, 94%); margin-inline: auto; }
  .tool-row { grid-template-columns: 48px 1fr 56px; padding: 24px 0; }
  .tool-detail { grid-column: 2 / 4; }
  .promise { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .site-header, main, footer { width: min(100% - 30px, 1160px); }
  .site-header { min-height: 76px; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero { gap: 52px; }
  .incubator { width: calc(100% - 10px); grid-auto-rows: minmax(125px, auto); padding: 9px; }
  .slot.live { padding: 16px; }
  .section-intro { display: block; }
  .section-intro p { margin-top: 8px; }
  .tool-row { grid-template-columns: 36px 1fr 46px; gap: 10px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
