.founder-playbook-page {
  --fp-panel: rgba(16, 16, 24, 0.82);
  --fp-panel-2: rgba(118, 93, 255, 0.08);
  --fp-line: rgba(255, 255, 255, 0.12);
  --fp-line-strong: rgba(168, 149, 255, 0.34);
  min-height: 100vh;
  background: #05030d;
}

.fp-main {
  min-height: 100vh;
}

.fp-hero {
  position: relative;
  min-height: min(760px, 86vh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--fp-line);
}

.fp-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 13, 0.96), rgba(5, 3, 13, 0.64) 55%, rgba(5, 3, 13, 0.9)),
    linear-gradient(180deg, rgba(5, 3, 13, 0.1), #05030d 96%);
}

.fp-hero-content {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 170px 0 72px;
}

.fp-hero h1 {
  max-width: 940px;
  margin: 10px 0 18px;
  color: #fff;
  font: 900 clamp(3.4rem, 9vw, 7rem) / 0.94 var(--sans);
  letter-spacing: 0;
}

.fp-hero p:not(.odc-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.fp-hero-actions,
.fp-status-actions,
.fp-card-actions,
.fp-pick-actions,
.fp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.fp-hero-actions {
  margin-top: 26px;
}

.fp-status-band {
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(280px, 1.15fr);
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: rgba(9, 8, 16, 0.94);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.38);
}

.fp-stat,
.fp-status-actions {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.fp-stat {
  display: grid;
  gap: 5px;
}

.fp-stat span,
.fp-field span,
.fp-progress-chip,
.fp-pick-kicker {
  color: var(--text-dim);
  font: 800 0.66rem/1 var(--mono);
  text-transform: uppercase;
}

.fp-stat strong {
  color: #fff;
  font: 900 1.7rem/1 var(--sans);
}

.fp-status-actions {
  justify-content: space-between;
}

.fp-status-actions p {
  min-width: 180px;
  flex: 1 1 220px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.45;
}

.fp-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 0;
}

.fp-section-head {
  max-width: 860px;
  margin-bottom: 22px;
}

.fp-section-head h2 {
  margin: 8px 0 10px;
  color: #fff;
  font: 900 clamp(2rem, 4vw, 3.2rem) / 1 var(--sans);
  letter-spacing: 0;
}

.fp-section-head p:not(.odc-kicker) {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

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

.fp-field {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: var(--fp-panel);
}

.fp-field-wide {
  grid-column: 1 / -1;
}

.fp-field input,
.fp-field textarea,
.fp-field select,
.fp-stage-note {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #101017;
  color: var(--text);
  font: 700 0.94rem/1.45 var(--body);
  outline: 0;
}

.fp-field input,
.fp-field select {
  min-height: 46px;
  padding: 0 12px;
}

.fp-field textarea,
.fp-stage-note {
  min-height: 96px;
  padding: 12px;
  resize: vertical;
}

.fp-field input:focus,
.fp-field textarea:focus,
.fp-field select:focus,
.fp-stage-note:focus {
  border-color: rgba(168, 149, 255, 0.62);
  box-shadow: 0 0 0 3px rgba(118, 93, 255, 0.16);
}

.fp-workspace {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.fp-stage-rail {
  position: sticky;
  top: 24px;
  padding: 10px;
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: rgba(10, 9, 18, 0.9);
}

#fp-stage-tabs {
  display: grid;
  gap: 7px;
}

.fp-stage-tab {
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.fp-stage-tab[aria-selected="true"] {
  border-color: var(--fp-line-strong);
  background: linear-gradient(135deg, rgba(118, 93, 255, 0.22), rgba(255, 79, 216, 0.1));
}

.fp-stage-tab svg {
  width: 18px;
  height: 18px;
}

.fp-stage-tab-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(168, 149, 255, 0.12);
  color: var(--odc-violet-soft);
}

.fp-stage-tab-title {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.fp-stage-tab-title strong,
.fp-pick-copy strong,
.fp-check-copy strong {
  overflow-wrap: anywhere;
}

.fp-stage-tab-title strong {
  color: #fff;
  font: 850 0.9rem/1.1 var(--sans);
}

.fp-stage-tab-title span {
  color: var(--text-muted);
  font-size: 0.78rem;
}

.fp-stage-detail {
  min-width: 0;
}

.fp-stage-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(118, 93, 255, 0.1), rgba(255, 255, 255, 0.025)),
    #0b0a12;
}

