
/* ============================================================
   GALAXY 001 v47.1.1 — Account / Security / Public Titles
   ============================================================ */

.account-foundation-note,
.account-rule-card,
.account-recovery-card,
.account-privacy-note,
.public-profile-preview,
.account-locked-title{
  border:1px solid #304a61;
  border-radius:9px;
  background:#0d1925;
}

.account-foundation-note{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:9px 10px;
  margin-bottom:8px;
}
.account-foundation-note b{font-size:10px}
.account-foundation-note span{
  color:#8397aa;
  font-size:8px;
  line-height:1.45;
}

.account-security-row .account-action-btn,
.account-mini-btn{
  border:1px solid #4c6680;
  border-radius:7px;
  background:#101e2c;
  color:#e6edf5;
  cursor:pointer;
  font-size:8px;
  font-weight:700;
}
.account-security-row .account-action-btn{
  min-width:82px;
  min-height:32px;
  padding:0 10px;
}
.account-mini-btn{
  min-height:27px;
  padding:0 9px;
}
.account-security-row button:disabled,
.account-mini-btn:disabled{
  opacity:.45;
  cursor:wait;
}

.account-inline-actions{
  display:flex;
  align-items:center;
  gap:6px;
}

.account-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 8px;
  border:1px solid #445d75;
  border-radius:999px;
  color:#b9c6d2;
  background:#111f2c;
  font-size:8px;
  font-weight:800;
  white-space:nowrap;
}
.account-chip.ok{
  color:#8ad4a1;
  border-color:#3f7551;
  background:rgba(66,122,81,.12);
}
.account-chip.warn{
  color:#e3bd75;
  border-color:#7a653b;
  background:rgba(144,109,48,.12);
}

.account-rule-card,
.account-recovery-card,
.account-privacy-note{
  padding:10px;
  margin-bottom:8px;
}
.account-rule-card b,
.account-recovery-card b,
.account-privacy-note b{
  display:block;
  font-size:10px;
}
.account-rule-card p,
.account-recovery-card p,
.account-privacy-note p{
  margin:4px 0 8px;
  color:#8497aa;
  font-size:8px;
  line-height:1.5;
}
.account-recovery-card small,
.account-subhead small,
.public-profile-preview small{
  color:#c8a766;
  font-size:7px;
  font-weight:800;
  letter-spacing:.1em;
}

.account-subhead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:14px 0 7px;
}
.account-subhead b{
  display:block;
  margin-top:2px;
  font-size:10px;
}

.account-sessions,
.account-passkey-list{
  display:grid;
  gap:6px;
}
.account-passkey-list{margin:-1px 0 8px}
.account-session-row{
  min-height:47px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:7px 9px;
  border:1px solid #2d4359;
  border-radius:8px;
  background:#0c1722;
}
.account-session-row b{
  display:block;
  font-size:9px;
}
.account-session-row small{
  display:block;
  margin-top:2px;
  color:#788da2;
  font-size:7px;
}

.public-profile-preview{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:10px;
  align-items:center;
  padding:11px;
  margin-bottom:10px;
}
.public-profile-avatar{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #657b91;
  border-radius:50%;
  background:linear-gradient(180deg,#1a2b3c,#0c1621);
}
.public-profile-avatar i{
  width:15px;
  height:15px;
  border:2px solid #d0af6c;
  border-radius:50%;
  box-shadow:0 10px 0 -2px #d0af6c;
}
.public-profile-preview h4{
  margin:2px 0 0;
  font:16px Georgia,"Times New Roman",serif;
}
.public-profile-preview p{
  margin:3px 0 0;
  color:#d2b676;
  font-size:9px;
  font-weight:700;
}

.account-profile-copy{
  margin-top:0!important;
}

.account-title-list{
  display:grid;
  gap:7px;
}
.account-title-choice{
  min-height:56px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid #31495f;
  border-radius:8px;
  background:#0e1a27;
  color:#e3ebf3;
  text-align:left;
  cursor:pointer;
}
.account-title-choice b,
.account-locked-title b{
  display:block;
  font-size:10px;
}
.account-title-choice small,
.account-locked-title small{
  display:block;
  margin-top:3px;
  color:#7f92a5;
  font-size:7px;
  line-height:1.45;
}
.account-title-choice>span{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border:1px solid #486078;
  border-radius:50%;
  color:#8194a8;
}
.account-title-choice.selected{
  border-color:#8b7244;
  background:rgba(208,173,107,.08);
}
.account-title-choice.selected>span{
  background:#cba65f;
  color:#101820;
  border-color:#cba65f;
}
.account-locked-title{
  padding:10px;
  opacity:.72;
}

.g001-public-identity{
  display:inline-flex;
  flex-direction:column;
}
.g001-public-identity small{
  color:#c7a765;
  font-size:.78em;
}










@media(max-width:720px){
  .settings-layout{
    grid-template-columns:145px minmax(0,1fr);
  }

  .account-security-row{
    align-items:flex-start;
  }
}
