/* ===== SporKariyerim — Aday Paneli (aday.html mockup stiline sadık) ===== */

/* Panel hero (mockup: aday.html) */
.panel-hero {
  background: linear-gradient(135deg, #0673E4, #045bc0);
  border-radius: 16px; padding: 34px; color: #fff; margin-bottom: 32px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.panel-hero h1 { margin: 0 0 8px; font-size: 28px; font-weight: 800; }
.panel-hero p { margin: 0; font-size: 15px; opacity: .92; max-width: 520px; }
.panel-hero .btn { flex-shrink: 0; }

/* İstatistik şeridi (mockup: aday.html) */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
.stat-box {
  background: #fff; border: 1px solid #EAF0F7; border-radius: 14px;
  padding: 20px; text-align: center; box-shadow: 0 4px 16px rgba(11,31,77,.04);
}
.stat-box .stat-num { font-size: 28px; font-weight: 800; color: #0673E4; }
.stat-box .stat-num.green { color: #63C61A; }
.stat-box .stat-lbl { font-size: 13px; color: #5a6a82; margin-top: 2px; }

/* Hızlı işlemler (mockup: aday.html feature-grid) */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  background: #fff; border: 1px solid #EAF0F7; border-radius: 16px; padding: 26px;
  box-shadow: 0 4px 16px rgba(11,31,77,.04); display: flex; flex-direction: column; transition: .18s;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(11,31,77,.10); }
.feature-ico {
  width: 52px; height: 52px; border-radius: 13px; background: #EAF4FF; color: #0673E4;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feature-ico.green { background: #eef8e6; color: #63C61A; }
.feature-card h3 { margin: 0 0 8px; font-size: 18px; color: #0B1F4D; }
.feature-card p { margin: 0 0 18px; font-size: 14px; color: #5a6a82; line-height: 1.55; flex: 1; }

/* Panel ızgarası: sol menü + içerik */
.panel-grid { display: grid; grid-template-columns: 264px 1fr; gap: 32px; align-items: start; }
.panel-main { min-width: 0; }

/* Sol menü */
.panel-side {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 20px 14px; position: sticky; top: 132px;
}
.panel-user { display: flex; align-items: center; gap: 12px; padding: 4px 10px 16px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.panel-avatar {
  width: 46px; height: 46px; border-radius: 50%; background: var(--light-blue);
  color: var(--blue); display: grid; place-items: center; font-weight: 800; font-size: 17px; flex-shrink: 0;
}
.panel-user-name { font-weight: 700; color: var(--navy); font-size: 15px; line-height: 1.3; }
.panel-user-mail { font-size: 12.5px; color: var(--text-muted); word-break: break-all; }
.panel-nav { display: flex; flex-direction: column; gap: 2px; }
.panel-nav a, .panel-nav span {
  display: flex; align-items: center; gap: 11px; padding: 11px 12px;
  border-radius: 10px; font-weight: 600; font-size: 14.5px; color: var(--text);
}
.panel-nav a:hover { background: var(--soft-gray); color: var(--blue); }
.panel-nav a.active { background: var(--light-blue); color: var(--blue); }
.panel-nav .soon { color: var(--text-muted); opacity: .65; cursor: default; }
.soon-badge {
  margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .3px;
  background: var(--soft-gray); color: var(--text-muted);
  border: 1px solid var(--border); padding: 2px 8px; border-radius: 20px;
}

/* Panel kartı */
.panel-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 28px; margin-bottom: 24px;
}
.panel-card-title {
  font-size: 19px; font-weight: 800; color: var(--navy); margin-bottom: 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.panel-card-title small { font-size: 13px; color: var(--text-muted); font-weight: 500; }

/* Doluluk çubuğu */
.progress-track { background: rgba(255,255,255,.25); border-radius: 20px; height: 8px; margin-top: 14px; max-width: 420px; }
.progress-fill { background: #63C61A; height: 8px; border-radius: 20px; transition: width .3s; }

/* Başvuru tablosu */
.apps-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.apps-table th {
  text-align: left; font-size: 12.5px; text-transform: uppercase; letter-spacing: .4px;
  color: var(--text-muted); font-weight: 700; padding: 10px 12px; border-bottom: 2px solid var(--border);
}
.apps-table td { padding: 14px 12px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.apps-table tr:last-child td { border-bottom: none; }
.apps-table .job-link { font-weight: 700; color: var(--navy); }
.apps-table .job-link:hover { color: var(--blue); }
.table-scroll { overflow-x: auto; }
.status-pill {
  display: inline-block; font-size: 12.5px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px; background: #eef8e3; color: var(--green-dark);
}
.status-pill.muted { background: var(--soft-gray); color: var(--text-muted); }
.empty-note { color: var(--text-muted); font-style: italic; padding: 18px 0; }

/* CV görüntüleme */
.cv-dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 28px; margin: 0; }
.cv-dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.cv-dl dt { color: var(--text-muted); font-size: 14px; }
.cv-dl dd { margin: 0; font-weight: 600; color: var(--navy); font-size: 14.5px; text-align: right; }
.cv-empty { color: #b6c0d2; font-weight: 400; }
.cv-item { border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; margin-bottom: 12px; }
.cv-item h4 { margin: 0 0 4px; font-size: 15.5px; color: var(--navy); }
.cv-item p { margin: 0; font-size: 14px; color: var(--text-muted); }
.cv-head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cv-head .panel-avatar { width: 72px; height: 72px; font-size: 26px; }
.cv-head h2 { margin: 0 0 4px; font-size: 24px; color: var(--navy); }
.cv-head p { margin: 0; color: var(--text-muted); font-size: 14.5px; }
.cv-missing {
  text-align: center; padding: 46px 20px; color: var(--text-muted);
}
.cv-missing h3 { color: var(--navy); font-size: 20px; margin-bottom: 8px; }

/* Form yardımcıları (sporkariyerim.css .form-group/.form-control ile birlikte) */
.form-row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.form-actions { display: flex; justify-content: flex-end; margin-top: 6px; }
.form-hint { font-size: 13px; color: var(--text-muted); margin-top: 6px; }

/* Flash mesajları */
.flash { border-radius: 12px; padding: 14px 18px; margin-bottom: 22px; font-weight: 600; font-size: 14.5px; }
.flash-notice { background: #eef8e3; color: #3d7a0b; border: 1px solid #cdeaa9; }
.flash-alert { background: #fdecec; color: #b42323; border: 1px solid #f5c6c6; }

/* Responsive */
@media (max-width: 1100px) {
  .panel-grid { grid-template-columns: 1fr; }
  .panel-side { position: static; }
}
@media (max-width: 900px) {
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .cv-dl { grid-template-columns: 1fr; }
  .form-row-3 { grid-template-columns: 1fr; }
}

/* ===== Aday paneli · Eğitimler sayfası ===== */
.panel-hint { color: var(--text-muted); font-size: 14.5px; margin: -8px 0 18px; line-height: 1.6; }
/* .panel-card-title zaten flex + space-between; link sağ tarafa oturur */
.panel-hint-link { font-size: 14px; font-weight: 600; color: var(--blue); text-decoration: none; white-space: nowrap; }
.panel-hint-link:hover { text-decoration: underline; }
.panel-empty { text-align: center; padding: 40px 28px; }
.panel-empty .panel-card-title { justify-content: center; }
.panel-empty .panel-hint { margin: 0 0 18px; }
/* Panel içindeki eğitim ızgarası dar kolona sığmalı */
.panel-main .edu-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
