@keyframes shake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(3px)}75%{transform:translate(-2px)}}.animate-shake{animation:.5s ease-out shake;box-shadow:0 0 20px #ff6b6b66!important}@keyframes seq-idle{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-3px)scale(1.03)}}.animate-seq-idle{animation:2s ease-in-out infinite seq-idle;animation-delay:calc(var(--i)*.15s)}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px color-mix(in srgb,var(--char-glow,#f4a261)30%,transparent)}50%{box-shadow:0 0 35px color-mix(in srgb,var(--char-glow,#f4a261)50%,transparent)}}.animate-glow-pulse{animation:3s ease-in-out infinite glow-pulse}@keyframes float-rotate{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-6px)rotate(1deg)}75%{transform:translateY(4px)rotate(-1deg)}}.animate-float-rotate{animation:6s ease-in-out infinite float-rotate}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-shimmer{background-size:200% 100%;animation:3s linear infinite shimmer}@keyframes scroll-hint{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.animate-scroll-hint{animation:2s ease-in-out infinite scroll-hint}@keyframes soundbar{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.animate-glow-pulse,.animate-float-rotate,.animate-shimmer,.animate-scroll-hint,.animate-shake,.animate-seq-idle{animation:none!important}}
.ep-sheet-backdrop{z-index:55;opacity:0;pointer-events:none;background:#00000026;transition:opacity .25s;position:fixed;inset:0}.ep-sheet-backdrop.ep-sheet-open{opacity:1;pointer-events:auto}.ep-sheet{bottom:calc(84px + env(safe-area-inset-bottom));z-index:56;-webkit-backdrop-filter:blur(24px)saturate(180%);opacity:0;pointer-events:none;background:#0a140eeb;border:1.5px solid #f4a26140;border-radius:20px;flex-direction:column;width:min(360px,100vw - 32px);max-height:min(50vh,400px);transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:fixed;left:50%;overflow:hidden;transform:translate(-50%)scale(.95);box-shadow:0 8px 32px #00000073,0 2px 12px #00000040,0 4px 24px #f4a26114}.ep-sheet.ep-sheet-open{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.ep-sheet-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#f4a26133 transparent;flex:1;padding:6px;overflow:hidden auto}.ep-sheet-list::-webkit-scrollbar{width:4px}.ep-sheet-list::-webkit-scrollbar-thumb{background:#f4a26133;border-radius:2px}.ep-sheet-item{color:#ffffffd9;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.ep-sheet-item:hover{background:#ffffff0f;transform:translateY(-1px)}.ep-sheet-item:active{transform:scale(.98)}.ep-sheet-thumb{background:#071a0dcc;border-radius:10px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.ep-sheet-thumb img{object-fit:cover;width:100%;height:100%}.ep-sheet-thumb-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ep-sheet-badge{width:24px;height:24px;font-family:var(--font-display),system-ui,sans-serif;color:#fff;text-shadow:0 1px 2px #0006;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex;box-shadow:0 2px 6px #0000004d}.ep-sheet-item-title{min-width:0;font-family:var(--font-display),system-ui,sans-serif;color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.85rem;font-weight:600;line-height:1.3;overflow:hidden}.ep-sheet-item-active{background:linear-gradient(135deg,#f4a2612e,#ffd93d1a)}.ep-sheet-item-active .ep-sheet-item-title{color:#f4a261}.ep-sheet-item-active .ep-sheet-thumb{box-shadow:0 0 0 2px #f4a26166}.ep-sheet-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 20px;display:flex}.ep-sheet-empty-text{font-family:var(--font-display),system-ui,sans-serif;color:#fff6;font-size:1rem;font-weight:600}.ep-sheet-item:focus-visible{outline-offset:-1px;outline:3px solid #ffd93d}@media (prefers-reduced-motion:reduce){.ep-sheet-backdrop,.ep-sheet,.ep-sheet-item{transition:none!important}.ep-sheet-item:hover,.ep-sheet-item:active{transform:none!important}}
.site-tab-bar{bottom:calc(16px + env(safe-area-inset-bottom));z-index:50;-webkit-backdrop-filter:blur(24px)saturate(180%);background:#fcbb00;border:1.5px solid #f4a26140;border-radius:9999px;animation:.5s cubic-bezier(.34,1.56,.64,1) both tab-bar-enter;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:inset 0 30px 60px -12px #32325d40,inset 0 18px 36px -18px #ff6b6b}@keyframes tab-bar-enter{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.site-tab-bar-inner{justify-content:center;align-items:center;gap:2px;height:56px;padding:0 6px;display:flex}.site-tab{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:9999px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:80px;padding:6px 10px;text-decoration:none;transition:background-color .25s cubic-bezier(.34,1.56,.64,1),transform .25s cubic-bezier(.34,1.56,.64,1);display:flex}.site-tab-icon{color:#061428bf;justify-content:center;align-items:center;width:24px;height:24px;transition:color .25s,transform .25s cubic-bezier(.34,1.56,.64,1),filter .25s;display:flex}.site-tab-label{font-family:var(--font-fredoka),system-ui,sans-serif;color:#061428bf;font-size:14px;font-weight:700;line-height:1;transition:color .25s}.site-tab-active{background:radial-gradient(circle,#df0,#ffd93d26)}.site-tab-active .site-tab-icon{filter:drop-shadow(0 0 6px #1522ac66);transform:scale(1.1)}.site-tab:not(.site-tab-active):hover{background:#ffffff0f}.site-tab:not(.site-tab-active):hover .site-tab-icon{color:#016033d9;transform:translateY(-1px)}.site-tab:not(.site-tab-active):hover .site-tab-label{color:#016033d9}.site-tab:focus-visible{outline-offset:2px;outline:3px solid #ffd93d}@media (max-width:360px){.site-tab{min-width:44px;padding:6px}}@media (prefers-reduced-motion:reduce){.site-tab-bar{animation:none!important}.site-tab,.site-tab-icon,.site-tab-label{transition:none!important;transform:none!important}.site-tab-active .site-tab-icon{transform:none!important}}
.text-pill{z-index:40;-webkit-backdrop-filter:blur(24px)saturate(180%);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0a140ea6;border-radius:23px;align-items:center;width:46px;height:46px;transition:width .5s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:16px;right:16px;overflow:hidden;box-shadow:0 0 0 .5px #ffffff14,0 2px 8px #0000004d,0 8px 24px #00000026}.text-pill-expanded{width:160px}.text-pill-label{width:46px;height:46px;font-family:var(--font-fredoka),sans-serif;color:#f0f4f8e0;pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;order:1;place-items:center;font-size:14px;font-weight:600;display:grid}.text-pill-content{opacity:0;pointer-events:none;flex:1;align-items:center;gap:6px;min-width:0;padding:0;transition:opacity .3s cubic-bezier(.32,.72,0,1) .15s,transform .3s cubic-bezier(.32,.72,0,1) .15s;display:flex;transform:translate(8px)}.text-pill-expanded .text-pill-content{opacity:1;pointer-events:auto;padding-left:14px;padding-right:2px;transform:translate(0)}.caribbean-night:has(.narration-pill) .text-pill{transition:width .5s cubic-bezier(.32,.72,0,1),top .3s cubic-bezier(.32,.72,0,1);top:76px}@media (prefers-reduced-motion:reduce){.text-pill{transition:none!important}.text-pill-content{transition:none!important;transform:none!important}}
/*# sourceMappingURL=245e5dd2759e71bb.css.map*/