body{background:var(--theme-gradient,var(--bg))}.shell{width:min(var(--shell),calc(100% - 2*var(--page-gutter)));margin-inline:auto}.page-section{margin-top:var(--space-5)}main{padding:clamp(1.5rem,4vw,3rem) 0 4rem}.content-column,.info-card,.home-dark-panel,.home-news-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.content-column,.info-card,.home-dark-panel,.home-news-card{padding:clamp(1rem,2.4vw,1.5rem)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-heading a{color:var(--muted);font-weight:700;text-decoration:none}.section-heading a:hover{color:var(--text)}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.button-row{display:flex;flex-wrap:wrap;gap:.7rem}.lead-text{max-width:54rem;font-size:1.05rem}.empty-state{padding:1rem;border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--muted)}