/* ===== SmmMarkt Dark Theme ===== */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/montserrat-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/montserrat-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/montserrat-900.woff2') format('woff2');
}

:root {
  --bg: #0b0b0f;
  --bg-card: #16161d;
  --txt: #f2f3f7;
  --muted: rgba(242, 243, 247, 0.6);
  --line: rgba(255, 255, 255, 0.08);
  --accent: #ff1f57;
  --accent-2: #8c50ff;
}

/* Arka plan - beyaz flash onleme */
html, body {
  background-color: var(--bg) !important;
  color: var(--txt) !important;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: var(--bg);
  z-index: -9999;
}

/* ===== Marketing Footer (tum misafir sayfalari) ===== */
.layout-footer-bridge,
.footer-bridge.layout-footer-bridge {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent 5%, rgba(255,31,87,0.35) 35%, rgba(140,80,255,0.45) 65%, transparent 95%);
  box-shadow: 0 0 40px rgba(255,31,87,0.08);
}

footer.site-footer {
  --sf-accent: #ff1f57;
  --sf-accent-2: #8c50ff;
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: #000 !important;
  border: none !important;
  overflow: hidden;
}

footer.site-footer .site-footer-glow {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: min(560px, 80vw);
  height: 100px;
  background: radial-gradient(ellipse, rgba(255,31,87,0.1) 0%, transparent 70%);
  pointer-events: none;
}

footer.site-footer .site-footer-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 25px 16px;
}

footer.site-footer .site-footer-cols {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr 0.9fr;
  gap: 20px 28px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

footer.site-footer .sf-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

footer.site-footer .sf-col-title {
  margin: 0 0 15px;
  padding: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--sf-accent);
  line-height: 1.2;
}

footer.site-footer .sf-col-pay {
  align-items: center;
  width: 100%;
}

footer.site-footer .sf-col-pay .sf-col-title {
  width: 100%;
  text-align: center;
  margin: 0 0 16px;
}

footer.site-footer .sf-col-pay .site-footer-pays {
  margin-top: 2px;
}

footer.site-footer .site-footer-pay-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(242, 243, 247, 0.48);
  max-width: 280px;
  text-align: center;
}

footer.site-footer .sf-col-pay .site-footer-pay-note {
  margin-left: auto;
  margin-right: auto;
}

footer.site-footer .site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
  color: #fff !important;
  margin: 0 0 10px;
  text-decoration: none !important;
}

footer.site-footer .site-footer-logo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sf-accent), var(--sf-accent-2));
  box-shadow: 0 0 10px rgba(255,31,87,0.45);
}

footer.site-footer .site-footer-tagline {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(242,243,247,0.45);
  margin: 0;
  max-width: 280px;
}

footer.site-footer .site-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.site-footer .site-footer-col ul li {
  margin-bottom: 8px;
}

footer.site-footer .site-footer-col ul li:last-child {
  margin-bottom: 0;
}

footer.site-footer .site-footer-col ul li a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(242,243,247,0.52) !important;
  text-decoration: none !important;
  transition: color 0.25s;
}

footer.site-footer .site-footer-col ul li a:hover { color: #fff !important; }

footer.site-footer .site-footer-pays {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
}

footer.site-footer .site-footer-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 6px;
  border-radius: 9px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

footer.site-footer .site-footer-pay:hover {
  border-color: rgba(255,31,87,0.22);
  background: rgba(255,255,255,0.05);
}

footer.site-footer .site-footer-pay img.pay-logo,
footer.site-footer .site-footer-pay img {
  height: 16px;
  width: auto;
  max-width: 62px;
  object-fit: contain;
  opacity: 1;
  filter: none !important;
  display: block;
}

footer.site-footer .site-footer-pay--brand {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  min-height: 36px;
  padding: 6px 8px;
}

footer.site-footer .site-footer-pay img.pay-logo--brand {
  height: 20px;
  max-width: 76px;
  min-height: 14px;
  filter: none !important;
  opacity: 1 !important;
}

footer.site-footer .site-footer-pay img.pay-logo--apple,
footer.site-footer .site-footer-pay img.pay-logo--gpay {
  height: 16px;
  max-width: 62px;
}

footer.site-footer .site-footer-pay img.pay-logo--visa {
  height: 18px;
  max-width: 58px;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35)) !important;
}

footer.site-footer .site-footer-pay .pay-txt {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  line-height: 1;
}

