/* =====================================================================
   reset.css — minimal, appearance-neutral base reset.
   Loaded BEFORE styles.css. Every rule here matches the reset the page
   previously carried inline, so the rendered result is unchanged.
   ===================================================================== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
img,svg,video,canvas{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
