@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&display=swap");:root{--color-base:#0c0b0a;--color-base-warm:#100f0d;--color-surface:#161411;--color-surface-hover:#1e1b17;--color-surface-elevated:#232019;--color-overlay:rgba(12,11,10,0.88);--color-primary-text:#f0ebe3;--color-secondary-text:#a89f94;--color-tertiary-text:#6e6459;--color-muted-text:#4a4038;--color-accent:#e8402a;--color-accent-hover:#f05540;--color-accent-muted:rgba(232,64,42,0.18);--color-accent-glow:rgba(232,64,42,0.35);--color-gold:#c9973a;--color-gold-muted:rgba(201,151,58,0.18);--color-success:#4a9e6b;--color-warning:#c9973a;--color-gradient-start:#e8402a;--color-gradient-end:#c9973a;--font-display:"Playfair Display",Georgia,serif;--font-sans:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:ui-monospace,"SF Mono",monospace;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.875rem;--radius-xl:1.25rem;--radius-full:9999px;--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{height:100%;color-scheme:dark;scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:clip}body{min-height:100%;display:flex;flex-direction:column;color:var(--color-primary-text);background-color:var(--color-base);background-image:radial-gradient(ellipse 80% 40% at 50% -10%,rgba(232,64,42,.06) 0,transparent 70%),radial-gradient(ellipse 60% 30% at 80% 100%,rgba(201,151,58,.04) 0,transparent 60%);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}img,video{display:block;max-width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-accent);color:white;padding:8px 16px;z-index:100;transition:top .3s}.skip-link:focus{top:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-accent),var(--color-gold));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-hover)}.episode-scroll::-webkit-scrollbar{width:3px}.episode-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.02);border-radius:10px}.episode-scroll::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:10px}.glass-panel{background:linear-gradient(135deg,rgba(22,20,17,.92),rgba(12,11,10,.82));backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid rgba(240,235,227,.07);box-shadow:0 8px 32px rgba(0,0,0,.5),inset 0 1px 0 rgba(240,235,227,.04)}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.badge-accent{background:var(--color-accent-muted);color:var(--color-accent-hover);border:1px solid rgba(232,64,42,.25)}.badge-gold{background:var(--color-gold-muted);color:var(--color-gold);border:1px solid rgba(201,151,58,.25)}.badge-success{background:rgba(74,158,107,.15);color:var(--color-success);border:1px solid rgba(74,158,107,.28)}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(240,235,227,.04) 50%,transparent);transform:translateX(-100%);animation:shimmer 2.2s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.025;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.animate-fade-up{animation:fadeUp .5s var(--ease-out) both}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.font-display{font-family:var(--font-display)}::selection{background:rgba(232,64,42,.28);color:#f0ebe3}.layout_body__7rhn1{position:relative;background:var(--color-base);color:var(--color-primary-text)}.layout_wrapper__s7gfs{position:relative;z-index:10;display:flex;min-height:100dvh;flex-direction:column;overflow-x:hidden;padding-bottom:3rem}@media (min-width:640px){.layout_wrapper__s7gfs{padding-bottom:4rem}}@media (min-width:768px){.layout_wrapper__s7gfs{padding-bottom:5rem}}.BottomNav_bottomNav__TqxBp{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;height:3.5rem;background:rgba(14,13,11,.95);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-top:1px solid rgba(240,235,227,.06);padding-bottom:env(safe-area-inset-bottom,0)}@media (min-width:1024px){.BottomNav_bottomNav__TqxBp{display:none}}.BottomNav_navItem__6YTUz{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;text-decoration:none;color:var(--color-muted-text);transition:color .2s;position:relative;-webkit-tap-highlight-color:transparent}.BottomNav_navItem__6YTUz:active{transform:scale(.9)}.BottomNav_navItemActive__s1yho{color:var(--color-primary-text)}.BottomNav_navItemIcon__ND6s_{position:relative;display:flex;align-items:center;justify-content:center}.BottomNav_navItemLabel___CANy{font-size:.575rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.BottomNav_navItemActive__s1yho .BottomNav_navItemLabel___CANy{font-weight:700}.BottomNav_activeGlow__Ykg6m{position:absolute;top:0;left:50%;transform:translateX(-50%);width:1.75rem;height:2px;border-radius:0 0 3px 3px;background:var(--color-accent);box-shadow:0 0 10px var(--color-accent-glow)}.Footer_footer__LxLGV{position:relative;margin-top:3rem;border-top:1px solid rgba(240,235,227,.05)}@media (min-width:640px){.Footer_footer__LxLGV{margin-top:4rem}}@media (min-width:768px){.Footer_footer__LxLGV{margin-top:5rem}}.Footer_topGradient___FXRg{position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(232,64,42,.2),transparent)}.Footer_container__DdgO_{max-width:1760px;margin:0 auto;padding:2rem 1.25rem}@media (min-width:640px){.Footer_container__DdgO_{padding:2.5rem 2rem}}@media (min-width:768px){.Footer_container__DdgO_{padding:3rem 2.5rem}}@media (min-width:1024px){.Footer_container__DdgO_{padding:3.5rem}}@media (min-width:1280px){.Footer_container__DdgO_{padding:4rem 4.5rem}}.Footer_content__wyiZM{display:flex;flex-direction:column;gap:2.5rem}@media (min-width:768px){.Footer_content__wyiZM{flex-direction:row;justify-content:space-between;align-items:flex-start}}.Footer_brandSection__kKX7h{display:flex;flex-direction:column;gap:.875rem;max-width:20rem}.Footer_logo__y_pDi{display:flex;align-items:baseline;width:fit-content;letter-spacing:-.03em}.Footer_logoMain__MZbra{color:var(--color-primary-text)}.Footer_logoAccent__GL9CV,.Footer_logoMain__MZbra{font-family:var(--font-playfair),"Playfair Display",Georgia,serif;font-style:italic;font-weight:700;font-size:1.25rem}.Footer_logoAccent__GL9CV{color:var(--color-accent)}.Footer_description__cmw6U{font-size:.825rem;color:var(--color-tertiary-text);line-height:1.7}.Footer_linksSection___g2sb{display:flex;gap:2.5rem}@media (min-width:640px){.Footer_linksSection___g2sb{gap:3.5rem}}@media (min-width:768px){.Footer_linksSection___g2sb{gap:4.5rem}}.Footer_linkGroup__tJJmc{display:flex;flex-direction:column;gap:.75rem}.Footer_linkGroupTitle__t1y6H{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-tertiary-text)}.Footer_linkList___jPgo{display:flex;flex-direction:column;gap:.5rem;list-style:none}.Footer_link__DGU0S{font-size:.825rem;color:var(--color-tertiary-text);transition:color .2s}.Footer_link__DGU0S:hover{color:var(--color-primary-text)}.Footer_bottomBar__htNYf{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(240,235,227,.04)}@media (min-width:640px){.Footer_bottomBar__htNYf{flex-direction:row}}.Footer_copyright__lB5DI{font-size:.725rem;color:var(--color-muted-text);letter-spacing:.02em}.Footer_socialLinks__q1AMY{display:flex;align-items:center;gap:.5rem}.Footer_socialLink__h7068{width:1.875rem;height:1.875rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-muted-text);border:1px solid rgba(240,235,227,.06);transition:color .2s,background .2s,border-color .2s}.Footer_socialLink__h7068:hover{color:var(--color-primary-text);background:rgba(240,235,227,.05);border-color:rgba(240,235,227,.1)}