/* Cabin — local */
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-SemiBoldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cabin'; src: url('fonts/Cabin-BoldItalic.ttf') format('truetype'); font-weight: 700; font-style: italic; font-display: swap; }

/** HÇP Geri Bildirimler — gb- tasarımı (Brief 06). */

/* ── Modüle özel token'lar ──────────────────────────────────────── */
:root {
  --color-surface:  #fff;
  --color-deep:     #1b2a2e;
  --color-mid:      #5a6c70;
  --color-faint:    #5c686b;
  --color-border:   #e7e3da;
  --color-row-alt:  #FBFAF6;
  --color-teal:     #3FA0EC;
  --color-plus:     #16A34A;
  --color-minus:    #EF4444;
  --color-revise:   #F59E0B;
  --color-dd:       #3FA0EC;
  --color-emerald:  #16A34A;
  --color-cobalt:   #2E8FFF;
  --font-display:   'Plus Jakarta Sans', 'Cabin', sans-serif;
  --font-body:      'Cabin', sans-serif;
  --shadow-card:    0 1px 2px rgba(11,42,80,0.06),
                    0 6px 18px rgba(11,42,80,0.10),
                    0 0 0 1px #CBD8E8;
}

/* ── Shell entegrasyon ────────────────────────────────────────────── */
#hcp-shell-feedbacks:not(.hidden) {
  display: block !important;
  width: 100%;
  background: linear-gradient(160deg, #FFFFFF 0%, #EAF1FA 52%, #DDE8F4 100%);
  overflow-y: auto;
  min-height: 100%;
}

/* ── Sayfa layout ─────────────────────────────────────────────────── */
.gb-page {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}
/* Baslik bandi Plan/Kontrol ile ayni: gb-page padding'inden cikip tam genislik
   (icerik kartlari 20px iceride kalir; sekmeler arasi baslik hizasi tutar). */
#hcp-shell-feedbacks .gb-page > .hcp-uhead {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 640px) {
  #hcp-shell-feedbacks .gb-page > .hcp-uhead { margin-left: -14px; margin-right: -14px; }
}

/* ── Kart — ortak ─────────────────────────────────────────────────── */
.gb-card {
  background: var(--color-surface);
  border-radius: 16px; /* Kart paritesi: Planım/Kontrol kart yuvarlaklığıyla aynı */
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
/* Keskinlik paritesi (Kontrol/Plan diliyle): ana icerik kartlari net soguk kenarlik + tanimli golge */
#hcp-shell-feedbacks .gb-page > .gb-card {
  border: 1px solid #CBD8E8;
  box-shadow: 0 1px 2px rgba(11,42,80,.05), 0 6px 18px rgba(11,42,80,.10);
}

/* ── Hafta navigasyonu ────────────────────────────────────────────── */
/* Yıl satırı Plan/Kontrol ile aynı kalsın: iki satır + yıl görünür
   (eski override'lar kaldırıldı — üç sekme aynı hafta seçici görünümünde). */

/* ── Takvim popover — Plan/Kontrol ile aynı görsel dil ────────────── */
.gb-cal-pop {
  position: absolute;
  top: calc(100% + 8px); right: 0;
  width: 290px;
  background: var(--color-surface);
  border: 1px solid #BBDCFA;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(46,143,255,0.16);
  z-index: 200;
}
.gb-cal-pop.hidden { display: none; }

/* ── Popover başlık — lavender (Plan/Kontrol ile eşleşti) ─────────── */
.gb-cal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px;
  background: linear-gradient(180deg, #faf5ff 0%, #f5f3ff 100%);
  border-bottom: 0.5px solid #e9d5ff;
}
.gb-cal-head-title {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700; color: #4338CA;
  display: flex; align-items: center; gap: 7px;
}
.gb-cal-close {
  width: 24px; height: 24px;
  background: rgba(99,102,241,0.10); border: none;
  border-radius: 50%; cursor: pointer;
  font-size: 12px; color: #4338CA; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.12s;
  line-height: 1;
}
.gb-cal-close:hover { background: rgba(99,102,241,0.20); }