footer.site-footer .pay-txt.pay-wero { color: #6ee7b7; }
footer.site-footer .pay-txt.pay-stripe { color: #635bff; }
footer.site-footer .pay-txt.pay-visa { color: #8ba4ff; }
footer.site-footer .pay-txt.pay-sepa { color: #8ba4ff; }
footer.site-footer .pay-txt.pay-revolut { color: #5b9fff; }
footer.site-footer .pay-txt.pay-trustly { color: #3ecf8e; }
footer.site-footer .pay-txt.pay-eps { color: #e8eaed; }
footer.site-footer .pay-txt.pay-klarna { color: #ffb3c7; }
footer.site-footer .pay-txt.pay-crypto { color: #f7931a; }

footer.site-footer .site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 10px;
  font-size: 11px;
  color: rgba(242,243,247,0.35);
}

footer.site-footer .site-footer-bottom a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

footer.site-footer .site-footer-bottom a:hover { color: var(--sf-accent) !important; }

footer.site-footer .site-footer-bottom-mid {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer.site-footer .site-footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
}

footer.site-footer .site-footer-slogan {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.04);
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: rgba(242,243,247,0.38);
  line-height: 1.45;
  width: 100%;
}

@media (max-width: 900px) {
  footer.site-footer .site-footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
  }
  footer.site-footer .sf-col-brand {
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
  }
  footer.site-footer .sf-col-brand .site-footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  footer.site-footer .site-footer-inner { padding: 20px 20px 12px; }
  footer.site-footer .site-footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 22px 20px;
  }
  footer.site-footer .sf-col-brand,
  footer.site-footer .sf-col-pay {
    grid-column: 1 / -1;
  }
  footer.site-footer .site-footer-col {
    align-items: center;
    text-align: center;
  }
  footer.site-footer .site-footer-col .sf-col-title {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .site-footer-col ul {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .sf-col-pay .site-footer-pays {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  footer.site-footer .site-footer-pays {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  footer.site-footer .site-footer-pay {
    min-height: 40px;
    padding: 8px 6px;
  }
  footer.site-footer .site-footer-pay .pay-txt {
    font-size: 9px;
    letter-spacing: 0.2px;
  }
  footer.site-footer .site-footer-pay img {
    max-width: 100%;
  }
  footer.site-footer .site-footer-pay img.pay-logo--brand { height: 17px; max-width: 72px; }
  footer.site-footer .site-footer-pay img.pay-logo--apple,
  footer.site-footer .site-footer-pay img.pay-logo--gpay { height: 14px; max-width: 58px; }
}

/* Marketing footer — tum sayfalarda (misafir + panel) */
body .layout-footer-bridge,
body footer.site-footer {
  display: block !important;
  visibility: visible !important;
  width: 100%;
  flex-shrink: 0;
}

body:not(.panel-authed) footer.site-footer {
  margin-top: auto !important;
  position: relative;
  z-index: 2;
}

body.panel-authed .layout-footer-bridge {
  margin-top: auto;
}

body.panel-authed footer.site-footer {
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.panel-authed {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body:not(.panel-authed) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Misafir sayfalari: footer altindaki gri boslugu kaldir */
body:not(.panel-authed) {
  background-color: #050508 !important;
}

body:not(.panel-authed)::before {
  background-color: #050508 !important;
}

body:not(.panel-authed) .footer-bottom {
  padding-top: 44px !important;
  padding-bottom: 28px !important;
}

/* Layout */
.main-content,
#content,
.content,
.page-content {
  flex: 1 0 auto;
  background-color: transparent !important;
}

body.panel-authed .panel-main {
  flex: 0 1 auto;
  width: 100%;
  padding: 24px 0 32px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 31, 87, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(140, 80, 255, 0.04) 0%, transparent 50%);
}

/* ===== Panel Premium UX ===== */

/* Welcome strip — sadece siparis sayfasi (neworder) */
body.panel-authed:not(.is-neworder-page) .panel-welcome {
  display: none !important;
}

.panel-welcome {
  background: linear-gradient(90deg, rgba(255, 31, 87, 0.06) 0%, rgba(140, 80, 255, 0.04) 50%, transparent 100%);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.panel-welcome-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  max-width: 100%;
  padding: 0 16px;
}

.panel-welcome-kicker {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2px;
}

.panel-welcome-title {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.panel-welcome-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Sosyal medya ikonlari — Willkommen satiri */
.panel-welcome-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.panel-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(242, 243, 247, 0.55);
  text-decoration: none !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.panel-social-icon img,
.panel-social-icon svg {
  width: 17px;
  height: 17px;
  display: block;
  object-fit: contain;
}

.panel-social-icon:hover {
  transform: translateY(-2px) scale(1.05);
  color: #fff;
}

.panel-social-icon--ig:hover {
  border-color: rgba(225, 48, 108, 0.45);
  background: rgba(225, 48, 108, 0.12);
  box-shadow: 0 6px 18px rgba(225, 48, 108, 0.2);
  color: #ff6b9d;
}

.panel-social-icon--tt:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.08);
  color: #fff;
}

.panel-social-icon--yt:hover {
  border-color: rgba(255, 0, 0, 0.4);
  background: rgba(255, 0, 0, 0.1);
  box-shadow: 0 6px 18px rgba(255, 0, 0, 0.18);
  color: #ff6b6b;
}

.panel-social-icon--tg:hover {
  border-color: rgba(0, 136, 204, 0.45);
  background: rgba(0, 136, 204, 0.12);
  box-shadow: 0 6px 18px rgba(0, 136, 204, 0.2);
  color: #5bc8ff;
}

.panel-social-icon--fb:hover {
  border-color: rgba(24, 119, 242, 0.45);
  background: rgba(24, 119, 242, 0.12);
  box-shadow: 0 6px 18px rgba(24, 119, 242, 0.2);
  color: #6ea8ff;
}

.panel-social-icon--sc:hover {
  border-color: rgba(255, 252, 0, 0.35);
  background: rgba(255, 252, 0, 0.08);
  box-shadow: 0 6px 18px rgba(255, 252, 0, 0.12);
  color: #fff59d;
}

.panel-boost-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
}

.panel-boost-chip--start {
  border: 1px solid rgba(255, 31, 87, 0.25);
  background: rgba(255, 31, 87, 0.08);
  box-shadow: 0 4px 14px rgba(255, 31, 87, 0.12);
}

.panel-boost-chip--end {
  border: 1px solid rgba(140, 80, 255, 0.28);
  background: rgba(140, 80, 255, 0.1);
  box-shadow: 0 4px 14px rgba(140, 80, 255, 0.12);
}

.panel-welcome-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(242, 243, 247, 0.55);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.panel-welcome-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 6px rgba(255, 31, 87, 0.5);
}

.panel-welcome-balance {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(242, 243, 247, 0.75) !important;
  text-decoration: none !important;
  background: rgba(255, 31, 87, 0.08);
  border: 1px solid rgba(255, 31, 87, 0.22);
  transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
}

.panel-welcome-balance strong {
  color: #fff;
  font-weight: 800;
}

.panel-welcome-balance:hover {
  background: rgba(255, 31, 87, 0.14);
  border-color: rgba(255, 31, 87, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 31, 87, 0.15);
  color: #fff !important;
}

.panel-welcome-balance-arrow {
  color: var(--accent);
  font-weight: 800;
}

/* Balance navbar CTA */
.balance-group {
  display: flex;
  align-items: center;
  gap: 2px;
}

.balance-cta {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
}

.balance-cta:hover .balance-badge {
  box-shadow: 0 6px 18px rgba(255, 31, 87, 0.5);
  transform: translateY(-1px);
}

.balance-currency-toggle {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 8px !important;
  margin: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
}

.balance-currency-toggle .caret {
  margin: 0;
}

/* Form card glow */
body.panel-authed .panel-main .well,
body.panel-authed .panel-well-glow {
  position: relative;
  border: 1px solid rgba(255, 31, 87, 0.1) !important;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 80px rgba(255, 31, 87, 0.05);
  overflow: visible;
}

body.panel-authed .panel-main .well::before,
body.panel-authed .panel-well-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 31, 87, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 100%, rgba(140, 80, 255, 0.07) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

body.panel-authed .panel-main .well > * {
  position: relative;
  z-index: 1;
}

/* Absenden — Bootstrap/CDN gradient yok, sade pembe */
.btn-smm-submit,
body.panel-authed #order-form button[type="submit"],
body.panel-authed #order-submit-btn {
  display: inline-block;
  width: auto;
  min-width: 140px;
  padding: 13px 28px;
  margin-top: 4px;
  border: none !important;
  border-radius: 12px !important;
  background: #ff1f57 !important;
  background-color: #ff1f57 !important;
  background-image: none !important;
  color: #fff !important;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255, 31, 87, 0.28) !important;
  animation: none !important;
  -webkit-animation: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease !important;
}

.btn-smm-submit:hover,
.btn-smm-submit:focus,
body.panel-authed #order-form button[type="submit"]:hover,
body.panel-authed #order-submit-btn:hover {
  background: #e01a4d !important;
  background-color: #e01a4d !important;
  background-image: none !important;
  color: #fff !important;
  outline: none !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 31, 87, 0.38) !important;
}

.btn-smm-submit:active,
body.panel-authed #order-submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(255, 31, 87, 0.22) !important;
}

.btn-smm-submit .btn-submit-loading {
  display: none;
}

.btn-smm-submit.is-loading {
  opacity: 0.9;
  pointer-events: none;
  transform: none !important;
}

.btn-smm-submit.is-loading .btn-submit-text {
  display: none;
}

.btn-smm-submit.is-loading .btn-submit-loading {
  display: inline;
}

/* Eski sinif uyumlulugu */
#order-form .btn-submit-glow,
#order-form .btn-primary.btn-submit-glow {
  background: var(--accent) !important;
  background-image: none !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.2px;
  min-width: 140px;
  padding: 13px 28px !important;
  box-shadow: 0 8px 20px rgba(255, 31, 87, 0.28) !important;
  animation: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease !important;
}

#order-form .btn-submit-glow:hover,
#order-form .btn-submit-glow:focus {
  background: #e01a4d !important;
  background-image: none !important;
  opacity: 1 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 31, 87, 0.38) !important;
}

