:root{--hec-color-text:#1f2933;--hec-color-muted:#52606d;--hec-color-primary:#1d4ed8;--hec-color-primary-hover:#1e40af;--hec-color-border:#d9e2ec;--hec-color-surface:#f5f7fa;--hec-content-width:1200px;--hec-content-gutter:clamp(1rem,3vw,2rem);--hec-radius:.25rem;--hec-transition:160ms ease}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--hec-color-text);-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%}a{color:inherit}::selection{background:var(--hec-color-primary);color:#fff}h1,h2,h3,h4,h5,h6,p{margin-block-start:0}p:last-child{margin-block-end:0}.hec-container{width:min(100% - 2 * var(--hec-content-gutter),var(--hec-content-width));margin-inline:auto}.hec-stack>*+*{margin-block-start:var(--hec-stack-space,1rem)}.hec-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.625rem 1rem;border:1px solid transparent;border-radius:var(--hec-radius);background:var(--hec-color-primary);color:#fff;font:inherit;font-weight:600;line-height:1.25;text-decoration:none;transition:background-color var(--hec-transition),transform var(--hec-transition)}.hec-button:hover{background:var(--hec-color-primary-hover);color:#fff}.hec-button:focus-visible{outline:2px solid var(--hec-color-primary);outline-offset:2px}.hec-button:active{transform:translateY(1px)}.hec-form :is(input,select,textarea){width:100%;padding:.75rem;border:1px solid var(--hec-color-border);border-radius:var(--hec-radius);background:#fff;color:var(--hec-color-text)}.hec-form :is(input,select,textarea):focus{border-color:var(--hec-color-primary);outline:0;box-shadow:0 0 0 2px color-mix(in srgb,var(--hec-color-primary) 20%,transparent)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
