/* ============================================
   Unturned Türkiye - Bölüm Güzelleştirmeleri
   Ürünler / Sunucular / SSS / Rehberler
   ============================================ */

/* ---------- ÜRÜN KARTLARI ---------- */
.urun-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.urun-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.urun-card-img {
  position: relative;
  overflow: hidden;
}

.urun-card-img img {
  display: block;
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.urun-card:hover .urun-card-img img {
  transform: scale(1.07);
}

.urun-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 45%);
  pointer-events: none;
}

.urun-card-off {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #495057;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.urun-card-cat {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: #f5253f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(245, 37, 63, 0.45);
}

.urun-card-body {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.urun-card-body h5 {
  font-size: 17px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 8px;
}

.urun-card-body h5::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: #f5253f;
}

.urun-card-body p {
  font-size: 14px;
  color: #8a8f94;
  line-height: 1.6;
  margin-bottom: 16px;
}

.urun-card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-buy {
  display: inline-block;
  cursor: pointer;
  background: linear-gradient(135deg, #28a745, #1e8e3a);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(40, 167, 69, 0.45);
  text-decoration: none;
}

.badge-sahipsin {
  background: rgba(40, 167, 69, 0.12);
  color: #1e8e3a;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 30px;
  border: 1px solid rgba(40, 167, 69, 0.35);
}

.badge-sahipsin i {
  margin-right: 4px;
}

.badge-giris {
  background: rgba(255, 193, 7, 0.15);
  color: #b28704;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 193, 7, 0.4);
}

/* ---------- SUNUCULAR TABLOSU ---------- */
.server-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.server-table {
  margin-bottom: 0;
}

.server-table thead th {
  background: #1c1f23;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 14px 16px;
  white-space: nowrap;
}

.server-table tbody td,
.server-table tbody th {
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 14px;
  border-top: 1px solid #f1f3f5;
}

.server-table tbody tr {
  transition: background 0.2s ease;
}

.server-table tbody tr:hover {
  background: #fff5f4;
}

.server-name {
  font-weight: 700;
  color: #212529;
}

.server-ip {
  font-family: "Courier New", monospace;
  font-size: 13px;
  background: #f4f5f7;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 3px 10px;
  color: #495057;
  white-space: nowrap;
}

.badge-oyuncu {
  background: rgba(245, 37, 63, 0.1);
  color: #f5253f;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 30px;
  white-space: nowrap;
}

.badge-online {
  background: rgba(40, 167, 69, 0.12);
  color: #1e8e3a;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

.badge-offline {
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

.uptime-wrap {
  min-width: 130px;
}

.uptime-wrap .progress {
  height: 8px;
  border-radius: 8px;
  background: #eef0f2;
}

.uptime-wrap .progress-bar {
  border-radius: 8px;
  background: linear-gradient(90deg, #28a745, #7ed957);
}

.uptime-text {
  font-size: 12px;
  font-weight: 700;
  color: #1e8e3a;
}

/* ---------- SSS AKORDİYON ---------- */
#sss .card,
.sss-wrap .card {
  border: 1px solid #eef0f2;
  border-radius: 12px !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s ease;
}

#sss .card:hover,
.sss-wrap .card:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

#sss .card-header,
.sss-wrap .card-header {
  background: #fff;
  border-bottom: 0;
  padding: 0;
}

#sss .card-header .btn,
#sss .card-header a,
.sss-wrap .card-header .btn,
.sss-wrap .card-header a {
  display: block;
  width: 100%;
  text-align: left;
  color: #f5253f;
  font-weight: 600;
  font-size: 15px;
  padding: 18px 22px;
  text-decoration: none;
  white-space: normal;
}

#sss .card-body,
.sss-wrap .card-body {
  padding: 6px 22px 20px;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  border-top: 1px dashed #f1f3f5;
}

/* ---------- REHBER KARTLARI ---------- */
.rehber-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rehber-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.13);
}

.rehber-card-header {
  padding: 16px 22px;
  background: #fff;
  border-bottom: 1px solid #f1f3f5;
  display: flex;
  align-items: center;
}

.rehber-card-header::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #f5253f;
  border-radius: 3px;
  margin-right: 12px;
  flex-shrink: 0;
}

.rehber-card-header strong {
  font-size: 15px;
  color: #212529;
}

.rehber-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: #000;
}

