@media (min-width:1024px){.app-header{display:none!important}}body.story-fullscreen-active .app-header,body.story-fullscreen-active .bottom-nav{display:none!important}.fixed-audio-player{bottom:0;left:0;right:0}.fixed-audio-player,.shared-audio-player{position:fixed;z-index:50;display:flex;justify-content:center;pointer-events:none}.shared-audio-player.mobile{bottom:100px;left:0;right:0}.shared-audio-player.desktop{bottom:20px;right:20px}.tiktok-audio-player{background-color:rgba(0,0,0,.8);border-radius:20px;height:36px;display:flex;align-items:center;padding:0 12px;margin-bottom:10px;box-shadow:0 2px 8px rgba(0,0,0,.2);pointer-events:auto;backdrop-filter:blur(8px);max-width:90%;width:auto;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.audio-control-btn{width:24px;height:24px;border-radius:50%;background-color:rgba(255,255,255,.2);color:white;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;margin-right:8px;transition:all .2s ease}.audio-control-btn:hover{background-color:rgba(255,255,255,.3);transform:scale(1.1)}.audio-control-btn:active{transform:scale(.95)}.audio-progress-container{position:relative;height:4px;flex-grow:1;background-color:rgba(255,255,255,.2);border-radius:2px;cursor:pointer;margin:0 8px;overflow:visible}.audio-progress-bg{right:0;bottom:0;background-color:rgba(255,255,255,.2)}.audio-progress-bg,.audio-progress-fill{position:absolute;top:0;left:0;border-radius:2px}.audio-progress-fill{height:100%;background-color:#fe2c55;transition:width .1s linear}.audio-progress-handle{position:absolute;top:50%;width:12px;height:12px;background-color:#fe2c55;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px rgba(0,0,0,.3);opacity:0;transition:opacity .2s,transform .2s}.audio-progress-container:active .audio-progress-handle,.audio-progress-container:hover .audio-progress-handle,.audio-progress-handle.active{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.audio-time{font-size:12px;color:white;margin:0 8px;min-width:40px;text-align:center}.sound-wave{display:flex;align-items:center;height:16px;gap:2px;margin:0 4px}.sound-wave span{width:2px;background-color:#fe2c55;border-radius:1px;animation:soundWave 1.2s ease-in-out infinite}.sound-wave span:first-child{height:8px;animation-delay:0s}.sound-wave span:nth-child(2){height:16px;animation-delay:.2s}.sound-wave span:nth-child(3){height:12px;animation-delay:.4s}.sound-wave span:nth-child(4){height:5px;animation-delay:.6s}@keyframes soundWave{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}@media (max-width:768px){.fixed-audio-player{bottom:100px}.tiktok-audio-player{height:32px;padding:0 8px;max-width:80%}.audio-control-btn{width:20px;height:20px}.audio-time{min-width:36px;font-size:10px}.story-pagination{margin-bottom:140px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.audio-control-btn:active{animation:pulse .3s ease-in-out}.story-header .audio-button{background-color:rgba(254,44,85,.1);color:#fe2c55;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;width:30px;height:30px;cursor:pointer}.story-header .audio-button:hover{background-color:rgba(254,44,85,.2);transform:scale(1.05)}.story-header .audio-button:active{transform:scale(.95)}.story-header .audio-playing{background-color:#fe2c55;color:white;animation:subtle-pulse 2s ease-in-out infinite}@keyframes subtle-pulse{0%,to{box-shadow:0 0 0 rgba(254,44,85,.4)}50%{box-shadow:0 0 8px rgba(254,44,85,.6)}}.audio-progress-container .audio-progress-handle.active,.audio-progress-container:active .audio-progress-handle{transform:translate(-50%,-50%) scale(1.3);opacity:1;box-shadow:0 0 8px rgba(254,44,85,.6)}