@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";: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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden;position:relative}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;animation:fadeIn 1s ease-in-out}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:-1;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content-card h2{color:#fff;margin-bottom:1rem;font-size:1.5rem}.content-card p{color:#ffffffe6;margin-bottom:1rem;line-height:1.6}.main-content{font-family:"Press Start 2P",system-ui;width:100%;min-height:100vh;padding:7rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;position:relative;z-index:10;animation:slideUp .8s ease-out}.main-content h1{color:#fff;margin-bottom:2rem;font-size:3.5rem;text-shadow:0 2px 5px rgba(0,0,0,.5);z-index:10;position:relative;animation:fadeInDelay 1s ease-in-out}.content-card{position:relative;z-index:10;background:#0a0a1480;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003;width:100%;max-width:800px;animation:fadeInUp .6s ease-out}.layout{display:flex;width:100%;min-height:100vh;position:relative;z-index:1}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDelay{0%{opacity:0}50%{opacity:0}to{opacity:1}}.floating-phrase{position:absolute;left:11rem;margin-top:23%;transform:translateY(-50%);z-index:20;font-family:"Press Start 2P",system-ui;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;animation:fadeIn 1s ease-in-out,float 4s ease-in-out infinite}.floating-phrase p{font-size:1.3rem;opacity:.9;margin:0;padding:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-50%) translate(-20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}@keyframes float{0%{transform:translateY(-50%) translateY(0)}50%{transform:translateY(-50%) translateY(-15px)}to{transform:translateY(-50%) translateY(0)}}.navbar{width:100%;height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:fixed;left:0;top:0;z-index:100;box-shadow:0 5px 15px #0003;font-family:"Press Start 2P",system-ui}.navbar-logo{display:flex;align-items:center;margin-right:2rem}.logo-image{height:100px;width:auto;object-fit:contain}.nav-list{list-style:none;margin:0;padding:0;display:flex}.nav-item{margin:0 1rem}.nav-link{display:block;padding:.5rem 1rem;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;font-weight:500;position:relative;background-color:#000;border:1px solid #333}.nav-link:hover{background:#333;color:#fff}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}.spline-container{position:relative;width:100%;height:calc(100vh - 100px);margin-top:50px;z-index:5;display:flex;justify-content:center;align-items:center;overflow:hidden}.spline-container canvas{width:100%!important;height:100%!important;max-width:1500px;max-height:1200px;outline:none;object-fit:contain;object-position:center;transform-origin:center center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.loading{position:absolute;color:#fff;font-size:1.5rem;z-index:10;text-align:center;padding:20px;background-color:#00000080;border-radius:10px}.landing-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.landing-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.landing-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:-1}.landing-content{font-family:"Press Start 2P",system-ui;color:#fff;text-align:center;padding:2rem;max-width:800px;position:relative;animation:fadeIn 1.5s ease-in-out}.landing-title{font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.7);animation:glow 3s infinite alternate}.landing-subtitle{font-size:1.2rem;margin-bottom:3rem;opacity:.9;text-shadow:0 2px 5px rgba(0,0,0,.5)}.enter-button{font-family:"Press Start 2P",system-ui;background:#ffffff1a;border:2px solid rgba(255,255,255,.5);color:#fff;margin-top:20rem;padding:1rem 2rem;font-size:1.1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 5px 15px #0003;position:relative;overflow:hidden}.enter-button:hover{background:#fff3;transform:translateY(-5px);box-shadow:0 8px 25px #0000004d}.enter-button:active{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{text-shadow:0 0 10px rgba(255,255,255,.3),0 0 20px rgba(255,255,255,.3)}to{text-shadow:0 0 15px rgba(255,255,255,.5),0 0 30px rgba(255,255,255,.5)}}.contact-container{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;min-height:90vh;display:flex;flex-direction:column;padding-top:100px}.contact-container h1{text-align:center;margin-bottom:2rem;font-size:2.5rem;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;background-clip:text;color:transparent}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.contact-info,.contact-form{flex:1;min-width:300px;background-color:#00000080;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0003}.contact-details{margin-top:2rem}.contact-item{margin-bottom:1.5rem}.contact-item h3{color:#4ecdc4;margin-bottom:.5rem}.contact-item a{color:#fff;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#4ecdc4}.contact-form h2,.contact-info h2{color:#ff6b6b;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#bbb}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:none;border-radius:5px;background-color:#ffffff1a;color:#fff;transition:background-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;background-color:#fff3}.submit-btn{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);color:#fff;border:none;padding:15px 30px;border-radius:5px;cursor:pointer;font-weight:700;transition:transform .3s,box-shadow .3s;font-family:"Press Start 2P",cursive;letter-spacing:1px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width: 768px){.contact-content{flex-direction:column}.contact-container{padding:1rem;padding-top:80px}}.about-container{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;min-height:90vh;display:flex;flex-direction:column;padding-top:100px}.about-container h1{text-align:center;margin-bottom:2rem;font-size:2.5rem;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;background-clip:text;color:transparent}.about-content{display:flex;flex-direction:column;gap:2rem}.about-section{background-color:#00000080;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0003}.about-section h2,.about-projects h2{color:#ff6b6b;margin-bottom:1rem}.about-section p{line-height:1.6;color:#ddd}.about-projects{background-color:#00000080;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;align-items:center;width:100%}.project-card{width:100%;margin:1rem 0;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;background-color:#0a0a0a;text-align:center;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.project-card h3{color:#4ecdc4;margin-bottom:.75rem}.project-card p{color:#ddd;line-height:1.5}.team-button-section{display:flex;justify-content:center;margin-top:2rem;margin-bottom:2rem}.meet-team-button{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);border:none;padding:1.2rem 2.5rem;border-radius:25px;color:#fff;font-size:.7rem;cursor:pointer;transition:transform .3s,box-shadow .3s;font-family:"Press Start 2P",monospace;letter-spacing:1px;line-height:1;white-space:nowrap;text-align:center}.meet-team-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media (max-width: 768px){.about-container{padding:1rem;padding-top:80px}.project-card{padding:1rem}.meet-team-button{padding:1rem 2rem;font-size:.6rem}}.team-container{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;min-height:90vh;padding-top:100px}.team-container h1{text-align:center;margin-bottom:3rem;font-size:2.5rem;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;background-clip:text;color:transparent}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:1rem;margin-top:2rem}.team-card{background:#00000080;border-radius:15px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0000004d}.team-member{text-align:center;padding:1.5rem;border-radius:8px;background-color:#f5f5f5;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-image{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;background-color:#ddd}.member-image img{width:100%;height:100%;object-fit:cover}.team-card h2{color:#4ecdc4;margin-bottom:.5rem}.team-card h3{color:#ff6b6b;margin-bottom:1rem;font-size:.9rem}.team-member h3{margin:.5rem 0;color:#333}.team-card p{color:#ddd;font-size:.9rem;line-height:1.6}.team-member p{color:#666;margin:0}.back-button{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);border:none;padding:.8rem 1.5rem;border-radius:25px;color:#fff;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-bottom:2rem}.back-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media (max-width: 768px){.team-container{padding:1rem;padding-top:80px}.team-grid{grid-template-columns:1fr}}.projects-container{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;min-height:90vh;display:flex;flex-direction:column;padding-top:100px}.projects-container h1{text-align:center;margin-bottom:3rem;font-size:2.5rem;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:"Press Start 2P",cursive}.projects-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;width:100%;justify-content:center}.project-item{flex:1;min-width:300px;max-width:500px;background-color:#0e0d0d;border-radius:10px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 8px #0000001a;transition:transform .3s,box-shadow .3s}.project-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.project-title{font-size:1.8rem;margin-bottom:1.5rem;color:#4ecdc4;text-align:center;font-family:"Press Start 2P",cursive}.project-description{color:#fffdfd;line-height:1.8;margin-bottom:2rem;text-align:center;font-size:1.1rem;height:150px;overflow:auto}.project-btn-link{display:block;text-decoration:none;text-align:center}.project-btn{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:700;transition:transform .3s,box-shadow .3s;font-family:"Press Start 2P",cursive;letter-spacing:1px;font-size:.8rem}.project-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width: 768px){.projects-content{flex-direction:column}.projects-container{padding:1rem;padding-top:80px}.project-title{font-size:1.4rem}.project-description{font-size:1rem;height:auto}.project-btn{padding:.5rem 1rem;font-size:.7rem}}
