/* Shared geometric alignment corrections. */
.stat-card {
  justify-content: center;
}

.tester-assignment-empty {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #cce5d5;
  border-radius: 12px;
  background: #f3faf5;
}

.tester-assignment-empty > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #daf2e3;
  color: #168443;
  font-weight: 900;
}

.tester-assignment-empty b { color: #183149; font-size: 13px; }
.tester-assignment-empty p { margin: 5px 0 0; color: #6f8093; font-size: 11px; line-height: 1.5; }

.profile-password-card{overflow:hidden;padding:0!important}
.profile-password-head{display:flex;align-items:flex-start;gap:15px;padding:25px 26px 21px;border-bottom:1px solid #e3ece7;background:linear-gradient(112deg,#fff 48%,#edf9f1)}
.profile-password-shield{display:grid;flex:0 0 46px;place-items:center;width:46px;height:46px;border-radius:13px;background:#199a50;color:#fff;box-shadow:0 9px 22px rgba(25,154,80,.2)}
.profile-password-shield svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.profile-password-kicker{display:block;margin-bottom:4px;color:#168443;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.profile-password-head h2{margin:0 0 5px;font-size:20px}
.profile-password-head p{margin:0;color:#718399;font-size:12px}
.profile-password-form{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);gap:24px;padding:25px 26px 26px}
.profile-password-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.profile-password-fields .admin-field:first-child{grid-column:1/-1}
.profile-password-input{position:relative;display:block}
.profile-password-input input{padding-right:82px}
.profile-password-input button{position:absolute;top:50%;right:7px;min-width:66px;height:30px;padding:0 8px;border:0;border-radius:7px;background:#edf7f1;color:#168443;font:inherit;font-size:10px;font-weight:800;transform:translateY(-50%)}
.profile-password-input button:hover{background:#dff2e6}
.profile-password-input button:focus-visible{outline:3px solid rgba(25,154,80,.15)}
.profile-password-guidance{padding:17px 18px;border:1px solid #d7e9dd;border-radius:13px;background:#f7fbf8}
.profile-password-guidance>b{color:#243b52;font-size:12px}
.profile-password-guidance ul{display:grid;gap:10px;margin:14px 0;padding:0;list-style:none}
.profile-password-guidance li{display:flex;align-items:center;gap:8px;color:#748498;font-size:11px}
.profile-password-guidance li span{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#e5ece8;color:#94a29a;font-size:9px;font-weight:900}
.profile-password-guidance li.valid{color:#167f43}
.profile-password-guidance li.valid span{background:#d8f1e1;color:#168443}
.profile-password-guidance li.invalid{color:#b74646}
.profile-password-guidance li.invalid span{background:#fde5e5;color:#b74646}
.profile-password-guidance p{margin:15px 0 0;padding-top:13px;border-top:1px solid #e2ebe6;color:#718399;font-size:10px;line-height:1.55}
.profile-password-footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;border-top:1px solid #e5ede8}
.profile-password-footer>span{color:#78889b;font-size:11px}
.profile-password-footer>span.valid{color:#168443;font-weight:750}
.profile-password-footer>span.invalid{color:#b74646;font-weight:750}
.profile-password-footer .admin-btn{min-width:245px;min-height:44px;box-shadow:0 8px 18px rgba(25,154,80,.16)}
.profile-password-footer svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:980px){.profile-password-form{grid-template-columns:1fr}.profile-password-footer{grid-column:auto}}
@media(max-width:640px){.profile-password-head,.profile-password-form{padding:20px}.profile-password-fields{grid-template-columns:1fr}.profile-password-fields .admin-field:first-child{grid-column:auto}.profile-password-footer{align-items:stretch;flex-direction:column}.profile-password-footer .admin-btn{width:100%;min-width:0}}
