/* ==============================================================================
   RIZZMASTER AI — LUXURY DARK GLASSMORPHISM STYLESHEET (OFFICIAL & LEGAL READY)
   ============================================================================== */

:root {
  --bg-dark: #080a12;
  --bg-card: rgba(18, 22, 38, 0.7);
  --bg-card-hover: rgba(26, 32, 56, 0.85);
  --border-glass: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(255, 42, 122, 0.35);

  --primary: #ff2a7a;
  --primary-glow: rgba(255, 42, 122, 0.4);
  --primary-gradient: linear-gradient(135deg, #ff2a7a 0%, #8a2be2 100%);

  --cyan: #00f2fe;
  --cyan-glow: rgba(0, 242, 254, 0.3);
  --purple: #9d4edd;
  --yellow: #ffd166;
  --green: #06d6a0;

  --text-main: #f8f9fc;
  --text-muted: #8e9bb5;
  --text-dim: #5c6882;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Outfit', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-main);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Arka Plan Glow Efektleri */
.bg-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
}
.bg-glow-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #ff2a7a, transparent);
  top: -150px;
  left: -150px;
}
.bg-glow-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #7928ca, transparent);
  bottom: -200px;
  right: -200px;
}
.bg-glow-3 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #00f2fe, transparent);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
}

/* Cam Efekti Kart Yapısı */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.glass-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 10, 18, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-glass);
  padding: 12px 0;
}
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.brand-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  box-shadow: 0 0 20px var(--primary-glow);
}
.brand-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.gradient-text {
  background: linear-gradient(135deg, #ff2a7a, #00f2fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-tagline {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nav-btn:hover {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.05);
}
.nav-btn.active {
  color: white;
  background: rgba(255, 42, 122, 0.15);
  border: 1px solid rgba(255, 42, 122, 0.3);
}

.auth-widget {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}
.user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
}

/* GÜVEN ŞERİDİ */
.live-ticker {
  background: rgba(6, 214, 160, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 5px 0;
  font-size: 11.5px;
  color: var(--text-muted);
}
.ticker-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.ticker-content span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.ticker-dot {
  color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  user-select: none;
}
.ticker-content b {
  color: var(--text-main);
  font-weight: 600;
}

/* ANA DÜZEN */
.main-layout {
  max-width: 1400px;
  width: 100%;
  margin: 24px auto;
  padding: 0 24px 60px;
  flex: 1;
}

.view-section {
  display: none;
}
.view-section.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* FLÖRT SEÇİM ŞERİDİ */
.flirt-selector-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(18, 22, 38, 0.6);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 10px 18px;
  margin-bottom: 24px;
  overflow-x: auto;
}
.selector-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  white-space: nowrap;
}
.flirt-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}
.flirt-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  color: var(--text-muted);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.flirt-chip:hover {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.08);
}
.flirt-chip.active {
  background: var(--primary-gradient);
  color: white;
  border-color: transparent;
  box-shadow: 0 0 15px var(--primary-glow);
}

/* ÇALIŞMA ALANI IZGARASI (SOL GİRDİ / SAĞ ÇIKTI) */
.workspace-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
}

