:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.background{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000}.box-content{position:relative;z-index:1}.border{position:absolute;background-color:#ccc}.border.top{top:0;left:20px;right:20px;height:2px}.border.bottom{bottom:0;left:20px;right:20px;height:2px}.border.left{top:20px;bottom:20px;left:0;width:2px}.border.right{top:20px;bottom:20px;right:0;width:2px}.corner{position:absolute;width:24px;height:24px}.corner:before{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);background:#787878}.corner:after{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;transform:translate(-50%);background:#646464}.tl-corner{top:-13px;left:-13px}.br-corner{bottom:-13px;right:-13px}.tr-corner{top:-13px;right:-13px}.bl-corner{bottom:-13px;left:-13px}.main-content{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}.card{margin:0 auto;color:#ccc;position:relative;border:2px solid rgb(50,50,50);padding:40px;background-color:#0000009c;width:80%;max-width:800px}.card.left{margin-right:auto;margin-left:0}.card.right{margin-left:auto;margin-right:0}.about-section{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out;width:80%;max-width:1000px}#about-section{width:100%;padding:6vh 0;display:flex;flex-direction:column;gap:40px;align-items:center}.about-cards-wrapper{width:95%;max-width:1800px;display:flex;flex-direction:column;gap:40px}.about-section{width:100%}.about-section.visible{opacity:1;transform:translateY(0);transition-delay:var(--delay)}.about-section h3{margin-bottom:1vh;font-size:clamp(1.2rem,1.6vw,1.6rem);color:#ccc;text-align:center}.about-section p{line-height:1.6}.faq-title-container{display:flex;justify-content:center;padding:2rem 0}.faq-title{color:#ccc;font-size:clamp(1.5rem,2vw,2rem)}.faq-container{display:flex;gap:2rem;max-width:1200px;margin:0 auto 10vh}.faq-column{flex:1 1 300px}.faq-line{height:1px;border:none;background-color:#555}.faq-question{color:#ccc;padding:.5rem 0;cursor:pointer;font-weight:700;font-size:clamp(1rem,1.2vw,1.2rem);display:flex;justify-content:space-between}.faq-question:hover{text-shadow:0 0 2px rgba(255,255,255,.7),0 0 5px rgba(255,255,255,.5)}.faq-icon{display:inline-block;transition:transform .3s ease,color .3s ease}.faq-icon.open{transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:0}#faq-section{background-color:#0000009c;border:2px solid rgb(50,50,50);width:95%;max-width:2000px;margin:0 auto 90px;position:relative}.line{flex:1;height:2px;background-color:#ccc;box-shadow:0 0 8px #ccc;opacity:.5}.hero .line{display:block;width:100%;height:2px;background-color:#ccc;box-shadow:0 0 12px #ccc,0 0 8px #ccc;position:absolute;bottom:0;left:0}.faq-item:first-child .faq-line{display:none}.footer{background-color:#000;padding:40px 0 20px;margin-top:40px;font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.footer-container{display:flex;justify-content:center;max-width:1100px;margin:auto;flex-wrap:wrap;gap:clamp(20px,5vw,40px)}.footer-bottom{font-size:clamp(.8rem,1vw,.9rem);text-align:center;margin-top:30px;border-top:1px solid #333;padding-top:15px;font-size:.9rem;color:#bdbdbd;width:100%}.footer-logo{width:clamp(100px,15%,200px);height:auto}.gallery-container{width:100%;display:flex;justify-content:center}#gallery-section{padding:0}.carousel-container{position:relative;width:95%;max-width:2000px;aspect-ratio:16/9;margin:10px 0 0;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:center;border:2px solid rgb(50,50,50)}.arrow{position:absolute;top:0;bottom:0;width:75px;display:flex;justify-content:center;align-items:center;font-size:40px;color:#fff;background-color:#00000080;cursor:pointer;opacity:0;transition:opacity .3s ease-in-out;z-index:10}.carousel-container:hover .arrow{opacity:1}.arrow.left{left:0}.arrow.right{right:0}.carousel-image-container{width:100%;height:100%;display:flex;transition:transform .5s ease-in-out}.carousel-images{display:flex;width:100%;height:100%}.carousel-image-wrapper{width:100%;height:100%;flex-shrink:0;display:flex}.carousel-image{width:100%;height:100%;object-fit:cover}.nav{position:relative;z-index:1000}.tabs{position:fixed;top:0;width:100%;display:flex;justify-content:flex-start;padding:5px 0;z-index:1000;background:linear-gradient(to bottom,#000c,#00000080,#0000001a);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.tabs a{color:#fff;margin:0 15px;font-size:14px;text-decoration:none;opacity:.8;transition:opacity .3s ease,text-shadow .3s ease}.tabs a:hover{opacity:1;text-shadow:0 0 5px rgba(0,0,0,.7)}#social-section{text-align:center;margin:6rem 0}.social-links{display:flex;justify-content:center;gap:clamp(2rem,5vw,4rem)}.social-links a{display:flex;transform-origin:center;align-items:center;gap:1rem;text-decoration:none;color:#ccc;font-weight:700;transition:color .3s ease,transform .3s ease,max-width .3s ease;font-size:clamp(1rem,1.5vw,1.5rem);min-width:180px;max-width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.social-links a:hover{max-width:300px;transform:scale(1.05)}.social-links a img{width:clamp(20px,3vw,30px);height:clamp(20px,3vw,30px)}.hero{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background-color:#000}.hero-logo{width:clamp(280px,75vw,1600px);height:auto;display:block}.hero-content h1{font-size:clamp(1.2rem,3vw,3rem);margin:0;text-align:center;color:#fff;font-weight:400;letter-spacing:.05em}.scroll-hint{position:absolute;bottom:4vh;display:flex;justify-content:center;align-items:center;color:#fff;font-family:inherit;opacity:0;gap:.5rem;animation:fadeIn 2s ease-out 1.5s forwards}.scroll-text{flex:1;font-size:1rem;letter-spacing:.05em}.scroll-hint .arrow{font-size:1.5rem;width:1.5rem;animation:fadeIn 2s ease-out 1.5s forwards;transform-origin:center;pointer-events:none;background:none}.arrow-wrap{width:1.5rem;display:flex;justify-content:center;animation:bounce 1.5s infinite ease-in-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:.8;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.scroll-hint,.arrow,.arrow-wrap{animation:none}}html{scroll-behavior:smooth}body{font-family:IBM Plex Mono,monospace;display:flex;flex-direction:column;align-items:stretch;min-height:100vh;margin:0;padding:0;overflow-x:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}h1,h2,h3,h4,h5,h6{font-family:neuropol-nova,sans-serif;margin:0}img{-webkit-user-drag:none}
