/* pure-gate-standard.css — Design lane 7/17/26.
   One standard for the four gate pages (sign-in / forgot / reset / accept-invite).
   Canon: Open Sans = ALL PURE UI type (Montserrat is ARE-branding only); fields 5px;
   filled buttons = pills; one shadow (Down-Right); gold is the single accent.
   Additive + low-specificity where safe; font policing uses !important on purpose. */
body{font-family:'Open Sans',system-ui,-apple-system,sans-serif}
h1,h2,h3,h4,label,p,small,a,li,td,th{font-family:'Open Sans',sans-serif}
button,.btn,input,select,textarea{font-family:'Open Sans',sans-serif!important}
[style*="Montserrat"]{font-family:'Open Sans',sans-serif!important}
/* fields: canon 5px, hairline border, green active */
input:not([type=checkbox]):not([type=radio]),select,textarea{border-radius:5px!important}
input:focus,select:focus,textarea:focus{outline:none;border-color:#117F39!important;box-shadow:0 0 0 3px rgba(17,127,57,.12)!important}
/* filled action buttons = pills; keep compact link-buttons alone */
.btn,button[type=submit]{border-radius:360px!important}
/* links: gold-ink, navy on hover */
a{color:#b89f78}a:hover{color:#172E55}
/* the auth card: one shadow + gold top rule wherever the page marks it */
.card,.panel,[data-gate-card]{box-shadow:5px 5px 10px rgba(0,0,0,.10)!important;border-top:3px solid #DCCAAF!important;border-radius:16px}
/* uppercase eyebrows standard */
.eyebrow,[data-eyebrow]{font:700 10.5px 'Open Sans',sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#847969}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