/* SOL PANEL: GİRDİ FORMU */
.input-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-mode-tabs {
  display: flex;
  gap: 8px;
  background: rgba(0, 0, 0, 0.25);
  padding: 4px;
  border-radius: var(--radius-md);
}
.mode-tab {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.mode-tab:hover {
  color: var(--text-main);
}
.mode-tab.active {
  background: var(--bg-card);
  color: white;
  border: 1px solid var(--border-glass);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mode-content {
  display: none;
}
.mode-content.active {
  display: block;
}

.textarea-wrapper {
  position: relative;
}
textarea.form-control, textarea#conversation-input, .wa-textarea {
  width: 100%;
  min-height: 130px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 14px;
  color: var(--text-main);
  font-family: var(--font-main);
  font-size: 14px;
  resize: vertical;
  outline: none;
  transition: all 0.2s ease;
}
textarea#conversation-input:focus, .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 16px var(--primary-glow);
}
.textarea-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--text-dim);
  margin-top: 6px;
  padding: 0 4px;
}
.quick-paste-btn {
  cursor: pointer;
  color: var(--cyan);
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.quick-paste-btn:hover {
  opacity: 0.8;
}

/* DROPZONE (EKRAN GÖRÜNTÜSÜ OCR) */
.upload-dropzone {
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 26px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.upload-dropzone:hover {
  border-color: var(--primary);
  background: rgba(255, 42, 122, 0.05);
}
.drop-icon {
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 8px;
}
.ocr-badge {
  display: inline-block;
  margin-top: 10px;
  background: rgba(0, 242, 254, 0.15);
  color: var(--cyan);
  border: 1px solid rgba(0, 242, 254, 0.3);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

/* GİZLİLİK KUTUSU */
.privacy-notice-box {
  background: rgba(6, 214, 160, 0.08);
  border: 1px solid rgba(6, 214, 160, 0.2);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
}
.privacy-notice-box b {
  color: var(--green);
}

/* AKORDİYON (PROFİL AYARLARI) */
.advanced-profile-section {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.accordion-header {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  user-select: none;
}
.accordion-header:hover {
  color: var(--text-main);
}
.accordion-icon {
  transition: transform 0.3s ease;
}
.accordion-icon.open {
  transform: rotate(180deg);
}
.accordion-body {
  display: none;
  padding: 16px;
  border-top: 1px solid var(--border-glass);
}
.accordion-body.open {
  display: block;
}

/* FORM ELEMANLARI */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group.full-width {
  grid-column: 1 / -1;
}
.form-group label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-control {
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 9px 12px;
  color: var(--text-main);
  font-family: var(--font-main);
  font-size: 13px;
  outline: none;
}
.input-inline {
  display: flex;
  gap: 6px;
}

/* BUTONLAR */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.btn-primary {
  background: var(--primary-gradient);
  color: white;
  box-shadow: 0 4px 20px var(--primary-glow);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 42, 122, 0.6);
}
.btn-outline {
  background: transparent;
  color: var(--text-main);
  border: 1px solid var(--border-glass);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-sm {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: var(--radius-sm);
}
.btn-block {
  width: 100%;
}
.btn-lg {
  padding: 14px 24px;
  font-size: 15px;
}

/* SPINNER */
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* SAĞ PANEL: ÇIKTI & SONUÇLAR */
.output-panel {
  display: flex;
  flex-direction: column;
}

.empty-state {
  text-align: center;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.empty-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 42, 122, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 4px;
}
.empty-state h3 {
  font-family: var(--font-heading);
  font-size: 20px;
}
.empty-state p {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 420px;
}

.quick-rizz-carousel {
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.quick-rizz-carousel h4 {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.quick-pills {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-pill-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-glass);
  padding: 10px 14px;
  border-radius: var(--radius-md);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.quick-pill-item:hover {
  border-color: var(--cyan);
  background: rgba(0, 242, 254, 0.05);
  transform: translateX(4px);
}
.quick-pill-tag {
  font-weight: 700;
  color: var(--cyan);
  display: block;
  margin-bottom: 4px;
}

/* SONUÇ KARTLARI */
.results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: fadeIn 0.4s ease;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
}
.badge-purple {
  background: rgba(157, 78, 221, 0.2);
  color: #c77dff;
  border: 1px solid rgba(157, 78, 221, 0.4);
}
.badge-cyan {
  background: rgba(0, 242, 254, 0.15);
  color: var(--cyan);
  border: 1px solid rgba(0, 242, 254, 0.3);
}

.meters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}
.meter-item .meter-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--text-muted);
}
.progress-bar {
  height: 8px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.8s ease;
}
.fill-cyan { background: linear-gradient(90deg, #00f2fe, #4facfe); }
.fill-pink { background: linear-gradient(90deg, #ff2a7a, #ff758c); }
.fill-yellow { background: linear-gradient(90deg, #ffd166, #ff9f1c); }

.power-summary {
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 12px;
  color: var(--text-muted);
}

/* ALT METİN / PSİKOLOJİ */
.science-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.subtext-box, .mechanism-box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-md);
  padding: 12px 14px;
}
.subtext-box h5, .mechanism-box h5 {
  font-size: 12px;
  color: var(--cyan);
  margin-bottom: 6px;
}
.subtext-box p, .mechanism-box p {
  font-size: 13px;
  color: var(--text-main);
  line-height: 1.4;
}

/* 3 TAKTİK KARTI */
.tactics-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tactic-card {
  border-left: 4px solid var(--text-muted);
  position: relative;
}
.tactic-card.card-alfa { border-left-color: #00f2fe; }
.tactic-card.card-rizz { border-left-color: #ff2a7a; }
.tactic-card.card-date { border-left-color: #ffd166; }

.tactic-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tactic-sub {
  font-size: 11px;
  color: var(--text-muted);
}
.tactic-message {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 6px;
  user-select: text;
}
.tactic-why {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.btn-copy {
  font-size: 11px;
}

/* YENİ: KONU BAŞLATICI KARTI */
.topics-card {
  border: 1px solid rgba(250, 204, 21, 0.3);
  background: rgba(30, 27, 75, 0.4);
}
.topic-hooks-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topic-hook-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  transition: all 0.2s ease;
}
.topic-hook-item:hover {
  border-color: var(--yellow);
  background: rgba(250, 204, 21, 0.08);
}
.topic-hook-number {
  background: linear-gradient(135deg, var(--yellow), #f59e0b);
  color: #000;
  font-weight: 800;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.topic-hook-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.45;
}

.meta-tactics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.meta-card h5 {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.meta-card p {
  font-size: 13px;
}

/* KİŞİ HAFIZASI */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.section-header h2 {
  font-family: var(--font-heading);
  font-size: 24px;
}
.section-header p {
  font-size: 13px;
  color: var(--text-muted);
}

.flirt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.flirt-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.flirt-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flirt-name-box h3 {
  font-size: 18px;
  font-weight: 700;
}
.flirt-name-box span {
  font-size: 12px;
  color: var(--text-muted);
}
.flirt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11px;
  color: var(--text-muted);
}
.flirt-notes {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  color: var(--text-muted);
  min-height: 50px;
}
.flirt-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

/* ==============================================================================
   SİTE ÜSTÜ CANLI DUYURU & PROMOSYON BANDI (ANNOUNCEMENT BAR)
   ============================================================================== */
.top-announcement-bar {
  background: linear-gradient(90deg, #ff2a7a 0%, #8a2be2 50%, #00f2fe 100%);
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(255, 42, 122, 0.25);
  position: relative;
  z-index: 110;
  animation: fadeIn 0.4s ease;
}
.announcement-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: center;
  text-align: center;
}
.announcement-badge {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.announcement-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 0 6px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.announcement-close:hover {
  opacity: 1;
}

/* ==============================================================================
   ADMIN EXECUTIVE PANEL STİLLERİ
   ============================================================================== */
.admin-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.admin-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.metric-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.metric-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.metric-icon.fill-pink { background: linear-gradient(135deg, #ff2a7a, #ff758c); box-shadow: 0 8px 24px rgba(255, 42, 122, 0.25); }
.metric-icon.fill-cyan { background: linear-gradient(135deg, #00f2fe, #4facfe); box-shadow: 0 8px 24px rgba(0, 242, 254, 0.25); }
.metric-icon.fill-yellow { background: linear-gradient(135deg, #ffd166, #ff9f1c); box-shadow: 0 8px 24px rgba(255, 159, 28, 0.25); }

.metric-data h3 {
  font-size: 22px;
  font-family: var(--font-heading);
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}
.metric-data span {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}
.metric-sub {
  display: block;
  font-size: 11px;
  color: var(--cyan);
  font-weight: 600;
  margin-top: 4px;
}

.admin-subtabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-glass);
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.admin-subtabs::-webkit-scrollbar {
  display: none;
}
.subtab-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.subtab-btn:hover {
  color: white;
  background: rgba(255, 255, 255, 0.07);
}
.subtab-btn.active {
  background: rgba(255, 42, 122, 0.18);
  color: white;
  border-color: rgba(255, 42, 122, 0.5);
  box-shadow: 0 4px 20px rgba(255, 42, 122, 0.15);
}
.subtab-badge {
  background: #ff4b4b;
  color: white;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 10px;
  font-weight: 800;
  animation: pulse 2s infinite;
}

.admin-tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}
.admin-tab-content.active {
  display: block;
}

/* Tablo Üst Toolbar */
.table-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}
.table-toolbar-left h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-toolbar-right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.filter-select {
  width: auto;
  min-width: 140px;
  padding: 8px 12px;
  font-size: 12px;
}

.tx-filter-buttons {
  display: flex;
  gap: 6px;
}
.tx-filter-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.2s ease;
}
.tx-filter-btn:hover {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.tx-filter-btn.active {
  background: var(--primary-gradient);
  color: white;
  border-color: transparent;
}

.table-responsive {
  overflow-x: auto;
  border-radius: var(--radius-md);
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.data-table th {
  text-align: left;
  padding: 12px 16px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-glass);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.02);
}
.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}
.data-table tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

/* Paket Düzenleme Kartları Grid */
.packages-edit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.package-edit-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Admin Sistem Ayarları Formu */
.settings-sections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.settings-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 20px;
}
.settings-box.full-width {
  grid-column: 1 / -1;
}
.settings-box-title {
  font-size: 15px;
  margin: 0 0 16px 0;
  color: white;
  font-family: var(--font-heading);
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--border-glass);
  padding-bottom: 10px;
}

/* ==============================================================================
   FOOTER & YASAL ALAN
   ============================================================================== */
.main-footer {
  background: rgba(6, 8, 14, 0.95);
  border-top: 1px solid var(--border-glass);
  padding: 30px 24px;
  margin-top: 40px;
  font-size: 13px;
  color: var(--text-muted);
}
.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.footer-brand .footer-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: var(--cyan);
  text-decoration: underline;
}
.footer-copy {
  font-size: 11px;
  color: var(--text-dim);
}

/* ÇEREZ ONAY BANDI */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 18, 32, 0.98);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-glass);
  padding: 14px 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  animation: slideUp 0.4s ease;
}
.cookie-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
}
.cookie-icon {
  font-size: 24px;
  color: var(--yellow);
}
.cookie-content a {
  color: var(--cyan);
  text-decoration: underline;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* KVKK ONAY KUTUSU */
.consent-checkbox-group {
  margin: 6px 0 10px;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1.4;
}
.checkbox-label input {
  margin-top: 3px;
  cursor: pointer;
}
.checkbox-label a {
  color: var(--cyan);
  text-decoration: underline;
}

/* YASAL METİNLER MODALI */
.legal-modal-card {
  max-width: 820px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
.legal-doc-body {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #e2e8f0;
  max-height: 62vh;
  overflow-y: auto;
  padding-right: 12px;
}
.legal-doc-body h3 {
  font-size: 15px;
  font-family: var(--font-heading);
  color: var(--cyan);
  margin: 18px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 242, 254, 0.2);
}
.legal-doc-body li {
  margin-left: 20px;
  margin-bottom: 6px;
  color: var(--text-muted);
}
.legal-doc-body li b {
  color: var(--text-main);
}
.legal-doc-body p {
  margin-bottom: 12px;
}
.legal-doc-body code {
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--yellow);
}

/* MODALLAR */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-backdrop.active {
  display: flex;
}
.modal-card {
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.pricing-modal-card {
  max-width: 850px;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 24px;
  cursor: pointer;
}
.modal-close:hover {
  color: white;
}

/* AUTH TABS */
.auth-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.auth-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.auth-tab-btn.active {
  color: white;
  border-bottom-color: var(--primary);
}
.auth-form {
  display: none;
  flex-direction: column;
  gap: 14px;
}
.auth-form.active {
  display: flex;
}

/* PRICING */
.pricing-header {
  text-align: center;
  margin-bottom: 24px;
}
.pricing-header h2 {
  font-family: var(--font-heading);
  font-size: 26px;
}
.pricing-header p {
  color: var(--text-muted);
  font-size: 13px;
}

/* Paket Tipi Sekmeleri (Kredi vs Aylık) */
.pricing-type-tabs {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 18px auto 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 99px;
  max-width: 520px;
  border: 1px solid var(--border-glass);
}
.pricing-type-tab {
  flex: 1;
  padding: 10px 16px;
  border-radius: 99px;
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pricing-type-tab:hover {
  color: var(--text-main);
}
.pricing-type-tab.active {
  background: var(--primary-gradient);
  color: white;
  box-shadow: 0 4px 16px var(--primary-glow);
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}
.price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}
.price-card.featured {
  border-color: var(--primary);
  box-shadow: 0 0 25px var(--primary-glow);
  background: rgba(24, 18, 40, 0.85);
}

.price-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(255, 42, 122, 0.15);
  color: var(--primary);
  border: 1px solid rgba(255, 42, 122, 0.35);
  margin-bottom: 10px;
  width: fit-content;
}
.price-badge.cyan {
  background: rgba(0, 242, 254, 0.12);
  color: var(--cyan);
  border-color: rgba(0, 242, 254, 0.35);
}
.price-badge.purple {
  background: rgba(157, 78, 221, 0.15);
  color: #c77dff;
  border-color: rgba(157, 78, 221, 0.4);
}

.price-credit-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--cyan);
  background: rgba(0, 242, 254, 0.08);
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 242, 254, 0.2);
  margin-bottom: 8px;
  width: fit-content;
}

.price-val {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  margin: 6px 0 12px;
  color: var(--text-main);
}
.price-val span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
}
.price-features {
  list-style: none;
  margin: 10px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12.5px;
  color: var(--text-muted);
}
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.price-features li i {
  color: var(--green);
  margin-top: 3px;
  flex-shrink: 0;
}

.payment-instructions-box {
  margin-top: 18px;
}
.iban-info-block {
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  margin: 10px 0 14px;
}
.selectable-iban {
  color: var(--cyan);
  user-select: all;
  font-family: monospace;
  font-size: 14px;
}

/* TOAST */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toast {
  background: rgba(18, 22, 38, 0.95);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border-glass);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  font-size: 13px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: slideIn 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.toast.success { border-left-color: var(--green); }
.toast.error { border-left-color: var(--primary); }

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ==============================================================================
   PREMIER MOBILE APP & RESPONSIVE STYLESHEET (iOS / Android PWA TIER)
   ============================================================================== */

/* BRAND LOGO IMAGE */
.brand-logo-img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 16px rgba(0, 242, 254, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.2s ease;
}
.brand:active .brand-logo-img {
  transform: scale(0.94);
}

/* Quick Paste Button */
.mobile-paste-btn {
  background: rgba(0, 242, 254, 0.12) !important;
  color: var(--cyan) !important;
  border: 1px solid rgba(0, 242, 254, 0.3) !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.mobile-paste-btn:active {
  transform: scale(0.95);
  background: rgba(0, 242, 254, 0.25) !important;
}

/* MOBİL ALT DOKUNMATİK NAVİGASYON ÇUBUĞU (BOTTOM APP BAR) */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(64px + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: rgba(8, 11, 20, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 9999;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.6);
}

.mob-nav-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--text-dim);
  padding: 6px 0;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.mob-nav-btn:active {
  transform: scale(0.92);
}

.mob-nav-icon {
  position: relative;
  font-size: 19px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.mob-nav-btn span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.2px;
  transition: color 0.2s ease;
}

.mob-nav-btn.active {
  color: #fff;
}

.mob-nav-btn.active .mob-nav-icon {
  color: var(--primary);
  filter: drop-shadow(0 0 10px var(--primary-glow));
  transform: translateY(-2px);
}

.mob-nav-btn.active span {
  color: #fff;
  font-weight: 700;
}

.mob-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 99px;
  border: 2px solid var(--bg-dark);
}

