/* =============================================
   SPONSORFEEDBACK MONITOR SYSTEM STYLES
   ============================================= */

:root {
  --sfm-navy:    #0D1B2A;
  --sfm-navy2:   #1A2E42;
  --sfm-accent:  #E05A2B;
  --sfm-accent2: #F5B35A;
  --sfm-light:   #F7F5F0;
  --sfm-mid:     #E8E4DC;
  --sfm-text:    #1A1A1A;
  --sfm-muted:   #6B6560;
  --sfm-green:   #0F6E56;
  --sfm-green-l: #E1F5EE;
  --sfm-font:    'DM Sans', system-ui, sans-serif;
  --sfm-serif:   'Instrument Serif', Georgia, serif;
}

/* ── SHARED ─────────────────────────────── */
.sfm-section-label {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1px; color: var(--sfm-accent); margin-bottom: 10px;
}
.sfm-label-amber { color: var(--sfm-accent2); }
.sfm-section-title {
  font-family: var(--sfm-serif); font-size: 34px; color: var(--sfm-navy);
  letter-spacing: -0.3px; margin-bottom: 36px; line-height: 1.2;
}
.sfm-title-white { color: white; }

/* ── RECRUIT PAGE ────────────────────────── */
.sfm-recruit-wrap { font-family: var(--sfm-font); }