#order-form .btn-submit-glow:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(255, 31, 87, 0.22) !important;
}

.btn-submit-glow {
  position: relative;
}

.btn-submit-glow .btn-submit-loading {
  display: none;
}

.btn-submit-glow.is-loading {
  opacity: 0.9;
  pointer-events: none;
  transform: none !important;
  background: var(--accent) !important;
  background-image: none !important;
}

.btn-submit-glow.is-loading .btn-submit-text {
  display: none;
}

.btn-submit-glow.is-loading .btn-submit-loading {
  display: inline;
}

body.panel-authed .btn-primary.is-loading::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: panelSpin 0.7s linear infinite;
  vertical-align: middle;
}

@keyframes panelSpin {
  to { transform: rotate(360deg); }
}

/* Table row hover */
body.panel-authed .table > tbody > tr {
  transition: background 0.2s ease;
}

body.panel-authed .table > tbody > tr > td {
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

body.panel-authed .table > tbody > tr:hover > td {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

body.panel-authed .table > tbody > tr:hover > td:first-child {
  box-shadow: inset 3px 0 0 var(--accent);
}

/* Trust strip */
.panel-trust-strip {
  flex-shrink: 0;
  margin-top: auto;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid var(--line);
}

.panel-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  max-width: 900px;
  margin: 0 auto;
}

.panel-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(242, 243, 247, 0.45);
  letter-spacing: 0.2px;
}

.panel-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
  color: var(--accent);
  background: rgba(255, 31, 87, 0.12);
}

.panel-trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* Dark scrollbar (panel) */
body.panel-authed ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body.panel-authed ::-webkit-scrollbar-track {
  background: var(--bg);
}

body.panel-authed ::-webkit-scrollbar-thumb {
  background: rgba(255, 31, 87, 0.3);
  border-radius: 4px;
}

body.panel-authed ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 31, 87, 0.5);
}

