/* ==========================================================================
   TEKTAR NATIVE ACCOUNT — Theme presentation owner
   WooCommerce independent.
   ========================================================================== */
body.page-template-page-hesabim .tektar-site-shell,
body.page-id-0.page-template-page-hesabim .tektar-site-shell{
  width:min(1440px,calc(100% - 32px))!important;
  max-width:1440px!important;
}
body.page-template-page-hesabim .tektar-main-panel{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
body.page-template-page-hesabim main.tektar-content{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.page-template-page-hesabim .tektar-desktop-density-body{
  width:100%!important;
  max-width:none!important;
  transform:none!important;
  margin-bottom:0!important;
}

.tektar-native-account-page,
.tektar-native-account-content{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.tektar-native-account-content{
  padding:0 0 34px!important;
}
.tektar-native-account-shell{
  width:100%!important;
  max-width:1180px!important;
  min-width:0!important;
  margin:0 auto!important;
  padding:28px!important;
  box-sizing:border-box!important;
  border:1px solid rgba(9,72,41,.12)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(36,173,101,.07),transparent 35%),
    linear-gradient(145deg,#fff,#f8fcfa)!important;
  box-shadow:
    0 28px 64px rgba(5,34,20,.14),
    0 10px 24px rgba(5,34,20,.07),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
}
.tektar-native-account-grid{
  display:grid!important;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;
  gap:22px!important;
  align-items:start!important;
}
.tektar-native-account-primary,
.tektar-native-account-profile{
  min-width:0!important;
}
.tektar-native-account-shell .tmp-panel,
.tektar-native-account-shell .tmp-form{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:24px!important;
  box-sizing:border-box!important;
  border:1px solid rgba(8,119,62,.10)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(5,34,20,.08)!important;
  font-family:inherit!important;
}
.tektar-native-account-shell .tmp-panel h3,
.tektar-native-account-shell .tmp-form h3{
  margin:0 0 18px!important;
  color:#11251a!important;
  font-size:24px!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
.tektar-native-account-shell .tmp-panel p{
  color:#46574d!important;
  line-height:1.6!important;
}
.tektar-native-account-shell .tmp-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px 16px!important;
}
.tektar-native-account-shell .tmp-form label{
  display:block!important;
  color:#31483a!important;
  font-size:12px!important;
  font-weight:800!important;
}
.tektar-native-account-shell .tmp-form input,
.tektar-native-account-shell .tmp-form select,
.tektar-native-account-shell .tmp-form textarea,
.tektar-native-account-shell .tmp-panel textarea{
  width:100%!important;
  min-height:44px!important;
  box-sizing:border-box!important;
  margin-top:6px!important;
  padding:10px 12px!important;
  border:1px solid rgba(8,119,62,.15)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#14261b!important;
  outline:0!important;
}
.tektar-native-account-shell .tmp-form input:focus,
.tektar-native-account-shell .tmp-form textarea:focus,
.tektar-native-account-shell .tmp-panel textarea:focus{
  border-color:#15934f!important;
  box-shadow:0 0 0 4px rgba(21,147,79,.09)!important;
}
.tektar-native-account-shell .tmp-form button,
.tektar-native-account-shell .tmp-panel button{
  min-height:42px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#20aa61,#128b49)!important;
  color:#fff!important;
  font-weight:800!important;
  cursor:pointer!important;
  box-shadow:0 10px 23px rgba(10,128,65,.18)!important;
}
.tektar-native-account-shell .tmp-account-stats{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:18px 0!important;
}
.tektar-native-account-shell .tmp-account-stats span{
  min-width:0!important;
  padding:12px 13px!important;
  border:1px solid rgba(8,119,62,.08)!important;
  border-radius:12px!important;
  background:#f5faf7!important;
  color:#536159!important;
  font-size:12px!important;
}
.tektar-native-account-shell .tmp-account-stats b{
  display:block!important;
  margin-top:4px!important;
  color:#143222!important;
  font-size:13px!important;
}
.tektar-native-account-register{
  margin:18px 0 0!important;
  text-align:center!important;
}
.tektar-native-account-register a{
  color:#08763e!important;
  font-weight:800!important;
}

@media(max-width:900px){
  body.page-template-page-hesabim .tektar-site-shell{
    width:100%!important;
    max-width:none!important;
  }
  .tektar-native-account-shell{
    padding:18px!important;
    border-radius:19px!important;
  }
  .tektar-native-account-grid{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:620px){
  .tektar-native-account-shell{
    padding:12px!important;
  }
  .tektar-native-account-shell .tmp-panel,
  .tektar-native-account-shell .tmp-form{
    padding:17px!important;
    border-radius:16px!important;
  }
  .tektar-native-account-shell .tmp-grid,
  .tektar-native-account-shell .tmp-account-stats{
    grid-template-columns:1fr!important;
  }
}


/* v1.9.70 — Account center premium member composition */
.tektar-native-account-shell--member{max-width:1180px!important;padding:18px!important;background:linear-gradient(145deg,#fff 0%,#f7fbf8 58%,#eef8f2 100%)!important}
.tektar-native-account-member-intro{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin:0 4px 16px!important;padding:4px 2px 14px!important;border-bottom:1px solid rgba(10,116,61,.10)!important}
.tektar-native-account-member-intro span{color:#138049!important;font-size:10px!important;font-weight:900!important;letter-spacing:.15em!important}
.tektar-native-account-member-intro strong{color:#41574a!important;font-size:13px!important;font-weight:650!important}
.tektar-native-account-shell--member .tektar-native-account-grid{grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr)!important;gap:18px!important}
.tektar-native-account-shell--member .tmp-panel,.tektar-native-account-shell--member .tmp-form{height:100%!important;padding:26px!important;border-radius:18px!important;box-shadow:0 15px 36px rgba(7,43,25,.075),inset 0 1px 0 rgba(255,255,255,.98)!important}
.tektar-native-account-shell--member .tmp-panel h3,.tektar-native-account-shell--member .tmp-form h3{font-size:21px!important;margin-bottom:20px!important}
.tektar-native-account-shell--member .tmp-account-stats{margin:20px 0!important;gap:9px!important}
.tektar-native-account-shell--member .tmp-account-stats span{padding:13px 14px!important;border-radius:12px!important;background:linear-gradient(145deg,#f8fcfa,#eef8f2)!important}
.tektar-native-account-shell--member .tmp-account-logout-row{margin:22px 0 0!important}
.tektar-native-account-shell--member .tmp-account-logout-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:0 18px!important;border:1px solid rgba(175,42,42,.13)!important;border-radius:999px!important;background:linear-gradient(135deg,#fff,#fff6f5)!important;color:#a52c2c!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important;box-shadow:0 9px 22px rgba(120,28,28,.08)!important;transition:transform .2s ease,box-shadow .2s ease!important}
@media(hover:hover) and (pointer:fine){.tektar-native-account-shell--member .tmp-account-logout-button:hover{transform:translateY(-2px)!important;box-shadow:0 14px 28px rgba(120,28,28,.13)!important}}
@media(max-width:900px){.tektar-native-account-member-intro{align-items:flex-start!important;flex-direction:column!important}.tektar-native-account-shell--member .tektar-native-account-grid{grid-template-columns:1fr!important}}
