.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0ae6;border-bottom:1px solid #dc262633;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 10px 28px #dc26261f}.header-logo{color:var(--white);align-items:center;gap:.85rem;font-family:Orbitron,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.header:after{content:"";pointer-events:none;background:linear-gradient(#ef444438 0%,#ef44441a 38%,#ef444400 100%);height:22px;position:absolute;top:100%;left:0;right:0}.header-logo:hover{color:var(--accent)}.header-logo-mark{object-fit:cover;object-position:center;border-radius:12px;flex-shrink:0;width:48px;height:48px;box-shadow:0 0 18px #ef44442e}.header-logo-copy{align-items:baseline;gap:.5rem;display:flex}.logo-number{color:var(--accent);font-size:.9rem;font-weight:600}.nav{gap:1.5rem;display:flex}.nav a{color:var(--muted);font-size:1rem;font-weight:500}.nav a:hover,.nav a.active{color:var(--accent)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--white);width:24px;height:2px;transition:transform .3s,opacity .3s}.nav-toggle span:first-child.open{transform:rotate(45deg)translate(5px,5px)}.nav-toggle span:nth-child(2).open{opacity:0}.nav-toggle span:nth-child(3).open{transform:rotate(-45deg)translate(5px,-5px)}@media (width<=640px){.header{padding:.9rem 1rem}.header-logo{gap:.65rem}.header-logo-mark{border-radius:10px;width:40px;height:40px}.header-logo-copy{flex-direction:column;align-items:flex-start;gap:.1rem}.logo-text{font-size:1.05rem}.logo-number{font-size:.8rem}.nav-toggle{display:flex}.nav{opacity:0;pointer-events:none;background:#0a0a0afa;border-bottom:1px solid #dc262640;flex-direction:column;padding:1rem;transition:transform .3s,opacity .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%)}.nav.nav-open{opacity:1;pointer-events:auto;transform:translateY(0)}}.footer{background:var(--space);border-top:1px solid #dc262633;padding:1.25rem 1.5rem 1.5rem}.footer-inner{text-align:center;margin:0 auto}.footer-brand{color:var(--white);justify-content:center;align-items:center;gap:.65rem;margin-bottom:.75rem;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;display:inline-flex}.footer-brand:hover{color:var(--white)}.footer-brand-mark{object-fit:cover;object-position:center;border-radius:8px;flex-shrink:0;width:28px;height:28px}.footer-brand-text span{color:var(--accent)}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.65rem;display:flex}.footer-links a{color:var(--muted);font-weight:500}.footer-links a:hover{color:var(--accent)}.footer-copy{color:var(--muted);opacity:.8;margin:0;font-size:.85rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;opacity:.3;z-index:0;background-image:url(/robotscreenshot.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.starfield{opacity:.8;background-image:radial-gradient(2px 2px at 20px 30px,#fff6,#0000),radial-gradient(2px 2px at 40px 70px,#dc262640,#0000),radial-gradient(2px 2px at 50px 160px,#fff3,#0000),radial-gradient(2px 2px at 90px 40px,#ffffff59,#0000);background-size:200px 200px;animation:8s ease-in-out infinite twinkle;position:absolute;inset:0}@keyframes twinkle{0%,to{opacity:.8}50%{opacity:1}}.hero-content{z-index:1;position:relative}.hero-badge{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.85rem;font-weight:600}.hero-title{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem 1rem;margin-bottom:1rem;display:flex}.hero-title-main{letter-spacing:-.02em;background:linear-gradient(135deg, var(--white) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,10vw,4.5rem);font-weight:900}.hero-title-number{color:var(--accent);-webkit-text-fill-color:var(--accent);font-size:clamp(1.5rem,5vw,2.5rem);font-weight:600}.hero-tagline{color:var(--muted);max-width:480px;margin:0 auto 2rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{border-radius:6px;padding:.75rem 1.5rem;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--white);border:2px solid var(--accent)}.btn-primary:hover{box-shadow:0 0 24px var(--glow);color:var(--white)}.btn-outline{color:var(--accent);border:2px solid var(--accent);background:0 0}.btn-outline:hover{color:var(--white);background:#dc262626}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator{border:2px solid var(--muted);border-radius:12px;width:24px;height:40px;display:block;position:relative}.scroll-indicator:after{content:"";background:var(--accent);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scroll-bounce;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes scroll-bounce{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.5;transform:translate(-50%)translateY(8px)}}.about{background:0 0}.section-title{text-align:center;color:var(--white);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.section-subtitle{text-align:center;color:var(--muted);max-width:560px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.5}.about-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.about-grid{grid-template-columns:repeat(3,1fr)}}.about-card{background:#111c;border:1px solid #dc262633;border-radius:12px;padding:2rem;transition:border-color .2s,box-shadow .2s}.about-card:hover{border-color:#dc262673;box-shadow:0 0 24px #dc26261f}.about-icon{color:var(--accent);margin-bottom:1rem;font-size:1.5rem}.about-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.about-card p{color:var(--muted);font-size:.95rem;line-height:1.6}.team{background:0 0;padding-bottom:2rem}.team h2,.team h3,.team p.section-subtitle{text-align:center}.team-hero{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.team-hero-img{object-fit:cover;border:3px solid var(--accent);border-radius:50%;width:200px;height:200px;box-shadow:0 4px 12px #dc262633}.team-stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.team-stats .stat-item{text-align:center;background:#111c;border:1px solid #dc262633;border-radius:12px;min-width:120px;padding:1rem 1.5rem}.team-stats .stat-number{color:var(--accent);margin-bottom:.3rem;font-size:1.5rem;font-weight:700}.team-stats .stat-label{color:var(--muted);font-size:.85rem;font-weight:500}.team-description{text-align:center;background:#111c;border:1px solid #dc262633;border-radius:12px;margin-bottom:2rem;padding:2rem}.team-description p{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.6}.team-description p:last-child{margin-bottom:0}.team-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (width>=768px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{background:#111c;border:1px solid #dc262633;border-radius:12px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.team-card:hover{border-color:#dc262673;box-shadow:0 0 24px #dc26261f}.team-member-header{border-bottom:1px solid #dc262633;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.member-name{color:var(--white);margin:0;font-size:1.1rem;font-weight:600}.member-role{color:var(--accent);background:#dc26261a;border-radius:12px;padding:.2rem .6rem;font-size:.8rem;font-weight:500}.member-image{object-fit:cover;object-position:top center;border:2px solid #dc262633;border-radius:8px;width:200px;height:200px;margin-bottom:1rem}.member-description{color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.team-philosophy{text-align:center;background:#111c;border:1px solid #dc262633;border-radius:12px;padding:2rem}.team-philosophy h3{color:var(--white);margin-bottom:1rem;font-size:1.2rem}.team-philosophy p{color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.robot{background:0 0;padding:5rem 1.5rem}.robot-container{grid-template-columns:1fr;align-items:center;gap:2rem;margin-top:3rem;display:grid}@media (width>=1024px){.robot-container{grid-template-columns:1fr 1.2fr 1fr;gap:1.5rem}}.robot-features-column{flex-direction:column;gap:1.5rem;display:flex}.robot-features-column h3{color:var(--white);text-align:center;border-bottom:2px solid #ffffff1a;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.5rem}@media (width>=1024px){.robot-features-column h3{text-align:left}.robot-features-column:last-child h3{text-align:right}}.feature-card{background:#111c;border:1px solid #dc262633;border-radius:8px;padding:1.25rem;transition:transform .2s,box-shadow .2s}.feature-card.software{border-color:#38bdf833}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000080}.feature-card h4{color:var(--white);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.feature-card p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.robot-visual{flex-direction:column;align-items:center;gap:2rem;display:flex}.robot-image-placeholder{aspect-ratio:1;background:radial-gradient(circle,#dc26261a 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:100%;max-width:400px;display:flex;position:relative}.robot-image{object-fit:contain;filter:drop-shadow(0 10px 20px #00000080);max-width:90%;max-height:90%}.image-fallback{width:80%;height:80%;color:var(--accent);text-align:center;background:#00000080;border:2px dashed #dc26264d;border-radius:50%;justify-content:center;align-items:center;font-family:Orbitron,sans-serif;font-weight:600;display:flex}.robot-stats-row{justify-content:center;gap:1.5rem;width:100%;display:flex}.mini-stat{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;align-items:center;min-width:90px;padding:.75rem 1rem;display:flex}.mini-value{color:var(--white);margin-bottom:.25rem;font-family:Orbitron,sans-serif;font-size:1.25rem;font-weight:700}.mini-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.season{background:0 0;padding:4rem 1.5rem}.section-title{text-align:center;color:var(--white);margin-bottom:.5rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.season-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=1024px){.season-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px) and (width<=1023px){.season-grid{grid-template-columns:1fr 1fr}}.season-card{background:#111111f2;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000004d}.card-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.season-card h3{color:var(--white);margin:0;font-size:1.4rem}.badge{text-transform:uppercase;color:var(--muted);background:#ffffff1a;border-radius:100px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.badge.accent{color:var(--accent);background:#dc262633;border:1px solid #dc262666}.season-card-desc{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem}.season-error{color:#fecaca;background:#7f1d1d40;border:1px solid #ef444459;border-radius:8px;margin:0 0 1rem;padding:.75rem .9rem;font-size:.9rem}.stats-container{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.stat-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;align-items:center;padding:1rem;display:flex}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.stat-value{color:var(--white);font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700}.stat-value.highlight{color:var(--accent)}.highlight-box{border-left:3px solid var(--accent);background:#dc26260d;border-radius:0 4px 4px 0;margin-top:auto;padding:1rem}.highlight-box h4{color:var(--white);margin-bottom:.25rem;font-size:.9rem}.highlight-box p{color:var(--muted);margin:0;font-size:.85rem}.season-meets{flex-direction:column;gap:1.5rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.season-meets::-webkit-scrollbar{width:4px}.season-meets::-webkit-scrollbar-track{background:#ffffff05}.season-meets::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.season-meet{background:#ffffff05;border-radius:8px;padding:1rem}.season-empty{color:var(--muted);text-align:center;border:1px dashed #ffffff26;border-radius:8px;padding:1rem}.meet-header{border-bottom:1px dashed #ffffff1a;margin-bottom:.75rem;padding-bottom:.5rem}.meet-header h5{color:var(--white);margin:0 0 .25rem;font-size:1rem}.meet-date{color:var(--muted);font-size:.8rem}.season-phase+.season-phase{margin-top:.9rem}.season-phase-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .5rem;font-size:.78rem;font-weight:700}.season-matches{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.season-matches li{color:var(--white);background:#0003;border-radius:4px;justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.9rem;display:flex}.season-match-empty{opacity:.6;justify-content:center}.score{font-family:Orbitron,monospace;font-size:.85rem;font-weight:600}.win{color:#10b981}.loss{color:#ef4444}.season-card-game{background:linear-gradient(#111111f2,#072b5533);border:1px solid #38bdf833}.game-details{flex-grow:1}.game-desc{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.game-obj-list h4{color:var(--white);margin-bottom:.75rem;font-size:1rem}.game-obj-list ul{color:var(--muted);padding-left:1.25rem;font-size:.9rem}.game-obj-list li{margin-bottom:.5rem;line-height:1.4}.game-obj-list strong{color:var(--white)}.button-style{text-align:center;background:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:6px;margin-top:1.5rem;padding:.75rem 1rem;font-weight:600;transition:all .2s;display:inline-block;color:var(--white)!important}.button-style:hover{background:var(--accent-dim);transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.outreach{background:0 0;padding-bottom:2rem}.outreach h2,.outreach p.section-subtitle{text-align:center}.outreach-highlights{margin-bottom:2rem}.highlight-item{grid-template-columns:1fr;align-items:start;gap:1.5rem;margin-bottom:2rem;display:grid}.highlight-image,.highlight-content{grid-column:1}.outreach-event-img{border:2px solid #dc26264d;border-radius:8px;width:100%;max-width:600px;height:auto;margin-bottom:.5rem}@media (width>=992px){.highlight-item{grid-template-columns:400px 1fr;gap:2rem}.highlight-image{grid-column:1}.highlight-content{grid-column:2}.outreach-event-img{width:100%;max-width:none}}.gallery-caption{color:var(--muted);font-size:.9rem;font-style:italic}.outreach-stats{text-align:center;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.stat-item{background:#111c;border:1px solid #dc262633;border-radius:12px;padding:1.5rem}.stat-number{color:var(--accent);margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:var(--muted);font-size:.9rem;font-weight:500}.outreach-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width>=768px){.outreach-stats{grid-template-columns:repeat(4,1fr)}.outreach-grid{grid-template-columns:repeat(3,1fr)}}.outreach-card{background:#111c;border:1px solid #dc262633;border-radius:12px;padding:2rem;transition:border-color .2s,box-shadow .2s}.outreach-card.full-width{grid-column:1/-1}.outreach-card:hover{border-color:#dc262673;box-shadow:0 0 24px #dc26261f}.outreach-icon{color:var(--accent);margin-bottom:1rem;font-size:1.5rem}.outreach-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.outreach-card p{color:var(--muted);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.outreach-card p:last-of-type{margin-bottom:.75rem}.outreach-list{color:var(--muted);margin-bottom:1rem;padding-left:1.2rem;font-size:.95rem;line-height:1.6}.outreach-list li{margin-bottom:.5rem}.outreach-links{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.outreach-link{margin-bottom:.5rem;font-weight:600;display:block}.outreach-link:hover{color:var(--white)}:root{--space:#0a0a0a;--deep:#111;--accent:#dc2626;--accent-dim:#b91c1c;--white:#f5f5f5;--muted:#a3a3a3;--glow:#dc262666}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--space);color:var(--white);min-height:100vh;font-family:Rajdhani,sans-serif;overflow-x:hidden}main{position:relative}h1,h2,h3{font-family:Orbitron,sans-serif}a{color:var(--accent);text-decoration:none;transition:color .2s,box-shadow .2s}a:hover{color:var(--white)}section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}@media (width>=768px){section{padding:5rem 2rem}}.page{min-height:60vh;padding-top:4.5rem;position:relative;overflow:hidden}.page:before,.page:after{content:"";pointer-events:none;position:absolute;inset:0}.page:before{z-index:0;background:radial-gradient(circle at 12% 18%,#dc26261a 0,#dc26260b min(20vw,18rem),#0000 min(42vw,34rem)),radial-gradient(circle at 82% 24%,#7f1d1d24 0,#7f1d1d0e min(24vw,20rem),#0000 min(48vw,38rem)),radial-gradient(circle at 50% 78%,#dc262614 0,#dc262609 min(28vw,24rem),#0000 min(54vw,44rem)),linear-gradient(#090909 0%,#0d0909 48%,#070707 100%)}.page:after{z-index:0;background:radial-gradient(circle at 50% 12%,#ffffff06 0,#fff0 min(36vw,28rem))}.page>*{z-index:1;position:relative}@media (width>=768px){.page{padding-top:5rem}}