.fp-stage-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.fp-stage-header h3 {
  margin: 6px 0 8px;
  color: #fff;
  font: 900 clamp(1.8rem, 4vw, 3rem) / 1 var(--sans);
  letter-spacing: 0;
}

.fp-stage-header p {
  max-width: 760px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.fp-progress-chip {
  min-width: 76px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fp-line-strong);
  border-radius: 999px;
  color: #fff;
  background: rgba(118, 93, 255, 0.16);
}

.fp-stage-guidance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fp-guidance-card,
.fp-checklist,
.fp-picks,
.fp-cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.fp-guidance-card {
  padding: 16px;
}

.fp-guidance-card h4,
.fp-picks h4,
.fp-cta-panel h4 {
  margin: 0 0 10px;
  color: #fff;
  font: 850 1rem/1.2 var(--sans);
}

.fp-guidance-card p,
.fp-guidance-card li,
.fp-empty {
  color: var(--text-muted);
  line-height: 1.55;
}

.fp-guidance-card ul {
  margin: 0;
  padding-left: 18px;
}

.fp-checklist {
  display: grid;
  overflow: hidden;
}

.fp-check-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fp-check-item:first-child {
  border-top: 0;
}

.fp-check-item input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--odc-violet);
}

.fp-check-copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.fp-check-copy strong {
  color: #fff;
}

.fp-check-copy span {
  color: var(--text-muted);
  line-height: 1.5;
}

.fp-picks {
  padding: 16px;
}

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

.fp-pick-card {
  min-width: 0;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(168, 149, 255, 0.18);
  border-radius: 8px;
  background: rgba(12, 11, 19, 0.9);
}

.fp-pick-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(168, 149, 255, 0.1);
  color: var(--odc-violet-soft);
}

.fp-pick-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-pick-copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.fp-pick-copy strong {
  color: #fff;
  line-height: 1.25;
}

.fp-pick-copy span,
.fp-pick-copy p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.45;
  font-size: 0.9rem;
}

.fp-pick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.fp-pick-tags span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--text-muted);
  font: 800 0.62rem/1 var(--mono);
  text-transform: uppercase;
}

.fp-pick-actions .odc-button {
  min-height: 36px;
  padding: 8px 10px;
}

.fp-stage-note-wrap {
  display: grid;
  gap: 8px;
}

.fp-cta-panel {
  padding: 16px;
}

.fp-empty {
  padding: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .fp-status-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fp-status-actions {
    grid-column: 1 / -1;
  }

  .fp-workspace {
    grid-template-columns: 1fr;
  }

  .fp-stage-rail {
    position: static;
    overflow-x: auto;
  }

  #fp-stage-tabs {
    grid-template-columns: repeat(11, minmax(220px, 1fr));
  }
}

@media (max-width: 760px) {
  .fp-hero {
    min-height: calc(100svh - 64px);
  }

  .fp-hero-content {
    width: calc(100% - 32px);
    padding: 120px 0 112px;
  }

  .fp-hero h1 {
    font-size: clamp(2.7rem, 17vw, 4.4rem);
  }

  .fp-status-band,
  .fp-section {
    width: calc(100% - 28px);
  }

  .fp-status-band,
  .fp-brief-form,
  .fp-stage-guidance,
  .fp-pick-grid {
    grid-template-columns: 1fr;
  }

  .fp-stage-header {
    grid-template-columns: 1fr;
  }

  .fp-status-actions .odc-button,
  .fp-hero-actions .odc-button,
  .fp-cta-row .odc-button {
    width: 100%;
  }

  #fp-stage-tabs {
    grid-template-columns: repeat(11, minmax(210px, 1fr));
  }

  .fp-section {
    padding-top: 54px;
  }
}
