/* =====================================================================
   NAILS BY TUU — uygulama bilesenleri
   tasarim.css'ten SONRA yuklenir. Prototipin degiskenlerini kullanir;
   orada tanimli hicbir kurali ezmez, yalnizca yenilerini ekler.
   ===================================================================== */

/* ---------------------------------------------------------------------
   BILDIRIMLER
   --------------------------------------------------------------------- */
.bildirim-alan { padding-top: 104px; }
section + .bildirim-alan,
main .bildirim-alan { padding-top: 0; }

.bildirim {
  border: 1px solid var(--line);
  border-left-width: 3px;
  background: var(--coal);
  color: var(--bone);
  border-radius: 4px;
  padding: 14px 18px;
  margin-bottom: 12px;
  font-size: 15px;
  transition: opacity .6s ease;
}
.bildirim-basari { border-left-color: #6FA07A; }
.bildirim-hata   { border-left-color: #B4695F; }
.bildirim-bilgi  { border-left-color: var(--sand); }
.bildirim-solgun { opacity: .45; }

/* Acik zeminli bolumlerde */
.zemin-acik .bildirim {
  background: #fff;
  color: #3D3A35;
  border-color: #E2D9CB;
}

/* ---------------------------------------------------------------------
   NAV — yonetim baglantisi
   --------------------------------------------------------------------- */
.nav .nav-yonetim {
  color: var(--sand);
  border: 1px solid rgba(198,161,122,.34);
  border-radius: 999px;
  padding: 5px 13px;
}

/* Hesap blogu: avatar + ad + cikis */
.nav-hesap {
  display: inline-flex; align-items: center; gap: 4px;
  padding-left: 12px; margin-left: 4px;
  border-left: 1px solid var(--line);
}
.nav-hesap form { display: inline; }

.nav-profil { display: inline-flex; align-items: center; gap: 8px; }
.nav-profil:hover { color: var(--bone); }

.nav-cikis {
  font: inherit; font-size: 14px; color: var(--mute-dark);
  padding: 5px 9px; border-radius: 4px; cursor: pointer;
  background: none; border: 0;
}
.nav-cikis:hover { color: #D08A80; background: rgba(180,105,95,.1); }

/* ---------------------------------------------------------------------
   AVATAR
   --------------------------------------------------------------------- */
.avatar {
  border-radius: 50%;
  object-fit: cover;
  display: inline-grid; place-items: center;
  flex: 0 0 auto;
  background: var(--coal-2);
  border: 1px solid var(--line);
  overflow: hidden;
}
.avatar-harf {
  font-family: var(--display);
  color: var(--sand);
  letter-spacing: .02em;
  line-height: 1;
  user-select: none;
}

.profil-foto-satir {
  display: flex; align-items: center; gap: 22px;
  flex-wrap: wrap; margin-top: 20px;
}

/* JS varken, yerine daha iyi bir arayuz konan kontroller hic gorunmez.
   JS yoksa gorunur kalir ve klasik dosya yukleme calisir. */
.js [data-js-gizle] { display: none !important; }

/* ---------------------------------------------------------------------
   PROFIL FOTOGRAFI — tiklanabilir avatar
   --------------------------------------------------------------------- */
.avatar-duzenle {
  position: relative; padding: 0; border: 0; background: none;
  cursor: pointer; line-height: 0; border-radius: 50%;
  transition: transform .18s ease;
}
.avatar-duzenle:hover { transform: scale(1.03); }
.avatar-duzenle:active { transform: scale(.98); }
.avatar-duzenle .avatar { border-width: 2px; }

.avatar-kamera {
  position: absolute; right: -2px; bottom: -2px;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--sand); color: var(--ink);
  border: 3px solid var(--coal);
  box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.avatar-kamera svg { width: 17px; height: 17px; }

/* ---------------------------------------------------------------------
   ALT MENU  (action sheet)
   --------------------------------------------------------------------- */
.alt-menu {
  position: fixed; inset: 0; z-index: 120;
  display: none; align-items: flex-end; justify-content: center;
  background: rgba(8,9,10,.66);
  backdrop-filter: blur(3px);
  padding: 18px;
}
.alt-menu[open] { display: flex; animation: altMenuGir .2s ease both; }
@keyframes altMenuGir { from { opacity: 0 } to { opacity: 1 } }

.alt-menu-ic {
  width: 100%; max-width: 430px;
  background: var(--coal); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden;
  animation: altMenuYukari .24s cubic-bezier(.2,.8,.3,1) both;
}
@keyframes altMenuYukari { from { transform: translateY(14px) } to { transform: none } }

.alt-menu-bas {
  padding: 18px; text-align: center;
  font-size: 12.5px; letter-spacing: .14em; color: var(--mute-dark);
  border-bottom: 1px solid var(--line);
}
.alt-menu-oge {
  display: block; width: 100%;
  padding: 17px 18px; text-align: center;
  font-size: 15.5px; color: var(--bone);
  border: 0; border-top: 1px solid rgba(49,53,58,.7);
  background: none; cursor: pointer;
}
.alt-menu-oge:first-of-type { border-top: 0; }
.alt-menu-oge:hover { background: var(--coal-2); }
.alt-menu-oge.vurgu { color: var(--sand); }
.alt-menu-oge.tehlike { color: #D08A80; }

/* ---------------------------------------------------------------------
   KIRPICI
   --------------------------------------------------------------------- */
.kirpici {
  position: fixed; inset: 0; z-index: 130;
  display: none; align-items: center; justify-content: center;
  background: rgba(8,9,10,.9);
  padding: 16px;
}
.kirpici[open] { display: flex; }

.kirpici-ic {
  width: 100%; max-width: 440px;
  background: var(--coal); border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden;
}
.kirpici-bas {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px; color: var(--mute);
}
.kirpici-metin {
  background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 15px; color: var(--mute);
  padding: 6px 8px; border-radius: 5px;
}
.kirpici-metin:hover { color: var(--bone); }
.kirpici-metin.vurgu { color: var(--sand); font-weight: 500; }
.kirpici-metin:disabled { opacity: .5; cursor: default; }

.kirpici-govde { padding: 20px 18px 22px; }

.kirp-alan {
  position: relative; margin: 0 auto; width: max-content;
  border-radius: 8px; overflow: hidden; background: #000;
  touch-action: none;
}
#kirpTuval { display: block; cursor: grab; }
#kirpTuval:active { cursor: grabbing; }

/* Daire disini karartan maske */
.kirp-maske {
  position: absolute; inset: 0; pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 0 0 9999px rgba(8,9,10,.62);
  outline: 1px solid rgba(241,236,228,.32);
  outline-offset: -1px;
}

.kirp-zum {
  display: flex; align-items: center; gap: 12px;
  margin-top: 20px; color: var(--mute-dark); font-size: 17px;
}
.kirp-zum input[type="range"] {
  flex: 1; -webkit-appearance: none; appearance: none;
  height: 3px; border-radius: 99px; background: var(--line); outline: none;
}
.kirp-zum input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--sand); cursor: pointer; border: 0;
}
.kirp-zum input[type="range"]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--sand); cursor: pointer; border: 0;
}

