@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,700&display=swap";:root{font-family:Courier New,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background:#2a2a2a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}@font-face{font-family:Erotica Big;src:url(/assets/Erotica%20Big-C9M7FUtM.ttf) format("truetype");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{background:transparent;color:#fff;font-family:Courier New,monospace;min-height:100vh;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}.video-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;object-fit:cover;opacity:1}.container{display:flex;min-height:100vh}.left-section{width:35%;background:transparent;position:relative;display:flex;flex-direction:column}.right-section{width:65%;background:transparent;padding:20px 20px 120px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.product-window{background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #fff;padding:0;width:calc(100% - 20px);max-width:none;height:calc(100vh - 160px);min-height:500px;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;margin-top:20px;margin-left:20px;overflow:hidden}.product-header{background:#000000e6;color:#fff;padding:10px 20px;font-size:.9rem;letter-spacing:1px;border-top:2px solid #fff;border-bottom:2px solid #fff;display:flex;justify-content:space-between;align-items:center}.product-content{padding:20px 40px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow-y:auto;overflow-x:hidden;max-height:100%;box-sizing:border-box}.product-window .product-content:has(.socials-list){justify-content:flex-start}.sidebar{flex:1;padding:80px 30px 40px 80px;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;overflow:hidden;padding-top:10vh;padding-bottom:10vh}.left-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4"><circle cx="2" cy="2" r="0.5" fill="%23333"/></svg>') repeat;opacity:.3;pointer-events:none;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo{width:calc(100% - 30px);margin:0 0 30px;position:relative;z-index:2;transition:all .3s ease;height:auto;filter:drop-shadow(30px 30px 6px rgba(0,0,0,.7));box-sizing:border-box}.nav-items{display:flex;flex-direction:column;width:100%;align-items:center}.nav-item{display:block;color:#fff;text-decoration:none;font-size:1.2rem;margin-bottom:20px;padding:12px 18px;border-bottom:2px solid #fff;letter-spacing:2px;position:relative;z-index:2;transition:all .4s cubic-bezier(.25,.46,.45,.94);width:calc(100% - 40px);margin-left:20px;margin-right:20px;box-sizing:border-box;text-align:left;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-item:last-child{margin-bottom:0}.nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.nav-item:hover:before{left:100%}.nav-item:hover{color:#000;background:#fff;padding-left:30px;transform:translate(10px);box-shadow:0 5px 15px #ffffff4d}.nav-item:after{content:"-->";float:right;color:#fff}.search-box{background:#ffffff1a;border:2px solid #444;padding:15px 20px;color:#ccc;font-family:Courier New,monospace;font-size:1.1rem;width:100%;margin-bottom:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.search-box::placeholder{color:#666}.main-content{flex:1;padding:40px;position:relative;display:flex;flex-direction:column}.header-nav{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;font-size:1rem;font-weight:400;letter-spacing:2px;padding:20px 30px;position:relative;z-index:10;font-family:Courier New,monospace}.header-nav a{color:#fff;text-decoration:none;margin:0 15px;transition:color .3s ease}.header-nav a:hover{color:#ccc}.home-logo-link{display:inline-flex;align-items:center}.home-logo{width:24px;height:24px;filter:brightness(0) invert(1);transition:all .3s ease;transform:translateY(8px) scale(1.8)}.home-logo:hover{filter:brightness(0) invert(.8);transform:translateY(3px) scale(2.1)}.cart-link{display:inline-flex;align-items:center;gap:5px}.cart-counter{color:#ff6b35;font-weight:700;font-size:1rem;letter-spacing:1px;animation:cart-pulse 2s ease-in-out infinite}@keyframes cart-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.current-page{background:#333;padding:5px 15px;color:#fff}.product-section{background:#000000e6;padding:40px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid #fff;max-width:400px;margin-left:auto}.carousel-container{position:relative;width:min(400px,100%);margin-bottom:30px}.image-carousel{position:relative;width:100%;height:280px;perspective:1000px}.carousel-image{position:absolute;width:100%;height:280px;border-radius:0;overflow:hidden;box-shadow:0 10px 30px #ffffff4d;transition:all .6s cubic-bezier(.25,.46,.45,.94);cursor:pointer;transform-origin:center center}.carousel-image.active{transform:translate(0) scale(1);z-index:3!important;box-shadow:0 15px 40px #fff6}.carousel-image:not(.active){transform:translate(60px) scale(.8);opacity:.85;filter:brightness(.8)}.carousel-image:not(.active):hover{transform:translate(55px) scale(.85);opacity:.95;filter:brightness(.9);box-shadow:0 12px 35px #ffffff59}.carousel-image:before{content:"";position:absolute;top:20px;left:20px;right:20px;bottom:20px;background:#0000001a;border-radius:0;border:2px solid rgba(0,0,0,.2);pointer-events:none}.slideshow-container{position:relative;width:min(400px,100%);margin-bottom:30px}.product-image{width:100%;height:280px;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:0;position:relative;overflow:hidden;box-shadow:0 10px 30px #ffffff4d;flex-shrink:0;transition:all .5s ease}.product-image:before{content:"";position:absolute;top:20px;left:20px;right:20px;bottom:20px;background:#0000001a;border-radius:0;border:2px solid rgba(0,0,0,.2)}.product-title{font-size:1.2rem;margin-bottom:10px;letter-spacing:2px}.product-subtitle{color:#ccc;margin-bottom:20px;letter-spacing:1px;font-size:.9rem}.product-price{font-size:1.6rem;margin-bottom:30px;color:#fff}.add-to-cart{background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px #000;color:#000;padding:15px 30px;font-family:Courier New,monospace;font-size:.9rem;letter-spacing:2px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:100%;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.add-to-cart:hover{background:#f0f0f0;border-color:#fff;box-shadow:0 5px 20px #0000004d;color:#000;transform:translateY(-2px)}.add-to-cart:active{transform:translateY(0);box-shadow:0 2px 10px #0003}.add-to-cart.success{background:#86efac!important;border-color:#86efac!important;color:#fff!important;box-shadow:0 0 0 1px #86efac!important;transform:scale(1.02);transition:all .3s ease}.toast-notification{position:fixed;top:-100px;left:50%;transform:translate(-50%);background:#000000f2;border:2px solid #86efac;color:#fff;padding:16px 24px;font-family:Courier New,monospace;font-size:.9rem;letter-spacing:1px;font-weight:700;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #86efac4d;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.toast-notification.show{top:30px;animation:toast-glow .6s ease-out}.toast-notification.hide{top:-100px;opacity:0}.toast-icon{display:inline-block;margin-right:8px;font-size:1.1rem;animation:checkmark-bounce .6s ease-out}@keyframes toast-glow{0%{box-shadow:0 8px 32px #86efac4d}50%{box-shadow:0 8px 32px #86efaccc}to{box-shadow:0 8px 32px #86efac4d}}@keyframes checkmark-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}.audio-player{position:fixed;bottom:0;left:0;right:0;background:#000;padding:4px 20px 0;border-top:2px solid #fff;z-index:10}.now-playing{color:#fff;font-size:.7rem;margin-bottom:2px;letter-spacing:1px;padding-bottom:2px;white-space:nowrap;display:flex;animation:scroll-text 60s linear infinite;will-change:transform}.now-playing span{flex-shrink:0;padding-right:0}@keyframes scroll-text{0%{transform:translate(0)}to{transform:translate(-50%)}}.now-playing-container{border-bottom:2px solid #fff;padding-bottom:2px;margin-bottom:4px;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.waveform{height:30px;background:#333;position:relative;overflow:hidden;margin-top:5px}.waveform:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(90deg,#666,#666 2px,#333 2px,#333 4px,#888 4px,#888 6px,#333 6px,#333 8px,#999 8px,#999 10px,#333 10px,#333 12px,#777 12px,#777 14px,#333 14px,#333 16px)}.audio-controls{display:flex;align-items:center;gap:15px}.play-button{background:transparent;border:2px solid #fff;color:#fff;width:40px;height:30px;cursor:pointer;font-size:14px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-family:Courier New,monospace}.play-button:hover{background:#fff;color:#000}.progress-control{display:flex;align-items:center;gap:8px;flex:1;margin:0 20px}.progress-slider{flex:1;height:4px;background:#333;outline:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:0;cursor:pointer;border:1px solid #000}.progress-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:0;cursor:pointer;border:1px solid #000}.time-label{color:#fff;font-size:.7rem;font-family:Courier New,monospace;letter-spacing:1px;min-width:35px;text-align:center}.volume-control{display:flex;align-items:center;gap:8px}.volume-label{color:#fff;font-size:.7rem;font-family:Courier New,monospace;letter-spacing:1px}.volume-slider{width:80px;height:4px;background:#333;outline:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:0;cursor:pointer;border:1px solid #000}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:0;cursor:pointer;border:1px solid #000}.volume-value{color:#fff;font-size:.7rem;font-family:Courier New,monospace;letter-spacing:1px;min-width:35px}.waveform-canvas{position:relative;width:100%;height:30px;background:#000;border-top:1px solid #333;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;margin-top:5px}.merch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:100%}.merch-item{text-align:center;padding:20px;border:1px solid #333;background:#00000080}.merch-item .product-image{width:min(200px,100%);height:150px;margin:0 auto 20px}.merch-item .product-title{font-size:1.2rem;margin-bottom:8px}.merch-item .product-subtitle{font-size:.9rem;margin-bottom:15px}.merch-item .product-price{font-size:1.5rem;margin-bottom:20px}.cart-content{width:100%;max-width:500px;margin:0 auto}.cart-item{display:flex;align-items:center;gap:20px;padding:20px 0}.cart-item-image{width:80px;height:60px;border-radius:4px}.cart-item-details{flex:1}.cart-item-details .product-title{font-size:1.1rem;margin-bottom:5px}.cart-item-details .product-subtitle{font-size:.8rem;margin-bottom:8px}.cart-item-price{font-size:1.2rem;color:#fff}.cart-item-quantity{display:flex;align-items:center;gap:10px}.quantity-btn{background:#fff;border:1px solid #000;color:#000;width:30px;height:30px;cursor:pointer;font-family:Courier New,monospace;font-weight:700}.quantity{padding:0 10px;color:#fff;font-weight:700}.remove-btn{background:#f44;border:1px solid #ff4444;color:#fff;width:30px;height:30px;cursor:pointer;font-family:Courier New,monospace;font-weight:700;font-size:16px;transition:all .3s ease}.remove-btn:hover{background:#f66;border-color:#f66}.loading-message{text-align:center;color:#ccc;font-size:1.2rem;padding:40px}.cart-divider{height:2px;background:#333;margin:20px 0}.cart-summary{margin:30px 0}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:1rem;letter-spacing:1px}.total-row{font-weight:700;font-size:1.2rem;border-top:2px solid #fff;padding-top:10px;margin-top:20px}.checkout-btn{background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px #000;color:#000;padding:15px 30px;font-family:Courier New,monospace;font-size:.9rem;letter-spacing:2px;cursor:pointer;transition:all .3s ease;width:100%;margin-top:20px}.checkout-btn:hover{background:#f0f0f0}.empty-cart-message{text-align:center;padding:60px 20px}.empty-cart-text{font-size:1.5rem;margin-bottom:10px;letter-spacing:2px}.empty-cart-subtext{color:#ccc;font-size:1rem}.socials-list{display:flex;flex-direction:column;gap:20px;width:100%;max-width:90%;margin:0 auto;padding:0 10px}.social-link-item{display:flex;align-items:center;padding:15px;border:2px solid #fff;background:#000000b3;transition:all .3s ease;gap:15px;min-height:80px;box-sizing:border-box}.social-link-item:hover{background:#000000e6;transform:translate(10px);box-shadow:0 5px 15px #ffffff1a}.social-info{flex:1;text-align:left}.spotify-embed-container{border:2px solid #fff;background:#000;padding:15px;transition:all .3s ease;overflow:hidden;box-sizing:border-box}.spotify-embed-container:hover{background:#000000e6;box-shadow:0 5px 15px #ffffff1a}.spotify-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.spotify-iframe-wrapper{background:#000;border-radius:12px;overflow:hidden;position:relative}.spotify-iframe-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000;border-radius:12px;z-index:-1;pointer-events:none}.spotify-embed-container iframe{border-radius:0;filter:grayscale(.2);transition:filter .3s ease;display:block}.spotify-embed-container:hover iframe{filter:grayscale(0)}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.social-icon svg{width:24px;height:24px;fill:#fff}.social-name{font-size:1.2rem;font-weight:400;letter-spacing:2px;margin-bottom:8px;color:#fff;font-family:Courier New,monospace}.social-handle{color:#ccc;font-size:.9rem;margin-bottom:20px;letter-spacing:1px}.social-btn{background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px #000;color:#000;padding:10px 20px;font-family:Courier New,monospace;font-size:.8rem;letter-spacing:1px;cursor:pointer;transition:all .3s ease;width:100%}.social-btn:hover{background:#f0f0f0}.home-blank{height:calc(100vh - 160px);width:100%}.coming-soon-message{text-align:center;padding:60px 20px}.coming-soon-message h2{font-size:2rem;color:#fff;font-family:Courier New,monospace;letter-spacing:2px;margin:0}.variant-selector{margin:20px 0;width:100%}.variant-option{margin-bottom:15px}.variant-label{display:block;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:1px;margin-bottom:8px;font-family:Courier New,monospace}.variant-buttons{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{background:transparent;border:2px solid #fff;color:#fff;padding:8px 16px;font-family:Courier New,monospace;font-size:.8rem;letter-spacing:1px;cursor:pointer;transition:all .3s ease;min-width:40px}.variant-btn:hover{background:#fff;color:#000}.variant-btn.selected{background:#ff6b35;border-color:#ff6b35;color:#fff}.variant-btn.selected:hover{background:#ff8555;border-color:#ff8555}@media (max-width: 768px){.container{flex-direction:column;min-height:100vh}.left-section{width:100%;height:auto;min-height:auto;order:1}.right-section{width:100%;order:2;padding:10px 10px 120px}.sidebar{padding:40px 20px 30px;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:wrap;min-height:auto;padding-top:10vh;padding-bottom:10vh}.logo{width:calc(100% - 40px);margin:0 20px 20px;order:1;height:auto;max-width:280px}.nav-items{order:2;width:100%}.nav-item{font-size:1rem;margin-bottom:10px;padding:12px 15px;width:calc(100% - 40px);margin-left:20px;margin-right:20px;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center}.header-nav{padding:15px 20px;font-size:1rem;flex-wrap:wrap;justify-content:center}.header-nav a{margin:5px 10px}.product-window{width:calc(100% - 20px);height:calc(100vh - 140px);min-height:400px;margin-left:10px;margin-top:10px}.product-content{padding:15px 20px;justify-content:center}.product-window .product-content:has(.socials-list){justify-content:flex-start}.carousel-container{width:min(320px,90%)}.image-carousel,.carousel-image{height:220px}.product-image{width:100%;height:220px}.product-title{font-size:1.1rem}.product-price{font-size:1.4rem}.merch-grid{grid-template-columns:1fr;gap:20px}.merch-item{padding:15px}.merch-item .product-image{width:min(180px,90%);height:130px}.cart-item{flex-direction:column;text-align:center;gap:15px}.cart-item-image{width:100px;height:75px;margin:0 auto}.variant-buttons{justify-content:center}.social-link-item{flex-direction:column;text-align:center;gap:15px;padding:15px}.social-info{text-align:center}.spotify-header{flex-direction:column;text-align:center;gap:15px}.spotify-embed-container{padding:15px}.spotify-embed-container iframe{height:280px}.audio-player{padding:8px 15px 0;bottom:0}.audio-controls{gap:10px;flex-wrap:wrap}.progress-control{order:3;width:100%;margin:10px 0 5px}.play-button{width:35px;height:35px;order:1}.volume-control{order:2;gap:5px}.volume-slider{width:60px}.now-playing-container{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;width:calc(100% + 30px)}.now-playing{font-size:.6rem}.waveform-canvas{height:25px;margin-top:3px}.cart-content{max-width:none;width:100%;padding:0 10px}.socials-list{max-width:none;width:100%;padding:0 5px}.home-logo{transform:translateY(8px) scale(1.5)}.home-logo:hover{transform:translateY(3px) scale(1.7)}}@media (max-width: 480px){.logo{width:calc(100% - 40px);margin:0 20px 15px;height:auto;max-width:240px}.nav-item{font-size:.9rem;padding:10px 8px;width:calc(100% - 40px);margin-left:20px;margin-right:20px;margin-bottom:8px;min-height:40px}.header-nav{font-size:.9rem;padding:10px 15px}.header-nav a{margin:3px 8px}.product-content{padding:10px 15px;justify-content:center}.product-window .product-content:has(.socials-list){justify-content:flex-start}.carousel-container{width:min(280px,85%)}.image-carousel,.carousel-image{height:200px}.product-image{width:100%;height:200px}.product-title{font-size:1rem}.product-price{font-size:1.3rem}.merch-item .product-image{width:min(150px,85%);height:110px}.audio-player{padding:6px 10px 0}.now-playing-container{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px;width:calc(100% + 20px)}.now-playing{font-size:.55rem}.waveform-canvas{height:20px;margin-top:2px}.volume-slider{width:50px}.time-label,.volume-label,.volume-value{font-size:.6rem}.spotify-embed-container iframe{height:250px}.home-logo{transform:translateY(8px) scale(1.3)}.home-logo:hover{transform:translateY(3px) scale(1.5)}}
