.account-page-body { background: linear-gradient(180deg, #fff 0%, #fff9f0 58%, #fff 100%); }
.account-page-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 5px 18px rgba(24,59,42,.06); }
.account-header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.account-page-brand { display: flex; align-items: center; gap: 14px; }
.account-page-brand img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; }
.account-page-brand strong, .account-page-brand small { display: block; }
.account-page-brand strong { color: var(--green-950); font: 700 26px Georgia, serif; }
.account-page-brand small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.account-header-actions { display: flex; align-items: center; gap: 22px; }
.account-back-link { color: var(--green-900); font-weight: 800; }
.account-cart-button { position: relative; min-width: 132px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; background: #fffaf5; color: var(--green-950); }
.account-cart-button span { font-size: 24px; }
.account-cart-button b { position: absolute; top: -10px; left: 29px; min-width: 24px; height: 24px; display: grid; place-items: center; padding: 0 5px; border-radius: 50%; background: var(--orange-700); color: white; font-size: 11px; }
.account-breadcrumb { min-height: 64px; display: flex; align-items: center; gap: 10px; color: #778179; font-size: 13px; }
.account-breadcrumb strong { color: var(--green-950); }
.account-page-layout { display: grid; grid-template-columns: minmax(430px, 1.05fr) minmax(420px, .95fr); gap: 46px; align-items: stretch; padding-bottom: 90px; }
.account-visual-panel { position: relative; min-height: 690px; overflow: hidden; border-radius: 26px; background: var(--green-950); box-shadow: 0 24px 60px rgba(18,59,42,.18); }
.account-visual-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,59,42,.05), rgba(18,59,42,.9)); }
.account-visual-panel img { width: 100%; height: 100%; object-fit: cover; }
.account-visual-overlay { position: absolute; z-index: 2; inset: auto 45px 44px; color: #fff; }
.account-pill { display: inline-flex; padding: 9px 13px; border-radius: 999px; background: var(--orange-700); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.account-visual-overlay h1 { margin: 20px 0 16px; font: 700 clamp(46px, 5vw, 70px)/1 Georgia, serif; letter-spacing: -.035em; }
.account-visual-overlay p { max-width: 600px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.65; }
.account-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.account-benefits span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; }
.account-main-card { align-self: center; padding: 46px; border: 1px solid #e3e7df; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 20px 55px rgba(18,59,42,.1); }
.account-card-heading h2 { margin: 0 0 12px; color: var(--green-950); font: 700 clamp(36px, 4vw, 52px)/1.08 Georgia, serif; }
.account-card-heading > p:last-child { margin: 0; color: #647169; line-height: 1.6; }
.full-account-form { display: grid; gap: 18px; margin-top: 28px; }
.full-account-form label { display: grid; gap: 9px; color: var(--green-950); font-size: 13px; font-weight: 900; }
.full-account-form input, .full-account-form textarea { width: 100%; padding: 15px 16px; border: 1px solid #d8dfd6; border-radius: 11px; outline: 0; background: #fff; color: var(--ink); }
.full-account-form input:focus, .full-account-form textarea:focus { border-color: var(--orange-600); box-shadow: 0 0 0 4px rgba(242,140,40,.12); }
.full-phone-input { display: grid; grid-template-columns: 62px 1fr; overflow: hidden; border: 1px solid #d8dfd6; border-radius: 11px; background: #fff; }
.full-phone-input:focus-within { border-color: var(--orange-600); box-shadow: 0 0 0 4px rgba(242,140,40,.12); }
.full-phone-input span { display: grid; place-items: center; border-right: 1px solid #e4e8e1; background: #f5f8f3; color: var(--green-900); font-weight: 900; }
.full-phone-input input { border: 0; border-radius: 0; box-shadow: none !important; }
.account-security-note { display: grid; grid-template-columns: 34px 1fr; gap: 11px; padding: 14px; border-radius: 11px; background: #f1f7f1; color: #5e6b63; font-size: 11px; line-height: 1.5; }
.account-security-note span { font-size: 20px; }
.account-security-note p { margin: 0; }
.full-profile-section { margin-top: 26px; }
.account-login-status { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid #cfe3d1; border-radius: 13px; background: #eef8ef; }
.account-login-status > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: #fff; font-weight: 900; }
.account-login-status small, .account-login-status strong { display: block; }
.account-login-status small { margin-bottom: 4px; color: #728078; }
.account-login-status strong { color: var(--green-950); }
.account-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.account-page-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 19px; }
.account-page-actions .btn { min-width: 150px; }
.account-logout-button { border: 0; background: transparent; color: #b44a31; font-weight: 800; cursor: pointer; }
.account-page-toast { position: fixed; z-index: 90; left: 50%; bottom: 26px; transform: translate(-50%, 25px); padding: 13px 19px; border-radius: 999px; background: var(--green-950); color: white; font-weight: 800; opacity: 0; pointer-events: none; transition: .2s; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.account-page-toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 980px) {
  .account-page-layout { grid-template-columns: 1fr; }
  .account-visual-panel { min-height: 430px; }
}
@media (max-width: 760px) {
  .page-width { width: min(100% - 30px, 680px); }
  .top-strip { padding: 10px 15px; font-size: 11px; }
  .top-social { display: none; }
  .account-header-inner { min-height: 76px; }
  .account-page-brand img { width: 50px; height: 50px; }
  .account-page-brand strong { font-size: 20px; }
  .account-page-brand small, .account-back-link { display: none; }
  .account-cart-button { min-width: 108px; }
  .account-breadcrumb { min-height: 52px; }
  .account-page-layout { gap: 22px; padding-bottom: 55px; }
  .account-visual-panel { min-height: 330px; border-radius: 18px; }
  .account-visual-overlay { inset: auto 22px 24px; }
  .account-visual-overlay h1 { font-size: 40px; }
  .account-visual-overlay p { font-size: 14px; }
  .account-benefits { display: none; }
  .account-main-card { padding: 28px 21px; border-radius: 18px; }
  .account-card-heading h2 { font-size: 37px; }
  .account-form-row { grid-template-columns: 1fr; }
  .account-page-actions { align-items: stretch; flex-direction: column; }
  .account-page-actions .btn, .account-logout-button { width: 100%; }
  .account-logout-button { padding: 13px; }
}