.rehber-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rehber-card-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rehber-card-body .rehber-desc {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.rehber-card-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f1f3f5;
  font-size: 12.5px;
  color: #8a8f94;
}

.rehber-card-meta b {
  color: #f5253f;
}

/* ---------- GİRİŞ / KAYIT MODALLARI ---------- */
.auth-modal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.auth-modal-header {
  background: linear-gradient(135deg, #1c1f23, #2c3036);
  padding: 26px 28px 22px;
  position: relative;
  border-radius: 16px 16px 0 0;
}

/* Köşelerdeki beyaz sızmayı önle */
.auth-modal .modal-content {
  background: #1c1f23;
}

.auth-modal .modal-body {
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.auth-modal-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f5253f, #ff2d6f);
}

.auth-modal-header h5 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 4px;
}

.auth-modal-header p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin: 0;
}

.auth-modal-header .close {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #fff;
  opacity: 0.6;
  text-shadow: none;
  font-size: 24px;
}

.auth-modal-header .close:hover {
  color: #fff;
  opacity: 1;
}

.auth-modal .modal-body {
  padding: 26px 28px 28px;
}

.auth-modal label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 6px;
  padding: 0;
}

.auth-modal .form-group {
  margin-bottom: 18px;
}

.auth-modal .form-control {
  border-radius: 10px;
  border: 1.5px solid #e9ecef;
  background: #fafbfc;
  padding: 11px 14px;
  height: auto;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-modal .form-control::placeholder {
  color: #b8bfc6;
  font-size: 13px;
}

.auth-modal .form-control:focus {
  border-color: #f5253f;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245, 37, 63, 0.12);
}

.auth-modal .form-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #8a8f94;
}

.auth-modal .form-hint a {
  color: #f5253f;
  font-weight: 700;
}

.btn-auth {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #f5253f, #d81b34);
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
  border: 0;
  border-radius: 10px;
  padding: 13px;
  margin-top: 6px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(245, 37, 63, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-auth:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(245, 37, 63, 0.45);
  color: #fff;
  text-decoration: none;
}

.auth-remember {
  margin-bottom: 14px;
}

.auth-remember label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #495057;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  margin: 0;
}

.auth-remember input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #f5253f;
  cursor: pointer;
}

.auth-remember small {
  color: #a5abb1;
  font-weight: 400;
}

.auth-alt-link {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #6c757d;
}

.auth-alt-link a {
  color: #f5253f;
  font-weight: 700;
}

.auth-alt-link a:hover {
  text-decoration: underline;
}

/* ---------- GENEL FORM KARTI ---------- */
.form-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  padding: 30px;
}

.ut-form label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 6px;
  padding: 0;
}

.ut-form .form-group {
  margin-bottom: 18px;
}

