/* ============================================================
   idea.css — visuals for the Idea engine platform page.
   Rides on the site theme (flow.css: cream bg, EB Garamond serif,
   Figtree body, lavender accent) + platform.css (nav, dropdown,
   eng-hero, eng-move, pl-foot). This file adds the page's own
   big visual moments: the material map, the scroll-stacking deck
   of real idea cards, the four sources, and the anti-slop grid.
   The idea-card replicas keep the APP's real look (brand-red
   angle kicker) so they read as genuine product.
   ============================================================ */

:root { --bs: #d23b2b; } /* BladeStack brand accent, used only on the real idea-card replicas */

/* wider hero lead for this page */
.eng-hero .lead.lead--wide { max-width: 64ch; }
.eng-hero .promise {
  margin: 30px auto 0; max-width: 760px;
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: clamp(1.35rem, 2.8vw, 2rem); line-height: 1.3; color: var(--accent-ink);
}

/* generic section head reuse */
.i-block { padding: clamp(56px, 8vw, 110px) 0; }
/* filled sections float as rounded cards on the cream page (matches the landing's ribbon/slab rhythm) */
.i-block.slab {
  background: var(--paper);
  border-radius: clamp(26px, 3.4vw, 40px);
  margin: clamp(8px, 1.2vw, 16px) clamp(10px, 1.5vw, 16px);
  box-shadow: 0 48px 104px -62px rgba(26,26,26,.34), 0 8px 26px -18px rgba(26,26,26,.10);
}
.i-head { max-width: 760px; margin: 0 auto clamp(34px, 5vw, 56px); text-align: center; }
.i-kicker { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-ink); }
.i-head h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.02em; font-size: clamp(2rem, 4.6vw, 3.3rem); line-height: 1.04; color: var(--ink); margin: 14px 0 0; }
.i-head h2 em { font-style: italic; color: var(--accent-ink); }
.i-head p { color: var(--ink-dim); font-size: clamp(1.05rem, 1.7vw, 1.2rem); line-height: 1.6; margin: 18px auto 0; max-width: 58ch; }

/* ============================================================
   REAL APP SCREEN — browser-framed, Manrope/Inter Tight chrome.
   The native "this is the product" device (mirrors .lib-chrome +
   .studio-window from the landing page). Sits on a grid-paper well.
   ============================================================ */
