/* Header içi kadro giriş */
.cb-header-top-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-height: 34px !important;
}
.cb-header-top-right .header-top-social {
  float: none !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}
.cb-ekip-header-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  order: -1;
}
.cb-ekip-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: #1A2340;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 5px 10px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
}
.cb-ekip-header-btn:hover {
  background: #CE1414;
  color: #fff !important;
}
.cb-ekip-header-btn i { font-size: 12px; }
.cb-ekip-header-btn.is-user {
  padding: 3px 10px 3px 3px;
}
.cb-ekip-header-btn.is-user img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.cb-ekip-header-out {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #CE1414 !important;
  border: 1px solid rgba(206, 20, 20, 0.3);
  text-decoration: none !important;
  font-size: 11px;
}
.cb-ekip-header-out:hover {
  background: #CE1414;
  color: #fff !important;
}

/* Modal */
.cb-ekip-modal.remodal {
  max-width: 400px;
  padding: 0 !important;
  border-radius: 0;
  overflow: hidden;
}
.cb-ekip-modal-head {
  background: linear-gradient(120deg, #1A2340, #2a3658 55%, #CE1414);
  color: #fff;
  padding: 22px 22px 18px;
  text-align: center;
}
.cb-ekip-modal-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 20px;
}
.cb-ekip-modal-head h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.cb-ekip-modal-head p {
  margin: 0;
  font-size: 12px;
  opacity: 0.85;
}
.cb-ekip-modal-body {
  padding: 18px 20px 22px;
  background: #fff;
}
.cb-ekip-modal-body label {
  display: block;
  margin-bottom: 12px;
}
.cb-ekip-modal-body label span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cb-ekip-modal-body input {
  width: 100%;
  border: 1px solid rgba(26, 35, 64, 0.14);
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}
.cb-ekip-modal-body input:focus {
  border-color: rgba(206, 20, 20, 0.45);
}
.cb-ekip-modal-btn {
  width: 100%;
  border: 0;
  background: #CE1414;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 12px;
  cursor: pointer;
  margin-top: 4px;
}
.cb-ekip-modal-btn:hover { filter: brightness(1.05); }
.cb-ekip-modal-error {
  background: #fff1f1;
  color: #CE1414;
  border: 1px solid rgba(206, 20, 20, 0.2);
  padding: 8px 10px;
  font-size: 12px;
  margin: 0 0 12px;
}

/* Profil sayfası */
.cb-ekip-profil {
  background: #fff;
  border: 1px solid rgba(26, 35, 64, 0.1);
  padding: 20px;
}
.cb-ekip-profil-top {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1A2340;
}
.cb-ekip-profil-photo {
  width: 110px;
  height: 130px;
  overflow: hidden;
  background: #E8ECF4;
  flex: 0 0 110px;
}
.cb-ekip-profil-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cb-ekip-profil-top h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #1A2340;
}
.cb-ekip-profil-top p {
  margin: 0;
  color: #CE1414;
  font-weight: 650;
  font-size: 14px;
}
.cb-ekip-profil .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cb-ekip-profil label {
  display: block;
  margin-bottom: 12px;
}
.cb-ekip-profil label span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cb-ekip-profil input,
.cb-ekip-profil textarea {
  width: 100%;
  border: 1px solid rgba(26, 35, 64, 0.14);
  padding: 10px 12px;
  font-size: 13px;
}
.cb-ekip-profil textarea { min-height: 70px; resize: vertical; }
.cb-ekip-profil-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cb-ekip-profil-actions button,
.cb-ekip-profil-actions a {
  border: 0;
  background: #CE1414;
  color: #fff !important;
  font-weight: 800;
  font-size: 13px;
  padding: 11px 18px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.cb-ekip-profil-actions a.cb-out {
  background: #1A2340;
}
.cb-ekip-alert {
  padding: 10px 12px;
  margin-bottom: 14px;
  font-size: 13px;
}
.cb-ekip-alert.ok { background: #eefaf1; color: #157347; border: 1px solid #b7e4c7; }
.cb-ekip-alert.err { background: #fff1f1; color: #CE1414; border: 1px solid #f5c2c7; }

@media (max-width: 767px) {
  .cb-ekip-header-btn span { display: none; }
  .cb-ekip-profil .form-row { grid-template-columns: 1fr; }
  .cb-ekip-profil-top { flex-direction: column; align-items: flex-start; }
  .cb-header-top-right { justify-content: center !important; flex-wrap: wrap; }
}