.ut-form .form-control {
  border-radius: 10px;
  border: 1.5px solid #e9ecef;
  background: #fafbfc;
  padding: 11px 14px;
  height: auto;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ut-form .form-control::placeholder {
  color: #b8bfc6;
  font-size: 13px;
}

.ut-form .form-control:focus {
  border-color: #f5253f;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245, 37, 63, 0.12);
}

.ut-form .form-control[readonly] {
  background: #eef0f2;
  color: #6c757d;
}

.ut-form select.form-control {
  cursor: pointer;
}

.ut-form .form-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #8a8f94;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

/* ---------- GENEL BUTONLAR ---------- */
.btn-red-solid {
  display: inline-block;
  background: linear-gradient(135deg, #f5253f, #d81b34);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  border: 0;
  border-radius: 30px;
  padding: 9px 22px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(245, 37, 63, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.btn-red-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(245, 37, 63, 0.45);
  color: #fff;
  text-decoration: none;
}

/* ---------- PROFİL MODALI ---------- */
.profile-modal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.profile-header {
  background: linear-gradient(135deg, #1c1f23, #2c3036);
  padding: 26px 28px;
  position: relative;
  border-radius: 16px 16px 0 0;
}

/* Köşelerdeki beyaz sızmayı önle: modal zemini başlıkla aynı renk */
.profile-modal .modal-content {
  background: #1c1f23;
}

.profile-modal .modal-body {
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.profile-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f5253f, #ff2d6f);
}

.profile-header .close {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #fff;
  opacity: 0.6;
  text-shadow: none;
  font-size: 24px;
  z-index: 2;
}

.profile-header .close:hover {
  color: #fff;
  opacity: 1;
}

.profile-avatar {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  border: 3px solid #f5253f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.profile-name {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 2px;
}

.profile-mail {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0 0 8px;
  word-break: break-all;
}

.profile-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #dfe3e6;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 20px;
  margin: 0 6px 4px 0;
}

.profile-modal .modal-body {
  padding: 24px 28px 28px;
}

.profile-settings-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  margin-left: 6px;
  vertical-align: middle;
  transition: color 0.2s ease, transform 0.4s ease;
}

.profile-settings-link:hover {
  color: #f5253f;
  transform: rotate(90deg);
  text-decoration: none;
}

.pa-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}

.pa-section-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: #f5253f;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.profile-actions a {
  flex: 1 1 calc(50% - 10px);
  margin: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: all 0.2s ease;
}

.pa-dark {
  background: #f4f5f7;
  color: #343a40;
  border-color: #e9ecef !important;
}

.pa-dark:hover {
  background: #1c1f23;
  color: #fff;
  border-color: #1c1f23 !important;
}

.pa-green {
  background: rgba(40, 167, 69, 0.1);
  color: #1e8e3a;
  border-color: rgba(40, 167, 69, 0.3) !important;
}

.pa-green:hover {
  background: #28a745;
  color: #fff;
}

.pa-orange {
  background: rgba(255, 165, 2, 0.12);
  color: #c78500;
  border-color: rgba(255, 165, 2, 0.35) !important;
}

.pa-orange:hover {
  background: #ffa502;
  color: #fff;
}

.pa-red {
  background: rgba(245, 37, 63, 0.08);
  color: #f5253f;
  border-color: rgba(245, 37, 63, 0.3) !important;
}

.pa-red:hover {
  background: #f5253f;
  color: #fff;
}

.profile-admin-btn {
  display: block;
  text-align: center;
  margin-top: 14px;
  padding: 13px;
  border-radius: 10px;
  background: linear-gradient(135deg, #17a2b8, #117a8b);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(23, 162, 184, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-admin-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(23, 162, 184, 0.45);
  color: #fff;
  text-decoration: none;
}

.profile-stats {
  background: #fafbfc;
  border: 1px solid #eef0f2;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 16px;
  font-size: 13px;
  color: #6c757d;
}

.profile-stats-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.profile-stats-row b {
  color: #f5253f;
}

.profile-users {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.profile-users li {
  padding: 8px 0;
  border-top: 1px dashed #e9ecef;
  font-size: 13px;
  color: #6c757d;
}

.profile-users li:first-child {
  font-weight: 700;
  color: #343a40;
  border-top: 0;
}

.profile-users li b {
  color: #212529;
}

/* ---------- ÜRÜNLERİM KARTLARI ---------- */
.myurun-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.myurun-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.myurun-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 8px;
}

.myurun-card h5::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: #f5253f;
}

.myurun-card p {
  font-size: 14px;
  color: #8a8f94;
  line-height: 1.6;
  margin-bottom: 16px;
}

.myurun-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myurun-date {
  font-size: 12px;
  color: #8a8f94;
}

.myurun-btns {
  display: flex;
  gap: 8px;
  align-items: center;
}

.myurun-view {
  display: inline-block;
  border: 1.5px solid rgba(245, 37, 63, 0.4);
  color: #f5253f;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.myurun-view:hover {
  background: #f5253f;
  color: #fff;
  text-decoration: none;
}

.myver-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.myver-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8a8f94;
  margin: 0;
  flex-shrink: 0;
}

.myver-select {
  flex: 1;
  border: 1.5px solid #e9ecef;
  background: #fafbfc;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 13px;
  color: #495057;
  outline: none;
  cursor: pointer;
}

