/* Zippy Vision brand guide: E65014, 000000, A4A4A4, DEDEDE, F0F0F0.
   Inter is bundled locally under SIL OFL 1.1. No logo assets are added. */
@font-face{font-family:Inter;src:url("/brand/Inter.ttf") format("truetype");font-weight:100 900;font-style:oblique 0deg 10deg;font-display:swap}
@font-face{font-family:Inter;src:url("/brand/Inter.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}
:root{
 --brand-orange:#e65014;--brand-black:#000;--brand-grey:#a4a4a4;
 --bg:#fff!important;--surface:#fff!important;--plane:#f0f0f0!important;
 --ink:#000!important;--ink-2:#525252!important;--secondary:#525252!important;--muted:#606060!important;
 --line:#dedede!important;--grid:#dedede!important;--axis:#a4a4a4!important;
 --accent:#ad390b!important;--soft:#f0f0f0!important;--context:#f0f0f0!important;--bar:#f8cdbb!important;
 --orange:#e65014!important;--border:#dedede!important;
}
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,svg text,#explorer-site-policies{
 font-family:Inter,Arial,sans-serif!important;
}
a{text-underline-offset:3px}
:focus-visible{outline:3px solid #e65014!important;outline-offset:4px}
.button{background:#e65014!important;color:#000!important;font-weight:600}
.chip[aria-pressed="true"]{background:#e65014!important;border-color:#e65014!important;color:#000!important}
.row[aria-pressed="true"]{border-color:#e65014!important}
#explorer-site-policies{background:var(--soft)!important;color:var(--ink)!important;border-color:var(--line)!important}
#explorer-site-policies a{color:var(--accent)!important}
@media(prefers-color-scheme:dark){
 :root:not([data-theme="light"]):not([data-explorer-portal]){
  --bg:#171717!important;--surface:#171717!important;--plane:#000!important;--ink:#f0f0f0!important;
  --ink-2:#dedede!important;--secondary:#dedede!important;--muted:#a4a4a4!important;--line:#454545!important;
  --grid:#454545!important;--axis:#606060!important;--accent:#ff946c!important;--soft:#292929!important;--context:#292929!important;--bar:#603522!important;--border:#454545!important;
 }
}
:root[data-theme="dark"]{
 --bg:#171717!important;--surface:#171717!important;--plane:#000!important;--ink:#f0f0f0!important;
 --ink-2:#dedede!important;--secondary:#dedede!important;--muted:#a4a4a4!important;--line:#454545!important;
 --grid:#454545!important;--axis:#606060!important;--accent:#ff946c!important;--soft:#292929!important;--context:#292929!important;--bar:#603522!important;--border:#454545!important;
}
