.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-container{width:100%;max-width:100%;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-img{width:38px;height:38px;object-fit:contain}.logo-text{font-size:1.1rem;font-weight:700;color:#b91c1c}.nav{display:flex;gap:1.5rem;margin-left:auto;margin-right:1.5rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;font-size:.9rem;padding:.5rem 0;position:relative;transition:color .2s}.nav-link:hover,.nav-link.active{color:#b91c1c}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#b91c1c;border-radius:2px}.header-actions{display:flex;align-items:center;gap:1.5rem}.cart-link{position:relative;text-decoration:none}.cart-icon{font-size:1.5rem;display:flex;align-items:center;color:#374151;transition:color .2s}.cart-link:hover .cart-icon{color:#b91c1c}.cart-count{position:absolute;top:-8px;right:-8px;background:#b91c1c;color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dashboard-link{background:#b91c1c;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s}.dashboard-link:hover{background:#991b1b}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#374151;padding:6px;border-radius:8px;transition:background .2s,color .2s;line-height:0}.mobile-menu-btn:hover{background:#f3f4f6}.mobile-menu-btn:focus-visible{outline:2px solid #b91c1c;outline-offset:2px}.nav-mobile,.nav-overlay{display:none}.footer{background:#fafafa;border-top:1px solid #e5e7eb}.footer-container{width:100%;max-width:100%;margin:0 auto;padding:1.5rem 2rem}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:1.5rem}.footer-logo{font-size:1rem;font-weight:700;color:#b91c1c;display:flex;align-items:center;gap:.5rem}.footer-logo-img{width:32px;height:32px;object-fit:contain}.footer-tagline{color:#6b7280;font-size:.85rem;margin:0}.footer-nav{display:flex;align-items:center;gap:2rem}.footer-nav a{color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.footer-nav a:hover{color:#b91c1c}.footer-socials{display:flex;gap:.5rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#6b7280;text-decoration:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.social-icon:hover{background:#b91c1c;border-color:#b91c1c;color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:center;gap:.75rem;padding-top:1rem;color:#9ca3af;font-size:.8rem}.footer-bottom a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:#b91c1c}.footer-divider{color:#d1d5db}.audio-player{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 2rem;display:flex;align-items:center;gap:2rem;box-shadow:0 -5px 20px #00000014;z-index:1000}.player-info{display:flex;align-items:center;gap:1rem;min-width:200px}.player-info img{width:50px;height:50px;border-radius:6px;object-fit:cover}.player-title{display:block;font-weight:600;color:#111827}.player-bpm{font-size:.85rem;color:#6b7280}.player-controls{display:flex;align-items:center;gap:.5rem}.player-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;cursor:pointer;font-size:1rem;transition:background .2s}.player-btn:hover{background:#e5e7eb}.player-btn.play{width:50px;height:50px;background:#b91c1c;color:#fff}.player-btn.play:hover{background:#b91c1c}.player-progress{flex:1;display:flex;align-items:center;gap:1rem}.progress-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#b91c1c;border-radius:3px}.player-time{font-size:.85rem;color:#6b7280;min-width:80px}@media(max-width:1024px){.header-container{padding:.75rem 1rem}.nav{gap:1.5rem}}@media(max-width:768px){.header-container{padding:.75rem 1rem}.logo-img{width:38px;height:38px}.logo-text{font-size:1rem}.nav{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;z-index:250}.nav-mobile{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:80vw;background:#fff;display:flex;flex-direction:column;padding:5rem 1.5rem 2rem;gap:0;z-index:200;box-shadow:-8px 0 30px #0000001f;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.nav-mobile.open{transform:translate(0);pointer-events:auto}.nav-mobile .nav-link{padding:.875rem .5rem;font-size:1.05rem;font-weight:500;color:#374151;border-bottom:1px solid #f3f4f6;border-radius:0}.nav-mobile .nav-link:last-child{border-bottom:none}.nav-mobile .nav-link.active{color:#b91c1c;background:#fef2f2;border-radius:8px;padding-left:.75rem;border-bottom-color:transparent}.nav-mobile .nav-link.active:after{display:none}.nav-overlay{display:block;position:fixed;inset:0;background:#0006;z-index:150;animation:overlay-fade-in .3s ease forwards}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.dashboard-link{display:none}.cart-icon{font-size:1.25rem}.cart-icon svg{width:20px;height:20px}.cart-count{width:16px;height:16px;font-size:.65rem;top:-6px;right:-6px}.footer-main{flex-direction:column;gap:2rem}.footer-brand{max-width:100%}.footer-links{flex-wrap:wrap;gap:1.5rem}.footer-column{min-width:130px}.footer-bottom{flex-direction:column;text-align:center}.audio-player{flex-wrap:wrap;padding:.75rem 1rem;gap:.75rem}.player-info{min-width:auto;gap:.75rem}.player-info img{width:40px;height:40px}.player-title{font-size:.9rem}.player-btn{width:35px;height:35px;font-size:.9rem}.player-btn.play{width:45px;height:45px}.player-progress{order:3;width:100%}}@media(max-width:480px){.header-container{padding:.6rem .75rem}.logo-img{width:32px;height:32px}.logo-text{font-size:.9rem}.footer-container{padding:2rem 1rem 1rem}.footer-links{gap:1rem}.footer-column{min-width:45%}.footer-column h4{font-size:.8rem}.footer-column a{font-size:.85rem}.player-info img{width:35px;height:35px}.player-title{font-size:.8rem}.player-bpm{font-size:.75rem}}.section-error{padding:2rem;text-align:center;border:1px solid #333;border-radius:12px;background:#1a1a1a}.section-error-message{color:#999;margin-bottom:1rem}.section-error-retry{padding:.5rem 1.25rem;background:#b91c1c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.waveform{display:flex;align-items:center;gap:1px;height:28px;flex:1}.waveform.playing{filter:drop-shadow(0 0 4px rgba(185,28,28,.25))}.waveform-bar{flex:1;min-width:1.5px;background:#ffffff1f;border-radius:3px;transition:background .3s ease,transform .3s ease;transform-origin:center}.waveform-bar.active{background:linear-gradient(to top,#b91c1c,#ef4444);animation:waveform-bounce .6s ease-in-out infinite alternate}@keyframes waveform-bounce{0%{transform:scaleY(.7);opacity:.7}to{transform:scaleY(1);opacity:1}}.waveform.waveform-light .waveform-bar{background:#0000001a}.waveform.waveform-light .waveform-bar.active{background:linear-gradient(to top,#b91c1c,#ef4444)}.waveform.waveform-light.playing{filter:drop-shadow(0 0 6px rgba(185,28,28,.2))}.waveform.waveform-muted .waveform-bar{background:#b91c1c33;animation:waveform-idle 2s ease-in-out infinite alternate}@keyframes waveform-idle{0%{transform:scaleY(.85);opacity:.5}to{transform:scaleY(1);opacity:.8}}.intro-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#b91c1c,#8b0000);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.intro-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.intro-logo-container{width:180px;height:180px;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5) rotate(-10deg);animation:logoEnter 1s ease-out forwards}.intro-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.intro-text{display:flex;gap:.1rem;font-size:3rem;font-weight:900;color:#fff;letter-spacing:.2em}.intro-letter{opacity:0;transform:translateY(50px);animation:letterEnter .5s ease-out forwards}.intro-letter:nth-child(1){animation-delay:.3s}.intro-letter:nth-child(2){animation-delay:.35s}.intro-letter:nth-child(3){animation-delay:.4s}.intro-letter:nth-child(4){animation-delay:.45s}.intro-letter:nth-child(5){animation-delay:.5s}.intro-space{width:.5rem}.intro-letter:nth-child(7){animation-delay:.6s}.intro-letter:nth-child(8){animation-delay:.65s}.intro-letter:nth-child(9){animation-delay:.7s}.intro-tagline{font-size:1.5rem;font-weight:600;color:#ffffffe6;letter-spacing:.5em;opacity:0;animation:taglineEnter .8s ease-out .9s forwards}.intro-wipe{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:translateY(100%)}.intro-overlay.exit .intro-wipe{animation:wipeUp .8s ease-in-out forwards}.intro-overlay.exit .intro-content{animation:contentExit .5s ease-in forwards}.intro-overlay.exit{animation:overlayExit 1s ease-in-out .8s forwards}@keyframes logoEnter{0%{opacity:0;transform:scale(.5) rotate(-10deg)}50%{opacity:1;transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes letterEnter{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes taglineEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes wipeUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes contentExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes overlayExit{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.intro-overlay.hold .intro-logo-container{animation:logoPulse 1s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media(max-width:768px){.intro-logo-container{width:120px;height:120px}.intro-text{font-size:2rem}.intro-tagline{font-size:1rem}}.home-page{min-height:100vh;background:#fff;overflow-x:hidden;width:100%}.home-page.has-player{padding-bottom:80px}.hero-section{background:linear-gradient(135deg,#b91c1c,#7f1d1d,#450a0a);padding:3.5rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.6}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.08) 0%,transparent 60%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.1rem;color:#ffffffe6;margin-bottom:2.25rem;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.15)}.hero-stats{display:flex;justify-content:center;gap:2.5rem}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.animate-stat{opacity:0;transform:translateY(12px);animation:statFadeIn .5s ease-out forwards}@keyframes statFadeIn{to{opacity:1;transform:translateY(0)}}.stat-icon{width:44px;height:44px;border-radius:12px;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.stat-label{font-size:.8rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.15)}.search-section{background:#fff;padding:1rem 1.25rem;border-bottom:1px solid #eee}.search-container{max-width:800px;margin:0 auto}.search-box{display:flex;align-items:center;background:#f3f3f3;border-radius:12px;padding:.875rem 1.25rem;border:2px solid #c5c5c5;margin-bottom:1rem;transition:border-color .2s,box-shadow .2s,background .2s;width:100%;box-sizing:border-box;box-shadow:inset 0 1px 4px #0000000f}.search-box:focus-within{border-color:#b91c1c;background:#fff;box-shadow:0 0 0 3px #b91c1c1a}.search-icon-svg{flex-shrink:0;margin-right:.6rem;color:#999}.search-input{flex:1;border:none;outline:none;font-size:.9rem;background:transparent;color:#333}.search-input::placeholder{color:#999}.search-hint{font-size:.78rem;font-weight:600;color:#888;background:#e8e8e8;padding:.3rem .75rem;border-radius:6px;white-space:nowrap;flex-shrink:0;letter-spacing:.02em;pointer-events:none}.clear-search{background:#eee;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#666;transition:all .2s}.clear-search:hover{background:#ddd}.genre-filters{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.genre-btn{background:#fff;color:#666;border:1px solid #ddd;padding:.5rem 1.25rem;border-radius:25px;cursor:pointer;font-size:.9rem;transition:all .2s}.genre-btn:hover{border-color:#333;color:#333}.genre-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a;font-weight:600}.beats-listing{padding:.75rem 1rem;max-width:100%;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.beats-grid{display:flex;flex-direction:column;gap:2px;width:100%}.beat-card{background:#fff;border-radius:10px;overflow:hidden;transition:all .15s ease;border:1px solid transparent;display:flex;flex-direction:row;align-items:center;padding:.45rem 1rem;gap:.85rem;width:100%;box-sizing:border-box}.beat-card:hover{background:#f7f7f7;border-color:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.beat-card.is-playing{background:#fef2f2;border-color:#b91c1c26}.beat-play-btn{width:36px;height:36px;min-width:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;background:#f3f3f3;color:#b91c1c;flex-shrink:0}.beat-play-btn:hover{background:#b91c1c;color:#fff;transform:scale(1.08);box-shadow:0 4px 12px #b91c1c4d}.beat-play-btn.playing{background:#b91c1c;color:#fff;animation:pulse-ring 2s ease-out infinite}.beat-play-btn:disabled{background:#f5f5f5;color:#ccc;cursor:not-allowed}.beat-play-btn:disabled:hover{transform:none;box-shadow:none}@keyframes pulse-ring{0%{box-shadow:0 0 #b91c1c59}70%{box-shadow:0 0 0 10px #b91c1c00}to{box-shadow:0 0 #b91c1c00}}.beat-card .beat-artwork{position:relative;width:44px;min-width:44px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0}.beat-card .beat-artwork img{width:100%;height:100%;object-fit:cover}.beat-card .no-artwork{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.beat-info-block{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.beat-card .beat-title{margin:0;font-size:.95rem;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.beat-meta-row{display:flex;align-items:center;gap:.5rem}.beat-card .genre-tag{background:#1a1a1a;color:#fff;padding:.15rem .5rem;border-radius:20px;font-weight:600;font-size:.65rem;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.beat-detail{font-size:.75rem;color:#999;white-space:nowrap}.beat-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.beat-price{font-size:1.05rem;font-weight:800;color:#b91c1c;min-width:55px;text-align:right;letter-spacing:-.02em}.action-buttons{display:flex;gap:.35rem;flex-shrink:0}.btn-license{background:linear-gradient(135deg,#b91c1c,#991b1b);color:#fff;border:none;padding:.4rem .85rem;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #b91c1c40;white-space:nowrap}.btn-license:hover{transform:translateY(-1px);box-shadow:0 4px 10px #b91c1c59;background:linear-gradient(135deg,#a31919,#881717)}.btn-cart{background:#f5f5f5;border:1px solid #e5e5e5;padding:.4rem .5rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#666}.btn-cart:hover{background:#eee;color:#b91c1c;border-color:#ddd}.btn-cart.in-cart{background:#16a34a;color:#fff;border-color:#16a34a}.btn-cart:disabled{cursor:default}.sticky-player{position:fixed;bottom:0;left:0;right:0;z-index:900;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sticky-player-inner{background:#1a1a1a;border-top:1px solid #333;max-width:1100px;margin:0 auto;box-shadow:0 -4px 20px #00000040}.sticky-progress-bar{width:100%;height:3px;background:#333;cursor:pointer;position:relative;transition:height .15s}.sticky-progress-bar:hover{height:5px}.sticky-progress-fill{height:100%;background:#b91c1c;border-radius:0 2px 2px 0;transition:width .1s linear}.sticky-player-content{display:flex;align-items:center;padding:.6rem 1.25rem;gap:1rem}.sticky-player-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.sticky-artwork{width:42px;height:42px;min-width:42px;border-radius:6px;overflow:hidden;flex-shrink:0}.sticky-artwork img{width:100%;height:100%;object-fit:cover}.sticky-no-artwork{width:100%;height:100%;background:#333;display:flex;align-items:center;justify-content:center}.sticky-info{display:flex;flex-direction:column;min-width:0}.sticky-title{font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-meta{font-size:.72rem;color:#999}.sticky-player-center{flex-shrink:0}.sticky-play-btn{width:40px;height:40px;border-radius:50%;background:#b91c1c;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.sticky-play-btn:hover{background:#dc2626;transform:scale(1.08)}.sticky-waveform{height:24px;max-width:200px;min-width:80px;padding:0 4px}.sticky-player-right{flex-shrink:0}.sticky-time{font-size:.75rem;color:#888;font-variant-numeric:tabular-nums;white-space:nowrap}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.75rem}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#b91c1c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.no-results{text-align:center;padding:4rem 2rem;color:#666}.no-results-icon{display:block;margin-bottom:1rem}.no-results h3{color:#333;margin-bottom:.5rem}.license-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.license-modal{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:#e5e7eb}.license-modal h2{font-size:1.5rem;color:#111827;margin-bottom:1.5rem;padding-right:3rem}.license-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.license-option{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.license-option:hover{border-color:#b91c1c;box-shadow:0 4px 15px #b91c1c26}.license-option.featured{border-color:#b91c1c;background:#fef2f2}.popular-badge{position:absolute;top:-10px;right:1rem;background:#b91c1c;color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .75rem;border-radius:10px}.license-option h3{font-size:1.1rem;color:#111827;margin-bottom:.5rem}.license-price{font-size:1.5rem;font-weight:700;color:#b91c1c;margin-bottom:1rem}.license-option ul{list-style:none;padding:0;margin:0}.license-option li{color:#4b5563;font-size:.9rem;padding:.35rem 0}@media(max-width:768px){.hero-section{padding:2rem 1rem 1.75rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.hero-stats{gap:1.25rem}.stat-icon{width:36px;height:36px;border-radius:10px}.stat-icon svg{width:18px;height:18px}.stat-label{font-size:.7rem}.search-section{padding:.75rem}.search-container{max-width:100%}.search-box{padding:.75rem 1rem;border-radius:10px}.genre-filters{gap:.4rem}.genre-btn{padding:.4rem .9rem;font-size:.8rem}.beats-listing{padding:.5rem}.beat-card{padding:.5rem .65rem;gap:.6rem}.beat-play-btn{width:36px;height:36px;min-width:36px}.beat-play-btn svg{width:15px;height:15px}.beat-card .beat-artwork{width:40px;min-width:40px;height:40px}.beat-card .beat-title{font-size:.85rem}.beat-detail{display:none}.beat-price{font-size:.9rem;min-width:45px}.btn-license{padding:.35rem .6rem;font-size:.7rem}.btn-cart{padding:.35rem .4rem}.sticky-player-content{padding:.5rem .75rem;gap:.5rem}.sticky-artwork{width:36px;height:36px;min-width:36px}.sticky-title{font-size:.8rem}.sticky-meta{font-size:.65rem}.sticky-play-btn{width:36px;height:36px}.sticky-waveform{display:none}.sticky-time{font-size:.7rem}.license-modal{padding:1.5rem;margin:1rem}.license-options{grid-template-columns:1fr;gap:.75rem}.license-option{padding:1.25rem}.license-modal h2{font-size:1.25rem;padding-right:2.5rem}}@media(max-width:480px){.hero-section{padding:1.5rem 1rem}.hero-title{font-size:1.35rem}.hero-subtitle{font-size:.85rem;margin-bottom:1.25rem}.hero-stats{gap:1rem}.stat-icon{width:32px;height:32px;border-radius:8px}.stat-icon svg{width:16px;height:16px}.stat-label{font-size:.65rem}.search-section{padding:.65rem}.search-box{padding:.65rem .875rem;border-radius:8px}.genre-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.genre-btn{flex-shrink:0}.beat-card{padding:.5rem .6rem;gap:.5rem}.beat-play-btn{width:34px;height:34px;min-width:34px}.beat-card .beat-artwork{width:38px;min-width:38px;height:38px;border-radius:6px}.beat-card .beat-title{font-size:.82rem}.beat-card .genre-tag{font-size:.6rem;padding:.12rem .4rem}.beat-price{font-size:.85rem;min-width:42px}.beat-right{gap:.5rem}.sticky-player-content{padding:.4rem .6rem;gap:.4rem}.sticky-artwork{width:32px;height:32px;min-width:32px}.sticky-time{display:none}}.contact-page{width:100%}.contact-success{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000d;max-width:500px;margin:0 auto}.success-icon{width:80px;height:80px;border-radius:50%;background:#10b981;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.contact-success h2{font-size:1.75rem;color:#111827;margin-bottom:.5rem}.contact-success p{color:#6b7280;margin-bottom:2rem}.send-another-btn{background:#b91c1c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.send-another-btn:hover{background:#b91c1c}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem}.contact-info h1{font-size:2.5rem;color:#111827;margin-bottom:1rem}.contact-intro{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.contact-methods{margin-bottom:2rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.method-icon{font-size:1.5rem}.contact-method h3{font-size:.9rem;color:#111827;margin-bottom:.25rem}.contact-method p{color:#6b7280;font-size:.95rem}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;text-decoration:none;border-radius:20px;font-size:.9rem;transition:all .2s}.social-link:hover{background:#b91c1c;color:#fff}.email-link{color:#b91c1c;text-decoration:none;font-weight:500}.email-link:hover{text-decoration:underline}.contact-form-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 10px #0000000d}.contact-form-section h2{font-size:1.5rem;color:#111827;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.contact-form h2{font-size:1.5rem;color:#111827;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #d4d4d4;border-radius:8px;font-size:1rem;outline:none;background:#fafafa;box-shadow:inset 0 1px 3px #0000000a;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#b91c1c;background:#fff;box-shadow:0 0 0 3px #b91c1c14}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#b91c1c 0% 100%);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #dc26264d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.faq-band{background:#f9f9f9;border-top:1px solid #eee}.faq-section{max-width:1200px;margin:0 auto;padding:3rem 2rem}.faq-section h2{font-size:1.75rem;color:#111827;text-align:center;margin-bottom:2rem}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.faq-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.faq-item h3{font-size:1rem;color:#111827;margin-bottom:.75rem}.faq-item p{color:#6b7280;font-size:.95rem;line-height:1.5}@media(max-width:768px){.contact-container{grid-template-columns:1fr;padding:1.5rem 1rem}.contact-info h1{font-size:2rem}.faq-section{padding:2rem 1rem}.faq-grid{grid-template-columns:1fr}}.licenses-page{padding:2rem;max-width:1200px;margin:0 auto}.licenses-header{text-align:center;margin-bottom:3rem}.licenses-header h1{font-size:2.5rem;color:#111827;margin-bottom:.5rem}.licenses-header p{color:#6b7280;font-size:1.1rem;max-width:600px;margin:0 auto}.licenses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.license-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 15px #0000000f;position:relative;transition:transform .2s,box-shadow .2s;border-top:4px solid var(--accent-color, #6b7280)}.license-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.license-card.popular{border-top-color:#b91c1c;box-shadow:0 5px 25px #dc262626}.popular-tag{position:absolute;top:-12px;right:20px;background:#b91c1c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.license-card h2{font-size:1.25rem;color:#111827;margin-bottom:.75rem}.license-price{margin-bottom:1rem}.license-price .currency{font-size:1.25rem;color:var(--accent-color, #b91c1c);vertical-align:top}.license-price .amount{font-size:2.5rem;font-weight:700;color:var(--accent-color, #b91c1c)}.license-price .contact-price{font-size:1.75rem;font-weight:700;color:var(--accent-color, #f59e0b)}.license-description{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.license-features{list-style:none;padding:0;margin-bottom:1.5rem}.license-features li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#374151;font-size:.9rem}.license-features li.included .feature-icon{color:#10b981}.license-features li.not-included{color:#9ca3af}.license-features li.not-included .feature-icon{color:#d1d5db}.license-cta{display:block;width:100%;padding:.75rem;text-align:center;background:#fff;color:var(--accent-color, #b91c1c);border:2px solid var(--accent-color, #b91c1c);border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.license-cta:hover{background:var(--accent-color, #b91c1c);color:#fff}.license-card.popular .license-cta{background:#b91c1c;color:#fff;border-color:#b91c1c}.license-card.popular .license-cta:hover{background:#991b1b;border-color:#991b1b}.license-cta{font-size:.95rem}.exclusive-band{margin-bottom:4rem;margin-top:-1.5rem}.exclusive-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #f59e0b;border-radius:16px;padding:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.exclusive-left h2{font-size:1.5rem;color:#111827;margin-bottom:.5rem}.exclusive-left .license-description{margin-bottom:1.5rem}.exclusive-cta{display:inline-block!important;width:auto!important;padding:.75rem 2rem!important;background:#f59e0b!important;color:#111!important;border-color:#f59e0b!important;font-weight:700}.exclusive-cta:hover{background:#d97706!important;border-color:#d97706!important;color:#111!important}.exclusive-features{columns:2;column-gap:1.5rem;margin-bottom:0!important}.exclusive-features li{break-inside:avoid}.licenses-info{background:#f9fafb;padding:3rem;border-radius:16px;margin-bottom:3rem}.licenses-info h2{font-size:1.5rem;color:#111827;text-align:center;margin-bottom:2rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.info-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.info-card h3{font-size:1rem;color:#111827;margin-bottom:.5rem}.info-card p{color:#6b7280;font-size:.9rem;line-height:1.5}.license-comparison{background:#fff;border-radius:16px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 15px #0000000f}.license-comparison h2{font-size:1.5rem;color:#111827;text-align:center;margin-bottom:1.5rem}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid #e5e7eb}.comparison-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:.9rem}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:500;color:#111827}.comparison-table td{color:#6b7280;font-size:.9rem}.comparison-table .popular-col{background:#b91c1c0d}.comparison-table th.popular-col{color:#b91c1c;position:relative}.comparison-table tbody tr:hover{background:#fafafa}.comparison-table td:not(:first-child){font-weight:500}.comparison-table td:contains("✓"){color:#10b981}.licenses-cta-section{text-align:center;padding:3rem;background:linear-gradient(135deg,#b91c1c 0% 100%);border-radius:16px}.licenses-cta-section h2{font-size:2rem;color:#fff;margin-bottom:.5rem}.licenses-cta-section p{color:#ffffffe6;margin-bottom:1.5rem}.cta-button{display:inline-block;background:#fff;color:#b91c1c;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:transform .2s}.cta-button:hover{transform:translateY(-2px)}@media(max-width:768px){.licenses-page{padding:1.5rem 1rem}.licenses-grid{grid-template-columns:1fr}.exclusive-card{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}.exclusive-features{columns:1}.licenses-header h1{font-size:2rem}.license-comparison{padding:1.5rem 1rem}.license-comparison h2{font-size:1.25rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem;font-size:.8rem}.licenses-info{padding:2rem 1.5rem}.info-grid{grid-template-columns:1fr}}.auth-page{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f5f5f5);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-container{width:100%;max-width:420px;text-align:center}.auth-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;margin-bottom:2rem}.auth-logo img{width:45px;height:45px;object-fit:contain}.auth-logo span{font-size:1.25rem;font-weight:700;color:#b91c1c}.auth-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #00000014}.auth-card h1{font-size:1.75rem;color:#111827;margin-bottom:.5rem}.auth-subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.auth-message{padding:.875rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.auth-message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.auth-message.success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .form-group{text-align:left}.auth-form label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.auth-form input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-form input:focus{outline:none;border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c1a}.auth-btn{width:100%;padding:1rem;background:#b91c1c;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;margin-top:.5rem}.auth-btn:hover:not(:disabled){background:#991b1b;transform:translateY(-1px)}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{color:#9ca3af;font-size:.875rem}.auth-switch{background:none;border:none;color:#b91c1c;font-size:.95rem;cursor:pointer;padding:.5rem;transition:color .2s}.auth-switch:hover{color:#991b1b;text-decoration:underline}.back-to-store{display:inline-block;margin-top:1.5rem;color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .2s}.back-to-store:hover{color:#b91c1c}@media(max-width:480px){.auth-page{padding:1rem}.auth-card{padding:1.75rem;border-radius:12px}.auth-card h1{font-size:1.5rem}}.legal-page{min-height:100vh;padding:120px 20px 60px}.legal-container{max-width:800px;margin:0 auto;background:#fffffffa;border-radius:12px;padding:48px;box-shadow:0 4px 20px #00000014}.legal-container h1{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:8px}.legal-container .last-updated{color:#666;font-size:.9rem;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #eee}.legal-container section{margin-bottom:32px}.legal-container h2{font-size:1.25rem;font-weight:600;color:#b91c1c;margin-bottom:12px}.legal-container p{color:#444;line-height:1.7;margin-bottom:12px}.legal-container ul{list-style:none;padding:0;margin:12px 0}.legal-container ul li{position:relative;padding-left:24px;margin-bottom:10px;color:#444;line-height:1.6}.legal-container ul li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background:#b91c1c;border-radius:50%}.legal-container ul li strong{color:#222}@media(max-width:768px){.legal-page{padding:100px 16px 40px}.legal-container{padding:32px 24px}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%}:root{--primary-red: #b91c1c;--primary-red-dark: #991b1b;--primary-red-light: #b91c1c;--primary-crimson: #c41e3a;--bg-white: #ffffff;--bg-light: #fafafa;--bg-gray: #f5f5f5;--bg-red-light: #fef2f2;--text-dark: #1a1a1a;--text-gray: #525252;--text-light: #a3a3a3;--border-color: #e5e5e5;--shadow-sm: 0 1px 2px rgba(185, 28, 28, .08);--shadow-md: 0 4px 12px rgba(185, 28, 28, .12);--shadow-lg: 0 10px 30px rgba(185, 28, 28, .15);--shadow-red: 0 4px 20px rgba(185, 28, 28, .25)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f0f0f0;color:var(--text-dark);min-height:100vh}.app{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--bg-white);width:75%;max-width:1100px;margin:0 auto;box-shadow:0 0 60px #0000001a}@media(max-width:1400px){.app{width:80%}}@media(max-width:1024px){.app{width:90%}}@media(max-width:768px){.app{width:100%;box-shadow:none;overflow-x:hidden}}.bg-grid{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(220,38,38,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(220,38,38,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:-1}.bg-glow{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(220,38,38,.08) 0%,transparent 70%);pointer-events:none;z-index:-1}.header{padding:1.5rem 2rem;background:var(--bg-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.header h1{font-size:1.5rem;color:var(--primary-red);font-weight:700}main{flex:1;padding:0;background:var(--bg-white);overflow-x:hidden}.page{max-width:1200px;margin:0 auto}.page h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.footer{padding:1.5rem 2rem;text-align:center;background:var(--bg-white);border-top:1px solid var(--border-color);color:var(--text-gray)}.skip-link{position:absolute;top:-40px;left:0;background:#b91c1c;color:#fff;padding:8px 16px;z-index:100;text-decoration:none;font-weight:600}.skip-link:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.doodle{position:absolute;pointer-events:none;opacity:.04;z-index:0;stroke:#b91c1c;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.doodle-1{top:5%;left:3%;width:36px;height:36px;transform:rotate(-15deg)}.doodle-2{top:12%;right:4%;width:32px;height:32px;transform:rotate(12deg)}.doodle-3{top:28%;left:2%;width:40px;height:40px;transform:rotate(8deg)}.doodle-4{top:38%;right:3%;width:34px;height:34px;transform:rotate(-20deg)}.doodle-5{top:50%;left:4%;width:30px;height:30px;transform:rotate(22deg)}.doodle-6{top:58%;right:2%;width:38px;height:38px;transform:rotate(-8deg)}.doodle-7{top:70%;left:3%;width:34px;height:34px;transform:rotate(15deg)}.doodle-8{top:78%;right:4%;width:30px;height:30px;transform:rotate(-12deg)}.doodle-9{top:88%;left:2%;width:36px;height:36px;transform:rotate(18deg)}.doodle-10{top:95%;right:3%;width:32px;height:32px;transform:rotate(-25deg)}@media(max-width:768px){.doodle{display:none}}