.mob-user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px var(--primary-glow);
}

/* TABLET & MOBİL RESPONSIVE DÜZENLER */
@media (max-width: 992px) {
  .workspace-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pricing-cards-grid, .admin-metrics-grid, .packages-edit-grid {
    grid-template-columns: 1fr;
  }
  .science-body, .meters-grid, .meta-tactics-grid {
    grid-template-columns: 1fr;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ==============================================================================
   SMARTPHONE MOBİL DÜZEN (< 768px) - KUSURSUZ TAŞMAYAN RESPONSIVE YAPISI
   ============================================================================== */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  body {
    padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* Mobil Alt Barı Göster */
  .mobile-bottom-nav {
    display: flex !important;
  }

  /* Üst Navbar Kompaktlaştırma */
  .navbar {
    padding: 8px 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .nav-container {
    padding: 0 12px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .nav-links {
    display: none !important; /* Mobilde alt çubuk devralır */
  }
  .brand-title {
    font-size: 18px !important;
  }
  .brand-tagline {
    display: none !important;
  }
  .brand-logo-img {
    width: 36px !important;
    height: 36px !important;
  }
  .auth-widget .btn {
    padding: 6px 10px !important;
    font-size: 11.5px !important;
  }
  .user-pill {
    padding: 4px 8px !important;
    font-size: 11.5px !important;
    gap: 5px !important;
  }
  .user-pill span:first-of-type {
    max-width: 65px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Bilgi Şeridi Taşma Koruması */
  .live-ticker {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .ticker-content {
    overflow-x: auto !important;
    justify-content: flex-start !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .ticker-content::-webkit-scrollbar {
    display: none !important;
  }

  /* ANA DÜZEN & ÇALIŞMA ALANI */
  .main-layout {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 10px 85px !important;
    margin: 8px 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .workspace-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 14px !important;
    box-sizing: border-box !important;
  }

  .glass-card, .input-panel, .output-panel, .view-section {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .input-panel {
    padding: 14px 12px !important;
    border-radius: 16px !important;
  }

  /* Flört Seçim Şeridi */
  .flirt-selector-bar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    margin-bottom: 12px !important;
    border-radius: 14px !important;
  }
  .flirt-chips {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 6px !important;
    padding-bottom: 4px !important;
    scrollbar-width: none !important;
  }
  .flirt-chips::-webkit-scrollbar {
    display: none !important;
  }
  .flirt-chip {
    flex: 0 0 auto !important;
    font-size: 11.5px !important;
    padding: 5px 12px !important;
  }

  /* Giriş Modları Sekmeleri (Yatay Kaydırmalı & Taşmayan) */
  .input-mode-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 4px !important;
    gap: 6px !important;
    scrollbar-width: none !important;
  }
  .input-mode-tabs::-webkit-scrollbar {
    display: none !important;
  }
  .mode-tab {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  /* Metin Kutusu (Textarea) Koruması */
  .textarea-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  textarea.form-control, textarea#conversation-input, .wa-textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    min-height: 120px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    padding: 12px !important;
    border-radius: 12px !important;
    resize: none !important;
  }

  .textarea-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 8px !important;
    margin-top: 8px !important;
    padding: 0 !important;
  }
  .textarea-footer > div {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .quick-paste-btn {
    font-size: 11.5px !important;
    padding: 5px 9px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    white-space: nowrap !important;
  }

  /* Form Grupları & Girişler */
  .form-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 12px !important;
  }
  .form-group {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .form-group select,
  .form-group input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    border-radius: 12px !important;
  }

  .input-inline {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 8px !important;
  }
  .input-inline input, .input-inline select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Analiz Et Butonu */
  #analyze-btn {
    width: 100% !important;
    padding: 15px 16px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Çıktı & Sonuç Paneli */
  .output-panel {
    padding: 0 !important;
  }
  .empty-state {
    padding: 24px 14px !important;
  }
  .empty-state h3 {
    font-size: 17px !important;
  }
  .empty-state p {
    font-size: 12.5px !important;
  }

  .meters-grid, .science-body {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 10px !important;
  }
  .results-wrapper, .tactic-card, .meta-tactic-card, .subtext-box, .mechanism-box, .result-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .tactic-card {
    padding: 14px 12px !important;
  }
  .tactic-response-bubble {
    font-size: 13.5px !important;
    padding: 10px 12px !important;
    word-break: break-word !important;
  }

  /* Hızlı Taktik Hapları */
  .quick-pills {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .quick-pill-item {
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 11.5px !important;
    padding: 8px 10px !important;
  }

  /* Mobil Bottom Sheet Modal Yapısı */
  .modal {
    align-items: flex-end !important;
    padding: 0 !important;
  }
  .modal-content {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px 24px 0 0 !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    padding: 20px 16px 30px !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
    animation: modalSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .modal-content::before {
    content: '';
    display: block;
    width: 44px;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 99px;
    margin: -10px auto 16px;
  }

  /* Footer Mobil Uyum */
  .site-footer {
    padding: 30px 0 15px !important;
    margin-top: 30px !important;
  }
  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 14px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
    padding: 15px 14px 0 !important;
  }
}

@keyframes modalSlideUp {
  from { transform: translateY(100%); opacity: 0.5; }
  to { transform: translateY(0); opacity: 1; }
}

/* FOOTER BASE */
.site-footer {
  margin-top: 60px;
  border-top: 1px solid var(--border-glass);
  background: rgba(8, 10, 18, 0.95);
  backdrop-filter: blur(20px);
  padding: 50px 0 30px;
  position: relative;
  z-index: 10;
}
.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
}
.footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0 20px;
}
.footer-social-links {
  display: flex;
  gap: 12px;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  color: var(--text-main);
  padding: 8px 16px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.social-btn:hover {
  background: rgba(0, 242, 254, 0.15);
  border-color: var(--cyan);
  color: #fff;
  transform: translateY(-2px);
}
.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: var(--cyan);
}
.footer-bottom {
  max-width: 1400px;
  margin: 40px auto 0;
  padding: 20px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 15px;
}

/* ==============================================================================
   CANLI DİYALOG BAĞLAMI & KİŞİ SOHBET HAFIZASI (THREAD & TIMELINE)
   ============================================================================== */
.flirt-thread-container {
  background: rgba(14, 19, 36, 0.9);
  border: 1px solid rgba(0, 242, 254, 0.25);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  animation: fadeIn 0.3s ease;
}

.thread-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
}

.thread-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.thread-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px var(--primary-glow);
  flex-shrink: 0;
}
.thread-avatar.large {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.thread-header-right {
  display: flex;
  gap: 8px;
}

.thread-turns-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 280px;
  overflow-y: auto;
  padding: 12px 4px;
}

.thread-turns-list::-webkit-scrollbar {
  width: 6px;
}
.thread-turns-list::-webkit-scrollbar-thumb {
  background: rgba(0, 242, 254, 0.2);
  border-radius: 4px;
}

.thread-turn-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  transition: all 0.2s ease;
}
.thread-turn-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 242, 254, 0.2);
}