@media (max-width: 768px) {
  .panel-welcome-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-welcome-socials {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .panel-welcome-socials::-webkit-scrollbar {
    display: none;
  }

  .panel-welcome-socials .panel-social-icon,
  .panel-welcome-socials .panel-boost-chip {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
  }

  .panel-welcome-right {
    width: 100%;
    justify-content: space-between;
  }

  .panel-trust-sep {
    display: none;
  }

  .panel-trust-inner {
    gap: 8px 12px;
  }
}

body.panel-authed .panel-main .container,
body.panel-authed .panel-main .container-fluid {
  width: 100%;
  max-width: 100%;
}

/* Navbar */
.navbar-default {
  background-color: rgba(11, 11, 15, 0.95) !important;
  border-color: var(--line) !important;
  backdrop-filter: blur(12px);
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: var(--txt) !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(255, 31, 87, 0.1) !important;
  color: var(--accent) !important;
}

.navbar-default .navbar-toggle {
  border-color: var(--line) !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--txt) !important;
}

.navbar-default .badge {
  background-color: var(--accent) !important;
}

.dropdown-menu {
  background-color: var(--bg-card) !important;
  border-color: var(--line) !important;
}

.dropdown-menu > li > a {
  color: var(--txt) !important;
}

.dropdown-menu > li > a:hover {
  background-color: rgba(255, 31, 87, 0.1) !important;
  color: var(--accent) !important;
}

/* Kartlar ve formlar */
.well {
  background-color: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  color: var(--txt) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

.well-float {
  overflow-x: auto;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid var(--line) !important;
  color: var(--txt) !important;
  border-radius: 8px !important;
}

.form-control:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 31, 87, 0.2) !important;
}

/* Native select - acilir liste koyu tema */
select.form-control {
  color-scheme: dark;
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: var(--txt) !important;
}

select.form-control option,
select.form-control optgroup {
  background-color: var(--bg-card) !important;
  color: var(--txt) !important;
}

/* Tom Select (data-select) - ticket, neworder, dinamik alanlar */
.ts-wrapper .ts-control,
.ts-wrapper.single .ts-control,
.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.multi .ts-control {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid var(--line) !important;
  color: var(--txt) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.ts-wrapper.focus .ts-control,
.ts-wrapper.dropdown-active .ts-control {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 31, 87, 0.2) !important;
}

.ts-wrapper .ts-control > input {
  color: var(--txt) !important;
}

.ts-wrapper .ts-control > input::placeholder {
  color: var(--muted) !important;
}

.ts-dropdown,
.ts-dropdown.single,
.ts-dropdown.multi {
  background-color: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  color: var(--txt) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
  z-index: 1050 !important;
}

.ts-dropdown .ts-dropdown-content {
  background-color: var(--bg-card) !important;
  color: var(--txt) !important;
}

.ts-dropdown .option,
.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown [data-selectable] {
  color: var(--txt) !important;
  background-color: var(--bg-card) !important;
}

.ts-dropdown .option:hover,
.ts-dropdown .create:hover,
.ts-dropdown .active,
.ts-dropdown [data-selectable]:hover,
.ts-dropdown [data-selectable].active {
  background-color: rgba(255, 31, 87, 0.15) !important;
  color: var(--txt) !important;
}

.ts-dropdown .selected,
.ts-dropdown .selected.active {
  background-color: rgba(140, 80, 255, 0.25) !important;
  color: #fff !important;
}

.ts-dropdown .highlight {
  background-color: rgba(255, 31, 87, 0.35) !important;
  color: #fff !important;
}

.ts-wrapper .ts-control .item {
  color: var(--txt) !important;
}

.control-label {
  color: var(--muted) !important;
}

/* Ticket - mesaj balonlari */
.titcket-title {
  color: var(--txt) !important;
  border-bottom-color: var(--line) !important;
}

.ticket-message-right .ticket-message,
.ticket-message-left .ticket-message {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--txt) !important;
  border: 1px solid var(--line) !important;
}

.ticket-message-left .ticket-message {
  background: rgba(140, 80, 255, 0.12) !important;
  border-color: rgba(140, 80, 255, 0.22) !important;
}

.ticket-message-right .ticket-message {
  background: rgba(255, 31, 87, 0.08) !important;
  border-color: rgba(255, 31, 87, 0.18) !important;
}

.ticket-message .message,
.ticket-message p,
.ticket-message li,
.ticket-message blockquote {
  color: var(--txt) !important;
}

.ticket-message-block .info strong {
  color: var(--txt) !important;
}

.ticket-message-block .info .text-muted,
.ticket-message-block small.text-muted {
  color: var(--muted) !important;
}

.ticket-message blockquote {
  border-left-color: var(--accent-2) !important;
}

.ticket-message a {
  color: var(--accent) !important;
}

.panel-border-top {
  border-top: 1px solid var(--line) !important;
  padding-top: 16px;
  margin-top: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2)) !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus {
  opacity: 0.9;
  background: linear-gradient(135deg, var(--accent), var(--accent-2)) !important;
}

.btn-default {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-color: var(--line) !important;
  color: var(--txt) !important;
}

.checkbox label,
.radio label {
  color: var(--muted) !important;
}

/* Tablolar */
.table {
  color: var(--txt) !important;
}

.table > thead > tr > th {
  border-bottom-color: var(--line) !important;
  color: var(--muted) !important;
}

.table > tbody > tr > td {
  border-top-color: var(--line) !important;
}