.myver-select:focus {
  border-color: #f5253f;
}

/* ---------- DESTEK TALEBİ MESAJLARI ---------- */
.ticket-msg {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  overflow: hidden;
}

.ticket-msg-user {
  border-left: 4px solid #f5253f;
}

.ticket-msg-staff {
  border-left: 4px solid #28a745;
}

.ticket-msg-header {
  padding: 14px 20px;
  background: #fafbfc;
  border-bottom: 1px solid #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

.ticket-msg-title {
  font-weight: 700;
  font-size: 15px;
  color: #212529;
  margin: 0;
}

.ticket-msg-meta {
  font-size: 12px;
  color: #8a8f94;
}

.ticket-msg-meta b {
  color: #f5253f;
}

.ticket-msg-body {
  padding: 18px 20px;
  font-size: 14px;
  color: #495057;
  line-height: 1.7;
}

.ticket-msg-body p:last-child {
  margin-bottom: 0;
}

.ticket-ek {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #eef0f2;
  font-size: 13px;
}

.ticket-ek-img {
  max-width: 320px;
  max-height: 220px;
  border-radius: 10px;
  border: 1px solid #eef0f2;
  margin-top: 6px;
  display: block;
  transition: transform 0.2s ease;
}

.ticket-ek-img:hover {
  transform: scale(1.02);
}

.ticket-empty {
  background: rgba(23, 162, 184, 0.07);
  border: 1px dashed rgba(23, 162, 184, 0.4);
  color: #117a8b;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  margin-bottom: 16px;
}

.ticket-closed {
  background: rgba(245, 37, 63, 0.07);
  border: 1px dashed rgba(245, 37, 63, 0.4);
  color: #d81b34;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  text-align: center;
}

/* ---------- DESTEK TALEBİ LİSTESİ ---------- */
.ticket-item {
  display: block;
  background: #fff;
  border: 1px solid #eef0f2;
  border-left: 4px solid #ffc107;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ticket-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.ticket-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.ticket-item h6 {
  font-weight: 700;
  font-size: 15px;
  color: #212529;
  margin: 0;
  display: flex;
  align-items: center;
}

.ticket-item p {
  color: #8a8f94;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.ticket-num {
  display: inline-block;
  background: #f5253f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 22px;
  text-align: center;
  padding: 3px 7px;
  border-radius: 8px;
  margin-right: 10px;
}

.tstat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.tstat-warn {
  background: rgba(255, 193, 7, 0.15);
  color: #b28704;
  border: 1px solid rgba(255, 193, 7, 0.4);
}

.tstat-info {
  background: rgba(23, 162, 184, 0.12);
  color: #117a8b;
  border: 1px solid rgba(23, 162, 184, 0.35);
}

.tstat-done {
  background: rgba(40, 167, 69, 0.12);
  color: #1e8e3a;
  border: 1px solid rgba(40, 167, 69, 0.35);
}

/* ---------- SSS AKORDİYONU (YENİ) ---------- */
.sss-accordion .card {
  margin-bottom: 14px;
}

.sss-accordion .card-header {
  padding: 0;
  background: #fff;
  border-bottom: 0;
}

.sss-accordion .sss-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  color: #f5253f;
  font-weight: 600;
  font-size: 15px;
  padding: 18px 22px;
  outline: none !important;
}

.sss-accordion .sss-arrow {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: 14px;
  border-right: 2px solid #f5253f;
  border-bottom: 2px solid #f5253f;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.sss-accordion .sss-q:not(.collapsed) .sss-arrow {
  transform: rotate(-135deg);
}

.sss-accordion .card-body {
  padding: 6px 22px 20px;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px dashed #f1f3f5;
}

/* ---------- FOOTER ---------- */
.ut-footer {
  border-top: 1px solid #eef0f2;
  padding-top: 50px;
  padding-bottom: 0;
}

.ut-footer h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.ut-footer h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: #f5253f;
}

.ut-footer p,
.ut-footer-contact li {
  font-size: 14px;
  color: #8a8f94;
  line-height: 1.8;
}

