/* Sarmobi Saha — Mobil PWA (tasarım referansı: Saha Ziyaret.dc.html) */

html, body { margin: 0; padding: 0; background: #F7F3ED; font-family: 'Archivo', sans-serif; color: #14243C; }
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
input, button { font-family: 'Archivo', sans-serif; }
input:focus { outline: 2px solid #D1552E; outline-offset: -1px; }
button { cursor: pointer; }
::-webkit-scrollbar { width: 0; height: 0; }
@keyframes dotPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.35); } }

.gizli { display: none !important; }

.uygulama { min-height: 100dvh; display: flex; flex-direction: column; }

/* ---------- GİRİŞ ---------- */
.giris {
  flex: 1; background: #14243C; color: #fff;
  display: flex; flex-direction: column; min-height: 100dvh; padding: 0 28px 40px;
}
.giris-ic { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.giris-logo {
  width: 64px; height: 64px; border-radius: 18px; background: #D1552E;
  display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 900;
}
.giris-baslik { font-size: 30px; font-weight: 900; letter-spacing: -0.01em; margin-top: 20px; }
.giris-alt { font-size: 15px; font-weight: 600; color: #9FB0C6; margin-top: 6px; line-height: 1.5; }
.giris-form { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.giris-input {
  width: 100%; height: 56px; border: none; border-radius: 16px; padding: 0 18px;
  font-size: 16px; font-weight: 600; background: #1D3050; color: #fff;
}
.giris-input::placeholder { color: #7C8CA5; }
.hatirla { display: flex; align-items: center; gap: 12px; margin-top: 16px; border: none; background: none; padding: 6px 0; }
.hatirla-sw { width: 38px; height: 22px; border-radius: 999px; background: #2C4166; position: relative; transition: background 0.2s; }
.hatirla-sw .top { position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: left 0.2s; }
.hatirla.acik .hatirla-sw { background: #D1552E; }
.hatirla.acik .hatirla-sw .top { left: 18px; }
.hatirla-metin { font-size: 15px; font-weight: 700; color: #C7D2E2; }
.giris-btn {
  margin-top: 24px; width: 100%; height: 60px; border: none; border-radius: 18px;
  background: #D1552E; color: #fff; font-size: 18px; font-weight: 800;
  box-shadow: 0 8px 20px rgba(209, 85, 46, 0.35);
}
.giris-btn:active { transform: scale(0.98); }
.giris-not {
  margin-top: 18px; font-size: 13px; font-weight: 600; color: #7C8CA5; line-height: 1.5;
  display: flex; gap: 9px; align-items: flex-start;
}
.giris-not .yesil-nokta { width: 8px; height: 8px; border-radius: 50%; background: #3DDC84; flex: none; margin-top: 4px; }
.giris-hata {
  margin-top: 16px; font-size: 14px; font-weight: 700; color: #FF9C8A;
  background: rgba(196, 59, 42, 0.18); border-radius: 12px; padding: 12px 14px;
}

/* ---------- EKRAN KABUĞU ---------- */
.ekran { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.ust-navy { flex: none; background: #14243C; color: #fff; padding: 18px 20px 22px; }
.ust-tarih { font-size: 14px; font-weight: 500; color: #9FB0C6; }
.ust-merhaba { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin-top: 2px; }
.ust-satir { display: flex; justify-content: space-between; align-items: flex-start; }
.ust-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: #D1552E;
  display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800;
}
.ozet-kart {
  margin-top: 18px; background: #1D3050; border-radius: 16px; padding: 14px 16px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px;
}
.ozet-hucre + .ozet-hucre { border-left: 1px solid #2C4166; padding-left: 12px; }
.ozet-sayi { font-size: 24px; font-weight: 800; font-variant-numeric: tabular-nums; }
.ozet-sayi.turuncu { color: #F1A03C; }
.ozet-etiket { font-size: 12px; font-weight: 600; color: #9FB0C6; margin-top: 2px; }

.govde { flex: 1; overflow-y: auto; padding: 20px 20px 12px; min-height: 0; }
.bolum-baslik { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.bolum-ad { font-size: 18px; font-weight: 800; }
.bolum-sag { font-size: 14px; font-weight: 700; color: #D1552E; }

.kart-liste { display: flex; flex-direction: column; gap: 12px; }
.plan-kart {
  background: #fff; border-radius: 18px; padding: 16px;
  display: flex; align-items: center; gap: 14px; border: 1px solid #E8E2D8;
}
.bos-kart {
  background: #fff; border: 1px solid #E8E2D8; border-radius: 18px;
  padding: 32px 20px; text-align: center; font-size: 14px; font-weight: 600; color: #8A94A3; line-height: 1.5;
}
.gps-durum {
  margin-top: 16px; background: #EFE9E0; border-radius: 14px; padding: 12px 14px;
  font-size: 13px; font-weight: 600; color: #6B6152; display: flex; gap: 10px; align-items: center;
}
.gps-nokta { width: 8px; height: 8px; border-radius: 50%; background: #1E9E5A; flex: none; }
.gps-nokta.gri { background: #8A94A3; }

.fab-alan {
  flex: none; padding: 12px 20px 10px;
  background: linear-gradient(180deg, rgba(247, 243, 237, 0), #F7F3ED 40%);
}
.fab {
  width: 100%; height: 60px; border: none; border-radius: 18px; background: #D1552E; color: #fff;
  font-size: 19px; font-weight: 800; letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(209, 85, 46, 0.35);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.fab:active { transform: scale(0.98); }
.fab .nokta { width: 12px; height: 12px; border-radius: 50%; background: #fff; }

/* ---------- LİSTE EKRANLARI ---------- */
.ust-basit { flex: none; background: #14243C; color: #fff; padding: 18px 20px 16px; }
.ust-basit-baslik { font-size: 24px; font-weight: 900; letter-spacing: -0.01em; }
.ust-basit-alt { font-size: 13.5px; font-weight: 600; color: #9FB0C6; margin-top: 3px; }

.liste-kart {
  background: #fff; border: 1px solid #E8E2D8; border-radius: 16px; padding: 14px 16px;
  display: flex; align-items: center; gap: 13px;
}
.liste-avatar {
  width: 42px; height: 42px; border-radius: 13px; background: #EEF1F5; color: #14243C; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 900;
}
.liste-ad { font-size: 15.5px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.liste-alt { font-size: 13px; font-weight: 600; color: #5C6B80; margin-top: 2px; }

/* ---------- PROFİL ---------- */
.profil-kart { background: #fff; border: 1px solid #E8E2D8; border-radius: 18px; padding: 18px; }
.profil-satir { display: flex; flex-direction: column; gap: 14px; }
.form-etiket { font-size: 13.5px; font-weight: 800; margin-bottom: 7px; }
.form-input {
  width: 100%; height: 52px; border: 1.5px solid #D9D2C5; border-radius: 14px;
  padding: 0 14px; font-size: 15px; font-weight: 600; background: #FBF9F5; color: #14243C;
}
.btn-navy {
  width: 100%; height: 54px; border: none; border-radius: 16px; background: #14243C; color: #fff;
  font-size: 16px; font-weight: 800;
}
.btn-cikis {
  width: 100%; height: 54px; border: 1.5px solid #C43B2A; border-radius: 16px;
  background: #fff; color: #C43B2A; font-size: 16px; font-weight: 800;
}

/* ---------- ALT NAV ---------- */
.alt-nav {
  flex: none; height: 64px; background: #fff; border-top: 1px solid #E8E2D8;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: env(safe-area-inset-bottom, 4px);
}
.alt-nav button {
  border: none; background: none; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px; padding: 0;
}
.nav-etiket { font-size: 11px; font-weight: 800; color: #8A94A3; }
.alt-nav button.aktif .nav-etiket { color: #D1552E; }
.nav-ikon-kare { width: 18px; height: 18px; border: 2.5px solid #8A94A3; border-radius: 6px; }
.nav-ikon-halka { width: 18px; height: 18px; border: 2.5px solid #8A94A3; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.nav-ikon-halka .ic { width: 6px; height: 6px; background: #8A94A3; border-radius: 2px; }
.nav-ikon-bina { display: flex; align-items: flex-end; gap: 2px; }
.nav-ikon-bina div { border: 2px solid #8A94A3; border-radius: 2px; }
.nav-ikon-kisi { display: flex; flex-direction: column; align-items: center; gap: 1px; }
.nav-ikon-kisi .bas { width: 8px; height: 8px; border: 2px solid #8A94A3; border-radius: 50%; }
.nav-ikon-kisi .omuz { width: 14px; height: 6px; border: 2px solid #8A94A3; border-bottom: none; border-radius: 7px 7px 0 0; }
.alt-nav button.aktif .nav-ikon-kare,
.alt-nav button.aktif .nav-ikon-halka { border-color: #D1552E; }
.alt-nav button.aktif .nav-ikon-halka .ic { background: #D1552E; }
.alt-nav button.aktif .nav-ikon-bina div { border-color: #D1552E; }
.alt-nav button.aktif .nav-ikon-kisi .bas,
.alt-nav button.aktif .nav-ikon-kisi .omuz { border-color: #D1552E; }

/* ---------- TOAST ---------- */
#toast {
  position: fixed; left: 20px; right: 20px; bottom: 84px; z-index: 200;
  background: #14243C; color: #fff; font-size: 14px; font-weight: 700; text-align: center;
  border-radius: 14px; padding: 14px 18px; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  opacity: 0; transform: translateY(8px); transition: all 0.25s; pointer-events: none;
}
#toast.goster { opacity: 1; transform: translateY(0); }
#toast.hata { background: #C43B2A; }

/* ================= CHECK-IN ================= */
.ci-harita { flex: none; height: 210px; position: relative; background: #E8E4DA; }
#ciHarita { position: absolute; inset: 0; z-index: 1; }
.ci-geri {
  position: absolute; left: 14px; top: 12px; z-index: 500;
  width: 44px; height: 44px; border-radius: 14px; border: none;
  background: #14243C; color: #fff; font-size: 20px; font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ci-gps {
  position: absolute; right: 14px; bottom: 12px; z-index: 500;
  background: #14243C; color: #fff; border-radius: 999px; padding: 8px 12px;
  font-size: 13px; font-weight: 800; display: flex; align-items: center; gap: 7px;
}
.ci-gps .n { width: 8px; height: 8px; border-radius: 50%; background: #8A94A3; }
.ci-gps.aktif .n { background: #3DDC84; }

.kullanici-nokta { position: relative; width: 18px; height: 18px; }
.kullanici-nokta .halka {
  position: absolute; left: 50%; top: 50%; width: 22px; height: 22px;
  transform: translate(-50%, -50%); border-radius: 50%; background: #2D6FE0;
  animation: pulseRing 2s ease-out infinite;
}
@keyframes pulseRing { 0% { transform: translate(-50%,-50%) scale(1); opacity: .55; } 100% { transform: translate(-50%,-50%) scale(2.4); opacity: 0; } }
.kullanici-nokta .ic {
  position: relative; width: 18px; height: 18px; border-radius: 50%;
  background: #2D6FE0; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.firma-pin { width: 14px; height: 14px; border-radius: 50%; border: 2.5px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.firma-pin.icinde { background: #1E9E5A; }
.firma-pin.disari { background: #8A94A3; }

.ci-stepper { flex: none; background: #fff; border-bottom: 1px solid #E8E2D8; padding: 14px 18px 12px; }
.ci-stepper-ic { display: flex; align-items: center; }
.adim-grup { display: flex; align-items: center; }
.adim-grup.esnek { flex: 1; }
.adim-kutu { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: none; }
.adim-daire {
  width: 34px; height: 34px; border-radius: 50%; background: #F0EBE2; color: #8A8271;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; border: 2px solid #E0D9CB;
}
.adim-daire.aktif { background: #FBEAE2; color: #D1552E; border-color: #D1552E; }
.adim-daire.tamam { background: #1E9E5A; color: #fff; border-color: #1E9E5A; }
.adim-etiket { font-size: 11px; font-weight: 800; color: #8A8271; white-space: nowrap; }
.adim-etiket.aktif { color: #D1552E; }
.adim-etiket.tamam { color: #136B3D; }
.adim-cizgi { flex: 1; height: 3px; border-radius: 2px; background: #E0D9CB; margin: 0 6px 18px; }
.adim-cizgi.tamam { background: #1E9E5A; }

.ci-govde { flex: 1; overflow-y: auto; padding: 16px 18px 24px; min-height: 0; display: flex; flex-direction: column; gap: 12px; }

.tamam-ozet {
  background: #E4F5EB; border: 1px solid #BFE6CF; border-radius: 14px; padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
}
.tamam-ozet .tik {
  width: 24px; height: 24px; border-radius: 50%; background: #1E9E5A; color: #fff; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900;
}
.tamam-ozet .m { font-size: 14.5px; font-weight: 700; color: #136B3D; }

.adim-kart { background: #fff; border-radius: 18px; border: 1px solid #E8E2D8; padding: 20px; }
.adim-kart-baslik { font-size: 18px; font-weight: 800; }
.adim-kart-metin { font-size: 14.5px; font-weight: 500; color: #5C6B80; margin-top: 6px; line-height: 1.45; }
.btn-turuncu {
  margin-top: 16px; width: 100%; height: 56px; border: none; border-radius: 16px;
  background: #D1552E; color: #fff; font-size: 17px; font-weight: 800;
}
.btn-turuncu:active { transform: scale(0.98); }
.btn-turuncu:disabled { opacity: .5; }
.spin-satir {
  margin-top: 16px; height: 56px; border-radius: 16px; background: #FBEAE2;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  color: #D1552E; font-size: 16px; font-weight: 800;
}
@keyframes spinA { to { transform: rotate(360deg); } }
.spinner { width: 20px; height: 20px; border: 3px solid #D1552E; border-top-color: transparent; border-radius: 50%; animation: spinA .8s linear infinite; }

.gf-baslik { font-size: 15px; font-weight: 800; color: #136B3D; display: flex; align-items: center; gap: 8px; margin-top: 2px; }
.gf-baslik .n { width: 10px; height: 10px; border-radius: 50%; background: #1E9E5A; }
.firma-sec {
  text-align: left; background: #E4F5EB; border: 2px solid #1E9E5A; border-radius: 18px;
  padding: 16px; display: flex; align-items: center; gap: 14px; width: 100%;
}
.firma-sec:active { transform: scale(0.985); }
.firma-sec .avatar {
  width: 46px; height: 46px; border-radius: 14px; background: #1E9E5A; color: #fff; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800;
}
.firma-sec .ad { font-size: 16.5px; font-weight: 800; color: #14243C; }
.firma-sec .alt { font-size: 13.5px; font-weight: 600; color: #136B3D; margin-top: 2px; }
.firma-sec .rozet { font-size: 13px; font-weight: 900; color: #fff; background: #1E9E5A; border-radius: 999px; padding: 7px 12px; flex: none; }
.dis-baslik { font-size: 14px; font-weight: 800; color: #8A94A3; margin-top: 8px; }
.firma-kilitli {
  background: #fff; border: 1px solid #E8E2D8; border-radius: 18px; padding: 14px 16px;
  display: flex; align-items: center; gap: 14px; opacity: .55;
}
.firma-kilitli .avatar {
  width: 40px; height: 40px; border-radius: 12px; background: #EEF1F5; color: #5C6B80; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800;
}
.firma-kilitli .ad { font-size: 15.5px; font-weight: 700; }
.firma-kilitli .alt { font-size: 13px; font-weight: 600; color: #5C6B80; margin-top: 2px; }
.firma-kilitli .rozet { font-size: 11.5px; font-weight: 900; color: #8A94A3; background: #EEF1F5; border-radius: 999px; padding: 6px 10px; flex: none; }
.yeni-firma-link {
  border: none; background: none; color: #D1552E; font-size: 14.5px; font-weight: 800;
  padding: 10px; text-decoration: underline; text-underline-offset: 3px;
}

.foto-cek-btn {
  margin-top: 16px; width: 100%; height: 150px; border: 2px dashed #C9C1B4; border-radius: 18px;
  background: #FBF9F5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.foto-cek-btn:active { transform: scale(0.985); }
.foto-cek-btn .lens { width: 56px; height: 56px; border-radius: 50%; background: #14243C; display: flex; align-items: center; justify-content: center; }
.foto-cek-btn .lens .ic { width: 20px; height: 20px; border-radius: 50%; border: 3.5px solid #fff; }
.foto-cek-btn .m { font-size: 16px; font-weight: 800; color: #14243C; }
.foto-onizleme { margin-top: 16px; border-radius: 18px; overflow: hidden; border: 2px solid #1E9E5A; }
.foto-onizleme img { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.foto-damga { background: #14243C; color: #9FB0C6; font-family: monospace; font-size: 11.5px; padding: 8px 12px; }
.btn-yeniden { margin-top: 8px; width: 100%; height: 44px; border: none; border-radius: 14px; background: none; color: #5C6B80; font-size: 14.5px; font-weight: 700; }
.btn-yesil {
  margin-top: 18px; width: 100%; height: 64px; border: none; border-radius: 18px;
  background: #1E9E5A; color: #fff; font-size: 19px; font-weight: 800;
  box-shadow: 0 8px 20px rgba(30, 158, 90, 0.3);
}
.btn-yesil:active { transform: scale(0.98); }

.kilit-satir {
  background: #EFEBE3; border-radius: 14px; padding: 13px 16px;
  display: flex; align-items: center; gap: 12px; opacity: .8;
}
.kilit-satir .no {
  width: 26px; height: 26px; border-radius: 50%; background: #D9D2C5; color: #8A8271; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800;
}
.kilit-satir .ad { flex: 1; font-size: 14.5px; font-weight: 700; color: #8A8271; }
.kilit-satir .rozet { font-size: 11px; font-weight: 900; color: #8A8271; border: 1.5px solid #C9C1B0; border-radius: 999px; padding: 4px 10px; }

/* ================= GÖRÜŞME (Adım 2: bekleme ekranı) ================= */
.go-ust { flex: none; background: #14243C; color: #fff; padding: 14px 18px; display: flex; align-items: center; gap: 14px; }
.go-sol { flex: 1; min-width: 0; }
.go-firma { font-size: 16px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.go-durum { font-size: 12.5px; font-weight: 700; color: #7FD6A4; display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.go-durum .n { width: 7px; height: 7px; border-radius: 50%; background: #3DDC84; animation: dotPulse 1.8s ease-in-out infinite; flex: none; }
.go-durum.disari { color: #FF9C8A; }
.go-durum.disari .n { background: #C43B2A; }
.go-sag { text-align: right; }
.go-krono { font-size: 30px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .02em; line-height: 1; }
.go-krono-etiket { font-size: 11px; font-weight: 700; color: #9FB0C6; margin-top: 3px; }

/* ================= YENİ FİRMA TALEBİ / BAŞARI ================= */
.yf-konum {
  background: #E4F5EB; border: 1px solid #BFE6CF; border-radius: 16px; padding: 13px 15px;
  display: flex; align-items: center; gap: 10px;
}
.yf-konum .n { width: 10px; height: 10px; border-radius: 50%; background: #1E9E5A; flex: none; animation: dotPulse 1.8s ease-in-out infinite; }
.yf-konum .m { font-size: 13.5px; font-weight: 700; color: #136B3D; }
.chip-satir { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  height: 44px; padding: 0 15px; border-radius: 12px; border: 1.5px solid #D9D2C5;
  background: #fff; color: #14243C; font-size: 14px; font-weight: 800;
}
.chip.aktif { background: #14243C; color: #fff; border-color: #14243C; }
.alt-buton-alan { flex: none; padding: 12px 18px 16px; background: #fff; border-top: 1px solid #E8E2D8; }
.btn-genis-turuncu {
  width: 100%; height: 56px; border: none; border-radius: 16px; background: #D1552E; color: #fff;
  font-size: 17px; font-weight: 800; box-shadow: 0 8px 20px rgba(209, 85, 46, 0.3);
}
.btn-genis-turuncu:active { transform: scale(0.98); }
.basari-ekran { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px; text-align: center; gap: 8px; }
.basari-daire {
  width: 84px; height: 84px; border-radius: 50%; background: #1E9E5A; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 38px; font-weight: 900;
  box-shadow: 0 12px 32px rgba(30, 158, 90, 0.35);
}
.basari-baslik { font-size: 23px; font-weight: 900; margin-top: 14px; }
.basari-metin { font-size: 15px; font-weight: 600; color: #5C6B80; line-height: 1.5; max-width: 270px; }

/* ================= GÖRÜŞME FORMU (Adım 3) ================= */
.mic-kart {
  background: #fff; border-radius: 20px; border: 1px solid #E8E2D8; padding: 20px;
  display: flex; flex-direction: column; align-items: center;
}
.mic-sarici { position: relative; width: 96px; height: 96px; }
.mic-halka {
  position: absolute; inset: 0; border-radius: 50%; background: #C43B2A;
  animation: pulseRingTam 1.6s ease-out infinite;
}
.mic-halka.g2 { animation-delay: .8s; }
@keyframes pulseRingTam { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(1.9); opacity: 0; } }
.mic-btn {
  position: relative; width: 96px; height: 96px; border-radius: 50%; border: none;
  background: #14243C; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(20, 36, 60, 0.25);
}
.mic-btn:active { transform: scale(0.95); }
.mic-btn.kayitta { background: #C43B2A; }
.mic-ikon { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.mic-ikon .govde-m { width: 16px; height: 26px; background: #fff; border-radius: 8px; }
.mic-ikon .yaka { width: 26px; height: 10px; border: 3px solid #fff; border-top: none; border-radius: 0 0 14px 14px; }
.mic-dur { width: 28px; height: 28px; background: #fff; border-radius: 7px; }
.mic-etiket { margin-top: 12px; font-size: 15px; font-weight: 800; color: #5C6B80; }
.mic-etiket.kayitta { color: #C43B2A; }

.tr-kutu {
  margin-top: 16px; width: 100%; background: #FBF9F5; border: 1px solid #EDE7DC;
  border-radius: 16px; padding: 14px 16px; min-height: 96px;
}
.tr-ust { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.tr-baslik { font-size: 11.5px; font-weight: 900; color: #8A94A3; letter-spacing: .06em; }
.tr-rozet { font-size: 12px; font-weight: 800; color: #D1552E; background: #FBEAE2; border-radius: 999px; padding: 4px 10px; }
.tr-bos { font-size: 14.5px; font-weight: 500; color: #8A94A3; line-height: 1.5; }
.tr-metin { font-size: 15.5px; font-weight: 500; color: #14243C; line-height: 1.55; }
@keyframes blinkC { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.tr-imlec { display: inline-block; width: 3px; height: 18px; background: #D1552E; margin-left: 3px; vertical-align: text-bottom; animation: blinkC 1s step-end infinite; }
.tr-uyari {
  margin-top: 10px; font-size: 13px; font-weight: 700; color: #8A6412;
  background: #FDF3E0; border-radius: 10px; padding: 9px 12px;
}

.not-satir {
  width: 100%; margin-top: 10px; background: #fff; border: 1px solid #E8E2D8; border-radius: 14px;
  padding: 12px 14px; display: flex; align-items: center; gap: 12px;
}
.not-ikon {
  width: 36px; height: 36px; border-radius: 11px; background: #FBEAE2; flex: none;
  display: flex; align-items: center; justify-content: center;
}
.not-ikon .cizgi { width: 9px; height: 15px; background: #D1552E; border-radius: 5px; }
.not-ad { font-size: 14px; font-weight: 800; }
.not-alt { font-size: 12.5px; font-weight: 600; color: #5C6B80; margin-top: 1px; }
.not-duzenle {
  margin-left: auto; height: 34px; padding: 0 12px; border-radius: 10px; border: 1.5px solid #D9D2C5;
  background: #fff; color: #5C6B80; font-size: 12.5px; font-weight: 800; flex: none;
}
.not-duzen-alan { width: 100%; margin-top: 8px; }
.not-duzen-alan textarea {
  width: 100%; min-height: 90px; border: 1.5px solid #D9D2C5; border-radius: 12px;
  padding: 10px 12px; font-size: 14.5px; font-weight: 500; font-family: 'Archivo', sans-serif;
  background: #fff; color: #14243C; resize: vertical;
}

.form-bolum { display: flex; flex-direction: column; gap: 10px; }
.form-bolum-baslik { font-size: 16px; font-weight: 800; }
.buyuk-chip-satir { display: flex; flex-wrap: wrap; gap: 9px; }
.buyuk-chip {
  height: 50px; padding: 0 18px; border-radius: 14px; border: 2px solid #D9D2C5;
  background: #fff; color: #14243C; font-size: 15.5px; font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.buyuk-chip:active { transform: scale(0.96); }
.buyuk-chip.aktif { color: #fff; }
.grid-chip-satir { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.grid-chip {
  height: 54px; padding: 0 12px; border-radius: 14px; border: 2px solid #D9D2C5;
  background: #fff; color: #14243C; font-size: 14.5px; font-weight: 800;
}
.grid-chip:active { transform: scale(0.96); }
.grid-chip.aktif { background: #14243C; color: #fff; border-color: #14243C; }

.kisi-kart {
  background: #fff; border: 1px solid #E8E2D8; border-radius: 14px; padding: 12px 14px;
  display: flex; align-items: center; gap: 12px;
}
.kisi-avatar {
  width: 38px; height: 38px; border-radius: 50%; background: #EEF1F5; color: #14243C; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800;
}
.kisi-ad { font-size: 15px; font-weight: 700; }
.kisi-poz { font-size: 13px; font-weight: 600; color: #5C6B80; }
.kisi-sil {
  width: 34px; height: 34px; border-radius: 10px; border: none; background: #EEF1F5;
  color: #5C6B80; font-size: 16px; font-weight: 800; flex: none;
}
.kisi-ekle-satir { display: flex; gap: 8px; }
.kisi-ekle-satir input { min-width: 0; }
.kisi-ekle-satir .ad-in { flex: 1.2; }
.kisi-ekle-satir .poz-in { flex: 1; }
.kisi-ekle-btn {
  width: 52px; height: 52px; border: none; border-radius: 14px; background: #14243C;
  color: #fff; font-size: 24px; font-weight: 700; flex: none;
}
.kisi-ekle-btn:active { transform: scale(0.95); }

.rakip-etiketler { display: flex; flex-wrap: wrap; gap: 8px; }
.rakip-etiket {
  display: flex; align-items: center; gap: 7px; background: #EEF1F5; color: #14243C;
  border-radius: 999px; padding: 8px 8px 8px 14px; font-size: 13.5px; font-weight: 800;
}
.rakip-etiket button {
  width: 22px; height: 22px; border-radius: 50%; border: none; background: #D9DFE8;
  color: #5C6B80; font-size: 13px; font-weight: 900; line-height: 1;
}

.tarih-alan { margin-top: 4px; }
.tarih-alan input[type="date"] {
  width: 100%; height: 52px; border: 1.5px solid #D9D2C5; border-radius: 14px;
  padding: 0 14px; font-size: 15px; font-weight: 600; background: #fff; color: #14243C;
  font-family: 'Archivo', sans-serif;
}

.bitir-btn {
  width: 100%; height: 58px; border: none; border-radius: 16px; background: #14243C;
  color: #fff; font-size: 18px; font-weight: 800;
}
.bitir-btn:active { transform: scale(0.98); }

/* ================= CHECK-OUT ÖZETİ ================= */
.ozet-ust { flex: none; background: #14243C; color: #fff; padding: 20px 20px 24px; text-align: center; }
.ozet-ust-firma { font-size: 13px; font-weight: 800; color: #9FB0C6; letter-spacing: .08em; }
.ozet-krono { font-size: 48px; font-weight: 900; font-variant-numeric: tabular-nums; margin-top: 8px; letter-spacing: .01em; }
.ozet-saatler { font-size: 14px; font-weight: 600; color: #9FB0C6; margin-top: 4px; }
.eksik-kutu { background: #FDF3E0; border: 1.5px solid #E9C476; border-radius: 16px; padding: 14px 16px; }
.eksik-baslik { font-size: 14.5px; font-weight: 800; color: #8A6412; }
.eksik-satir { font-size: 14px; font-weight: 600; color: #8A6412; margin-top: 6px; display: flex; gap: 8px; align-items: center; }
.eksik-satir .n { width: 6px; height: 6px; border-radius: 50%; background: #C99A2E; flex: none; }
.ozet-tablo { background: #fff; border: 1px solid #E8E2D8; border-radius: 18px; overflow: hidden; }
.ozet-satir { padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #F0EBE2; }
.ozet-satir:last-child { border-bottom: none; }
.ozet-etiket2 { font-size: 14px; font-weight: 600; color: #5C6B80; }
.ozet-deger { font-size: 15px; font-weight: 800; text-align: right; max-width: 210px; font-variant-numeric: tabular-nums; }
.ozet-pill { font-size: 13.5px; font-weight: 900; border-radius: 999px; padding: 6px 14px; }
.medya-kart { background: #fff; border: 1px solid #E8E2D8; border-radius: 18px; padding: 16px 18px; display: flex; flex-direction: column; gap: 12px; }
.medya-satir { display: flex; align-items: center; gap: 12px; }
.medya-ikon { width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex: none; }
.medya-ad { font-size: 15px; font-weight: 700; }
.medya-alt { font-size: 13px; font-weight: 600; color: #5C6B80; margin-top: 2px; }
.medya-tik { font-size: 12px; font-weight: 900; color: #1E9E5A; background: #E4F5EB; border-radius: 999px; padding: 5px 10px; flex: none; margin-left: auto; }
.geri-duzenle {
  border: none; background: none; color: #D1552E; font-size: 14.5px; font-weight: 800;
  padding: 8px; text-decoration: underline; text-underline-offset: 3px; align-self: flex-start;
}
.gonder-btn {
  width: 100%; height: 60px; border: none; border-radius: 16px; background: #1E9E5A; color: #fff;
  font-size: 18px; font-weight: 800; box-shadow: 0 8px 20px rgba(30, 158, 90, 0.3);
}
.gonder-btn:active { transform: scale(0.98); }
.gonder-btn:disabled { opacity: .5; box-shadow: none; }

/* Ziyaretlerim filtre çipleri */
.z-chip-satir { flex: none; display: flex; gap: 7px; padding: 14px 20px 4px; overflow-x: auto; }
.z-chip {
  height: 38px; padding: 0 14px; border-radius: 11px; border: 1.5px solid #D9D2C5;
  background: #fff; color: #14243C; font-size: 13.5px; font-weight: 800; flex: none;
}
.z-chip.aktif { color: #fff; }
.z-pill { font-size: 11px; font-weight: 900; border-radius: 999px; padding: 6px 10px; flex: none; }
