/* NEXT Athlete OS · minimal loaded reset
   Visual ownership lives in assets/css/next-system.css.
   Historical pre-cleanup CSS is kept as a reference-only archive. */
:root{
  --safe-bottom:env(safe-area-inset-bottom,0px);
  --safe-top:env(safe-area-inset-top,0px);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img,svg,video,iframe{max-width:100%}
[hidden]{display:none!important}