.ut-footer-contact li {
  margin-bottom: 8px;
}

.ut-footer-contact a {
  color: #f5253f;
}

.ut-footer-pay {
  margin-top: 12px;
}

.ut-footer-pay img {
  max-width: 100%;
  height: auto;
  margin-right: 8px;
  opacity: 0.85;
}

.ut-footer-bottom {
  border-top: 1px solid #eef0f2;
  margin-top: 40px;
  padding: 22px 0;
}

.ut-footer-bottom .copyright {
  font-size: 13px;
  color: #8a8f94;
}

/* ---------- ÜRÜN ARAMA ÇUBUĞU ---------- */
.urun-search-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.urun-search-input {
  position: relative;
  flex: 1 1 320px;
}

.urun-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
  pointer-events: none;
}

.urun-search-input input {
  width: 100%;
  border: 1.5px solid #e9ecef;
  background: #fff;
  border-radius: 30px;
  padding: 12px 20px 12px 44px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.urun-search-input input::placeholder {
  color: #b8bfc6;
}

.urun-search-input input:focus {
  border-color: #f5253f;
  box-shadow: 0 0 0 3px rgba(245, 37, 63, 0.12);
}

.urun-sort-select {
  border: 1.5px solid #e9ecef;
  background: #fff;
  border-radius: 30px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #495057;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.urun-sort-select:focus {
  border-color: #f5253f;
}

.urun-hide {
  display: none !important;
}

.urun-no-result {
  text-align: center;
  background: rgba(255, 193, 7, 0.12);
  border: 1px dashed rgba(255, 193, 7, 0.45);
  color: #b28704;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  padding: 22px;
  margin-top: 10px;
  margin-bottom: 24px;
}

/* ---------- ÜRÜN KARTI "İNCELE" OVERLAY ---------- */
.urun-card-link {
  display: block;
  position: relative;
}

.urun-card-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}

.urun-card:hover .urun-card-link::before {
  background: rgba(0, 0, 0, 0.45);
}

.urun-card-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 2;
  background: #fff;
  color: #212529;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.urun-card:hover .urun-card-view {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.urun-card-body h5 a {
  color: #212529;
}

.urun-card-body h5 a:hover {
  color: #f5253f;
  text-decoration: none;
}

/* ---------- ÜRÜN DETAY SAYFASI ---------- */
.uv-breadcrumb {
  font-size: 13px;
  color: #8a8f94;
  margin-bottom: 24px;
}

.uv-breadcrumb a {
  color: #f5253f;
  font-weight: 600;
}

.uv-tabs-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
}

.uv-tabs-scroll {
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.uv-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.uv-tabs-nav {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  border: 0;
  border-bottom: 2px solid #eef0f2;
  background: #fff;
  color: #6c757d;
  font-size: 13px;
  cursor: pointer;
  outline: none !important;
  transition: color 0.2s ease;
}

.uv-tabs-nav:hover {
  color: #f5253f;
}

.uv-tabs {
  border-bottom: 2px solid #eef0f2;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
}

.uv-tabs .nav-link {
  white-space: nowrap;
}

.uv-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #6c757d;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  margin-bottom: -2px;
  background: none;
  border-radius: 0;
}

.uv-tabs .nav-link:hover {
  color: #f5253f;
  border-color: rgba(245, 37, 63, 0.3);
}

.uv-tabs .nav-link.active {
  color: #f5253f;
  border-color: #f5253f;
  background: none;
}

.uv-tab-content {
  background: #fff;
  border: 1px solid #eef0f2;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  padding: 28px;
  font-size: 14px;
  color: #495057;
  line-height: 1.8;
  min-height: 260px;
}

.uv-tab-content h1,
.uv-tab-content h2,
.uv-tab-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 18px 0 10px;
}

.uv-tab-content pre,
.uv-tab-content code {
  background: #f4f5f7;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 13px;
}

.uv-tab-content pre {
  padding: 14px 18px;
  overflow-x: auto;
}

/* Sağ satın alma kutusu */
.uv-side {
  position: sticky;
  top: 100px;
}

.uv-side-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
}

.uv-side h4 {
  font-size: 19px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 4px;
}

