.got-page{--got-cream:#f3e9dd;--got-cream-soft:#faf5ee;--got-wood:#4a2f1a;--got-dark:#1c1210;--got-dark-deep:#100a09;--got-red:#e8302a;--got-red-dark:#b8221d;--got-amber:#c9862f;--got-ink:#241713;--ymd-mocha:var(--got-dark)}.got-page .eyebrow{color:var(--got-red);background:#e8302a14}.got-page .section-head h2{color:var(--got-ink)}.got-page .btn-cream{background:var(--got-cream);color:var(--got-ink);box-shadow:0 8px 24px #00000040}.got-page .btn-cream:hover{box-shadow:0 12px 32px #00000059}.got-page .btn-outline-white{color:var(--white);border:2px solid #ffffff80}.got-page .btn-outline-white:hover{background:#ffffff1f}.got-page .btn-outline-black{border:2px solid var(--got-ink);color:var(--got-ink)}.got-page .btn-outline-black:hover{background:#2417130f}.got-page .btn-red{background:var(--got-red);color:var(--white);box-shadow:0 8px 24px #e8302a59}.got-page .btn-red:hover{box-shadow:0 12px 32px #e8302a80}.got-page .page-banner{background:linear-gradient(120deg, var(--got-dark) 0%, var(--got-dark-deep) 100%)}.got-page .page-banner:after{background:radial-gradient(circle,#e8302a59 0%,#e8302a00 70%)}.got-page .page-banner p{color:var(--got-cream)}.got-page .hero{background:radial-gradient(circle at 50% -10%, var(--got-dark) 0%, var(--got-dark-deep) 65%);color:var(--got-cream);text-align:center;padding:100px 0 90px}.got-page .hero-logo{border-radius:20px;width:340px;max-width:80%;height:auto;margin:0 auto 28px;display:block;box-shadow:0 24px 60px #00000080}.got-page .hero h1{color:var(--got-cream);margin-bottom:16px;font-size:44px;font-weight:800}.got-page .hero-sub{color:#f3e9ddbf;max-width:560px;margin:0 auto 32px;font-size:16px}.got-page .hero-ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.got-page .listen{background:var(--got-cream-soft)}.got-page .platform-row{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.got-page .platform-badge{color:var(--white);border-radius:30px;align-items:center;gap:10px;padding:14px 24px;font-size:14.5px;font-weight:700;transition:transform .18s,box-shadow .25s;display:inline-flex}.got-page .platform-badge:hover{transform:translateY(-3px)}.got-page .platform-badge svg{width:20px;height:20px}.got-page .badge-apple{background:#1a1a1a}.got-page .badge-spotify{background:#1db954}.got-page .episode-search-wrap{max-width:480px;margin:0 auto 20px;position:relative}.got-page .episode-search-icon{color:#999;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.got-page .episode-search-input{background:var(--white);border:1px solid #ddd;border-radius:30px;width:100%;padding:14px 18px 14px 46px;font-family:inherit;font-size:14.5px}.got-page .episode-search-input:focus{border-color:var(--got-red);outline:none;box-shadow:0 0 0 3px #e8302a26}.got-page .episode-search-input::-webkit-search-cancel-button{cursor:pointer}.got-page .episode-search-count{text-align:center;color:#888;margin-bottom:32px;font-size:13px}.got-page .episodes-status{text-align:center;color:#888}.got-page .episodes-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.got-page .episode-card{background:var(--white);cursor:pointer;border-radius:18px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 10px 30px #1c12101a}.got-page .episode-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #1c121029}.got-page .episode-card:focus-visible{outline:2px solid var(--got-red);outline-offset:3px}.got-page .episode-cover{aspect-ratio:1;object-fit:cover;background:var(--got-dark);width:100%;display:block}.got-page .episode-body{padding:22px 24px 26px}.got-page .episode-num{letter-spacing:1px;text-transform:uppercase;color:var(--got-red);font-size:12px;font-weight:700}.got-page .episode-title{color:var(--got-ink);margin:10px 0 6px;font-size:17px;font-weight:700;line-height:1.35}.got-page .episode-guest{color:#777;margin-bottom:4px;font-size:13.5px}.got-page .episode-view-hint{color:var(--got-red);margin-top:12px;font-size:12.5px;font-weight:700}.got-page .episode-link{color:var(--got-wood);background:#4a2f1a14;border-radius:20px;padding:6px 14px;font-size:12.5px;font-weight:700}.got-page .episode-link:hover{background:#4a2f1a29}.got-page .episode-link.disabled{opacity:.4;cursor:default}.got-page .episode-link-lg{padding:12px 24px;font-size:14px}.got-page .episode-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;background:#100a09bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.got-page .episode-modal-card{background:var(--white);border-radius:20px;width:100%;max-width:640px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) episodeModalIn;position:relative;overflow-y:auto}@keyframes episodeModalIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.got-page .episode-modal-close{width:36px;height:36px;color:var(--got-ink);cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;font-size:20px;line-height:1;transition:background .15s;position:absolute;top:16px;right:16px}.got-page .episode-modal-close:hover{background:var(--white)}.got-page .episode-modal-cover{aspect-ratio:16/10;object-fit:cover;background:var(--got-dark);border-radius:20px 20px 0 0;width:100%;display:block}.got-page .episode-modal-body{padding:32px 36px 36px}.got-page .episode-modal-title{color:var(--got-ink);margin:10px 0 8px;font-size:22px;font-weight:800;line-height:1.3}.got-page .episode-modal-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.got-page .episode-modal-sponsors{border-top:1px solid #2417131a;margin-top:28px;padding-top:24px}.got-page .episode-modal-sponsors-label{letter-spacing:1px;text-transform:uppercase;color:#999;margin-bottom:12px;font-size:11.5px;font-weight:700;display:block}.got-page .episode-modal-sponsors .episode-modal-actions{margin-top:0}.got-page .episode-sponsor-pill{color:var(--got-wood);background:0 0;border:1px solid #4a2f1a2e;border-radius:20px;padding:9px 18px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s}.got-page .episode-sponsor-pill:hover{background:#4a2f1a14;border-color:#4a2f1a4d}@media (max-width:640px){.got-page .episode-modal-body{padding:28px 24px 32px}}.got-page .hosts{background:var(--got-ink);color:var(--white)}.got-page .hosts .eyebrow{color:var(--got-red);background:#ffffff14}.got-page .hosts .section-head h2{color:var(--white)}.got-page .hosts .section-head p{color:#ffffffa6}.got-page .hosts-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.got-page .host-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;padding:32px 24px}.got-page .host-avatar{background:var(--got-red);width:64px;height:64px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:22px;font-weight:800;display:flex}.got-page .host-card h3{margin-bottom:8px;font-size:18px;font-weight:800}.got-page .host-card p{color:#fff9;font-size:13.5px}@media (max-width:860px){.got-page .hero h1{font-size:32px}.got-page .episodes-grid{grid-template-columns:1fr 1fr}.got-page .hosts-grid{grid-template-columns:1fr}}@media (max-width:560px){.got-page .episodes-grid{grid-template-columns:1fr}}
