/*
 * Molduras PNG finas: preservam a arte sem roubar a área útil.
 * Assets: window-frame.png, panel-frame.png, portrait-frame.png e button-frame.png.
 */
.auth-stage{border:10px solid transparent;border-image-source:var(--auth-window-frame);border-image-slice:126 118;border-image-width:10px;border-image-repeat:stretch}
.auth-stage__head,.login-showcase,.login-access,.register-account,.starter-select,.squad-confirm{border:6px solid transparent;border-image-source:var(--auth-panel-frame);border-image-slice:104 122;border-image-width:6px;border-image-repeat:stretch}
.login-showcase,.login-access{min-width:0}
.auth-tabs button,.login-access>header,.login-showcase footer span,.register-heading,.register-account>header,.starter-select>header,.identity-separation,.squad-counter,.academy-kit,.squad-slots>span,.auth-safe,.auth-message{border:5px solid transparent;border-image-source:var(--auth-button-frame);border-image-slice:56 188;border-image-width:5px 8px;border-image-repeat:stretch}
.auth-field input{border:5px solid transparent;border-image-source:var(--auth-button-frame);border-image-slice:56 188;border-image-width:5px 8px;border-image-repeat:stretch}
.auth-field input:focus{border-color:transparent}
.auth-primary{border:6px solid transparent;border-image-source:var(--auth-button-frame);border-image-slice:56 188;border-image-width:6px 10px;border-image-repeat:stretch}
.login-squad article,.starter-card{border:6px solid transparent;border-image-source:var(--auth-button-frame);border-image-slice:56 188;border-image-width:6px 9px;border-image-repeat:stretch}
.login-squad article{border-image-source:var(--auth-portrait-frame);border-image-slice:112 106;border-image-width:8px}
.squad-slots>span{min-width:0}
.starter-card__portrait:after,.login-access>header>span:after{content:'';position:absolute;z-index:3;inset:-2px;background:var(--auth-portrait-frame) center/100% 100% no-repeat;pointer-events:none}
.login-access>header>span:after{inset:-6px}
.starter-card:hover,.starter-card:focus-visible,.starter-card.is-selected{border-color:transparent}
@media(max-width:980px){
  .auth-stage{border-width:8px;border-image-width:8px}
  .auth-stage__head,.login-showcase,.login-access,.register-account,.starter-select,.squad-confirm{border-width:5px;border-image-width:5px}
}
@media(max-width:680px){
  .auth-stage{border-width:6px;border-image-width:6px}
  .auth-stage__head,.login-showcase,.login-access,.register-account,.starter-select,.squad-confirm{border-width:4px;border-image-width:4px}
  .auth-tabs button,.login-access>header,.login-showcase footer span,.register-heading,.register-account>header,.starter-select>header,.identity-separation,.squad-counter,.academy-kit,.squad-slots>span,.auth-safe,.auth-message,.auth-field input{border-width:4px;border-image-width:4px 6px}
  .login-squad article,.starter-card,.auth-primary{border-width:5px;border-image-width:5px 7px}
}
