
/* AHD Profile page */
.ahd-profile .ahd-topbar { background:#ffffff; border-bottom:1px solid #e5e7eb; }
.ahd-profile .ahd-card { background:#fff; color:#102C4F; }
.ahd-profile label, .ahd-profile .ahd-sub, .ahd-profile h3 { color:#102C4F; }
.ahd-profile input, .ahd-profile textarea, .ahd-profile select {
  color:#102C4F; background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:10px;
}
.ahd-profile .ahd-grid { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px; }
.ahd-profile .ahd-grid .full { grid-column:1/-1; }
@media (max-width:768px){ .ahd-profile .ahd-grid{ grid-template-columns:1fr; } }

/* Centered container */
.ahd-profile .ahd-container{ max-width:1100px; margin:20px auto 40px auto; padding:0 16px; }
.ahd-profile .ahd-topbar{ position:sticky; top:0; z-index:9; background:#0f1e33; color:#fff; border:0; border-radius:14px; margin:12px 0 18px; display:flex; align-items:center; gap:10px; flex-wrap:wrap; padding:12px; }
.ahd-profile .ahd-topbar .brand, .ahd-profile .ahd-topbar .tools a, .ahd-profile .ahd-topbar .tools button{ color:#fff; }
.ahd-profile .ahd-topbar .tools{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.ahd-profile .ahd-topbar .ahd-btn{ padding:10px 14px; border-radius:10px; border:1px solid rgba(255,255,255,0.25); background:rgba(255,255,255,0.08); }
/* Section cards */
.ahd-profile .ahd-section{ background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:18px; box-shadow:0 6px 18px rgba(17,24,39,.06); margin-bottom:16px; }
.ahd-profile .ahd-section + .ahd-section{ margin-top:18px; }
.ahd-profile .ahd-section h3{ margin:0 0 12px 0; font-size:22px; font-weight:700; color:#102C4F; }
/* Field spacing */
.ahd-profile .ahd-grid{ gap:14px; }
.ahd-profile label{ font-weight:600; }
.ahd-profile .ahd-btn{ border-radius:12px; }
.ahd-profile .ahd-divider{ height:1px; background:#eef2f7; margin:14px 0; }
/* Textarea autosize feel */
.ahd-profile textarea{ min-height:96px; resize:vertical; }
/* Placeholder tone */
.ahd-profile input::placeholder, .ahd-profile textarea::placeholder{ color:#6b7280; }
/* Bring content away from edges on small screens */
@media (max-width:768px){
  .ahd-profile .ahd-container{ padding:0 12px; }
}


/* Status color chips */
.ahd-chip.st-yeni        { background:#ecfeff; border-color:#a5f3fc; }
.ahd-chip.st-eksik-belge { background:#fff7ed; border-color:#fed7aa; }
.ahd-chip.st-incelemede  { background:#f1f5f9; border-color:#cbd5e1; }
.ahd-chip.st-tamamlandi  { background:#ecfdf5; border-color:#a7f3d0; }
.ahd-chip.st-reddedildi  { background:#fef2f2; border-color:#fecaca; }
.ahd-chip .ttl{ font-size:12px; color:#475569; }
.ahd-chip.st-tamamlandi .val{ color:#065f46; }
.ahd-chip.st-reddedildi .val{ color:#7f1d1d; }
.ahd-chip.st-eksik-belge .val{ color:#9a3412; }
.ahd-chip.st-yeni .val{ color:#0e7490; }
.ahd-chip.st-incelemede .val{ color:#334155; }
