*{box-sizing:border-box}body{color:#1b1f23;-webkit-font-smoothing:antialiased;background-color:#f6f7f9;margin:0;font-family:Inter,sans-serif}button{font-family:inherit}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.section-menu-header{box-sizing:border-box;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000;border-bottom:1px solid #0000;width:100%;transition:background-color .3s,border-color .3s;position:fixed;top:0;left:0}.section-menu-header--scrolled{background-color:#0f1115f2;border-bottom-color:#23262e}@media (width>=750px){.section-menu-header__spacer{height:5vw}}@media (width<=750px){.section-menu-header__spacer{height:18.3206vw}}.section-menu-header__container{box-sizing:border-box;align-items:center;width:100%;margin:0 auto;display:flex}@media (width>=750px){.section-menu-header__container{gap:1.04167vw;max-width:83.3333vw;height:5vw;padding:0 2.08333vw}}@media (width<=750px){.section-menu-header__container{height:18.3206vw;padding:0 5.08906vw}}.section-menu-header__logo{align-items:center;display:flex}.section-menu-header__logo img{outline:none;display:block}@media (width>=750px){.section-menu-header__logo img{width:7.29167vw}}@media (width<=750px){.section-menu-header__logo img{width:25.4453vw}}.section-menu-header__toggle{box-sizing:border-box;cursor:pointer;z-index:101;appearance:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:0;display:flex}.section-menu-header__toggle:hover,.section-menu-header__toggle:focus,.section-menu-header__toggle:active{box-shadow:none;background:0 0;outline:none}@media (width>=750px){.section-menu-header__toggle{width:1.45833vw;height:1.45833vw}}@media (width<=750px){.section-menu-header__toggle{width:7.12468vw;height:7.12468vw;display:flex}}.section-menu-header__toggle-icon{object-fit:contain;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .2s;display:block}.section-menu-header__toggle--open .section-menu-header__toggle-icon{transform:rotate(90deg)}.user-menu{position:relative}.user-menu__trigger{cursor:pointer;color:#fafaf8;background:0 0;border:none;align-items:center;display:flex}.user-menu__trigger:hover{color:#777676;background-color:#0000;transition:all .3s}@media (width>=750px){.user-menu__trigger{gap:.416667vw}}@media (width<=750px){.user-menu__trigger{gap:1.52672vw}}.user-menu__trigger .user-menu__chevron{flex-shrink:0;width:20px;height:20px;transition:transform .3s}.user-menu__trigger .user-menu__chevron--open{transform:rotate(360deg)}.user-menu__trigger .user-menu__chevron:hover{color:#777676}.user-menu__avatar{color:#fff;background-color:#4c6fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:SFMono-Regular,Consolas,Menlo,monospace;font-weight:600;display:flex}@media (width>=750px){.user-menu__avatar{width:1.875vw;height:1.875vw;font-size:.677083vw}}@media (width<=750px){.user-menu__avatar{width:8.14249vw;height:8.14249vw;font-size:3.05344vw}}.user-menu__name{font-weight:500}@media (width>=750px){.user-menu__name{font-size:.729167vw}}@media (width<=750px){.user-menu__name{display:none}}.user-menu__dropdown{z-index:200;transform-origin:top;opacity:0;visibility:hidden;pointer-events:none;background-color:#0f1115;border:1px solid #23262e;border-radius:8px;flex-direction:column;transition:opacity .18s,transform .18s,visibility .18s;display:flex;position:absolute;left:50%;transform:translate(-50%,-8px)scale(.96)}@media (width>=750px){.user-menu__dropdown{min-width:9.375vw;padding:.416667vw;top:3.64583vw}}@media (width<=750px){.user-menu__dropdown{min-width:40.7125vw;padding:2.03562vw;top:14.7583vw}}.user-menu__dropdown>*{opacity:0}.user-menu__dropdown--open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),visibility .25s;transform:translate(-50%)scale(1)}.user-menu__dropdown--open>*{animation:.3s forwards dropdownItemIn}.user-menu__dropdown--open>:first-child{animation-delay:80ms}.user-menu__dropdown--open>:nth-child(2){animation-delay:.14s}.user-menu__info{border-bottom:1px solid #23262e;flex-direction:column;display:flex}@media (width>=750px){.user-menu__info{margin-bottom:.208333vw;padding:.416667vw .625vw .625vw}}@media (width<=750px){.user-menu__info{margin-bottom:1.01781vw;padding:2.03562vw 3.05344vw 3.05344vw}}.user-menu__info-name{color:#fafaf8;font-weight:600}@media (width>=750px){.user-menu__info-name{font-size:.729167vw}}@media (width<=750px){.user-menu__info-name{font-size:3.56234vw}}.user-menu__info-role{color:#8a8f98;text-transform:capitalize;padding-top:.260417vw}@media (width>=750px){.user-menu__info-role{font-size:.625vw}}@media (width<=750px){.user-menu__info-role{font-size:3.05344vw}}.user-menu__logout{text-align:left;color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;transition:background-color .2s}@media (width>=750px){.user-menu__logout{padding:.416667vw .625vw;font-size:.677083vw}}@media (width<=750px){.user-menu__logout{padding:2.03562vw 3.05344vw;font-size:3.30789vw}}.user-menu__logout:hover{color:#fff;background-color:red}.menu__logout-mobile{text-align:left;color:#ef4444;cursor:pointer;background:0 0;border:none;width:100%}@media (width<=750px){.menu__logout-mobile{margin-top:4.07125vw;padding:4.07125vw 1.01781vw;font-size:4.58015vw}}.menu-trigger{position:relative}.menu{opacity:0;visibility:hidden;transform-origin:0 0;z-index:200;background-color:#0f1115;border:1px solid #23262e;border-radius:8px;flex-direction:column;transition:opacity .25s,transform .25s cubic-bezier(.16,1,.3,1),visibility .25s;display:flex;position:absolute;left:0;transform:translateY(-12px)scale(.98)}@media (width>=750px){.menu{min-width:16.6667vw;padding:.833333vw;top:2.70833vw}}@media (width<=750px){.menu{border:none;border-top:1px solid #23262e;border-radius:0;padding:4.07125vw;position:fixed;top:18.3206vw;left:0;right:0;transform:translateY(-16px)}}.menu.menu--open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.menu.menu--open .menu__item{animation:.35s forwards menuItemIn}.menu.menu--open .menu__item:first-child{animation-delay:50ms}.menu.menu--open .menu__item:nth-child(2){animation-delay:.1s}.menu.menu--open .menu__item:nth-child(3){animation-delay:.15s}.menu.menu--open .menu__item:nth-child(4){animation-delay:.2s}.menu.menu--open .menu__item:nth-child(5){animation-delay:.25s}.menu.menu--open .menu__item:nth-child(6){animation-delay:.3s}.menu.menu--open .menu__item:nth-child(7){animation-delay:.35s}.menu.menu--open .menu__item:nth-child(8){animation-delay:.4s}.menu.menu--open .menu__item:nth-child(9){animation-delay:.45s}.menu.menu--open .menu__item:nth-child(10){animation-delay:.5s}.menu__list{flex-direction:column;width:100%;margin:0;padding:0;list-style:none;display:flex}@media (width>=750px){.menu__list{gap:.104167vw}}@media (width<=750px){.menu__list{gap:1.01781vw}}.menu__link{color:#fafaf8;border-radius:6px;width:100%;text-decoration:none;transition:background-color .2s,color .2s;display:block}@media (width>=750px){.menu__link{padding:.520833vw .729167vw;font-size:.729167vw}}@media (width<=750px){.menu__link{border-bottom:1px solid #23262e;padding:3.56234vw 2.03562vw;font-size:4.58015vw}}.menu__link:hover{color:#4c6fff;background-color:#4c6fff14}.menu__link--disabled{color:#8a8f98;cursor:not-allowed;pointer-events:none}.menu__link--disabled:hover{color:#8a8f98;background-color:#0000}.menu__item{opacity:0;transform:translateY(-6px)}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dropdownItemIn{to{opacity:1}}@keyframes menuItemIn{to{opacity:1;transform:translateY(0)}}.section-menu-header__logo{order:1}.menu-trigger{order:3;position:relative}@media (width>=750px){.menu-trigger{order:2}}.user-menu{order:2;margin-left:auto;position:relative}@media (width>=750px){.user-menu{order:3;margin-left:auto}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.login{color:#fff;background:#050505;place-items:center;min-height:100vh;padding:24px;display:grid}.login__card{background:#141416;border:1px solid #27272a;border-radius:16px;width:100%;max-width:400px;padding:40px}.login__header{text-align:center;margin-bottom:24px}.login__title{margin:0 0 8px;font-family:Helvetica Now Text;font-size:24px;font-weight:700}.login__description{color:#9ca3af;margin:0;font-family:Helvetica Now Text;font-size:14px;font-weight:400;line-height:1.5}.login__error{color:#f87171;background:#ef44441f;border:1px solid #ef4444;border-radius:6px;margin-bottom:16px;padding:12px;font-size:14px}.login__form{flex-direction:column;gap:18px;display:flex}.login__field{flex-direction:column;gap:6px;display:flex}.login__label{color:#d1d5db;font-size:13px}.login__input{color:#fff;background:#0b0b0c;border:1px solid #3f3f46;border-radius:6px;outline:none;width:100%;min-height:42px;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.login__input:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff1a}.login__input:disabled{cursor:not-allowed;opacity:.6}.login__input--password{padding-right:46px}.login__password-wrapper{position:relative}.login__password-button{color:#9ca3af;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:color .2s;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.login__password-button:hover,.login__password-button:focus-visible{color:#fff}.login__password-button:disabled{cursor:not-allowed;opacity:.5}.login__submit{color:#050505;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:6px;width:100%;min-height:44px;margin-top:6px;padding:12px;font-size:14px;font-weight:600;transition:background-color .2s,color .2s,opacity .2s}.login__submit:hover:not(:disabled){color:#fff;background:#050505}.login__submit:disabled{cursor:not-allowed;opacity:.65}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.component-card{--framework-color:#a1a1aa;--framework-background:#a1a1aa1f;cursor:pointer;background-color:#111;border:1px solid #fff;flex-direction:column;transition:transform .35s,box-shadow .35s,border-color .35s,background-color .35s;display:flex;overflow:hidden}@media (width>=750px){.component-card{border-radius:16px}}@media (width<=750px){.component-card{border-radius:3.56234vw}}.component-card--react{--framework-color:#61dafb;--framework-background:#61dafb1f}.component-card--vue{--framework-color:#4fc08d;--framework-background:#4fc08d1f}.component-card--html{--framework-color:#e34f26;--framework-background:#e34f261f}.component-card--javascript{--framework-color:#f7df1e;--framework-background:#f7df1e1f}.component-card--typescript{--framework-color:#3178c6;--framework-background:#3178c61f}.component-card--laravel{--framework-color:#ff2d20;--framework-background:#ff2d201f}.component-card--node-js{--framework-color:#393;--framework-background:#3399331f}.component-card--php{--framework-color:#777bb4;--framework-background:#777bb41f}.component-card--python{--framework-color:#3776ab;--framework-background:#3776ab1f}.component-card--next{--framework-color:#fff;--framework-background:#ffffff14}.component-card--other{--framework-color:#a1a1aa;--framework-background:#a1a1aa1f}.component-card__header{border-bottom:1px solid #fff;justify-content:space-between;align-items:flex-start;transition:border-color .35s;display:flex}@media (width>=750px){.component-card__header{padding:1.04167vw}}@media (width<=750px){.component-card__header{padding:3.56234vw}}.component-card__info{flex:1;min-width:0}.component-card__meta{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}@media (width>=750px){.component-card__meta{gap:.520833vw;margin-left:.833333vw}}@media (width<=750px){.component-card__meta{gap:2.03562vw;margin-left:3.05344vw}}.component-card__title{color:#fff;margin:0;font-family:Helvetica Now Text;font-weight:700}@media (width>=750px){.component-card__title{margin-bottom:.416667vw;font-size:1.04167vw}}@media (width<=750px){.component-card__title{margin-bottom:1.52672vw;font-size:4.58015vw}}.component-card__description{color:#b5b5b5;margin:0;font-family:Helvetica Now Text;font-weight:400;line-height:1.5}@media (width>=750px){.component-card__description{font-size:.729167vw}}@media (width<=750px){.component-card__description{font-size:3.30789vw}}.component-card__badge{color:#b5b5b5;text-transform:capitalize;border:1px solid #454545;flex-shrink:0;font-weight:500;transition:color .35s,border-color .35s,background-color .35s}@media (width>=750px){.component-card__badge{border-radius:.416667vw;padding:.260417vw .520833vw;font-size:.625vw}}@media (width<=750px){.component-card__badge{border-radius:2.03562vw;padding:1.01781vw 2.29008vw;font-size:2.79898vw}}.component-card__framework{flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (width>=750px){.component-card__framework{width:1.97917vw;height:1.97917vw}}@media (width<=750px){.component-card__framework{width:8.6514vw;height:8.6514vw}}.component-card__framework-icon{object-fit:contain;opacity:.45;filter:grayscale();width:100%;height:100%;transition:opacity .35s,filter .35s,transform .35s;display:block;transform:scale(.94)}.component-card__preview{background-color:#0a0a0a;justify-content:center;align-items:center;transition:background-color .35s;display:flex;overflow:hidden}@media (width>=750px){.component-card__preview{height:13.5417vw;padding:1.04167vw}}@media (width<=750px){.component-card__preview{min-height:45.8015vw;padding:3.56234vw}}.component-card__preview-img{object-fit:contain;border-radius:10px;width:100%;height:100%;transition:transform .35s}.component-card__preview--backend{isolation:isolate;background-color:#080808;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;position:relative}.component-card__backend-preview{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.component-card__backend-title{color:#fff;max-width:90%;margin:0;font-family:Helvetica Now Text;font-weight:700;line-height:1.2;transition:color .35s,text-shadow .35s}@media (width>=750px){.component-card__backend-title{font-size:1.45833vw}}@media (width<=750px){.component-card__backend-title{font-size:6.10687vw}}.component-card__code-lines{width:55%;display:grid}@media (width>=750px){.component-card__code-lines{gap:.364583vw;margin-top:1.25vw}}@media (width<=750px){.component-card__code-lines{gap:1.52672vw;margin-top:5.08906vw}}.component-card__code-lines span{background-color:#303030;border-radius:999px;width:100%;transition:background-color .35s;display:block}@media (width>=750px){.component-card__code-lines span{height:.208333vw}}@media (width<=750px){.component-card__code-lines span{height:1.01781vw}}.component-card__code-lines span:nth-child(2){width:76%}.component-card__code-lines span:nth-child(3){width:45%}@media (hover:hover) and (pointer:fine){.component-card:hover{border-color:var(--framework-color);box-shadow:0 0 .729167vw var(--framework-color), 0 1.04167vw 2.34375vw #00000073;background-color:#181818;transform:translateY(-4px)scale(1.01)}.component-card:hover .component-card__header{border-bottom-color:var(--framework-color)}.component-card:hover .component-card__badge{color:#fff;border-color:var(--framework-color);background-color:var(--framework-background)}.component-card:hover .component-card__framework-icon{opacity:1;filter:grayscale(0) drop-shadow(0 0 6px var(--framework-color));transform:scale(1.06)}.component-card:hover .component-card__preview-img{transform:scale(1.03)}.component-card:hover .component-card__backend-title{color:var(--framework-color);text-shadow:0 0 14px var(--framework-color)}.component-card:hover .component-card__code-lines span{background-color:var(--framework-color)}}.component-card:focus-visible{outline:2px solid var(--framework-color);outline-offset:4px;border-color:var(--framework-color);box-shadow:0 0 .729167vw var(--framework-color), 0 1.04167vw 2.34375vw #00000073;background-color:#181818;transform:translateY(-4px)scale(1.01)}.component-card:focus-visible .component-card__header{border-bottom-color:var(--framework-color)}.component-card:focus-visible .component-card__badge{color:#fff;border-color:var(--framework-color);background-color:var(--framework-background)}.component-card:focus-visible .component-card__framework-icon{opacity:1;filter:grayscale(0) drop-shadow(0 0 6px var(--framework-color));transform:scale(1.06)}.component-card:focus-visible .component-card__preview-img{transform:scale(1.03)}.component-card:focus-visible .component-card__backend-title{color:var(--framework-color);text-shadow:0 0 14px var(--framework-color)}.component-card:focus-visible .component-card__code-lines span{background-color:var(--framework-color)}@media (width<=750px){.component-card{border-color:var(--framework-color);box-shadow:0 0 2.54453vw var(--framework-color)}.component-card .component-card__header{border-bottom-color:var(--framework-color)}.component-card .component-card__framework-icon{opacity:1;filter:grayscale(0) drop-shadow(0 0 1.27226vw var(--framework-color));transform:scale(1)}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.loading-state{color:#fff;background:#050505;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;min-height:220px;padding:32px;display:flex}.loading-state--full-page{min-height:calc(100vh - 80px)}.loading-state__spinner{border:3px solid #2a2a2a;border-top-color:#fff;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite loading-state-spin}.loading-state__message{color:#b5b5b5;margin:0;font-family:Helvetica Now Text;font-size:15px;font-weight:400}@keyframes loading-state-spin{to{transform:rotate(360deg)}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.filter-select{width:100%;position:relative}.filter-select__trigger{color:#fff;cursor:pointer;background-color:#111;border:1px solid #2a2a2a;outline:none;justify-content:space-between;align-items:center;width:100%;min-width:0;font-family:Helvetica Now Text;font-weight:400;transition:border-color .2s,background-color .2s;display:flex}@media (width>=750px){.filter-select__trigger{border-radius:.520833vw;padding:.729167vw .833333vw;font-size:.78125vw}}@media (width<=750px){.filter-select__trigger{border-radius:2.54453vw;padding:3.56234vw 4.07125vw;font-size:3.81679vw}}.filter-select__trigger:hover,.filter-select__trigger:focus-visible{background-color:#181818;border-color:#fff}.filter-select__trigger:disabled{cursor:not-allowed;opacity:.5}.filter-select__value{text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.filter-select__icon{color:#b5b5b5;flex-shrink:0;transition:color .2s,transform .2s}@media (width>=750px){.filter-select__icon{margin-left:.625vw}}@media (width<=750px){.filter-select__icon{margin-left:3.05344vw}}.filter-select--open .filter-select__trigger{background-color:#181818;border-color:#fff}.filter-select--open .filter-select__icon{color:#fff;transform:rotate(180deg)}.filter-select__menu{z-index:200;scrollbar-color:#4a4a4a #111;scrollbar-width:thin;background-color:#111;border:1px solid #2a2a2a;max-height:min(320px,45vh);position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden auto;box-shadow:0 18px 40px #00000073}@media (width>=750px){.filter-select__menu{border-radius:.520833vw;padding:.3125vw}}@media (width<=750px){.filter-select__menu{border-radius:2.54453vw;padding:1.52672vw}}.filter-select__menu::-webkit-scrollbar{width:8px}.filter-select__menu::-webkit-scrollbar-track{background:#111;border-radius:999px}.filter-select__menu::-webkit-scrollbar-thumb{background:#4a4a4a;border:2px solid #111;border-radius:999px}.filter-select__menu::-webkit-scrollbar-thumb:hover{background:#686868}.filter-select__option{color:#b5b5b5;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;font-family:Helvetica Now Text;font-weight:400;transition:background-color .15s,color .15s;display:block}@media (width>=750px){.filter-select__option{border-radius:.364583vw;padding:.572917vw .625vw;font-size:.729167vw}}@media (width<=750px){.filter-select__option{border-radius:1.78117vw;padding:2.79898vw 3.05344vw;font-size:3.56234vw}}.filter-select__option:hover,.filter-select__option--highlighted{color:#fff;background-color:#181818}.filter-select__option--selected{color:#fff;background-color:#242424;font-family:Helvetica Now Text;font-weight:700}.filter-select__option:focus-visible{outline-offset:-2px;outline:1px solid #fff}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.index{box-sizing:border-box;color:#fff;background-color:#050505;min-height:100vh}@media (width>=750px){.index{padding:2.08333vw 4.16667vw 3.125vw}}@media (width<=750px){.index{padding:6.10687vw 5.08906vw 7.63359vw}}.index__hero{width:100%;margin:0 auto}@media (width>=750px){.index__hero{max-width:93.75vw;margin-bottom:2.60417vw}}@media (width<=750px){.index__hero{margin-bottom:7.63359vw}}.index__title{color:#fff;margin:0}@media (width>=750px){.index__title{margin-bottom:.833333vw;font-size:2.1875vw}}@media (width<=750px){.index__title{margin-bottom:3.05344vw;font-size:8.14249vw}}.index__area-filter{background-color:#111;border:1px solid #2a2a2a;padding:4px;display:inline-flex}@media (width>=750px){.index__area-filter{border-radius:.520833vw;margin-bottom:1.14583vw}}@media (width<=750px){.index__area-filter{border-radius:2.54453vw;width:100%;margin-bottom:4.58015vw}}.index__area-button{color:#b5b5b5;cursor:pointer;background:0 0;border:0;font-family:Helvetica Now Text;font-weight:400;transition:background-color .2s,color .2s}@media (width>=750px){.index__area-button{border-radius:.364583vw;min-width:6.77083vw;padding:.520833vw 1.04167vw;font-size:.729167vw}}@media (width<=750px){.index__area-button{border-radius:1.78117vw;flex:1;padding:2.79898vw;font-size:3.56234vw}}.index__area-button:hover:not(.is-active){color:#fff;background-color:#181818}.index__area-button.is-active{color:#050505;background-color:#fff}.index__controls{width:100%;display:grid}@media (width>=750px){.index__controls{grid-template-columns:minmax(0,1fr) repeat(2,13.5417vw);gap:1.04167vw}}@media (width<=750px){.index__controls{grid-template-columns:1fr;gap:4.07125vw}}.index__search,.index__select{box-sizing:border-box;color:#fff;background-color:#111;border:1px solid #2a2a2a;outline:none;width:100%;min-width:0;transition:border-color .2s,background-color .2s}@media (width>=750px){.index__search,.index__select{border-radius:.520833vw;padding:.729167vw .833333vw;font-size:.78125vw}}@media (width<=750px){.index__search,.index__select{border-radius:2.54453vw;padding:3.56234vw 4.07125vw;font-size:3.81679vw}}.index__search:focus,.index__select:focus{background-color:#181818;border-color:#fff}.index__search::placeholder{color:#b5b5b5}.index__select{cursor:pointer}.index__status{color:#b5b5b5;text-align:center;font-family:Helvetica Now Text;font-weight:400}@media (width>=750px){.index__status{margin:2.08333vw 0;font-size:.833333vw}}@media (width<=750px){.index__status{margin:7.63359vw 0;font-size:3.81679vw}}.index__status--error{color:#ef4444}.index__grid{width:100%;margin:0 auto;display:grid}@media (width>=750px){.index__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.45833vw;max-width:93.75vw}}@media (width>=768px) and (width<=1200px){.index__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (width<=750px){.index__grid{grid-template-columns:1fr;gap:5.08906vw}}.index__pagination{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.index__pagination-pages{align-items:center;gap:8px;display:flex}.index__pagination-arrow,.index__pagination-page{color:#b5b5b5;cursor:pointer;background:#111;border:1px solid #2a2a2a;border-radius:8px;place-items:center;width:42px;height:42px;padding:0;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:grid}.index__pagination-arrow:hover:not(:disabled),.index__pagination-page:hover{color:#fff;background:#181818;border-color:#fff;transform:translateY(-2px)}.index__pagination-page--active{color:#050505;background:#fff;border-color:#fff;font-weight:700}.index__pagination-arrow:disabled{opacity:.35;cursor:not-allowed;transform:none}.index__pagination-arrow:focus-visible,.index__pagination-page:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (width<=480px){.index__pagination{gap:8px}.index__pagination-pages{gap:6px}.index__pagination-arrow,.index__pagination-page{width:38px;height:38px}}.index__header-row{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width>=750px){.index__header-row{gap:1.25vw;margin-bottom:1.25vw}}@media (width<=750px){.index__header-row{flex-direction:column;align-items:stretch;gap:4.58015vw;margin-bottom:5.08906vw}}@media (width>=768px) and (width<=1100px){.index__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.index__search{grid-column:1/-1}}.creator-container{box-sizing:border-box;color:#fff;background:#09090b;width:100%;max-width:100%;min-height:100vh;padding:40px 24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.creator-title{color:#fff;margin:0 0 6px;font-size:26px;font-weight:700}.creator-desc{color:#a1a1aa;margin:0 0 32px;font-size:14px}.creator-form{align-items:flex-start;gap:24px;width:100%;display:flex}@media (width<=1024px){.creator-form{flex-direction:column}}.form-column{box-sizing:border-box;background-color:#141416;border:1px solid #27272a;border-radius:8px;flex-direction:column;flex:1;gap:16px;width:100%;padding:24px;display:flex;box-shadow:0 4px 20px #0006}.column-title{color:#fff;border-bottom:1px solid #27272a;margin:0;padding-bottom:10px;font-size:18px;font-weight:600}.column-desc{color:#71717a;margin:-8px 0 8px;font-size:13px}.form-group{flex-direction:column;gap:6px;width:100%;display:flex}.form-label{color:#e4e4e7;font-size:13px;font-weight:500}.form-input,.form-select,.form-textarea{color:#fff;box-sizing:border-box;background-color:#0b0b0c;border:1px solid #27272a;border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#db24fffe;outline:none}.code-type,.css-type,.terminal-type{font-family:monospace;font-size:13px}.terminal-type{color:#a7f3d0!important;background-color:#050506!important}.props-list-container{flex-direction:column;gap:12px;width:100%;display:flex}.prop-row-builder{box-sizing:border-box;background-color:#0b0b0c;border:1px solid #27272a;border-radius:6px;flex-direction:column;gap:8px;width:100%;padding:12px;display:flex}.prop-row-main{align-items:center;gap:10px;width:100%;display:flex}.prop-row-main .prop-input,.prop-row-main .prop-select{box-sizing:border-box;flex:2;min-width:120px;color:#fff!important;background-color:#141416!important;border:1px solid #3f3f46!important;border-radius:6px!important;padding:10px!important;font-size:14px!important}.prop-row-main .prop-input::placeholder,.prop-row-main .prop-select::placeholder{color:#71717a}.prop-row-main .prop-input:focus,.prop-row-main .prop-select:focus{border-color:#db24fffe;outline:none}.prop-row-main .prop-select{flex:1.5}.prop-row-main .checkbox-wrapper{color:#a1a1aa;white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:flex}.prop-row-main .checkbox-wrapper input{cursor:pointer;accent-color:#db24fffe;width:16px;height:16px}.prop-row-main .btn-delete-prop{color:#ef4444;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 8px;font-size:18px;display:flex}.prop-row-main .btn-delete-prop:hover{color:#f87171}.prop-row-options{width:100%;margin-top:4px}.prop-row-options .options-field{box-sizing:border-box;border-radius:4px;width:100%;color:#fff!important;background-color:#18181b!important;border:1px dashed #4b5563!important;padding:8px 10px!important;font-size:13px!important}.prop-row-options .options-field::placeholder{color:#a1a1aa}.btn-add-prop{color:#a1a1aa;cursor:pointer;background-color:#0000;border:1px dashed #3f3f46;border-radius:6px;width:100%;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.btn-add-prop:hover{color:#db24fffe;background-color:#ff7a000d;border-color:#db24fffe}.btn-submit-form{color:#fff;cursor:pointer;background-color:#db24fffe;border:none;border-radius:6px;width:100%;margin-top:12px;padding:14px;font-size:14px;font-weight:600;transition:background-color .2s}.btn-submit-form:hover{background-color:#db24fffe}.btn-view-component{color:#fff;cursor:pointer;background-color:#4c6fff;border:none;border-radius:6px;margin-top:12px;margin-bottom:24px;padding:10px 20px;font-weight:600;transition:background-color .2s;display:inline-block}.btn-view-component:hover{background-color:#3a5ae8}.props-header-wrapper{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.prop-mode-toggle{background:#18181b;border:1px solid #27272a;border-radius:8px;gap:2px;padding:3px;display:flex}.prop-mode-toggle .toggle-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.prop-mode-toggle .toggle-btn:hover{color:#fff}.prop-mode-toggle .toggle-btn.active{color:#fff;background:#3f3f46;box-shadow:0 1px 3px #0003}.json-raw-container{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.json-raw-container .json-textarea{color:#fff;background-color:#09090b;border:1px solid #27272a;font-family:Fira Code,Courier New,monospace;font-size:13px;line-height:1.5}.json-raw-container .json-textarea.json-has-error{background-color:#ef44440d;border-color:#ef4444}.json-raw-container .json-error-msg{color:#f87171;font-size:12px;font-weight:500}.json-raw-container .json-success-msg{color:#35b876fe;font-size:12px;font-weight:500}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.confirm-modal{color:#fafafa;background:#121214;border:1px solid #2a2a2e;border-radius:14px;width:min(460px,100vw - 2rem);font-family:Helvetica Now Text;font-weight:400;position:relative;overflow:hidden}.confirm-modal:before{content:"";background:#ef4444;height:3px;position:absolute;top:0;left:0;right:0}.confirm-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;place-items:center;padding:1rem;animation:.2s confirm-overlay-in;display:grid;position:fixed;inset:0}.confirm-modal__close{z-index:1;color:#71717a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:34px;height:34px;padding:0;transition:color .2s,border-color .2s,background-color .2s;display:grid;position:absolute;top:1rem;right:1rem}.confirm-modal__close:hover:not(:disabled){color:#fafafa;background:#18181b;border-color:#2a2a2e}.confirm-modal__close:disabled{cursor:not-allowed;opacity:.45}.confirm-modal__icon{color:#ef4444;background:#ef444414;border:1px solid #ef444459;border-radius:10px;place-items:center;width:46px;height:46px;margin:1.75rem 1.75rem 1rem;display:grid}.confirm-modal h2{margin:0;padding:0 4rem 0 1.75rem;font-family:Helvetica Now Text;font-size:1.35rem;font-weight:700;line-height:1.25}.confirm-modal>p{color:#a1a1aa;margin:0;padding:.75rem 1.75rem 1.75rem;font-size:.95rem;line-height:1.6}.confirm-modal__error{background:#ef444412;border:1px solid #ef44444d;border-radius:8px;color:#f87171!important;margin:0 1.75rem 1.25rem!important;padding:.75rem .9rem!important;font-size:.85rem!important}.confirm-modal__actions{background:#09090b;border-top:1px solid #2a2a2e;justify-content:flex-end;gap:.75rem;padding:1rem 1.75rem;display:flex}.confirm-modal__actions button{cursor:pointer;border-radius:8px;min-width:105px;min-height:40px;padding:.65rem 1rem;font-family:Helvetica Now Text;font-weight:700;transition:color .2s,border-color .2s,background-color .2s,transform .15s}.confirm-modal__actions button:hover:not(:disabled){transform:translateY(-1px)}.confirm-modal__actions button:active:not(:disabled){transform:translateY(0)}.confirm-modal__actions button:disabled{cursor:not-allowed;opacity:.5}.confirm-modal__cancel{color:#a1a1aa;background:#18181b;border:1px solid #2a2a2e}.confirm-modal__cancel:hover:not(:disabled){color:#fafafa;border-color:#52525b}.confirm-modal__confirm{color:#ef4444;background:0 0;border:1px solid #ef4444}.confirm-modal__confirm:hover:not(:disabled){color:#fff;background:#ef4444}.confirm-modal{animation:.2s confirm-modal-in}@keyframes confirm-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-modal-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.confirm-modal__icon{margin-left:1.25rem;margin-right:1.25rem}.confirm-modal h2{padding-left:1.25rem;padding-right:3.5rem}.confirm-modal>p{padding-left:1.25rem;padding-right:1.25rem}.confirm-modal__error{margin-left:1.25rem!important;margin-right:1.25rem!important}.confirm-modal__actions{flex-direction:column-reverse;padding-left:1.25rem;padding-right:1.25rem}.confirm-modal__actions button{width:100%}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.component-detail-header{color:#fafafa;border-bottom:1px solid #27272a;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;font-family:Helvetica Now Text;font-weight:400;display:grid}.component-detail-header__info{min-width:0}.component-detail-header__info h1{margin:0 0 .5rem;font-family:Helvetica Now Text;font-size:clamp(1.6rem,3vw,2rem);font-weight:700;line-height:1.15}.component-detail-header__info p{color:#a1a1aa;max-width:760px;margin:0;line-height:1.55}.component-detail-header__tools{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.9rem;display:flex}.component-detail-header__meta{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.component-detail-header__framework,.component-detail-header__category{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #27272a;border-radius:999px;align-items:center;min-height:30px;padding:.3rem .8rem;font-family:Helvetica Now Text;font-size:.75rem;font-weight:700;display:inline-flex}.component-detail-header__category{color:#a1a1aa;background:#18181b}.component-detail-header__framework--react{color:#61dafb;background:#61dafb1f;border-color:#61dafb66}.component-detail-header__framework--vue{color:#4fc08d;background:#4fc08d1f;border-color:#4fc08d66}.component-detail-header__framework--html{color:#f06529;background:#e34f261f;border-color:#e34f2666}.component-detail-header__framework--javascript{color:#f7df1e;background:#f7df1e1f;border-color:#f7df1e66}.component-detail-header__framework--typescript{color:#58a6e7;background:#3178c61f;border-color:#3178c666}.component-detail-header__framework--laravel{color:#ff5a50;background:#ff2d201f;border-color:#ff2d2066}.component-detail-header__framework--node-js{color:#5faf46;background:#3399331f;border-color:#3936}.component-detail-header__framework--php{color:#aeb2e1;background:#777bb41f;border-color:#777bb466}.component-detail-header__framework--python{color:#6fb1e3;background:#3776ab1f;border-color:#3776ab66}.component-detail-header__framework--next{color:#fff;background:#ffffff14;border-color:#fff6}.component-detail-header__framework--other{color:#d4d4d8;background:#a1a1aa1f;border-color:#a1a1aa66}.component-detail-header__actions{background:#121214;border:1px solid #27272a;border-radius:9px;align-items:center;min-height:42px;padding:.25rem;display:flex}.component-detail-header__divider{background:#27272a;width:1px;height:22px}.component-detail-header__action{color:#fafafa;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:40px;height:34px;padding:0;transition:color .2s,background-color .2s,transform .2s;display:grid}.component-detail-header__action:hover{transform:translateY(-1px)}.component-detail-header__action:active{transform:translateY(0)}.component-detail-header__action--edit:hover{color:#db24ff;background:#db24ff1a}.component-detail-header__action--delete:hover{color:#ef4444;background:#ef44441f}@media (width<=640px){.component-detail-header{grid-template-columns:1fr;gap:1.25rem}.component-detail-header__tools{align-items:stretch;width:100%}.component-detail-header__meta{flex-wrap:wrap;justify-content:flex-start}.component-detail-header__actions{width:fit-content}}.control-group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.control-group__label{color:#9ca3af;font-size:.85rem;font-weight:500}.control-group__input,.control-group__select{color:#fff;background-color:#080808;border:1px solid #374151;border-radius:.25rem;outline:none;width:100%;padding:.4rem .6rem;font-size:.9rem;transition:border-color .2s}.control-group__input:focus,.control-group__select:focus{border-color:#2563eb}.control-group--checkbox .control-group__checkbox-label{cursor:pointer;color:#f3f4f6;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.control-group--checkbox .control-group__checkbox-label .control-group__checkbox-input{cursor:pointer;width:1rem;height:1rem}.control-group--array{background-color:#080808;border:1px solid #374151;border-radius:.5rem;padding:1rem}.control-group--array .array-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.control-group--array .array-header__title{color:#f3f4f6}.control-group--array .array-item{background-color:#67666b2a;border:1px solid #374151;border-radius:.375rem;margin-bottom:.75rem;padding:.75rem}.control-group--array .array-item__header{justify-content:space-between;margin-bottom:.5rem;display:flex}.control-group--array .array-item__index{color:#9ca3af;font-size:.75rem;font-weight:600}.control-group--array .array-item__fields{flex-direction:column;gap:.5rem;display:flex}.control-group--array .array-item__field{flex-direction:column;gap:.2rem;display:flex}.control-group--array .array-item__label{color:#9ca3af;font-size:.75rem}.control-group--object{border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem}.control-group--object .control-group__object-title{color:#f3f4f6;display:block}.control-group--object .control-group__object-body{margin-top:.5rem;padding-left:.5rem}.btn{cursor:pointer;border:none;font-weight:600;transition:opacity .2s}.btn:hover{opacity:.9}.btn--add{color:#fff;background-color:#080808;border:1px solid #374151;border-radius:.25rem;padding:.4rem .8rem;font-size:.8rem}.btn--delete{color:#ef4444;background:0 0;padding:0;font-size:.8rem}.copy-btn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.copy-btn:hover{color:#db24fffe;background:0 0}.copy-btn--copied{color:#24f571;animation:.15s copy-button-pulse}.copy-btn--copied:hover{color:#24f571;background:0 0}.copy-btn .copy-icon{background-color:currentColor;flex-shrink:0;width:18px;height:18px;animation:.35s cubic-bezier(.34,.56,.64,1) copy-icon-pop;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@keyframes copy-icon-pop{0%{opacity:0;transform:scale(.3)rotate(-15deg)}60%{opacity:1;transform:scale(1.2)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes copy-button-pulse{0%{transform:scale(.85)}to{transform:scale(1)}}.device-selectors{gap:.5rem;display:flex}.device-selectors button{color:#a1a1aa;cursor:pointer;background:#09090b;border:1px solid #27272a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.device-selectors button:hover{color:#fafafa;border-color:#3f3f46}.device-selectors button.active{color:#000;background:#db24fffe;border-color:#db24fffe}.device-selectors button .device-icon{background-color:currentColor;flex-shrink:0;width:18px;height:18px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}code[class*=language-],pre[class*=language-]{color:#ccc;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;tab-size:4;-webkit-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.btn-secondary{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;padding:0;transition:all .2s;display:flex}.btn-secondary:hover{color:#db24fffe;background:0 0;border-color:#db24fffe}.btn-secondary--resetting{color:#db24fffe}.btn-secondary--resetting .restart-icon{animation:.5s restart-spin}.btn-secondary .restart-icon{background-color:currentColor;flex-shrink:0;width:16px;height:16px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@keyframes restart-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.react-lab-container{color:#fafafa;background:#09090b;min-height:100vh;padding:2rem;font-family:system-ui,-apple-system,sans-serif}.react-lab-container .react-lab-layout{grid-template-columns:40% 60%;align-items:start;gap:2rem;display:grid}.react-lab-container .left-column{box-sizing:border-box;background:#18181b;border:1px solid #27272a;border-radius:12px;flex-direction:column;min-height:600px;display:flex;overflow:hidden}.react-lab-container .left-column .tab-navigation{background:#121214;border-bottom:1px solid #27272a;display:flex}.react-lab-container .left-column .tab-navigation button{color:#71717a;cursor:pointer;background:0 0;border:none;flex:1;padding:1rem;font-size:.85rem;font-weight:500;transition:all .2s}.react-lab-container .left-column .tab-navigation button:hover{color:#e4e4e7;background:#ffffff05}.react-lab-container .left-column .tab-navigation button.active{color:#db24fffe;background:#18181b;border-bottom:2px solid #db24fffe}.react-lab-container .left-column .tab-content{flex:1;padding:1.5rem}.react-lab-container .left-column .tab-content h3{color:#f4f4f5;margin:0 0 1.25rem;font-size:1.1rem}.react-lab-container .left-column .properties-grid{flex-direction:column;gap:1rem;display:flex}.react-lab-container .left-column .properties-grid .control-group{flex-direction:column;gap:.5rem;display:flex}.react-lab-container .left-column .properties-grid .control-group label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.react-lab-container .left-column .properties-grid .control-group input[type=text]{color:#fafafa;background:#09090b;border:1px solid #27272a;border-radius:6px;outline:none;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s}.react-lab-container .left-column .properties-grid .control-group input[type=text]:focus{border-color:#db24fffe}.react-lab-container .left-column .properties-grid .control-group input[type=checkbox]{accent-color:#db24fffe;cursor:pointer;align-self:flex-start;width:1.2rem;height:1.2rem}.react-lab-container .left-column .no-data{color:#71717a;text-align:center;margin-top:3rem;font-size:.9rem}.react-lab-container .left-column .panel-code-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.react-lab-container .left-column .panel-code-header h3{margin:0}.react-lab-container .left-column .live-editor-readonly{border:1px solid #27272a;border-radius:8px;max-height:450px;font-family:Fira Code,monospace;font-size:.85rem;background:#09090b!important;overflow:auto!important}.react-lab-container .left-column .live-editor-readonly pre,.react-lab-container .left-column .live-editor-readonly textarea{box-sizing:border-box;min-width:100%;min-height:100%;background:#09090b!important}.react-lab-container .left-column .live-editor-readonly textarea{pointer-events:none!important}.react-lab-container .right-column{box-sizing:border-box;flex-direction:column;gap:1rem;display:flex}.react-lab-container .right-column .preview-toolbar{background:#18181b;border:1px solid #27272a;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.react-lab-container .right-column .preview-toolbar h3{margin:0;font-size:1rem}.react-lab-container .right-column .preview-viewport-wrapper{background:#121214;border:1px solid #27272a;border-radius:12px;justify-content:center;align-items:center;min-height:500px;padding:2rem;display:flex;overflow-x:auto}.react-lab-container .right-column .preview-viewport{background:#18181b;border:1px solid #27272a;border-radius:8px;max-width:100%;padding:2rem;transition:width .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 15px -3px #0000004d}.react-lab-container .right-column .live-error-console{color:#fca5a5;background:#7f1d1d66;border:1px solid #ef4444;border-radius:8px;padding:1rem;font-family:monospace;font-size:.85rem}.select-control{color:#fafafa;cursor:pointer;background:#09090b;border:1px solid #27272a;border-radius:6px;outline:none;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s}.select-control:focus{border-color:#db24fffe}.select-control option{color:#fafafa;background:#18181b}.code-selector-wrapper .code-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.no-css-wrapper{background:#09090b;border:1px solid #27272a;border-radius:8px;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.no-css-wrapper .no-css-msg{color:#71717a;text-align:center;margin:0;font-size:.9rem}.panel-code{flex-direction:column;flex:1;min-height:400px;display:flex}.code-selector-wrapper{background:#09090b;border:1px solid #27272a;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.4rem;display:flex}.code-selector-wrapper .code-toggle-buttons{gap:.2rem;display:flex}.code-selector-wrapper .code-toggle-buttons .toggle-btn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.code-selector-wrapper .code-toggle-buttons .toggle-btn:hover{color:#fafafa;background:#18181b}.code-selector-wrapper .code-toggle-buttons .toggle-btn.active{color:#db24fffe;background:#27272a;font-weight:500}.code-editor-wrapper{background:#09090b;border:1px solid #27272a;border-radius:8px;min-height:350px;max-height:450px;position:relative;overflow:hidden}.code-editor-wrapper .code-editor-highlight,.code-editor-wrapper .code-editor-input{white-space:pre-wrap;word-break:break-word;box-sizing:border-box;margin:0;padding:1rem;font-family:Fira Code,monospace;font-size:.85rem;line-height:1.5}.code-editor-wrapper .code-editor-highlight{pointer-events:none;background:#09090b;position:absolute;inset:0;overflow:hidden}.code-editor-wrapper .code-editor-highlight code[class*=language-]{text-shadow:none;background:0 0;white-space:pre-wrap!important;word-break:break-word!important;tab-size:2!important;font-family:Fira Code,monospace!important;font-size:.85rem!important;line-height:1.5!important}.code-editor-wrapper .code-editor-input{color:#0000;caret-color:#fafafa;resize:none;z-index:1;background:0 0;border:none;width:100%;height:100%;position:absolute;inset:0;overflow:auto}.code-editor-wrapper .code-editor-input::placeholder{color:#71717a}.code-editor-wrapper .code-editor-input::selection{background:#ff7a0059}.code-editor-wrapper .code-editor-input:focus{outline:none}.code-editor-wrapper .code-editor-input{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.code-editor-wrapper .code-editor-input::-webkit-scrollbar{background:0 0;width:10px;height:10px}.code-editor-wrapper .code-editor-input::-webkit-scrollbar-track{background:#09090b}.code-editor-wrapper .code-editor-input::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.code-editor-wrapper .code-editor-input::-webkit-scrollbar-thumb:hover{background-color:#52525b}.code-editor-wrapper .code-editor-input::-webkit-scrollbar-corner{background:#09090b}.css-colored-container{background:#09090b;border:1px solid #27272a;border-radius:8px;overflow:hidden}.css-colored-container .css-theme-override{max-height:450px;border:none!important;overflow:auto!important}.react-lab-container.html-lab{color:#fafafa;background:#09090b;min-height:100vh;padding:2rem;font-family:system-ui,-apple-system,sans-serif}.react-lab-container.html-lab .react-lab-layout{grid-template-columns:40% 60%;align-items:start;gap:2rem;display:grid}.react-lab-container.html-lab .left-column{box-sizing:border-box;background:#18181b;border:1px solid #27272a;border-radius:12px;flex-direction:column;min-height:600px;display:flex;overflow:hidden}.react-lab-container.html-lab .left-column .tab-navigation{background:#121214;border-bottom:1px solid #27272a;display:flex}.react-lab-container.html-lab .left-column .tab-navigation button{color:#71717a;cursor:pointer;background:0 0;border:none;flex:1;padding:1rem;font-size:.85rem;font-weight:500;transition:all .2s}.react-lab-container.html-lab .left-column .tab-navigation button:hover{color:#e4e4e7;background:#ffffff05}.react-lab-container.html-lab .left-column .tab-navigation button.active{color:#db24fffe;background:#18181b;border-bottom:2px solid #db24fffe}.react-lab-container.html-lab .left-column .tab-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.react-lab-container.html-lab .left-column .tab-content h3{color:#f4f4f5;margin:0 0 1.25rem;font-size:1.1rem}.react-lab-container.html-lab .left-column .no-data{color:#71717a;text-align:center;margin-top:3rem;font-size:.9rem}.react-lab-container.html-lab .left-column .properties-grid{flex-direction:column;gap:1rem;display:flex}.react-lab-container.html-lab .left-column .properties-grid .control-group{flex-direction:column;gap:.5rem;display:flex}.react-lab-container.html-lab .left-column .properties-grid .control-group label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.react-lab-container.html-lab .left-column .properties-grid .control-group input[type=text]{color:#fafafa;background:#09090b;border:1px solid #27272a;border-radius:6px;outline:none;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s}.react-lab-container.html-lab .left-column .properties-grid .control-group input[type=text]:focus{border-color:#db24fffe}.react-lab-container.html-lab .left-column .properties-grid .control-group input[type=checkbox]{accent-color:#db24fffe;cursor:pointer;align-self:flex-start;width:1.2rem;height:1.2rem}.react-lab-container.html-lab .left-column .select-control{color:#fafafa;cursor:pointer;background:#09090b;border:1px solid #27272a;border-radius:6px;outline:none;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s}.react-lab-container.html-lab .left-column .select-control:focus{border-color:#db24fffe}.react-lab-container.html-lab .left-column .select-control option{color:#fafafa;background:#18181b}.react-lab-container.html-lab .left-column .library-list{color:#71717a;margin:0;padding:0;font-size:.9rem;list-style:none}.react-lab-container.html-lab .left-column .library-list .notes-box{background:#09090b;border:1px solid #27272a;border-radius:6px;padding:1rem}.react-lab-container.html-lab .left-column .library-list .notes-box p{color:#e4e4e7;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.6}.react-lab-container.html-lab .right-column{box-sizing:border-box;flex-direction:column;gap:1rem;display:flex}.react-lab-container.html-lab .right-column .preview-toolbar{background:#18181b;border:1px solid #27272a;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.react-lab-container.html-lab .right-column .preview-toolbar h3{margin:0;font-size:1rem}.react-lab-container.html-lab .right-column .preview-viewport-wrapper{background:#121214;border:1px solid #27272a;border-radius:12px;justify-content:center;align-items:stretch;min-height:500px;padding:2rem;display:flex;overflow-x:auto}.react-lab-container.html-lab .right-column .preview-viewport{background:#18181b;border:1px solid #27272a;border-radius:8px;max-width:100%;padding:.5rem;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 15px -3px #0000004d}.react-lab-container.html-lab .right-column .preview-viewport .html-iframe{background:#09090b;border:none;border-radius:6px;width:100%;min-height:460px}.code-editor-wrapper .code-editor-highlight code[class*=language-]{white-space:pre-wrap;word-break:break-word;word-spacing:normal;word-wrap:break-word;tab-size:2;font-family:Fira Code,monospace;font-size:.85rem;line-height:1.5}.code-editor-wrapper .code-editor-input{tab-size:2}.code-editor{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400}.code-editor__tabs{background:#09090b;border:1px solid #27272a;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.4rem;display:flex}.code-editor__tab-list{flex-wrap:wrap;gap:.25rem;display:flex}.code-editor__tab-list button{color:#71717a;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.45rem .8rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;transition:color .2s,background-color .2s}.code-editor__tab-list button:hover{color:#fafafa;background:#18181b}.code-editor__tab-list button.active{color:#db24ff;background:#27272a}.code-editor__actions{align-items:center;gap:.5rem;display:flex}.code-editor__view{background:#09090b;border:1px solid #27272a;border-radius:8px;min-height:420px;max-height:520px;margin:0;padding:1rem;overflow:auto}.code-editor__view code{white-space:pre-wrap;overflow-wrap:anywhere;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:400;line-height:1.55}.code-editor__view{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.code-editor__view::-webkit-scrollbar{width:9px;height:9px}.code-editor__view::-webkit-scrollbar-track{background:#09090b}.code-editor__view::-webkit-scrollbar-thumb{background:#3f3f46;border:2px solid #09090b;border-radius:999px}.code-editor__edit-wrap{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b;background:#09090b;border:1px solid #27272a;border-radius:8px;min-height:420px;max-height:520px;display:grid;position:relative;overflow:auto}.code-editor__edit-wrap::-webkit-scrollbar{width:9px;height:9px}.code-editor__edit-wrap::-webkit-scrollbar-track{background:#09090b}.code-editor__edit-wrap::-webkit-scrollbar-thumb{background:#3f3f46;border:2px solid #09090b;border-radius:999px}.code-editor__highlight,.code-editor__textarea{box-sizing:border-box;white-space:pre-wrap;overflow-wrap:anywhere;border:0;grid-area:1/1;width:100%;min-height:100%;margin:0;padding:1rem;font-family:Fira Code,Consolas,monospace;font-size:.85rem;line-height:1.55}.code-editor__highlight{pointer-events:none;background:0 0}.code-editor__highlight code{font:inherit;white-space:inherit;overflow-wrap:inherit}.code-editor__textarea{resize:none;color:#0000;caret-color:#fafafa;background:0 0;outline:none;overflow:hidden}.code-editor__textarea:focus{box-shadow:inset 0 0 0 1px #db24ff}.code-editor__empty{color:#71717a;text-align:center;margin:3rem 0}@media (width<=640px){.code-editor__tabs{flex-direction:column;align-items:stretch}.code-editor__view,.code-editor__edit-wrap{min-height:360px}}.playground-static{color:#fafafa;background:#09090b;min-height:100vh;padding:2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400}.playground-static__layout{grid-template-columns:minmax(320px,40%) minmax(0,60%);align-items:start;gap:2rem;display:grid}.playground-static__layout--backend{grid-template-columns:minmax(0,1100px);justify-content:center}.playground-static__layout--backend .playground-static__panel{width:100%;min-height:650px}.playground-static__layout--backend .playground-static__panel-content{padding:1.75rem}.playground-static__panel{background:#18181b;border:1px solid #27272a;border-radius:12px;min-height:600px;overflow:hidden}.playground-static__tabs{background:#121214;border-bottom:1px solid #27272a;display:flex}.playground-static__tabs button{color:#71717a;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;padding:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;transition:color .2s,border-color .2s,background-color .2s}.playground-static__tabs button:hover{color:#fafafa;background:#ffffff06}.playground-static__tabs button.active{color:#db24ff;background:#18181b;border-bottom-color:#db24ff;font-weight:700}.playground-static__panel-content{padding:1.5rem}.playground-static__libraries h2{margin:0 0 1.25rem;font-size:1.15rem}.playground-static__library-list{gap:1rem;display:grid}.playground-static__library-card,.playground-static__installation-notes{background:#09090b;border:1px solid #27272a;border-radius:8px;padding:1rem}.playground-static__library-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.playground-static__library-header h3{margin:0;font-size:1rem}.playground-static__library-header span{color:#71717a;font-size:.8rem}.playground-static__library-card p,.playground-static__installation-notes p{color:#a1a1aa;white-space:pre-wrap;margin:.8rem 0 0;line-height:1.5}.playground-static__installation-notes{margin-top:1rem}.playground-static__installation-notes h3{margin:0;font-size:1rem}.playground-static__command{background:#18181b;border:1px solid #27272a;border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;margin-top:.8rem;padding:.75rem 1rem;display:flex}.playground-static__command code{overflow-wrap:anywhere;color:#fafafa;min-width:0;font-size:.85rem}.playground-static__empty{color:#71717a;text-align:center;margin:3rem 0}.playground-static__preview-column{flex-direction:column;gap:1rem;min-width:0;display:flex}.playground-static__preview-toolbar{background:#18181b;border:1px solid #27272a;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.playground-static__preview-toolbar h2{margin:0;font-size:1rem}.playground-static__preview-wrapper{background:#121214;border:1px solid #27272a;border-radius:12px;justify-content:center;align-items:stretch;min-height:500px;padding:2rem;display:flex;overflow-x:auto}.playground-static__preview-image{width:100%;height:100%}.playground-static__preview{box-sizing:border-box;background:#18181b;border:1px solid #27272a;border-radius:8px;justify-content:center;align-items:center;max-width:100%;min-height:460px;padding:1.5rem;transition:width .3s;display:flex;overflow:hidden}.playground-static__preview img{object-fit:contain;max-width:100%;max-height:460px;display:block}.playground-static__preview__preview-image--fallback{opacity:.55;width:clamp(130px,35%,220px);height:auto;max-height:220px}@media (width<=980px){.playground-static{padding:1.25rem}.playground-static__layout{grid-template-columns:1fr}.playground-static__panel{min-height:auto}}@media (width<=640px){.playground-static{padding:1rem}.playground-static__header{grid-template-columns:1fr;gap:1.25rem}.playground-static__header-tools{align-items:stretch;width:100%}.playground-static__header-meta{flex-wrap:wrap;justify-content:flex-start}.playground-static__preview-wrapper{min-height:420px;padding:1rem}.playground-static__preview{min-height:390px}.playground-static__preview-toolbar{flex-direction:column;align-items:stretch}}.playground-error{color:#ef4444;text-align:center;padding:2rem;font-weight:700}.playground-loading{color:#a1a1aa;text-align:center;padding:2rem}.wizard-stepper{background-color:#18181b;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px;display:flex}.wizard-stepper .stepper-item{cursor:pointer;flex:1;align-items:center;gap:12px;display:flex;position:relative}.wizard-stepper .stepper-item.completed{cursor:pointer}.wizard-stepper .stepper-item.completed .step-badge{color:#fff;background-color:#22c55e}.wizard-stepper .stepper-item.completed .step-title{color:#e4e4e7}.wizard-stepper .stepper-item.completed .step-line{background-color:#22c55e}.wizard-stepper .stepper-item.active .step-badge{color:#fff;background-color:#a855f7;box-shadow:0 0 10px #a855f780}.wizard-stepper .stepper-item.active .step-title{color:#fff;font-weight:600}.wizard-stepper .stepper-item .step-badge{color:#a1a1aa;background-color:#27272a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;transition:all .3s;display:flex}.wizard-stepper .stepper-item .step-title{color:#71717a;font-size:14px}.wizard-stepper .stepper-item .step-line{background-color:#27272a;flex:1;height:2px;margin:0 12px;transition:background-color .3s}.wizard-footer{z-index:100;background-color:#18181b;border-top:1px solid #27272a;border-radius:0;justify-content:space-between;align-items:center;width:100%;padding:16px 24px;display:flex;position:fixed;bottom:0;left:0}.wizard-footer .right-actions{gap:12px;display:flex}.wizard-footer .btn-draft{cursor:pointer;color:#a1a1aa;background-color:#0000;border:1px solid #3f3f46;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.wizard-footer .btn-draft:hover{color:#e4e4e7;background-color:#27272a}.wizard-footer .btn-draft:disabled{opacity:.5;cursor:not-allowed}.wizard-footer button{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .3s}.wizard-footer button.btn-secondary{color:#e4e4e7;background-color:#acacae;width:auto;height:auto}.wizard-footer button.btn-secondary:hover{color:#000;background-color:#fff}.wizard-footer button.btn-outline{color:#e4e4e7;background-color:#0000;border:1px solid #3f3f46}.wizard-footer button.btn-outline:hover{background-color:#27272a}.wizard-footer button.btn-primary{color:#fff;background-color:#a855f7}.wizard-footer button.btn-primary:hover{background-color:#9333ea}.wizard-footer button.btn-success{color:#fff;background-color:#a855f7}.wizard-footer button.btn-success:hover{background-color:#16a34a}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.catalog-create-modal{color:#fafafa;background:#121214;border:1px solid #2a2a2e;border-radius:14px;width:min(460px,100vw - 2rem);font-family:Helvetica Now Text;font-weight:400;animation:.2s catalog-modal-in;position:relative;overflow:hidden}.catalog-create-modal:before{content:"";background:#a855f7;height:3px;position:absolute;top:0;left:0;right:0}.catalog-create-modal__overlay{z-index:1100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;place-items:center;padding:1rem;animation:.2s catalog-overlay-in;display:grid;position:fixed;inset:0}.catalog-create-modal__close{z-index:1;color:#71717a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:34px;height:34px;padding:0;transition:color .2s,border-color .2s,background-color .2s;display:grid;position:absolute;top:1rem;right:1rem}.catalog-create-modal__close:hover:not(:disabled){color:#fafafa;background:#18181b;border-color:#2a2a2e}.catalog-create-modal__close:disabled{cursor:not-allowed;opacity:.45}.catalog-create-modal__header{border-bottom:1px solid #2a2a2e;padding:1.75rem 4rem 1.25rem 1.75rem}.catalog-create-modal__header>span{color:#a855f7;letter-spacing:.07em;text-transform:uppercase;font-family:Helvetica Now Text;font-size:.75rem;font-weight:700}.catalog-create-modal__header h2{margin:.45rem 0 0;font-family:Helvetica Now Text;font-size:1.4rem;font-weight:700}.catalog-create-modal__form{flex-direction:column;gap:1rem;padding:1.5rem 1.75rem 0;display:flex}.catalog-create-modal__field{flex-direction:column;gap:.5rem;display:flex}.catalog-create-modal__field label{color:#e4e4e7;font-family:Helvetica Now Text;font-size:.82rem;font-weight:700}.catalog-create-modal__field input{color:#fafafa;box-sizing:border-box;background:#09090b;border:1px solid #2a2a2e;border-radius:8px;outline:none;width:100%;min-height:44px;padding:.7rem .85rem;font-size:.9rem;transition:border-color .2s}.catalog-create-modal__field input:focus{border-color:#a855f7}.catalog-create-modal__field input:disabled{cursor:not-allowed;opacity:.6}.catalog-create-modal__required{color:#ef4444;margin-left:3px}.catalog-create-modal__error{color:#ef4444;background:#ef444414;border:1px solid #ef44444d;border-radius:8px;margin:0;padding:.75rem .9rem;font-size:.85rem}.catalog-create-modal__actions{background:#09090b;border-top:1px solid #2a2a2e;justify-content:flex-end;gap:.75rem;margin:.5rem -1.75rem 0;padding:1rem 1.75rem;display:flex}.catalog-create-modal__actions button{cursor:pointer;border-radius:8px;min-width:105px;min-height:40px;padding:.65rem 1rem;font-family:Helvetica Now Text;font-weight:700;transition:color .2s,border-color .2s,background-color .2s,transform .15s}.catalog-create-modal__actions button:hover:not(:disabled){transform:translateY(-1px)}.catalog-create-modal__actions button:active:not(:disabled){transform:translateY(0)}.catalog-create-modal__actions button:disabled{cursor:not-allowed;opacity:.5}.catalog-create-modal__cancel{color:#a1a1aa;background:#18181b;border:1px solid #2a2a2e}.catalog-create-modal__cancel:hover:not(:disabled){color:#fafafa;border-color:#52525b}.catalog-create-modal__save{color:#c084fc;background:0 0;border:1px solid #a855f7}.catalog-create-modal__save:hover:not(:disabled){color:#fff;background:#9333ea}@keyframes catalog-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes catalog-modal-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.catalog-create-modal__header{padding-left:1.25rem;padding-right:3.5rem}.catalog-create-modal__form{padding-left:1.25rem;padding-right:1.25rem}.catalog-create-modal__actions{flex-direction:column-reverse;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}.catalog-create-modal__actions button{width:100%}}.step1-general-data{box-sizing:border-box;background-color:#2b2a2a;border:1px solid #414040;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:800px;margin:0 auto;padding:1.5rem;display:flex}.step1-general-data .step-header{margin-bottom:24px}.step1-general-data .step-header h2{color:#fff;margin:0 0 4px;font-size:20px}.step1-general-data .step-header p{color:#a1a1aa;margin:0;font-size:14px}.step1-general-data .api-error-banner{background:#ef444414;border:1px solid #ef44444d;border-radius:8px;padding:.75rem 1rem}.step1-general-data .form-column{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:1.25rem;display:flex}.step1-general-data .form-group{flex-direction:column;gap:8px;min-width:0;display:flex}.step1-general-data .form-label{color:#e4e4e7;margin:0;font-size:13px;font-weight:500}.step1-general-data .required-mark{color:#ef4444;margin-left:3px;font-weight:700}.step1-general-data .label-with-action{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.step1-general-data .btn-quick-add{color:#c084fc;white-space:nowrap;cursor:pointer;background:#a855f71a;border:0;border-radius:6px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:600;transition:color .2s,background-color .2s;display:inline-flex}.step1-general-data .btn-quick-add:hover{color:#e9d5ff;background:#a855f733}.step1-general-data .btn-quick-add:focus-visible{outline-offset:2px;outline:2px solid #a855f7a6}.step1-general-data .form-input,.step1-general-data .form-select,.step1-general-data .form-textarea{color:#fff;box-sizing:border-box;resize:none;background:#09090b;border:1px solid #27272a;border-radius:8px;outline:none;width:100%;padding:12px;font-size:14px;transition:border-color .2s}.step1-general-data .form-input:focus,.step1-general-data .form-select:focus,.step1-general-data .form-textarea:focus{border-color:#a855f7}.step1-general-data .form-input:disabled,.step1-general-data .form-select:disabled,.step1-general-data .form-textarea:disabled{cursor:not-allowed;opacity:.6}.step1-general-data .form-input,.step1-general-data .form-select,.step1-general-data .form-textarea{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.step1-general-data .form-input::-webkit-scrollbar{background:0 0;width:10px;height:10px}.step1-general-data .form-select::-webkit-scrollbar{background:0 0;width:10px;height:10px}.step1-general-data .form-textarea::-webkit-scrollbar{background:0 0;width:10px;height:10px}.step1-general-data .form-input::-webkit-scrollbar-track{background:#09090b}.step1-general-data .form-select::-webkit-scrollbar-track{background:#09090b}.step1-general-data .form-textarea::-webkit-scrollbar-track{background:#09090b}.step1-general-data .form-input::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.step1-general-data .form-select::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.step1-general-data .form-textarea::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.step1-general-data .form-input::-webkit-scrollbar-thumb:hover{background-color:#52525b}.step1-general-data .form-select::-webkit-scrollbar-thumb:hover{background-color:#52525b}.step1-general-data .form-textarea::-webkit-scrollbar-thumb:hover{background-color:#52525b}.step1-general-data .form-input::-webkit-scrollbar-corner{background:#09090b}.step1-general-data .form-select::-webkit-scrollbar-corner{background:#09090b}.step1-general-data .form-textarea::-webkit-scrollbar-corner{background:#09090b}@media (width<=680px){.step1-general-data{padding:1rem}.step1-general-data .form-row{flex-direction:column}.step1-general-data .label-with-action{flex-direction:column;align-items:flex-start;gap:6px}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.wizard-modal{color:#fafafa;background:#121214;border:1px solid #2a2a2e;border-radius:14px;flex-direction:column;width:min(600px,100vw - 2rem);max-height:85vh;font-family:Helvetica Now Text;font-weight:400;animation:.2s wizard-modal-in;display:flex;position:relative;overflow:hidden}.wizard-modal--warning:before{content:"";background:#f59e0b;height:3px;position:absolute;top:0;left:0;right:0}.wizard-modal--warning .wizard-modal__icon{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b59}.wizard-modal--info:before{content:"";background:#3b82f6;height:3px;position:absolute;top:0;left:0;right:0}.wizard-modal--info .wizard-modal__icon{color:#3b82f6;background:#3b82f614;border-top:1px solid #3b82f6}.wizard-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;place-items:center;padding:1rem;animation:.2s wizard-overlay-in;display:grid;position:fixed;inset:0}.wizard-modal__close{z-index:1;color:#71717a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:34px;height:34px;padding:0;transition:color .2s,border-color .2s,background-color .2s;display:grid;position:absolute;top:1rem;right:1rem}.wizard-modal__close:hover{color:#fafafa;background:#18181b;border-color:#2a2a2e}.wizard-modal__heading{align-items:center;gap:.85rem;padding:1.75rem 4rem .75rem 1.75rem;display:flex}.wizard-modal__heading h2{margin:0;padding:0;font-family:Helvetica Now Text;font-size:1.35rem;font-weight:700;line-height:1.25}.wizard-modal__icon{border-radius:9px;flex-shrink:0;place-items:center;width:38px;height:38px;margin:0;display:grid}.wizard-modal__content{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b;padding:.5rem 1.75rem 1.5rem;overflow-y:auto}.wizard-modal__content::-webkit-scrollbar{width:9px}.wizard-modal__content::-webkit-scrollbar-track{background:#09090b}.wizard-modal__content::-webkit-scrollbar-thumb{background:#3f3f46;border:2px solid #09090b;border-radius:8px}.wizard-modal__content::-webkit-scrollbar-thumb:hover{background:#52525b}.wizard-modal__tabs{border-bottom:1px solid #2a2a2e;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.wizard-modal__tab{color:#a1a1aa;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.4rem .85rem;font-family:Helvetica Now Text;font-size:.85rem;font-weight:700;transition:all .2s}.wizard-modal__tab:hover{color:#fafafa;background:#18181b}.wizard-modal__tab--active{color:#3b82f6;background:#3b82f61f;border-color:#3b82f666}.wizard-modal__tab--active:hover{color:#3b82f6;background:#3b82f62e}.wizard-modal__lang-guide{flex-direction:column;gap:.75rem;display:flex}.wizard-modal__lang-guide h4{color:#a1a1aa;margin:0;font-family:Helvetica Now Text;font-size:.98rem;font-weight:700}.wizard-modal__lang-guide p{color:#fafafa;margin:0;font-size:.88rem;line-height:1.5}.wizard-modal__lang-guide p code{color:#f4f4f5;background:#27272a;border-radius:4px;padding:.15rem .35rem;font-family:monospace;font-size:.82rem}.wizard-modal__lang-guide pre{background:#09090b;border:1px solid #2a2a2e;border-radius:8px;margin:.5rem 0 0;padding:1rem;overflow-x:auto}.wizard-modal__lang-guide pre code{color:#e4e4e7;background:0 0;padding:0;font-family:monospace;font-size:.84rem;line-height:1.5}.wizard-modal__actions{background:#09090b;border-top:1px solid #2a2a2e;justify-content:flex-end;padding:1rem 1.75rem;display:flex}.wizard-modal__btn{cursor:pointer;border-radius:8px;min-width:105px;min-height:40px;padding:.65rem 1.25rem;font-family:Helvetica Now Text;font-weight:700;transition:color .2s,border-color .2s,background-color .2s,transform .15s}.wizard-modal__btn:hover{transform:translateY(-1px)}.wizard-modal__btn:active{transform:translateY(0)}.wizard-modal__btn--warning{color:#f59e0b;background:0 0;border:1px solid #f59e0b}.wizard-modal__btn--warning:hover{color:#000;background:#f59e0b}.wizard-modal__btn--info{color:#3b82f6;background:0 0;border:1px solid #3b82f6}.wizard-modal__btn--info:hover{color:#fff;background:#3b82f6}@keyframes wizard-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes wizard-modal-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.wizard-modal__heading{padding-left:1.25rem;padding-right:3.5rem}.wizard-modal__content,.wizard-modal__actions{padding-left:1.25rem;padding-right:1.25rem}.wizard-modal__actions .wizard-modal__btn{width:100%}}.step2-code-sandbox{flex-direction:column;gap:1.5rem;display:flex}.step2-code-sandbox .step-header h2{color:#f8fafc;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.step2-code-sandbox .step-header p{color:#b1a19c;font-size:1rem}.step2-code-sandbox .sandbox-workspace{grid-template-columns:1fr 320px;align-items:start;gap:1.5rem;display:grid}@media (width<=1024px){.step2-code-sandbox .sandbox-workspace{grid-template-columns:1fr}}.step2-code-sandbox .editor-container{background-color:#0d0d0e;border:1px solid #27272a;border-radius:8px;flex-direction:column;height:480px;display:flex;overflow:hidden}.step2-code-sandbox .editor-container .editor-top-bar{background-color:#0c0c0c;border-bottom:1px solid #db24fffe;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;display:flex}.step2-code-sandbox .editor-container .editor-top-bar .editor-tabs{display:flex}.step2-code-sandbox .editor-container .editor-top-bar .editor-tabs .tab-btn{color:#db24fffe;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:.85rem;transition:all .2s}.step2-code-sandbox .editor-container .editor-top-bar .editor-tabs .tab-btn.active{color:#db24fffe;background-color:#0f172a;border-bottom-color:#db24fffe;font-weight:600}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions{align-items:center;gap:8px;display:flex}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .action-label{color:#fff;font-size:.75rem}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .select-lang{color:#e2e8f0;background-color:#060607;border:1px solid #db24fffe;border-radius:4px;outline:none;padding:4px 8px;font-size:.8rem}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .divider{background-color:#db24fffe;width:1px;height:16px}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet{color:#e2e8f0;cursor:pointer;background-color:#000;border:1px solid #db24fffe;border-radius:5px;justify-content:center;align-items:center;gap:5px;margin-right:4px;padding:5px 9px;font-size:.75rem;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet:hover{color:#000;background-color:#db24fffe}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet.btn-warning-help{color:#fbbf24;background:#f59e0b14;border-color:#f59e0b8c}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet.btn-warning-help:hover{color:#111;background:#f59e0b;border-color:#f59e0b}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet.btn-guide-help{color:#60a5fa;background:#3b82f614;border-color:#3b82f68c}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet.btn-guide-help:hover{color:#fff;background:#3b82f6;border-color:#3b82f6}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet.btn-clear{color:#f87171;background-color:#ef444433;border-color:#ef444466}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .btn-snippet.btn-clear:hover{color:#fff;background-color:#ef444466}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .help-buttons-group{align-items:center;gap:4px;display:flex}.step2-code-sandbox .editor-container .editor-top-bar .editor-actions .help-buttons-group .btn-snippet{margin-right:0}.step2-code-sandbox .editor-container .code-area{background-color:#0d0d0e;flex:1;height:100%;min-height:0;position:relative;overflow:hidden}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper{width:100%;height:100%;display:flex}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container{flex:1;grid-template-columns:auto 1fr;height:100%;display:grid;position:relative;overflow:auto}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .line-numbers{z-index:3;color:#db24fffe;text-align:right;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#18181b;border-right:1px solid #27272a;grid-column:1;align-self:start;min-width:44px;height:auto;margin:0;padding:12px 8px;font-family:Fira Code,Courier New,Courier,monospace;font-size:.85rem;line-height:1.5;position:sticky;top:0;left:0}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container::-webkit-scrollbar{background:0 0;width:10px;height:10px}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container::-webkit-scrollbar-track{background:#09090b}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container::-webkit-scrollbar-thumb:hover{background-color:#52525b}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container::-webkit-scrollbar-corner{background:#09090b}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .code-editor-highlight,.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .code-input{box-sizing:border-box;white-space:pre;tab-size:2;border:none;outline:none;grid-area:1/2;width:100%;height:auto;min-height:100%;margin:0;padding:12px;font-family:Fira Code,Courier New,Courier,monospace;font-size:.85rem;line-height:1.5;overflow:hidden}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .code-editor-highlight{pointer-events:none;z-index:1;color:#f8fafc;background:0 0}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .code-editor-highlight code{font-family:inherit;font-size:inherit;background:0 0;padding:0}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .code-input{z-index:2;color:#0000;caret-color:#db24fffe;resize:none;background:0 0}.step2-code-sandbox .editor-container .code-area .textarea-ide-wrapper .prism-overlay-container .code-input::placeholder{color:#71717a;-webkit-text-fill-color:#71717a}.step2-code-sandbox .editor-container .code-issues-bar{scrollbar-width:thin;scrollbar-color:#3f3f46 #111113;background-color:#111113;border-top:1px solid #27272a;flex-direction:column;flex-shrink:0;gap:6px;max-height:100px;padding:8px 12px;display:flex;overflow-y:auto}.step2-code-sandbox .editor-container .code-issues-bar .issue-item{border-radius:4px;align-items:center;gap:10px;padding:4px 8px;font-size:.8rem;display:flex}.step2-code-sandbox .editor-container .code-issues-bar .issue-item.error{color:#fca5a5;background-color:#ef444426;border-left:3px solid #ef4444}.step2-code-sandbox .editor-container .code-issues-bar .issue-item.error .issue-badge{color:#fff;background-color:#ef4444}.step2-code-sandbox .editor-container .code-issues-bar .issue-item.warning{color:#fde68a;background-color:#f59e0b26;border-left:3px solid #f59e0b}.step2-code-sandbox .editor-container .code-issues-bar .issue-item.warning .issue-badge{color:#000;background-color:#f59e0b}.step2-code-sandbox .editor-container .code-issues-bar .issue-item .issue-badge{border-radius:3px;padding:2px 6px;font-size:.7rem;font-weight:700}.step2-code-sandbox .image-upload-container{flex-direction:column;gap:.75rem;display:flex}.step2-code-sandbox .image-upload-container .section-title{flex-direction:column;align-items:center;margin-bottom:.5rem;display:flex}.step2-code-sandbox .image-upload-container .section-title span{color:#f8fafc;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.step2-code-sandbox .image-upload-container .section-title small{color:#bcbfc4;font-size:.9rem}.step2-code-sandbox .image-upload-container .upload-dropzone{text-align:center;cursor:pointer;background-color:#0b0b0c;border:2px dashed #334155;border-radius:8px;padding:2rem;transition:border-color .2s}.step2-code-sandbox .image-upload-container .upload-dropzone:hover{border-color:#db24fffe}.step2-code-sandbox .image-upload-container .upload-dropzone .dropzone-content .icon{font-size:2rem}.step2-code-sandbox .image-upload-container .upload-dropzone .dropzone-content p{color:#e2e8f0;margin:.5rem 0 .25rem;font-size:.9rem}.step2-code-sandbox .image-upload-container .upload-dropzone .dropzone-content small{color:#db24fffe}.step2-code-sandbox .image-upload-container .image-preview-card{flex-direction:column;gap:.5rem;display:flex}.step2-code-sandbox .image-upload-container .image-preview-card img{object-fit:cover;border:1px solid #14171b;border-radius:8px;width:100%;max-height:250px}.step2-code-sandbox .image-upload-container .image-preview-card .btn-remove-image{color:#fca5a5;cursor:pointer;background-color:#ef444433;border:1px solid #ef44444d;border-radius:4px;padding:6px 12px}.step2-code-sandbox .image-upload-container .image-preview-card .btn-remove-image:hover{background-color:#ef44444d}.step3-props-libraries{background-color:#0000;border-color:#414040;border-radius:16px;flex-direction:column;gap:1.25rem;max-width:70%;margin:0 auto;padding:1.5rem;display:flex}.step3-props-libraries .step3-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=900px){.step3-props-libraries .step3-grid{grid-template-columns:1fr}}.step3-props-libraries .form-column{background-color:#2b2a2a;border:1px solid #414040;border-radius:18px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.step3-props-libraries .section-header,.step3-props-libraries .props-header-wrapper{justify-content:space-between;align-items:flex-start;display:flex}.step3-props-libraries .section-header .column-title,.step3-props-libraries .props-header-wrapper .column-title{color:#f4f4f5;margin:0 0 .25rem;font-size:1.1rem}.step3-props-libraries .section-header .column-desc,.step3-props-libraries .props-header-wrapper .column-desc{color:#a1a1aa;margin:0;font-size:.85rem}.step3-props-libraries .form-group{flex-direction:column;gap:.5rem;display:flex}.step3-props-libraries .form-label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.step3-props-libraries .form-input,.step3-props-libraries .form-select,.step3-props-libraries .form-textarea{color:#fafafa;box-sizing:border-box;background:#09090b;border:1px solid #27272a;border-radius:6px;outline:none;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.step3-props-libraries .form-input:focus,.step3-props-libraries .form-select:focus,.step3-props-libraries .form-textarea:focus{border-color:#db24fffe}.step3-props-libraries .form-select{cursor:pointer}.step3-props-libraries .form-select option{color:#fafafa;background:#18181b}.step3-props-libraries .form-textarea{resize:none;line-height:1.5}.step3-props-libraries .form-textarea.code-type{font-family:Fira Code,monospace;font-size:.85rem}.step3-props-libraries .prop-mode-toggle{background:#09090b;border:1px solid #27272a;border-radius:8px;gap:.2rem;padding:.3rem;display:flex}.step3-props-libraries .prop-mode-toggle .toggle-btn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.step3-props-libraries .prop-mode-toggle .toggle-btn:hover{color:#fafafa;background:#18181b}.step3-props-libraries .prop-mode-toggle .toggle-btn.active{color:#db24fffe;background:#27272a;font-weight:500}.step3-props-libraries .libraries-list{flex-direction:column;gap:1rem;display:flex}.step3-props-libraries .libraries-list .library-card{background:#09090b;border:1px solid #27272a;border-radius:8px;padding:1rem}.step3-props-libraries .libraries-list .library-card .card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.step3-props-libraries .libraries-list .library-card .card-header h4{color:#f4f4f5;margin:0;font-size:.95rem}.step3-props-libraries .libraries-list .library-card .card-header .btn-delete-lib{color:#f87171;cursor:pointer;background:0 0;border:1px solid #3f3f46;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;transition:all .2s}.step3-props-libraries .libraries-list .library-card .card-header .btn-delete-lib:hover{background:#f8717114;border-color:#f87171;text-decoration:none}.step3-props-libraries .libraries-list .library-card .card-body{flex-direction:column;gap:.75rem;display:flex}.step3-props-libraries .props-list-container{flex-direction:column;gap:1rem;display:flex}.step3-props-libraries .props-list-container .prop-row-builder{background:#09090b;border:1px solid #27272a;border-radius:8px;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main{align-items:center;gap:.6rem;display:flex}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .prop-input,.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .prop-select{color:#fafafa;background:#18181b;border:1px solid #27272a;border-radius:6px;outline:none;flex:1;padding:.5rem .7rem;font-size:.85rem}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .prop-input:focus,.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .prop-select:focus{border-color:#db24fffe}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .checkbox-wrapper{color:#a1a1aa;white-space:nowrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .checkbox-wrapper input[type=checkbox]{accent-color:#db24fffe;cursor:pointer;width:1.1rem;height:1.1rem}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .btn-delete-prop{color:#f87171;cursor:pointer;background:0 0;border:1px solid #3f3f46;border-radius:6px;flex-shrink:0;width:28px;height:28px;font-size:.8rem;transition:all .2s}.step3-props-libraries .props-list-container .prop-row-builder .prop-row-main .btn-delete-prop:hover{background:#f8717114;border-color:#f87171}.step3-props-libraries .props-list-container .prop-row-builder .options-field{color:#fafafa;background:#18181b;border:1px solid #27272a;border-radius:6px;outline:none;width:100%;padding:.5rem .7rem;font-size:.85rem}.step3-props-libraries .props-list-container .prop-row-builder .options-field:focus{border-color:#db24fffe}.step3-props-libraries .props-list-container .btn-add-prop{color:#a1a1aa;cursor:pointer;background:0 0;border:1px dashed #3f3f46;border-radius:6px;padding:.6rem;font-size:.85rem;transition:all .2s}.step3-props-libraries .props-list-container .btn-add-prop:hover{color:#db24fffe;border-color:#db24fffe}.step3-props-libraries .json-raw-container{flex-direction:column;gap:.5rem;display:flex}.step3-props-libraries .json-raw-container .json-textarea{font-family:Fira Code,monospace;font-size:.85rem}.step3-props-libraries .json-raw-container .json-textarea.json-has-error{border-color:#ef4444}.step3-props-libraries .json-raw-container .json-error-msg{color:#f87171;font-size:.8rem}.step3-props-libraries .json-raw-container .json-success-msg{color:#34d399;font-size:.8rem}.step3-props-libraries .json-raw-container{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.step3-props-libraries .json-raw-container::-webkit-scrollbar{background:0 0;width:10px;height:10px}.step3-props-libraries .json-raw-container::-webkit-scrollbar-track{background:#09090b}.step3-props-libraries .json-raw-container::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.step3-props-libraries .json-raw-container::-webkit-scrollbar-thumb:hover{background-color:#52525b}.step3-props-libraries .json-raw-container::-webkit-scrollbar-corner{background:#09090b}.step3-props-libraries .btn-submit-form{color:#000;cursor:pointer;background:#db24fffe;border:none;border-radius:8px;align-self:flex-start;margin-top:1.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.step3-props-libraries .btn-submit-form:hover:not(:disabled){opacity:.9}.step3-props-libraries .btn-submit-form:disabled{opacity:.5;cursor:not-allowed}.step4-summary{flex-direction:column;gap:1.5rem;width:100%;max-width:1000px;margin:0 auto;display:flex}.step4-summary .step-header h2{color:#fafafa;margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.step4-summary .step-header p{color:#a1a1aa;margin:0;font-size:.9rem}.step4-summary .summary-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=900px){.step4-summary .summary-grid{grid-template-columns:1fr}}.step4-summary .summary-card{background:#2b2a2a;border:1px solid #414040;border-radius:18px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.step4-summary .summary-card h3{color:#f4f4f5;margin:0;font-size:1.1rem}.step4-summary .info-group{flex-direction:column;gap:.35rem;display:flex}.step4-summary .info-group label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.step4-summary .info-group span,.step4-summary .info-group p{color:#e4e4e7;margin:0;font-size:.9rem}.step4-summary .info-row{gap:1.5rem;display:flex}.step4-summary .info-row .info-group{flex:1}.step4-summary .badge{color:#e4e4e7;background:#09090b;border:1px solid #27272a;border-radius:999px;align-self:flex-start;padding:.3rem .7rem;font-size:.8rem;font-weight:500;display:inline-block}.step4-summary .badge.framework{color:#db24fffe;border-color:#db24ff59}.step4-summary .preview-image-section{flex-direction:column;gap:.5rem;display:flex}.step4-summary .preview-image-section label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.step4-summary .preview-image-section .summary-preview-img{object-fit:contain;background:#09090b;border:1px solid #27272a;border-radius:8px;width:100%;max-height:200px}.step4-summary .preview-image-section .no-image-box{text-align:center;color:#71717a;border:1px dashed #3f3f46;border-radius:8px;padding:1.5rem;font-size:.85rem}.step4-summary .summary-section{border-top:1px solid #414040;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.step4-summary .summary-section:first-of-type{border-top:none;padding-top:0}.step4-summary .summary-section h4{color:#e4e4e7;margin:0;font-size:.9rem}.step4-summary .empty-text{color:#71717a;font-size:.85rem}.step4-summary .summary-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.step4-summary .summary-list li{color:#e4e4e7;background:#09090b;border:1px solid #27272a;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.step4-summary .summary-list li strong{color:#f4f4f5}.step4-summary .summary-list li span{color:#71717a;font-size:.8rem}.step4-summary .summary-list li code{color:#db24fffe;background:#18181b;border-radius:4px;padding:.1rem .4rem;font-family:Fira Code,monospace;font-size:.8rem}.step4-summary .summary-list li em{color:#a1a1aa;font-style:normal}.step4-summary .type-tag{color:#db24fffe;background:#db24ff1f;border-radius:999px;padding:.1rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.step4-summary .json-summary-box pre{border:1px solid #27272a;font-family:Fira Code,monospace;color:#a1a1aa!important;background:#09090b!important}.step4-summary .code-metrics{color:#a1a1aa;flex-direction:column;gap:.4rem;font-size:.85rem;display:flex}.step4-summary .code-metrics strong{color:#e4e4e7}.step4-summary .summary-publish-action{margin-top:.5rem}.step4-summary .summary-publish-action .validation-warning{color:#f87171;background:#f8717114;border:1px solid #f871714d;border-radius:8px;margin:0;padding:.75rem 1rem;font-size:.85rem}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;place-items:center;padding:1rem;animation:.2s wizard-overlay-in;display:grid;position:fixed;inset:0}.platform-tour-modal{color:#fafafa;background:#121214;border-top:1px solid #3b82f6;border-radius:14px;flex-direction:column;width:min(600px,100vw - 2rem);max-height:85vh;font-family:Helvetica Now Text;font-weight:400;animation:.2s wizard-modal-in;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #00000080}.platform-tour-modal:before{content:"";background:#3b82f6;height:3px;position:absolute;top:0;left:0;right:0}.platform-tour-modal .modal-header{justify-content:space-between;align-items:center;padding:1.75rem 4rem .75rem 1.75rem;display:flex}.platform-tour-modal .modal-header .header-title{align-items:center;gap:.85rem;display:flex}.platform-tour-modal .modal-header .header-title .wizard-modal__icon{color:#3b82f6;background:#3b82f614;border-top:1px solid #3b82f6;border-radius:9px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:1.25rem;display:grid}.platform-tour-modal .modal-header .header-title h3{color:#fafafa;margin:0;padding:0;font-family:Helvetica Now Text;font-size:1.35rem;font-weight:700;line-height:1.25}.platform-tour-modal .modal-header .close-btn{z-index:1;color:#71717a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:34px;height:34px;padding:0;transition:color .2s,border-color .2s,background-color .2s;display:grid;position:absolute;top:1rem;right:1rem}.platform-tour-modal .modal-header .close-btn:hover{color:#fafafa;background:#18181b;border-color:#2a2a2e}.platform-tour-modal .tour-stepper{border-bottom:1px solid #2a2a2e;gap:.5rem;padding:0 1.75rem .5rem;display:flex;overflow-x:auto}.platform-tour-modal .tour-stepper .step-tab{color:#a1a1aa;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.4rem .85rem;font-family:Helvetica Now Text;font-size:.85rem;font-weight:700;transition:all .2s}.platform-tour-modal .tour-stepper .step-tab:hover:not(.active){color:#fafafa;background:#18181b}.platform-tour-modal .tour-stepper .step-tab.active{color:#3b82f6;background:#3b82f61f;border-color:#3b82f666}.platform-tour-modal .tour-stepper .step-tab.active:hover{color:#3b82f6;background:#3b82f62e}.platform-tour-modal .modal-body{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b;flex-direction:column;min-height:220px;padding:1rem 1.75rem 1.5rem;display:flex;overflow-y:auto}.platform-tour-modal .modal-body::-webkit-scrollbar{width:9px}.platform-tour-modal .modal-body::-webkit-scrollbar-track{background:#09090b}.platform-tour-modal .modal-body::-webkit-scrollbar-thumb{background:#3f3f46;border:2px solid #09090b;border-radius:8px}.platform-tour-modal .modal-body::-webkit-scrollbar-thumb:hover{background:#52525b}.platform-tour-modal .modal-body .concept-box{margin-bottom:10px}.platform-tour-modal .modal-body .concept-box h5{color:#fafafa;margin:0 0 .4rem;font-family:Helvetica Now Text;font-size:.95rem;font-weight:700}.platform-tour-modal .modal-body .concept-box h5 code{color:#3b82f6;background:#27272a;border-radius:4px;padding:.15rem .35rem;font-family:monospace;font-size:.82rem}.platform-tour-modal .modal-body .concept-box p{color:#a1a1aa;margin:0;font-size:.85rem;line-height:1.5}.platform-tour-modal .modal-body .tour-slide h4{color:#fafafa;margin:0 0 .75rem;font-family:Helvetica Now Text;font-size:1.05rem;font-weight:700}.platform-tour-modal .modal-body .tour-slide p{color:#a1a1aa;margin:0 0 1rem;font-size:.88rem;line-height:1.5}.platform-tour-modal .modal-body .tour-slide ul{color:#a1a1aa;margin:0 0 1rem 1.25rem;padding:0;font-size:.88rem}.platform-tour-modal .modal-body .tour-slide ul li{margin-bottom:.5rem;line-height:1.4}.platform-tour-modal .modal-body .tour-slide ul li strong{color:#fafafa;font-family:Helvetica Now Text;font-weight:700}.platform-tour-modal .modal-body .tour-slide .tour-tip,.platform-tour-modal .modal-body .tour-slide .concept-box{background:#18181b;border:1px solid #2a2a2e;border-left:3px solid #3b82f6;border-radius:8px;padding:.85rem 1rem}.platform-tour-modal .modal-body .tour-slide .tour-tip h5,.platform-tour-modal .modal-body .tour-slide .concept-box h5{color:#fafafa;margin:0 0 .4rem;font-family:Helvetica Now Text;font-size:.95rem;font-weight:700}.platform-tour-modal .modal-body .tour-slide .tour-tip h5 code,.platform-tour-modal .modal-body .tour-slide .concept-box h5 code{color:#3b82f6;background:#27272a;border-radius:4px;padding:.15rem .35rem;font-family:monospace;font-size:.82rem}.platform-tour-modal .modal-body .tour-slide .tour-tip p,.platform-tour-modal .modal-body .tour-slide .concept-box p{color:#a1a1aa;margin:0;font-size:.85rem;line-height:1.5}.platform-tour-modal .modal-footer{background:#09090b;border-top:1px solid #2a2a2e;justify-content:flex-end;gap:.75rem;padding:1rem 1.75rem;display:flex}.platform-tour-modal .modal-footer button{cursor:pointer;border-radius:8px;min-width:105px;min-height:40px;padding:.65rem 1.25rem;font-family:Helvetica Now Text;font-weight:700;transition:color .2s,border-color .2s,background-color .2s,transform .15s}.platform-tour-modal .modal-footer button:hover{transform:translateY(-1px)}.platform-tour-modal .modal-footer button:active{transform:translateY(0)}.platform-tour-modal .modal-footer button.btn-secondary{color:#a1a1aa;background:0 0;border:1px solid #2a2a2e}.platform-tour-modal .modal-footer button.btn-secondary:hover{color:#fafafa;background:#18181b;border-color:#71717a}.platform-tour-modal .modal-footer button.btn-primary{color:#3b82f6;background:0 0;border:1px solid #3b82f6}.platform-tour-modal .modal-footer button.btn-primary:hover{color:#fff;background:#3b82f6}@media (width<=520px){.platform-tour-modal .modal-header{padding-left:1.25rem;padding-right:3.5rem}.platform-tour-modal .tour-stepper,.platform-tour-modal .modal-body,.platform-tour-modal .modal-footer{padding-left:1.25rem;padding-right:1.25rem}.platform-tour-modal .modal-footer button{width:100%}}.create-component-wizard-container{color:#fff;box-sizing:border-box;background-color:#0d0d0d;flex-direction:column;gap:1.5rem;width:100%;min-height:100vh;padding:2rem;display:flex}.create-component-wizard-container .wizard-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:24px;display:flex}.create-component-wizard-container .wizard-header__text-group{flex-direction:column;align-items:flex-start;display:flex}.create-component-wizard-container .wizard-header__text-group h1{margin:0 0 4px;font-size:28px;font-weight:700}.create-component-wizard-container .wizard-header__text-group p{color:#a1a1aa;margin:0;font-size:14px}.create-component-wizard-container .wizard-header .btn-tour-trigger{color:#3b82f6;cursor:pointer;white-space:nowrap;background-color:#1e293b;border:1px solid #3b82f6;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .85rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;overflow-x:auto}.create-component-wizard-container .wizard-header .btn-tour-trigger:hover{background-color:#38bdf81a;transform:translateY(-1px)}.create-component-wizard-container .step-placeholder{color:#a1a1aa;border:2px dashed #27272a;border-radius:8px;justify-content:center;align-items:center;height:300px;font-size:18px;display:flex}.create-component-wizard-container .wizard-body{flex:1;padding-bottom:100px}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.form-column-info{box-sizing:border-box;background-color:#2b2a2a;border:.0520833vw solid #414040;border-radius:.833333vw;flex-direction:column;gap:1.04167vw;width:100%;max-width:41.6667vw;margin:0 auto;padding:1.25vw;display:flex}.column-title-info{color:#fff;margin:0;padding-bottom:.208333vw;font-size:1.04167vw;font-weight:600}.form-row-info{gap:.833333vw;width:100%;display:flex}.flex-1-info{flex:1;min-width:0}.form-group-info{flex-direction:column;gap:.416667vw;min-width:0;display:flex}.form-label-info{color:#e4e4e7;text-transform:none;letter-spacing:normal;margin:0;font-size:.677083vw;font-weight:500}.form-input-info,.form-select-info,.form-textarea-info{color:#fff;box-sizing:border-box;resize:none;background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;outline:none;width:100%;padding:.625vw;font-family:inherit;font-size:.729167vw;transition:border-color .2s}.form-input-info:focus,.form-select-info:focus,.form-textarea-info:focus{border-color:#a855f7}.form-input-info:disabled,.form-select-info:disabled,.form-textarea-info:disabled{cursor:not-allowed;opacity:.6}.form-input-info,.form-select-info,.form-textarea-info{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.form-input-info::-webkit-scrollbar{background:0 0;width:10px;height:10px}.form-select-info::-webkit-scrollbar{background:0 0;width:10px;height:10px}.form-textarea-info::-webkit-scrollbar{background:0 0;width:10px;height:10px}.form-input-info::-webkit-scrollbar-track{background:#09090b}.form-select-info::-webkit-scrollbar-track{background:#09090b}.form-textarea-info::-webkit-scrollbar-track{background:#09090b}.form-input-info::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.form-select-info::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.form-textarea-info::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.form-input-info::-webkit-scrollbar-thumb:hover{background-color:#52525b}.form-select-info::-webkit-scrollbar-thumb:hover{background-color:#52525b}.form-textarea-info::-webkit-scrollbar-thumb:hover{background-color:#52525b}.form-input-info::-webkit-scrollbar-corner{background:#09090b}.form-select-info::-webkit-scrollbar-corner{background:#09090b}.form-textarea-info::-webkit-scrollbar-corner{background:#09090b}@media (width<=680px){.form-column-info{gap:5.08906vw;max-width:100%;padding:4.07125vw}.form-row-info{flex-direction:column;gap:5.08906vw}.form-group-info{gap:2.03562vw}.form-label-info{font-size:3.30789vw}.form-input-info,.form-select-info,.form-textarea-info{border-radius:2.03562vw;padding:3.05344vw;font-size:3.56234vw}.column-title-info{font-size:5.08906vw}}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.code-image-section{background-color:#2b2a2a;border-color:#414040;border-radius:.833333vw;flex-direction:column;gap:1.25rem;width:100%;max-width:41.6667vw;margin:0 auto;padding:1.5625vw;display:flex}.code-image-section .cis-title{color:#f4f4f5;margin:1.5625vw 1.04167vw 1.04167vw;font-size:1.1rem}.code-image-section .cis-form-group{flex-direction:column;gap:1.04167vw;display:flex}.code-image-section .cis-label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin-left:1.04167vw;font-size:.8rem;font-weight:600}.code-image-section .cis-input,.code-image-section .cis-textarea{color:#fafafa;box-sizing:border-box;background:#09090b;border:.0520833vw solid #27272a;border-radius:.3125vw;outline:none;width:100%;padding:.6rem 1.2rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.code-image-section .cis-input:focus,.code-image-section .cis-textarea:focus{border-color:#db24fffe}.code-image-section .cis-textarea{resize:vertical;line-height:1.5}.code-image-section .cis-textarea.cis-code-type,.code-image-section .cis-textarea.cis-css-type{font-family:Fira Code,monospace;font-size:.85rem}.code-image-section .cis-generic-code-editor{flex-direction:column;gap:1.25rem;display:flex}.code-image-section .cis-no-data{color:#71717a;text-align:center;margin-top:1.5rem;font-size:.9rem}.code-image-section .cis-image-preview{object-fit:contain;background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;width:100%;max-height:11.4583vw;margin-top:.625vw}.cis-dropzone{cursor:pointer;background:#09090b;border:.0520833vw dashed #3f3f46;border-radius:.520833vw;justify-content:center;align-items:center;width:100%;min-height:9.375vw;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.cis-dropzone:hover,.cis-dropzone.is-dragging{background:#0d0d10;border-color:#db24fffe}.cis-dropzone.has-image{border-style:solid;border-color:#27272a}.cis-dropzone .cis-dropzone-input{display:none}.cis-dropzone .cis-dropzone-empty{text-align:center;padding:1.5625vw 1.04167vw}.cis-dropzone .cis-dropzone-empty .cis-dropzone-title{color:#fafafa;margin:0 0 .3125vw;font-size:.9rem}.cis-dropzone .cis-dropzone-empty .cis-dropzone-hint{color:#71717a;margin:0;font-size:.75rem}.cis-dropzone .cis-dropzone-image{object-fit:cover;width:100%;height:10.4167vw;display:block}.cis-dropzone .cis-dropzone-overlay{opacity:0;background:#09090bb8;justify-content:center;align-items:center;gap:.520833vw;transition:opacity .2s;display:flex;position:absolute;inset:0}.cis-dropzone.has-image:hover .cis-dropzone-overlay{opacity:1}.cis-dropzone .cis-btn-change{color:#fff;cursor:pointer;background:#db24fffe;border:none;border-radius:.416667vw;align-items:center;gap:.3125vw;padding:.5rem .9rem;font-size:.8rem;font-weight:600;display:flex}.cis-dropzone .cis-btn-remove{color:#fafafa;cursor:pointer;background:#ffffff14;border:.0520833vw solid #3f3f46;border-radius:.416667vw;justify-content:center;align-items:center;width:1.77083vw;height:1.77083vw;display:flex}.cis-dropzone .cis-dropzone-filename{color:#a1a1aa;background:#09090bd9;border:.0520833vw solid #27272a;border-radius:.3125vw;padding:.15rem .5rem;font-size:.7rem;position:absolute;top:.520833vw;left:.520833vw}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.props-libs-columns{grid-template-columns:1fr 1fr;gap:.104167vw;display:grid}@media (width<=900px){.props-libs-columns{grid-template-columns:1fr}}.props-libs-columns .form-column-props,.props-libs-columns .form-column-libs{background-color:#2b2a2a;border-color:#414040;border-radius:.9375vw;flex-direction:column;gap:.78125vw;width:104.167vw;max-width:33.8542vw;margin:0 auto;padding:1.5625vw;display:flex}.props-libs-columns .column-title-props{color:#f4f4f5;margin:0;padding-bottom:.520833vw;font-size:1.04167vw}.props-libs-columns .form-group-props{flex-direction:column;gap:.416667vw;display:flex}.props-libs-columns .props-list-container{flex-direction:column;gap:.9375vw;display:flex}.props-libs-columns .prop-row-builder{background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;flex-direction:column;gap:.677083vw;padding:1.04167svw;display:flex}.props-libs-columns .prop-row-builder h4{color:#f4f4f5;margin:.0520833vw;font-size:.833333vw}.props-libs-columns .form-label-props{color:#a1a1aa;text-transform:uppercase;letter-spacing:0;font-size:.625vw;font-weight:600}.props-libs-columns .btn-delete-prop{color:#f87171;cursor:pointer;background:0 0;border:none;border-radius:.208333vw;align-self:flex-start;padding:.520833vw;font-size:.78125vw;transition:all .4s}.props-libs-columns .btn-delete-prop:hover{color:#ed2c2c;background:0 0}.props-libs-columns .btn-delete-list{color:red;cursor:pointer;background:0 0;border:.0520833vw solid #3f3f46;border-radius:.208333vw;align-self:flex-start;padding:.520833vw;font-size:.677083vw;transition:all .4s}.props-libs-columns .btn-delete-list:hover{background:0 0;border-color:red}.props-libs-columns .no-data-props{color:#71717a;text-align:center;margin-top:.208333vw;font-size:.104167vw}.props-libs-columns .props-header-wrapper{justify-content:space-between;align-items:flex-start;gap:.0520833vw;display:flex}.props-libs-columns .column-desc-props{color:#a1a1aa;margin:.0520833vw;font-size:.677083vw}.props-libs-columns .prop-mode-toggle{background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;gap:.208333vw;padding:.3rem;display:flex}.props-libs-columns .prop-mode-toggle .toggle-btn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:.3125vw;padding:.416667vw;font-size:.677083vw;transition:all .2s}.props-libs-columns .prop-mode-toggle .toggle-btn:hover{color:#fafafa;background:0 0}.props-libs-columns .prop-mode-toggle .toggle-btn.active{color:#db24fffe;background:0 0;font-weight:500}.props-libs-columns .prop-row-main{align-items:center;gap:.625vw;display:flex}.props-libs-columns .prop-row-main .prop-input,.props-libs-columns .prop-row-main .prop-select{color:#fafafa;background:#18181b;border:.0520833vw solid #27272a;border-radius:.3125vw;outline:none;flex:.0520833vw;padding:.208333vw;font-size:.104167vw}.props-libs-columns .prop-row-main .prop-input:focus,.props-libs-columns .prop-row-main .prop-select:focus{border-color:#db24fffe}.props-libs-columns .checkbox-wrapper{color:#a1a1aa;align-items:center;gap:.208333vw;font-size:.677083vw;display:flex}.props-libs-columns .checkbox-wrapper input[type=checkbox]{accent-color:#db24fffe;cursor:pointer;width:.9375vw;height:.9375vw}.props-libs-columns .prop-row-options .options-field{color:#fafafa;background:#18181b;border:.0520833vw solid #27272a;border-radius:.3125vw;outline:none;width:26.3542vw;padding:.104167vw;font-size:.104167vw}.props-libs-columns .prop-row-options .options-field:focus{border-color:#db24fffe}.props-libs-columns .btn-add-prop{color:#a1a1aa;cursor:pointer;background:0 0;border:.0520833vw dashed #3f3f46;border-radius:.3125vw;padding:.520833vw;font-size:.677083vw;transition:all .4s}.props-libs-columns .btn-add-prop:hover{color:#db24fffe;border-color:#db24fffe}.props-libs-columns .json-raw-container{flex-direction:column;gap:.46875vw;display:flex}.props-libs-columns .json-raw-container .json-textarea{font-family:Fira Code,monospace;font-size:.677083vw}.props-libs-columns .json-raw-container .json-textarea.json-has-error{border-color:#ef4444}.props-libs-columns .json-raw-container .json-error-msg{color:#f87171;font-size:.677083vw}.props-libs-columns .json-raw-container .json-success-msg{color:#34d399;font-size:.677083vw}.props-libs-columns .form-input-props,.props-libs-columns .form-select-props,.props-libs-columns .form-textarea-props{color:#fafafa;box-sizing:border-box;background:#09090b;border:.0520833vw solid #27272a;border-radius:.3125vw;outline:none;width:100%;padding:.520833vw;font-family:inherit;font-size:.677083vw;transition:border-color .2s}.props-libs-columns .form-input-props:focus,.props-libs-columns .form-select-props:focus,.props-libs-columns .form-textarea-props:focus{border-color:#db24fffe}.props-libs-columns .form-input-props,.props-libs-columns .form-select-props,.props-libs-columns .form-textarea-props{scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b}.props-libs-columns .form-input-props::-webkit-scrollbar{background:0 0;width:10px;height:10px}.props-libs-columns .form-select-props::-webkit-scrollbar{background:0 0;width:10px;height:10px}.props-libs-columns .form-textarea-props::-webkit-scrollbar{background:0 0;width:10px;height:10px}.props-libs-columns .form-input-props::-webkit-scrollbar-track{background:#09090b}.props-libs-columns .form-select-props::-webkit-scrollbar-track{background:#09090b}.props-libs-columns .form-textarea-props::-webkit-scrollbar-track{background:#09090b}.props-libs-columns .form-input-props::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.props-libs-columns .form-select-props::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.props-libs-columns .form-textarea-props::-webkit-scrollbar-thumb{background-color:#3f3f46;border:2px solid #09090b;border-radius:8px}.props-libs-columns .form-input-props::-webkit-scrollbar-thumb:hover{background-color:#52525b}.props-libs-columns .form-select-props::-webkit-scrollbar-thumb:hover{background-color:#52525b}.props-libs-columns .form-textarea-props::-webkit-scrollbar-thumb:hover{background-color:#52525b}.props-libs-columns .form-input-props::-webkit-scrollbar-corner{background:#09090b}.props-libs-columns .form-select-props::-webkit-scrollbar-corner{background:#09090b}.props-libs-columns .form-textarea-props::-webkit-scrollbar-corner{background:#09090b}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/HelveticaNowText-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Square 721 Extended";src:url(/fonts/Square-721-Extended-Bold.otf)format("truetype");font-display:swap}@font-face{font-family:Rubik Family;src:url(/fonts/Rubik-VariableFont_wght.ttf)format("truetype");font-display:swap}.component-edit-container{color:#fafafa;box-sizing:border-box;background:#09090b;max-width:520.833vw;min-height:100vh;margin:0 auto;padding:3.125vw;font-family:system-ui,-apple-system,sans-serif}.component-edit-container .component-edit-header{margin-bottom:.78125vw;padding-bottom:1.04167vw}.component-edit-container .component-edit-header h2{margin:0;font-size:1.8rem;font-weight:700}.component-edit-container .component-edit-tabs{background:#121214;border:.0520833vw solid #27272a;border-radius:.78125vw;align-items:center;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex}.component-edit-container .component-edit-tabs .tab-step-wrapper{flex:1;align-items:center;display:flex}.component-edit-container .component-edit-tabs .tab-step-wrapper:last-child{flex:none}.component-edit-container .component-edit-tabs .tab-step{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.75rem;padding:0;display:flex}.component-edit-container .component-edit-tabs .tab-step .tab-step-circle{color:#71717a;background:#27272a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.66667vw;height:1.66667vw;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.component-edit-container .component-edit-tabs .tab-step .tab-step-label{color:#71717a;white-space:nowrap;font-size:.9rem;font-weight:500;transition:all .2s}.component-edit-container .component-edit-tabs .tab-step:hover .tab-step-circle{color:#d4d4d8;background:#3f3f46}.component-edit-container .component-edit-tabs .tab-step:hover .tab-step-label{color:#d4d4d8}.component-edit-container .component-edit-tabs .tab-step.active .tab-step-circle{color:#fff;background:#db24fffe;box-shadow:0 0 0 .208333vw #db24ff26}.component-edit-container .component-edit-tabs .tab-step.active .tab-step-label{color:#fafafa;font-weight:700}.component-edit-container .component-edit-tabs .tab-step-connector{background:#27272a;flex:1;height:.0520833vw;margin:0 1rem}.component-edit-container .form-column{background-color:#2b2a2a;border-color:#414040;border-radius:.9375vw;flex-direction:column;gap:.78125vw;max-width:33.8542vw;margin:0 auto;display:flex}.component-edit-container .column-title{color:#f4f4f5;margin:0;font-size:1.1rem}.component-edit-container .column-desc{color:#a1a1aa;margin:0 0 1rem;font-size:.85rem}.component-edit-container .form-group{flex-direction:column;gap:.5rem;display:flex}.component-edit-container .form-label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.component-edit-container .form-input,.component-edit-container .form-select,.component-edit-container .form-textarea{color:#fafafa;box-sizing:border-box;background:#09090b;border:.0520833vw solid #27272a;border-radius:.3125vw;outline:none;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.component-edit-container .form-input:focus,.component-edit-container .form-select:focus,.component-edit-container .form-textarea:focus{border-color:#db24fffe}.component-edit-container .form-select{cursor:pointer}.component-edit-container .form-select option{color:#fafafa;background:#18181b}.component-edit-container .form-textarea{resize:vertical;line-height:1.5}.component-edit-container .form-textarea.code-type,.component-edit-container .form-textarea.css-type{font-family:Fira Code,monospace;font-size:.85rem}.component-edit-container .no-data{color:#71717a;text-align:center;margin-top:1.5rem;font-size:.9rem}.component-edit-container .component-image-preview{object-fit:contain;background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;width:100%;max-height:11.4583vw;margin-top:.625vw}.component-edit-container .btn-submit-form{color:#000;cursor:pointer;background:#db24fffe;border:none;border-radius:.416667vw;align-self:flex-start;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.component-edit-container .btn-submit-form:hover{opacity:.9}.component-edit-container .btn-submit-form:disabled{opacity:.5;cursor:not-allowed}.component-edit-container .summary-list{flex-direction:column;gap:.5rem;margin:1rem 0;display:flex}.component-edit-container .summary-item{background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.component-edit-container .summary-item .summary-dot{background:#3f3f46;border-radius:50%;flex-shrink:0;width:.416667vw;height:.416667vw}.component-edit-container .summary-item .summary-label{color:#e4e4e7;flex:1;font-size:.9rem}.component-edit-container .summary-item .summary-status{color:#71717a;font-size:.8rem}.component-edit-container .summary-item--changed{border-color:#db24ff59}.component-edit-container .summary-item--changed .summary-dot{background:#db24fffe}.component-edit-container .summary-item--changed .summary-status{color:#db24fffe;font-weight:600}.component-edit-container .summary-preview{gap:2rem;margin:1rem 0 1.5rem;display:flex}.component-edit-container .summary-preview>div{flex-direction:column;gap:.35rem;display:flex}.component-edit-container .summary-preview>div p{color:#f4f4f5;margin:0;font-size:.95rem}.component-edit-container .summary-section-wrap{flex-direction:column;gap:1.5rem;width:100%;max-width:52.0833vw;margin:0 auto;display:flex}.component-edit-container .summary-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.component-edit-container .changes-badge{color:#db24fffe;white-space:nowrap;background:#db24ff1f;border:.0520833vw solid #db24ff59;border-radius:52.0313vw;padding:.4rem .9rem;font-size:.8rem;font-weight:600}.component-edit-container .changes-badge--empty{color:#71717a;background:0 0;border-color:#3f3f46}.component-edit-container .summary-cards-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=900px){.component-edit-container .summary-cards-grid{grid-template-columns:1fr}}.component-edit-container .summary-card{background:#2b2a2a;border:.0520833vw solid #414040;border-radius:.9375vw;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.component-edit-container .summary-card h4{color:#f4f4f5;margin:0;font-size:1rem}.component-edit-container .summary-card h5{color:#e4e4e7;margin:0;font-size:.9rem}.component-edit-container .info-group{flex-direction:column;gap:.35rem;display:flex}.component-edit-container .info-group>span,.component-edit-container .info-group>p{color:#e4e4e7;margin:0;font-size:.9rem}.component-edit-container .info-row{gap:1.5rem;display:flex}.component-edit-container .info-row .info-group{flex:1}.component-edit-container .diff-value{flex-direction:column;gap:.15rem;font-size:.9rem;display:flex}.component-edit-container .diff-value .diff-old{color:#f87171;opacity:.75;text-decoration:line-through}.component-edit-container .diff-value .diff-new{color:#34d399;font-weight:500}.component-edit-container .inline-badge{border-radius:52.0313vw;padding:.15rem .55rem;font-size:.7rem;font-weight:600;display:inline-block}.component-edit-container .inline-badge--new,.component-edit-container .inline-badge--changed{color:#db24fffe;background:#db24ff1f}.component-edit-container .inline-badge--added{color:#34d399;background:#34d3991f}.component-edit-container .inline-badge--removed{color:#f87171;background:#f871711f}.component-edit-container .preview-image-section{flex-direction:column;gap:.5rem;display:flex}.component-edit-container .preview-image-section .summary-preview-img{object-fit:contain;background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;width:100%;max-height:9.375vw}.component-edit-container .preview-image-section .no-image-box{text-align:center;color:#71717a;border:.0520833vw dashed #3f3f46;border-radius:.416667vw;padding:1.5rem;font-size:.85rem}.component-edit-container .summary-block{border-top:.0520833vw solid #414040;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.component-edit-container .summary-block:first-child{border-top:none;padding-top:0}.component-edit-container .summary-block-header{justify-content:space-between;align-items:center;display:flex}.component-edit-container .json-preview-box{color:#a1a1aa;scrollbar-width:thin;scrollbar-color:#3f3f46 #09090b;background:#09090b;border:.0520833vw solid #27272a;border-radius:.416667vw;max-height:7.8125vw;margin:0;padding:.75rem;font-family:Fira Code,monospace;font-size:.75rem;overflow-y:auto}.component-edit-container .json-preview-box::-webkit-scrollbar{background:0 0;width:.520833vw;height:.520833vw}.component-edit-container .json-preview-box::-webkit-scrollbar-track{background:#09090b}.component-edit-container .json-preview-box::-webkit-scrollbar-thumb{background-color:#3f3f46;border:.104167vw solid #09090b;border-radius:.416667vw}.component-edit-container .json-preview-box::-webkit-scrollbar-thumb:hover{background-color:#52525b}.component-edit-container .json-preview-box::-webkit-scrollbar-corner{background:#09090b}.component-edit-container .code-metrics{color:#a1a1aa;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.component-edit-container .empty-text{color:#71717a;font-size:.85rem}
