/* ALTAHANY_CUSTOMER_PROFILE_SUITE_V10_84_0 */
.ath-account-divider{
  display:flex;align-items:center;gap:12px;margin:20px 0;color:#8c7f72
}
.ath-account-divider::before,.ath-account-divider::after{
  content:"";flex:1;height:1px;background:rgba(125,83,22,.18)
}
.ath-google-login-button{
  width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:12px;
  border:1px solid rgba(0,0,0,.12);border-radius:16px;background:#fff;color:#2f2f2f;
  text-decoration:none;font-weight:850;box-shadow:0 10px 26px rgba(0,0,0,.06)
}
.ath-google-login-button:hover{transform:translateY(-1px);background:#fcfcfc}
.ath-google-mark{
  width:32px;height:32px;display:grid;place-items:center;border-radius:50%;
  border:1px solid rgba(0,0,0,.14);font-weight:900;color:#4f7dea;font-size:1.5rem
}
.ath-account-help{display:flex;justify-content:flex-end;margin:14px 0 2px}
.ath-account-help a{color:#74490f;text-decoration:none;font-weight:800}
.ath-customer-hub{
  width:min(100% - 24px,1280px);margin:20px auto 40px;padding:24px;border-radius:28px;
  background:#fffdf9;border:1px solid rgba(180,153,114,.16);box-shadow:0 18px 40px rgba(40,24,8,.06)
}
.ath-customer-hub__header{
  display:flex;justify-content:space-between;gap:22px;align-items:flex-start;flex-wrap:wrap;
  padding-bottom:20px;border-bottom:1px solid rgba(181,157,118,.22)
}
.ath-customer-hub__kicker{
  display:inline-flex;padding:8px 14px;border-radius:999px;background:#f3ebdb;color:#7b5723;font-weight:800
}
.ath-customer-hub__header h1{margin:14px 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.08}
.ath-customer-hub__header p{margin:0;max-width:780px;color:#675748}
.ath-customer-hub__actions{display:flex;gap:10px;flex-wrap:wrap}
.ath-chip-button{
  min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:16px;background:linear-gradient(135deg,#c79a4a,#8b5c1a);color:#fff;text-decoration:none;
  border:none;font-weight:850;cursor:pointer
}
.ath-chip-button.is-light{background:#fff8ec;color:#7a5014;border:1px solid rgba(147,102,28,.18)}
.ath-chip-button.is-dark{background:#9b6a22;color:#fff}
.ath-customer-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px
}
.ath-customer-card{
  padding:18px 20px;border:1px solid rgba(195,169,125,.28);border-radius:22px;background:#fff
}
.ath-customer-card span{display:block;color:#7b6c5d;font-size:.95rem;margin-bottom:8px}
.ath-customer-card strong{font-size:1.15rem;color:#352519}
.ath-customer-panels{display:grid;gap:18px;margin-top:22px}
.ath-customer-panel{
  padding:20px;border-radius:24px;background:#fff;border:1px solid rgba(192,167,125,.22)
}
.ath-panel-head{
  display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px
}
.ath-panel-head h2{margin:0;font-size:1.35rem}
.ath-panel-head span{
  min-width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#f4ead5;color:#7a5317;font-weight:800
}
.ath-empty-state{
  padding:18px;border:1px dashed rgba(188,160,120,.55);border-radius:18px;color:#7f6f61;background:#fffdf9
}
.ath-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ath-list-card{
  padding:16px 18px;border-radius:18px;background:#fbf8f2;border:1px solid rgba(188,162,121,.22);
  display:grid;gap:6px
}
.ath-list-card strong{font-size:1.05rem;color:#342418}
.ath-list-card span{color:#7b5926}
.ath-list-card small{color:#8a7b6d}
.ath-profile-tools{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;margin-top:12px}
@media(max-width:980px){
  .ath-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ath-list-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .ath-customer-hub{width:min(100% - 16px,1280px);padding:18px;border-radius:22px}
  .ath-customer-grid{grid-template-columns:1fr}
  .ath-customer-hub__header{padding-bottom:16px}
  .ath-chip-button,.ath-account-primary{width:100%}
}
