/* Pengaturan Akun — visual mengikuti referensi panel admin */
.account-settings-card {
  max-width: 920px;
  margin: 18px auto 0;
  padding: 30px 34px 34px;
  border: 1px solid #e4ebf5;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,251,255,.96));
  box-shadow: 0 18px 40px rgba(43, 75, 126, .12), inset 0 1px 0 rgba(255,255,255,.95);
}
.account-settings-heading, .account-settings-section-head { display: flex; align-items: flex-start; gap: 16px; }
.account-settings-heading { margin-bottom: 28px; }
.account-settings-icon, .account-settings-mini-icon {
  display: grid; place-items: center; flex: 0 0 auto; color: #1765d1;
  background: linear-gradient(145deg, #eef6ff, #dcecff); border: 1px solid #d2e5ff;
  box-shadow: 0 8px 16px rgba(50,105,183,.14), inset 0 1px 0 #fff;
}
.account-settings-icon { width: 54px; height: 54px; border-radius: 15px; }
.account-settings-mini-icon { width: 38px; height: 38px; border-radius: 12px; }
.account-settings-icon .ico { width: 27px; height: 27px; }
.account-settings-mini-icon .ico { width: 19px; height: 19px; }
.account-settings-heading h2 { margin: 2px 0 5px; color: #10234a; font-size: 25px; letter-spacing: -.025em; }
.account-settings-heading p, .account-settings-section-head p { margin: 0; color: #697991; font-size: 13px; line-height: 1.45; }
.account-settings-section { padding: 24px 20px 20px; border: 1px solid #e5ecf6; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 8px 22px rgba(46,79,128,.06); }
.account-settings-section-head { margin-bottom: 21px; }
.account-settings-section-head h3 { margin: 1px 0 4px; color: #142746; font-size: 17px; }
.account-field { margin: 0 0 16px; }
.account-field label { display: block; margin: 0 0 7px; color: #243653; font-size: 13px; font-weight: 800; }
.account-password-wrap { position: relative; }
.account-password-wrap input { width: 100%; height: 45px; padding: 0 46px 0 14px; border: 1px solid #dbe5f2; border-radius: 10px; background: #fbfdff; color: #182d4f; font-size: 14px; box-shadow: inset 0 2px 5px rgba(50,85,130,.04), 0 2px 6px rgba(50,85,130,.04); }
.account-password-wrap input:focus { outline: none; border-color: #5c9bf0; box-shadow: 0 0 0 3px rgba(58,133,237,.13); }
.account-password-toggle { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 7px; color: #8190a6; background: transparent; cursor: pointer; }
.account-password-toggle:hover { color: #1765d1; background: #edf5ff; }
.account-green-button, .account-google-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 43px; padding: 0 20px; border-radius: 9px; color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .18s, box-shadow .18s; }
.account-green-button { border: 1px solid #42c58a; background: linear-gradient(180deg, #31c77c, #15995a); box-shadow: 0 8px 14px rgba(17,157,88,.22), inset 0 2px 0 rgba(255,255,255,.38); }
.account-google-button { border: 1px solid #4f8ff2; background: linear-gradient(180deg, #3989f3, #1761d2); box-shadow: 0 8px 14px rgba(31,99,211,.22), inset 0 2px 0 rgba(255,255,255,.35); }
.account-green-button:hover, .account-google-button:hover { transform: translateY(-1px); }
.account-google-status { margin-top: 13px; padding: 10px 13px; border: 1px solid #bde7cd; border-radius: 9px; background: #effbf3; color: #17613b; font-size: 12px; font-weight: 700; }
.account-google-status::before { content: '✓ '; font-weight: 900; }
.account-settings-divider { height: 1px; margin: 26px 0; background: #e6edf6; }
.account-google-icon, .google-glyph { display: grid; place-items: center; flex: 0 0 auto; color: #4285f4; font-family: Arial, sans-serif; font-weight: 900; }
.account-google-icon { width: 38px; height: 38px; border-radius: 12px; border: 1px solid #e5ecf6; background: #fff; font-size: 22px; box-shadow: 0 5px 12px rgba(70,96,136,.1); }
.google-glyph { width: 19px; height: 19px; border-radius: 50%; background: #fff; font-size: 14px; }
@media (max-width: 640px) { .account-settings-card { margin-top: 8px; padding: 22px 16px; border-radius: 16px; } .account-settings-heading h2 { font-size: 21px; } .account-settings-section { padding: 18px 14px; } }
