:root{--color-bg:#fff;--color-bg-secondary:#f5f5f5;--color-surface:#fff;--color-border:#e5e5e5;--color-text-primary:#1a1a1a;--color-text-secondary:#6b6b6b;--color-text-tertiary:#9b9b9b;--color-accent:#ff6b35;--color-accent-hover:#e55a28;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-size-xs:11px;--font-size-sm:13px;--font-size-md:15px;--font-size-lg:17px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:30px;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--max-content-width:1200px;--nav-height:56px;--bottom-nav-height:60px}@media (min-width:1440px){:root{--max-content-width:1060px}}@media (min-width:1600px){:root{--max-content-width:1200px}}@media (prefers-color-scheme:dark){:root{--color-bg:#0f0f0f;--color-bg-secondary:#1a1a1a;--color-surface:#1f1f1f;--color-border:#2e2e2e;--color-text-primary:#f0f0f0;--color-text-secondary:#aaa;--color-text-tertiary:#666}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px;line-height:1.5}body{background-color:var(--color-bg);color:var(--color-text-primary);min-height:100dvh}@media (max-width:767px){body{padding-bottom:var(--bottom-nav-height,60px)}}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Header-module__5Cu8Tq__header{z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);height:var(--nav-height);position:sticky;top:0}.Header-module__5Cu8Tq__inner{max-width:var(--max-content-width);padding:0 var(--spacing-4);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Header-module__5Cu8Tq__logo{align-items:center;gap:var(--spacing-2);font-weight:700;font-size:var(--font-size-lg);flex-shrink:0;display:flex}.Header-module__5Cu8Tq__logoIcon{border-radius:6px;width:32px;height:32px}.Header-module__5Cu8Tq__logoText{color:var(--color-accent)}.Header-module__5Cu8Tq__nav{align-items:center;gap:var(--spacing-1);display:flex}.Header-module__5Cu8Tq__navLink{padding:var(--spacing-2) var(--spacing-3);font-size:var(--font-size-sm);color:var(--color-text-secondary);border-radius:8px;font-weight:500;transition:background .15s,color .15s}.Header-module__5Cu8Tq__navLink:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.Header-module__5Cu8Tq__navLink.Header-module__5Cu8Tq__active{color:var(--color-accent);background:0 0}.Header-module__5Cu8Tq__menuBtn{cursor:pointer;padding:var(--spacing-2);-webkit-tap-highlight-color:transparent;background:0 0;border:none;display:none}.Header-module__5Cu8Tq__menuIcon,.Header-module__5Cu8Tq__menuIcon:before,.Header-module__5Cu8Tq__menuIcon:after{background:var(--color-text-primary);border-radius:2px;width:20px;height:2px;transition:transform .25s,opacity .2s;display:block}.Header-module__5Cu8Tq__menuIcon{position:relative}.Header-module__5Cu8Tq__menuIcon:before,.Header-module__5Cu8Tq__menuIcon:after{content:"";position:absolute;left:0}.Header-module__5Cu8Tq__menuIcon:before{top:-6px}.Header-module__5Cu8Tq__menuIcon:after{top:6px}.Header-module__5Cu8Tq__menuIcon.Header-module__5Cu8Tq__menuIconOpen{background:0 0}.Header-module__5Cu8Tq__menuIcon.Header-module__5Cu8Tq__menuIconOpen:before{top:0;transform:rotate(45deg)}.Header-module__5Cu8Tq__menuIcon.Header-module__5Cu8Tq__menuIconOpen:after{top:0;transform:rotate(-45deg)}@media (max-width:767px){.Header-module__5Cu8Tq__menuBtn{display:block}.Header-module__5Cu8Tq__nav{top:var(--nav-height);background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:var(--spacing-2) var(--spacing-4);flex-direction:column;gap:0;display:none;position:absolute;left:0;right:0}.Header-module__5Cu8Tq__nav.Header-module__5Cu8Tq__navOpen{display:flex}.Header-module__5Cu8Tq__navLink{padding:var(--spacing-3) var(--spacing-4);border-radius:8px;width:100%}}
.Footer-module__oORJuq__footer{border-top:1px solid var(--color-border);margin-top:var(--spacing-12);padding:var(--spacing-8) var(--spacing-4);color:var(--color-text-secondary);font-size:var(--font-size-sm)}.Footer-module__oORJuq__inner{max-width:var(--max-content-width);justify-content:space-between;align-items:center;gap:var(--spacing-4);flex-wrap:wrap;margin:0 auto;display:flex}.Footer-module__oORJuq__brand{gap:var(--spacing-1);flex-direction:column;display:flex}.Footer-module__oORJuq__logo{font-weight:700;font-size:var(--font-size-md);color:var(--color-text-primary)}.Footer-module__oORJuq__tagline{font-size:var(--font-size-xs);color:var(--color-text-tertiary)}.Footer-module__oORJuq__links{gap:var(--spacing-4);display:flex}.Footer-module__oORJuq__link{color:var(--color-text-secondary);transition:color .15s}.Footer-module__oORJuq__link:hover{color:var(--color-text-primary)}.Footer-module__oORJuq__copyright{text-align:center;width:100%;color:var(--color-text-tertiary);font-size:var(--font-size-xs);margin-top:var(--spacing-4)}@media (max-width:767px){.Footer-module__oORJuq__inner{text-align:center;flex-direction:column}.Footer-module__oORJuq__links{flex-wrap:wrap;justify-content:center}}
.BottomNav-module__x6FIMW__nav{display:none}@media (max-width:767px){.BottomNav-module__x6FIMW__nav{z-index:90;height:var(--bottom-nav-height,60px);background:var(--color-bg);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom,0px);will-change:transform;backface-visibility:hidden;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}}.BottomNav-module__x6FIMW__tab,.BottomNav-module__x6FIMW__tabActive{-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 0;text-decoration:none;transition:color .15s;display:flex}.BottomNav-module__x6FIMW__tab{color:var(--color-text-tertiary)}.BottomNav-module__x6FIMW__tabActive{color:var(--color-accent)}.BottomNav-module__x6FIMW__icon{font-size:20px;line-height:1}.BottomNav-module__x6FIMW__label{font-size:11px;font-weight:600;line-height:1}
.MiniPlayer-module__1zm2jW__miniPlayer{z-index:1000;background:var(--color-surface,#1f2937);border-top:1px solid var(--color-border,#374151);cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .3s;position:fixed;bottom:0;left:0;right:0}@media (max-width:767px){.MiniPlayer-module__1zm2jW__miniPlayer{bottom:var(--bottom-nav-height,60px)}}.MiniPlayer-module__1zm2jW__miniPlayer:hover{background:#ffffff08}.MiniPlayer-module__1zm2jW__progressTrack{background:#ffffff1a;width:100%;height:3px}.MiniPlayer-module__1zm2jW__progressFill{background:var(--color-accent,#f59e0b);border-radius:0 2px 2px 0;height:100%;transition:width .3s linear}.MiniPlayer-module__1zm2jW__content{align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:8px 16px;display:flex}.MiniPlayer-module__1zm2jW__cover{border-radius:6px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.MiniPlayer-module__1zm2jW__coverImg{object-fit:cover;width:100%;height:100%}.MiniPlayer-module__1zm2jW__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.MiniPlayer-module__1zm2jW__epTitle{color:var(--color-text,#f9fafb);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.MiniPlayer-module__1zm2jW__storyName{color:var(--color-text-secondary,#9ca3af);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.MiniPlayer-module__1zm2jW__controls{flex-shrink:0;align-items:center;gap:8px;display:flex}.MiniPlayer-module__1zm2jW__playBtn{background:var(--color-accent,#f59e0b);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:opacity .2s;display:flex}.MiniPlayer-module__1zm2jW__playBtn:hover{opacity:.85}.MiniPlayer-module__1zm2jW__closeBtn{width:32px;height:32px;color:var(--color-text-secondary,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:color .2s;display:flex}.MiniPlayer-module__1zm2jW__closeBtn:hover{color:var(--color-text,#f9fafb)}@media (max-width:480px){.MiniPlayer-module__1zm2jW__content{gap:8px;padding:6px 12px}.MiniPlayer-module__1zm2jW__cover{width:40px;height:40px}.MiniPlayer-module__1zm2jW__epTitle{font-size:.8rem}}
.AdBlockWarning-module__Lm2qTa__overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.AdBlockWarning-module__Lm2qTa__card{background:var(--color-surface,#1f2937);text-align:center;border-radius:16px;width:100%;max-width:480px;padding:32px}.AdBlockWarning-module__Lm2qTa__icon{margin-bottom:16px;font-size:3rem}.AdBlockWarning-module__Lm2qTa__title{color:var(--color-text,#f9fafb);margin-bottom:12px;font-size:1.25rem;font-weight:700}.AdBlockWarning-module__Lm2qTa__message{color:var(--color-text-secondary,#9ca3af);margin-bottom:24px;line-height:1.6}.AdBlockWarning-module__Lm2qTa__instructions{text-align:left;background:#ffffff0d;border-radius:8px;margin-bottom:24px;padding:16px}.AdBlockWarning-module__Lm2qTa__instructions h3{color:var(--color-text,#f9fafb);margin-bottom:8px;font-size:.9rem;font-weight:600}.AdBlockWarning-module__Lm2qTa__instructions ul{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.AdBlockWarning-module__Lm2qTa__instructions li{color:var(--color-text-secondary,#9ca3af);font-size:.85rem;line-height:1.5}.AdBlockWarning-module__Lm2qTa__retryBtn{background:var(--color-accent,#f59e0b);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:opacity .2s;display:inline-flex}.AdBlockWarning-module__Lm2qTa__retryBtn:hover{opacity:.9}
.SidebarAds-module__am2x7q__sidebar{display:none}@media (min-width:1440px){.SidebarAds-module__am2x7q__sidebar{top:calc(var(--nav-height,56px) + 20px);z-index:50;align-items:flex-start;width:160px;max-width:160px;display:flex;position:fixed;overflow:hidden}.SidebarAds-module__am2x7q__sidebar[data-side=left]{right:calc(50% + var(--max-content-width) / 2 + 12px)}.SidebarAds-module__am2x7q__sidebar[data-side=right]{left:calc(50% + var(--max-content-width) / 2 + 12px)}}
