/* ── Panel Sayfası ── */

.panel-icerik {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Konum bar */
.panel-konum-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: .85rem 1.25rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: .5rem;
}

.panel-konum-bilgi {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.panel-konum-ikon {
  font-size: 1.2rem;
}

.panel-konum-text {
  font-size: .95rem;
  color: #1e40af;
}

.btn-sm {
  padding: .4rem .85rem;
  font-size: .8rem;
  border-radius: 6px;
}

/* Başlık */
.panel-baslik {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1.25rem;
}

.panel-sayi {
  font-weight: 400;
  color: #94a3b8;
  font-size: 1rem;
}

/* Boş durum */
.panel-bos {
  text-align: center;
  padding: 3rem 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.panel-bos-ikon {
  font-size: 3rem;
  margin-bottom: .5rem;
}

.panel-bos-mesaj {
  font-size: 1.1rem;
  font-weight: 600;
  color: #475569;
  margin: 0 0 .35rem;
}

.panel-bos-aciklama {
  font-size: .9rem;
  color: #94a3b8;
  margin: 0;
}

/* Talep kartları */
.talep-liste {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}

.talep-kart {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  transition: box-shadow .2s, border-color .2s;
  overflow: hidden;
  min-width: 0;
}

.talep-kart-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  min-width: 0;
}

.talep-kart:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 16px rgba(37,99,235,.08);
}

.talep-detay-ok {
  font-size: 1.1rem;
  color: #94a3b8;
  transition: color 0.15s, transform 0.15s;
  flex-shrink: 0;
}

.talep-kart:hover .talep-detay-ok {
  color: #667eea;
  transform: translateX(3px);
}