.kirp-ipucu {
  margin-top: 14px; text-align: center;
  font-size: 13px; color: var(--mute-dark);
}

/* ---------------------------------------------------------------------
   IC SAYFA BASLIGI  (ana sayfa disindaki sayfalarda)
   --------------------------------------------------------------------- */
.sayfa-bas {
  padding-top: clamp(118px, 13vw, 172px);
  padding-bottom: clamp(30px, 4vw, 46px);
}
.sayfa-bas h1 { font-size: clamp(34px, 5vw, 52px); margin-top: 14px; }
.sayfa-bas .lede { margin-top: 18px; }

.geri-bag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--mute); margin-bottom: 8px;
}
.geri-bag::before { content: '←'; color: var(--sand); }
.geri-bag:hover { color: var(--bone); }

/* ---------------------------------------------------------------------
   FORMLAR   (.field prototipte var; burada eksikler tamamlanir)
   --------------------------------------------------------------------- */
.field input[type="checkbox"] { width: auto; margin-right: 9px; }

.field-onay {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--mute); line-height: 1.55;
  margin: 6px 0 20px;
}
.field-onay input { margin-top: 4px; flex: 0 0 auto; }
.field-onay a { color: var(--sand); text-decoration: underline; text-underline-offset: 3px; }

.field-hata {
  display: block; margin-top: 7px;
  font-size: 13px; color: #D08A80;
}
.field input.hatali, .field select.hatali, .field textarea.hatali {
  border-color: #B4695F;
}

.form-ipucu { font-size: 13px; color: var(--mute-dark); margin-top: 7px; }

/* ---------------------------------------------------------------------
   KIMLIK SAYFALARI  (giris / kayit / parola)
   --------------------------------------------------------------------- */
.kimlik {
  min-height: 100vh;
  display: grid; place-items: center;
  padding: clamp(96px, 12vw, 140px) var(--gutter) 60px;
}
.kimlik-kart {
  width: 100%; max-width: 440px;
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(28px, 4vw, 42px);
}
.kimlik-kart h1 { font-size: 30px; margin-bottom: 8px; }
.kimlik-kart .lede { font-size: 15px; margin-bottom: 26px; }
.kimlik-kart .btn { width: 100%; margin-top: 6px; }

