/* Compact inline view of the shared Soneli player. */
.seo-listen #soneli-player {
  color: #f8f5f0;
  background: radial-gradient(ellipse at 0 0, color-mix(in srgb, var(--sp-accent) 14%, transparent), transparent 70%), #211b16;
  border-radius: 14px;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 0 12px 28px -22px #211b1680;
}
#soneli-player .sp-console { padding: 20px; }
#soneli-player .sp-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-bottom: 16px; }
#soneli-player .sp-chip { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font: 11px/1.5 var(--mono); letter-spacing: .07em; }
#soneli-player .sp-chip-sub { flex-basis: 100%; padding-left: 15px; color: #c5b6aa; font-size: 10px; font-style: normal; }
#soneli-player .sp-livedot { width: 7px; height: 7px; border-radius: 50%; background: var(--sp-accent); }
#soneli-player.paused .sp-livedot { opacity: .5; }
#soneli-player .sp-close { display: none; }
#soneli-player .sp-steps { display: flex; gap: 4px; margin-left: auto; max-width: 180px; overflow-x: auto; }
#soneli-player .sp-steps button { flex-shrink: 0; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 5px; background: transparent; color: #c5b6aa; font: 10px var(--mono); cursor: pointer; }
#soneli-player .sp-steps button.now { color: var(--sp-accent); background: color-mix(in srgb, var(--sp-accent) 13%, transparent); }
#soneli-player .sp-steps button:hover { background: #ffffff18; }
#soneli-player .sp-main { display: flex; align-items: center; gap: 20px; }
#soneli-player .sp-trackmeta { flex: 1; min-width: 0; }
#soneli-player .sp-title { font: 28px/1.15 var(--serif); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#soneli-player .sp-artist { color: #c5b6aa; font-size: 12px; line-height: 1.5; margin-top: 6px; }
#soneli-player .sp-transport { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
#soneli-player .sp-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid #ffffff30; border-radius: 50%; background: transparent; color: #f8f5f0; cursor: pointer; }
#soneli-player .sp-btn.sp-play { width: 54px; height: 54px; background: #f8f5f0; color: #211b16; }
#soneli-player .sp-btn:hover { background: #ffffff20; }
#soneli-player .sp-btn.sp-play:hover { background: #fff; }
#soneli-player .sp-btn:disabled { opacity: .35; cursor: default; }
#soneli-player .sp-btn svg { width: 16px; height: 16px; fill: currentColor; }
#soneli-player .sp-audio-wave { display: flex; align-items: center; gap: 3px; height: 32px; margin: 16px 0 4px; }
#soneli-player .sp-audio-wave i { flex: 1; min-width: 0; border-radius: 2px; background: var(--sp-accent); opacity: .35; transition: height 90ms linear; }
#soneli-player .sp-audio-wave.live i { opacity: .85; }
#soneli-player .sp-progressrow { display: flex; align-items: center; gap: 12px; }
#soneli-player .sp-time { min-width: 34px; color: #c5b6aa; font: 10px var(--mono); font-variant-numeric: tabular-nums; }
#soneli-player .sp-seek { position: relative; flex: 1; height: 32px; cursor: pointer; touch-action: none; }
#soneli-player .sp-seek-rail, #soneli-player .sp-seek-fill { position: absolute; top: 50%; left: 0; height: 3px; transform: translateY(-50%); border-radius: 2px; }
#soneli-player .sp-seek-rail { width: 100%; background: #ffffff25; }
#soneli-player .sp-seek-fill { width: 0%; background: var(--sp-accent); }
#soneli-player .sp-knob { position: absolute; top: 50%; left: 0%; width: 10px; height: 10px; border-radius: 50%; background: #f8f5f0; transform: translate(-50%, -50%); }
#soneli-player .sp-footnote { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-top: 1px solid #ffffff20; padding: 12px 20px; color: #c5b6aa; font: 10px/1.5 var(--mono); }
#soneli-player .sp-feedback { margin: 12px 0 0; color: #f0cca8; font-size: 13px; }
#soneli-player .sp-endcta { font-size: 13px; }
#soneli-player .sp-endcta a { display: inline-block; margin-top: 8px; color: #f8f5f0; }
#soneli-player [hidden], .seo-listen #soneli-player audio { display: none; }
#soneli-player.ended .sp-progressrow { display: none; }
#soneli-player button:focus-visible, #soneli-player [role="slider"]:focus-visible { outline: 2px solid #f8f5f0; outline-offset: 3px; }
@media (max-width: 600px) {
  .seo-listen { padding: 20px 16px; }
  #soneli-player .sp-console { padding: 16px; }
  #soneli-player .sp-main { flex-wrap: wrap; gap: 14px; }
  #soneli-player .sp-trackmeta { flex-basis: 100%; }
  #soneli-player .sp-title { font-size: 26px; }
  #soneli-player .sp-transport { margin-left: auto; }
  #soneli-player .sp-steps { max-width: 140px; }
  #soneli-player .sp-footnote { padding: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  #soneli-player .sp-audio-wave i { transition: none; }
}
