body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 0}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem}h1{color:#2c3e50;font-size:3rem}h2{color:#34495e;font-size:2.5rem;margin-bottom:3rem;text-align:center}h3{color:#2c3e50;font-size:1.5rem}p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.btn{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#2980b9;box-shadow:0 5px 15px #3498db4d;transform:translateY(-2px)}.btn-secondary{background-color:#95a5a6}.btn-secondary:hover{background-color:#7f8c8d}.card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-bottom:30px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:60px 0}.container{padding:0 15px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-brand .brand-text{color:#2c3e50;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#3498db}.nav-link:after{background-color:#3498db;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-dropdown{display:inline-block;position:relative}.dropdown-menu{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 16px #0000001a;left:0;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.dropdown-menu.active{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{border-bottom:1px solid #f0f0f0;color:#333;display:block;font-weight:500;padding:12px 20px;text-decoration:none;transition:all .3s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9fa;color:#3498db;padding-left:25px}.dropdown-item:first-child{border-radius:8px 8px 0 0}.dropdown-item:last-child{border-radius:0 0 8px 8px}.nav-toggle{cursor:pointer;display:none;flex-direction:column}.bar{background-color:#333;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.dropdown-menu,.nav-dropdown{position:static}.dropdown-menu{background:#f8f9fa;border:none;border-radius:0;box-shadow:none;margin-top:10px;max-height:0;opacity:0;overflow:hidden;transform:none;transition:all .3s ease;visibility:hidden}.dropdown-menu.active{max-height:200px;opacity:1;visibility:visible}.dropdown-item{border-bottom:1px solid #e0e0e0;padding:10px 20px}.dropdown-item:hover{background-color:#e9ecef;padding-left:20px}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;padding-top:80px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1rem}.highlight{color:#fff;font-family:Lucida Console,Courier New,monospace}.hero-subtitle{color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.hero-description{color:#fff;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.hero-buttons .btn{border-radius:50px;font-size:1.1rem;padding:15px 30px}.hero-buttons .btn-primary{background-color:#f39c12;border:2px solid #f39c12}.hero-buttons .btn-primary:hover{background-color:initial;box-shadow:0 10px 20px #f39c124d;color:#f39c12;transform:translateY(-3px)}.hero-buttons .btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.hero-buttons .btn-secondary:hover{background-color:#fff;box-shadow:0 10px 20px #ffffff4d;color:#667eea;transform:translateY(-3px)}.hero-image{align-items:center;display:flex;justify-content:center}.profile-image{border:3px solid #fff3;border-radius:50%;box-shadow:0 10px 30px #0000004d;height:300px;object-fit:cover;object-position:80% 50%;transition:all .3s ease;width:300px}.profile-image:hover{border-color:#fff6;box-shadow:0 15px 40px #0006;transform:translateY(-5px) scale(1.05)}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.profile-image{height:200px;width:200px}}.about{background-color:#fff}.about-title{color:#2c3e50;font-family:Lucida Console,Courier New,monospace;font-size:2.8rem;margin-bottom:2rem;text-align:center}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text p{color:#555;line-height:1.8;margin-bottom:1.5rem}.skills h3{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem}.skills-grid{display:flex;flex-direction:column;gap:2rem}.skill-category h4{color:#34495e;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px;transition:transform .3s ease,box-shadow .3s ease}.skill-tag:hover{box-shadow:0 5px 15px #3498db4d;transform:translateY(-2px)}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.skills-grid{gap:1.5rem}.skill-tags{justify-content:center}}.projects{background-color:#f8f9fa}.projects-title{color:#2c3e50;font-size:2.8rem;margin-bottom:2rem}.projects-card-title,.projects-title{font-family:Lucida Console,Courier New,monospace;text-align:center}.projects-card-title{color:#fff;font-size:2.2rem;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.projects-grid{align-items:center;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:calc(1200px + 4rem);overflow-x:visible;padding:2rem 0;perspective:1000px;width:100%}.project-card,.projects-grid{display:flex;min-height:500px;position:relative}.project-card{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 35px #667eea4d;flex-direction:column;height:500px;max-height:500px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:400px;z-index:1}.project-card.clickable{cursor:pointer}.project-card.clickable:hover{box-shadow:0 30px 60px #667eea80;transform:translateY(-20px);z-index:10!important}.project-card.clickable:active{transform:translateY(-15px)}.project-image{align-items:center;background:#fff;display:flex;height:200px;justify-content:center;position:relative}.project-icon{font-size:8rem;opacity:.8}.project-logo{height:auto;opacity:.9;width:200px}.project-content{align-items:end;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:2rem}.project-content h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;text-shadow:0 1px 2px #0000004d}.project-content p{color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 1px 2px #0003}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border:1px solid #ffffff1a;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:5px 12px}.project-links{display:flex;flex-wrap:wrap;gap:1rem}.project-links .btn{flex:1 1;min-width:120px;text-align:center}@media (max-width:768px){.projects-grid{height:500px;justify-content:flex-start;overflow-x:auto;overflow-y:visible;padding:1rem 0}.project-card{height:450px;margin-right:-50px;max-height:450px;min-height:450px;position:relative;width:300px}.project-card:first-child{left:0}.project-card:nth-child(2){left:350px}.project-card:nth-child(3){left:700px}.project-card:nth-child(4){left:1050px}.project-card:nth-child(5){left:1400px}.project-card.clickable:hover{transform:translateY(-10px)!important}.project-links{flex-direction:column}.project-links .btn{flex:none}}.tcgme-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d;transform:translateY(-2px)}.tcgme-hero{grid-gap:1rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:grid;gap:1rem;grid-template-columns:1fr 1fr;justify-content:center;margin-bottom:2rem;padding:3rem}.tcgme-logo{filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));filter:brightness(0) invert(1);height:auto;margin-left:15vw;width:60%}.tcgme-page .hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.tcgme-page .hero-content{display:flex;flex-direction:column;height:70%;justify-content:center}.tcgme-page .hero-subtitle{color:#fff;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.project-icon{font-size:4rem}.btn-primary{background:#fff;border:2px solid #fff;color:#667eea}.btn-primary:hover{color:#fff}.btn-secondary{border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea}.card-preview{animation:float 3s ease-in-out infinite;perspective:1000px}.card-background{background:#fff;border:3px solid #000;border-radius:10px;box-shadow:0 20px 40px #0000004d;height:280px;padding:0;transform:rotateY(15deg) rotateX(5deg);transition:transform .3s ease;width:200px}.card-background:hover{transform:rotateY(0deg) rotateX(0deg) scale(1.05)}.card-content{align-items:center;background:#0000;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:15px}.card-name{align-self:flex-start;color:#333;font-size:20px;font-weight:700;margin-bottom:10px}.card-image{border:2px solid #000;border-radius:5px;box-shadow:0 2px 4px #0003;height:50%;margin-bottom:10px;overflow:hidden;width:93%}.card-image img{height:100%;object-fit:cover;width:100%}.placeholder-image{align-items:center;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:#999;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.card-caption{color:#222;flex:1 1;font-size:16px;font-style:italic;line-height:1.4;margin-bottom:10px;padding:0 10px;text-align:center}.card-caption,.card-footer{align-items:center;display:flex}.card-footer{justify-content:space-between;margin-top:auto;width:100%}.card-date{color:#555;font-size:14px;font-style:italic}.card-logo{align-items:center;display:flex;height:30px;justify-content:center;width:30%}.card-logo svg{filter:brightness(0);height:100%;width:100%}.challenges-section,.features-section,.project-section,.stats-section,.tech-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.challenges-section h2,.features-section h2,.project-section h2,.stats-section h2,.tech-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.tech-icon{font-size:2.5rem}.tech-item span{color:#2c3e50;font-weight:600}.feature-icon{font-size:3rem}.challenge-number{background:#667eea}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center}.stat-number{color:#667eea;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#555;font-weight:600;letter-spacing:1px;text-transform:uppercase}.demo-video{border-radius:15px;box-shadow:0 10px 30px #0003;margin:2rem auto 0;max-width:400px;overflow:hidden;width:60%}.demo-video video{display:block;height:auto;width:100%}.feature-demo{max-width:300px}.feature-demo video{display:block;height:auto;width:100%}@media (max-width:768px){.tcgme-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.card-background{height:210px;width:150px}.features-grid,.stats-grid,.tech-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.challenge-item{flex-direction:column;text-align:center}.demo-video{max-width:350px;width:90%}.feature-demo{max-width:250px}}.smartcloset-page{background:linear-gradient(135deg,#ff9a9e,#fecfef 50%,#fecfef);min-height:100vh;padding:2rem 0}.smartcloset-hero{grid-gap:4rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-top:4rem;padding:3rem}.hero-content h1{color:#333;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000001a}.hero-subtitle{color:#555;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.project-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:15px;box-shadow:0 4px 15px #0000001a;color:#333;display:inline-block;font-size:2rem;font-weight:700;margin-bottom:1rem;padding:1rem 1.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons .btn{border-radius:25px;font-weight:600;min-width:140px;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#ff6b9d;border:2px solid #ff6b9d;color:#fff}.btn-primary:hover{background:#0000;color:#ff6b9d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #ff6b9d;color:#ff6b9d}.btn-secondary:hover{background:#ff6b9d;color:#fff;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:disabled,.btn:disabled:hover{box-shadow:none!important;transform:none!important}.hero-visual{align-items:center;display:flex;justify-content:center}.closet-preview,.hero-visual{position:relative}.closet-rack{animation:swing 2s ease-in-out infinite;background:#fffc;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;gap:1rem;padding:2rem}.clothing-item{align-items:center;background:#f8f9fa;border-radius:10px;color:#333;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;justify-content:center;min-height:60px;min-width:60px;padding:1rem;transition:transform .3s ease}.clothing-item:hover{transform:scale(1.1)}.ai-suggestion{animation:bounce 2s ease-in-out infinite;position:absolute;right:-20px;top:-20px}.suggestion-bubble{background:#ff6b9d;border-radius:20px;box-shadow:0 5px 15px #ff6b9d4d;color:#fff;font-size:.9rem;font-weight:600;padding:.8rem 1.2rem;position:relative}.suggestion-bubble:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #ff6b9d;bottom:-8px;content:"";height:0;left:20px;position:absolute;width:0}@keyframes swing{0%,to{transform:rotate(0deg)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.challenges-section,.features-section,.project-section,.tech-section,.timeline-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.challenges-section h2,.features-section h2,.project-section h2,.tech-section h2,.timeline-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.project-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tech-item{align-items:center;background:#f8f9fa;border-radius:15px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease}.tech-item:hover{transform:translateY(-5px)}.tech-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#333;display:inline-block;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;padding:.6rem .8rem;text-align:center;white-space:nowrap}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#f8f9fa;border:2px solid #0000;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{border-color:#ff6b9d;transform:translateY(-5px)}.feature-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#333;display:inline-block;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;padding:.6rem .8rem;text-align:center;white-space:nowrap}.feature-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#555;line-height:1.6}.challenge-list{display:flex;flex-direction:column;gap:2rem}.challenge-item{align-items:flex-start;background:#f8f9fa;border-radius:15px;display:flex;gap:2rem;padding:2rem;transition:transform .3s ease}.challenge-item:hover{transform:translateX(10px)}.challenge-number{align-items:center;background:#ff6b9d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.challenge-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.challenge-content p{color:#555;line-height:1.6;margin:0}.timeline{padding-left:2rem;position:relative}.timeline:before{background:#ff6b9d;border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.timeline-item{margin-bottom:3rem;padding-left:3rem;position:relative}.timeline-item:before{background:#ff6b9d;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #ff6b9d;content:"";height:12px;left:-6px;position:absolute;top:0;width:12px}.timeline-date{background:#ff6b9d;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.timeline-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:#555;line-height:1.6;margin:0}@media (max-width:768px){.smartcloset-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.closet-rack{flex-wrap:wrap;justify-content:center}.clothing-item{font-size:1.2rem;min-height:50px;min-width:50px}.features-grid,.tech-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tech-icon{font-size:.8rem;padding:.5rem .6rem}.feature-icon{font-size:.7rem;padding:.5rem .6rem}.challenge-item{flex-direction:column;text-align:center}.timeline{padding-left:1rem}.timeline-item{padding-left:2rem}.feature-demo{max-width:200px}.challenge-demo{max-width:250px}}.feature-demo{border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:250px;overflow:hidden}.feature-demo img{display:block;height:auto;width:100%}.challenge-demo{border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:300px;overflow:hidden}.challenge-demo img{display:block;height:auto;width:100%}.journeytomars-page{background:linear-gradient(135deg,#1e3c72,#2a5298 50%,#7e22ce);min-height:100vh;padding:2rem 0}.journeytomars-hero{grid-gap:4rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-top:4rem;padding:3rem}.journeytomars-hero h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.golf-preview{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.golf-ball{animation:float 3s ease-in-out infinite;position:relative}.ball{filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));font-size:4rem}.trajectory{animation:trajectory 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff80,#0000);height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(25deg);width:200px}.planet-indicator{animation:pulse 2s ease-in-out infinite;color:#fff;font-size:2rem;text-shadow:2px 2px 4px #0000004d}@keyframes trajectory{0%,to{opacity:.3}50%{opacity:1}}.journeytomars-page .hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.journeytomars-page .challenges-section,.journeytomars-page .features-section,.journeytomars-page .project-section,.journeytomars-page .tech-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.journeytomars-page .challenges-section h2,.journeytomars-page .features-section h2,.journeytomars-page .project-section h2,.journeytomars-page .tech-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.journeytomars-page .project-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.journeytomars-page .tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.journeytomars-page .tech-item{align-items:center;background:#f8f9fa;border-radius:15px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease}.journeytomars-page .tech-item:hover{transform:translateY(-5px)}.journeytomars-page .tech-icon{font-size:2.5rem;margin-bottom:1rem}.journeytomars-page .tech-item span{color:#2c3e50;font-weight:600}.journeytomars-page .features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.journeytomars-page .feature-card{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.journeytomars-page .feature-card:hover{transform:translateY(-5px)}.journeytomars-page .feature-icon{font-size:3rem;margin-bottom:1rem}.journeytomars-page .feature-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.journeytomars-page .feature-card p{color:#555;line-height:1.6}.journeytomars-page .challenge-list{display:flex;flex-direction:column;gap:2rem}.journeytomars-page .challenge-item{align-items:flex-start;background:#f8f9fa;border-radius:15px;display:flex;gap:2rem;padding:2rem}.journeytomars-page .challenge-number{align-items:center;background:linear-gradient(135deg,#1e3c72,#7e22ce);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.journeytomars-page .challenge-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.journeytomars-page .challenge-content p{color:#555;line-height:1.6;margin:0}.journeytomars-page .demo-video{border-radius:15px;box-shadow:0 10px 30px #0003;margin:2rem auto 0;max-width:600px;overflow:hidden;width:60%}.journeytomars-page .demo-video video{display:block;height:auto;width:100%}@media (max-width:768px){.journeytomars-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.journeytomars-hero h1{font-size:2.5rem}.journeytomars-page .features-grid,.journeytomars-page .tech-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.journeytomars-page .challenge-item{flex-direction:column;text-align:center}.journeytomars-page .demo-video{max-width:500px;width:90%}}.recipebook-page{background:linear-gradient(135deg,#f093fb,#f5576c 50%,#4facfe);min-height:100vh;padding:2rem 0}.recipebook-hero{grid-gap:4rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-top:4rem;padding:3rem}.recipebook-hero h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.recipe-preview{align-items:center;display:flex;justify-content:center;position:relative}.recipe-card{animation:float 3s ease-in-out infinite;background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0003;min-width:250px;padding:2rem;text-align:center}.recipe-icon{font-size:4rem;margin-bottom:1rem}.recipe-title{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.recipe-stats{display:flex;flex-direction:column;gap:.8rem}.recipe-stats span{background:linear-gradient(135deg,#f093fb,#4facfe);border-radius:10px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.recipebook-page .hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.recipebook-page .challenges-section,.recipebook-page .features-section,.recipebook-page .project-section,.recipebook-page .showcase-section,.recipebook-page .tech-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.recipebook-page .challenges-section h2,.recipebook-page .features-section h2,.recipebook-page .project-section h2,.recipebook-page .showcase-section h2,.recipebook-page .tech-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.recipebook-page .project-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.recipebook-page .tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.recipebook-page .tech-item{align-items:center;background:#f8f9fa;border-radius:15px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease}.recipebook-page .tech-item:hover{transform:translateY(-5px)}.recipebook-page .tech-icon{font-size:2.5rem;margin-bottom:1rem}.recipebook-page .tech-item span{color:#2c3e50;font-weight:600}.recipebook-page .features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.recipebook-page .feature-card{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.recipebook-page .feature-card:hover{transform:translateY(-5px)}.recipebook-page .feature-icon{font-size:3rem;margin-bottom:1rem}.recipebook-page .feature-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.recipebook-page .feature-card p{color:#555;line-height:1.6}.recipebook-page .challenge-list{display:flex;flex-direction:column;gap:2rem}.recipebook-page .challenge-item{align-items:flex-start;background:#f8f9fa;border-radius:15px;display:flex;gap:2rem;padding:2rem}.recipebook-page .challenge-number{align-items:center;background:linear-gradient(135deg,#f093fb,#4facfe);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.recipebook-page .challenge-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.recipebook-page .challenge-content p{color:#555;line-height:1.6;margin:0}.recipebook-page .feature-demo{border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:300px;overflow:hidden}.recipebook-page .feature-demo video{display:block;height:auto;width:100%}.recipebook-page .showcase-image{border-radius:15px;box-shadow:0 10px 30px #0003;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;overflow:hidden}.recipebook-page .showcase-image img{display:block;height:auto;width:100%}@media (max-width:768px){.recipebook-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.recipebook-hero h1{font-size:2.5rem}.recipebook-page .features-grid,.recipebook-page .tech-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.recipebook-page .challenge-item{flex-direction:column;text-align:center}.recipebook-page .feature-demo{max-width:250px}.recipebook-page .showcase-image{max-width:100%}}.spriteeditor-page{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);min-height:100vh;padding:2rem 0}.spriteeditor-hero{grid-gap:4rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-top:4rem;padding:3rem}.spriteeditor-hero h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.sprite-preview{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.sprite-grid{grid-gap:2px;animation:pulse 2s ease-in-out infinite;background:#fff3;border-radius:10px;display:grid;gap:2px;grid-template-columns:repeat(4,1fr);padding:1rem}.sprite-pixel{animation:pixelGlow 1.5s ease-in-out infinite;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:2px;height:30px;width:30px}.sprite-pixel:nth-child(2n){animation-delay:.2s;background:linear-gradient(135deg,#4facfe,#00f2fe)}.sprite-pixel:nth-child(3n){animation-delay:.4s;background:linear-gradient(135deg,#43e97b,#38f9d7)}.sprite-pixel:nth-child(4n){animation-delay:.6s;background:linear-gradient(135deg,#fa709a,#fee140)}.editor-tools{color:#fff;display:flex;font-size:2rem;gap:1rem;text-shadow:2px 2px 4px #0000004d}.editor-tools span{animation:float 2s ease-in-out infinite}.editor-tools span:nth-child(2){animation-delay:.3s}.editor-tools span:nth-child(3){animation-delay:.6s}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pixelGlow{0%,to{opacity:.7}50%{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.spriteeditor-page .hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.spriteeditor-page .challenges-section,.spriteeditor-page .features-section,.spriteeditor-page .project-section,.spriteeditor-page .tech-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.spriteeditor-page .challenges-section h2,.spriteeditor-page .features-section h2,.spriteeditor-page .project-section h2,.spriteeditor-page .tech-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.spriteeditor-page .project-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.spriteeditor-page .tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.spriteeditor-page .tech-item{align-items:center;background:#f8f9fa;border-radius:15px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease}.spriteeditor-page .tech-item:hover{transform:translateY(-5px)}.spriteeditor-page .tech-icon{font-size:2.5rem;margin-bottom:1rem}.spriteeditor-page .tech-item span{color:#2c3e50;font-weight:600}.spriteeditor-page .features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.spriteeditor-page .feature-card{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.spriteeditor-page .feature-card:hover{transform:translateY(-5px)}.spriteeditor-page .feature-icon{font-size:3rem;margin-bottom:1rem}.spriteeditor-page .feature-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.spriteeditor-page .feature-card p{color:#555;line-height:1.6}.spriteeditor-page .challenge-list{display:flex;flex-direction:column;gap:2rem}.spriteeditor-page .challenge-item{align-items:flex-start;background:#f8f9fa;border-radius:15px;display:flex;gap:2rem;padding:2rem}.spriteeditor-page .challenge-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.spriteeditor-page .challenge-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.spriteeditor-page .challenge-content p{color:#555;line-height:1.6;margin:0}.spriteeditor-page .demo-video{border-radius:15px;box-shadow:0 10px 30px #0003;margin:2rem auto 0;max-width:600px;overflow:hidden;width:60%}.spriteeditor-page .demo-video video{display:block;height:auto;width:100%}@media (max-width:768px){.spriteeditor-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.spriteeditor-hero h1{font-size:2.5rem}.sprite-grid{grid-template-columns:repeat(4,1fr)}.sprite-pixel{height:25px;width:25px}.spriteeditor-page .features-grid,.spriteeditor-page .tech-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.spriteeditor-page .challenge-item{flex-direction:column;text-align:center}.spriteeditor-page .demo-video{max-width:500px;width:90%}}.contact{background-color:#fff}.contact-title{color:#2c3e50;font-family:Lucida Console,Courier New,monospace;font-size:2.8rem;margin-bottom:2rem;text-align:center}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3,.contact-info-title{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem}.contact-info-title{font-family:Lucida Console,Courier New,monospace}.contact-link{color:#3498db;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#2980b9}.contact-info p{color:#555;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;background-color:#f8f9fa;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:background-color .3s ease}.contact-item:hover{background-color:#ecf0f1}.contact-icon{font-size:1.5rem}.contact-form{background-color:#f8f9fa;border-radius:15px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{border-radius:10px;font-size:1.1rem;padding:1rem;width:100%}.contact-form .btn:disabled{cursor:not-allowed;opacity:.7}.form-success{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.form-error,.form-success{font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}.form-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.5rem}}.footer{background-color:#2c3e50;color:#fff;padding:2rem 0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-text p{color:#bdc3c7;margin:0}.footer-links{display:flex;gap:2rem}.footer-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#3498db}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-links{gap:1.5rem}}
/*# sourceMappingURL=main.fe78f0af.css.map*/