:root{--primary-color: #2c5282;--secondary-color: #4299e1;--accent-color: #ed8936;--text-color: #2d3748;--text-light: #718096;--bg-color: #ffffff;--bg-light: #f7fafc;--border-color: #e2e8f0;--shadow: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#2d3748;color:var(--text-color);line-height:1.6;background-color:#f7fafc;background-color:var(--bg-light)}.hero{background:linear-gradient(135deg,#2c5282,#4299e1);background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.hero-content{max-width:800px;margin:0 auto}.podcast-image{width:200px;height:200px;border-radius:16px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);margin-bottom:2rem}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-header{text-align:center;margin-top:3rem;margin-bottom:3rem}.page-header h1{font-size:2.5rem;color:#2c5282;color:var(--primary-color);margin-bottom:.5rem}.subtitle{color:#718096;color:var(--text-light);font-size:1.1rem}.recent-episodes{margin-bottom:4rem}.recent-episodes h2{font-size:2rem;color:#2c5282;color:var(--primary-color);margin-bottom:2rem}.episodes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.episode-card{background:#fff;background:var(--bg-color);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0;border:1px solid var(--border-color)}.episode-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg)}.episode-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.episode-number{background:#2c5282;background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-weight:600}.episode-duration{color:#718096;color:var(--text-light)}.episode-card h3{font-size:1.25rem;margin-bottom:.75rem;line-height:1.4}.episode-card h3 a{color:#2d3748;color:var(--text-color);text-decoration:none;transition:color .2s}.episode-card h3 a:hover{color:#4299e1;color:var(--secondary-color)}.episode-summary{color:#718096;color:var(--text-light);font-size:.95rem;margin-bottom:1rem;line-height:1.6}.episode-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);font-size:.875rem}.episode-footer time{color:#718096;color:var(--text-light)}.listen-link{color:#4299e1;color:var(--secondary-color);text-decoration:none;font-weight:600;transition:color .2s}.listen-link:hover{color:#ed8936;color:var(--accent-color)}.episodes-table{width:100%;max-width:1000px;margin:0 auto;background:#fff;background:var(--bg-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow);border-collapse:collapse;border:1px solid #e2e8f0;border:1px solid var(--border-color)}.episodes-table thead{background:#2c5282;background:var(--primary-color);color:#fff}.episodes-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.episodes-table tbody tr{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);transition:background-color .15s}.episodes-table tbody tr:last-child{border-bottom:none}.episodes-table tbody tr:hover{background-color:#f7fafc;background-color:var(--bg-light)}.episodes-table td{padding:.75rem 1rem;font-size:.95rem}.col-number{width:60px;text-align:center;font-weight:600}.col-title{width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:600px}.col-title a{color:#2d3748;color:var(--text-color);text-decoration:none;transition:color .2s}.col-title a:hover{color:#4299e1;color:var(--secondary-color)}.col-date{width:120px;white-space:nowrap}.col-date time{color:#718096;color:var(--text-light);font-size:.875rem}.col-duration{width:100px;text-align:right;font-size:.875rem}.episode-detail{padding:2rem 0}.episode-detail-header{text-align:center;margin-bottom:2rem}.back-link{color:#4299e1;color:var(--secondary-color);text-decoration:none;font-weight:600;transition:color .2s;margin-right:1rem}.back-link:hover{color:#ed8936;color:var(--accent-color)}.episode-detail-header h1{font-size:2.5rem;color:#2c5282;color:var(--primary-color);margin:1rem 0;line-height:1.3}.episode-info{display:flex;justify-content:center;gap:2rem;color:#718096;color:var(--text-light);margin-bottom:2rem}.audio-player-wrapper{max-width:800px;margin:0 auto 3rem;background:#fff;background:var(--bg-color);padding:2rem;border-radius:12px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);border:1px solid #e2e8f0;border:1px solid var(--border-color)}.audio-player{width:100%;outline:none}.episode-description{max-width:800px;margin:0 auto 3rem;background:#fff;background:var(--bg-color);padding:2rem;border-radius:12px;line-height:1.8;border:1px solid #e2e8f0;border:1px solid var(--border-color)}.episode-description p{margin-bottom:1rem}.episode-description a{color:#4299e1;color:var(--secondary-color);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.episode-description a:hover{border-bottom-color:#4299e1;border-bottom-color:var(--secondary-color)}.episode-navigation{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:800px;margin:3rem auto 0}.nav-link{background:#fff;background:var(--bg-color);padding:1.5rem;border-radius:12px;text-decoration:none;color:#2d3748;color:var(--text-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);transition:all .2s;display:flex;flex-direction:column;gap:.5rem}.nav-link:hover{box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow);border-color:#4299e1;border-color:var(--secondary-color)}.nav-link.prev{text-align:left}.nav-link.next{text-align:right}.nav-label{color:#718096;color:var(--text-light);font-size:.875rem;font-weight:600}.nav-title{color:#2d3748;color:var(--text-color);font-size:1rem}.button{display:inline-block;background:#4299e1;background:var(--secondary-color);color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .2s,transform .2s}.button:hover{background:#2c5282;background:var(--primary-color);transform:translateY(-2px)}.button-secondary{background:#fff;color:#4299e1;color:var(--secondary-color);border:2px solid white}.button-secondary:hover{background:#ffffffe6;color:#2c5282;color:var(--primary-color);transform:translateY(-2px)}.rss-link{margin-top:1.5rem}.view-all{text-align:center;margin-top:3rem}@media(max-width:768px){.hero h1{font-size:2rem}.podcast-image{width:150px;height:150px}.episodes-grid{grid-template-columns:1fr}.episode-detail-header h1{font-size:1.75rem}.episode-navigation{grid-template-columns:1fr}.nav-link.next{text-align:left}.episode-info{flex-direction:column;gap:.5rem}.episodes-table th,.episodes-table td{padding:.5rem .75rem;font-size:.85rem}.col-number{width:40px}.col-title{max-width:none}.col-date{width:90px}.col-date time{font-size:.75rem}.col-duration{width:70px;font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.QREVSNMO.css.map */
