/* ICH_Quiz — reset (atoms) | BMSoft1024 */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  color:var(--text);
  line-height:1.55;
  min-height:100vh;
  display:flex;flex-direction:column;   /* sticky footer: footer always at the bottom */
  background:
    radial-gradient(900px 500px at 85% -5%,rgba(236,72,153,.22),transparent),
    radial-gradient(800px 500px at -5% 10%,rgba(99,102,241,.28),transparent),
    radial-gradient(700px 500px at 50% 120%,rgba(139,92,246,.22),transparent),
    var(--bg);
  background-attachment:fixed;
}
a{color:inherit;text-decoration:none;cursor:pointer}
img{max-width:100%;display:block}
button{font-family:inherit}
ul{list-style:none}
/* Language flash guard (referencia minta) */
body.lang-loading{visibility:hidden;opacity:0}
body.lang-loaded{visibility:visible;opacity:1}
main{flex:1 0 auto;width:100%}                 /* grows so the footer is pushed to the bottom */
.wrap{max-width:1160px;margin:0 auto;padding:0 var(--sp-lg);width:100%}
.hide{display:none !important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