.turn-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 11px;
}
.turn-index-badge {
  background: rgba(0, 242, 254, 0.15);
  color: var(--cyan);
  border: 1px solid rgba(0, 242, 254, 0.3);
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 700;
}
.turn-aura-pill {
  color: var(--yellow);
  font-weight: 600;
}

.turn-bubble-user {
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid #8e9bb5;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: #e2e8f0;
  margin-bottom: 8px;
  line-height: 1.4;
  white-space: pre-wrap;
}

.turn-bubble-ai {
  background: rgba(0, 242, 254, 0.06);
  border-left: 3px solid var(--cyan);
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: #a5f3fc;
  margin-bottom: 6px;
  line-height: 1.4;
}

.turn-subtext-note {
  font-size: 11px;
  color: var(--text-muted);
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 5px;
}

.thread-footer-prompt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.thread-prompt-label {
  font-size: 12px;
  color: var(--text-muted);
}

/* HISTORY MODAL & TIMELINE */
.history-modal-card {
  max-width: 860px;
  width: 95%;
}

.history-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.history-user-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.history-modal-actions {
  display: flex;
  gap: 8px;
}

.history-timeline-scrollable {
  max-height: 65vh;
  overflow-y: auto;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.history-turn-card {
  background: rgba(18, 24, 46, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  position: relative;
  transition: all 0.3s ease;
}
.history-turn-card:hover {
  border-color: rgba(0, 242, 254, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.ht-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ht-input-box {
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid #94a3b8;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13.5px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #f1f5f9;
}

.ht-tactics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.ht-tactic-pill {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ht-tactic-pill.alfa {
  border-color: rgba(157, 78, 221, 0.3);
}
.ht-tactic-pill.rizz {
  border-color: rgba(0, 242, 254, 0.3);
  background: rgba(0, 242, 254, 0.04);
}
.ht-tactic-pill.date {
  border-color: rgba(255, 42, 122, 0.3);
}

.ht-tactic-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.ht-tactic-pill.alfa .ht-tactic-label { color: var(--purple); }
.ht-tactic-pill.rizz .ht-tactic-label { color: var(--cyan); }
.ht-tactic-pill.date .ht-tactic-label { color: var(--primary); }

.ht-tactic-content {
  font-size: 13px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4;
}

.ht-subtext-box {
  background: rgba(157, 78, 221, 0.08);
  border: 1px solid rgba(157, 78, 221, 0.2);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12.5px;
  color: #e9d5ff;
}

/* ==============================================================================
   SOSYAL GİRİŞ & HIZLI KAYIT BUTONLARI (GOOGLE & APPLE)
   ============================================================================== */
.social-auth-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  user-select: none;
  text-decoration: none;
}

.btn-google {
  background: #ffffff;
  color: #1f2937;
  border-color: #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-google:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.2);
}
.btn-google:active {
  transform: scale(0.98);
}

.btn-apple {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}
.btn-apple:hover {
  background: #171717;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}
.btn-apple:active {
  transform: scale(0.98);
}

.social-icon-svg {
  flex-shrink: 0;
}

.social-auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 14px 0 16px 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 500;
}
.social-auth-divider::before,
.social-auth-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.social-auth-divider span {
  padding: 0 12px;
  text-transform: lowercase;
}

.auth-badge-gift {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: #ffd700;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  margin-bottom: 8px;
}

/* ==============================================================================
   AUTH GATE OVERLAY (KAYITSIZ KULLANICI GİRİŞ KİLİDİ)
   ============================================================================== */
.auth-gate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 14, 28, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadeIn 0.3s ease;
}

.auth-gate-card {
  max-width: 440px;
  width: 100%;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 242, 254, 0.15);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.95);
}

.auth-gate-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 42, 122, 0.15);
  color: var(--primary);
  border: 1px solid rgba(255, 42, 122, 0.35);
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.auth-gate-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.auth-gate-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.auth-gate-benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 18px;
  text-align: left;
  font-size: 12.5px;
  color: #e2e8f0;
}