.uv-side-cat {
  display: inline-block;
  background: rgba(245, 37, 63, 0.1);
  color: #f5253f;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.uv-tags {
  margin: 4px 0 14px;
}

.uv-tag {
  display: inline-block;
  background: #f4f5f7;
  border: 1px solid #e9ecef;
  color: #6c757d;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0 4px 6px 0;
}

.uv-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f3f5;
  padding-top: 16px;
  margin-bottom: 16px;
}

.uv-price-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8a8f94;
}

.uv-price {
  font-size: 26px;
  font-weight: 900;
  color: #1e8e3a;
}

.uv-buy-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #28a745, #1e8e3a);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  border: 0;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uv-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(40, 167, 69, 0.45);
  text-decoration: none;
}

.uv-owned {
  display: block;
  text-align: center;
  background: rgba(40, 167, 69, 0.12);
  border: 1px solid rgba(40, 167, 69, 0.35);
  color: #1e8e3a;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
}

.uv-login-warn {
  display: block;
  text-align: center;
  background: rgba(255, 193, 7, 0.15);
  border: 1px solid rgba(255, 193, 7, 0.4);
  color: #b28704;
  font-weight: 700;
  font-size: 13px;
  border-radius: 10px;
  padding: 12px;
}

/* ---------- ÜRÜN MEDYA GALERİSİ ---------- */
.uv-gallery {
  margin-bottom: 24px;
}

