*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:"Inter","Segoe UI",sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#fff;background:radial-gradient(circle at top left, rgba(207, 250, 58, 0.12), transparent 28%),linear-gradient(135deg, #060606 0%, #0D0D10 100%);background-attachment:fixed;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer;font:inherit}input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk","Inter",sans-serif;font-weight:700;line-height:1.1;letter-spacing:-0.04em}::selection{background-color:#cffa3a;color:#060606}:focus-visible{outline:2px solid #cffa3a;outline-offset:4px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0f1012}::-webkit-scrollbar-thumb{background:#2c2c2c;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#cffa3a}.display-1{font-family:"Space Grotesk","Inter",sans-serif;font-size:7rem;font-weight:900;line-height:1.1;letter-spacing:-0.04em}.display-2{font-family:"Space Grotesk","Inter",sans-serif;font-size:5rem;font-weight:900;line-height:1.1;letter-spacing:-0.04em}.heading-1{font-size:3.5rem;font-weight:700}.heading-2{font-size:2.5rem;font-weight:700}.heading-3{font-size:2rem;font-weight:600}.heading-4{font-size:1.5rem;font-weight:600}.text-accent{color:#cffa3a}.text-muted{color:#999}.text-white{color:#fff}.text-mono{font-family:"JetBrains Mono","Courier New",monospace}.text-upper{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem}.text-center{text-align:center}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding-block:1rem;background:rgba(6,6,6,.55);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid hsla(0,0%,100%,.08);box-shadow:0 12px 40px rgba(0,0,0,.16);transition:background 300ms ease,padding 300ms ease}.navbar.scrolled{background:rgba(6,6,6,.78);padding-block:1rem}.navbar__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.navbar__inner{padding-inline:1.25rem}}.navbar__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}@media(max-width: 576px){.navbar__inner{padding-inline:1rem}}@media(max-width: 992px){.navbar__inner{justify-content:flex-start;gap:.5rem}}@media(max-width: 992px){.navbar .theme-toggle{margin-left:auto}}.navbar__logo{display:flex;align-items:center}.navbar__logo-img{height:80px;width:228px;display:block;filter:invert(1);transition:filter 150ms ease}@media(max-width: 576px){.navbar__logo-img{height:72px;width:205px}}.navbar__links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2.5rem}@media(max-width: 992px){.navbar__links{display:none}}.navbar__links a{font-size:.875rem;font-weight:500;color:#bbb;letter-spacing:.08em;text-transform:uppercase;transition:color 150ms ease;position:relative}.navbar__links a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#cffa3a;transition:width 300ms ease}.navbar__links a:hover::after{width:100%}.navbar__links a:hover{color:#fff}.navbar__links a.active{color:#cffa3a}.navbar__auth-btn{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid rgba(207,250,58,.5);background:linear-gradient(135deg, rgba(207, 250, 58, 0.2), rgba(223, 255, 91, 0.22));color:#fff;border-radius:9999px;padding:.5rem .85rem;min-width:6.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;box-shadow:0 10px 24px rgba(207,250,58,.2),inset 0 1px 0 hsla(0,0%,100%,.22);transition:transform 220ms cubic-bezier(0.22, 1, 0.36, 1),box-shadow 220ms ease,border-color 220ms ease,filter 220ms ease;will-change:transform}@media(max-width: 992px){.navbar__auth-btn{display:none}}.navbar__auth-btn::before{content:"";width:.5rem;height:.5rem;border-radius:9999px;background:hsla(0,0%,100%,.95);box-shadow:0 0 0 0 hsla(0,0%,100%,.45);animation:auth-pulse 2.2s ease-out infinite}.navbar__auth-btn::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.28) 50%, transparent 70%);transform:translateX(-120%);opacity:0;transition:transform .45s ease,opacity .25s ease;z-index:-1}.navbar__auth-btn:hover{border-color:hsla(0,0%,100%,.8);transform:translateY(-1px);box-shadow:0 12px 26px rgba(207,250,58,.26),inset 0 1px 0 hsla(0,0%,100%,.28);filter:saturate(1.04)}.navbar__auth-btn:hover::after{transform:translateX(120%);opacity:1}.navbar__auth-btn:active{transform:translateY(0);box-shadow:0 8px 18px rgba(207,250,58,.22),inset 0 1px 0 hsla(0,0%,100%,.2)}.navbar__auth-btn:focus-visible{outline:none;border-color:hsla(0,0%,100%,.95);box-shadow:0 0 0 3px rgba(207,250,58,.34),0 12px 26px rgba(207,250,58,.24)}.navbar__auth-btn--mobile{display:none;margin-top:1.5rem;width:100%;min-width:0;justify-content:center;padding-block:.75rem;font-size:.875rem}@media(max-width: 992px){.navbar__auth-btn--mobile{display:inline-flex}}.navbar__hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}@media(max-width: 992px){.navbar__hamburger{display:flex;margin-left:.25rem}}.navbar__hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:9999px;transition:transform 300ms ease,opacity 300ms ease}.navbar__hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;right:0;width:100%;background:#0f1012;z-index:100;padding:8rem 2rem 2rem;overflow-y:auto;box-sizing:border-box;border-bottom:1px solid hsla(0,0%,100%,.08);transform:translateY(-100%);transition:transform 600ms ease}.mobile-nav.open{transform:translateY(0)}.mobile-nav__links{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem}.mobile-nav__links li{opacity:0}.mobile-nav__links a{font-size:1.25rem;font-weight:600;color:#bbb;transition:color 150ms ease}.mobile-nav__links a:hover{color:#cffa3a}.mobile-nav.open .mobile-nav__links li{animation:nav-item-in .32s cubic-bezier(0.34, 1.56, 0.64, 1) forwards}.mobile-nav.closing .mobile-nav__links li{animation:nav-item-out .22s ease forwards}.mobile-nav.open .mobile-nav__links li:nth-child(1){animation-delay:0s}.mobile-nav.closing .mobile-nav__links li:nth-child(1){animation-delay:0.2s}.mobile-nav.open .mobile-nav__links li:nth-child(2){animation-delay:0.18s}.mobile-nav.closing .mobile-nav__links li:nth-child(2){animation-delay:0.15s}.mobile-nav.open .mobile-nav__links li:nth-child(3){animation-delay:0.36s}.mobile-nav.closing .mobile-nav__links li:nth-child(3){animation-delay:0.1s}.mobile-nav.open .mobile-nav__links li:nth-child(4){animation-delay:0.54s}.mobile-nav.closing .mobile-nav__links li:nth-child(4){animation-delay:0.05s}.mobile-nav.open .mobile-nav__links li:nth-child(5){animation-delay:0.72s}.mobile-nav.closing .mobile-nav__links li:nth-child(5){animation-delay:0s}.mobile-nav.open .mobile-nav__links li:nth-child(6){animation-delay:0.9s}.mobile-nav.closing .mobile-nav__links li:nth-child(6){animation-delay:0s}.mobile-nav__close{position:absolute;top:1.5rem;right:1.5rem;color:#999;font-size:1.5rem;transition:color 150ms ease}.mobile-nav__close:hover{color:#fff}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(6,6,6,.7);z-index:10;opacity:0;pointer-events:none;transition:opacity 300ms ease}.mobile-nav-overlay.active{opacity:1;pointer-events:all}@keyframes nav-item-in{from{opacity:0;transform:translateY(-32px)}to{opacity:1;transform:translateY(0)}}@keyframes nav-item-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-14px)}}@keyframes auth-pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.4)}70%{box-shadow:0 0 0 10px hsla(0,0%,100%,0)}100%{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.footer{background:#0f1012;border-top:1px solid hsla(0,0%,100%,.06);padding-top:6rem}.footer__grid{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.footer__grid{padding-inline:1.25rem}}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}@media(max-width: 992px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width: 576px){.footer__grid{grid-template-columns:1fr}}.footer__brand .footer__logo-img{height:68px;width:194px;display:block;filter:invert(1);margin-bottom:1rem}.footer__brand p{color:#999;font-size:.875rem;line-height:1.8;max-width:280px;margin-bottom:1.5rem}.footer__socials{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;border:1px solid hsla(0,0%,100%,.08);color:#999;font-size:.875rem;transition:all 300ms ease}.footer__social-link:hover{border-color:#cffa3a;color:#cffa3a;background:rgba(207,250,58,.06)}.footer__col h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#bbb;margin-bottom:1.5rem}.footer__col ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.75rem}.footer__col ul a{font-size:.875rem;color:#999;transition:color 150ms ease}.footer__col ul a:hover{color:#cffa3a}.footer__bottom{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.footer__bottom{padding-inline:1.25rem}}.footer__bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-block:1.5rem;margin-top:4rem;border-top:1px solid hsla(0,0%,100%,.06)}@media(max-width: 768px){.footer__bottom{flex-direction:column;gap:.75rem;text-align:center}}.footer__bottom p{font-size:.75rem;color:#555}.footer__bottom span{color:#cffa3a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:4px;font-family:"Inter","Segoe UI",sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all 300ms ease;text-decoration:none;white-space:nowrap;box-shadow:0 12px 32px rgba(0,0,0,.18)}.btn--primary{background:linear-gradient(135deg, #CFFA3A 0%, #DFFF5B 100%);color:#060606}.btn--primary:hover{background:linear-gradient(135deg, #DFFF5B 0%, #CFFA3A 100%);transform:translateY(-3px);box-shadow:0 16px 38px rgba(207,250,58,.3)}.btn--primary:active{transform:translateY(0)}.btn--outline{background:hsla(0,0%,100%,.03);color:#fff;border:1px solid hsla(0,0%,100%,.16)}.btn--outline:hover{border-color:#cffa3a;color:#cffa3a;background:rgba(207,250,58,.08);box-shadow:inset 0 0 0 1px rgba(207,250,58,.08)}.btn--ghost{background:rgba(0,0,0,0);color:#bbb;padding-inline:0;box-shadow:none}.btn--ghost:hover{color:#fff}.btn--ghost .btn__arrow{transition:transform 300ms ease}.btn--ghost:hover .btn__arrow{transform:translateX(4px)}.btn--sm{padding:.5rem 1.25rem;font-size:.75rem}.btn--lg{padding:1.25rem 2.5rem;font-size:1rem;border-radius:8px}.service-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);border-radius:16px;padding:2rem;cursor:default;position:relative;overflow:hidden;transition:border-color 300ms ease,transform 300ms ease,box-shadow 300ms ease}.service-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(207, 250, 58, 0.06), transparent 70%);pointer-events:none}.service-card:hover{border-color:rgba(207,250,58,.25);transform:translateY(-6px);box-shadow:0 24px 70px rgba(0,0,0,.32)}.service-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:8px;background:rgba(207,250,58,.08);border:1px solid rgba(207,250,58,.15);margin-bottom:1.5rem;font-size:1.5rem;color:#cffa3a;transition:background 300ms ease}.service-card:hover .service-card__icon{background:rgba(207,250,58,.15)}.service-card__tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#cffa3a;margin-bottom:.75rem}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.service-card p{font-size:.875rem;color:hsla(0,0%,100%,.72);line-height:1.8;margin-bottom:1.5rem}.service-card__features{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;margin-bottom:1.5rem}.service-card__features li{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.58)}.service-card__features li::before{content:"";width:16px;height:16px;background:#cffa3a;border-radius:9999px;flex-shrink:0;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13 4L6 11 3 8'stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center}.work-card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));border:1px solid hsla(0,0%,100%,.08);cursor:pointer;transition:border-color .35s ease,box-shadow .35s ease,transform .35s ease}.work-card:hover{border-color:rgba(207,250,58,.45);box-shadow:0 24px 70px rgba(0,0,0,.32);transform:translateY(-6px)}.work-card__image{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;flex-shrink:0;transition:transform .65s ease;will-change:transform}.work-card:hover .work-card__image{transform:scale(1.06)}.work-card__overlay{position:relative;flex:1;padding:1rem 1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;background:linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));border-top:1px solid hsla(0,0%,100%,.06)}.work-card__overlay::before{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:2px;background:#cffa3a;border-radius:2px;transform:scaleY(0);transform-origin:bottom;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1)}.work-card:hover .work-card__overlay::before{transform:scaleY(1);transform-origin:top}.work-card__category{display:inline-block;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#cffa3a;background:rgba(207,250,58,.1);border:1px solid rgba(207,250,58,.22);padding:2px 9px;border-radius:999px;margin-bottom:.5rem}.work-card h3{font-size:1.125rem;font-weight:700;color:#fff;line-height:1.25;margin:0 0 .5rem}.work-card p{font-size:.875rem;color:hsla(0,0%,100%,.5);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;flex:1}.work-card .btn--sm{margin-top:1rem;align-self:flex-start;font-size:.7rem !important;padding:.5rem 1rem !important;background:rgba(0,0,0,0) !important;border:1px solid hsla(0,0%,100%,.13) !important;color:hsla(0,0%,100%,.5) !important;max-height:none !important;opacity:1 !important;transform:none !important;pointer-events:auto !important;transition:background .25s ease,border-color .25s ease,color .25s ease !important}.work-card:hover .btn--sm{background:#cffa3a !important;border-color:#cffa3a !important;color:#060606 !important;max-height:none !important;opacity:1 !important;transform:none !important}.work-card__bg{width:100%;aspect-ratio:3/2;background:#17181d;display:flex;align-items:center;justify-content:center;font-size:4rem}.testimonial-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);border-radius:16px;padding:2rem}.testimonial-card__quote{font-size:1.125rem;color:#bbb;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-card__quote::before{content:'"';display:block;font-size:3.5rem;color:#cffa3a;line-height:1;margin-bottom:.5rem;font-style:normal}.testimonial-card__author{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:9999px;background:#2c2c2c;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#cffa3a;background:rgba(207,250,58,.1);border:1px solid rgba(207,250,58,.2);flex-shrink:0}.testimonial-card__info strong{display:block;font-size:.875rem;font-weight:600;color:#fff}.testimonial-card__info span{font-size:.75rem;color:#999}.stat-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.stat-card__number{font-family:"Space Grotesk","Inter",sans-serif;font-size:3.5rem;font-weight:900;letter-spacing:-0.04em;color:#fff;line-height:1}.stat-card__number span{color:#cffa3a}.stat-card__label{font-size:.875rem;color:#999;font-weight:500}.login-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.login-modal.is-open{opacity:1;pointer-events:auto}.login-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);cursor:pointer}.login-modal__box{position:relative;z-index:1;background:#17181d;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);padding:2rem;max-width:420px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.8);animation:modal-slide-in .4s cubic-bezier(0.34, 1.56, 0.64, 1)}@media(max-width: 576px){.login-modal__box{width:95%;padding:1.5rem}}.login-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;opacity:.6;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.login-modal__close:hover{opacity:1}.login-modal__icon{width:48px;height:48px;background:rgba(207,250,58,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#cffa3a;margin:0 auto 1.5rem}.login-modal__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem 0;text-align:center}.login-modal__sub{font-size:.95rem;color:#999;text-align:center;margin:0 0 1.5rem 0}.login-modal__form{display:flex;flex-direction:column}.login-modal__field{display:flex;flex-direction:column;margin-bottom:1.5rem}.login-modal__field label{font-size:.9rem;font-weight:500;color:#fff;margin-bottom:.5rem;display:block}.login-modal__field input{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:1rem;font-family:"Inter","Segoe UI",sans-serif;transition:all .2s ease}.login-modal__field input::placeholder{color:#555}.login-modal__field input:focus{outline:none;background:hsla(0,0%,100%,.08);border-color:#cffa3a;box-shadow:0 0 0 2px rgba(207,250,58,.1)}.login-modal__field input:disabled{opacity:.5;cursor:not-allowed}.login-modal__error{font-size:.85rem;color:#ff6b6b;margin-top:.5rem;display:none}.login-modal__error:not(:empty){display:block}.login-modal__submit{margin-top:1rem;margin-bottom:1rem}.login-modal__submit:disabled{opacity:.6;cursor:not-allowed}.login-modal__success{font-size:.95rem;color:#51cf66;text-align:center;margin:1rem 0 0 0;padding:.75rem;background:rgba(81,207,102,.1);border-radius:8px}@keyframes modal-slide-in{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}[data-theme=light] .login-modal__box{background:#ebebea;border-color:rgba(6,6,6,.08)}[data-theme=light] .login-modal__title{color:#060606}[data-theme=light] .login-modal__sub{color:#555}[data-theme=light] .login-modal__field label{color:#060606}[data-theme=light] .login-modal__field input{background:rgba(6,6,6,.05);border-color:rgba(6,6,6,.08);color:#060606}[data-theme=light] .login-modal__field input::placeholder{color:#999}[data-theme=light] .login-modal__field input:focus{background:rgba(6,6,6,.08);border-color:hsl(73.4375,95.0495049505%,40.3921568627%);box-shadow:0 0 0 2px rgba(207,250,58,.15)}[data-theme=light] .login-modal__icon{background:hsla(73.4375,95.0495049505%,40.3921568627%,.1);color:hsl(73.4375,95.0495049505%,40.3921568627%)}.callback-modal{display:none;position:fixed;inset:0;z-index:10000;align-items:center;justify-content:center;padding:1rem}.callback-modal.is-open{display:flex}.callback-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.callback-modal__box{position:relative;z-index:1;width:100%;max-width:420px;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:2.5rem 2rem;box-shadow:0 24px 80px rgba(0,0,0,.6);animation:modal-in .28s ease forwards}.callback-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.06);border:none;color:#999;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.callback-modal__close:hover{background:hsla(0,0%,100%,.12);color:#fff}.callback-modal__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:rgba(207,250,58,.1);border:1px solid rgba(207,250,58,.2);color:#cffa3a;margin:0 auto 1.5rem}.callback-modal__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem}.callback-modal__sub{font-size:.875rem;color:#999;text-align:center;margin-bottom:1.75rem;line-height:1.6}.callback-modal__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.callback-modal__field label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#aaa}.callback-modal__field input,.callback-modal__field textarea{width:100%;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:.85rem 1rem;font-size:1rem;font-family:"Inter","Segoe UI",sans-serif;color:#fff;outline:none;transition:border-color .2s,background .2s}.callback-modal__field input::placeholder,.callback-modal__field textarea::placeholder{color:hsla(0,0%,100%,.25)}.callback-modal__field input:focus,.callback-modal__field textarea:focus{border-color:rgba(207,250,58,.6);background:rgba(207,250,58,.04)}.callback-modal__field textarea{resize:vertical;min-height:90px;line-height:1.5}.callback-modal__submit{width:100%;justify-content:center}.callback-modal__success{text-align:center;color:#cffa3a;font-weight:600;margin-top:1rem;font-size:1rem}@keyframes modal-in{from{opacity:0;transform:translateY(20px) scale(0.97)}to{opacity:1;transform:translateY(0) scale(1)}}[data-theme=light] .callback-modal__box{background:#fff;border-color:rgba(0,0,0,.1);box-shadow:0 24px 80px rgba(0,0,0,.18)}[data-theme=light] .callback-modal__close{background:rgba(0,0,0,.05);color:#555}[data-theme=light] .callback-modal__close:hover{background:rgba(0,0,0,.1);color:#111}[data-theme=light] .callback-modal__title{color:#111}[data-theme=light] .callback-modal__sub{color:#777}[data-theme=light] .callback-modal__field label{color:#666}[data-theme=light] .callback-modal__field input,[data-theme=light] .callback-modal__field textarea{background:#f5f4f0;border-color:rgba(0,0,0,.12);color:#111}[data-theme=light] .callback-modal__field input::placeholder,[data-theme=light] .callback-modal__field textarea::placeholder{color:rgba(0,0,0,.3)}[data-theme=light] .callback-modal__field input:focus,[data-theme=light] .callback-modal__field textarea:focus{border-color:rgba(207,250,58,.6);background:rgba(207,250,58,.04)}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:140px;padding-bottom:8rem;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:1}.hero__glow{position:absolute;top:-200px;right:-100px;width:700px;height:700px;background:radial-gradient(ellipse, rgba(207, 250, 58, 0.12) 0%, transparent 70%);pointer-events:none;z-index:0;animation:glow-pulse 6s ease-in-out infinite}.hero__glow-2{position:absolute;bottom:-100px;left:-200px;width:600px;height:600px;background:radial-gradient(ellipse, rgba(207, 250, 58, 0.05) 0%, transparent 70%);pointer-events:none;z-index:0}.hero__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.hero__inner{padding-inline:1.25rem}}.hero__inner{position:relative;z-index:2}.hero__badge{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;display:inline-flex;margin-bottom:2rem;padding:.5rem 1rem;border:1px solid rgba(207,250,58,.3);border-radius:9999px;background:rgba(207,250,58,.05);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#cffa3a}.hero__badge-dot{width:6px;height:6px;border-radius:9999px;background:#cffa3a;animation:dot-blink 2s ease-in-out infinite}.hero__heading{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(3.5rem,7vw,7rem);font-weight:900;line-height:1.1;letter-spacing:-0.04em;max-width:900px;margin-bottom:1.5rem}.hero__heading em{font-style:normal;color:#cffa3a}.hero__sub{font-size:1.25rem;color:hsla(0,0%,100%,.72);max-width:560px;line-height:1.8;margin-bottom:3rem}.hero__actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:5rem}.hero__scroll-indicator{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#555}.hero__scroll-indicator-line{width:48px;height:1px;background:#555}.hero__marquee-wrapper{position:absolute;bottom:2rem;left:0;right:0;overflow:hidden;border-top:1px solid hsla(0,0%,100%,.05);padding-top:1rem}.hero__marquee{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:3rem;width:max-content;animation:marquee 30s linear infinite}.hero__marquee span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#2c2c2c;white-space:nowrap}.hero__marquee span.sep{color:#cffa3a;font-size:1.5rem;line-height:1}@keyframes glow-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}@keyframes dot-blink{0%,100%{opacity:1}50%{opacity:.3}}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.services{padding-block:8rem}@media(max-width: 768px){.services{padding-block:5rem}}.services{background:linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01));position:relative}.services__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.services__inner{padding-inline:1.25rem}}.services__header{margin-bottom:4rem;max-width:640px}.services__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 992px){.services__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.services__grid{grid-template-columns:1fr}}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#cffa3a;margin-bottom:1rem;display:block}.section-title{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:-0.04em;line-height:1.3;margin-bottom:1rem}.section-title em{font-style:normal;color:#cffa3a}.section-desc{font-size:1.125rem;color:#999;line-height:1.8}.techstack{padding-block:8rem}@media(max-width: 768px){.techstack{padding-block:5rem}}.techstack{background:#060606;overflow:hidden}.techstack__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.techstack__inner{padding-inline:1.25rem}}.techstack__header{text-align:center;margin-bottom:3rem}.techstack__track-wrap{position:relative;overflow:hidden}.techstack__track-wrap::before,.techstack__track-wrap::after{content:"";position:absolute;top:0;width:8rem;height:100%;z-index:2;pointer-events:none}.techstack__track-wrap::before{left:0;background:linear-gradient(to right, #060606, transparent)}.techstack__track-wrap::after{right:0;background:linear-gradient(to left, #060606, transparent)}.techstack__track{display:flex;align-items:center;gap:3rem;width:max-content;animation:techstack-scroll 30s linear infinite}.techstack__track:hover{animation-play-state:paused}.techstack__track img{height:44px;width:auto;object-fit:contain;filter:grayscale(1) brightness(0.7);opacity:.75;transition:filter .3s,opacity .3s;flex-shrink:0}.techstack__track img:hover{filter:grayscale(0) brightness(1);opacity:1}.techstack__track img.icon--invert{filter:grayscale(1) invert(1) brightness(0.75)}.techstack__track img.icon--invert:hover{filter:grayscale(0) invert(0) brightness(1);opacity:1}.techstack__track img.icon--lg{height:62px}@keyframes techstack-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.pricing{padding-block:8rem}@media(max-width: 768px){.pricing{padding-block:5rem}}.pricing{background:#0f1012;position:relative;overflow:hidden}.pricing::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right, transparent, rgba(207, 250, 58, 0.3), transparent)}.pricing__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.pricing__inner{padding-inline:1.25rem}}.pricing__header{text-align:center;max-width:600px;margin:0 auto 4rem}.pricing__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;align-items:start}@media(max-width: 1200px){.pricing__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.pricing__grid{grid-template-columns:1fr}}.pricing-card{position:relative;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;transition:border-color 300ms ease,transform 300ms ease,box-shadow 300ms ease}.pricing-card:hover{border-color:rgba(207,250,58,.2);transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.3)}.pricing-card--featured{border-color:rgba(207,250,58,.35);background:rgba(207,250,58,.04);box-shadow:0 0 40px rgba(207,250,58,.08)}.pricing-card--featured:hover{border-color:rgba(207,250,58,.5);box-shadow:0 20px 60px rgba(207,250,58,.12)}.pricing-card__badge{display:inline-block;align-self:flex-start;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#060606;background:#cffa3a;padding:.25rem .75rem;border-radius:9999px;margin-bottom:-0.5rem}.pricing-card__name{font-family:"Space Grotesk","Inter",sans-serif;font-size:2rem;font-weight:900;color:#fff;letter-spacing:-0.04em}.pricing-card__features{list-style:none;display:flex;flex-direction:column;gap:.75rem;flex:1}.pricing-card__features li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.3}.pricing-card__features li::before{content:"";flex-shrink:0;width:18px;height:18px;border-radius:9999px}.pricing-card__features li.yes{color:#bbb}.pricing-card__features li.yes::before{background:#cffa3a;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13 4L6 11 3 8' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center}.pricing-card__features li.no{color:#2c2c2c}.pricing-card__features li.no::before{background:#2c2c2c;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center}.pricing-card .btn{width:100%;justify-content:center;text-align:center}.work{padding-block:8rem}@media(max-width: 768px){.work{padding-block:5rem}}.work{background:linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01))}.work__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.work__inner{padding-inline:1.25rem}}.work__header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.work__filters{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}@media(max-width: 576px){.work__filters{width:100%}}.work__filter-btn{padding:.5rem 1.25rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#999;border:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,0);cursor:pointer;transition:all 150ms ease}.work__filter-btn:hover,.work__filter-btn.active{background:#cffa3a;color:#060606;border-color:#cffa3a}.work__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 992px){.work__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.work__grid{grid-template-columns:1fr}}.work__grid .work-card:first-child{grid-column:span 2}.work__grid .work-card:first-child .work-card__image{aspect-ratio:16/7}@media(max-width: 576px){.work__grid .work-card:first-child{grid-column:span 1}.work__grid .work-card:first-child .work-card__image{aspect-ratio:3/2}}.work__cta{text-align:center;margin-top:3rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width: 576px){.work__cta{flex-direction:column;align-items:center;gap:1.5rem}}.portfolio-hero{padding-block:8rem 3rem;text-align:center;background:linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01));position:relative;overflow:hidden}.portfolio-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 60% at 50% 30%, rgba(207, 250, 58, 0.06), transparent 65%);pointer-events:none}.portfolio-hero__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.portfolio-hero__inner{padding-inline:1.25rem}}.portfolio-hero__inner{max-width:680px}.portfolio-hero h1{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-0.04em;margin-bottom:1.25rem}.portfolio-hero h1 em{font-style:normal;color:#cffa3a}.portfolio-hero p{color:hsla(0,0%,100%,.55);font-size:1.125rem;line-height:1.6;max-width:560px;margin-inline:auto}.portfolio-section{padding-block:4rem 8rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.008))}.portfolio-section__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.portfolio-section__inner{padding-inline:1.25rem}}.portfolio-back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:3rem;color:hsla(0,0%,100%,.5);text-decoration:none;font-size:.9rem;transition:color .2s}.portfolio-back:hover{color:#cffa3a}.portfolio-cta{text-align:center;margin-top:4rem}[data-theme=light] .portfolio-hero{background:#f5f4f0}[data-theme=light] .portfolio-hero::before{background:radial-gradient(ellipse 55% 60% at 50% 30%, rgba(150, 190, 0, 0.09), transparent 65%)}[data-theme=light] .portfolio-hero h1{color:#111}[data-theme=light] .portfolio-hero p{color:rgba(0,0,0,.55)}[data-theme=light] .portfolio-back{color:rgba(0,0,0,.5)}[data-theme=light] .portfolio-back:hover{color:hsl(73.4375,95.0495049505%,40.3921568627%)}.modules-page-hero{padding-block:8rem 3rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01));text-align:center;position:relative;overflow:hidden}.modules-page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 60% at 50% 30%, rgba(207, 250, 58, 0.06), transparent 65%);pointer-events:none}.modules-page-hero__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-page-hero__inner{padding-inline:1.25rem}}.modules-page-hero__inner{max-width:680px}.modules-page-hero h1{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-0.04em;margin-bottom:1.25rem}.modules-page-hero h1 em{font-style:normal;color:#cffa3a}.modules-page-hero p{font-size:1.125rem;color:hsla(0,0%,100%,.55);line-height:1.6}.modules-selector{background:linear-gradient(180deg, rgba(255, 255, 255, 0.016), rgba(255, 255, 255, 0.008));padding-block:1rem 4rem}.modules-selector__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-selector__inner{padding-inline:1.25rem}}.modules-selector__label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.28);margin-bottom:1.25rem}.modules-selector__grid{display:flex;gap:1rem;flex-wrap:wrap}.modules-selector__card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;background:#111;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;cursor:pointer;text-align:left;min-width:280px;transition:border-color .25s,background .25s,transform .2s}.modules-selector__card:hover:not(.modules-selector__card--coming-soon){border-color:rgba(207,250,58,.35);transform:translateY(-2px)}.modules-selector__card.active{border-color:#cffa3a;background:rgba(207,250,58,.06)}.modules-selector__card--coming-soon{cursor:default;opacity:.45}.modules-selector__card-logo{width:52px;height:52px;border-radius:12px;background:rgba(207,250,58,.08);border:1px solid rgba(207,250,58,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.modules-selector__card-logo img{width:100%;height:100%;object-fit:contain;border-radius:10px}.modules-selector__card-logo-placeholder{font-family:"JetBrains Mono","Courier New",monospace;font-size:.875rem;font-weight:700;color:#cffa3a;letter-spacing:.05em}.modules-selector__card-logo-placeholder--dim{color:hsla(0,0%,100%,.3)}.modules-selector__card-info{flex:1}.modules-selector__card-info h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.2rem}.modules-selector__card-info p{font-size:.75rem;color:hsla(0,0%,100%,.4);letter-spacing:.02em}.modules-selector__card-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#cffa3a;background:rgba(207,250,58,.12);border:1px solid rgba(207,250,58,.22);padding:.2rem .65rem;border-radius:100px;white-space:nowrap}.modules-selector__card-badge--soon{color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.module-detail{display:none}.module-detail.is-visible{display:block;animation:module-reveal .35s ease both}@keyframes module-reveal{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modules-hero{padding-block:8rem 5rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008));position:relative;overflow:hidden}.modules-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 40%, rgba(207, 250, 58, 0.08), transparent 70%);pointer-events:none}.modules-hero__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-hero__inner{padding-inline:1.25rem}}.modules-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 900px){.modules-hero__inner{grid-template-columns:1fr;gap:3rem}}.modules-hero__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#cffa3a;background:rgba(207,250,58,.1);border:1px solid rgba(207,250,58,.25);padding:.375rem .875rem;border-radius:100px;margin-bottom:1.5rem}.modules-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#cffa3a;animation:pulse-dot 2s ease-in-out infinite}.modules-hero h1{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-0.04em;margin-bottom:1.5rem}.modules-hero h1 em{font-style:normal;color:#cffa3a}.modules-hero__sub{font-size:1.125rem;line-height:1.6;color:hsla(0,0%,100%,.6);margin-bottom:2.5rem;max-width:520px}.modules-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.modules-hero__visual{background:#161616;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;padding:2rem;position:relative}@media(max-width: 900px){.modules-hero__visual{display:none}}.modules-hero__mockup-bar{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.modules-hero__mockup-bar span{width:10px;height:10px;border-radius:50%}.modules-hero__mockup-bar span:nth-child(1){background:#ff5f57}.modules-hero__mockup-bar span:nth-child(2){background:#ffbd2e}.modules-hero__mockup-bar span:nth-child(3){background:#28ca41}.modules-hero__mockup-bar small{margin-left:auto;font-family:"JetBrains Mono","Courier New",monospace;font-size:.7rem;color:hsla(0,0%,100%,.25)}.modules-hero__mockup-floors{display:flex;flex-direction:column;gap:.5rem}.modules-hero__floor{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.875rem}.modules-hero__floor-label{color:hsla(0,0%,100%,.5);font-family:"JetBrains Mono","Courier New",monospace;font-size:.7rem}.modules-hero__floor-units{display:flex;gap:.35rem}.modules-hero__unit{width:28px;height:28px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.modules-hero__unit--available{background:rgba(207,250,58,.15);color:#cffa3a;border:1px solid rgba(207,250,58,.3)}.modules-hero__unit--reserved{background:rgba(255,170,0,.12);color:#fa0;border:1px solid rgba(255,170,0,.25)}.modules-hero__unit--sold{background:rgba(255,80,80,.12);color:#ff5050;border:1px solid rgba(255,80,80,.25)}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.4}}.modules-stats{background:#111;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06);padding:2.5rem 0}.modules-stats__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-stats__inner{padding-inline:1.25rem}}.modules-stats__inner{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;text-align:center}@media(max-width: 700px){.modules-stats__inner{grid-template-columns:repeat(2, 1fr)}}.modules-stats__item{position:relative}.modules-stats__item:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);height:40px;width:1px;background:hsla(0,0%,100%,.06)}@media(max-width: 700px){.modules-stats__item:not(:last-child)::after{display:none}}.modules-stats__number{font-size:2.5rem;font-weight:900;line-height:1;color:#cffa3a;font-family:"Space Grotesk","Inter",sans-serif;margin-bottom:.25rem}.modules-stats__label{font-size:.875rem;color:hsla(0,0%,100%,.45)}.modules-features{padding-block:7rem;background:#060606}.modules-features__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-features__inner{padding-inline:1.25rem}}.modules-features__header{max-width:620px;margin-bottom:4rem}.modules-features h2{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-0.04em;margin-bottom:1rem}.modules-features h2 em{font-style:normal;color:#cffa3a}.modules-features__lead{font-size:1.125rem;color:hsla(0,0%,100%,.55);line-height:1.6}.modules-features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 1000px){.modules-features__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.modules-features__grid{grid-template-columns:1fr}}.module-feature-card{background:#111;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;padding:2rem;transition:border-color .25s,transform .25s}.module-feature-card:hover{border-color:rgba(207,250,58,.3);transform:translateY(-4px)}.module-feature-card__icon{width:48px;height:48px;border-radius:12px;background:rgba(207,250,58,.1);border:1px solid rgba(207,250,58,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.25rem;color:#cffa3a}.module-feature-card__icon svg{width:22px;height:22px;stroke:#cffa3a;fill:none}.module-feature-card__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.module-feature-card__desc{font-size:.875rem;color:hsla(0,0%,100%,.5);line-height:1.6}.modules-status{padding-block:7rem;background:#0d0d0d}.modules-status__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-status__inner{padding-inline:1.25rem}}.modules-status__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width: 900px){.modules-status__inner{grid-template-columns:1fr;gap:3rem}}.modules-status__content h2{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-0.04em;margin-bottom:1rem}.modules-status__content h2 em{font-style:normal;color:#cffa3a}.modules-status__content p{font-size:1.125rem;color:hsla(0,0%,100%,.55);line-height:1.6;margin-bottom:2rem}.modules-status__status-list{display:flex;flex-direction:column;gap:1rem}.modules-status__status-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:10px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);font-size:.875rem}.modules-status__status-item-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.modules-status__status-item-label{font-weight:600;min-width:90px}.modules-status__status-item-desc{color:hsla(0,0%,100%,.45)}.modules-status__status-item--available .modules-status__status-item-dot{background:#cffa3a;box-shadow:0 0 8px rgba(207,250,58,.5)}.modules-status__status-item--reserved .modules-status__status-item-dot{background:#fa0;box-shadow:0 0 8px rgba(255,170,0,.5)}.modules-status__status-item--sold .modules-status__status-item-dot{background:#ff5050;box-shadow:0 0 8px rgba(255,80,80,.5)}.modules-status__status-item--disabled .modules-status__status-item-dot{background:#555}.modules-status__status-item--available .modules-status__status-item-label{color:#cffa3a}.modules-status__status-item--reserved .modules-status__status-item-label{color:#fa0}.modules-status__status-item--sold .modules-status__status-item-label{color:#ff5050}.modules-status__status-item--disabled .modules-status__status-item-label{color:#555}.modules-status__visual{background:#161616;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;padding:1.5rem}.modules-status__building{display:flex;flex-direction:column;gap:.5rem}.modules-status__building-floor{display:flex;align-items:center;gap:.5rem}.modules-status__floor-num{font-family:"JetBrains Mono","Courier New",monospace;font-size:.65rem;color:hsla(0,0%,100%,.2);width:36px;flex-shrink:0}.modules-status__apt-row{display:flex;gap:.35rem;flex:1}.modules-status__apt{flex:1;height:38px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;letter-spacing:.02em;cursor:default}.modules-status__apt--available{background:rgba(207,250,58,.12);color:#cffa3a;border:1px solid rgba(207,250,58,.25)}.modules-status__apt--reserved{background:rgba(255,170,0,.1);color:#fa0;border:1px solid rgba(255,170,0,.2)}.modules-status__apt--sold{background:rgba(255,80,80,.1);color:#ff5050;border:1px solid rgba(255,80,80,.2)}.modules-status__apt--disabled{background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.04)}.modules-how{padding-block:7rem;background:#060606}.modules-how__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-how__inner{padding-inline:1.25rem}}.modules-how__header{text-align:center;max-width:560px;margin:0 auto 4rem}.modules-how__header h2{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-0.04em;margin-bottom:1rem}.modules-how__header h2 em{font-style:normal;color:#cffa3a}.modules-how__header p{font-size:1.125rem;color:hsla(0,0%,100%,.55);line-height:1.6}.modules-how__steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;position:relative}@media(max-width: 900px){.modules-how__steps{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 560px){.modules-how__steps{grid-template-columns:1fr}}.modules-how__steps::before{content:"";position:absolute;top:36px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:1px;background:linear-gradient(90deg, rgba(207, 250, 58, 0.3), rgba(207, 250, 58, 0.05))}@media(max-width: 900px){.modules-how__steps::before{display:none}}.modules-how__step{text-align:center;padding:2rem 1.5rem;background:#111;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;transition:border-color .25s,transform .25s}.modules-how__step:hover{border-color:rgba(207,250,58,.25);transform:translateY(-4px)}.modules-how__step-number{width:48px;height:48px;border-radius:50%;background:rgba(207,250,58,.12);border:1px solid rgba(207,250,58,.25);color:#cffa3a;font-family:"Space Grotesk","Inter",sans-serif;font-weight:900;font-size:1.25rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.modules-how__step-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.modules-how__step-desc{font-size:.875rem;color:hsla(0,0%,100%,.45);line-height:1.6}.modules-usecases{padding-block:7rem;background:#0d0d0d}.modules-usecases__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-usecases__inner{padding-inline:1.25rem}}.modules-usecases__header{max-width:600px;margin-bottom:3.5rem}.modules-usecases__header h2{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-0.04em;margin-bottom:1rem}.modules-usecases__header h2 em{font-style:normal;color:#cffa3a}.modules-usecases__header p{font-size:1.125rem;color:hsla(0,0%,100%,.55);line-height:1.6}.modules-usecases__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(max-width: 700px){.modules-usecases__list{grid-template-columns:1fr}}.modules-usecases__item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:14px;transition:border-color .25s}.modules-usecases__item:hover{border-color:rgba(207,250,58,.2)}.modules-usecases__item-icon{width:44px;height:44px;border-radius:10px;background:rgba(207,250,58,.08);border:1px solid rgba(207,250,58,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.modules-usecases__item-body h3{font-size:1rem;font-weight:600;margin-bottom:.3rem;color:#fff}.modules-usecases__item-body p{font-size:.875rem;color:hsla(0,0%,100%,.45);line-height:1.6}.modules-cta{padding-block:7rem;background:#060606;text-align:center}.modules-cta__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.modules-cta__inner{padding-inline:1.25rem}}.modules-cta__inner{max-width:720px}.modules-cta h2{font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-0.04em;margin-bottom:1.25rem}.modules-cta h2 em{font-style:normal;color:#cffa3a}.modules-cta p{font-size:1.125rem;color:hsla(0,0%,100%,.55);line-height:1.6;margin-bottom:2.5rem;max-width:540px;margin-inline:auto;margin-bottom:2.5rem}.modules-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}[data-theme=light] .modules-page-hero{background:#f5f4f0}[data-theme=light] .modules-page-hero::before{background:radial-gradient(ellipse 55% 60% at 50% 30%, rgba(150, 190, 0, 0.09), transparent 65%)}[data-theme=light] .modules-page-hero h1{color:#111}[data-theme=light] .modules-page-hero p{color:rgba(0,0,0,.5)}[data-theme=light] .modules-selector{background:#f5f4f0}[data-theme=light] .modules-selector__label{color:rgba(0,0,0,.3)}[data-theme=light] .modules-selector__card{background:#fff;border-color:rgba(0,0,0,.09)}[data-theme=light] .modules-selector__card:hover:not([data-theme=light] .modules-selector__card--coming-soon){border-color:hsl(73.4375,95.0495049505%,45.3921568627%)}[data-theme=light] .modules-selector__card.active{border-color:hsl(73.4375,95.0495049505%,42.3921568627%);background:rgba(150,190,0,.06)}[data-theme=light] .modules-selector__card-logo{background:rgba(150,190,0,.1);border-color:rgba(150,190,0,.2)}[data-theme=light] .modules-selector__card-logo-placeholder{color:hsl(73.4375,95.0495049505%,38.3921568627%)}[data-theme=light] .modules-selector__card-logo-placeholder--dim{color:rgba(0,0,0,.25)}[data-theme=light] .modules-selector__card-info h3{color:#111}[data-theme=light] .modules-selector__card-info p{color:rgba(0,0,0,.4)}[data-theme=light] .modules-selector__card-badge{color:hsl(73.4375,95.0495049505%,38.3921568627%);background:rgba(150,190,0,.1);border-color:rgba(150,190,0,.22)}[data-theme=light] .modules-selector__card-badge--soon{color:rgba(0,0,0,.35);background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.1)}[data-theme=light] .modules-hero{background:#f5f4f0}[data-theme=light] .modules-hero::before{background:radial-gradient(ellipse 60% 50% at 70% 40%, rgba(150, 190, 0, 0.1), transparent 70%)}[data-theme=light] .modules-hero__sub{color:rgba(0,0,0,.55)}[data-theme=light] .modules-hero__visual{background:#fff;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-hero__mockup-bar{border-bottom-color:rgba(0,0,0,.08)}[data-theme=light] .modules-hero__mockup-bar small{color:rgba(0,0,0,.3)}[data-theme=light] .modules-hero__floor{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07)}[data-theme=light] .modules-hero__floor-label{color:rgba(0,0,0,.4)}[data-theme=light] .modules-hero__badge{background:rgba(150,190,0,.12);border-color:rgba(150,190,0,.3);color:hsl(73.4375,95.0495049505%,38.3921568627%)}[data-theme=light] .modules-hero h1{color:#111}[data-theme=light] .modules-stats{background:#ebebea;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-stats__number{color:hsl(73.4375,95.0495049505%,38.3921568627%)}[data-theme=light] .modules-stats__label{color:rgba(0,0,0,.45)}[data-theme=light] .modules-features{background:#f5f4f0}[data-theme=light] .modules-features .module-feature-card{background:#fff;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-features .module-feature-card__title{color:#111}[data-theme=light] .modules-features .module-feature-card__desc{color:rgba(0,0,0,.5)}[data-theme=light] .modules-features .module-feature-card:hover{border-color:hsl(73.4375,95.0495049505%,45.3921568627%)}[data-theme=light] .modules-features .module-feature-card__icon{background:rgba(150,190,0,.1);border-color:rgba(150,190,0,.2)}[data-theme=light] .modules-features .module-feature-card__icon svg{stroke:hsl(73.4375,95.0495049505%,38.3921568627%)}[data-theme=light] .modules-features h2{color:#111}[data-theme=light] .modules-features .modules-features__lead{color:rgba(0,0,0,.5)}[data-theme=light] .modules-status{background:#ebebea}[data-theme=light] .modules-status__visual{background:#fff;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-status__content h2{color:#111}[data-theme=light] .modules-status__content p{color:rgba(0,0,0,.5)}[data-theme=light] .modules-status__status-item{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07)}[data-theme=light] .modules-status__status-item-desc{color:rgba(0,0,0,.45)}[data-theme=light] .modules-status__floor-num{color:rgba(0,0,0,.2)}[data-theme=light] .modules-status__apt--disabled{background:rgba(0,0,0,.04);color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.06)}[data-theme=light] .modules-how{background:#f5f4f0}[data-theme=light] .modules-how__step{background:#fff;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-how__step:hover{border-color:hsl(73.4375,95.0495049505%,45.3921568627%)}[data-theme=light] .modules-how__step-number{background:rgba(150,190,0,.1);border-color:rgba(150,190,0,.25);color:hsl(73.4375,95.0495049505%,38.3921568627%)}[data-theme=light] .modules-how__step-title{color:#111}[data-theme=light] .modules-how__step-desc{color:rgba(0,0,0,.45)}[data-theme=light] .modules-how__header p{color:rgba(0,0,0,.5)}[data-theme=light] .modules-how__header h2{color:#111}[data-theme=light] .modules-usecases{background:#ebebea}[data-theme=light] .modules-usecases__header h2{color:#111}[data-theme=light] .modules-usecases__header p{color:rgba(0,0,0,.5)}[data-theme=light] .modules-usecases__item{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.07)}[data-theme=light] .modules-usecases__item:hover{border-color:hsl(73.4375,95.0495049505%,45.3921568627%)}[data-theme=light] .modules-usecases__item-icon{background:rgba(150,190,0,.1);border-color:rgba(150,190,0,.2)}[data-theme=light] .modules-usecases__item-body h3{color:#111}[data-theme=light] .modules-usecases__item-body p{color:rgba(0,0,0,.45)}[data-theme=light] .modules-cta{background:#f5f4f0}[data-theme=light] .modules-cta h2{color:#111}[data-theme=light] .modules-cta p{color:rgba(0,0,0,.5)}.admin-page{display:block}.admin-content{position:relative;padding:calc(7rem + 1.5rem - clamp(0.25rem, 1vw, 0.5rem)) 0 6rem}@media(min-width: 992px){.admin-content{padding-bottom:max(6rem,100vh - 7rem - 1.5rem)}}@media(max-width: 992px){.admin-content{padding-bottom:calc(3.75rem + 1.25rem + 1.5rem)}}.admin-content{background:linear-gradient(180deg, rgba(23, 24, 29, 0.98), #0f1012);border-top:1px solid hsla(0,0%,100%,.04)}@media(max-width: 576px){.admin-content{padding-bottom:calc(3.75rem + 1.25rem + 1rem)}}@media(max-width: 992px){.admin-content::after{content:"";position:fixed;inset-inline:0;bottom:0;height:calc(3.75rem + 1.25rem + 3rem);z-index:998;pointer-events:none;background:linear-gradient(to bottom, rgba(15, 16, 18, 0) 0%, #0f1012 45%, #0f1012 100%)}}.admin-content::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);background-size:48px 48px}.admin-content .container{position:relative;width:100%;max-width:100%;box-sizing:border-box;padding-inline:clamp(1rem,2.6vw,2.4rem);padding-top:clamp(.25rem,1vw,.5rem);overflow-x:clip}.admin-shell{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,2.4vw,2rem);align-items:start}.admin-sidebar{position:fixed;top:calc(7rem + 1.5rem);left:clamp(1rem,2.6vw,2.4rem);width:320px;max-height:calc(100vh - 7rem - 1.5rem - 2rem);overflow-y:auto;border:1px solid hsla(0,0%,100%,.1);border-radius:22px;padding:clamp(1.25rem,2vw,1.75rem);background:linear-gradient(150deg, rgba(15, 16, 18, 0.95), rgba(23, 24, 29, 0.95));box-shadow:0 24px 60px rgba(15,16,18,.26)}@media(max-width: 992px){.admin-sidebar{position:static;top:auto;left:auto;width:auto;max-height:none;overflow-y:visible;padding:0;border:none;border-radius:0;background:none;box-shadow:none}.admin-sidebar.reveal{transform:none;opacity:1}.admin-sidebar.reveal.visible{transform:none;opacity:1}}.admin-sidebar__eyebrow{margin:0 0 .5rem;color:#cffa3a;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase}@media(max-width: 992px){.admin-sidebar__eyebrow{display:none}}.admin-sidebar__title{margin:0;color:#fff;font-family:"Space Grotesk","Inter",sans-serif;font-size:1.45rem}@media(max-width: 992px){.admin-sidebar__title{display:none}}.admin-sidebar__sub{margin:.75rem 0 1.25rem;color:#999;line-height:1.6;font-size:.92rem}@media(max-width: 992px){.admin-sidebar__sub{display:none}}.admin-sidebar__nav{display:grid;gap:.65rem}@media(max-width: 992px){.admin-sidebar__nav{position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%);z-index:999;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:.5rem;max-width:calc(100vw - 1.5rem);padding:.5rem 1rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.12);background:linear-gradient(150deg, rgba(15, 16, 18, 0.55), rgba(23, 24, 29, 0.55));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(15,16,18,.32)}}@media(max-width: 576px){.admin-sidebar__nav{gap:.25rem;padding:.4rem .55rem}}.admin-sidebar__link{display:block;padding:.62rem .75rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);color:#999;text-decoration:none;font-size:.86rem;font-weight:600;transition:border-color .16s ease,color .16s ease,transform .16s ease}.admin-sidebar__link:hover{border-color:rgba(207,250,58,.45);color:#fff;transform:translateX(2px)}.admin-sidebar__link.is-active{border-color:rgba(207,250,58,.45);background:rgba(207,250,58,.12);color:#fff;transform:translateX(2px)}.admin-sidebar__link:focus-visible{outline:2px solid rgba(207,250,58,.7);outline-offset:2px}@media(max-width: 992px){.admin-sidebar__link{display:flex;align-items:center;justify-content:center;flex:none;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:rgba(0,0,0,0);transition:background .16s ease,color .16s ease}.admin-sidebar__link:hover{border-color:rgba(0,0,0,0);background:hsla(0,0%,100%,.08);color:#fff;transform:none}.admin-sidebar__link.is-active{border-color:rgba(0,0,0,0);background:rgba(207,250,58,.16);color:#cffa3a;transform:none}}.admin-sidebar__link svg{display:none}@media(max-width: 992px){.admin-sidebar__link svg{display:block}}@media(max-width: 992px){.admin-sidebar__link .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}}.admin-sidebar__meta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08);display:grid;gap:.5rem}@media(max-width: 992px){.admin-sidebar__meta{display:none}}.admin-sidebar__meta p{margin:0;display:flex;align-items:center;justify-content:space-between}.admin-sidebar__meta span{color:#999;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.admin-sidebar__meta strong{color:#fff;font-size:.85rem;font-family:"JetBrains Mono","Courier New",monospace}.admin-main{display:grid;gap:clamp(1.25rem,2vw,1.75rem);min-width:0;margin-left:calc(320px + clamp(1.25rem, 2.4vw, 2rem))}@media(max-width: 992px){.admin-main{margin-left:0}}.admin-kpis{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:clamp(1rem,1.5vw,1.25rem)}.admin-kpi-card{grid-column:span 3;border:1px solid hsla(0,0%,100%,.1);border-radius:18px;padding:1rem 1.25rem;background:linear-gradient(150deg, rgba(15, 16, 18, 0.94), rgba(23, 24, 29, 0.94));box-shadow:0 14px 34px rgba(15,16,18,.18)}@media(max-width: 992px){.admin-kpi-card{grid-column:span 6}}@media(max-width: 576px){.admin-kpi-card{grid-column:span 12}}.admin-kpi-card__label{margin:0;color:#999;font-size:.73rem;text-transform:uppercase;letter-spacing:.1em}.admin-kpi-card__value{display:block;margin-top:.5rem;color:#fff;font-family:"Space Grotesk","Inter",sans-serif;font-size:1.4rem}.admin-grid{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:clamp(1rem,1.8vw,1.5rem);scroll-margin-top:7rem}.admin-card--profile{grid-column:span 6}.admin-card--actions{grid-column:span 6}@media(max-width: 992px){.admin-card--profile,.admin-card--actions{grid-column:span 12}}.admin-users__create{grid-column:span 4}.admin-users__list-wrap{grid-column:span 8}.admin-card{position:relative;border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:clamp(1.1rem,2vw,1.5rem);background:linear-gradient(150deg, rgba(15, 16, 18, 0.94), rgba(23, 24, 29, 0.94));transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.admin-card:hover{transform:translateY(-3px);border-color:rgba(207,250,58,.42);box-shadow:0 22px 48px rgba(207,250,58,.08)}@media(max-width: 576px){.admin-card{padding:1rem;border-radius:16px}}.admin-card__group+.admin-card__group{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}.admin-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(165deg, rgba(207, 250, 58, 0.12), transparent 48%);opacity:0;transition:opacity .25s ease}.admin-card:hover::after{opacity:1}.admin-card__icon{width:50px;height:50px;border-radius:14px;margin-bottom:1rem;color:#cffa3a;background:rgba(207,250,58,.12);border:1px solid rgba(207,250,58,.35);display:flex;align-items:center;justify-content:center}.admin-card__title{margin:0 0 1rem;color:#fff;font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(1.18rem,2vw,1.6rem)}.admin-card__label{margin:0 0 .25rem;color:#999;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.admin-card__value{margin:0 0 .5rem;color:#fff;font-family:"Space Grotesk","Inter",sans-serif;font-size:1.05rem}.admin-card__text{margin:0;color:#999;line-height:1.65}.admin-btn{width:100%;margin:.5rem 0;padding:.75rem 1rem;border:1px solid rgba(207,250,58,.35);border-radius:12px;background:rgba(207,250,58,.08);color:#cffa3a;font-weight:600;font-size:.92rem;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.admin-btn:hover{transform:translateY(-1px);border-color:rgba(207,250,58,.7);background:rgba(207,250,58,.14)}.admin-btn:focus-visible{outline:2px solid rgba(207,250,58,.7);outline-offset:2px}.admin-btn--inline{width:auto;margin:0;padding:.5rem .72rem;border-radius:10px;font-size:.78rem;white-space:nowrap}.admin-btn--danger{color:#ff8e8e;border-color:rgba(255,107,107,.42);background:rgba(255,107,107,.1)}.admin-btn--danger:hover{border-color:rgba(255,107,107,.75);background:rgba(255,107,107,.14)}.mission-control,.admin-users,.admin-office{margin-top:clamp(1.25rem,2vw,1.75rem);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:clamp(1.25rem,2.2vw,1.85rem);background:linear-gradient(155deg, rgba(15, 16, 18, 0.95), rgba(23, 24, 29, 0.95));scroll-margin-top:7rem;box-shadow:0 18px 44px rgba(15,16,18,.18)}@media(max-width: 576px){.mission-control,.admin-users,.admin-office{padding:1.5rem;border-radius:18px}}.mission-control__head,.admin-users__head,.admin-office__head{margin-bottom:1.5rem}.admin-office__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width: 576px){.admin-office__head{flex-direction:column;align-items:stretch}}.admin-office__head-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}@media(max-width: 576px){.admin-office__head-actions{align-items:flex-start}}.admin-office__refresh{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border:1px solid rgba(207,250,58,.35);border-radius:9999px;background:rgba(207,250,58,.08);color:#cffa3a;font-weight:600;font-size:.82rem;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.admin-office__refresh:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(207,250,58,.7);background:rgba(207,250,58,.14)}.admin-office__refresh:disabled{cursor:default;opacity:.75}.admin-office__refresh-icon{display:inline-flex;font-size:.95rem;line-height:1;transition:transform .5s ease}.admin-office__refresh.is-loading .admin-office__refresh-icon{animation:admin-office-spin .9s linear infinite}@keyframes admin-office-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.admin-office__updated{margin:0;color:#999;font-size:.76rem}.mission-control__title,.admin-users__title,.admin-office__title{margin:0 0 .5rem;color:#fff;font-family:"Space Grotesk","Inter",sans-serif;font-size:clamp(1.45rem,2.4vw,2rem)}.mission-control__sub,.admin-users__sub,.admin-users__status,.admin-office__sub{margin:0;color:#999;line-height:1.65}@media(max-width: 576px){.mission-control__sub,.admin-users__sub,.admin-office__sub{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}}.admin-office__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1.25rem;margin-top:1.5rem}@media(max-width: 576px){.admin-office__grid{gap:1rem}}.admin-card--office{display:flex;flex-direction:column;min-height:0}.admin-office-card__head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.admin-office-card__avatar{flex-shrink:0;margin-bottom:0;font-family:"Space Grotesk","Inter",sans-serif;font-size:.92rem;font-weight:600;letter-spacing:.02em}.admin-office-card__id{flex:1;min-width:0}.admin-office-card__id .admin-card__title{margin:0;font-size:1.1rem}.admin-office-card__role{margin:.25rem 0 0;color:#999;font-size:.82rem}.admin-office-card__status{flex-shrink:0}.admin-office-card__responsibilities{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.admin-office-card__tag{padding:.28rem .6rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.05);color:#999;font-size:.72rem;white-space:nowrap}.admin-office-card__task{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}.admin-office-card__task-label{display:block;margin-bottom:.25rem;color:#999;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.admin-office-card__task-value{margin:0;color:#fff;font-size:.88rem;line-height:1.5}.admin-office-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.mission-grid{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:1rem}@media(max-width: 992px){.mission-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.mission-grid{grid-template-columns:1fr}}.mission-card{grid-column:span 6;padding:1.25rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.02)}@media(max-width: 768px){.mission-card{grid-column:span 1}}.mission-card--wide{grid-column:span 12}@media(max-width: 992px){.mission-card--wide{grid-column:span 2}}@media(max-width: 768px){.mission-card--wide{grid-column:span 1}}.mission-card.is-empty{display:none}.mission-card__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.mission-card__head h3{margin:0;color:#fff;font-size:1.02rem}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .6rem;border-radius:9999px;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.pill--live{color:#cffa3a;border:1px solid rgba(207,250,58,.5);background:rgba(207,250,58,.16)}.pill--idle{color:#999;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06)}.pill--blocked{color:#ff8e8e;border:1px solid rgba(255,107,107,.42);background:rgba(255,107,107,.1)}.stats-grid{display:grid;gap:.75rem}.stats-grid--3{grid-template-columns:repeat(3, minmax(0, 1fr))}@media(max-width: 576px){.stats-grid--3{grid-template-columns:1fr}}.stat,.task-state,.metric-list>div,.role-item,.decision-item,.timeline-item{border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02)}.stat{padding:.75rem}.stat .stat__label{display:block;margin-bottom:.5rem;color:#999;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.stat .stat__value{color:#fff;font-family:"Space Grotesk","Inter",sans-serif;font-size:1.05rem}.stat--secondary{background:rgba(0,0,0,0)}.stat--secondary .stat__value{color:#999;font-size:.88rem}.task-states,.metric-list,.role-list,.timeline-list,.decision-list{display:grid;gap:.5rem}.metric-list__caption{margin:.25rem 0 0;color:#999;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.metric-list--synced>div{padding:.45rem .65rem;background:rgba(0,0,0,0)}.metric-list--synced>div span{font-size:.76rem}.metric-list--synced>div strong{font-size:.8rem;color:#999}.task-state,.metric-list>div{display:flex;align-items:center;justify-content:space-between;padding:.65rem .78rem}.task-state span,.metric-list>div span{color:#999;font-size:.84rem}.task-state strong,.metric-list>div strong{color:#fff;font-family:"JetBrains Mono","Courier New",monospace;font-size:.88rem}.mission-columns{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem;margin-top:.75rem}@media(max-width: 768px){.mission-columns{grid-template-columns:1fr}}.mission-columns:has(>.is-empty){grid-template-columns:1fr}.mission-columns>div.is-empty{display:none}.mission-progress{width:100%;height:10px;border-radius:9999px;overflow:hidden;background:hsla(0,0%,100%,.1);margin:.5rem 0}.mission-progress span{display:block;height:100%;border-radius:9999px;background:linear-gradient(90deg, rgba(207, 250, 58, 0.75), #cffa3a)}.role-item,.decision-item,.timeline-item{padding:.75rem}.role-item h4,.timeline-item__title,.decision-item__title{margin:0;color:#fff}.role-item p,.timeline-item__meta,.decision-item__reason,.decision-item__meta,.mission-empty{color:#999;font-size:.82rem}.role-item p{margin:.25rem 0}.role-item span{color:#fff}.timeline-item{display:grid;grid-template-columns:84px 1fr;gap:.75rem}@media(max-width: 576px){.timeline-item{grid-template-columns:1fr}}.timeline-item__time{color:#cffa3a;font-family:"JetBrains Mono","Courier New",monospace;font-size:.8rem}.timeline-item__meta,.decision-item__reason,.decision-item__meta,.mission-empty{margin:.25rem 0 0}.admin-users__grid{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:1.25rem}@media(max-width: 992px){.admin-users__grid{grid-template-columns:1fr}}@media(max-width: 992px){.admin-users__create,.admin-users__list-wrap{grid-column:span 1}}.admin-users__form{display:grid;gap:.75rem}.admin-users__field{display:grid;gap:.5rem}.admin-users__field span{color:#999;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.admin-users__field input,.admin-users__field select,.admin-users__field textarea{width:100%;padding:.72rem .8rem;border:1px solid hsla(0,0%,100%,.12);border-radius:10px;background:hsla(0,0%,100%,.03);color:#fff;font:inherit}.admin-users__field input:focus,.admin-users__field select:focus,.admin-users__field textarea:focus{outline:none;border-color:rgba(207,250,58,.7);box-shadow:0 0 0 2px rgba(207,250,58,.14)}.admin-users__field textarea{min-height:110px;resize:vertical}.admin-users__check input{accent-color:#cffa3a}.admin-users__module-picker{margin-bottom:1.5rem}.admin-users__field--module{max-width:clamp(220px,30vw,320px)}.admin-users__check{display:inline-flex;align-items:center;gap:.5rem;color:#999;font-size:.85rem}.admin-users__list-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.admin-users__table-wrap{overflow-x:auto}.admin-users__table{width:100%;border-collapse:collapse}.admin-users__table th,.admin-users__table td{padding:.62rem;border-bottom:1px solid hsla(0,0%,100%,.08);text-align:left;vertical-align:middle}.admin-users__table th{color:#999;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.admin-users__table td{color:#fff;font-size:.86rem}@media(max-width: 576px){.admin-users__table-wrap{overflow-x:visible}.admin-users__table{display:block;border-collapse:collapse}.admin-users__table thead{display:none}.admin-users__table tbody,.admin-users__table tr,.admin-users__table td{display:block;width:100%}.admin-users__table tr{margin-bottom:.75rem;padding:.75rem;border:1px solid hsla(0,0%,100%,.09);border-radius:16px;background:hsla(0,0%,100%,.02)}.admin-users__table tr:last-child{margin-bottom:0}.admin-users__table td{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.admin-users__table td:last-child{border-bottom:none}.admin-users__table td::before{content:attr(data-label);flex-shrink:0;color:#999;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.admin-users__table td[data-label=Actions]{flex-direction:column;align-items:stretch}.admin-users__table td[data-label=Actions]::before{margin-bottom:.5rem}.admin-users__actions{flex-direction:column;align-items:stretch}.admin-users__actions .admin-btn--inline{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;text-align:center}.admin-users__actions .admin-btn--danger{margin-top:.5rem}}.admin-users__actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin-users__badge{display:inline-flex;align-items:center;padding:.16rem .52rem;border-radius:9999px;color:#999;font-size:.72rem;background:hsla(0,0%,100%,.08)}.admin-users__badge--admin{color:#cffa3a;background:rgba(207,250,58,.18);border:1px solid rgba(207,250,58,.45)}[data-theme=light] .admin-sidebar,[data-theme=light] .admin-kpi-card{border-color:rgba(6,6,6,.09);background:linear-gradient(160deg, rgba(235, 235, 234, 0.96), rgba(245, 244, 240, 0.94));box-shadow:0 14px 30px rgba(6,6,6,.08)}@media(max-width: 992px){[data-theme=light] .admin-sidebar{background:none;border-color:rgba(0,0,0,0);box-shadow:none}}[data-theme=light] .admin-sidebar__title,[data-theme=light] .admin-sidebar__meta strong,[data-theme=light] .admin-kpi-card__value{color:#060606}[data-theme=light] .admin-sidebar__sub,[data-theme=light] .admin-sidebar__link,[data-theme=light] .admin-sidebar__meta span,[data-theme=light] .admin-kpi-card__label{color:#555}[data-theme=light] .admin-sidebar__link{border-color:rgba(6,6,6,.08);background:rgba(6,6,6,.02)}@media(max-width: 992px){[data-theme=light] .admin-sidebar__link{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);color:hsla(0,0%,100%,.85)}}[data-theme=light] .admin-sidebar__link:hover{border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.45);color:#060606}@media(max-width: 992px){[data-theme=light] .admin-sidebar__link:hover{border-color:rgba(0,0,0,0);background:rgba(6,6,6,.06);color:#fff}}[data-theme=light] .admin-pagehead,[data-theme=light] .admin-content{background:linear-gradient(180deg, #F5F4F0, #EFEDE6 45%, #F5F4F0)}@media(max-width: 992px){[data-theme=light] .admin-content::after{background:linear-gradient(to bottom, rgba(245, 244, 240, 0) 0%, #f5f4f0 45%, #f5f4f0 100%)}}[data-theme=light] .admin-pagehead{border-bottom-color:rgba(6,6,6,.08)}[data-theme=light] .admin-card,[data-theme=light] .mission-control,[data-theme=light] .mission-card,[data-theme=light] .admin-users,[data-theme=light] .admin-office{border-color:rgba(6,6,6,.09);background:linear-gradient(160deg, rgba(235, 235, 234, 0.96), rgba(245, 244, 240, 0.94));box-shadow:0 14px 30px rgba(6,6,6,.08)}[data-theme=light] .admin-pagehead__heading,[data-theme=light] .admin-pagehead__pill,[data-theme=light] .admin-card__title,[data-theme=light] .admin-card__value,[data-theme=light] .mission-control__title,[data-theme=light] .admin-users__title,[data-theme=light] .admin-office__title,[data-theme=light] .mission-card__head h3,[data-theme=light] .stat .stat__value,[data-theme=light] .task-state strong,[data-theme=light] .metric-list>div strong,[data-theme=light] .role-item h4,[data-theme=light] .timeline-item__title,[data-theme=light] .decision-item__title,[data-theme=light] .admin-users__table td,[data-theme=light] .role-item span{color:#060606}[data-theme=light] .admin-pagehead__sub,[data-theme=light] .admin-pagehead__eyebrow,[data-theme=light] .admin-card__label,[data-theme=light] .admin-card__text,[data-theme=light] .mission-control__sub,[data-theme=light] .admin-users__sub,[data-theme=light] .admin-users__status,[data-theme=light] .admin-office__sub,[data-theme=light] .admin-office-card__role,[data-theme=light] .stat .stat__label,[data-theme=light] .task-state span,[data-theme=light] .metric-list>div span,[data-theme=light] .role-item p,[data-theme=light] .timeline-item__meta,[data-theme=light] .decision-item__reason,[data-theme=light] .decision-item__meta,[data-theme=light] .mission-empty,[data-theme=light] .admin-users__table th,[data-theme=light] .admin-users__field span,[data-theme=light] .admin-users__check,[data-theme=light] .admin-office__updated,[data-theme=light] .admin-office-card__tag,[data-theme=light] .admin-office-card__task-label,[data-theme=light] .stat--secondary .stat__value,[data-theme=light] .metric-list--synced>div strong,[data-theme=light] .metric-list__caption{color:#555}[data-theme=light] .admin-card,[data-theme=light] .mission-card,[data-theme=light] .stat,[data-theme=light] .task-state,[data-theme=light] .metric-list>div,[data-theme=light] .role-item,[data-theme=light] .decision-item,[data-theme=light] .timeline-item,[data-theme=light] .admin-users__table th,[data-theme=light] .admin-users__table td{border-color:rgba(6,6,6,.08)}[data-theme=light] .admin-card__icon{color:hsl(73.4375,95.0495049505%,40.3921568627%);background:hsla(73.4375,95.0495049505%,40.3921568627%,.12);border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.35)}[data-theme=light] .admin-btn{color:hsl(73.4375,95.0495049505%,35.3921568627%);background:hsla(73.4375,95.0495049505%,40.3921568627%,.1);border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.35)}[data-theme=light] .admin-btn:hover{background:hsla(73.4375,95.0495049505%,40.3921568627%,.16);border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.6)}[data-theme=light] .admin-btn--danger{color:#d63031;border-color:rgba(255,107,107,.38);background:rgba(255,107,107,.12)}[data-theme=light] .pill--live,[data-theme=light] .timeline-item__time,[data-theme=light] .admin-users__badge--admin{color:hsl(73.4375,95.0495049505%,40.3921568627%)}[data-theme=light] .pill--live,[data-theme=light] .admin-users__badge--admin{border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.45);background:hsla(73.4375,95.0495049505%,40.3921568627%,.14)}[data-theme=light] .pill--idle{color:#555;border-color:rgba(6,6,6,.12);background:rgba(6,6,6,.04)}[data-theme=light] .admin-office-card__tag{border-color:rgba(6,6,6,.12);background:rgba(6,6,6,.04)}[data-theme=light] .admin-office-card__task{border-top-color:rgba(6,6,6,.08)}[data-theme=light] .admin-office-card__task-value{color:#060606}[data-theme=light] .admin-office__refresh{color:hsl(73.4375,95.0495049505%,35.3921568627%);background:hsla(73.4375,95.0495049505%,40.3921568627%,.1);border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.35)}[data-theme=light] .admin-office__refresh:hover:not(:disabled){background:hsla(73.4375,95.0495049505%,40.3921568627%,.16);border-color:hsla(73.4375,95.0495049505%,40.3921568627%,.6)}[data-theme=light] .mission-progress{background:rgba(6,6,6,.08)}[data-theme=light] .mission-progress span{background:linear-gradient(90deg, rgba(157.0495049505, 200.900990099, 5.099009901, 0.76), rgb(157.0495049505, 200.900990099, 5.099009901))}[data-theme=light] .admin-users__field input,[data-theme=light] .admin-users__field select,[data-theme=light] .admin-users__field textarea{color:#060606;border-color:rgba(6,6,6,.12);background:rgba(6,6,6,.03)}@media(max-width: 576px){[data-theme=light] .admin-users__table tr{border-color:rgba(6,6,6,.09);background:rgba(6,6,6,.02)}[data-theme=light] .admin-users__table td{border-bottom-color:rgba(6,6,6,.08)}[data-theme=light] .admin-users__table td::before{color:#555}}.process{padding-block:8rem}@media(max-width: 768px){.process{padding-block:5rem}}.process{background:#0f1012;position:relative;overflow:hidden}.process::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right, transparent, rgba(207, 250, 58, 0.3), transparent)}.process__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.process__inner{padding-inline:1.25rem}}.process__header{text-align:center;max-width:600px;margin:0 auto 5rem}.process__steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;position:relative}@media(max-width: 992px){.process__steps{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.process__steps{grid-template-columns:1fr}}.process__steps::before{content:"";position:absolute;top:26px;left:calc(12.5% + 26px);right:calc(12.5% + 26px);height:1px;background:linear-gradient(to right, #CFFA3A, rgba(207, 250, 58, 0.2));z-index:0}@media(max-width: 992px){.process__steps::before{display:none}}.process__step{position:relative;z-index:1;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);border-radius:16px;transition:border-color 300ms ease,transform 300ms ease}.process__step:hover{border-color:rgba(207,250,58,.3);transform:translateY(-4px)}.process__step-number{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:9999px;background:#cffa3a;color:#060606;font-family:"Space Grotesk","Inter",sans-serif;font-size:1.25rem;font-weight:900;margin-bottom:1.25rem;flex-shrink:0}.process__step-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.process__step-desc{font-size:.875rem;color:#999;line-height:1.8}.contact{padding-block:8rem}@media(max-width: 768px){.contact{padding-block:5rem}}.contact{background:#0f1012;position:relative;overflow:hidden}.contact::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right, transparent, rgba(207, 250, 58, 0.3), transparent)}.contact__glow{position:absolute;bottom:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(ellipse, rgba(207, 250, 58, 0.08) 0%, transparent 70%);pointer-events:none}.contact__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.contact__inner{padding-inline:1.25rem}}.contact__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media(max-width: 992px){.contact__inner{grid-template-columns:1fr;gap:3rem}}.contact__info .section-title{margin-bottom:1rem}.contact__info .section-desc{margin-bottom:2.5rem}.contact__details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem}.contact__detail-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem}.contact__detail-item .icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:rgba(207,250,58,.08);border:1px solid rgba(207,250,58,.15);color:#cffa3a;font-size:1rem;flex-shrink:0}.contact__detail-item .detail-text strong{display:block;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.25rem}.contact__detail-item .detail-text span{font-size:.875rem;color:#999}.contact__form-wrap{position:relative;z-index:1}.contact__form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1rem}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 576px){.contact__row{grid-template-columns:1fr}}.contact__field{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.contact__field label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#bbb}.contact__field input,.contact__field textarea,.contact__field select{width:100%;padding:1rem 1.25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#fff;font-size:.875rem;transition:border-color 150ms ease,background 150ms ease}.contact__field input::placeholder,.contact__field textarea::placeholder,.contact__field select::placeholder{color:#555}.contact__field input:focus,.contact__field textarea:focus,.contact__field select:focus{outline:none;border-color:rgba(207,250,58,.5);background:rgba(207,250,58,.03)}.contact__field textarea{resize:vertical;min-height:140px}.contact__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact__field select option{background:#0f1012}[data-theme=light]{--word-dim: rgba(0, 0, 0, 0.18);--word-lit: #111111}[data-theme=light] body{color:#111;background-color:#f5f4f0}[data-theme=light] ::selection{background-color:#cffa3a;color:#111}[data-theme=light] ::-webkit-scrollbar-track{background:#ebebea}[data-theme=light] ::-webkit-scrollbar-thumb{background:#bbb}[data-theme=light] .navbar{background:rgba(245,244,240,.35);border-bottom-color:rgba(0,0,0,.08)}[data-theme=light] .navbar.scrolled{background:rgba(245,244,240,.65)}[data-theme=light] .navbar__logo{color:#111}[data-theme=light] .navbar__logo-img{filter:none}[data-theme=light] .navbar__links a{color:#555}[data-theme=light] .navbar__links a:hover{color:#111}[data-theme=light] .navbar__links a.active{color:#111}[data-theme=light] .navbar__hamburger span{background:#111}[data-theme=light] .navbar__auth-btn{color:#111;border-color:rgba(0,0,0,.2);background:linear-gradient(135deg, rgba(207, 250, 58, 0.42), rgba(207, 250, 58, 0.25));box-shadow:0 8px 18px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.5)}[data-theme=light] .navbar__auth-btn::before{background:rgba(17,17,17,.92)}[data-theme=light] .navbar__auth-btn:hover{color:#0a0a0a;border-color:rgba(0,0,0,.35);background:linear-gradient(135deg, rgba(207, 250, 58, 0.55), rgba(207, 250, 58, 0.34))}[data-theme=light] .navbar__auth-btn:focus-visible{border-color:rgba(0,0,0,.45);box-shadow:0 0 0 3px rgba(207,250,58,.35),0 10px 22px rgba(0,0,0,.12)}[data-theme=light] .mobile-nav{background:#fafaf8;border-left:1px solid rgba(0,0,0,.08)}[data-theme=light] .mobile-nav .nav-link{color:#333}[data-theme=light] .mobile-nav .mobile-nav__close{color:#333}[data-theme=light] .mobile-nav-overlay{background:rgba(0,0,0,.25)}[data-theme=light] .section-title{color:#111}[data-theme=light] .section-title em{color:#111;text-decoration:underline;text-decoration-color:#cffa3a;text-underline-offset:4px}[data-theme=light] .section-desc{color:#555;--word-lit: #555555}[data-theme=light] .hero{background:#f5f4f0}[data-theme=light] .hero__glow{background:radial-gradient(ellipse, rgba(207, 250, 58, 0.18) 0%, transparent 70%)}[data-theme=light] .hero__glow-2{background:radial-gradient(ellipse, rgba(207, 250, 58, 0.1) 0%, transparent 70%)}[data-theme=light] .hero__badge{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:#333}[data-theme=light] .hero__heading{color:#111}[data-theme=light] .hero__sub{color:#555}[data-theme=light] .hero__ticker-track span{color:#555}[data-theme=light] .hero__ticker-track span::after{background:rgba(0,0,0,.2)}[data-theme=light] .hero__scroll-indicator{color:#777}[data-theme=light] .services{background:#f5f4f0}[data-theme=light] .techstack{background:#f5f4f0}[data-theme=light] .techstack__track-wrap::before{background:linear-gradient(to right, #F5F4F0, transparent)}[data-theme=light] .techstack__track-wrap::after{background:linear-gradient(to left, #F5F4F0, transparent)}[data-theme=light] .techstack__track img{filter:grayscale(1) brightness(0.5)}[data-theme=light] .techstack__track img:hover{filter:grayscale(0) brightness(1)}[data-theme=light] .service-card{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 16px rgba(0,0,0,.04)}[data-theme=light] .service-card:hover{border-color:rgba(207,250,58,.4);box-shadow:0 12px 40px rgba(0,0,0,.08)}[data-theme=light] .service-card h3{color:#111}[data-theme=light] .service-card p{color:#555}[data-theme=light] .service-card__features li{color:#444}[data-theme=light] .service-card .btn--ghost{color:#333}[data-theme=light] .service-card .btn--ghost:hover{color:#111}[data-theme=light] .about{background:#edecea}[data-theme=light] .about__stats{border-top-color:rgba(0,0,0,.08)}[data-theme=light] .about__image-wrap{background:#dddcd9}[data-theme=light] .about__image-placeholder{color:#aaa}[data-theme=light] .about__image-placeholder p{color:#888}[data-theme=light] .about__badge{background:#fff;border:1px solid rgba(0,0,0,.1)}[data-theme=light] .about__badge span{color:#555}[data-theme=light] .about__floating-tag{background:#fff;border:1px solid rgba(0,0,0,.1)}[data-theme=light] .stat-card{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08)}[data-theme=light] .stat-card__number{color:#111}[data-theme=light] .stat-card__label{color:#666}[data-theme=light] .work{background:#f5f4f0}[data-theme=light] .portfolio-hero,[data-theme=light] .portfolio-section{background:#f5f4f0}[data-theme=light] .work__filter-btn{color:#555;border-color:rgba(0,0,0,.12)}[data-theme=light] .work__filter-btn:hover,[data-theme=light] .work__filter-btn.active{background:#cffa3a;color:#111;border-color:#cffa3a}[data-theme=light] .work-card{background:#fff;border-color:rgba(0,0,0,.09)}[data-theme=light] .work-card__overlay{background:#fff;border-top-color:rgba(0,0,0,.07)}[data-theme=light] .work-card h3{color:#111}[data-theme=light] .work-card p{color:rgba(0,0,0,.5)}[data-theme=light] .work-card .btn--sm{border-color:rgba(0,0,0,.13) !important;color:rgba(0,0,0,.5) !important}[data-theme=light] .work-card:hover{border-color:rgba(207,250,58,.55);box-shadow:0 0 0 1px rgba(207,250,58,.14),0 20px 44px rgba(0,0,0,.12)}[data-theme=light] .work-card:hover .btn--sm{background:#cffa3a !important;border-color:#cffa3a !important;color:#111 !important}[data-theme=light] .process{background:#edecea}[data-theme=light] .process__step{background:#fff;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .process__step-number{color:#111}[data-theme=light] .process__step-title{color:#111}[data-theme=light] .process__step-desc{color:#555}[data-theme=light] .testimonials{background:#f5f4f0}[data-theme=light] .testimonial-card{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px rgba(0,0,0,.04)}[data-theme=light] .testimonial-card__quote{color:#333}[data-theme=light] .testimonial-card__author strong{color:#111}[data-theme=light] .testimonial-card__author span{color:#777}[data-theme=light] .testimonial-card__stars{color:#cffa3a}[data-theme=light] .pricing{background:#edecea}[data-theme=light] .pricing-card{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px rgba(0,0,0,.04)}[data-theme=light] .pricing-card--featured{border-color:rgba(207,250,58,.5);background:rgba(207,250,58,.05)}[data-theme=light] .pricing-card__name{color:#111}[data-theme=light] .pricing-card__features li.yes{color:#333}[data-theme=light] .pricing-card__features li.no{color:#bbb}[data-theme=light] .contact{background:#edecea}[data-theme=light] .contact__detail-item .detail-text strong{color:#111}[data-theme=light] .contact__detail-item .detail-text span{color:#555}[data-theme=light] .contact__field label{color:#555}[data-theme=light] .contact__field input,[data-theme=light] .contact__field textarea,[data-theme=light] .contact__field select{background:#fff;border-color:rgba(0,0,0,.12);color:#111}[data-theme=light] .contact__field input::placeholder,[data-theme=light] .contact__field textarea::placeholder,[data-theme=light] .contact__field select::placeholder{color:#aaa}[data-theme=light] .contact__field input:focus,[data-theme=light] .contact__field textarea:focus,[data-theme=light] .contact__field select:focus{border-color:rgba(207,250,58,.7);background:rgba(207,250,58,.04)}[data-theme=light] .contact__field select option{background:#fff;color:#111}[data-theme=light] .footer{background:#1a1a1a;border-top-color:rgba(0,0,0,.1)}[data-theme=light] .footer .footer__logo-img{filter:invert(1)}[data-theme=light] .live-chat__badge{border-color:#f5f4f0}[data-theme=light] .live-chat__panel{background:#fff;border-color:rgba(0,0,0,.1);box-shadow:0 16px 48px rgba(0,0,0,.12)}[data-theme=light] .live-chat__messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12)}[data-theme=light] .live-chat__message--bot p{background:rgba(0,0,0,.06);color:#111}[data-theme=light] .live-chat__form{border-top-color:rgba(0,0,0,.08);background:rgba(0,0,0,.02)}[data-theme=light] .live-chat__input{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12);color:#111}[data-theme=light] .live-chat__input::placeholder{color:rgba(0,0,0,.3)}[data-theme=light] .live-chat__input:focus{border-color:rgba(207,250,58,.6);background:rgba(207,250,58,.05)}[data-theme=light] .btn--outline{color:#111;border-color:rgba(0,0,0,.2)}[data-theme=light] .btn--outline:hover{border-color:#111;color:#111}[data-theme=light] .btn--ghost{color:#333}[data-theme=light] .btn--ghost:hover{color:#111}[data-theme=light] .theme-toggle{color:#444;border-color:#444}[data-theme=light] .theme-toggle:hover{background:rgba(0,0,0,.06);border-color:#222;color:#222}[data-theme=light] .modules-page-hero{background:#f5f4f0}[data-theme=light] .modules-page-hero p{color:#555}[data-theme=light] .modules-selector{background:#f5f4f0}[data-theme=light] .modules-selector__label{color:rgba(0,0,0,.35)}[data-theme=light] .modules-selector__card{background:#fff;border-color:rgba(0,0,0,.09)}[data-theme=light] .modules-selector__card:hover:not([data-theme=light] .modules-selector__card--coming-soon){border-color:rgba(207,250,58,.5)}[data-theme=light] .modules-selector__card.active{background:rgba(207,250,58,.06);border-color:#cffa3a}[data-theme=light] .modules-selector__card-logo-placeholder--dim{color:rgba(0,0,0,.3)}[data-theme=light] .modules-selector__card-info h3{color:#111}[data-theme=light] .modules-selector__card-info p{color:#777}[data-theme=light] .modules-selector__card-badge--soon{color:#888;background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1)}[data-theme=light] .modules-hero{background:#f5f4f0}[data-theme=light] .modules-hero__sub{color:#555}[data-theme=light] .modules-hero__visual{background:#ebebea;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-hero__mockup-bar{border-bottom-color:rgba(0,0,0,.06)}[data-theme=light] .modules-hero__mockup-bar small{color:rgba(0,0,0,.3)}[data-theme=light] .modules-hero__floor{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.06)}[data-theme=light] .modules-hero__floor-label{color:rgba(0,0,0,.4)}[data-theme=light] .modules-hero__apt--disabled{background:rgba(0,0,0,.04);color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.06)}[data-theme=light] .modules-stats{background:#ebebea;border-top-color:rgba(0,0,0,.06);border-bottom-color:rgba(0,0,0,.06)}[data-theme=light] .modules-stats__label{color:rgba(0,0,0,.5)}[data-theme=light] .modules-stats__item::after{background:rgba(0,0,0,.08) !important}[data-theme=light] .modules-features{background:#f5f4f0}[data-theme=light] .modules-features__lead{color:#555}[data-theme=light] .module-feature-card{background:#fff;border-color:rgba(0,0,0,.08)}[data-theme=light] .module-feature-card:hover{border-color:rgba(207,250,58,.4)}[data-theme=light] .module-feature-card__title{color:#111}[data-theme=light] .module-feature-card__desc{color:#555}[data-theme=light] .modules-status{background:#edecea}[data-theme=light] .modules-status__content h2{color:#111}[data-theme=light] .modules-status__content p{color:#555}[data-theme=light] .modules-status__status-item{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07)}[data-theme=light] .modules-status__status-item-desc{color:rgba(0,0,0,.5)}[data-theme=light] .modules-status__status-item--disabled [data-theme=light] .modules-status__status-item-label{color:#888}[data-theme=light] .modules-status__status-item--disabled [data-theme=light] .modules-status__status-item-dot{background:#bbb}[data-theme=light] .modules-status__visual{background:#ebebea;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-status__floor-num{color:rgba(0,0,0,.25)}[data-theme=light] .modules-status__apt--disabled{background:rgba(0,0,0,.04);color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.06)}[data-theme=light] .modules-how{background:#f5f4f0}[data-theme=light] .modules-how__header p{color:#555}[data-theme=light] .modules-how__step{background:#fff;border-color:rgba(0,0,0,.08)}[data-theme=light] .modules-how__step:hover{border-color:rgba(207,250,58,.4)}[data-theme=light] .modules-how__step-title{color:#111}[data-theme=light] .modules-how__step-desc{color:#555}[data-theme=light] .modules-usecases{background:#edecea}[data-theme=light] .modules-usecases__header p{color:#555}[data-theme=light] .modules-usecases__item{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07)}[data-theme=light] .modules-usecases__item:hover{border-color:rgba(207,250,58,.3)}[data-theme=light] .modules-usecases__item-body h3{color:#111}[data-theme=light] .modules-usecases__item-body p{color:#555}[data-theme=light] .modules-cta{background:#f5f4f0}[data-theme=light] .modules-cta p{color:#555}.theme-toggle{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1px solid #cffa3a;background:rgba(0,0,0,0);cursor:pointer;color:#cffa3a;font-size:.875rem;transition:background .2s,border-color .2s,color .2s;flex-shrink:0}.theme-toggle:hover{background:rgba(207,250,58,.12);border-color:#cffa3a;color:#cffa3a}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:flex;align-items:center;justify-content:center;line-height:0}[data-theme=light] .theme-toggle .icon-sun{display:flex;align-items:center;justify-content:center;line-height:0}[data-theme=light] .theme-toggle .icon-moon{display:none}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,2.2vw,2rem)}@media(max-width: 768px){.container{padding-inline:1.25rem}}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#cffa3a;margin-bottom:1rem;display:block}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}:root{--word-dim: rgba(255, 255, 255, 0.18);--word-lit: #FFFFFF}.scroll-word{display:inline;color:var(--word-dim);transition:color .48s ease}.scroll-word.lit{color:var(--word-lit)}.reveal-left{opacity:0;transform:translateX(-32px);transition:opacity .7s ease,transform .7s ease}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(32px);transition:opacity .7s ease,transform .7s ease}.reveal-right.visible{opacity:1;transform:translateX(0)}.delay-1{transition-delay:0.1s}.delay-2{transition-delay:0.2s}.delay-3{transition-delay:0.3s}.delay-4{transition-delay:0.4s}.delay-5{transition-delay:0.5s}.delay-6{transition-delay:0.6s}.delay-7{transition-delay:0.7s}.delay-8{transition-delay:0.8s}.divider{height:1px;background:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.06), transparent);margin-block:1rem}
