.features{position:relative}.features__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.features__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.features__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.features__container{z-index:1;flex-direction:column;justify-content:center;gap:20px;display:flex;position:relative}.features__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.features__title{font-size:24px}}@media screen and (min-width:900px){.features__title{font-size:32px}}.features__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:400px;margin:0 auto;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.features__list{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.features__card{background:linear-gradient(135deg,#14151b,#1c1d24);border:1px solid #ffffff14;border-radius:8px;flex-direction:column;flex:100%;justify-content:flex-start;align-items:center;gap:30px;min-width:220px;padding:20px;transition:all .25s;display:flex;box-shadow:0 3px 16px -4px #00000078}.features__card:hover{border-color:#ffffff29;transform:translateY(-6px)}.features__card-icon{border-radius:50%;width:50px;padding:15px;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 8px #00000078}.features__card-icon:before{content:"";opacity:.2;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__card-icon svg{width:100%}.features__card-title{color:#fff;font-family:var(--font-righteous),sans-serif;text-align:center;font-size:32px}.features__card-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width:640px){.features__card{flex:calc(50% - 20px)}}@media screen and (min-width:1200px){.features__card{flex:calc(25% - 20px)}}
@keyframes header-enter{0%{opacity:0;transform:translateY(-120px)}to{opacity:1;transform:translateY(0)}}@keyframes header-nav-item-in{0%{opacity:0;transform:translate(-18px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes header-nav-item-out{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(-18px)scale(.8)}}@keyframes header-dropdown-list-in{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.header{--menu-item-duration:.42s;--menu-item-stagger:85ms;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#000000e6;width:100%;height:90px;animation:.4s ease-out .4s both header-enter;position:fixed;top:0;left:0;box-shadow:0 2px 22px -6px #00000078}.header:after{content:"";z-index:9999;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);width:100%;height:1px;position:fixed;top:90px}@media (prefers-reduced-motion:reduce){.header{animation:none}}.header__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.header__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.header__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.header__container{align-items:center;height:100%;display:flex;padding-top:0!important;padding-bottom:0!important}@media screen and (min-width:900px){.header__container{justify-content:space-between}}.header__mobile-left{flex:0 0 44px;justify-content:flex-start;align-items:center;margin-right:8px;display:flex}@media screen and (min-width:900px){.header__mobile-left{display:none}}.header__mobile-square{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;margin-right:0;padding:0;transition:transform .22s;display:inline-flex;position:relative;overflow:hidden}.header__mobile-square:disabled{opacity:.35;pointer-events:none}.header__mobile-square-icon{justify-content:center;align-items:center;transition:opacity .22s,transform .22s;display:inline-flex;position:absolute;inset:0}.header__mobile-square-icon--logo{opacity:1;transform:rotate(0)scale(1)}.header__mobile-square-icon--back{opacity:0;transform:rotate(-22deg)scale(.82)}.header__mobile-square--open .header__mobile-square-icon--logo{opacity:0;transform:rotate(22deg)scale(.82)}.header__mobile-square--open .header__mobile-square-icon--back{opacity:1;transform:rotate(0)scale(1)}.header__mobile-square-glyph{justify-content:center;align-items:center;display:inline-flex}.header__mobile-square-glyph--logo{width:20px;height:20px}.header__mobile-square-glyph--back{width:18px;height:18px}.header__mobile-title{color:#fff;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:center;flex:auto;font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width:900px){.header__mobile-title{display:none}}.header__logo{z-index:2;align-items:center;gap:5px;transition:transform .52s cubic-bezier(.22,1,.36,1);display:flex}.header__logo:hover .header__logo-icon:after{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 27px 3px #f18e35}.header__logo:hover .header__logo-text{text-shadow:0 0 5px #ffee27,0 0 10px #fec800,0 0 20px #f18e35,0 0 40px #e95f32,0 0 80px #e2312d}.header__logo-icon{justify-content:center;align-items:center;display:flex;position:relative}.header__logo-icon-container{z-index:2;background-color:#000;border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;padding:10px;display:flex;overflow:hidden}.header__logo-icon:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.header__logo-text{color:#fff;font-family:var(--font-righteous),sans-serif;z-index:2;font-size:24px;transition:all .2s cubic-bezier(.55,-.19,.59,.95)}.header__logo--desktop{display:none}@media screen and (min-width:900px){.header__logo--desktop{display:flex}}.header__logo-glyph{z-index:2;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.header--menu-opened .header__nav{pointer-events:auto;height:calc(100vh - 90px);transition-delay:0s}@media screen and (min-width:900px){.header--menu-opened .header__nav{height:33px}}.header--menu-closed .header__nav{transition-delay:.1s}.header__list{opacity:1;pointer-events:auto;background:0 0;border:0;border-radius:0;flex-direction:column;align-items:center;min-width:100%;padding:0;display:flex;transform:none}.header__list--opened{opacity:1;pointer-events:auto}.header__list li{opacity:0;width:100%;transition:all .15s ease-out;transform:translate(-18px);display:flex!important}.header__list li:hover{color:#fff}@media screen and (min-width:900px){.header__list li{opacity:1;width:auto;transform:none}.header__list{box-shadow:0 3px 8px #00000078;box-shadow:none;opacity:1;pointer-events:auto;flex-direction:row;align-items:center;gap:20px;min-width:auto;padding:0;transform:none}}.header__link{justify-content:space-between;align-items:center;width:100%;padding:20px;font-size:20px;transition:all .2s;display:flex}.header__link:hover{background:#ffffff0f}@media screen and (min-width:900px){.header__link{font-size:inherit;text-align:center;width:unset;border:0;padding:6px 10px;transition:background-color .18s ease-out,color .18s ease-out;display:block;position:relative}.header__link:after{content:"";opacity:0;transform-origin:50%;background:linear-gradient(90deg,#ffee27a6,#f18e35bf);border-radius:999px;height:2px;transition:opacity .18s ease-out,transform .2s ease-out;position:absolute;bottom:-2px;left:12px;right:12px;transform:scaleX(.75)}}.header__link--button{color:inherit;cursor:pointer;text-align:left;border:0;width:100%}@media screen and (min-width:900px){.header__link--button{justify-content:center;align-items:center;gap:8px;display:inline-flex}}.header__desktop-caret{display:none}@media screen and (min-width:900px){.header__desktop-caret{color:#ffffff80;justify-content:center;align-items:center;width:16px;height:16px;transition:all .18s ease-out;display:inline-flex}.header__desktop-caret svg{width:14px;height:14px;transform:rotate(90deg)translate(-1px)}}.header__text{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.header__text{font-size:24px}}@media screen and (min-width:900px){.header__text{font-size:32px}}.header__text{color:#aeaeae;justify-content:center;align-items:center;display:flex}@media screen and (min-width:900px){.header__text{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}}.header__arrow-icon{color:#aeaeae;justify-content:center;align-items:center;display:flex}@media screen and (min-width:900px){.header__arrow-icon{display:none}}.header__toggle{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex;position:relative}@media screen and (min-width:900px){.header__toggle{display:none}}.header__toggle-icon{color:#fff;justify-content:center;align-items:center;transition:opacity .22s,transform .22s;display:inline-flex;position:absolute}.header__toggle-icon-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;position:relative}.header__toggle-glyph{filter:invert();justify-content:center;align-items:center;display:inline-flex}.header__toggle-icon--menu{opacity:1;transform:rotate(0)scale(1)}.header__toggle-icon--close{opacity:0;transform:rotate(-20deg)scale(.82)}.header--menu-opened .header__toggle-icon--menu{opacity:0;transform:rotate(20deg)scale(.82)}.header--menu-opened .header__toggle-icon--close{opacity:1;transform:rotate(0)scale(1)}.header__item--dropdown{position:relative}@media screen and (min-width:900px){.header__item--dropdown .header__link{border-radius:999px;transition:color .18s ease-out,background .18s ease-out}}.header__dropdown{display:none}@media screen and (min-width:900px){.header__dropdown{opacity:0;pointer-events:none;transform-origin:top;z-index:10000;min-width:250px;transition:opacity .16s ease-out,transform .2s ease-out;display:block;position:fixed;transform:translate(-50%)translateY(-8px)scale(.96)}.header__dropdown:before{content:none}.header__dropdown--open{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}}.header__dropdown-list{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(80% 120% at 10% -30%,#f18e3533,#0000),#000000e6;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;gap:4px;padding:10px;display:flex;box-shadow:0 3px 8px #00000078}.header__dropdown-list li{opacity:1!important;width:100%!important;animation:none!important;transform:none!important}.header__dropdown-list .header__link{text-align:left;border:1px solid #0000;border-radius:11px;justify-content:flex-start;width:100%;padding:11px 12px;transition:background .16s ease-out,border-color .16s ease-out,transform .16s ease-out;display:flex}.header__dropdown-list .header__link:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translate(2px)}.header__dropdown-list .header__text{color:#fff;letter-spacing:.2px;justify-content:flex-start;font-size:15px;font-weight:500}.header__dropdown-list .header__arrow-icon{display:none}.header__dropdown-list--animated{animation:.18s cubic-bezier(.55,-.19,.59,.95) both header-dropdown-list-in}.header__item--dropdown:hover .header__desktop-caret,.header__item--dropdown:focus-within .header__desktop-caret,.header .header__link--active .header__desktop-caret{color:#ffffffe6;transform:translateY(1px)}.header__item--dropdown:hover>.header__link,.header__item--dropdown:focus-within>.header__link,.header .header__link--active{background:0 0}@media screen and (min-width:900px){.header__list>li>.header__link:hover,.header__list>li>.header__link:focus-visible,.header__list>li>.header__link.header__link--current,.header__list>li>.header__link.header__link--active{color:#fff;background:0 0}.header__list>li>.header__link:hover .header__text,.header__list>li>.header__link:focus-visible .header__text,.header__list>li>.header__link.header__link--current .header__text,.header__list>li>.header__link.header__link--active .header__text{color:#fff}.header__list>li>.header__link:hover:after,.header__list>li>.header__link:focus-visible:after,.header__list>li>.header__link.header__link--current:after,.header__list>li>.header__link.header__link--active:after{opacity:1;transform:scaleX(1)}}.header__nav{pointer-events:none;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#000000e6;justify-content:center;align-items:flex-start;height:0;transition:all .5s cubic-bezier(.55,-.19,.59,.95);display:flex;position:fixed;top:90px;left:0;right:0;overflow:hidden auto}.header__nav::-webkit-scrollbar{width:0;height:0;display:none}@media screen and (min-width:900px){.header__nav{-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto;height:33px;overflow-y:unset;scrollbar-width:auto;-ms-overflow-style:auto;background:0 0;transition:none;position:static;top:auto;left:auto;right:auto}.header__nav::-webkit-scrollbar{width:initial;height:initial;display:initial}}.header--menu-opened .header__list li{animation:header-nav-item-in var(--menu-item-duration)cubic-bezier(.175,.885,.32,1.275)both;animation-delay:calc(.3s + var(--nav-item-index,0)*var(--menu-item-stagger))}.header--menu-opened .header__list li:first-child{--nav-item-index:0}.header--menu-opened .header__list li:nth-child(2){--nav-item-index:1}.header--menu-opened .header__list li:nth-child(3){--nav-item-index:2}.header--menu-opened .header__list li:nth-child(4){--nav-item-index:3}.header--menu-opened .header__list li:nth-child(5){--nav-item-index:4}.header--menu-opened .header__list li:nth-child(6){--nav-item-index:5}.header--menu-opened .header__list li:nth-child(7){--nav-item-index:6}.header--menu-opened .header__list li:nth-child(8){--nav-item-index:7}.header--menu-closed .header__list li{opacity:1;animation:.22s cubic-bezier(.175,.885,.32,1.275) both header-nav-item-out;animation-delay:calc(var(--nav-item-out-index,0)*20ms);transform:translate(0)scale(1)}.header--menu-closed .header__list li:first-child{--nav-item-out-index:7}.header--menu-closed .header__list li:nth-child(2){--nav-item-out-index:6}.header--menu-closed .header__list li:nth-child(3){--nav-item-out-index:5}.header--menu-closed .header__list li:nth-child(4){--nav-item-out-index:4}.header--menu-closed .header__list li:nth-child(5){--nav-item-out-index:3}.header--menu-closed .header__list li:nth-child(6){--nav-item-out-index:2}.header--menu-closed .header__list li:nth-child(7){--nav-item-out-index:1}.header--menu-closed .header__list li:nth-child(8){--nav-item-out-index:0}@media screen and (min-width:900px){.header--menu-opened .header__container{display:flex}.header--menu-closed .header__nav{transition-delay:0s}.header--menu-closed .header__list li{opacity:1;animation:none;transform:none}}@media (prefers-reduced-motion:reduce){.header__list li{opacity:1;transition:none;transform:none;animation:none!important}}
.ui-components-preview{position:relative}.ui-components-preview__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.ui-components-preview__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.ui-components-preview__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.ui-components-preview__container{z-index:1;position:relative}.ui-components-preview__content{flex-direction:column;align-items:center;gap:20px;display:flex}.ui-components-preview__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.ui-components-preview__title{font-size:24px}}@media screen and (min-width:900px){.ui-components-preview__title{font-size:32px}}.ui-components-preview__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:550px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.ui-components-preview__link{cursor:pointer;display:flex;position:relative}.ui-components-preview__link:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.02)}.ui-components-preview__link:hover:after{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 27px 3px #f18e35}.ui-components-preview__link span{color:#fff;z-index:2;background-color:#000;border-radius:6px;padding:14px 20px}
.contact__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.contact__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.contact__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.contact__container{flex-direction:column;gap:30px;display:flex}.contact__content{flex-direction:column;align-items:center;gap:12px;display:flex}.contact__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.contact__title{font-size:24px}}@media screen and (min-width:900px){.contact__title{font-size:32px}}.contact__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:620px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.contact__list{grid-template-columns:1fr;gap:20px;display:grid}.contact__card{background-color:#1a1b22;border-radius:8px;flex-direction:column;justify-content:space-between;gap:18px;padding:24px;display:flex;box-shadow:0 3px 8px #00000078}.contact__card-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:20px}.contact__card-value{color:#fff;font-size:18px;font-weight:600}.contact__card-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.contact__card-link{cursor:pointer;align-self:flex-start;display:flex;position:relative}.contact__card-link:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.02)}.contact__card-link:hover:after{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 27px 3px #f18e35}.contact__card-link span{color:#fff;z-index:2;background-color:#000;border-radius:6px;padding:14px 20px}.contact__card-link--disabled{opacity:.6;pointer-events:none}@media screen and (min-width:900px){.contact__list{grid-template-columns:repeat(2,minmax(0,1fr))}}
.home-process{position:relative}.home-process__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.home-process__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.home-process__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.home-process__container{z-index:1;flex-direction:column;gap:30px;display:flex;position:relative}.home-process__content{flex-direction:column;align-items:center;gap:12px;display:flex}.home-process__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.home-process__title{font-size:24px}}@media screen and (min-width:900px){.home-process__title{font-size:32px}}.home-process__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-process__timeline{--process-gap:14px;gap:var(--process-gap);grid-template-columns:1fr;width:100%;max-width:920px;margin:0 auto;display:grid;position:relative}.home-process__step{grid-template-columns:34px minmax(0,1fr);align-items:flex-start;gap:14px;display:grid;position:relative}.home-process__step:not(:last-child):after{content:"";top:34px;left:17px;bottom:calc(var(--process-gap)*-1);background:linear-gradient(#f18e356b,#0000);width:1px;position:absolute;transform:translate(-50%)}.home-process__index{color:#fec800;font-family:var(--font-work-sans),sans-serif;letter-spacing:.08em;z-index:2;background:#ffffff0a;border:1px solid #ffffff29;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:12px;font-weight:700;display:inline-flex;position:relative}.home-process__step-body{background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;flex:1;gap:10px;min-height:100%;padding:18px;transition:transform .18s,border-color .18s;display:flex;box-shadow:0 3px 8px #00000078}.home-process__step:hover .home-process__step-body{border-color:#f18e3559;transform:translateY(-2px)}.home-process__step-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(19px,4vw,24px);line-height:1.2}.home-process__step-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width:900px){.home-process__timeline{--process-gap:18px}.home-process__step-body{padding:20px}}
@keyframes home-services-item-in{0%{opacity:0;filter:saturate(.85);transform:translateY(10px)scale(.985)}to{opacity:1;filter:saturate();transform:translateY(0)scale(1)}}@keyframes home-services-item-out{0%{opacity:1;filter:saturate();transform:translateY(0)scale(1)}to{opacity:0;filter:saturate(.8);transform:translateY(-8px)scale(.985)}}.home-services{position:relative}.home-services__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.home-services__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.home-services__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.home-services__container{z-index:1;flex-direction:column;gap:30px;display:flex;position:relative}.home-services__content{flex-direction:column;align-items:center;gap:12px;display:flex}.home-services__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.home-services__title{font-size:24px}}@media screen and (min-width:900px){.home-services__title{font-size:32px}}.home-services__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:700px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-services__layout{grid-template-columns:1fr;gap:0;display:grid}.home-services__mobile-active{background:#ffffff05;border:1px solid #ffffff1a;border-bottom:none;border-radius:8px 8px 0 0;padding:12px 14px}.home-services__mobile-active-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:18px;line-height:1.2}.home-services__mobile-active-description{color:#aeaeae;font-family:var(--font-work-sans),sans-serif;margin-top:4px;font-size:13px;line-height:1.4}.home-services__list{background:#1a1b22;border:1px solid #ffffff1a;border-bottom:none;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-services__item{min-width:0;display:flex}.home-services__tab{color:inherit;cursor:pointer;text-align:center;background:#ffffff05;border:1px solid #ffffff14;border-top:0;border-left:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;min-height:52px;padding:8px 6px;transition:background-color .18s,border-color .18s,transform .12s,box-shadow .18s;display:flex}.home-services__tab:focus-visible{background:#ffffff0f;outline:none}.home-services__tab:active{background:linear-gradient(90deg,#f18e3547,#fec8002e),#ffffff0f;border-color:#f18e358c;transform:scale(.97);box-shadow:inset 0 0 0 1px #fec80059}.home-services__tab--active{cursor:default;background:linear-gradient(90deg,#f18e352e,#0000 45%),#1a1b22;border-bottom-color:#0000;box-shadow:inset 0 0 0 1px #f18e3552}.home-services__tab--active:hover{background:linear-gradient(90deg,#f18e354d,#0000 50%),#1a1b22;box-shadow:inset 0 0 0 1px #fec80073}.home-services__item:nth-child(3n) .home-services__tab{border-right:none}.home-services__item:nth-child(n+4) .home-services__tab{border-bottom:none}.home-services__tab-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.home-services__tab-icon img{filter:brightness(0)saturate()invert(86%)sepia(7%)saturate(249%)hue-rotate(185deg)brightness(94%)contrast(90%);object-fit:contain;opacity:.88;width:100%;height:100%;transition:opacity .18s,transform .18s,filter .18s;display:block}.home-services__tab--active .home-services__tab-icon img{filter:brightness(0)saturate()invert(70%)sepia(86%)saturate(603%)hue-rotate(340deg)brightness(95%)contrast(92%);opacity:1}.home-services__tab:active .home-services__tab-icon img{filter:brightness(0)saturate()invert(78%)sepia(90%)saturate(733%)hue-rotate(334deg)brightness(101%)contrast(95%);transform:scale(.92)}.home-services__tab-title{color:#fff;font-family:var(--font-work-sans),sans-serif;max-width:100%;font-size:11px;font-weight:600;line-height:1.2}.home-services__tab-description{display:none}.home-services__panel{background:radial-gradient(300px 180px at 100% 0,#f18e352e,#0000),radial-gradient(220px 120px at 0 100%,#fec8001f,#0000),#1a1b22;border:1px solid #ffffff1a;border-radius:0 0 8px 8px;flex-direction:column;gap:12px;padding:16px;display:flex;position:relative;box-shadow:0 3px 8px #00000078}.home-services__panel-index{color:#fec800;font-family:var(--font-work-sans),sans-serif;letter-spacing:.1em;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;width:54px;height:32px;font-size:12px;font-weight:700;display:inline-flex}.home-services__panel-media{border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.home-services__panel-bg{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.home-services__panel-bg img{object-fit:cover;width:100%;height:100%}.home-services__panel-icon{z-index:1;justify-content:center;align-items:center;min-width:140px;max-width:140px;display:flex}.home-services__panel-icon img{width:100%}.home-services__panel-link{cursor:pointer;width:fit-content;margin-top:2px;display:flex;position:relative}.home-services__panel-link:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.02)}.home-services__panel-link:hover:after{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 27px 3px #f18e35}.home-services__panel-link span{color:#fff;z-index:2;background-color:#000;border-radius:6px;padding:14px 20px}.home-services__panel-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(22px,4vw,30px);line-height:1.2}.home-services__panel-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;max-width:52ch;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-services__anim .home-services__mobile-active-title,.home-services__anim .home-services__mobile-active-description,.home-services__anim .home-services__panel-index,.home-services__anim .home-services__panel-media,.home-services__anim .home-services__panel-title,.home-services__anim .home-services__panel-description,.home-services__anim .home-services__panel-link,.home-services__anim .home-services__panel-icon{opacity:1;transform:translateY(0)scale(1)}.home-services__anim--in .home-services__mobile-active-title,.home-services__anim--in .home-services__panel-index{animation:.42s cubic-bezier(.22,1,.36,1) both home-services-item-in}.home-services__anim--in .home-services__mobile-active-description,.home-services__anim--in .home-services__panel-media{animation:.44s cubic-bezier(.22,1,.36,1) 60ms both home-services-item-in}.home-services__anim--in .home-services__panel-title{animation:.44s cubic-bezier(.22,1,.36,1) .11s both home-services-item-in}.home-services__anim--in .home-services__panel-description{animation:.46s cubic-bezier(.22,1,.36,1) .15s both home-services-item-in}.home-services__anim--in .home-services__panel-link{animation:.46s cubic-bezier(.22,1,.36,1) .19s both home-services-item-in}.home-services__anim--out .home-services__panel-link,.home-services__anim--out .home-services__mobile-active-description,.home-services__anim--out .home-services__panel-description{animation:.19s cubic-bezier(.4,0,1,1) both home-services-item-out}.home-services__anim--out .home-services__panel-title,.home-services__anim--out .home-services__panel-media{animation:.2s cubic-bezier(.4,0,1,1) 30ms both home-services-item-out}.home-services__anim--out .home-services__mobile-active-title,.home-services__anim--out .home-services__panel-index{animation:.2s cubic-bezier(.4,0,1,1) 60ms both home-services-item-out}@media screen and (min-width:900px){.home-services__layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:stretch;gap:16px}.home-services__mobile-active{display:none}.home-services__list{background:0 0;border:0;grid-template-columns:1fr;gap:10px;display:grid}.home-services__tab{text-align:left;background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:8px 10px;min-height:0;padding:14px 16px;transition:border-color .2s,transform .16s,background-color .2s,box-shadow .2s;box-shadow:0 3px 8px #00000078}.home-services__tab:hover{background:#ffffff08;border-color:#f18e3559;transform:translateY(-2px)}.home-services__tab:active{transform:translateY(0)scale(.99)}.home-services__tab--active{cursor:default;background:linear-gradient(90deg,#f18e353d,#0000 45%),#ffffff08;border-color:#f18e358c;box-shadow:inset 0 0 0 1px #f18e3547}.home-services__tab--active:hover{background:linear-gradient(90deg,#f18e3557,#0000 52%),#ffffff0d;border-color:#fec8009e;box-shadow:0 0 0 1px #fec80059,inset 0 0 0 1px #fec80059}.home-services__item:nth-child(3n) .home-services__tab,.home-services__item:nth-child(n+4) .home-services__tab{border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a}.home-services__tab-icon{width:18px;height:18px;margin-top:2px}.home-services__tab-title{font-family:var(--font-righteous),sans-serif;width:calc(100% - 28px);font-size:20px;line-height:1.2}.home-services__tab-description{color:#aeaeae;font-family:var(--font-work-sans),sans-serif;text-align:left;margin-left:28px;font-size:14px;line-height:1.5;display:block}.home-services__panel{border-radius:8px;padding:24px}.home-services__panel-media{height:250px}.home-services__panel-icon{width:96px;height:96px}}
.home-stack{position:relative}.home-stack__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.home-stack__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.home-stack__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.home-stack__container{z-index:1;flex-direction:column;gap:30px;display:flex;position:relative}.home-stack__content{flex-direction:column;align-items:center;gap:12px;display:flex}.home-stack__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.home-stack__title{font-size:24px}}@media screen and (min-width:900px){.home-stack__title{font-size:32px}}.home-stack__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-stack__groups{flex-direction:column;gap:20px;display:flex}.home-stack__group{background:#1a1b22;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:14px;padding:24px;transition:transform .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 8px #00000078}.home-stack__group:after{content:"";pointer-events:none;background:radial-gradient(circle,#fec80033 0%,#fec80000 70%);border-radius:50%;width:160px;height:160px;position:absolute;inset:-60px auto auto -30px}.home-stack__group:hover{border-color:#ffffff29;transform:translateY(-4px)}.home-stack__group-meta{align-items:center;gap:8px;display:inline-flex}.home-stack__group:before{content:"";opacity:.7;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);width:100%;height:2px;position:absolute;top:0;left:0}.home-stack__group-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:18px}.home-stack__group-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-stack__group-count{color:#fec800;border:1px solid #f18e3580;border-radius:999px;justify-content:center;align-items:center;min-width:34px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.home-stack__group-toggle{color:#fff;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .26s cubic-bezier(.55,-.19,.59,.95);display:inline-flex}.home-stack__group-toggle-arrow{font-size:14px;line-height:1;transition:transform .42s cubic-bezier(.55,-.19,.59,.95);display:inline-flex;transform:rotate(-90deg)}.home-stack__group--open .home-stack__group-toggle{border-color:#fec80099;box-shadow:0 0 0 2px #fec80026}.home-stack__group--open .home-stack__group-toggle-arrow{transform:rotate(0)}.home-stack__group-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-stack__panel{grid-template-rows:0fr;transition:grid-template-rows .54s cubic-bezier(.55,-.19,.59,.95);display:grid}.home-stack__panel-inner{min-height:0;overflow:hidden}.home-stack__group--open .home-stack__panel{grid-template-rows:1fr}.home-stack__badges{opacity:0;flex-wrap:wrap;gap:10px;padding-top:0;transition:opacity .22s ease-out,transform .42s cubic-bezier(.55,-.19,.59,.95),padding-top .42s cubic-bezier(.55,-.19,.59,.95);display:flex;transform:translateY(-6px)}.home-stack__group--open .home-stack__badges{opacity:1;padding-top:8px;transition:opacity .28s ease-out .18s,transform .54s cubic-bezier(.55,-.19,.59,.95),padding-top .54s cubic-bezier(.55,-.19,.59,.95);transform:translateY(0)}.home-stack__badge{color:#fff;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:999px;padding:6px 12px;font-size:13px;transition:transform .12s}.home-stack__badge:hover{transform:translateY(-1px)}@media screen and (min-width:900px){.home-stack__groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.home-stack__groups{grid-template-columns:repeat(3,minmax(0,1fr))}}
.home-cta__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.home-cta__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.home-cta__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.home-cta__card{background:linear-gradient(135deg,#0f1017 0%,#1a1b22 100%);border-radius:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:30px;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 8px #00000078}.home-cta__content{z-index:1;flex-direction:column;gap:12px;max-width:520px;display:flex;position:relative}.home-cta__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.home-cta__title{font-size:24px}}@media screen and (min-width:900px){.home-cta__title{font-size:32px}}.home-cta__title{text-align:left}.home-cta__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-cta__actions{z-index:1;justify-content:space-between;align-items:center;gap:20px;margin:auto 0 0;display:flex;position:relative}.home-cta__mascot{opacity:.8;pointer-events:none;width:180px;display:none;position:absolute;bottom:-20px;right:-10px}.home-cta__button{cursor:pointer;display:flex;position:relative}.home-cta__button:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.02)}.home-cta__button:hover:after{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 27px 3px #f18e35}.home-cta__button span{color:#fff;z-index:2;background-color:#000;border-radius:6px;padding:14px 20px}.home-cta__button--ghost:after{opacity:.3}.home-cta__button--ghost span{background-color:#0000;border:1px solid #ffffff4d}@media screen and (min-width:900px){.home-cta__card{flex-direction:row;align-items:center}.home-cta__mascot{display:block}.home-cta__actions{flex-direction:column;align-items:flex-end}}
.slider{--slider-gap:14px;--slider-peek:0px;--slider-transition:.42s;flex-direction:column;gap:12px;display:flex}.slider__title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(16px,2.5vw,20px);font-weight:600;line-height:1.2}.slider__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.slider__control{background:linear-gradient(145deg,#fec80038,#e95f3224),#0c101ae6;border:1px solid #f18e35b3;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .22s;display:inline-flex;box-shadow:inset 0 1px #ffffff1f,0 0 0 1px #e2312d33}.slider__control svg{color:#ffee27}.slider__control[disabled]{cursor:default;opacity:.5}.slider__control[disabled] svg{color:#aeaeaeb3}.slider__control:not([disabled]):hover{background:linear-gradient(145deg,#ffee2759,#e95f3233),#0c101af2;border-color:#fec800f2;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff2e,0 0 18px #f18e3573}.slider__control:not([disabled]):hover svg{color:#fff}.slider__control:not([disabled]):active{transform:translateY(0);box-shadow:inset 0 1px #ffffff1a,0 0 10px #f18e3559}.slider__counter{color:#aeaeae;font-family:var(--font-work-sans),sans-serif;letter-spacing:.08em;font-size:12px;font-weight:600}.slider__viewport{padding-right:var(--slider-peek);touch-action:pan-y;-webkit-user-select:none;user-select:none;outline:none;overflow:hidden}.slider__track{gap:var(--slider-gap);will-change:transform;transition-property:transform;transition-timing-function:cubic-bezier(.25,.8,.25,1);display:flex}.slider__slide{flex:none;min-width:0}.slider__slide-inner{border:1px solid #1a1b22b3;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 3px 8px #00000078}.slider__dots{justify-content:center;align-items:center;gap:8px;display:flex}.slider__dot{background:#ffffff40;border-radius:999px;width:8px;height:8px;transition:all .22s}.slider__dot[data-active=true]{background:#fec800;width:22px}
.home-community{position:relative}.home-community__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.home-community__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.home-community__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.home-community__container{z-index:1;flex-direction:column;gap:30px;display:flex;position:relative}.home-community__content{flex-direction:column;align-items:center;gap:12px;display:flex}.home-community__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.home-community__title{font-size:24px}}@media screen and (min-width:900px){.home-community__title{font-size:32px}}.home-community__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.home-community__grid{grid-template-columns:1fr;align-items:stretch;gap:10px;display:grid}.home-community__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:999px;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 12px;transition:border-color .18s,background-color .18s,transform .18s;display:inline-flex}.home-community__card:hover{background:#ffffff0a;border-color:#f18e3566;transform:translateY(-1px)}.home-community__icon{background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.home-community__icon img{filter:invert()}.home-community__label{color:#fff;font-family:var(--font-work-sans),sans-serif;letter-spacing:.01em;font-size:14px;font-weight:600}@media screen and (min-width:640px){.home-community__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.home-community__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.apps-roadmap__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.apps-roadmap__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.apps-roadmap__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.apps-roadmap__container{flex-direction:column;gap:30px;display:flex}.apps-roadmap__content{flex-direction:column;align-items:center;gap:12px;display:flex}.apps-roadmap__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.apps-roadmap__title{font-size:24px}}@media screen and (min-width:900px){.apps-roadmap__title{font-size:32px}}.apps-roadmap__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.apps-roadmap__grid{grid-template-columns:1fr;gap:18px;display:grid}.apps-roadmap__card{background:#1a1b22;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:10px;padding:24px;transition:all .2s;display:flex;position:relative;box-shadow:0 3px 8px #00000078}.apps-roadmap__card:hover{border-color:#ffffff29;transform:translateY(-4px)}.apps-roadmap__card:before{content:"";opacity:.6;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);width:100%;height:2px;position:absolute;top:0;left:0}.apps-roadmap__card-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:20px}.apps-roadmap__card-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width:900px){.apps-roadmap__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.apps-highlights__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.apps-highlights__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.apps-highlights__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.apps-highlights__container{flex-direction:column;gap:30px;display:flex}.apps-highlights__content{flex-direction:column;align-items:center;gap:12px;display:flex}.apps-highlights__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.apps-highlights__title{font-size:24px}}@media screen and (min-width:900px){.apps-highlights__title{font-size:32px}}.apps-highlights__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.apps-highlights__button{cursor:pointer;display:flex;position:relative}.apps-highlights__button:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.02)}.apps-highlights__button:hover:after{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 27px 3px #f18e35}.apps-highlights__button span{color:#fff;z-index:2;background-color:#000;border-radius:6px;padding:14px 20px}.apps-highlights__grid{grid-template-columns:1fr;gap:18px;display:grid}.apps-highlights__card{background:#1a1b22;border-radius:8px;justify-content:center;align-items:center;min-height:220px;padding:20px;display:flex;overflow:hidden;box-shadow:0 3px 8px #00000078}.apps-highlights__card img{object-fit:contain;max-width:100%;max-height:100%}@media screen and (min-width:640px){.apps-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.apps-highlights__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.apps-products__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.apps-products__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.apps-products__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.apps-products__container{flex-direction:column;gap:28px;display:flex}.apps-products__content{flex-direction:column;align-items:center;gap:12px;display:flex}.apps-products__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.apps-products__title{font-size:24px}}@media screen and (min-width:900px){.apps-products__title{font-size:32px}}.apps-products__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:760px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.apps-products__grid{grid-template-columns:1fr;gap:18px;display:grid}.apps-products__card{background:radial-gradient(240px 100px at 100% 0,#f18e3526,#0000),#1a1b22;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:14px;min-height:230px;padding:24px;transition:transform .2s;display:flex;box-shadow:0 3px 8px #00000078}.apps-products__card:hover{transform:translateY(-4px)}.apps-products__status{color:#aeaeae;font-family:var(--font-work-sans),sans-serif;letter-spacing:.12px;border:1px solid #ffffff2e;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:600;line-height:1}.apps-products__status--live{color:#40d999;border-color:#1ecc8573}.apps-products__status--beta{color:#f18e35;border-color:#f18e3573}.apps-products__status--building{color:#8fb2ff;border-color:#709cff73}.apps-products__card-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(20px,5vw,28px);line-height:1.2}.apps-products__card-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;flex:1;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.apps-products__card-link{cursor:pointer;width:fit-content;display:flex;position:relative}.apps-products__card-link:after{content:"";background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:6px;width:100%;height:100%;transition:all .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.02)}.apps-products__card-link:hover:after{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 27px 3px #f18e35}.apps-products__card-link span{color:#fff;z-index:2;background-color:#000;border-radius:6px;padding:14px 20px}@media screen and (min-width:640px){.apps-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ui-suite__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.ui-suite__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.ui-suite__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.ui-suite__container{flex-direction:column;gap:30px;display:flex}.ui-suite__content{flex-direction:column;align-items:center;gap:12px;display:flex}.ui-suite__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.ui-suite__title{font-size:24px}}@media screen and (min-width:900px){.ui-suite__title{font-size:32px}}.ui-suite__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.ui-suite__grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.ui-suite__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;width:100%;padding:18px;transition:all .2s ease-out;display:flex;position:relative;box-shadow:0 3px 8px #00000078}.ui-suite__card:before{content:"";opacity:.7;background-color:#fff;width:100%;height:2px;transition:all .2s ease-out;position:absolute;top:0;left:0}.ui-suite__card:hover{border-color:#ffffff29;transform:translateY(-4px)}.ui-suite__card:hover:before{opacity:1;background-color:#e2312d}.ui-suite__logo{background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;margin:15px 0 0;display:flex}.ui-suite__logo-glyph{justify-content:center;align-items:center;display:inline-flex}.ui-suite__icon{background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ui-suite__icon img{filter:invert()}.ui-suite__label{color:#fff;font-weight:600}@media screen and (min-width:640px){.ui-suite__card{width:calc(50% - 8px)}}@media screen and (min-width:1200px){.ui-suite__card{width:calc(33.3333% - 12px)}}
@keyframes terminal-float{0%{translate:0 -4px}50%{translate:0 4px}to{translate:0 -4px}}@keyframes hint-pulse{0%{opacity:.45;transform:translateY(0)}50%{opacity:.8;transform:translateY(-2px)}to{opacity:.45;transform:translateY(0)}}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.ui-cli__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.ui-cli__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.ui-cli__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.ui-cli__container{flex-direction:column;gap:30px;display:flex}.ui-cli__content{flex-direction:column;align-items:center;gap:12px;display:flex}.ui-cli__logo{background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;padding:17.5px;display:flex}.ui-cli__logo-glyph{justify-content:center;align-items:center;display:inline-flex}.ui-cli__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.ui-cli__title{font-size:24px}}@media screen and (min-width:900px){.ui-cli__title{font-size:32px}}.ui-cli__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.ui-cli__terminal{background:#0f1624e6;border:1px solid #ffffff14;border-radius:8px;max-width:780px;margin:0 auto;transition:transform .26s cubic-bezier(.2,.9,.2,1),box-shadow .2s cubic-bezier(.2,.9,.2,1);animation:none;position:relative;overflow:hidden;transform:none;box-shadow:0 30px 60px #00000073,0 10px 25px #00000059,0 0 0 1px #ffffff08}.ui-cli__terminal:after{content:"";opacity:.6;pointer-events:none;background:radial-gradient(400px at 20% 0,#f18e352e,#0000 60%);position:absolute;inset:-20% -10%}.ui-cli__terminal:hover{animation:none;transform:perspective(1200px)translateY(-10px)rotateX(4deg);box-shadow:0 40px 80px #00000080,0 18px 35px #00000059,0 0 0 1px #ffffff0d}.ui-cli__terminal-header{background:#0a0f19e6;border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding:12px 14px;display:flex}.ui-cli__terminal-dot{border-radius:999px;width:10px;height:10px}.ui-cli__terminal-dot--red{background:#ff5f56}.ui-cli__terminal-dot--yellow{background:#ffbd2e}.ui-cli__terminal-dot--green{background:#27c93f}.ui-cli__terminal-title{color:#fff9;letter-spacing:.3px;text-transform:uppercase;margin-left:8px;font-size:12px}.ui-cli__terminal-hint{color:#ffffffb3;letter-spacing:.2px;margin-left:auto;font-size:11px;animation:1.6s ease-in-out infinite hint-pulse}.ui-cli__terminal-body{white-space:pre-wrap;word-break:break-word;color:#e7eefc;z-index:1;scroll-behavior:smooth;background:0 0;min-height:220px;max-height:360px;margin:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;position:relative;overflow:auto}.ui-cli__terminal-body:after{content:"";vertical-align:text-bottom;opacity:1;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:2px;width:8px;height:14px;margin-left:6px;animation:.9s step-end infinite cursor-blink;display:inline-block}.ui-cli__terminal:before{content:none;background:radial-gradient(120px ellipse at center,#f18e3559,transparent 70%);filter:blur(10px);opacity:.9;pointer-events:none;width:60%;height:20px;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.ui-cli__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin:8px auto 18px;display:flex}.ui-cli__button{color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.ui-cli__button:after{content:"";opacity:0;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);transition:opacity .2s;position:absolute;inset:0}.ui-cli__button span{z-index:1;position:relative}.ui-cli__button:hover{border-color:#ffffff40;transform:translateY(-2px)}.ui-cli__button:hover:after{opacity:.12}.ui-cli__button img{filter:invert()}@media screen and (min-width:640px){.ui-cli__terminal{animation:2s ease-in-out infinite terminal-float;transform:perspective(-1px)translateY(-6px)rotateX(6deg)}.ui-cli__terminal:before{content:""}}
.product-details__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.product-details__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.product-details__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.product-details__container{flex-direction:column;gap:26px;display:flex}.product-details__content{flex-direction:column;align-items:center;gap:12px;display:flex}.product-details__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.product-details__title{font-size:24px}}@media screen and (min-width:900px){.product-details__title{font-size:32px}}.product-details__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:760px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.product-details__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.product-details__action{color:#fff;background:#ffffff0a;border:1px solid #f18e3561;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 3px 8px #00000078}.product-details__action:hover{border-color:#fec800d9;transform:translateY(-2px)}.product-details__action-icon{justify-content:center;align-items:center;display:inline-flex}.product-details__grid{grid-template-columns:1fr;gap:16px;display:grid}.product-details__card{background:#ffffff08;border:1px solid #ffffff17;border-radius:8px;flex-direction:column;gap:8px;padding:20px;display:flex}.product-details__card-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:19px;line-height:1.3}.product-details__card-description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width:640px){.product-details__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.community-resources__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.community-resources__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.community-resources__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.community-resources__container{flex-direction:column;gap:30px;display:flex}.community-resources__content{flex-direction:column;align-items:center;gap:12px;display:flex}.community-resources__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.community-resources__title{font-size:24px}}@media screen and (min-width:900px){.community-resources__title{font-size:32px}}.community-resources__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.community-resources__grid{grid-template-columns:1fr;gap:16px;display:grid}.community-resources__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;padding:18px;transition:all .2s;display:flex;position:relative;box-shadow:0 3px 8px #00000078}.community-resources__card:hover{border-color:#ffffff29;transform:translateY(-4px)}.community-resources__card:before{content:"";opacity:.6;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);width:100%;height:2px;position:absolute;top:0;left:0}.community-resources__icon{background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.community-resources__icon img{filter:invert()}.community-resources__label{color:#fff;font-weight:600}@media screen and (min-width:640px){.community-resources__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.community-feature-grid{gap:12px;display:grid}.community-feature-grid__card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:10px;padding:14px;transition:all .18s;display:flex;box-shadow:0 3px 8px #00000078}.community-feature-grid__card:hover{border-color:#fec8008c;transform:translateY(-2px)}.community-feature-grid__card h3{color:#fff;font-size:16px;font-weight:700}.community-feature-grid__card p{color:#aeaeae;font-size:14px;line-height:1.5}.community-feature-grid__card span{color:#fec800;font-size:12px;font-weight:700}@media screen and (min-width:900px){.community-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.insights-social{position:relative}.insights-social__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.insights-social__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.insights-social__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.insights-social__container{flex-direction:column;gap:30px;display:flex}.insights-social__content{flex-direction:column;align-items:center;gap:12px;display:flex}.insights-social__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.insights-social__title{font-size:24px}}@media screen and (min-width:900px){.insights-social__title{font-size:32px}}.insights-social__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.insights-social__sub-title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(18px,3vw,24px)}.insights-social__grid{grid-template-columns:1fr;gap:16px;display:grid}.insights-social__card{text-align:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;align-items:center;gap:10px;padding:18px;transition:all .2s;display:flex;position:relative;box-shadow:0 3px 8px #00000078}.insights-social__card:hover{border-color:#ffffff29;transform:translateY(-4px)}.insights-social__card:before{content:"";opacity:.6;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);width:100%;height:2px;position:absolute;top:0;left:0}.insights-social__icon{background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.insights-social__icon img{filter:invert()}.insights-social__label{color:#fff;font-weight:600}.insights-social__slider{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(180px 80px at 100% 0,#f18e3524,#0000),linear-gradient(170deg,#ffffff0d,#ffffff04),#0c101abf;border:1px solid #ffffff1a;border-radius:14px;padding:12px;transition:all .24s;box-shadow:0 3px 8px #00000078}.insights-social__embed{background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;width:100%;overflow:visible}.insights-social__embed .instagram-media{box-shadow:none!important;border:0!important;border-radius:0!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}@media screen and (min-width:640px){.insights-social__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.insights-social__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:900px){.insights-social__slider{padding:14px}}
.insights-video__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.insights-video__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.insights-video__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.insights-video__container{flex-direction:column;gap:14px;padding-top:0;display:flex}.insights-video__title{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(18px,2.8vw,24px)}.insights-video__description{color:#aeaeae;font-size:14px;line-height:1.5}.insights-video__placeholder{background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 3px 8px #00000078}.insights-video__image{object-fit:cover;width:100%;height:auto;display:block}.insights-video__badge{color:#fff;background:#0000008c;border:1px solid #fff3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;bottom:12px;left:12px}
.featured-insights__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.featured-insights__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.featured-insights__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.featured-insights__container{padding-bottom:0}.featured-insights__title{color:#fff;font-family:var(--font-righteous),sans-serif;margin-bottom:12px;font-size:clamp(18px,2.8vw,24px)}.featured-insights__grid{gap:12px;display:grid}.featured-insights__card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex;box-shadow:0 3px 8px #00000078}.featured-insights__card h4{color:#fff;font-size:15px;font-weight:700;line-height:1.35}.featured-insights__card p{color:#aeaeae;font-size:12px;font-weight:600}.featured-insights__topic{color:#fec800;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}@media screen and (min-width:900px){.featured-insights__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.engineering-notes__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.engineering-notes__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.engineering-notes__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.engineering-notes__container{flex-direction:column;gap:20px;display:flex}.engineering-notes__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.engineering-notes__title{font-size:24px}}@media screen and (min-width:900px){.engineering-notes__title{font-size:32px}}.engineering-notes__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:820px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.engineering-notes__namespaces{gap:14px;display:grid}.engineering-notes__highlights{gap:12px;display:grid}.engineering-notes__highlight{background:linear-gradient(140deg,#fec8001a,#e95f3214),#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex;box-shadow:0 3px 8px #00000078}.engineering-notes__highlight-value{color:#fff;font-size:18px;font-weight:800;line-height:1.2}.engineering-notes__highlight-label{color:#aeaeae;font-size:13px;line-height:1.4}.engineering-notes__namespace{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex;box-shadow:0 3px 8px #00000078}.engineering-notes__namespace-top{justify-content:space-between;align-items:center;display:flex}.engineering-notes__namespace-top h3{color:#fff;font-size:16px;font-weight:700}.engineering-notes__namespace-top a{color:#fec800;font-size:13px;font-weight:700}.engineering-notes__namespace p{color:#aeaeae;font-size:14px;line-height:1.5}.engineering-notes__namespace-links{flex-wrap:wrap;gap:8px;display:flex}.engineering-notes__namespace-links a{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.engineering-notes__timeline{flex-direction:column;gap:12px;display:flex;position:relative}.engineering-notes__timeline:before{content:"";background:linear-gradient(#fec800cc,#e2312d4d);width:2px;position:absolute;top:6px;bottom:6px;left:8px}.engineering-notes__filters{flex-wrap:wrap;gap:8px;display:flex}.engineering-notes__filter{color:#aeaeae;background:#ffffff08;border:1px solid #ffffff24;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;transition:all .18s}.engineering-notes__filter[data-active=true]{color:#fff;background:#f18e3533;border-color:#fec800b3}.engineering-notes__item{grid-template-columns:18px 1fr;gap:12px;display:grid;position:relative}.engineering-notes__point{z-index:1;background:linear-gradient(90deg,#ffee27,#fec800,#f18e35,#e95f32,#e2312d);border-radius:999px;width:10px;height:10px;margin-top:16px}.engineering-notes__content{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex;box-shadow:0 3px 8px #00000078}.engineering-notes__content h4{color:#fff;font-size:16px;font-weight:700}.engineering-notes__content p{color:#aeaeae;font-size:14px;line-height:1.5}.engineering-notes__meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.engineering-notes__meta time{color:#aeaeae;font-size:12px;font-weight:600}.engineering-notes__type{color:#fff;letter-spacing:.06em;text-transform:uppercase;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.engineering-notes__type--release{color:#fec800;border-color:#fec80080}.engineering-notes__type--decision{color:#f18e35;border-color:#f18e3580}.engineering-notes__type--migration{color:#e95f32;border-color:#e95f3280}.engineering-notes__footer{justify-content:space-between;align-items:center;display:flex}.engineering-notes__footer span{color:#aeaeae;font-size:12px;font-weight:700}.engineering-notes__footer a{color:#fec800;font-size:12px;font-weight:700}.engineering-notes__deep-dives{flex-direction:column;gap:10px;display:flex}.engineering-notes__deep-dives h3{color:#fff;font-size:18px;font-weight:700}.engineering-notes__deep-grid{gap:10px;display:grid}.engineering-notes__deep-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex;box-shadow:0 3px 8px #00000078}.engineering-notes__deep-card h4{color:#fff;font-size:15px;font-weight:700}.engineering-notes__deep-card p{color:#aeaeae;font-size:14px;line-height:1.5}@media screen and (min-width:900px){.engineering-notes__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.engineering-notes__namespaces{grid-template-columns:repeat(2,minmax(0,1fr))}.engineering-notes__deep-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.open-source-radar__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.open-source-radar__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.open-source-radar__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.open-source-radar__container{flex-direction:column;gap:20px;display:flex}.open-source-radar__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.open-source-radar__title{font-size:24px}}@media screen and (min-width:900px){.open-source-radar__title{font-size:32px}}.open-source-radar__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:820px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.open-source-radar__grid{gap:14px;display:grid}.open-source-radar__section{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:12px;padding:14px;display:flex;box-shadow:0 3px 8px #00000078}.open-source-radar__section-title{color:#fff;font-size:16px;font-weight:700}.open-source-radar__items{flex-direction:column;gap:10px;display:flex}.open-source-radar__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:8px;padding:12px;transition:all .18s;display:flex}.open-source-radar__item:hover{border-color:#fec8008c;transform:translateY(-2px)}.open-source-radar__item h4{color:#fff;font-size:15px;font-weight:700}.open-source-radar__item p{color:#aeaeae;font-size:14px;line-height:1.5}.open-source-radar__item span{color:#fec800;font-size:12px;font-weight:700}@media screen and (min-width:900px){.open-source-radar__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.insights-newsletter__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.insights-newsletter__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.insights-newsletter__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.insights-newsletter__card{background:radial-gradient(240px 120px at 100% 0,#f18e3524,#0000),#ffffff08;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:12px;max-width:680px;margin:0 auto;padding:16px;display:flex;box-shadow:0 3px 8px #00000078}.insights-newsletter__title{color:#fff;font-size:22px;font-weight:700}.insights-newsletter__description{color:#aeaeae;font-size:14px;line-height:1.5}.insights-newsletter__form{flex-direction:column;gap:10px;display:flex}.insights-newsletter__label{color:#fff;font-size:13px;font-weight:700}.insights-newsletter__input{color:#fff;background:#00000042;border:1px solid #ffffff24;border-radius:10px;min-height:42px;padding:0 12px}.insights-newsletter__checks{flex-wrap:wrap;gap:12px;display:flex}.insights-newsletter__button{color:#fff;background:#fec80024;border:1px solid #fec80080;border-radius:10px;min-height:42px;font-size:13px;font-weight:800;transition:background-color .18s,border-color .18s,transform .12s,box-shadow .18s}.insights-newsletter__button:disabled{cursor:default;opacity:.6}.insights-newsletter__button:hover{background:#fec80038;border-color:#fec800b3;box-shadow:0 8px 20px #fec80029}.insights-newsletter__button:active{transform:translateY(1px)}.insights-newsletter__consent{margin-top:2px}.insights-newsletter__consent.insights-newsletter__check-option{align-items:flex-start;min-height:0;padding:10px 12px}.insights-newsletter__check-option{color:#aeaeae;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff05;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:10px;min-height:40px;padding:0 12px;transition:border-color .18s,background-color .18s,transform .12s,opacity .18s;display:inline-flex;position:relative}.insights-newsletter__check-option:hover{background:#ffffff09;border-color:#fec80073}.insights-newsletter__check-option:active{transform:translateY(1px)}.insights-newsletter__check-input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.insights-newsletter__check-box{background:#070e1bbf;border:1px solid #fff3;border-radius:5px;flex-shrink:0;width:16px;height:16px;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .12s;display:inline-block;position:relative}.insights-newsletter__check-text{color:#aeaeae;font-size:12px;font-weight:600;line-height:1.4}.insights-newsletter__check-input:focus-visible+.insights-newsletter__check-box{outline-offset:2px;outline:2px solid #fec800b3}.insights-newsletter__check-input:checked+.insights-newsletter__check-box{background:#fec80029;border-color:#fec800d9;box-shadow:0 0 0 3px #fec8001f}.insights-newsletter__check-input:checked+.insights-newsletter__check-box:after{content:"";border-bottom:2px solid #f4f7ff;border-right:2px solid #f4f7ff;width:4px;height:8px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.insights-newsletter__check-option:hover .insights-newsletter__check-box{border-color:#fec80080;transform:scale(1.03)}.insights-newsletter__check-input:disabled+.insights-newsletter__check-box{box-shadow:none;opacity:.7;background:#ffffff08;border-color:#ffffff1f}.insights-newsletter__check-input:disabled~.insights-newsletter__check-text{opacity:.6}.insights-newsletter__check-input:disabled~.insights-newsletter__check-box,.insights-newsletter__check-input:disabled~.insights-newsletter__check-text{cursor:not-allowed}.insights-newsletter__success{color:#fec800;font-size:13px;font-weight:700}.insights-newsletter__error{color:#ff8f8f;font-size:13px;font-weight:700}
.case-studies__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.case-studies__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.case-studies__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.case-studies__container{flex-direction:column;gap:16px;display:flex}.case-studies__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.case-studies__title{font-size:24px}}@media screen and (min-width:900px){.case-studies__title{font-size:32px}}.case-studies__subtitle{color:#fff;font-family:var(--font-righteous),sans-serif;font-size:clamp(16px,2.6vw,22px)}.case-studies__grid,.case-studies__authors{gap:14px;display:grid}.case-studies__card,.case-studies__author{background:radial-gradient(120% 90% at 0 0,#f18e351a,#0000 48%),#ffffff08;border:1px solid #ffffff1a;border-radius:14px;padding:14px;box-shadow:0 3px 8px #00000078}.case-studies__card{flex-direction:column;gap:10px;display:flex}.case-studies__card-head{grid-template-columns:auto 1fr;align-items:center;gap:10px;display:grid}.case-studies__card-image-wrap{background:#060c19e6;border:1px solid #ffffff21;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;overflow:hidden}.case-studies__card-image{object-fit:contain;width:38px;height:38px}.case-studies__card-meta{flex-direction:column;gap:4px;display:flex}.case-studies__card-meta h3{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.25;overflow:hidden}.case-studies__tag{color:#fec800;letter-spacing:.08em;text-transform:uppercase;border:1px solid #fec80066;border-radius:999px;width:fit-content;padding:5px 8px;font-size:10px;font-weight:700}.case-studies__metric{color:#ffd2bf;background:#fec8001f;border:1px solid #fec80059;border-radius:8px;grid-column:1/-1;width:fit-content;margin-top:2px;padding:6px 8px;font-size:11px;font-weight:700;line-height:1.5}.case-studies__flow{flex-direction:column;gap:8px;display:flex}.case-studies__flow p{color:#aeaeae;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;padding:9px 10px;font-size:13px;line-height:1.55;display:flex}.case-studies__flow strong{color:#fff;letter-spacing:.02em;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.case-studies__flow-icon{color:#fec800;opacity:.95;flex-shrink:0;display:inline-flex}.case-studies__card-foot{color:#9eacc8;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:8px;font-size:11px;font-weight:600;display:flex}.case-studies__card-foot span{align-items:center;gap:6px;display:inline-flex}.case-studies__foot-icon{color:#fec800;display:inline-flex}.case-studies__author{flex-direction:column;gap:8px;display:flex}.case-studies__author-head{align-items:center;gap:10px;display:flex}.case-studies__author-icon-wrap{background:#060c19e6;border:1px solid #ffffff21;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative}.case-studies__author-icon{color:#fec800;justify-content:center;align-items:center;display:inline-flex}.case-studies__author-icon--accent{color:#ffd3bf;background:#0c1323;border:1px solid #ffffff2e;border-radius:999px;width:16px;height:16px;position:absolute;bottom:-4px;right:-4px}.case-studies__author h4{color:#fff;font-size:15px;font-weight:700}.case-studies__author p{color:#fec800;font-size:13px;font-weight:700}.case-studies__author span{color:#aeaeae;font-size:13px}.case-studies__author i{color:#9eacc8;border-top:1px solid #ffffff14;align-items:center;gap:6px;padding-top:8px;font-size:11px;font-style:normal;font-weight:600;display:inline-flex}.case-studies__separator{z-index:1;flex-direction:column;gap:10px;padding:34px 0;display:flex;position:relative}.case-studies__separator h3{color:#fff;font-size:clamp(20px,3vw,30px);font-weight:700;line-height:1.12}.case-studies__separator p{color:#c7d3ea;max-width:720px;font-size:14px;line-height:1.55}.case-studies__separator--notes{text-align:center;align-items:center;padding-top:42px;padding-bottom:42px}.case-studies__separator--notes p{max-width:820px}.case-studies__separator--apps{border-top:1px solid #ffffff1a;align-items:stretch;padding-top:42px}.case-studies__separator-kicker{color:#ffffffbd;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.case-studies__separator-cta{color:#ffd2bf;border:1px solid #fec80099;border-radius:12px;align-items:center;gap:6px;width:fit-content;min-height:40px;margin-top:8px;padding:0 14px;font-size:12px;font-weight:700;text-decoration:none;transition:border-color .16s,background-color .16s;display:inline-flex}.case-studies__separator-cta:hover{background:#fec8001a;border-color:#fec800d9}.case-studies__separator-cta--subtle{color:#d4dded;border-color:#ffffff4d}.case-studies__separator-cta--subtle:hover{background:#ffffff0a;border-color:#ffffff80}.case-studies__separator-line{background:linear-gradient(90deg,#fec800b3,#fec80000);border-radius:999px;width:min(420px,80%);height:2px;margin-top:2px}.case-studies__separator-dots{align-items:center;gap:8px;margin-top:2px;display:inline-flex}.case-studies__separator-dots span{background:#fec80099;border-radius:999px;width:6px;height:6px;display:inline-block}.case-studies__separator-dots span:nth-child(2){background:#fec80059;width:18px}.case-studies__separator-main{flex-direction:column;gap:10px;display:flex}.case-studies__separator-actions{flex-direction:column;align-items:flex-start;gap:10px;margin-top:8px;display:flex}@media screen and (min-width:900px){.case-studies__card-head{grid-template-columns:auto 1fr}.case-studies__grid,.case-studies__authors{grid-template-columns:repeat(3,minmax(0,1fr))}.case-studies__separator{padding:44px 0}.case-studies__separator--apps{flex-direction:row;justify-content:space-between;align-items:center;gap:34px}.case-studies__separator-main{max-width:760px}.case-studies__separator-actions{margin-top:0}}
.ui-overview__container{width:calc(100% - 20px);max-width:1220px;min-height:calc(100% - 20px);margin:0 auto;padding:10px;transition:all .15s linear}@media screen and (min-width:425px){.ui-overview__container{width:calc(100% - 30px);min-height:calc(100% - 40px);padding:20px 15px}}@media screen and (min-width:900px){.ui-overview__container{width:calc(100% - 60px);min-height:calc(100% - 80px);padding:40px 30px}}.ui-overview__container{flex-direction:column;align-items:center;gap:24px;display:flex}.ui-overview__content{flex-direction:column;align-items:center;gap:10px;display:flex}.ui-overview__title{color:#fff;text-align:center;font-family:var(--font-righteous),sans-serif;letter-spacing:.16px;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:all .12s ease-out}@media screen and (min-width:500px){.ui-overview__title{font-size:24px}}@media screen and (min-width:900px){.ui-overview__title{font-size:32px}}.ui-overview__description{color:#aeaeae;text-align:center;font-family:var(--font-work-sans),sans-serif;letter-spacing:.14px;max-width:640px;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.ui-overview__frame{background:#0f1624d9;border:1px solid #ffffff14;border-radius:8px;min-width:500px;height:300px;position:relative;overflow:hidden;box-shadow:0 3px 8px #00000078}.ui-overview__video{border:0;width:100%;height:100%;position:absolute;inset:0}
