:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#0a0a0a;color:#fff}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box;max-width:100%}.app{min-height:100vh;background-color:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.promo-banner{background:linear-gradient(135deg,red,#ff4500,tomato);color:#fff;padding:.75rem 1rem;text-align:center;position:sticky;top:0;z-index:1001;box-shadow:0 2px 8px #0000004d;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.01)}}.promo-content{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;width:100%;animation:pulse 2s ease-in-out infinite}.promo-text{font-size:1.1rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.promo-countdown{font-size:1rem;font-weight:600;background-color:#0000004d;padding:.4rem 1rem;border-radius:20px;font-family:Courier New,monospace}.promo-btn{background-color:#fff;color:#8b0000;padding:.5rem 1.5rem;border-radius:25px;font-weight:700;text-decoration:none;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #00000080;border:2px solid rgba(0,0,0,.1)}.promo-btn:hover{background-color:#ffeb3b;color:#8b0000;transform:scale(1.05);box-shadow:0 4px 12px #00000080;border-color:#0003}.navbar{position:fixed;top:48px;left:0;right:0;z-index:1000;background-color:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;transition:top .3s ease}.app.banner-hidden .navbar{top:0}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700}.logo-letter{font-size:2rem;color:#d4af37}.logo-text{color:#fff;line-height:1.2;font-size:1.2rem}.verified-badge{color:#1dcaff;margin-left:.1rem;flex-shrink:0}.online-status{display:flex;align-items:center;gap:.4rem;margin-left:.5rem}.online-dot{width:8px;height:8px;background-color:#4ade80;border-radius:50%;position:relative}.online-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#4ade80;border-radius:50%;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{width:8px;height:8px;opacity:1}to{width:20px;height:20px;opacity:0}}@keyframes pulse-ring-mobile{0%{width:6px;height:6px;opacity:1}to{width:16px;height:16px;opacity:0}}.online-text{color:#4ade80;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.nav-links{display:flex;gap:2rem}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s}.nav-links a:hover{color:#d4af37}.nav-join-btn{background:linear-gradient(135deg,#b8941f,#a0821a,#8b6f1a);color:#fff!important;padding:.5rem 1.2rem;border-radius:5px;font-size:.9rem;font-weight:600;transition:all .3s}.nav-join-btn:hover{background:linear-gradient(135deg,#a0821a,#8b6f1a,#7a5f15);color:#fff!important}.hero-section{padding:120px 2rem 80px;min-height:100vh;display:flex;align-items:center;position:relative}.app.banner-hidden .hero-section{padding:80px 2rem}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,#0000,#0000004d,#000000b3 60%,#000);pointer-events:none;z-index:1}.hero-container{position:relative;z-index:2}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-badge{color:#d4af37;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;color:#fff;margin-bottom:1rem}.hero-title-secondary{font-size:3.2rem;color:#e0e0e0;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;line-height:1.6;color:#ccc;max-width:600px;margin-bottom:1rem}.subscribe-btn{background:linear-gradient(135deg,#b8941f,#a0821a,#8b6f1a);color:#fff!important;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:.5rem;width:fit-content;transition:all .3s;text-decoration:none}.subscribe-btn:hover{background:linear-gradient(135deg,#a0821a,#8b6f1a,#7a5f15);color:#fff!important}.media-icons{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:20px}.media-icon{position:absolute;color:#fff;transition:transform .3s}.media-icon-image{transform:rotate(-6deg);left:0;z-index:1}.media-icon-video{transform:rotate(6deg);right:0;z-index:2}.social-icons{display:flex;gap:1rem;margin-top:1rem;align-items:center}.social-icons>div{display:flex;align-items:center;cursor:pointer}.fanvue-link{display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .3s}.fanvue-link:hover{opacity:.7}.store-link{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#3b82f6;border-radius:50%;width:40px;height:40px;transition:background-color .3s;padding:0}.store-link svg{width:22px;height:22px;display:block}.store-link:hover{background-color:#2563eb;opacity:1}.fanvue-link img{width:40px;height:40px;object-fit:contain;border-radius:50%}.store-link svg{width:28px;height:28px}.hero-carousel{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:500px}.carousel-images{position:relative;width:100%;height:100%;max-width:400px}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;overflow:hidden;transition:z-index .3s,transform .5s ease-in-out,opacity .5s;transform-origin:center center;opacity:.7;z-index:1}.carousel-image.active{z-index:10;opacity:1}.placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#666;font-size:.9rem;border:1px solid #333}.carousel-img,.event-img,.picture-img,.gallery-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.event-img{border-radius:10px;width:100%;height:100%;object-fit:cover}.event-image{aspect-ratio:3 / 4;overflow:hidden;border-radius:10px;max-width:400px;width:100%;margin:0 auto}.picture-img{border-radius:0;height:400px}.gallery-img{border-radius:10px}.placeholder-image.large{height:500px}.carousel-btn{background-color:#fff3;border:none;color:#fff;font-size:2rem;width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s;z-index:20;padding:0;aspect-ratio:1;position:absolute}.carousel-btn-left{left:-15px}.carousel-btn-right{right:-15px}.carousel-btn:hover{background-color:#ffffff4d}.event-section{padding:100px 2rem;background-color:#1a1a1a}.event-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.event-badge{color:gold;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem}.event-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.event-description{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:2rem}.stats{display:flex;gap:3rem}.stat-item{text-align:left}.stat-number{font-size:2.5rem;font-weight:700;color:gold;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:1px}.event-image{width:100%}.pictures-section{padding:100px 2rem;background-color:#0a0a0a}.pictures-container{max-width:1400px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;color:#fff}.pictures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.picture-card{background-color:#1a1a1a;border-radius:10px;overflow:hidden;position:relative}.picture-label{position:absolute;top:1rem;left:1rem;font-size:1.2rem;font-weight:600;color:#fff;z-index:2}.picture-card .placeholder-image{height:400px;border-radius:0}.picture-name{padding:1.5rem;font-size:1rem;font-weight:600;color:#fff;text-align:center;letter-spacing:2px}.store-section{padding:100px 2rem;background-color:#1a1a1a}.store-container{max-width:1400px;margin:0 auto;text-align:center}.store-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.store-tagline{font-size:1.1rem;color:#ccc;margin-bottom:3rem}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.store-item{background-color:#0a0a0a;border-radius:10px;overflow:hidden;color:#fff;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.store-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #d4af374d}.store-item-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#1a1a1a}.store-img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.store-item:hover .store-img{transform:scale(1.05)}.store-item-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.store-item-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0;line-height:1.3}.store-item-description{font-size:.95rem;color:#ccc;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.payhip-buy-button{background:linear-gradient(135deg,#b8941f,#a0821a,#8b6f1a);color:#fff!important;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:5px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s;margin-top:1rem;width:100%}.payhip-buy-button:hover{background:linear-gradient(135deg,#a0821a,#8b6f1a,#7a5f15);color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px #d4af3766}.store-item .placeholder-image{height:100%;border-radius:0}.gallery-section{padding:100px 2rem;background-color:#0a0a0a}.gallery-container{max-width:1400px;margin:0 auto;text-align:center}.gallery-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.gallery-tagline{font-size:1.1rem;color:#ccc;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery-item{aspect-ratio:9 / 16;overflow:hidden;border-radius:10px}.gallery-item .placeholder-image{height:100%;border-radius:10px}.reviews-section{padding:100px 2rem;background-color:#1a1a1a}.reviews-container{max-width:1400px;margin:0 auto;text-align:center}.reviews-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.reviews-tagline{font-size:1.1rem;color:#ccc;margin-bottom:3rem}.reviews-board{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;padding:2rem 0;position:relative;min-height:600px}.review-item-wrapper{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.review-item{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0006;background:#fff;padding:8px;transition:none;flex-shrink:0}.review-img{width:100%;height:auto;display:block;object-fit:contain;border-radius:8px}.review-item .placeholder-image{width:100%;min-height:200px;border-radius:8px}.review-testimonial{margin-top:.75rem;font-size:.85rem;color:#fff;text-align:center;font-style:italic;max-width:100%;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.subscribe-section{padding:150px 2rem;background:linear-gradient(#000000b3,#000000b3),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%231a1a1a" width="1200" height="800"/></svg>');background-size:cover;background-position:center;position:relative;text-align:center}.subscribe-overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.subscribe-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.subscribe-badge{color:#ccc;font-size:1rem;margin-bottom:1rem}.subscribe-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem;color:#fff}.subscribe-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.subscribe-features li{color:#fff;font-size:1.2rem;font-weight:500;position:relative;padding-left:2rem;text-align:left}.subscribe-features li:before{content:"✓";position:absolute;left:0;color:#d4af37;font-size:1.5rem;font-weight:700;line-height:1.2}.subscribe-description{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:2rem}.subscribe-cta-btn{background:linear-gradient(135deg,#b8941f,#a0821a,#8b6f1a);color:#fff!important;border:none;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:5px;cursor:pointer;text-transform:uppercase;transition:all .3s;text-decoration:none;display:inline-block}.subscribe-cta-btn:hover{background:linear-gradient(135deg,#a0821a,#8b6f1a,#7a5f15);color:#fff!important}.footer{padding:80px 2rem 40px;background-color:#0a0a0a}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-bottom:2rem}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px}.footer-text{font-size:.95rem;line-height:1.8;color:#e0e0e0}.footer-links{list-style:none;display:flex;gap:2rem;flex-wrap:wrap}.footer-links li{margin-bottom:0}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#d4af37}.footer-social-icons{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.footer-social-icons>div{display:flex;align-items:center;cursor:pointer}.footer-divider{height:1px;background-color:#333;margin:2rem 0}.footer-copyright{text-align:center;color:#ccc;font-size:.9rem}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#b8941f,#a0821a,#8b6f1a);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0006;transition:all .3s;z-index:1000}.scroll-to-top:hover{background:linear-gradient(135deg,#a0821a,#8b6f1a,#7a5f15);transform:translateY(-3px);box-shadow:0 6px 16px #00000080}.scroll-to-top svg{width:24px;height:24px}@media(max-width:1024px){.hero-container,.event-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:3rem}.hero-title-secondary{font-size:2.4rem}.carousel-btn-left{left:-15px}.carousel-btn-right{right:-15px}.event-title{font-size:2.5rem}.pictures-grid,.gallery-grid,.store-grid{grid-template-columns:repeat(2,1fr)}.reviews-board{gap:1.5rem}.footer-container{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.promo-banner{padding:.6rem .5rem;min-height:80px;display:flex;align-items:center;justify-content:center}.navbar{top:80px;position:fixed;padding:.8rem 1rem}.app.banner-hidden .navbar{top:0}.app.banner-hidden .hero-section{padding:100px 2rem 80px}.promo-content{flex-direction:row;gap:1rem;flex-wrap:wrap}.promo-text{font-size:.9rem;width:100%;text-align:center}.promo-countdown{font-size:.85rem;padding:.3rem .8rem}.promo-btn{font-size:.8rem;padding:.4rem 1.2rem}.hero-section{padding:140px 2rem 80px}.logo-letter{display:none}.logo-text{line-height:1;font-size:1rem}.online-status{margin-left:.3rem}.online-dot{width:6px;height:6px}.online-dot:before{width:6px;height:6px;animation:pulse-ring-mobile 2s ease-out infinite}.online-text{font-size:.65rem}.nav-links a:not(.nav-join-btn){display:none}.nav-links{gap:1rem;font-size:.85rem}.hero-title{font-size:2.5rem}.hero-title-secondary{font-size:2rem}.hero-carousel{height:400px}.carousel-btn-left{left:-10px}.carousel-btn-right{right:-10px}.event-title,.subscribe-title{font-size:2rem}.subscribe-features li{font-size:1rem}.pictures-grid,.gallery-grid,.store-grid{grid-template-columns:1fr}.reviews-board{gap:1rem;padding:1rem 0}.review-item{max-width:260px!important}.review-testimonial{max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.8rem}.reviews-title{font-size:2.5rem}.stats{flex-direction:column;gap:1.5rem}.carousel-images{flex-direction:column}.carousel-image{min-width:100%}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px}.scroll-to-top svg{width:20px;height:20px}}
