.afda-player {
  --player-ink: #11151b;
  --player-paper: #f5f0e6;
  --player-paper-deep: #e9e0d0;
  --player-gold: #c9a45a;
  --player-gold-deep: #987238;
  --player-mist: #cdc5b8;
  --player-slate: #66707a;
  overflow: hidden;
  border: 1px solid rgba(17,21,27,.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 65px rgba(17,21,27,.10);
}
.afda-player__shell { padding: clamp(1.1rem, 3vw, 2rem); }
.afda-player__eyebrow { margin: 0 0 .35rem; color: var(--player-gold-deep); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.afda-player__meta { display:flex; gap:.55rem 1rem; flex-wrap:wrap; color:var(--player-slate); font-size:.86rem; margin-bottom:1.2rem; }
.afda-player__meta span + span::before { content:"·"; margin-right:1rem; color:var(--player-mist); }
.afda-player__now { display:grid; gap:.25rem; padding:1.25rem 1.35rem; border:1px solid rgba(201,164,90,.24); border-radius:18px; background:linear-gradient(145deg,#151a21,#0f1318); color:var(--player-paper); margin-bottom:1.15rem; }
.afda-player__now strong { color:var(--player-gold); font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.1rem,2vw,1.35rem); }
.afda-player__now span { color:rgba(245,240,230,.74); font-size:.95rem; }
.afda-player__controls { display:grid; grid-template-columns:auto auto auto auto auto 1fr; gap:.55rem; align-items:center; }
.afda-player button,.afda-player select { font:inherit; }
.afda-player__controls button { border:1px solid rgba(17,21,27,.14); background:var(--player-paper); color:var(--player-ink); border-radius:999px; min-width:44px; min-height:44px; padding:.62rem .8rem; cursor:pointer; transition:border-color .18s ease, transform .18s ease, background .18s ease; }
.afda-player__controls button:hover { border-color:var(--player-gold); transform:translateY(-1px); }
.afda-player__toggle { width:52px; height:52px; padding:0!important; background:var(--player-ink)!important; color:#fff!important; border-color:var(--player-ink)!important; }
.afda-player__speed { justify-self:end; display:flex; gap:.5rem; align-items:center; color:var(--player-slate); font-size:.86rem; }
.afda-player__speed select { border:1px solid rgba(17,21,27,.15); border-radius:999px; background:#fff; padding:.5rem .7rem; }
.afda-player__timeline { display:grid; grid-template-columns:auto 1fr auto; gap:.75rem; align-items:center; margin-top:1.15rem; color:var(--player-slate); font-variant-numeric:tabular-nums; font-size:.82rem; }
.afda-player__timeline input { width:100%; accent-color:var(--player-gold-deep); }
.afda-player__playlist { display:grid; gap:0; margin-top:1.5rem; border-top:1px solid rgba(17,21,27,.10); }
.afda-player__chapter { padding:1.15rem 0 .15rem; border-bottom:1px solid rgba(17,21,27,.10); }
.afda-player__chapter:last-child { border-bottom:0; }
.afda-player__chapter h3 { margin:0 0 .55rem; color:var(--player-ink); font-size:1.05rem; }
.afda-player__chapter ol { list-style:none; padding:0; margin:0; display:grid; gap:.3rem; }
.afda-player__chapter li { margin:0; }
.afda-player__chapter button { display:grid; grid-template-columns:32px 1fr auto; gap:.7rem; align-items:center; width:100%; text-align:left; border:0; border-radius:12px; background:transparent; color:var(--player-ink); padding:.7rem .75rem; cursor:pointer; }
.afda-player__chapter button:hover { background:var(--player-paper); }
.afda-player__chapter button.is-active { background:var(--player-ink); color:#fff; }
.afda-player__scene-index { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:rgba(201,164,90,.16); color:var(--player-gold-deep); font-size:.78rem; font-weight:800; }
.afda-player__chapter button.is-active .afda-player__scene-index { background:var(--player-gold); color:var(--player-ink); }
.afda-player__scene-status { color:var(--player-slate); font-size:.76rem; }
.afda-player__chapter button.is-active .afda-player__scene-status { color:rgba(255,255,255,.62); }
.afda-player-empty { padding:1rem 1.15rem; border:1px dashed var(--player-mist); border-radius:14px; background:#fff; }
.afda-book-meta { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.6rem; margin:1.25rem 0; }
.afda-book-meta>div { padding:.9rem 1rem; border:1px solid rgba(17,21,27,.11); border-radius:12px; background:rgba(255,255,255,.45); }
.afda-book-meta dt { color:var(--player-slate); font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.afda-book-meta dd { margin:.18rem 0 0; color:var(--player-ink); font-weight:650; }
.afda-book-links { display:flex; gap:.75rem; flex-wrap:wrap; margin:1.25rem 0; }
.afda-book-links a { text-decoration:none; }
@media(max-width:760px){
  .afda-player__controls { grid-template-columns:repeat(5,1fr); }
  .afda-player__speed { grid-column:1/-1; justify-self:center; margin-top:.25rem; }
  .afda-player__controls button { min-width:0; width:100%; }
  .afda-player__toggle { width:100%; }
}
@media(max-width:600px){
  .afda-player { border-radius:18px; }
  .afda-player__shell { padding:.9rem; }
  .afda-player__timeline { grid-template-columns:1fr 1fr; }
  .afda-player__timeline input { grid-column:1/-1; grid-row:1; }
  .afda-player__timeline [data-duration] { text-align:right; }
  .afda-book-meta { grid-template-columns:1fr; }
  .afda-player__chapter button { grid-template-columns:30px 1fr; }
  .afda-player__scene-status { display:none; }
}
.afda-player__meta a{color:var(--player-gold-deep);font-weight:700;text-decoration:none}.afda-player__meta a:hover{text-decoration:underline}

/* v0.6 — protected reader and locked media states */
.afda-player__locked{display:grid;grid-template-columns:2rem 1fr auto;gap:.75rem;align-items:center;width:100%;padding:.8rem 1rem;border:1px solid rgba(23,23,20,.1);border-radius:.8rem;background:rgba(23,23,20,.035);opacity:.78}
.afda-player__locked strong{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.afda-book-reader{margin:0 auto;max-width:1240px;padding:clamp(2.5rem,5vw,5rem) 1rem}
.afda-book-reader__heading{max-width:820px;margin:0 0 2rem}
.afda-book-reader__heading h2{margin:.2rem 0 .5rem;font-size:clamp(2rem,4vw,3.5rem)}
.afda-book-reader__layout{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}
.afda-book-reader__toc{position:sticky;top:6rem;max-height:calc(100vh - 8rem);overflow:auto;padding-right:.5rem}
.afda-reader-chapter{padding:1rem 0;border-bottom:1px solid rgba(23,23,20,.12)}
.afda-reader-chapter:first-child{padding-top:0}
.afda-reader-chapter h3{font-size:1rem;margin:0 0 .75rem}
.afda-reader-chapter ol{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}
.afda-reader-chapter button,.afda-reader-locked{width:100%;text-align:left;border:1px solid rgba(23,23,20,.1);background:rgba(255,255,255,.55);border-radius:.75rem;padding:.7rem .8rem;display:grid;gap:.16rem}
.afda-reader-chapter button{cursor:pointer}
.afda-reader-chapter button[aria-current="true"]{border-color:currentColor;box-shadow:0 0 0 1px currentColor}
.afda-reader-chapter button span,.afda-reader-locked span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.72}
.afda-reader-chapter button strong,.afda-reader-locked strong{font-size:.9rem}
.afda-reader-chapter button small,.afda-reader-locked small{font-size:.72rem;opacity:.72}
.afda-reader-locked{opacity:.62;background:rgba(23,23,20,.035)}
.afda-book-reader__content{min-width:0;background:var(--wp--preset--color--white,#fff);border:1px solid rgba(23,23,20,.1);border-radius:1rem;padding:clamp(1.2rem,3vw,3rem);box-shadow:0 18px 50px rgba(23,23,20,.06)}
.afda-reader-scene__chapter{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;opacity:.65;margin:0 0 .7rem}
.afda-reader-scene h3{font-size:clamp(1.6rem,3vw,2.4rem);margin:.2rem 0 2rem}
.afda-reader-scene__prose{font-size:clamp(1.05rem,1.3vw,1.18rem);line-height:1.82}
.afda-reader-scene__prose p{margin:0 0 1.35em}
.afda-reader-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid rgba(23,23,20,.1)}
.afda-reader-end{margin-top:1.5rem;padding:1.2rem;border:1px solid rgba(183,138,69,.35);border-radius:.9rem;background:rgba(183,138,69,.08)}
@media (max-width:800px){.afda-book-reader__layout{grid-template-columns:1fr}.afda-book-reader__toc{position:static;max-height:none}.afda-book-reader__content{padding:1.1rem}.afda-player__locked{grid-template-columns:1.6rem 1fr}.afda-player__locked strong{grid-column:2}}

/* v0.8.0 — SVG controls and mobile-first discoverability */
.afda-icon{display:inline-block;vertical-align:-.16em;flex:0 0 auto}
.afda-player__eyebrow{display:flex;align-items:center;gap:.4rem}
.afda-player__controls button{display:inline-grid;place-items:center;touch-action:manipulation}
.afda-player__controls button:focus-visible,.afda-player__chapter button:focus-visible,.afda-reader-chapter button:focus-visible{outline:3px solid var(--player-gold);outline-offset:2px}
.afda-player__toggle [hidden]{display:none!important}
.afda-player__scene-index svg{width:16px;height:16px}
.afda-player__locked>span:first-child{display:grid;place-items:center;color:var(--player-gold-deep)}
.afda-player__locked strong{display:inline-flex;align-items:center;gap:.35rem}
.afda-reader-locked small{display:inline-flex;align-items:center;gap:.3rem}
.afda-reader-controls .afda-btn{display:inline-flex;align-items:center;gap:.45rem;min-height:48px}
.afda-reader-chapter button{min-height:58px;touch-action:manipulation}
.afda-reader-scene__prose .afda-scene-break{width:56px;border:0;border-top:1px solid rgba(152,114,56,.55);margin:2.2rem auto}
@media(max-width:600px){
  .afda-player__controls button{min-height:48px}
  .afda-player__toggle{min-height:52px}
  .afda-book-reader__toc{border:1px solid rgba(23,23,20,.1);border-radius:.9rem;padding:.85rem;background:rgba(255,255,255,.48)}
  .afda-reader-controls{gap:.5rem}.afda-reader-controls .afda-btn{padding:.65rem .8rem}
}

/* v0.8.1 — compact chapter navigator: no infinite audiobook list */
.afda-player--compact .afda-player__navigator{margin-top:1.55rem;padding-top:1.35rem;border-top:1px solid rgba(17,21,27,.10)}
.afda-player__section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.8rem}
.afda-player__section-heading>div{display:flex;align-items:center;gap:.45rem;color:var(--player-ink)}
.afda-player__section-heading strong{font-family:Georgia,'Times New Roman',serif;font-size:1.05rem;font-weight:700}
.afda-player__section-heading small{color:var(--player-slate);font-size:.75rem}
.afda-player__chapter-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,230px);gap:.8rem;overflow-x:auto;padding:.15rem .1rem .8rem;scroll-snap-type:inline mandatory;overscroll-behavior-inline:contain;scrollbar-width:thin}
.afda-player__chapter-card{scroll-snap-align:start;display:grid!important;grid-template-columns:72px 1fr!important;gap:.75rem!important;align-items:center!important;width:100%!important;min-height:82px!important;padding:.55rem!important;text-align:left!important;border:1px solid rgba(17,21,27,.12)!important;border-radius:15px!important;background:#fff!important;color:var(--player-ink)!important;cursor:pointer;box-shadow:none!important}
.afda-player__chapter-card:hover,.afda-player__chapter-card:focus-visible{border-color:var(--player-gold)!important;background:var(--player-paper)!important;transform:none!important}
.afda-player__chapter-card.is-active{border-color:var(--player-gold-deep)!important;box-shadow:0 0 0 1px var(--player-gold-deep)!important;background:var(--player-paper)!important}
.afda-player__chapter-card-media{display:block;width:72px;height:68px;border-radius:11px;overflow:hidden;background:linear-gradient(145deg,#161c24,#293343);color:var(--player-gold)}
.afda-player__chapter-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.afda-player__chapter-placeholder{display:grid;place-items:center;width:100%;height:100%}
.afda-player__chapter-card-copy{display:grid;min-width:0;gap:.12rem}
.afda-player__chapter-card-copy small{font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--player-gold-deep);font-weight:800}
.afda-player__chapter-card-copy strong{font-size:.88rem;line-height:1.2;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.afda-player__chapter-card-copy em{font-size:.7rem;color:var(--player-slate);font-style:normal}
.afda-player__chapter-panels{margin-top:.8rem}
.afda-player__chapter-panel{border:1px solid rgba(17,21,27,.10);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.58)}
.afda-player__chapter-panel[hidden]{display:none!important}
.afda-player__chapter-panel-head{display:grid;grid-template-columns:116px 1fr;gap:1rem;align-items:center;padding:.8rem;background:linear-gradient(90deg,rgba(233,224,208,.65),rgba(255,255,255,.62));border-bottom:1px solid rgba(17,21,27,.08)}
.afda-player__chapter-panel-head img{width:116px;height:76px;object-fit:cover;border-radius:12px;display:block}
.afda-player__chapter-panel-head small{display:block;color:var(--player-gold-deep);font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.afda-player__chapter-panel-head h3{margin:.12rem 0 .18rem;font-size:1.08rem;color:var(--player-ink)}
.afda-player__chapter-panel-head span{font-size:.74rem;color:var(--player-slate)}
.afda-player__scene-list{list-style:none;margin:0;padding:.55rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}
.afda-player__scene-list li{margin:0;min-width:0}
.afda-player__scene-list button{display:grid;grid-template-columns:54px minmax(0,1fr) 30px;align-items:center;gap:.7rem;width:100%;min-height:64px;padding:.38rem .48rem;border:1px solid transparent;border-radius:13px;background:transparent;color:var(--player-ink);text-align:left;cursor:pointer;touch-action:manipulation}
.afda-player__scene-list button:hover{background:var(--player-paper);border-color:rgba(152,114,56,.20)}
.afda-player__scene-list button.is-active{background:var(--player-ink);color:#fff;border-color:var(--player-ink)}
.afda-player__scene-thumb{width:54px;height:50px;border-radius:9px;overflow:hidden;background:rgba(201,164,90,.12);display:grid;place-items:center;color:var(--player-gold-deep)}
.afda-player__scene-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.afda-player__scene-copy{display:grid;gap:.08rem;min-width:0}
.afda-player__scene-copy strong{font-size:.83rem;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.afda-player__scene-copy small{font-size:.68rem;color:var(--player-slate)}
.afda-player__scene-list button.is-active .afda-player__scene-copy small{color:rgba(255,255,255,.67)}
.afda-player__scene-action{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(201,164,90,.15);color:var(--player-gold-deep)}
.afda-player__scene-list button.is-active .afda-player__scene-action{background:var(--player-gold);color:var(--player-ink)}
.afda-player__locked--scene{grid-template-columns:54px 1fr auto;min-height:64px;padding:.38rem .48rem;border-color:transparent;background:transparent}
.afda-player__locked--scene:hover{background:rgba(23,23,20,.035)}
.afda-player__specials{margin-top:1rem;border:1px solid rgba(17,21,27,.10);border-radius:14px;background:rgba(255,255,255,.48);overflow:hidden}
.afda-player__specials summary{display:flex;align-items:center;gap:.5rem;min-height:48px;padding:.7rem .85rem;cursor:pointer;color:var(--player-ink);font-weight:750;list-style:none}
.afda-player__specials summary::-webkit-details-marker{display:none}
.afda-player__specials summary svg:last-child{margin-left:auto;transition:transform .18s ease}
.afda-player__specials[open] summary svg:last-child{transform:rotate(180deg)}
.afda-player__specials ol{list-style:none;margin:0;padding:.45rem;border-top:1px solid rgba(17,21,27,.08);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}
.afda-player__specials li{margin:0}
.afda-player__specials button{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:.55rem;width:100%;min-height:48px;padding:.55rem .65rem;border:0;border-radius:10px;background:transparent;color:var(--player-ink);text-align:left;cursor:pointer}
.afda-player__specials button:hover,.afda-player__specials button.is-active{background:var(--player-paper)}
.afda-player__specials button.is-active{box-shadow:inset 3px 0 0 var(--player-gold-deep)}
.afda-player__specials button strong{font-size:.8rem}
.afda-player__specials button small{font-size:.68rem;color:var(--player-slate)}
@media(max-width:760px){
  .afda-player__chapter-rail{grid-auto-columns:minmax(185px,72vw)}
  .afda-player__scene-list{grid-template-columns:1fr}
  .afda-player__specials ol{grid-template-columns:1fr}
}
@media(max-width:520px){
  .afda-player__section-heading small{display:none}
  .afda-player__chapter-panel-head{grid-template-columns:88px 1fr;gap:.75rem}
  .afda-player__chapter-panel-head img{width:88px;height:66px}
  .afda-player__scene-list{padding:.38rem}
  .afda-player__scene-list button{grid-template-columns:48px minmax(0,1fr) 28px;min-height:58px;padding:.32rem .38rem}
  .afda-player__scene-thumb{width:48px;height:46px}
  .afda-player__locked--scene{grid-template-columns:48px 1fr;padding:.32rem .38rem}
  .afda-player__locked--scene strong{grid-column:2}
}
