.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}}
