/* WASP readability pass // login, labels and tactical microcopy */
.auth-message small,
.auth-card header small,
.demo-credentials small{font-size:10px;letter-spacing:1.8px}
.auth-message p{font-size:13px;line-height:1.7}
.auth-status,.auth-back{font-size:10px;letter-spacing:1.35px}
.auth-card header p{font-size:12px;line-height:1.6}
.auth-card form>label{font-size:10px;letter-spacing:1.25px}
.auth-card input{font-size:14px}
.password-field button,
.auth-options label,
.auth-options button{font-size:10px}
.auth-error{font-size:10px;line-height:1.45}
.demo-credentials p{font-size:11px}
.demo-credentials button,.demo-credentials a{font-size:10px}
.auth-card>footer p{font-size:10px;line-height:1.5}
.consent-line{font-size:10px!important;line-height:1.5}

.page-kicker,.side-label{font-size:9px}
.page-sub{font-size:12px;line-height:1.7}
.side-user small{font-size:9px}
.panel-title a,.panel-title span{font-size:9px}
.member-copy>p,.member-meta{font-size:10px}
.generated-callsign .id-copy small{font-size:8px;letter-spacing:1px}
.generated-callsign .id-code{font-size:7px}
.callsign-form label{font-size:9px}
.callsign-form p{font-size:10px;line-height:1.6}

.forum-rank{gap:7px!important}
.forum-rank img{width:25px!important;height:31px!important;object-fit:contain!important;filter:drop-shadow(0 2px 4px #000)!important}
.forum-rank b{font-size:8px!important;letter-spacing:.8px!important;line-height:1.2!important}
.thread-post header small{font-size:8px}

.id-emblem img{object-fit:contain!important;filter:drop-shadow(0 4px 7px rgba(0,0,0,.55))}

/* Shared form readability // login, events, forum, profiles, supply and admin. */
body input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="color"]),
body select,
body textarea{
  min-height:52px;
  padding:14px 15px!important;
  font-family:var(--body);
  font-size:16px!important;
  line-height:1.35;
}
body textarea{min-height:140px;height:auto}
body input::placeholder,
body textarea::placeholder{font-size:14px;color:#777;opacity:1}
body form label,
.event-login label,
.thread-reply label,
.callsign-form label,
.gate-login label{
  font-size:11px!important;
  line-height:1.35;
  letter-spacing:1.15px!important;
}
.password-field button{min-width:48px;font-size:11px}
.auth-options label,.auth-options button{font-size:11px}
.event-login p,.member-loadout-note,.merch-editor label{font-size:10px!important;line-height:1.5}

/* Forum title spacing // keeps condensed display text readable on multiple lines. */
.thread h3,
.topic-thread-list h3,
.forum-post-content h3{
  line-height:1.18!important;
  letter-spacing:.018em!important;
  word-spacing:.08em;
}
.thread-page-hero h1,
.featured-copy h2{
  line-height:.96!important;
  letter-spacing:0!important;
  word-spacing:.08em;
}

@media(max-width:700px){
  .auth-message p{font-size:12px}
  .auth-card header p{font-size:12px}
  .auth-card form>label,.auth-options label,.auth-options button{font-size:10px}
  .page-sub{font-size:11px}
  body input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="color"]),body select,body textarea{min-height:54px;font-size:16px!important}
  .thread-page-hero h1,.featured-copy h2{line-height:1!important;word-spacing:.1em}
}