.auth-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ==============================================================================
   ONBOARDING & PROFİL KALİBRASYON SİHİRBAZI MODAL
   ============================================================================== */
.onboarding-modal-card {
  max-width: 520px;
  width: 95%;
  padding: 30px 26px;
  border: 1px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 242, 254, 0.18);
  border-radius: 20px;
}

.onboarding-header {
  text-align: center;
  margin-bottom: 20px;
}

.onboarding-icon-ring {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin: 0 auto 12px auto;
  box-shadow: 0 0 20px var(--primary-glow);
}

.onboarding-header h2 {
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.onboarding-header p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.gender-segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}

.gender-radio-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.gender-radio-pill.active {
  background: rgba(0, 242, 254, 0.15);
  border-color: var(--cyan);
  color: var(--cyan);
  box-shadow: 0 0 16px rgba(0, 242, 254, 0.25);
}
.gender-radio-pill:hover:not(.active) {
  background: rgba(255, 255, 255, 0.08);
}

.onboarding-footer-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ==============================================================================
   ADMIN KURUMSAL E-POSTA MOTORU STİLLERİ (@flirtcraft.site)
   ============================================================================== */
.mail-header-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  gap: 20px;
  flex-wrap: wrap;
  border-left: 4px solid var(--pink);
  background: linear-gradient(135deg, rgba(255, 42, 122, 0.08) 0%, rgba(121, 40, 202, 0.08) 100%), var(--bg-surface);
}

