| :root { |
| --bg: #07111d; |
| --bg-soft: #0d1827; |
| --panel: rgba(12, 23, 38, 0.84); |
| --panel-strong: rgba(17, 31, 49, 0.94); |
| --line: rgba(151, 184, 214, 0.17); |
| --text: #edf3fb; |
| --muted: #97aac0; |
| --gold: #f0cf8e; |
| --teal: #77dfd0; |
| --green: #91e5a5; |
| --amber: #f4c16e; |
| --red: #f08f88; |
| --shadow: 0 24px 60px rgba(0, 0, 0, 0.34); |
| --radius: 24px; |
| } |
|
|
| * { |
| box-sizing: border-box; |
| } |
|
|
| html { |
| scroll-behavior: smooth; |
| } |
|
|
| body { |
| margin: 0; |
| color: var(--text); |
| background: |
| radial-gradient(circle at top left, rgba(47, 120, 173, 0.2), transparent 32%), |
| radial-gradient(circle at top right, rgba(240, 207, 142, 0.12), transparent 28%), |
| linear-gradient(180deg, #08111d 0%, #07111d 44%, #0a1522 100%); |
| font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif; |
| } |
|
|
| body::before { |
| content: ""; |
| position: fixed; |
| inset: 0; |
| pointer-events: none; |
| background-image: |
| linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), |
| linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); |
| background-size: 48px 48px; |
| mask-image: linear-gradient(180deg, black 35%, transparent 100%); |
| } |
|
|
| .page-shell { |
| width: min(1200px, calc(100vw - 32px)); |
| margin: 0 auto; |
| padding: 36px 0 80px; |
| } |
|
|
| .hero { |
| display: grid; |
| grid-template-columns: 1.5fr 0.9fr; |
| gap: 24px; |
| align-items: stretch; |
| margin-bottom: 40px; |
| } |
|
|
| .hero-copy, |
| .hero-panel, |
| .panel, |
| .card, |
| .cluster-card, |
| .evidence-card { |
| border: 1px solid var(--line); |
| background: var(--panel); |
| box-shadow: var(--shadow); |
| backdrop-filter: blur(18px); |
| } |
|
|
| .hero-copy { |
| border-radius: 28px; |
| padding: 36px; |
| min-height: 320px; |
| } |
|
|
| .hero-panel, |
| .panel { |
| border-radius: var(--radius); |
| padding: 24px; |
| } |
|
|
| .eyebrow, |
| .kicker { |
| margin: 0 0 10px; |
| color: var(--teal); |
| font-size: 0.82rem; |
| text-transform: uppercase; |
| letter-spacing: 0.18em; |
| } |
|
|
| h1, |
| h2, |
| h3 { |
| font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif; |
| font-weight: 600; |
| letter-spacing: -0.03em; |
| } |
|
|
| h1 { |
| font-size: clamp(2.6rem, 6vw, 5rem); |
| line-height: 0.95; |
| margin: 0 0 18px; |
| max-width: 12ch; |
| } |
|
|
| h2 { |
| margin: 0; |
| font-size: clamp(1.8rem, 3vw, 2.7rem); |
| } |
|
|
| h3 { |
| margin-top: 0; |
| font-size: 1.25rem; |
| } |
|
|
| .lede { |
| color: var(--muted); |
| font-size: 1.08rem; |
| line-height: 1.7; |
| max-width: 58ch; |
| } |
|
|
| .summary-stat { |
| display: flex; |
| align-items: baseline; |
| justify-content: space-between; |
| padding: 16px 0; |
| border-bottom: 1px solid var(--line); |
| } |
|
|
| .summary-stat:last-child { |
| border-bottom: 0; |
| padding-bottom: 0; |
| } |
|
|
| .summary-stat strong { |
| font-size: 1.8rem; |
| font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; |
| } |
|
|
| .summary-stat span { |
| color: var(--muted); |
| } |
|
|
| .section { |
| margin-top: 34px; |
| } |
|
|
| .section-heading { |
| display: flex; |
| justify-content: space-between; |
| gap: 20px; |
| align-items: end; |
| margin-bottom: 18px; |
| } |
|
|
| .cards { |
| display: grid; |
| gap: 18px; |
| } |
|
|
| .cards.three { |
| grid-template-columns: repeat(3, minmax(0, 1fr)); |
| } |
|
|
| .cards.four { |
| grid-template-columns: repeat(4, minmax(0, 1fr)); |
| } |
|
|
| .card, |
| .cluster-card, |
| .evidence-card { |
| border-radius: 22px; |
| padding: 22px; |
| } |
|
|
| .card .label, |
| .cluster-card .label { |
| color: var(--muted); |
| text-transform: uppercase; |
| letter-spacing: 0.14em; |
| font-size: 0.74rem; |
| margin-bottom: 12px; |
| } |
|
|
| .metric { |
| font-size: 2.4rem; |
| font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; |
| margin: 0 0 8px; |
| } |
|
|
| .supporting { |
| color: var(--muted); |
| line-height: 1.65; |
| } |
|
|
| .split { |
| display: grid; |
| grid-template-columns: repeat(2, minmax(0, 1fr)); |
| gap: 18px; |
| margin-top: 18px; |
| } |
|
|
| .process-layout { |
| align-items: stretch; |
| } |
|
|
| .narrative p, |
| .bullet-list li, |
| .subnote, |
| table { |
| color: var(--muted); |
| line-height: 1.65; |
| } |
|
|
| .bullet-list { |
| margin: 0; |
| padding-left: 18px; |
| } |
|
|
| .ratio-chart { |
| display: grid; |
| gap: 12px; |
| } |
|
|
| .ratio-bar { |
| position: relative; |
| height: 18px; |
| border-radius: 999px; |
| overflow: hidden; |
| background: rgba(255, 255, 255, 0.06); |
| } |
|
|
| .ratio-bar span { |
| display: block; |
| height: 100%; |
| } |
|
|
| .proto { |
| background: linear-gradient(90deg, #f0cf8e, #e59d54); |
| } |
|
|
| .refine { |
| background: linear-gradient(90deg, #77dfd0, #56a9df); |
| } |
|
|
| .mini-stack { |
| display: grid; |
| gap: 10px; |
| margin-top: 18px; |
| } |
|
|
| .mini-row { |
| display: grid; |
| grid-template-columns: 110px 1fr auto; |
| gap: 12px; |
| align-items: center; |
| } |
|
|
| .track { |
| height: 10px; |
| border-radius: 999px; |
| overflow: hidden; |
| background: rgba(255, 255, 255, 0.06); |
| } |
|
|
| .track > span { |
| display: block; |
| height: 100%; |
| border-radius: inherit; |
| background: linear-gradient(90deg, var(--teal), var(--green)); |
| } |
|
|
| .cluster-grid, |
| .evidence-grid { |
| display: grid; |
| grid-template-columns: repeat(3, minmax(0, 1fr)); |
| gap: 18px; |
| } |
|
|
| .pill-row { |
| display: flex; |
| flex-wrap: wrap; |
| gap: 8px; |
| margin-top: 12px; |
| } |
|
|
| .pill { |
| padding: 7px 10px; |
| border-radius: 999px; |
| background: rgba(255, 255, 255, 0.06); |
| color: var(--text); |
| font-size: 0.86rem; |
| } |
|
|
| table { |
| width: 100%; |
| border-collapse: collapse; |
| } |
|
|
| th, |
| td { |
| text-align: left; |
| padding: 12px 10px; |
| border-bottom: 1px solid var(--line); |
| vertical-align: top; |
| } |
|
|
| th { |
| color: var(--text); |
| font-size: 0.84rem; |
| text-transform: uppercase; |
| letter-spacing: 0.12em; |
| } |
|
|
| .timeline-grid { |
| display: grid; |
| grid-template-columns: repeat(10, minmax(0, 1fr)); |
| gap: 10px; |
| } |
|
|
| .day-cell { |
| padding: 12px; |
| border-radius: 18px; |
| min-height: 92px; |
| border: 1px solid var(--line); |
| background: rgba(255, 255, 255, 0.03); |
| } |
|
|
| .day-cell.level-0 { |
| opacity: 0.42; |
| } |
|
|
| .day-cell.level-1 { |
| background: linear-gradient(180deg, rgba(119, 223, 208, 0.1), rgba(255, 255, 255, 0.02)); |
| } |
|
|
| .day-cell.level-2 { |
| background: linear-gradient(180deg, rgba(119, 223, 208, 0.18), rgba(255, 255, 255, 0.03)); |
| } |
|
|
| .day-cell.level-3, |
| .day-cell.level-4 { |
| background: linear-gradient(180deg, rgba(240, 207, 142, 0.2), rgba(255, 255, 255, 0.04)); |
| } |
|
|
| .day-head { |
| display: flex; |
| justify-content: space-between; |
| gap: 10px; |
| margin-bottom: 8px; |
| color: var(--muted); |
| font-size: 0.82rem; |
| } |
|
|
| .day-projects { |
| display: grid; |
| gap: 6px; |
| font-size: 0.84rem; |
| } |
|
|
| .recommendation-main .badge { |
| display: inline-flex; |
| align-items: center; |
| gap: 10px; |
| padding: 8px 12px; |
| border-radius: 999px; |
| background: rgba(119, 223, 208, 0.1); |
| color: var(--teal); |
| font-size: 0.84rem; |
| text-transform: uppercase; |
| letter-spacing: 0.12em; |
| margin-bottom: 14px; |
| } |
|
|
| .rank-item { |
| padding: 14px 0; |
| border-bottom: 1px solid var(--line); |
| } |
|
|
| .rank-item:last-child { |
| border-bottom: 0; |
| } |
|
|
| .score { |
| font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; |
| font-size: 1.35rem; |
| } |
|
|
| .muted { |
| color: var(--muted); |
| } |
|
|
| @media (max-width: 980px) { |
| .hero, |
| .split, |
| .cards.three, |
| .cards.four, |
| .cluster-grid, |
| .evidence-grid { |
| grid-template-columns: 1fr; |
| } |
|
|
| .timeline-grid { |
| grid-template-columns: repeat(2, minmax(0, 1fr)); |
| } |
| } |
|
|
| @media (max-width: 640px) { |
| .page-shell { |
| width: min(100vw - 20px, 1200px); |
| padding-top: 18px; |
| } |
|
|
| .hero-copy, |
| .hero-panel, |
| .panel, |
| .card, |
| .cluster-card, |
| .evidence-card { |
| padding: 18px; |
| } |
|
|
| .timeline-grid { |
| grid-template-columns: 1fr; |
| } |
| } |
|
|