/* ============================================================
   Online Koçunuz — Panelim (ücretsiz kullanıcı paneli) stilleri
   Tüm kurallar .okt-student-free altına scope'landı (çakışma önleme).
   Token'lar globalde tanımlı (style.css): var(--primary-500) vb.
   Mobil öncelikli.
   ============================================================ */

.okt-student-free{ background:var(--bg, #F6F7FB); }

/* ---- ORTAK ---- */
.okt-student-free .okt-sf-eyebrow,
.okt-student-free .okt-sf-card-eyebrow,
.okt-student-free .okt-sf-coach-eyebrow,
.okt-student-free .okt-sf-coach-quote-eyebrow{
  display:inline-block;
  font-size:12px; font-weight:600; letter-spacing:.08em;
  text-transform:uppercase; color:var(--primary-700, #1E3AE2);
}

/* ---- GİRİŞ KAPISI (401) ---- */
.okt-student-free .okt-sf-gate{
  min-height:60vh; display:flex; align-items:center; justify-content:center;
  padding:48px 20px; background:
    radial-gradient(120% 80% at 50% 0%, rgba(59,91,255,.10), transparent 60%), #fff;
}
.okt-student-free .okt-sf-gate-inner{ max-width:520px; text-align:center; }
.okt-student-free .okt-sf-pill{
  display:inline-flex; align-items:center; padding:6px 13px; border-radius:999px;
  background:#EEF1FF; color:#1E3AE2; font-size:12px; font-weight:600;
}
.okt-student-free .okt-sf-gate-title{
  margin:16px 0 10px; color:var(--ink-900, #0B0F1A); font-size:26px; line-height:1.2;
}
.okt-student-free .okt-sf-gate-sub{
  color:var(--fg-muted, #4B5468); line-height:1.6; font-size:15px; margin:0 0 22px;
}
.okt-student-free .okt-sf-gate-actions{
  display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
}
.okt-student-free .okt-sf-gate-note{
  margin-top:16px; font-size:13px; color:var(--fg-subtle, #8E97AB);
}

/* ---- YÜKLENİYOR ---- */
.okt-student-free .okt-sf-loading{
  min-height:50vh; display:flex; align-items:center; justify-content:center; padding:48px 20px;
}
.okt-student-free .okt-sf-loading-inner{
  color:var(--fg-muted, #4B5468); font-size:15px;
}

/* ---- PANEL DÜZENİ ---- */
.okt-student-free .okt-sf-app{ padding:24px 0 56px; }
.okt-student-free .okt-sf-wrap{
  display:flex; flex-direction:column; gap:16px;
}

/* ---- KARŞILAMA ---- */
.okt-student-free .okt-sf-head{
  display:flex; flex-direction:column; gap:14px;
  background:#fff; border:1px solid var(--border, #E6E8EF); border-radius:16px; padding:20px;
}
.okt-student-free .okt-sf-title{
  margin:6px 0 6px; color:var(--ink-900, #0B0F1A); font-size:24px; line-height:1.2;
}
.okt-student-free .okt-sf-sub{
  margin:0; color:var(--fg-muted, #4B5468); font-size:14px; line-height:1.55;
}
.okt-student-free .okt-sf-cta-cst{ align-self:flex-start; }

/* ---- KART ---- */
.okt-student-free .okt-sf-card{
  position:relative; overflow:hidden;
  background:#fff; border:1px solid var(--border, #E6E8EF); border-radius:16px; padding:20px;
}
.okt-student-free .okt-sf-hairline{
  position:absolute; top:0; left:0; right:0; height:2px;
  background:linear-gradient(90deg, transparent 0%, var(--primary-400,#5A72FF) 30%, var(--accent-500,#C6F25A) 55%, var(--primary-400,#5A72FF) 80%, transparent 100%);
}
.okt-student-free .okt-sf-card-head{
  display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:16px;
}
.okt-student-free .okt-sf-card-title{
  margin:4px 0 0; color:var(--ink-900, #0B0F1A); font-size:18px; line-height:1.25;
}
.okt-student-free .okt-sf-card-link{
  flex-shrink:0; font-size:13px; font-weight:600; color:var(--primary-600, #2C49E6);
  white-space:nowrap;
}
.okt-student-free .okt-sf-card-link:hover{ color:var(--primary-700, #1E3AE2); }

/* ---- HAFTALIK METRİKLER ---- */
.okt-student-free .okt-sf-metrics{
  display:grid; grid-template-columns:repeat(2, 1fr); gap:16px;
}
.okt-student-free .okt-sf-metric{ display:flex; flex-direction:column; }
.okt-student-free .okt-sf-metric-label{
  font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase;
  color:var(--fg-muted, #4B5468); margin-bottom:4px;
}
.okt-student-free .okt-sf-metric-value{
  font-size:26px; font-weight:800; line-height:1; letter-spacing:-.02em;
  color:var(--c, var(--ink-900));
}
.okt-student-free .okt-sf-metric-unit{
  font-size:12px; font-weight:600; color:var(--fg-muted, #4B5468); margin-left:3px;
}
.okt-student-free .okt-sf-metric-sub{
  font-size:11px; color:var(--fg-muted, #4B5468); margin-top:4px;
}
.okt-student-free .okt-sf-week-empty{
  margin:16px 0 0; padding-top:14px; border-top:1px solid var(--border, #E6E8EF);
  font-size:13px; color:var(--fg-muted, #4B5468); line-height:1.55;
}
.okt-student-free .okt-sf-week-empty a{ color:var(--primary-600, #2C49E6); font-weight:600; }

/* ---- SORU TAKİP BARLAR ---- */
.okt-student-free .okt-sf-bars{
  display:grid; grid-template-columns:repeat(7, 1fr); gap:8px;
  align-items:end; min-height:140px;
}
.okt-student-free .okt-sf-bars-empty{
  grid-column:1 / -1; align-self:center; text-align:center;
  font-size:13px; color:var(--fg-muted, #4B5468);
}
.okt-student-free .okt-sf-bar{
  display:flex; flex-direction:column; align-items:center; gap:6px; min-width:0;
}
.okt-student-free .okt-sf-bar-val{
  font-size:12px; font-weight:700; color:var(--ink-700, #1A1F2E);
}
.okt-student-free .okt-sf-bar-track{
  width:100%; max-width:34px; height:96px; border-radius:8px;
  background:var(--surface-2, #F0F1F6); display:flex; align-items:flex-end; overflow:hidden;
}
.okt-student-free .okt-sf-bar-fill{
  width:100%; border-radius:8px;
  background:linear-gradient(180deg, var(--primary-400,#5A72FF), var(--primary-600,#2C49E6));
  transition:height var(--dur-slow, 360ms) var(--ease-out, ease);
}
.okt-student-free .okt-sf-bar-fill.is-zero{ background:var(--border-strong, #CDD2DF); }
.okt-student-free .okt-sf-bar-day{
  font-size:11px; font-weight:600; color:var(--fg-muted, #4B5468);
}

/* ---- ARAÇLAR BÖLÜMÜ ---- */
.okt-student-free .okt-sf-section{ display:flex; flex-direction:column; gap:12px; }
.okt-student-free .okt-sf-tools{
  display:grid; grid-template-columns:repeat(2, 1fr); gap:12px;
}
.okt-student-free .okt-sf-tool{
  position:relative; overflow:hidden; display:flex; flex-direction:column;
  background:#fff; border:1px solid var(--border, #E6E8EF); border-radius:14px; padding:16px;
  transition:border-color var(--dur-base,200ms) var(--ease-out,ease), transform var(--dur-base,200ms) var(--ease-out,ease);
}
.okt-student-free .okt-sf-tool:hover{
  border-color:var(--c, var(--primary-400)); transform:translateY(-2px);
}
.okt-student-free .okt-sf-tool--hot::before{
  content:""; position:absolute; top:0; left:0; right:0; height:2px;
  background:linear-gradient(90deg, transparent, var(--primary-400,#5A72FF) 30%, var(--accent-500,#C6F25A) 55%, var(--primary-400,#5A72FF) 80%, transparent);
}
.okt-student-free .okt-sf-tool-ic{
  width:36px; height:36px; border-radius:9px; display:flex; align-items:center; justify-content:center;
  color:var(--c, var(--primary-500)); background:color-mix(in srgb, var(--c, #3B5BFF) 12%, transparent);
  margin-bottom:10px;
}
@supports not (background: color-mix(in srgb, red, blue)){
  .okt-student-free .okt-sf-tool-ic{ background:var(--surface-2, #F0F1F6); }
}
.okt-student-free .okt-sf-tool-t{
  font-size:14px; font-weight:700; color:var(--ink-900, #0B0F1A); margin-bottom:2px;
}
.okt-student-free .okt-sf-tool-d{
  font-size:12px; color:var(--fg-muted, #4B5468); line-height:1.4;
}

/* ---- KOÇLUK SATIŞ CTA (huni) ---- */
.okt-student-free .okt-sf-coach{
  position:relative; overflow:hidden;
  border:1px solid var(--primary-200, #B6C1FF); border-radius:18px; padding:24px;
  background:linear-gradient(135deg, #0B0F1A 0%, #1A1F2E 100%); color:#fff;
  display:flex; flex-direction:column; gap:20px;
}
.okt-student-free .okt-sf-coach-glow{
  position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(120% 80% at 100% 0%, rgba(59,91,255,.30), transparent 55%),
            radial-gradient(90% 60% at 0% 100%, rgba(198,242,90,.14), transparent 60%);
}
.okt-student-free .okt-sf-coach-body{ position:relative; }
.okt-student-free .okt-sf-coach-eyebrow{ color:var(--accent-500, #C6F25A); }
.okt-student-free .okt-sf-coach-title{
  margin:8px 0 10px; font-size:22px; line-height:1.2; color:#fff; letter-spacing:-.01em;
}
.okt-student-free .okt-sf-coach-title span{ color:var(--accent-500, #C6F25A); }
.okt-student-free .okt-sf-coach-text{
  margin:0 0 14px; font-size:14px; line-height:1.65; color:var(--ink-100, #CDD2DF);
}
.okt-student-free .okt-sf-coach-list{
  list-style:none; margin:0 0 18px; padding:0; display:flex; flex-direction:column; gap:8px;
}
.okt-student-free .okt-sf-coach-list li{
  position:relative; padding-left:26px; font-size:13px; color:var(--ink-50, #E6E8EF);
}
.okt-student-free .okt-sf-coach-list li::before{
  content:""; position:absolute; left:0; top:1px; width:18px; height:18px; border-radius:50%;
  background:var(--accent-500, #C6F25A);
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center/12px no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center/12px no-repeat;
}
.okt-student-free .okt-sf-coach-actions{
  display:flex; align-items:center; gap:14px; flex-wrap:wrap;
}
.okt-student-free .okt-sf-coach-note{
  font-size:12px; color:var(--ink-200, #B7BECC);
}
.okt-student-free .okt-sf-coach-quote{
  position:relative; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10);
  border-radius:14px; padding:16px;
}
.okt-student-free .okt-sf-coach-quote-eyebrow{ color:var(--accent-500, #C6F25A); }
.okt-student-free .okt-sf-coach-quote-text{
  margin:8px 0 12px; font-size:14px; font-weight:500; line-height:1.5; color:#fff;
}
.okt-student-free .okt-sf-coach-quote-meta{
  display:flex; gap:14px; align-items:baseline; font-size:11px; color:var(--ink-200, #B7BECC);
}
.okt-student-free .okt-sf-coach-quote-meta strong{ color:#fff; font-size:15px; margin-right:3px; }
.okt-student-free .okt-sf-coach-quote-who{ margin-left:auto; }

/* ====================== TABLET / DESKTOP ====================== */
@media (min-width: 720px){
  .okt-student-free .okt-sf-head{
    flex-direction:row; align-items:center; justify-content:space-between; padding:24px;
  }
  .okt-student-free .okt-sf-cta-cst{ align-self:center; }
  .okt-student-free .okt-sf-metrics{ grid-template-columns:repeat(4, 1fr); }
  .okt-student-free .okt-sf-tools{ grid-template-columns:repeat(4, 1fr); }
  .okt-student-free .okt-sf-gate-title{ font-size:30px; }
  .okt-student-free .okt-sf-title{ font-size:28px; }
}

@media (min-width: 960px){
  .okt-student-free .okt-sf-coach{
    flex-direction:row; align-items:center; padding:28px;
  }
  .okt-student-free .okt-sf-coach-body{ flex:1.5; }
  .okt-student-free .okt-sf-coach-quote{ flex:1; }
  .okt-student-free .okt-sf-coach-title{ font-size:24px; }
}

@media (prefers-reduced-motion: reduce){
  .okt-student-free .okt-sf-tool,
  .okt-student-free .okt-sf-bar-fill{ transition:none; }
}
