/* ============================================================
   RadyoRAP Söz — Şarkı Sözleri Modülü Ön Yüz Stilleri
   Marka değişkenleri /css/styles.css içindeki köklerle birebir eşleşir.
   ============================================================ */

.soz-wrap { max-width: 1120px; margin: 0 auto; padding: 2rem 1.25rem 4rem; }

.soz-eyebrow { font-size: .7rem; font-weight: 700; letter-spacing: .2em; color: var(--accent); text-transform: uppercase; margin-bottom: .5rem; }

.soz-hero { text-align: center; border: 1px solid rgba(255,173,30,.15); border-radius: 18px; padding: 3rem 1.5rem; background: radial-gradient(ellipse at top, rgba(255,173,30,.06), transparent 60%), var(--bg-card); margin-bottom: 3rem; }
.soz-hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 6vw, 4rem); line-height: .95; color: var(--text); letter-spacing: .02em; margin: 0 0 .75rem; }
.soz-hero h1 em { font-style: normal; color: var(--accent); }
.soz-hero p { color: var(--text-muted); max-width: 640px; margin: 0 auto; font-size: .95rem; }

.soz-chip-row { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 1.5rem; }
.soz-chip { font-size: .78rem; color: var(--text-muted); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: .4rem .9rem; text-decoration: none; transition: .15s; }
.soz-chip:hover, .soz-chip.active { border-color: rgba(255,173,30,.5); color: var(--accent); }

.soz-section-title { display: flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .02em; color: var(--text); margin: 0 0 1rem; }
.soz-section-title .soz-sub { margin-left: auto; font-family: var(--font); font-size: .75rem; color: rgba(255,255,255,.35); font-weight: 400; }

.soz-list { border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: var(--bg-card); overflow: hidden; margin-bottom: 3rem; }
.soz-row { display: flex; align-items: center; gap: 1rem; padding: .8rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,.05); text-decoration: none; color: inherit; transition: background .15s; }
.soz-row:last-child { border-bottom: none; }
.soz-row:hover { background: rgba(255,255,255,.03); }
.soz-rank { width: 1.5rem; font-family: var(--font-display); font-size: 1.2rem; color: rgba(255,255,255,.25); flex-shrink: 0; }
.soz-cover { width: 46px; height: 46px; border-radius: 8px; background: linear-gradient(135deg, rgba(255,173,30,.18), transparent); border: 1px solid rgba(255,173,30,.15); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 1.1rem; overflow: hidden; }
.soz-cover img { width: 100%; height: 100%; object-fit: cover; }
.soz-row-title { min-width: 0; flex: 1; }
.soz-row-title strong { display: block; font-size: .92rem; color: var(--text); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.soz-row-title span { display: block; font-size: .78rem; color: var(--text-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.soz-row-views { font-size: .75rem; color: rgba(255,255,255,.35); flex-shrink: 0; }

.soz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .9rem; margin-bottom: 3rem; }
.soz-card { border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: var(--bg-card); padding: 1rem; text-decoration: none; color: inherit; transition: .15s; display: block; }
.soz-card:hover { border-color: rgba(255,173,30,.35); transform: translateY(-2px); }
.soz-card strong { display: block; font-size: .92rem; color: var(--text); margin-bottom: .15rem; }
.soz-card span { font-size: .78rem; color: var(--text-muted); }

.soz-adslot { display: flex; align-items: center; justify-content: center; border: 1px dashed rgba(255,255,255,.14); border-radius: 10px; color: rgba(255,255,255,.25); font-size: .7rem; letter-spacing: .1em; height: 5.5rem; margin: 2rem 0; }

/* Şarkı detay */
.soz-song-head { display: flex; gap: 1.5rem; align-items: flex-end; flex-wrap: wrap; margin-bottom: 1.5rem; }
.soz-song-cover { width: 110px; height: 110px; border-radius: 14px; border: 1px solid rgba(255,173,30,.2); background: linear-gradient(135deg, rgba(255,173,30,.15), transparent); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 2rem; overflow: hidden; }
.soz-song-cover img { width: 100%; height: 100%; object-fit: cover; }
.soz-song-head h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); color: var(--text); margin: 0; line-height: 1; display: inline-flex; align-items: center; gap: .4rem; }
.soz-song-artist { color: var(--text-muted); text-decoration: none; font-size: .95rem; }
.soz-song-artist:hover { color: var(--accent); }
.soz-song-meta { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .78rem; color: rgba(255,255,255,.4); margin-top: .6rem; }