.kimlik-alt {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14.5px; color: var(--mute);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.kimlik-alt a { color: var(--sand); }

.kimlik-logo { width: 54px; height: 54px; margin-bottom: 20px; opacity: .92; }

/* ---------------------------------------------------------------------
   VIDEO
   --------------------------------------------------------------------- */
.video-kutu {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.video-kutu iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
}
/* aspect-ratio desteklemeyen eski tarayicilar icin yedek */
@supports not (aspect-ratio: 16 / 9) {
  .video-kutu { height: 0; padding-bottom: 56.25%; }
}

.video-kilit {
  aspect-ratio: 16 / 9;
  display: grid; place-items: center; text-align: center;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(198,161,122,.10), transparent 62%),
    var(--coal-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px;
}
.video-kilit p { color: var(--mute); margin: 14px 0 20px; font-size: 16px; }

.kilit-ikon {
  display: block; width: 34px; height: 30px; margin: 0 auto;
  border: 2px solid var(--sand); border-radius: 5px; position: relative;
}
.kilit-ikon::before {
  content: ''; position: absolute; left: 50%; top: -15px;
  width: 19px; height: 17px; transform: translateX(-50%);
  border: 2px solid var(--sand); border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

/* ---------------------------------------------------------------------
   DERS LISTESI
   --------------------------------------------------------------------- */
.ders-duzen {
  display: grid; grid-template-columns: 1fr 340px; gap: 34px;
  align-items: start;
}
.ders-liste {
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  position: sticky; top: 92px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.ders-liste-bas {
  padding: 18px 20px; border-bottom: 1px solid var(--line);
  font-size: 13px; letter-spacing: .14em; color: var(--sand);
}
.ders-bolum {
  padding: 15px 20px 7px;
  font-size: 12.5px; letter-spacing: .12em; color: var(--mute-dark);
  text-transform: uppercase;
}
.ders-satir {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 13px 20px; border-top: 1px solid rgba(49,53,58,.6);
  font-size: 15px; color: var(--mute); line-height: 1.45;
}
.ders-satir:hover { background: var(--coal-2); color: var(--bone); }
.ders-satir.aktif { background: var(--coal-2); color: var(--bone); box-shadow: inset 3px 0 0 var(--sand); }
.ders-satir .no { color: var(--mute-dark); font-size: 13px; min-width: 20px; padding-top: 2px; }
.ders-satir .sure { margin-left: auto; font-size: 13px; color: var(--mute-dark); white-space: nowrap; }
.ders-satir.kilitli { opacity: .5; }
.ders-satir.bitti .no { color: #6FA07A; }
.ders-rozet {
  font-size: 11px; letter-spacing: .08em; color: var(--ink);
  background: var(--sand); border-radius: 3px; padding: 2px 6px;
}

/* ---------------------------------------------------------------------
   ILERLEME CUBUGU
   --------------------------------------------------------------------- */
.ilerleme {
  height: 4px; background: var(--line); border-radius: 99px; overflow: hidden;
}
.ilerleme > span { display: block; height: 100%; background: var(--sand); }
.ilerleme-yazi { font-size: 13px; color: var(--mute-dark); margin-top: 8px; }

/* ---------------------------------------------------------------------
   RANDEVU — takvim ve saat secimi
   --------------------------------------------------------------------- */
.randevu-cagri {
  background: rgba(255,255,255,.5);
  border: 1px solid #E2D9CB;
  border-radius: 6px;
  padding: clamp(26px, 4vw, 40px);
  display: grid; align-content: center;
}
.book .randevu-cagri .btn { width: 100%; }

.takvim {
  background: var(--coal); border: 1px solid var(--line);
  border-radius: 6px; padding: 20px;
}
.takvim-bas {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.takvim-bas b { font-family: var(--display); font-size: 19px; font-weight: 400; }
.takvim-ok {
  width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%;
  color: var(--bone); display: grid; place-items: center;
}
.takvim-ok:disabled { opacity: .3; cursor: not-allowed; }

.takvim-izgara { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.takvim-izgara .gun-adi {
  text-align: center; font-size: 11.5px; letter-spacing: .08em;
  color: var(--mute-dark); padding-bottom: 8px;
}
.takvim-gun {
  aspect-ratio: 1; display: grid; place-items: center;
  border: 1px solid transparent; border-radius: 5px;
  font-size: 15px; color: var(--bone); background: var(--coal-2);
}
.takvim-gun:hover:not(:disabled) { border-color: var(--sand); }
.takvim-gun:disabled { color: var(--mute-dark); background: transparent; cursor: not-allowed; }
.takvim-gun.secili { background: var(--sand); color: var(--ink); font-weight: 500; }
.takvim-gun.bugun { box-shadow: inset 0 0 0 1px var(--line); }

.saat-izgara {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 9px; margin-top: 8px;
}
.saat-dugme {
  padding: 12px 8px; text-align: center;
  border: 1px solid var(--line); border-radius: 5px;
  background: var(--coal-2); color: var(--bone); font-size: 15px;
}
.saat-dugme:hover:not(:disabled) { border-color: var(--sand); }
.saat-dugme.secili { background: var(--sand); color: var(--ink); border-color: var(--sand); }
.saat-dugme:disabled { opacity: .32; cursor: not-allowed; text-decoration: line-through; }

.bos-durum {
  padding: 30px; text-align: center; color: var(--mute);
  border: 1px dashed var(--line); border-radius: 6px; font-size: 15px;
}

/* ---------------------------------------------------------------------
   OZET KUTUSU  (satin alma / randevu ozeti)
   --------------------------------------------------------------------- */
.ozet {
  background: var(--coal); border: 1px solid var(--line);
  border-radius: 6px; padding: 24px;
}
.ozet h3 { font-size: 20px; margin-bottom: 16px; }
.ozet-satir {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 11px 0; border-top: 1px solid rgba(49,53,58,.7);
  font-size: 15px; color: var(--mute);
}
.ozet-satir b { color: var(--bone); font-weight: 400; text-align: right; }
.ozet-toplam {
  margin-top: 14px; padding-top: 16px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: baseline;
}
.ozet-toplam b { font-family: var(--display); font-size: 29px; color: var(--sand); }

/* ---------------------------------------------------------------------
   DURUM ETIKETLERI
   --------------------------------------------------------------------- */
.etiket {
  display: inline-block; font-size: 12px; letter-spacing: .06em;
  padding: 4px 10px; border-radius: 999px; border: 1px solid;
  white-space: nowrap;
}
.etiket-bekliyor  { color: #D6A85F; border-color: rgba(214,168,95,.42); }
.etiket-onaylandi { color: #6FA07A; border-color: rgba(111,160,122,.42); }
.etiket-iptal     { color: #B4695F; border-color: rgba(180,105,95,.42); }
.etiket-geldi     { color: var(--sand); border-color: rgba(198,161,122,.42); }
.etiket-notr      { color: var(--mute); border-color: var(--line); }

/* ---------------------------------------------------------------------
   TABLO  (yonetim listeleri)
   --------------------------------------------------------------------- */
.tablo-sar { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; }
.tablo { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 620px; }
.tablo th {
  text-align: left; font-weight: 400; font-size: 12.5px; letter-spacing: .1em;
  color: var(--mute-dark); padding: 14px 16px;
  background: var(--coal-2); border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.tablo td { padding: 14px 16px; border-bottom: 1px solid rgba(49,53,58,.6); color: var(--mute); vertical-align: top; }
.tablo tr:last-child td { border-bottom: 0; }
.tablo tr:hover td { background: rgba(33,36,41,.55); color: var(--bone); }
.tablo .sag { text-align: right; }
.tablo b { color: var(--bone); font-weight: 400; }

/* ---------------------------------------------------------------------
   YONETIM PANELI
   --------------------------------------------------------------------- */
.yonetim { display: grid; grid-template-columns: 232px 1fr; min-height: 100vh; }

.yonetim-yan {
  background: var(--coal); border-right: 1px solid var(--line);
  padding: 24px 0; position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.yonetim-marka {
  display: flex; align-items: center; gap: 11px;
  padding: 0 22px 22px; margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.yonetim-marka img { width: 34px; height: 34px; }
.yonetim-marka span { font-family: var(--display); font-size: 16px; line-height: 1.2; }
.yonetim-marka small { display: block; font-family: var(--body); font-size: 10.5px; letter-spacing: .12em; color: var(--mute-dark); }

.yonetim-menu { display: flex; flex-direction: column; padding: 8px 0; }
.yonetim-menu a {
  padding: 11px 22px; font-size: 15px; color: var(--mute);
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.yonetim-menu a:hover { color: var(--bone); background: var(--coal-2); }
.yonetim-menu a.aktif { color: var(--bone); background: var(--coal-2); box-shadow: inset 3px 0 0 var(--sand); }
.yonetim-menu .ayrac {
  margin: 12px 22px 6px; padding-top: 12px; border-top: 1px solid var(--line);
  font-size: 11px; letter-spacing: .13em; color: var(--mute-dark);
}
.yonetim-menu .sayac {
  background: var(--sand); color: var(--ink); font-size: 11.5px;
  border-radius: 99px; padding: 1px 8px; min-width: 20px; text-align: center;
}

.yonetim-icerik { padding: clamp(24px, 3vw, 40px); max-width: 1180px; }
.yonetim-bas {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; margin-bottom: 26px;
}
.yonetim-bas h1 { font-size: 30px; }
.yonetim-bas .lede { font-size: 15px; margin-top: 6px; }

.kart-izgara {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px; margin-bottom: 30px;
}
.olcum {
  background: var(--coal); border: 1px solid var(--line);
  border-radius: 6px; padding: 20px 22px;
}
.olcum b { display: block; font-family: var(--display); font-size: 34px; color: var(--bone); }
.olcum span { font-size: 13px; color: var(--mute-dark); letter-spacing: .05em; }
.olcum.vurgu { border-color: rgba(198,161,122,.4); }
.olcum.vurgu b { color: var(--sand); }

.panel {
  background: var(--coal); border: 1px solid var(--line);
  border-radius: 6px; padding: clamp(20px, 3vw, 30px); margin-bottom: 22px;
}
.panel > h2 { font-size: 21px; margin-bottom: 6px; }
.panel > .lede { font-size: 14.5px; margin-bottom: 22px; }

.btn-kucuk { padding: 8px 15px; font-size: 13.5px; }
.btn-tehlike { border-color: rgba(180,105,95,.5); color: #D08A80; }
.btn-tehlike:hover { background: rgba(180,105,95,.12); }

.islem-grup { display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------------------------------------------------------------------
   KUCUK DUZELTMELER
   --------------------------------------------------------------------- */
.foot-yasal { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-yasal a:hover { color: var(--sand); }

.map-dolu { padding: 0; overflow: hidden; }
.map-dolu iframe {
  width: 100%; height: 100%; min-height: 250px; border: 0; display: block;
  /* Google haritasini koyu temaya yaklastir */
  filter: grayscale(.35) contrast(1.05) brightness(.88);
}
.harita-bag {
  display: inline-block; margin-top: 12px;
  font-size: 14px; color: var(--sand);
}
.harita-bag:hover { text-decoration: underline; text-underline-offset: 3px; }

.yazi-akis { max-width: 74ch; }
.yazi-akis h2 { font-size: 24px; margin: 38px 0 12px; }
.yazi-akis h3 { font-size: 19px; margin: 26px 0 10px; }
.yazi-akis p, .yazi-akis li { color: var(--mute); font-size: 16px; }
.yazi-akis ul, .yazi-akis ol { padding-left: 22px; margin: 12px 0; }
.yazi-akis li { margin-bottom: 8px; }
.yazi-akis strong { color: var(--bone); font-weight: 400; }

/* ---------------------------------------------------------------------
   DAR EKRAN
   --------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .ders-duzen { grid-template-columns: 1fr; }
  .ders-liste { position: static; max-height: none; }
}

@media (max-width: 860px) {
  .yonetim { grid-template-columns: 1fr; }
  .yonetim-yan {
    position: static; height: auto; border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .yonetim-menu { flex-direction: row; flex-wrap: wrap; gap: 4px; padding: 10px 16px; }
  .yonetim-menu a { padding: 8px 13px; border-radius: 5px; font-size: 14px; }
  .yonetim-menu a.aktif { box-shadow: none; }
  .yonetim-menu .ayrac { display: none; }
}

/* Menudeki randevu baglantisi yalnizca mobilde;
   masaustunde sag ustteki .head-cta butonu zaten var. */
.nav .nav-randevu { display: block; color: var(--sand); }

@media (max-width: 860px) {
  .nav .nav-randevu { display: block; color: var(--sand); }

  /* Dikey mobil menude hesap blogu satir haline gelir */
  .nav-hesap {
    display: flex; width: 100%; align-items: center; justify-content: space-between;
    gap: 0; margin: 6px 0 0; padding-left: 0;
    border-left: 0; border-top: 1px solid var(--line);
  }
  .nav .nav-profil { width: auto; padding: 15px var(--gutter); }
  .nav-cikis { padding: 15px var(--gutter); font-size: 16px; }
}

@media (max-width: 640px) {
  .kimlik { padding-top: 96px; }
  .saat-izgara { grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); }
  .ozet-toplam b { font-size: 25px; }
  .profil-foto-satir { gap: 16px; }
}