.table > tbody > tr:hover > td {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

.table .link {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Nav pills */
.nav-pills > li > a {
  color: var(--muted) !important;
  border-radius: 8px !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: var(--accent) !important;
  color: #fff !important;
}

/* Alert */
.alert-danger {
  background-color: rgba(255, 31, 87, 0.15) !important;
  border-color: var(--accent) !important;
  color: #ff6b8a !important;
}

.alert-success {
  background-color: rgba(76, 175, 80, 0.15) !important;
  border-color: #4caf50 !important;
  color: #81c784 !important;
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
  background-color: var(--bg-card) !important;
  border-color: var(--line) !important;
  color: var(--txt) !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}

/* Panel */
.panel {
  background-color: var(--bg-card) !important;
  border-color: var(--line) !important;
}

.panel-default > .panel-heading {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--line) !important;
  color: var(--txt) !important;
}

.panel-body {
  color: var(--txt) !important;
}

.modal-content {
  background-color: var(--bg-card) !important;
  border-color: var(--line) !important;
  color: var(--txt) !important;
  border-radius: 12px !important;
}

.modal-header {
  border-bottom-color: var(--line) !important;
}

.modal-header .close {
  color: var(--txt);
  opacity: 0.7;
  text-shadow: none;
}

.modal-title {
  color: var(--txt) !important;
}

.modal-footer {
  border-top-color: var(--line) !important;
}

.input-group-btn .btn-default {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.alert .close {
  color: inherit;
  opacity: 0.7;
  text-shadow: none;
}

/* Diger */
.form-group__password {
  position: relative;
}

.form-group__password .forgot-password {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: var(--accent) !important;
}

.border-solid {
  border: 1px solid var(--line);
}

.border-rounded {
  border-radius: 8px;
}

.width-40 { width: 40%; }
.nowrap { white-space: nowrap; }

#notify-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  min-width: 300px;
}

.panel-body.border-solid.border-rounded {
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
}

/* Yeni siparis - alt aksiyon butonlari */
.neworder-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.neworder-glow-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.neworder-glow-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.neworder-glow-btn__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neworder-glow-btn__icon svg {
  width: 22px;
  height: 22px;
}

.neworder-glow-btn__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.neworder-glow-btn__text strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.neworder-glow-btn__text small {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.75;
}

.neworder-glow-btn--balance {
  background: linear-gradient(135deg, rgba(255, 171, 0, 0.14), rgba(255, 31, 87, 0.08));
  color: #ffcc4d !important;
  border-color: rgba(255, 171, 0, 0.35);
}

.neworder-glow-btn--balance .neworder-glow-btn__icon {
  background: rgba(255, 171, 0, 0.15);
  color: #ffab00;
}

.neworder-glow-btn--balance:hover {
  box-shadow: 0 0 28px rgba(255, 171, 0, 0.45), 0 8px 20px rgba(0, 0, 0, 0.25);
}

.neworder-glow-btn--support {
  background: linear-gradient(135deg, rgba(140, 80, 255, 0.16), rgba(80, 140, 255, 0.1));
  color: #b48cff !important;
  border-color: rgba(140, 80, 255, 0.35);
}

.neworder-glow-btn--support .neworder-glow-btn__icon {
  background: rgba(140, 80, 255, 0.18);
  color: var(--accent-2);
}

.neworder-glow-btn--support:hover {
  box-shadow: 0 0 28px rgba(140, 80, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.25);
}

@keyframes neworderGlowPulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.04);
  }
  50% {
    box-shadow: 0 0 18px currentColor, 0 0 32px rgba(255, 255, 255, 0.06);
  }
}

/* Yeni siparis - kayit ol bilgi paneli */
.neworder-info-panel {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.neworder-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 0;
}

.neworder-feat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border: 1px solid var(--line);
  transition: 0.3s;
}

.neworder-feat-item:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateX(6px);
}

.neworder-feat-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 31, 87, 0.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.neworder-feat-text b {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
}

.neworder-feat-text span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.neworder-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.neworder-stat-item {
  text-align: center;
  padding: 14px 8px 12px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.25s, transform 0.25s;
}

.neworder-stat-item:hover {
  border-color: rgba(255, 31, 87, 0.35);
  transform: translateY(-2px);
}

.neworder-stat-item b {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
}

.neworder-stat-item .neworder-stat-label {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.5px;
  font-weight: 700;
}

.neworder-stat-icon {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s, box-shadow 0.25s;
}

.neworder-stat-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.neworder-stat-item:hover .neworder-stat-icon {
  transform: scale(1.08);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
}

.neworder-stat-icon--users {
  background: linear-gradient(145deg, rgba(255, 31, 87, 0.42), rgba(255, 31, 87, 0.16));
  border: 1px solid rgba(255, 90, 130, 0.55);
  color: #ff6b96;
}

.neworder-stat-icon--orders {
  background: linear-gradient(145deg, rgba(140, 80, 255, 0.42), rgba(140, 80, 255, 0.16));
  border: 1px solid rgba(170, 120, 255, 0.55);
  color: #b794ff;
}

.neworder-stat-icon--services {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.38), rgba(37, 211, 102, 0.14));
  border: 1px solid rgba(72, 230, 140, 0.55);
  color: #4ade80;
}

.neworder-stat-icon--uptime {
  background: linear-gradient(145deg, rgba(255, 193, 7, 0.38), rgba(255, 193, 7, 0.14));
  border: 1px solid rgba(255, 214, 80, 0.55);
  color: #ffd54a;
}

/* RTL */
.rtl-form,
.rtl-content,
.rtl-table,
.rtl-nav,
.rtl-pagination,
.rtl-alert,
.rtl-navbar {
  direction: rtl;
  text-align: right;
}

/* Footer */
footer:not(.site-footer),
.footer:not(.site-footer),
.global-footer {
  margin-top: auto !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  line-height: 1.4 !important;
  background-color: #050508 !important;
  border-top: 1px solid var(--line);
  color: var(--muted) !important;
}

