:root {
  --step7-current: #f0cf62;
  --step7-reports: #2060ff;
  --step7-foundations: #9a5a3c;
  --step7-explore: #d86c9d;
  --step7-sources: #6e7552;
  --step7-ink: #1e211d;
  --step7-paper: #f8f4ea;
  --step7-line: rgba(30, 33, 29, .22);
}
.tlr-global-nav { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.tlr-global-nav a { white-space: nowrap; }
.step7-architecture .tlr-shell-main, .step7-architecture main { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.step7-kicker, .step7-route-card__eyebrow { display: block; font-size: .76rem; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.step7-intro { margin: 2rem 0; padding: clamp(1.2rem, 3vw, 2.5rem); border: 1px solid var(--tlr-line, rgba(134,177,255,.24)); background: linear-gradient(135deg, #10141d, #0d1727); box-shadow: 8px 8px 0 rgba(0,0,0,.22); }
.step7-intro h2 { max-width: 28ch; margin: .55rem 0 .8rem; font-size: clamp(1.55rem, 4vw, 2.75rem); line-height: 1.08; }
.step7-intro p { max-width: 75ch; }
.step7-lead { font-size: clamp(1.25rem, 3vw, 2rem); font-style: italic; }
.step7-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0 3rem; }
.step7-route-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.step7-route-card { --route-accent: var(--step7-ink); display: flex; min-height: 14rem; flex-direction: column; gap: .75rem; padding: 1.25rem; border: 1px solid var(--tlr-soft-line, rgba(255,255,255,.1)); border-top: .45rem solid var(--route-accent); background: linear-gradient(145deg, #0f121a, #101d31); color: var(--tlr-text, #d9dde6)!important; text-decoration: none; box-shadow: 6px 6px 0 rgba(0,0,0,.2); }
.step7-route-card:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 rgba(0,0,0,.28); }
.step7-route-card strong { font-size: 1.4rem; line-height: 1.1; }
.step7-route-card__action { margin-top: auto; font-weight: 800; }
.step7-route-card__status { margin-top: auto; padding-top: .65rem; border-top: 1px solid var(--step7-line); font-size: .88rem; font-weight: 700; }
.step7-route-card--current { --route-accent: var(--step7-current); }
.step7-route-card--reports { --route-accent: var(--step7-reports); }
.step7-route-card--foundations { --route-accent: var(--step7-foundations); }
.step7-route-card--explore { --route-accent: var(--step7-explore); }
.step7-route-card--sources { --route-accent: var(--step7-sources); }
.step7-current-panel { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(15rem, .75fr); gap: 1.5rem; margin: 3rem 0; padding: clamp(1.25rem, 3vw, 2.5rem); border: 1px solid var(--step7-line); border-left: .6rem solid var(--step7-current); background: #191d1a; color: #fff; }
.step7-current-panel a { color: inherit; }
.step7-facts { margin: 0; }
.step7-facts div { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.step7-facts dt { color: var(--step7-current); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.step7-facts dd { margin: .25rem 0 0; }
.step7-section { margin: 3rem 0; }
.step7-section__head { max-width: 75ch; margin-bottom: 1.25rem; }
.step7-section__head h2 { margin: .45rem 0; }
.step7-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.step7-card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.step7-card { padding: 1.25rem; border: 1px solid var(--tlr-soft-line, rgba(255,255,255,.1)); background: linear-gradient(145deg, #0f121a, #101925); }
.step7-card h3 { margin-top: .2rem; }
.step7-card a, .step7-compact-links a, .step7-link-list a { font-weight: 800; }
.step7-card--foundation { border-top: .4rem solid var(--step7-foundations); }
.step7-link-list, .step7-compact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.step7-link-list a, .step7-compact-links a { display: flex; flex-direction: column; gap: .3rem; padding: 1rem; border: 1px solid var(--tlr-soft-line, rgba(255,255,255,.1)); background: linear-gradient(145deg, #0f121a, #101925); color: var(--tlr-text, #d9dde6)!important; text-decoration: none; }
.step7-link-list span, .step7-compact-links span { font-weight: 400; }
.step7-compact-links a span { margin-top: .35rem; color: #5a3151; font-size: .88rem; font-weight: 800; }
.step7-actions { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; margin-top: 1rem; }
.step7-boundary-note, .step7-utility, .step7-status-note { margin: 2rem 0; padding: 1.2rem; border: 1px solid var(--tlr-soft-line, rgba(255,255,255,.1)); border-left: .45rem solid var(--step7-sources); background: linear-gradient(145deg, #111817, #111b1e); }
.step7-utility { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.step7-status-note { border-left-color: var(--step7-explore); background: linear-gradient(145deg, #1b1119, #171421); }
.step7-transition { max-width: 78ch; margin: 2.5rem auto; padding: clamp(1.25rem, 4vw, 3rem); border: 1px solid var(--tlr-soft-line, rgba(255,255,255,.1)); border-top: .6rem solid var(--step7-explore); background: linear-gradient(145deg, #0f121a, #15131d); box-shadow: 10px 10px 0 rgba(0,0,0,.25); }
.step7-transition h2 { font-size: clamp(1.65rem, 4vw, 2.8rem); }
.step7-small { margin-top: 1.5rem; font-size: .88rem; opacity: .8; }
@media (max-width: 1040px) { .step7-route-grid--five { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .step7-route-grid, .step7-route-grid--five, .step7-route-grid--three, .step7-card-grid, .step7-card-grid--two, .step7-link-list, .step7-compact-links, .step7-current-panel { grid-template-columns: 1fr; } .step7-route-card { min-height: auto; } .step7-utility { align-items: start; flex-direction: column; } }
@media print { .tlr-global-nav, .step7-utility { display: none !important; } .step7-route-card, .step7-intro, .step7-transition, .step7-card, .step7-link-list a, .step7-compact-links a, .step7-boundary-note, .step7-status-note { background: #fff !important; color: #111 !important; box-shadow: none; border-color: #777; } .step7-route-card *, .step7-intro *, .step7-transition *, .step7-card *, .step7-boundary-note *, .step7-status-note * { color: #111 !important; } }
