.hesabim-sayfa { padding: 40px 0 70px; }
.hesabim-layout { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.hesabim-menu { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); position: sticky; top: 90px; }
.uye-bilgi { padding: 20px; background: var(--primary, #2C3E50); color: #fff; }
.uye-bilgi strong { display: block; font-size: 16px; margin-bottom: 4px; }
.uye-bilgi small { font-size: 13px; opacity: .75; }
.hesabim-nav { display: flex; flex-direction: column; }
.hesabim-nav a { padding: 14px 20px; font-size: 14px; color: #555; border-bottom: 1px solid #f0f0f0; transition: all .2s; display: flex; align-items: center; gap: 8px; }
.hesabim-nav a:hover { background: #f8f9fa; color: var(--secondary, #E67E22); }
.hesabim-nav a.aktif { background: #fff7f0; color: var(--secondary, #E67E22); font-weight: 600; border-left: 3px solid var(--secondary, #E67E22); }
.cikis-link { color: #e74c3c !important; }
.hesabim-icerik { background: #fff; border-radius: 10px; padding: 28px; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.hesabim-icerik h2 { font-size: 20px; color: var(--primary); margin-bottom: 20px; }
.siparis-listesi { display: flex; flex-direction: column; gap: 12px; }
.siparis-kart { border: 1px solid #eee; border-radius: 8px; padding: 16px; }
.siparis-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.siparis-bilgi { display: flex; gap: 20px; font-size: 13px; color: #666; flex-wrap: wrap; }
.durum { font-size: 12px; padding: 3px 10px; border-radius: 14px; font-weight: 600; }
.durum-beklemede    { background: #fff3cd; color: #856404; }
.durum-onaylandi    { background: #d4edda; color: #155724; }
.durum-hazirlaniyor { background: #d1ecf1; color: #0c5460; }
.durum-kargolandi   { background: #cce5ff; color: #004085; }
.durum-teslim_edildi{ background: #d4edda; color: #155724; }
.durum-iptal        { background: #f8d7da; color: #721c24; }
.durum-odendi       { background: #d4edda; color: #155724; }
.durum-iade         { background: #f8d7da; color: #721c24; }
.adres-listesi { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-bottom: 24px; }
.adres-kart { border: 1px solid #eee; border-radius: 8px; padding: 16px; background: #f8f9fa; }
.adres-kart strong { display: block; margin-bottom: 8px; color: var(--primary); }
.adres-kart p { font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 10px; }
.bos-durum { text-align: center; padding: 40px 0; }
.bos-durum p { color: #888; margin-bottom: 16px; }
.sifre-form { max-width: 400px; }
.adres-form .form-grup { margin-bottom: 14px; }
@media (max-width: 900px) {
  .hesabim-layout { grid-template-columns: 1fr; }
  .hesabim-menu { position: static; }
}
@media (max-width: 480px) {
  .hesabim-icerik { padding: 16px; }
  .siparis-bilgi { flex-direction: column; gap: 4px; }
  .siparis-header { flex-wrap: wrap; gap: 6px; }
  .adres-listesi { grid-template-columns: 1fr; }
  .sifre-form { max-width: 100%; }
}