.global-footer__inner {
  text-align: center;
}

.global-footer__line {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}

.global-footer__line b {
  color: #fff;
  font-weight: 700;
}

.global-footer__sub {
  font-size: 11px;
  opacity: 0.6;
  color: var(--muted);
}

footer p,
.footer p {
  margin: 0 !important;
  font-size: 13px;
}

footer .container,
.footer .container,
.global-footer .container {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Panel kompakt footer */
.site-footer-bar {
  background-color: #000 !important;
  color: rgba(242, 243, 247, 0.35);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  border-top: none !important;
}

.site-footer-bar--panel {
  background-color: #000 !important;
}

body.panel-authed footer:not(.site-footer) {
  display: none !important;
}

.panel-footer-bridge {
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,31,87,0.35) 35%, rgba(140,80,255,0.45) 65%, transparent 95%);
  box-shadow: 0 0 40px rgba(255,31,87,0.08);
}

.site-footer-bar .site-footer-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 25px 22px;
}

.site-footer-bar .site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 11px;
  color: rgba(242,243,247,0.35);
}

.site-footer-bar .site-footer-bottom a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s;
}

.site-footer-bar .site-footer-bottom a:hover {
  color: var(--accent) !important;
}

.site-footer-bar .site-footer-bottom-mid {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer-bar .site-footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  flex-shrink: 0;
}

.site-footer-bar .site-footer-mark {
  display: none !important;
}

.site-footer-bar .site-footer-bar-links {
  display: none !important;
}

.site-footer-bar .site-footer-bar-links a {
  color: rgba(242,243,247,0.52) !important;
  text-decoration: none;
  transition: color 0.25s;
}

.site-footer-bar .site-footer-bar-links a:hover {
  color: #fff !important;
}

.site-footer-bar .site-footer-bar-tagline {
  margin: 10px 0 0;
  text-align: center;
  font-size: 11px;
  color: rgba(242,243,247,0.35);
  line-height: 1.45;
}

@media (max-width: 768px) {
  .site-footer-bar .site-footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

footer.site-footer-bar {
  display: none !important;
}

.site-footer-bar .site-footer-copy {
  margin-bottom: 8px;
}

.site-footer-bar a {
  color: #fff !important;
  text-decoration: none;
}

.site-footer-bar .site-footer-tagline {
  opacity: 0.85;
  font-size: 11px;
  color: rgba(242,243,247,0.38);
  text-align: center;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.04);
  line-height: 1.45;
}

/* Signin - odeme yontemleri */
.signin-pay-footer {
  margin: 30px auto 10px;
  padding: 0 15px 24px;
  max-width: 720px;
}

.signin-pay-footer__title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  text-align: left;
}

.signin-pay-footer__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.signin-pay-footer__logos img {
  height: 22px;
  width: auto;
  display: block;
}

.signin-pay-footer__logos .pay-apple {
  filter: brightness(0) invert(1);
  height: 20px;
}

.signin-pay-footer__logos .pay-gpay {
  height: 24px;
}

.signin-pay-footer__logos .pay-mastercard {
  height: 26px;
}

@media (max-width: 768px) {
  .pull-right.search {
    float: none !important;
    margin-top: 10px;
  }

  .pull-right.search .input-group {
    width: 100%;
  }

  .neworder-page {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .neworder-page > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .neworder-page [class*="col-"] {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .neworder-page .well {
    width: 100% !important;
    padding: 14px 12px !important;
    margin-bottom: 12px !important;
    border-radius: 10px !important;
  }

  #order-form .form-control,
  #order-form select,
  #order-form textarea,
  #order-form .search-dropdown,
  #order-form .input-wrapper,
  #order-form .btn-group,
  #order-form .dropdown,
  #order-form .dropdown-toggle,
  #order-form .panel-body {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #order-form .neworder-search-row > .neworder-cat-dropdown.dropdown {
    width: 40px !important;
    max-width: 40px !important;
    flex: 0 0 40px !important;
  }

  #order-form .neworder-search-wrap,
  #order-form .neworder-search-wrap .search-dropdown,
  #order-form .neworder-search-wrap .input-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  #order-form .btn-smm-submit,
  #order-form .btn-primary,
  #order-form .btn-submit-glow,
  #order-form button[type="submit"] {
    width: 100% !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    margin-top: 6px;
    border-radius: 12px !important;
    background: #ff1f57 !important;
    background-color: #ff1f57 !important;
    background-image: none !important;
    box-shadow: 0 8px 20px rgba(255, 31, 87, 0.28) !important;
    animation: none !important;
    -webkit-animation: none !important;
  }

  #order-form .form-group {
    margin-bottom: 14px;
  }

  #order-form .control-label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .neworder-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
  }

  .neworder-glow-btn {
    width: 100%;
    padding: 14px 16px;
  }

  .neworder-glow-btn__text strong {
    font-size: 15px;
  }

  .neworder-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .neworder-feat-item:hover {
    transform: none;
  }

  .signin-pay-footer {
    padding-bottom: 18px;
  }

  .signin-pay-footer__logos {
    gap: 14px;
  }
}

/* Form select dropdown z-index (siparis formu) */
body.panel-authed .panel-main .form-group .dropdown.open {
  position: relative;
  z-index: 1050;
}

body.panel-authed .panel-main .form-group .dropdown.open .dropdown-menu {
  z-index: 1050 !important;
}

/* PP custom select: acik kalmis mavi dropdown listesini gizle */
body.panel-authed .panel-main .form-group .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #16161d !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 2px;
  border-radius: 8px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