.uv-gallery-main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #101216;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.uv-gallery-main img,
.uv-gallery-main iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.uv-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.uv-thumb {
  position: relative;
  width: 110px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.7;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.uv-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.uv-thumb:hover {
  opacity: 1;
}

.uv-thumb.active {
  border-color: #f5253f;
  opacity: 1;
}

.uv-thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

/* ---------- WORKSHOP KARTI (düz tasarım) ---------- */
.uv-ws {
  display: flex;
  gap: 22px;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f3f5;
  margin-bottom: 20px;
}

.uv-ws:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.uv-ws-preview {
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.uv-ws-preview img {
  height: 150px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.uv-ws-main {
  flex: 1 1 300px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.uv-ws-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

.uv-ws-badge {
  font-size: 11px;
  font-weight: 700;
  color: #1e8e3a;
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.uv-ws-statsrow {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #8a8f94;
  margin-bottom: 10px;
}

.uv-ws-statsrow b {
  color: #212529;
}

.uv-ws-desc {
  font-size: 13.5px;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 12px;
}

.uv-ws-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed #eef0f2;
}

.uv-ws-date {
  font-size: 12.5px;
  color: #8a8f94;
}

.uv-ws-idbtn {
  display: inline-block;
  background: #1c1f23;
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.uv-ws-idbtn:hover {
  background: #f5253f;
  text-decoration: none;
}

/* ---------- GALERİ OKLARI ---------- */
.uv-gal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.2s ease;
  outline: none;
}

.uv-gal-prev { left: 14px; }
.uv-gal-next { right: 14px; }

.uv-gallery-main:hover .uv-gal-nav {
  opacity: 1;
}

.uv-gal-nav:hover {
  background: #f5253f;
}

/* ---------- KOD KUTUSU + KOPYALA ---------- */
.uv-codewrap {
  position: relative;
}

.uv-code {
  background: #f6f8fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 18px 20px;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.6;
  color: #24292e;
  overflow-x: auto;
  white-space: pre;
  margin: 0;
}

.uv-copy {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  color: #6c757d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.uv-copy:hover {
  color: #f5253f;
  border-color: #f5253f;
}

.uv-copy.copied {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}

/* XML / Config renklendirme */
.uv-code .xml-tag  { color: #d73a49; font-weight: 600; }
.uv-code .xml-attr { color: #6f42c1; }
.uv-code .xml-val  { color: #22863a; }
.uv-code .xml-com  { color: #9aa1a9; font-style: italic; }
.uv-code .xml-decl { color: #005cc5; }

/* ---------- DISCORD BUTONU ---------- */
.btn-discord {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #5865f2;
  color: #fff !important;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  border: 0;
  border-radius: 10px;
  padding: 12px;
  margin-top: 12px;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(88, 101, 242, 0.4);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-discord svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
}

.btn-discord:hover {
  background: #4752c4;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(88, 101, 242, 0.5);
  color: #fff;
  text-decoration: none;
}

.btn-discord.linked {
  background: #43b581;
  box-shadow: 0 5px 14px rgba(67, 181, 129, 0.4);
}

.btn-discord.linked:hover {
  background: #369668;
  box-shadow: 0 9px 20px rgba(67, 181, 129, 0.5);
}

.btn-discord-sm {
  display: inline-flex;
  padding: 9px 18px;
  font-size: 12.5px;
}

.btn-discord-static {
  cursor: default;
}

.btn-discord-static:hover {
  transform: none;
  background: #43b581;
  box-shadow: 0 5px 14px rgba(67, 181, 129, 0.4);
}

.btn-discord-sm svg {
  width: 17px;
  height: 17px;
}

/* ---------- YILDIZLAR & YORUMLAR ---------- */
.uv-stars {
  display: inline-block;
  line-height: 1;
}

.uv-star {
  color: #d5d9dd;
  font-size: 16px;
}

.uv-star.on {
  color: #ffc107;
}

.uv-side-rating {
  margin-bottom: 10px;
}

.uv-side-rating small {
  color: #8a8f94;
  font-size: 12px;
  margin-left: 4px;
}

.uv-review {
  padding: 14px 0;
  border-bottom: 1px solid #f1f3f5;
}

.uv-review:last-child {
  border-bottom: 0;
}

.uv-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.uv-review-head b {
  color: #212529;
  font-size: 14px;
}

.uv-review-head small {
  color: #a5abb1;
  font-size: 12px;
  margin-left: auto;
}

.uv-review p {
  font-size: 13.5px;
  color: #6c757d;
  margin: 0;
  line-height: 1.7;
}

/* Yıldız verme (form) */
.uv-rate2 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  user-select: none;
}

.uv-rate-star {
  color: #d5d9dd;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0 3px;
  transition: color 0.15s ease, transform 0.15s ease;
}

.uv-rate-star:hover {
  transform: scale(1.15);
}

.uv-rate-star.on {
  color: #ffc107;
}

.uv-review-form textarea {
  border-radius: 10px;
  border: 1.5px solid #e9ecef;
  background: #fafbfc;
  font-size: 14px;
}

.uv-review-form textarea:focus {
  border-color: #f5253f;
  box-shadow: 0 0 0 3px rgba(245, 37, 63, 0.12);
}

/* ---------- VERSİYONLAR ---------- */
.uv-ver {
  border: 1px solid #eef0f2;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 14px;
  background: #fafbfc;
}

.uv-ver-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 15px;
}

.uv-ver-head small {
  color: #a5abb1;
  font-size: 12px;
}

.uv-ver-latest {
  display: inline-block;
  background: rgba(40, 167, 69, 0.12);
  color: #1e8e3a;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

.uv-ver-note {
  font-size: 13.5px;
  color: #6c757d;
  margin-bottom: 12px;
  line-height: 1.6;
}

.uv-ver-foot {
  display: flex;
  justify-content: flex-end;
}

.uv-versions-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #495057;
  color: #fff !important;
  font-size: 13.5px;
  font-weight: 700;
  border: 0;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.uv-versions-btn:hover {
  background: #1c1f23;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---------- PROFİL: AVATAR & GİRİŞ GEÇMİŞİ ---------- */
.pa-avatar-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.pa-avatar-preview {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
  border: 3px solid #f5253f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.pa-avatar-empty {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  background: #f4f5f7;
  border: 2px dashed #d5d9dd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #8a8f94;
}

.pa-avatar-form {
  flex: 1 1 260px;
}

.pa-login-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f3f5;
}

.pa-login-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pa-login-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f4f5f7;
  color: #f5253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.pa-login-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.pa-login-info b {
  font-size: 13px;
  color: #212529;
}

.pa-login-info small {
  font-size: 12px;
  color: #8a8f94;
}

.pa-login-current {
  display: inline-block;
  background: rgba(40, 167, 69, 0.12);
  color: #1e8e3a;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

/* ---------- FOOTER İKONLU LİNKLER ---------- */
.ut-footer-links li {
  margin-bottom: 10px;
}

.ut-footer-links a {
  color: #8a8f94;
  font-size: 14px;
  transition: color 0.2s ease;
}

.ut-footer-links a:hover {
  color: #f5253f;
  text-decoration: none;
}

.ut-footer-links a i {
  color: #f5253f;
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}

.ut-footer-adres {
  font-size: 12.5px;
  color: #a5abb1;
  margin-top: 10px;
}

/* ---------- ÜRÜN TÜRÜ ROZETİ ---------- */
.uv-type {
  font-size: 13px;
  font-weight: 700;
  color: #495057;
  margin: 2px 0 8px;
}

.uv-type i {
  color: #f5253f;
  margin-right: 5px;
}

/* ---------- KAYITLI FATURA BİLGİLERİ ---------- */
.bill-save-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bill-save-row input {
  flex: 1;
}

.bill-save-row .btn-red-solid {
  flex-shrink: 0;
}

.bill-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f5;
}

.bill-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bill-item-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.bill-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(245, 37, 63, 0.08);
  color: #f5253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.bill-item-info b {
  display: block;
  font-size: 14px;
  color: #212529;
}

.bill-item-info small {
  display: block;
  font-size: 12px;
  color: #8a8f94;
}

.bill-item-actions {
  display: flex;
  gap: 6px;
  align-items: center;
}

.bill-item-actions form {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}

.bill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1.5px solid #e9ecef;
  background: #fff;
  color: #6c757d;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s ease;
}

.bill-use {
  border-color: rgba(40, 167, 69, 0.4);
  color: #1e8e3a;
}

.bill-use:hover {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}

.bill-edit:hover {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.bill-del {
  border-color: rgba(245, 37, 63, 0.35);
  color: #f5253f;
}

.bill-del:hover {
  background: #f5253f;
  border-color: #f5253f;
  color: #fff;
}

/* ---------- BİLDİRİM ZİLİ ---------- */
.ut-bell-li {
  position: relative;
}

.ut-bell {
  position: relative;
  font-size: 17px;
}

.ut-bell-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #f5253f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  padding: 0 4px;
}

.ut-notifs {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2000;
  width: 330px;
  max-height: 420px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.ut-notifs.open {
  display: block;
}

.ut-notifs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 14px;
  color: #212529;
  border-bottom: 1px solid #f1f3f5;
}

.ut-notifs-clear {
  font-size: 12px;
  font-weight: 700;
  color: #f5253f !important;
  text-decoration: none;
}

.ut-notifs-clear:hover {
  text-decoration: underline;
}

.ut-notif-item {
  display: block;
  padding: 12px 18px;
  border-bottom: 1px solid #f1f3f5;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ut-notif-item:last-child {
  border-bottom: 0;
}

.ut-notif-item:hover {
  background: #fafbfc;
  text-decoration: none;
}

.ut-notif-item span {
  display: block;
  font-size: 13px;
  color: #495057;
  line-height: 1.5;
}

.ut-notif-item small {
  display: block;
  font-size: 11px;
  color: #a5abb1;
  margin-top: 3px;
}

.ut-notif-item.unread {
  background: rgba(245, 37, 63, 0.06);
  border-left: 3px solid #f5253f;
}

.ut-notif-item.unread span {
  font-weight: 600;
  color: #212529;
}

.ut-notif-empty {
  padding: 22px 18px;
  text-align: center;
  font-size: 13px;
  color: #a5abb1;
}

@media (max-width: 991px) {
  .ut-notifs {
    width: 280px;
    right: -60px;
  }
}

/* ---------- MOBİL ---------- */
@media (max-width: 767px) {
  .urun-card-img img {
    height: 200px;
  }
  /* Dokunmatik cihazlarda galeri okları her zaman görünsün */
  .uv-gal-nav {
    opacity: 1;
  }
  .server-table thead th,
  .server-table tbody td,
  .server-table tbody th {
    padding: 10px 12px;
  }
}
