:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{color:var(--gx-ink,#172234);background:var(--gx-bg,#f7f3ed)}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.gx-eyebrow{color:var(--gx-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.gx-title{margin:10px 0 8px;line-height:1.05}.gx-copy{margin:0;line-height:1.7}.gx-stack{display:grid;grid-gap:20px;gap:20px}.gx-card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.gx-card-grid,.gx-grid-2,.gx-grid-3{display:grid;grid-gap:20px;gap:20px}.gx-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gx-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gx-list,.gx-muted{color:var(--gx-muted)}.gx-list{margin:0;padding-left:18px;display:grid;grid-gap:10px;gap:10px}.gx-pills{display:flex;flex-wrap:wrap;gap:10px}.gx-pill{display:inline-flex;align-items:center;min-height:36px;padding:.45rem .85rem;border-radius:999px;background:var(--gx-surface-soft);border:1px solid var(--gx-line);color:var(--gx-muted);font-size:.92rem}.gx-action-row{display:flex;flex-wrap:wrap;gap:12px}.gx-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 1rem;border-radius:16px;background:var(--gx-primary);color:var(--gx-primary-ink);border:1px solid transparent;font-weight:600}.gx-button-secondary{background:var(--gx-surface-soft);color:var(--gx-ink);border-color:var(--gx-line)}.gx-shell-grid{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:20px;gap:20px}@media (max-width:1080px){.gx-grid-2,.gx-grid-3,.gx-shell-grid{grid-template-columns:1fr}}