body.panel-authed .panel-main .form-group:not(.open) .dropdown-menu,
body.panel-authed .panel-main .form-group .dropdown:not(.open) .dropdown-menu,
body.panel-authed .panel-main .bootstrap-select:not(.open) .dropdown-menu,
body.panel-authed .panel-main .search-dropdown:not(.open) .dropdown-menu {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
}

body.panel-authed .panel-main .dropdown-menu > li > a {
  color: #f2f3f7 !important;
}

body.panel-authed .panel-main .dropdown-menu > .active > a,
body.panel-authed .panel-main .dropdown-menu > .active > a:hover,
body.panel-authed .panel-main .dropdown-menu > .active > a:focus {
  background-color: rgba(255, 31, 87, 0.18) !important;
  color: #fff !important;
}

body.panel-authed .panel-main .dropdown-menu > li > a:hover,
body.panel-authed .panel-main .dropdown-menu > li > a:focus {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}

body.panel-authed .panel-main footer.global-footer,
body.panel-authed .panel-main .global-footer {
  display: none !important;
}

body.panel-authed .modal {
  z-index: 1060;
}

body.panel-authed .modal-backdrop {
  z-index: 1055;
}

/* ===== Panel ust menu bar (sadece smm-panel-nav) ===== */
body.panel-authed .smm-panel-nav {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  background: rgba(11, 11, 15, 0.94) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  min-height: 52px;
}

body.panel-authed .smm-panel-nav .container-fluid {
  max-width: 100%;
  padding: 0 16px;
}

body.panel-authed .smm-panel-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 24px;
  height: auto;
  min-height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: -0.5px;
  color: #fff !important;
}

body.panel-authed .smm-panel-nav .brand-text {
  font-weight: 900;
  font-size: 24px;
  color: #fff !important;
  letter-spacing: -0.5px;
}

body.panel-authed .smm-panel-nav .brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(140, 80, 255, 0.5);
}

body.panel-authed .smm-panel-nav .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 600;
  padding: 16px 11px;
  line-height: 20px;
  color: rgba(242, 243, 247, 0.88) !important;
  transition: color 0.2s, background 0.2s;
}

body.panel-authed .smm-panel-nav .navbar-nav > li > a:hover,
body.panel-authed .smm-panel-nav .navbar-nav > li > a:focus {
  background: transparent !important;
  color: #fff !important;
}

body.panel-authed .smm-panel-nav .navbar-nav > .active > a,
body.panel-authed .smm-panel-nav .navbar-nav > .active > a:hover,
body.panel-authed .smm-panel-nav .navbar-nav > .active > a:focus {
  background: rgba(255, 31, 87, 0.15) !important;
  color: #fff !important;
  border-radius: 6px;
}

body.panel-authed .smm-panel-nav .navbar-nav > li > a .badge:not(.balance-badge) {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 99px;
  background: var(--accent) !important;
  vertical-align: middle;
}

body.panel-authed .smm-panel-nav .balance-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  padding: 4px 6px 4px 5px !important;
  border-radius: 12px !important;
  background: rgba(12, 12, 16, 0.72) !important;
  border: 1px solid rgba(255, 31, 87, 0.32) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  line-height: 1;
  vertical-align: middle;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

body.panel-authed .smm-panel-nav .balance-cta:hover .balance-badge,
body.panel-authed .smm-panel-nav .dropdown-currencies:hover .balance-badge {
  border-color: rgba(255, 31, 87, 0.55) !important;
  box-shadow: 0 6px 22px rgba(255, 31, 87, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  transform: translateY(-1px);
}

body.panel-authed .smm-panel-nav .balance-badge-euro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 31, 87, 0.45), rgba(140, 80, 255, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 10px rgba(255, 31, 87, 0.2);
}

body.panel-authed .smm-panel-nav .balance-badge-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
}

body.panel-authed .smm-panel-nav .balance-badge-label {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: rgba(242, 243, 247, 0.42);
  line-height: 1;
}

body.panel-authed .smm-panel-nav .balance-badge-amount {
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
  line-height: 1.1;
}

body.panel-authed .smm-panel-nav .balance-badge-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 1px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #ff1f57, #c41a45);
  box-shadow: 0 2px 8px rgba(255, 31, 87, 0.35);
}

body.panel-authed .smm-panel-nav .dropdown-currencies > a {
  display: flex !important;
  align-items: center !important;
  padding: 10px 12px !important;
  margin: 0 4px !important;
  border-radius: 8px !important;
  line-height: 1 !important;
}

body.panel-authed .smm-panel-nav .dropdown-currencies .balance-group {
  display: flex;
  align-items: center;
}

body.panel-authed .smm-panel-nav .balance-currency-toggle {
  padding: 10px 6px !important;
  margin: 0 !important;
}

body.panel-authed .smm-panel-nav .navbar-right-block {
  display: flex !important;
  align-items: center !important;
}

body.panel-authed .smm-panel-nav .navbar-right-block > li {
  display: flex;
  align-items: center;
  float: none !important;
}