.soz-player { border: 1px solid rgba(255,173,30,.18); border-radius: 14px; background: linear-gradient(135deg, rgba(255,173,30,.05), var(--bg-card)); padding: 1.1rem 1.25rem; margin-bottom: 1.25rem; }
.soz-player-row { display: flex; align-items: center; gap: 1rem; }
.soz-play-btn { width: 52px; height: 52px; border-radius: 50%; background: var(--accent); color: #000; border: none; flex-shrink: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.1rem; box-shadow: 0 0 20px rgba(255,173,30,.35); }
.soz-progress-wrap { flex: 1; display: flex; align-items: center; gap: .6rem; font-size: .72rem; color: rgba(255,255,255,.4); font-family: monospace; }
.soz-progress-bar { position: relative; flex: 1; height: 5px; border-radius: 3px; background: rgba(255,255,255,.1); cursor: pointer; }
.soz-progress-fill { position: absolute; inset: 0 auto 0 0; width: 0%; border-radius: 3px; background: var(--accent); }
.soz-sync-toggle { margin-top: .8rem; display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); border-radius: 999px; padding: .35rem .8rem; cursor: pointer; background: none; }
.soz-sync-toggle.on { border-color: rgba(255,173,30,.5); color: var(--accent); background: rgba(255,173,30,.08); }

.soz-platform-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.soz-platform-btn { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.02); border-radius: 8px; padding: .5rem .8rem; text-decoration: none; transition: .15s; }
.soz-platform-btn:hover { color: var(--accent); border-color: rgba(255,173,30,.4); }

.soz-action-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.soz-btn { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; font-weight: 600; border-radius: 999px; padding: .55rem 1rem; text-decoration: none; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); background: none; cursor: pointer; }
.soz-btn.primary { background: var(--accent); color: #000; border-color: transparent; }
.soz-btn:hover { border-color: rgba(255,173,30,.5); }

.soz-lyrics { border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: var(--bg-card); padding: 1.75rem; margin-bottom: 1.25rem; white-space: pre-line; font-size: 1rem; line-height: 1.9; color: var(--text-muted); }
.soz-lyrics .soz-line { display: block; border-radius: 6px; padding: .1rem .4rem; margin: 0 -.4rem; transition: background .2s, color .2s; }
.soz-lyrics .soz-line.active { background: rgba(255,173,30,.1); color: var(--accent); }

.soz-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.soz-tag { font-size: .72rem; color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); border-radius: 999px; padding: .3rem .7rem; text-decoration: none; }
.soz-tag:hover { color: var(--accent); }

.soz-breadcrumb { font-size: .78rem; color: rgba(255,255,255,.35); margin-bottom: 1.25rem; }
.soz-breadcrumb a { color: inherit; text-decoration: none; }
.soz-breadcrumb a:hover { color: var(--accent); }

/* A-Z arşiv */
.soz-alpha-nav { position: sticky; top: 0; z-index: 5; display: flex; flex-wrap: wrap; gap: .3rem; justify-content: center; background: var(--bg); border-bottom: 1px solid rgba(255,255,255,.08); padding: .9rem 0; margin-bottom: 2rem; }
.soz-alpha-nav a { width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.5); background: rgba(255,255,255,.03); text-decoration: none; }
.soz-alpha-nav a:hover, .soz-alpha-nav a.active { background: var(--accent); color: #000; }
.soz-alpha-group h2 { font-family: var(--font-display); font-size: 1.7rem; color: var(--accent); margin: 0 0 .75rem; }

/* Sanatçı sayfası */
.soz-artist-head { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 2rem; background: var(--bg-card); margin-bottom: 2rem; }
.soz-artist-avatar { width: 100px; height: 100px; border-radius: 50%; border: 2px solid rgba(255,173,30,.4); background: var(--bg); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 2rem; overflow: hidden; }
.soz-artist-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.soz-artist-head h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); margin: 0; color: var(--text); display: flex; align-items: center; gap: .4rem; }

@media (max-width: 640px) {
  .soz-song-head { flex-direction: column; align-items: flex-start; }
  .soz-artist-head { flex-direction: column; text-align: center; }
}
