@keyframes dropdownSlideIn{0%{opacity:0;transform:translateX(-50%) translateY(-20px) scale(.95)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}@keyframes dropdownSlideOut{0%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}to{opacity:0;transform:translateX(-50%) translateY(-20px) scale(.95)}}@keyframes dropdownItemSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.app-header{--header-height:0px;align-items:center;display:flex;justify-content:space-between;left:0;padding:30px 0;position:fixed;top:0;transition:.3s;width:100%;z-index:1000}@media screen and (max-width:992px){.app-header{padding:24px 0}}.app-header.filled{background-color:#000}.app-header.collapsed{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #0000000d}.app-header.collapsed .app-header-logo-light{display:none}.app-header.collapsed .app-header-logo-dark{display:flex}.app-header-logo{align-items:center;display:flex;margin-right:48px}.app-header-logo-dark{display:none}.app-header-nav{align-items:center;display:flex;width:100%}@media screen and (max-width:992px){.app-header-nav{flex-direction:column}.app-header-nav.hidden{height:0;opacity:0;visibility:hidden}}.app-header-menu{display:flex;justify-content:space-between;margin-right:auto;transition:.8s}@media screen and (max-width:992px){.app-header-menu{flex-wrap:wrap;margin-top:50px;width:100%}}.app-header-menu li{cursor:pointer;margin-right:32px;position:relative;transition:opacity .2s ease}@media screen and (max-width:992px){.app-header-menu li{margin-bottom:16px;margin-right:0;width:50%}}.app-header-menu li:hover{opacity:.7}.app-header-menu li span{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:17px;font-weight:600;justify-content:center;letter-spacing:-.01em;line-height:1.2;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.app-header-menu li span:after{background:linear-gradient(90deg,#dbfa60,#542fbe);border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s cubic-bezier(.4,0,.2,1);width:0}@media screen and (max-width:992px){.app-header-menu li span{color:#1c1c1c;font-size:18px;font-weight:600;justify-content:flex-start}}.app-header-menu li span img{margin-left:8px;transition:transform .2s ease}.app-header-menu li span:hover{color:#dbfa60;text-shadow:0 0 8px #dbfa604d}.app-header-menu li span:hover:after{width:calc(100% - 20px)}.app-header-menu li span:hover img{transform:translateX(2px) scale(1.1)}@media screen and (max-width:992px){.app-header-menu li span:hover{color:#1c1c1ccc;text-shadow:none}.app-header-menu li span:hover:after{display:none}}.app-header-menu-dropdown{filter:brightness(1);transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform}.app-header-menu-dropdown.active{filter:brightness(1.2);transform:rotate(180deg) scale(1.1)}.app-header-menu-collapsed{animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1) forwards;display:flex;left:50%;max-width:calc(100vw - 64px);min-width:min(1000px,100vw - 64px);padding-top:60px;position:absolute;top:57px;transform:translateX(-50%) translateY(0);transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s ease,transform .3s cubic-bezier(.4,0,.2,1);width:auto;z-index:1002}@media screen and (max-width:1200px){.app-header-menu-collapsed{min-width:calc(100vw - 64px)}}@media screen and (max-width:992px){.app-header-menu-collapsed{animation:none;left:0;max-width:none;min-width:auto;padding-top:16px;position:relative;top:0;transform:none;width:100%}}.app-header-menu-collapsed .container{max-width:none;padding:0;width:100%}@media screen and (min-width:1200px){.app-header-menu-collapsed .container{padding:0 16px}}.app-header-menu-collapsed-wrap{align-items:stretch;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fff;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;display:flex;flex-wrap:wrap;gap:20px;height:auto;justify-content:flex-start;padding:48px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}@media screen and (min-width:1200px){.app-header-menu-collapsed-wrap{max-height:calc(100svh - var(--header-height));overflow-y:auto}}@media screen and (max-width:992px){.app-header-menu-collapsed-wrap{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-direction:column;margin:0 16px;padding:16px}}.app-header-menu-collapsed-item{animation:dropdownItemSlideIn .4s cubic-bezier(.4,0,.2,1) forwards;background:#f8f9fa4d;border:1px solid #0000000f;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:auto;justify-content:space-between;margin-bottom:16px;min-width:0;overflow:hidden;padding:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:calc(50% - 10px)}.app-header-menu-collapsed-item:first-child{animation-delay:0s}.app-header-menu-collapsed-item:nth-child(2){animation-delay:.05s}.app-header-menu-collapsed-item:nth-child(3){animation-delay:.1s}.app-header-menu-collapsed-item:nth-child(4){animation-delay:.15s}.app-header-menu-collapsed-item:nth-child(5){animation-delay:.2s}.app-header-menu-collapsed-item:nth-child(6){animation-delay:.25s}.app-header-menu-collapsed-item:nth-child(7){animation-delay:.3s}.app-header-menu-collapsed-item:nth-child(8){animation-delay:.35s}.app-header-menu-collapsed-item:nth-child(9){animation-delay:.4s}.app-header-menu-collapsed-item:nth-child(10){animation-delay:.45s}.app-header-menu-collapsed-item:nth-child(11){animation-delay:.5s}.app-header-menu-collapsed-item:nth-child(12){animation-delay:.55s}.app-header-menu-collapsed-item:nth-child(13){animation-delay:.6s}.app-header-menu-collapsed-item:nth-child(14){animation-delay:.65s}.app-header-menu-collapsed-item:nth-child(15){animation-delay:.7s}.app-header-menu-collapsed-item:nth-child(16){animation-delay:.75s}.app-header-menu-collapsed-item:nth-child(17){animation-delay:.8s}.app-header-menu-collapsed-item:nth-child(18){animation-delay:.85s}.app-header-menu-collapsed-item:nth-child(19){animation-delay:.9s}.app-header-menu-collapsed-item:nth-child(20){animation-delay:.95s}.app-header-menu-collapsed-item:before{background:linear-gradient(135deg,#dbfa6008,#542fbe08);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.app-header-menu-collapsed-item:hover{background:#f8f9facc;border-color:#542fbe26;box-shadow:0 8px 25px #0000001f,0 4px 12px #542fbe14;transform:translateY(-3px) scale(1.01)}.app-header-menu-collapsed-item:hover:before{opacity:1}.app-header-menu-collapsed-item:hover .app-header-menu-collapsed-item-icon{transform:scale(1.05) rotate(2deg)}.app-header-menu-collapsed-item[data-category]:not([data-category=""]){margin-top:8px}@media screen and (max-width:992px){.app-header-menu-collapsed-item{align-items:center;background:#f8f9fae6;border:1px solid #00000014;border-radius:10px;display:flex;flex-direction:row;margin-bottom:6px;min-height:60px;padding:14px 16px;position:relative;transition:all .2s ease;width:100%}.app-header-menu-collapsed-item:after{color:#3a445966;content:"→";font-size:16px;position:absolute;right:16px;transition:all .2s ease}.app-header-menu-collapsed-item:active,.app-header-menu-collapsed-item:hover{background:#f8f9fa;border-color:#542fbe40;box-shadow:0 3px 12px #0000001f;transform:none}.app-header-menu-collapsed-item:active:after,.app-header-menu-collapsed-item:hover:after{color:#542fbe;transform:translateX(2px)}.app-header-menu-collapsed-item:last-child{margin-bottom:0}}.app-header-menu-collapsed-item-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (max-width:992px){.app-header-menu-collapsed-item-content{align-items:center;flex-direction:row;justify-content:flex-start;width:100%}}.app-header-menu-collapsed-item-content h5{color:#262d3a;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:4px}@media screen and (max-width:992px){.app-header-menu-collapsed-item-content h5{color:#262d3a;flex:1 1;font-size:15px;font-weight:600;line-height:1.2;margin-bottom:0}}.app-header-menu-collapsed-item-content p{color:#3a4459;font-size:15px;font-weight:400;line-height:1.4;margin-top:6px}@media screen and (max-width:992px){.app-header-menu-collapsed-item-content p{display:none}}.app-header-menu-collapsed-item-icon{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-bottom:14px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}@media screen and (max-width:992px){.app-header-menu-collapsed-item-icon{align-items:center;display:flex;flex-shrink:0;height:36px;justify-content:center;margin-bottom:0;margin-right:14px;width:36px}}@media screen and (max-width:768px){.app-header-menu-collapsed-item-icon{height:36px;width:36px}}.app-header-menu-collapsed-item-icon img{height:100%;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.app-header-menu-collapsed-item-icon.needs-dark-filter img{filter:brightness(0) saturate(100%) invert(25%) sepia(8%) saturate(1500%) hue-rotate(200deg) brightness(90%) contrast(110%)}@media screen and (max-width:992px){.app-header-menu-collapsed-item-icon img{border-radius:6px;box-shadow:0 2px 8px #0000001a;opacity:1!important}.app-header-menu-collapsed-item-icon.needs-dark-filter img{filter:brightness(0) saturate(100%) invert(25%) sepia(8%) saturate(1500%) hue-rotate(200deg) brightness(90%) contrast(110%)!important}}.app-header-menu-collapsed-item-link{align-items:center;color:#262d3a;display:flex;font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-top:auto;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:992px){.app-header-menu-collapsed-item-link{display:none}}.app-header-menu-collapsed-item-link:hover{color:#542fbe;transform:translateX(2px)}.app-header-menu-collapsed-item-link:hover img{margin-left:8px;transform:translateX(2px)}.app-header-menu-collapsed-item-link img{height:100%;margin-left:4px;max-height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:auto}.app-header-menu-collapsed-item a:not(.app-header-menu-collapsed-item-link){margin-bottom:15px}@media screen and (max-width:992px){.app-header-menu-collapsed-item a:not(.app-header-menu-collapsed-item-link){margin-bottom:0}}.app-header-menu-collapsed-category-header{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;margin:24px 0 16px;padding-bottom:8px;position:relative;text-transform:uppercase;width:100%}.app-header-menu-collapsed-category-header:after{background:linear-gradient(90deg,#dbfa60,#542fbe);border-radius:1px;bottom:-1px;content:"";height:2px;left:0;position:absolute;width:40px}.app-header-menu-collapsed-category-header:first-child{margin-top:0}@media screen and (max-width:992px){.app-header-menu-collapsed-category-header{border-bottom:1px solid #542fbe33;color:#542fbe;font-size:12px;font-weight:700;margin:20px 0 12px;padding:8px 0}.app-header-menu-collapsed-category-header:after{height:1.5px;width:60px}}.app-header-menu-collapsed-carriers-operators-row{display:flex;gap:20px;margin-bottom:16px;width:100%}@media screen and (max-width:992px){.app-header-menu-collapsed-carriers-operators-row{flex-direction:column;gap:8px}}.app-header-menu-collapsed-carriers-operators-row .app-header-menu-collapsed-item{margin-bottom:0;position:relative;width:calc(50% - 10px)}@media screen and (max-width:992px){.app-header-menu-collapsed-carriers-operators-row .app-header-menu-collapsed-item{margin-bottom:8px;width:100%}}.app-header-menu-collapsed.hidden{animation:dropdownSlideOut .2s cubic-bezier(.4,0,1,1) forwards;opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-20px);visibility:hidden}@media screen and (max-width:992px){.app-header-menu-collapsed.hidden{transform:translateY(-10px)}}.app-header-toggler{align-items:stretch;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;position:relative;width:24px}@media screen and (max-width:992px){.app-header-toggler{display:flex}}.app-header-toggler.active .app-header-toggler-line{background-color:#262d3a}.app-header-toggler.active .app-header-toggler-line.one{top:50%;transform:translateY(-50%) rotate(45deg)}.app-header-toggler.active .app-header-toggler-line.two{opacity:0}.app-header-toggler.active .app-header-toggler-line.three{top:-50%;transform:translateY(50%) rotate(-45deg)}.app-header-toggler-line{background-color:#fff;border-radius:2px;height:2px;position:relative;transform-origin:center;transition:.3s;width:24px}.app-header-dropdown-backdrop{background-color:#0000;cursor:default;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1001}.app-header-btns{display:flex}@media screen and (max-width:992px){.app-header-btns{flex-direction:column;margin-top:24px;width:100%}}.app-header-btns a{margin-left:16px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:124px}.app-header-btns a.green:before{animation:buttonPulse 3s ease-in-out infinite;background:linear-gradient(135deg,#dbfa601a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0}.app-header-btns a.green:hover{box-shadow:0 8px 25px #dbfa604d;transform:translateY(-2px)}@media screen and (max-width:992px){.app-header-btns a{font-size:16px;font-weight:600;margin-bottom:10px;margin-left:0;max-width:none!important;min-height:42px;min-width:140px!important;padding:12px 24px;width:100%!important}.app-header-btns a:last-child{margin-bottom:0}}.app-header .container{align-items:center;flex-wrap:nowrap}@media screen and (max-width:992px){.app-header .container{flex-wrap:wrap}}.app-header .badge{border-radius:8px;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;margin-left:6px;padding:2px 6px;text-transform:uppercase}.app-header .badge.beta{background-color:#dbfa60;border:1px solid #dbfa60;color:#542fbe}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(-10px) rotate(-5deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}}@keyframes scrollBounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}.app-api-docs .api-hero{align-items:center;background:linear-gradient(135deg,#000,#0a0a0a 25%,#111 50%,#1a1a1a 75%,#222);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 0 80px;position:relative}@media screen and (max-width:992px){.app-api-docs .api-hero{min-height:80vh;padding:100px 0 60px}}@media screen and (max-width:768px){.app-api-docs .api-hero{min-height:70vh;padding:80px 0 40px}}.app-api-docs .api-hero .hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.app-api-docs .api-hero .hero-background .hero-bg-circle{animation:float 20s ease-in-out infinite;background:radial-gradient(circle at center,#dbfa601a 0,#dbfa600d 30%,#0000 70%);border-radius:50%;position:absolute}.app-api-docs .api-hero .hero-background .hero-bg-circle.hero-bg-circle-1{animation-delay:0s;height:400px;right:-10%;top:10%;width:400px}.app-api-docs .api-hero .hero-background .hero-bg-circle.hero-bg-circle-2{animation-delay:-10s;background:radial-gradient(circle at center,#542fbe1a 0,#542fbe0d 30%,#0000 70%);bottom:20%;height:300px;left:-5%;width:300px}.app-api-docs .api-hero .hero-background .hero-bg-grid{animation:gridMove 30s linear infinite;background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:50px 50px;bottom:0;left:0;position:absolute;right:0;top:0}.app-api-docs .api-hero .hero-background .hero-bg-gradient{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle at center,#dbfa6008 0,#0000 60%);height:800px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:800px}.app-api-docs .api-hero .container{position:relative;z-index:2}.app-api-docs .api-hero .main-hero-wrap{width:100%}.app-api-docs .api-hero .main-hero-wrap.hero-with-demo{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;min-height:400px}@media(max-width:768px){.app-api-docs .api-hero .main-hero-wrap.hero-with-demo{gap:32px;grid-template-columns:1fr;min-height:auto}}.app-api-docs .api-hero .hero-code-demo{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;height:320px}@media(max-width:640px){.app-api-docs .api-hero .hero-code-demo{gap:16px;grid-template-columns:1fr;height:auto}.app-api-docs .api-hero .hero-code-demo figure{margin-bottom:16px}}@media(max-width:480px){.app-api-docs .api-hero .hero-code-demo{gap:12px}.app-api-docs .api-hero .hero-code-demo figure{margin-bottom:12px}}@media(max-width:640px){.app-api-docs .api-hero .hero-code-demo figure .code-block{font-size:10px!important;padding:12px!important}}@media(max-width:480px){.app-api-docs .api-hero .hero-code-demo figure .code-block{font-size:9px!important;padding:8px!important}}@media(max-width:640px){.app-api-docs .api-hero .hero-code-demo .dashboard-preview{margin-top:0;padding:12px!important}}@media(max-width:480px){.app-api-docs .api-hero .hero-code-demo .dashboard-preview{padding:8px!important}}@media(max-width:640px){.app-api-docs .api-hero .hero-code-demo .code-header{padding:6px 12px!important}.app-api-docs .api-hero .hero-code-demo .code-header span{font-size:10px!important}}@media(max-width:480px){.app-api-docs .api-hero .hero-code-demo .code-header{padding:4px 8px!important}.app-api-docs .api-hero .hero-code-demo .code-header span{font-size:9px!important}.app-api-docs .api-hero .hero-code-demo .code-header div div{height:10px!important;width:10px!important}}.app-api-docs .api-hero .main-hero-content{margin:0;max-width:900px;text-align:left}.app-api-docs .api-hero .main-hero-content .hero-badge{align-items:center;background:linear-gradient(135deg,#dbfa6033,#8447be33);border:1px solid #dbfa604d;border-radius:50px;cursor:default;display:inline-flex;gap:8px;margin-bottom:32px;padding:12px 24px;transition:all .3s ease}.app-api-docs .api-hero .main-hero-content .hero-badge:hover{background:linear-gradient(135deg,#dbfa604d,#8447be40);box-shadow:0 8px 20px #dbfa6033;transform:translateY(-2px)}.app-api-docs .api-hero .main-hero-content .hero-badge .new-badge{background:#dbfa60;border-radius:4px;color:#262d3a;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.app-api-docs .api-hero .main-hero-content .hero-badge .badge-link,.app-api-docs .api-hero .main-hero-content .hero-badge span:last-child{color:#dbfa60;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.app-api-docs .api-hero .main-hero-content .hero-badge .badge-link{text-decoration:none;transition:all .3s ease}.app-api-docs .api-hero .main-hero-content .hero-badge .badge-link:hover{color:#dbfa60cc;text-decoration:underline;-webkit-text-decoration-color:#dbfa6099;text-decoration-color:#dbfa6099;text-underline-offset:3px}.app-api-docs .api-hero .main-hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fffc);background-clip:text;-webkit-background-clip:text;color:#fff;font-size:72px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px;text-shadow:none}@media screen and (max-width:1200px){.app-api-docs .api-hero .main-hero-content h1{font-size:64px}}@media screen and (max-width:992px){.app-api-docs .api-hero .main-hero-content h1{font-size:48px;line-height:1.2}}@media screen and (max-width:768px){.app-api-docs .api-hero .main-hero-content h1{font-size:36px;line-height:1.2}}.app-api-docs .api-hero .main-hero-content h1 span{color:#dbfa60;font-weight:inherit}@media screen and (max-width:992px){.app-api-docs .api-hero .main-hero-content h1{margin-bottom:20px}}.app-api-docs .api-hero .main-hero-content .hero-subtitle{color:#ffffffd9;font-size:1.25rem;line-height:1.6;margin-bottom:48px;margin-left:0;margin-right:0;max-width:700px}@media screen and (max-width:992px){.app-api-docs .api-hero .main-hero-content .hero-subtitle{font-size:1.125rem;margin-bottom:40px}}@media screen and (max-width:768px){.app-api-docs .api-hero .main-hero-content .hero-subtitle{font-size:1rem;margin-bottom:36px}}.app-api-docs .api-hero .main-hero-content .hero-actions{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start;margin-bottom:60px}@media screen and (max-width:992px){.app-api-docs .api-hero .main-hero-content .hero-actions{flex-wrap:wrap;gap:16px;justify-content:flex-start}}@media screen and (max-width:768px){.app-api-docs .api-hero .main-hero-content .hero-actions{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:40px;width:100%}.app-api-docs .api-hero .main-hero-content .hero-actions .app-button{flex-shrink:0;justify-content:center;max-width:none;min-width:auto;text-align:center;width:100%}}@media screen and (max-width:576px){.app-api-docs .api-hero .main-hero-content .hero-actions{gap:10px;margin-bottom:32px}}.app-api-docs .api-hero .main-hero-content .hero-stats{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px}@media screen and (max-width:992px){.app-api-docs .api-hero .main-hero-content .hero-stats{gap:32px;margin-bottom:50px}}@media screen and (max-width:768px){.app-api-docs .api-hero .main-hero-content .hero-stats{gap:24px;grid-template-columns:1fr;margin-bottom:40px}}.app-api-docs .api-hero .main-hero-content .hero-stats .hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #dbfa6033;border-radius:16px;padding:20px;text-align:center;transition:all .3s ease}.app-api-docs .api-hero .main-hero-content .hero-stats .hero-stat:hover{background:#ffffff14;border-color:#dbfa6066;box-shadow:0 8px 25px #0003;transform:translateY(-4px)}.app-api-docs .api-hero .main-hero-content .hero-stats .hero-stat .stat-number{color:#dbfa60;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:8px}@media screen and (max-width:992px){.app-api-docs .api-hero .main-hero-content .hero-stats .hero-stat .stat-number{font-size:2rem}}@media screen and (max-width:768px){.app-api-docs .api-hero .main-hero-content .hero-stats .hero-stat .stat-number{font-size:1.75rem}}.app-api-docs .api-hero .main-hero-content .hero-stats .hero-stat .stat-label{color:#ffffffb3;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.app-api-docs .api-hero .main-hero-content .hero-scroll-indicator{align-items:flex-start;color:#fff9;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:8px}@media screen and (max-width:768px){.app-api-docs .api-hero .main-hero-content .hero-scroll-indicator{margin-top:20px}}.app-api-docs .api-hero .main-hero-content .hero-scroll-indicator .scroll-arrow{animation:scrollBounce 2s ease-in-out infinite;background:linear-gradient(180deg,#0000 0,#dbfa60 50%,#0000);height:30px;width:2px}.app-api-docs .quickstart-section{background:#fff;padding:80px 0}.app-api-docs .quickstart-section .quickstart-content{margin:0 auto;max-width:800px;text-align:center}.app-api-docs .quickstart-section .quickstart-content h2{color:#262d3a;font-size:36px;font-weight:600;margin-bottom:16px}@media screen and (max-width:992px){.app-api-docs .quickstart-section .quickstart-content h2{font-size:28px}}.app-api-docs .quickstart-section .quickstart-content p{color:#4b5563;font-size:18px;line-height:1.6;margin-bottom:32px}.app-api-docs .quickstart-section .quickstart-content .quickstart-code{border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;overflow:hidden;text-align:left}@media screen and (max-width:1200px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code{margin-left:20px;margin-right:20px;max-width:100%}}@media screen and (max-width:992px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code{border-radius:8px;margin-left:16px;margin-right:16px}}@media screen and (max-width:768px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code{border-radius:6px;margin-bottom:32px;margin-left:12px;margin-right:12px}}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block{background:linear-gradient(135deg,#0d1117,#161b22);border-radius:12px;box-shadow:inset 0 1px 0 #ffffff1a;color:#e6edf3;font-family:JetBrains Mono,SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:14px;line-height:1.8;max-height:450px;overflow-x:auto;overflow-y:auto;padding:32px;position:relative}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block:before{background:linear-gradient(90deg,#dbfa60,#79c0ff 50%,#542fbe);border-radius:12px 12px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block:after{background:#ff6b6b;border-radius:50%;box-shadow:20px 0 0 #ffd93d,40px 0 0 #6bcf7f;content:"";height:12px;left:20px;position:absolute;top:16px;width:12px}@media screen and (max-width:1200px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block{font-size:13px;line-height:1.7;padding:28px 24px}}@media screen and (max-width:992px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block{border-radius:8px;font-size:12px;line-height:1.6;padding:24px 20px}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block:after{box-shadow:14px 0 0 #ffd93d,28px 0 0 #6bcf7f;height:8px;left:16px;top:12px;width:8px}}@media screen and (max-width:768px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block{-webkit-overflow-scrolling:touch;border-radius:6px;font-size:11px;line-height:1.5;overflow-wrap:break-word;padding:20px 16px;scrollbar-width:thin;white-space:pre-wrap;word-break:break-all}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block:after{box-shadow:10px 0 0 #ffd93d,20px 0 0 #6bcf7f;height:6px;left:12px;top:10px;width:6px}}@media screen and (max-width:576px){.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block{font-size:10px;line-height:1.4;padding:16px 12px}}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code{color:inherit;font-family:inherit;line-height:inherit;white-space:pre}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .comment{color:#6a737d;font-style:italic}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .keyword{color:#f97583;font-weight:600}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .string{color:#9ecbff}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .function{color:#b392f0}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .variable{color:#79b8ff}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .property{color:#ffab70}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .number{color:#79b8ff}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .punctuation{color:#e1e4e8}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .operator{color:#f97583}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block code .parameter{color:#ffab70}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block::-webkit-scrollbar{height:8px}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block::-webkit-scrollbar-track{background:#21262d;border-radius:4px}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}.app-api-docs .quickstart-section .quickstart-content .quickstart-code .code-block::-webkit-scrollbar-thumb:hover{background:#484f58}.app-api-docs .quickstart-section .quickstart-content .quickstart-action{margin-top:32px;text-align:center}.app-api-docs .quickstart-section .quickstart-content .quickstart-action .app-button{margin:0 auto}@media screen and (max-width:768px){.app-api-docs .quickstart-section .quickstart-content .quickstart-action{margin-top:24px}}.app-api-docs .endpoints-section{background:#f8f9fa;padding:80px 0}.app-api-docs .endpoints-section .section-header{align-items:center;display:flex;flex-direction:column;margin-bottom:60px;text-align:center;width:100%}.app-api-docs .endpoints-section .section-header h2{color:#262d3a;font-size:36px;font-weight:600;margin-bottom:16px;text-align:center}@media screen and (max-width:992px){.app-api-docs .endpoints-section .section-header h2{font-size:28px}}.app-api-docs .endpoints-section .section-header p{color:#4b5563;font-size:18px;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.app-api-docs .endpoints-section .endpoints-grid{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media screen and (min-width:992px){.app-api-docs .endpoints-section .endpoints-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.app-api-docs .endpoints-section .endpoints-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.app-api-docs .endpoints-section .endpoints-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.app-api-docs .endpoints-section .endpoints-grid{grid-template-columns:1fr}}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:24px;transition:transform .3s ease,box-shadow .3s ease}@media screen and (max-width:992px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card{padding:20px}}@media screen and (max-width:768px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card{padding:16px}}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header{margin-bottom:16px;min-height:32px;padding-right:100px;position:relative}@media screen and (max-width:1200px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header{padding-right:90px}}@media screen and (max-width:992px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header{min-height:48px;padding-right:80px}}@media screen and (max-width:768px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header{min-height:auto;padding-right:0}}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header h3{word-wrap:break-word;color:#262d3a;font-size:20px;font-weight:600;line-height:1.3;margin:0;overflow-wrap:break-word;width:100%}@media screen and (max-width:992px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header h3{font-size:18px}}@media screen and (max-width:768px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header h3{font-size:16px;margin-bottom:8px}}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header .endpoint-badge{background:#dbfa60;border-radius:3px;color:#262d3a;font-size:10px;font-weight:600;padding:2px 6px;position:absolute;right:0;text-transform:uppercase;top:0;white-space:nowrap}@media screen and (max-width:992px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header .endpoint-badge{font-size:9px;padding:2px 5px}}@media screen and (max-width:768px){.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header .endpoint-badge{display:inline-block;font-size:8px;margin-top:4px;padding:1px 4px;position:static}}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card p{color:#4b5563;flex-grow:1;font-size:14px;line-height:1.5;margin-bottom:16px}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-link{align-items:center;background:#542fbe14;border-radius:8px;color:#542fbe;display:inline-flex;font-size:14px;font-weight:600;gap:6px;margin-top:auto;padding:10px 16px;text-decoration:none;transition:all .2s ease}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-link:hover{background:#542fbe26;transform:translateX(4px)}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header h3 a{color:inherit;text-decoration:none;transition:color .2s ease}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .endpoint-header h3 a:hover{color:#542fbe}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .pricing{align-items:baseline;display:flex;gap:8px}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .pricing .price{color:#262d3a;font-size:24px;font-weight:700}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card .pricing .unit{color:#4b5563;font-size:14px}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card.coming-soon{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #adb5bd;opacity:.8;overflow:hidden;position:relative}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card.coming-soon:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#dbfa601a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card.coming-soon .endpoint-header h3,.app-api-docs .endpoints-section .endpoints-grid .endpoint-card.coming-soon p{color:#6c757d}.app-api-docs .endpoints-section .endpoints-grid .endpoint-card.coming-soon:hover{box-shadow:0 4px 15px #0000000d;transform:translateY(-1px)}@keyframes shimmer{0%{left:-100%}to{left:100%}}.app-api-docs .endpoints-section.endpoints-dark-mode{background:linear-gradient(135deg,#000,#1a1a1a)}.app-api-docs .endpoints-section.endpoints-dark-mode .section-header h2{color:#f1f5f9}.app-api-docs .endpoints-section.endpoints-dark-mode .section-header p{color:#cbd5e1}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #404040;box-shadow:0 4px 20px #0003}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card:hover{border-color:#606060;box-shadow:0 12px 35px #0006;transform:translateY(-4px)}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card .endpoint-header h3{word-wrap:break-word;color:#f1f5f9;overflow-wrap:break-word;width:100%}@media screen and (max-width:768px){.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card .endpoint-header h3{margin-bottom:8px}}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card .endpoint-header .endpoint-badge{background:#dbfa60;box-shadow:0 2px 8px #dbfa604d;color:#262d3a}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card p{color:#cbd5e1}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card .endpoint-link{background:#dbfa601a;color:#dbfa60}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card .endpoint-link:hover{background:#dbfa6033}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card .endpoint-header h3 a:hover{color:#dbfa60}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card.coming-soon{background:linear-gradient(135deg,#000,#1a1a1a 50%,#2a2a2a);border:2px dashed #606060;opacity:.9}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card.coming-soon:before{background:linear-gradient(90deg,#0000,#dbfa6026,#0000)}.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card.coming-soon .endpoint-header h3,.app-api-docs .endpoints-section.endpoints-dark-mode .endpoint-card.coming-soon p{color:#94a3b8}.app-api-docs .news-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:80px 0;position:relative}.app-api-docs .news-section:before{background:linear-gradient(90deg,#0000,#dbfa604d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.app-api-docs .news-section .section-header{margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.app-api-docs .news-section .section-header h2{color:#262d3a;font-size:36px;font-weight:700;margin-bottom:16px}@media screen and (max-width:992px){.app-api-docs .news-section .section-header h2{font-size:28px}}.app-api-docs .news-section .section-header p{color:#64748b;font-size:18px;line-height:1.6}@media screen and (max-width:992px){.app-api-docs .news-section .section-header p{font-size:16px}}.app-api-docs .news-section .news-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}@media screen and (max-width:992px){.app-api-docs .news-section .news-grid{gap:20px;grid-template-columns:1fr}}.app-api-docs .news-section .news-grid .news-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.app-api-docs .news-section .news-grid .news-item:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.app-api-docs .news-section .news-grid .news-item .news-content{display:flex;flex-direction:column;height:100%;padding:24px}.app-api-docs .news-section .news-grid .news-item .news-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.app-api-docs .news-section .news-grid .news-item .news-header .news-icon{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:10px;color:#64748b;display:flex;height:40px;justify-content:center;width:40px}.app-api-docs .news-section .news-grid .news-item .news-header .news-icon svg{height:20px;width:20px}.app-api-docs .news-section .news-grid .news-item .news-header .news-badge{border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.app-api-docs .news-section .news-grid .news-item .news-header .news-badge.new{background:#dbfa60;box-shadow:0 2px 8px #dbfa604d;color:#262d3a}.app-api-docs .news-section .news-grid .news-item .news-header .news-badge.coming-soon{animation:pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ff8e53);box-shadow:0 2px 8px #ff6b6b4d;color:#fff}.app-api-docs .news-section .news-grid .news-item .news-header .news-badge.updated{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 2px 8px #3b82f64d;color:#fff}.app-api-docs .news-section .news-grid .news-item h3{color:#262d3a;font-size:20px;font-weight:700;line-height:1.3;margin-bottom:12px}.app-api-docs .news-section .news-grid .news-item h3 a{color:inherit;text-decoration:none;transition:all .3s ease}.app-api-docs .news-section .news-grid .news-item h3 a:hover{color:#542fbe}.app-api-docs .news-section .news-grid .news-item h3 a:focus{border-radius:4px;outline:2px solid #dbfa60;outline-offset:2px}.app-api-docs .news-section .news-grid .news-item p{color:#64748b;flex-grow:1;font-size:15px;line-height:1.6;margin-bottom:auto}.app-api-docs .news-section .news-grid .news-item .news-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-top:20px;padding-top:16px}.app-api-docs .news-section .news-grid .news-item .news-footer .news-date{color:#94a3b8;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.app-api-docs .news-section .news-grid .news-item .news-footer .read-more{color:#542fbe;font-size:13px;font-weight:600;transition:all .3s ease}.app-api-docs .news-section .news-grid .news-item .news-footer .read-more:hover{transform:translateX(2px)}.app-api-docs .news-section.news-dark-mode{background:linear-gradient(135deg,#000,#1a1a1a)}.app-api-docs .news-section.news-dark-mode:before{background:linear-gradient(90deg,#0000,#dbfa6066,#0000)}.app-api-docs .news-section.news-dark-mode .section-header h2{color:#f1f5f9}.app-api-docs .news-section.news-dark-mode .section-header p{color:#cbd5e1}.app-api-docs .news-section.news-dark-mode .news-item{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #404040;box-shadow:0 4px 20px #0000004d}.app-api-docs .news-section.news-dark-mode .news-item:hover{box-shadow:0 8px 30px #0006}.app-api-docs .news-section.news-dark-mode .news-item .news-header .news-icon{background:linear-gradient(135deg,#2a2a2a,#3a3a3a);color:#cbd5e1}.app-api-docs .news-section.news-dark-mode .news-item h3{color:#f1f5f9}.app-api-docs .news-section.news-dark-mode .news-item h3 a:hover{color:#dbfa60}.app-api-docs .news-section.news-dark-mode .news-item p{color:#cbd5e1}.app-api-docs .news-section.news-dark-mode .news-item .news-footer{border-top:1px solid #404040}.app-api-docs .news-section.news-dark-mode .news-item .news-footer .news-date{color:#94a3b8}.app-api-docs .news-section.news-dark-mode .news-item .news-footer .read-more{color:#dbfa60}.app-api-docs .final-cta-section{background:#f8f9fa;padding:120px 0}.app-api-docs .final-cta-section .cta-content{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:800px;padding:60px 40px;text-align:center}@media screen and (max-width:992px){.app-api-docs .final-cta-section .cta-content{margin:0 20px;padding:40px 32px}}@media screen and (max-width:768px){.app-api-docs .final-cta-section .cta-content{margin:0 16px;padding:32px 24px}}.app-api-docs .final-cta-section .cta-content h2{color:#262d3a;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px}@media screen and (max-width:992px){.app-api-docs .final-cta-section .cta-content h2{font-size:28px}}@media screen and (max-width:768px){.app-api-docs .final-cta-section .cta-content h2{font-size:24px}}.app-api-docs .final-cta-section .cta-content p{color:#4b5563;font-size:18px;line-height:1.6;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:600px}@media screen and (max-width:992px){.app-api-docs .final-cta-section .cta-content p{font-size:16px;margin-bottom:28px}}.app-api-docs .final-cta-section .cta-content .cta-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}@media screen and (max-width:992px){.app-api-docs .final-cta-section .cta-content .cta-actions{flex-wrap:wrap;gap:12px;justify-content:center}}@media screen and (max-width:768px){.app-api-docs .final-cta-section .cta-content .cta-actions{align-items:stretch;flex-direction:column;gap:12px;width:100%}.app-api-docs .final-cta-section .cta-content .cta-actions .app-button{justify-content:center;max-width:none;min-width:auto;text-align:center;width:100%}}@media screen and (max-width:576px){.app-api-docs .final-cta-section .cta-content .cta-actions{gap:10px}}.app-api-docs .main-hero-content .hero-badge{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.1s;opacity:0}.app-api-docs .main-hero-content h1{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s;opacity:0}.app-api-docs .main-hero-content .hero-subtitle{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.5s;opacity:0}.app-api-docs .main-hero-content .hero-actions{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.7s;opacity:0}.app-api-docs .main-hero-content .hero-stats{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.9s;opacity:0}.app-api-docs .main-hero-content .hero-scroll-indicator{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:1.1s;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=138.53bcc3ad.chunk.css.map*/