*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#333;overflow-x:hidden;touch-action:manipulation;min-height:100vh;min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:calc(var(--footer-height) + env(safe-area-inset-bottom))}:root{--footer-height: 108px}#app{max-width:100vw;margin:0 auto;padding:0;min-height:100vh}#pixi-container{position:sticky;left:0;width:100%;height:auto;flex-shrink:0}#pixi-container canvas{display:block}.player-frame{position:relative;overflow:hidden}.canvas-horizontal-scroll{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0;margin:0;display:flex;align-items:center;justify-content:flex-start}.canvas-horizontal-scroll .scroll-spacer{display:block;height:0;pointer-events:none}.canvas-horizontal-scroll::-webkit-scrollbar{display:none}body.player-mode{overflow:hidden;padding-bottom:0;padding-top:0;overscroll-behavior:none}body.player-mode #app{overflow:hidden}body.player-mode .canvas-horizontal-scroll{box-sizing:border-box;padding-top:env(safe-area-inset-top)}.metadata-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d;transition:transform .2s ease,box-shadow .2s ease}.metadata-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.dark-theme .metadata-badge{background:linear-gradient(135deg,#ffffff08,#ffffff03);box-shadow:0 2px 8px #0009;color:#e6eef6}.dark-theme .metadata-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #000000b3}.makam-badge{background:linear-gradient(135deg,#16a085,#1abc9c)}.form-badge{background:linear-gradient(135deg,#e67e22,#f39c12)}.usul-badge{background:linear-gradient(135deg,#2980b9,#3498db)}.dark-theme .metadata-badge.makam-badge{background:linear-gradient(135deg,#072b22,#0b4836);color:#dbeef0}.dark-theme .metadata-badge.form-badge{background:linear-gradient(135deg,#3b200f,#5a3518);color:#ffe9d6}.dark-theme .metadata-badge.usul-badge{background:linear-gradient(135deg,#071f2d,#0b3a4f);color:#dfeff8}.badge-label{opacity:.85;font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.dark-theme,.dark-theme body,.dark-theme #app{background:#071016;color:#e6eef6}html.dark-theme:not(.landing-dark):not(.landing-light),body.dark-theme:not(.landing-dark):not(.landing-light){--landing-bg: #071016;--landing-bg-secondary: #0a1218;--landing-text: #e6eef6;--landing-text-secondary: #cfe7f6;--landing-card-bg: #0b1a22;--landing-card-border: rgba(255, 255, 255, .04)}.app-error-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0710168c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-error-card{width:min(720px,100%);border-radius:18px;padding:20px 18px;background:#fff;color:#1c2b33;box-shadow:0 20px 60px #00000059;border:1px solid rgba(0,0,0,.08)}.dark-theme .app-error-card{background:#0b1b23;color:#e6eef6;border:1px solid rgba(255,255,255,.08)}.app-error-title{font-size:18px;font-weight:700;margin-bottom:8px}.app-error-message{font-size:14px;line-height:1.45;margin-bottom:10px;opacity:.95}.app-error-meta{font-size:12px;opacity:.7;margin-bottom:14px}.app-error-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.app-error-btn{appearance:none;border:0;border-radius:12px;padding:10px 14px;font-weight:700;font-size:13px;cursor:pointer}.app-error-btn.primary{background:#2f80ed;color:#fff}.app-error-btn.secondary{background:#0000000f;color:inherit}.dark-theme .app-error-btn.secondary{background:#ffffff14}.canvas-container{background:transparent;border-radius:0;box-shadow:none;padding:0;overflow:visible;-webkit-overflow-scrolling:touch;margin:0;display:block;width:100%;height:auto;flex-shrink:0}canvas{display:block;background:#fff;transition:background-color .2s ease;touch-action:manipulation;pointer-events:auto;cursor:pointer}.canvas-container canvas{width:100%;height:auto;display:block;margin:0;padding:0;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}html.dark-theme canvas,body.dark-theme canvas,.dark-theme canvas{background:#071016}.footer-canvas-container{position:fixed;left:0;right:0;bottom:0;width:100%;display:flex;justify-content:center;align-items:center;padding:0;padding-bottom:env(safe-area-inset-bottom);pointer-events:auto;z-index:1000;background:transparent;box-shadow:none}.footer-canvas-container canvas{width:100%;height:auto;display:block;pointer-events:auto;cursor:pointer;touch-action:manipulation;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.instructions{background:transparent;padding:5px 10px;border-radius:0;text-align:center;font-size:12px;color:#7f8c8d;box-shadow:none;border-top:1px solid rgba(0,0,0,.1);margin:0 15px}.instructions strong{color:#2c3e50}.instructions p{margin:0}.dark-theme .instructions{color:#cfe7f6;border-top-color:#ffffff08}.dark-theme .instructions strong{color:#f3f8fb}@media(min-width:768px){#app{padding:0;max-width:100vw}.canvas-container{padding:0;margin:0}.instructions{padding:15px 20px;font-size:14px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.canvas-container,.instructions{animation:fadeIn .4s ease-out}.canvas-container{animation-delay:.2s}.instructions{animation-delay:.3s}@media print{body{background:#fff}.instructions{display:none}}.song-list-page{max-width:1200px;margin:0 auto;padding:40px 20px;min-height:100vh}.song-list-header{text-align:center;margin-bottom:50px}.song-list-title{font-size:42px;color:#2c3e50;margin-bottom:12px;font-weight:700}.song-list-subtitle{font-size:18px;color:#7f8c8d;font-weight:400}.dark-theme .song-list-title{color:#f3f8fb}.dark-theme .song-list-subtitle{color:#cfe7f6}.song-list-container{display:flex;flex-direction:column;gap:6px;padding:12px 0;max-width:1100px;margin:0 auto}.song-row{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e1e8ed;border-radius:8px;padding:10px 16px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000a;position:relative}.song-row:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3498db1f;border-color:#3498db;background:#fff}.song-row:active{transform:translateY(0);box-shadow:0 1px 3px #3498db14}.dark-theme .song-row{background:linear-gradient(180deg,#0b1a22,#071016);border-color:#ffffff0a;box-shadow:0 2px 6px #0006}.dark-theme .song-row:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000080;border-color:#ffffff1f;background:linear-gradient(180deg,#0d1f28,#091318)}.dark-theme .song-row:active{transform:translateY(0);box-shadow:0 2px 6px #0006}.song-row-main{display:flex;justify-content:space-between;align-items:center;gap:16px}.song-row-title-section{flex:1;min-width:0}.song-row-title{font-size:15px;color:#2c3e50;margin-bottom:2px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-row-composer{font-size:12px;color:#7f8c8d;font-weight:500;line-height:1.4;margin:0}.song-row-metadata{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.song-row .metadata-badge{font-size:10px;padding:3px 8px;box-shadow:none}.dark-theme .song-row .metadata-badge.makam-badge{background:linear-gradient(135deg,#072b22,#0b4836);color:#dbeef0}.dark-theme .song-row .metadata-badge.form-badge{background:linear-gradient(135deg,#3b200f,#5a3518);color:#ffe9d6}.dark-theme .song-row .metadata-badge.usul-badge{background:linear-gradient(135deg,#071f2d,#0b3a4f);color:#dfeff8}.song-row-info{font-size:11px;color:#5a6c7d;font-weight:600;white-space:nowrap;padding:3px 8px;background:linear-gradient(135deg,#ecf0f1,#e8ecef);border-radius:6px;border:1px solid #d0d7de}.dark-theme .song-row-title,.dark-theme .song-row-composer,.dark-theme .song-row-info,.dark-theme .song-row .metadata-badge{color:#e6eef6}.dark-theme .song-row-info{background:linear-gradient(135deg,#ffffff05,#ffffff03);border-color:#ffffff0a}@media(max-width:768px){.song-list-page{padding:20px 12px}.song-list-title{font-size:32px}.song-list-subtitle{font-size:16px}.song-list-container{gap:4px;padding:8px 0}.song-row{padding:10px 12px;border-radius:6px;min-height:44px}.song-row-main{flex-direction:column;align-items:flex-start;gap:6px}.song-row-title{font-size:14px;white-space:normal}.song-row-composer{font-size:11px}.song-row-metadata{width:100%;justify-content:flex-start}.song-row .metadata-badge{font-size:9px;padding:2px 6px}.song-row-info{font-size:10px;padding:2px 6px}}.back-button{position:fixed;top:20px;left:20px;background:#fffffff2;border:2px solid #e8ecef;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:600;color:#2c3e50;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;z-index:1001;display:flex;align-items:center;gap:8px;text-decoration:none}.back-button:hover{background:#3498db;color:#fff;border-color:#3498db;box-shadow:0 4px 12px #3498db4d}.back-button:active{transform:none}.dark-theme .back-button{background:#0a1016f2;border-color:#ffffff29;color:#f3f8fb;box-shadow:0 8px 24px #0009}.dark-theme .back-button:hover{background:#0a1016f2;color:#f3f8fb;border-color:#ffffff29;box-shadow:0 4px 12px #3498db4d}.dark-theme .back-button:active{transform:none}.back-button.back-icon-only{width:44px;height:44px;padding:0;border-radius:10px;justify-content:center;gap:0}.back-button .back-icon svg{width:20px;height:20px;display:block;stroke:currentColor}.back-button.back-icon-only .badge-label{display:none}@media(max-width:768px){.back-button{top:10px;left:10px;padding:8px 16px;font-size:13px}}.support-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:12px 20px;background:linear-gradient(180deg,#f8f9fa,#e9ecef);border-top:1px solid #dee2e6;box-shadow:0 -2px 12px #00000014}.support-footer-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.support-footer-text{flex:1;min-width:0}.support-footer-title{font-size:14px;font-weight:700;color:#2c3e50;margin-bottom:2px}.support-footer-message{font-size:12px;line-height:1.4;color:#5a6c7d;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.support-footer-button{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#f96854,#e8503a);color:#fff;font-size:13px;font-weight:700;text-decoration:none;border-radius:8px;box-shadow:0 2px 8px #f968544d;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.support-footer-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f9685466;background:linear-gradient(135deg,#fa7968,#f96854)}.support-footer-button:active{transform:translateY(0);box-shadow:0 2px 6px #f9685440}.dark-theme .support-footer{background:linear-gradient(180deg,#0a1218,#071016);border-top-color:#ffffff0f;box-shadow:0 -2px 12px #0000004d}.dark-theme .support-footer-title{color:#f3f8fb}.dark-theme .support-footer-message{color:#a8c5d8}.dark-theme .support-footer-button{background:linear-gradient(135deg,#f96854,#d94a36);box-shadow:0 2px 8px #f9685433}.dark-theme .support-footer-button:hover{box-shadow:0 4px 12px #f968544d;background:linear-gradient(135deg,#fa7968,#f96854)}@media(max-width:768px){.support-footer{padding:10px 12px}.support-footer-content{flex-direction:column;gap:10px;text-align:center}.support-footer-text{order:1}.support-footer-title{font-size:13px}.support-footer-message{font-size:11px;-webkit-line-clamp:2}.support-footer-button{order:2;padding:8px 16px;font-size:12px}}:root{--landing-bg: #ffffff;--landing-bg-secondary: #f8f9fa;--landing-text: #2c3e50;--landing-text-secondary: #5a6c7d;--landing-accent: #f96854;--landing-accent-secondary: #3498db;--landing-card-bg: #ffffff;--landing-card-border: #e1e8ed;--landing-card-shadow: rgba(0, 0, 0, .08);--landing-hero-bg: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);--landing-glow: rgba(249, 104, 84, .3)}.landing-dark{--landing-bg: #0a0f14;--landing-bg-secondary: #0d1419;--landing-text: #f0f4f8;--landing-text-secondary: #8fa3b8;--landing-accent: #d4a853;--landing-accent-secondary: #8b7355;--landing-card-bg: rgba(255, 255, 255, .03);--landing-card-border: rgba(212, 168, 83, .15);--landing-card-shadow: rgba(0, 0, 0, .4);--landing-hero-bg: radial-gradient(ellipse at 50% 0%, #151c24 0%, #0a0f14 70%);--landing-glow: rgba(212, 168, 83, .25)}.landing-dark body,.landing-dark .song-list-page{background:var(--landing-bg);color:var(--landing-text)}.landing-dark .landing-hero{background:var(--landing-hero-bg)}.landing-dark .hero-logo{filter:drop-shadow(0 0 60px rgba(212,168,83,.4))}.landing-dark .song-row{background:var(--landing-card-bg);border-color:var(--landing-card-border)}.landing-dark .song-row:hover{border-color:var(--landing-accent);box-shadow:0 4px 12px var(--landing-card-shadow)}.landing-dark .song-row-title{color:var(--landing-text)}.landing-dark .song-row-composer{color:var(--landing-text-secondary)}.landing-dark .metadata-badge{background:#d4a85326;border:1px solid rgba(212,168,83,.25);color:var(--landing-accent)}.landing-dark .makam-badge{background:#16a08526;border-color:#16a0854d;color:#4ecdc4}.landing-dark .form-badge{background:#e67e2226;border-color:#e67e224d;color:#f39c12}.landing-dark .usul-badge{background:#2980b926;border-color:#2980b94d;color:#5dade2}.landing-dark .support-footer{background:linear-gradient(180deg,#0d1419,#0a0f14);border-top-color:#d4a8531a;box-shadow:0 -2px 12px #0006}.landing-dark .support-footer-title{color:var(--landing-text)}.landing-dark .support-footer-message{color:var(--landing-text-secondary)}.landing-dark .support-footer-button{background:linear-gradient(135deg,var(--landing-accent) 0%,#b8923e 100%);box-shadow:0 2px 8px #d4a85340}.landing-dark .section-title-compact{color:var(--landing-text-secondary);border-bottom-color:var(--landing-card-border)}.landing-light{--landing-bg: #ffffff;--landing-bg-secondary: #fafbfc;--landing-text: #1a1a2e;--landing-text-secondary: #6b7280;--landing-accent: #f96854;--landing-accent-secondary: #ff8a75;--landing-card-bg: #ffffff;--landing-card-border: #e5e7eb;--landing-card-shadow: rgba(0, 0, 0, .04);--landing-hero-bg: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);--landing-glow: rgba(249, 104, 84, .15)}.landing-light body,.landing-light .song-list-page{background:var(--landing-bg);color:var(--landing-text)}.landing-light .landing-hero{background:var(--landing-hero-bg)}.landing-light .hero-bg-pattern{background-image:radial-gradient(circle at 20% 80%,rgba(249,104,84,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(52,152,219,.05) 0%,transparent 50%)}.landing-light .hero-logo{filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.landing-light .song-row{background:var(--landing-card-bg);border:1px solid var(--landing-card-border);box-shadow:0 1px 2px var(--landing-card-shadow)}.landing-light .song-row:hover{border-color:var(--landing-accent);box-shadow:0 4px 12px #f968541a;transform:translateY(-1px)}.landing-light .song-row-title{color:var(--landing-text)}.landing-light .song-row-composer{color:var(--landing-text-secondary)}.landing-light .support-footer{background:var(--landing-bg-secondary);border-top:1px solid var(--landing-card-border);box-shadow:0 -2px 12px #0000000f}.landing-light .support-footer-title{color:var(--landing-text)}.landing-light .support-footer-message{color:var(--landing-text-secondary)}.landing-light .section-title-compact{color:var(--landing-text-secondary);border-bottom-color:var(--landing-card-border)}.landing-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 20px 40px}.landing-hero.compact{min-height:auto}.landing-hero.compact .hero-content{flex-direction:row;gap:32px;text-align:left}.landing-hero.compact .hero-text{display:flex;flex-direction:column;gap:8px}.landing-hero.compact .hero-logo{width:290px;height:290px}.hero-bg-pattern{position:absolute;inset:0;pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;max-width:900px}.hero-logo-wrapper{display:flex;align-items:center;justify-content:center}.hero-logo{width:290px;height:290px;object-fit:contain;border-radius:20px}.hero-title{font-size:48px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--landing-text)}.hero-subtitle{font-size:20px;color:var(--landing-text-secondary);max-width:600px;line-height:1.6}.songs-section{padding:16px 20px 100px;max-width:1100px;margin:0 auto}.section-title-compact{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--landing-text-secondary, #6b7280);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--landing-card-border, #e5e7eb)}.theme-toggle{position:fixed;top:20px;right:20px;z-index:1000;width:44px;height:44px;border:none;border-radius:12px;background:#00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.landing-light .theme-toggle{background:#00000014}.theme-toggle:hover{transform:scale(1.05);background:#000000b3}.landing-light .theme-toggle:hover{background:#0000001f}.animate-on-load{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.animate-on-load.delay-1{animation-delay:.1s}.animate-on-load.delay-2{animation-delay:.2s}.animate-on-load.delay-3{animation-delay:.3s}.animate-on-load.delay-4{animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease;transition-delay:calc(var(--animation-order, 0) * .1s)}.animate-on-scroll.animate-visible{opacity:1;transform:translateY(0)}.btn-icon{display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:768px){.landing-hero{padding:70px 16px 24px}.landing-hero.compact .hero-content{flex-direction:column;text-align:center;gap:16px}.landing-hero.compact .hero-logo{width:203px;height:203px}.hero-title{font-size:24px}.hero-subtitle{font-size:14px}.songs-section{padding:12px 12px 120px}.section-title-compact{font-size:11px;margin-bottom:10px;padding-bottom:8px}.theme-toggle{top:12px;right:12px;width:40px;height:40px;font-size:18px}.song-list-page{padding:0;max-width:100%}}@media(max-width:480px){.landing-hero.compact .hero-logo{width:290px;height:290px}.hero-title{font-size:22px}.hero-subtitle{font-size:13px}}.player-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:env(safe-area-inset-top) 0 0 0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.1)}.dark-theme .player-header{background:#0a0f14f2;border-bottom-color:#ffffff0a}.player-header-content{display:flex;align-items:center;gap:16px;padding:12px 16px;max-width:100%}.player-header-back,.player-header-theme{flex-shrink:0;width:44px;height:44px;border:none;border-radius:12px;background:#0000000f;font-size:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:inherit}.player-header-back svg{width:20px;height:20px;display:block}.dark-theme .player-header-back,.dark-theme .player-header-theme{background:#ffffff14;color:#f3f8fb}.player-header-back:hover,.player-header-theme:hover{background:#0000001f;transform:scale(1.05)}.dark-theme .player-header-back:hover,.dark-theme .player-header-theme:hover{background:#ffffff1f}.player-header-back:active,.player-header-theme:active{transform:scale(.95)}.player-header-info{flex:1;min-width:0;overflow:hidden}.player-header-title{font-size:18px;font-weight:700;color:#2c3e50;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark-theme .player-header-title{color:#f3f8fb}.player-header-composer{font-size:13px;color:#7f8c8d;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark-theme .player-header-composer{color:#cfe7f6}.player-header-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.player-header-badges .metadata-badge{padding:4px 10px;font-size:11px}.player-header-badges .badge-label{font-size:9px}.player-footer{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:0 0 env(safe-area-inset-bottom) 0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.1)}.dark-theme .player-footer{background:#0a0f14f2;border-top-color:#ffffff0a}.player-footer-progress{padding:8px 16px 0}.progress-track{position:relative;width:100%;height:24px;background:transparent;cursor:pointer;touch-action:none}.progress-track:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:8px;background:#0000001a;border-radius:4px;pointer-events:none}.dark-theme .progress-track:before{background:#ffffff26}.progress-fill{position:absolute;top:50%;left:0;height:8px;transform:translateY(-50%);background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:4px;pointer-events:none}.progress-thumb{position:absolute;top:50%;width:16px;height:16px;background:#2ecc71;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #2ecc714d;pointer-events:none}.dark-theme .progress-fill{background:linear-gradient(90deg,#0d8b73,#0a6b5a)}.dark-theme .progress-thumb{background:#0d8b73;box-shadow:0 2px 6px #0d8b7366}.player-footer-content{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:84px;box-sizing:border-box}.player-footer-center{display:flex;align-items:center;justify-content:center;gap:12px}.player-footer-separator{width:1px;height:40px;background:#0000001a}.dark-theme .player-footer-separator{background:#ffffff26}.player-footer-play{width:64px;height:56px;border:none;border-radius:16px;background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;font-size:24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3498db4d}.player-footer-play:hover{transform:scale(1.05);box-shadow:0 6px 16px #3498db66}.player-footer-play:active{transform:scale(.95)}.player-footer-play.playing{background:linear-gradient(135deg,#e67e22,#f39c12);box-shadow:0 4px 12px #e67e224d}.player-footer-play.playing:hover{box-shadow:0 6px 16px #e67e2266}.dark-theme .player-footer-play{background:linear-gradient(135deg,#0d8b73,#0a6b5a);box-shadow:0 4px 12px #0d8b734d}.dark-theme .player-footer-play:hover{box-shadow:0 6px 16px #0d8b7366}.dark-theme .player-footer-play.playing{background:linear-gradient(135deg,#b8944a,#a67d3a);box-shadow:0 4px 12px #b8944a4d}.dark-theme .player-footer-play.playing:hover{box-shadow:0 6px 16px #b8944a66}.player-footer-skip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:48px;height:52px;padding:6px 10px;border:none;border-radius:12px;background:#0000000a;color:#666;cursor:pointer;transition:all .2s ease}.dark-theme .player-footer-skip{background:#ffffff14;color:#aaa}.player-footer-skip:hover{background:#00000014;color:#444}.dark-theme .player-footer-skip:hover{background:#ffffff1f;color:#ccc}.player-footer-skip:active{transform:scale(.95);background:#0000001f}.dark-theme .player-footer-skip:active{background:#ffffff29}.skip-icon-svg{display:flex;align-items:center;justify-content:center}.skip-icon-svg svg{width:22px;height:22px}.skip-label{font-size:10px;font-weight:600;opacity:.7}.player-footer-play.playing:hover{box-shadow:0 6px 16px #f5576c66}.player-footer-bpm{display:flex;align-items:center;gap:8px;background:#0000000a;border-radius:12px;padding:8px 12px}.dark-theme .player-footer-bpm{background:#ffffff14}.bpm-icon{width:24px;height:24px;opacity:.7}.dark-theme .bpm-icon{filter:invert(1)}.bpm-decrease,.bpm-increase{width:36px;height:36px;border:none;border-radius:10px;background:#0000000f;font-size:20px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#333}.dark-theme .bpm-decrease,.dark-theme .bpm-increase{background:#ffffff1a;color:#fff}.bpm-decrease:hover,.bpm-increase:hover{background:#0000001f;transform:scale(1.05)}.dark-theme .bpm-decrease:hover,.dark-theme .bpm-increase:hover{background:#ffffff26}.bpm-decrease:active,.bpm-increase:active{transform:scale(.9)}.bpm-value{font-size:18px;font-weight:700;min-width:48px;text-align:center;color:#1a1a2e}.dark-theme .bpm-value{color:#fff}.player-footer-tuning{position:relative}.tuning-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;border-radius:12px;background:#0000000a;cursor:pointer;transition:all .2s ease}.dark-theme .tuning-button{background:#ffffff14}.tuning-button:hover{background:#00000014}.dark-theme .tuning-button:hover{background:#ffffff1f}.tuning-icon{width:24px;height:24px;opacity:.7}.dark-theme .tuning-icon{filter:invert(1)}.tuning-label{font-size:14px;font-weight:600;color:#333}.dark-theme .tuning-label{color:#fff}.tuning-arrow{font-size:10px;color:#666;transition:transform .2s ease}.dark-theme .tuning-arrow{color:#aaa}.tuning-menu{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid rgba(0,0,0,.1);overflow:hidden;min-width:160px}.dark-theme .tuning-menu{background:#1e2837fa;border-color:#ffffff1a}.tuning-option{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;transition:background .15s ease;text-align:left}.tuning-option:hover{background:#0000000d}.dark-theme .tuning-option:hover{background:#ffffff14}.tuning-option.selected{background:#667eea1a}.dark-theme .tuning-option.selected{background:#667eea33}.tuning-option-name{font-size:14px;font-weight:600;color:#333}.dark-theme .tuning-option-name{color:#fff}.tuning-option-notes{font-size:11px;color:#888;margin-top:2px}.dark-theme .tuning-option-notes{color:#999}.double-tap-zones{position:fixed;inset:0;pointer-events:none;z-index:999}.double-tap-zone{position:absolute;top:0;bottom:0;width:20%;min-width:60px;max-width:100px;pointer-events:auto;display:flex;align-items:center;justify-content:center}.double-tap-left{left:0}.double-tap-right{right:0}.double-tap-indicator{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#ffffffe6;opacity:0;transform:scale(.5);transition:all .15s ease;color:#667eea;box-shadow:0 4px 20px #0003}.dark-theme .double-tap-indicator{background:#1e2837f2;color:#8fa4f0}.double-tap-indicator svg{width:28px;height:28px}.double-tap-indicator.active{opacity:1;transform:scale(1)}.double-tap-indicator.active.skip{transform:scale(1.2);background:#667eeaf2;color:#fff}.dark-theme .double-tap-indicator.active.skip{background:#667eeae6;color:#fff}@media(hover:hover)and (pointer:fine){.double-tap-zones{display:none}}@media(max-width:480px){.player-header-content{padding:8px 12px;gap:10px}.player-header-back,.player-header-theme{width:40px;height:40px;font-size:18px}.player-header-title{font-size:16px}.player-header-badges{display:none}.player-footer-content{gap:8px;padding:8px 12px}.player-footer-play{width:56px;height:48px;font-size:20px}.bpm-decrease,.bpm-increase{width:32px;height:32px;font-size:18px}.bpm-value{font-size:16px;min-width:40px}.bpm-icon,.tuning-icon{width:20px;height:20px}}@media(max-height:500px)and (orientation:landscape){.player-header-content{padding:4px 8px;gap:8px}.player-header-back,.player-header-theme{width:28px;height:28px;font-size:14px;border-radius:8px}.player-header-info{flex-direction:row;align-items:center;gap:8px}.player-header-title{font-size:13px}.player-header-composer,.player-header-badges{display:none}.player-footer-progress{padding:2px 8px 0}.progress-track{height:20px}.progress-track:before{height:4px;border-radius:2px}.progress-fill{height:4px;border-radius:2px}.progress-thumb{width:12px;height:12px}.player-footer-content{height:auto;padding:4px 8px 6px}.player-footer-center{gap:6px}.player-footer-play{width:40px;height:36px;font-size:16px;border-radius:10px}.player-footer-skip{min-width:36px;height:40px;padding:4px 6px;border-radius:8px}.skip-icon-svg svg{width:18px;height:18px}.skip-label{font-size:9px}.player-footer-separator{height:24px}.player-footer-bpm{padding:4px 6px;gap:4px;border-radius:8px}.bpm-icon{width:16px;height:16px}.bpm-decrease,.bpm-increase{width:24px;height:24px;font-size:14px;border-radius:6px}.bpm-value{font-size:12px;min-width:32px}.player-footer-tuning .tuning-button{padding:4px 8px;gap:4px;border-radius:8px}.tuning-icon{width:16px;height:16px}.tuning-label,.tuning-value{font-size:11px}.tuning-dropdown{bottom:100%;margin-bottom:4px}.player-footer-time{font-size:11px;gap:2px}.time-current,.time-total{font-size:11px;min-width:32px}.time-separator{font-size:10px}}