.talep-kart-ust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.talep-kategori {
  display: inline-block;
  background: #eff6ff;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 600;
  padding: .2rem .65rem;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.talep-tarih {
  font-size: .78rem;
  color: #94a3b8;
}

.talep-tur {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 .4rem;
}

.talep-aciklama {
  font-size: .9rem;
  color: #64748b;
  margin: 0 0 .75rem;
  line-height: 1.5;
  overflow: hidden;
  word-break: break-word;
}

.talep-kart-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.talep-detaylar {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  flex: 1;
}

.teklif-btn {
  font-size: 0.82rem;
  padding: 0.4rem 1rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.talep-etiket {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .78rem;
  color: #64748b;
  background: #f8fafc;
  padding: .25rem .55rem;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

/* ═══ Sayfalama ═══ */
.sayfalama {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.sayfalama-bilgi {
  font-size: .82rem;
  color: #94a3b8;
}
.sayfalama-bilgi strong {
  color: #475569;
}
.sayfalama-toplam {
  margin-left: .25rem;
  color: #cbd5e1;
}

.sayfalama-butonlar {
  display: flex;
  align-items: center;
  gap: .3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.sayfa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 .65rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: .85rem;
  color: #475569;
  background: #fff;
  text-decoration: none;
  transition: all .2s;
  gap: .3rem;
  white-space: nowrap;
  cursor: pointer;
}

.sayfa-btn:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
}

.sayfa-btn.aktif {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  font-weight: 600;
  pointer-events: none;
}

.sayfa-yon {
  padding: 0 .8rem;
  font-weight: 500;
  font-size: .82rem;
}

.sayfa-uc {
  min-width: 32px;
  padding: 0 .4rem;
  color: #94a3b8;
  border-color: #f1f5f9;
}
.sayfa-uc:hover {
  color: #2563eb;
  border-color: #bfdbfe;
}

.sayfa-ara {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 36px;
  color: #cbd5e1;
  font-size: .9rem;
  user-select: none;
}

@media (max-width: 600px) {
  .panel-konum-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .talep-kart {
    padding: 1rem;
  }
  .talep-kart-ust {
    flex-direction: row;
    align-items: center;
    gap: .5rem;
  }
  .talep-kart-ust .talep-kategori {
    flex-shrink: 1;
    min-width: 0;
  }
  /* Sayfalama mobil */
  .sayfalama {
    gap: .4rem;
  }
  .sayfa-btn {
    min-width: 32px;
    height: 32px;
    font-size: .8rem;
    padding: 0 .4rem;
  }
  .sayfa-yon {
    font-size: .78rem;
    padding: 0 .5rem;
  }
  .sayfa-yon svg {
    width: 10px;
    height: 10px;
  }
  .sayfa-uc {
    display: none;
  }
}

/* ══════════════════════════════════════════════
   HİZMET ALAN PANELİ
   ══════════════════════════════════════════════ */

/* Üst bar */
.ha-ust-bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ha-baslik-satir {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.ha-ust-aciklama {
  font-size: .88rem;
  color: #64748b;
  margin: 0;
}

/* İstatistik Kartları */
.ha-istatistik-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ha-istat-kart {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  text-align: center;
  transition: box-shadow .2s;
}
.ha-istat-kart:hover { box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.ha-istat-sayi {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.ha-istat-etiket {
  font-size: 0.78rem;
  color: #64748b;
}
.ha-istat-toplam .ha-istat-sayi { color: #334155; }
.ha-istat-acik .ha-istat-sayi { color: #7c3aed; }
.ha-istat-devam .ha-istat-sayi { color: #0891b2; }
.ha-istat-tamam .ha-istat-sayi { color: #16a34a; }

/* Filtre Bar */
.ha-filtre-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  max-width: 100%;
  overflow: hidden;
}
.ha-filtre-sol {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
.ha-filtre-sag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.ha-filtre-grup {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0.35rem;
}
.ha-filtre-grup::-webkit-scrollbar { display: none; }
.ha-filtre-btn {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  font-size: 0.82rem;
  font-weight: 500;
  background: #f1f5f9;
  color: #475569;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
}
.ha-filtre-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
}
.ha-filtre-aktif {
  background: #7c3aed;
  color: #fff;
  border-color: #7c3aed;
}
.ha-filtre-aktif:hover {
  background: #6d28d9;
  color: #fff;
}

/* Kategori & Sıralama Select */
.ha-kategori-select,
.ha-sirala-select {
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 0.82rem;
  color: #334155;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  padding-right: 1.8rem;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ha-kategori-select:focus,
.ha-sirala-select:focus {
  border-color: #7c3aed;
}

/* Aktif Filtre Etiketleri */
.ha-aktif-filtreler {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.ha-aktif-etiket {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  background: #ede9fe;
  color: #5b21b6;
}
.ha-aktif-kaldir {
  color: #7c3aed;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
}
.ha-aktif-kaldir:hover { color: #dc2626; }
.ha-temizle-link {
  font-size: 0.8rem;
  color: #64748b;
  text-decoration: underline;
}
.ha-temizle-link:hover { color: #dc2626; }

@media (max-width: 600px) {
  .ha-istatistik-bar { grid-template-columns: repeat(2, 1fr); }
  .ha-filtre-bar { flex-direction: column; align-items: stretch; padding: 0.6rem 0.75rem; }
  .ha-filtre-sol { flex-direction: column; overflow: visible; }
  .ha-filtre-grup { padding-bottom: 2px; }
  .ha-filtre-sag {
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ha-kategori-select,
  .ha-sirala-select { flex: 1; min-width: 0; max-width: 50%; box-sizing: border-box; }
}

/* Talep kartı — hizmet alan modifikasyonları */
.ha-talep-kart {
  position: relative;
}

.ha-kart-sag {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

/* Teklif etiketleri */
.ha-teklif-etiket {
  background: #f0fdf4 !important;
  color: #16a34a !important;
  border-color: #bbf7d0 !important;
  font-weight: 600;
}

.ha-bekleniyor-etiket {
  background: #fffbeb !important;
  color: #d97706 !important;
  border-color: #fde68a !important;
}

/* Okunmamış badge */
.ha-okunmamis-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: #ef4444;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  border-radius: 12px;
  line-height: 1;
}

/* ── Hizmet Alan — Talep Detay: Gelen Teklifler ── */

.ha-teklifler-baslik {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

.ha-teklifler-h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.ha-teklifler-sayi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  background: #2563eb;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 12px;
}

/* Boş teklifler */
.ha-teklifler-bos {
  text-align: center;
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.ha-teklifler-bos-ikon {
  font-size: 2.5rem;
  margin-bottom: .5rem;
}

.ha-teklifler-bos-mesaj {
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
  margin: 0 0 .25rem;
}

.ha-teklifler-bos-aciklama {
  font-size: .85rem;
  color: #94a3b8;
  margin: 0;
}

/* Teklif listesi */
.ha-teklif-liste {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.ha-teklif-kart {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  transition: border-color .2s, box-shadow .2s;
}

.ha-teklif-kart:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 16px rgba(37, 99, 235, .08);
}

.ha-teklif-okunmamis {
  border-left: 3px solid #2563eb;
  background: #fafbff;
}

/* Teklif üst */
.ha-teklif-ust {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .65rem;
}

.ha-teklif-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ha-teklif-bilgi {
  flex: 1;
  min-width: 0;
}

.ha-teklif-isim {
  font-size: .95rem;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

.ha-teklif-yeni-badge {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  background: #ef4444;
  color: #fff;
  padding: .15rem .5rem;
  border-radius: 8px;
}

.ha-teklif-son-mesaj {
  font-size: .85rem;
  color: #64748b;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Teklif alt */
.ha-teklif-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}

.ha-teklif-fiyat {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.ha-teklif-fiyat-etiket {
  font-size: .82rem;
  color: #64748b;
}

.ha-teklif-fiyat-tutar {
  font-size: 1rem;
  font-weight: 700;
  color: #16a34a;
}

.ha-teklif-meta {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .78rem;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 600px) {
  .ha-ust-bar {
    gap: .5rem;
  }

  .ha-baslik-satir {
    gap: .65rem;
  }

  .ha-yeni-talep-btn {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .ha-teklif-alt {
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
  }
}

/* ══════════════════════════════════════════════
   İŞ YÖNETİMİ SİSTEMİ
   ══════════════════════════════════════════════ */

/* Durum badge */
.is-durum-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .78rem;
  font-weight: 600;
  padding: .25rem .65rem;
  border-radius: 8px;
  white-space: nowrap;
}

.is-durum-badge-sm {
  font-size: .72rem;
  padding: .2rem .5rem;
}

.panel-teklif-verildi-badge {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}

/* Kart üst sağ */
.talep-kart-ust-sag {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

/* İstatistik bar */
.is-istatistik-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-bottom: 1.5rem;
}

.is-istat-kart {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  text-align: center;
  transition: box-shadow .2s;
}

.is-istat-kart:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.is-istat-sayi {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
}

.is-istat-etiket {
  display: block;
  font-size: .82rem;
  color: #64748b;
  margin-top: .15rem;
}

.is-istat-toplam {
  border-left: 3px solid #2563eb;
}

.is-istat-aktif {
  border-left: 3px solid #d97706;
}

.is-istat-tamamlanan {
  border-left: 3px solid #16a34a;
}

/* Üst bar */
.is-ust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

/* Filtre grup */
.is-filtre-grup {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
}
.is-filtre-grup::-webkit-scrollbar { display: none; }

.is-filtre-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .5rem 1rem;
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 500;
  color: #0f0f0f;
  background: #f2f2f2;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, color .15s;
  border: none;
  cursor: pointer;
}

.is-filtre-chip:hover {
  background: #e5e5e5;
}

.is-filtre-chip.is-filtre-aktif {
  background: #0f0f0f;
  color: #fff;
  font-weight: 600;
}
.is-filtre-chip.is-filtre-aktif:hover {
  background: #272727;
}

.is-filtre-sayi {
  background: rgba(0,0,0,.08);
  padding: .1rem .45rem;
  border-radius: 10px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}
.is-filtre-aktif .is-filtre-sayi {
  background: rgba(255,255,255,.2);
}

/* İş kartı */
.is-kart {
  position: relative;
}

.is-fiyat-etiket {
  background: #f0fdf4 !important;
  color: #15803d !important;
  border-color: #bbf7d0 !important;
  font-weight: 700;
}

/* Durum bandı (detay sayfası) */
.is-durum-bandi {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.25rem;
}

.is-durum-bandi-ikon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.is-durum-bandi-bilgi {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}

.is-durum-bandi-baslik {
  font-size: 1rem;
  font-weight: 700;
}

.is-durum-bandi-tarih {
  font-size: .82rem;
  color: #64748b;
}

/* Fiyat vurgusu */
.is-fiyat-vurgu {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #15803d !important;
}

/* Aksiyon kartı */
.is-aksiyon-kart {
  /* inherits td-kart */
}

.is-aksiyon-aciklama {
  font-size: .88rem;
  color: #64748b;
  margin: 0 0 .85rem;
}

.is-aksiyon-form {
  display: block;
}

.is-btn-basla {
  width: 100%;
  padding: .65rem 1rem;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}

.is-btn-basla:hover {
  background: #1d4ed8;
}

.is-btn-tamamla {
  width: 100%;
  padding: .65rem 1rem;
  background: #16a34a;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}

.is-btn-tamamla:hover {
  background: #15803d;
}

.is-btn-iptal {
  width: 100%;
  padding: .55rem 1rem;
  background: #fff;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
}

.is-btn-iptal:hover {
  background: #fef2f2;
  border-color: #dc2626;
}

/* İşi Ver */
.is-ver-alan {
  border-top: 1px solid #f1f5f9;
  padding-top: .75rem;
  margin-top: .65rem;
}

.is-ver-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.is-btn-ver {
  padding: .5rem 1.15rem;
  background: #16a34a;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}

.is-btn-ver:hover {
  background: #15803d;
}

/* Atandı badge */
.is-atandi-badge {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .78rem;
  font-weight: 600;
  padding: .3rem .65rem;
  border-radius: 8px;
}

/* Tamamlandı / İptal bilgi kutuları */
.is-tamamlandi-bilgi,
.is-iptal-bilgi {
  text-align: center;
  padding: 1rem;
}

.is-tamamlandi-ikon,
.is-iptal-ikon {
  font-size: 2rem;
  display: block;
  margin-bottom: .25rem;
}

.is-tamamlandi-bilgi p,
.is-iptal-bilgi p {
  font-size: .95rem;
  color: #475569;
  margin: 0;
}

.is-tamamlandi-tarih {
  display: block;
  font-size: .82rem;
  color: #94a3b8;
  margin-top: .35rem;
}

/* Responsive */
@media (max-width: 600px) {
  .is-istatistik-bar {
    grid-template-columns: 1fr;
  }

  .is-ust-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .is-filtre-grup {
    width: 100%;
  }

  .talep-kart-ust-sag {
    flex-wrap: wrap;
    gap: .3rem;
  }
}

/* ==========================================
   HİZMETLERİM SAYFASI
   ========================================== */

.hzm-ust {
  margin-bottom: 1.5rem;
}

.hzm-aciklama {
  color: #64748b;
  font-size: .95rem;
  margin-top: .35rem;
  line-height: 1.5;
}

.hzm-basarili {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  font-size: .95rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* Arama kutusu */
.hzm-arama-wrap {
  position: relative;
  margin-bottom: 1.25rem;
}

.hzm-arama-ikon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  z-index: 2;
  pointer-events: none;
}

.hzm-arama-input {
  width: 100%;
  padding: .9rem 1rem .9rem 2.8rem;
  font-size: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
  box-sizing: border-box;
}

.hzm-arama-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.hzm-arama-input::placeholder {
  color: #94a3b8;
}

/* Arama sonuç dropdown */
.hzm-arama-sonuclar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  z-index: 100;
  max-height: 320px;
  overflow-y: auto;
  margin-top: 4px;
}

.hzm-arama-sonuclar:empty {
  display: none;
}

.hzm-arama-oge {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .75rem 1rem;
  cursor: pointer;
  transition: background .15s;
  font-size: .93rem;
  color: #1e293b;
}

.hzm-arama-oge:first-child {
  border-radius: 12px 12px 0 0;
}

.hzm-arama-oge:last-child {
  border-radius: 0 0 12px 12px;
}

.hzm-arama-oge:hover,
.hzm-arama-oge.aktif {
  background: #eff6ff;
}

.hzm-arama-oge-ikon {
  font-size: 1.15rem;
  flex-shrink: 0;
}

.hzm-arama-oge-ekle {
  margin-left: auto;
  font-size: .8rem;
  font-weight: 600;
  color: #2563eb;
  opacity: 0;
  transition: opacity .15s;
}

.hzm-arama-oge:hover .hzm-arama-oge-ekle,
.hzm-arama-oge.aktif .hzm-arama-oge-ekle {
  opacity: 1;
}

.hzm-arama-bos {
  padding: 1rem;
  text-align: center;
  color: #94a3b8;
  font-size: .9rem;
}

/* Seçili bar */
.hzm-secili-bar {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .7rem 1.25rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.hzm-secili-bilgi {
  display: flex;
  align-items: center;
  gap: .4rem;
}

.hzm-secili-sayi {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2563eb;
}

.hzm-secili-text {
  color: #64748b;
  font-size: .9rem;
}

.hzm-temizle-btn {
  margin-left: auto;
  padding: .4rem .9rem;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 600;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #dc2626;
  cursor: pointer;
  transition: all .2s;
}

.hzm-temizle-btn:hover {
  background: #fee2e2;
}

/* Seçili hizmet chipleri */
.hzm-secili-liste {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.25rem;
  min-height: 1rem;
}

.hzm-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem .85rem;
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  border-radius: 20px;
  font-size: .88rem;
  font-weight: 500;
  color: #1e40af;
  transition: all .2s;
  animation: chipGir .25s ease-out;
}

.hzm-chip-yeni {
  opacity: 0;
  transform: scale(.8);
}

@keyframes chipGir {
  from { opacity: 0; transform: scale(.8); }
  to { opacity: 1; transform: scale(1); }
}

.hzm-chip-siliniyor {
  opacity: 0;
  transform: scale(.7);
  transition: all .2s;
}

.hzm-chip-ikon {
  font-size: 1rem;
}

.hzm-chip-ad {
  line-height: 1.2;
}

.hzm-chip-sil {
  background: none;
  border: none;
  color: #93c5fd;
  font-size: 1.15rem;
  cursor: pointer;
  padding: 0 .15rem;
  line-height: 1;
  transition: color .15s;
  font-weight: 700;
}

.hzm-chip-sil:hover {
  color: #dc2626;
}

/* Boş uyarı */
.hzm-bos-uyari {
  text-align: center;
  padding: 2rem;
  background: #f8fafc;
  border: 2px dashed #e2e8f0;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  color: #94a3b8;
}

.hzm-bos-ikon {
  font-size: 2rem;
  display: block;
  margin-bottom: .5rem;
}

.hzm-bos-uyari p {
  font-size: .9rem;
  margin: 0;
}

.hzm-kaydet-bar {
  text-align: center;
  padding-top: .5rem;
}

.hzm-kaydet-btn {
  padding: .85rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  transition: background .2s;
}

.hzm-kaydet-btn:hover {
  background: #1d4ed8;
}

/* Hizmet seçilmedi uyarısı (panel) */
.hzm-uyari {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  font-size: .93rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}

.hzm-uyari a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 600px) {
  .hzm-liste {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: .6rem;
  }

  .hzm-kart {
    padding: .8rem .9rem;
    gap: .5rem;
  }

  .hzm-kart-ikon {
    font-size: 1.25rem;
  }

  .hzm-kart-ad {
    font-size: .82rem;
  }

  .hzm-secili-bar {
    flex-wrap: wrap;
    gap: .5rem;
  }

  .hzm-secili-sag {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================
   YORUM YAZMA SAYFASI
   ========================================== */

.yrm-kutu {
  max-width: 640px;
  margin: 0 auto;
}

.yrm-aciklama {
  color: #64748b;
  font-size: .95rem;
  margin-top: .35rem;
  line-height: 1.5;
}

.yrm-bilgi-kart {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.yrm-bilgi-satir {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  color: #475569;
}

.yrm-label {
  font-weight: 600;
  color: #1e293b;
  font-size: .95rem;
  margin-bottom: .5rem;
  display: block;
}

.yrm-opsiyonel {
  font-weight: 400;
  color: #94a3b8;
  font-size: .85rem;
}

.yrm-puan-alan {
  margin-bottom: 1.5rem;
  text-align: center;
}

.yrm-yildizlar {
  display: flex;
  justify-content: center;
  gap: .35rem;
  margin-top: .5rem;
}

.yrm-yildiz {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.5rem;
  padding: .1rem;
  color: #d1d5db;
  transition: all .15s;
  position: relative;
}

.yrm-yildiz .yrm-yildiz-full {
  display: none;
}

.yrm-yildiz .yrm-yildiz-bos {
  display: inline;
}

.yrm-yildiz-dolu .yrm-yildiz-full,
.yrm-yildiz-hover .yrm-yildiz-full {
  display: inline;
  color: #f59e0b;
}

.yrm-yildiz-dolu .yrm-yildiz-bos,
.yrm-yildiz-hover .yrm-yildiz-bos {
  display: none;
}

.yrm-yildiz:hover {
  transform: scale(1.15);
}

.yrm-puan-text {
  margin-top: .5rem;
  font-size: .9rem;
  font-weight: 600;
  color: #f59e0b;
  min-height: 1.4em;
}

.yrm-yorum-alan {
  margin-bottom: 1.5rem;
}

.yrm-textarea {
  width: 100%;
  padding: .85rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: .95rem;
  font-family: inherit;
  resize: vertical;
  transition: border-color .2s;
  box-sizing: border-box;
}

.yrm-textarea:focus {
  outline: none;
  border-color: #2563eb;
}

.yrm-karakter-sayac {
  text-align: right;
  font-size: .8rem;
  color: #94a3b8;
  margin-top: .3rem;
}

.yrm-gonder-bar {
  display: flex;
  justify-content: flex-end;
  gap: .75rem;
  padding-top: .5rem;
}

.yrm-gonder-btn {
  padding: .75rem 2rem;
}

.yrm-gonder-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* ==========================================
   PROFİL SAYFASI
   ========================================== */

.prf-kart {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 1.5rem;
}

.prf-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.prf-bilgi {
  flex: 1;
}

.prf-isim {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 .3rem 0;
}

.prf-konum {
  font-size: .9rem;
  color: #64748b;
  margin-bottom: .6rem;
}

.prf-istatistikler {
  display: flex;
  gap: 1.5rem;
}

.prf-stat {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.prf-stat-sayi {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
}

.prf-stat-yildiz {
  color: #f59e0b;
  font-size: 1.1rem;
}

.prf-stat-etiket {
  font-size: .85rem;
  color: #64748b;
}

.prf-bolum {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}

.prf-bolum-baslik {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1rem 0;
}

.prf-hizmet-liste {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.prf-hizmet-etiket {
  padding: .4rem .85rem;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 20px;
  font-size: .82rem;
  font-weight: 500;
}

/* Puan Dağılımı */
.prf-dagilim {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.prf-dagilim-satir {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.prf-dagilim-puan {
  font-size: .85rem;
  font-weight: 600;
  color: #475569;
  width: 2.5rem;
  text-align: right;
}

.prf-dagilim-bar {
  flex: 1;
  height: 10px;
  background: #f1f5f9;
  border-radius: 5px;
  overflow: hidden;
}

.prf-dagilim-dolgu {
  height: 100%;
  background: #f59e0b;
  border-radius: 5px;
  transition: width .3s;
}

.prf-dagilim-sayi {
  font-size: .82rem;
  color: #94a3b8;
  width: 1.5rem;
  text-align: left;
}

/* Yorum Listesi */
.prf-yorum-liste {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}

.prf-yorum-kart {
  padding: 1.1rem 1.25rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.prf-yorum-ust {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .5rem;
}

.prf-yorum-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 700;
  flex-shrink: 0;
}

.prf-yorum-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prf-yorum-isim {
  font-weight: 600;
  font-size: .9rem;
  color: #1e293b;
}

.prf-yorum-tarih {
  font-size: .78rem;
  color: #94a3b8;
}

.prf-yorum-puan {
  font-size: .95rem;
}

.prf-yildiz-dolu {
  color: #f59e0b;
}

.prf-yildiz-bos {
  color: #d1d5db;
}

.prf-yorum-hizmet {
  font-size: .8rem;
  color: #64748b;
  margin-bottom: .4rem;
}

.prf-yorum-metin {
  font-size: .9rem;
  color: #334155;
  line-height: 1.5;
  margin: 0;
}

/* Talep detayındaki yorum başarılı mesajı */
.yrm-basarili-mesaj {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  font-size: .93rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Yorum Yaz butonu (talep detay) */
.yrm-yaz-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .6rem 1.2rem;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}

.yrm-yaz-btn:hover {
  background: #fde68a;
}

/* Mini puan gösterimi */
.prf-mini-puan {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-size: .82rem;
  color: #f59e0b;
  font-weight: 600;
}

.prf-mini-puan-sayi {
  color: #475569;
}

/* Profil linki */
.prf-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.prf-link:hover {
  text-decoration: underline;
}

.prf-link-text {
  color: #1e293b;
  font-weight: 600;
}

.ha-teklif-mesaj-link {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .8rem;
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  padding: .2rem .5rem;
  border-radius: 6px;
  background: #eff6ff;
  transition: background .2s;
}

.ha-teklif-mesaj-link:hover {
  background: #dbeafe;
  text-decoration: none;
}

@media (max-width: 600px) {
  .prf-kart {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .prf-istatistikler {
    justify-content: center;
  }

  .yrm-yildiz {
    font-size: 2rem;
  }

  .yrm-gonder-bar {
    flex-direction: column;
  }
}

/* ============================================
   ALINAN YORUM (is-detay.php tamamlandi)
   ============================================ */
.is-alinan-yorum {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border: 1px solid #fbbf24;
  border-radius: 12px;
}

.is-alinan-yorum-baslik {
  font-size: .95rem;
  font-weight: 700;
  color: #92400e;
  margin: 0 0 .5rem;
}

.is-alinan-yorum-puan {
  display: flex;
  align-items: center;
  gap: .15rem;
  margin-bottom: .5rem;
}

.yrm-yildiz-gosterim {
  font-size: 1.2rem;
  color: #d1d5db;
}

.yrm-yildiz-gosterim.yrm-yildiz-dolu {
  color: #f59e0b;
}

.is-alinan-yorum-puan-sayi {
  font-size: .85rem;
  font-weight: 600;
  color: #92400e;
  margin-left: .35rem;
}

.is-alinan-yorum-metin {
  font-size: .9rem;
  color: #78350f;
  line-height: 1.5;
  font-style: italic;
  margin: .35rem 0;
}

.is-alinan-yorum-yazan {
  font-size: .8rem;
  color: #a16207;
  display: block;
  margin-top: .35rem;
}

/* Alınan İşler kartlarında yorum badge */
.is-yorum-etiket {
  color: #f59e0b !important;
  font-weight: 600;
}

/* ============================================
   ONAY MODALI
   ============================================ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 23, 42, .55);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-overlay.modal-aktif {
  display: flex;
  animation: modalFadeIn .2s ease;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-kutu {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 2rem 1.5rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
  animation: modalSlideUp .25s ease;
}

@keyframes modalSlideUp {
  from { opacity: 0; transform: translateY(20px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-ikon {
  font-size: 2.5rem;
  margin-bottom: .75rem;
}

.modal-baslik {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 .5rem;
}

.modal-mesaj {
  font-size: .92rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.modal-butonlar {
  display: flex;
  gap: .75rem;
  justify-content: center;
}

.modal-btn {
  padding: .6rem 1.5rem;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}

.modal-btn:hover {
  transform: translateY(-1px);
}

.modal-btn:active {
  transform: translateY(0);
}

.modal-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.modal-btn-iptal {
  background: #f1f5f9;
  color: #475569;
}

.modal-btn-iptal:hover {
  background: #e2e8f0;
}

.modal-btn-onayla {
  background: #16a34a;
  color: #fff;
  box-shadow: 0 2px 8px rgba(22, 163, 74, .3);
}

.modal-btn-onayla:hover {
  background: #15803d;
  box-shadow: 0 4px 12px rgba(22, 163, 74, .4);
}

.modal-btn-tehlike {
  background: #ef4444;
  color: #fff;
  box-shadow: 0 2px 8px rgba(239, 68, 68, .3);
}

.modal-btn-tehlike:hover {
  background: #dc2626;
  box-shadow: 0 4px 12px rgba(239, 68, 68, .4);
}

@media (max-width: 480px) {
  .modal-kutu {
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .modal-butonlar {
    flex-direction: column-reverse;
  }

  .modal-btn {
    width: 100%;
  }
}