/* ── Yıl sekmeleri ────────────────────────────────────────────────── */
.gb-cal-years {
  display: flex; gap: 4px;
  padding: 8px 10px 6px;
  background: #faf5ff;
  border-bottom: 0.5px solid #e9d5ff;
}
.gb-cal-year-btn {
  flex: 1;
  padding: 5px 0;
  border: 1px solid #DDD9FC;
  border-radius: 7px;
  background: #fff;
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700;
  color: #5a6c70;
  cursor: pointer;
  transition: all 0.12s;
}
.gb-cal-year-btn:hover:not(.gb-cal-year-btn--active) {
  border-color: #AFA9EC; color: #3730A3; background: #F5F3FF;
}
.gb-cal-year-btn--active {
  background: linear-gradient(135deg, #6366F1, #4F46E5);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 8px rgba(99,102,241,.35);
}

/* ── Hafta listesi (popup) — Plan/Kontrol .hcp-cal-weeks ile eşleşti */
.gb-cal-week-list {
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gb-cal-empty {
  padding: 16px 8px;
  text-align: center;
  font-size: 12px;
  color: #5c686b;
}

/* Seçili hafta — Plan/Kontrol .hcp-cal-week-row ile birebir eşleşti */
.gb-cal-wrow {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.12s;
  background: transparent;
  border: 0.5px solid transparent;
}
.gb-cal-wrow:hover { background: #F5F3FF; }
.gb-cal-wrow--selected {
  background: #DDDCFB;
  border-color: #7C6EE8;
  cursor: default;
}
.gb-cal-wrow-num {
  font-family: var(--font-display);
  font-size: 10px; font-weight: 500;
  color: #5c686b;
  width: 28px; flex-shrink: 0;
}
.gb-cal-wrow--selected .gb-cal-wrow-num { color: #5047C9; font-weight: 700; }
.gb-cal-wrow-range {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 500;
  color: #1b2a2e;
  flex: 1; min-width: 0;
}
.gb-cal-wrow--selected .gb-cal-wrow-range { color: #1F1882; font-weight: 700; }
.gb-wrow-badge {
  font-family: var(--font-body);
  font-size: 9px; font-weight: 600;
  padding: 1px 6px; border-radius: 999px;
  white-space: nowrap; flex-shrink: 0;
}
.gb-wrow-badge--approved   { background: #DCFCE7; color: #166534; }
.gb-wrow-badge--evaluating { background: #FEF3C7; color: #92400E; }
.gb-wrow-badge--pending    { background: #F1F5F9; color: #5a6c70; }
.gb-wrow-badge--rejected   { background: #FEE2E2; color: #B91C1C; }
.gb-cal-wrow--selected .gb-wrow-badge { background: #DDD9FC; color: #3730A3; }

/* ── Result Bar ───────────────────────────────────────────────────── */
.gb-result-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #F0F7FF 0%, #EEF4FE 100%);
  border-radius: 16px; /* Kart paritesi: Planım/Kontrol kart yuvarlaklığıyla aynı */
  box-shadow: var(--shadow-card);
}

/* 2A — result-bar artık mavi header'ın beyaz özet kartı (Planım stili) */
.hcp-uhead .gb-result-bar {
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  padding: 14px 16px;
  margin: 0;
}

.gb-result-bar__visual {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-result-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3FA0EC, #1E6FD0);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(63,160,236,0.35);
}
.gb-result-icon--prev {
  background: linear-gradient(135deg, #6366F1, #4F46E5);
  box-shadow: 0 4px 12px rgba(99,102,241,0.35);
}
.gb-result-icon--pending {
  background: linear-gradient(135deg, #F59E0B, #D97706);
  box-shadow: 0 4px 12px rgba(245,158,11,0.35);
}

.gb-result-bar__content {
  flex: 1;
  min-width: 0;
}

.gb-result-bar__eyebrow {
  font-family: var(--font-display);
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.1em;
  color: #1E6FD0;
  text-transform: none;
  margin-bottom: 2px;
}

.gb-result-bar__title {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  color: var(--color-deep);
  line-height: 1.2;
}

.gb-result-bar__summary {
  font-family: var(--font-body);
  font-size: 12.5px; color: var(--color-mid);
  margin-top: 4px; line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gb-result-bar__action {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 10px;
  background: linear-gradient(135deg, #3FA0EC, #1E6FD0);
  color: #fff; border: none; border-radius: 10px;
  padding: 8px 16px; font-size: 12px; font-weight: 700; cursor: pointer;
  font-family: var(--font-display); white-space: nowrap;
  box-shadow: 0 2px 8px rgba(63,160,236,0.35);
  transition: filter 0.15s, transform 0.12s;
}
.gb-result-bar__action:hover { filter: brightness(1.1); transform: translateY(-1px); }
.gb-result-bar__action--nav {
  background: linear-gradient(135deg, #6366F1, #4F46E5);
  box-shadow: 0 2px 8px rgba(99,102,241,0.35);
}

.gb-result-bar__pending-chip {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 9px;
  background: #FEF3C7;
  color: #92400E;
  border: 1px solid #FDE68A;
  border-radius: 8px;
  padding: 5px 12px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600;
  cursor: default;
}

.gb-result-bar__weekhint {
  font-family: var(--font-body);
  font-size: 11px; color: var(--color-mid);
  margin-top: 8px; line-height: 1.45;
  max-width: 52ch;
}

.gb-result-bar__stats {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.gb-result-stat {
  display: flex; flex-direction: column; align-items: center;
  padding: 10px 14px;
  border-radius: 12px;
  min-width: 68px; text-align: center;
}
.gb-result-stat--tasks    { background: #EFF6FF; }
.gb-result-stat--strength { background: #F0FDF4; }
.gb-result-stat--focus    { background: #FFF7ED; }

.gb-result-stat__val {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 800; line-height: 1;
}
.gb-result-stat--tasks .gb-result-stat__val    { color: #1E6FD0; }
.gb-result-stat--strength .gb-result-stat__val { color: #16A34A; }
.gb-result-stat--focus .gb-result-stat__val    { color: #C2410C; }

.gb-result-stat__lbl {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600; margin-top: 3px;
  line-height: 1.3;
}
.gb-result-stat--tasks .gb-result-stat__lbl    { color: #2563EB; }
.gb-result-stat--strength .gb-result-stat__lbl { color: #166534; }
.gb-result-stat--focus .gb-result-stat__lbl    { color: #9A3412; }
/* Madde 11 — değeri 0 olan stat soluk (dikkat çekmesin) */
.gb-result-stat--zero { opacity: .65; }

/* Madde 20 — koça özel "YZ özeti" butonu (result-bar içinde) */
.gb-yz-btn {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 10px;
  padding: 9px 15px; border: none; border-radius: 11px;
  background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff;
  font-family: var(--font-display); font-size: 12.5px; font-weight: 700; cursor: pointer;
  box-shadow: 0 3px 12px rgba(124, 58, 237, .28);
  transition: opacity .15s ease, transform .15s ease;
}
.gb-yz-btn:hover:not(:disabled) { opacity: .92; transform: translateY(-1px); }
.gb-yz-btn:disabled { opacity: .7; cursor: default; }
.gb-yz-out { width: 100%; }

.gb-result-bar__empty {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 22px 4px 18px;
  gap: 6px; width: 100%;
}
.gb-result-bar__empty-icon {
  width: 46px; height: 46px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: #EEF2F6; color: #94A3B8; font-size: 20px; margin-bottom: 2px;
}
.gb-result-bar__empty-title {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 700; color: var(--color-mid);
}
.gb-result-bar__empty-sub {
  font-family: var(--font-body);
  font-size: 12px; color: var(--color-faint); line-height: 1.5;
  max-width: 340px;
}

/* ── AI özet (accordion) ──────────────────────────────────────────── */
.gb-ai-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
}
.gb-ai-toggle {
  display: flex; align-items: center; gap: 10px;
  background: none; border: none; cursor: pointer;
  padding: 0; flex: 1;
}
.gb-ai-title {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 700; color: var(--color-deep);
}
.gb-ai-chevron {
  font-size: 15px; color: var(--color-mid);
  transition: transform 0.2s;
}
.gb-ai-toggle:focus-visible { outline: 2px solid #1E6FD0; outline-offset: 2px; border-radius: 6px; }
.gb-ai-chevron.is-closed { transform: rotate(-90deg); }
/* Madde 12 — başlığın aç/kapa olduğu hover ile belli olsun */
.gb-ai-toggle:hover .gb-ai-title,
.gb-ai-toggle:hover .gb-ai-chevron { color: #1E6FD0; }

.gb-ai-body {
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 1000px;
}
.gb-ai-body.is-closed { max-height: 0; }

/* ── Final Haftalık Değerlendirme Raporu ──────────────────────────── */
.gb-report-text {
  font-family: var(--font-body);
  font-size: 13.5px; color: #1A2A2C; line-height: 1.7;
  padding: 18px 24px;
}
.gb-report-text p { margin: 0 0 12px; }
.gb-report-text p:last-child { margin-bottom: 0; }
.gb-report-text strong { font-weight: 700; color: var(--color-deep); }
.gb-report-h {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 700; color: var(--color-deep);
  margin: 16px 0 8px;
}
.gb-report-h:first-child { margin-top: 0; }
.gb-report-ul {
  margin: 0 0 12px; padding-left: 20px;
  display: flex; flex-direction: column; gap: 5px;
}
.gb-report-ul li { line-height: 1.55; }
.gb-report-meta {
  padding: 10px 24px;
  border-top: 1px solid var(--color-border);
  font-size: 11.5px; color: var(--color-mid);
}
.gb-report-empty {
  padding: 14px 22px;
  font-family: var(--font-body);
  font-size: 12.5px; color: var(--color-mid); line-height: 1.5;
}

/* ── İş satırları — kart düzeni ───────────────────────────────────── */
.gb-tasks-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 22px;
  border-bottom: 2px solid var(--color-deep);
}
.gb-tasks-head-left {
  display: flex; flex-direction: column; gap: 1px;
}
.gb-tasks-title {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700; color: var(--color-deep);
}
.gb-tasks-sub {
  font-family: var(--font-body);
  font-size: 10px; color: var(--color-faint);
}
.gb-tasks-count {
  font-family: var(--font-body); font-size: 11px; color: var(--color-faint);
}

.gb-tasks-list {
  display: flex; flex-direction: column;
}

.gb-task-row {
  padding: 11px 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--color-surface);
}
.gb-task-row + .gb-task-row { border-top: 1.5px solid var(--color-border); }
.gb-task-row:nth-child(even) { background: var(--color-row-alt); }

.gb-task-row-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.gb-task-num {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600; color: var(--color-faint);
  font-variant-numeric: tabular-nums;
  min-width: 24px; flex-shrink: 0; padding-top: 2px;
}
.gb-mark {
  width: 32px; height: 32px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; flex-shrink: 0;
  font-family: var(--font-display); font-size: 13px;
}
.gb-mark--plus   { background: var(--color-plus); }
.gb-mark--minus  { background: var(--color-minus); }
.gb-mark--revise { background: var(--color-revise); }
.gb-mark--dd     { background: var(--color-dd); }

.gb-task-info {
  flex: 1;
  min-width: 0;
}
.gb-task-title {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600; color: var(--color-deep); line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gb-task-meta {
  font-family: var(--font-body);
  font-size: 11px; color: var(--color-mid); margin-top: 3px;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.gb-task-eval {
  font-family: var(--font-display);
  font-size: 10px; font-weight: 700;
  padding: 3px 9px; border-radius: 6px;
  flex-shrink: 0; white-space: nowrap;
  align-self: flex-start; margin-top: 1px;
}
.gb-task-eval--plus   { background: #DCFCE7; color: #166534; }
.gb-task-eval--minus  { background: #FEE2E2; color: #991B1B; }
.gb-task-eval--revise { background: #EFF6FF; color: #1D4ED8; }
.gb-task-eval--dd     { background: #FEF3C7; color: #92400E; }

/* indent = num(20) + gap(10) + mark(32) + gap(10) = 72px */
.gb-task-comment {
  margin-top: 7px;
  padding: 7px 10px;
  padding-left: 72px;
  font-family: var(--font-body);
  font-size: 12px; font-style: italic; color: #1E293B; line-height: 1.6;
}
.gb-task-no-comment {
  margin-top: 4px;
  padding-left: 72px;
  font-family: var(--font-body);
  font-size: 11px; color: #5c686b;
}
.gb-tasks-empty {
  padding: 20px 22px;
  font-family: var(--font-body);
  font-size: 13px; color: var(--color-mid);
}

/* ── Koç seçici (yönetici rolü) ─────────────────────────────────── */
.gb-coach-selector {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  width: 100%;
}
.gb-coach-chip {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(27,42,46,0.15);
  background: var(--color-surface);
  color: var(--color-mid);
  cursor: pointer;
  transition: all 0.15s;
}
.gb-coach-chip:hover {
  border-color: #3FA0EC;
  color: #1E6FD0;
  box-shadow: 0 2px 8px rgba(14,165,233,.2);
}
.gb-coach-chip--active {
  background: linear-gradient(135deg, #3FA0EC, #1E6FD0);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 8px rgba(14,165,233,.35);
}

/* ── Boş durum ───────────────────────────────────────────────────── */
.gb-empty-state {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  padding: 48px 24px; text-align: center;
}
.gb-empty-icon  { font-size: 2rem; margin-bottom: 12px; opacity: 0.4; }
.gb-empty-title {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 700; color: var(--color-mid);
  margin-bottom: 6px;
}
.gb-empty-sub {
  font-family: var(--font-body);
  font-size: 12px; color: var(--color-faint);
  max-width: 280px; line-height: 1.5;
}

/* ── Band sağ grubu ───────────────────────────────────────────────── */
#hcp-shell-feedbacks .hcp-uhead__band-right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex-shrink: 0;
}
#hcp-shell-feedbacks .hcp-header-week-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
#hcp-shell-feedbacks .gb-coach-selector {
  margin-bottom: 0;
  width: auto;
  flex-shrink: 0;
}

/* ── Plan link ────────────────────────────────────────────────────── */
.gb-plan-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600; color: var(--color-cobalt);
  background: rgba(26,95,171,0.08);
  padding: 2px 8px; border-radius: 999px;
  cursor: pointer; text-decoration: none;
  transition: background 0.12s;
}
.gb-plan-link:hover { background: rgba(26,95,171,0.16); }

.gb-devir {
  display: inline-flex; align-items: center; gap: 3px;
  background: var(--color-emerald); color: #fff;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  padding: 2px 8px; border-radius: 999px;
}

/* ── Print / PDF ──────────────────────────────────────────────────── */
@media print {
  body * { visibility: hidden !important; }
  .gb-page, .gb-page * { visibility: visible !important; }
  .gb-page .gb-no-print, .gb-page .gb-no-print * { visibility: hidden !important; }
  body { background: #fff !important; }
  .gb-page { position: absolute; left: 0; top: 0; width: 100%; padding: 0 !important; gap: 10px !important; }
  .hcp-uhead { background: #fff !important; box-shadow: none !important; padding: 0 !important; }
  .hcp-uhead__band { padding: 0 0 10px !important; }
  .hcp-uhead__title { color: #111 !important; }
  .hcp-uhead__icon { background: #eef2f6 !important; color: #1E6FD0 !important; }
  .hcp-uhead__card { padding: 0 !important; }
  .gb-card { box-shadow: none !important; border: 0.5px solid #ddd !important; break-inside: avoid; }
  .gb-ai-body.is-closed { max-height: none !important; display: flex !important; }
  .gb-task-eval, .gb-mark { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .gb-page { padding: 14px; gap: 12px; }

  .gb-result-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
  }
  .gb-result-bar__stats {
    width: 100%;
    justify-content: space-between;
  }
  .gb-result-stat { flex: 1; min-width: 0; }

  .gb-task-comment,
  .gb-task-no-comment { padding-left: 16px; }
}

/* ── İçerik Kontrolü Geri Bildirimleri (Geri Bildirimler ekranı, salt-okunur) ── */
.gb-cf-card { padding: 0; overflow: hidden; }
.gb-cf-head { padding: 16px 18px 12px; }
.gb-cf-title { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #0F172A; }
.gb-cf-title i { color: #2563EB; }
.gb-cf-sub { display: block; margin-top: 3px; font-size: 12.5px; color: #64748B; }
.gb-cf-body { padding: 0 18px 16px; }
.gb-cf-empty { font-size: 13px; color: #5c686b; padding: 6px 0 10px; }
.gb-cf-group + .gb-cf-group { margin-top: 14px; }
.gb-cf-group-lbl { font-size: 11.5px; font-weight: 700; color: #64748B; margin-bottom: 8px; }

.gb-cf-item { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; padding: 12px 14px; margin-bottom: 10px; }
.gb-cf-item--done { background: #fff; }
.gb-cf-item__top { display: flex; align-items: center; gap: 10px; }
.gb-cf-item__title {
    flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; justify-content: space-between;
    background: none; border: none; cursor: pointer; text-align: left; padding: 0;
    font-size: 14px; font-weight: 600; color: #0F172A;
}
.gb-cf-item__title > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gb-cf-item__title i { color: #5c686b; flex-shrink: 0; }
.gb-cf-item__meta { font-size: 12px; color: #5c686b; margin-top: 6px; }
.gb-cf-item__body {
    margin-top: 10px; padding-top: 10px; border-top: 1px solid #EEF2F6;
    font-size: 13.5px; line-height: 1.6; color: #334155;
}
.gb-cf-badge {
    flex-shrink: 0; display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 700;
}
.gb-cf-badge--open { background: #FEF3C7; color: #B45309; }
.gb-cf-badge--done { background: #DCFCE7; color: #15803D; }
.gb-cf-cat {
    flex-shrink: 0; display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 999px;
    background: #DBEAFE; color: #1E40AF; font-size: 11.5px; font-weight: 600;
}
