/* HAMART 20.3 — shared brand and accessibility design tokens. */
:root{
  --hae-brand-primary:#111827;
  --hae-brand-primary-strong:#0b1220;
  --hae-brand-accent:#f4b400;
  --hae-brand-accent-strong:#d99f00;
  --hae-brand-surface:#ffffff;
  --hae-brand-bg:#f6f7f9;
  --hae-brand-text:#101828;
  --hae-brand-muted:#667085;
  --hae-brand-border:#e4e7ec;
  --hae-brand-danger:#d92d20;
  --hae-brand-success:#079455;
  --hae-brand-warning:#dc6803;
  --hae-brand-info:#2563eb;
  --hae-radius-xs:6px;
  --hae-radius-sm:9px;
  --hae-radius-md:12px;
  --hae-radius-lg:16px;
  --hae-space-1:4px;
  --hae-space-2:8px;
  --hae-space-3:12px;
  --hae-space-4:16px;
  --hae-space-5:20px;
  --hae-space-6:24px;
  --hae-shadow-sm:0 2px 8px rgba(16,24,40,.06);
  --hae-shadow-md:0 12px 32px rgba(16,24,40,.10);
  --hae-focus-ring:0 0 0 3px color-mix(in srgb,var(--hae-brand-accent) 26%,transparent);
  --hae-motion-fast:140ms;
  --hae-motion-normal:200ms;
}
html{scroll-behavior:smooth}
body{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--hae-brand-accent)!important;outline-offset:2px;box-shadow:var(--hae-focus-ring)!important}
:where(button,.btn,[role="button"]){touch-action:manipulation}
:where(button,.btn):disabled,[aria-disabled="true"]{cursor:not-allowed!important;opacity:.6}
:where(img,svg,video){max-width:100%}
:where(input,select,textarea,button){font:inherit}
.hae-icon-action{display:inline-flex!important;align-items:center;justify-content:center;min-width:40px;min-height:40px;border-radius:var(--hae-radius-sm)}
.hae-actions{display:flex;align-items:center;gap:var(--hae-space-2);flex-wrap:wrap}
.hae-field-stack{display:grid;gap:var(--hae-space-2)}
.hae-card{background:var(--hae-brand-surface);border:1px solid var(--hae-brand-border);border-radius:var(--hae-radius-lg);box-shadow:var(--hae-shadow-sm)}
.hae-table-scroll{width:100%;overflow:auto;-webkit-overflow-scrolling:touch;border-radius:var(--hae-radius-md)}
.hae-table-scroll>table{margin-bottom:0;min-width:640px}
.hae-skip-link{position:fixed;inset-inline-start:12px;top:-100px;z-index:100000;padding:10px 14px;background:var(--hae-brand-primary);color:#fff!important;border-radius:0 0 var(--hae-radius-sm) var(--hae-radius-sm);font-weight:800}
.hae-skip-link:focus{top:0}
.hae-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:767.98px){
  :where(.btn,button,input,select,.custom-select){min-height:42px}
  .hae-actions>.btn{flex:0 0 auto}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
