#gate-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#0000,#000000b3);z-index:200000;display:flex;justify-content:center;align-items:center;transition:opacity 1.5s ease}.gate-content{text-align:center;z-index:200001;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem}#start-btn{background:#00000080;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;border:1px solid rgba(255,255,255,.4);padding:1.2rem 3rem;font-size:1rem;letter-spacing:.35em;border-radius:4px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;animation:pulse 2s infinite}#start-btn:hover{background:#fff;color:#000;box-shadow:0 0 50px #fff6;transform:translateY(-5px)}.gate-notice{color:#ffffffd9;font-size:.8rem;letter-spacing:.2em;font-weight:500;text-transform:uppercase}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}*{margin:0;padding:0;box-sizing:border-box!important;cursor:none!important}body{margin:0;overflow-x:hidden;background-color:#020202;-webkit-font-smoothing:antialiased}#site-header{opacity:0;transition:opacity 1s ease}body.experience-started #site-header{opacity:1}.cursor-dot{pointer-events:none;position:fixed;top:0;left:0;width:6px;height:6px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);z-index:100000}.cursor-outline{pointer-events:none;position:fixed;top:0;left:0;width:50px;height:50px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%);z-index:9998;transition:width .3s,height .3s,border-color .3s}canvas.webgl{position:fixed;top:0;left:0;z-index:1}#data-leads{display:none}#app{position:relative;z-index:10;width:100%}section{height:100vh;height:calc(var(--vh, 1vh) * 100);height:100dvh;width:100%;display:flex;justify-content:center;align-items:center;position:relative;pointer-events:none}h1{font-size:clamp(2.2rem,10vw,5rem);line-height:1.1;margin-bottom:2rem}h2{font-size:clamp(1.8rem,8vw,3.5rem);line-height:1.2;margin-bottom:1.5rem}.content{max-width:650px;text-align:center;pointer-events:all;opacity:0;filter:blur(10px);transform:scale(.9);transition:opacity .5s,filter .5s,transform .5s;will-change:opacity,filter,transform}.content.active{opacity:1;filter:blur(0px);transform:scale(1)}.glass-card{background:#0a0a0a66;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.05);border-radius:30px;padding:3.5rem;box-shadow:0 0 50px #000c}h1,h2{letter-spacing:-.02em;font-weight:600;margin-bottom:1.5rem;line-height:1.1}h1{font-size:clamp(2.5rem,8vw,4.5rem);text-transform:uppercase;width:100%;margin-left:auto;margin-right:auto;overflow:visible;background:linear-gradient(180deg,#fff,#888);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h2{font-size:3rem;color:#fff}p{font-size:1.2rem;color:#a1a1a1;line-height:1.6;margin-bottom:2.5rem;max-width:90%;margin-left:auto;margin-right:auto}button,.glass-button{background:#fff;border:none;color:#000;padding:1.2rem 2.5rem;font-size:1rem;font-weight:500;letter-spacing:.05em;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ffffff1a;text-decoration:none;display:inline-block}button:disabled,.glass-button:disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}button:hover,.glass-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.cursor-outline.next-mode{width:80px;height:80px;border-color:#fff9;background:#ffffff0d}.cursor-outline.next-mode:after{content:"↓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px}.cursor-dot.button-mode{width:12px;height:12px;background-color:#fff}.cursor-outline.button-mode{width:60px;height:60px;border-color:#fff;background:#fff3}.join-overlay{position:fixed;top:0;left:0;width:100vw;height:calc(var(--vh, 1vh) * 100);z-index:1000;background:#000000e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.4,0,.2,1);display:flex!important;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0;will-change:opacity;overscroll-behavior:contain}.join-overlay.active{opacity:1;visibility:visible}.close-overlay{position:fixed;top:40px;right:40px;width:50px;height:50px;display:flex!important;align-items:center;justify-content:center;background:#ffffff1a!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;cursor:pointer;z-index:100001;border-radius:50%!important;padding:0!important;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.close-overlay.active{opacity:1;visibility:visible;pointer-events:all}.close-overlay:hover{background:#fff3!important;transform:scale(1.1) rotate(90deg)}.audio-control.visible{opacity:1!important;visibility:visible!important;pointer-events:all!important}.form-container{max-width:700px;width:100%;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:10vh 2rem 20vh}.form-scroll{width:100%;display:flex;flex-direction:column;align-items:center}.form-container h1{font-size:5rem;margin-bottom:5rem;text-align:center;width:100%;line-height:1}form{width:100%}.form-group{margin-bottom:3rem;text-align:center}label{display:block;font-size:.9rem;color:#888;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;text-align:center}input[type=text],input[type=email],input[type=tel],input[type=url],textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;color:#fff;font-family:inherit;font-size:1.25rem;transition:border-color .4s;text-align:center}input:focus,textarea:focus{outline:none;border-bottom-color:#fff;box-shadow:0 10px 10px -10px #ffffff4d}textarea{height:120px;resize:none}.submit-btn{margin-top:2rem;width:100%;padding:1.5rem;font-size:1.1rem;background:#fff;color:#000;border-radius:12px}@media(max-width:768px){.join-overlay{padding:0}.form-container{padding:8vh 1.5rem 25vh}.form-container h1{font-size:2.5rem}.form-row{grid-template-columns:1fr;gap:0}.profile-grid{grid-template-columns:1fr}.close-join,.close-idea{top:20px;right:20px}h1{font-size:2.5rem}h2{font-size:1.8rem}.glass-card{padding:2rem}}@media(hover:none)and (pointer:coarse){.cursor-dot,.cursor-outline{display:none!important}*{cursor:auto!important}}button,.glass-button,.audio-control,.close-overlay{min-width:44px;min-height:44px}.spa-page{position:relative;z-index:10;min-height:100vh}body.spa-active{overflow-y:auto!important;-webkit-overflow-scrolling:touch}body.spa-active .spa-page{padding-bottom:4rem}:root{font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:300;color-scheme:dark;color:#e0e0e0;background-color:#020202;scroll-behavior:auto}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;overflow-x:hidden;background-color:#020202;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}.bg-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.page-wrapper{position:relative;z-index:1}.audio-control{position:fixed;bottom:40px;right:40px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:50%;cursor:pointer;z-index:10000;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.audio-control:hover{background:#ffffff26;transform:scale(1.1);border-color:#ffffff4d}#site-header{position:fixed;top:0;left:0;width:100%;z-index:10000;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 3rem;background:#02020299;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.04);transition:background .3s}.brand-logo{font-size:1.3rem;font-weight:700;letter-spacing:.15em;color:#fff;text-decoration:none;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:2.5rem}.main-nav a{color:#ffffffb3;font-size:.9rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;transition:color .3s}.main-nav a:hover{color:#fff}.main-nav .nav-cta{background:#fff;color:#000;padding:.6rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-nav .nav-cta:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 15px #ffffff26}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:10001}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;transition:all .3s}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#020202f2;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:9999;opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.mobile-nav.active{display:flex;opacity:1;visibility:visible}.mobile-nav a{color:#fff;font-size:1.5rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;transition:opacity .3s}.mobile-nav a:hover{opacity:.7}@media(max-width:768px){#site-header{padding:1rem 1.5rem}.main-nav{display:none}.nav-toggle{display:flex}}#site-footer{position:relative;z-index:10;background:#050505f2;border-top:1px solid rgba(255,255,255,.05);padding:4rem 3rem 2rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-brand{margin-bottom:3rem}.footer-brand .brand-logo{font-size:1.5rem;display:inline-block;margin-bottom:.5rem}.footer-tagline{color:#fff6;font-size:.95rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.footer-col h4{color:#ffffff80;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.footer-col a{display:block;color:#ffffffb3;font-size:.9rem;margin-bottom:.6rem;transition:color .3s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#ffffff4d;font-size:.8rem}@media(max-width:768px){#site-footer{padding:3rem 1.5rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1;padding-top:100px;padding-bottom:4rem}.page-container{max-width:750px;width:100%;margin:0 auto;padding:0 2rem}.page-container.wide{max-width:1100px}.page-hero{text-align:center;margin-bottom:4rem;padding-top:2rem}.page-hero h1{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:600;letter-spacing:-.02em;text-transform:uppercase;line-height:1.1;background:linear-gradient(180deg,#fff,#888);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.page-hero p{color:#ffffff80;font-size:1.1rem;max-width:500px;margin:0 auto;line-height:1.6}.form-group{margin-bottom:2.5rem;text-align:center}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-label{display:block;font-size:.85rem;color:#888;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.1em;text-align:center}.form-input,.form-textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;color:#fff;font-family:inherit;font-size:1.15rem;transition:border-color .4s;text-align:center}.form-input:focus,.form-textarea:focus{outline:none;border-bottom-color:#fff;box-shadow:0 10px 10px -10px #ffffff4d}.form-textarea{height:120px;resize:none}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-notice{font-size:.8rem;color:#aaa;margin-bottom:1.5rem;line-height:1.4;text-align:center}.submit-btn{width:100%;padding:1.3rem;font-size:1rem;font-weight:500;font-family:inherit;background:#fff;color:#000;border:none;border-radius:12px;cursor:pointer;letter-spacing:.05em;transition:all .3s cubic-bezier(.4,0,.2,1)}.submit-btn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.submit-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;text-align:center}.form-success h2{font-size:3rem;font-weight:600;color:#fff;margin-bottom:1rem}.form-success p{color:#fff9;margin-bottom:1rem;font-size:1rem}.form-success a{color:#fff;text-decoration:underline}@media(max-width:768px){.page-content{padding-top:80px}.form-row{grid-template-columns:1fr;gap:0}.profile-grid{grid-template-columns:1fr}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.project-card h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.6rem}.project-card .project-desc{font-size:.9rem;color:#ffffff80;line-height:1.5;margin-bottom:1.2rem}.project-meta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.project-meta span{font-size:.8rem;color:#fff6;display:flex;align-items:center;gap:.3rem}.project-meta .lang-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.project-card .project-link{display:inline-block;margin-top:1.2rem;font-size:.85rem;color:#fff9;letter-spacing:.08em;text-transform:uppercase;transition:color .3s}.project-card .project-link:hover{color:#fff}.projects-loading,.projects-error{text-align:center;padding:4rem 2rem;color:#fff6;font-size:1rem}.projects-loading .spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.legal-content{color:#ffffffb3;line-height:1.8}.legal-content h2{font-size:1.4rem;font-weight:600;color:#fff;margin-top:3rem;margin-bottom:1rem}.legal-content h3{font-size:1.1rem;font-weight:500;color:#ffffffe6;margin-top:2rem;margin-bottom:.8rem}.legal-content p{font-size:.95rem;color:#fff9;margin-bottom:1rem;line-height:1.8}.legal-content ul{list-style:none;padding-left:0;margin-bottom:1rem}.legal-content ul li{position:relative;padding-left:1.2rem;margin-bottom:.5rem;font-size:.95rem;color:#fff9}.legal-content ul li:before{content:"";position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:#ffffff4d}.legal-content a{color:#fff;text-decoration:underline;text-underline-offset:2px}.legal-content .last-updated{font-size:.85rem;color:#ffffff4d;margin-bottom:2rem}
