:root{
  --night:#061a48; --night2:#0a2b6f; --blue:#0479c8; --sky:#12b6df;
  --yellow:#ffd34e; --orange:#ff8b21; --pink:#ff8bb6; --green:#6fbe63;
  --cream:#fff7e4; --white:#fff; --ink:#102653; --muted:#66728f;
  --line:rgba(16,38,83,.12); --shadow:0 18px 55px rgba(7,31,88,.17);
  --radius:28px; --max:1160px; --player:104px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-rounded,"Nunito",system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#f8fbff;padding-bottom:0} body.player-open{padding-bottom:var(--player)}
a{text-decoration:none;color:inherit} button,input{font:inherit}.shell{width:min(var(--max),calc(100% - 34px));margin-inline:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,38,83,.08)}
.topbar__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:60px;height:60px;object-fit:contain;border-radius:18px}.brand span{display:flex;flex-direction:column;min-width:0}.brand strong{font-size:17px}.brand small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.spotify-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:15px 22px;font-weight:900;transition:.2s ease}.spotify-button{background:#1ed760;color:#07351a;box-shadow:0 12px 28px rgba(30,215,96,.25)}.spotify-button:hover,.secondary-button:hover{transform:translateY(-2px)}.spotify-button--small{padding:11px 17px;font-size:14px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 5%,rgba(255,211,78,.25),transparent 24%),linear-gradient(145deg,var(--night),var(--night2) 55%,#075897);color:white}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#fff 1.1px,transparent 1.2px);background-size:42px 42px;opacity:.22}.hero__glow{position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(38,192,226,.18);filter:blur(25px);right:-180px;bottom:-320px}.hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:650px;gap:46px;padding-block:70px}.hero__copy{z-index:2}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:var(--yellow);margin-bottom:14px}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:0 0 22px;max-width:730px}.hero p{font-size:19px;line-height:1.7;color:rgba(255,255,255,.86);max-width:650px}.hero__actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}.secondary-button{border:1px solid rgba(255,255,255,.35);color:white;background:rgba(255,255,255,.08)}.promise{display:flex;align-items:center;gap:10px;margin-top:28px;color:#ffe69b;font-weight:800}.promise span{font-size:26px}.hero__art img{display:block;width:100%;border-radius:38px;box-shadow:0 30px 70px rgba(0,0,0,.35);border:2px solid rgba(255,255,255,.18)}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-36px;position:relative;z-index:5}.benefits article{background:white;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow);display:flex;align-items:center;gap:14px}.benefits article>span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:var(--cream);font-size:27px}.benefits div{display:flex;flex-direction:column}.benefits small{color:var(--muted);margin-top:4px}
.episodes-section{padding-block:92px}.section-heading{display:grid;grid-template-columns:1fr 390px;gap:40px;align-items:end}.section-heading h2{font-size:clamp(32px,4vw,52px);margin:0 0 12px}.section-heading p{color:var(--muted);line-height:1.7;max-width:720px}.search-box{display:flex;align-items:center;gap:10px;background:white;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 10px 34px rgba(16,38,83,.07)}.search-box input{border:0;outline:0;width:100%;color:var(--ink);background:transparent}.feed-meta{display:flex;justify-content:space-between;align-items:center;margin:32px 0 14px;color:var(--muted)}.feed-meta button{border:0;background:transparent;color:var(--blue);font-weight:900;cursor:pointer}
.episode-list{display:flex;flex-direction:column;gap:14px}.episode-card{display:grid;grid-template-columns:92px 1fr auto;gap:18px;align-items:center;background:white;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 10px 35px rgba(16,38,83,.07);transition:.2s ease}.episode-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.episode-cover{width:92px;height:92px;border-radius:20px;object-fit:cover;background:#eaf2ff}.episode-card h3{margin:0 0 8px;font-size:17px;line-height:1.35}.episode-card p{margin:0;color:var(--muted);font-size:13px}.episode-source{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;background:#eef7ff;color:#1465a0;font-size:11px;font-weight:900}.episode-play{border:0;border-radius:18px;padding:13px 18px;background:var(--yellow);color:#3c2c00;font-weight:900;cursor:pointer}.episode-play:hover{background:#ffca24}.episode-play{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px}.episode-locked{background:var(--night2);color:#fff}.episode-locked:hover{background:#183d78}.episode-card.is-locked{background:linear-gradient(135deg,#fff 0%,#f7f2ff 100%)}.episode-card.is-locked .episode-source{background:#f0e8ff;color:#6840a0}.premium-note{display:block;margin-top:7px;color:#765e91;font-size:11px;font-weight:800}.skeleton{height:122px;border-radius:24px;background:linear-gradient(90deg,#edf3fb,#fff,#edf3fb);background-size:200% 100%;animation:sh 1.2s linear infinite}@keyframes sh{to{background-position:-200% 0}}.status-message{text-align:center;color:var(--muted);padding:22px}.load-more{display:block;margin:28px auto 0;border:0;border-radius:999px;background:var(--night2);color:white;padding:14px 24px;font-weight:900;cursor:pointer}
footer{background:var(--night);color:white;padding:44px 0}.footer__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.footer__inner img{width:90px;height:90px;object-fit:contain;border-radius:22px}.footer__inner p{color:rgba(255,255,255,.75);line-height:1.6}.footer__inner a{color:var(--yellow);font-weight:900}
.player{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(5,19,54,.96);color:white;border-top:1px solid rgba(255,255,255,.15);backdrop-filter:blur(18px);padding:12px 0 calc(12px + env(safe-area-inset-bottom))}.player__inner{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:14px}.player img{width:64px;height:64px;border-radius:16px;object-fit:cover;background:#18336d}.player__info{min-width:0}.player__info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player__info small{color:rgba(255,255,255,.66)}.progress{height:6px;border-radius:999px;background:rgba(255,255,255,.14);margin:9px 0 6px;cursor:pointer;overflow:hidden}.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--yellow),var(--orange))}.player__controls{display:flex;gap:8px}.player__controls button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:white;border-radius:14px;min-width:44px;height:44px;cursor:pointer}.player__controls .player__play{background:var(--yellow);color:#362700;border:0;font-weight:900}
@media(max-width:900px){.hero__grid{grid-template-columns:1fr;padding-block:54px}.hero__art{max-width:650px}.benefits{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr}.search-box{max-width:none}.episode-card{grid-template-columns:74px 1fr}.episode-cover{width:74px;height:74px}.episode-play{grid-column:2;justify-self:start}.footer__inner{grid-template-columns:auto 1fr}.footer__inner a{grid-column:2}.player__inner{grid-template-columns:52px 1fr}.player img{width:52px;height:52px}.player__controls{grid-column:1/-1;justify-content:center}.player{--player:150px}}
@media(max-width:580px){.shell{width:min(100% - 22px,var(--max))}.brand small{display:none}.brand img{width:48px;height:48px}.spotify-button--small{font-size:0;padding:11px}.spotify-button--small span{font-size:16px}.hero__grid{min-height:auto}.hero h1{font-size:42px}.hero p{font-size:16px}.hero__actions{flex-direction:column}.hero__actions a{width:100%}.hero__art img{border-radius:25px}.benefits{margin-top:-18px}.episodes-section{padding-block:70px}.episode-card{grid-template-columns:62px 1fr;gap:12px}.episode-cover{width:62px;height:62px;border-radius:15px}.episode-card h3{font-size:15px}.episode-play{padding:10px 14px}.footer__inner{grid-template-columns:1fr;text-align:center}.footer__inner img{margin:auto}.footer__inner a{grid-column:auto}.player img{display:none}.player__inner{grid-template-columns:1fr}.player__controls{grid-column:auto}}
