.hero{width:100%;height:66.67vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}.hero-content{max-width:800px;padding:2rem;position:relative;z-index:2;margin-top:200px}.hero-title{max-width:100%;height:auto;display:block;margin:0 auto}@media (max-width: 768px){.hero{height:50vh;min-height:400px}.hero-content{padding:1rem;margin-top:50px}.hero-title{max-width:90%}}@media (max-width: 480px){.hero{height:40vh;min-height:300px}.hero-content{padding:.5rem;margin-top:30px}.hero-title{max-width:85%}}.hero-subtitle{font-size:1.5rem;opacity:.9}.hero-content.fade-in-up{animation:fadeInUp 1s ease-out}.countdown-section{width:100%;height:33.33vh;padding:2rem;background-color:#f9f9f9;display:flex;align-items:center}.countdown-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.countdown{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;margin:0 auto}.countdown-item{text-align:center;min-width:120px}.countdown-value{font-size:3rem;font-weight:700;color:#333;line-height:1;margin-bottom:.5rem;font-family:JetBrains Mono,monospace}.glitch-text{font-family:JetBrains Mono,monospace;position:relative;display:inline-block;animation:glitch 1s infinite;text-shadow:none}@keyframes glitch{0%{transform:translate(0);filter:hue-rotate(0deg)}10%{transform:translate(-1px,1px) skew(1deg);filter:hue-rotate(90deg)}20%{transform:translate(1px,-1px) skew(-1deg);filter:hue-rotate(180deg)}30%{transform:translate(-1px,-1px) skew(1deg);filter:hue-rotate(270deg)}40%{transform:translate(1px,1px) skew(-1deg);filter:hue-rotate(360deg)}50%{transform:translate(0);filter:hue-rotate(0deg)}60%{transform:translate(-1px,1px) skew(1deg);filter:hue-rotate(90deg)}70%{transform:translate(1px,-1px) skew(-1deg);filter:hue-rotate(180deg)}80%{transform:translate(-1px,-1px) skew(1deg);filter:hue-rotate(270deg)}90%{transform:translate(1px,1px) skew(-1deg);filter:hue-rotate(360deg)}to{transform:translate(0);filter:hue-rotate(0deg)}}.countdown-label{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:1px}.countdown.fade-in-up{animation:fadeInUp .8s ease-out}@media (max-width: 768px){.countdown-section{height:auto;min-height:33.33vh;padding:2rem 1rem}.countdown{gap:1rem}.countdown-item{min-width:80px}.countdown-value{font-size:2rem}.countdown-label{font-size:.75rem}}@media (max-width: 480px){.countdown-section{padding:1.5rem .75rem}.countdown{gap:.75rem}.countdown-item{min-width:70px}.countdown-value{font-size:1.5rem}.countdown-label{font-size:.7rem}}.radio{width:100%;padding:4rem 2rem;background-color:#060606;position:relative;overflow:visible}.radio-container{max-width:1200px;margin:0 auto;position:relative;overflow:visible}.app-links-section{margin:0 auto;max-width:600px;position:relative;overflow:visible;height:100vh;padding:2rem 0;display:flex;align-items:center;justify-content:center}.app-links-container{background:#060606;border-radius:16px;padding:4rem 3rem;text-align:center;box-shadow:0 10px 30px #0003}.app-icon{width:250px;height:250px;border-radius:40px;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000004d;border:3px solid #d3d3d3;position:relative;animation:pulse-border 2s ease-in-out infinite}.app-icon:before,.app-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:40px;border:4px solid #ffffff;opacity:0;animation:ripple 2s ease-out infinite}.app-icon:after{animation-delay:1s}@keyframes pulse-border{0%,to{border-color:#d3d3d3;box-shadow:0 4px 15px #0000004d,0 0 #d3d3d366}50%{border-color:#fff;box-shadow:0 4px 15px #0000004d,0 0 0 12px #d3d3d300}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(12);opacity:0}}.app-links-title{color:#fff;font-size:1.5rem;margin-bottom:2rem;font-weight:600}.app-links{display:flex;flex-direction:column;gap:1rem}.app-link{display:flex;align-items:center;justify-content:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px #0000001a}.app-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.store-icon{width:40px;height:40px;color:#333}.app-link-name{font-size:1.1rem;color:#333;font-weight:600;line-height:1;white-space:nowrap}@media (min-width: 768px){.app-links{flex-direction:row;justify-content:center}.app-link{flex:1;max-width:200px}}@media (max-width: 767px){.radio{padding:2rem 1rem}.app-links-section{height:auto;min-height:100vh;padding:2rem 0}.app-links-container{padding:2rem 1.5rem}.app-icon{width:180px;height:180px}.app-links-title{font-size:1.25rem;margin-bottom:1.5rem}.app-link{padding:.875rem 1.25rem}.store-icon{width:32px;height:32px}.app-link-name{font-size:1rem}}@media (max-width: 480px){.radio{padding:1.5rem .75rem}.app-links-section{padding:1.5rem 0}.app-links-container{padding:1.5rem 1rem}.app-icon{width:150px;height:150px}.app-links-title{font-size:1.1rem;margin-bottom:1.25rem}.app-link{padding:.75rem 1rem}.store-icon{width:28px;height:28px}.app-link-name{font-size:.9rem}}.gallery{width:100%;padding:4rem 2rem;background-color:#060606;position:relative;overflow:visible}.gallery-container{max-width:1200px;margin:0 auto;position:relative}.gallery-images{display:flex;justify-content:center;align-items:flex-start;position:relative;padding:4rem 0;padding-bottom:1570px;min-height:auto}.gallery-image{width:auto;height:auto;object-fit:contain;border-radius:16px;border:3px solid #d3d3d3;position:absolute;box-shadow:0 10px 30px #00000080}.gallery-image-1{top:0;left:50%;transform:translate(-65%) rotate(-12deg);z-index:1;max-width:495px;max-height:374px}.gallery-image-2{top:230px;left:50%;transform:translate(5%) rotate(8deg);z-index:2;max-width:500px;max-height:500px}.gallery-image-3{top:430px;left:50%;transform:translate(-75%) rotate(-6deg);z-index:3;max-width:400px;max-height:400px}.gallery-image-4{top:680px;left:50%;transform:translate(-20%) rotate(10deg);z-index:6;max-width:575px;max-height:380px}.gallery-image-5{top:950px;left:50%;transform:translate(-75%) rotate(-8deg);z-index:7;max-width:400px;max-height:530px}.gallery-image-6{top:1170px;left:50%;transform:translate(-30%) rotate(6deg);z-index:8;max-width:500px;max-height:330px}.gallery-images.fade-in-up{animation:fadeInUp .8s ease-out}@media (max-width: 768px){.gallery{padding:2rem 1rem}.gallery-images{padding:2rem 0;padding-bottom:1000px}.gallery-image{max-width:200px;max-height:300px}.gallery-image-1{top:0;transform:translate(-10%) rotate(-8deg)}.gallery-image-2{top:150px;transform:translate(5%) rotate(5deg)}.gallery-image-3{top:280px;transform:translate(-10%) rotate(-5deg)}.gallery-image-4{top:450px;transform:translate(5%) rotate(6deg)}.gallery-image-5{top:600px;transform:translate(-5%) rotate(-5deg)}.gallery-image-6{top:750px;transform:translate(5%) rotate(4deg)}}@media (max-width: 480px){.gallery{padding:1.5rem .5rem}.gallery-images{padding:1.5rem 0;padding-bottom:750px}.gallery-image{max-width:150px;max-height:225px}.gallery-image-1{top:0}.gallery-image-2{top:120px}.gallery-image-3{top:220px}.gallery-image-4{top:350px}.gallery-image-5{top:470px}.gallery-image-6{top:590px}}.video-section{width:100%;padding:4rem 2rem;background-color:#060606;position:relative;overflow:visible}.video-section-container{max-width:1200px;margin:0 auto;position:relative}.video-wrapper{width:100%;max-width:1280px;margin:2rem auto;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;border:3px solid #d3d3d3}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-wrapper.fade-in-up-delay{animation:fadeInUp .8s ease-out .2s both}@media (max-width: 768px){.video-section{padding:2rem 1rem}.video-wrapper{margin:1rem auto;border-width:2px}}@media (max-width: 480px){.video-section{padding:1.5rem .75rem}.video-wrapper{margin:.75rem auto;border-width:2px;border-radius:12px}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}html,body{margin:0;padding:0;overflow-x:hidden;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
