@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Press+Start+2P&family=VT323&display=swap";.nav-bar{display:flex;background-color:#464444f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;color:#ffffffe6;width:100%;padding:1rem 2rem;z-index:1000;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.nav-bar__logo{width:120px;transition:all .3s ease}@media (max-width: 800px){.nav-bar__logo{width:100px}}.nav-bar__logo-wrapper{display:flex;align-items:center;text-decoration:none}.nav-bar__logo-wrapper:hover .nav-bar__logo{transform:scale(1.05)}.nav-bar__list{display:flex;gap:2rem;align-items:center;margin:0;padding:0;list-style:none}@media (max-width: 800px){.nav-bar__list{display:none}}.nav-bar__list__right-items{display:flex;gap:1.5rem;margin-left:auto}@media (max-width: 1000px){.nav-bar__list__right-items{gap:1rem}}.nav-bar__list__item{list-style:none}.nav-bar__list__item__link{font-size:1rem;font-weight:600;letter-spacing:.5px;text-decoration:none;color:#ffffffe6;cursor:pointer;padding:.75rem 1rem;border-radius:6px;transition:all .3s ease;position:relative}.nav-bar__list__item__link:hover{color:#fd5630;background:rgba(253,86,48,.1);transform:translateY(-2px)}.nav-bar__list__item__link:active{transform:translateY(0)}.nav-bar__hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}@media (max-width: 800px){.nav-bar__hamburger{display:flex}}.nav-bar__hamburger__line{width:2rem;height:.25rem;background:rgba(255,255,255,.9);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.nav-bar__hamburger--open .nav-bar__hamburger__line:first-child{transform:rotate(45deg);background:#fd5630}.nav-bar__hamburger--open .nav-bar__hamburger__line:nth-child(2){opacity:0;transform:translate(20px)}.nav-bar__hamburger--open .nav-bar__hamburger__line:nth-child(3){transform:rotate(-45deg);background:#fd5630}.nav-bar__mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-bar__mobile-menu{position:fixed;top:0;right:0;width:85%;max-width:400px;height:100vh;background:linear-gradient(135deg,rgba(36,36,36,.98) 0%,rgba(70,68,68,.98) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);animation:slideIn .3s ease;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.nav-bar__mobile-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav-bar__mobile-logo img{width:100px}.nav-bar__mobile-close{background:none;border:none;color:#ffffffe6;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.nav-bar__mobile-close:hover{background:rgba(253,86,48,.2);color:#fd5630;transform:rotate(90deg)}.nav-bar__mobile-content{padding:2rem 0}.nav-bar__mobile-section{margin-bottom:2rem}.nav-bar__mobile-section:last-child{margin-bottom:0}.nav-bar__mobile-section-title{color:#fd5630;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem 1.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(253,86,48,.3)}.nav-bar__mobile-list{list-style:none;margin:0;padding:0}.nav-bar__mobile-item{border-bottom:1px solid rgba(255,255,255,.05)}.nav-bar__mobile-item:last-child{border-bottom:none}.nav-bar__mobile-link{display:block;padding:1rem 1.5rem;color:#ffffffe6;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;position:relative}.nav-bar__mobile-link:hover{background:rgba(253,86,48,.1);color:#fd5630;padding-left:2rem}.nav-bar__mobile-link:active{background:rgba(253,86,48,.2)}@media (min-width: 801px){.nav-bar__mobile-overlay,.nav-bar__hamburger{display:none!important}}.hero{position:relative;background:linear-gradient(135deg,rgb(30,31,28) 0%,rgb(36,36,36) 100%);-webkit-user-select:none;user-select:none;overflow:hidden;padding:8rem 2rem 4rem}.hero__content{max-width:900px;margin:0 auto;text-align:center}.hero__headline{font-size:4rem;font-weight:700;margin:0 0 1.5rem;background:linear-gradient(135deg,#fff 0%,#fd5630 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;line-height:1.1}@media (max-width: 768px){.hero__headline{font-size:2.5rem}}@media (max-width: 480px){.hero__headline{font-size:2rem}}.hero__description{font-size:1.35rem;line-height:1.6;margin:0 auto 3rem;color:#fffc;max-width:600px}@media (max-width: 480px){.hero__description{font-size:1.1rem}}.hero__stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}@media (max-width: 600px){.hero__stats{gap:1.5rem}}@media (max-width: 400px){.hero__stats{flex-direction:column;gap:1rem}}.hero__stat{display:flex;flex-direction:column;align-items:center}.hero__stat-number{font-size:2.5rem;font-weight:700;color:#fd5630;line-height:1}@media (max-width: 600px){.hero__stat-number{font-size:2rem}}.hero__stat-label{font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.hero__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero__cta{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.hero__cta--primary{background:#fd5630;color:#fff}.hero__cta--primary:hover{background:#e54420;transform:translateY(-2px)}.hero__cta--secondary{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.2)}.hero__cta--secondary:hover{background:rgba(255,255,255,.2);border-color:#fff6;transform:translateY(-2px)}.hero__cta--tertiary{color:#fffc;border:2px solid transparent}.hero__cta--tertiary:hover{color:#fd5630;border-color:#fd5630}.live-feed{padding:4rem 2rem;background:linear-gradient(180deg,transparent 0%,rgba(253,86,48,.05) 100%)}.live-feed__container{max-width:1200px;margin:0 auto}.live-feed__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}@media (max-width: 600px){.live-feed__header{flex-direction:column;align-items:flex-start}}.live-feed__title{font-size:2rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff 0%,#fd5630 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width: 600px){.live-feed__title{font-size:1.5rem}}.live-feed__stats{display:flex;gap:1.5rem}.live-feed__stat{font-size:.95rem;color:#ffffffb3;display:flex;align-items:center;gap:.5rem}.live-feed__stat strong{color:#fd5630}.live-feed__live-dot{width:8px;height:8px;background:#fd5630;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 8px #fd563080}.live-feed__loading{text-align:center;color:#fff9;padding:3rem}.live-feed__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 600px){.live-feed__grid{grid-template-columns:1fr}}.live-feed__card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;text-decoration:none;transition:all .3s ease}.live-feed__card:hover{transform:translateY(-4px);border-color:#fd56304d;background:rgba(255,255,255,.05)}.live-feed__card-image{width:100%;height:160px;background-size:cover;background-position:center;background-color:#ffffff0d}.live-feed__card-content{padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.live-feed__card-title{font-size:1rem;font-weight:600;color:#ffffffe6;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-feed__card-live{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#ffffffb3;white-space:nowrap}.live-feed__card-live .live-feed__live-dot{width:6px;height:6px}.live-feed__cta{display:inline-block;background:#fd5630;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.live-feed__cta:hover{background:#e54420;transform:translateY(-2px)}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.featured{margin:0 auto;max-width:1800px;width:100%;height:100%;display:flex;flex-wrap:wrap;justify-content:center}.featured__project{min-height:80vh;width:90%;margin:4rem auto;border-radius:20px;position:relative;overflow:hidden;display:flex;gap:4rem;padding:3rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured__project:nth-child(odd){flex-direction:row-reverse}.featured__project:nth-child(odd) .featured__project__pane-b__image-wrap{margin-left:auto}@media (max-width: 1000px){.featured__project{height:100%;width:100%;flex-direction:column-reverse;align-items:center}.featured__project:nth-child(odd){flex-direction:column-reverse}}.featured__project__pane-a{width:50%;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;min-width:350px}.featured__project__pane-a__header{margin-bottom:1rem}.featured__project__pane-a__title{font-size:3rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff 0%,#fd5630 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width: 1000px){.featured__project__pane-a__title{font-size:2.5rem}}@media (max-width: 800px){.featured__project__pane-a__title{font-size:2rem}}.featured__project__pane-a__category{display:inline-block;background:rgba(253,86,48,.2);color:#fd5630;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.featured__project__pane-a__sub-description{font-size:1.25rem;line-height:1.6;color:#fffc;margin:0}@media (max-width: 1000px){.featured__project__pane-a__sub-description{font-size:1.1rem}}.featured__project__pane-a__metrics{display:flex;gap:2rem;margin:1rem 0}.featured__project__pane-a__metrics .metric{display:flex;flex-direction:column}.featured__project__pane-a__metrics .metric__value{font-size:1.5rem;font-weight:700;color:#fd5630;line-height:1}.featured__project__pane-a__metrics .metric__label{font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 600px){.featured__project__pane-a__metrics{gap:1rem}}.featured__project__pane-a__features{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.featured__project__pane-a__features .feature-tag{background:rgba(255,255,255,.1);color:#ffffffe6;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.featured__project__pane-a__actions{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 600px){.featured__project__pane-a__actions{flex-direction:column}}.featured__project__pane-a__cta{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;text-align:center;border:none;cursor:pointer}.featured__project__pane-a__cta--primary{background:#fd5630;color:#fff}.featured__project__pane-a__cta--primary:hover{background:#e54420;transform:translateY(-2px)}.featured__project__pane-a__cta--secondary{background:transparent;color:#fffc;border:2px solid rgba(255,255,255,.3)}.featured__project__pane-a__cta--secondary:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#ffffff80}.featured__project__pane-b{width:50%;min-width:350px;display:flex;align-items:center}.featured__project__pane-b__image-wrap{height:100%;width:100%;max-width:600px;min-height:400px;max-height:500px;margin:0 auto;border:1px solid rgba(255,255,255,.2);border-radius:20px;position:relative;overflow:hidden;padding:10px;background:rgba(255,255,255,.05)}.featured__project__pane-b__image-wrap__image{border-radius:15px;height:100%;width:100%;min-height:380px;background-size:cover;background-position:center;transition:transform .3s ease}.featured__project__pane-b__image-wrap__image:hover{transform:scale(1.02)}.featured__project__pane-b__image-wrap__image--animated{background-size:110%;animation:imgmove 8s ease-in-out infinite alternate}@keyframes imgmove{0%{background-position:center top}to{background-position:center bottom}}footer{display:inline-block;background:#1a1a1a;width:100%;color:#fff;font-size:.875em}.footer-wrap{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:1px 1px;padding:4em}.social-links a{color:#676767;transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.social-links a:hover{color:#f45536;transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.social-links ls{margin:.25rem 0}.footer-wrap ul{display:inline-grid;list-style-type:none;list-style-position:outside}.copyright{text-align:right;color:#5a5a5a}*{box-sizing:border-box}html{scroll-behavior:smooth}#root{font-family:Inter,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;-webkit-text-size-adjust:100%}body{margin:0}ul{list-style:none;padding:0;margin:0}nav{position:absolute;top:0;left:0}.error404{width:100vw;height:100vh}.error404>h1{margin:0 auto;font-size:10rem;text-align:center}.full-screen{height:100vh;width:100%}.robotrally{text-align:center}.robotrally>p{margin:0 auto;width:66%}.robotrally>h1{margin:0 auto;font-size:4rem;padding-top:5%}.robotrally>iframe{width:66%;aspect-ratio:16/9}
