.story-gate-entry{
  width:min(1040px,92vw);
  margin:0 auto 36px;
  padding:22px 24px;
  border:1px solid rgba(212,175,55,.5);
  border-radius:18px;
  background:radial-gradient(circle at top left,rgba(212,175,55,.18),rgba(12,12,18,.88) 48%,rgba(0,0,0,.82));
  box-shadow:0 18px 45px rgba(0,0,0,.35),0 0 30px rgba(212,175,55,.12);
  display:flex;
  gap:22px;
  justify-content:space-between;
  align-items:center;
}
.story-gate-entry h2{margin:.2rem 0 .5rem;color:#f5d76e;font-size:1.35rem;letter-spacing:.06em}
.story-gate-entry p{margin:.25rem 0;line-height:1.55;color:#f5f2e8}
.story-gate-entry-kicker,.story-gate-eyebrow{margin:0;color:#d4af37;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-family:Arial,sans-serif}
.story-gate-entry-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.story-gate-entry-actions button,.story-gate-entry-actions a,.story-gate-controls button{
  border:1px solid rgba(245,215,110,.75);
  background:linear-gradient(135deg,#d4af37,#f5d76e);
  color:#101014;
  border-radius:999px;
  padding:.75rem 1rem;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(212,175,55,.25);
}
.story-gate-entry-actions a{background:rgba(0,0,0,.28);color:#f5d76e}
.story-gate-card-ready{position:relative;padding-bottom:48px!important}
.story-gate-inline-listen{
  position:absolute;
  left:14px;
  bottom:12px;
  z-index:3;
  border:1px solid rgba(245,215,110,.65);
  border-radius:999px;
  padding:.45rem .75rem;
  color:#101014;
  background:linear-gradient(135deg,#d4af37,#f5d76e);
  font:700 .78rem Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.32);
}
.story-gate-shell{position:fixed;right:18px;bottom:18px;z-index:9999;font-family:Georgia,serif;color:#f5f2e8}
.story-gate-toggle{
  border:1px solid rgba(245,215,110,.75);
  border-radius:999px;
  padding:.9rem 1.15rem;
  color:#101014;
  background:linear-gradient(135deg,#d4af37,#f5d76e);
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(0,0,0,.45),0 0 24px rgba(212,175,55,.28);
}
.story-gate-panel{
  width:min(440px,calc(100vw - 28px));
  max-height:min(78vh,720px);
  overflow:auto;
  margin-bottom:12px;
  padding:20px;
  border:1px solid rgba(212,175,55,.55);
  border-radius:22px;
  background:linear-gradient(160deg,rgba(12,12,20,.96),rgba(32,24,18,.96));
  box-shadow:0 24px 70px rgba(0,0,0,.7),0 0 35px rgba(212,175,55,.14);
  backdrop-filter:blur(12px);
}
.story-gate-panel[hidden]{display:none}
.story-gate-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.story-gate-panel h2{margin:.2rem 0 0;color:#f5d76e;font-size:1.45rem}
.story-gate-close{border:0;background:rgba(255,255,255,.08);color:#f5d76e;border-radius:50%;width:34px;height:34px;font-size:1.4rem;cursor:pointer}
.story-gate-line{line-height:1.55;color:#d9d2bd;border-left:3px solid #d4af37;padding-left:12px}
.story-gate-field{display:grid;gap:6px;margin:12px 0;color:#d4af37;font-size:.86rem}
.story-gate-field select,.story-gate-field input{width:100%;border:1px solid rgba(212,175,55,.34);border-radius:10px;background:#101014;color:#f5f2e8;padding:.65rem}
.story-gate-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.story-gate-grid .story-gate-field:first-child{grid-column:1/-1}
.story-gate-controls{display:flex;gap:10px;margin:14px 0}.story-gate-controls button{flex:1;padding:.65rem .8rem}.story-gate-controls button:nth-child(2),.story-gate-controls button:nth-child(3){background:rgba(0,0,0,.24);color:#f5d76e}
.story-gate-meter{height:7px;border-radius:99px;background:rgba(255,255,255,.12);overflow:hidden}.story-gate-meter span{display:block;height:100%;width:0;background:linear-gradient(90deg,#d4af37,#f5d76e);transition:width .25s ease}
.story-gate-status{font-size:.88rem;color:#d9d2bd;line-height:1.45}
.story-gate-transcript{margin-top:12px;max-height:260px;overflow:auto;padding-right:4px}.story-gate-transcript p{margin:.5rem 0;padding:.55rem .65rem;border-radius:10px;line-height:1.55;color:#cfc8b7;background:rgba(255,255,255,.045)}.story-gate-transcript p.is-active{color:#101014;background:linear-gradient(135deg,#d4af37,#f5d76e);box-shadow:0 0 18px rgba(212,175,55,.32)}
@media(max-width:760px){.story-gate-entry{display:block}.story-gate-entry-actions{justify-content:flex-start;margin-top:14px}.story-gate-shell{left:10px;right:10px}.story-gate-panel{width:100%;box-sizing:border-box}.story-gate-toggle{width:100%}.story-gate-grid{grid-template-columns:1fr}}
