/* justicefor — public portal styles (#05 P3/P4). Self-contained. */
:root {
    --bg: #0b1120; --bg-alt: #0f172a; --surface: #111c33; --border: #1f2d4a;
    --text: #e6edf6; --muted: #9fb0c7; --brand: #38bdf8; --brand-ink: #03263a;
    --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); line-height: 1.6; }
.container { max-width: 760px; margin: 0 auto; padding: 0 1.25rem; }
a { color: var(--brand); }
.preview-bar { background: #7c2d12; color: #fed7aa; text-align: center; padding: 0.5rem; font-size: 0.85rem; }
.p-hero { background: var(--bg-alt); background-size: cover; background-position: center;
    border-bottom: 1px solid var(--border); padding: clamp(3rem, 8vw, 5.5rem) 0; }
.p-hero h1 { font-size: clamp(2rem, 6vw, 3rem); margin: 0.25rem 0; letter-spacing: -0.02em; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: var(--brand); font-weight: 700;
    font-size: 0.8rem; margin: 0; }
.lede { color: var(--muted); font-size: 1.2rem; max-width: 40ch; }
.p-section { padding: 2.5rem 0; border-bottom: 1px solid var(--border); }
.p-section h2 { font-size: 1.5rem; margin-top: 0; }
.p-text { white-space: normal; color: #cbd5e1; }
.p-links { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.p-link { background: var(--brand); color: var(--brand-ink); text-decoration: none; font-weight: 600;
    padding: 0.6rem 1.2rem; border-radius: 999px; }
.p-link:hover { filter: brightness(1.05); }
.p-update { border-left: 2px solid var(--border); padding-left: 1rem; margin: 1.25rem 0; }
.p-update h3 { margin: 0; }
.muted { color: var(--muted); } .small { font-size: 0.85rem; }
.p-footer { padding: 2rem 0; color: var(--muted); font-size: 0.9rem; }
.p-footer a { color: var(--muted); }
