.fullscreen-player{position:fixed;inset:0;z-index:50;display:flex;flex-direction:column;overflow:hidden;background:#e3f3fd}.player-background{position:absolute;inset:0;background:#e3f3fd;z-index:-1}.player-header{padding:1rem;padding-top:max(1rem,env(safe-area-inset-top));display:flex;align-items:center;position:relative}.player-header-spacer{flex:1}.player-back-btn{width:48px;height:48px;border-radius:50%;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.player-back-btn:hover{background:#0006;transform:scale(1.05)}.player-back-btn:active{transform:scale(.95)}.player-timer-btn{position:relative;width:48px;height:48px;border-radius:50%;background:#2e6beb26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(46,107,235,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.player-timer-btn.active{background:#2e6beb;border-color:#2e6beb;box-shadow:0 4px 16px #2e6beb4d}.player-timer-btn:hover{background:#2e6beb40;border-color:#2e6beb80;transform:scale(1.05)}.player-timer-btn.active:hover{background:#1e5be0;border-color:#1e5be0}.player-timer-btn:active{transform:scale(.95)}.player-timer-btn svg{color:#2e6beb}.player-timer-btn.active svg{color:#fff}.timer-remaining{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);font-size:.625rem;font-weight:600;color:#fff;background:#00000080;padding:2px 6px;border-radius:8px;white-space:nowrap}.timer-menu{position:absolute;top:calc(100% + .5rem);right:1rem;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:.5rem;box-shadow:0 8px 32px #0003;z-index:100;display:flex;flex-direction:column;gap:.25rem;min-width:120px}.timer-option{padding:.75rem 1rem;background:transparent;border:none;border-radius:12px;font-size:.9375rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s;text-align:center}.timer-option:hover{background:#a882eb1a;color:#a882eb}.timer-option.active{background:#a882eb26;color:#a882eb;font-weight:600}.timer-option:active{transform:scale(.97)}.player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem 1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));min-height:0}.player-visualization{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:100%;max-width:300px;margin-top:1rem}.breathing-orb{position:relative;width:220px;height:220px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.breathing-orb.playing{animation:breathe 4s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.bubble-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 40px rgba(0,0,0,.2))}.player-info{text-align:center;margin:.75rem 0 .5rem;color:#1e3a8a;flex-shrink:0}.player-track-name{font-size:1.5rem;font-weight:700;margin:0 0 .35rem;text-shadow:none}.player-track-category{font-size:.9375rem;font-weight:500;margin:0;opacity:.8;text-shadow:none}.player-progress-section{width:100%;max-width:400px;margin-bottom:.25rem;flex-shrink:0}.player-progress-bar{position:relative;width:100%;height:6px;background:#2e6beb33;border-radius:3px;cursor:pointer;margin-bottom:.75rem;-webkit-user-select:none;user-select:none}.player-progress-fill{position:absolute;top:0;left:0;height:100%;background:#2e6beb;border-radius:3px;pointer-events:none;transition:none}.player-progress-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#2e6beb;border-radius:50%;box-shadow:0 2px 8px #2e6beb4d;pointer-events:none;transition:none}.player-time{display:flex;justify-content:space-between;font-size:.875rem;color:#1e3a8a;font-weight:500;opacity:.8}.player-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-shrink:0;margin-top:0;margin-bottom:0}.player-control-btn{width:68px;height:68px;border-radius:50%;background:#2e6beb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px #2e6beb4d}.player-control-btn:hover{background:#1e5be0;transform:scale(1.05);box-shadow:0 6px 20px #2e6beb66}.player-control-btn:active{transform:scale(.95)}@media(max-height:700px){.player-main{padding:.75rem 1.25rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.breathing-orb{width:180px;height:180px}.player-info{margin:.75rem 0}.player-track-name{font-size:1.25rem;margin:0 0 .25rem}.player-track-category{font-size:.875rem}.player-progress-section{margin-bottom:1rem}.player-control-btn{width:60px;height:60px}.player-controls{margin-bottom:0}}@media(max-height:600px){.player-visualization{margin-top:.5rem}.breathing-orb{width:150px;height:150px}.player-info{margin:.5rem 0}.player-track-name{font-size:1.125rem}.player-progress-section{margin-bottom:.75rem}.player-control-btn{width:56px;height:56px}}.video-player-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:10000;display:flex;align-items:center;justify-content:center}.video-element{width:100%;height:100%;object-fit:contain;background:#000}.video-controls-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000000b3,#0000 20% 80%,#000000b3);opacity:0;transition:opacity .3s ease;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between}.video-controls-overlay.visible{opacity:1;pointer-events:all}.video-header{display:flex;align-items:center;padding:20px;gap:16px;pointer-events:all}.video-back-btn{background:#ffffff1a;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.video-back-btn:hover{background:#fff3}.video-title{flex:1;color:#fff}.video-title h2{font-size:18px;font-weight:600;margin:0 0 4px;color:#fff}.video-title p{font-size:14px;margin:0;color:#ffffffb3}.video-center-controls{display:flex;align-items:center;justify-content:center;flex:1;pointer-events:all}.video-play-btn-center{background:transparent;border:none;cursor:pointer;transition:opacity .3s,transform .2s;padding:0}.video-play-btn-center:hover{transform:scale(1.1)}.video-play-btn-center:active{transform:scale(.95)}.video-bottom-controls{padding:20px;display:flex;flex-direction:column;gap:12px;pointer-events:all}.video-progress-bar{position:relative;height:4px;background:#ffffff4d;border-radius:2px;cursor:pointer;transition:height .2s}.video-progress-bar:hover{height:6px}.video-progress-fill{position:absolute;top:0;left:0;height:100%;background:#4a90e2;border-radius:2px;transition:width .1s linear}.video-progress-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s;box-shadow:0 2px 8px #0000004d}.video-progress-bar:hover .video-progress-handle{opacity:1}.video-controls-row{display:flex;align-items:center;gap:16px}.video-control-btn{background:#ffffff1a;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .1s}.video-control-btn:hover{background:#fff3}.video-control-btn:active{transform:scale(.95)}.video-time{color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center}.video-time-separator{color:#fff9;margin:0 4px}@media(max-width:768px){.video-header,.video-bottom-controls{padding:16px}.video-title h2{font-size:16px}.video-title p{font-size:13px}.video-control-btn{width:44px;height:44px}.video-time{font-size:13px}}@media(max-height:500px)and (orientation:landscape){.video-header{padding:12px 16px}.video-bottom-controls{padding:12px 16px;gap:8px}.video-title h2{font-size:14px}.video-title p{display:none}.video-control-btn{width:40px;height:40px}.video-play-btn-center svg{width:48px;height:48px}}.mini-player{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom));left:1rem;right:1rem;z-index:20;cursor:pointer;border-radius:16px;overflow:hidden;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001f;transition:all .3s ease}.mini-player:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000029}.mini-player:active{transform:translateY(0)}.mini-player-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(to right,#2e6beb,#4a90e2);transition:width .1s linear;z-index:1}.mini-player-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:1rem}.mini-player-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.mini-player-icon{flex-shrink:0;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2e6beb1a,#4a90e21a);display:flex;align-items:center;justify-content:center}.mini-player-text{flex:1;min-width:0}.mini-player-name{font-size:.875rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.125rem}.mini-player-time{font-size:.75rem;font-weight:500;color:#666}.mini-player-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.mini-player-play-btn{width:40px;height:40px;border-radius:50%;background:#2e6beb1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.mini-player-play-btn:hover{background:#2e6beb26;transform:scale(1.05)}.mini-player-play-btn:active{transform:scale(.95)}.mini-player-close-btn{width:32px;height:32px;border-radius:50%;background:#0000000d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.mini-player-close-btn:hover{background:#0000001a;transform:scale(1.05)}.mini-player-close-btn:active{transform:scale(.95)}
