*,*::before,*::after{box-sizing:border-box}html{min-width:320px;background:var(--auth-bg)}body.authentic{margin:0;background:linear-gradient(180deg,#111316,#17191d 52%,#111316);color:var(--auth-text-inverse);font:15px/1.55 var(--auth-font-ui);min-height:100vh}a{color:var(--auth-link)}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Authentic 1.3 link behavior: no underline-on-hover; state is expressed by color/background/focus. */
a,a:visited{text-decoration:none}
a:hover{text-decoration:none}

