.audio-player{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:1px solid #eaeaea;padding:var(--space-2) var(--space-4);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:80px;display:flex;align-items:center}.audio-player-content{display:flex;align-items:center;gap:var(--space-4);max-width:1200px;margin:0 auto;width:100%;height:100%}.track-info{flex:1;min-width:0}.track-title{font-weight:600;font-size:14px;color:#464646;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-time{font-size:12px;color:#747474}.player-controls{display:flex;align-items:center;gap:10px}.control-btn{background:#d5d8db;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#505050;transition:background .2s}.control-btn:hover{background:#bbb}.control-btn svg{width:16px;height:16px}.progress-section{flex:2;min-width:0;display:flex;align-items:center}.progress-bar{width:100%;height:6px;border-radius:3px;background:#fff;outline:none;cursor:pointer;-webkit-appearance:none}.progress-bar::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:1px solid #b7b7b7;box-shadow:0 1px 3px #94949433}.progress-bar::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#8a8a8a;cursor:pointer;border:2px solid #ffffff;box-shadow:0 1px 3px #0003}.volume-section{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.volume-icon-container{background:#d5d8db;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#505050;transition:background .2s;flex-shrink:0}.volume-icon-container:hover{background:#bbb}.volume-icon-container svg{width:16px;height:16px}.volume-control{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.volume-bar{width:100%;height:6px;border-radius:3px;background:#fff;outline:none;cursor:pointer;-webkit-appearance:none}.volume-bar::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:1px solid #b7b7b7;box-shadow:0 1px 3px #94949433}.volume-bar::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#8a8a8a;cursor:pointer;border:2px solid #ffffff;box-shadow:0 1px 3px #0003}@media(max-width:768px){.audio-player-content{flex-wrap:wrap;gap:10px}.track-info{order:1;flex:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:1rem}.track-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.track-time{flex-shrink:0;margin:0;font-size:.9rem}.player-controls{order:2}.progress-section{order:3;flex:2;min-width:0}.volume-section{order:4;flex:1;min-width:0}}@media(max-width:480px){.track-info{gap:.5rem}.track-time{font-size:.8rem}}.app-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem var(--space-8);position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;min-height:100px;transition:all .3s ease;color:var(--text)}.header-nav-left{display:flex;align-items:center;gap:var(--space-6);flex:1;position:relative}.header-nav-left a{text-decoration:none;color:inherit}.nav-link{background:none;border:none;color:var(--text);font-size:var(--font-size-lg);font-weight:400;cursor:pointer;padding:var(--space-2) var(--space-3);border-radius:6px;transition:all .2s ease;position:relative;text-decoration:none;flex-shrink:0}.nav-link:hover{color:var(--hover)}.nav-link.active{font-weight:550}.sliding-line{position:absolute;bottom:5px;height:2px;background:#fff;pointer-events:none;transition:all .3s ease;width:60px;left:0}.header-logo{display:flex;justify-content:center;flex:1;padding-top:.5rem}.header-logo img{height:50px;width:auto;object-fit:contain}.header-actions{display:flex;align-items:center;gap:var(--space-4);flex:1;justify-content:flex-end}.header-button{border:1px solid rgb(255,255,255);background-color:#ffd2d2;color:var(--text);border-radius:.5rem;font-size:var(--font-size-base);font-weight:600;line-height:1.25rem;padding:.75rem 1rem;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;text-decoration:none;display:inline-flex;align-items:center;gap:var(--space-2);transition:all .2s ease}.header-button:hover{color:var(--hover)}.header-button:focus{outline:2px solid rgba(0,0,0,.1);outline-offset:2px}.header-button:focus-visible{box-shadow:none}@media(max-width:768px){.app-header{padding:1rem var(--space-4);min-height:80px;flex-wrap:wrap;gap:var(--space-2)}.header-nav-left{gap:var(--space-3);order:1;flex:100%;justify-content:center}.header-logo{order:2;flex:none;padding-top:.25rem}.header-actions{order:3;flex:none;gap:var(--space-1)}.nav-link{font-size:var(--font-size-sm);padding:var(--space-1) var(--space-2)}.header-logo img{height:40px}.header-button{padding:.5rem .75rem;font-size:var(--font-size-sm)}.sliding-line{width:50px}}.cart-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border);max-width:800px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.cart-container h2{align-self:flex-start;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text)}.cart-empty{text-align:center;padding:3rem 2rem;color:var(--text-light)}.cart-item{display:flex;align-items:center;padding:1.25rem;margin-bottom:1rem;border-radius:8px;border:1px solid var(--border);gap:1rem;transition:border-color .2s ease}.cart-item:hover{border-color:var(--primary)}.cart-item-image{width:80px;height:80px;object-fit:contain;border-radius:6px;background:#fafafa;padding:.5rem}.cart-item-details{flex:1}.cart-item-details h4{margin-bottom:.25rem;font-weight:600;font-size:1rem}.cart-item-details p{color:var(--text-light);font-size:.875rem;margin:.1rem 0}.cart-item-controls{display:flex;gap:.75rem;align-items:center}.cart-item-controls input{width:60px;padding:.375rem;border:1px solid var(--border);border-radius:6px;text-align:center;font-size:.875rem}.remove-btn{padding:.375rem .75rem;background:var(--text);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;transition:background .2s ease}.remove-btn:hover{background:#dc2626}.cart-item-total{font-weight:700;color:var(--text);min-width:80px;text-align:right}.cart-total{width:100%;text-align:right;font-size:1.25rem;font-weight:700;margin:1.5rem 0;padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid var(--border)}.checkout-btn{max-width:200px;padding:1rem;background:var(--text);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.checkout-btn:hover{background:var(--primary-dark)}@media(max-width:768px){.cart-container{padding:1rem}.cart-item{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item-controls{width:100%;justify-content:space-between}.cart-item-image{width:60px;height:60px}}.skeleton-element{background:#f8f8f8;border-radius:4px}.skeleton-line{height:16px;background:#f8f8f8;border-radius:4px;margin-bottom:12px}.skeleton-line.skeleton-title{height:24px;width:70%;margin:0 auto 16px}.skeleton-line.skeleton-subtitle{height:18px;width:50%;margin:0 auto 24px}.skeleton-line.skeleton-short{width:60%}.skeleton-image{width:100%;height:200px;background:#f8f8f8;border-radius:8px}.home-skeleton{width:100vw}.skeleton-hero{min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:2rem}.skeleton-cover-art{width:100%;max-width:400px;height:400px;background:#f8f8f8;border-radius:12px;margin:0 auto}.skeleton-hero-text{display:flex;flex-direction:column;gap:1rem;align-items:center}.skeleton-hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.skeleton-button{width:160px;height:48px;background:#f8f8f8;border-radius:12px}.skeleton-button.secondary{width:120px;height:20px}.skeleton-bio{background:#fff;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.skeleton-bio-content{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.skeleton-bio-text{max-width:1100px;width:100%;display:flex;flex-direction:column;gap:1rem}.skeleton-bio-image{width:100%;max-width:400px;height:300px;background:#f8f8f8;border-radius:12px;margin:0 auto}.skeleton-link{width:140px;height:20px;background:#f8f8f8;border-radius:4px;margin:1rem auto 0}.skeleton-social{padding:4rem 0;background:var(--background);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:50vh;display:flex;align-items:center;justify-content:center}.skeleton-social-icons{display:flex;justify-content:center;gap:5rem}.skeleton-social-icon{width:60px;height:60px;background:#f8f8f8;border-radius:50%}.skeleton-newsletter{padding:4rem 0;background:#fff;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:50vh;display:flex;align-items:center;justify-content:center}.skeleton-newsletter-card{background:transparent;border-radius:0;padding:0;text-align:center;max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.music-skeleton{width:100%;height:calc(90vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 0;background:var(--background)}.skeleton-music-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.skeleton-music-cover{display:flex;flex-direction:column;align-items:center;gap:2rem}.skeleton-release-info{text-align:center;width:100%;margin-bottom:2rem}.skeleton-meta{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.skeleton-tag{width:80px;height:20px;background:#f8f8f8;border-radius:12px}.skeleton-cover-image{width:100%;max-width:400px;height:400px;background:#f8f8f8;border-radius:12px}.skeleton-section-title{width:200px;height:24px;background:#f8f8f8;border-radius:4px;margin-top:1.5rem}.skeleton-music-info{display:flex;flex-direction:column}.skeleton-streaming-grid{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}.skeleton-streaming-link{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;border:1px solid var(--border);width:100%}.skeleton-streaming-icon{width:30px;height:30px;background:#f8f8f8;border-radius:6px;flex-shrink:0}.about-skeleton{width:100%;min-height:calc(100vh - 80px);padding:2rem 0;background:var(--background)}.skeleton-about-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.skeleton-about-text{width:100%;max-width:800px;display:flex;flex-direction:column;gap:2rem}.skeleton-paragraph{display:flex;flex-direction:column;gap:.75rem}.skeleton-press-kit{display:flex;flex-direction:column;margin:3rem auto 4rem;padding-top:2rem;border-top:1px solid var(--border);width:60%;max-width:500px;align-items:center;gap:1rem}.skeleton-press-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}.product-detail-skeleton{max-width:1200px;margin:0 auto;padding:2rem}.skeleton-back-button{width:140px;height:40px;background:#f8f8f8;border-radius:8px;margin-bottom:2rem}.skeleton-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.skeleton-product-image-section{position:sticky;top:2rem}.skeleton-product-image{width:100%;height:500px;background:#f8f8f8;border-radius:12px}.skeleton-product-info{padding:1rem 0;display:flex;flex-direction:column;gap:1.5rem}.skeleton-line.skeleton-product-title{height:32px;width:80%;margin:0 0 1rem}.skeleton-line.skeleton-product-description{height:60px;width:100%}.skeleton-line.skeleton-product-price{height:28px;width:100px}.skeleton-option-group{display:flex;flex-direction:column;gap:.5rem}.skeleton-label{width:60px;height:16px;background:#f8f8f8;border-radius:4px}.skeleton-color-options{display:flex;gap:.5rem;flex-wrap:wrap}.skeleton-color-option{width:32px;height:32px;background:#f8f8f8;border-radius:50%}.skeleton-size-options{display:flex;gap:.5rem;flex-wrap:wrap}.skeleton-size-option{width:60px;height:40px;background:#f8f8f8;border-radius:6px}.skeleton-quantity-selector{width:120px;height:44px;background:#f8f8f8;border-radius:8px}.skeleton-add-to-cart-button{width:100%;height:52px;background:#f8f8f8;border-radius:8px;margin-top:1rem}.support-membership-skeleton{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.skeleton-support-header{text-align:center;padding:0 2rem;margin-top:3rem;margin-bottom:4rem;display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}.skeleton-support-toggle{display:inline-flex;background:#fff;border-radius:50px;padding:4px;border:2px solid var(--border);gap:4px}.skeleton-toggle-option{width:120px;height:36px;background:#f8f8f8;border-radius:50px}.skeleton-support-tiers{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.75rem;align-items:start;width:100%;padding:0 1.75rem;box-sizing:border-box;align-items:stretch}.skeleton-support-tier{background:#fff;border-radius:11px;padding:1.75rem;border:2px solid var(--border);display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box;min-height:460px;gap:1rem;position:relative}.skeleton-tier-header{text-align:center;display:flex;flex-direction:column;gap:.5rem;align-items:center;min-height:100px}.skeleton-tier-price{text-align:center;padding:.5rem 0;border-bottom:1px solid var(--border);margin-bottom:1.25rem;min-height:60px;display:flex;align-items:center;justify-content:center}.skeleton-benefits-list{list-style:none;padding:0;margin:0;flex-grow:1;min-height:180px;display:flex;flex-direction:column;gap:.75rem}.skeleton-benefit-item{display:flex;align-items:center;gap:.5rem}.skeleton-support-button{width:100%;height:44px;background:#f8f8f8;border-radius:7px;margin-top:auto}.checkout-skeleton{max-width:1000px;margin:0 auto}.skeleton-checkout-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border)}.skeleton-checkout-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;margin-bottom:2rem}.skeleton-checkout-left,.skeleton-checkout-right{display:flex;flex-direction:column;gap:1.5rem}.skeleton-form-section{background:#fafafa;padding:1.5rem;border-radius:8px;border:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.skeleton-form-row{display:flex;gap:1rem}.skeleton-input{flex:1;height:44px;background:#f8f8f8;border-radius:6px}.skeleton-select{width:100%;height:44px;background:#f8f8f8;border-radius:6px}.skeleton-payment-element{width:100%;height:80px;background:#f8f8f8;border-radius:8px}.skeleton-order-summary{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border);position:sticky;top:2rem;display:flex;flex-direction:column;gap:1rem}.skeleton-order-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.skeleton-order-image{width:50px;height:50px;background:#f8f8f8;border-radius:6px;flex-shrink:0}.skeleton-order-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-order-price{width:60px;height:20px;background:#f8f8f8;border-radius:4px;flex-shrink:0}.skeleton-order-totals{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.skeleton-total-line{width:100%;height:20px;background:#f8f8f8;border-radius:4px}.skeleton-total-line.main{height:24px;width:80%;align-self:flex-end}.skeleton-checkout-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.order-confirmation-skeleton{max-width:800px;margin:0 auto;padding:2rem}.skeleton-confirmation-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#f8f8f8;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1rem}.skeleton-success-icon{width:64px;height:64px;background:#f8f8f8;border-radius:50%}.skeleton-confirmation-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.skeleton-detail-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem}.skeleton-order-items-list{display:flex;flex-direction:column;gap:1rem}.skeleton-order-item-confirm{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px}.skeleton-order-item-image-confirm{width:60px;height:60px;background:#f8f8f8;border-radius:6px;flex-shrink:0}.skeleton-order-item-details-confirm{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-order-item-price-confirm{width:80px;height:20px;background:#f8f8f8;border-radius:4px}.skeleton-next-steps{display:flex;flex-direction:column;gap:1rem}.skeleton-step{display:flex;align-items:flex-start;gap:1rem}.skeleton-step-number{width:24px;height:24px;background:#f8f8f8;border-radius:50%;flex-shrink:0}.skeleton-step-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-confirmation-actions{text-align:center;padding:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;align-items:center}.support-success-skeleton{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}.skeleton-success-content{background:#fff;padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg);text-align:center;max-width:500px;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.skeleton-success-icon-large{width:64px;height:64px;background:#f8f8f8;border-radius:50%}.skeleton-payment-details{display:flex;flex-direction:column;gap:.5rem;width:100%}.skeleton-success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;width:100%}.skeleton-home-button,.skeleton-music-button{width:120px;height:44px;background:#f8f8f8;border-radius:6px}.skeleton-support-note{border-top:1px solid var(--border);padding-top:1.5rem;width:100%;display:flex;justify-content:center}@media(max-width:1100px){.skeleton-support-tiers{grid-template-columns:repeat(2,1fr);padding:0 1.25rem}.skeleton-support-tier:nth-child(3){grid-column:1 / -1;max-width:380px;justify-self:center}}@media(max-width:968px){.skeleton-music-content{grid-template-columns:1fr;gap:3rem}.skeleton-music-cover{align-items:center}.skeleton-cover-image{max-width:350px;height:350px}}@media(max-width:768px){.skeleton-hero{min-height:80vh;padding:1rem}.skeleton-cover-art{max-width:300px;height:300px}.skeleton-bio{min-height:80vh}.skeleton-bio-content{gap:2.5rem;max-width:100%;padding:0 1rem}.skeleton-bio-image{max-width:350px;height:250px}.skeleton-social,.skeleton-newsletter{min-height:40vh;padding:3rem 0}.skeleton-social-icons{gap:1.5rem}.skeleton-social-icon{width:50px;height:50px}.skeleton-music-content{gap:2rem;padding:0 1rem}.skeleton-cover-image{max-width:300px;height:300px}.skeleton-about-content{padding:0 1rem}.skeleton-press-kit{width:80%}.product-detail-skeleton{padding:1rem}.skeleton-product-layout{grid-template-columns:1fr;gap:2rem}.skeleton-product-image-section{position:static}.skeleton-product-image{height:400px}.skeleton-support-tiers{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem}.skeleton-support-tier:nth-child(3){grid-column:auto;max-width:none}.skeleton-support-tier{padding:1.25rem;min-height:auto}.skeleton-checkout-form{padding:1rem}.skeleton-checkout-layout{grid-template-columns:1fr;gap:1.5rem}.skeleton-order-summary{position:static}.skeleton-form-row{flex-direction:column;gap:0}.order-confirmation-skeleton,.support-success-skeleton{padding:1rem}.skeleton-success-content{padding:2rem 1.5rem}.skeleton-success-actions{flex-direction:column}}@media(max-width:480px){.skeleton-cover-art,.skeleton-cover-image{max-width:250px;height:250px}.skeleton-bio-image{max-width:280px;height:200px}.skeleton-social-icons{gap:1rem}.skeleton-social-icon{width:45px;height:45px}.skeleton-press-kit{width:90%}.skeleton-support-header{padding:0 1rem}.skeleton-support-tiers{padding:0 .75rem}.skeleton-support-tier{padding:1rem}}.product-detail{max-width:1200px;margin:0 auto;padding:2rem}.back-button{background:var(--background);color:var(--text);border:1px solid white;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;margin-bottom:2rem;font-size:.9rem;transition:all .2s ease}.back-button:hover{color:var(--hover)}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-image-section{position:sticky;top:2rem}.product-image-container-detail{width:100%;max-height:70vh;overflow:hidden;border-radius:12px;background:#fafafa;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.product-image-detail{width:100%;height:auto;max-height:600px;object-fit:contain}.product-image-detail.loading{opacity:.7;transition:opacity .3s ease}.out-of-stock-overlay{position:absolute;inset:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.out-of-stock-overlay span{background:var(--error);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.8rem}.product-info-detail{padding:1rem 0}.product-title-detail{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.product-description-detail{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.product-price-detail{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:2rem}.option-group{margin-bottom:1.5rem}.option-label{font-size:.8rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.color-options{display:flex;gap:.5rem;flex-wrap:wrap}.color-option{width:32px;height:32px;border-radius:50%;border:2px solid #e5e5e5;cursor:pointer;transition:all .2s ease;position:relative}.color-option:hover{transform:scale(1.1);border-color:#ccc}.color-option.selected{border-color:var(--primary);transform:scale(1.1)}.color-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.7rem;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.5)}.color-option.light-color{border:1px solid #ccc!important}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-option{padding:.5rem;border:1.5px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;min-width:50px;text-align:center}.size-option:hover{border-color:var(--text-light);background:#f8f8f8}.size-option.selected{background:var(--text);color:#fff}.size-option.out-of-stock{opacity:.5;cursor:not-allowed;background-color:#f8f8f8;color:#999;border-color:#e0e0e0}select{appearance:none}.quantity-select{width:100%;padding:.5rem;max-width:120px;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer}.add-to-cart-btn-detail{padding:1rem 2rem;background:var(--text);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.add-to-cart-btn-detail:hover:not(:disabled){background:var(--text);transform:scale(1.02);cursor:pointer}.add-to-cart-btn-detail:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.product-detail{padding:1rem}.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-image-section{position:static}.product-image-container-detail{max-height:50vh}.product-title-detail{font-size:1.5rem}}.checkout-container{max-width:1000px;margin:0 auto}.checkout-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border)}.checkout-form h2{margin-bottom:2rem;font-size:1.5rem;font-weight:700;color:var(--text)}.checkout-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;margin-bottom:2rem}.checkout-left,.checkout-right{display:flex;flex-direction:column;gap:1.5rem}.form-section{background:#fafafa;padding:1.5rem;border-radius:8px;border:1px solid var(--border)}.form-section h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600;color:var(--text)}.form-row{display:flex;gap:1rem}.form-row input{flex:1}.checkout-form input,.checkout-form select{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;transition:border-color .2s ease}.checkout-form input:focus,.checkout-form select:focus{outline:none;border-color:var(--primary)}.payment-loading{padding:2rem;text-align:center;color:var(--text-light);background:#fafafa;border-radius:8px;border:1px solid var(--border)}.order-summary{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border);position:sticky;top:2rem}.order-summary h3{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-weight:600}.order-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.order-item:last-child{border-bottom:none}.order-item-image{width:50px;height:50px;object-fit:contain;border-radius:6px;background:#fafafa;padding:.25rem}.order-item-details{flex:1}.order-item-details h4{margin-bottom:.125rem;font-size:.85rem;font-weight:600}.order-item-details p{font-size:.75rem;color:var(--text-light);margin:.05rem 0}.order-item-price{font-weight:600;font-size:.9rem;color:var(--text)}.order-totals{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border)}.order-line{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.order-line.total{font-weight:700;font-size:1.1rem;border-top:1px solid var(--border);padding-top:.5rem;margin-top:.5rem}.checkout-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.checkout-actions button{max-width:150px;background:var(--text);padding:.875rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;flex:1}.checkout-actions button[type=submit]{background:var(--text);color:#fff}.checkout-actions button[type=submit]:hover:not(:disabled){background:var(--text)}.checkout-actions button[type=button]{background:var(--text-light);color:#fff}.checkout-actions button[type=button]:hover{background:#475569}.checkout-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}.StripeElement{padding:.75rem;border:1.5px solid var(--border);border-radius:8px;background:#fff;margin-bottom:1rem}.StripeElement--focus{border-color:var(--primary);box-shadow:0 0 0 2px #0000001a}@media(max-width:768px){.checkout-form{padding:1rem}.checkout-layout{grid-template-columns:1fr;gap:1.5rem}.form-row{flex-direction:column;gap:0}.order-summary{position:static}}.order-confirmation{max-width:800px;margin:0 auto;padding:2rem}.confirmation-header{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:1px solid #bae6fd}.success-icon{font-size:4rem;margin-bottom:1rem}.confirmation-header h1{color:#059669;margin-bottom:.5rem;font-size:2.5rem}.confirmation-subtitle{color:#6b7280;font-size:1.1rem}.confirmation-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.detail-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border);box-shadow:var(--shadow)}.detail-card h3{margin-bottom:1rem;color:var(--text);border-bottom:2px solid var(--primary);padding-bottom:.5rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item-confirm{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px}.order-item-image-confirm{width:60px;height:60px;object-fit:cover;border-radius:6px}.order-item-details-confirm{flex:1}.order-item-details-confirm h4{margin:0 0 .25rem;font-size:1rem}.order-item-details-confirm p{margin:.1rem 0;font-size:.85rem;color:var(--text-light)}.order-item-price-confirm{font-weight:600;color:var(--text)}.next-steps{display:flex;flex-direction:column;gap:1rem}.step{display:flex;align-items:flex-start;gap:1rem}.step-number{background:var(--primary);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.step-content{flex:1}.step-content strong{display:block;margin-bottom:.25rem}.step-content p{margin:0;color:var(--text-light);font-size:.9rem}.confirmation-actions{text-align:center;padding:2rem;border-top:1px solid var(--border)}.continue-shopping-btn{background:var(--primary);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin-bottom:1rem}.continue-shopping-btn:hover{background:var(--primary-dark)}.support-note{color:var(--text-light);font-size:.9rem;margin:0}.confirmation-header.warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffc107}.warning-text{color:#856404}.support-note.urgent{color:#dc3545;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.order-confirmation{padding:1rem}.confirmation-header h1{font-size:2rem}.detail-card{padding:1rem}.order-item-confirm{flex-direction:column;align-items:flex-start;text-align:left}}.newsletter-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.newsletter-modal-content{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:400px;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;position:relative}.modal-header h2{margin:0;font-size:1.5rem;padding-right:20px;width:100%}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--text);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s ease;position:absolute;top:-12px;right:-12px;padding:0;margin:0}.modal-close:hover{background:#f5f5f5;color:var(--error)}.modal-close:before{content:"×";display:block;line-height:1;margin-top:-1px}.modal-form p{margin:0 0 1rem;color:var(--text-light)}.modal-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.modal-fields input{padding:.75rem;border:1px solid var(--border);border-radius:6px;font-size:1rem}.modal-fields input:focus{outline:none;border-color:var(--primary)}.modal-form button{width:100%}.modal-success{color:var(--success);text-align:center;padding:1rem 0}.support-success{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}.success-content{background:#fff;padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg);text-align:center;max-width:500px;width:100%}.success-icon{font-size:4rem;margin-bottom:1.5rem}.success-content h1{color:var(--text);margin-bottom:1rem;font-size:2rem}.success-message{color:var(--text);opacity:.8;line-height:1.6;margin-bottom:2rem}.session-id{background:#f8f9fa;padding:.75rem;border-radius:6px;font-family:monospace;font-size:.9rem;margin-bottom:2rem;word-break:break-all}.success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.home-button,.music-button{padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .2s ease}.home-button{background:var(--accent);color:#fff}.home-button:hover{background:var(--primary-dark)}.music-button{background:transparent;color:var(--accent);border:2px solid var(--accent)}.music-button:hover{background:var(--accent);color:#fff}.support-note{border-top:1px solid var(--border);padding-top:1.5rem;color:var(--text);opacity:.7}.support-note a{color:var(--accent);text-decoration:none}.support-note a:hover{text-decoration:underline}.sepa-note{background:#e8f4fd;border:1px solid #b6e0fe;border-radius:6px;padding:1rem;margin:1rem 0;color:#1e5a8c}@media(max-width:768px){.support-success{padding:1rem}.success-content{padding:2rem 1.5rem}.success-actions{flex-direction:column}}.newsletter-toast{position:fixed;top:100px;right:20px;z-index:10000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-content{background:#fff;border-radius:12px;padding:1.25rem;width:320px;box-shadow:0 10px 25px #00000026;border:1px solid var(--border)}.toast-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;position:relative}.toast-header h4{margin:0;font-size:1.1rem;padding-right:20px;width:100%}.toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--text);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s ease;position:absolute;top:-12px;right:-12px;padding:0;margin:0}.toast-close:hover{background:#f5f5f5;color:var(--error)}.toast-close:before{content:"×";display:block;line-height:1;margin-top:-1px}.toast-form{display:flex;flex-direction:column}.toast-form p{margin:0 0 1rem;color:var(--text);font-size:.9rem}.toast-fields{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.toast-fields input{padding:.75rem;border:1px solid var(--border);border-radius:6px;font-size:.85rem}.toast-fields input:focus{outline:none;border-color:var(--primary)}.toast-form button{background-color:var(--text);color:var(--text-light);border:none;border-radius:12px;font-size:var(--font-size-base);font-weight:600;line-height:1.25rem;padding:1rem 1.5rem;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;text-decoration:none;display:inline-flex;align-items:center;gap:var(--space-2);transition:all .2s ease}.toast-form button:hover:not(:disabled){background:var(--text);transform:scale(1.02);cursor:pointer}.toast-form button:disabled{opacity:.6;cursor:not-allowed}.toast-success{color:var(--success);text-align:center;padding:.5rem 0}@media(max-width:768px){.newsletter-toast{inset:auto 20px 20px}.toast-content{width:auto}}.home-page{width:100vw}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;margin-top:0}.hero-content{max-width:600px;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-logo img{height:80px;width:auto;object-fit:contain;margin-bottom:1rem}.cover-art-container{display:flex;justify-content:center;align-items:center}.cover-art{width:100%;max-width:400px;height:auto;border-radius:12px;box-shadow:var(--shadow-lg);transition:transform .3s ease}.cover-art:hover{transform:scale(1.02)}.hero-subtitle{font-size:1.3rem;color:#fff;margin:0;font-weight:500}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.cta-button{padding:1rem 1.5rem;border-radius:12px;border:none;text-decoration:none;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem}.cta-button.primary{background:var(--accent);color:#fff}.cta-button.primary:hover{background:var(--text);transform:scale(1.02);cursor:pointer}.cta-button .icon{display:flex;align-items:center;justify-content:center}.press-kit-link{color:var(--accent);text-decoration:none;transition:all .1s ease;margin-top:1rem}.hero-actions .press-kit-link:hover{color:#fff;border-bottom-color:#fff}.home-bio-section{background:#fff;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:100vh;display:flex;align-items:center;justify-content:center}.home-bio-content{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.home-bio-text{max-width:1100px;width:100%}.home-bio-text p{font-size:var(--font-size-base);line-height:1.8;margin-bottom:2rem;color:var(--text);text-align:center;font-weight:400}.bio-read-more{display:inline-block;color:var(--accent);text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s ease;text-align:center;margin-top:1rem}.bio-read-more:hover{color:var(--primary-dark);transform:translate(4px)}.home-bio-image{display:flex;justify-content:center;align-items:center;width:100%}.home-bio-image img{width:100%;max-width:400px;border-radius:12px;box-shadow:var(--shadow-lg)}.social-links-home{padding:4rem 0;background:var(--background);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:50vh;display:flex;align-items:center;justify-content:center}.social-icons-home{display:flex;justify-content:center;gap:5rem}.social-link{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#ffffffe6;color:var(--accent);transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.social-link:hover{background:#fff;color:var(--primary);transform:translateY(-3px);box-shadow:0 6px 12px #00000026}.newsletter-cta-card{padding:4rem 0;background:#fff;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:50vh;display:flex;align-items:center;justify-content:center}.newsletter-card{background:transparent;border-radius:0;padding:0;text-align:center;box-shadow:none;border:none;max-width:600px;margin:0 auto}.newsletter-card h3{font-size:2rem;margin-bottom:1rem;color:var(--text)}.newsletter-card p{font-size:1.2rem;margin-bottom:2rem;color:var(--text);line-height:1.6}.newsletter-card .newsletter-button{background:var(--accent);color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .2s ease;display:inline-block;border:none;cursor:pointer}.newsletter-card .newsletter-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.bio-section{display:none}@media(max-width:768px){.hero-section{padding:2rem;min-height:90vh}.hero-logo img{height:60px}.cover-art{max-width:300px}.home-bio-section{min-height:100vh}.home-bio-content{gap:2.5rem;max-width:100%;padding:0 1rem}.home-bio-text p{font-size:1.2rem;line-height:1.7}.bio-read-more{font-size:1rem}.home-bio-image img{max-width:350px}.social-links-home,.newsletter-cta-card{min-height:40vh;padding:3rem 0}.social-icons-home{gap:1.5rem}.social-link{width:50px;height:50px}.newsletter-card h3{font-size:1.75rem}.newsletter-card p{font-size:1.1rem}.newsletter-card .newsletter-button{padding:.875rem 2rem;font-size:1rem}}@media(max-width:480px){.cover-art{max-width:250px}.hero-subtitle{font-size:1.1rem}.cta-button{padding:.875rem 2rem;font-size:1rem}.home-bio-section{min-height:100vh;padding:3rem 0}.home-bio-image img{max-width:280px}.home-bio-text p{font-size:1.1rem;line-height:1.6}.social-links-home,.newsletter-cta-card{min-height:35vh;padding:2.5rem 0}.social-icons-home{gap:1rem}.social-link{width:45px;height:45px}.newsletter-card h3{font-size:1.5rem}.newsletter-card p{font-size:1rem}}.about-page{width:100%;min-height:calc(100vh - 80px);padding:2rem 0;background:var(--background)}.about-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.about-text{width:100%;max-width:800px}.about-text p{font-size:var(--font-size-base);line-height:1.7;margin-bottom:1.5rem;color:var(--text);text-align:left;letter-spacing:-.5px}.press-kit-column{display:flex;flex-direction:column;margin:3rem auto 4rem;padding-top:2rem;border-top:1px solid var(--text);width:60%;max-width:500px;align-items:center}.press-kit-header{font-size:1rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.5px}.press-kit-links{display:flex;flex-direction:column;align-items:center;justify-items:center}.press-kit-link{display:inline-block;font-size:.85rem;color:var(--text);text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease;width:fit-content}.press-kit-link:hover{color:#fff;border-bottom-color:#fff}.about-image,.about-header{display:none}@media(max-width:768px){.about-page{min-height:calc(100vh - 70px);padding:1rem 0}.about-content{padding:0 1rem}.about-text{max-width:100%}.about-text p{font-size:1.1rem;line-height:1.6}.press-kit-column{width:80%;margin:2rem auto 1rem}.press-kit-links{align-items:center}.press-kit-link{text-align:center}}@media(max-width:480px){.about-text p{font-size:1rem}.press-kit-column{width:90%}}.product-card-simple{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:400px;width:100%;background:transparent;border:none;box-shadow:none;padding:0;cursor:pointer;transition:transform .2s ease}.product-card-simple:hover{transform:translateY(-2px)}.product-image-container-simple{width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px}.product-image-simple{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-simple:hover .product-image-simple{transform:scale(1.05)}.product-info-simple{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;text-align:center;padding:0}.product-title-simple{font-size:1.1rem;font-weight:600;color:var(--text);margin:0;line-height:1.3}.product-color-info{font-size:.9rem;color:var(--text);margin:0}.product-price-simple{font-size:1rem;font-weight:600;color:var(--accent);margin:0}@media(max-width:768px){.product-card-simple{max-width:300px}.product-title-simple{font-size:1rem}.product-price-simple{font-size:.9rem}}@media(max-width:480px){.product-card-simple{max-width:300px}}.shop-page{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--background)}.shop-header{text-align:center;margin-bottom:3rem;width:100%;display:flex;justify-content:center}.shop-logo img{height:80px;width:auto;object-fit:contain}.products-grid-centered{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;width:100%;justify-items:center;margin-top:7.5rem;max-height:90vh}.shop-header-skeleton{text-align:center;margin-bottom:3rem;margin-top:7.5rem}.skeleton-shop-title{width:200px;height:2rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:6px;margin:0 auto 1rem;animation:shimmer 1.5s infinite}.skeleton-shop-description{width:300px;height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;margin:0 auto;animation:shimmer 1.5s infinite}.products-grid-skeleton{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto}.shop-header h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text)}.shop-header p{font-size:1.1rem;color:var(--text-light);max-width:500px;margin:0 auto}.error{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:var(--shadow);margin:2rem 0;color:var(--error);background:#fef2f2;border:1px solid #fecaca}.error h3{margin-bottom:1rem;color:var(--error)}.error button{margin-top:1rem;padding:.75rem 1.5rem;background:var(--error);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.error button:hover{background:#dc2626}.error-container{text-align:center;padding:2rem;color:#dc2626}.retry-button{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;margin-top:1rem}.retry-button:hover{background:#b91c1c}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:768px){.shop-page{min-height:calc(100vh - 70px);padding:1.5rem 0;margin-bottom:12rem}.products-grid-centered{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding-bottom:2rem}.container{padding:0 1rem}}@media(max-width:480px){.products-grid-centered{grid-template-columns:1fr;gap:1.5rem}}.music-page-clean{width:100%;height:calc(90vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 0;background:var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.music-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;width:100%}.music-cover-section{display:flex;flex-direction:column;align-items:center}.release-info{text-align:center;width:100%;margin-bottom:2rem}.release-meta{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.release-type{font-size:.9rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.release-year{font-size:.9rem;color:var(--text)}.release-title{font-size:2rem;color:var(--text);font-weight:600;line-height:1.2;margin:0}.music-cover-container{width:100%;max-width:400px;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.music-cover{width:100%;height:auto;display:block}.music-info-section{display:flex;flex-direction:column}.section-title{font-size:1.5rem;font-weight:600;color:var(--text);margin-top:1.5rem}.streaming-links-grid{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}.streaming-link-wide{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem 1.5rem;background:#fff;color:var(--text);text-decoration:none;border-radius:8px;font-size:1rem;transition:all .2s ease;border:1px solid var(--border);width:100%}.streaming-link-wide:hover{background:#f9f9f9;border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.streaming-icon-container{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#fff;flex-shrink:0}.streaming-link-wide span{font-weight:500;color:var(--text)}@media(max-width:968px){.music-content{grid-template-columns:1fr;gap:3rem;text-align:center}.music-cover-container{max-width:350px;margin:0 auto}.release-title{font-size:1.75rem}.section-title{text-align:center}}@media(max-width:768px){.music-page-clean{min-height:calc(100vh - 70px);padding:1.5rem 0;margin:8rem 0 14rem}.music-content{gap:2rem}.music-cover-container{max-width:300px}.release-title{font-size:1.5rem}.section-title{font-size:1.3rem}.container{padding:0 1rem}.streaming-link-wide{padding:.875rem 1.25rem}}@media(max-width:480px){.music-cover-container{max-width:280px}.release-title{font-size:1.4rem}.streaming-links-grid{gap:.5rem}.streaming-link-wide{padding:.75rem 1rem;gap:.75rem}}.tour-page{max-width:800px;margin:0 auto;padding:2rem}.tour-hero{text-align:center;margin-bottom:3rem}.tour-hero h1{font-size:2.5rem;margin-bottom:.5rem}.tour-hero p{color:var(--text-light);font-size:1.1rem}.tour-dates{display:flex;flex-direction:column;gap:1rem}.tour-date-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:var(--shadow);border-left:4px solid var(--primary)}.tour-date-card.coming-soon{opacity:.7;border-left-color:var(--text-light)}.date-info .date{font-weight:600;font-size:1.1rem;margin-bottom:.25rem}.date-info .venue{font-weight:500;margin-bottom:.25rem}.date-info .city{color:var(--text-light)}.ticket-btn{padding:.75rem 1.5rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .2s ease}.ticket-btn:hover{background:#d32f2f}.coming-soon{padding:.75rem 1.5rem;background:var(--text-light);color:#fff;border-radius:6px;font-weight:600}.no-dates{text-align:center;padding:3rem;color:var(--text-light);background:#fff;border-radius:8px;box-shadow:var(--shadow)}@media(max-width:768px){.tour-page{padding:1rem}.tour-date-card{flex-direction:column;align-items:flex-start;gap:1rem}.ticket-action{align-self:stretch}.ticket-btn,.coming-soon{display:block;text-align:center}}.support-membership{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.support-header{text-align:center;padding:0 var(--space-4);margin-top:var(--space-8);margin-bottom:var(--space-14)}.support-header h2{font-size:1.65rem;color:var(--text);margin-bottom:var(--space-3)}.support-header p{font-size:1.1rem;color:var(--text);opacity:.8;max-width:550px;margin:0 auto var(--space-6) auto;line-height:1.5}.support-type-toggle{display:inline-flex;background:#fff;border-radius:50px;padding:var(--space-1);border:2px solid var(--border);margin:0 auto}.toggle-option{padding:var(--space-2) var(--space-5);border:none;background:transparent;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;color:var(--text);font-size:.72rem}.toggle-option.active{background:var(--accent);color:#fff}.toggle-option:not(.active):hover{background:#f9fafb}.support-tiers-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--space-7);align-items:start;width:100%;padding:0 var(--space-7);box-sizing:border-box;align-items:stretch}.support-tier{background:#fff;border-radius:11px;padding:var(--space-7);border:2px solid var(--border);transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box;min-height:460px;gap:0}.support-tier:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.support-tier.highlight{border-color:var(--accent);transform:scale(1.02)}.support-tier.highlight:hover{transform:scale(1.02) translateY(-3px)}.popular-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:var(--space-1) var(--space-5);border-radius:18px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tier-header{text-align:center;margin-bottom:var(--space-1);min-height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;flex:0 0 auto}.tier-header h3{font-size:1.35rem;color:var(--text);margin-bottom:.5rem;line-height:1.3;min-height:2.5rem;display:flex;align-items:center;justify-content:center;text-align:center;width:100%}.tier-description{color:var(--text);opacity:.7;font-size:.88rem;margin:0;line-height:1.35;min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;padding:0 .5rem;flex:0 0 auto}.tier-price{text-align:center;padding:var(--space-2) 0;border-bottom:1px solid var(--border);margin-bottom:var(--space-5);min-height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex:0 0 auto}.price{font-size:2.2rem;font-weight:700;color:var(--accent)}.period{font-size:.92rem;color:var(--text);opacity:.7;margin-left:var(--space-1)}.benefits-list{list-style:none;padding:0;margin:0 0 var(--space-7) 0;flex-grow:1;min-height:180px;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.benefit-item{display:flex;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--text);font-size:.88rem;line-height:1.35}.check-icon{color:var(--accent);font-weight:700;flex-shrink:0;margin-top:.08rem}.support-button{flex:0 0 auto;width:100%;padding:var(--space-3) var(--space-7);flex-shrink:0;background:var(--accent);color:#fff;border:none;border-radius:7px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto}.support-button:hover{background:var(--primary-dark);transform:translateY(-1.5px)}@media(max-width:1100px){.support-tiers-grid{grid-template-columns:repeat(2,1fr);padding:0 var(--space-5)}.support-tier:nth-child(3){grid-column:1 / -1;max-width:380px;justify-self:center}}@media(max-width:768px){.support-membership{padding:var(--space-3) 0;min-height:auto}.support-header h2{font-size:1.4rem}.support-header p{font-size:1rem}.support-tiers-grid{grid-template-columns:1fr;gap:var(--space-5);padding:0 var(--space-4)}.support-tier:nth-child(3){grid-column:auto;max-width:none}.support-tier{padding:var(--space-5);min-height:auto}.price{font-size:1.9rem}.support-type-toggle{flex-direction:column;width:100%;max-width:290px;border-radius:20px}.toggle-option{width:100%}.app.audio-player-open .support-membership{padding-bottom:calc(var(--space-8) + 100px)}}@media(max-width:480px){.support-header h2{font-size:1.55rem}.support-tiers-grid{padding:0 var(--space-3)}.support-tier{padding:var(--space-4)}.tier-header h3{font-size:1.2rem}.price{font-size:1.6rem}}:root{--space-5: 1.25rem;--space-7: 1.75rem}.membership-page{width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--background)}.membership-hero{text-align:center;margin-bottom:2rem;max-width:600px}.membership-hero h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text)}.membership-hero p{color:var(--text);font-size:1.2rem;line-height:1.6}@media(max-width:768px){.membership-page{padding:1rem;min-height:calc(100vh - 70px)}.membership-hero h1{font-size:2rem}.membership-hero p{font-size:1.1rem}}.privacy-policy,.terms-of-service{max-width:800px;margin:0 auto;padding:2rem;line-height:1.6;color:var(--text)}.privacy-policy h1,.terms-of-service h1{margin-bottom:1rem;font-size:2.5rem;color:var(--text)}.privacy-policy h2,.terms-of-service h2{margin:2.5rem 0 1rem;color:var(--text);font-size:1.5rem}.privacy-policy p,.terms-of-service p{margin-bottom:1.5rem;color:var(--text)}.privacy-policy ul,.terms-of-service ul{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-policy li,.terms-of-service li{margin-bottom:.75rem;color:var(--text)}.privacy-policy strong,.terms-of-service strong{color:var(--text)}.privacy-policy em,.terms-of-service em{color:var(--text-light);font-style:italic}@media(max-width:768px){.privacy-policy,.terms-of-service{padding:1.5rem 1rem}.privacy-policy h1,.terms-of-service h1{font-size:2rem}.privacy-policy h2,.terms-of-service h2{font-size:1.3rem;margin:2rem 0 1rem}}@media(max-width:480px){.privacy-policy,.terms-of-service{padding:1rem}.privacy-policy h1,.terms-of-service h1{font-size:1.75rem}.privacy-policy ul,.terms-of-service ul{padding-left:1rem}}.app-footer{background:var(--background);color:var(--text);position:relative;min-height:60px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.footer-toggle{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:none;border:none;cursor:pointer;padding:0;z-index:2;transition:all .3s ease}.footer-toggle:hover{transform:translate(-50%) scale(1.1)}.toggle-circle{width:24px;height:24px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000004d;transition:all .3s ease}.toggle-icon{color:#fff;font-size:.9rem;font-weight:300;transition:transform .3s ease}.footer-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease}.app-footer.footer-open .footer-content{opacity:1;max-height:200px;padding-bottom:50px}.footer-links{display:flex;align-items:center;gap:1rem}.separator{color:var(--text-light)}.footer-links a{color:var(--text);text-decoration:none;transition:color .2s ease;font-size:.9rem}.footer-links a:hover{color:var(--accent)}.footer-copyright{color:var(--text-light);font-size:.9rem;white-space:nowrap}@media(max-width:768px){.app-footer{min-height:50px}.footer-toggle{bottom:8px}.toggle-circle{width:22px;height:22px}.footer-content{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem 1rem}.app-footer.footer-open .footer-content{padding-bottom:45px}.footer-links{order:2;gap:.75rem}.footer-copyright{order:1;font-size:.85rem}}@media(max-width:480px){.app-footer{min-height:45px}.footer-toggle{bottom:6px}.toggle-circle{width:20px;height:20px}.toggle-icon{font-size:.8rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem}.footer-links a{font-size:.85rem}.footer-copyright{font-size:.8rem}.app-footer.footer-open .footer-content{padding-bottom:40px}}@font-face{font-family:Josefin_Sans;src:url(/assets/JosefinSans-VariableFont_wght-4CYtYlBz.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--primary: #1a1a1a;--primary-dark: #000000;--secondary: #f8f9fa;--accent: rgb(24, 68, 131);--text: rgb(24, 68, 131);--text-light: white;--border: #e2e8f0;--background: rgb(255, 210, 210);--surface: #f7fafc;--success: rgb(24, 68, 131);--error: rgb(248, 68, 68);--hover: rgb(255, 128, 0);--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-14: 4rem;--space-16: 5rem;--space-18: 6rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--font-primary: "Josefin_Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--audio-player-height: 80px}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{scroll-behavior:smooth}h1,h2,h3,.nav-link,.header-button{font-smooth:always;-webkit-font-smoothing:subpixel-antialiased}p,li,button{letter-spacing:-.5px}body{overflow-x:hidden;width:100%;position:relative;line-height:1.6;color:var(--text);background-color:var(--background);display:flex;justify-content:center;min-height:100vh;font-weight:400;font-variant-ligatures:common-ligatures;font-feature-settings:"kern","liga","clig","calt"}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.hidden{display:none}.flex{display:flex}.grid{display:grid}.font-medium{font-weight:500}.loading,.error{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:var(--shadow);margin:2rem 0}.loading{color:var(--text-light);font-size:1.1rem}.error{color:var(--error);background:#fef2f2;border:1px solid #fecaca}.app{width:100vw;min-height:100vh;display:flex;flex-direction:column;background:#ffd2d2}.app-main{flex:1;padding:0 2rem;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.app.audio-player-open{padding-bottom:80px}.audio-player{height:80px;box-sizing:border-box}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;background:var(--background)}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.app-main{padding:1rem}.page-title{font-size:1.5rem}.app.audio-player-open{padding-bottom:100px}.audio-player{height:100px}}