body.panel-authed .smm-panel-nav .balance-static {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

body.panel-authed .smm-panel-nav .caret {
  border-top-color: rgba(242, 243, 247, 0.7);
}

@media (max-width: 767px) {
  body.panel-authed .smm-panel-nav .navbar-nav > li > a {
    padding: 12px 15px;
  }
}

/* Tom Select - panel varsayilan CSS ustune (dosya sonu) */
body .ts-dropdown,
body .ts-dropdown .ts-dropdown-content {
  background: #16161d !important;
  background-color: #16161d !important;
  color: #f2f3f7 !important;
}

body .ts-dropdown .option,
body .ts-dropdown .create,
body .ts-dropdown .no-results,
body .ts-dropdown .optgroup-header {
  background: #16161d !important;
  background-color: #16161d !important;
  color: #f2f3f7 !important;
}

body .ts-dropdown .active,
body .ts-dropdown .option:hover,
body .ts-dropdown .create:hover {
  background: rgba(255, 31, 87, 0.18) !important;
  background-color: rgba(255, 31, 87, 0.18) !important;
  color: #fff !important;
}

body .ts-wrapper.single .ts-control,
body .ts-wrapper.multi .ts-control {
  background: rgba(255, 255, 255, 0.04) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #f2f3f7 !important;
}

/* ===== Cookie consent (DSGVO / TDDDG) ===== */
.smm-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 16px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.smm-cookie-banner.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.smm-cookie-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 16, 21, 0.97);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
}
.smm-cookie-banner__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.smm-cookie-banner__text {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(242, 243, 247, 0.72);
}
.smm-cookie-banner__text a {
  color: #ff1f57;
  text-decoration: underline;
}
.smm-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.smm-cookie-banner__btn {
  appearance: none;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.smm-cookie-banner__btn--accept {
  background: #ff1f57;
  color: #fff;
}
.smm-cookie-banner__btn--accept:hover {
  background: #e01a4d;
}
.smm-cookie-banner__btn--essential {
  background: rgba(255, 255, 255, 0.08);
  color: #f2f3f7;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.smm-cookie-banner__btn--essential:hover {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 480px) {
  .smm-cookie-banner { padding: 10px; }
  .smm-cookie-banner__inner { padding: 14px 16px; }
  .smm-cookie-banner__actions { flex-direction: column; }
  .smm-cookie-banner__btn { width: 100%; text-align: center; }
}

/* ===== Neworder legal checkboxes ===== */
.neworder-legal-group {
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.neworder-legal-group label.terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(242, 243, 247, 0.75) !important;
  margin-bottom: 12px;
  cursor: pointer;
}
.neworder-legal-group label.terms:last-child {
  margin-bottom: 0;
}
.neworder-legal-group label.terms input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}
.neworder-legal-group label.terms a {
  color: #ff1f57;
  text-decoration: underline;
}
.neworder-sofort-label,
.neworder-widerruf-label {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* New Order — mobile filter icon beside search */
.neworder-search-group {
  margin-bottom: 14px;
}

.neworder-search-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.neworder-cat-dropdown {
  display: none;
  flex-shrink: 0;
}

.neworder-search-wrap {
  flex: 1;
  min-width: 0;
}

.neworder-cat-filter-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  color: rgba(242, 243, 247, 0.7) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  line-height: 1 !important;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.neworder-search-wrap .neworder-search-icon-btn {
  display: none !important;
}

.neworder-search-wrap .input-wrapper {
  position: relative !important;
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 10px !important;
  height: 40px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.neworder-search-wrap .input-wrapper::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f2f3f7' stroke-width='2'%3E%3Cpath stroke-linecap='round' d='M21 21l-4.35-4.35M11 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.neworder-search-wrap .input-wrapper:focus-within {
  border-color: rgba(255, 31, 87, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 3px rgba(255, 31, 87, 0.07) !important;
}

.neworder-search-wrap #template-input {
  padding-left: 38px !important;
  padding-right: 14px !important;
  height: 40px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 10px !important;
  color: #f2f3f7 !important;
  box-shadow: none !important;
}

.neworder-search-wrap #template-input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.neworder-search-wrap #template-input::placeholder {
  color: rgba(242, 243, 247, 0.28) !important;
}

.neworder-cat-filter-btn .fal,
.neworder-cat-filter-btn .fa-filter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px;
  height: 14px;
  font-size: 13px;
  line-height: 1 !important;
}

.neworder-cat-dropdown.open .neworder-cat-filter-btn {
  border-color: rgba(255, 31, 87, 0.32) !important;
  background: rgba(255, 31, 87, 0.08) !important;
  color: #fff !important;
}

.neworder-cat-dropdown .dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 6px !important;
  background: #141418 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55) !important;
}

.neworder-cat-dropdown .dropdown-menu > li > a,
.neworder-cat-dropdown .dropdown-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: rgba(242, 243, 247, 0.75) !important;
}

.neworder-cat-dropdown .dropdown-menu > li > a:hover,
.neworder-cat-dropdown .dropdown-item:hover {
  background: rgba(255, 31, 87, 0.12) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .neworder-cat-dropdown {
    display: block !important;
    width: 40px !important;
    max-width: 40px !important;
    flex: 0 0 40px !important;
  }

  #order-form .neworder-search-row > .neworder-cat-dropdown.dropdown {
    width: 40px !important;
    max-width: 40px !important;
  }

  .neworder-category-select-wrap {
    display: none !important;
  }

  .neworder-cat-dropdown.open .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    z-index: 10050 !important;
  }

  .neworder-search-row {
    display: flex !important;
    align-items: stretch;
    gap: 8px;
    width: 100% !important;
  }

  .neworder-search-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  #order-form .neworder-search-wrap,
  #order-form .neworder-search-wrap .search-dropdown,
  #order-form .neworder-search-wrap .input-wrapper,
  #order-form #new-order-search {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .neworder-search-wrap .search-dropdown,
  .neworder-search-wrap .input-wrapper,
  .neworder-search-wrap .form-control {
    height: 40px !important;
  }
}

@media (min-width: 769px) {
  .neworder-cat-dropdown {
    display: none !important;
  }

  .neworder-search-row {
    display: block;
  }

  .neworder-search-group:not(:has(.neworder-search-wrap)) {
    display: none !important;
    margin: 0 !important;
  }
}
