:root{--bg:#f6f1ea;--panel:hsla(0,0%,100%,.82);--ink:#1f2933;--muted:#6b7280;--line:rgba(31,41,51,.12);--brand:#2f5d50;--brand-2:#c4864a;--red:#c94848;--yellow:#c4932d;--green:#3f8f68;--shadow:0 24px 70px rgba(31,41,51,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at top left,rgba(196,134,74,.22),transparent 28rem),radial-gradient(circle at top right,rgba(47,93,80,.16),transparent 26rem),var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px}.topbar{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,5vw,4rem);line-height:.96;letter-spacing:-.06em;margin-bottom:8px}h2{font-size:clamp(1.8rem,3vw,3.1rem);line-height:1.03;letter-spacing:-.05em;margin-bottom:16px}h3{font-size:1.05rem;letter-spacing:-.02em;margin-bottom:8px}.card p,.subtle{color:var(--muted);line-height:1.55}.eyebrow{color:var(--brand-2);text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:800;margin-bottom:8px}.nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.nav a{color:var(--ink);text-decoration:none;border:1px solid var(--line);background:hsla(0,0%,100%,.55);padding:10px 14px;border-radius:999px;font-weight:700;font-size:.9rem}.card{background:var(--panel);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero{margin-bottom:20px}.hero p:last-child{max-width:820px;margin-bottom:0;font-size:1.05rem}.grid{display:grid;grid-gap:20px;gap:20px;margin-bottom:20px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.section-title{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}.section-title span{color:var(--muted);font-size:.86rem;font-weight:700}.stack{display:grid;grid-gap:12px;gap:12px}.focus-item,.signal{border:1px solid var(--line);border-radius:20px;padding:14px;background:hsla(0,0%,100%,.55)}.focus-item{display:flex;justify-content:space-between;align-items:center;gap:12px}.focus-item p{margin:4px 0 0;font-size:.9rem}.pill-group{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pill{border-radius:999px;background:rgba(47,93,80,.1);color:var(--brand);padding:6px 10px;font-size:.78rem;font-weight:800;white-space:nowrap}.pill.hot{background:rgba(201,72,72,.12);color:var(--red)}.timeline{display:grid;grid-gap:10px;gap:10px}.timeline div{display:grid;grid-template-columns:72px 1fr;grid-gap:14px;gap:14px;align-items:start;padding:12px 0;border-top:1px solid var(--line)}.timeline span{color:var(--brand);font-weight:900}.timeline p{margin:0;color:var(--ink)}.capture{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;margin:20px 0}textarea{min-height:120px;width:100%;border:1px solid var(--line);border-radius:18px;padding:16px;font:inherit;resize:vertical;background:hsla(0,0%,100%,.7)}button{border:none;border-radius:999px;background:var(--brand);color:#fff;padding:12px 20px;font-weight:900;cursor:pointer;width:-moz-fit-content;width:fit-content}.health-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.health-card{border:1px solid var(--line);border-radius:22px;padding:16px;background:hsla(0,0%,100%,.52)}.health-head{display:flex;gap:10px;align-items:center;margin-bottom:10px}.health-card p{font-size:.9rem;min-height:58px;margin-bottom:12px}.health-card span:last-child{color:var(--muted);font-size:.82rem;font-weight:800}.status-dot{width:12px;height:12px;border-radius:999px;display:inline-block}.status-dot.green{background:var(--green)}.status-dot.yellow{background:var(--yellow)}.status-dot.red{background:var(--red)}.table{grid-gap:8px;gap:8px}.row,.table{display:grid}.row{grid-template-columns:130px 160px 1fr;grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding:12px 0;align-items:center}.row span{color:var(--muted);font-weight:800}.constitution-page .card{margin-bottom:20px}.constitution-copy{font-size:1.1rem;max-width:820px}.principles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;margin-bottom:20px}.principle{min-height:150px}.decision-list{margin:0;padding-left:20px;color:var(--ink);line-height:1.9;font-weight:650}@media (max-width:860px){.focus-item,.topbar{flex-direction:column;align-items:stretch}.nav{justify-content:flex-start}.health-grid,.principles-grid,.row,.two{grid-template-columns:1fr}.row{gap:4px}}