:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#0f0f23}#root{width:100%}a{font-weight:500;color:#ff6b35;text-decoration:inherit;transition:color .3s ease}a:hover{color:#f7c59f}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}img{max-width:100%;height:auto}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a3e}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff6b35,#e55a2b);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff8555,#ff6b35)}::selection{background:#ff6b354d;color:#fff}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;background:#0f0f23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,107,53,.2)}.nav-brand{display:flex;align-items:center;gap:.5rem}.team-number{font-size:1.2rem;font-weight:700;color:#ff6b35}.team-name{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:1px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#e0e0e0;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b35,#f7c59f);transition:width .3s ease}.nav-links a:hover{color:#ff6b35}.nav-links a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:100px 5% 50px;background:linear-gradient(135deg,#0f0f23,#1a1a3e,#0f0f23);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,107,53,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(100,149,237,.1) 0%,transparent 50%);pointer-events:none}.hero-content{flex:1;max-width:600px;z-index:1}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.hero-title .highlight{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#ff6b35,#f7c59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:3px}.team-badge{font-size:1.5rem;color:#6495ed;font-weight:600}.hero-subtitle{font-size:1.3rem;color:#b0b0b0;margin-bottom:1rem}.hero-tagline{font-size:1.1rem;color:#888;font-style:italic;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.btn{padding:.8rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;box-shadow:0 4px 15px #ff6b354d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.btn-secondary{background:transparent;color:#ff6b35;border:2px solid #ff6b35}.btn-secondary:hover{background:#ff6b351a;transform:translateY(-2px)}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;z-index:1}.robot-placeholder,.team-photo-placeholder,.robot-image-placeholder,.sponsor-placeholder{width:350px;height:350px;background:linear-gradient(135deg,#ff6b351a,#6495ed1a);border:2px dashed rgba(255,107,53,.3);border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.robot-placeholder span,.team-photo-placeholder span,.robot-image-placeholder span,.sponsor-placeholder span{font-size:4rem}.robot-placeholder p,.team-photo-placeholder p,.robot-image-placeholder p,.sponsor-placeholder p{color:#888;font-size:.9rem}.section{padding:100px 5%}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#fff;margin-bottom:1rem}.underline{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,#f7c59f);margin:0 auto;border-radius:2px}.about{background:linear-gradient(180deg,#0f0f23,#1a1a3e)}.about-content{display:flex;gap:4rem;align-items:flex-start}.about-text{flex:1}.about-text p{color:#b0b0b0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.team-values{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.value-card{background:#ffffff08;border:1px solid rgba(255,107,53,.2);border-radius:15px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff6b351a}.value-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.value-card h4{color:#ff6b35;font-size:1.1rem;margin-bottom:.5rem}.value-card p{color:#888;font-size:.9rem;margin-bottom:0}.team-photo-placeholder{width:400px;height:300px}.robot{background:linear-gradient(180deg,#1a1a3e,#0f0f23)}.robot-content{display:flex;gap:4rem;align-items:flex-start}.robot-showcase{flex:1}.robot-image-placeholder{width:100%;max-width:450px;height:400px}.robot-specs{flex:1}.robot-specs h3{color:#6495ed;font-size:1.5rem;margin-bottom:1rem}.robot-specs>p{color:#b0b0b0;line-height:1.8;margin-bottom:2rem}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.spec-item{background:#6495ed0d;border:1px solid rgba(100,149,237,.2);border-radius:12px;padding:1.2rem}.spec-item h4{color:#fff;font-size:1rem;margin-bottom:.5rem}.spec-item p{color:#888;font-size:.85rem;margin:0}.outreach{background:linear-gradient(180deg,#0f0f23,#1a1a3e)}.outreach-intro{text-align:center;max-width:800px;margin:0 auto 3rem;color:#b0b0b0;font-size:1.1rem;line-height:1.8}.outreach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.outreach-card{background:#ffffff05;border:1px solid rgba(255,107,53,.15);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.outreach-card:hover{transform:translateY(-10px);border-color:#ff6b3566;box-shadow:0 20px 40px #0000004d}.outreach-icon{font-size:3rem;margin-bottom:1rem}.outreach-card h4{color:#ff6b35;font-size:1.2rem;margin-bottom:1rem}.outreach-card p{color:#888;font-size:.9rem;line-height:1.6}.sponsors{background:linear-gradient(180deg,#1a1a3e,#0f0f23);text-align:center}.sponsors-intro{max-width:700px;margin:0 auto 3rem;color:#b0b0b0;font-size:1.1rem;line-height:1.8}.sponsors-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.sponsor-placeholder{width:180px;height:120px;border-radius:12px}.sponsor-placeholder span{font-size:2.5rem}.become-sponsor{background:#ff6b350d;border:1px solid rgba(255,107,53,.2);border-radius:20px;padding:3rem;max-width:600px;margin:0 auto}.become-sponsor h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.become-sponsor p{color:#888;margin-bottom:1.5rem;line-height:1.6}.contact{background:linear-gradient(180deg,#0f0f23,#1a1a3e)}.contact-content{display:flex;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{flex:1}.contact-info h3{color:#fff;font-size:1.8rem;margin-bottom:1rem}.contact-info>p{color:#b0b0b0;line-height:1.8;margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#888}.contact-icon{font-size:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:50px;height:50px;background:#ff6b351a;border:1px solid rgba(255,107,53,.3);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ff6b3533;transform:translateY(-3px)}.contact-form-wrapper{flex:1}.contact-form{background:#ffffff05;border:1px solid rgba(255,107,53,.15);border-radius:20px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#b0b0b0;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.contact-form .btn{width:100%}.footer{background:#0a0a1a;padding:3rem 5%;text-align:center;border-top:1px solid rgba(255,107,53,.2)}.footer-content{max-width:600px;margin:0 auto}.footer-brand{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-tagline{color:#888;margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.footer-links a{color:#6495ed;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ff6b35}.footer-links span{color:#444}.copyright{color:#555;font-size:.85rem}@media(max-width:1200px){.outreach-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero{flex-direction:column;text-align:center;padding-top:120px}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-visual{margin-top:3rem}.about-content,.robot-content,.contact-content{flex-direction:column}.team-photo-placeholder{width:100%;max-width:400px;margin:0 auto}.robot-content{flex-direction:column-reverse}.robot-image-placeholder{margin:0 auto}}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem 3%}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-title .highlight{font-size:2.5rem}.team-badge{font-size:1.2rem}.section{padding:60px 3%}.section-header h2{font-size:2rem}.team-values,.specs-grid,.outreach-grid{grid-template-columns:1fr}.sponsors-grid{flex-direction:column;align-items:center}}@media(max-width:480px){.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}.robot-placeholder,.robot-image-placeholder{width:280px;height:280px}}