.mail-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mail-header-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 0 20px var(--primary-glow);
  flex-shrink: 0;
}

.mail-header-left h3 {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px 0;
}

.mail-header-left p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

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

.mail-avatar-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 42, 122, 0.12);
  border: 1px solid rgba(255, 42, 122, 0.25);
  color: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.badge-copy-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: var(--cyan);
  font-size: 10px;
  padding: 2px 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.badge-copy-btn:hover {
  background: rgba(0, 242, 254, 0.2);
  border-color: var(--cyan);
}

.quota-progress-wrapper {
  min-width: 140px;
}
.quota-text {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 4px;
  font-weight: 500;
}
.quota-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.quota-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 0.4s ease;
}

/* E-posta Kurulum Parametreleri Grid */
.mail-config-card {
  padding: 26px 28px;
  border-top: 3px solid var(--cyan);
}
.mail-config-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}
.mail-config-header h4 {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px 0;
}

.mail-params-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.param-box {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  transition: all 0.25s ease;
}
.param-box:hover {
  border-color: rgba(0, 242, 254, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.param-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.param-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.param-tag.imap-tag { color: var(--green); }
.param-tag.smtp-tag { color: var(--purple); }
.param-tag.pop3-tag { color: var(--yellow); }

.param-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.param-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  gap: 10px;
}
.param-label {
  color: var(--text-muted);
  flex-shrink: 0;
}
.param-val {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: right;
}
.param-val code {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 7px;
  border-radius: 5px;
  color: var(--cyan);
  font-family: monospace;
  font-size: 12px;
  border: 1px solid rgba(0, 242, 254, 0.2);
}

.copy-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.copy-btn:hover {
  background: var(--cyan);
  color: #000;
  border-color: var(--cyan);
}

/* Uygulama Kurulum Rehberleri */
.app-guides-container {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}
.guide-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
}
.app-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.guide-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 16px 18px;
}
.guide-item-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
}
.guide-item ol {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
}
.guide-item ol li {
  margin-bottom: 6px;
}
.guide-item ol strong {
  color: #fff;
}
.guide-item ol code {
  color: var(--cyan);
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 4px;
  border-radius: 3px;
}

/* Email Input Group */
.email-input-group {
  display: flex;
  align-items: center;
}
.email-input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
}
.email-domain-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  padding: 10px 14px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: 700;
  color: var(--pink);
  font-size: 13px;
}

/* Gelen Kutusu Mesaj Listesi */
.inbox-messages-list {
  max-height: 60vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.inbox-msg-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
  transition: all 0.2s ease;
}
.inbox-msg-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 42, 122, 0.3);
}
.inbox-msg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.inbox-msg-subject {
  font-weight: 700;
  color: var(--cyan);
  font-size: 14px;
  margin-bottom: 6px;
}
.inbox-msg-preview {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  white-space: pre-wrap;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.empty-inbox-state {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-muted);
}