.sfm-recruit-hero {
  background: var(--sfm-navy); padding: 64px 48px; text-align: center;
}
.sfm-recruit-eyebrow {
  display: inline-flex; align-items: center; background: rgba(224,90,43,0.15);
  border: 1px solid rgba(224,90,43,0.3); border-radius: 100px; padding: 5px 14px;
  margin-bottom: 20px; font-size: 11px; font-weight: 600; color: var(--sfm-accent2);
  text-transform: uppercase; letter-spacing: 0.8px;
}
.sfm-recruit-title {
  font-family: var(--sfm-serif); font-size: 48px; color: white;
  letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 16px;
}
.sfm-recruit-title em { color: var(--sfm-accent2); font-style: italic; }
.sfm-recruit-sub {
  font-size: 17px; color: rgba(255,255,255,0.6); max-width: 500px;
  margin: 0 auto 32px; line-height: 1.7;
}
.sfm-recruit-stats { display: flex; gap: 40px; justify-content: center; margin-bottom: 36px; }
.sfm-recruit-stat-num {
  font-family: var(--sfm-serif); font-size: 32px; color: white; line-height: 1;
}
.sfm-recruit-stat-label {
  font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase;
  letter-spacing: 0.5px; margin-top: 4px;
}
.sfm-recruit-cta {
  display: inline-block; background: var(--sfm-accent); color: white;
  padding: 14px 36px; border-radius: 8px; font-size: 16px; font-weight: 600;
  text-decoration: none; transition: all 0.2s;
}
.sfm-recruit-cta:hover { background: #c44e22; transform: translateY(-1px); }

.sfm-recruit-section { padding: 56px 48px; }
.sfm-recruit-section-white { background: white; }
.sfm-recruit-section-navy { background: var(--sfm-navy); }
.sfm-recruit-section-light { background: var(--sfm-light); }

/* How it works */
.sfm-how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.sfm-how-card {
  background: var(--sfm-light); border-radius: 14px; border: 1px solid var(--sfm-mid);
  padding: 32px 28px; position: relative; overflow: hidden;
}
.sfm-how-num {
  font-family: var(--sfm-serif); font-size: 72px; color: var(--sfm-mid);
  font-style: italic; line-height: 1; position: absolute; top: 12px; right: 16px;
}
.sfm-how-icon {
  width: 52px; height: 52px; background: var(--sfm-navy); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.sfm-how-title { font-size: 17px; font-weight: 600; color: var(--sfm-navy); margin-bottom: 10px; line-height: 1.3; }
.sfm-how-desc { font-size: 14px; color: var(--sfm-muted); line-height: 1.7; }
.sfm-device-row {
  display: flex; align-items: center; gap: 8px; margin-top: 16px;
  padding-top: 16px; border-top: 1px solid var(--sfm-mid);
}
.sfm-device-pill {
  display: flex; align-items: center; gap: 5px; background: white;
  border: 1px solid var(--sfm-mid); border-radius: 6px; padding: 5px 10px;
}
.sfm-device-pill span { font-size: 11px; font-weight: 500; color: var(--sfm-muted); }

/* Badge grid */
.sfm-badge-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.sfm-badge-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 20px 14px; text-align: center;
}
.sfm-badge-card-featured { border-color: rgba(224,90,43,0.4); }
.sfm-badge-pts { font-size: 11px; color: rgba(255,255,255,0.4); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.sfm-badge-name { font-size: 13px; font-weight: 600; color: white; margin-bottom: 8px; }
.sfm-badge-req { font-size: 11px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.sfm-badge-perk { font-size: 11px; color: #5DCAA5; margin-top: 8px; font-weight: 500; }

/* Guardrails */
.sfm-guardrail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 680px; }
.sfm-guardrail-item {
  display: flex; align-items: flex-start; gap: 12px; background: white;
  border-radius: 10px; border: 1px solid var(--sfm-mid); padding: 16px;
}
.sfm-guardrail-icon {
  width: 26px; height: 26px; background: var(--sfm-green-l); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
}
.sfm-guardrail-item strong { display: block; font-size: 14px; color: var(--sfm-navy); margin-bottom: 3px; }
.sfm-guardrail-item p { font-size: 13px; color: var(--sfm-muted); line-height: 1.55; margin: 0; }

/* Apply form */
.sfm-apply-inner { max-width: 580px; margin: 0 auto; }
.sfm-apply-sub { font-size: 16px; color: var(--sfm-muted); margin-bottom: 28px; line-height: 1.6; }
.sfm-apply-form { }
.sfm-form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sfm-form-group { margin-bottom: 18px; }
.sfm-form-label { font-size: 13px; font-weight: 600; color: var(--sfm-navy); margin-bottom: 6px; display: block; }
.sfm-form-input {
  width: 100%; padding: 11px 14px; border-radius: 8px; border: 1px solid var(--sfm-mid);
  font-size: 14px; font-family: var(--sfm-font); color: var(--sfm-text);
  background: var(--sfm-light); outline: none; transition: border 0.15s;
  -webkit-appearance: none;
}
.sfm-form-input:focus { border-color: var(--sfm-accent); background: white; }
.sfm-form-textarea { min-height: 90px; resize: vertical; }
.sfm-privacy-pledge {
  background: var(--sfm-green-l); border: 1px solid #9FE1CB; border-radius: 10px;
  padding: 16px 18px; margin-bottom: 20px; display: flex; gap: 12px; align-items: flex-start;
}
.sfm-pledge-icon {
  width: 26px; height: 26px; background: var(--sfm-green); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.sfm-pledge-text { font-size: 13px; color: #085041; line-height: 1.6; }
.sfm-pledge-text strong { display: block; font-size: 14px; margin-bottom: 3px; }
.sfm-apply-submit {
  width: 100%; background: var(--sfm-accent); color: white; border: none;
  padding: 14px; border-radius: 8px; font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: var(--sfm-font); transition: background 0.2s;
}
.sfm-apply-submit:hover { background: #c44e22; }
.sfm-apply-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.sfm-apply-note { font-size: 12px; color: var(--sfm-muted); text-align: center; margin-top: 12px; line-height: 1.6; }
.sfm-apply-success {
  background: var(--sfm-green-l); border: 1px solid #9FE1CB; border-radius: 8px;
  padding: 16px; font-size: 14px; color: #085041; margin-bottom: 20px;
}
.sfm-apply-error {
  background: #FCEBEB; border: 1px solid #F09595; border-radius: 8px;
  padding: 16px; font-size: 14px; color: #791F1F; margin-bottom: 20px;
}
.sfm-apply-closed {
  background: var(--sfm-light); border-radius: 8px; padding: 24px; text-align: center;
  font-size: 15px; color: var(--sfm-muted);
}

/* ── MONITOR DASHBOARD ───────────────────── */
.sfm-dash-wrap { font-family: var(--sfm-font); background: var(--sfm-light); }
.sfm-dash-hero { background: var(--sfm-navy); padding: 28px 48px; }
.sfm-dash-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sfm-dash-eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.4); margin-bottom: 6px; }
.sfm-dash-title { font-family: var(--sfm-serif); font-size: 28px; color: white; margin-bottom: 10px; }
.sfm-dash-badge {
  display: inline-block; padding: 4px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
}
.sfm-dash-start { display: flex; flex-direction: column; gap: 10px; min-width: 240px; }
.sfm-dash-select {
  padding: 10px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08); color: white; font-size: 14px;
  font-family: var(--sfm-font); outline: none; width: 100%;
}
.sfm-dash-select option { background: var(--sfm-navy2); color: white; }
.sfm-dash-start-btn {
  display: block; background: var(--sfm-accent); color: white; padding: 12px 20px;
  border-radius: 8px; font-size: 14px; font-weight: 600; text-align: center;
  text-decoration: none; transition: all 0.2s;
}
.sfm-dash-start-btn:hover { background: #c44e22; }

.sfm-dash-stats {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 20px 48px;
}
.sfm-dash-stat {
  background: white; border-radius: 10px; border: 1px solid var(--sfm-mid); padding: 16px;
}
.sfm-dash-stat-num { font-size: 26px; font-weight: 600; color: var(--sfm-navy); line-height: 1; }
.sfm-dash-stat-label { font-size: 12px; color: var(--sfm-muted); margin-top: 4px; }
.sfm-dash-stat-sub { font-size: 11px; color: var(--sfm-muted); margin-top: 3px; }

.sfm-dash-body { display: grid; grid-template-columns: 1fr 280px; gap: 16px; padding: 0 48px 40px; }
.sfm-dash-card { background: white; border-radius: 12px; border: 1px solid var(--sfm-mid); margin-bottom: 16px; overflow: hidden; }
.sfm-dash-card-head {
  padding: 14px 20px; border-bottom: 1px solid var(--sfm-mid);
  display: flex; align-items: center; justify-content: space-between; background: var(--sfm-light);
}
.sfm-dash-card-title { font-size: 14px; font-weight: 600; color: var(--sfm-navy); }
.sfm-dash-card-badge {
  font-size: 11px; font-weight: 600; color: var(--sfm-accent);
  background: #FAEEDA; padding: 2px 8px; border-radius: 100px;
}

.sfm-dash-session-row {
  display: flex; align-items: center; gap: 16px; padding: 12px 20px;
  border-bottom: 1px solid var(--sfm-light);
}
.sfm-dash-session-row:last-child { border-bottom: none; }
.sfm-dash-session-show { flex: 1; }
.sfm-dash-session-name { font-size: 14px; font-weight: 500; color: var(--sfm-navy); }
.sfm-dash-session-meta { font-size: 12px; color: var(--sfm-muted); margin-top: 2px; }
.sfm-dash-session-stats { display: flex; gap: 20px; }
.sfm-dash-session-stat { text-align: center; }
.sfm-dash-session-num { font-size: 16px; font-weight: 600; color: var(--sfm-navy); }
.sfm-dash-session-lbl { font-size: 10px; color: var(--sfm-muted); text-transform: uppercase; letter-spacing: 0.3px; }

.sfm-dash-pending-row {
  display: flex; align-items: center; gap: 12px; padding: 12px 20px;
  border-bottom: 1px solid var(--sfm-light);
}
.sfm-dash-pending-row:last-child { border-bottom: none; }
.sfm-dash-pending-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.sfm-dot-amber { background: #EF9F27; }
.sfm-dot-red { background: var(--sfm-accent); }
.sfm-dash-pending-info { flex: 1; }
.sfm-dash-pending-name { font-size: 13px; font-weight: 500; color: var(--sfm-navy); }
.sfm-dash-pending-show { font-size: 11px; color: var(--sfm-muted); margin-top: 1px; }
.sfm-dash-pending-count { font-size: 11px; color: var(--sfm-green); font-weight: 500; white-space: nowrap; }
.sfm-btn-confirm {
  background: var(--sfm-green-l); color: #085041; border: none; padding: 6px 12px;
  border-radius: 6px; font-size: 12px; font-weight: 600; cursor: pointer;
  font-family: var(--sfm-font); white-space: nowrap;
}
.sfm-already-confirmed { font-size: 12px; color: var(--sfm-green); font-weight: 500; white-space: nowrap; }

.sfm-progress-section { padding: 16px 20px; }
.sfm-progress-labels {
  display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 8px;
  color: var(--sfm-navy); font-weight: 500;
}
.sfm-progress-bar-wrap { background: var(--sfm-mid); border-radius: 100px; height: 8px; overflow: hidden; }
.sfm-progress-bar-fill { height: 100%; background: var(--sfm-accent); border-radius: 100px; transition: width 0.3s; }
.sfm-progress-note { font-size: 12px; color: var(--sfm-muted); margin-top: 8px; }

.sfm-lb-row {
  display: flex; align-items: center; gap: 10px; padding: 10px 16px;
  border-bottom: 1px solid var(--sfm-light);
}
.sfm-lb-row:last-child { border-bottom: none; }
.sfm-lb-you { background: var(--sfm-light); }
.sfm-lb-rank { font-size: 13px; font-weight: 500; color: var(--sfm-muted); width: 16px; flex-shrink: 0; }
.sfm-lb-rank-you { color: var(--sfm-accent); }
.sfm-lb-avatar {
  width: 32px; height: 32px; border-radius: 50%; color: white;
  font-size: 12px; font-weight: 600; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.sfm-lb-info { flex: 1; }
.sfm-lb-name { font-size: 13px; font-weight: 500; color: var(--sfm-navy); }
.sfm-lb-badge { font-size: 10px; padding: 2px 7px; border-radius: 4px; font-weight: 500; display: inline-block; margin-top: 2px; }
.sfm-lb-score { font-size: 13px; font-weight: 600; color: var(--sfm-navy); }

/* ── WATCH MODE ──────────────────────────── */
.sfm-watch-wrap {
  font-family: var(--sfm-font);
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
}

/* Pre-session area sits on light background */
.sfm-pre-session {
  padding: 24px 20px;
}
.sfm-pre-header { margin-bottom: 20px; }
.sfm-monitor-greeting { font-size: 16px; font-weight: 500; color: var(--sfm-navy); margin-bottom: 6px; }
.sfm-pre-sub { font-size: 14px; color: var(--sfm-muted); }
.sfm-show-select {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--sfm-mid);
  font-size: 15px; font-family: var(--sfm-font); color: var(--sfm-text);
  background: white; margin-bottom: 12px; outline: none;
}

/* Active session sits on dark background */
.sfm-session {
  background: #0D1B2A;
  border-radius: 16px;
  padding: 20px 16px;
  margin: 0 0 16px;
}

.sfm-session-complete {
  padding: 40px 20px;
  text-align: center;
}

.sfm-start-btn {
  display: block; width: 100%; background: var(--sfm-accent); color: white; border: none;
  padding: 16px; border-radius: 10px; font-size: 16px; font-weight: 600;
  cursor: pointer; font-family: var(--sfm-font); text-align: center; text-decoration: none;
  transition: background 0.2s; margin-bottom: 12px;
}
.sfm-start-btn:hover { background: #c44e22; }
.sfm-start-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.sfm-outline-btn {
  background: transparent; color: var(--sfm-navy);
  border: 1.5px solid var(--sfm-mid);
}
.sfm-outline-btn:hover { background: var(--sfm-light); }
.sfm-dash-link {
  font-size: 13px; color: var(--sfm-muted); text-decoration: none;
  display: block; text-align: center; padding: 8px 0;
}

.sfm-session-header {
  background: rgba(255,255,255,0.08); border-radius: 12px; padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}
.sfm-session-show-name { font-size: 17px; font-weight: 600; color: white; }
.sfm-session-show-meta { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 3px; }
.sfm-live-badge {
  display: flex; align-items: center; gap: 5px; background: var(--sfm-accent);
  color: white; font-size: 10px; font-weight: 700; padding: 5px 10px;
  border-radius: 100px; letter-spacing: 0.5px; flex-shrink: 0;
}
.sfm-live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: white;
  animation: sfm-pulse 1.5s infinite;
}
@keyframes sfm-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.sfm-session-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 16px;
}
.sfm-stat-pill {
  background: rgba(255,255,255,0.08); border-radius: 10px;
  padding: 12px 8px; text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.sfm-stat-num { font-size: 22px; font-weight: 600; color: white; line-height: 1; }
.sfm-stat-label {
  font-size: 10px; color: rgba(255,255,255,0.4); margin-top: 3px;
  text-transform: uppercase; letter-spacing: 0.5px;
}

.sfm-section-label-sm {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px;
}

/* ── ADVERTISER TAP BUTTONS ─────────────── */
.sfm-adv-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 10px; margin-bottom: 14px;
}
.sfm-adv-btn {
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.12s;
  font-family: var(--sfm-font);
  -webkit-tap-highlight-color: transparent;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
}
.sfm-adv-btn:active {
  transform: scale(0.96);
  background: rgba(255,255,255,0.18);
}
.sfm-adv-btn.confirmed {
  background: rgba(29,158,117,0.25);
  border-color: #1D9E75;
  box-shadow: 0 0 0 1px rgba(29,158,117,0.3);
}
.sfm-adv-btn-check {
  font-size: 16px; opacity: 0;
  transition: all 0.15s;
  color: #5DCAA5;
  position: absolute;
  top: 8px; right: 10px;
}
.sfm-adv-btn.confirmed .sfm-adv-btn-check { opacity: 1; }
.sfm-adv-btn-name {
  font-size: 14px; font-weight: 600; color: white;
  line-height: 1.3;
}
.sfm-adv-btn.confirmed .sfm-adv-btn-name { color: #5DCAA5; }
.sfm-adv-btn-count {
  font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px;
}

.sfm-new-adv-btn {
  width: 100%; background: var(--sfm-accent); color: white; border: none;
  border-radius: 12px; padding: 16px; font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: var(--sfm-font); display: flex;
  align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px;
  transition: background 0.2s;
}
.sfm-new-adv-btn:hover { background: #c44e22; }
.sfm-input {
  width: 100%; padding: 10px 14px; border-radius: 8px; border: 1px solid var(--sfm-mid);
  font-size: 14px; font-family: var(--sfm-font); color: var(--sfm-text);
  background: var(--sfm-light); outline: none; margin-bottom: 8px;
}
.sfm-input:focus { border-color: var(--sfm-accent); background: white; }
.sfm-textarea { min-height: 70px; resize: vertical; }
.sfm-form-actions { display: flex; gap: 8px; }
.sfm-submit-adv-btn {
  flex: 1; background: var(--sfm-accent); color: white; border: none;
  padding: 10px; border-radius: 8px; font-size: 14px; font-weight: 600;
  cursor: pointer; font-family: var(--sfm-font);
}
.sfm-cancel-btn {
  background: var(--sfm-light); color: var(--sfm-muted); border: 1px solid var(--sfm-mid);
  padding: 10px 16px; border-radius: 8px; font-size: 14px; cursor: pointer;
  font-family: var(--sfm-font);
}
.sfm-adv-message { font-size: 13px; color: var(--sfm-accent); margin-top: 8px; text-align: center; }
.sfm-log {
  background: rgba(255,255,255,0.04); border-radius: 10px; padding: 12px; margin-bottom: 12px;
}
.sfm-log-empty { font-size: 13px; color: rgba(255,255,255,0.3); text-align: center; padding: 8px 0; }
.sfm-log-item {
  display: flex; align-items: center; gap: 10px; padding: 6px 0;
  border-bottom: 0.5px solid rgba(255,255,255,0.06);
}
.sfm-log-item:last-child { border-bottom: none; }
.sfm-log-dot { width: 6px; height: 6px; border-radius: 50%; background: #5DCAA5; flex-shrink: 0; }
.sfm-log-dot-new { background: var(--sfm-accent); }
.sfm-log-text { font-size: 12px; color: rgba(255,255,255,0.6); flex: 1; }
.sfm-log-time { font-size: 11px; color: rgba(255,255,255,0.25); }
.sfm-end-btn {
  width: 100%; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.5);
  border: 0.5px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 12px;
  font-size: 13px; font-weight: 500; cursor: pointer; font-family: var(--sfm-font);
  margin-top: 8px;
}
.sfm-session-complete { text-align: center; padding: 40px 20px; }
.sfm-complete-icon {
  width: 64px; height: 64px; background: var(--sfm-green); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 28px;
  color: white; margin: 0 auto 20px;
}
.sfm-complete-title { font-family: var(--sfm-serif); font-size: 28px; color: var(--sfm-navy); margin-bottom: 8px; }
.sfm-complete-sub { font-size: 14px; color: var(--sfm-muted); margin-bottom: 24px; }
.sfm-complete-stats { display: flex; gap: 24px; justify-content: center; margin-bottom: 28px; }
.sfm-complete-num { font-family: var(--sfm-serif); font-size: 40px; color: var(--sfm-navy); line-height: 1; }
.sfm-complete-label { font-size: 12px; color: var(--sfm-muted); margin-top: 4px; }
.sfm-gate {
  background: var(--sfm-light); border-radius: 12px; padding: 32px; text-align: center;
  font-size: 15px; color: var(--sfm-muted);
}
.sfm-gate a { color: var(--sfm-accent); font-weight: 600; }

/* ── RESPONSIVE ─────────────────────────── */
@media (max-width: 900px) {
  .sfm-how-grid { grid-template-columns: 1fr; }
  .sfm-badge-grid { grid-template-columns: repeat(3,1fr); }
  .sfm-dash-body { grid-template-columns: 1fr; }
  .sfm-dash-stats { grid-template-columns: repeat(2,1fr); }
  .sfm-recruit-hero { padding: 48px 24px; }
  .sfm-recruit-section { padding: 40px 24px; }
  .sfm-dash-hero { padding: 24px; }
  .sfm-dash-hero-inner { flex-direction: column; align-items: stretch; }
  .sfm-dash-stats,.sfm-dash-body { padding-left: 24px; padding-right: 24px; }
  .sfm-form-row-2 { grid-template-columns: 1fr; }
  .sfm-guardrail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sfm-badge-grid { grid-template-columns: 1fr 1fr; }
  .sfm-recruit-stats { gap: 24px; }
  .sfm-dash-stats { grid-template-columns: repeat(2,1fr); }
}

/* ── AUTOCOMPLETE & SOCIAL FETCH ─────────── */
.sfm-autocomplete-wrap { position: relative; margin-bottom: 8px; }
.sfm-autocomplete-dropdown {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 100;
  background: white; border: 1px solid #E8E4DC; border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12); overflow: hidden; margin-top: 2px;
}
.sfm-autocomplete-item {
  padding: 10px 14px; font-size: 13px; cursor: pointer;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 0.5px solid #F7F5F0; transition: background 0.1s;
  background: white;
}
.sfm-autocomplete-item:last-child { border-bottom: none; }
.sfm-autocomplete-item:hover, .sfm-autocomplete-item:focus { background: #F7F5F0; outline: none; }
.sfm-autocomplete-item-name { font-weight: 500; color: #0D1B2A; flex: 1; min-width: 0; }
.sfm-autocomplete-item-type { font-size: 11px; color: #6B6560; white-space: nowrap; flex-shrink: 0; }
.sfm-autocomplete-item-exists {
  font-size: 10px; background: #E1F5EE; color: #085041;
  padding: 2px 8px; border-radius: 4px; font-weight: 600;
  white-space: nowrap; flex-shrink: 0;
}
.sfm-autocomplete-no-results {
  padding: 12px 14px; font-size: 13px; color: #6B6560; text-align: center;
}
.sfm-url-row { display: flex; gap: 6px; margin-bottom: 8px; align-items: stretch; }
.sfm-url-input { flex: 1; margin-bottom: 0 !important; }
.sfm-fetch-btn {
  background: #1A2E42; color: white; border: none; border-radius: 8px;
  padding: 0 14px; font-size: 12px; font-weight: 600; cursor: pointer;
  font-family: inherit; display: flex; align-items: center; gap: 5px;
  white-space: nowrap; transition: background 0.2s; flex-shrink: 0;
}
.sfm-fetch-btn:hover { background: #0D1B2A; }
.sfm-fetch-btn.loading { opacity: 0.6; cursor: not-allowed; }
.sfm-social-label {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.4);
  text-transform: uppercase; letter-spacing: 0.5px;
  margin: 8px 0 6px; padding-top: 8px;
  border-top: 0.5px solid rgba(255,255,255,0.1);
}
.sfm-social-input { margin-bottom: 6px !important; font-size: 13px; }
.sfm-toggle-social-btn {
  background: none; border: none; color: rgba(255,255,255,0.4); font-size: 12px;
  font-family: inherit; cursor: pointer; padding: 4px 0; margin-bottom: 8px;
  text-align: left; transition: color 0.2s;
}
.sfm-toggle-social-btn:hover { color: rgba(255,255,255,0.7); }
.sfm-fetch-success { font-size: 12px; color: #5DCAA5; margin-top: 4px; }
.sfm-fetch-error { font-size: 12px; color: #F5B35A; margin-top: 4px; }

/* =============================================
   v1.5 — WATCH MODE REBUILD
   Mobile-first. iOS-inspired. 44pt minimum tap targets.
   ============================================= */

.sfm-watch-wrap {
  max-width: 640px;
  margin: 24px auto;
  padding: 0 16px;
  font-family: var(--sfm-font);
  color: white;
}

/* ── PRE-SESSION (show picker) ─────────── */
.sfm-pre-header {
  text-align: center;
  margin-bottom: 24px;
}
.sfm-pre-title {
  font-family: var(--sfm-serif);
  font-size: 36px;
  color: var(--sfm-navy);
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}
.sfm-pre-sub {
  color: var(--sfm-muted);
  font-size: 15px;
  margin: 0;
}
.sfm-pre-sub .sfm-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 9px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: 2px;
}

.sfm-show-picker {
  background: var(--sfm-navy);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}
.sfm-show-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.sfm-show-search-wrap .sfm-icon-search { color: rgba(255,255,255,0.6); flex-shrink: 0; }
.sfm-show-search {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px; /* 16px prevents iOS zoom on focus */
  color: white;
  min-height: 24px;
}
.sfm-show-search::placeholder { color: rgba(255,255,255,0.4); }

.sfm-show-results { max-height: 60vh; overflow-y: auto; }
.sfm-show-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.5);
  padding: 8px 4px 6px;
}
.sfm-show-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 14px 12px;
  border-radius: 8px;
  color: white;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  min-height: 48px;
  transition: background 120ms;
}
.sfm-show-result:hover, .sfm-show-result:focus-visible {
  background: rgba(255,255,255,0.06);
  outline: none;
}
.sfm-show-result-title { font-weight: 500; }
.sfm-show-result-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-left: 12px;
  flex-shrink: 0;
}

.sfm-dash-link {
  display: block;
  text-align: center;
  color: var(--sfm-muted);
  font-size: 13px;
  text-decoration: none;
  margin-top: 16px;
}
.sfm-dash-link:hover { color: var(--sfm-accent); }

/* ── ACTIVE SESSION ─────────────────────── */
.sfm-session-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: var(--sfm-navy);
  border-radius: 16px 16px 0 0;
  padding: 14px 16px;
  margin-bottom: 0;
}
.sfm-session-show-name {
  font-family: var(--sfm-serif);
  font-size: 22px;
  color: white;
  line-height: 1.15;
}
.sfm-session-show-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.sfm-session-divider { margin: 0 6px; color: rgba(255,255,255,0.3); }
.sfm-live-badge {
  display: flex; align-items: center; gap: 6px;
  background: var(--sfm-accent);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.sfm-live-dot {
  width: 6px; height: 6px;
  background: white;
  border-radius: 50%;
  animation: sfm-blink 1.4s ease-in-out infinite;
}
@keyframes sfm-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ── Unified search-and-confirm input ──── */
.sfm-search-wrap {
  background: var(--sfm-navy);
  padding: 0 16px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.sfm-search-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--sfm-navy);
  z-index: -1;
}
.sfm-search-wrap > .sfm-icon-search {
  color: rgba(255,255,255,0.6);
  margin-left: 14px;
  position: absolute;
  pointer-events: none;
}
.sfm-adv-search {
  flex: 1;
  background: rgba(255,255,255,0.1);
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 14px 42px 14px 42px;
  font-family: inherit;
  font-size: 16px; /* prevents iOS focus zoom */
  color: white;
  min-height: 48px;
}
.sfm-adv-search::placeholder { color: rgba(255,255,255,0.45); }
.sfm-adv-clear {
  position: absolute;
  right: 24px;
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── Search results list ─────────────────── */
.sfm-search-results {
  background: var(--sfm-navy);
  padding: 0 8px 12px;
  max-height: 50vh;
  overflow-y: auto;
}
.sfm-search-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  margin-bottom: 6px;
  min-height: 56px;
}
.sfm-search-row-info { flex: 1; min-width: 0; }
.sfm-search-row-name {
  font-size: 15px;
  font-weight: 500;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sfm-search-row-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.sfm-search-row-action {
  background: var(--sfm-accent);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 9px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  min-height: 36px;
  flex-shrink: 0;
}
.sfm-search-row-action:hover { background: #c44e22; }
.sfm-search-row-action:disabled { opacity: 0.7; cursor: default; }
.sfm-search-row-action.confirmed { background: var(--sfm-green); }
.sfm-search-row-action.add { background: var(--sfm-green); }

.sfm-search-row-add { border: 0.5px dashed rgba(29,158,117,0.5); }
.sfm-search-dup-header {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  padding: 6px 12px 10px;
  font-style: italic;
}
.sfm-search-empty {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  padding: 16px;
}

/* ── Suggested tap-target grid ───────────── */
.sfm-suggest-wrap {
  background: var(--sfm-navy);
  border-radius: 0 0 16px 16px;
  padding: 8px 16px 18px;
  margin-bottom: 16px;
}
.sfm-suggest-wrap .sfm-section-label {
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-top: 4px;
}
.sfm-adv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.sfm-adv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(255,255,255,0.06);
  border: none;
  border-radius: 12px;
  padding: 16px 10px;
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  min-height: 56px;
  transition: transform 100ms ease, background 120ms ease;
  line-height: 1.25;
}
.sfm-adv-btn:active { transform: scale(0.97); }
.sfm-adv-btn:hover { background: rgba(255,255,255,0.1); }
.sfm-adv-btn.confirmed {
  background: rgba(29,158,117,0.18);
  border: 0.5px solid var(--sfm-green);
}
.sfm-adv-btn .sfm-adv-btn-check {
  opacity: 0;
  color: #5DCAA5;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 120ms;
}
.sfm-adv-btn.confirmed .sfm-adv-btn-check { opacity: 1; }
.sfm-grid-loading, .sfm-grid-empty {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  padding: 16px;
}

/* ── Pending from other monitors ─────────── */
.sfm-pending-wrap {
  background: var(--sfm-navy);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}
.sfm-pending-wrap .sfm-section-label {
  color: var(--sfm-accent2);
  font-size: 11px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.sfm-pending-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.sfm-pending-card {
  background: rgba(245,179,90,0.08);
  border: 0.5px solid rgba(245,179,90,0.35);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sfm-pending-name { font-size: 13px; font-weight: 500; color: white; }
.sfm-pending-meta { font-size: 11px; color: var(--sfm-accent2); }
.sfm-pending-btn {
  background: var(--sfm-accent2);
  color: #412402;
  border: none;
  border-radius: 6px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 4px;
  min-height: 32px;
}
.sfm-pending-btn.confirmed { background: var(--sfm-green); color: white; }
.sfm-pending-done {
  font-size: 12px;
  color: var(--sfm-green);
  font-weight: 600;
  margin-top: 4px;
}

/* ── Inline messages ─────────────────────── */
.sfm-inline-msg {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  margin: 0 0 16px;
  text-align: center;
}
.sfm-inline-msg.error {
  background: rgba(255,90,80,0.08);
  border: 0.5px solid rgba(255,90,80,0.35);
  color: #F5B493;
}
.sfm-inline-msg.success {
  background: rgba(29,158,117,0.12);
  border: 0.5px solid rgba(29,158,117,0.4);
  color: #5DCAA5;
}

/* ── Session footer ──────────────────────── */
.sfm-session-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 4px;
  font-size: 13px;
  color: var(--sfm-muted);
}
.sfm-session-counter strong { color: var(--sfm-text); font-weight: 600; }
.sfm-end-btn {
  background: transparent;
  border: 0.5px solid var(--sfm-mid);
  color: var(--sfm-text);
  border-radius: 8px;
  padding: 10px 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
}
.sfm-end-btn:hover { background: var(--sfm-mid); }

/* ── Session complete ────────────────────── */
.sfm-session-complete {
  text-align: center;
  padding: 40px 20px;
  background: var(--sfm-navy);
  border-radius: 16px;
  color: white;
}
.sfm-complete-icon {
  width: 60px; height: 60px;
  background: var(--sfm-green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  margin: 0 auto 16px;
}
.sfm-complete-title {
  font-family: var(--sfm-serif);
  font-size: 30px;
  margin: 0 0 6px;
  color: white;
}
.sfm-complete-sub { color: rgba(255,255,255,0.65); font-size: 15px; margin: 0 0 24px; }
.sfm-complete-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 auto 24px;
  max-width: 340px;
}
.sfm-complete-stat {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 16px 8px;
}
.sfm-complete-num {
  font-family: var(--sfm-serif);
  font-size: 36px;
  color: white;
  line-height: 1;
}
.sfm-complete-label {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 6px;
}
.sfm-complete-actions {
  display: flex; flex-direction: column; gap: 8px;
  max-width: 340px;
  margin: 0 auto;
}
.sfm-btn-primary, .sfm-btn-secondary {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  min-height: 48px;
}
.sfm-btn-primary { background: var(--sfm-accent); color: white; }
.sfm-btn-primary:hover { background: #c44e22; }
.sfm-btn-secondary {
  background: transparent;
  color: white;
  border: 0.5px solid rgba(255,255,255,0.3);
}
.sfm-btn-secondary:hover { background: rgba(255,255,255,0.06); }

/* ── Larger screens — keep mobile feel, widen grid ── */
@media (min-width: 600px) {
  .sfm-adv-grid { grid-template-columns: repeat(3, 1fr); }
  .sfm-pending-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .sfm-adv-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ── v1.6 additions ────────────────────────────────────────── */

/* Dashboard typeahead show picker */
.sfm-dash-show-picker { position: relative; width: 100%; }
.sfm-dash-show-results {
    position: absolute;
    top: calc(100% + 4px);
    left: 0; right: 0;
    background: var(--sfm-navy, #0D1B2A);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    max-height: 240px;
    overflow-y: auto;
    z-index: 100;
}

/* Selected show display */
.sfm-dash-selected {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 10px;
}
.sfm-dash-selected-name {
    flex: 1;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.sfm-dash-clear-show {
    background: none;
    border: none;
    color: rgba(255,255,255,.5);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sfm-dash-clear-show:hover { color: #fff; }

/* Disabled start button state */
.sfm-dash-start-btn--disabled {
    opacity: 0.45;
    pointer-events: none;
}

/* End Session button on session rows */
.sfm-end-session-btn {
    background: none;
    border: 1px solid rgba(224, 90, 43, 0.6);
    color: #E05A2B;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    min-height: 44px;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.sfm-end-session-btn:hover {
    background: #E05A2B;
    color: #fff;
}
.sfm-end-session-btn.sfm-session-ended {
    border-color: rgba(15,110,86,.6);
    color: #0F6E56;
    pointer-events: none;
}
.sfm-open-indicator {
    color: #E05A2B;
    font-size: 10px;
}

/* Done Watching button microcopy */
.sfm-end-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}
.sfm-end-hint {
    font-size: 11px;
    color: rgba(255,255,255,.45);
    white-space: nowrap;
}