.screen-stage {
  border-radius: 26px;
  padding: clamp(22px, 4vw, 56px);
  background-color: var(--paper-2);
  background-image:
    linear-gradient(rgba(26,26,26,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,26,26,.045) 1px, transparent 1px);
  background-size: 26px 26px;
  border: 1px solid var(--line-ink);
}
.i-block.slab .screen-stage { background-color: #fbfbf1; }
.screen {
  max-width: 1000px; margin: 0 auto;
  border-radius: 15px; overflow: hidden;
  border: 1px solid rgba(19,19,18,.13);
  background: #f7f7f8;
  box-shadow: 0 44px 90px -48px rgba(19,19,18,.42), 0 10px 26px -14px rgba(19,19,18,.16);
  font-family: 'Manrope', system-ui, sans-serif;
}
.screen-chrome { display: flex; align-items: center; gap: 8px; padding: 11px 15px; background: #f0efe8; border-bottom: 1px solid rgba(19,19,18,.10); }
.screen-dot { width: 10px; height: 10px; border-radius: 50%; }
.screen-dot.r { background: #f5655b; } .screen-dot.y { background: #f6be50; } .screen-dot.g { background: #57c65f; }
.screen-url { margin-left: 12px; display: inline-flex; align-items: center; gap: 7px; font-family: 'Inter Tight', sans-serif; font-size: 12px; color: #8a8b93; letter-spacing: .01em; }
.screen-url svg { width: 12px; height: 12px; }
.screen-body { padding: 22px 24px 26px; background: #f7f7f8; }

/* ---- the Material Map screen ---- */
.ms-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px 26px; flex-wrap: wrap; margin-bottom: 20px; }
.ms-title { font-family: 'Manrope'; font-weight: 700; font-size: 20px; color: #131316; letter-spacing: -0.015em; }
.ms-title .eyebrow { display: block; font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: #9a9ba3; margin-bottom: 5px; }
.ms-gauge { flex: 1 1 320px; max-width: 440px; }
.ms-gauge-bar { height: 8px; border-radius: 999px; background: #e6e6ec; overflow: hidden; }
.ms-gauge-fill { height: 100%; width: 66%; border-radius: 999px; background: linear-gradient(90deg, #15913a, #4cc46e); }
.ms-gauge-lab { display: flex; justify-content: space-between; align-items: baseline; margin-top: 8px; font-size: 12.5px; color: #6e7080; }
.ms-gauge-lab b { color: #15802a; font-weight: 700; }
.ms-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
@media (max-width: 760px) { .ms-cols { grid-template-columns: 1fr; } }
.ms-col { background: #ffffff; border: 1px solid #eeeef0; border-radius: 12px; padding: 14px 14px 15px; }
.ms-col-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding-bottom: 11px; margin-bottom: 11px; border-bottom: 1px solid #f1f1f3; }
.ms-col-head .dot { width: 9px; height: 9px; border-radius: 50%; grid-row: span 2; }
.ms-col-head .lab { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: #2b2d34; }
.ms-col-head .n { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 12.5px; color: #8a8b93; grid-row: span 2; align-self: center; }
.ms-col-head .sub { grid-column: 2; font-size: 10.5px; color: #9a9ba3; line-height: 1.2; }
.ms-tile { border: 1px solid #eeeef0; border-radius: 9px; background: #fafafb; padding: 10px 11px 11px; margin-bottom: 8px; }
.ms-tile:last-child { margin-bottom: 0; }
.ms-tile.rest { background: #f3f3f5; opacity: .72; }
.ms-tile-type { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; color: #a6a7af; }
.ms-tile-txt { font-size: 12.5px; line-height: 1.4; color: #2b2c33; margin-top: 4px; }
.ms-tile.rest .ms-tile-txt { color: #6e7080; }
.ms-meter { display: flex; gap: 4px; margin-top: 9px; align-items: center; }
.ms-pip { width: 6px; height: 6px; border-radius: 50%; border: 1.4px solid #c7c8d0; }
.ms-pip.on { background: #131316; border-color: #131316; }
.ms-pip.on.grey { background: #b7b8c2; border-color: #b7b8c2; }
.ms-meter .mlab { margin-left: 4px; font-size: 10px; color: #9a9ba3; font-weight: 600; letter-spacing: .01em; }
.ms-thread { margin-top: 9px; display: inline-flex; align-items: center; gap: 5px; font-family: 'Inter Tight', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--bs); background: color-mix(in srgb, var(--bs) 9%, transparent); border-radius: 999px; padding: 4px 9px; }
.ms-thread svg { width: 11px; height: 11px; }
.ms-foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid #ececef; display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: #6e7080; line-height: 1.5; }
.ms-foot svg { width: 15px; height: 15px; color: #8a8b93; flex: none; }

/* ============================================================
   MATERIAL MAP (legacy flat version — retained for reference)
   ============================================================ */
.mm { max-width: 1000px; margin: 0 auto; border: 1px solid var(--line-ink); border-radius: 22px; background: var(--paper); overflow: hidden; box-shadow: 0 30px 70px -46px rgba(26,26,26,0.3); }
.i-block.slab .mm { background: var(--bg); }
.mm-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 22px 26px; border-bottom: 1px solid var(--line-ink); }
.mm-head .mm-title { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.mm-count { margin-left: auto; display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); font-size: 13.5px; color: var(--ink-dim); }
.mm-count b { color: var(--accent-ink); font-weight: 700; font-size: 15px; }
.mm-cols { display: grid; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .mm-cols { grid-template-columns: 1fr; } }
.mm-col { padding: 20px 22px 24px; border-right: 1px solid var(--line-ink); }
.mm-col:last-child { border-right: 0; }
@media (max-width: 760px) { .mm-col { border-right: 0; border-bottom: 1px solid var(--line-ink); } .mm-col:last-child { border-bottom: 0; } }
.mm-col-head { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.mm-col-head .lab { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .02em; color: var(--ink); }
.mm-col-head .n { margin-left: auto; font-size: 12px; font-weight: 600; color: var(--ink-faint); }
.mm-state { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.mm-state.ready { background: #15913a; }
.mm-state.half { background: #c98a12; }
.mm-state.rest { background: var(--ink-faint); }
.mm-tile { border: 1px solid var(--line-ink); border-radius: 11px; background: var(--bg); padding: 12px 13px; margin-bottom: 9px; }
.i-block.slab .mm-tile { background: var(--paper); }
.mm-tile:last-child { margin-bottom: 0; }
.mm-tile.is-rest { opacity: .58; }
.mm-tile-type { font-family: var(--font-body); font-weight: 700; font-size: 9.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-ink); }
.mm-tile.is-rest .mm-tile-type { color: var(--ink-faint); }
.mm-tile-txt { color: var(--ink); font-size: 13px; line-height: 1.42; margin-top: 5px; }
.mm-meter { display: flex; gap: 4px; margin-top: 9px; align-items: center; }
.mm-dot { width: 7px; height: 7px; border-radius: 50%; border: 1.4px solid var(--ink-faint); }
.mm-dot.on { background: var(--ink); border-color: var(--ink); }
.mm-dot.on.rest { background: var(--ink-faint); border-color: var(--ink-faint); }
.mm-meter .mm-meter-lab { margin-left: 4px; font-size: 10.5px; color: var(--ink-faint); font-weight: 600; }
.mm-foot { padding: 16px 26px; border-top: 1px solid var(--line-ink); background: var(--bg); font-size: 13.5px; color: var(--ink-dim); display: flex; align-items: center; gap: 9px; line-height: 1.5; }
.i-block.slab .mm-foot { background: var(--paper); }
.mm-foot svg { width: 16px; height: 16px; color: var(--accent-ink); flex: none; }
.mm-note { text-align: center; max-width: 62ch; margin: 26px auto 0; color: var(--ink-dim); font-size: 14.5px; line-height: 1.6; }
.mm-note b { color: var(--ink); font-weight: 600; }

/* ============================================================
   THE STACKING DECK — real idea cards that overlap on scroll
   ============================================================ */
.deck-intro { text-align: center; max-width: 60ch; margin: 0 auto clamp(20px,3vw,32px); color: var(--ink-dim); font-size: 15px; line-height: 1.6; }
.stack { max-width: 720px; margin: 0 auto; }
.stack-card { position: sticky; margin: 0 auto clamp(40px, 6vw, 90px); }
.stack-card:last-child { margin-bottom: 0; }
/* incremental sticky offsets so pinned cards fan into a shallow deck */
.stack-card:nth-child(1) { top: 100px; }
.stack-card:nth-child(2) { top: 116px; }
.stack-card:nth-child(3) { top: 132px; }
.stack-card:nth-child(4) { top: 148px; }
.stack-card:nth-child(5) { top: 164px; }
/* progressive enhancement: shrink + dim a card as it is overtaken */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) and (min-width: 861px) {
    .stack-card { animation: deck-recede linear both; animation-timeline: view(); animation-range: exit 0% exit 78%; }
    .stack-card:last-child { animation: none; }
  }
}
@keyframes deck-recede {
  to { transform: scale(.945) translateY(-6px); filter: brightness(.975); }
}

/* ---- faithful idea-card replica (from the real app UI) ---- */
.appcard {
  border: 1px solid #eeeef0; background: #ffffff; border-radius: 14px;
  padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 13px;
  color: #131316; box-shadow: 0 20px 50px -30px rgba(19,19,22,0.28), 0 3px 8px rgba(19,19,22,0.05);
}
.appcard-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.ac-chip { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; font-family: 'Figtree', system-ui, sans-serif; font-size: 11px; font-weight: 500; background: #f0f0f2; border: 1px solid #eeeef0; border-radius: 999px; color: #42434d; }
.ac-chip.new { background: rgba(30,125,80,0.14); border-color: rgba(30,125,80,0.42); color: #1e7d50; }
.ac-chip.new .d { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.ac-chip.founder { background: color-mix(in srgb, var(--bs) 14%, transparent); color: var(--bs); border: 0; }
.ac-chip.founder::before { content: '\270D'; font-size: 10px; }
.ac-date { margin-left: auto; font-size: 10px; letter-spacing: .04em; color: #6e7080; }
.ac-angle { font-family: 'Inter Tight', 'Figtree', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--bs); margin-bottom: -4px; }
.ac-lead { font-family: 'Manrope','Figtree', system-ui, sans-serif; font-size: 16.5px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.46; color: #131316; }
.ac-actions { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.ac-btn { font-family: 'Figtree', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .04em; border-radius: 6px; padding: 6px 12px; border: 1px solid #d9d9de; background: transparent; display: inline-flex; align-items: center; gap: 6px; }
.ac-btn.save { color: #131316; }
.ac-btn.save .heart { color: var(--bs); display: inline-flex; }
.ac-btn.save .heart svg path { fill: transparent; stroke: currentColor; stroke-width: 2.2; }
.ac-btn.discard { color: #5e5f6e; }

/* ============================================================
   FOUR SOURCES
   ============================================================ */
.src4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 940px; margin: 0 auto; }
@media (max-width: 720px) { .src4 { grid-template-columns: 1fr; } }
.src4-card { border: 1px solid var(--line-ink); border-radius: 18px; background: var(--paper); padding: 26px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; }
.i-block.slab .src4-card { background: var(--bg); }
.src4-card .src4-ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.src4-card .src4-ico svg { width: 23px; height: 23px; }
.src4-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
.src4-card h3 .tag { font-family: var(--font-body); font-weight: 600; font-size: 11px; color: var(--accent-ink); background: var(--accent-soft); border-radius: 999px; padding: 3px 9px; vertical-align: middle; margin-left: 8px; letter-spacing: .02em; }
.src4-card p { color: var(--ink-dim); font-size: 14.5px; line-height: 1.6; margin: 0; }

/* ============================================================
   SHARP, NOT SLOP — the discipline grid
   ============================================================ */
.slop { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1040px; margin: 0 auto; }
@media (max-width: 900px) { .slop { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .slop { grid-template-columns: 1fr; } }
.slop-card { border: 1px solid var(--line-ink); border-radius: 16px; background: var(--paper); padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.i-block.slab .slop-card { background: var(--bg); }
.slop-card.wide { grid-column: span 2; }
@media (max-width: 620px) { .slop-card.wide { grid-column: span 1; } }
.slop-ico { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.slop-ico svg { width: 20px; height: 20px; }
.slop-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
.slop-card p { color: var(--ink-dim); font-size: 14px; line-height: 1.55; margin: 0; }
.slop-card .big { font-family: var(--font-display); font-weight: 400; font-size: 2.6rem; line-height: 1; color: var(--accent-ink); letter-spacing: -0.02em; }
.slop-card .big small { font-family: var(--font-body); font-size: .95rem; color: var(--ink-dim); font-weight: 500; letter-spacing: 0; }

/* the "X not Y" demo line */
.notxy { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.notxy .bad, .notxy .good { font-size: 13.5px; line-height: 1.45; padding: 9px 13px; border-radius: 9px; display: flex; gap: 9px; align-items: flex-start; }
.notxy .bad { background: rgba(185,28,28,0.07); color: #8a2b2b; }
.notxy .good { background: rgba(21,129,58,0.08); color: #15662f; }
.notxy .mk { font-weight: 800; flex: none; }
.notxy .bad .txt { text-decoration: line-through; text-decoration-color: rgba(138,43,43,0.5); }

/* angle pool marquee-ish chips */
.angles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.angle-chip { font-family: 'Inter Tight','Figtree',sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-ink); background: var(--accent-soft); border-radius: 999px; padding: 5px 11px; }

/* ============================================================
   FOUNDER + NEWS split
   ============================================================ */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1000px; margin: 0 auto; }
@media (max-width: 820px) { .duo { grid-template-columns: 1fr; } }
.duo-card { border: 1px solid var(--line-ink); border-radius: 20px; background: var(--paper); padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.i-block.slab .duo-card { background: var(--bg); }
.duo-card .src4-ico { margin-bottom: 2px; }
.duo-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.7rem; color: var(--ink); margin: 0; letter-spacing: -0.015em; }
.duo-card p { color: var(--ink-dim); font-size: 14.5px; line-height: 1.6; margin: 0; }
.duo-list { display: grid; gap: 10px; margin-top: 4px; }
.duo-row { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; color: var(--ink-dim); font-size: 14px; line-height: 1.5; }
.duo-row svg { width: 17px; height: 17px; color: var(--accent-ink); margin-top: 1px; flex: none; }
.duo-row b { color: var(--ink); font-weight: 600; }
.mode-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.mode-pill { font-family: var(--font-body); font-weight: 600; font-size: 12.5px; border: 1px solid var(--line-ink); border-radius: 999px; padding: 6px 13px; color: var(--ink); background: var(--bg); }
.i-block.slab .mode-pill { background: var(--paper); }
.mode-pill.is-default { border-color: var(--accent); color: var(--accent-ink); background: var(--accent-soft); }

/* ============================================================
   HONESTY CLOSE
   ============================================================ */
.honesty { max-width: 760px; margin: 0 auto; text-align: center; }
.honesty .big-line { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.22; color: var(--ink); letter-spacing: -0.015em; }
.honesty .big-line em { font-style: italic; color: var(--accent-ink); }
.honesty p { color: var(--ink-dim); font-size: 15px; line-height: 1.65; margin: 22px auto 0; max-width: 56ch; }

/* ============================================================
   GENERATE dropdown — the four sources as the real app control
   ============================================================ */
.gen-demo { max-width: 520px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.gen-split { display: inline-flex; align-items: stretch; border-radius: 9px; overflow: hidden; box-shadow: 0 10px 22px -10px rgba(19,19,18,.45); font-family: 'Manrope', sans-serif; }
.gen-split .main { background: #131316; color: #fff; font-weight: 600; font-size: 14px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 8px; }
.gen-split .caret { background: #131316; color: #fff; padding: 0 12px; display: inline-flex; align-items: center; border-left: 1px solid rgba(255,255,255,.18); font-size: 11px; }
.gen-menu { margin-top: 12px; width: 100%; background: #fff; border: 1px solid #e7e7ec; border-radius: 14px; box-shadow: 0 34px 70px -34px rgba(19,19,18,.34), 0 6px 16px -10px rgba(19,19,18,.12); overflow: hidden; font-family: 'Manrope', sans-serif; }
.gen-menu-head { padding: 13px 16px 7px; font-family: 'Inter Tight', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #9a9ba3; }
.gen-src { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 12px 16px; border-top: 1px solid #f2f2f4; align-items: flex-start; }
.gen-src.is-on { background: #faf6f5; }
.gen-src-ico { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: color-mix(in srgb, var(--bs) 11%, #f4f4f6); color: var(--bs); }
.gen-src-ico svg { width: 18px; height: 18px; }
.gen-src-name { font-weight: 600; font-size: 14px; color: #131316; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gen-src-name .tag { font-family: 'Inter Tight', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bs); background: color-mix(in srgb, var(--bs) 12%, transparent); padding: 2px 7px; border-radius: 999px; }
.gen-src-name .tag.grey { color: #8a8b93; background: #f0f0f2; }
.gen-src-desc { font-size: 12.5px; color: #6e7080; line-height: 1.45; margin-top: 3px; }

/* ============================================================
   NEWS FEED screen — the triage inbox
   ============================================================ */
.nfeed-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.nfeed-title { font-family: 'Manrope'; font-weight: 700; font-size: 19px; color: #131316; letter-spacing: -0.01em; }
.nfeed-title .eyebrow { display: block; font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: #9a9ba3; margin-bottom: 5px; }
.nfeed-scan { font-family: 'Inter Tight', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .04em; color: #6e7080; display: inline-flex; gap: 7px; align-items: center; white-space: nowrap; }
.nfeed-scan .d { width: 7px; height: 7px; border-radius: 50%; background: #15913a; }
.nrow { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 13px 15px; border: 1px solid #eeeef0; border-radius: 11px; background: #fff; margin-bottom: 9px; }
.nrow:last-child { margin-bottom: 0; }
.nrow.shortlisted { border-color: color-mix(in srgb, var(--bs) 42%, #eeeef0); background: color-mix(in srgb, var(--bs) 5%, #fff); }
.nrow-src { font-family: 'Inter Tight', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #9a9ba3; }
.nrow-hd { font-size: 13.5px; font-weight: 600; color: #2b2c33; line-height: 1.35; margin-top: 3px; }
.nrow-meta { font-size: 11px; color: #a6a7af; margin-top: 4px; }
.nrow-btn { font-family: 'Manrope'; font-size: 12px; font-weight: 600; padding: 7px 14px; border-radius: 7px; border: 1px solid #d9d9de; background: #fff; color: #131316; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.nrow.shortlisted .nrow-btn { background: var(--bs); border-color: var(--bs); color: #fff; }
.nrow-btn svg { width: 13px; height: 13px; }

/* ============================================================
   DISCIPLINE — proof-visual rows (replaces the icon grid)
   ============================================================ */
.disc-row { display: grid; grid-template-columns: 1fr 1.12fr; gap: clamp(26px, 4vw, 56px); align-items: center; max-width: 1000px; margin: 0 auto clamp(44px, 6vw, 76px); }
.disc-row:last-of-type { margin-bottom: 0; }
@media (max-width: 820px) { .disc-row { grid-template-columns: 1fr; gap: 26px; } }
.disc-row.flip .disc-copy { order: 2; }
@media (max-width: 820px) { .disc-row.flip .disc-copy { order: 0; } }
.disc-copy .num { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-ink); }
.disc-copy h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.15rem); color: var(--ink); letter-spacing: -0.015em; margin: 8px 0 0; line-height: 1.08; }
.disc-copy h3 em { font-style: italic; color: var(--accent-ink); }
.disc-copy p { color: var(--ink-dim); font-size: 15px; line-height: 1.62; margin: 14px 0 0; max-width: 46ch; }

/* editor diff (X not Y rewrite) */
.diff { border: 1px solid #eaeaee; border-radius: 13px; background: #fff; overflow: hidden; font-family: 'Manrope', sans-serif; box-shadow: 0 24px 50px -34px rgba(19,19,18,.28); }
.diff-cap { padding: 10px 15px; font-family: 'Inter Tight', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #9a9ba3; border-bottom: 1px solid #f1f1f3; }
.diff-row { display: flex; gap: 11px; padding: 14px 16px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; }
.diff-row.del { background: rgba(185,28,28,.05); color: #93353a; }
.diff-row.add { background: rgba(21,129,58,.06); color: #1a6236; border-top: 1px solid #f1f1f3; }
.diff-mk { font-family: 'Inter Tight'; font-weight: 800; flex: none; width: 12px; text-align: center; }
.diff-row.del .t { text-decoration: line-through; text-decoration-color: rgba(147,53,58,.5); }

/* compact idea card for dedup + flagged proofs */
.mini-idea { border: 1px solid #eaeaee; border-radius: 12px; background: #fff; padding: 15px 16px 16px; font-family: 'Manrope', sans-serif; position: relative; box-shadow: 0 20px 44px -34px rgba(19,19,18,.26); }
.mini-idea .mi-angle { font-family: 'Inter Tight', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--bs); }
.mini-idea .mi-lead { font-size: 13.5px; line-height: 1.46; color: #2b2c33; margin-top: 6px; }
.mini-idea.dropped { opacity: .62; }
.dropped-stamp { position: absolute; top: 11px; right: 12px; font-family: 'Inter Tight', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #b91c1c; background: rgba(185,28,28,.1); padding: 3px 8px; border-radius: 999px; }
.mi-flag { margin-top: 11px; display: flex; gap: 8px; align-items: flex-start; font-size: 11.5px; line-height: 1.4; color: #8a5a12; background: rgba(201,138,18,.1); border: 1px solid rgba(201,138,18,.28); border-radius: 8px; padding: 8px 11px; }
.mi-flag svg { width: 14px; height: 14px; flex: none; margin-top: 1px; }

/* dedup: two near-identical ideas -> matched -> one dropped */
.dedup { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; }
@media (max-width: 640px) { .dedup { grid-template-columns: 1fr; } }
.dedup-link { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.dedup-badge { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #f0f0f2; color: #6e7080; }
.dedup-badge svg { width: 19px; height: 19px; }
.dedup-link .l { font-family: 'Inter Tight', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #9a9ba3; line-height: 1.3; }
@media (max-width: 640px) { .dedup-link { flex-direction: row; } }

/* pillars-are-stances proof (a stance -> the idea that advances it) */
.pillar-proof { border: 1px solid #eaeaee; border-radius: 13px; background: #fff; overflow: hidden; font-family: 'Manrope', sans-serif; box-shadow: 0 24px 50px -34px rgba(19,19,18,.28); }
.pillar-head { padding: 16px 18px 15px; }
.pillar-chip { display: inline-flex; align-items: center; font-family: 'Inter Tight', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bs); background: color-mix(in srgb, var(--bs) 11%, transparent); border-radius: 999px; padding: 4px 11px; }
.pillar-stance { margin-top: 11px; font-size: 13.5px; color: #42434d; line-height: 1.5; }
.pillar-stance b { color: #131316; font-weight: 600; }
.pillar-advances { padding: 8px 18px; font-family: 'Inter Tight', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #9a9ba3; display: flex; align-items: center; gap: 7px; background: #fafafb; border-top: 1px solid #f1f1f3; border-bottom: 1px solid #f1f1f3; }
.pillar-advances svg { width: 12px; height: 12px; color: var(--bs); }
.pillar-idea { padding: 15px 18px 16px; }
.pillar-idea .p-angle { font-family: 'Inter Tight', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--bs); }
.pillar-idea .p-lead { font-size: 13.5px; line-height: 1.46; color: #2b2c33; margin-top: 5px; }

/* variety band */
.variety { max-width: 1000px; margin: clamp(44px, 6vw, 76px) auto 0; border: 1px solid var(--line-ink); border-radius: 18px; background: var(--paper); padding: 28px 30px 30px; text-align: center; }
.i-block.slab .variety { background: var(--bg); }
.variety h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
.variety p { color: var(--ink-dim); font-size: 14.5px; line-height: 1.55; margin: 10px auto 18px; max-width: 56ch; }
.variety .angles { justify-content: center; }

/* ============================================================
   FOUNDER preview + news duo (two real screens)
   ============================================================ */
.lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1040px; margin: 0 auto; align-items: start; }
@media (max-width: 900px) { .lanes { grid-template-columns: 1fr; } }
.lane-copy { text-align: center; max-width: 62ch; margin: 0 auto clamp(18px,2.5vw,26px); }
.lane-copy h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.4rem,2.6vw,1.9rem); color: var(--ink); margin: 8px 0 0; letter-spacing: -0.01em; }
.lane-copy h3 em { font-style: italic; color: var(--accent-ink); }
.lane-copy p { color: var(--ink-dim); font-size: 14.5px; line-height: 1.6; margin: 10px 0 0; }
.lane-copy .why-eyebrow { justify-content: center; }
.mode-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
.mode-pill { font-family: var(--font-body); font-weight: 600; font-size: 12.5px; border: 1px solid var(--line-ink); border-radius: 999px; padding: 6px 13px; color: var(--ink); background: var(--paper); }
.i-block.slab .mode-pill { background: var(--bg); }
.mode-pill.is-default { border-color: var(--accent); color: var(--accent-ink); background: var(--accent-soft); }
.lane-note { margin-top: 12px; font-size: 12.5px; color: var(--ink-faint); line-height: 1.5; text-align: center; }
.lane-note b { color: var(--ink-dim); font-weight: 600; }

/* the app's "Just generated" divider, above the deck */
.deck-divider { display: flex; align-items: center; gap: 12px; max-width: 720px; margin: 0 auto 22px; }
.deck-divider .lab { font-family: var(--font-body); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; white-space: nowrap; }
.deck-divider .n { background: rgba(30,125,80,0.12); color: #1e7d50; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 999px; }
.deck-divider .line { flex: 1; height: 1px; background: var(--line-ink); }

/* format chips + the "check before posting" flag demo */
.fmt-chip { font-family: var(--font-body); font-size: 11.5px; font-weight: 600; color: var(--ink); background: var(--bg); border: 1px solid var(--line-ink); border-radius: 999px; padding: 5px 11px; }
.i-block.slab .fmt-chip { background: var(--paper); }
.warn-chip { display: inline-flex; align-items: flex-start; gap: 8px; margin-top: 4px; font-size: 12.5px; line-height: 1.4; color: #8a5a12; background: rgba(201,138,18,0.10); border: 1px solid rgba(201,138,18,0.28); border-radius: 9px; padding: 8px 11px; }
.warn-chip svg { width: 15px; height: 15px; flex: none; margin-top: 1px; }

/* work-in-progress flag reuse from platform.css (.shell-flag) */

/* ------------------------------------------------------------
   Titles: gray setup + dark-ink emphasis, matching the home
   page's two-tone treatment (was dark + purple). Appended so it
   overrides the earlier per-element rules.
   ------------------------------------------------------------ */
.i-head h2, .honesty .big-line, .disc-copy h3, .lane-copy h3 { color: rgba(26, 26, 26, 0.4); }
.i-head h2 em, .honesty .big-line em, .disc-copy h3 em, .lane-copy h3 em { color: var(--ink); }

/* ===== Hero: fanned ideas (dark stage) ===== */
.bigfan { position: relative; height: clamp(196px, 21vw, 244px); margin-bottom: clamp(26px,3.5vw,44px); }
.bigfan .fc { position: absolute; top: 50%; left: 50%; width: clamp(188px, 20vw, 238px); }
.bigfan .fc.c1 { transform: translate(-50%,-50%) rotate(-7deg) translateX(clamp(-98px,-10.5vw,-76px)) translateY(4px); z-index: 1; }
.bigfan .fc.c2 { transform: translate(-50%,-50%) rotate(2deg) translateY(-8px); z-index: 3; }
.bigfan .fc.c3 { transform: translate(-50%,-50%) rotate(9deg) translateX(clamp(76px,10.5vw,98px)) translateY(10px); z-index: 2; }
.bigfan .appcard { padding: 16px 18px 18px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.05); }
.bigfan .appcard .ac-lead { font-size: 14px; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }
@media (max-width: 640px) { .bigfan { height: 340px; } .bigfan .fc { width: 80vw; } .bigfan .fc.c1, .bigfan .fc.c3 { opacity:0; } .bigfan .fc.c2 { transform: translate(-50%,-50%) rotate(0); } }
