@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=Cormorant+Garamond:wght@600;700&family=DM+Sans:wght@400;500;600;700&display=swap";.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}._background_mn958_1{background-image:url(/assets/landingPageImage-prxNKbQG.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%}._contentContainer_mn958_9{background:#fff;width:34rem;position:absolute;left:0;top:0;bottom:0;margin:auto}._content_mn958_9{background:#fff;padding-top:4rem;width:380px;margin:auto;right:0;left:0;position:absolute;top:0;bottom:0}._skipliLogo_mn958_31{cursor:pointer;height:inherit;margin-bottom:2rem;width:8rem}._skipliLogo_mn958_31>svg{height:inherit;width:inherit}._shopName_mn958_42{margin-bottom:3rem}._shopName_mn958_42>strong{color:#525f7f}._shopName_mn958_42>h1{line-height:1.4;margin:.6rem 0 0rem}._message_mn958_53{margin:0rem 0 1rem}._pinInputForm_mn958_57{margin:0 auto}._submitBtn_mn958_61{padding:.8rem 0rem!important;margin-top:1.4rem!important;width:100%}._haveNoAccount_mn958_67{display:flex;margin-top:2rem}._signUpLink_mn958_72{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem}._support_mn958_80{border-top:1px solid #d4dae0;margin-top:3rem;padding-top:.6rem}._needHelp_mn958_86{display:flex;align-items:center;color:#525f7f;margin:.6rem 0rem 0 0;text-decoration:none}@media only screen and (max-width:800px){._background_mn958_1{background-image:none}._contentContainer_mn958_9{right:0;width:100vw}._content_mn958_9{background:transparent;padding-top:4rem;width:82vw}}._accordion_nb6q6_2{overflow:hidden}._accordionItem_nb6q6_6{border-bottom:1px solid #a6a6a6}._accordionItem_nb6q6_6:last-child{border-bottom:none}._accordionHeader_nb6q6_14{border-radius:0;width:100%;padding:24px 0;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:.2s ease;font-size:16px;font-weight:500;color:inherit}._accordionHeader_nb6q6_14._open_nb6q6_30{border-bottom:1px solid #e5e7eb}._accordionTitle_nb6q6_34{flex:1;margin-right:12px}._accordionIcon_nb6q6_39{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:inherit}._accordionIcon_nb6q6_39._open_nb6q6_30{transform:rotate(180deg)}._chevronIcon_nb6q6_53{width:16px;height:16px}._accordionContent_nb6q6_58{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease;padding:0 20px}._accordionContent_nb6q6_58._open_nb6q6_30{max-height:500px;padding:20px}._accordionBody_nb6q6_70{padding-top:4px;color:inherit;line-height:1.6;font-size:14px}._accordionBody_nb6q6_70 p{margin:0}._accordionBody_nb6q6_70 p+p{margin-top:12px}._container_fgz0z_1{background:#fff;border-radius:8px;border:1px solid #ebeef1;margin-bottom:2rem}._header_container_fgz0z_8{border-bottom:1px solid #ebeef1;padding:20px 30px}._header_fgz0z_8{font-size:20px;margin:0}._description_fgz0z_18{font-weight:400;line-height:1.4;margin-bottom:0;opacity:.8}._content_container_fgz0z_25{padding:30px}@media only screen and (max-width:900px){._header_container_fgz0z_8,._content_container_fgz0z_25{padding:20px}}._container_krdwm_1{background:#006aff;border-radius:6px;color:#fff;font-size:12px;padding:6px 12px}._button_qy0dg_1{align-items:center;border-radius:8px;border:1px solid #d4dae0;color:#000;display:flex;justify-content:center;padding:10px 20px;text-transform:capitalize;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._button_qy0dg_1:hover{filter:brightness(95%)}._hasShadow_qy0dg_16{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}._danger_qy0dg_20,._dark_qy0dg_21,._info_qy0dg_22,._primary_qy0dg_23{color:#fff!important}._danger_qy0dg_20{background-color:#fd5458;border:none}._dark_qy0dg_21{background-color:#525f7f;border:none}._info_qy0dg_22{background-color:#006aff!important;border:none}._primary_qy0dg_23{background-color:#006aff;border:none}._warning_qy0dg_47{background-color:#fc8c32;border:none;color:#000}._inactive_qy0dg_53{opacity:.7;pointer-events:none}._carousel_8kxka_1{position:relative}._carouselContent_8kxka_5{overflow:hidden}._carouselInner_8kxka_9{display:flex;gap:1rem}._carouselInner_8kxka_9._vertical_8kxka_13{flex-direction:column}._carouselItem_8kxka_17{width:var(--carousel-item-width, calc(25% - .75rem) );flex-shrink:0;flex-grow:0;flex-basis:auto}._carouselItem_8kxka_17._vertical_8kxka_13{padding-top:1rem}@media(max-width:1200px){._carouselItem_8kxka_17:not([style*=width]){width:var(--carousel-item-width, calc(33.333% - .67rem) );min-width:var(--carousel-item-min-width, 260px)}}@media(max-width:900px){._carouselItem_8kxka_17:not([style*=width]){width:var(--carousel-item-width, calc(50% - .5rem) );min-width:var(--carousel-item-min-width, 240px)}}@media(max-width:600px){._carouselItem_8kxka_17:not([style*=width]){width:var(--carousel-item-width, 100%);min-width:var(--carousel-item-min-width, 220px)}}._navButton_8kxka_45{position:absolute;width:2rem;height:2rem;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}._navButton_8kxka_45:hover{background:#f9fafb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._navButton_8kxka_45:disabled{opacity:.5;cursor:not-allowed}._navButton_8kxka_45:disabled:hover{background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._navButton_8kxka_45 svg{width:1rem;height:1rem}._prevButton_8kxka_77._horizontal_8kxka_77{top:50%;left:-3rem;transform:translateY(-50%)}._prevButton_8kxka_77._vertical_8kxka_13{top:-3rem;left:50%;transform:translate(-50%) rotate(90deg)}._nextButton_8kxka_88._horizontal_8kxka_77{top:50%;right:-3rem;transform:translateY(-50%)}._nextButton_8kxka_88._vertical_8kxka_13{bottom:-3rem;left:50%;transform:translate(-50%) rotate(90deg)}._srOnly_8kxka_99{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._container_j0wcr_1{display:flex;align-items:center;padding-right:5px;transition:transform .2s}._alignStart_j0wcr_8{align-items:flex-start}._label_j0wcr_12{line-height:1.2rem;text-align:left}._description_j0wcr_17{margin:6px 0 0;text-align:left;font-weight:400;font-size:14px;opacity:.6}._common_j0wcr_25,._radioButton_j0wcr_25,._checkbox_j0wcr_25{background-color:#fff;border:2px solid #d4dae0;display:flex;align-items:center;justify-content:center;height:18px!important;margin:0 8px 0 0;width:18px!important;min-width:18px}._common_j0wcr_25._checked_j0wcr_36,._checked_j0wcr_36._radioButton_j0wcr_25,._checked_j0wcr_36._checkbox_j0wcr_25{background-color:#006aff;border-color:#006aff}._common_j0wcr_25._checked_j0wcr_36 ._checkIcon_j0wcr_40,._checked_j0wcr_36._radioButton_j0wcr_25 ._checkIcon_j0wcr_40,._checked_j0wcr_36._checkbox_j0wcr_25 ._checkIcon_j0wcr_40,._common_j0wcr_25._checked_j0wcr_36 ._circle_j0wcr_40,._checked_j0wcr_36._radioButton_j0wcr_25 ._circle_j0wcr_40,._checked_j0wcr_36._checkbox_j0wcr_25 ._circle_j0wcr_40{visibility:visible}._checkbox_j0wcr_25{border-radius:4px}._checkIcon_j0wcr_40{fill:#fff;height:12px;width:12px;visibility:hidden}._radioButton_j0wcr_25{border-radius:100px}._circle_j0wcr_40{background:#fff;border-radius:100px;height:10px;width:10px!important;max-width:10px;min-width:10px;visibility:hidden}._readOnly_j0wcr_69{opacity:.6}._chip_1jaue_1{background:#fff;border-radius:10px;border:1px solid #d4dae0;display:flex;align-items:center;height:60px;position:relative;max-width:90vw}._avatar_1jaue_12{border-radius:10px 0 0 10px;height:60px;width:60px}._avatar_1jaue_12>*{border-radius:inherit;height:inherit;width:inherit}._label_1jaue_23{padding:0 15px 0 10px;height:100%;text-align:left}._fullWidth_1jaue_29{width:100%}._withAvatarOnly_1jaue_33{border-top-left-radius:0;border-bottom-left-radius:0;width:calc(100% - 60px)}._withHelperButtonOnly_1jaue_39{border-top-right-radius:0;border-bottom-right-radius:0;width:calc(100% - 60px)}._partialWidth_1jaue_45{border-radius:0;width:calc(100% - 120px)}._helperButton_1jaue_50{background-color:#fff;border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid #d4dae0;height:100%;max-width:60px;min-width:60px;display:flex;align-items:center;justify-content:center;position:absolute;right:0}@media only screen and (max-width:1010px){._chip_1jaue_1{max-width:60vw}}@media only screen and (max-width:700px){._chip_1jaue_1{max-width:90vw}}._headingContainer_38l50_1{align-items:center;display:flex;flex-wrap:wrap}._heading_38l50_1{line-height:140%;margin-right:20px;margin-bottom:10px}._changeColorBtn_38l50_13{margin-bottom:10px;padding:0}._modal_38l50_18{border-radius:0!important;height:100vh!important;max-height:100vh!important;margin-right:0!important;width:550px!important}._color_block_38l50_26,._preset_color_block_38l50_26,._current_color_block_38l50_26{border-radius:7px 0 0 7px;cursor:pointer;transition:transform .2s}._current_color_block_38l50_26{border-right:1px solid #d4dae0;height:34px;margin:0;width:34px}._current_hex_color_38l50_39{color:#000;padding:0 10px;text-transform:uppercase;min-width:64px}._selectNewColor_38l50_46{margin:0 0 30px}._presetColors_38l50_50{display:flex;flex-wrap:wrap}._preset_color_block_38l50_26{border-radius:8px;height:40px;margin:0 16px 16px 0;width:40px}._preset_color_block_38l50_26:hover,._preset_color_block_38l50_26._selected_38l50_64{transform:scale(1.2)}._highlight_white_block_38l50_68{box-shadow:inset 0 0 2px #d4dae0}._hexInput_38l50_72{display:flex;align-items:center}._hexSymbol_38l50_77{font-size:1.2rem;margin-right:.6rem}._comingSoonButton_uh4af_1{background:#d4dae0;color:#000;font-weight:700;height:40px;padding:0 15px;pointer-events:none;text-transform:uppercase}.DatePicker{position:relative;display:inline-block;z-index:100}.DatePicker__input{background:#fff;border:1px solid #ddd;padding:.4em .8em;font-family:inherit;text-align:center;font-size:12px}.DatePicker__input.-rtl{direction:rtl}.DatePicker__input::placeholder{color:#979797}.DatePicker__calendarContainer.-top+.DatePicker__calendarArrow{top:auto;bottom:calc(100% + 10px);transform:translateY(-2.5rem) rotate(180deg);animation:fadeArrowFlipped .3s forwards}.DatePicker__calendarContainer{position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)}.DatePicker__calendarContainer.-top{top:auto;bottom:calc(100% + 20px)}.Calendar,.Calendar *{margin:0;padding:0;box-sizing:border-box;direction:ltr}.Calendar,.Calendar.-rtl *{direction:rtl}.DatePicker__calendarArrow{position:absolute;width:0;height:0;top:calc(100% + 10px);left:0;right:0;margin:0 auto;border-style:solid;z-index:10;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}.Calendar{--cl-color-black: #444444;--cl-color-disabled: #d4d4d4;--cl-color-error: #ff2929;font-size:10px;background:#fff;box-shadow:0 1em 4em #00000012;border-radius:1em;position:relative;-webkit-user-select:none;user-select:none;padding-top:1.2em;display:flex;flex-direction:column;width:33em;z-index:10;max-width:90vw;min-height:36.7em}.DatePicker .Calendar,.DatePicker__calendarArrow{transform:translateY(2.5em);opacity:0;animation:fadeCalendar .3s forwards}.DatePicker__calendarContainer.-top .Calendar{transform:translateY(-2.5em)}.Calendar.-noFocusOutline *:focus{outline:none!important}.Calendar>:not(.Calendar__footer) button{font-family:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.Calendar__header{display:flex;color:var(--cl-color-black);padding:2em 2.9em;align-items:center;overflow:hidden}.Calendar__monthArrowWrapper{line-height:0;font-size:1em;padding:3px;position:relative;border:none;z-index:1;opacity:1;transition:.2s}.Calendar__monthArrowWrapper:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthArrowWrapper:disabled,.Calendar__monthArrowWrapper.-hidden{opacity:0;pointer-events:none}.Calendar__monthArrowWrapper.-left{transform:rotate(90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-left,.Calendar__monthArrowWrapper.-right{transform:rotate(-90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-right{transform:rotate(90deg)}.Calendar__monthArrowWrapper:active .Calendar__monthArrow{transform:scale(.7)}.Calendar__monthArrow{border-radius:50%;transition:var(--animation-duration) transform;pointer-events:none;background-repeat:no-repeat;display:block;width:1.7em;height:1.7em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%}.Calendar__monthYearContainer{flex:1;position:relative}.Calendar__monthYear{font-size:1.6em;font-weight:500;display:flex;align-items:center;position:absolute;top:0;bottom:0;left:50%;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0);transition:var(--animation-duration);line-height:1}.Calendar__monthYear.-hiddenNext{opacity:0;transform:translate(50%)}.Calendar.-rtl .Calendar__monthYear.-hiddenNext{transform:translate(-150%)}.Calendar__monthYear.-hiddenPrevious{opacity:0;transform:translate(-150%)}.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious{transform:translate(50%)}.Calendar__monthYear.-shown{opacity:1;margin-top:auto;margin-bottom:auto;transform:translate(-50%)}.Calendar__monthYear.-shownAnimated{animation:var(--animation-duration) fadeTextToCenter forwards}.Calendar__monthYear>*{padding:.2em .5em;border:1px solid transparent;transition:var(--animation-duration);font-size:1.05em;display:flex;justify-content:center;align-items:center;transform:translate(0) scale(.95);will-change:transform;border-radius:5px}.Calendar__monthYear:not(.-shown)>*,.Calendar__monthYear>*.-hidden{cursor:default;pointer-events:none}.Calendar__monthText{margin-left:-.3em}.Calendar__yearText:last-child{margin-right:-.3em}.Calendar__monthYear.-shown>*:hover,.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown>*:focus,.Calendar__monthYear>*.-activeBackground{background:#f5f5f5}.Calendar__monthText:hover{transform:translate(-.2em) scale(.95)}.Calendar.-rtl .Calendar__monthText:hover,.Calendar__yearText:hover{transform:translate(.2em) scale(.95)}.Calendar.-rtl .Calendar__yearText:hover{transform:translate(-.2em) scale(.95)}.Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(-50%)}.Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(-50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(50%)}.Calendar__monthYear:not(.-shown)>*{pointer-events:none}.Calendar__monthSelectorAnimationWrapper,.Calendar__yearSelectorAnimationWrapper{position:absolute;width:100%;height:80%;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.Calendar__monthSelectorWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Calendar__monthSelector{padding:0 2.5em 2em;align-content:center}.Calendar__monthSelector,.Calendar__yearSelector{display:flex;flex-wrap:wrap;position:relative;z-index:2;background-color:#fff;transform:translateY(-150%);will-change:transform;transition:.6s;height:100%}.Calendar__yearSelectorWrapper{width:100%;height:100%}.Calendar__yearSelectorWrapper:after,.Calendar__yearSelectorWrapper:before{content:"";width:100%;height:5em;position:absolute;left:0;opacity:0;transition:.4s;transition-delay:.2s}.Calendar__yearSelectorWrapper:after{background-image:linear-gradient(to bottom,#fff,#fff 10%,#f5f5f500);top:-.1em}.Calendar__yearSelectorWrapper:before{background-image:linear-gradient(to top,#fff,#fff 10%,#f5f5f500);bottom:0}.Calendar__yearSelectorWrapper.-faded:after,.Calendar__yearSelectorWrapper.-faded:before{opacity:1;z-index:3}.Calendar__yearSelector{align-content:flex-start;scrollbar-width:0;overflow:scroll;position:relative;width:100%;padding:5em 2em;-ms-overflow-style:none}.Calendar__yearSelector::-webkit-scrollbar{display:none}.Calendar__yearSelectorItem{width:25%;display:flex;justify-content:center}.Calendar__yearSelectorItem:not(:nth-child(-n+4)){margin-top:1.5em}.Calendar__yearSelectorText{border:none;font-size:1.4em;min-width:85%;padding:.2em .5em;border-radius:8.5px}.Calendar__monthSelector.-open,.Calendar__yearSelector.-open{transform:translateY(0)}.Calendar__yearSelectorText:focus,.Calendar__monthSelectorItemText:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthSelectorItem{width:calc(100% / 3);display:flex;justify-content:center}.Calendar__monthSelectorItem:not(:nth-child(-n+3)){margin-top:2em}.Calendar__monthSelectorItemText{border:none;padding:.4em;border-radius:8.5px;font-size:1.3em;min-width:70%;transition:.3s}.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover{background:#f5f5f5}.Calendar__monthSelectorItemText:disabled,.Calendar__yearSelectorText:disabled{opacity:.5;cursor:default}.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText{background-color:var(--cl-color-primary);color:#fff}.Calendar__weekDays{display:flex;justify-content:space-between;color:var(--cl-color-disabled);font-size:1.2em;margin-bottom:.7em;padding:0 2.6em;position:relative}.Calendar__weekDay{display:block;width:calc(100% / 7);text-align:center;text-decoration:none}.Calendar__sectionWrapper{position:relative;min-height:25.8em;overflow:hidden}.Calendar__section{display:flex;flex-direction:column;padding:.5em 3.2em 0;position:absolute;color:var(--cl-color-black);top:0;left:0;width:100%;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden;transition:var(--animation-duration)}.Calendar__section.-hiddenPrevious{opacity:.5;transform:translate(-90%)}.Calendar.-rtl .Calendar__section.-hiddenPrevious{transform:translate(90%)}.Calendar__section.-hiddenNext{opacity:.5;transform:translate(90%)}.Calendar.-rtl .Calendar__section.-hiddenNext{transform:translate(-90%)}.Calendar__section.-shown{opacity:1;transform:translate(0)}.Calendar__section.-shownAnimated{animation:var(--animation-duration) FadeContentToCenter forwards}.Calendar__weekRow{display:flex;width:100%}.Calendar__day{display:block;width:calc(100% / 7);text-align:center;padding:calc(.25em - 1px) 0;font-size:1.6em;border-radius:50%;transition:.2s;border:1px solid transparent;margin-bottom:.3em;color:#000c;display:flex;justify-content:center;align-items:center;cursor:pointer}.Calendar__day:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__day.-ltr{min-height:2.6em;font-size:1.45em}.Calendar__day.-rtl{font-size:1.55em;height:2.45em}.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover{background:#eaeaea;border-radius:50%;color:var(--cl-color-black);border-color:transparent}.Calendar__day.-selected,.Calendar__day.-selectedStart,.Calendar__day.-selectedEnd{background:var(--cl-color-primary);color:#fff}.Calendar__day.-ltr.-selectedStart{border-radius:100em 0 0 100em}.Calendar__day.-rtl.-selectedStart{border-radius:0 100em 100em 0}.Calendar__day.-selectedBetween{background:var(--cl-color-primary-light);color:var(--cl-color-primary);border-radius:0}.Calendar__day.-ltr.-selectedEnd{border-top-right-radius:100em;border-bottom-right-radius:100em}.Calendar__day.-rtl.-selectedEnd{border-top-left-radius:100em;border-bottom-left-radius:100em}.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){color:var(--cl-color-error)}.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{background:var(--cl-color-error)}.Calendar__day.-disabled{color:var(--cl-color-disabled)!important;background:transparent!important;cursor:default!important}.Calendar__day.-selected{border-radius:50%}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){font-weight:600;color:var(--cl-color-black);color:#000;position:relative}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{content:"";position:absolute;bottom:.2em;display:block;width:.6em;height:1px;background:#000;left:50%;opacity:.5;transform:translate(-50%);transition:.2s}.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{opacity:0}.Calendar__day.-blank{color:transparent;cursor:default;pointer-events:none}.Calendar__footer{position:relative;z-index:1}@keyframes fadeCalendar{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes fadeArrowFlipped{0%{opacity:0}to{opacity:1;transform:translateY(0) rotate(180deg)}}@keyframes fadeTextToCenter{to{opacity:1;transform:translate(-50%)}}@keyframes FadeContentToCenter{to{opacity:1;transform:translate(0)}}._container_1mq95_1{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 .8rem}._calendarIcon_1mq95_11{height:.9rem;margin-right:.6rem;width:.9rem}._calendarIcon_1mq95_11>svg{fill:#006aff;height:inherit;width:inherit}._input_1mq95_22{color:#006aff;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";height:30px;padding:0;width:4rem}._input_1mq95_22::placeholder{color:#000}._fullWidth_1mq95_34{width:162px}._calendar_1mq95_11{z-index:999!important}._dayPicker_1hnah_1{display:flex;flex-direction:column;gap:8px;width:100%}._dayChips_1hnah_8,._monthDays_1hnah_9{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;width:100%}._dayChip_1hnah_8,._monthDayChip_1hnah_17{box-sizing:border-box;display:inline-flex;min-width:0;min-height:42px;align-items:center;justify-content:center;padding:0 10px;color:#334155;font:inherit;font-size:13px;font-weight:700;background:#fff;border:1px solid #cbd8e8;border-radius:8px;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}._dayChip_1hnah_8:hover,._dayChip_1hnah_8:focus-visible,._monthDayChip_1hnah_17:hover,._monthDayChip_1hnah_17:focus-visible{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;outline:none}._dayChip_1hnah_8._selected_1hnah_43,._monthDayChip_1hnah_17._selected_1hnah_43{color:#fff;background:#2563eb;border-color:#2563eb}._dayChip_1hnah_8._selected_1hnah_43:hover,._dayChip_1hnah_8._selected_1hnah_43:focus-visible,._monthDayChip_1hnah_17._selected_1hnah_43:hover,._monthDayChip_1hnah_17._selected_1hnah_43:focus-visible{color:#fff;background:#1d4ed8;border-color:#1d4ed8}@media(max-width:720px){._dayChips_1hnah_8,._monthDays_1hnah_9{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:480px){._dayChips_1hnah_8,._monthDays_1hnah_9{grid-template-columns:repeat(2,minmax(0,1fr))}}._placeholder_container_ptiu0_1{align-items:center;display:flex;cursor:pointer}._placeholder_ptiu0_1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._arrow_icon_ptiu0_13{height:14px;margin-left:10px;transform:rotate(90deg);width:14px}._arrow_icon_ptiu0_13>svg{height:inherit;width:inherit}._option_container_ptiu0_24{cursor:pointer;border-bottom:1px solid #d4dae0;line-height:1.4rem;padding:14px 0}._container_jacqq_1{width:100%;position:relative}._tableWrapper_jacqq_6{width:100%;overflow:auto;border-radius:8px;border:1px solid hsl(214.3,31.8%,91.4%)}._table_jacqq_6{width:100%;caption-side:bottom;font-size:.875rem;border-collapse:collapse;background-color:#fff}._thead_jacqq_21{border-bottom:1px solid hsl(214.3,31.8%,91.4%)}._tbody_jacqq_25 tr:last-child{border-bottom:none}._tr_jacqq_29{border-bottom:1px solid hsl(214.3,31.8%,91.4%);transition:background-color .15s ease}._tr_jacqq_29:hover{background-color:#f8fafc}._tr_jacqq_29._clickable_jacqq_36{cursor:pointer}._th_jacqq_21{padding:1rem;text-align:left;font-weight:600;color:#000;vertical-align:middle;-webkit-user-select:none;user-select:none;position:relative}._th_jacqq_21._sortable_jacqq_49{cursor:pointer;transition:color .15s ease}._th_jacqq_21._sortable_jacqq_49:hover{color:#0f172a}._th_jacqq_21._sorted_jacqq_56{color:#0f172a;font-weight:600}._td_jacqq_61{padding:.75rem 1rem;vertical-align:middle;color:#0f172a}._sortIcon_jacqq_67{display:inline-block;margin-left:.5rem;font-size:.75rem;opacity:.7}._loading_jacqq_74{padding:40px;text-align:center;color:#6b7280;font-size:14px}._emptyIcon_jacqq_81{margin-bottom:16px;display:flex;justify-content:center}._emptyIcon_jacqq_81 svg{width:48px;height:48px;color:#9ca3af}._pagination_jacqq_92{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem;border-top:1px solid hsl(214.3,31.8%,91.4%)}._paginationBtn_jacqq_101{padding:6px 12px;border:1px solid hsl(214.3,31.8%,91.4%);border-radius:6px;background:#fff;font-size:14px;cursor:pointer;transition:background .2s}._paginationBtn_jacqq_101:hover:not(:disabled){background:#f8fafc}._paginationBtn_jacqq_101:disabled{opacity:.5;cursor:not-allowed}._pageInfo_jacqq_118{font-size:14px;color:#6b7280}._overlay_1tvso_1{position:fixed;top:45px;left:0;right:0;bottom:0;background-color:#0003;z-index:9999}._modal_1tvso_11,._centerPageModal_1tvso_11,._fullPageModal_1tvso_11{position:absolute;top:0;left:0;right:0;border:none;overflow:auto;outline:none;padding:0;z-index:9999}._contentContainer_1tvso_23{background:#fff;height:auto;min-height:100%;position:relative}._closeModalButton_1tvso_30{height:50px;top:20px;min-width:50px;text-align:left}._closeIcon_1tvso_37{height:20px;width:20px}._fullPageModal_1tvso_11{border-radius:0}._headerContainer_1tvso_46{padding:15px 25px;border-bottom:1px solid #b2bec3;display:flex;align-items:center;justify-content:space-between;height:3vh;max-height:3vh}._bodyContainer_1tvso_56{padding:0 25px 130px}._footerContainer_1tvso_60{border-top:1px solid rgba(217,219,224,.5);background:#fff;z-index:50;height:70px;position:fixed;position:-webkit-sticky;width:100%;bottom:0}._footerContentContainer_1tvso_71{height:100%;padding:0 50px}._centerPageModal_1tvso_11{border-radius:8px;bottom:0;margin:auto}._moduleContainer_1dthm_1{margin-bottom:20px}._moduleContainer_1dthm_1>button{margin-bottom:20px}._moduleTitleContainer_1dthm_8{display:flex;text-align:left}._moduleTitle_1dthm_8{font-size:1.2rem;margin:0 25px 5px 0}._moduleDescription_1dthm_18{color:#494949;font-weight:400;line-height:22px;margin:8px 0 0;text-align:left}._titleUnderline_1dthm_26{border-top:2px solid #000;border-radius:0;display:block;width:40px}._arrowIcon_1dthm_33{margin-top:5px;height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_1dthm_33._flip_1dthm_40{transform:rotate(-90deg)}._unclickable_1dthm_44{pointer-events:none}._container_n9q8h_1{position:fixed;bottom:10vh;right:8vw}._floatingButton_n9q8h_7{background:#006aff;border-radius:100%;color:#fff;font-size:2.4rem;height:70px;width:70px;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}@media only screen and (max-width:900px){._floatingButton_n9q8h_7{height:60px;width:60px;font-size:1.2rem}}._agreeButton_evy4p_1{display:flex;align-items:center;font-weight:700}._disclaimer_evy4p_7{color:#525f7f;line-height:22px;margin-top:40px}._checkbox_evy4p_13{background:#fff;height:25px;width:25px;border:1px solid #e0e0e0;border-radius:inherit;margin-right:15px}._checkbox_evy4p_13._checked_evy4p_21{background:#000;border-color:#000;display:flex;align-items:center;justify-content:center}._checkIcon_evy4p_29{height:16px;width:16px;fill:#fff}._image_f8aiq_1{object-fit:cover}._checkbox_1ln3l_1{display:flex;align-items:center;position:relative}._checkbox_1ln3l_1>*{cursor:pointer;transition:all .1s ease-in-out 0s}._checkbox_1ln3l_1>input[type=checkbox]{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;height:30px;margin:0;width:30px}._checkbox_1ln3l_1>input[type=checkbox]:checked{background-color:#000;border-color:#000}._label_1ln3l_23{margin-left:10px}._label_1ln3l_23._checked_1ln3l_26{font-weight:700}._checkIcon_1ln3l_30{position:absolute;fill:#fff;height:18px;width:18px;left:6px}._container_8i34p_1{margin-bottom:30px}._label_container_8i34p_5{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit;margin-bottom:10px}._label_8i34p_5{font-weight:500;margin-right:10px;white-space:pre-wrap}._character_count_8i34p_20{color:#525f7f;font-size:12px;font-weight:400}._character_count_8i34p_20._max_character_count_warning_8i34p_25{color:#fd5458!important;font-weight:500}._field_8i34p_30{border:1px solid #d4dae0;background:#fff;border-radius:8px;min-height:28px;padding:8px 16px;width:inherit}._field_8i34p_30>input,._field_8i34p_30 textarea{font-weight:500;padding:0}._field_8i34p_30>input{line-height:30px}._field_8i34p_30>textarea{line-height:24px}._field_8i34p_30._focused_8i34p_49{border-color:transparent;box-shadow:0 0 0 2px #000;-webkit-box-shadow:0 0 0 2px #000}._field_8i34p_30._invalid_8i34p_54{border-color:transparent;box-shadow:0 0 0 2px #fc8c32;-webkit-box-shadow:0 0 0 2px #fc8c32}._field_8i34p_30._readOnly_8i34p_59{background:#f5f7fa;border-color:#eef1f6}._input_8i34p_64{background:inherit;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:inherit;padding-top:0;width:100%}._input_8i34p_64::placeholder{color:#4f4f4f;opacity:.4}._footer_8i34p_77{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4;margin-top:10px;font-size:12px}._description_8i34p_86{color:#525f7f;font-weight:400;margin:0 10px 0 0}._error_text_8i34p_92{color:#fc8c32;text-align:right}._label_13k1s_1{font-weight:600;font-size:.85rem;margin-top:0}._optionsContainer_h0iod_1{display:flex;flex-wrap:wrap;margin-top:10px}._field_h0iod_7{margin-bottom:20px;max-width:30%;width:30%}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker *:before,.react-time-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-time-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-time-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-time-picker__inputGroup{min-width:calc((4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-time-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-time-picker__inputGroup__divider,.react-time-picker__inputGroup__leadingZero{display:inline-block}.react-time-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-time-picker__inputGroup__input::-webkit-outer-spin-button,.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:#ff00001a}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-time-picker__inputGroup__amPm{font:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.react-time-picker__button{border:0;background:transparent;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096;z-index:1}.react-time-picker__clock--closed{display:none}._container_1srim_1{display:flex;flex-direction:column;gap:12px;width:100%}._inputWrapper_1srim_8{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;transition:border-color .2s}._inputWrapper_1srim_8:hover{border-color:#adb5bd}._calendarIcon_1srim_22{color:#6c757d;display:flex;align-items:center}._dateInput_1srim_28{flex:1;border:none;background:transparent;font-size:14px;color:#212529;cursor:pointer;outline:none}._timeWrapper_1srim_38{display:flex;align-items:center;gap:12px;margin-top:4px}._label_1srim_45{font-size:13px;font-weight:500;color:#495057}.react-modern-calendar-datepicker{z-index:1000}.react-time-picker{width:100%}.react-time-picker__wrapper{border:1px solid #dee2e6;border-radius:8px;padding:4px 8px;background:#fff}.react-time-picker__inputGroup{font-size:14px}._loadingSpinnerContainer_1wubk_1{display:flex;align-items:center;justify-content:center}._loadingSpinnerContainer_1wubk_1._top_1wubk_6{flex-direction:column}._loadingSpinnerContainer_1wubk_1._right_1wubk_9{flex-direction:row-reverse}._loadingSpinnerContainer_1wubk_1._bottom_1wubk_12{flex-direction:column-reverse}._loadingSpinnerContainer_1wubk_1._left_1wubk_15{flex-direction:row}._message_1wubk_19{font-size:1.2rem;line-height:25px;text-align:center}@keyframes _logoAnimationZoom_1wubk_1{0%{height:60px}25%{height:70px}50%{height:60px}75%{height:50px}to{height:60px}}@keyframes _logoAnimationSpin_1wubk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _logoAnimationSlide_1wubk_1{0%{justify-content:center}25%{justify-content:flex-start}50%{justify-content:center}75%{justify-content:flex-end}to{justify-content:center}}._svgContainerWrapper_1wubk_67{width:100px;display:flex;justify-content:center}._svgContainer_1wubk_67{width:100px;height:100px;display:flex;justify-content:center;align-items:center;animation-iteration-count:infinite;animation-timing-function:linear}._svgContainer_1wubk_67._spin_1wubk_82{animation-duration:2s;animation-name:_logoAnimationSpin_1wubk_1}._svgContainer_1wubk_67._slide_1wubk_86{animation-duration:1s;animation-name:_logoAnimationSlide_1wubk_1}._svgIcon_1wubk_91{height:60px}._svgIcon_1wubk_91._zoom_1wubk_94{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1s;animation-name:_logoAnimationZoom_1wubk_1}._backButton_1h8hz_1{display:flex;align-items:center;color:#000;font-size:1rem;padding:.4rem 1rem .4rem 0}._backButton_1h8hz_1>svg{fill:#000;height:18px;margin-right:.6rem;width:18px;transform:rotate(180deg)}._overlay_1g3jh_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1g3jh_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1g3jh_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1g3jh_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_1g3jh_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._contentDescriptionContainer_1g3jh_54{background:#f9fbfd;border-bottom:1px solid #ebeef1;line-height:1.4;padding:1rem 24px}._title_1g3jh_61{font-size:14px;margin:0 0 .2rem}._contentDescription_1g3jh_54{font-size:14px;font-weight:500;margin:0}._overlay_1ucr6_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1ucr6_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1ucr6_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1ucr6_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_1ucr6_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._footer_container_1ucr6_54{background:#fff;border-top:1px solid #f0f2f6;display:flex;align-items:center;justify-content:flex-end;padding:12px 24px}._cancelButton_1ucr6_63,._submitButton_1ucr6_64{margin:0;min-width:90px;padding:10px 26px}._cancelButton_1ucr6_63{background:#fff!important;color:#000!important;margin-right:16px}._submitButton_1ucr6_64{font-weight:500}._overlay_1jmfx_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1jmfx_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1jmfx_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1jmfx_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_1jmfx_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._headerContainer_1jmfx_54{background:#fff;border-bottom:1px solid #f0f2f6;padding:12px 24px;position:sticky;position:-webkit-sticky;top:0;z-index:50}._header_content_1jmfx_64{justify-content:space-between;align-items:center;display:flex}._button_1jmfx_70,._close_button_1jmfx_70,._back_button_1jmfx_70{border:1px solid #ebeef1!important;box-shadow:none;min-height:34px;height:34px;margin:0;padding:0;min-width:34px;width:34px}._button_1jmfx_70:hover,._close_button_1jmfx_70:hover,._back_button_1jmfx_70:hover{filter:brightness(95%)}._back_button_1jmfx_70{margin-right:20px}._close_button_1jmfx_70{margin-left:20px}._close_button_1jmfx_70._invisible_1jmfx_91{visibility:hidden}._close_button_1jmfx_70._no_margin_left_1jmfx_94{margin-left:0}._cross_icon_1jmfx_98{fill:#000;height:12px;width:12px}._arrow_icon_1jmfx_104{fill:#000;height:14px;width:14px;transform:rotate(180deg)}._header_1jmfx_54{font-size:20px;font-weight:600;line-height:140%;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;text-align:center}@media only screen and (max-width:500px){._header_1jmfx_54{font-size:18px}}._overlay_sfu6y_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_sfu6y_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_sfu6y_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_sfu6y_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_sfu6y_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._mobileNavbarIcon_1q70h_1{height:30px;width:30px}._adminContentContainer_uxh9s_1{height:fit-content;position:relative;padding:70px 50px 50px 300px;width:100%}._customerDesktop_uxh9s_8{padding:50px 20px 30px}._customerMobile_uxh9s_12{padding:0 20px 30px}._shopLogoAndName_uxh9s_16{display:flex;align-items:center}._shopLogoAndName_uxh9s_16>img{height:40px;margin-right:15px}._shopLogoAndName_uxh9s_16>h2{font-size:2rem;margin:0}._shopAddress_uxh9s_29{margin-bottom:5px}._shopAddress_uxh9s_29>a{text-decoration:none;color:#6fb9c1}._shopAddress_uxh9s_29>a:hover{text-decoration:underline}._hoursContainer_uxh9s_40{display:flex}._hoursText_uxh9s_44{margin-right:30px}@media only screen and (max-width:930px){._adminContentContainer_uxh9s_1{padding-left:20px;padding-right:20px}}._navbarContainer_1dadg_1{height:100%}._navbarItemContainer_1dadg_5{background:none;border:none;border-radius:0;margin-bottom:.4rem;padding:.6rem 0;position:relative;justify-content:flex-start;width:100%}._navbarItemContainer_1dadg_5:hover{box-shadow:none}._navbarItemContainer_1dadg_5:hover ._navbarItemLabel_1dadg_18{color:#006aff}._navbarItemContainer_1dadg_5:hover ._iconContainer_1dadg_21>svg{fill:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24{border-right:3px solid #006AFF;color:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24>._navbarItemLabel_1dadg_18{color:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24>._iconContainer_1dadg_21>svg{fill:#006aff}._iconContainer_1dadg_21{height:16px;margin-right:12px;width:16px}._iconContainer_1dadg_21>svg{fill:#525f7f;height:inherit;width:inherit}._navbarItemLabel_1dadg_18{color:#525f7f;font-size:14px;text-transform:capitalize;white-space:nowrap}@media only screen and (max-width:700px){._iconContainer_1dadg_21{height:18px;width:18px}._navbarItemLabel_1dadg_18{font-size:16px}}._container_k8am9_1{height:100%;padding:15px 0 30px;overflow:auto}._navigationOptionsContainer_k8am9_7{padding:0 0 0 1.2rem}._sectionsContainer_k8am9_11{padding-bottom:160px;overflow-y:auto}._section_k8am9_11{margin-bottom:15px;padding-bottom:5px}._generalSection_k8am9_21{display:none}._heading_k8am9_25{font-size:1rem;font-weight:600;margin:0 0 1rem;text-transform:capitalize}._link_k8am9_32{display:flex;text-decoration:none}._poweredBy_k8am9_37{background:#006aff;border-top:1px solid #d4dae0;padding:14px 0 10px;position:absolute;bottom:0;right:0;left:0}._support_k8am9_47{font-size:12px;padding:0 30px}._helpLinks_k8am9_52{align-items:center}._needHelp_k8am9_56{align-items:center;color:#fff;display:flex;margin:0 0 8px;text-decoration:none}._phoneIcon_k8am9_64{height:14px;margin-right:15px;width:14px;fill:#fff!important}._phoneIcon_k8am9_64 path{fill:#fff!important}._skipliContact_k8am9_75{font-size:.75rem;font-weight:700;margin:10px 0 0;display:flex;align-items:center;justify-content:center}._skipliContact_k8am9_75>svg{height:16px;width:16px;margin-right:8px}@media only screen and (max-width:930px){._generalSection_k8am9_21{display:block}._heading_k8am9_25{font-size:18px}}._adminHeaderContainer_lrp0p_1{background:#24292e;width:100%;height:45px;position:fixed;right:0;z-index:200;left:0;top:0}._adminHeaderContent_lrp0p_12{color:#fff;display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 30px}._showMenu_lrp0p_21{display:block!important}._firstCol_lrp0p_25{width:30%}._skipliLogo_lrp0p_29{height:1.4rem;margin-top:2px}._skipliLogo_lrp0p_29>svg{height:inherit;width:inherit}._menuIconContainer_lrp0p_38{border-radius:0;height:45px;display:none;align-items:center;text-transform:capitalize;font-weight:700;white-space:nowrap}._menuIconContainer_lrp0p_38>svg{height:16px;width:16px;fill:#fff;margin-right:8px}._secondCol_lrp0p_54{width:65%}._secondColContent_lrp0p_58{display:flex;align-items:center;justify-content:flex-end}._secondColButton_lrp0p_64,._getUpdatesButton_lrp0p_64,._visitOnlineMenuButton_lrp0p_65,._shopInfoButton_lrp0p_66{background:transparent;border:none!important;display:flex;text-decoration:none;color:#fff;border-radius:6px;margin:auto 0;padding:6px 14px;text-transform:uppercase;white-space:nowrap}._secondColButton_lrp0p_64:hover,._getUpdatesButton_lrp0p_64:hover,._visitOnlineMenuButton_lrp0p_65:hover,._shopInfoButton_lrp0p_66:hover{background:#fff;color:#006aff}._secondColButton_lrp0p_64:hover ._secondColIcon_lrp0p_84>svg,._getUpdatesButton_lrp0p_64:hover ._secondColIcon_lrp0p_84>svg,._visitOnlineMenuButton_lrp0p_65:hover ._secondColIcon_lrp0p_84>svg,._shopInfoButton_lrp0p_66:hover ._secondColIcon_lrp0p_84>svg{fill:#006aff}._visitOnlineMenuButton_lrp0p_65{display:flex;align-items:center}._secondColIcon_lrp0p_84{height:16px;margin-right:8px;width:16px}._secondColIcon_lrp0p_84>svg{fill:#fff;height:inherit;width:inherit}._shopName_lrp0p_106{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._menuContainer_lrp0p_113{background-color:#f9fbfd;position:fixed;bottom:0;top:45px;width:250px;z-index:180}@media only screen and (max-width:930px){._adminHeaderContent_lrp0p_12{padding:0 10px}._firstCol_lrp0p_25{width:40%}._menuIconContainer_lrp0p_38{display:flex}._menuContainer_lrp0p_113{display:none;z-index:300;width:100%}._skipliLogo_lrp0p_29,._getUpdatesButton_lrp0p_64,._visitOnlineMenuButton_lrp0p_65{display:none}}._container_wf9i5_1{border-bottom:1px solid #dddddd;padding:20px 0}._itemCount_wf9i5_6{background:#000;border-radius:100px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem!important;margin-bottom:12px;height:30px;width:30px}._itemCount_wf9i5_6>svg{fill:#fff;height:10px;margin-left:2px;margin-top:2px;transform:rotate(45deg);width:10px}._itemInCart_wf9i5_28{display:flex;align-items:flex-start;justify-content:space-between}._itemInCart_wf9i5_28._magnified_wf9i5_33 *{font-size:1.2rem;text-transform:lowercase}._itemInCart_wf9i5_28._magnified_wf9i5_33 *>._itemName_wf9i5_37{font-weight:700}._itemInCart_wf9i5_28._magnified_wf9i5_33 *>._itemExtraInfo_wf9i5_40{line-height:25px}._itemInfoColumn_wf9i5_44{width:80%;max-width:80%;text-align:left}._quantity_wf9i5_50{width:20px;background:#0b2135;color:#fff;margin:0;border-radius:2px;height:20px;text-align:center;font-weight:700}._itemDetailsColumn_wf9i5_61{line-height:1rem;padding-right:10px;text-align:left}._itemName_wf9i5_37{font-weight:700;line-height:22px}._itemExtraInfo_wf9i5_40{margin-top:.8rem;word-wrap:break-word}._customerInstruction_wf9i5_77{margin-top:10px}._itemAddition_wf9i5_81{color:#525f7f;font-weight:400;margin-right:.4rem}._ifSoldOut_wf9i5_87{font-size:.75rem;color:#828282;font-weight:700;margin:5px 0 0}._priceCol_wf9i5_94{max-width:20%;width:20%;text-align:right}._discount_amount_wf9i5_100{color:#009459;font-size:13px;margin-top:4px}@media only screen and (max-width:700px){._itemInCart_wf9i5_28{flex-direction:column}._itemInfoColumn_wf9i5_44{max-width:100%;width:100%}._priceCol_wf9i5_94{margin-top:12px;max-width:100%;width:100%;text-align:left}}._heading_1qvwe_1{align-items:center;display:flex;flex-wrap:wrap}._headingText_1qvwe_7{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.6rem}._sign_1qvwe_14,._optionalSign_1qvwe_14,._requiredSign_1qvwe_14{border-radius:100px;font-size:.7rem;margin-bottom:.6rem;padding:4px 8px;text-transform:uppercase}._requiredSign_1qvwe_14{background:#006aff;color:#fff}._optionalSign_1qvwe_14{background:#e4e6eb}._optionsContainer_1qvwe_31{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:.6rem}._option_1qvwe_14{cursor:pointer;margin:0 20px 20px 0}._option_1qvwe_14._has_border_1qvwe_42{border:2px solid #d4dae0;border-radius:10px;padding:10px;align-content:stretch}._option_1qvwe_14._has_border_1qvwe_42._selected_1qvwe_48{border-color:#006aff}._confirmButton_1ppgg_1{margin-left:0}._heroImageContainer_n3000_1{background:#ffe3e3;margin:-25px -30px 0;padding:2.2rem 1.6rem}._heroImageContent_n3000_7{display:flex;justify-content:space-between;max-width:1200px;margin:auto}._heroImageText_n3000_14{width:46%}._heroImageText_n3000_14>h1{font-size:2.2rem}._heroImageText_n3000_14>p{font-size:1.1rem;line-height:1.6rem}._heroImg_n3000_25{height:18rem}._getStartedButton_n3000_29{background:#ef5155;color:#fff;margin:2rem auto auto 0}._howItWorksContainer_n3000_35{max-width:36rem;margin:auto;padding:2.4rem 1.6rem;text-align:center}._howItWorksContainer_n3000_35>h2{font-size:1.6rem}._howItWorksContainer_n3000_35>p{font-size:1rem;line-height:1.4rem;margin-bottom:3rem}._howItWorksItem_n3000_50{border-bottom:1px solid #d6d6d6;align-items:center;display:flex;margin-bottom:1.8rem;padding-bottom:1.8rem}._howItWorksItem_n3000_50>img{margin-right:1rem;width:4.4rem}._howItWorksItem_n3000_50:last-child{border-bottom:none}._fieldsContainer_ajrkx_1{display:flex;flex-wrap:wrap}._field_ajrkx_1{margin:0 15px 15px 0;width:46%}._image_ajrkx_11{border-radius:4px;height:100px;object-fit:contain;width:100px}._createCouponButton_ajrkx_18{background:#006aff;color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:18px;height:45px;width:260px;padding:0 20px;margin:auto auto 20px}._coupon_ajrkx_32,._activeCoupon_ajrkx_32{display:flex;justify-content:space-between;padding:10px;border-radius:6px;color:#fff;margin-bottom:10px}._couponDescription_ajrkx_41{font-size:.9rem;margin:0}._activeCoupon_ajrkx_32{background:#006aff}._editIcon_ajrkx_50{fill:#fff;height:16px;width:16px}@media only screen and (max-width:600px){._field_ajrkx_1{width:100%}}._removeButton_5fmj7_1{color:#000c;height:16px;width:16px}._fieldsContainer_5fmj7_7{display:flex;flex-wrap:wrap}._field_5fmj7_7{margin:0 15px 15px 0;width:46%}._radioBtnContainer_5fmj7_17{display:flex;flex-direction:column;margin-right:20px}._placeholder_container_1ra1u_1{padding:5px 10px;border:1px solid #d4dae0;border-radius:8px}._label_container_1ra1u_7{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit;margin-top:6px;margin-right:6px}._select_time_container_1ra1u_17{display:flex}._modal_1ra1u_21{min-width:10rem}._box_s8t0w_1{margin-bottom:50px}._input_container_s8t0w_5{display:flex;align-items:center;flex-wrap:wrap}._review_link_s8t0w_11{margin:0 30px 20px 0}._text_field_s8t0w_15{width:450px}._buttons_s8t0w_19{display:flex;margin-bottom:20px}._button_s8t0w_19{color:#006aff;margin-right:16px;padding:.8rem}._button_s8t0w_19>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}@media only screen and (max-width:800px){._review_link_s8t0w_11{margin-right:0}._text_field_s8t0w_15{width:72vw}._button_s8t0w_19{border-radius:10px;font-size:.9rem;padding:8px 16px}}._container_filter_23975_1{align-items:center;display:flex;flex-wrap:wrap;font-size:15px}._table_23975_8{border:none!important;box-shadow:none!important}._option_23975_13{padding:8px 12px;cursor:pointer}._option_23975_13:hover{background-color:#f0f0f0}._selectedOption_23975_22{margin-top:10px;color:#333}._elementContainer_23975_27{margin:0 20px 20px}._button_select_23975_31{right:0}._button_select_change_23975_35{position:fixed;top:50px;z-index:100;right:0}._containerButton_23975_42{display:flex;justify-content:space-between}._button_23975_31{background:#fff!important;border:1px solid #ccc!important;height:34px!important;padding:0 14px}._expandOrdersButton_23975_54{background:#ff0029!important;border:1px solid #ccc!important;height:34px!important;padding:0 14px;border-radius:6px;box-shadow:none;color:#fff;font-weight:600}._expandOrdersButton_23975_54:hover{box-shadow:none}._expandOrdersButton_23975_54>svg{fill:#fff}._no_reviews_found_container_23975_71{text-align:center}._no_reviews_found_container_23975_71>p{line-height:22px;margin-bottom:4rem}._no_reviews_found_img_23975_79{width:400px}._rating_column_23975_83{padding-left:1rem;width:14%!important}._comment_column_23975_88{padding-right:40px;width:46%!important}._uuid_column_23975_93{width:26%!important}._created_at_column_23975_97{width:14%!important}._rating_img_23975_101{height:2rem;width:2rem}@media only screen and (max-width:900px){._no_reviews_found_img_23975_79{width:240px}}._modal_1oshf_1{height:500px;width:800px}._modal_content_container_1oshf_6{padding:40px}._infoRow_1oshf_10{display:flex;align-items:flex-start;line-height:1.4;margin-bottom:20px;text-align:justify}._label_1oshf_18{color:#697386;min-width:12rem}._review_id_1oshf_23{color:#006aff;font-weight:600}._container_1yqd1_1{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;max-width:1400px;margin:auto}._review_card_1yqd1_9{border:1px solid #ebeef1;border-radius:8px;cursor:pointer}._review_card_1yqd1_9:hover{border-color:#000}._header_1yqd1_18{background:#f9fbfd;border-radius:8px 8px 0 0;padding:14px 20px}._content_container_1yqd1_24{border-bottom:1px solid #ebeef1;line-height:1.4;padding:20px}._comment_1yqd1_30,._reviewer_name_1yqd1_31{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;white-space:normal}._comment_1yqd1_30{-webkit-line-clamp:4}._footer_1yqd1_43{font-size:13px;display:flex;justify-content:space-between;line-height:1.4;opacity:.5;padding:20px}._reviewer_name_1yqd1_31{max-width:50%;-webkit-line-clamp:2}._read_more_button_1yqd1_57{color:#006aff;margin-top:10px}@media only screen and (max-width:1400px){._container_1yqd1_1{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1000px){._container_1yqd1_1{grid-template-columns:repeat(1,1fr)}}._container_19q89_1{display:flex;flex-wrap:wrap;justify-content:space-between}._rating_statistics_box_19q89_7{margin-bottom:50px;width:620px}._box_header_container_19q89_12{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}._title_header_19q89_19{font-size:20px;font-weight:500;margin:0}._reviews_count_19q89_25{font-size:15px;opacity:.6}._rating_statistics_inner_box_19q89_30{border:none}._rating_statistics_inner_box_19q89_30:first-child{background-color:#ffe2e5}._rating_statistics_inner_box_19q89_30:nth-child(2){background-color:#fff4de;margin-left:20px}._rating_statistics_inner_box_19q89_30:nth-child(3){background-color:#dcfce7;margin-left:20px}._rating_19q89_7{padding:0;margin:5px 0}._count_review_box_19q89_50{font-size:14px;margin:5px 0}._icon_19q89_55{align-items:center;background:#fa5a7d;border-radius:100px;display:flex;justify-content:center;height:35px;margin-bottom:10px;width:35px}._count_review_percent_19q89_66{font-size:11px;opacity:.8}._chart_box_19q89_71{margin-bottom:50px;width:620px}@media only screen and (max-width:1400px){._rating_statistics_box_19q89_7,._chart_box_19q89_71{width:100%}}._container_1kwb6_1{font-size:.86rem;margin-bottom:1.6rem}._notice_1kwb6_6{background:#e4e6eb;border-radius:10px;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between}._notice_1kwb6_6._expanded_1kwb6_16{border-radius:10px 10px 0 0}._title_1kwb6_20{align-items:center;display:flex}._title_1kwb6_20>svg{fill:#000;height:1rem;margin-right:.6rem;width:1rem}._learnMore_1kwb6_31{border-bottom:1px solid #000000}._content_1kwb6_35{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem}._example_1kwb6_44{font-weight:500;margin-top:1rem}._searchText_1kwb6_49{background:#d4dae0;border-radius:6px;margin:.4rem 0 1rem;padding:.2rem .6rem;width:fit-content}._backButton_1oulg_1{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_1oulg_1:hover{box-shadow:none}._backButton_1oulg_1>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._choice_type_1oulg_17{display:flex}._marginRadioGroup_1oulg_21{margin-bottom:2px}._choice_type_title_1oulg_25{margin-right:20px;margin-top:10px}._headingClassname_1oulg_30{display:none}._searchInput_1oulg_34{display:flex}._inputField_1oulg_38{width:calc(100% - 48px)}._glassIcon_1oulg_42{background:#eb1700;height:48px;margin-left:1rem;padding:0;width:48px;min-width:48px}._glassIcon_1oulg_42>svg{fill:#fff;height:1rem;width:1rem}._loading_1oulg_56,._tooManyResults_1oulg_56{background:#f9fbfd;border:1px solid #d4dae0;border-radius:10px;font-weight:400;line-height:1.4rem;margin-top:2rem;padding:1rem;text-align:center}._tooManyResults_1oulg_56{text-align:left}._matchedShops_1oulg_71{margin-top:2rem}._shop_1oulg_75{border:2px solid #d4dae0;color:#000;justify-content:space-between;margin-top:1.2rem;padding:.8rem 1.4rem;width:100%}._shop_1oulg_75:hover{border-color:#006aff;box-shadow:none}._shopInfo_1oulg_88{line-height:1.2rem;padding-right:1.4rem;text-align:left}._shopAddress_1oulg_94{font-size:.8rem;font-weight:400;margin-top:.4rem}._select_1oulg_100{align-items:center;display:flex}._select_1oulg_100>svg{height:1.2em;margin-left:.6rem;width:1.2rem}._needHelp_1oulg_110{margin-top:2rem}._needHelp_1oulg_110>p{color:#525f7f}._skipliContact_1oulg_117{align-items:center;display:flex;flex-wrap:wrap}._callButton_1oulg_123{display:flex;align-items:center;color:#000;font-size:.8rem;margin-right:1rem;text-decoration:none}._callButton_1oulg_123>svg{fill:#000;height:.8rem;margin-right:.4rem;width:.8rem}@media only screen and (max-width:500px){._shop_1oulg_75{align-items:flex-start;flex-direction:column}._shopInfo_1oulg_88{padding-right:0}._select_1oulg_100{margin-top:.6rem}}._buttons_8b26p_1{display:flex;justify-content:center;margin-top:30px}._button_8b26p_1,._remove_photo_button_8b26p_7,._updatePictureBtn_8b26p_7{height:42px;margin:0;width:46%}._updatePictureBtn_8b26p_7{background:#006aff;color:#fff;font-weight:700}._remove_photo_button_8b26p_7{background:#e4e6eb;color:#eb1700;margin-left:10px}._icon_8b26p_25,._close_icon_8b26p_25,._add_photo_icon_8b26p_25{height:20px;margin-right:10px;width:20px}._icon_8b26p_25>svg,._close_icon_8b26p_25>svg,._add_photo_icon_8b26p_25>svg{height:inherit;width:inherit}._add_photo_icon_8b26p_25{height:16px;fill:#fff;transform:rotate(-90deg);width:16px}._close_icon_8b26p_25{height:14px;fill:#eb1700;width:14px}._selectPhotoContainer_8b26p_48{background:#006aff1a;border-radius:10px;border:2px solid #006AFF;border-style:dashed;margin:20px 0;padding:20px 10px 0 20px}._selectPhotoInput_8b26p_57{display:flex;align-items:center;justify-content:center}._fileInput_8b26p_63{cursor:pointer;display:flex;flex-direction:column;align-items:center;width:100%}._fileInput_8b26p_63>input{visibility:hidden}._selectFileBtnContainer_8b26p_74{display:flex;align-items:center;width:100%}._selectFileBtn_8b26p_74{background:#006aff;border-radius:6px;color:#fff;font-size:1rem;margin-right:15px;padding:8px 0;width:90px;text-align:center}._fileName_8b26p_91{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cancelSelectFile_8b26p_98{background:#fff;color:#000;margin:10px 0 30px}._cancelSelectFile_8b26p_98>svg{height:16px;width:16px;transform:rotate(180deg);margin-right:10px}._confirm_remove_button_8b26p_110,._cancel_remove_button_8b26p_111{width:240px}._confirm_remove_button_8b26p_110{background:#eb1700;color:#fff;font-weight:700;margin:20px auto}._cancel_remove_button_8b26p_111{background:#e4e6eb;color:#000;margin:auto}._buttons_1idd0_2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;margin:.5rem 0}._updateVideoBtn_1idd0_11{background:#007bff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._updateVideoBtn_1idd0_11:hover{background:#0056b3}._remove_video_button_1idd0_29{background:#dc3545;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._remove_video_button_1idd0_29:hover{background:#c82333}._add_video_icon_1idd0_47,._close_icon_1idd0_48{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}._add_video_icon_1idd0_47 svg,._close_icon_1idd0_48 svg{width:100%;height:100%;fill:currentColor}._selectVideoContainer_1idd0_62{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:2px dashed #ccc;border-radius:.5rem;background:#f8f9fa}._selectVideoInput_1idd0_72{width:100%}._fileInput_1idd0_76{display:block;cursor:pointer;width:100%}._fileInput_1idd0_76 input[type=file]{position:absolute;left:-9999px;opacity:0;pointer-events:none}._selectFileBtnContainer_1idd0_88{display:flex;align-items:center;border:1px solid #ddd;border-radius:.25rem;background:#fff;overflow:hidden}._selectFileBtn_1idd0_88{background:#007bff;color:#fff;padding:.75rem 1rem;font-weight:500;border-right:1px solid #ddd}._fileName_1idd0_105{flex:1;padding:.75rem 1rem;color:#666;font-size:.875rem}._cancelSelectFile_1idd0_112{background:#fff;color:#000;margin:10px 0 30px}._cancelSelectFile_1idd0_112>svg{height:16px;width:16px;transform:rotate(180deg);margin-right:10px}._confirm_remove_button_1idd0_124{background:#dc3545;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.75rem 2rem;font-weight:500;margin-right:.5rem;transition:background-color .2s ease}._confirm_remove_button_1idd0_124:hover{background:#c82333}._cancel_remove_button_1idd0_139{background:#6c757d;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.75rem 2rem;font-weight:500;transition:background-color .2s ease}._cancel_remove_button_1idd0_139:hover{background:#545b62}._listContainer_1pcpj_1{flex-wrap:wrap;display:flex;justify-content:space-between;margin:20px 0}._elementContainer_1pcpj_8{margin:0 0 30px;width:48%}._menus_icon_1pcpj_13{border:2px solid #000;border-radius:100px;height:40px;margin:auto auto 20px;width:40px;padding:24px}._menus_icon_1pcpj_13>svg{fill:#000;height:inherit;width:inherit}@media only screen and (max-width:1100px){._elementContainer_1pcpj_8{margin-right:0;width:100%}}._chip_18jrw_1{height:60px}._chipHelperButton_18jrw_5{height:60px;max-width:60px;min-width:60px}._chipName_18jrw_11{font-weight:500;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._pencilIcon_18jrw_20{fill:#000000b3;height:20px;width:20px}._chipContainer_18jrw_26{position:relative}._badge_18jrw_30,._elementsCounter_18jrw_30,._price_18jrw_30{background:#f0f2f6;border-radius:8px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:lowercase;width:fit-content}._signsContainer_18jrw_40{display:flex;align-items:center;font-size:.9rem;font-weight:700;margin:auto;position:absolute;right:0;left:0;width:fit-content;text-align:center}._sign_18jrw_40,._archivedSign_18jrw_53,._onSaleSign_18jrw_53,._soldOutSign_18jrw_53{border-radius:0 0 6px 6px;font-size:.7rem;font-weight:600;margin:0 5px;padding:0 10px;text-transform:uppercase}._soldOutSign_18jrw_53{background:#fd5458;color:#fff}._onSaleSign_18jrw_53{background:#fc8c32;color:#fff}._archivedSign_18jrw_53{background:#0b2135;color:#fff}._chipDescription_1fy97_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_1fy97_1>div{margin-right:10px}._addPhotoIcon_1fy97_10{height:30px;width:inherit}._chipDescription_ftgn6_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_ftgn6_1>div{margin-right:10px}._chipLabel_ftgn6_10{padding-left:20px}._chipDescription_11zrx_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_11zrx_1>div{margin-right:10px}._chipDescription_ewppj_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_ewppj_1>div{margin-right:10px}._addPhotoIcon_ewppj_10{height:30px;width:inherit}._groupImage_ewppj_15{border-top-left-radius:4px;border-bottom-left-radius:4px;height:54px;width:54px}._moduleContainer_1dibl_1{border-top:1px solid #d4dae0;margin-bottom:25px;padding-top:20px}._moduleTitleContainer_1dibl_7{display:flex;align-items:center}._moduleTitle_1dibl_7{font-size:1.3rem;margin:0 20px 0 0}._moduleDescription_1dibl_17{margin-bottom:30px;text-align:left}._addButton_1dibl_22{margin-bottom:40px;display:flex;justify-content:space-between;cursor:pointer}._addButton_1dibl_22>svg{fill:#fff;height:12px;margin-right:10px;width:12px}._arrowIcon_1dibl_35{height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_1dibl_35._flip_1dibl_41{transform:rotate(-90deg)}._removeButtonContainer_1dibl_45{display:flex;justify-content:center;align-items:center;height:100%;width:100%}._removeButton_1dibl_45{fill:#fd5458;height:16px;width:16px}._marginRadioGroup_1l65f_1{margin-bottom:50px}._editIcon_1l65f_5>svg{fill:#fff!important;height:14px;margin-right:8px;width:14px}._editIcon_1l65f_5>path{fill:#fff!important}._marginRadioGroup_1otdv_1{margin-bottom:50px}._editIcon_1otdv_5>svg{fill:#000!important;margin-left:8px;width:14px!important;height:14px!important}._editIcon_1otdv_5>path{fill:#000!important}._icon_container_1otdv_15{margin-bottom:90px;display:flex;justify-content:space-between}._icon_container_1otdv_15>svg{fill:#fff;height:15px;margin-right:10px;width:15px}._buttonWrapper_1otdv_27{display:flex;flex-direction:column;gap:4px}._buttonTitle_1otdv_33{font-size:15px;font-weight:600;margin-bottom:30px;color:#000}._special_hour_date_1otdv_40{width:105px}._special_hour_container_1otdv_44{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._date_pickers_group_heading_1otdv_51{align-items:center;margin-bottom:20px;flex-wrap:wrap}._time_pickers_group_1otdv_57{align-items:center;display:flex;margin-right:14px}._radioRow_1otdv_63{display:flex;align-items:center;gap:8px}._time_picker_1otdv_57{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_1otdv_57>div{border:none!important}._largeCenterModalBox_m5z0m_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:70vw}._heading_m5z0m_9{align-items:center;flex-wrap:wrap}._headingText_m5z0m_14{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.8rem}._arrow_icon_time_m5z0m_21{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_m5z0m_21>svg{height:inherit;width:inherit}._has_border_style_m5z0m_32{width:130px;font-size:14px}._time_pickers_group_m5z0m_37{align-items:center;display:flex;margin-right:14px}._time_picker_m5z0m_37{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_m5z0m_37>div{border:none!important}._largeCenterModalContainer_m5z0m_54{background:#fff;padding:30px 30px 100px}._confirmArchiveModalBox_m5z0m_59{height:360px;width:400px}._confirmArchiveModalContainer_m5z0m_64{padding:10px 20px}._moduleTitle_m5z0m_68{font-size:1.3rem}._moduleDescription_m5z0m_72{margin-bottom:30px}._formField_m5z0m_76{margin-bottom:25px}._radioForm_m5z0m_80{margin-bottom:15px}._confirmArchiveTitle_m5z0m_84{font-size:16px;line-height:30px;margin:0 0 20px}._button_m5z0m_90,._archiveButton_m5z0m_90,._saveButton_m5z0m_90{color:#fff;font-size:.9rem;font-weight:600;margin-top:60px;height:40px;width:120px}._saveButton_m5z0m_90{font-weight:700;margin-left:0;width:150px}._archiveButton_m5z0m_90{background:#fc8c32;left:180px;bottom:100px;padding:0 30px;position:relative;width:auto}._archiveButton_m5z0m_90._unarchive_m5z0m_113{background:#0b2135}._addComponentsButton_m5z0m_117{background:#f7f7f7;padding:6px 12px;margin-bottom:20px}._addComponentsButton_m5z0m_117:hover{background:#e5e5e5}._confirmArchiveButton_m5z0m_126{background:#fd5458}._smallButton_m5z0m_130,._removeButton_m5z0m_130,._selectButton_m5z0m_130{color:#fff;margin-bottom:35px;height:30px;width:85px}._selectButton_m5z0m_130{background:#006aff}._removeButton_m5z0m_130{background:#f7f7f7;color:#000}._removeButton_m5z0m_130:hover{background:#e5e5e5}@media only screen and (max-width:600px){._largeCenterModalContainer_m5z0m_54{padding:30px 20px 100px}}._overlay_1002r_1{z-index:2000}._modalBox_1002r_5{height:28rem;width:36rem;border-radius:8px}._headingContainer_1002r_11{background:#006aff;color:#fff;padding:1rem 2rem}._headingContainer_1002r_11._error_1002r_16{background:#fd5458}._headingContainer_1002r_11._info_1002r_19,._headingContainer_1002r_11._success_1002r_22{background:#006aff}._headingContainer_1002r_11._warning_1002r_25{background:#fc8c32}._closeModalBtn_1002r_29{background:#fff;height:1.6rem;width:1.6rem;margin-right:0;margin-bottom:.2rem;min-width:1.6rem;min-height:1.6rem;padding:0}._closeModalBtn_1002r_29>svg{fill:inherit;height:.6rem;width:.6rem}._heading_1002r_11{font-size:1.4rem;margin:0}._description_1002r_50{margin-top:.4rem;line-height:1.4rem}._content_1002r_55{padding:2rem}@media only screen and (max-width:700px){._modalBox_1002r_5{height:60vh!important;width:90vw}._headingContainer_1002r_11{padding:.6rem 1.4rem}._content_1002r_55{padding:2rem 1.4rem}}._option_14o05_1{margin-right:0;margin-bottom:12px;width:50%}._input_14o05_7{margin:.6rem 0 2rem}._container_1h7ot_1{background:#f9fbfd;border-top:1px solid #d4dae0;border-bottom:1px solid #d4dae0;margin:.6rem -1.6rem 1.8rem;padding:1rem 1.6rem}._notice_1h7ot_9{line-height:1.2rem}._checkboxOption_d7x7a_1{margin-right:0;margin-bottom:20px;width:100%}._checkboxOptionLabel_d7x7a_7{display:flex;justify-content:space-between;width:30rem}._itemName_d7x7a_13{line-height:140%;margin-right:1rem}._checkboxDescription_d7x7a_18{color:#000}._buttons_d7x7a_22{align-items:center;display:flex;flex-wrap:wrap;margin-top:1rem}._cancelButton_d7x7a_29,._submitButton_d7x7a_30{padding:.6rem 3rem}._cancelButton_d7x7a_29{margin:0 .6rem 0 auto}._submitButton_d7x7a_30{margin:0 auto 0 .6rem}._confirmCheckbox_d7x7a_42{height:20px!important;min-width:20px!important}@media only screen and (max-width:600px){._checkboxOptionLabel_d7x7a_7{width:80vw}._buttons_d7x7a_22{flex-direction:column-reverse}._cancelButton_d7x7a_29,._submitButton_d7x7a_30{margin:auto;width:16rem}._submitButton_d7x7a_30{margin-bottom:1rem}}._refundRequest_f0pj3_1{background:#f9fbfd;border-bottom:1px solid #d4dae0;margin:0 -1.6rem;padding:1rem 1.6rem}._requestId_f0pj3_8{font-weight:700;margin-bottom:.8rem}._infoRow_f0pj3_13{display:flex;align-items:center;font-size:.86rem;margin-top:.4rem}._label_f0pj3_20{color:#697386;text-transform:capitalize;width:5rem}._buttons_f0pj3_26{align-items:center;display:flex;flex-wrap:wrap;margin-top:2rem}._cancelButton_f0pj3_33,._submitButton_f0pj3_34{padding:.6rem 3rem}._cancelButton_f0pj3_33{margin:0 .6rem 0 auto}._submitButton_f0pj3_34{margin:0 auto 0 .6rem}@media only screen and (max-width:500px){._buttons_f0pj3_26{flex-direction:column-reverse}._cancelButton_f0pj3_33,._submitButton_f0pj3_34{margin:auto;width:16rem}._submitButton_f0pj3_34{margin-bottom:1rem}}._modal_1wsyu_1{border-radius:0;height:100vh;max-height:100vh;margin-right:0;width:36rem}._orderInfo_1wsyu_9{display:flex;flex-wrap:wrap;margin-top:.2rem}._orderInfo_1wsyu_9>div{line-height:1.6rem;margin-right:1.2rem}._modalBox_1qddh_1{height:85vh;width:800px}._modalContainer_1qddh_6{padding:20px 40px 100px}._modalTitle_1qddh_10{font-size:1.3rem;margin:20px 0 0}._businessNameWarning_1qddh_15{background:#fc8c32;border-radius:4px;font-weight:700;margin-bottom:30px;padding:10px 20px}._sectionTitle_1qddh_23{font-size:1rem}._fields_1qddh_27{display:flex;flex-wrap:wrap;margin-top:20px}._input_1qddh_33{margin:0 20px 15px 0;width:46%}._submitBtn_1qddh_38{background:#006aff;color:#fff;font-weight:700;margin-right:40px;padding:10px;width:150px}@media only screen and (max-width:800px){._modalBox_1qddh_1{width:90vw}._input_1qddh_33{margin-right:0;width:100%}}@media only screen and (max-width:700px){._modalBox_1qddh_1{border-radius:0;height:95vh;width:100vw}._modalContainer_1qddh_6{padding:20px 25px 100px}._modalTitle_1qddh_10{text-align:left}}._modalOverlay_qv03z_1{background:#00000080}._modalBoxClassname_qv03z_5{width:46rem}._modalContentContainer_qv03z_9{text-align:center}._phoneNumberConfirmation_qv03z_13{margin-bottom:2rem}._phoneNumberConfirmation_qv03z_13>h3{color:#535556;font-size:1.2rem;margin:0}._phoneNumberConfirmation_qv03z_13>p{color:#535556;margin:10px 0 0}._storeMsg_qv03z_26{background:#dfdfdf;border-radius:20px;padding:20px 40px;min-height:100px;font-size:1.6rem;font-weight:700;line-height:40px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}._resendTextMsg_qv03z_40{margin-top:15px}._resendTextMsg_qv03z_40>p>strong{cursor:pointer;text-decoration:underline}._resendTextMsg_qv03z_40>button{background:#006aff;color:#fff;font-weight:700;padding:8px 20px}._skipli_logo_1kjzi_1{height:32px;margin-bottom:5vh;text-align:center;width:auto}._skipli_logo_1kjzi_1>svg{height:inherit;width:inherit}._phoneNumberForm_1kjzi_12{text-align:center;width:inherit}._phoneNumberForm_1kjzi_12>p>span{font-weight:700}._phoneNumberField_1kjzi_20{margin-bottom:2rem}._field_1kjzi_24{background:#fff3!important;border:none}._input_1kjzi_29{background:transparent;font-size:1.5rem;font-weight:700;text-align:center;color:#fff;margin:5px 0}._input_1kjzi_29::placeholder{color:#fff;font-size:1.3rem;font-weight:500;opacity:.8}._label_1kjzi_44{font-size:1.2rem;font-weight:700}._submitBtn_1kjzi_49{background:#fff;color:#000;font-size:20px;margin-top:50px;padding:18px 0;width:100%}._shopLogo_1kjzi_58{height:50px}._disclaimer_1kjzi_62{color:#fff;font-size:12px;line-height:140%;margin-top:5vh;text-align:center}._deactivateCodeInput_ccfry_1{margin:auto}._modal_1ifhm_1{background:#fff;border-radius:0;height:100vh;max-height:100vh;width:100%;max-width:100%}._contentContainer_1ifhm_10{display:flex;justify-content:space-between;padding:0}._close_guest_checkin_button_1ifhm_16{position:absolute;background:#fff;height:30px;width:30px!important;min-width:30px;display:flex;align-items:center;justify-content:center;left:14px;top:14px;z-index:9999}._close_guest_checkin_button_1ifhm_16>svg{height:14px;width:14px}._adContainer_1ifhm_34{height:inherit;text-align:center;width:60%}._shop_name_1ifhm_40{border-bottom:1px solid #d4dae0;font-size:18px;font-weight:400;opacity:.6;margin:18px 30px;padding-bottom:20px;text-align:center}._title_1ifhm_50,._reward_message_1ifhm_51{padding:0 30px}._title_1ifhm_50{font-size:8vw;font-weight:600;line-height:100%;margin-bottom:0;text-align:center}._reward_message_1ifhm_51{font-size:3vw;font-weight:400;margin-top:30px;margin-bottom:5vh;opacity:.6;text-align:center}._illustration_image_1ifhm_72{width:86%}._checkInContainer_1ifhm_76{background:#006aff;height:inherit;padding:30px;width:40%}._foodGridImage_1ifhm_83{background-color:#f1f3f7;height:inherit}._foodGridImage_1ifhm_83>svg{height:inherit;width:inherit}._modalBox_12ydq_1{width:500px}._heading_12ydq_5{text-align:center;margin:0rem}._paragraph_12ydq_10{font-weight:400;line-height:1.4rem;margin:1rem 0;text-align:justify}._centerWrapper_12ydq_17{display:flex;justify-content:center;margin-top:2rem}._benefitContainer_12ydq_23{display:flex;align-items:center;font-size:1rem;margin-bottom:1.2rem}._benefitIcon_12ydq_30{height:5rem;margin-right:1.2rem;width:5rem}._benefitIcon_12ydq_30>svg{height:inherit;width:inherit}._checkbox_1qvrz_1,._checkbox_cbpl5_1{margin-bottom:21px}._check_box_container_cbpl5_5{display:flex;justify-content:space-between}._label_see_message_cbpl5_10{cursor:pointer;color:#006aff;display:flex;margin-top:10px}._icon_cbpl5_17,._eyeIcon_cbpl5_17{fill:#006aff;height:15px;margin-right:8px;width:15px}._eyeIcon_cbpl5_17{height:20px;width:20px}@media only screen and (max-width:700px){._modalBox_cbpl5_30{height:70vh!important}._check_box_container_cbpl5_5{display:block}._label_see_message_cbpl5_10{margin-top:.8rem}._submitButton_cbpl5_39{margin-top:.8rem;width:100%}}._modalBoxClassname_7t90p_1{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:400px}._imageContainer_7t90p_9{margin:20px 0;text-align:center}._image_7t90p_9{border-radius:8px;height:300px;max-width:100%}._saveButton_7t90p_20{background:#006aff;color:#fff;font-size:1rem;margin:30px 0 0;width:100%}@media only screen and (max-width:700px){._modalBoxClassname_7t90p_1{width:100vw}}._modalBoxClassname_jtrcz_2{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:400px}._videoContainer_jtrcz_10{margin:20px 0;text-align:center}._video_jtrcz_10{max-width:100%;max-height:300px}._videoPreview_jtrcz_20{margin-bottom:1.5rem;border-radius:.5rem;overflow:hidden;background:#000}._errorMessage_jtrcz_27{color:#dc3545;margin:10px 0;padding:10px;background:#f8d7da;border-radius:4px}._saveButton_jtrcz_35{margin-top:20px}._previewVideo_jtrcz_39{width:100%;max-height:300px;object-fit:contain}._uploadProgress_jtrcz_45{margin:1rem 0;text-align:center}._progressBar_jtrcz_50{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}._progressFill_jtrcz_59{height:100%;background:#007bff;transition:width .3s ease}._errorMessage_jtrcz_27{color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:.25rem;padding:.75rem;margin:1rem 0;font-size:.875rem}._actionButtons_jtrcz_75{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #dee2e6}._actionButtons_jtrcz_75 button{padding:.75rem 1.5rem;border:none;border-radius:.25rem;font-weight:500;cursor:pointer;transition:all .2s ease}._actionButtons_jtrcz_75 button:first-child{background:#6c757d;color:#fff}._actionButtons_jtrcz_75 button:first-child:hover:not(:disabled){background:#545b62}._actionButtons_jtrcz_75 button:last-child{background:#007bff;color:#fff}._actionButtons_jtrcz_75 button:last-child:hover:not(:disabled){background:#0056b3}._actionButtons_jtrcz_75 button:disabled{opacity:.6;cursor:not-allowed}._overlay_19xb2_1{z-index:10000000}._modalBox_19xb2_5{border-radius:20px;height:250px;width:250px}._contentContainer_19xb2_11{display:flex;justify-content:center}._message_19xb2_16{font-size:1.5rem}._modalBoxClassname_1j7fz_1{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:700px}._imageContainer_1j7fz_9{margin:20px 0;text-align:center}._image_1j7fz_9{border-radius:8px;max-height:calc(100vh - 160px);max-width:100%;object-fit:contain}@media only screen and (max-width:700px){._modalBoxClassname_1j7fz_1{width:100vw}}._inputField_j6jdy_1{margin-bottom:1rem}._woflowPortalLink_j6jdy_5{color:#006aff;font-size:14px;text-decoration:none}._findMenuButton_j6jdy_11{margin-top:2rem;padding:.8rem;width:100%}._overlay_1llvr_1{top:0;z-index:999}._modalClassname_1llvr_6{border-radius:0;height:100vh;max-height:100vh;width:100vw}._header_1llvr_13{align-items:center;background:#fff;border-bottom:1px solid #d4dae0;display:flex;justify-content:space-between;margin-bottom:3rem;padding:1rem 2rem;position:sticky;top:0;z-index:1000}._stepContent_1llvr_26{margin:auto;padding-bottom:6rem}._stepContent_1llvr_26._step1_1llvr_30{max-width:30rem}._stepContent_1llvr_26._step2_1llvr_33{max-width:80%}._stepContent_1llvr_26._step3_1llvr_36{max-width:30rem}._footer_1llvr_40{background:#fff;border-top:1px solid #d4dae0;bottom:0;left:0;padding:1rem 0;position:fixed;right:0;z-index:1000}._footerContent_1llvr_51{display:flex;justify-content:space-between;margin:auto;max-width:40rem}._backButton_1llvr_58{background:#fff;color:#000;margin-right:0;padding:1rem 1.4rem}._backButton_1llvr_58>svg{height:1rem;margin-right:.6rem;transform:rotateY(180deg);width:1rem}._backButton_1llvr_58:hover{box-shadow:none}._nextButton_1llvr_74{margin-left:2rem;padding:1rem 2rem}._nextButton_1llvr_74>svg{fill:#fff;height:1rem;margin-left:.6rem;width:1rem}._inputField_ph2wf_1{margin-bottom:2rem}._modal_promotion_okxd8_1{height:500vh;width:950px;border-radius:10px;max-height:90vh}._modal_okxd8_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:850px}._moduleContainer_okxd8_17{border-top:1px solid #d4dae0;margin-bottom:25px}._addButton_okxd8_22{color:#006aff;font-size:34px;font-weight:400;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:850px){._modal_okxd8_1{width:100%}}._fixed_position_18m4w_1{position:fixed;right:0;top:51px;z-index:100}._radioRow_18m4w_8{display:flex;align-items:center;gap:8px}._icon_container_18m4w_14{margin-bottom:90px;display:flex;justify-content:space-between}._icon_container_18m4w_14>svg{fill:#fff;height:15px;margin-right:10px;width:15px}._editIcon_18m4w_26>svg{fill:#000!important;margin-left:8px;width:14px!important;height:14px!important}._editIcon_18m4w_26>path{fill:#000!important}._addButton_18m4w_36{margin-bottom:40px}._addButton_18m4w_36>svg{fill:#fff;height:12px;margin-right:10px;width:12px}._calendar_18m4w_50{border:2px solid #000;box-shadow:none;border-radius:10px;margin-bottom:20px}._content_18m4w_57{align-items:center;display:flex;flex-wrap:wrap}._element_container_18m4w_63{margin:0 20px 0 0}._sort_button_18m4w_67{height:34px!important;padding:0 14px}._sort_button_18m4w_67>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._date_range_picker_18m4w_46{height:34px!important}._special_hour_date_18m4w_82{width:105px}._overview_container_18m4w_86{margin-top:20px}._selected_date_input_18m4w_90{display:flex}._special_hour_container_18m4w_94{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._date_pickers_group_heading_18m4w_101{align-items:center;margin-bottom:20px;flex-wrap:wrap}._time_pickers_group_18m4w_107{align-items:center;display:flex;margin-right:14px}._time_picker_18m4w_107{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_18m4w_107>div{border:none!important}._modal_18m4w_124{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:550px}._moduleContainer_18m4w_132{border-top:1px solid #d4dae0;margin-bottom:25px}._addButton_18m4w_36{color:#006aff;font-size:34px;font-weight:400;margin-bottom:5px}@media only screen and (max-width:550px){._modal_18m4w_124{width:100%}}._heading_18m4w_149{align-items:center;flex-wrap:wrap}._headingText_18m4w_154{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.8rem}._arrow_icon_time_18m4w_161{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_18m4w_161>svg{height:inherit;width:inherit}._selected_date_text_18m4w_172{border-bottom:1px solid #000;margin-left:14px;text-align:center;width:100px}._tab_18m4w_179{align-items:center;border-radius:0;display:flex;justify-content:center;height:34px!important;margin:0 0 40px!important}._tab_18m4w_179:first-of-type{border-radius:8px 0 0 8px}._tab_18m4w_179:last-of-type{border-radius:0 8px 8px 0}._tab_18m4w_179>svg{height:15px;width:15px}._tab_18m4w_179._selected_18m4w_90{border-color:#006aff}._Input_18m4w_202{margin-bottom:30px}._selected_18m4w_90>svg{fill:#fff}._modal_18m4w_124{border-radius:0;height:100vh;left:auto;max-height:100vh;right:0}._label_for_tabs_18m4w_218{margin-bottom:14px}._addButton_18m4w_36{margin-top:20px}._sort_date_tabs_18m4w_226{margin-bottom:26px}._button_1byky_1{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._select_menu_1byky_12{padding:25px;border:1px solid #e4e6eb;margin-top:10px;border-radius:10px;cursor:pointer;text-align:center}._select_menu_1byky_12._active_1byky_20{border:1px solid #0582ff;color:#0582ff}._button_icon_1byky_25{height:15px;margin-right:10px;width:15px}._button_icon_1byky_25>svg{fill:#006aff;height:inherit;width:inherit}._button_label_1byky_36{text-transform:capitalize}._footer_container_1byky_40{background:#fff;display:flex;align-items:center;justify-content:space-between}._cancelButton_1byky_47,._submitButton_1byky_48{margin:0;min-width:90px;padding:12px}._cancelButton_1byky_47{background:#fff!important;box-shadow:0 0 0 2px #000 inset!important;color:#000!important;margin-right:16px}._message_1byky_61{font-size:1.2rem;line-height:25px;text-align:center;margin-top:20px}._contentContainer_1byky_68{display:flex;border-radius:20px;justify-content:center;align-items:center}._loader_1byky_75{display:block;position:relative;height:32px;width:400px;background:#fff;border-radius:10px;border:2px solid #0582ff;color:#0582ff;overflow:hidden}._loader_1byky_75:before{content:"";background:#0582ff;position:absolute;left:0;top:0;width:0;height:100%;animation:_loading_302_1byky_1 20s linear infinite}._loader_1byky_75:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;font-size:18px;line-height:32px;color:#0ff;animation:_percentage_302_1byky_1 20s linear infinite}@keyframes _loading_302_1byky_1{0%{width:0}to{width:100%}}@keyframes _percentage_302_1byky_1{0%{content:"0%"}5%{content:"5%"}10%{content:"10%"}20%{content:"20%"}30%{content:"30%"}40%{content:"40%"}50%{content:"50%"}60%{content:"60%"}70%{content:"70%"}80%{content:"80%"}90%{content:"90%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}to{content:"100%"}}._day_container_mj8wq_1{align-items:flex-start;display:flex;margin-bottom:10px}._day_container_mj8wq_1:first-child{margin-top:30px}._edit_special_hours_button_mj8wq_10{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_mj8wq_10>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_mj8wq_10>svg>path{fill:#006aff!important}._weekday_label_mj8wq_28{text-transform:capitalize;width:7rem;margin-top:5px}._time_mj8wq_34{display:flex;align-items:center}._time_pickers_group_mj8wq_39{align-items:center;display:flex;margin-right:14px}._closed_label_mj8wq_45,._all_day_label_mj8wq_49{margin-top:5px}._time_picker_mj8wq_39{background:#fff;border-radius:8px;padding:0 1px}._time_picker_mj8wq_39>div{border:none!important}@media only screen and (max-width:700px){._weekday_label_mj8wq_28{width:2rem}}._modal_2hjrw_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:900px}._day_container_2hjrw_9{align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:20px}._day_label_container_2hjrw_16{display:flex;margin-right:24px}._day_label_2hjrw_16{text-transform:capitalize;width:7rem}._time_pickers_and_button_2hjrw_26{display:flex;align-items:center}._time_pickers_2hjrw_26{display:flex;align-items:center;margin-right:16px}._time_pickers_group_2hjrw_37{align-items:center;display:flex;margin-right:14px}._time_picker_2hjrw_26{background:#fff;border:none;border-radius:8px;border:1px solid #d4dae0;padding:0 10px;height:40px}._time_picker_2hjrw_26>div{border:none!important}._arrowIcon_2hjrw_55{height:14px;margin:0 .8rem;opacity:.6;width:14px}._arrowIcon_2hjrw_55>svg{height:inherit;width:inherit}._add_hours_button_2hjrw_66,._remove_hours_button_2hjrw_67{align-items:center;border:2px solid #fd5458;border-radius:100px;display:flex;justify-content:center;height:22px;margin-top:3px;width:22px}._add_hours_button_2hjrw_66>svg,._remove_hours_button_2hjrw_67>svg{height:12px;width:12px}._add_hours_button_2hjrw_66{border-color:#006aff}._add_hours_button_2hjrw_66>svg{fill:#006aff}._remove_hours_button_2hjrw_67{border-color:#fd5458}._remove_hours_button_2hjrw_67>svg{fill:#fd5458}@media only screen and (max-width:900px){._day_container_2hjrw_9{flex-direction:column;margin-bottom:34px}._hours_2hjrw_102{margin-top:14px}}@media only screen and (max-width:600px){._time_pickers_and_button_2hjrw_26{align-items:baseline;flex-direction:column}._add_hours_button_2hjrw_66,._remove_hours_button_2hjrw_67{margin-top:14px;margin-left:0}}._header_8mb0i_1{font-size:1.4rem}._container_8mb0i_5{cursor:pointer;margin-bottom:0}._grid_8mb0i_10{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._content_container_8mb0i_16{padding:0}._customCard_8mb0i_20{display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#3b82f6;height:70px;width:100%}._card_8mb0i_31:hover{background:#f9f9f9;border-color:#aaa}._active_8mb0i_36{border:2px solid #3b82f6;background:#eff6ff}._content_8mb0i_16{display:flex;width:100%;height:100%}._text_8mb0i_47{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px}._name_8mb0i_55{font-weight:600;margin-bottom:4px}._date_8mb0i_60{font-size:.85rem;color:#666}._imageWrapper_8mb0i_65{flex:1;display:flex;align-items:center;justify-content:center}._img_8mb0i_72{width:100%;height:80%;object-fit:cover;border-radius:8px}._modalBox_1446l_1{height:200px;width:420px;overflow:hidden!important}._modalContainer_1446l_7{padding:20px;text-align:center}._dialogDescription_1446l_12{font-size:1.2rem;color:#000;margin-top:0;margin-bottom:20px;line-height:25px}._activateAlarmBtn_1446l_20{background:#006aff;color:#fff;font-size:1.4rem;font-weight:700;margin-top:15px;height:50px;width:100%}@media only screen and (max-width:420px){._modalBox_1446l_1{height:300px;width:90vw}}._modalBox_1vvk1_1{height:460px;width:420px;overflow:hidden!important}._modalContainer_1vvk1_7{font-size:1.1rem;padding:20px;text-align:center}._title_1vvk1_13{margin-bottom:40px}._title_1vvk1_13>h1{font-size:inherit;margin:0 0 .8rem}._title_1vvk1_13>p{margin:5px 0}._customerPhone_1vvk1_24{color:#006aff;font-weight:700;text-decoration:none}._phoneIcon_1vvk1_30{height:15px;fill:#006aff;width:15px}._actionButton_1vvk1_36,._closeModalButton_1vvk1_36{background:#006aff;color:#fff;font-weight:600;margin:0 auto 15px;width:280px}._actionButton_1vvk1_36>svg,._closeModalButton_1vvk1_36>svg{height:20px;width:20px;fill:#fff;margin-right:12px}._closeModalButton_1vvk1_36{background:#e4e6eb;color:#000;margin-top:2rem}@media only screen and (max-width:420px){._modalBox_1vvk1_1{width:90vw}}._modalClassname_1olaj_1{border-radius:0;height:100vh!important;max-height:100vh;margin-right:0;width:500px}._infoIcon_1olaj_9{fill:#006aff;height:.8rem;margin-left:8px;width:.8rem;margin-top:2px;cursor:pointer}._infoIcon_1olaj_9>svg{height:inherit;width:inherit}._info_modal_1olaj_22{max-width:50vw}._modal_content_1olaj_26{line-height:140%;text-align:justify}._moduleFieldsContainer_1olaj_31{line-height:22px}._red_text_1olaj_35{color:red}._dateRange_1olaj_39{display:flex;align-items:center;margin-bottom:2rem}._date_1olaj_39{background:#e4e6eb;border-radius:8px;padding:8px 10px;font-size:12px}._arrow_icon_1olaj_52{height:12px;margin:0 10px;width:12px}._arrow_icon_1olaj_52>svg{height:inherit;width:inherit}._tab_1olaj_62{display:flex;align-items:center;justify-content:center}._dineInIcon_1olaj_68,._lunchBagIcon_1olaj_69{margin-right:.6rem}._dineInIcon_1olaj_68{height:2rem;width:2rem}._lunchBagIcon_1olaj_69{height:1.4rem;width:1.4rem}._section_1olaj_83{margin-bottom:30px}._section_label_1olaj_87{border-bottom:1px #d4dae0 solid;font-size:16px;margin:0;padding-bottom:16px}._data_row_1olaj_94{align-items:center;display:flex;justify-content:space-between;border-bottom:1px #f2f2f2 solid;font-weight:400;padding:14px 0}._data_row_h3_1olaj_103,._data_row_h4_1olaj_104{display:flex;font-size:inherit;font-weight:400;line-height:140%;margin:0;padding-right:10px}._data_row_h4_1olaj_104{font-size:14px;margin-top:10px}._date_row_p_1olaj_118{font-weight:400;margin:0}._highlight_1olaj_123>*{font-weight:700}@media only screen and (max-width:500px){._inputField_1olaj_128{width:100%}._dineInIcon_1olaj_68,._lunchBagIcon_1olaj_69{margin-right:.4rem}._dineInIcon_1olaj_68{height:1.6rem;width:1.6rem}._lunchBagIcon_1olaj_69{height:1.2rem;width:1.2rem}}._modalBoxClassname_1mods_1{border-radius:0;width:400px}._closeModalIcon_1mods_6{height:1rem;width:1rem}._box_1mods_11{padding:20px}._printerName_1mods_15{display:flex;align-items:center;font-size:1.2rem;font-weight:700}._printerName_1mods_15>svg{height:1.6rem;margin-right:1rem;width:1.6rem}._badges_1mods_27{display:flex;align-items:center;margin-top:10px}._badge_1mods_27,._offlineBadge_1mods_33,._onlineBadge_1mods_33{border-radius:100px;color:#fff;font-size:.8rem;margin-right:15px;padding:2px 10px}._onlineBadge_1mods_33{background:#006aff}._offlineBadge_1mods_33{background:#fd5458}._description_1mods_49{font-size:1rem;font-weight:700;margin-top:30px}._brandSelector_1mods_55{display:flex;align-items:center}._epsonLogo_1mods_60{height:15px;margin-top:3px}._starLogo_1mods_65{height:20px}._radioBtn_1mods_69{font-size:1rem;margin-right:15px}._helperButtons_1mods_74{position:fixed;bottom:0;display:flex;right:0;width:400px}._helperButtons_1mods_74>button{border-radius:0;color:#fff;font-size:1rem;font-weight:700;padding:20px;text-transform:uppercase;width:50%}._printTestOrderBtn_1mods_91{background:#006aff}._printTestOrderBtn_1mods_91._fullWidth_1mods_94{width:100%}._removeBtn_1mods_98{background:#fd5458}@media only screen and (max-width:600px){._modalBoxClassname_1mods_1{width:inherit}._helperButtons_1mods_74{width:100vw}._helperButtons_1mods_74>button{font-size:.9rem;padding:15px}}._modalBox_oz879_1{height:28rem;width:530px!important}._orderInfo_oz879_6{border:2px solid #006AFF;border-radius:8px;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.6rem;padding:.6rem .8rem}._orderInfo_oz879_6>strong{margin-right:1.6rem;text-transform:uppercase}._label_see_message_oz879_20{cursor:pointer;color:#006aff;display:flex}._icon_oz879_26,._eyeIcon_oz879_26{fill:#006aff;height:15px;margin-right:8px;width:15px}._eyeIcon_oz879_26{height:20px;width:20px}._pickupTime_oz879_38{margin:6px 1rem 6px 0}._check_box_container_oz879_42{display:flex;justify-content:space-between;margin:20px 0}._pickupBy_oz879_48{display:flex;align-items:center;margin:6px 0}._courier_oz879_54{margin-left:.4rem}._deliveryCourierIcon_oz879_58{height:1.6rem;width:6rem}._deliveryCourierIcon_oz879_58>svg{height:inherit;width:inherit}._fulfilledBy_oz879_67{display:flex;align-items:center}._fulfilledBy_oz879_67>svg{height:1.6rem;margin-left:.6rem;width:6rem}._options_oz879_77{display:flex;flex-wrap:wrap}._option_oz879_77{margin-right:1rem;margin-bottom:1rem}._submitButton_oz879_87{margin:40px auto 0;width:100%}@media only screen and (max-width:700px){._modalBox_oz879_1{height:100%;width:100%!important}._check_box_container_oz879_42{display:block}._label_see_message_oz879_20{margin-top:.8rem}._submitButton_oz879_87{margin-top:.8rem;width:100%}}._modal_1r560_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._categoryContainer_1r560_8{align-items:center;border-bottom:1px solid #ddd;display:flex;line-height:140%;padding:.8rem 0 .8rem .6rem}._categoryContainer_1r560_8>svg{fill:#006aff;height:1rem;margin-right:.6rem;width:1rem}._archived_sign_1r560_22{background:#0b2135;border-radius:100px;color:#fff;font-size:.8rem;margin-left:20px;padding:4px 10px}._overlay_ddxrf_1{top:0;z-index:1000}._modal_ddxrf_6{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:700px}._modalContent_ddxrf_14{padding-top:20px}._closeModalBtn_ddxrf_18{background:transparent;border:none;color:#fff;font-size:1rem}._closeModalBtn_ddxrf_18>svg{fill:#fff;height:1rem;margin-right:.6rem;width:1rem}._closeModalBtn_ddxrf_18:hover{background:#fff3;box-shadow:none}._fieldContainer_ddxrf_35{display:flex;flex-direction:column;gap:.5rem}._dropdownContainer_ddxrf_41{padding:.5rem;border:1px solid #e0e0e0;border-radius:.5rem;width:fit-content;margin-bottom:20px}._removeMarginBottom_ddxrf_49{margin-bottom:0}._inputAppearance_ddxrf_53{-webkit-appearance:revert!important;-moz-appearance:revert!important;appearance:revert!important;--webkit-appearance: checkbox !important;width:12px;height:12px;margin-right:8px}._fieldCheckbox_ddxrf_61{display:flex;align-items:center;margin-bottom:20px}._fieldCheckbox_ddxrf_61 input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._removeButton_ddxrf_71{background-color:#dc3545;color:#fff;width:100%}._centerButton_ddxrf_77{margin:0 auto}._color_picker_heading_container_ddxrf_81{justify-content:space-between;margin-bottom:12px}._maps_instructions_container_ddxrf_86{padding:15px;background-color:#f9f9f9;border-radius:5px;margin-top:15px}._maps_instructions_container_ddxrf_86 ._maps_instructions_title_ddxrf_92{margin:0 0 10px;font-weight:600;font-size:14px;color:#333}._maps_instructions_container_ddxrf_86 ._maps_instructions_list_ddxrf_98{margin:0;padding-left:20px;font-size:14px;color:#666;line-height:1.8}._sectionHeader_ddxrf_106{font-size:16px;font-weight:600;margin-top:0;margin-bottom:16px}._sectionDivider_ddxrf_113{border-top:1px solid currentColor;opacity:.12;margin:20px auto}._uploadButton_ddxrf_119{white-space:nowrap;margin-left:0;margin-bottom:30px;padding:8px 12px;line-height:30px}._channelsList_5yakt_1{display:flex;flex-direction:column}._channel_5yakt_1{display:flex;align-items:center;margin-bottom:1.5rem;order:2}._channel_5yakt_1._skipli_5yakt_12{order:1}._channel_5yakt_1._unknownChannel_5yakt_15{align-items:flex-start;order:3}._logoContainer_5yakt_20{margin-right:1rem;width:10rem}._logo_5yakt_20{height:auto;width:4.6rem}._logo_5yakt_20>svg{height:inherit;width:inherit}._urlInputContainer_5yakt_34{width:100%}._addChannelButton_5yakt_38{color:#006aff;font-size:16px;margin-top:2rem;padding:14px;width:100%}._addChannelButton_5yakt_38>svg{fill:#006aff;height:14px;margin-right:10px;width:14px}._removeChannelButton_5yakt_52{background:none;border:none;color:#fd5458;margin-top:10px;padding:0}._removeChannelButton_5yakt_52:hover{box-shadow:none}._removeChannelButton_5yakt_52>svg{fill:#fd5458;height:.8rem;margin-right:.4rem;margin-top:.1rem;width:.8rem}._changeImageBtn_25fh9_1{margin-left:0;padding:8px 12px;line-height:30px;margin-bottom:30px}._imageFieldRow_25fh9_8{display:flex;flex-direction:row;gap:1rem;align-items:flex-end}._imageFieldRowInput_25fh9_15{flex:1;min-width:0}._helpText_1o4x2_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._imagesGrid_1o4x2_9{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:20px}._imageCard_1o4x2_16{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_1o4x2_16:hover{border-color:var(--t5-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_1o4x2_31{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_1o4x2_40{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t5-theme-color, #ce3335);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1o4x2_40:hover{background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagePreview_1o4x2_60{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1o4x2_60 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1o4x2_77{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:768px){._imagesGrid_1o4x2_9{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_1o4x2_9{grid-template-columns:repeat(2,1fr)}._imagePreview_1o4x2_60{height:100px}}._modalContent_1pp63_2{padding:20px}._testimonialsSection_1pp63_6{margin-bottom:24px}._reviewsList_1pp63_10{display:flex;flex-direction:column}._reviewCard_1pp63_15{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#f9fafb}._reviewHeader_1pp63_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._reviewTitle_1pp63_29{font-weight:600;font-size:16px;color:#000;margin:0}._deleteButton_1pp63_36{background:#eb1700;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:14px;cursor:pointer}._deleteButton_1pp63_36:hover{background:#c21300}._reviewFields_1pp63_50{display:grid;grid-template-columns:1fr 1fr;gap:16px}._reviewFieldFull_1pp63_56{grid-column:1/-1}._imageInputRow_1pp63_60{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1pp63_66{flex:1;min-width:0}._changeImageButton_1pp63_71{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._removeMarginBottom_1pp63_78{margin-bottom:0}._ratingContainer_1pp63_82{display:flex;flex-direction:column;gap:8px}._ratingLabel_1pp63_88{font-size:14px;font-weight:500;color:#000}._starsInput_1pp63_94{display:flex;gap:4px}._starButton_1pp63_99{background:none;border:none;cursor:pointer;padding:2px;color:#d1d5db;transition:color .2s}._starButton_1pp63_99._active_1pp63_108,._starButton_1pp63_99:hover{color:#f59e0b}._starIcon_1pp63_116{width:20px;height:20px}._addReviewButton_1pp63_121:hover{background:#2563eb}._addIcon_1pp63_125{width:16px;height:16px;fill:#fff}._emptyState_1pp63_131{text-align:center;padding:40px 20px;color:#6b7280;border:2px dashed #d1d5db;border-radius:8px;margin-bottom:20px}._emptyStateText_1pp63_140{margin-bottom:16px;font-size:14px}._enabledToggle_1pp63_145{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}._toggleLabel_1pp63_154{font-size:14px;font-weight:500;color:#374151}@media(max-width:600px){._imageInputRow_1pp63_60{flex-direction:column;align-items:stretch}._changeImageButton_1pp63_71{width:100%}}._helpText_10fae_2{font-size:12px;opacity:.75;margin:0 0 12px;line-height:1.4}._actionsRow_10fae_9{display:flex;gap:10px;flex-wrap:wrap}._itemBlock_10fae_15{margin:0 0 14px}._itemHeader_10fae_19{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_10fae_25{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_10fae_31{margin-top:12px}._imageInputRow_10fae_35{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_10fae_41{flex:1;min-width:0}._changeImageButton_10fae_46{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:600px){._imageInputRow_10fae_35{flex-direction:column;align-items:stretch}._changeImageButton_10fae_46{width:100%}}._actionsRow_1nej7_2{display:flex;gap:10px;flex-wrap:wrap}._helpText_1nej7_8{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._sectionHeader_1nej7_15{font-size:16px;font-weight:600;margin-bottom:16px}._sectionDivider_1nej7_21{border-top:1px solid currentColor;opacity:.12;margin-bottom:20px}._itemBlock_1nej7_27{margin:0 0 14px}._itemHeader_1nej7_31{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_1nej7_37{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_1nej7_43{margin-top:12px}._imageInputRow_1nej7_47{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1nej7_53{flex:1;min-width:0}._changeImageButton_1nej7_58{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagesGrid_1nej7_65{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_1nej7_72{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_1nej7_82{display:flex;justify-content:space-between;align-items:center;gap:8px}._imagePreview_1nej7_89{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1nej7_89 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1nej7_106{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_1nej7_119{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1nej7_119:hover{background-color:#ce3335;color:#fff}._itemContainer_1nej7_139{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_1nej7_145{top:0;z-index:1200}._addItemModalBox_1nej7_150{width:40rem}@media(max-width:768px){._imageInputRow_1nej7_47{flex-direction:column;align-items:stretch}._changeImageButton_1nej7_58{width:100%}._imagesGrid_1nej7_65{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_1nej7_89{height:110px}}._helpText_9zqfu_2{font-size:12px;opacity:.75;margin:0;line-height:1.4}._actionsRow_9zqfu_9{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}._imageInputRow_9zqfu_16{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}._imageInputRow_9zqfu_16>:first-child{flex:1;min-width:260px}._statBlock_9zqfu_27{margin:0 0 12px}._statHeaderRow_9zqfu_31{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px}._statHeader_9zqfu_31{font-size:14px;font-weight:600}._statRow_9zqfu_44{display:flex;gap:10px;flex-wrap:wrap}._statRow_9zqfu_44>*{flex:1;min-width:220px}._changeImageButton_9zqfu_54{margin-bottom:30px;padding:8px 12px;line-height:30px}._imageInputRow_nrsja_1{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}._imageInputRow_nrsja_1>:first-child{flex:1;min-width:260px}._changeImageButton_nrsja_12{margin-bottom:30px;padding:8px 12px;line-height:30px}._imageInputRow_11jay_1{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_11jay_7{flex:1}._imageUploadButton_11jay_11{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_11jay_1{flex-direction:column;align-items:stretch}._imageUploadButton_11jay_11{width:100%}}._helpText_1of3g_2{font-size:13px;color:#666;margin:0;line-height:1.5}._actionsRow_1of3g_9{display:flex;gap:10px;flex-wrap:wrap}._sectionHeader_1of3g_15{font-size:14px;font-weight:600;margin:6px 0 10px}._sectionDivider_1of3g_21{border-top:1px solid currentColor;opacity:.12;margin:14px 0}._itemBlock_1of3g_27{margin:0 0 14px}._itemHeader_1of3g_31{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_1of3g_37{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_1of3g_43{margin-top:12px}._imagesGrid_1of3g_47{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_1of3g_54{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_1of3g_64{display:flex;justify-content:space-between;align-items:center;gap:8px}._imagePreview_1of3g_71{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1of3g_71 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1of3g_88{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_1of3g_101{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1of3g_101:hover{background-color:#ce3335;color:#fff}._itemContainer_1of3g_121{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_1of3g_127{top:0;z-index:1200}._addItemModalBox_1of3g_132{width:40rem}@media(max-width:768px){._imagesGrid_1of3g_47{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_1of3g_71{height:110px}}._actionsRow_1ca7b_2{display:flex;gap:10px;flex-wrap:wrap}._sectionHeader_1ca7b_8{font-size:14px;font-weight:600;margin:6px 0 10px}._sectionDivider_1ca7b_14{border-top:1px solid currentColor;opacity:.12;margin:14px 0}._itemBlock_1ca7b_20{margin:0 0 14px}._itemHeader_1ca7b_24{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_1ca7b_30{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_1ca7b_36{margin-top:12px}._imagesGrid_1ca7b_40{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_1ca7b_47{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_1ca7b_57{display:flex;justify-content:space-between;align-items:center;gap:8px}._imagePreview_1ca7b_64{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1ca7b_64 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1ca7b_81{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_1ca7b_94{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1ca7b_94:hover{background-color:#ce3335;color:#fff}@media(max-width:768px){._imagesGrid_1ca7b_40{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_1ca7b_64{height:110px}}._section_ssfo5_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_ssfo5_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_ssfo5_19{margin-bottom:1.5rem}._inputGroup_ssfo5_19:last-child{margin-bottom:0}._textInput_ssfo5_26{width:100%}._imageInputRow_ssfo5_31{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_ssfo5_37{flex:1}._imageChangeButton_ssfo5_41{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagePreview_ssfo5_48{display:flex;flex-direction:column;align-items:center;gap:1rem}._previewImage_ssfo5_55{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_ssfo5_64{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._changeImageButton_ssfo5_78{background-color:#e1b168;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}._changeImageButton_ssfo5_78:hover{background-color:#d4a55a;transform:translateY(-1px)}._preview_ssfo5_55{border:2px solid #dee2e6;border-radius:8px;overflow:hidden}._previewHero_ssfo5_100{position:relative;height:200px;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}._previewOverlay_ssfo5_112{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}._previewContent_ssfo5_122{position:relative;z-index:2;text-align:center;color:#fff;padding:1rem}._previewGreeting_ssfo5_130{font-size:.875rem;font-weight:400;letter-spacing:2px;margin-bottom:.5rem;color:#e1b168;text-transform:uppercase}._previewTitle_ssfo5_139{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:1px}._previewButtons_ssfo5_148{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}._previewPrimaryButton_ssfo5_155,._previewSecondaryButton_ssfo5_156{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}._previewPrimaryButton_ssfo5_155{background-color:#e1b168;color:#fff}._previewPrimaryButton_ssfo5_155:hover{background-color:#d4a55a}._previewSecondaryButton_ssfo5_156{background-color:transparent;color:#fff;border:2px solid #e1b168}._previewSecondaryButton_ssfo5_156:hover{background-color:#e1b168;color:#fff}@media(max-width:768px){._imageInputRow_ssfo5_31{flex-direction:column;align-items:stretch}._imageChangeButton_ssfo5_41{width:100%}._section_ssfo5_2{padding:1rem;margin-bottom:1.5rem}._sectionTitle_ssfo5_10{font-size:1rem}._previewHero_ssfo5_100{height:150px}._previewTitle_ssfo5_139{font-size:1.25rem}._previewButtons_ssfo5_148{flex-direction:column;align-items:center}._previewPrimaryButton_ssfo5_155,._previewSecondaryButton_ssfo5_156{width:100%;max-width:200px}}._helpText_1xy6e_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._section_1xy6e_9{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1xy6e_17{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_1xy6e_26{margin-bottom:1.5rem}._inputGroup_1xy6e_26:last-child{margin-bottom:0}._textInput_1xy6e_33{width:100%}._buttonGroup_1xy6e_38{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagesGrid_1xy6e_46{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_1xy6e_53{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_1xy6e_53:hover{border-color:var(--t3-theme-color, #e1b168);box-shadow:0 2px 8px #e1b1681f}._imageNumber_1xy6e_68{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_1xy6e_77{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t3-theme-color, #e1b168);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1xy6e_77:hover{background-color:var(--t3-theme-color, #e1b168);color:#fff}._imagePreview_1xy6e_97{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1xy6e_97 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1xy6e_114{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_1xy6e_127{display:flex;gap:12px;margin-top:16px}._itemPreview_1xy6e_134{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._itemImage_1xy6e_145{width:80px;height:80px;object-fit:cover;border-radius:8px}._itemDetails_1xy6e_152{flex:1}._itemName_1xy6e_156{font-weight:600;color:#222;margin-bottom:.25rem}._itemMeta_1xy6e_162{font-size:.875rem;color:#555}._itemPrice_1xy6e_167{font-weight:600;color:#e1b168}._itemContainer_1xy6e_172{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_1xy6e_178{top:0;z-index:1200}._addItemModalBox_1xy6e_183{width:40rem}@media(max-width:768px){._imagesGrid_1xy6e_46{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_1xy6e_46{grid-template-columns:repeat(2,1fr)}._imagePreview_1xy6e_97{height:100px}}._section_12pbp_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_12pbp_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_12pbp_19{margin-bottom:1.5rem}._inputGroup_12pbp_19:last-child{margin-bottom:0}._textInput_12pbp_26{width:100%}._imageInputRow_12pbp_30{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_12pbp_36{flex:1}._changeBackgroundImageButton_12pbp_40{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagePreview_12pbp_48{display:flex;flex-direction:column;align-items:center;gap:1rem}._previewImage_12pbp_55{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_12pbp_64{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._changeImageButton_12pbp_78{background-color:#e1b168;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}._changeImageButton_12pbp_78:hover{background-color:#d4a55a;transform:translateY(-1px)}._schedulePreview_12pbp_94{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._scheduleDays_12pbp_105{font-weight:600;color:#222}._scheduleHours_12pbp_110{color:#e1b168;font-size:.875rem}._behaviorLabel_12pbp_115{margin-bottom:8px}._behaviorOptions_12pbp_119{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px}._behaviorOption_12pbp_119{display:inline-flex;align-items:center;gap:8px;cursor:pointer}._behaviorText_12pbp_133{white-space:nowrap}._behaviorRadio_12pbp_137{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:16px;height:16px;border:2px solid #7a7a7a;border-radius:50%;background-color:#fff;margin:0;flex-shrink:0;cursor:pointer}._behaviorRadio_12pbp_137:checked{border-color:#1f73b7;background-image:radial-gradient(circle,#1f73b7 42%,#fff 44%)}._behaviorRadio_12pbp_137:focus-visible{outline:2px solid #9ec8ef;outline-offset:2px}@media(max-width:768px){._imageInputRow_12pbp_30{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_12pbp_40{width:100%}}._section_8al0l_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_8al0l_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_8al0l_19{margin-bottom:1.5rem}._inputGroup_8al0l_19:last-child{margin-bottom:0}._textInput_8al0l_26{width:100%}._buttonGroup_8al0l_31{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imageInputRow_8al0l_38{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_8al0l_44{flex:1}._imageChangeButton_8al0l_48{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagePreview_8al0l_56{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_8al0l_64{width:100%;max-width:300px;height:180px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_8al0l_73{width:100%;max-width:300px;height:180px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._changeImageButton_8al0l_87{background-color:#e1b168;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}._changeImageButton_8al0l_87:hover{background-color:#d4a55a;transform:translateY(-1px)}._sectionPreview_8al0l_103{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._sectionEyebrow_8al0l_114{color:#e1b168;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}._sectionTitlePreview_8al0l_122{font-weight:600;color:#222;font-size:1rem}._sectionDescription_8al0l_128{color:#555;font-size:.875rem;line-height:1.5}._positionIndicator_8al0l_135{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background-color:#e9ecef;border-radius:4px;font-size:.75rem;color:#666}@media(max-width:768px){._imageInputRow_8al0l_38{flex-direction:column;align-items:stretch}._imageChangeButton_8al0l_48{width:100%}}._sectionHeader_v8cum_2{font-size:1.25rem;font-weight:600;color:#212529;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._buttonGroup_v8cum_12{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imageInputRow_v8cum_19{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_v8cum_25{flex:1}._changeBackgroundImageButton_v8cum_29{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._testimonialPreview_v8cum_37{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._testimonialName_v8cum_48{font-weight:600;color:#e1b168;font-size:1rem}._testimonialText_v8cum_54{color:#555;font-size:.875rem;line-height:1.5;font-style:italic}._statPreview_v8cum_62{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._statNumber_v8cum_73{font-size:1.5rem;font-weight:700;color:#e1b168}._statLabel_v8cum_79{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}._imagePreview_v8cum_87{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_v8cum_95{width:100%;max-width:400px;height:200px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_v8cum_104{width:100%;max-width:400px;height:200px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._addReviewButton_v8cum_118{margin:0 auto}@media(max-width:768px){._imageInputRow_v8cum_19{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_v8cum_29{width:100%}}._sectionHeader_mumfh_1{font-size:1.125rem;font-weight:600;color:#333;margin-top:1.5rem;margin-bottom:1rem}._buttonGroup_mumfh_9{display:flex;gap:.5rem;margin-top:1rem}._helpText_mumfh_15{font-size:.75rem;color:#666;margin-top:.25rem}._helpText_mumfh_15 a{color:#4a90d9;text-decoration:none}._helpText_mumfh_15 a:hover{text-decoration:underline}._section_1efkc_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1efkc_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_1efkc_19{margin-bottom:1.5rem}._inputGroup_1efkc_19:last-child{margin-bottom:0}._textInput_1efkc_26{width:100%}._label_1efkc_31{display:block;font-weight:500;margin-bottom:6px}._checkboxContainer_1efkc_38{margin-bottom:20px}._checkboxLabel_1efkc_42{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#333;cursor:pointer}._checkboxLabel_1efkc_42 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1efkc_42 span{-webkit-user-select:none;user-select:none}._navItem_1efkc_60{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}._navItem_1efkc_60:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._navFieldsRow_1efkc_71{display:flex;gap:12px;align-items:flex-end}@media(max-width:768px){._navFieldsRow_1efkc_71{flex-direction:column;align-items:stretch}}._navField_1efkc_71{flex:1;min-width:0}._addButtonContainer_1efkc_88{margin-top:16px}._buttonGroup_1efkc_93{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._logoPreview_1efkc_101{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewLogo_1efkc_109{max-width:200px;max-height:100px;object-fit:contain;border-radius:8px;border:2px solid #dee2e6;background:#fff;padding:10px}._placeholderLogo_1efkc_119{width:200px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._helpText_1efkc_132{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._mediaTypeButtons_ff6jo_3{display:flex;gap:12px;flex-wrap:wrap}._mediaTypeBtn_ff6jo_9{flex:1;min-width:140px;padding:12px 16px;border:2px solid #e0e0e0;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}._mediaTypeBtn_ff6jo_9:hover{border-color:#2d5a27;background-color:#f3f7f3}._active_ff6jo_26{border-color:#2d5a27;background-color:#2d5a27;color:#fff}._mediaPreview_ff6jo_33{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._previewLabel_ff6jo_45{font-size:13px;font-weight:500;color:#555;margin:0;align-self:flex-start}._previewVideo_ff6jo_53{width:100%;max-width:400px;height:auto;max-height:225px;object-fit:cover;border-radius:6px;background-color:#000}._placeholderMedia_ff6jo_63{width:100%;max-width:400px;height:180px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:6px;color:#6c757d;font-size:14px}._section_ff6jo_76{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_ff6jo_84{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_ff6jo_93{margin-bottom:1.5rem}._inputGroup_ff6jo_93:last-child{margin-bottom:0}._textInput_ff6jo_100{width:100%}._slideItem_ff6jo_105{margin-bottom:20px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff}._slideItem_ff6jo_105:last-child{margin-bottom:0}._slideHeader_ff6jo_116{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eee}._slideNumber_ff6jo_125{font-weight:600;color:#2d5a27}._slideFieldsRow_ff6jo_130{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}@media(max-width:768px){._slideFieldsRow_ff6jo_130{flex-direction:column;align-items:stretch}}._slideField_ff6jo_130{flex:1;min-width:0}._addButtonContainer_ff6jo_148{margin-top:16px}._buttonGroup_ff6jo_153{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagePreview_ff6jo_161{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_ff6jo_169{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_ff6jo_178{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._helpText_ff6jo_192{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}@media(max-width:576px){._mediaTypeButtons_ff6jo_3{flex-direction:column}._mediaTypeBtn_ff6jo_9{min-width:100%}._previewVideo_ff6jo_53,._placeholderMedia_ff6jo_63{max-width:100%}}._thumbnailGrid_ff6jo_212{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:16px}._thumbnail_ff6jo_212{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;border:2px solid #dee2e6}._thumbnailPlaceholder_ff6jo_227{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:4px;color:#6c757d;font-size:12px}._section_1ei53_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1ei53_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_1ei53_19{margin-bottom:1.5rem}._inputGroup_1ei53_19:last-child{margin-bottom:0}._textInput_1ei53_26{width:100%}._label_1ei53_31{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._helpText_1ei53_39{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._section_1267p_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1267p_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f74800}._inputGroup_1267p_19{margin-bottom:1.5rem}._inputGroup_1267p_19:last-child{margin-bottom:0}._textInput_1267p_26{width:100%}._label_1267p_31{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._helpText_1267p_39{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._checkboxContainer_1267p_47{margin-bottom:16px}._checkboxLabel_1267p_51{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#333;cursor:pointer}._checkboxLabel_1267p_51 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1267p_51 span{-webkit-user-select:none;user-select:none}._buttonGroup_1267p_69{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagesGrid_1267p_77{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){._imagesGrid_1267p_77{grid-template-columns:1fr}}._imageBox_1267p_88{display:flex;flex-direction:column;gap:10px}._imageLabel_1267p_94{font-size:14px;font-weight:600;color:#333}._imagePreview_1267p_101{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_1267p_109{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_1267p_118{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._section_1297n_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1297n_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f74800}._inputGroup_1297n_19{margin-bottom:1.5rem}._inputGroup_1297n_19:last-child{margin-bottom:0}._textInput_1297n_26{width:100%}._helpText_1297n_30{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._iconInputRow_1297n_37{display:flex;gap:12px;align-items:flex-end}._iconInputWrapper_1297n_43{flex:1}._iconUploadButton_1297n_47{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._iconActionsRow_1297n_54{margin-top:10px}._checkboxContainer_1297n_59{display:flex;align-items:center;gap:10px;margin-bottom:16px}._checkboxContainer_1297n_59 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1297n_70{font-size:14px;color:#333;cursor:pointer}._dropdownLabel_1297n_77{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}@media(max-width:480px){._iconInputRow_1297n_37{flex-direction:column;align-items:stretch}._iconUploadButton_1297n_47{width:100%}._checkboxContainer_1297n_59{flex-wrap:wrap}}._itemContainer_cybo8_1{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_cybo8_7{top:0;z-index:1200}._addItemModalBox_cybo8_12{width:40rem}._section_dqftf_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_dqftf_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_dqftf_19{margin-bottom:1.5rem}._inputGroup_dqftf_19:last-child{margin-bottom:0}._textInput_dqftf_26{width:100%}._helpText_dqftf_30{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._sectionHeader_dqftf_37{font-size:14px;font-weight:600;margin:6px 0 10px}._itemHeader_dqftf_43{font-size:14px;font-weight:600;margin:0}._addRow_dqftf_49{margin-top:12px}._imagesGrid_dqftf_53{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_dqftf_60{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_dqftf_70{display:flex;justify-content:space-between;align-items:center;gap:8px}._buttonGroup_dqftf_78{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagePreview_dqftf_86{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_dqftf_86 img{width:100%;height:100%;object-fit:cover}._placeholderImage_dqftf_103{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_dqftf_116{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_dqftf_116:hover{background-color:#ce3335;color:#fff}._previewThumbnail_dqftf_136{aspect-ratio:1;object-fit:cover;border-radius:4px;border:1px solid #dee2e6}._previewThumbnailPlaceholder_dqftf_143{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px dashed #dee2e6;border-radius:4px;color:#aaa;font-size:11px}@media(max-width:768px){._imagesGrid_dqftf_53{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_dqftf_86{height:110px}}._section_1gfb6_2{margin-bottom:2rem}._inputGroup_1gfb6_6{margin-bottom:1.5rem}._inputGroup_1gfb6_6:last-child{margin-bottom:0}._textInput_1gfb6_13{width:100%}._helpText_1gfb6_17{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._buttonGroup_1gfb6_25{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imageInputRow_1gfb6_32{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1gfb6_38{flex:1;min-width:0}._changeBackgroundImageButton_1gfb6_43{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._carouselImagesList_1gfb6_50{display:flex;flex-direction:column;gap:16px;margin-top:12px}._carouselImageRow_1gfb6_57{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px}._carouselImageField_1gfb6_64{flex:1;min-width:0}._carouselImageActions_1gfb6_69{flex:0 0 auto;display:flex;flex-direction:column;gap:8px}._addButtonContainer_1gfb6_76{margin-top:12px}._carouselModeHint_1gfb6_80{margin:0;font-size:13px;color:#666}@media(max-width:600px){._imageInputRow_1gfb6_32{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_1gfb6_43{width:100%}._carouselImageRow_1gfb6_57{flex-direction:column;align-items:stretch}._carouselImageActions_1gfb6_69{padding-bottom:0}}._imagePreview_1gfb6_103{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_1gfb6_111{width:100%;max-width:400px;height:auto;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_1gfb6_120{width:100%;max-width:400px;height:200px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic;font-size:14px}._sectionPreview_1gfb6_136{width:100%;min-height:200px;background-size:cover;background-position:center;border-radius:8px;overflow:hidden}._previewOverlay_1gfb6_145{width:100%;min-height:200px;display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:12px}._previewReviewCard_1gfb6_155{background:#ffffffab;padding:10px;max-width:250px}._previewReviewImage_1gfb6_161{width:100%;height:auto;display:block}._previewButton_1gfb6_167{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;font-family:poppins-semibold,poppins,sans-serif;font-weight:700;font-size:10px;border-radius:2px;white-space:nowrap}._checkboxContainer_1gfb6_180{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxContainer_1gfb6_180 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1gfb6_191{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._changeCarouselImageButton_1gfb6_199{padding:8px 12px;line-height:30px}._helpText_1xq0n_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._mediaTypeButtons_1xq0n_10{display:flex;gap:12px;flex-wrap:wrap}._mediaTypeBtn_1xq0n_16{flex:1;min-width:140px;padding:12px 16px;border:2px solid #e0e0e0;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}._mediaTypeBtn_1xq0n_16:hover{border-color:var(--t5-theme-color, #ce3335);background-color:#fef5f5}._mediaTypeBtn_1xq0n_16._active_1xq0n_32{border-color:var(--t5-theme-color, #ce3335);background-color:var(--t5-theme-color, #ce3335);color:#fff}._mediaPreview_1xq0n_39{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._previewLabel_1xq0n_51{font-size:13px;font-weight:500;color:#555;margin:0;align-self:flex-start}._previewVideo_1xq0n_59{width:100%;max-width:400px;height:auto;max-height:225px;object-fit:cover;border-radius:6px;background-color:#000}._previewImage_1xq0n_69{width:100%;max-width:400px;height:auto;max-height:225px;object-fit:cover;border-radius:6px}._placeholderMedia_1xq0n_78{width:100%;max-width:400px;height:180px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:6px;color:#6c757d;font-size:14px}._buttonGroup_1xq0n_92{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}._subSection_1xq0n_100{margin-top:24px;padding-top:24px;border-top:1px solid #e9ecef}._subSectionTitle_1xq0n_106{font-size:15px;font-weight:600;color:#333;margin:0 0 8px}@media(max-width:576px){._mediaTypeButtons_1xq0n_10{flex-direction:column}._mediaTypeBtn_1xq0n_16{min-width:100%}._previewVideo_1xq0n_59,._previewImage_1xq0n_69,._placeholderMedia_1xq0n_78{max-width:100%}}._helpText_nfovy_2{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._label_nfovy_9{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._section_nfovy_18{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_nfovy_26{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ce3335}._inputGroup_nfovy_35{margin-bottom:1.5rem}._inputGroup_nfovy_35:last-child{margin-bottom:0}._textInput_nfovy_42{width:100%}._helpText_szcb9_2{font-size:14px;color:inherit;margin:0 0 12px}._label_szcb9_8{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._layoutButtons_szcb9_17{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}._layoutBtn_szcb9_24{flex:1;min-width:160px;padding:12px 16px;border:2px solid #e0e0e0;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}._layoutBtn_szcb9_24:hover{border-color:var(--t5-theme-color, #ce3335);background-color:#fef5f5}._layoutBtn_szcb9_24._active_szcb9_41{border-color:var(--t5-theme-color, #ce3335);background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagesGrid_szcb9_48{display:flex;flex-direction:column;gap:16px;margin-top:16px}._secondRowImages_szcb9_55{display:flex;flex-direction:row;gap:16px}._imageBox_szcb9_61{display:flex;flex:1;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._imageLabel_szcb9_72{font-size:14px;font-weight:500;color:#333}._imageSizeHint_szcb9_78{font-size:12px;color:#999;margin:0}._imagePreview_szcb9_84{display:flex;align-items:center;justify-content:center;min-height:150px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._previewImage_szcb9_95{width:100%;height:100%;object-fit:cover}._placeholderImage_szcb9_101{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;color:#6c757d;font-size:13px;text-align:center;padding:8px}@media(max-width:768px){._secondRowImages_szcb9_55{flex-direction:column}}._helpText_13rfv_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._imagesGrid_13rfv_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:20px}._imageCard_13rfv_17{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_13rfv_17:hover{border-color:var(--t5-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_13rfv_32{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_13rfv_41{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t5-theme-color, #ce3335);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_13rfv_41:hover{background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagePreview_13rfv_61{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_13rfv_61 img{width:100%;height:100%;object-fit:cover}._placeholderImage_13rfv_78{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:768px){._imagesGrid_13rfv_10{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_13rfv_10{grid-template-columns:repeat(2,1fr)}._imagePreview_13rfv_61{height:100px}}._helpText_auz81_1{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._itemContainer_auz81_8{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_auz81_14{top:0;z-index:1200}._addItemModalBox_auz81_19{width:40rem}._imagesGrid_auz81_24{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_auz81_31{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_auz81_31:hover{border-color:var(--t5-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_auz81_46{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_auz81_55{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t5-theme-color, #ce3335);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_auz81_55:hover{background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagePreview_auz81_75{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_auz81_75 img{width:100%;height:100%;object-fit:cover}._placeholderImage_auz81_92{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_auz81_106{display:flex;gap:12px;margin-top:16px}@media(max-width:768px){._imagesGrid_auz81_24{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_auz81_24{grid-template-columns:repeat(2,1fr)}._imagePreview_auz81_75{height:100px}}._helpText_1r6kk_1{margin:0 0 12px;font-size:12px;color:#666;line-height:1.4}._imagePreviewContainer_1r6kk_8{width:100%;max-height:300px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;overflow:hidden;background-color:#f5f5f5}._imagePreview_1r6kk_8{width:100%;height:100%;object-fit:cover;display:block}._buttonContainer_1r6kk_25{display:flex;justify-content:center;margin-bottom:15px}._buttonContainer_1r6kk_25 button{min-width:200px}._imageInputRow_1r6kk_35{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1r6kk_41{flex:1;min-width:0}._changeBackgroundImageButton_1r6kk_46{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_1r6kk_35{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_1r6kk_46{width:100%}}._helpText_eopqy_2{font-size:14px;color:#666;margin-bottom:1rem;line-height:1.5}._helpText_ahj6h_1{font-size:14px;color:inherit;margin:4px 0 0;line-height:1.4}._imageInputRow_ahj6h_8{display:flex;align-items:flex-end;gap:12px}._imageInputWrapper_ahj6h_14{flex:1;min-width:0}._uploadButton_ahj6h_19{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_ahj6h_8{flex-direction:column;align-items:stretch}._uploadButton_ahj6h_19{width:100%}}._helpText_5wz9y_2{font-size:14px;color:inherit;margin:0 0 16px;line-height:1.4}._menuItemsList_5wz9y_10{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}._menuItemActions_5wz9y_17{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}._srOnly_5wz9y_25{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._iconActionButton_5wz9y_36{position:relative}._iconActionButton_5wz9y_36>svg{width:18px;height:18px}._iconActionButton_5wz9y_36>svg,._iconActionButton_5wz9y_36>svg *{fill:currentColor!important;stroke:currentColor!important}._icon_5wz9y_36{width:18px;height:18px}._menuItemContent_5wz9y_53{display:flex;flex-direction:column;gap:16px}._imageSection_5wz9y_60{display:flex;flex-direction:column;gap:10px}._imagePreviewSmall_5wz9y_66{width:120px;height:120px;border-radius:8px;overflow:hidden;border:1px solid #d4dae0}._previewImageSmall_5wz9y_74{width:100%;height:100%;object-fit:cover}._placeholderImageSmall_5wz9y_80{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f6f8fa;border:2px dashed #d4dae0;color:#525f7f;font-size:12px;font-weight:500}._itemImageActions_5wz9y_93{display:flex;gap:10px;flex-wrap:wrap}._imageInputRow_5wz9y_99{display:flex;align-items:flex-end;gap:12px}._imageInputWrapper_5wz9y_105{flex:1;min-width:0}._addButtonContainer_5wz9y_111{margin-top:16px;display:flex;justify-content:center}._uploadButton_5wz9y_117{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_5wz9y_99{flex-direction:column;align-items:stretch}}._helpText_f3ag9_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._imagesGrid_f3ag9_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_f3ag9_17{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_f3ag9_17:hover{border-color:#e9549d;box-shadow:0 2px 8px #e9549d26}._imageHeader_f3ag9_32{display:flex;justify-content:flex-end;align-items:center}._imageNumber_f3ag9_38{font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;gap:8px}._displayedBadge_f3ag9_47{display:inline-block;padding:2px 8px;background-color:#e9549d;color:#fff;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}._removeBtn_f3ag9_59{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#e74c3c;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}._removeBtn_f3ag9_59:hover{background-color:#e74c3c;color:#fff}._imagePreview_f3ag9_80{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_f3ag9_80 img{width:100%;height:100%;object-fit:cover}._placeholderImage_f3ag9_97{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_f3ag9_111{display:flex;justify-content:center;gap:12px;margin-top:16px}._itemsList_1h8rq_2{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}._itemCard_1h8rq_9{border:1px solid #d4dae0;border-radius:8px;padding:16px;background-color:#fff;transition:box-shadow .2s ease}._itemCard_1h8rq_9:hover{box-shadow:0 1px 4px #00000029}._itemHeader_1h8rq_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f7f7f7}._itemNumber_1h8rq_29{font-size:16px;font-weight:600;color:#051146}._removeButton_1h8rq_35{width:100%}._itemContent_1h8rq_39{display:flex;flex-direction:column}._imageInputRow_1h8rq_44{display:flex;align-items:flex-end;gap:12px}._imageInputWrapper_1h8rq_50{flex:1;min-width:0}._uploadButton_1h8rq_55{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._addButtonContainer_1h8rq_62{margin-top:16px;display:flex;justify-content:center}@media(max-width:768px){._imageInputRow_1h8rq_44{flex-direction:column;align-items:stretch}._uploadButton_1h8rq_55{width:100%}}._helpText_1stf3_2{font-size:14px;color:inherit;margin:0 0 16px;line-height:1.5}._helpText_eolvh_2{font-size:14px;color:inherit;margin:0;line-height:1.4}._imagesGrid_eolvh_9{display:flex;flex-direction:column;gap:16px;margin-top:16px}._imageBox_eolvh_16{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f6f8fa;border-radius:8px;border:1px solid #d4dae0}._imageLabel_eolvh_26{font-size:14px;font-weight:500;color:#000}._imageSizeHint_eolvh_32{font-size:12px;color:#586271;margin:0}._imagePreview_eolvh_38{display:flex;align-items:center;justify-content:center;min-height:150px;background-color:#fff;border:1px solid #d4dae0;border-radius:6px;overflow:hidden}._previewImage_eolvh_49{width:100%;height:100%;object-fit:cover}._placeholderImage_eolvh_55{width:100%;height:150px;display:flex;align-items:center;justify-content:center;background-color:#d4dae0;color:#525f7f;font-size:13px;text-align:center;padding:8px}._buttonRow_eolvh_68{display:flex;gap:12px;flex-wrap:wrap}._helpText_12w56_2{font-size:14px;color:inherit;margin:0;line-height:1.4}._sectionGroup_12w56_9{display:flex;flex-direction:column;gap:12px;padding:12px 0}._sectionGroup_12w56_9:not(:last-child){border-bottom:1px solid #d4dae0;padding-bottom:18px;margin-bottom:12px}._sectionTitle_12w56_21{margin:0;font-size:16px;font-weight:600;color:#000}._subSectionTitle_12w56_28{margin:4px 0 0;font-size:14px;font-weight:600;color:#000}._featuresSection_12w56_35{display:flex;flex-direction:column;gap:12px;margin-top:4px}._featureRow_12w56_42{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #d4dae0;border-radius:8px;background-color:#f6f8fa}._buttonGroup_12w56_52{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}._addButtonContainer_12w56_59{display:flex;justify-content:center;margin-top:16px}._row_12w56_65{display:flex;gap:12px;flex-wrap:wrap}._row_12w56_65>*{flex:1;min-width:220px}._imageBox_12w56_76{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f6f8fa;border-radius:8px;border:1px solid #d4dae0}._imageLabel_12w56_86{font-size:14px;font-weight:500;color:#000}._imageSizeHint_12w56_92{font-size:12px;color:#586271;margin:0}._imagePreview_12w56_98{display:flex;align-items:center;justify-content:center;min-height:150px;background-color:#fff;border:1px solid #d4dae0;border-radius:6px;overflow:hidden}._previewImage_12w56_109{width:100%;height:100%;object-fit:cover}._placeholderImage_12w56_115{width:100%;height:150px;display:flex;align-items:center;justify-content:center;background-color:#d4dae0;color:#525f7f;font-size:13px;text-align:center;padding:8px}._galleryImagesGrid_12w56_129{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._galleryImageCard_12w56_136{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f6f8fa;border:1px solid #d4dae0;border-radius:8px;transition:all .2s ease}._galleryImageCard_12w56_136:hover{border-color:var(--t7-theme-color, #d39c8d);box-shadow:0 2px 8px #d39c8d1f}._galleryImageNumber_12w56_151{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#000}._galleryRemoveBtn_12w56_160{width:24px;height:24px;padding:0;border:none;background-color:#f0f2f6;color:var(--t7-theme-color, #d39c8d);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._galleryRemoveBtn_12w56_160:hover{background-color:var(--t7-theme-color, #d39c8d);color:#fff}._galleryImagePreview_12w56_180{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #d4dae0;border-radius:6px;overflow:hidden}._galleryImagePreview_12w56_180 img{width:100%;height:100%;object-fit:cover}._galleryPlaceholderImage_12w56_197{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#d4dae0;color:#525f7f;font-size:12px;text-align:center;padding:8px}@media(max-width:768px){._galleryImagesGrid_12w56_129{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._galleryImagesGrid_12w56_129{grid-template-columns:repeat(2,1fr)}._galleryImagePreview_12w56_180{height:100px}}._helpText_1oxqj_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._imagesGrid_1oxqj_9{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._imageCard_1oxqj_15{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeader_1oxqj_25{font-size:14px;font-weight:500;color:#333}._imagePreview_1oxqj_31{display:flex;align-items:center;justify-content:center;width:100%;height:160px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1oxqj_31 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1oxqj_48{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:576px){._imagesGrid_1oxqj_9{grid-template-columns:1fr}._imagePreview_1oxqj_31{height:140px}}._helpText_14kln_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._testimonialSection_14kln_9{margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef}._testimonialSectionTitle_14kln_15{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}._addButtonContainer_14kln_22{margin-top:12px}._imageInputRow_14kln_26{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_14kln_32{flex:1;min-width:0}._changeImageButton_14kln_37{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._buttonGroup_14kln_44{display:flex;justify-content:flex-end;margin-top:10px}._avatarCard_14kln_50{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._avatarHeader_14kln_60{font-size:14px;font-weight:500;color:#333}._avatarPreview_14kln_66{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:9999px;overflow:hidden;background-color:#fff;border:1px solid #e0e0e0}._avatarPreview_14kln_66 img{width:100%;height:100%;object-fit:cover}._placeholderAvatar_14kln_83{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:600px){._imageInputRow_14kln_26{flex-direction:column;align-items:stretch}._changeImageButton_14kln_37{width:100%}}._helpText_jc2bo_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._sectionBlock_jc2bo_9{margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef}._sectionTitle_jc2bo_15{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}._addButtonContainer_jc2bo_22{margin-top:12px}._buttonGroup_jc2bo_26{display:flex;justify-content:flex-end;margin-top:10px}._imagesGrid_jc2bo_32{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._imageCard_jc2bo_38{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeader_jc2bo_48{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#333}._removeBtn_jc2bo_57{background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;color:#6c757d}._removeBtn_jc2bo_57:hover{color:#dc3545}._imagePreview_jc2bo_69{display:flex;align-items:center;justify-content:center;width:100%;height:160px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_jc2bo_69 img{width:100%;height:100%;object-fit:cover}._placeholderImage_jc2bo_86{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._iconPreview_jc2bo_99{width:56px;height:56px;border-radius:12px}._iconPreview_jc2bo_99 img{object-fit:contain}@media(max-width:576px){._imagesGrid_jc2bo_32{grid-template-columns:1fr}._imagePreview_jc2bo_69{height:140px}}._helpText_14mka_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._imageCard_14mka_9{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeader_14mka_19{font-size:14px;font-weight:500;color:#333}._imagePreview_14mka_25{display:flex;align-items:center;justify-content:center;width:100%;height:180px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_14mka_25 img{width:100%;height:100%;object-fit:cover}._placeholderImage_14mka_42{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:576px){._imagePreview_14mka_25{height:150px}}._helpText_1rnih_1{margin:0 0 12px;font-size:14px;opacity:.85}._row_1rnih_7{display:flex;flex-wrap:wrap;gap:12px}._actionsRow_1rnih_13{display:flex;gap:10px;flex-wrap:wrap}._mediaTypeBtn_1rnih_19{min-width:140px}._active_1rnih_23{outline:2px solid rgba(0,0,0,.2)}._checkboxContainer_1rnih_27{margin-top:20px}._checkboxLabel_1rnih_31{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#333;cursor:pointer}._checkboxLabel_1rnih_31 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1rnih_31 span{-webkit-user-select:none;user-select:none}._helpText_1i0ob_1{margin:0 0 12px;font-size:14px;opacity:.85}._label_1i0ob_7{display:block;margin:0 0 8px;font-size:13px;font-weight:700}._imageRow_1i0ob_14{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}._imagePreviewSm_1i0ob_23{width:140px;height:80px;border:1px solid rgba(0,0,0,.12);background:#00000008;display:flex;align-items:center;justify-content:center;overflow:hidden}._previewImage_1i0ob_34{width:100%;height:100%;object-fit:cover}._placeholderImage_1i0ob_40{font-size:12px;opacity:.7}._blockHeaderRow_1i0ob_45{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}._blockTitle_1i0ob_53{margin:0;font-size:14px;font-weight:700}._smallActions_1i0ob_59{display:flex;gap:8px;flex-wrap:wrap}._smallBtn_1i0ob_65{min-width:90px}._behaviorLabel_1i0ob_69{margin-bottom:8px}._behaviorOptions_1i0ob_73{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px}._behaviorOption_1i0ob_73{display:inline-flex;align-items:center;gap:8px;cursor:pointer}._behaviorText_1i0ob_87{white-space:nowrap}._behaviorRadio_1i0ob_91{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:16px;height:16px;border:2px solid #7a7a7a;border-radius:50%;background-color:#fff;margin:0;flex-shrink:0;cursor:pointer}._behaviorRadio_1i0ob_91:checked{border-color:#1f73b7;background-image:radial-gradient(circle,#1f73b7 42%,#fff 44%)}._behaviorRadio_1i0ob_91:focus-visible{outline:2px solid #9ec8ef;outline-offset:2px}._noSlidesText_r9als_1{margin:12px 0;opacity:.7;font-style:italic}._slidesList_r9als_7{display:flex;flex-direction:column;gap:16px;margin-bottom:12px}._slideCardBody_r9als_14{display:flex;flex-direction:column;gap:10px}._slideImageRow_r9als_20{display:flex;align-items:center;gap:12px}._slideImageThumb_r9als_26{width:120px;height:68px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background-color:#0000000a;background-position:center;background-size:cover;background-repeat:no-repeat}._helpText_kn3nf_1{margin:0;opacity:.85}._imagePreviewRow_kn3nf_6{display:flex;align-items:center;gap:12px;margin-bottom:12px}._imageThumb_kn3nf_13{width:120px;height:68px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background-color:#0000000a;background-position:center;background-size:cover;background-repeat:no-repeat}._imageInputRow_kn3nf_24{display:flex;align-items:flex-end;gap:10px}._imageInputField_kn3nf_30{flex:1;min-width:0}._changeSideImageButton_kn3nf_35{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_kn3nf_24{flex-direction:column;align-items:stretch}._changeSideImageButton_kn3nf_35{width:100%}}._helpText_1au7w_1{margin:0 0 12px;opacity:.85;font-size:14px}._imagesGrid_1au7w_7{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}._imageCard_1au7w_14{border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:14px;background:#00000005}._imageNumber_1au7w_21{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:600;font-size:13px;color:#000000b3}._removeBtn_1au7w_31{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#dc35451a;border:1px solid rgba(220,53,69,.3);color:#dc3545;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;padding:0;transition:background-color .2s ease,border-color .2s ease}._removeBtn_1au7w_31:hover{background:#dc354533;border-color:#dc354580}._imagePreview_1au7w_54{width:100%;height:120px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background-color:#0000000a;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}._imagePreview_1au7w_54 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1au7w_73{color:#0006;font-size:13px;text-align:center;font-style:italic}._addButtonContainer_1au7w_80{display:flex;justify-content:center;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}@media(max-width:767px){._imagesGrid_1au7w_7{grid-template-columns:1fr}}._imageUploadButton_1au7w_92{width:100%}._helpText_1jyai_2{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._actionsRow_1jyai_9{display:flex;gap:10px;flex-wrap:wrap}._checkboxContainer_1jyai_15{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxContainer_1jyai_15 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1jyai_26{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._actionsRow_1l12m_2{display:flex;gap:10px;flex-wrap:wrap}._imageBlock_1l12m_8{margin-top:8px}._imageInputRow_1l12m_12{display:flex;align-items:flex-end;gap:10px}._imageInputField_1l12m_18{flex:1;min-width:0}._uploadImageButton_1l12m_23{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._checkboxRow_1l12m_30{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_1l12m_30 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_1l12m_30 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}@media(max-width:768px){._imageInputRow_1l12m_12{flex-direction:column;align-items:stretch}._uploadImageButton_1l12m_23{width:100%}}._actionsRow_9d6q1_1{display:flex;gap:12px;align-items:center;flex-wrap:wrap}._backgroundImageRow_9d6q1_8{display:flex;align-items:flex-end;gap:10px}._backgroundImageInputField_9d6q1_14{flex:1;min-width:0}._backgroundImageUploadButton_9d6q1_19{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._iconImageRow_9d6q1_26{display:flex;align-items:flex-end;gap:10px;margin-bottom:12px}._iconImageInputField_9d6q1_33{flex:1;min-width:0}._iconImageUploadButton_9d6q1_38{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._helpText_9d6q1_45{font-size:12px;color:#666;margin:0 0 12px;line-height:1.4}._checkboxRow_9d6q1_52{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_9d6q1_52 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_9d6q1_52 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._iconGrid_9d6q1_71{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._iconCard_9d6q1_77{border:1px solid rgba(17,24,39,.08);border-radius:12px;padding:14px}._iconPreview_9d6q1_83{width:88px;height:88px;border-radius:999px;display:grid;place-items:center;background:#d4b25a;color:#fffffff2;margin-bottom:12px}._iconPreviewImg_9d6q1_94{width:56px;height:56px;object-fit:contain;display:block}@media(max-width:700px){._iconGrid_9d6q1_71{grid-template-columns:1fr}._backgroundImageRow_9d6q1_8{flex-direction:column;align-items:stretch}._backgroundImageUploadButton_9d6q1_19{width:100%}._iconImageRow_9d6q1_26{flex-direction:column;align-items:stretch}._iconImageUploadButton_9d6q1_38{width:100%}}._helpText_amfef_2{font-size:12px;color:#666;margin:0 0 12px;line-height:1.4}._actionsRow_amfef_9{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}._imageInputRow_amfef_16{display:flex;align-items:flex-end;gap:10px}._imageInputField_amfef_22{flex:1;min-width:0}._uploadImageButton_amfef_27{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._removeButton_amfef_34{background-color:#dc3545!important;color:#fff!important}._addRow_amfef_39{margin-top:12px}._checkboxRow_amfef_43{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_amfef_43 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_amfef_43 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}@media(max-width:768px){._imageInputRow_amfef_16{flex-direction:column;align-items:stretch}._uploadImageButton_amfef_27{width:100%}}._helpText_19ye2_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._itemContainer_19ye2_9{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_19ye2_15{top:0;z-index:1200}._addItemModalBox_19ye2_20{width:40rem}._checkboxRow_19ye2_24{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_19ye2_24 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_19ye2_24 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._imagesGrid_19ye2_43{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_19ye2_50{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_19ye2_50:hover{border-color:var(--t9-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_19ye2_65{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_19ye2_74{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#c62828;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}._removeBtn_19ye2_74:hover{background-color:var(--t9-theme-color, #ce3335);color:#fff}._imagePreview_19ye2_93{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_19ye2_93 img{width:100%;height:100%;object-fit:cover}._placeholderImage_19ye2_110{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_19ye2_123{display:flex;gap:12px;margin-top:16px}@media(max-width:768px){._imagesGrid_19ye2_43{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_19ye2_43{grid-template-columns:repeat(2,1fr)}._imagePreview_19ye2_93{height:100px}}._modal_15bo9_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:700px}._day_container_15bo9_9{align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:20px}._day_label_container_15bo9_16{display:flex;margin-right:24px}._day_label_15bo9_16{text-transform:capitalize;width:7rem}._time_pickers_and_button_15bo9_26{display:flex;align-items:center}._time_pickers_15bo9_26{display:flex;align-items:center;margin-right:16px}._time_picker_15bo9_26{padding:0 10px!important;width:140px!important}._arrowIcon_15bo9_42{height:14px;margin:0 .8rem;opacity:.6;width:14px}._arrowIcon_15bo9_42>svg{height:inherit;width:inherit}._add_hours_button_15bo9_53,._remove_hours_button_15bo9_54{align-items:center;border:2px solid #fd5458;border-radius:100px;display:flex;justify-content:center;height:22px;margin-top:3px;width:22px}._add_hours_button_15bo9_53>svg,._remove_hours_button_15bo9_54>svg{height:12px;width:12px}._add_hours_button_15bo9_53{border-color:#006aff}._add_hours_button_15bo9_53>svg{fill:#006aff}._remove_hours_button_15bo9_54{border-color:#fd5458}._remove_hours_button_15bo9_54>svg{fill:#fd5458}@media only screen and (max-width:900px){._day_container_15bo9_9{flex-direction:column;margin-bottom:34px}._hours_15bo9_89{margin-top:14px}}@media only screen and (max-width:600px){._time_pickers_and_button_15bo9_26{align-items:baseline;flex-direction:column}._add_hours_button_15bo9_53,._remove_hours_button_15bo9_54{margin-top:14px;margin-left:0}}._helpText_18w34_1{color:#68707b;font-size:13px;line-height:1.45;margin:0 0 16px}._subsection_18w34_8{background:#fff;border-color:#e1e6eb;margin-bottom:16px}._subsection_18w34_8:last-child{margin-bottom:0}._subsectionHeader_18w34_17{padding:20px 30px}._subsectionTitle_18w34_21{font-size:20px}._subsectionContent_18w34_25{padding:18px 16px}._styleGroupLabel_18w34_29{color:#4d5865;font-size:13px;font-weight:700;letter-spacing:.02em;margin:0 0 12px}._styleGroupLabel_18w34_29:not(:first-child){border-top:1px solid #e7ebef;margin-top:20px;padding-top:18px}._uploadRow_18w34_42{align-items:flex-end;display:flex;gap:12px}._grow_18w34_48{flex:1;min-width:0}._checkbox_18w34_53{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px;margin:0 0 16px}._checkbox_18w34_53 input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:16px;width:16px}._visibilityField_18w34_67 ._checkbox_18w34_53{margin-top:-8px}._socialFields_18w34_71{border-bottom:1px solid #e7ebef;border-top:1px solid #e7ebef;margin:8px 0 20px;padding:16px 0 2px}._fixedActionFields_18w34_78{border-top:1px solid #e7ebef;margin-top:8px;padding-top:16px}._hoursSourceOptions_18w34_84{align-items:center;display:flex;flex-wrap:wrap;gap:22px;margin-bottom:16px}._hoursSourceOptions_18w34_84 label{align-items:center;cursor:pointer;display:inline-flex;font-size:14px;gap:10px}._hoursSourceOptions_18w34_84 input{accent-color:#0d6efd;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;height:18px;margin:0;width:18px}._hoursSourceTitle_18w34_106{color:#252a31;font-size:14px;font-weight:500;margin:0 0 10px}._fieldLabel_18w34_113{color:#252a31;display:block;font-size:14px;font-weight:600;margin-bottom:7px}._select_18w34_121,._numberInput_18w34_122{background:#fff;border:1px solid #cbd1d8;border-radius:6px;box-sizing:border-box;color:#20242a;font:inherit;height:42px;min-height:0;padding:8px 10px}._select_18w34_121{width:100%}._numberInput_18w34_122{width:120px}._colorGrid_18w34_142{display:grid;gap:18px;grid-template-columns:1fr;margin-bottom:16px}._colorPickerRow_18w34_149{flex-wrap:nowrap!important;justify-content:space-between}@media(max-width:600px){._uploadRow_18w34_42,._colorGrid_18w34_142{display:block}}._modal_esjif_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._personnel_axl6m_1{display:flex;flex-wrap:wrap}._personnelInModal_axl6m_6{display:block}._personnelInModal_axl6m_6>div._inputContainer_axl6m_9{width:100%}._inputContainer_axl6m_9{margin-right:20px;width:30%}._inputContainer_axl6m_9:last-child{margin-right:0}._button_axl6m_21,._laterBtn_axl6m_21,._createUserBtn_axl6m_21,._removePersonnelBtn_axl6m_21,._savePersonnelInfoBtn_axl6m_21,._addUserBtn_axl6m_21,._signOutBtn_axl6m_21{color:#fff;padding:8px 15px;margin-top:1.2rem;font-weight:700}._signOutBtn_axl6m_21{background:#fd5458}._addUserBtn_axl6m_21{background:#006aff;margin-top:2rem}._savePersonnelInfoBtn_axl6m_21{background:#006aff;position:absolute;margin-left:6.4rem}._removePersonnelBtn_axl6m_21{margin:1.2rem 0 0}._newUserButtons_axl6m_47{display:flex;align-items:center;margin-top:1.2rem}._createUserBtn_axl6m_21{background:#006aff;margin:0 1rem 0 0;min-width:6rem}._laterBtn_axl6m_21{margin:0;min-width:6rem}@media only screen and (max-width:600px){._inputContainer_axl6m_9{margin:0 0 15px;width:100%}}._ssnField_h39ar_1{margin-bottom:1rem}._actions_h39ar_5{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}._contentContainer_h39ar_12{min-height:50px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media only screen and (max-width:700px){._content_h39ar_12{min-width:auto}}._error_18ryq_1{color:#dc3545;margin-bottom:1rem;font-size:.9rem}._field_18ryq_7{margin-bottom:1rem}._actions_18ryq_11{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}@media only screen and (max-width:700px){._content_18ryq_19{min-width:auto}}._badge_x8r2p_1{background:#006aff;border-radius:100px;color:#fff;font-size:14px;position:absolute;right:10px;display:flex;align-items:center;justify-content:center;padding:2px 8px;min-width:20px}._badge_promotion_x8r2p_15{background:#000;border-radius:100px;color:#fff;font-size:14px;position:absolute;right:10px;display:flex;align-items:center;justify-content:center;padding:2px 8px;min-width:20px}@media only screen and (min-width:700px){._navbarItemLabel_x8r2p_30{font-size:1rem}}._subNavContainer_7012h_1{display:flex;align-items:center;height:45px}._subNavItem_7012h_7{border-radius:0;font-size:14px;font-weight:500;margin-right:15px;text-transform:capitalize;white-space:nowrap;height:45px;padding:0 10px}._subNavItem_7012h_7._selected_7012h_17{color:#006aff;border-bottom:3px solid #006AFF;font-weight:600;transition:all .1s ease-in-out 0s}._termsLink_1e2eg_1{color:#fd5458;text-decoration:none}._certification_1e2eg_6,._paragraph_1e2eg_6{font-size:.84rem;line-height:1.4rem}._checkbox_1e2eg_11{margin-top:2rem}._paragraph_1e2eg_6{margin-top:1rem}._required_1e2eg_19{margin:.5rem 0 0;color:#fd5458;font-size:.85rem;font-weight:600}._form_xu4n7_1{display:flex;flex-wrap:wrap}._box_header_xu4n7_6{font-size:22px;font-weight:600;text-align:center}._field_xu4n7_12{width:48%}._field_xu4n7_12:nth-child(odd){margin-right:.6rem}._field_xu4n7_12:nth-child(2n){margin-left:.6rem}._option_xu4n7_22{width:100%}._notice_xu4n7_26{line-height:1.4;margin-bottom:30px}._commissionInput_xu4n7_31{display:flex;align-items:center;margin-bottom:2rem}._description_xu4n7_37{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}._addLocationButton_xu4n7_45{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_xu4n7_45>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_xu4n7_59{font-size:1rem;margin:3rem auto 2rem;padding:.8rem 6rem;width:20rem}._stepIndicator_xu4n7_66{display:flex;justify-content:center;align-items:center;margin:2rem 0 3rem;padding:0 1rem;flex-wrap:wrap;gap:.5rem}._step_xu4n7_66{display:flex;align-items:center;cursor:default;opacity:.5;transition:opacity .3s ease}._step_xu4n7_66._activeStep_xu4n7_84{opacity:1}._step_xu4n7_66._completedStep_xu4n7_88{opacity:.8;cursor:pointer}._stepNumber_xu4n7_93{width:36px;height:36px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;transition:all .3s ease}._activeStep_xu4n7_84 ._stepNumber_xu4n7_93{background:#007bff;color:#fff}._completedStep_xu4n7_88 ._stepNumber_xu4n7_93{background:#28a745;color:#fff}._stepTitle_xu4n7_117{margin-left:.5rem;font-size:.85rem;font-weight:500;color:#666;white-space:nowrap}._activeStep_xu4n7_84 ._stepTitle_xu4n7_117{color:#007bff;font-weight:600}._completedStep_xu4n7_88 ._stepTitle_xu4n7_117{color:#28a745}._stepLine_xu4n7_134{width:30px;height:2px;background:#e0e0e0;margin:0 .5rem}._completedStep_xu4n7_88 ._stepLine_xu4n7_134{background:#28a745}._stepContent_xu4n7_145{min-height:300px}._stepNavigation_xu4n7_149{display:flex;justify-content:space-between;align-items:center;margin:2rem 0;padding:0 1rem}._prevBtn_xu4n7_157{padding:.7rem 1.5rem;font-size:.95rem}._nextBtn_xu4n7_162{padding:.7rem 2rem;font-size:.95rem;margin-left:auto}@media only screen and (max-width:700px){._field_xu4n7_12{margin:0 0 1rem!important;width:100%}._stepIndicator_xu4n7_66{flex-direction:column;align-items:flex-start;gap:1rem}._step_xu4n7_66{width:100%}._stepLine_xu4n7_134{display:none}._stepTitle_xu4n7_117{font-size:.9rem}}._upload_container_v6aw2_1{margin:2rem 0}._upload_grid_v6aw2_5{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}._upload_slot_v6aw2_12{width:150px;height:150px;position:relative}._upload_button_v6aw2_18{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:2px dashed #006aff;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#f8f9fa}._upload_button_v6aw2_18:hover{background-color:#e9ecef;border-color:#0056b3}._upload_button_v6aw2_18:disabled{cursor:not-allowed;opacity:.6}._file_input_v6aw2_39{display:none}._preview_container_v6aw2_43{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid #dee2e6;cursor:zoom-in}._preview_image_v6aw2_53{width:100%;height:100%;object-fit:cover}._pdf_preview_v6aw2_59{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;color:#6c757d;font-weight:600;font-size:1.2rem}._remove_button_v6aw2_71{position:absolute;top:5px;right:5px;width:28px;height:28px;border-radius:50%;background-color:#dc3545e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;transition:all .2s ease}._remove_button_v6aw2_71:hover{background-color:#dc3545;transform:scale(1.1)}._uploading_v6aw2_94{color:#006aff;font-size:.9rem;font-weight:500}._upload_hint_v6aw2_100{font-size:.875rem;color:#6c757d;margin:0}._readonly_overlay_v6aw2_106{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#8080804d;z-index:1;pointer-events:none;border-radius:8px}@media only screen and (max-width:700px){._upload_slot_v6aw2_12{width:120px;height:120px}}._description_flouy_1{margin-bottom:1rem;color:#6c757d;font-size:.9rem}._signature_container_flouy_7{border:2px solid #dee2e6;border-radius:8px;padding:1rem;background-color:#fff;margin-bottom:1rem;overflow:hidden}._signature_canvas_flouy_16{width:100%;height:200px;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' stroke='%23ffffff' stroke-width='0.5' d='M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z'/%3E%3C/svg%3E") 2 18,auto;display:block}._preview_container_flouy_23{margin-top:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}._preview_label_flouy_31{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#495057}._preview_image_flouy_38{max-width:100%;max-height:150px;border:1px solid #dee2e6;border-radius:4px;background-color:#fff;padding:.5rem}._actions_flouy_47{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}@media only screen and (max-width:700px){._signature_canvas_flouy_16{height:150px}._actions_flouy_47{flex-direction:column}}._paymentPlanOptions_h745s_1{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_h745s_1>p{margin-top:0}._purposeOfForm_h745s_9>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._container_fd665_1,._reviewing_fd665_1,._approved_fd665_1{display:flex;align-items:center;flex-wrap:wrap;border-radius:10px;line-height:1.4rem;margin:auto auto 2rem;padding:.6rem 2rem;width:fit-content}._approved_fd665_1{background:#006aff;color:#fff}._checkIcon_fd665_17{border-radius:100px;border:2px solid #fff;height:1rem;margin-right:.6rem;width:1rem;display:flex;align-items:center;justify-content:center}._checkIcon_fd665_17>svg{fill:#fff;height:.6rem;width:.6rem}._reviewing_fd665_1{background:#fc8c32;color:#fff}._glassIcon_fd665_38{height:1rem;margin-right:.6rem;width:1rem}._glassIcon_fd665_38>svg{fill:#fff;height:inherit;width:inherit}@media only screen and (max-width:700px){._container_fd665_1,._approved_fd665_1,._reviewing_fd665_1{border-radius:0;flex-direction:column;align-items:flex-start;padding:1rem;width:auto}._description_fd665_57{line-height:1.4rem;margin-top:.4rem}}._icon_1p4vo_1{height:7rem;width:7rem}._button_1p4vo_6{margin:1.4rem auto;padding:.6rem 0;width:14rem}._noteSection_1fr3b_1{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._noteHeader_1fr3b_9{display:flex;justify-content:end;align-items:center;margin-bottom:1rem}._noteTitle_1fr3b_16{font-size:1.1rem;font-weight:600;color:#333}._noteList_1fr3b_22{display:flex;flex-direction:column;gap:1rem}._noteItem_1fr3b_28{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:1rem;position:relative}._noteContent_1fr3b_36{display:flex;flex-direction:column;gap:.5rem}._noteText_1fr3b_42{font-size:.95rem;line-height:1.5;color:#333;white-space:pre-wrap;word-wrap:break-word}._noteFooter_1fr3b_50{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}._noteTimestamp_1fr3b_57{font-size:.8rem;color:#6c757d}._noteActions_1fr3b_62{display:flex;gap:.5rem}._deleteBtn_1fr3b_67{padding:.4rem .8rem;font-size:.85rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}._deleteBtn_1fr3b_67:hover{background:#c82333}._addNoteBtn_1fr3b_81{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}._addNoteBtn_1fr3b_81:hover{background:#0056b3}._addNoteBtn_1fr3b_81>svg{fill:#fff;width:14px;height:14px}._emptyNotes_1fr3b_103{text-align:center;color:#6c757d;font-size:.95rem;padding:1rem}@media only screen and (max-width:700px){._noteSection_1fr3b_1{padding:.75rem}._noteHeader_1fr3b_9{flex-direction:column;align-items:flex-start;gap:.75rem}._noteFooter_1fr3b_50{flex-direction:column;align-items:flex-start;gap:.5rem}}._icon_dzoxu_1{height:7rem;width:7rem}._button_dzoxu_6{margin:1.4rem auto;padding:.6rem 0;width:14rem}._img_dzoxu_12{height:12rem;margin-top:-4rem}._box_dzoxu_17{max-width:20rem;margin:auto}._box_dzoxu_17>h3{font-size:1rem;font-weight:600;margin-top:0}._box_dzoxu_17>p{font-size:2rem;font-weight:700;margin:0 0 1rem}._sendEmailIcon_dzoxu_32{fill:#006aff;height:1rem;margin-right:.8rem;width:1rem}._container_y8uv5_1{box-shadow:0 1px 4px #00000029;position:fixed;bottom:0;left:0;right:0;background:#fff}._content_y8uv5_10{padding:1rem;display:flex;align-items:center;justify-content:center}._cancelButton_y8uv5_17,._reviewButton_y8uv5_18{padding:.6rem 3.2rem}._cancelButton_y8uv5_17{margin-right:.6rem}._reviewButton_y8uv5_18{margin-left:.6rem}._modal_y8uv5_30{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}._section_y8uv5_38{border-bottom:1px solid #d4dae0;margin-bottom:2rem;padding-bottom:1rem}._section_y8uv5_38:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionHeading_y8uv5_49{font-size:1.2rem;margin-top:0}._infoRow_y8uv5_54{display:flex;align-items:center;margin-bottom:.8rem}._label_y8uv5_60{color:#697386;text-transform:capitalize;width:16rem}._highlight_y8uv5_66{background:#eb1700;border-radius:6px;color:#fff;padding:.2rem .4rem}._checkBoxHeading_y8uv5_73{font-weight:500;text-transform:none}._modalFooter_y8uv5_78{position:relative}@media only screen and (max-width:700px){._infoRow_y8uv5_54{align-items:flex-start;flex-direction:column}._label_y8uv5_60{margin-bottom:.3rem}}._form_container_o7msa_1{display:flex;text-align:center;justify-content:center}._arrowIcon_o7msa_7{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_o7msa_7>svg{fill:#fff;height:inherit;width:inherit}._backButton_o7msa_18{background:none;border:none;margin-bottom:10px;padding:.6rem .6rem .6rem 0}._backButton_o7msa_18:hover{box-shadow:none}._backButton_o7msa_18>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_o7msa_34{width:48%}._box_header_o7msa_38{font-size:22px;font-weight:600;text-align:center}._paymentPlanOptions_o7msa_44{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_o7msa_44>p{margin-top:0}._signUpLink_o7msa_52{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._purposeOfForm_o7msa_61>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._field_o7msa_67{width:100%;margin-top:-10px}._footer_o7msa_72{display:flex;text-align:center;justify-content:center}._option_o7msa_78{width:100%}._notice_o7msa_82{line-height:1.4;margin-bottom:30px}._commissionInput_o7msa_87{display:flex;align-items:center;margin-bottom:2rem}._title_o7msa_93{text-align:center;padding-bottom:30px;font-size:30px}._description_header_o7msa_99{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_o7msa_99{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}._addLocationButton_o7msa_113{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_o7msa_113>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_o7msa_127{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}@media only screen and (max-width:700px){._box_container_o7msa_34{width:100%}}._form_ck69r_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}._form_container_ck69r_8{display:flex;text-align:center;justify-content:center}._box_header_ck69r_14{font-size:22px;font-weight:600;text-align:center}._title_ck69r_20{text-align:center;padding-bottom:20px;font-size:30px}._description_header_ck69r_26{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_ck69r_26>p{color:#a0a0a0;line-height:1.4;margin-bottom:2rem;text-align:center}._footer_ck69r_39{display:flex;text-align:center;justify-content:center}._field_ck69r_45,._option_ck69r_49{width:100%}._notice_ck69r_53{line-height:1.4;margin-bottom:30px}._commissionInput_ck69r_58{display:flex;align-items:center;margin-bottom:2rem}._addLocationButton_ck69r_64{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_ck69r_64>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_ck69r_78{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}._arrowIcon_ck69r_85{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_ck69r_85>svg{fill:#fff;height:inherit;width:inherit}._backButton_ck69r_96{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_ck69r_96:hover{box-shadow:none}._backButton_ck69r_96>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_ck69r_112{width:48%}._send_again_ck69r_116{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._cancelBtn_ck69r_125{background:#fff!important;color:#000!important;border:1px solid #006AFF;font-size:1rem;margin:3rem 1px 2rem auto;padding:.8rem 5.5rem;width:10rem}._message_ck69r_135{color:#fc8c32}@media only screen and (max-width:700px){._field_ck69r_45{margin:0 0 1rem!important;width:100%}._box_container_ck69r_112{width:100%}}._form_z8c40_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}._form_container_z8c40_8{display:flex;text-align:center;justify-content:center}._box_header_z8c40_14{font-size:22px;font-weight:600;text-align:center}._title_z8c40_20{text-align:center;padding-bottom:20px;font-size:30px}._description_header_z8c40_26{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_z8c40_26>p{color:#a0a0a0;line-height:1.4;margin-bottom:2rem;text-align:center}._footer_z8c40_39{display:flex;text-align:center;justify-content:center}._field_z8c40_45,._option_z8c40_49{width:100%}._notice_z8c40_53{line-height:1.4;margin-bottom:30px}._commissionInput_z8c40_58{display:flex;align-items:center;margin-bottom:2rem}._addLocationButton_z8c40_64{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_z8c40_64>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_z8c40_78{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}._arrowIcon_z8c40_85{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_z8c40_85>svg{fill:#fff;height:inherit;width:inherit}._backButton_z8c40_96{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_z8c40_96:hover{box-shadow:none}._backButton_z8c40_96>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_z8c40_112{width:48%}._send_again_z8c40_116{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._cancelBtn_z8c40_125{background:#fff!important;color:#000!important;border:1px solid #006AFF;font-size:1rem;margin:3rem 1px 2rem auto;padding:.8rem 5.5rem;width:10rem}@media only screen and (max-width:700px){._field_z8c40_45{margin:0 0 1rem!important;width:100%}._box_container_z8c40_112{width:100%}}._paymentPlanOptions_118dh_1{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_118dh_1>p{margin-top:0}._option_118dh_9{width:100%}._purposeOfForm_118dh_13>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._button_container_118dh_19{display:flex;flex-wrap:wrap}._input_field_container_118dh_24{width:350px;margin-left:10px}._form_118dh_29{display:flex;flex-wrap:wrap}._submit_btn_118dh_34{font-size:1rem;margin:3rem auto 2rem;padding:.8rem 6rem;width:20rem}._back_btn_118dh_41{margin-left:auto;margin-top:20px;margin-right:10px}._back_btn_118dh_41>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._next_btn_118dh_53{margin-top:20px}._next_btn_118dh_53>svg{height:18px;margin-left:10px;fill:#fff;width:18px}._box_header_118dh_63{font-size:22px;font-weight:600;text-align:center}._field_118dh_69{width:48%}._field_118dh_69:nth-child(odd){margin-right:.6rem}._field_118dh_69:nth-child(2n){margin-left:.6rem}._termsLink_1rjwv_1{color:#fd5458;text-decoration:none}._certification_1rjwv_6,._paragraph_1rjwv_6{font-size:.84rem;line-height:1.4rem}._checkbox_1rjwv_11{margin-top:2rem}._paragraph_1rjwv_6{margin-top:1rem}._container_c5gkg_1{display:flex;align-items:center}._button_c5gkg_6,._showOrderDetailsButton_c5gkg_6,._optionsButton_c5gkg_6,._changeOrderStatusBtn_c5gkg_6{background:#fff;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;color:#000;font-weight:500;height:36px;padding:0 12px;margin:8px 0 8px 1rem}._button_c5gkg_6:hover,._showOrderDetailsButton_c5gkg_6:hover,._optionsButton_c5gkg_6:hover,._changeOrderStatusBtn_c5gkg_6:hover{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}._icon_c5gkg_19,._showDetailsIcon_c5gkg_19,._likeIcon_c5gkg_19,._checkIcon_c5gkg_19{fill:#000;height:1rem;margin-right:8px;width:1rem}._icon_c5gkg_19>svg,._showDetailsIcon_c5gkg_19>svg,._likeIcon_c5gkg_19>svg,._checkIcon_c5gkg_19>svg{height:inherit;width:inherit}._checkIcon_c5gkg_19>svg{fill:#fff}._likeIcon_c5gkg_19{fill:#fff}._showDetailsIcon_c5gkg_19{height:.9rem;width:.9rem}._changeOrderStatusBtn_c5gkg_6{background:#000;color:#fff;font-size:.96rem;font-weight:700}._optionsButton_c5gkg_6{height:1.8rem;padding:0;width:3rem}._optionsButton_c5gkg_6>svg{height:1.8rem;margin-right:0;width:1.8rem}._showOrderDetailsButton_c5gkg_6{margin-left:0!important}@media only screen and (max-width:930px){._orderPreviewBox_c5gkg_66{align-items:flex-start;flex-direction:column}._optionsButton_c5gkg_6{height:20px}._button_c5gkg_6,._changeOrderStatusBtn_c5gkg_6,._optionsButton_c5gkg_6,._showOrderDetailsButton_c5gkg_6{border-radius:8px;font-weight:500;height:32px;margin-left:.8rem;padding:0 8px}._icon_c5gkg_19,._checkIcon_c5gkg_19,._likeIcon_c5gkg_19,._showDetailsIcon_c5gkg_19{height:.9rem;margin-right:6px;width:.9rem}}._orderContainer_4cfc2_1{font-size:.9rem;margin-bottom:20px}._orderContainer_4cfc2_1>*{transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._orderPreviewBox_4cfc2_9{display:flex;color:#fff;align-items:center;justify-content:space-between;border-radius:8px;padding:16px 1.2rem;flex-wrap:wrap}._orderPreviewBox_4cfc2_9._active_4cfc2_18{background:#009459;color:#fff}._orderPreviewBox_4cfc2_9._confirmed_4cfc2_22{background:#fc8c32;color:#fff}._orderPreviewBox_4cfc2_9._closed_4cfc2_26{background:#637381}._orderPreviewBox_4cfc2_9._showExpandedInfo_4cfc2_29{border-bottom-right-radius:0;border-bottom-left-radius:0}._orderPreviewBox_4cfc2_9._isLoading_4cfc2_33{opacity:.8}@media only screen and (max-width:700px){._orderPreviewBox_4cfc2_9{align-items:flex-start;flex-direction:column}}._container_iojek_1{display:flex;align-items:center;text-align:left;font-weight:600}._arrowBtn_iojek_8{background:#fff;border-radius:100px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;display:flex;align-items:center;justify-content:center;height:2rem;margin-right:1.2rem;max-width:2rem;min-width:2rem}._arrowBtn_iojek_8>svg{fill:#000;height:1rem;width:1rem}._previewInfo_iojek_26{display:flex;flex-wrap:wrap;line-height:22px;margin-bottom:4px}._previewInfo_iojek_26>span{margin-right:15px}._orderDeliveryType_iojek_36{display:flex;align-items:center;text-transform:uppercase}._orderDeliveryType_iojek_36>svg{height:18px;width:18px;margin-right:6px}@media only screen and (max-width:930px){._arrowBtn_iojek_8{display:none}}@media only screen and (max-width:730px){._previewInfoContainer_iojek_53{margin-bottom:8px}._previewInfo_iojek_26{line-height:22px}}._orderDetailsBox_igkzb_1{background:#fff;border-width:2px;border-style:solid;border-top:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:16px 1.2rem}._orderDetailsBox_igkzb_1._active_igkzb_10{border-color:#009459}._orderDetailsBox_igkzb_1._confirmed_igkzb_13{border-color:#fc8c32}._orderDetailsBox_igkzb_1._closed_igkzb_16{border-color:#637381}._infoRow_igkzb_20{flex-wrap:wrap;display:flex;margin-top:20px;overflow-x:auto}._infoCol_igkzb_27{border:1px solid rgb(221,221,221);border-radius:12px;padding:18px 24px;margin:0 20px 20px 0}._infoCol_igkzb_27._deliveryAddressCol_igkzb_33{max-width:12rem;min-width:12rem}._info_cell_igkzb_38{align-items:center;display:flex;margin-top:10px;white-space:nowrap}._icon_igkzb_45{height:14px;margin-right:14px;width:14px;fill:#000!important}._icon_igkzb_45>svg{height:inherit;width:inherit;fill:#000!important}._flex_wrap_igkzb_57{align-items:center;display:flex;flex-wrap:wrap;line-height:22px}._flex_wrap_igkzb_57>strong{margin-right:14px;white-space:normal}._detailHeading_igkzb_68{font-weight:600;margin-bottom:16px;text-transform:uppercase}._curbsidePickUp_igkzb_74{max-width:400px;margin-top:10px}._dot_icon_igkzb_79{margin-right:14px}@media only screen and (max-width:700px){._infoCol_igkzb_27{margin-right:0;width:100%}._dot_icon_igkzb_79{display:none}._flex_wrap_igkzb_57>strong{margin-right:20px}}._call_customer_button_1f7ih_1{border-radius:8px;border:1px solid #000;padding:6px 16px}._call_customer_button_1f7ih_1:hover{background:#000;color:#fff}._deliveryAddressCol_1cb3x_1{max-width:12rem;min-width:12rem}._label_1cb3x_6{opacity:.8}._track_order_link_1cb3x_10{cursor:pointer;text-decoration:underline;text-underline-position:under}._share_tracking_button_1cb3x_16{border-radius:8px;border:1px solid #000;padding:6px 16px}._share_tracking_button_1cb3x_16:hover{background:#000;color:#fff}._deliveryCourierIcon_1cb3x_26{height:auto;width:90px}._deliveryCourierIcon_1cb3x_26{height:auto;margin-top:.4rem;width:90px}._deliveryCourierIcon_1cb3x_26>svg{height:inherit;width:inherit}._container_1u61e_1{margin-bottom:30px;max-width:680px}._items_count_1u61e_6{font-size:24px;margin:10px 0 0}._order_id_1u61e_11{color:#006aff;font-weight:600;margin:10px 0;cursor:pointer}._subTotal_1u61e_18{padding-top:40px;text-transform:capitalize}._subTotalItem_1u61e_23{display:flex;justify-content:space-between;margin-bottom:20px}._totalMerchantFee_1u61e_29{border-top:1px solid #d4dae0;font-weight:500;padding-top:1rem}@media only screen and (max-width:700px){._container_1u61e_1{width:auto}}._container_1gcou_1{display:flex;align-items:center;flex-wrap:wrap}._common_1gcou_7,._refundRequests_1gcou_7,._paidOrderMessage_1gcou_7{border-radius:100px;color:#fff;padding:.4rem 1rem;width:fit-content}._paidOrderMessage_1gcou_7{background:#006aff;margin-right:1rem;margin-bottom:.6rem}._refundRequests_1gcou_7{background:#525f7f;display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;width:9.4rem}._requestCount_1gcou_29{background:#fff;width:1.2rem;height:1.2rem;color:#000;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:.84rem}._container_ilhch_1{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:150px}._bagIcon_ilhch_8{border:2px solid #000;border-radius:100px;height:30px;margin:auto;width:30px;padding:24px}._bagIcon_ilhch_8>svg{fill:#000;height:inherit;width:inherit}._title_ilhch_22{font-size:20px;margin-bottom:0}._message_ilhch_27{font-weight:400;margin-top:10px}._viewPastOrdersButton_ilhch_32{margin:30px auto 0;padding:.6rem 3rem}._viewPastOrdersButton_ilhch_32>svg{fill:#fff;height:1.2rem;margin-right:.4rem;width:1.2rem}._backButton_lhh8e_1{background:none;border:none;color:#000;margin:0 auto 2rem 0;padding-left:0}._backButton_lhh8e_1>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_lhh8e_1:hover{box-shadow:none}._infoRow_lhh8e_18{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_lhh8e_25{color:#697386;text-transform:capitalize;width:16rem}._table_lhh8e_31{background:none!important;border:none!important;box-shadow:none}._currency_lhh8e_37{text-transform:uppercase}._transactionType_lhh8e_41{text-transform:capitalize}._alert_hyw6s_1{bottom:4rem;height:40px;margin-bottom:0}._message_hyw6s_7{display:flex;align-items:center}._message_hyw6s_7>button{margin-left:.6rem;text-decoration:underline}._moduleTitle_j912g_1{display:flex;align-items:center}._moduleTitle_j912g_1>span{margin-left:1rem}._dayContainer_j912g_9{border-bottom:1px solid #d4dae0;padding:1.4rem 0}._weekday_j912g_14{display:flex}._weekdayLabelContainer_j912g_18{width:10rem}._weekdayLabel_j912g_18{font-size:1rem;font-weight:700;text-transform:capitalize}._closedCheckbox_j912g_28{margin-top:1rem}._timePickersContainer_j912g_32{display:flex;align-items:center}._timePickers_j912g_32{display:flex;align-items:center;width:24rem}._arrowIcon_j912g_43{height:1rem;margin:0 .8rem;opacity:.6;width:1rem}._arrowIcon_j912g_43>svg{height:inherit;width:inherit}._addExtraHoursBtn_j912g_54,._removeExtraHoursBtn_j912g_55{border-radius:10px;height:2rem;margin-left:2rem;padding:0rem .8rem;width:fit-content}._addExtraHoursBtn_j912g_54>svg,._removeExtraHoursBtn_j912g_55>svg{fill:#fff;height:.9rem;width:.9rem}._addExtraHoursBtn_j912g_54{background:#006aff}._removeExtraHoursBtn_j912g_55{background:#fd5458}._buttonLabel_j912g_77{margin-left:.6rem}@media only screen and (max-width:1100px){._weekday_j912g_14{flex-direction:column;align-items:flex-start}._weekdayLabelContainer_j912g_18{display:flex;align-items:center;width:100%}._weekdayLabel_j912g_18{margin-bottom:1.6rem}._closedCheckbox_j912g_28{margin:0 0 1.6rem 2rem}}@media only screen and (max-width:940px){._timePickersContainer_j912g_32{flex-direction:column}._addExtraHoursBtn_j912g_54,._removeExtraHoursBtn_j912g_55{margin-left:0;margin-top:1rem}._weekday_j912g_14{zoom:80%}}._contentTitle_pstk3_1{font-size:1.4rem;margin:0 0 10px}._moduleContainer_pstk3_6{margin-bottom:50px}._extraPaddingTop_pstk3_10{padding-top:50px;padding-bottom:120px}._titleUnderline_pstk3_15{border-top:3px solid #000000;display:block;margin:10px 0 25px;width:40px}._plusIcon_pstk3_22{font-size:2.6rem}._saveButton_pstk3_26{font-size:1.3rem}@media only screen and (max-width:900px){._plusIcon_pstk3_22{font-size:2.4rem}}._module_container_we05x_1>button{pointer-events:visible!important}._module_title_we05x_5{display:flex;align-items:center}._module_title_icon_we05x_10{cursor:pointer!important;height:20px;margin-left:16px;width:20px}._module_title_icon_we05x_10>svg{fill:#006aff;height:inherit;width:inherit}._day_container_6ejse_1{align-items:flex-start;display:flex;margin-bottom:10px}._day_container_6ejse_1:first-child{margin-top:20px}._edit_special_hours_button_6ejse_10{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_6ejse_10>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_6ejse_10>svg>path{fill:#006aff!important}._weekday_label_6ejse_28{text-transform:capitalize;width:7rem}._time_6ejse_33{display:flex;align-items:center}._time_picker_6ejse_38{border:none!important;height:20px!important;padding:0!important;width:100px!important}@media only screen and (max-width:700px){._weekday_label_6ejse_28{width:6rem}}._option_10kek_1{margin-right:60px!important;width:240px!important}._selected_date_input_10kek_6{display:flex}._selected_date_text_10kek_10{border-bottom:1px solid #000;margin-left:14px;text-align:center;width:100px}._calendar_10kek_17{border:2px solid #000;box-shadow:none;border-radius:10px}._arrow_icon_10kek_23{height:18px;margin-left:10px;width:18px}._arrow_icon_10kek_23>svg{fill:#fff;height:inherit;width:inherit}._arrow_icon_time_10kek_34{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_10kek_34>svg{height:inherit;width:inherit}._time_pickers_group_10kek_45{align-items:center;display:flex;margin-right:14px}._time_picker_10kek_45{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_10kek_45>div{border:none!important}@media only screen and (max-width:600px){._option_10kek_1{margin-right:0!important;width:100%!important}}._modal_y3zp8_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:500px;width:500px}._special_hour_container_y3zp8_10{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._special_hour_date_y3zp8_17{width:105px}._time_pickers_group_y3zp8_21{align-items:center;display:flex}._time_picker_y3zp8_21{background:#fff!important}._time_picker_y3zp8_21>div{border:none!important}._edit_special_hours_button_y3zp8_33{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_y3zp8_33>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_y3zp8_33>svg>path{fill:#006aff!important}._add_new_date_ezxhq_1{align-items:center;color:#006aff;display:flex}._add_new_date_ezxhq_1>svg{fill:#006aff;height:14px;margin-right:10px;width:14px}._special_hour_ezxhq_13{align-items:center;border-bottom:1px solid #d4dae0;cursor:pointer;margin-top:20px;display:flex;justify-content:space-between;padding:18px 0}._special_hour_info_container_ezxhq_23{align-items:center;display:flex;flex-wrap:wrap}._calendar_date_ezxhq_29{align-items:center;display:flex;width:140px}._calendar_icon_ezxhq_35{height:18px;margin-right:14px;width:18px}._calendar_icon_ezxhq_35>svg{fill:#006aff;height:inherit;width:inherit}._date_picker_input_ezxhq_46{border:none;border-bottom:1px solid #d4dae0;font-size:14px;font-weight:500;width:90px;z-index:50!important}._calendar_ezxhq_29{position:fixed!important;top:0!important;z-index:100!important}._time_pickers_group_ezxhq_61{align-items:center;display:flex;margin-top:16px}._time_picker_ezxhq_61{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:36px}._time_picker_ezxhq_61>div{border:none!important}._contentDescriptionContainer_ezxhq_78{padding:0rem 24px;background:#fff!important;border:none}._container_button_ezxhq_84{background:#f9fbfd;border-bottom:1px solid #ebeef1;line-height:1.4;padding:1rem 24px;margin-left:-20px;margin-top:-15px;width:100%}._arrow_icon_ezxhq_94{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_ezxhq_94>svg{height:inherit;width:inherit}._special_hours_buttons_ezxhq_105{align-items:center;display:flex}._edit_date_ezxhq_110,._delete_date_ezxhq_111{cursor:pointer;height:22px;padding:5px;width:22px}._edit_date_ezxhq_110>svg,._delete_date_ezxhq_111>svg{height:inherit;width:inherit}._delete_date_ezxhq_111{margin-left:18px}._delete_date_ezxhq_111>svg>path{stroke:#fd5458!important}._confirm_delete_button_ezxhq_130{background:#fd5458}._footer_cancel_button_ezxhq_134{display:none}._footer_container_ezxhq_138{justify-content:center!important}@media only screen and (max-width:450px){._special_hour_info_container_ezxhq_23{align-items:flex-start;flex-direction:column}._calendar_date_ezxhq_29{margin-bottom:12px}}._container_176pr_1{background:#e4e6eb;border-radius:8px;cursor:pointer;padding:10px 20px}._printerNameContainer_176pr_8{display:flex;align-items:center;justify-content:space-between}._printerName_176pr_8{display:flex;align-items:center;font-size:1rem}._printerName_176pr_8>svg{height:30px;width:30px;margin-right:15px}._badges_176pr_25{display:flex;align-items:center;margin-top:15px}._badge_176pr_25,._offlineBadge_176pr_31,._onlineBadge_176pr_31{border-radius:100px;color:#fff;font-size:.8rem;margin-right:15px;padding:2px 10px}._pencilIcon_176pr_39{height:15px;width:15px}._onlineBadge_176pr_31{background:#006aff}._offlineBadge_176pr_31{background:#fd5458}._addPrinterBtn_176pr_52{background:#006aff;min-height:24px;min-width:24px;border-radius:100px;display:flex;align-items:center;justify-content:center}._addPrinterBtn_176pr_52>svg{fill:#fff;height:12px;width:12px}@media only screen and (max-width:700px){._printerName_176pr_8{font-size:.85rem}}._playButton_q64p0_1{margin-left:0;padding:8px 20px}._playButton_q64p0_1._stop_q64p0_5{background:#fc8c32}._alarmOn_q64p0_9{color:#006aff;margin-left:.4rem}._alarmOff_q64p0_14{color:#fd5458;margin-left:.4rem}._radioButtons_vtkdw_1{display:flex;margin-bottom:40px}._button_vtkdw_6{margin-right:20px}._offlineTitle_1sbez_1{font-weight:700}._qzDownloadLink_1sbez_5{color:#006aff;text-decoration:none}._button_1sbez_10,._addPrinter_1sbez_10,._connectPrintServer_1sbez_10{background:#006aff;color:#fff;padding:6px 10px;margin-top:15px}._addPrinter_1sbez_10{margin-left:0;padding:8px 20px}._printers_1sbez_22{display:flex;justify-content:space-between;flex-wrap:wrap;margin:20px 0 40px}._printerContainer_1sbez_29{margin-bottom:15px;width:48%}@media only screen and (max-width:500px){._printerContainer_1sbez_29{width:100%}}._tabs_1awk0_1{max-width:22rem}._printers_1awk0_5{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:40px}._printerContainer_1awk0_12{margin-bottom:15px;width:48%}._printerNameInput_1awk0_17{margin-top:40px;width:300px}._buttons_1awk0_22{display:flex;align-items:center;margin-top:1.6rem}._button_1awk0_22,._searchOnePrinterBtn_1awk0_28{height:2.2rem;margin:0;padding:0;width:8.8rem}._searchOnePrinterBtn_1awk0_28{margin-right:.6rem}@media only screen and (max-width:500px){._printerContainer_1awk0_12{width:100%}}._container_1mtc0_1{margin:10px 0}._weekdayContainer_1mtc0_5{display:flex;margin-bottom:.4rem}._weekdayContainer_1mtc0_5._isToday_1mtc0_9{color:#006aff;font-weight:700}._weekday_1mtc0_5{margin-right:1rem;text-transform:capitalize;width:80px}._fieldsContainer_1y8p8_1{display:flex;flex-wrap:wrap;justify-content:space-between}._field_1y8p8_1{min-width:48%;max-width:48%}._image_1y8p8_12{border-radius:4px;cursor:pointer;height:100px;object-fit:contain;width:100px}._moduleButton_1y8p8_20{margin-top:20px;padding:.6rem 1.2rem;margin-left:0}._testNumberButton_1y8p8_26{border-bottom:1px solid #4f4f4f;border-radius:0;color:#4f4f4f}@media only screen and (max-width:1000px){._field_1y8p8_1{max-width:100%;min-width:100%}}._callShopButton_38xug_1{display:flex;align-items:center;justify-content:center;background:#006aff;border-radius:10px;color:#fff;padding:.6rem 0;text-decoration:none;width:10rem}._phone_icon_38xug_13{height:18px;margin-right:10px;width:18px}._phone_icon_38xug_13>svg{height:inherit;width:inherit}._phone_icon_38xug_13>svg>g>path{stroke:#fff!important}._phone_number_input_s2l4l_1{margin-bottom:10px}._company_logo_and_name_1s0an_1{display:flex;align-items:center;margin-bottom:10px}._logo_1s0an_7{height:1.4rem;margin-right:10px;width:1.4rem}._container_qqme5_1{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem}._elementContainer_qqme5_8{margin:10px 10px 5px 0}._button_qqme5_12,._expandOrdersButton_qqme5_12{background:#f9fbfd!important;border:1px solid #ebeef1!important;height:34px!important;padding:0 14px}._expandOrdersButton_qqme5_12{border-radius:6px!important;box-shadow:none;color:#000;font-weight:500}._expandOrdersButton_qqme5_12:hover{box-shadow:none}._icon_qqme5_29,._dollarIcon_qqme5_29,._arrowIcon_qqme5_29{height:16px;width:16px;margin-right:4px}._arrowIcon_qqme5_29{fill:#000;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_qqme5_29._collapse_qqme5_40{transform:rotate(-90deg)}._close_all_button_qqme5_44,._salesReportButton_qqme5_45{border-radius:6px!important;font-weight:600;height:34px!important}._dollarIcon_qqme5_29{fill:#fff}._sectionTitle_1h44z_1{font-size:1rem}._banner_1h44z_5{position:fixed;top:45px;left:0;right:0;text-align:center;padding:6px 30px;font-weight:700}._banner_1h44z_5._danger_1h44z_14{background:#fd5458;color:#fff}._banner_1h44z_5._warning_1h44z_18{background:#ffe1a5}._fields_1h44z_22{display:flex;flex-wrap:wrap;margin-top:20px}._input_1h44z_28{margin:0 1.2rem 1.4rem 0;width:31%}._reviewFormBtn_1h44z_33{background:#006aff;color:#fff;font-weight:700;margin-top:20px;padding:10px 50px}@media only screen and (max-width:1200px){._input_1h44z_28{width:45%}}@media only screen and (max-width:1000px){._input_1h44z_28{margin-right:0;width:100%}}._moduleClickCount_4v7vi_1{position:fixed;bottom:50px;right:0;left:0;max-width:240px;margin:auto;text-align:center;background:#000c;border-radius:100px;padding:8px 0;color:#fff}._successConnect_4v7vi_15{display:flex;align-items:center}._checkIcon_4v7vi_20{background:#006aff;height:23px;width:23px;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-left:10px}._checkIcon_4v7vi_20>svg{height:15px;width:15px;fill:#fff}._backgroundImg_12n4m_1{bottom:0;object-fit:cover;position:fixed;width:100%}._title_12n4m_8{text-align:center;padding-bottom:20px;font-size:30px}._description_12n4m_14{text-align:center;padding-bottom:20px;color:#a0a0a0}._footer_12n4m_20{display:flex;align-items:center}._signUpLink_12n4m_25{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._backButton_12n4m_34{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_12n4m_34:hover{box-shadow:none}._backButton_12n4m_34>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._form_12n4m_50{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_12n4m_50._expanded_12n4m_62{width:30rem}._skipliLogo_12n4m_66{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_12n4m_66>svg{height:inherit;width:inherit}._button_12n4m_76,._newMerchantAccountButton_12n4m_76,._accessStoreButton_12n4m_76{margin:0;width:100%}._accessStoreButton_12n4m_76{font-weight:600;margin:1.4rem 0 2rem}._arrowIcon_12n4m_86{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_12n4m_86>svg{fill:#fff;height:inherit;width:inherit}._newAccountContainer_12n4m_97>p{color:#525f7f}._newMerchantAccountButton_12n4m_76{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width:500px){._backgroundImg_12n4m_1{display:none}._form_12n4m_50{box-shadow:none;position:relative;width:inherit!important}}._overlay_sy5e8_1{top:0;z-index:999}._modalClassname_sy5e8_6{height:100vh;width:100vw}._contentContainer_sy5e8_11{height:auto;position:relative}._warningModalModalBox_sy5e8_16{height:410px;width:600px}._publishModalBox_sy5e8_21{width:580px;max-width:90vw;height:auto;max-height:80vh;overflow-y:auto}._domainContainer_sy5e8_29{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._urlRow_sy5e8_35{display:flex;align-items:center;gap:10px}._urlRow_sy5e8_35:not(:last-child){margin-bottom:10px}._urlRow_sy5e8_35>:last-child{flex:1}._urlIconButton_sy5e8_47{align-items:center;background:#0000000d;border-radius:8px;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}._urlIconButton_sy5e8_47:hover{background:#00000014}._urlIconButton_sy5e8_47>svg{height:18px;width:18px}._publishWebsiteSection_sy5e8_66{display:flex;align-items:center}._publishWebsiteSection_sy5e8_66>svg{margin-right:2rem}._removeMarginBottom_sy5e8_74{margin-bottom:0}._whatsnext_sy5e8_78{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_sy5e8_84{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_sy5e8_89{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_sy5e8_100{display:flex}._button_sy5e8_104,._saveBtn_sy5e8_104,._previewBtn_sy5e8_104,._publishBtn_sy5e8_104,._exitBtn_sy5e8_104,._saveAndExitBtn_sy5e8_104{border-radius:100px;margin-left:0}._saveAndExitBtn_sy5e8_104{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_sy5e8_104{padding:12px 16px}._publishModalContent_sy5e8_119{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center}._successIconWrapper_sy5e8_127{margin-bottom:1.5rem}._successIcon_sy5e8_127{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#22c55e;stroke-miterlimit:10;animation:_fill_sy5e8_1 .4s ease-in-out .4s forwards,_scale_sy5e8_1 .3s ease-in-out .9s both}._successCircle_sy5e8_142{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#22c55e;fill:#e8f8f0;animation:_stroke_sy5e8_1 .6s cubic-bezier(.65,0,.45,1) forwards}._successCheck_sy5e8_152{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#22c55e;animation:_stroke_sy5e8_1 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes _stroke_sy5e8_1{to{stroke-dashoffset:0}}@keyframes _scale_sy5e8_1{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes _fill_sy5e8_1{to{box-shadow:inset 0 0 0 30px #22c55e}}._publishTitle_sy5e8_179{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}._publishSubtitle_sy5e8_187{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}._urlSection_sy5e8_194{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}._urlLabel_sy5e8_203{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;text-align:left}._publishUrlRow_sy5e8_213{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .2s}._publishUrlRow_sy5e8_213:not(:last-of-type){margin-bottom:.75rem}._publishUrlRow_sy5e8_213:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._urlDisplay_sy5e8_231{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._globeIcon_sy5e8_239{width:18px;height:18px;color:#9ca3af;flex-shrink:0}._urlText_sy5e8_246{font-size:.9375rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}._copyButton_sy5e8_256{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;text-decoration:none}._copyButton_sy5e8_256:hover{background:#e5e7eb;color:#374151}._copyButton_sy5e8_256 svg{width:16px;height:16px}._noDomainNote_sy5e8_280{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5;text-align:left}._noDomainNote_sy5e8_280 svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}._publishActions_sy5e8_302{display:flex;gap:.75rem;width:100%}._viewSiteButton_sy5e8_308{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}._viewSiteButton_sy5e8_308:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._viewSiteButton_sy5e8_308:active{transform:translateY(0)}._viewSiteButton_sy5e8_308 svg{width:18px;height:18px}._doneButton_sy5e8_338{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._doneButton_sy5e8_338:hover{background:#f9fafb;border-color:#9ca3af}._doneButton_sy5e8_338:active{background:#f3f4f6}._container_sy5e8_358{background:#fff;border-bottom:1px solid #f0f2f6;position:fixed;top:0;right:0;left:0;height:50px;z-index:500}._content_sy5e8_11{display:flex;align-items:center;justify-content:space-between;height:inherit}._leftColumn_sy5e8_376{flex:0 0 auto;min-width:120px}._backButton_sy5e8_381{background:transparent;border:none}._backButton_sy5e8_381>svg{height:16px;margin-right:10px;transform:rotate(180deg);width:16px}._centerColumn_sy5e8_392{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;flex:1 1 auto;min-width:0;gap:16px}._pageSelector_sy5e8_403{padding:6px 32px 6px 12px;border-radius:6px;border:1px solid #ccc;background-color:#f9f9f9;font-size:.95rem;font-weight:500;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;transition:border-color .2s}._pageSelector_sy5e8_403:hover{border-color:#999}._pageSelector_sy5e8_403:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}._rightColumn_sy5e8_428{display:flex;justify-content:flex-end;flex:0 0 auto;gap:10px}._button_sy5e8_104,._publishBtn_sy5e8_104,._previewBtn_sy5e8_104,._saveBtn_sy5e8_104{font-size:.9rem;font-weight:600;height:100%;margin:0}._button_sy5e8_104>svg,._publishBtn_sy5e8_104>svg,._previewBtn_sy5e8_104>svg,._saveBtn_sy5e8_104>svg{height:14px;margin-right:10px;width:14px}._saveBtn_sy5e8_104{color:#006aff}._saveBtn_sy5e8_104:hover{background:#fff}._saveBtn_sy5e8_104>svg>path{stroke:#006aff!important}._previewBtn_sy5e8_104{color:#d4dae0}._previewBtn_sy5e8_104:hover{background:#fff}._publishBtn_sy5e8_104{border:none;margin-right:20px}@media(max-width:650px){._centerColumn_sy5e8_392{display:none}._rightColumn_sy5e8_428{gap:6px}._publishBtn_sy5e8_104{margin-right:12px}}._overlay_8b3vx_1{top:0;z-index:999}._modalClassname_8b3vx_6{height:100vh;width:100vw}._contentContainer_8b3vx_11{height:auto;position:relative}._warningModalModalBox_8b3vx_16{height:410px;width:600px}._publishModalBox_8b3vx_21{width:580px;max-width:90vw;height:auto;max-height:80vh;overflow-y:auto}._domainContainer_8b3vx_29{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._urlRow_8b3vx_35{display:flex;align-items:center;gap:10px}._urlRow_8b3vx_35:not(:last-child){margin-bottom:10px}._urlRow_8b3vx_35>:last-child{flex:1}._urlIconButton_8b3vx_47{align-items:center;background:#0000000d;border-radius:8px;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}._urlIconButton_8b3vx_47:hover{background:#00000014}._urlIconButton_8b3vx_47>svg{height:18px;width:18px}._publishWebsiteSection_8b3vx_66{display:flex;align-items:center}._publishWebsiteSection_8b3vx_66>svg{margin-right:2rem}._removeMarginBottom_8b3vx_74{margin-bottom:0}._whatsnext_8b3vx_78{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_8b3vx_84{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_8b3vx_89{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_8b3vx_100{display:flex}._button_8b3vx_104,._exitBtn_8b3vx_104,._saveAndExitBtn_8b3vx_104{border-radius:100px;margin-left:0}._saveAndExitBtn_8b3vx_104{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_8b3vx_104{padding:12px 16px}._publishModalContent_8b3vx_119{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center}._successIconWrapper_8b3vx_127{margin-bottom:1.5rem}._successIcon_8b3vx_127{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#22c55e;stroke-miterlimit:10;animation:_fill_8b3vx_1 .4s ease-in-out .4s forwards,_scale_8b3vx_1 .3s ease-in-out .9s both}._successCircle_8b3vx_142{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#22c55e;fill:#e8f8f0;animation:_stroke_8b3vx_1 .6s cubic-bezier(.65,0,.45,1) forwards}._successCheck_8b3vx_152{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#22c55e;animation:_stroke_8b3vx_1 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes _stroke_8b3vx_1{to{stroke-dashoffset:0}}@keyframes _scale_8b3vx_1{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes _fill_8b3vx_1{to{box-shadow:inset 0 0 0 30px #22c55e}}._publishTitle_8b3vx_179{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}._publishSubtitle_8b3vx_187{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}._urlSection_8b3vx_194{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}._urlLabel_8b3vx_203{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;text-align:left}._publishUrlRow_8b3vx_213{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .2s}._publishUrlRow_8b3vx_213:not(:last-of-type){margin-bottom:.75rem}._publishUrlRow_8b3vx_213:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._urlDisplay_8b3vx_231{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._globeIcon_8b3vx_239{width:18px;height:18px;color:#9ca3af;flex-shrink:0}._urlText_8b3vx_246{font-size:.9375rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}._copyButton_8b3vx_256{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;text-decoration:none}._copyButton_8b3vx_256:hover{background:#e5e7eb;color:#374151}._copyButton_8b3vx_256 svg{width:16px;height:16px}._noDomainNote_8b3vx_280{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5;text-align:left}._noDomainNote_8b3vx_280 svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}._publishActions_8b3vx_302{display:flex;gap:.75rem;width:100%}._viewSiteButton_8b3vx_308{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}._viewSiteButton_8b3vx_308:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._viewSiteButton_8b3vx_308:active{transform:translateY(0)}._viewSiteButton_8b3vx_308 svg{width:18px;height:18px}._doneButton_8b3vx_338{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._doneButton_8b3vx_338:hover{background:#f9fafb;border-color:#9ca3af}._doneButton_8b3vx_338:active{background:#f3f4f6}._container_8b3vx_358{padding-top:100px}@media only screen and (max-width:700px){._container_8b3vx_358{padding-top:106px}}._templateHeader_8b3vx_367{position:fixed;top:50px;left:0;right:0;background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:8px 16px;z-index:100}._templateInfo_8b3vx_378{display:flex;justify-content:space-between;align-items:center}._templateInfo_8b3vx_378 span{font-size:14px;color:#333;font-weight:500}._changeTemplateBtn_8b3vx_389{background:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._changeTemplateBtn_8b3vx_389:hover{background:#0056b3}._loadingContainer_8b3vx_403{display:flex;justify-content:center;align-items:center;height:200px}._loadingSpinner_8b3vx_410{font-size:16px;color:#666}._noTemplate_8b3vx_415{display:flex;justify-content:center;align-items:center;height:200px}._noTemplate_8b3vx_415 p{font-size:16px;color:#999}._t10Root_5atbn_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_5atbn_2 *,._t10Root_5atbn_2 *:before,._t10Root_5atbn_2 *:after{box-sizing:border-box}._t10Root_5atbn_2 img{max-width:100%;display:block}._t10Root_5atbn_2 a{color:inherit;text-decoration:none}._t10Wrap_5atbn_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_5atbn_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_5atbn_25{padding:0 20px}}._t10Section_5atbn_41{padding:80px 0}@media(max-width:768px){._t10Section_5atbn_41{padding:56px 0}}._t10HeadingXL_5atbn_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_5atbn_59,._t10SectionTitle_5atbn_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_5atbn_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_5atbn_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_5atbn_84,._t10SectionTitle_5atbn_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_5atbn_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_5atbn_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_5atbn_104,._t10NavOrderBtn_5atbn_104,._t10BtnWhite_5atbn_104,._t10BtnSecondary_5atbn_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_5atbn_104:hover,._t10NavOrderBtn_5atbn_104:hover,._t10BtnWhite_5atbn_104:hover,._t10BtnSecondary_5atbn_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_5atbn_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_5atbn_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_5atbn_104{background:#fff;color:#6c4c32}._t10Grid4_5atbn_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_5atbn_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_5atbn_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_5atbn_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_5atbn_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_5atbn_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_5atbn_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_5atbn_59{text-align:center;margin-bottom:48px}._t10SectionTitle_5atbn_59 h2{margin-bottom:12px}._t10SectionTitle_5atbn_59 p{max-width:600px;margin:0 auto}._t10Header_5atbn_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_5atbn_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_5atbn_207{min-height:64px;padding:0}}._t10HeaderInner_5atbn_207 ._leftContainer_5atbn_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_5atbn_207 ._leftContainer_5atbn_221{gap:16px}}._t10DesktopHeaderMain_5atbn_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_5atbn_232{display:none}}._t10MobileHeaderMain_5atbn_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_5atbn_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_5atbn_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_5atbn_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_5atbn_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_5atbn_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_5atbn_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_5atbn_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_5atbn_291 ._t10Logo_5atbn_296{font-size:2rem}._t10MobileLogoCenter_5atbn_291 img{display:block}._t10MobileNavPanel_5atbn_303{display:none}@media(max-width:768px){._t10MobileNavPanel_5atbn_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_5atbn_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_5atbn_330{background:#6c4c3214}._t10Logo_5atbn_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_5atbn_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_5atbn_296{font-size:1.6rem}}._t10Nav_5atbn_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_5atbn_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_5atbn_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_5atbn_367:hover{color:#6c4c32}._t10NavLink_5atbn_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_5atbn_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_5atbn_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_5atbn_403{color:#6c4c32}._t10NavLinkActive_5atbn_403:after{transform:scaleX(1)}._t10NavOrderBtn_5atbn_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_5atbn_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_5atbn_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_5atbn_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_5atbn_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_5atbn_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_5atbn_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_5atbn_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_5atbn_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_5atbn_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_5atbn_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_5atbn_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_5atbn_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_5atbn_456 button:hover{background:#ffffff1a}._t10NewsletterForm_5atbn_456 button svg{width:18px;height:18px}._t10Footer_5atbn_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_5atbn_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_5atbn_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_5atbn_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_5atbn_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_5atbn_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_5atbn_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_5atbn_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_5atbn_540 li{margin-bottom:10px}._t10FooterColumn_5atbn_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_5atbn_540 a:hover{color:#fff}._t10FooterBottom_5atbn_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_5atbn_565{flex-direction:column;text-align:center}}._t10FooterSocial_5atbn_581{display:flex;gap:16px}._t10FooterSocial_5atbn_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_5atbn_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_5atbn_581 a svg{width:16px;height:16px}._t10Copyright_5atbn_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_5atbn_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_5atbn_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_5atbn_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_5atbn_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._t10Root_173pb_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_173pb_2 *,._t10Root_173pb_2 *:before,._t10Root_173pb_2 *:after{box-sizing:border-box}._t10Root_173pb_2 img{max-width:100%;display:block}._t10Root_173pb_2 a{color:inherit;text-decoration:none}._t10Wrap_173pb_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_173pb_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_173pb_25{padding:0 20px}}._t10Section_173pb_41{padding:80px 0}@media(max-width:768px){._t10Section_173pb_41{padding:56px 0}}._t10HeadingXL_173pb_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_173pb_59,._t10SectionTitle_173pb_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_173pb_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_173pb_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_173pb_84,._t10SectionTitle_173pb_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_173pb_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_173pb_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_173pb_104,._t10NavOrderBtn_173pb_104,._t10BtnWhite_173pb_104,._t10BtnSecondary_173pb_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_173pb_104:hover,._t10NavOrderBtn_173pb_104:hover,._t10BtnWhite_173pb_104:hover,._t10BtnSecondary_173pb_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_173pb_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_173pb_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_173pb_104{background:#fff;color:#6c4c32}._t10Grid4_173pb_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_173pb_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_173pb_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_173pb_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_173pb_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_173pb_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_173pb_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_173pb_59{text-align:center;margin-bottom:48px}._t10SectionTitle_173pb_59 h2{margin-bottom:12px}._t10SectionTitle_173pb_59 p{max-width:600px;margin:0 auto}._t10Header_173pb_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_173pb_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_173pb_207{min-height:64px;padding:0}}._t10HeaderInner_173pb_207 ._leftContainer_173pb_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_173pb_207 ._leftContainer_173pb_221{gap:16px}}._t10DesktopHeaderMain_173pb_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_173pb_232{display:none}}._t10MobileHeaderMain_173pb_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_173pb_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_173pb_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_173pb_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_173pb_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_173pb_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_173pb_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_173pb_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_173pb_291 ._t10Logo_173pb_296{font-size:2rem}._t10MobileLogoCenter_173pb_291 img{display:block}._t10MobileNavPanel_173pb_303{display:none}@media(max-width:768px){._t10MobileNavPanel_173pb_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_173pb_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_173pb_330{background:#6c4c3214}._t10Logo_173pb_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_173pb_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_173pb_296{font-size:1.6rem}}._t10Nav_173pb_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_173pb_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_173pb_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_173pb_367:hover{color:#6c4c32}._t10NavLink_173pb_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_173pb_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_173pb_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_173pb_403{color:#6c4c32}._t10NavLinkActive_173pb_403:after{transform:scaleX(1)}._t10NavOrderBtn_173pb_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_173pb_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_173pb_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_173pb_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_173pb_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_173pb_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_173pb_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_173pb_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_173pb_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_173pb_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_173pb_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_173pb_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_173pb_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_173pb_456 button:hover{background:#ffffff1a}._t10NewsletterForm_173pb_456 button svg{width:18px;height:18px}._t10Footer_173pb_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_173pb_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_173pb_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_173pb_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_173pb_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_173pb_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_173pb_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_173pb_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_173pb_540 li{margin-bottom:10px}._t10FooterColumn_173pb_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_173pb_540 a:hover{color:#fff}._t10FooterBottom_173pb_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_173pb_565{flex-direction:column;text-align:center}}._t10FooterSocial_173pb_581{display:flex;gap:16px}._t10FooterSocial_173pb_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_173pb_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_173pb_581 a svg{width:16px;height:16px}._t10Copyright_173pb_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_173pb_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_173pb_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_173pb_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_173pb_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._heroContainer_173pb_648{position:relative;min-height:90vh;max-height:810px;display:flex;align-items:center;overflow:hidden;background:#1a1410}._heroBg_173pb_658{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.65}._heroOverlay_173pb_667{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f0c0a99,#0f0c0a40 70%)}._heroContent_173pb_673{position:relative;z-index:2;text-align:center;width:100%;padding:80px 24px;color:#fff}._heroKicker_173pb_682{font-size:.85rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9;margin:0 auto}._heroTitle_173pb_691{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;font-style:italic;line-height:.95;color:#fff;margin:32px auto;letter-spacing:.02em}._heroBtn_173pb_702{display:inline-flex;align-items:center;gap:8px;padding:12px 60px;background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._heroBtn_173pb_702:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}._featuredSection_173pb_724{padding:40px 0;background:#fff}@media(max-width:768px){._featuredSection_173pb_724{padding:28px 0}}._featuredTitle_173pb_734{margin-bottom:20px}._featuredTitle_173pb_734 h2{font-size:24px;font-weight:500;color:#6c4c32;margin:0}._gallerySliderBlock_173pb_744{margin-bottom:64px;padding-left:48px}._gallerySliderBlock_173pb_744:last-child{margin-bottom:0}@media(max-width:768px){._gallerySliderBlock_173pb_744{margin-bottom:24px;padding-left:20px}}._sliderContainer_173pb_758{position:relative;width:100%}._sliderGrid_173pb_763{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}._sliderGrid_173pb_763::-webkit-scrollbar{display:none}._sliderGrid_173pb_763:after{content:""}._sliderGrid_173pb_763>div{flex:0 0 23%;scroll-snap-align:start}@media(max-width:1200px){._sliderGrid_173pb_763>div{flex:0 0 calc(33.333% - 16px)}}@media(max-width:900px){._sliderGrid_173pb_763>div{flex:0 0 calc(50% - 12px)}}@media(max-width:600px){._sliderGrid_173pb_763>div{flex:0 0 85%}}._productCard_173pb_799 h3{font-size:1.1rem;font-weight:600;color:#6c4c32;margin:0}._productCard_173pb_799 p{font-size:.85rem;color:#6b5e54;line-height:1.5;margin:0}._productImageWrap_173pb_812{width:100%;height:320px;margin-bottom:20px;border-radius:8px;overflow:hidden;position:relative;background:#fdfaf6}._productImageWrap_173pb_812 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._productImageWrap_173pb_812:hover img{transform:scale(1.04)}@media(max-width:768px){._productImageWrap_173pb_812{height:240px}}._productPlaceholder_173pb_836{width:100%;height:100%;background:#fdfaf6}._sliderPagination_173pb_842{display:flex;align-items:center;justify-content:center;gap:24px}._sliderArrowBtn_173pb_849{background:transparent;border:none;font-size:1.6rem;color:#6c4c3259;cursor:pointer;padding:0 16px;transition:color .2s ease}._sliderArrowBtn_173pb_849:hover{color:#6c4c32}._sliderCount_173pb_862{font-size:.85rem;letter-spacing:.1em;color:#6b5e54}._storySection_173pb_868{padding:36px 0}@media(max-width:768px){._storySection_173pb_868{padding:28px 0}}._storyWrap_173pb_877{max-width:1400px;margin:0 auto;padding:0 40px}@media(max-width:768px){._storyWrap_173pb_877{padding:0}}._storySplit_173pb_888{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px;border-radius:24px;overflow:hidden;box-shadow:0 8px 40px #47322914}@media(max-width:768px){._storySplit_173pb_888{grid-template-columns:1fr;min-height:auto;border-radius:0}}._storyImage_173pb_905{width:100%;height:auto;max-height:690px;object-fit:cover}@media(max-width:768px){._storyImage_173pb_905{max-height:480px}}._storyContent_173pb_917{background:#fff7d2;padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:16px}@media(max-width:768px){._storyContent_173pb_917{padding:40px 24px;align-items:center;text-align:center}._storyContent_173pb_917 ._storyBtn_173pb_931{margin:0 auto}}._storyContent_173pb_917 h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500;line-height:1.1;color:#6c4c32;margin:0}._storyContent_173pb_917 p{font-size:.95rem;color:#6b5e54;line-height:1.7}._storyContent_173pb_917 ._storyBtn_173pb_931{align-self:flex-start;padding:12px 68px}._appPromoSection_173pb_952{padding-top:60px;padding-bottom:36px;background:#fff;text-align:center}._appPromoContent_173pb_959{display:flex;flex-direction:column;align-items:center;max-width:600px;margin:0 auto}._appPromoImageWrapper_173pb_967{width:240px;height:240px;border-radius:50%;background-color:#fff9db;display:flex;align-items:center;justify-content:center;margin-bottom:32px;overflow:hidden}._appPromoImage_173pb_967{width:100%;height:100%;object-fit:cover}._appPromoImagePlaceholder_173pb_985{width:100%;height:100%;background-color:#fff9db}._appPromoHeading_173pb_991{font-size:clamp(1.5rem,2.5vw,1.8rem);font-weight:600;color:#6c4c32;margin:0 0 16px;line-height:1.3}._appPromoDescription_173pb_999{font-size:1rem;color:#6c4c32bf;margin:0 0 32px;line-height:1.6}._appPromoBtn_173pb_1006{padding:12px 68px}._t10Root_14oe6_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_14oe6_2 *,._t10Root_14oe6_2 *:before,._t10Root_14oe6_2 *:after{box-sizing:border-box}._t10Root_14oe6_2 img{max-width:100%;display:block}._t10Root_14oe6_2 a{color:inherit;text-decoration:none}._t10Wrap_14oe6_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_14oe6_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_14oe6_25{padding:0 20px}}._t10Section_14oe6_41{padding:80px 0}@media(max-width:768px){._t10Section_14oe6_41{padding:56px 0}}._t10HeadingXL_14oe6_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_14oe6_59,._t10SectionTitle_14oe6_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_14oe6_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_14oe6_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_14oe6_84,._t10SectionTitle_14oe6_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_14oe6_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_14oe6_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_14oe6_104,._t10NavOrderBtn_14oe6_104,._t10BtnWhite_14oe6_104,._t10BtnSecondary_14oe6_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_14oe6_104:hover,._t10NavOrderBtn_14oe6_104:hover,._t10BtnWhite_14oe6_104:hover,._t10BtnSecondary_14oe6_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_14oe6_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_14oe6_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_14oe6_104{background:#fff;color:#6c4c32}._t10Grid4_14oe6_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_14oe6_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_14oe6_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_14oe6_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_14oe6_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_14oe6_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_14oe6_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_14oe6_59{text-align:center;margin-bottom:48px}._t10SectionTitle_14oe6_59 h2{margin-bottom:12px}._t10SectionTitle_14oe6_59 p{max-width:600px;margin:0 auto}._t10Header_14oe6_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_14oe6_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_14oe6_207{min-height:64px;padding:0}}._t10HeaderInner_14oe6_207 ._leftContainer_14oe6_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_14oe6_207 ._leftContainer_14oe6_221{gap:16px}}._t10DesktopHeaderMain_14oe6_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_14oe6_232{display:none}}._t10MobileHeaderMain_14oe6_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_14oe6_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_14oe6_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_14oe6_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_14oe6_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_14oe6_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_14oe6_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_14oe6_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_14oe6_291 ._t10Logo_14oe6_296{font-size:2rem}._t10MobileLogoCenter_14oe6_291 img{display:block}._t10MobileNavPanel_14oe6_303{display:none}@media(max-width:768px){._t10MobileNavPanel_14oe6_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_14oe6_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_14oe6_330{background:#6c4c3214}._t10Logo_14oe6_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_14oe6_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_14oe6_296{font-size:1.6rem}}._t10Nav_14oe6_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_14oe6_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_14oe6_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_14oe6_367:hover{color:#6c4c32}._t10NavLink_14oe6_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_14oe6_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_14oe6_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_14oe6_403{color:#6c4c32}._t10NavLinkActive_14oe6_403:after{transform:scaleX(1)}._t10NavOrderBtn_14oe6_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_14oe6_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_14oe6_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_14oe6_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_14oe6_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_14oe6_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_14oe6_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_14oe6_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_14oe6_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_14oe6_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_14oe6_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_14oe6_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_14oe6_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_14oe6_456 button:hover{background:#ffffff1a}._t10NewsletterForm_14oe6_456 button svg{width:18px;height:18px}._t10Footer_14oe6_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_14oe6_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_14oe6_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_14oe6_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_14oe6_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_14oe6_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_14oe6_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_14oe6_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_14oe6_540 li{margin-bottom:10px}._t10FooterColumn_14oe6_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_14oe6_540 a:hover{color:#fff}._t10FooterBottom_14oe6_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_14oe6_565{flex-direction:column;text-align:center}}._t10FooterSocial_14oe6_581{display:flex;gap:16px}._t10FooterSocial_14oe6_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_14oe6_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_14oe6_581 a svg{width:16px;height:16px}._t10Copyright_14oe6_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_14oe6_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_14oe6_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_14oe6_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_14oe6_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._aboutHero_14oe6_648{position:relative;min-height:85vh;max-height:720px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1a1410}._aboutHeroBg_14oe6_659{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}._moreYellowSection_14oe6_667{padding:100px 0;background:#fff}._moreYellowGrid_14oe6_672{display:grid;grid-template-columns:2fr 1fr;gap:0;align-items:stretch;min-height:500px}@media(max-width:768px){._moreYellowGrid_14oe6_672{grid-template-columns:1fr;min-height:auto}}._moreYellowImage_14oe6_686{width:100%;height:auto;max-height:920px;object-fit:cover}._moreYellowText_14oe6_693{padding:56px 48px;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){._moreYellowText_14oe6_693{padding:40px 24px}}._moreYellowText_14oe6_693 h2{font-size:clamp(2.2rem,4vw,3.8rem);color:#6c4c32;margin-bottom:24px;text-transform:uppercase;letter-spacing:.03em;text-align:center;line-height:normal}._moreYellowText_14oe6_693 p{font-size:.95rem;color:#6b5e54;line-height:1.8;margin:0 auto 16px;text-align:center}._moreYellowText_14oe6_693 ._moreYellowEmphasis_14oe6_721{font-weight:700;color:#6c4c32;text-align:center}._whySection_14oe6_727{padding:0}._whyGrid_14oe6_731{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._whyGrid_14oe6_731{grid-template-columns:1fr;gap:32px}}._whyImage_14oe6_744{width:100%;height:85vh;max-height:800px;object-fit:cover;border-radius:24px}._whyText_14oe6_752 h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#6c4c32;margin:0}._whyText_14oe6_752 p{font-size:.95rem;color:#6b5e54;line-height:1.8;margin-bottom:16px;font-weight:500}._foundationSection_14oe6_766{padding:0}._foundationGrid_14oe6_770{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._foundationGrid_14oe6_770{grid-template-columns:1fr;gap:32px}}._foundationImage_14oe6_783{width:100%;height:450px;object-fit:cover;border-radius:8px}@media(max-width:768px){._foundationImage_14oe6_783{height:300px;order:-1}}._foundationText_14oe6_796 h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#6c4c32;margin:0}._foundationText_14oe6_796 p{font-size:.95rem;color:#6c4c32;margin-bottom:16px;font-weight:600}._mentorshipSection_14oe6_809{padding:40px 0}@media(max-width:768px){._mentorshipSection_14oe6_809{padding:28px 0}}._mentorshipContent_14oe6_818{max-width:800px;margin:0 auto;text-align:center}._mentorshipContent_14oe6_818 h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#6c4c32;margin:0}._mentorshipContent_14oe6_818 p{font-size:.95rem;color:#6b5e54;line-height:1.8;margin-bottom:16px;text-align:center;font-weight:500}._gallerySection_14oe6_838{padding:40px 0 60px;background:#6c4c32}@media(max-width:768px){._gallerySection_14oe6_838{padding:20px 0 40px}}._gallerySectionTitle_14oe6_848{text-align:center;margin-bottom:48px}._gallerySectionTitle_14oe6_848 h2{font-size:clamp(2rem,3.5vw,3rem);color:#fff}._galleryCard_14oe6_857{position:relative;border-radius:24px;overflow:hidden;min-height:280px}@media(max-width:768px){._galleryCard_14oe6_857{min-height:260px}}._galleryCard_14oe6_857 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._galleryCard_14oe6_857:hover img{transform:scale(1.05)}._galleryCardOverlay_14oe6_878{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0f0c0aa6,#0f0c0a1a 50%);display:flex;align-items:flex-end;padding:24px}._galleryCardOverlay_14oe6_878 h3{font-size:1.5rem;font-weight:500;color:#fff;line-height:1.2}._t10Root_21sx3_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_21sx3_2 *,._t10Root_21sx3_2 *:before,._t10Root_21sx3_2 *:after{box-sizing:border-box}._t10Root_21sx3_2 img{max-width:100%;display:block}._t10Root_21sx3_2 a{color:inherit;text-decoration:none}._t10Wrap_21sx3_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_21sx3_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_21sx3_25{padding:0 20px}}._t10Section_21sx3_41{padding:80px 0}@media(max-width:768px){._t10Section_21sx3_41{padding:56px 0}}._t10HeadingXL_21sx3_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_21sx3_59,._t10SectionTitle_21sx3_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_21sx3_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_21sx3_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_21sx3_84,._t10SectionTitle_21sx3_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_21sx3_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_21sx3_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_21sx3_104,._t10NavOrderBtn_21sx3_104,._t10BtnWhite_21sx3_104,._t10BtnSecondary_21sx3_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_21sx3_104:hover,._t10NavOrderBtn_21sx3_104:hover,._t10BtnWhite_21sx3_104:hover,._t10BtnSecondary_21sx3_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_21sx3_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_21sx3_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_21sx3_104{background:#fff;color:#6c4c32}._t10Grid4_21sx3_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_21sx3_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_21sx3_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_21sx3_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_21sx3_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_21sx3_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_21sx3_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_21sx3_59{text-align:center;margin-bottom:48px}._t10SectionTitle_21sx3_59 h2{margin-bottom:12px}._t10SectionTitle_21sx3_59 p{max-width:600px;margin:0 auto}._t10Header_21sx3_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_21sx3_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_21sx3_207{min-height:64px;padding:0}}._t10HeaderInner_21sx3_207 ._leftContainer_21sx3_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_21sx3_207 ._leftContainer_21sx3_221{gap:16px}}._t10DesktopHeaderMain_21sx3_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_21sx3_232{display:none}}._t10MobileHeaderMain_21sx3_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_21sx3_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_21sx3_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_21sx3_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_21sx3_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_21sx3_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_21sx3_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_21sx3_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_21sx3_291 ._t10Logo_21sx3_296{font-size:2rem}._t10MobileLogoCenter_21sx3_291 img{display:block}._t10MobileNavPanel_21sx3_303{display:none}@media(max-width:768px){._t10MobileNavPanel_21sx3_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_21sx3_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_21sx3_330{background:#6c4c3214}._t10Logo_21sx3_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_21sx3_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_21sx3_296{font-size:1.6rem}}._t10Nav_21sx3_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_21sx3_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_21sx3_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_21sx3_367:hover{color:#6c4c32}._t10NavLink_21sx3_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_21sx3_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_21sx3_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_21sx3_403{color:#6c4c32}._t10NavLinkActive_21sx3_403:after{transform:scaleX(1)}._t10NavOrderBtn_21sx3_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_21sx3_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_21sx3_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_21sx3_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_21sx3_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_21sx3_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_21sx3_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_21sx3_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_21sx3_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_21sx3_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_21sx3_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_21sx3_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_21sx3_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_21sx3_456 button:hover{background:#ffffff1a}._t10NewsletterForm_21sx3_456 button svg{width:18px;height:18px}._t10Footer_21sx3_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_21sx3_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_21sx3_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_21sx3_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_21sx3_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_21sx3_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_21sx3_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_21sx3_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_21sx3_540 li{margin-bottom:10px}._t10FooterColumn_21sx3_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_21sx3_540 a:hover{color:#fff}._t10FooterBottom_21sx3_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_21sx3_565{flex-direction:column;text-align:center}}._t10FooterSocial_21sx3_581{display:flex;gap:16px}._t10FooterSocial_21sx3_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_21sx3_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_21sx3_581 a svg{width:16px;height:16px}._t10Copyright_21sx3_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_21sx3_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_21sx3_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_21sx3_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_21sx3_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._menuSection_21sx3_648{padding-bottom:68px;background:#fff}._menuSectionWrap_21sx3_653{max-width:1400px;margin:0 auto;padding:0 40px}@media(max-width:1024px){._menuSectionWrap_21sx3_653{padding:0 0 0 20px}}._menuSectionTitle_21sx3_665{text-align:center;margin-bottom:16px}._menuSectionTitle_21sx3_665 h2{margin:0;font-size:40px;font-weight:600;color:#6c4c32}@media(max-width:600px){._menuSectionTitle_21sx3_665{margin-top:28px;margin-bottom:8px}._menuSectionTitle_21sx3_665 h2{font-size:28px}}._menuGrid_21sx3_685{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._menuGrid_21sx3_685{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._menuGrid_21sx3_685{grid-template-columns:1fr}}._sliderContainer_21sx3_701{position:relative;width:100%}._menuSliderGrid_21sx3_706{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}._menuSliderGrid_21sx3_706::-webkit-scrollbar{display:none}._menuSliderGrid_21sx3_706:after{content:""}._menuSliderGrid_21sx3_706>div{flex:0 0 calc(50% - 16px - .8rem);scroll-snap-align:start}._sliderPagination_21sx3_726{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:16px}._sliderArrowBtn_21sx3_734{background:transparent;border:none;font-size:1.6rem;color:#6c4c3259;cursor:pointer;padding:0 16px;transition:color .2s ease}._sliderArrowBtn_21sx3_734:hover{color:#6c4c32}._sliderCount_21sx3_747{font-size:.85rem;letter-spacing:.1em;color:#6b5e54}._menuItemCard_21sx3_753{text-align:center}._menuItemCard_21sx3_753 img{width:100%;height:300px;object-fit:cover;margin-bottom:16px;transition:transform .3s ease}@media(max-width:768px){._menuItemCard_21sx3_753 img{height:220px}}._menuItemCard_21sx3_753:hover img{transform:scale(1.03)}._menuItemCard_21sx3_753 h3{font-size:1.25rem;font-weight:600;color:#6c4c32;margin-bottom:6px}._menuItemCard_21sx3_753 p{font-size:.82rem;color:#6b5e54;line-height:1.5;max-width:280px;margin:0 auto}._builderFrame_15aee_2{padding-top:48px}._basicSection_15aee_6{--basic-accent: #8f1d15;--basic-gold: #c78527;--basic-surface: #fffdf9;--basic-text: #17130f;--basic-muted: #667085;--basic-overlay: #450b08;--basic-overlay-opacity: .3;background:var(--basic-surface);color:var(--basic-text);display:grid;font-family:DM Sans,Arial,sans-serif;grid-template-columns:minmax(0,53fr) minmax(410px,47fr);min-height:100vh;overflow:hidden}._heroPanel_15aee_23{background:#3b0e09;min-height:100vh;overflow:hidden;position:relative}._heroImage_15aee_30,._heroOverlay_15aee_31{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}._heroImage_15aee_30{object-fit:cover;object-position:center center}._heroOverlay_15aee_31{background:linear-gradient(90deg,color-mix(in srgb,var(--basic-overlay) 92%,transparent),color-mix(in srgb,var(--basic-overlay) 58%,transparent) 56%,color-mix(in srgb,var(--basic-overlay) 12%,transparent));opacity:var(--basic-overlay-opacity)}._heroContent_15aee_48{color:#fff;display:flex;flex-direction:column;height:100%;padding:clamp(34px,4vw,58px) clamp(42px,5.2vw,86px) 112px;position:relative;text-shadow:0 3px 24px rgba(0,0,0,.58);z-index:1}._logo_15aee_59{align-self:center;filter:drop-shadow(0 2px 12px rgba(0,0,0,.35));height:clamp(50px,5.5vh,60px);object-fit:contain;width:min(180px,31%)}._heroCopy_15aee_67{margin-top:clamp(70px,12vh,148px);max-width:650px}._heroCopy_15aee_67 h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(50px,4.25vw,70px);font-weight:700;letter-spacing:-.025em;line-height:.98;margin:10px 0 14px;max-width:630px}._eyebrow_15aee_81,._cuisineLabel_15aee_82{font-size:14px;font-weight:700;letter-spacing:.22em;margin:0;text-transform:uppercase}._heroDescription_15aee_90{font-size:clamp(17px,1.45vw,24px);line-height:1.45;margin:0;max-width:590px}._heroTagline_15aee_97{color:#f0b71f;font-family:Caveat,Segoe Print,cursive;font-size:clamp(30px,3vw,46px);font-weight:500;line-height:1.02;margin:clamp(26px,4vh,46px) 0 0;max-width:330px;transform:rotate(-4deg)}._socialBar_15aee_108{align-items:center;color:#17130f;display:flex;gap:18px;justify-content:center}._socialBar_15aee_108 strong{font-family:DM Sans,Arial,sans-serif;font-size:15px;font-weight:700;margin-right:4px}._socialBar_15aee_108 a{align-items:center;color:inherit;display:inline-flex;text-decoration:none}._socialBar_15aee_108 a:hover,._socialBar_15aee_108 a:focus-visible{color:var(--basic-accent)}._socialBar_15aee_108 ._socialLogo_15aee_130{display:inline-flex;flex:0 0 auto}._socialBar_15aee_108 ._socialLogo_15aee_130,._socialBar_15aee_108 ._socialLogo_15aee_130 svg{height:38px;width:38px}._infoPanel_15aee_140{background:var(--basic-surface);display:flex;flex-direction:column;isolation:isolate;padding:clamp(25px,3vw,46px) clamp(32px,4.2vw,68px) 28px;position:relative}._infoPanel_15aee_140:before{background:radial-gradient(ellipse at 100% 100%,rgba(187,139,62,.1),transparent 38%),linear-gradient(135deg,transparent 76%,rgba(187,139,62,.07) 76% 78%,transparent 78%);bottom:0;content:"";height:300px;pointer-events:none;position:absolute;right:0;width:240px;z-index:-1}._infoFooter_15aee_160{margin-top:auto;padding-top:20px}._poweredBy_15aee_165{align-items:center;align-self:stretch;color:var(--basic-muted);display:grid;font-size:12px;gap:12px;grid-template-columns:minmax(24px,1fr) auto minmax(24px,1fr);justify-items:center;letter-spacing:.04em;margin-top:14px;padding-top:20px;text-decoration:none}._poweredBy_15aee_165:before,._poweredBy_15aee_165:after{background:#dfd6ca;content:"";height:1px;justify-self:stretch;width:100%}._poweredBy_15aee_165 img{display:block;height:16px;width:auto}._poweredBy_15aee_165:hover,._poweredBy_15aee_165:focus-visible{color:var(--basic-text)}._poweredByBrand_15aee_195{align-items:center;display:inline-flex;gap:5px;white-space:nowrap}._poweredByDomain_15aee_202{font-weight:700}._businessHeader_15aee_206{align-items:center;display:flex;flex-direction:column;text-align:center}._businessHeader_15aee_206 h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(46px,4vw,66px);font-weight:700;letter-spacing:-.025em;line-height:.92;margin:0;overflow-wrap:normal;white-space:pre;word-break:normal}._cuisineLabel_15aee_82{align-items:center;color:#d25a22;display:flex;font-size:13px;gap:14px;justify-content:center;margin-top:10px}._cuisineLabel_15aee_82:before,._cuisineLabel_15aee_82:after{background:#dd702a;content:"";height:2px;width:clamp(28px,3.5vw,52px)}._statusRow_15aee_240{align-items:center;display:flex;flex-wrap:wrap;font-family:Cormorant Garamond,Georgia,serif;font-variant-numeric:lining-nums;font-size:19px;gap:12px;justify-content:center;margin:18px 0 10px}._statusRow_15aee_240 strong{align-items:center;color:#e1302b;display:inline-flex;font-weight:600}._statusRow_15aee_240 strong:before{background:currentColor;border-radius:50%;content:"";height:7px;margin-right:8px;width:7px}._statusBadge_15aee_266{border-radius:999px;font-weight:600;padding:5px 16px 6px}._open_15aee_272{background:#d8f5df;color:#166a32}._closed_15aee_277{background:#ffe1de;color:#ad2020}._unavailable_15aee_282{background:#eef0f3;color:var(--basic-muted)}._contactLine_15aee_287{align-items:center;color:var(--basic-text);display:inline-flex;font-size:15px;gap:10px;justify-content:center;line-height:1.35;margin:3px 0;text-decoration:none}._contactLine_15aee_287:hover,._contactLine_15aee_287:focus-visible{color:var(--basic-accent)}._contactLine_15aee_287 svg{fill:none;flex:0 0 auto;height:21px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;width:21px}._divider_15aee_312{border-top:1px solid #d9dde2;margin:19px 0}._actions_15aee_317{display:grid;gap:9px}._actionCard_15aee_322{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffffb3;border:1.5px solid var(--basic-gold);border-radius:11px;box-sizing:border-box;color:var(--basic-text);cursor:pointer;display:grid;font:inherit;gap:9px;grid-template-columns:38px minmax(0,1fr) 16px;min-height:60px;padding:8px 14px;text-decoration:none;text-align:left;transition:box-shadow .16s ease,transform .16s ease;width:100%}._actionCard_15aee_322:hover,._actionCard_15aee_322:focus-visible{box-shadow:0 10px 24px #44261721;transform:translateY(-1px)}._featuredAction_15aee_347{background-color:var(--basic-accent);border-color:var(--basic-accent);color:#fff}._actionIcon_15aee_353{align-items:center;color:#17130f;display:flex;justify-content:center}._actionIcon_15aee_353 svg{fill:none;height:40px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;width:40px}._orderOnlineIcon_15aee_369{color:#fff}._reviewsIcon_15aee_373,._customIcon_15aee_374{color:#aa6b12}._actionCopy_15aee_378{min-width:0}._actionCopy_15aee_378 strong{display:block}._actionCopy_15aee_378 strong{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(20px,1.65vw,26px);font-weight:700;line-height:1}._actionArrow_15aee_391{font-family:Arial,sans-serif;font-size:36px;font-weight:400;line-height:.7}._disabledAction_15aee_398{cursor:not-allowed;filter:grayscale(.7);opacity:.45}._disabledAction_15aee_398:hover{box-shadow:none;transform:none}._modalBackdrop_15aee_408{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1b0d09a3;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:10020}._hoursModal_15aee_420{background:var(--basic-surface, #fffdf9);border:1px solid rgba(199,133,39,.55);border-radius:18px;box-shadow:0 28px 80px #14080459;color:var(--basic-text, #17130f);max-height:calc(100vh - 48px);max-width:590px;overflow:hidden;width:100%}._hoursModalHeader_15aee_432{align-items:flex-start;border-bottom:1px solid #e3d9cd;display:flex;justify-content:space-between;padding:24px 26px 18px}._hoursModalHeader_15aee_432 p{color:var(--basic-muted, #667085);font-size:12px;font-weight:700;letter-spacing:.13em;margin:0 0 4px;text-transform:uppercase}._hoursModalHeader_15aee_432 h2{font-family:Cormorant Garamond,Georgia,serif;font-size:38px;line-height:1;margin:0}._modalClose_15aee_454{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #d8cec3;border-radius:50%;color:inherit;cursor:pointer;display:inline-flex;flex:0 0 auto;font:300 30px/1 Arial,sans-serif;height:40px;justify-content:center;padding:0 0 3px;width:40px}._modalClose_15aee_454:hover,._modalClose_15aee_454:focus-visible{border-color:var(--basic-accent, #8f1d15);color:var(--basic-accent, #8f1d15)}._hoursModalBody_15aee_475{max-height:calc(100vh - 180px);overflow-y:auto;padding:10px 26px 24px}._hoursRow_15aee_481{align-items:center;border-top:1px solid #d9dde2;display:grid;font-size:14px;gap:14px;grid-template-columns:minmax(105px,1fr) minmax(170px,1.5fr);min-height:42px;padding:6px 0}._hoursRow_15aee_481>span:last-child{text-align:right}._hoursRow_15aee_481:first-child{border-top:0}._closedHours_15aee_499{background:#ffe0dc;border-radius:999px;color:#e24436;display:inline-block;font-style:normal;padding:2px 10px}._hoursUnavailable_15aee_508{color:var(--basic-muted)}@media(max-width:1100px){._basicSection_15aee_6{grid-template-columns:minmax(0,51fr) minmax(400px,49fr)}._heroContent_15aee_48{padding-left:46px;padding-right:46px}._infoPanel_15aee_140{padding-left:28px;padding-right:28px}}@media(max-width:820px){._basicSection_15aee_6{display:block;min-height:0}._heroPanel_15aee_23{min-height:min(760px,88vh)}._heroCopy_15aee_67{margin-top:clamp(60px,10vh,110px)}._infoPanel_15aee_140{padding:42px clamp(22px,7vw,58px) 56px}}@media(max-width:520px){._heroPanel_15aee_23{min-height:650px}._heroImage_15aee_30{object-position:58% center}._heroContent_15aee_48{padding:34px 25px 104px}._logo_15aee_59{height:50px;width:min(150px,36%)}._heroCopy_15aee_67{margin-top:58px}._heroCopy_15aee_67 h2{font-size:48px}._socialBar_15aee_108{gap:14px}._infoPanel_15aee_140{padding:38px 17px 50px}._businessHeader_15aee_206 h1{font-size:var(--basic-name-mobile-size, clamp(22px, 8vw, 38px))}._contactLine_15aee_287{font-size:14px}._actionCard_15aee_322{gap:10px;grid-template-columns:42px minmax(0,1fr) 16px;min-height:60px;padding:8px 13px}._actionIcon_15aee_353 svg{height:36px;width:36px}._actionCopy_15aee_378 strong{font-size:22px}._modalBackdrop_15aee_408{align-items:flex-end;padding:12px}._hoursModal_15aee_420{border-radius:18px 18px 12px 12px;max-height:calc(100vh - 24px)}._hoursModalHeader_15aee_432{padding:20px 18px 15px}._hoursModalBody_15aee_475{max-height:calc(100vh - 150px);padding:8px 18px 20px}._hoursRow_15aee_481{font-size:12px;grid-template-columns:minmax(88px,.8fr) minmax(150px,1.4fr)}}@media(prefers-reduced-motion:reduce){._actionCard_15aee_322{transition:none}}._overlay_xktae_1{top:0;z-index:999}._modalClassname_xktae_6{height:100vh;width:100vw}._contentContainer_xktae_11{height:auto;position:relative}._warningModalModalBox_xktae_16{height:410px;width:600px}._publishModalBox_xktae_21{width:580px;max-width:90vw;height:auto;max-height:80vh;overflow-y:auto}._domainContainer_xktae_29{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._urlRow_xktae_35{display:flex;align-items:center;gap:10px}._urlRow_xktae_35:not(:last-child){margin-bottom:10px}._urlRow_xktae_35>:last-child{flex:1}._urlIconButton_xktae_47{align-items:center;background:#0000000d;border-radius:8px;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}._urlIconButton_xktae_47:hover{background:#00000014}._urlIconButton_xktae_47>svg{height:18px;width:18px}._publishWebsiteSection_xktae_66{display:flex;align-items:center}._publishWebsiteSection_xktae_66>svg{margin-right:2rem}._removeMarginBottom_xktae_74{margin-bottom:0}._whatsnext_xktae_78{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_xktae_84{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_xktae_89{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_xktae_100{display:flex}._button_xktae_104,._exitBtn_xktae_104,._saveAndExitBtn_xktae_104{border-radius:100px;margin-left:0}._saveAndExitBtn_xktae_104{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_xktae_104{padding:12px 16px}._publishModalContent_xktae_119{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center}._successIconWrapper_xktae_127{margin-bottom:1.5rem}._successIcon_xktae_127{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#22c55e;stroke-miterlimit:10;animation:_fill_xktae_1 .4s ease-in-out .4s forwards,_scale_xktae_1 .3s ease-in-out .9s both}._successCircle_xktae_142{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#22c55e;fill:#e8f8f0;animation:_stroke_xktae_1 .6s cubic-bezier(.65,0,.45,1) forwards}._successCheck_xktae_152{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#22c55e;animation:_stroke_xktae_1 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes _stroke_xktae_1{to{stroke-dashoffset:0}}@keyframes _scale_xktae_1{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes _fill_xktae_1{to{box-shadow:inset 0 0 0 30px #22c55e}}._publishTitle_xktae_179{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}._publishSubtitle_xktae_187{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}._urlSection_xktae_194{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}._urlLabel_xktae_203{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;text-align:left}._publishUrlRow_xktae_213{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .2s}._publishUrlRow_xktae_213:not(:last-of-type){margin-bottom:.75rem}._publishUrlRow_xktae_213:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._urlDisplay_xktae_231{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._globeIcon_xktae_239{width:18px;height:18px;color:#9ca3af;flex-shrink:0}._urlText_xktae_246{font-size:.9375rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}._copyButton_xktae_256{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;text-decoration:none}._copyButton_xktae_256:hover{background:#e5e7eb;color:#374151}._copyButton_xktae_256 svg{width:16px;height:16px}._noDomainNote_xktae_280{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5;text-align:left}._noDomainNote_xktae_280 svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}._publishActions_xktae_302{display:flex;gap:.75rem;width:100%}._viewSiteButton_xktae_308{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}._viewSiteButton_xktae_308:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._viewSiteButton_xktae_308:active{transform:translateY(0)}._viewSiteButton_xktae_308 svg{width:18px;height:18px}._doneButton_xktae_338{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._doneButton_xktae_338:hover{background:#f9fafb;border-color:#9ca3af}._doneButton_xktae_338:active{background:#f3f4f6}._box_container_1v5rq_1{max-width:800px}._btn_right_1v5rq_5{display:flex;justify-content:flex-end}._btn_right_1v5rq_5 ._step_btn_event_1v5rq_9{background:transparent;color:#006aff;margin:0;border-radius:20px;font-size:16px;font-weight:600;border:1px solid #006AFF}._btn_right_1v5rq_5 ._step_btn_event_1v5rq_9:hover{background:#006aff;color:#fff}._timeline_wrapper_1v5rq_23{border-left:1px solid #ddd;max-width:600px}._node_1v5rq_28{padding-left:.5rem;padding-bottom:2rem;position:relative}._node_1v5rq_28 p{margin:10px;font-weight:500}._node_1v5rq_28:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._box_container_1lwj4_1{max-width:800px}._btn_right_1lwj4_5{display:flex;justify-content:flex-end}._step_btn_event_1lwj4_10{background:transparent;color:#006aff;cursor:pointer;margin:0;font-size:16px;border-radius:20px;font-weight:600;border:1px solid #006AFF}._step_btn_event_1lwj4_10:hover{background:#006aff;color:#fff}._timeline_wrapper_1lwj4_25{border-left:1px solid #ddd;max-width:600px}._node_1lwj4_30{padding-left:.5rem;padding-bottom:2rem;position:relative}._node_1lwj4_30 p{font-weight:500}._node_1lwj4_30 p,._node_1lwj4_30 h4{margin:10px}._node_1lwj4_30:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._box_container_19qg5_1{max-width:800px}._btn_right_19qg5_5{display:flex;justify-content:flex-end}._step_btn_event_19qg5_10{background:transparent;color:#006aff;font-size:16px;margin:0;border-radius:20px;font-weight:600;border:1px solid #006AFF}._step_btn_event_19qg5_10:hover{background:#006aff;color:#fff}._timeline_wrapper_19qg5_24{border-left:1px solid #ddd;max-width:600px}._node_19qg5_29{padding-left:.5rem;padding-bottom:2rem;position:relative}._node_19qg5_29 p{font-weight:500}._node_19qg5_29 p,._node_19qg5_29 h4{margin:10px}._node_19qg5_29:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._box_container_1tze4_1{max-width:800px}._btn_right_1tze4_5{display:flex;justify-content:flex-end}._step_btn_event_1tze4_10{background:transparent;color:#006aff;margin:0;font-size:16px;font-weight:600;border-radius:20px;border:1px solid #006AFF}._step_btn_event_1tze4_10:hover{background:#006aff;color:#fff}._timeline_wrapper_1tze4_24{border-left:1px solid #ddd;max-width:max-content}._node_1tze4_29{padding-left:.5rem;padding-bottom:1rem;position:relative}._node_1tze4_29 p{font-weight:500}._node_1tze4_29 p,._node_1tze4_29 h4{margin:10px}._node_1tze4_29:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._nameservers_nameCheap_1tze4_56{display:flex}._nameservers_nameCheap_1tze4_56 ._replace_icon_1tze4_59{align-self:center;margin-left:3rem;width:18px;height:18px;fill:#586271}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67{margin-left:1rem}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 p,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 p{color:#586271;font-weight:400}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 p svg,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 p svg{fill:#586271;width:12px;height:12px}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div{margin-top:.5rem;width:100%;font-size:14px;position:relative}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div input,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div input{font-weight:400}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div p,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div p{position:absolute;top:0;right:-25px;cursor:pointer}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div p svg,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div p svg{padding-right:5px}._status_validation_1tze4_104{color:red;text-align:right}._back_btn_1vevv_1{font-size:16px;margin:0;background:transparent;color:#006aff}._back_btn_1vevv_1 svg{transform:rotate(180deg);width:18px;height:18px;fill:#006aff;padding:0 0 0 10px}._input_email_1vevv_15{margin-bottom:1rem;width:100%}._confirm_email_button_1vevv_20{margin:0}._content_box_1r6zp_1{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:8px}._content_box_1r6zp_1 div>input{min-width:280px;font-weight:500}._content_box_1r6zp_1 ._changeColorBtn_1_1r6zp_12{color:#006aff;font-size:14px}._purchase_domain_1r6zp_17{line-height:3.2;text-decoration:none;color:#006aff}._render_domainAvailable_1r6zp_23{display:flex;align-items:center}._domain_result_1r6zp_28 span{padding-right:5px;font-weight:700}._domain_result_1r6zp_28 ._confirm_domain_1r6zp_32{background:transparent;padding:10px 22px;margin:0;color:#000;border:1px solid #586271}._domain_result_1r6zp_28 ._confirm_domain_1r6zp_32:hover{color:#cce1ff;border:1px solid #006AFF;background:#006aff}._domain_result_1r6zp_28 img{max-width:100%;max-height:30px;margin-right:1rem}._pay_to_connect_1r6zp_50{margin:0;background:purple}._provider_domain_box_1r6zp_55{display:block;text-align:center;padding-top:1rem}._provider_domain_box_1r6zp_55 h2{font-size:20px;padding-bottom:20px}._provider_domain_box_1r6zp_55 ._domain_container_1r6zp_64{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}._textInput_1r6zp_71{margin-bottom:0}@media only screen and (max-width:600px){._confirm_domain_1r6zp_32{width:100%}._content_box_1r6zp_1 div>input{min-width:180px;width:100%}}._content_box_x62vp_1{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d4dae0;max-width:500px;padding:10px 0}._content_box_x62vp_1 a{text-decoration:none;padding:6px 20px;color:#006aff;border-radius:20px;border:1px solid #006AFF}._box_container_1767e_1{position:relative}._box_container_1767e_1 img{position:absolute;top:4rem;right:100px}._waiting_connect_1767e_10{color:#fc8c32;font-size:13px;margin-bottom:.5rem}._btn_group_1767e_16{display:flex;justify-content:space-between;align-items:center}._btn_group_1767e_16 ._submit_btn_1767e_21,._btn_group_1767e_16 ._back_btn_1767e_22{font-size:16px;margin:0}._btn_group_1767e_16 ._back_btn_1767e_22{background:transparent;color:#006aff}._btn_group_1767e_16 ._back_btn_1767e_22 svg{transform:rotate(180deg);width:18px;height:18px;fill:#006aff;padding:0 0 0 10px}._p_box_1767e_38{max-width:800px;padding-bottom:5px}._p_box_1767e_38 p{line-height:24px}._p_box_1767e_38 p ._login_strong_1767e_45{font-weight:800}._p_box_1767e_38:last-child p:last-child{padding-top:25px}@media only screen and (max-width:700px){._lookup_domain_image_1767e_54{display:none}}._box_container_99snq_1{max-width:800px;position:relative}._box_container_99snq_1 p{font-size:16px;padding-top:1rem;line-height:1.5rem!important;width:80%}._box_container_99snq_1 ._strong_text_99snq_11{font-weight:800}._box_container_99snq_1 img{position:absolute;max-width:120px;top:20px;right:40px}span._redirect_website_99snq_21{color:#006aff!important;cursor:pointer!important}._container_4un9p_1{display:flex;align-items:center;padding:0 10px;margin:0;color:#000;background:transparent;border:0}._container_4un9p_1:hover{box-shadow:none}._container_4un9p_1 h2{padding-left:.5rem;text-transform:none}._container_4un9p_1 ._arrowIcon_4un9p_17{transform:rotate(180deg);fill:#006aff;width:25px}._warningModalModalBox_4un9p_24{min-height:16rem}._generalContent_upp04_1{padding:0}._section_upp04_5{margin-bottom:2rem}._section_upp04_5:last-child{margin-bottom:0}._sectionTitle_upp04_12{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}._sectionDescription_upp04_19{font-size:.875rem;color:#6b7280;margin:0 0 1rem}._toggleContainer_upp04_25{display:inline-flex;align-items:center;position:relative;cursor:pointer}._toggleInput_upp04_32{opacity:0;width:0;height:0}._toggleSlider_upp04_38{display:inline-block;width:44px;height:24px;background:#d1d5db;border-radius:24px;position:relative;transition:background .3s}._toggleSlider_upp04_38:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}._toggleInput_upp04_32:checked+._toggleSlider_upp04_38{background:#3b82f6}._toggleInput_upp04_32:checked+._toggleSlider_upp04_38:before{transform:translate(20px)}._themeHeading_upp04_66{display:none!important}._seoContent_36nub_1{padding:0;max-width:100%}._section_36nub_6{margin-bottom:2rem}._section_36nub_6:last-child{margin-bottom:0}._seoTip_36nub_13{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:2rem;font-size:.875rem;color:#1e40af}._seoTip_36nub_13 span{min-width:0;overflow-wrap:anywhere}._seoTipIcon_36nub_31{font-size:1.25rem;line-height:1;flex:0 0 auto}._fieldLabel_36nub_37{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._textInput_36nub_45{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s}._textInput_36nub_45:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textArea_36nub_59{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s;resize:vertical;min-height:100px;font-family:inherit}._textArea_36nub_59:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._explainSection_36nub_76{display:flex;justify-content:space-between;margin-top:.5rem;gap:.75rem}._explainText_36nub_83{font-size:.875rem;color:#6a7282;margin:0}._characterCount_36nub_89{font-size:.75rem;color:#9ca3af;text-align:right}._searchPreview_36nub_95{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:1rem}._previewUrl_36nub_103{font-size:.75rem;color:#059669;margin-bottom:.25rem;overflow-wrap:anywhere;word-break:break-word}._previewTitle_36nub_111{font-size:1.125rem;color:#1a0dab;text-decoration:underline;margin-bottom:.25rem;cursor:pointer;overflow-wrap:anywhere;word-break:break-word}._previewDescription_36nub_121{font-size:.875rem;color:#545454;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}@media only screen and (max-width:500px){._section_36nub_6{margin-bottom:1.25rem}._seoTip_36nub_13{padding:.75rem;margin-bottom:1.25rem;border-radius:6px;font-size:.8125rem}._textInput_36nub_45,._textArea_36nub_59{padding:.625rem}._explainSection_36nub_76{flex-direction:column;align-items:flex-start}._characterCount_36nub_89{text-align:left}._searchPreview_36nub_95{padding:.75rem;border-radius:6px}._previewTitle_36nub_111{font-size:1rem}}._field_36nub_37{margin-bottom:30px}._footnote_36nub_162{font-weight:400;line-height:1.4;margin-bottom:0;opacity:.8}._siteAddressContainer_1vsfa_1{padding:0}._freeSiteSection_1vsfa_5{margin-bottom:1.5rem;background-color:#faf5ff;border:1px solid #e9d4ff;border-radius:10px;padding:1.25rem 1.5rem}._sectionLabel_1vsfa_13{font-size:.875rem;font-weight:400;color:#111827;margin:0 0 .75rem}._urlBox_1vsfa_20{display:flex;align-items:center;gap:.75rem}._urlContainer_1vsfa_26{width:90%;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1.5rem .5rem 1rem}._globeIcon_1vsfa_38{font-size:1.25rem;flex-shrink:0;vertical-align:middle}._urlText_1vsfa_44{flex:1;font-size:.875rem;color:#111827;overflow:hidden;text-overflow:ellipsis}._copyButton_1vsfa_52{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;flex-shrink:0}._copyButton_1vsfa_52:hover{background:#f9fafb;border-color:#9ca3af}._copyButton_1vsfa_52:active{transform:scale(.98)}._openButton_1vsfa_72{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}._openButton_1vsfa_72:hover{background:#f9fafb;border-color:#9ca3af}._openButton_1vsfa_72:active{transform:scale(.98)}._openIcon_1vsfa_92{width:1.25rem;height:1.25rem;fill:#6b7280}._customDomainSection_1vsfa_98{display:flex;align-items:center;justify-content:space-between;background:#faf5ff;border:1px solid #e9d4ff;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}._customDomainContent_1vsfa_109{flex:1}._customDomainTitle_1vsfa_113{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}._customDomainDescription_1vsfa_120{font-size:.875rem;color:#6b7280;margin:0}._setupButton_1vsfa_126{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin:0}._setupButton_1vsfa_126:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:none!important}._setupButton_1vsfa_126:active{transform:scale(.98)}@media screen and (max-width:768px){._customDomainSection_1vsfa_98{flex-direction:column;align-items:flex-start;gap:1rem}._setupButton_1vsfa_126{width:100%;justify-content:center}._urlBox_1vsfa_20{flex-wrap:wrap}}._field_1vsfa_165{margin-bottom:20px}._domain_box_1vsfa_205{display:flex;align-items:center;justify-content:flex-start;border-top:1px solid rgb(216,214,214);padding:1rem 0;margin-bottom:1rem}._newWindowIcon_1vsfa_257{fill:#006aff!important;margin-left:16px;width:36px;height:auto}._newWindowIcon_1vsfa_257:hover{fill:#38f!important;cursor:pointer}._newWindowIconUnactive_1vsfa_268{fill:#586271;height:1.5rem;margin-left:16px;width:1.5rem}._url_copy_1vsfa_214{width:100%;margin-bottom:0}._url_copy_1vsfa_214>div{padding:2px 10px;background:none!important;border:none!important}._url_copy_1vsfa_214>div input{font-weight:400;font-size:17px}._domain_name_1vsfa_300 ._url_copy_default_1vsfa_300>div{padding:2px 16px}._domain_name_1vsfa_300 ._url_copy_default_1vsfa_300>div input{font-weight:400;font-size:16px}._base_url_clipboard_1vsfa_308{display:flex;align-items:center;margin-top:2rem}._base_url_clipboard_1vsfa_308 ._url_copy_1vsfa_214,._footnote_1vsfa_169{width:100%}._footnote_1vsfa_169 ._copy_clipboard_1vsfa_320{font-size:12px}._footnote_1vsfa_169 p>svg{width:12px;height:12px}._footnote_1vsfa_169 p{font-size:16px;font-weight:400}._footnote_1vsfa_169 svg{fill:#586271;color:#586271;cursor:pointer}._warningModalModalBox_1vsfa_337{display:flex;flex-direction:row;gap:10;align-items:center}._warningModalModalBox_1vsfa_337 ._warningButtons_1vsfa_343{display:flex;justify-content:space-between;width:100%}._warningModalModalBox_1vsfa_337 ._warningButtons_1vsfa_343 ._left_1vsfa_348{display:flex;align-items:center;gap:16px}._warningModalModalBox_1vsfa_337 ._warningButtons_1vsfa_343 ._right_1vsfa_353{justify-content:flex-end}@media screen and (max-width:700px){._footnote_1vsfa_169{display:inline-block}}@media screen and (max-width:500px){._urlText_1vsfa_44{width:140px;white-space:nowrap}}._footnote_1_1vsfa_169{display:flex;align-items:center}._page_msg_1vsfa_373{background:#f7f7f7;border-radius:10px;padding:.5rem;font-size:1rem;line-height:24px;max-width:500px;margin-top:2rem}._page_msg_1vsfa_373 ._boxURl_1vsfa_382{display:flex;align-items:center;flex-wrap:wrap}._page_msg_1vsfa_373 ._boxURl_1vsfa_382 ._url_link_1vsfa_387{padding-left:20px}._changeColorBtn_1vsfa_174{color:#006aff;background:transparent;margin-left:5px;padding:6px 20px}._changeColorBtn_1vsfa_174:hover{box-shadow:none!important}._cancelButton_1vsfa_184{margin-left:5px;padding:6px 20px}._cancelButton_1vsfa_184:hover{box-shadow:none!important}._changeColorBtn_1_1vsfa_409{color:#006aff;margin-top:1rem;margin-left:5px;padding:6px 20px;font-size:14px}._connect_domain_link_1vsfa_192{color:#006aff}._connect_domain_link_1vsfa_192>span{text-transform:lowercase;font-weight:600;font-size:14px}._connect_domain_link_1vsfa_192:hover{color:#38f;border-bottom-color:#38f}._domain_box_1vsfa_205{display:flex;align-items:center;justify-content:flex-start;border-top:1px solid rgb(216,214,214);padding:1rem 0}._redirect_custom_domain_1vsfa_438{display:flex}._add_domain_div_1vsfa_442{display:flex;justify-content:flex-end;margin:0}._btn_domain_1vsfa_228{margin:0;margin-left:2rem}._btn_domain_connecting_1vsfa_233{margin:0;margin-left:2rem;background:transparent;font-size:14px;font-weight:600;color:#939393;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border:2px solid rgb(147,147,147)}._btn_domain_1vsfa_228:first-child{background:transparent;border:2px solid black;color:#000;font-size:18px;font-weight:500}._DomainLookup_1vsfa_252{max-width:60px;max-height:30px}._modal_1vsfa_275{width:800px}._footer_container_1vsfa_279{display:flex;flex-direction:row;gap:10px;align-items:center}._upload_btn_1t9ur_1{padding:0;margin:0;color:#006aff;background:transparent}._upload_btn_1t9ur_1:hover{box-shadow:none}._fileInput_1t9ur_11{cursor:pointer;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;border:2px dashed #006AFF;width:50px;height:50px;font-weight:400;color:#606060;position:relative}._fileInput_1t9ur_11>input{visibility:hidden}._fileInput_1t9ur_11 svg{position:absolute;top:10px}._box_1t9ur_34{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}._box_1t9ur_34 ._upload_box_1t9ur_40{display:flex;align-items:center;flex-direction:column;gap:.75rem;margin:0 auto}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47{display:flex;flex-direction:row;align-items:center}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47 ._input_btn_1t9ur_52{cursor:pointer;background:#006aff;margin-right:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;width:120px;height:40px;color:#fff;position:relative}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47 ._input_btn_1t9ur_52>input{visibility:hidden}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47 ._remove_image_1t9ur_69{border-radius:50%;color:#fd5458;border-color:#586271}._box_1t9ur_34 ._upload_box_1t9ur_40 ._preview_img_1t9ur_74{width:80px;height:80px}._box_1t9ur_34 ._upload_btn_1t9ur_1:first-child{border:1px dashed #006aff}._box_1t9ur_34 ._upload_btn_1t9ur_1:first-child:hover{background:#eff5ff;color:#006aff}._box_1t9ur_34 ._upload_btn_1t9ur_1:last-child{padding:10px 20px;background:#006aff;color:#fff}._box_1t9ur_34 ._heading_1t9ur_90{font-size:17px;font-weight:400;padding-bottom:1rem}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95{position:relative;width:100%;max-width:420px}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_icon_1t9ur_100{display:block;width:100%;height:auto;max-width:100%}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_content_1t9ur_106{display:flex;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;padding-top:clamp(4px,1.2vw,2px);padding-left:clamp(56px,22%,76px)}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_content_1t9ur_106 ._page_title_1t9ur_114{font-weight:400;font-size:13px;padding-left:5px;white-space:nowrap}@media only screen and (max-width:500px){._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_content_1t9ur_106 ._page_title_1t9ur_114{font-size:12px}}._mobileContainer_l2osh_1{display:flex;flex-direction:column;gap:12px;border-radius:12px;padding:10px 0}._mobileContainer_l2osh_1 ._mobileCard_l2osh_8,._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8,._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8{position:relative;display:flex;flex-direction:column;border:1px solid #ebeef1;border-radius:10px;padding:12px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease;cursor:pointer}._mobileContainer_l2osh_1 ._mobileCard_l2osh_8>._body_l2osh_19>div>span:first-child,._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8>._body_l2osh_19>div>span:first-child,._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8>._body_l2osh_19>div>span:first-child{font-weight:500!important}._mobileContainer_l2osh_1 ._mobileCard_l2osh_8:hover,._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8:hover,._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8:hover{box-shadow:0 4px 8px #00000026}._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8{background-color:#f2f6fc;color:#5f6368;font-weight:400}._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8{background-color:#fff;color:#000;font-weight:500}._mobileCardMessage_l2osh_36{border-left:2px solid #e4e6eb;display:flex;flex-direction:column;margin-top:5px;padding-left:5px}._mobileCardMessage_l2osh_36>._messageText_l2osh_43{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:normal;word-break:break-word;word-wrap:break-word!important}._emailIcon_l2osh_56{position:absolute;top:16px;right:16px}._emailIconRead_l2osh_62>svg>path{fill:#586271}._emailIconUnread_l2osh_66>svg>path{fill:#006aff}._noData_l2osh_70{cursor:pointer;display:flex;align-items:center;padding:1rem;background:#f5f7fa}._modal_1anh5_1{height:60vh;width:800px}._footer_container_1anh5_6{display:flex;flex-direction:row;gap:10;align-items:center}._messageDetails_1anh5_13{padding:10px 24px;font-size:16px;line-height:1.6;color:#333;display:flex;flex-direction:column;gap:16px}._messageDetails_1anh5_13 div{display:flex;gap:8px;align-items:flex-start}._messageDetails_1anh5_13 div strong{font-weight:600;color:#525f7f;flex-shrink:0;min-width:120px}._messageDetails_1anh5_13 div span{max-width:100%;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}._footerContainer_1anh5_40{display:flex;justify-content:space-between;width:100%}._footerContainer_1anh5_40 ._left_1anh5_45{display:flex;align-items:center;gap:16px}._footerContainer_1anh5_40 ._right_1anh5_50{justify-content:flex-end}._leftButtons_1anh5_54{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;width:100%}._leftButtons_1anh5_54 span{text-wrap:nowrap}._leftButtons_1anh5_54>svg{height:18px!important;width:18px!important;display:flex;align-items:center;justify-content:center}._leftButtons_1anh5_54>svg>path{height:18px!important;width:18px!important;transform:none;stroke:#fff!important}@media(max-width:700px){._text_1anh5_80{display:none}._messageDetails_1anh5_13>div{gap:8px}._messageDetails_1anh5_13>div:last-child{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}}._table_1a9o4_1{border-radius:10px}._table_1a9o4_1>div:first-child{padding:5px 0;background-color:#e4e6eb;border-top-left-radius:10px;border-top-right-radius:10px}._common_column_1a9o4_11,._message_column_1a9o4_11,._email_column_1a9o4_11,._received_at_column_1a9o4_12{display:flex;align-items:center}._common_column_1a9o4_11 svg,._message_column_1a9o4_11 svg,._email_column_1a9o4_11 svg,._received_at_column_1a9o4_12 svg{height:14px!important;width:inherit;fill:#006aff}._common_column_1a9o4_11 svg path,._message_column_1a9o4_11 svg path,._email_column_1a9o4_11 svg path,._received_at_column_1a9o4_12 svg path{stroke-width:3px}._headerText_1a9o4_27{display:flex;align-items:center;gap:5px}._headerText_1a9o4_27 ._sortDescIcon_1a9o4_32{transform:rotate(90deg)}._headerText_1a9o4_27 ._sortAscIcon_1a9o4_35{transform:rotate(-90deg)}._email_column_1a9o4_11,._received_at_column_1a9o4_12{width:20%!important;min-width:110px;padding-right:16px}._message_column_1a9o4_11{width:55%!important}._received_at_column_1a9o4_12{display:flex;justify-content:flex-end;align-items:center;text-align:end;padding-right:1rem}._message_cell_1a9o4_58{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;padding-right:5px;-webkit-box-orient:vertical;-webkit-line-clamp:1!important;line-clamp:1!important}._email_cell_1a9o4_70,._message_cell_1a9o4_58{margin:0;padding-right:16px!important}._received_at_cell_1a9o4_76{margin:0;padding-right:1rem;white-space:nowrap!important}._rowHover_1a9o4_82:hover,._unread_1a9o4_82:hover,._read_1a9o4_82:hover{opacity:.9;box-shadow:0 4px 6px #0000001a!important}._read_1a9o4_82{font-weight:400;color:#5f6368;background-color:#f2f6fc}._unread_1a9o4_82{font-weight:500!important;color:#000!important;background-color:#fff}._selected_1a9o4_100{background-color:#c3dbfe}._list_1a9o4_104{display:block}._mobileList_1a9o4_108{display:none}@media only screen and (max-width:700px){._list_1a9o4_104{display:none}._mobileList_1a9o4_108{display:block}}._skeletonContainer_1efj8_1{display:flex;flex-direction:column;gap:16px;padding:16px}._skeletonItem_1efj8_8{display:flex;align-items:center;gap:12px;border-radius:10px;padding:16px;animation:_shimmer_1efj8_1 1s infinite linear;background:linear-gradient(120deg,#f0f2f6 25%,#e4e6eb,#f0f2f6 75%);background-size:200% 100%}@keyframes _shimmer_1efj8_1{0%{background-position:-100vw 0}to{background-position:100vw 0}}._text_1efj8_27{display:flex;flex-direction:row;gap:10px;flex-grow:1}._line_1efj8_34{height:14px;background-color:#e4e6eb;border-radius:4px}._line_1efj8_34:first-child,._line_1efj8_34:last-child{width:20%;min-width:110px}._line_1efj8_34:nth-child(2){flex-grow:1;min-width:50%;width:50%}@media(max-width:700px){._text_1efj8_27{flex-direction:column!important}._line_1efj8_34:first-child,._line_1efj8_34:nth-child(2){min-width:40%}._line_1efj8_34:last-child{height:28px;width:100%}}._flexRow_13r70_1,._subHeading_13r70_1,._heading_13r70_1 ._title_13r70_1,._heading_13r70_1{display:flex;flex-direction:row;align-items:center;gap:5px}._container_13r70_8{position:relative;background-color:#fff}@media(max-width:700px){._container_13r70_8{position:sticky!important;top:45px;display:flex;width:100%;flex-direction:column;justify-content:center;gap:5px;z-index:110;transform:scaleX(1.01);background-color:#fff}}._divider_13r70_27{display:none}@media(max-width:700px){._divider_13r70_27{position:absolute;width:100vw;min-width:100vw;z-index:110;top:55px;display:block;box-shadow:0 2px 3px #00000026;border-bottom:1px solid #e4e6eb;transform:scaleX(1.1)}}._unreadCount_13r70_44{display:none}@media(max-width:700px){._unreadCount_13r70_44{display:flex;justify-content:center;align-items:center;color:#fff;font-size:13px;background-color:#006aff;width:26px;height:14px;padding:6px;border-radius:100px;border:none}}._heading_13r70_1{justify-content:space-between}._subHeading_13r70_1{justify-content:space-between;margin-bottom:2rem}@media(max-width:700px){._subHeading_13r70_1{margin-bottom:1rem;gap:8px}}._notice_13r70_77{align-items:center;background:#006aff;border-radius:100px;color:#fff;display:flex;font-size:.88rem;font-weight:600;padding:10px 20px;width:fit-content}._notice_13r70_77>svg{fill:#fff;width:18px;height:18px;margin-right:.6rem}._notice_13r70_77 ._large_13r70_94{display:inline}._notice_13r70_77 ._small_13r70_97{display:none}@media(max-width:700px){._notice_13r70_77{padding:8px;font-size:11px}._notice_13r70_77>svg{width:15px;height:15px;margin-right:.3rem}._notice_13r70_77 ._large_13r70_94{display:none}._notice_13r70_77 ._small_13r70_97{display:inline}}._filter_13r70_118{display:none}@media(max-width:700px){._filter_13r70_118{display:block;font-size:.88rem;color:#e4e6eb}}._filterButton_13r70_129{height:34px!important;padding:0 8px;font-size:12px;flex-wrap:nowrap;text-wrap:nowrap}._filterButton_13r70_129>svg{fill:#006aff;height:16px;margin-right:5px;width:14px}._fixed_position_fg8ps_1{position:fixed;right:0;top:51px;z-index:100}._content_fg8ps_8{align-items:center;display:flex;flex-wrap:wrap}._element_container_fg8ps_14{margin:0 20px 0 0}._sort_button_fg8ps_18{height:34px!important;padding:0 14px}._sort_button_fg8ps_18>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._date_range_picker_fg8ps_29{height:34px!important}._tab_fg8ps_33{align-items:center;border-radius:0;display:flex;justify-content:center;height:34px!important;margin:0!important}._tab_fg8ps_33:first-of-type{border-radius:8px 0 0 8px}._tab_fg8ps_33:last-of-type{border-radius:0 8px 8px 0}._tab_fg8ps_33>svg{height:15px;width:15px}._tab_fg8ps_33._selected_fg8ps_51{border-color:#006aff}._selected_fg8ps_51>svg{fill:#fff}._modal_fg8ps_59{border-radius:0;height:100vh;left:auto;max-height:100vh;right:0}._label_for_tabs_fg8ps_67{margin-bottom:14px}._sort_date_tabs_fg8ps_71{margin-bottom:26px}._splitButtonContainer_wkn44_1{display:inline-flex;align-items:stretch;height:44px;border-radius:8px;background:#006aff;box-shadow:0 4px 10px #006aff33;overflow:visible}._mainButton_wkn44_11{flex:1 1 auto;height:100%;min-width:0;margin:0;padding:0 18px;gap:10px;border:0;border-radius:8px 0 0 8px;box-shadow:none;font-size:14px;font-weight:700;white-space:nowrap}._mainButton_wkn44_11>svg{display:block;width:18px;height:18px;flex:0 0 18px}._dropdownPopover_wkn44_32{height:100%}._dropdownPopover_wkn44_32>div{height:100%}._dropdownToggle_wkn44_39{height:100%;width:44px;min-width:44px;padding:0;border:0;border-left:1px solid rgba(255,255,255,.22);border-radius:0 8px 8px 0;cursor:pointer;color:#fff;transition:filter .2s,background-color .2s;box-shadow:none}._dropdownToggle_wkn44_39:hover{filter:brightness(.92)}._dropdownToggle_wkn44_39 svg{display:block;width:12px;height:12px;flex:0 0 12px;transition:all .1s ease-in-out 0s;transform:rotate(0);fill:currentColor}._dropdownToggle_wkn44_39._open_wkn44_64{filter:brightness(.85)}._dropdownToggle_wkn44_39._open_wkn44_64 svg{transform:rotate(90deg)}._itemLeft_wkn44_71{display:flex;align-items:center;gap:12px}._itemIcon_wkn44_77{opacity:1;color:#0f172a;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}._infoIconWrapper_wkn44_87{display:flex;align-items:center;justify-content:center;color:#94a3b8;opacity:.3;transition:all .2s;padding:4px;margin:-4px;border-radius:50%}._infoIconWrapper_wkn44_87:hover{opacity:1!important;color:#006aff;background:#006aff1a}._pageHeader_krygc_1{background:#fff;padding:1.5rem 0 1.25rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}._headerRow_krygc_8{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-width:0}._headerInfo_krygc_16 ._title_krygc_16{margin:0;font-size:2rem;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._headerInfo_krygc_16 ._description_krygc_24{margin:6px 0 0;color:#64748b;font-size:14px;font-weight:500;line-height:1.5}._controlsRow_krygc_32{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}._searchBox_krygc_40{width:360px;max-width:100%}._controlsRight_krygc_45{display:flex;align-items:center;gap:12px}._controlsRight_krygc_45._fullWidth_krygc_50{justify-content:flex-end;width:100%}._filterButton_krygc_55{height:40px;padding:0 14px;border:1px solid #f4f5f6;border-radius:8px;background:#fff;color:#0b2135;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._filterButton_krygc_55:hover{background:#f9fbfd;border-color:#d4dae0}._filterButton_krygc_55:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._filterButton_krygc_55:active{filter:brightness(95%)}._filterButtonIcon_krygc_81{width:15px;height:15px;opacity:.75}._filterBadge_krygc_87{min-width:20px;height:20px;border-radius:999px;background:#006aff;color:#fff;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}._formSection_krygc_101{display:flex;flex-direction:column;gap:10px}._sectionTitle_krygc_107{margin:0;font-weight:800;color:#0b2135;letter-spacing:.06em;text-transform:uppercase}._chipRow_krygc_115{display:flex;flex-wrap:wrap;gap:8px}._pillLabel_krygc_121{margin-left:0;display:inline-flex;align-items:center;gap:8px;font-weight:700}._pillRadioControl_krygc_129{width:0!important;min-width:0!important;height:0!important;margin:0!important;border:none!important;padding:0!important;overflow:hidden}._chipButton_krygc_139{height:34px;padding:0 14px;border:1px solid #f4f5f6;border-radius:999px;background:#fff;color:#586271;font-weight:700;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-webkit-appearance:none;-moz-appearance:none;appearance:none}._chipButton_krygc_139:hover{border-color:#d4dae0;color:#0b2135;background:#f9fbfd}._chipButton_krygc_139:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._chipButton_krygc_139:active{filter:brightness(95%)}._chipButtonActive_krygc_165{border-color:#006aff;background:#006aff;color:#fff}._platformChip_krygc_171{height:36px;padding:0 12px;border:1px solid #f4f5f6;border-radius:999px;background:#fff;color:#586271;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-webkit-appearance:none;-moz-appearance:none;appearance:none}._platformChip_krygc_171:hover{border-color:#d4dae0;background:#f9fbfd;color:#0b2135}._platformChip_krygc_171:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._platformChip_krygc_171:active{filter:brightness(95%)}._platformChipActive_krygc_200{border-color:#006aff;color:#fff;background:#006aff}._platformChipLabel_krygc_206{display:inline-flex;align-items:center;gap:8px}._smallIcon_krygc_212{width:14px;height:14px}._smallIconActive_krygc_217{filter:brightness(0) invert(1)}._groupList_krygc_221,._accountList_krygc_222{display:flex;flex-direction:column;gap:8px}._groupItem_krygc_228{border:1px solid #f4f5f6;border-radius:8px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._groupItem_krygc_228:hover{border-color:#d4dae0;background:#f9fbfd}._groupItem_krygc_228:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._groupItem_krygc_228:active{filter:brightness(95%)}._groupItemActive_krygc_252{border-color:#006aff;background:#006aff0a}._groupLeft_krygc_257{display:inline-flex;align-items:center;gap:10px}._groupDot_krygc_263{width:10px;height:10px;border-radius:50%}._groupName_krygc_269{font-weight:600;color:#0b2135}._accountPlatformBlock_krygc_274{border-top:1px dashed #f4f5f6;padding-top:10px}._accountPlatformHeader_krygc_279{width:100%;border:none;background:transparent;cursor:pointer;padding:0 0 8px;text-align:left}._accountPlatformTitle_krygc_288{display:inline-flex;align-items:center;gap:10px;color:#0b2135;font-weight:700}._accountGrid_krygc_296{display:grid;grid-template-columns:1fr;gap:8px}._accountItem_krygc_302{border:1px solid #f4f5f6;border-radius:8px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._accountItem_krygc_302:hover{border-color:#d4dae0;background:#f9fbfd}._accountItem_krygc_302:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._accountItem_krygc_302:active{filter:brightness(95%)}._accountItemActive_krygc_326{border-color:#006aff;background:#006aff0a}._accountLeft_krygc_331{display:inline-flex;align-items:center;gap:10px}._avatarWrap_krygc_337{width:28px;height:28px;border-radius:50%;overflow:hidden;background:#ebeef1}._accountName_krygc_345{font-weight:600;color:#0b2135}._emptyText_krygc_350{padding:10px 0;color:#586271}@keyframes _slideInFromRight_krygc_1{0%{transform:translate(24px);opacity:.6}to{transform:translate(0);opacity:1}}@media only screen and (max-width:1000px){._controlsRow_krygc_32{flex-direction:column;align-items:stretch}._searchBox_krygc_40{width:100%}._controlsRight_krygc_45{width:100%;justify-content:space-between}}@media only screen and (max-width:700px){._pageHeader_krygc_1{padding:1rem 0}._headerRow_krygc_8,._controlsRight_krygc_45{flex-direction:column;align-items:stretch}._filterModal_krygc_390{min-width:100vw}}._headerActions_krygc_394{display:flex;align-items:center;min-width:0;gap:.75rem}._statusFilter_krygc_401 select{height:44px;min-width:170px;padding:0 34px 0 12px;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#525f7f;font-size:.875rem;font-weight:600}._statusFilter_krygc_401 select:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 3px #006aff1a}._visuallyHidden_krygc_418{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._searchWrapper_krygc_430{display:flex;align-items:center;box-sizing:border-box;background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:8px 12px;width:280px;height:44px;min-height:44px;max-height:44px;min-width:0;align-self:center;transition:all .2s ease}._searchWrapper_krygc_430 svg{color:#586271;margin-right:8px}._searchWrapper_krygc_430:focus-within{border-color:#006aff;background:#fff;box-shadow:0 0 0 3px #006aff1a}@container social-posts (max-width: 1460px){._headerRow_krygc_8{flex-direction:column;align-items:stretch}._headerActions_krygc_394{width:100%}._searchWrapper_krygc_430{flex:1 1 280px;width:auto}}@container social-posts (max-width: 720px){._headerActions_krygc_394{align-items:stretch;flex-direction:column}._searchWrapper_krygc_430,._statusFilter_krygc_401 select,._postActionBtn_krygc_476{width:100%}}._searchInput_krygc_480{border:none;background:transparent;color:#0b2135;width:100%;min-width:0;height:24px;font-family:inherit;font-size:.875rem;outline:none}._searchInput_krygc_480::placeholder{color:#586271}@media only screen and (max-width:700px){._headerActions_krygc_394{align-items:stretch;flex-direction:column}._searchWrapper_krygc_430,._statusFilter_krygc_401 select{width:100%}}._platformIcon_1rcv3_1{display:inline-flex;align-items:center;gap:.375rem}._platformIcon_1rcv3_1 svg._platformSvg_1rcv3_6{width:100%!important;height:100%!important;display:block;object-fit:contain;flex-shrink:0}._platformIcon_1rcv3_1 ._platformImage_1rcv3_13{display:block;object-fit:contain;flex-shrink:0}._platformCircular_1rcv3_19{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;aspect-ratio:1/1;overflow:hidden;position:relative;transition:all .2s ease}._platformCircular_1rcv3_19:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000001a}._platformDot_1rcv3_34{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;overflow:hidden;background:#f6f8fa}._platformLabel_1rcv3_44{font-size:.8125rem;color:#525f7f;font-weight:500}._statusBadge_1rcv3_50{width:fit-content;border:1px solid transparent;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;transition:all .1s ease-in-out 0s}._statusBadge_1rcv3_50:hover{border-color:currentColor}._statusIcon_1rcv3_67{width:14px;height:14px;flex-shrink:0;color:var(--status-color, currentColor)}._statusIcon_1rcv3_67 circle,._statusIcon_1rcv3_67 path,._statusIcon_1rcv3_67 rect,._statusIcon_1rcv3_67 line,._statusIcon_1rcv3_67 polyline{stroke:currentColor!important}._statusIcon_1rcv3_67._iconFailed_1rcv3_80 circle,._statusIcon_1rcv3_67._iconFailed_1rcv3_80 path,._statusIcon_1rcv3_67._iconRejected_1rcv3_81 circle,._statusIcon_1rcv3_67._iconRejected_1rcv3_81 path{stroke:var(--status-color, currentColor)!important;fill:none!important}._statusIcon_1rcv3_67._iconPartial_1rcv3_86 path{fill:var(--status-color, currentColor)!important;stroke:none!important}._statusIcon_1rcv3_67._iconRevisionrequested_1rcv3_90 path{fill:var(--status-color, currentColor)!important;stroke:none!important}._statusIcon_1rcv3_67._iconWaitingforapproval_1rcv3_94 path,._statusIcon_1rcv3_67._iconScheduled_1rcv3_94 path{stroke:var(--status-color, currentColor)!important;fill:none!important}._statusIcon_1rcv3_67._iconPublishing_1rcv3_98 path{fill:var(--status-color, currentColor)!important;stroke:none!important}._statusIcon_1rcv3_67._iconCompleted_1rcv3_102 circle,._statusIcon_1rcv3_67._iconCompleted_1rcv3_102 path{stroke:var(--status-color, currentColor)!important;fill:none!important}._statusIcon_1rcv3_67._iconPaused_1rcv3_107 circle,._statusIcon_1rcv3_67._iconPaused_1rcv3_107 path{stroke:var(--status-color, currentColor)!important;fill:none!important}._statusLabel_1rcv3_113{line-height:1;text-transform:lowercase}._statusHealthy_1rcv3_118{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}._statusWarning_1rcv3_124{color:#b45309;background:#fffbeb;border-color:#fde68a}._statusCritical_1rcv3_130,._statusExpired_1rcv3_131,._statusDanger_1rcv3_132{color:#b91c1c;background:#fef2f2;border-color:#fecaca}._statusInfo_1rcv3_138{color:#006aff;background:#edf4ff;border-color:#b8d3ff}._statusNeutral_1rcv3_144{color:#475569;background:#f1f5f9;border-color:#e2e8f0}._paused_1rcv3_150{color:#6d28d9;background:#f5f3ff;border-color:#c4b5fd}._cancelled_1rcv3_156{color:#525252;background:#f5f5f5;border-color:#d4d4d4}._rejected_1rcv3_162{color:#b91c1c;background:#fef2f2;border-color:#fecaca}._statusSuccess_1rcv3_168{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}._statusReady_1rcv3_174,._statusScheduled_1rcv3_180{color:#006aff;background:#edf4ff;border-color:#b8d3ff}._published_1rcv3_186{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}._default_1rcv3_192{background:#f9fbfd;color:#525f7f;border:1px solid #f4f5f6}@keyframes _rotate_1rcv3_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_1rcv3_206{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;gap:.75rem}._emptyIcon_1rcv3_216{width:64px;height:64px;border-radius:16px;background:#f4f5f6;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._emptyIconSvg_1rcv3_227{color:#525f7f;opacity:.6}._emptyTitle_1rcv3_232{font-weight:700;color:#000;margin:0}._emptyDescription_1rcv3_238{color:#525f7f;font-size:.875rem;margin:0;max-width:360px;line-height:1.6}._emptyCta_1rcv3_246{margin-top:.5rem}._emptyActionButton_1rcv3_250:hover,._emptyActionButton_1rcv3_250:focus{background:#0059d6}._emptyActionIcon_1rcv3_255{display:inline-flex;color:currentColor}._avatarWrapper_1rcv3_260{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}._avatarImage_1rcv3_269{width:100%;height:100%;object-fit:cover;border-radius:50%;border:1px solid rgba(0,0,0,.08)}._avatarFallback_1rcv3_277{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f4f5f6;color:#525f7f;font-weight:600;border-radius:50%;font-size:.75rem;border:1px solid rgba(0,0,0,.08);text-transform:uppercase}._platformBadge_1rcv3_292{position:absolute!important;bottom:-2px;right:-2px;background:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;z-index:2}._badge_uvjp5_1{display:inline-flex;align-items:center;flex:0 0 auto;height:16px;padding:0 6px;border:1px solid transparent;border-radius:4px;font-size:9px;font-weight:600;letter-spacing:.02em;line-height:1;text-transform:uppercase;white-space:nowrap}._post_uvjp5_17{background:#006aff14;border-color:#006aff33;color:#006aff}._story_uvjp5_23{background:#ff0050;border-color:#ff0050;color:#fff}._reel_uvjp5_29{background:#8b5cf6;border-color:#8b5cf6;color:#fff}._group_uvjp5_35{background:#f1f5f9;border-color:#e2e8f0;color:#475569}._indicator_1xz8c_1{text-transform:lowercase;display:inline-flex;align-items:center;gap:.35rem;min-width:0;min-height:1.625rem;padding:.15rem .55rem;border:1px solid transparent;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1.25;white-space:nowrap;letter-spacing:-.01em;transition:all .2s cubic-bezier(.16,1,.3,1)}._sm_1xz8c_19{font-size:.6875rem;min-height:1.375rem;padding:.1rem .45rem;gap:.25rem}._sm_1xz8c_19 ._dot_1xz8c_25{width:6px;height:6px}._sm_1xz8c_19 ._icon_1xz8c_29{width:12px;height:12px}._md_1xz8c_34{font-size:.75rem;min-height:1.625rem;padding:.15rem .55rem;gap:.35rem}._md_1xz8c_34 ._dot_1xz8c_25{width:7px;height:7px}._md_1xz8c_34 ._icon_1xz8c_29{width:13.5px;height:13.5px}._dot_1xz8c_25{flex:0 0 auto;border:1px solid currentColor;border-radius:50%;background:currentColor}._hollow_1xz8c_56{background:transparent}._animated_1xz8c_60 ._dot_1xz8c_25{animation:_statusPulse_1xz8c_1 1.6s ease-out infinite}._icon_1xz8c_29{flex:0 0 auto;color:currentColor;display:inline-flex;align-items:center;justify-content:center}._success_1xz8c_72,._active_1xz8c_73,._completed_1xz8c_74{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}._warning_1xz8c_80,._pendingApproval_1xz8c_81{color:#b45309;background:#fffbeb;border-color:#fde68a}._paused_1xz8c_87{color:#6d28d9;background:#f5f3ff;border-color:#c4b5fd}._revisionRequested_1xz8c_93{color:#c2410c;background:#fff7ed;border-color:#fed7aa}._danger_1xz8c_99,._rejected_1xz8c_100{color:#b91c1c;background:#fef2f2;border-color:#fecaca}._neutral_1xz8c_106,._archived_1xz8c_107{color:#475569;background:#f1f5f9;border-color:#e2e8f0}._cancelled_1xz8c_113{color:#525252;background:#f5f5f5;border-color:#d4d4d4}._label_1xz8c_119{overflow:hidden;text-overflow:ellipsis}._srOnly_1xz8c_124{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes _statusPulse_1xz8c_1{0%,to{box-shadow:0 0 0 0 currentColor}50%{box-shadow:0 0 0 5px transparent}}@media(prefers-reduced-motion:reduce){._animated_1xz8c_60 ._dot_1xz8c_25{animation:none}}._overlay_3koq3_1{box-sizing:border-box;display:flex;align-items:center;justify-content:center;z-index:100000!important;top:0!important;padding:1rem;isolation:isolate}._modalBox_3koq3_12{position:relative!important;z-index:100001!important;width:min(30rem,100%);max-width:30rem;max-height:calc(100dvh - 2rem);border-radius:16px;padding:0;background:#fff!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;margin:0!important;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:none!important}._modalBox_3koq3_12::-webkit-scrollbar{width:6px}._modalBox_3koq3_12::-webkit-scrollbar-track{background:transparent}._modalBox_3koq3_12::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}._modalBox_3koq3_12::-webkit-scrollbar-thumb:hover{background:#94a3b8}._contentContainer_3koq3_47{min-height:auto!important;height:auto!important;border-radius:16px;overflow:hidden}._container_3koq3_54{display:flex;flex-direction:column;align-items:center;padding:20px 22px;text-align:center}._iconWrapper_3koq3_62{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._iconWrapper_3koq3_62 svg,._iconWrapper_3koq3_62 ._icon_3koq3_62{width:28px;height:28px;color:inherit;fill:currentColor}._iconWrapper_3koq3_62 svg path,._iconWrapper_3koq3_62 ._icon_3koq3_62 path{fill:currentColor}._icon_3koq3_62{width:28px;height:28px}._icon_danger_3koq3_88{background:#fd54581a;color:#fd5458}._icon_danger_3koq3_88 svg,._icon_danger_3koq3_88 ._icon_3koq3_62,._icon_danger_3koq3_88 path{fill:#fd5458;color:#fd5458}._icon_warning_3koq3_99{background:#fc8c321a;color:#fc8c32}._icon_warning_3koq3_99 svg,._icon_warning_3koq3_99 ._icon_3koq3_62,._icon_warning_3koq3_99 path{fill:#fc8c32;color:#fc8c32}._icon_success_3koq3_110{background:#0094591a;color:#009459}._icon_success_3koq3_110 svg,._icon_success_3koq3_110 ._icon_3koq3_62,._icon_success_3koq3_110 path{fill:#009459;color:#009459}._icon_info_3koq3_121{background:#006aff1a;color:#006aff}._icon_info_3koq3_121 svg,._icon_info_3koq3_121 ._icon_3koq3_62,._icon_info_3koq3_121 path{fill:#006aff;color:#006aff}._title_3koq3_132{font-size:18px;font-weight:700;color:#525f7f;margin:0 0 8px}._message_3koq3_139{color:#586271;margin:0 0 24px;line-height:1.6}._actions_3koq3_145{display:flex;gap:.75rem;width:100%}._cancelBtn_3koq3_151{flex:1;padding:.625rem 1rem;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .1s ease-in-out 0s}._cancelBtn_3koq3_151:hover:not(:disabled){background:#e2e8f0;color:#1e293b}._cancelBtn_3koq3_151:disabled{opacity:.6;cursor:not-allowed}._confirmBtn_3koq3_173{flex:1;padding:.625rem 1rem;border-radius:8px;border:none;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .1s ease-in-out 0s}._confirmBtn_3koq3_173:disabled{opacity:.6;cursor:not-allowed}._btn_danger_3koq3_189{background:#fd5458;color:#fff}._btn_danger_3koq3_189:hover:not(:disabled){background:#fd2c31}._btn_warning_3koq3_197{background:#fc8c32;color:#fff}._btn_warning_3koq3_197:hover:not(:disabled){background:#fb750a}._btn_success_3koq3_205{background:#009459;color:#fff}._btn_success_3koq3_205:hover:not(:disabled){background:#006b40}._btn_info_3koq3_213{background:#006aff;color:#fff}._btn_info_3koq3_213:hover:not(:disabled){background:#0059d6}._completion_3koq3_221{padding:24px;align-items:stretch;text-align:left}._completion_3koq3_221 ._iconWrapper_3koq3_62{width:48px;height:48px;margin-bottom:14px;border-radius:50%;background:#ecfdf5;border:1px solid #a7f3d0;box-shadow:0 0 0 4px #f0fdf4;color:#059669}._completion_3koq3_221 ._iconWrapper_3koq3_62 svg,._completion_3koq3_221 ._iconWrapper_3koq3_62 ._icon_3koq3_62{width:24px;height:24px;fill:none}._completion_3koq3_221 ._iconWrapper_3koq3_62 svg path,._completion_3koq3_221 ._iconWrapper_3koq3_62 ._icon_3koq3_62 path{fill:none;stroke:#059669}._completion_3koq3_221 ._title_3koq3_132{color:#0f172a;font-size:20px;font-weight:700;line-height:1.35;letter-spacing:-.01em;margin-bottom:6px}._completion_3koq3_221 ._message_3koq3_139{color:#475569;font-size:13.5px;line-height:1.55;margin-bottom:18px;overflow-wrap:anywhere}._completion_3koq3_221 ._confirmBtn_3koq3_173{min-height:42px;background:#0f172a;color:#fff;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 1px 2px #0000000d;transition:background .15s ease,transform .1s ease}._completion_3koq3_221 ._confirmBtn_3koq3_173:hover:not(:disabled){background:#1e293b;color:#fff}._completion_3koq3_221 ._confirmBtn_3koq3_173:focus-visible{outline:2px solid #006AFF;outline-offset:3px}@media(max-width:480px){._completion_3koq3_221{padding:18px}._completion_3koq3_221 ._title_3koq3_132{font-size:19px}._completion_3koq3_221 ._message_3koq3_139{margin-bottom:16px}}._discardButton_1wud4_1{margin-top:.75rem;padding:0;border:0;background:transparent;color:#fd5458;cursor:pointer;font-size:.875rem;text-decoration:underline}._overlay_1qeuq_1{z-index:20000!important;top:0!important}._modalBox_1qeuq_6{width:min(30rem,100vw - 2rem);max-width:min(30rem,100vw - 2rem);border-radius:8px;padding:0;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;bottom:auto!important;margin:0!important}._contentContainer_1qeuq_18{min-height:auto!important;height:auto!important;border-radius:inherit;overflow:hidden}._dialog_1qeuq_25{padding:1.5rem;text-align:left}._headingIcon_1qeuq_30{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:50%;background:#eff6ff;color:#2563eb}._headingIcon_1qeuq_30 svg{width:1.25rem;height:1.25rem}._dialog_1qeuq_25 h2{margin:0;color:#0f2742;font-size:1.25rem;font-weight:700;line-height:1.35}._dialog_1qeuq_25>p{margin:.5rem 0 1.25rem;color:#52637d;font-size:.875rem;line-height:1.5}._options_1qeuq_61{display:grid;gap:.75rem}._option_1qeuq_61{display:grid;width:100%;grid-template-columns:2.25rem minmax(0,1fr) 1rem;gap:.75rem;align-items:center;padding:1rem;border:1px solid #dbe5f1;border-radius:8px;background:#fff;color:#0f2742;cursor:pointer;font:inherit;text-align:left;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}._option_1qeuq_61:hover{border-color:#94bdf7;background:#f8fbff;box-shadow:0 2px 6px #2563eb14}._option_1qeuq_61:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._optionIcon_1qeuq_92{display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:.5rem;background:#eef4ff;color:#2563eb}._optionIcon_1qeuq_92 svg{width:1.125rem;height:1.125rem}._optionCopy_1qeuq_107{display:grid;gap:.25rem;min-width:0}._optionCopy_1qeuq_107 strong{color:#0f2742;font-size:.875rem;font-weight:700;line-height:1.25}._optionCopy_1qeuq_107 span{color:#61728d;font-size:.75rem;line-height:1.4}._optionArrow_1qeuq_124{width:1rem;height:1rem;color:#7890ad}._cancel_1qeuq_130{display:block;width:fit-content;margin:1.25rem auto 0;border:0;background:transparent;color:#52637d;cursor:pointer;font:inherit;font-size:.875rem;font-weight:600;line-height:1.25}._cancel_1qeuq_130:hover{color:#0f2742;text-decoration:underline}._cancel_1qeuq_130:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:420px){._dialog_1qeuq_25{padding:1.25rem}._option_1qeuq_61{padding:.875rem}}._overlay_ei1wt_1{z-index:1100}._modalBox_ei1wt_5{max-width:440px;width:95%;border-radius:8px;padding:0;max-height:80vh;overflow:hidden}._container_ei1wt_14{display:flex;flex-direction:column;max-height:80vh}._title_ei1wt_20{font-size:1.125rem;font-weight:600;color:#000;margin:0;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e5fd}._error_ei1wt_29{background:#fd54581a;color:#fd5458;padding:.625rem 1rem;font-size:.8125rem;margin:.75rem 1.5rem 0;border-radius:8px}._folderTree_ei1wt_38{flex:1;overflow-y:auto;padding:.75rem 1rem;min-height:200px;max-height:400px}._folderNode_ei1wt_46{-webkit-user-select:none;user-select:none}._folderItem_ei1wt_50{display:flex;align-items:center;gap:.375rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .1s ease-in-out 0s}._folderItem_ei1wt_50:hover{background:#f4f5f6}._folderSelected_ei1wt_63{background:#006aff14!important;border:1px solid #006AFF}._folderCurrent_ei1wt_68{opacity:.5;cursor:not-allowed}._folderCurrent_ei1wt_68:hover{background:transparent}._rootFolder_ei1wt_76{padding-left:8px;margin-bottom:.25rem;font-weight:500}._expandBtn_ei1wt_82{width:20px;height:20px;border:none;background:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#525f7f;flex-shrink:0;border-radius:4px}._expandBtn_ei1wt_82:hover{background:#d4dae0}._expandIcon_ei1wt_100{width:16px;height:16px;transition:transform .15s ease}._expanded_ei1wt_106{transform:rotate(90deg)}._expandPlaceholder_ei1wt_110{width:20px;flex-shrink:0}._folderIcon_ei1wt_115{width:20px;height:20px;color:#fc8c32;flex-shrink:0}._folderName_ei1wt_122{font-size:.875rem;color:#000;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._currentBadge_ei1wt_131{font-size:.6875rem;color:#525f7f;background:#f4f5f6;padding:.125rem .375rem;border-radius:4px}._folderChildren_ei1wt_139{margin-left:0}._empty_ei1wt_143{text-align:center;color:#525f7f;padding:2rem 1rem;font-size:.875rem}._actions_ei1wt_150{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e0e5fd}._cancelBtn_ei1wt_157{flex:1;padding:.625rem 1rem;border-radius:8px;background:#f4f5f6;border:none;color:#000;font-weight:500;cursor:pointer;transition:all .1s ease-in-out 0s}._cancelBtn_ei1wt_157:hover:not(:disabled){background:#d4dae0}._moveBtn_ei1wt_172{flex:1;padding:.625rem 1rem;border-radius:8px;background:#006aff;border:none;color:#fff;font-weight:500;cursor:pointer;transition:all .1s ease-in-out 0s}._moveBtn_ei1wt_172:hover:not(:disabled){background:#0059d6}._overlay_1tpvd_1{z-index:30000!important;top:0!important;background:#0f172a47!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._modalBox_1tpvd_8{width:calc(100% - 32px);max-width:380px;height:fit-content;min-height:0;margin:0!important;padding:0;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;border-radius:14px;box-shadow:0 18px 48px #0f172a33}._contentContainer_1tpvd_24{min-height:0!important;height:auto!important;border-radius:inherit;overflow:hidden}._container_1tpvd_31{display:flex;align-items:center;gap:14px;padding:22px 24px}._spinner_1tpvd_38{flex:0 0 auto;width:30px;height:30px;border:3px solid rgba(0,106,255,.18);border-top-color:#006aff;border-radius:50%;animation:_spin_1tpvd_38 .75s linear infinite}._copy_1tpvd_48{min-width:0}._title_1tpvd_52{margin:0;color:#525f7f;font-size:.9375rem;font-weight:700;line-height:1.35}._message_1tpvd_60{margin:4px 0 0;color:#586271;font-size:.8125rem;line-height:1.45}@keyframes _spin_1tpvd_38{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){._spinner_1tpvd_38{animation-duration:1.5s}}._container_v84pj_1{display:flex;flex-direction:column;gap:16px;padding:8px 0}._fieldWrapper_v84pj_8{display:flex;flex-direction:column;gap:8px}._label_v84pj_14{color:#525f7f;font-weight:600}._actions_v84pj_19{display:flex;justify-content:flex-end;gap:10px}._actionButton_v84pj_25{min-width:110px}._cardHeader_gg3iy_1{display:flex;align-items:center;justify-content:space-between;padding:24px 32px}._headerText_gg3iy_8{display:flex;flex-direction:column;gap:4px}._cardTitle_gg3iy_14{font-size:20px;font-weight:800;color:#0b2135;margin:0}._cardSubtitle_gg3iy_21{font-size:14px;color:#586271;margin:0}._headerActions_gg3iy_27{display:flex;align-items:center;gap:16px}._searchWrapper_gg3iy_33{display:flex;align-items:center;box-sizing:border-box;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;padding:8px 12px;width:280px;height:42px;min-height:42px;max-height:42px;align-self:center;transition:all .2s ease}._searchWrapper_gg3iy_33 svg{color:#586271;margin-right:8px}._searchWrapper_gg3iy_33:focus-within{border-color:#006aff;background:#fff;box-shadow:0 0 0 3px #006aff1a}._searchInput_gg3iy_58{border:none;background:transparent;color:#0b2135;width:100%;min-width:0;height:24px;outline:none}._searchInput_gg3iy_58::placeholder{color:#586271}._bentoList_gg3iy_71{display:flex;flex-direction:column;gap:12px;width:100%}._bentoRow_gg3iy_78{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:14px 20px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer;position:relative;overflow:hidden;margin-bottom:0;width:100%;box-sizing:border-box}._bentoRow_gg3iy_78:before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:#f6f8fa;transform:scaleY(.4);transform-origin:center;transition:transform .22s ease,background .22s ease}._bentoRow_gg3iy_78[data-tone=success]:before{background:#009459}._bentoRow_gg3iy_78[data-tone=warning]:before{background:#fc8c32}._bentoRow_gg3iy_78[data-tone=danger]:before{background:#fd5458}._bentoRow_gg3iy_78:hover{border-color:#006aff73;box-shadow:0 4px 12px #0b21350f;transform:translateY(-1px)}._bentoRow_gg3iy_78:hover:before{transform:scaleY(1)}._bentoRow_gg3iy_78:hover ._deleteAction_gg3iy_122{opacity:1}._bentoRow_gg3iy_78:hover ._arrowIcon_gg3iy_125{color:#006aff;transform:translate(4px)}._bentoRow_gg3iy_78:focus-visible{border-color:#006aff8c;outline:2px solid rgba(0,106,255,.22);outline-offset:2px;box-shadow:0 0 0 3px #006aff14}._leftGroup_gg3iy_136{display:flex;align-items:center;gap:14px;flex:1 1 38%;min-width:0}._centerGroup_gg3iy_144{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:1 1 52%}._rightGroup_gg3iy_152{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 54px;margin-left:auto}._platformSection_gg3iy_161{display:flex;align-items:center;justify-content:flex-start;width:58px;min-width:58px;max-width:58px;flex:0 0 58px}._iconStack_gg3iy_171{display:flex;align-items:center;flex-shrink:0}._stackedIcon_gg3iy_177{flex-shrink:0;border-radius:50%;border:2px solid #fff;margin-left:-7px;box-shadow:0 1px 3px #00000014;transition:transform .15s ease,z-index .15s ease}._stackedIcon_gg3iy_177:first-child{margin-left:0}._stackedIcon_gg3iy_177:hover{transform:translateY(-2px) scale(1.15);z-index:5}._moreCount_gg3iy_193{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;background:#f1f5f9;border:1.5px solid #fff;color:#64748b;font-size:10px;font-weight:700;margin-left:-5px;box-shadow:0 1px 2px #0000000d}._infoSection_gg3iy_209{display:flex;flex-direction:column;gap:6px;min-width:0}._groupNameWrapper_gg3iy_216{display:flex;align-items:center;gap:8px;min-width:0}._groupName_gg3iy_216{font-weight:600;font-size:15px;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._groupContent_gg3iy_232{display:flex;align-items:center;gap:8px;font-size:13px;color:#586271;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._metaDivider_gg3iy_243{width:3px;height:3px;border-radius:50%;background:#f6f8fa;flex:0 0 auto}._statusSection_gg3iy_251{display:flex;align-items:center;justify-content:center;gap:8px;flex:1.1;min-width:0}._pendingCount_gg3iy_260{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;background:#fc8c32;color:#fff;font-size:10px;font-weight:800;margin-left:2px;padding:0 4px}._performanceSection_gg3iy_275{display:flex;align-items:center;justify-content:center;flex:.8;min-width:0}._progressLabelWrapper_gg3iy_283{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:500;color:#64748b}._progressLabelWrapper_gg3iy_283 strong{color:#0b2135;font-weight:800}._progressTrackWrapper_gg3iy_297{display:flex;align-items:center;gap:12px}._progressBar_gg3iy_303{flex:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:100px;overflow:hidden}._progressBar_gg3iy_303::-webkit-progress-bar{background:#ebeef1;border-radius:100px}._progressBar_gg3iy_303::-webkit-progress-value{background:#006aff;border-radius:100px}._progressBar_gg3iy_303::-moz-progress-bar{background:#006aff;border-radius:100px}._progressText_gg3iy_324{font-size:12px;font-weight:700;color:#006aff;min-width:32px}._timeSection_gg3iy_331{display:flex;align-items:center;justify-content:center;flex:1.1;min-width:0}._nextPostBadge_gg3iy_339{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;font-size:12px;font-weight:600;color:#334155;width:fit-content;max-width:100%;box-shadow:0 1px 2px #00000008;transition:all .15s ease}._nextPostBadge_gg3iy_339 svg{color:#0284c7;flex-shrink:0}._nextPostBadge_gg3iy_339 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nextPostBadge_gg3iy_339:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}._emptyPostDash_gg3iy_370{color:#cbd5e1;font-size:18px;font-weight:600;line-height:1}._actionSection_gg3iy_377{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;width:100%}._groupName_gg3iy_216{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;max-width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}._groupName_gg3iy_216:hover{color:#006aff}._groupName_gg3iy_216:focus-visible{outline:2px solid #006AFF;outline-offset:3px;border-radius:2px}._quickApproveBtn_gg3iy_405{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#006aff;color:#fff;cursor:pointer}._quickApproveBtn_gg3iy_405:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._deleteAction_gg3iy_122{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#475569;transition:all .2s ease;cursor:pointer;opacity:0}._deleteAction_gg3iy_122:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._deleteAction_gg3iy_122:hover{background:#fd54581a;color:#fd5458}._arrowIcon_gg3iy_125{color:#f6f8fa;transition:all .3s ease;display:flex;align-items:center}._skeletonList_gg3iy_456{display:flex;flex-direction:column;gap:.75rem}._skeletonRow_gg3iy_462{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:5.125rem;padding:1rem 1.375rem;overflow:hidden;border:1px solid #ebeef1;border-radius:8px;background:#fff}._skeletonRow_gg3iy_462 i,._skeletonRow_gg3iy_462 b{position:relative;display:block;overflow:hidden;border-radius:.3125rem;background:#f0f2f6}._skeletonRow_gg3iy_462 i:after,._skeletonRow_gg3iy_462 b:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);background-size:200% 100%;animation:_skeletonShimmer_gg3iy_1 1.4s linear infinite;content:""}._skeletonPlatform_gg3iy_492{width:1.375rem;height:1.375rem;border-radius:50%!important}._skeletonIdentity_gg3iy_498{display:flex;flex-direction:column;gap:.5rem}._skeletonIdentity_gg3iy_498 i{width:min(13rem,76%);height:.875rem}._skeletonIdentity_gg3iy_498 b{width:min(10rem,58%);height:.625rem}._skeletonStatus_gg3iy_512{width:7.5rem;height:1.625rem;border-radius:999px!important}._skeletonProgress_gg3iy_518{display:flex;align-items:center;gap:.625rem}._skeletonProgress_gg3iy_518 i{width:2rem;height:2rem;border-radius:50%!important}._skeletonProgress_gg3iy_518 b{width:3.25rem;height:1.25rem}._skeletonNextPost_gg3iy_533{display:flex;flex-direction:column;gap:.375rem}._skeletonNextPost_gg3iy_533 i{width:4.25rem;height:.625rem}._skeletonNextPost_gg3iy_533 b{width:7.75rem;height:.75rem}._skeletonAction_gg3iy_547{width:1.25rem;height:1.25rem;justify-self:end}@keyframes _skeletonShimmer_gg3iy_1{0%{background-position:200% 0}to{background-position:-200% 0}}._emptyWrapper_gg3iy_561{padding:80px 20px;display:flex;justify-content:center;text-align:center}._emptyState_gg3iy_568 h3{font-size:18px;font-weight:700;color:#0b2135;margin-bottom:8px}._emptyState_gg3iy_568 p{color:#586271}._paginationContainer_gg3iy_578{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;border-top:1px solid #ebeef1;background:#fff}._paginationInfo_gg3iy_587{color:#586271}._paginationInfo_gg3iy_587 span{font-weight:700;color:#0b2135}._paginationActions_gg3iy_595{display:flex;gap:12px}._pageBtn_gg3iy_600{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #ebeef1;border-radius:8px;font-weight:700;color:#0b2135;cursor:pointer;transition:all .2s ease}._pageBtn_gg3iy_600:hover:not(:disabled){border-color:#006aff;color:#006aff;background:#006aff05}._pageBtn_gg3iy_600:disabled{opacity:.5;cursor:not-allowed;background:#f9fbfd}._pageBtn_gg3iy_600 svg{transition:transform .2s ease}@media(max-width:1024px){._listHeader_gg3iy_628{display:none}._bentoRow_gg3iy_78{grid-template-columns:auto minmax(0,1fr) auto;gap:14px;padding:18px}._infoSection_gg3iy_209,._statusSection_gg3iy_251,._performanceSection_gg3iy_275,._timeSection_gg3iy_331{grid-column:2}._performanceSection_gg3iy_275{max-width:360px}._actionSection_gg3iy_377{grid-column:3;grid-row:1/span 2;align-self:start;gap:10px}._paginationContainer_gg3iy_578{flex-direction:column;gap:16px;text-align:center}}._postErrorMsg_gg3iy_670{font-size:11px;font-weight:700;color:#fd5458;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._accountLabel_gg3iy_680{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#0b2135}@media(max-width:900px){._bentoRow_gg3iy_78{flex-wrap:wrap;align-items:center;row-gap:12px;column-gap:12px;padding:14px 16px}._leftGroup_gg3iy_136{flex:1 1 auto;min-width:0;order:1}._rightGroup_gg3iy_152{margin-left:auto;order:2}._centerGroup_gg3iy_144{width:100%;justify-content:flex-start;gap:24px;padding-top:10px;border-top:1px dashed #f1f5f9;order:3}._timeSection_gg3iy_331,._performanceSection_gg3iy_275,._statusSection_gg3iy_251{justify-content:flex-start}}@media(max-width:640px){._cardHeader_gg3iy_1{align-items:flex-start;gap:14px;padding:14px}._headerActions_gg3iy_27,._searchWrapper_gg3iy_33{width:100%}._paginationContainer_gg3iy_578{padding:14px}._deleteAction_gg3iy_122{opacity:1}}._activeRow_gg3iy_764:before,._pendingApprovalRow_gg3iy_765:before{transform:scaleY(.7)}._nextPostInline_gg3iy_769{color:#d4dae0;font-size:12px;font-weight:600}._progressRing_gg3iy_775{display:grid;place-items:center;position:relative;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:conic-gradient(#10b981 var(--campaign-progress),#e2e8f0 0)}._progressRing_gg3iy_775:after{content:"";position:absolute;top:3.5px;right:3.5px;bottom:3.5px;left:3.5px;border-radius:50%;background:#fff}._progressRing_gg3iy_775 span{position:relative;z-index:1;color:#0f172a;font-size:10px;font-weight:700;line-height:1;letter-spacing:-.02em}._rotate180_gg3iy_802{transform:rotate(180deg)}._progressCopy_gg3iy_806{display:flex;flex-direction:column;gap:1px;font-size:11px}._progressCopy_gg3iy_806 strong{color:#0b2135;font-weight:600}._progressCopy_gg3iy_806 span{color:#586271}._postThumbnail_gg3iy_820{width:40px;height:40px;border-radius:6px;object-fit:cover}._refreshNotice_gg3iy_827{padding:.5rem 1rem;color:#586271;font-size:.8125rem}._failedRow_gg3iy_659{border-color:#fd545840;background:#fd545805}._failedRow_gg3iy_659:before{background:#fd5458!important}._failedRow_gg3iy_659:hover{border-color:#fd5458}._postErrorMsg_gg3iy_670{font-size:11px;font-weight:700;color:#fd5458;margin-top:4px}._accountLabel_gg3iy_680{font-weight:700;color:#0b2135}._statusText_gg3iy_688{font-size:12px;font-weight:800;padding:4px 8px;border-radius:8px;text-transform:uppercase}._statusText_gg3iy_688._draft_gg3iy_695{color:#586271;background:#58627114}._statusText_gg3iy_688._failed_gg3iy_659{color:#fd5458;background:#fd545814}._statusText_gg3iy_688._published_gg3iy_703{color:#10b981;background:#10b98114}._statusText_gg3iy_688._scheduled_gg3iy_707{color:#006aff;background:#006aff14}._statusText_gg3iy_688._pending_approval_gg3iy_711{color:#fc8c32;background:#fc8c3214}._container_1mbjh_1{display:flex;flex-direction:column;gap:1rem;height:100%;min-height:0;min-width:0;container-name:social-posts;container-type:inline-size}._mainContent_1mbjh_12{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;width:100%;container-name:social-posts;container-type:inline-size}._capabilityError_1hbzb_1{max-width:560px;padding:24px;margin:48px auto;border:1px solid rgba(253,84,88,.35);border-radius:8px;background:#fff;color:#0b2135}._capabilityError_1hbzb_1 h2{margin:0 0 8px;font-size:18px}._capabilityError_1hbzb_1 p{margin:0 0 16px;color:#586271;line-height:1.5}._container_1hbzb_23{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;color:#0b2135}._mainArea_1hbzb_33{flex:1;display:grid;grid-template-columns:16rem minmax(0,1fr) minmax(23rem,26.5rem);grid-template-rows:1fr;gap:.75rem;padding:.75rem;background-color:#ebeef1;min-height:0;min-width:0;width:100%;max-width:100%;overflow:hidden}._accountsAnchor_1hbzb_48{min-height:0;min-width:0;display:flex}._accountsAnchor_1hbzb_48>*{flex:1;min-height:0;min-width:0}._columnAccounts_1hbzb_59,._columnEditor_1hbzb_60,._columnPreview_1hbzb_61{display:flex;flex-direction:column;background-color:#fff;border:1px solid #f4f5f6;border-radius:8px;min-height:0;min-width:0;overflow:hidden}._columnHeader_1hbzb_72{height:44px;padding:0 16px;border-bottom:1px solid #ebeef1;display:flex;align-items:center;justify-content:space-between;background:#fff;flex-shrink:0}._columnHeader_1hbzb_72 h3{font-size:11px;font-weight:800;color:#586271;margin:0}._previewDropdownWrapper_1hbzb_89{min-width:11rem;max-width:16rem;flex:1;margin-left:.5rem}._previewTargetField_1hbzb_96{display:flex;align-items:center;gap:.375rem;min-width:0;color:#586271;font-size:.6875rem;font-weight:600}._previewTargetSelect_1hbzb_106{max-width:10rem;min-width:0;height:1.875rem;border:1px solid #f4f5f6;border-radius:.5rem;background:#fff;color:#0b2135;padding:0 1.75rem 0 .5rem;font:inherit}._columnBody_1hbzb_118{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;min-width:0;display:flex;flex-direction:column}._indicator_1hbzb_131{width:8px;height:8px;border-radius:50%;background-color:#e2e8f0}._accountsHeader_1hbzb_137 ._indicator_1hbzb_131{background-color:#006aff}._optionsHeader_1hbzb_140 ._indicator_1hbzb_131{background-color:#0b2135}._previewHeader_1hbzb_143 ._indicator_1hbzb_131{background-color:#009459}._badge_1hbzb_147{padding:1px 8px;border-radius:9999px;font-size:11px;font-weight:600;color:#fff;text-transform:capitalize;line-height:16px;display:inline-flex;align-items:center}._badge_1hbzb_147._edit_1hbzb_158{background:#ef4444}._badge_1hbzb_147._post_1hbzb_161{background:#3b82f6}._badge_1hbzb_147._story_1hbzb_164{background:#db2777}._badge_1hbzb_147._reel_1hbzb_167{background:#8b5cf6}._settingsBadge_1hbzb_171{display:inline-flex;align-items:center;padding:3px 8px;border-radius:0;border:1px solid rgba(0,148,89,.35);background:#0094591f;color:#166534;font-size:10px;font-weight:700}._draftsBtn_1hbzb_183{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid transparent;border-radius:8px;color:#586271;font-weight:700;cursor:pointer;transition:all .2s}._draftsBtn_1hbzb_183:hover{background:#f9fbfd;color:#0b2135;border-color:#ebeef1}._draftsBtn_1hbzb_183 svg{color:#006aff}._closeBtn_1hbzb_205{border:none;cursor:pointer;transition:all .2s}._closeBtn_1hbzb_205:hover{background:#ebeef1;color:#0b2135}._closeBtn_1hbzb_205 svg{width:20px;height:20px}._editorContent_1hbzb_222{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}._platformHeaderRow_1hbzb_230{padding:.625rem .75rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;border-bottom:1px solid #e4e6eb;background:#fff;gap:.5rem;flex-shrink:0}._platformTabs_1hbzb_242{flex:1;min-width:0;display:flex;align-items:center;background-color:#f7f7f7;padding:4px;border-radius:999px;gap:2px;pointer-events:auto}._platformTabsWrapper_1hbzb_254{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}._platformTab_1hbzb_242{display:flex;align-items:center;gap:.5rem;height:2.25rem;margin:0!important;padding:0 1rem;border:none!important;border-radius:999px;font-size:.75rem;font-weight:700;color:#586271;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:transparent}._platformTab_1hbzb_242:hover{color:#0b2135;background:#ffffff80}._platformTab_1hbzb_242._active_1hbzb_282{background:#fff;color:#006aff;box-shadow:0 2px 4px #0000000d,0 1px 2px #00000008}._platformTab_1hbzb_242._active_1hbzb_282[data-platform=facebook]{color:#1877f2}._platformTab_1hbzb_242._active_1hbzb_282[data-platform=instagram]{color:#e4405f}._platformTab_1hbzb_242._active_1hbzb_282[data-platform=tiktok]{color:#000}._platformTab_1hbzb_242._active_1hbzb_282[data-platform=google]{color:#4285f4}._platformTab_1hbzb_242 ._platformTabLabel_1hbzb_299{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}._platformTab_1hbzb_242 ._platformTabIcon_1hbzb_305{width:14px;height:14px;display:block;opacity:.7}._platformTab_1hbzb_242 ._platformTabPlatformIcon_1hbzb_311{display:inline-flex;align-items:center}._syncOriginBtn_1hbzb_316{display:inline-flex;align-items:center;gap:.375rem;cursor:pointer;height:2rem;padding:0 .875rem!important;font-size:11px;font-weight:800;text-transform:uppercase;border:1px solid rgba(0,106,255,.24)!important;border-radius:9999px!important;background:#006aff14!important;color:#1d4ed8!important;margin-left:auto}._syncOriginBtn_1hbzb_316:hover{border-color:#006aff66!important;background:#006aff24!important}._syncOriginBtn_1hbzb_316 svg{width:14px;height:14px;flex:0 0 auto}._postFeatureSettingsSection_1hbzb_342{border:none;position:relative;background:#fff}._editorBody_1hbzb_348{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#fff}._editorBody_1hbzb_348::-webkit-scrollbar{width:6px}._editorBodyBulk_1hbzb_363{padding:0!important;overflow:hidden!important;gap:0!important}._editorSection_1hbzb_369{min-width:0;border-radius:8px;background:#fff}._editorSection_1hbzb_369:empty{display:none}._editorSection_1hbzb_369._firstCommentSectionShell_1hbzb_377,._editorSection_1hbzb_369._platformOptionsShell_1hbzb_381{border:none;background:transparent}._editorFooter_1hbzb_386{padding:.75rem 1.5rem;border-top:1px solid #ebeef1;background:#fff}._optionTextarea_1hbzb_393{width:100%;min-height:3.75rem;border-radius:.5rem;border:1px solid #f4f5f6;background:#fff;color:#0b2135;font-size:.875rem;padding:.5rem .625rem;resize:vertical}._warningText_1hbzb_405{color:#b45309;margin:0 0 1rem}._helperText_1hbzb_410{font-size:.6875rem;color:#586271;margin:0}._facebookHelperText_1hbzb_416{margin-top:.5rem}._hiddenFileInput_1hbzb_420{display:none}._platformOptionsBlock_1hbzb_424{flex-shrink:0;border:1px solid #d9e2ec;border-radius:10px;background:#fff;overflow:hidden}._isCollapsed_1hbzb_432 ._optionGroups_1hbzb_432{display:none}._platformOptionsTitle_1hbzb_436{width:100%;border:none;text-align:left;font:inherit;color:inherit;display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:#f9fbfd;cursor:pointer;transition:background .2s ease}._platformOptionsTitle_1hbzb_436:hover{background:#006aff0d}._platformOptionsTitle_1hbzb_436 ._titleGroup_1hbzb_453{display:flex;align-items:center;gap:.5rem}._platformOptionsTitle_1hbzb_436 ._titleGroup_1hbzb_453 h4{color:#1e293b;margin:0;font-size:.8125rem;font-weight:600;text-transform:none;letter-spacing:-.01em;line-height:1.25}._platformOptionsTitle_1hbzb_436 img,._platformOptionsTitle_1hbzb_436 svg,._platformOptionsTitle_1hbzb_436 ._platformIcon_1hbzb_469{width:20px;height:20px;display:block;object-fit:contain}._platformOptionsTitle_1hbzb_436 img svg,._platformOptionsTitle_1hbzb_436 svg svg,._platformOptionsTitle_1hbzb_436 ._platformIcon_1hbzb_469 svg{width:100%!important;height:100%!important;object-fit:contain;display:block}._platformOptionsBlock_1hbzb_424:not(._isCollapsed_1hbzb_432) ._platformOptionsTitle_1hbzb_436{border-bottom:1px solid #e8edf3}._collapseBtn_1hbzb_488{color:#586271;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;transform:rotate(90deg)}._collapseBtn_1hbzb_488 svg{width:14px;height:14px}._collapseBtn_1hbzb_488._isCollapsed_1hbzb_432{transform:rotate(0)}._optionGroups_1hbzb_432{display:flex;flex-direction:column;gap:1rem;max-height:none;overflow:visible;padding:.75rem}._optionGroup_1hbzb_432{display:flex;flex-direction:column;gap:.625rem}._optionGroup_1hbzb_432 label{font-size:.6875rem;font-weight:850;color:#586271}._optionGrid_1hbzb_524{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.5rem}._optionItem_1hbzb_530{width:100%;border:1px solid #d9e2ec;text-align:left;font:inherit;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;padding:.625rem .75rem;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:2.875rem}._optionItem_1hbzb_530:hover{border-color:#b8cbe0;background:#006aff0d}._optionItem_1hbzb_530._active_1hbzb_282{border-color:#bfdbfe;background:#eff6ff}._optionItem_1hbzb_530._active_1hbzb_282 ._label_1hbzb_557{color:#006aff}._optionItem_1hbzb_530 ._icon_1hbzb_560{width:1rem;height:1rem;flex-shrink:0;color:#586271}._optionItem_1hbzb_530 ._label_1hbzb_557{font-size:.75rem;font-weight:700;text-transform:none;color:#475569}._optionItemStatus_1hbzb_573{margin-left:auto;font-size:.625rem;font-weight:800;color:#586271}._platformCheckbox_1hbzb_580{width:100%}._optionInputGroup_1hbzb_584{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #d9e2ec;border-radius:8px}._optionInputGroup_1hbzb_584 ._inputRow_1hbzb_593{display:grid;grid-template-columns:1fr 1fr;gap:12px}._mediaUploaderSection_1hbzb_602{border-top:1px dashed #f4f5f6}._mediaGrid_1hbzb_606{display:flex;flex-wrap:wrap;gap:10px;align-items:center}._addMediaBtn_1hbzb_613{width:72px;height:72px;min-width:72px;min-height:72px;border:1.5px dashed #cbd5e1;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;padding:0!important}._addMediaBtn_1hbzb_613:hover{border-color:#3b82f6;background:#eff6ff;color:#2563eb;transform:translateY(-1px)}._addMediaBtn_1hbzb_613 ._addIcon_1hbzb_635{width:20px;height:20px}._addMediaBtn_1hbzb_613 ._addIcon_1hbzb_635 path{fill:currentColor}._mediaItem_1hbzb_643{position:relative;width:72px;height:72px;border-radius:12px;overflow:visible!important;border:1px solid #e2e8f0;background:#f1f5f9;box-shadow:0 2px 6px #0000000a;transition:all .2s ease}._mediaItem_1hbzb_643 img{width:100%;height:100%;object-fit:cover;border-radius:11px;display:block}._mediaItem_1hbzb_643:hover{border-color:#93c5fd;box-shadow:0 4px 12px #2563eb1f}._mediaItem_1hbzb_643._dragging_1hbzb_665{border-color:#2563eb;box-shadow:0 6px 16px #2563eb40;z-index:100}._mediaWrapper_1hbzb_671{position:relative;width:100%;height:100%;border-radius:12px;overflow:visible}._mediaWrapper_1hbzb_671 ._videoPreview_1hbzb_678,._mediaWrapper_1hbzb_671 ._mediaImg_1hbzb_679{border-radius:11px;overflow:hidden;width:100%;height:100%;object-fit:cover;display:block}._mediaWrapper_1hbzb_671:hover ._itemTools_1hbzb_687{opacity:1;transform:scale(1)}._mediaWrapper_1hbzb_671:hover ._playOverlay_1hbzb_691{background:#0006}._videoPreview_1hbzb_678{width:100%;height:100%;position:relative;background:#000;border-radius:11px;overflow:hidden}._videoPreview_1hbzb_678 video{width:100%;height:100%;object-fit:cover;border-radius:11px}._playOverlay_1hbzb_691{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0003;transition:all .3s ease;pointer-events:none}._playIconInner_1hbzb_724{width:28px;height:28px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}._playIconInner_1hbzb_724:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #000;margin-left:2px}._itemTools_1hbzb_687{position:absolute;top:-6px;right:-6px;z-index:30;opacity:1;transition:all .15s cubic-bezier(.4,0,.2,1)}._removeMediaBtn_1hbzb_754{display:flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;cursor:pointer;padding:0!important;margin:0!important;border:1.5px solid #ffffff!important;border-radius:50%!important;background:#0f172ad9!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff!important;box-shadow:0 2px 6px #00000040;transition:all .2s cubic-bezier(.4,0,.2,1)}._removeMediaBtn_1hbzb_754 svg{width:8px!important;height:8px!important;display:block!important}._removeMediaBtn_1hbzb_754 svg path{fill:#fff!important}._removeMediaBtn_1hbzb_754:hover{background:#ef4444!important;border-color:#fff!important;transform:scale(1.15);box-shadow:0 3px 8px #ef444473}._removeMediaBtn_1hbzb_754:hover svg path{fill:#fff!important}._removeMediaBtn_1hbzb_754:focus-visible{outline:2px solid #006AFF;outline-offset:1px}._fileInputHidden_1hbzb_795{display:none}._previewWrapper_1hbzb_802{flex:1;background:#f6f8fa;padding:16px 12px;display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;box-sizing:border-box;min-width:0;overflow-x:hidden}._previewWrapper_1hbzb_802>*{width:100%;max-width:400px;min-width:0;display:flex;justify-content:center;box-sizing:border-box}._emptyPreviewCard_1hbzb_824{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 16px;background:#fff;border:1px dashed #d4dae0;border-radius:14px;margin:auto 0;max-width:320px;width:100%;box-shadow:0 2px 8px #00000005}._emptyPreviewCard_1hbzb_824 h4{margin:12px 0 6px;font-size:13px;font-weight:700;color:#0b2135}._emptyPreviewCard_1hbzb_824 p{margin:0 0 16px;font-size:11px;color:#586271;line-height:1.45}._emptyPreviewIcon_1hbzb_851{width:44px;height:44px;border-radius:50%;background:#006aff14;color:#006aff;display:flex;align-items:center;justify-content:center}._destinationPillList_1hbzb_862{display:flex;flex-direction:column;gap:8px;width:100%}._destinationPill_1hbzb_862{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:1px solid #f4f5f6;background:#f9fbfd;border-radius:10px;cursor:pointer;text-align:left;transition:all .2s ease}._destinationPill_1hbzb_862:hover{background:#fff;border-color:#006aff;box-shadow:0 2px 6px #0000000d;transform:translateY(-1px)}._destinationPillMeta_1hbzb_889{display:flex;flex-direction:column;min-width:0;flex:1}._destinationPillName_1hbzb_896{font-size:12px;font-weight:700;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._destinationPillPlatform_1hbzb_905{font-size:10px;color:#586271}._composerHeader_1hbzb_913{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #d4dae0;background:#fff}._composerHeader_1hbzb_913 ._headerTitleArea_1hbzb_922{display:flex;flex-direction:column;justify-content:center;gap:2px;flex:1}._composerHeader_1hbzb_913 ._headerTitleArea_1hbzb_922 h2{font-size:18px;color:#0b2135;margin:0}._composerHeader_1hbzb_913 ._headerTitleArea_1hbzb_922 ._subtitle_1hbzb_934{font-size:12px;color:#586271;display:flex;align-items:center;gap:12px;line-height:1}._composerHeader_1hbzb_913 ._right_1hbzb_942{display:flex;align-items:center;gap:12px}._typeSelector_1hbzb_948{display:flex;background:#e4e6eb;padding:4px;border-radius:8px;gap:4px}._typeBtn_1hbzb_956{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;border:none;background:transparent;font-weight:700;color:#586271;cursor:pointer;transition:all .2s}._typeBtn_1hbzb_956:hover{color:#0b2135}._typeBtn_1hbzb_956._active_1hbzb_282{background:#fff;color:#006aff;border:1px solid #f4f5f6}._composerFooter_1hbzb_978{height:80px;display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,30rem) minmax(0,1fr);align-items:center;column-gap:20px;padding:0 24px;border-top:1px solid #f4f5f6;background:#fff}._composerFooter_1hbzb_978 ._left_1hbzb_988,._composerFooter_1hbzb_978 ._right_1hbzb_942{display:flex;align-items:center;gap:12px;min-width:0}._composerFooter_1hbzb_978 ._left_1hbzb_988{justify-self:start;position:relative;z-index:4}._composerFooter_1hbzb_978 ._right_1hbzb_942{justify-self:end;justify-content:flex-end}._footerValidationCenter_1hbzb_1005{display:flex;justify-content:center;justify-self:center;width:100%;position:relative}._footerActionsRow_1hbzb_1013{display:flex;align-items:center;justify-content:flex-end;gap:12px}._scheduleStatus_1hbzb_1020,._footerDraftBtn_1hbzb_1025{gap:8px;text-transform:none!important}._footerDraftBtn_1hbzb_1025._footerDraftBtnLight_1hbzb_1029{background:#fff!important;border:1px solid #f4f5f6!important;color:#0b2135!important}._footerDraftBtn_1hbzb_1025._footerDraftBtnLight_1hbzb_1029:hover{background:#f9fbfd!important;border-color:#f7f7f7!important}._footerSubmitBtn_1hbzb_1039{gap:8px}._footerPrimaryBtn_1hbzb_1043{gap:10px;padding:10px 24px}._buttonIcon_1hbzb_1048,._platformTabIcon_1hbzb_305{color:currentColor}._buttonIcon_1hbzb_1048 *,._platformTabIcon_1hbzb_305 *{fill:none!important;stroke:currentColor!important}._platformTabIcon_1hbzb_305{margin-right:.5rem}._shareArrowIcon_1hbzb_1062{transform:rotate(-45deg);color:currentColor}._shareArrowIcon_1hbzb_1062 *{fill:currentColor!important}._schedulerOverlay_1hbzb_1070{z-index:16000!important}._schedulerModal_1hbzb_1074{z-index:16010!important}._modalSmall_1hbzb_1081,._modalMedium_1hbzb_1082,._modalLarge_1hbzb_1083{border-radius:8px;background:#fff;border:1px solid #f4f5f6;display:flex;flex-direction:column}._modalSmall_1hbzb_1081{width:min(640px,95vw);max-height:70vh}._modalMedium_1hbzb_1082{width:min(1150px,95vw);max-height:75vh}._modalLarge_1hbzb_1083{width:min(1280px,98vw);max-height:85vh}._schedulerModal_1hbzb_1074{width:min(1100px,95vw);max-width:1100px!important}._schedulerModal_1hbzb_1074 .ant-modal-content{border-radius:0;overflow:hidden}._schedulerModalContent_1hbzb_1115{padding:0!important;overflow:hidden!important;display:flex;flex-direction:column}._schedulerOverlay_1hbzb_1070{background:#0006!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalMediaLibrary_1hbzb_1127{width:min(1150px,96vw);max-height:min(86vh,56rem)}._modalPickerOverlay_1hbzb_1132{z-index:20000!important}._modalPickerLayer_1hbzb_1136{z-index:20010!important}.Toastify__toast-container{z-index:23000!important}._modalHeader_1hbzb_1144{padding:18px 24px;border-bottom:1px solid #f9fbfd;display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader_1hbzb_1144 ._modalTitle_1hbzb_1152{font-size:18px;font-weight:850;color:#0b2135;margin:0}._aiModalContentNoPadding_1hbzb_1159{padding:0!important}._modalBody_1hbzb_1163{flex:1;padding:24px;overflow-y:auto}._modalBodyNoPadding_1hbzb_1169{padding:0}._modalMediaLibraryContent_1hbzb_1173{padding:0!important;min-height:min(70vh,46rem);overflow:hidden!important;display:flex;flex-direction:column}._modalFooter_1hbzb_1181{padding:16px 24px;border-top:1px solid #f9fbfd;display:flex;justify-content:flex-end;gap:12px;background:#f9fbfd;margin-top:24px}@media(max-width:1520px){._mainArea_1hbzb_33{grid-template-columns:15rem minmax(0,1fr) minmax(22.5rem,25rem)}._editorBody_1hbzb_348{padding:14px;gap:14px}._previewWrapper_1hbzb_802{padding:12px 8px}}@media(max-width:1080px){._mainArea_1hbzb_33{grid-template-columns:minmax(15rem,17rem) minmax(0,1fr);grid-template-areas:"accounts editor" "preview preview";grid-template-rows:minmax(32rem,auto) minmax(28rem,auto);gap:10px;padding:10px;overflow-y:auto}._accountsAnchor_1hbzb_48{grid-area:accounts}._columnEditor_1hbzb_60{grid-area:editor}._columnPreview_1hbzb_61{grid-area:preview;min-height:28rem}._platformHeaderRow_1hbzb_230{padding:10px 12px}._platformTabs_1hbzb_242{gap:4px}._platformTab_1hbzb_242{height:1.875rem;padding:0 .5rem;font-size:.6875rem}._syncOriginBtn_1hbzb_316{height:30px;padding:0 10px!important;font-size:10px}._postFeatureSettingsSection_1hbzb_342{margin:0}._editorBody_1hbzb_348{padding:12px;gap:12px}}@media(max-width:900px){._mainArea_1hbzb_33{grid-template-columns:1fr;grid-template-areas:"accounts" "editor" "preview";grid-template-rows:auto auto auto;overflow-y:auto;padding:.625rem;gap:.625rem}._columnAccounts_1hbzb_59,._columnEditor_1hbzb_60,._columnPreview_1hbzb_61{height:auto}._editorContent_1hbzb_222{min-height:32rem;height:auto}._editorBody_1hbzb_348{min-height:20rem}._previewWrapper_1hbzb_802{min-height:22rem;align-items:stretch}._composerFooter_1hbzb_978{height:auto;padding:12px;align-items:stretch;grid-template-columns:1fr;gap:12px}._composerFooter_1hbzb_978 ._left_1hbzb_988,._composerFooter_1hbzb_978 ._right_1hbzb_942{width:100%;justify-content:space-between}._composerFooter_1hbzb_978 ._right_1hbzb_942{justify-content:flex-end}._footerValidationCenter_1hbzb_1005{max-width:none}._footerActionsRow_1hbzb_1013{justify-content:flex-end;flex-wrap:wrap}._modalMediaLibrary_1hbzb_1127{width:96vw;max-height:90vh}._modalMediaLibraryContent_1hbzb_1173{min-height:0}}._uploadingOverlay_1hbzb_1302,._errorOverlay_1hbzb_1303{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5}._uploadingOverlay_1hbzb_1302{background:#00000073;color:#fff}._errorOverlay_1hbzb_1303{background:#fd545826;border:2px solid #fd5458;color:#fd5458}._uploadingSpinner_1hbzb_1327{width:1.5rem;height:1.5rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1hbzb_1 .8s linear infinite;margin-bottom:4px}@keyframes _spin_1hbzb_1{to{transform:rotate(360deg)}}._uploadingText_1hbzb_1342{font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}._errorText_1hbzb_1349{font-size:.625rem;font-weight:800;text-transform:uppercase;background:#fd5458;color:#fff;padding:1px 4px}._button_a8ggv_1{display:inline-flex!important;flex:0 0 auto;gap:.375rem;align-items:center;justify-content:center;border:0!important;border-radius:999px!important;background:linear-gradient(112deg,#5a4af4,#8b4cf6 48%,#d946ef)!important;box-shadow:0 2px 8px #7c3aed40!important;color:#fff!important;cursor:pointer;font-weight:700!important;letter-spacing:-.01em;transition:box-shadow .16s ease,transform .16s ease,filter .16s ease}._button_a8ggv_1 svg{display:block;flex:0 0 auto;width:.875rem;height:.875rem;color:currentColor!important}._button_a8ggv_1 svg path,._button_a8ggv_1 svg g{fill:currentColor!important}._button_a8ggv_1:hover:not(:disabled){box-shadow:0 5px 14px #7c3aed57!important;filter:saturate(1.08) brightness(1.02);transform:translateY(-1px)}._button_a8ggv_1:active:not(:disabled){box-shadow:0 1px 4px #7c3aed38!important;transform:translateY(0)}._button_a8ggv_1:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}._button_a8ggv_1:disabled{box-shadow:none!important;cursor:not-allowed;opacity:.5}._default_a8ggv_47{min-height:2rem;padding:.25rem .75rem!important;font-size:.75rem!important}._compact_a8ggv_53{min-height:1.75rem;padding:.1875rem .625rem!important;font-size:.6875rem!important}._compact_a8ggv_53 svg{width:.75rem;height:.75rem}._container_1aqh1_1{display:flex;flex-direction:column;max-height:min(38rem,100vh - 9rem);padding:1rem 1.25rem 1.25rem;overflow-y:auto;background:#fff}._container_1aqh1_1 *,._container_1aqh1_1 *:before,._container_1aqh1_1 *:after{box-sizing:border-box}._toolbar_1aqh1_15>button,._editorActions_1aqh1_16 button,._emptyState_1aqh1_17 button,._rowActions_1aqh1_18>button{gap:.5rem}._toolbar_1aqh1_15>button>svg,._editorActions_1aqh1_16 button>svg,._emptyState_1aqh1_17 button>svg,._rowActions_1aqh1_18>button>svg{display:block;flex:0 0 auto;color:currentColor;fill:currentColor}._toolbar_1aqh1_15{display:flex;gap:.75rem;align-items:center;padding-bottom:.875rem}._toolbar_1aqh1_15>button{flex:0 0 auto;min-height:2.5rem;padding-inline:.875rem!important;border-radius:.5rem!important;font-size:.8125rem!important;font-weight:700!important;white-space:nowrap}._toolbar_1aqh1_15>button svg{width:.9375rem;height:.9375rem}._searchBox_1aqh1_51{position:relative;flex:1;min-width:0}._searchBox_1aqh1_51>svg{position:absolute;top:50%;left:.75rem;width:1rem;height:1rem;color:#586271;pointer-events:none;transform:translateY(-50%)}._searchBox_1aqh1_51>svg path{fill:currentColor}._searchBox_1aqh1_51 input{width:100%;height:2.5rem;padding:0 .75rem 0 2.25rem;border:1px solid #ebeef1;border-radius:.5rem;background:#f8fafc;color:#0b2135;font:inherit;font-size:.8125rem;outline:none;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}._searchBox_1aqh1_51 input::placeholder{color:#78879b}._searchBox_1aqh1_51 input:focus{border-color:#006aff;background:#fff;box-shadow:0 0 0 3px #006aff1f}._editor_1aqh1_16{margin:.125rem 0 1rem;padding:1rem 1rem .875rem;border:1px solid #ebeef1;border-radius:.75rem;background:#fbfcfe}._editorHeader_1aqh1_99{margin-bottom:.875rem}._editorHeader_1aqh1_99 h3{margin:0;color:#525f7f;font-size:1rem;font-weight:700;line-height:1.3}._editorHeader_1aqh1_99 p{margin:.25rem 0 0;color:#586271;font-size:.75rem;line-height:1.45}._formGrid_1aqh1_116{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}._formField_1aqh1_122{display:flex;min-width:0;flex-direction:column;gap:.375rem}._formField_1aqh1_122>label,._formField_1aqh1_122 ._fieldLabelRow_1aqh1_129>label{color:#526177;font-size:.6875rem;font-weight:700}._formField_1aqh1_122 input{width:100%;border:1px solid #cbd5e1;border-radius:.5rem;background:#fff;color:#0b2135;font:inherit;font-size:.8125rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease}._formField_1aqh1_122 input:focus{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._formField_1aqh1_122 input{height:2.375rem;padding:0 .6875rem}._fieldLabelRow_1aqh1_129{display:flex;min-height:1.75rem;align-items:center;justify-content:space-between;gap:.75rem}._fieldLabelRow_1aqh1_129 button{flex:0 0 auto}._tagEditor_1aqh1_165{display:flex;flex-wrap:wrap;gap:.375rem;align-content:flex-start;min-height:5.5rem;padding:.5rem;border:1px solid #cbd5e1;border-radius:.5rem;background:#fff;cursor:text;transition:border-color .16s ease,box-shadow .16s ease}._tagEditor_1aqh1_165:focus-within{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._tagEditor_1aqh1_165>input{flex:1 1 10rem;width:auto;min-width:8rem;height:1.75rem;padding:0 .25rem;border:0;background:transparent;box-shadow:none}._tagEditor_1aqh1_165>input:focus{border:0;box-shadow:none}._tagChip_1aqh1_197{display:inline-flex;min-width:0;max-width:100%;height:1.75rem;align-items:center;gap:.25rem;padding-inline-start:.5rem;border-radius:.375rem;background:#eef4fb;color:#34465f;font-size:.75rem;font-weight:600}._tagChip_1aqh1_197>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tagChip_1aqh1_197 button{display:inline-flex;flex:0 0 auto;width:1.75rem;height:1.75rem;align-items:center;justify-content:center;padding:0;border:0;border-radius:.375rem;background:transparent;color:#66778d;cursor:pointer}._tagChip_1aqh1_197 button path{stroke:currentColor;stroke-linecap:round;stroke-width:1.5}._tagChip_1aqh1_197 button:hover,._tagChip_1aqh1_197 button:focus-visible{background:#dce8f5;color:#525f7f;outline:none}._fieldMeta_1aqh1_242{display:flex;justify-content:space-between;gap:.75rem;color:#586271;font-size:.6875rem;line-height:1.35}._fieldMeta_1aqh1_242 span:first-child{color:#46566c;font-weight:600}._aiPanel_1aqh1_255{display:flex;gap:.625rem;align-items:flex-end;padding-top:.875rem;margin-top:.875rem;border-top:1px solid #ebeef1}._aiPanel_1aqh1_255 ._formField_1aqh1_122{flex:1}._editorActions_1aqh1_16{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.875rem;margin-top:.875rem;border-top:1px solid #ebeef1}._editorActions_1aqh1_16 button{min-height:2.25rem;padding-inline:.75rem!important;border-radius:.5rem!important;font-size:.75rem!important;font-weight:700!important}._results_1aqh1_283{padding-top:.125rem}._resultsHeader_1aqh1_287{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem 0 .5rem}._resultsHeader_1aqh1_287 h2{margin:0;color:#525f7f;font-size:.75rem;font-weight:700;letter-spacing:.01em}._resultsHeader_1aqh1_287>span{color:#586271;font-size:.6875rem}._groupList_1aqh1_306{display:flex;flex-direction:column;padding:0;margin:0;list-style:none}._groupRow_1aqh1_314{display:flex;gap:1rem;align-items:center;padding:.875rem;border:1px solid #ebeef1;border-radius:.75rem;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}._groupRow_1aqh1_314+._groupRow_1aqh1_314{margin-top:.625rem}._groupRow_1aqh1_314:hover{border-color:#c3d1e3;box-shadow:0 .25rem .875rem #0f172a0d}._groupDetails_1aqh1_332{flex:1;min-width:0}._groupNameRow_1aqh1_337{display:flex;min-width:0;align-items:baseline;gap:.5rem}._groupNameRow_1aqh1_337 h3{overflow:hidden;margin:0;color:#525f7f;font-size:.875rem;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._groupNameRow_1aqh1_337 span{flex:0 0 auto;color:#586271;font-size:.6875rem}._tagList_1aqh1_359{display:flex;flex-wrap:wrap;gap:.3125rem;margin-top:.625rem}._tagList_1aqh1_359 span{max-width:10rem;overflow:hidden;padding:.25rem .4375rem;border-radius:.3125rem;background:#f1f5f9;color:#3d4d64;font-size:.6875rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}._tagList_1aqh1_359 ._moreTags_1aqh1_377{background:#eef4fb;color:#586271;font-weight:700}._rowActions_1aqh1_18{display:flex;flex:0 0 auto;gap:.625rem;align-items:center}._rowActions_1aqh1_18>button{min-height:2.25rem;padding-inline:.75rem!important;border-radius:.5rem!important;font-size:.75rem!important;font-weight:700!important;white-space:nowrap}._secondaryActions_1aqh1_398{display:flex;gap:.375rem;padding-left:.625rem;border-left:1px solid #ebeef1}._iconButton_1aqh1_405{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid #ebeef1;border-radius:.4375rem;background:#fff;color:#586271;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}._iconButton_1aqh1_405 svg{width:.8125rem;height:.8125rem;color:currentColor}._iconButton_1aqh1_405 svg path:not([stroke]){fill:currentColor!important}._iconButton_1aqh1_405 svg path[stroke]{stroke:currentColor!important}._iconButton_1aqh1_405:hover{border-color:#006aff66;background:#006aff0d;color:#006aff}._iconButton_1aqh1_405:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._deleteButton_1aqh1_440:hover{border-color:#fd545861;background:#fd54580d;color:#fd5458}._loadingState_1aqh1_446,._emptyState_1aqh1_17{display:flex;flex:1;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;min-height:12rem;padding:2.5rem 2rem;color:#586271;text-align:center}._loadingState_1aqh1_446 strong,._emptyState_1aqh1_17 strong{color:#525f7f;font-size:.875rem}._loadingState_1aqh1_446 span,._emptyState_1aqh1_17 span{max-width:26rem;font-size:.8125rem;line-height:1.45}._loadingState_1aqh1_446 button,._emptyState_1aqh1_17 button{min-height:2.25rem;padding-inline:.75rem!important;margin-top:.25rem;border-radius:.5rem!important;font-size:.75rem!important;font-weight:700!important}@media(max-width:38rem){._container_1aqh1_1{min-height:0;padding:1rem}._toolbar_1aqh1_15{align-items:stretch}._toolbar_1aqh1_15>button{padding-inline:.625rem!important}._tagEditor_1aqh1_165>input{font-size:1rem}._aiPanel_1aqh1_255,._groupRow_1aqh1_314{align-items:stretch;flex-direction:column}._rowActions_1aqh1_18{width:100%}._rowActions_1aqh1_18>button{flex:1}._secondaryActions_1aqh1_398{padding-left:.5rem}}@media(max-width:27rem){._container_1aqh1_1{padding-inline:.875rem}._toolbar_1aqh1_15{flex-direction:column}._toolbar_1aqh1_15>button{width:100%}._fieldMeta_1aqh1_242{flex-direction:column;gap:.125rem}._rowActions_1aqh1_18{flex-wrap:wrap}._rowActions_1aqh1_18>button{flex-basis:100%}._rowActions_1aqh1_18 ._secondaryActions_1aqh1_398{width:100%;justify-content:flex-end;padding:.5rem 0 0;border-top:1px solid #ebeef1;border-left:0}}._container_18myf_1{min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;overflow:visible;animation:_slideIn_18myf_1 .2s ease-out}@keyframes _slideIn_18myf_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._menu_18myf_22{display:flex;flex-direction:column}._option_18myf_27{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:all .2s;border-bottom:1px solid #e2e8f0}._option_18myf_27:hover,._option_18myf_27._active_18myf_37{background:#f5f3ff;color:#7c3aed}._optionIcon_18myf_42{display:flex;align-items:center;justify-content:center;width:18px;color:#7c3aed}._option_18myf_27:hover ._optionIcon_18myf_42{color:#6d28d9}._lineIcon_18myf_53{font-weight:300;line-height:1}._optionLabel_18myf_58{flex:1;font-weight:600}._arrow_18myf_63{color:#cbd5e1}._submenu_18myf_67{position:absolute;top:-1px;left:calc(100% + 4px);min-width:140px;background:#fff;border:1px solid #e2e8f0;color:#586271;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1001;display:flex;flex-direction:column}._submenu_18myf_67:before{content:"";position:absolute;top:0;left:-10px;width:10px;height:100%;background:transparent}._subOption_18myf_91{padding:10px 12px;font-weight:600;cursor:pointer;transition:all .2s;border-bottom:1px solid #e2e8f0}._subOption_18myf_91:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._subOption_18myf_91:last-child{border-bottom:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._subOption_18myf_91:hover{background:#f5f3ff;color:#7c3aed}._container_1ir18_1{display:flex;flex-direction:column;width:100%;border:1px solid #d9e2ec;border-radius:.5rem;background-color:#fff;transition:all .2s;position:relative}._editorWrapper_1ir18_12{position:relative;display:flex;flex-direction:column}._richToolbar_1ir18_18{display:flex;align-items:center;flex-wrap:wrap;gap:.125rem;padding:.25rem .375rem;border-bottom:1px solid #f4f5f6;background-color:#f8fafc;border-top-left-radius:.5rem;border-top-right-radius:.5rem}._toolbarBtn_1ir18_30{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;color:#586271;cursor:pointer;transition:all .2s;border:none;background:transparent}._toolbarBtn_1ir18_30:hover{background-color:#ebeef1;color:#0b2135}._toolbarBtn_1ir18_30 svg{width:1rem;height:1rem}._active_1ir18_52{background-color:#006aff1f;color:#006aff}._toolbarSeparator_1ir18_57{width:1px;height:1.25rem;background-color:#f4f5f6;margin:0 .25rem}._editor_1ir18_12{min-height:8.75rem;max-height:17.5rem;overflow-y:auto;padding:.75rem;outline:none;font-size:.875rem;line-height:1.5;color:#0b2135;word-wrap:break-word;white-space:pre-wrap}._editor_1ir18_12:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}._placeholderToken_1ir18_82{background-color:#006aff1a;color:#006aff;border-radius:.25rem;padding:0 .25rem;font-family:monospace;font-weight:600;border:1px solid rgba(0,106,255,.2);display:inline-block;line-height:1.4}._placeholderPicker_1ir18_94{position:absolute;background-color:#fff;border:1px solid #f4f5f6;border-radius:.5rem;box-shadow:0 .625rem .9375rem -.1875rem #0000001a,0 .25rem .375rem -.125rem #0000000f;width:16.25rem;overflow:hidden;z-index:1000}._pickerHeader_1ir18_105{padding:.5rem .75rem;background-color:#f9fbfd;border-bottom:1px solid #e8edf3;font-size:.6875rem;font-weight:700;color:#586271;text-transform:uppercase;letter-spacing:.05em}._pickerList_1ir18_116{max-height:15rem;overflow-y:auto}._pickerItem_1ir18_121{padding:.625rem .75rem;display:flex;flex-direction:column;gap:.125rem;cursor:pointer;transition:all .2s}._itemKeyRow_1ir18_130{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._pickerItem_1ir18_121:hover,._pickerItem_1ir18_121._active_1ir18_52{background-color:#006aff14}._itemKey_1ir18_130{font-size:.8125rem;font-weight:700;color:#006aff;font-family:monospace}._itemLabelPrimary_1ir18_149{font-size:.8125rem;font-weight:700;color:#0b2135}._itemLabel_1ir18_149{font-size:.6875rem;color:#586271}._itemDescription_1ir18_160{font-size:.6875rem;color:#586271;line-height:1.35}._itemSourceBadge_1ir18_166{font-size:.625rem;line-height:1;padding:.1875rem .375rem;border-radius:999px;border:1px solid transparent;font-weight:700;letter-spacing:.02em;text-transform:uppercase}._system_1ir18_177{color:#2f6fed;background:#2f6fed1f;border-color:#2f6fed4d}._custom_1ir18_183{color:#0a7f43;background:#0a7f431f;border-color:#0a7f4347}._editorFooter_1ir18_189{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;background-color:#f9fbfd;border-top:1px solid #e8edf3;min-height:2.25rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}._charCounter_1ir18_201{font-size:.6875rem;font-weight:600;color:#94a3b8;letter-spacing:.02em;-webkit-user-select:none;user-select:none}._internalActions_1ir18_209{display:flex;align-items:center;gap:.25rem;z-index:10}._toolBtn_1ir18_216{background:transparent!important;border:none!important;box-shadow:none!important;padding:.375rem!important;color:#94a3b8!important;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}._toolBtn_1ir18_216:hover{background-color:#ebeef1!important;color:#006aff!important}._toolBtn_1ir18_216 span{display:none}._toolBtn_1ir18_216 svg{width:1.125rem;height:1.125rem}._insertVariableBtn_1ir18_240{border:1px solid #f4f5f6!important;background:#fff!important;color:#586271!important;font-size:.75rem;font-weight:700;padding:.25rem .625rem!important;min-height:1.75rem}._insertVariableBtn_1ir18_240 span{display:inline;white-space:nowrap}._insertVariableBtn_1ir18_240:hover:not(:disabled){border-color:#006aff66!important;background:#006aff14!important;color:#006aff!important}._insertVariableBtn_1ir18_240:disabled{opacity:.55;cursor:not-allowed}._hashtagModalOverlay_1ir18_263{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:30000!important;background:#0f172a75!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._hashtagModal_1ir18_263{position:fixed!important;top:50%!important;right:auto!important;bottom:auto!important;left:50%!important;z-index:30010!important;width:min(46rem,100vw - 2rem)!important;min-width:0!important;max-height:min(44rem,100vh - 2rem)!important;border-radius:.875rem!important;box-shadow:0 1.5rem 4rem #0f172a40!important;transform:translate(-50%,-50%)!important}._hashtagModalContent_1ir18_286{padding:0!important;overflow:hidden!important}._emojiPickerWrapper_1ir18_291{width:18.75rem;max-width:80vw;background:#fff}._compact_1ir18_297 ._richToolbar_1ir18_18{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.1875rem .25rem}._compact_1ir18_297 ._richToolbar_1ir18_18::-webkit-scrollbar{height:0}._compact_1ir18_297 ._toolbarSeparator_1ir18_57{margin:0 .125rem}._compact_1ir18_297 ._editor_1ir18_12{min-height:6rem;max-height:10rem;padding:.625rem}._compact_1ir18_297 ._editorFooter_1ir18_189{min-height:2rem;padding:.1875rem .375rem}._compact_1ir18_297 ._toolBtn_1ir18_216{padding:.25rem!important}._compact_1ir18_297 ._insertVariableBtn_1ir18_240{min-height:1.625rem;font-size:.6875rem;padding:.1875rem .5rem!important}._container_1y7s9_1{width:400px;max-width:90vw;padding:24px}._header_1y7s9_7{margin-bottom:20px}._header_1y7s9_7 h3{font-size:18px;font-weight:700;margin:0 0 4px}._header_1y7s9_7 p{color:var(--text-secondary, #666);margin:0}._search_1y7s9_20{margin-bottom:16px}._list_1y7s9_24{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;padding-right:4px}._list_1y7s9_24::-webkit-scrollbar{width:6px}._list_1y7s9_24::-webkit-scrollbar-track{background:transparent}._list_1y7s9_24::-webkit-scrollbar-thumb{background:var(--surface-disabled, #e0e0e0);border-radius:10px}._item_1y7s9_43{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--border-subtle, #eeeeee);border-radius:10px;cursor:pointer;transition:all .2s ease}._item_1y7s9_43:hover{border-color:var(--primary-main, #3f51b5);background:var(--surface-subtle, #f5f5fa);transform:translate(4px)}._item_1y7s9_43:hover ._label_1y7s9_58{color:var(--primary-main, #3f51b5)}._item_1y7s9_43 ._info_1y7s9_61{flex:1}._item_1y7s9_43 ._info_1y7s9_61 ._label_1y7s9_58{font-weight:600;color:var(--text-primary, #333);margin:0 0 2px}._item_1y7s9_43 ._info_1y7s9_61 ._description_1y7s9_69{font-size:11px;color:var(--text-secondary, #777);margin:0}._item_1y7s9_43 ._tag_1y7s9_74{font-size:11px;font-weight:600;font-family:monospace;color:var(--primary-main, #3f51b5);background:#3f51b51a;padding:2px 6px;border-radius:4px;margin-left:12px}._empty_1y7s9_85{text-align:center;padding:40px 0;color:var(--text-secondary, #777)}._footer_1y7s9_91{margin-top:24px;display:flex;justify-content:flex-end}._editorOverlayLayer_1wcez_1{z-index:20000!important}._editorModalLayer_1wcez_5{z-index:20010!important}._body_1wcez_9{display:flex;height:500px;background:#f9fbfd;overflow:hidden;border-radius:0 0 8px 8px}._sidebar_1wcez_17{width:240px;background:#fff;border-right:1px solid #e0e5fd;display:flex;flex-direction:column;box-shadow:0 0 30px 3px #e6e6e6}._sidebarContent_1wcez_26{padding:16px}._controlGroup_1wcez_30{margin-bottom:24px}._controlGroup_1wcez_30 ._label_1wcez_33{font-size:.8125rem;font-weight:700;color:#000;margin-bottom:12px}._adjustmentItem_1wcez_40{margin-bottom:12px}._adjustmentItem_1wcez_40 label{display:block;font-size:.6875rem;color:#525f7f;margin-bottom:4px;font-weight:600}._trimValues_1wcez_51{display:grid;grid-template-columns:1fr 1fr;gap:12px}._trimBox_1wcez_57{padding:12px;background:#f6f8fa;border-radius:8px;border:1px solid #e0e5fd}._trimBox_1wcez_57 span{display:block;font-size:.625rem;color:#525f7f;text-transform:uppercase;margin-bottom:4px}._trimBox_1wcez_57 strong{color:#000}._hint_1wcez_74{font-size:.75rem;color:#525f7f;margin-bottom:12px}._slider_1wcez_80{width:100%;cursor:pointer;accent-color:#006AFF}._ratioBtn_1wcez_86{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 8px;border:1px solid #e0e5fd;border-radius:8px;font-size:.75rem;font-weight:600;background:#fff;color:#000;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._ratioBtn_1wcez_86:hover{border-color:#006aff;color:#006aff;background:#f9fbfd}._videoArea_1wcez_108{flex:1;display:flex;align-items:center;justify-content:center;padding:30px}._videoWrapper_1wcez_116{position:relative;max-width:100%;max-height:100%;box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014;border-radius:12px;background:#000;overflow:hidden;display:flex}._previewVideo_1wcez_127{max-width:100%;max-height:450px;object-fit:contain}._playOverlay_1wcez_133{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0006;color:#fff;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._playOverlay_1wcez_133:hover{background:#0003}._playOverlay_1wcez_133:hover>svg{transform:scale(1.1)}._playOverlay_1wcez_133>svg{transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._videoContainer_wfc63_1{position:relative;width:100%;height:100%;background:transparent;overflow:hidden!important;isolation:isolate;transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:radial-gradient(#fff,#000);cursor:pointer;display:flex;align-items:center;justify-content:center}._videoContainer_wfc63_1:hover ._controls_wfc63_16,._videoContainer_wfc63_1._isPlaying_wfc63_19 ._controls_wfc63_16{opacity:1}._videoElement_wfc63_23{display:block;width:100%;height:100%;max-height:min(70vh,52rem);object-fit:contain;background:#000;overflow:hidden;transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:radial-gradient(#fff,#000)}._controls_wfc63_16{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.35) 60%,transparent 100%);padding:10px 14px 12px;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .25s ease;z-index:10}._progressArea_wfc63_51{position:relative;width:100%;height:12px;display:flex;align-items:center}._progressBar_wfc63_59{position:absolute;width:100%;height:4px;background:#ffffff40;border-radius:2px;overflow:hidden}._progressFill_wfc63_68{height:100%;background:#1877f2;transition:width .1s linear}._seekRange_wfc63_74{position:relative;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2;margin:0}._bottomControls_wfc63_84{display:flex;align-items:center;justify-content:space-between}._leftControls_wfc63_90{display:flex;align-items:center;gap:12px}._iconBtn_wfc63_96{width:28px;height:28px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1)}._iconBtn_wfc63_96:hover{background:#ffffff59;transform:scale(1.1);border-color:#fff9}._iconBtn_wfc63_96 svg{display:block}._timeDisplay_wfc63_120{color:#fff;font-weight:600;font-size:13px;font-variant-numeric:tabular-nums;letter-spacing:.2px;text-shadow:0 1px 3px rgba(0,0,0,.5)}._bigPlayOverlay_wfc63_129{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0003;cursor:pointer;transition:background .25s ease;z-index:5}._bigPlayOverlay_wfc63_129:hover{background:#00000059}._bigPlayOverlay_wfc63_129:hover ._bigPlayButton_wfc63_143{transform:scale(1.1);background:#000000a6;border-color:#ffffffd9;box-shadow:0 12px 36px #0000008c,0 0 20px #fff3}._bigPlayButton_wfc63_143{width:72px;height:72px;border-radius:50%;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:2px solid rgba(255,255,255,.6);box-shadow:0 8px 30px #0006;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s ease,border-color .25s ease,box-shadow .25s ease}._bigPlayButton_wfc63_143 svg{width:36px;height:36px;margin-left:4px;fill:#fff;color:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}._bigPlayButton_wfc63_143:active{transform:scale(.95)}._errorMessage_wfc63_177{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#000000b3}._overlayContainer_12pnm_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:#0c0b0b66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;animation:_fadeIn_12pnm_1 .2s ease-in-out}@keyframes _fadeIn_12pnm_1{0%{opacity:0}to{opacity:1}}._container_12pnm_24{display:flex;flex-direction:column;height:100%;overflow:hidden}._header_12pnm_31{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;color:#fff;flex-shrink:0}._statusCount_12pnm_40{font-weight:700;font-size:13px;color:#fff;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);padding:5px 14px;border-radius:20px;letter-spacing:.02em}._closeBtn_12pnm_52{width:38px;height:38px;padding:0;border-radius:50%;background:#fff!important;border:1.5px solid rgba(255,255,255,.9)!important;color:#0f172a!important;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;opacity:1!important;visibility:visible!important;box-shadow:0 4px 14px #00000047}._closeBtn_12pnm_52:hover{background:#f8fafc!important;transform:scale(1.1);box-shadow:0 6px 20px #00000061}._closeBtn_12pnm_52 svg{width:14px;height:14px}._closeBtn_12pnm_52 svg path{fill:#0f172a!important}._mediaArea_12pnm_82{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;position:relative;padding:12px 24px;overflow:hidden}._viewer_12pnm_93{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;cursor:default}._viewer_12pnm_93 ._image_12pnm_102,._viewer_12pnm_93 ._video_12pnm_103{max-height:calc(100vh - 190px);max-width:min(90vw,1000px);width:auto;height:auto;isolation:isolate;transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:radial-gradient(#fff,#000);box-shadow:none;object-fit:contain;display:block}._videoLabelBadge_12pnm_117{position:absolute;top:16px;left:16px;background-color:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;display:flex;align-items:center;gap:4px}._navBtn_12pnm_132{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;background-color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:50%;color:#0f172a;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 16px #00000040;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:10;display:flex;align-items:center;justify-content:center}._navBtn_12pnm_132:hover{background-color:#fff;border-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 24px #00000059}._navBtn_12pnm_132:disabled{opacity:0;pointer-events:none}._navBtn_12pnm_132 svg{width:20px;height:20px}._navBtn_12pnm_132 svg path{fill:#0f172a!important}._navPrev_12pnm_170{left:24px}._navNext_12pnm_174{right:24px}._footer_12pnm_178{display:flex;justify-content:center;padding:10px 24px 20px;flex-shrink:0;background:transparent;border-top:none}._thumbnailStrip_12pnm_187{display:flex;justify-content:center;gap:10px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:8px 14px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:16px;box-shadow:0 8px 24px #00000040;-ms-overflow-style:none;scrollbar-width:none}._thumbnailStrip_12pnm_187::-webkit-scrollbar{display:none}._thumbnailBtn_12pnm_208{position:relative;width:56px;height:56px;border-radius:9px;overflow:hidden;flex-shrink:0;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent;padding:0;background:#ffffff1a;opacity:.6;cursor:pointer}._thumbnailBtn_12pnm_208:hover{opacity:1;transform:translateY(-2px)}._thumbnailBtnActive_12pnm_227{opacity:1;transform:scale(1.08);border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f666}._thumbnailImg_12pnm_234{width:100%;height:100%;object-fit:cover;display:block;border-radius:7px}._thumbnailVideoOverlay_12pnm_242{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;pointer-events:none}._thumbnailVideoOverlay_12pnm_242 ._playBadge_12pnm_251{width:22px;height:22px;border-radius:50%;background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}._thumbnailVideoOverlay_12pnm_242 ._playBadge_12pnm_251 svg{margin-left:1.5px}.ReactModal__Overlay._filterOverlay_m0t93_1{background-color:#0000006b;z-index:9000}.ReactModal__Content._filterModal_m0t93_6{left:auto;width:min(560px,100vw);min-width:min(360px,100vw);height:100vh;max-height:100vh;background:#fff;border-radius:0}._formSection_m0t93_16{display:flex;flex-direction:column;gap:16px}._sectionHeading_m0t93_22{align-items:center;display:flex;flex-wrap:wrap}._sectionHeadingText_m0t93_28{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.6rem}._sectionOptionalSign_m0t93_35{background:#e4e6eb;border-radius:100px;font-size:.7rem;margin-bottom:.6rem;padding:4px 8px;text-transform:uppercase}._platformChipLabel_m0t93_44{display:flex;align-items:center;gap:8px}._platformChipLabel_m0t93_44 svg{width:14px;height:14px}._groupList_m0t93_54,._accountList_m0t93_55{display:flex;flex-direction:column;gap:10px}._groupItem_m0t93_61,._accountItem_m0t93_62{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;background:transparent;border:none;width:100%;border-radius:8px;transition:all .2s ease}._groupItem_m0t93_61:hover,._accountItem_m0t93_62:hover{background:#f8fafc}._groupLeft_m0t93_79,._accountLeft_m0t93_80{display:flex;align-items:center;gap:12px}._groupName_m0t93_86,._accountName_m0t93_87{font-weight:600;color:#0b2135}._accountTextWrap_m0t93_92{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;text-align:left}._locationCountSubtitle_m0t93_101{font-size:11px;font-weight:500;color:#0284c7;background:#e0f2fe;padding:1px 6px;border-radius:4px}._groupDot_m0t93_110{width:10px;height:10px;border-radius:50%}._accountPlatformBlock_m0t93_116{border-top:1px dashed #f4f5f6;padding-top:20px;margin-top:8px}._accountPlatformTitle_m0t93_122{display:flex;align-items:center;gap:10px;color:#0b2135;font-size:12px;font-weight:700;margin-bottom:16px;text-transform:uppercase;opacity:.85}._accountGrid_m0t93_134{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:600px){._accountGrid_m0t93_134{grid-template-columns:1fr}}._googleFilterCard_m0t93_145{grid-column:1/-1;display:flex;flex-direction:column;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px}._googleFilterCard_m0t93_145 ._accountItem_m0t93_62{background:#fff;border:1px solid #e2e8f0}._googleLocationFilterList_m0t93_160{display:flex;flex-direction:column;gap:6px;padding-left:12px}._googleLocationFilterItem_m0t93_167{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:left}._googleLocationFilterItem_m0t93_167:hover{background:#f1f5f9;border-color:#cbd5e1}._googleLocationFilterItem_m0t93_167._active_m0t93_183{background:#eff6ff;border-color:#93c5fd}._googleLocationFilterItem_m0t93_167._active_m0t93_183 ._locTitle_m0t93_187{color:#1a73e8;font-weight:600}._locFilterLeft_m0t93_192{display:flex;align-items:center;gap:10px;min-width:0}._shopIcon_m0t93_199{width:22px;height:22px;object-fit:contain;flex-shrink:0}._locFilterText_m0t93_206{display:flex;flex-direction:column;gap:2px;min-width:0}._locTitle_m0t93_187{font-size:13px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._locAddress_m0t93_222{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._avatarPlaceholder_m0t93_230{display:flex;align-items:center;justify-content:center;color:#525f7f}._emptyText_m0t93_237{padding:10px 0;color:#586271}._skeletonItem_m0t93_242{pointer-events:none}._skeletonCheckbox_m0t93_246{border-radius:8px}._googleCard_yo1u8_1{background:#fff;border:1px solid #dadce0;border-radius:12px;overflow:hidden;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:#202124;box-shadow:0 1px 3px #3c40431f,0 1px 2px #3c40433d;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;max-width:100%;box-sizing:border-box;min-width:0;display:flex;flex-direction:column}._googleCard_yo1u8_1:hover{box-shadow:0 4px 12px #3c404326,0 2px 4px #3c404333}._cardHeader_yo1u8_22{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 8px;background:#fff}._businessInfo_yo1u8_30{display:flex;align-items:center;gap:9px;min-width:0}._avatarWrapper_yo1u8_37{position:relative;width:36px;height:36px;border-radius:50%;flex-shrink:0;background:#f1f3f4;display:flex;align-items:center;justify-content:center}._avatarWrapper_yo1u8_37 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._googleBadgeIconWrapper_yo1u8_55{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;display:flex;align-items:center;justify-content:center;padding:1px}._initialAvatar_yo1u8_70{width:100%;height:100%;border-radius:50%;background:#e37400;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.05rem}._headerText_yo1u8_83{display:flex;flex-direction:column;min-width:0}._businessName_yo1u8_89{font-size:.875rem;font-weight:600;color:#202124;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._metaRow_yo1u8_99{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#5f6368;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._googleSourceLabel_yo1u8_111{color:#1a73e8;font-weight:500}._metaDivider_yo1u8_116{color:#9aa0a6}._moreBtn_yo1u8_120{background:none;border:none;color:#5f6368;padding:6px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}._moreBtn_yo1u8_120:hover{background:#f1f3f4;color:#202124}._moreBtn_yo1u8_120 svg{width:18px;height:18px}._mediaArea_yo1u8_142{position:relative;width:100%;background:#f8f9fa;overflow:hidden;cursor:pointer}._mediaSingle_yo1u8_150{width:100%;aspect-ratio:16/9;max-height:280px;display:flex;align-items:center;justify-content:center;background:#f1f3f4;overflow:hidden}._mediaSingle_yo1u8_150 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}._mediaSingle_yo1u8_150:hover img{transform:scale(1.02)}._mediaSingle_yo1u8_150 video{width:100%;height:100%;object-fit:contain;display:block}._videoWrapper_yo1u8_177{position:relative;width:100%;aspect-ratio:16/9;max-height:280px;background:#202124;display:flex;align-items:center;justify-content:center}._videoWrapper_yo1u8_177 video{width:100%;height:100%;object-fit:contain}._videoWrapper_yo1u8_177 ._videoOverlay_yo1u8_192{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#202124b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none;transition:all .2s ease}._videoWrapper_yo1u8_177 ._videoOverlay_yo1u8_192 svg{width:24px;height:24px;margin-left:2px}._videoWrapper_yo1u8_177:hover ._videoOverlay_yo1u8_192{transform:translate(-50%,-50%) scale(1.1);background:#1a73e8}._mediaGrid_yo1u8_219{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;width:100%;max-height:280px}._gridItem_yo1u8_227{position:relative;height:140px;overflow:hidden;background:#f1f3f4}._gridItem_yo1u8_227 img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}._gridItem_yo1u8_227:hover img{transform:scale(1.03)}._gridItem_yo1u8_227 ._moreOverlay_yo1u8_242{position:absolute;top:0;right:0;bottom:0;left:0;background:#2021248c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}._postBody_yo1u8_256{padding:12px;display:flex;flex-direction:column;gap:12px}._eventSection_yo1u8_264{display:flex;flex-direction:column;gap:6px}._eventBadgeRow_yo1u8_270{display:flex;align-items:center}._eventBadge_yo1u8_270{display:inline-flex;align-items:center;padding:3px 8px;background:#e8f0fe;color:#1a73e8;border-radius:4px;font-size:.6875rem;font-weight:700;letter-spacing:.05em;width:fit-content}._eventTitle_yo1u8_288{font-size:1.0625rem;font-weight:600;color:#202124;line-height:1.35;margin:0}._eventScheduleBox_yo1u8_296{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#1a73e8;font-weight:500}._eventScheduleBox_yo1u8_296 svg{flex-shrink:0}._offerSection_yo1u8_309{display:flex;flex-direction:column;gap:6px}._offerBadge_yo1u8_315{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:700;color:#b06000;background:#fef7e0;border:1px solid #fce8b2;padding:3px 8px;border-radius:4px;width:fit-content;text-transform:uppercase;letter-spacing:.05em}._alertBadge_yo1u8_330{display:inline-flex;align-items:center;width:fit-content;padding:3px 8px;border:1px solid #f6c26b;border-radius:4px;background:#fef7e0;color:#8c4b00;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}._offerTitle_yo1u8_345{font-size:1.0625rem;font-weight:600;color:#202124;line-height:1.35;margin:0}._offerSchedule_yo1u8_353{font-size:.8125rem;color:#5f6368;font-weight:500}._placeholderTitle_yo1u8_359{font-size:1.0625rem;font-weight:600;color:#9aa0a6;line-height:1.35;margin:0}._placeholderSchedule_yo1u8_367{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#9aa0a6;font-style:italic}._placeholderSchedule_yo1u8_367 svg{flex-shrink:0;opacity:.6}._couponBox_yo1u8_380{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1.5px dashed #1a73e8;border-radius:6px;padding:8px 12px;margin-top:2px}._couponCodeWrapper_yo1u8_391{display:flex;align-items:center;gap:6px}._couponLabel_yo1u8_397{font-size:.75rem;color:#5f6368;font-weight:500}._couponCode_yo1u8_391{font-size:.9375rem;font-weight:700;color:#1a73e8;font-family:monospace;letter-spacing:1.5px}._copyBtn_yo1u8_411{background:#e8f0fe;border:1px solid #d2e3fc;color:#1a73e8;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;padding:5px 10px;border-radius:4px;transition:all .15s ease}._copyBtn_yo1u8_411 svg{width:13px;height:13px;color:#1a73e8;fill:currentColor}._copyBtn_yo1u8_411:hover{background:#d2e3fc;color:#174ea6}._copyBtn_yo1u8_411:hover svg{color:#174ea6}._copyBtn_yo1u8_411._copied_yo1u8_438{background:#e6f4ea;border-color:#ceead6;color:#137333}._copyBtn_yo1u8_411._copied_yo1u8_438 svg{color:#137333}._termsText_yo1u8_447{font-size:.6875rem;color:#70757a;line-height:1.4;margin-top:2px;font-style:italic}._contentArea_yo1u8_456{font-size:.8125rem;line-height:1.45;color:#3c4043;white-space:pre-wrap;word-break:break-word}._contentArea_yo1u8_456 p{margin:0}._cardFooter_yo1u8_468{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px 12px;margin-top:auto;border-top:1px solid #f1f3f4}._ctaButton_yo1u8_478{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#1a73e8;color:#fff;border:none;border-radius:20px;padding:7px 18px;font-size:.8125rem;font-weight:600;font-family:Google Sans,Roboto,-apple-system,Arial,sans-serif;cursor:pointer;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #3c40434d}._ctaButton_yo1u8_478:hover{background:#1765cc;box-shadow:0 2px 6px #1a73e866;color:#fff;transform:translateY(-1px)}._ctaButton_yo1u8_478:active{background:#1557d0;transform:translateY(0)}._ctaButton_yo1u8_478 svg{flex-shrink:0}._footerActions_yo1u8_510{display:flex;align-items:center;gap:8px;margin-left:auto}._shareBtn_yo1u8_517{background:none;border:1px solid #dadce0;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#5f6368;cursor:pointer;transition:all .15s ease}._shareBtn_yo1u8_517:hover{background:#f1f3f4;color:#202124;border-color:#bdc1c6}._shareBtn_yo1u8_517 svg{width:16px;height:16px}._gSearchTag_yo1u8_540{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#5f6368;font-weight:500}._gSearchTag_yo1u8_540 svg{color:#1a73e8}._storyPreview_1klnj_1{position:relative;width:100%;margin-inline:auto;aspect-ratio:9/16;overflow:hidden;border-radius:.875rem;background:#111827;color:#fff;isolation:isolate;box-shadow:0 .75rem 2rem #0f172a2e}._mediaLayer_1klnj_14,._mediaLayer_1klnj_14 .videoContainer,._video_1klnj_15,._image_1klnj_17{width:100%;height:100%}._mediaLayer_1klnj_14{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}._mediaLayer_1klnj_14 video{object-fit:contain}._image_1klnj_17{display:block;object-fit:contain}._emptyMedia_1klnj_36{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1.5rem;background:#1f2937;color:#ffffffb8;font-size:.875rem;text-align:center}._scrim_1klnj_48{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.45) 0%,transparent 24%,transparent 60%,rgba(0,0,0,.56) 100%)}._topChrome_1klnj_56,._bottomChrome_1klnj_57,._textOverlay_1klnj_58{position:absolute;z-index:2}._topChrome_1klnj_56{top:0;right:0;left:0;padding:.625rem}._progressTrack_1klnj_70{display:flex;gap:.1875rem;height:.1875rem}._progressSegment_1klnj_76{display:block;flex:1;overflow:hidden;border-radius:999px;background:#ffffff6b}._progressSegment_1klnj_76 ._progressFill_1klnj_83{display:block;height:100%;border-radius:inherit;background:#fff}._progressSegment_1klnj_76 ._photoProgressActive_1klnj_89{animation:_photoProgressAnim_1klnj_1 5s linear forwards}@keyframes _photoProgressAnim_1klnj_1{0%{width:0%}to{width:100%}}._profileRow_1klnj_101{display:flex;align-items:center;gap:.4375rem;padding-top:.5625rem}._avatar_1klnj_108{display:grid;width:1.75rem;height:1.75rem;flex:0 0 1.75rem;place-items:center;overflow:hidden;border:.125rem solid rgba(255,255,255,.92);border-radius:50%;background:#fff3;color:#fff;font-size:.75rem;font-weight:800}._avatar_1klnj_108 img{width:100%;height:100%;object-fit:cover}._profileMeta_1klnj_128{display:flex;min-width:0;flex:1;flex-direction:column;line-height:1.15}._profileMeta_1klnj_128 strong,._profileMeta_1klnj_128 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._profileMeta_1klnj_128 strong{font-size:.6875rem}._profileMeta_1klnj_128 span{margin-top:.125rem;font-size:.5625rem;color:#ffffffc7}._moreIcon_1klnj_150{width:1rem;height:1rem;flex:0 0 auto;color:#fff;transform:translate(-.25rem,-.25rem)}._moreIcon_1klnj_150 path{fill:currentColor}._storyNav_1klnj_161{position:absolute;top:50%;z-index:3;display:grid;width:2rem;height:3.5rem;padding:0;place-items:center;border:0;border-radius:.375rem;color:#fff;background:#0000002e;cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .18s ease,background .18s ease}._storyNav_1klnj_161 svg{width:1.125rem;height:1.125rem}._storyNav_1klnj_161:hover,._storyNav_1klnj_161:focus-visible{opacity:1;background:#00000075;outline:none}._storyPreview_1klnj_1:hover ._storyNav_1klnj_161,._storyNav_1klnj_161:focus-visible{opacity:.8}._storyNavPrevious_1klnj_194{left:.5rem}._storyNavNext_1klnj_198{right:.5rem}._textOverlay_1klnj_58{right:.875rem;bottom:3.875rem;left:.875rem;margin:0;color:#fff;font-size:.875rem;font-weight:700;line-height:1.35;text-align:center;text-shadow:0 .0625rem .25rem rgba(0,0,0,.72);white-space:pre-wrap;word-break:break-word}._bottomChrome_1klnj_57{right:0;bottom:0;left:0;display:flex;align-items:center;gap:.625rem;padding:.625rem}._replyField_1klnj_227{flex:1;padding:.5rem .75rem;border:.0625rem solid rgba(255,255,255,.76);border-radius:999px;color:#ffffffeb;font-size:.6875rem}._heart_1klnj_236{font-size:1.5rem;line-height:1}@media(max-width:42rem){._storyPreview_1klnj_1{width:100%;border-radius:.75rem}}._commentContainer_d8dr2_1{width:100%;max-width:32.5rem;margin-top:.875rem;padding:0 .25rem;box-sizing:border-box}._commentWrapper_d8dr2_9{display:flex;align-items:flex-start;gap:.625rem;width:100%}._avatar_d8dr2_16{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 2rem;overflow:hidden;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;margin-top:2px}._avatar_d8dr2_16 img{width:100%;height:100%;object-fit:cover}._commentContentGroup_d8dr2_35{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}._commentBubble_d8dr2_43{display:flex;flex-direction:column;max-width:100%;padding:.625rem .875rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a}._authorHeader_d8dr2_54{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}._authorName_d8dr2_61{color:#050505;font-size:.8125rem;font-weight:700;line-height:1.25}._contentText_d8dr2_68{margin:.375rem 0 0;color:#050505;font-size:.8125rem;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}._commentMeta_d8dr2_77{display:flex;align-items:center;gap:.375rem;margin-top:.25rem;margin-left:.75rem;color:#65676b;font-size:.6875rem;font-weight:600}._commentMeta_d8dr2_77 ._actionBtn_d8dr2_87{padding:0;color:#65676b;font:inherit;font-size:.6875rem;font-weight:700;background:transparent;border:none;cursor:pointer;transition:color .15s ease}._commentMeta_d8dr2_77 ._actionBtn_d8dr2_87:hover{color:#006aff;text-decoration:underline}._commentMeta_d8dr2_77 ._dot_d8dr2_102{color:#8a8d91;font-weight:700}._commentMeta_d8dr2_77 ._timestamp_d8dr2_106{color:#65676b;font-weight:400}._instagramCard_1moqj_1{width:100%;max-width:100%;box-sizing:border-box;min-width:0;margin:0 auto;background:#fff;border:1px solid #dbdbdb;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000000a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#262626}._igHeader_1moqj_17{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem}._igProfile_1moqj_24{display:flex;align-items:center;gap:.5rem;min-width:0}._igAvatarWrapper_1moqj_31{width:2rem;height:2rem;border-radius:50%;overflow:hidden;background:#efefef;flex-shrink:0}._igAvatarWrapper_1moqj_31 img{width:100%;height:100%;object-fit:cover}._igAvatarPlaceholder_1moqj_45{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#262626}._igProfileText_1moqj_55{display:flex;flex-direction:column;min-width:0}._igProfileName_1moqj_61{font-size:.8125rem;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}._igProfileName_1moqj_61:hover{color:#8e8e8e}._igMoreIcon_1moqj_74{width:16px;height:16px;color:#262626;flex-shrink:0;cursor:pointer}._mediaContainer_1moqj_83{width:100%;background:#fafafa;position:relative;overflow:hidden}._emptyMediaPlaceholder_1moqj_90{width:100%;aspect-ratio:1/1;background:#f8fafc;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#94a3b8;font-size:.8125rem;font-weight:500;-webkit-user-select:none;user-select:none}._emptyMediaPlaceholder_1moqj_90 svg{width:36px;height:36px;opacity:.5}._singleMediaWrapper_1moqj_112{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fafafa;position:relative;overflow:hidden}._singleMediaWrapper_1moqj_112 img,._singleMediaWrapper_1moqj_112 video{width:100%;height:100%;object-fit:cover;display:block}._carouselWrapper_1moqj_131{position:relative;width:100%;overflow:hidden}._carouselContent_1moqj_137{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fafafa;overflow:hidden}._carouselContent_1moqj_137 img,._carouselContent_1moqj_137 video{width:100%;height:100%;object-fit:cover;display:block}._carouselBadge_1moqj_154{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3}._carouselBtn_1moqj_168{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#ffffffe6;border:none;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;color:#262626;cursor:pointer;z-index:4;transition:transform .15s,background .15s}._carouselBtn_1moqj_168:hover{background:#fff;transform:translateY(-50%) scale(1.08)}._carouselBtn_1moqj_168 svg{width:16px;height:16px}._prevBtn_1moqj_195{left:10px}._nextBtn_1moqj_199{right:10px}._igActionsBar_1moqj_203,._igActions_1moqj_203{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;position:relative}._carouselDots_1moqj_212{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:4px;pointer-events:auto}._dot_1moqj_224{width:6px;height:6px;border-radius:50%;background:#a8a8a8;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}._dot_1moqj_224._activeDot_1moqj_232{background:#0095f6;transform:scale(1.2)}._igLeftActions_1moqj_237,._igActionsLeft_1moqj_238{display:flex;align-items:center;gap:14px}._igActionBtn_1moqj_244{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#262626;transition:transform .15s,opacity .15s}._igActionBtn_1moqj_244:hover{opacity:.7;transform:scale(1.05)}._igActionBtn_1moqj_244 svg{width:22px!important;height:22px!important}._igActionIcon_1moqj_264{width:24px;height:24px;max-width:24px;max-height:24px;color:#262626;cursor:pointer;display:block;flex-shrink:0;transition:transform .15s,opacity .15s}._igActionIcon_1moqj_264:hover{opacity:.7;transform:scale(1.05)}._igPostInfo_1moqj_281,._igPostMeta_1moqj_282{padding:0 12px 12px;display:flex;flex-direction:column;gap:4px}._igLikesCount_1moqj_289{font-size:.8125rem;font-weight:600;color:#262626}._igCaption_1moqj_295{margin:0;font-size:.8125rem;line-height:1.4;font-weight:400;color:#262626;white-space:pre-wrap;word-break:break-word}._igCaptionName_1moqj_305{font-weight:600;margin-right:.375rem;cursor:pointer}._igCaptionName_1moqj_305:hover{opacity:.7}._igViewComments_1moqj_314{font-size:.75rem;color:#8e8e8e;cursor:pointer;margin-top:2px}._reelCard_1moqj_322{font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.3;isolation:isolate;width:100%;max-width:min(100%,var(--short-video-preview-width, 20rem));box-sizing:border-box;min-width:0;margin:0 auto;aspect-ratio:9/16;background:#000;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000040;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}._reelsChrome_1moqj_343{position:absolute;top:14px;right:14px;left:14px;z-index:10;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:18px;font-weight:700;line-height:1;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.7)}._reelsChrome_1moqj_343 svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._reelTopControls_1moqj_370{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:10;pointer-events:auto}._reelTopControlsWithHeader_1moqj_382{top:48px}._reelAudioControl_1moqj_386{display:inline-flex;align-items:center;gap:6px;width:36px;height:36px;padding:0;box-sizing:border-box;overflow:hidden;border-radius:999px}._reelAudioControl_1moqj_386:hover,._reelAudioControl_1moqj_386:focus-within{width:112px;padding-right:6px;background:#000000b8;box-shadow:0 3px 12px #0000004d}._reelAudioControl_1moqj_386:hover ._reelVolumeSlider_1moqj_403,._reelAudioControl_1moqj_386:focus-within ._reelVolumeSlider_1moqj_403{opacity:1;pointer-events:auto;transform:translate(0)}._reelControlBtn_1moqj_409{width:36px;height:36px;min-width:36px;padding:0;box-sizing:border-box;border-radius:50%;background:transparent;border:none;display:inline-flex;align-items:center;justify-content:center;line-height:0;color:#fff;cursor:pointer;transition:background .2s,transform .15s}._reelControlBtn_1moqj_409:hover{background:#ffffff1f}._reelControlBtn_1moqj_409 svg{display:block;width:19px;height:19px;flex:0 0 19px;overflow:visible;stroke:currentColor}._reelVolumeSlider_1moqj_403{width:62px;flex:0 0 62px;height:4px;margin:0;padding:10px 0;box-sizing:content-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;opacity:0;pointer-events:none;transform:translate(-4px);transition:opacity .14s ease,transform .18s ease}._reelVolumeSlider_1moqj_403::-webkit-slider-runnable-track{height:3px;border-radius:999px;background:#ffffff73}._reelVolumeSlider_1moqj_403::-webkit-slider-thumb{width:11px;height:11px;margin-top:-4px;border:2px solid #fff;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;box-shadow:0 1px 4px #00000059}._reelVolumeSlider_1moqj_403:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:999px}._centerPlayBtn_1moqj_474{padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:5;pointer-events:auto;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s;box-shadow:0 4px 20px #0000004d}._centerPlayBtn_1moqj_474:hover{transform:translate(-50%,-50%) scale(1.1);background:#000000a6}._centerPlayBtn_1moqj_474 svg{display:block;flex-shrink:0;width:25px;height:25px;margin-left:2px;fill:#fff}._reelCarouselCount_1moqj_509{position:absolute;top:14px;right:14px;z-index:3;border-radius:999px;background:#000000a3;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px}._reelCarouselButton_1moqj_522{position:absolute;top:50%;z-index:3;width:32px;height:32px;transform:translateY(-50%);border:0;border-radius:50%;background:#ffffffe6;color:#111;cursor:pointer;font-size:1.8rem;line-height:1}._reelCarouselPrevious_1moqj_538{left:12px}._reelCarouselNext_1moqj_542{right:12px}._tikTokCoverLink_1moqj_546{position:absolute;top:14px;left:14px;z-index:3;border-radius:999px;background:#000000a3;color:#fff;font-size:.75rem;font-weight:600;padding:6px 10px;text-decoration:none}._tikTokCoverLink_1moqj_546:hover,._tikTokCoverLink_1moqj_546:focus{background:#000000d1;color:#fff;text-decoration:none}._reelMedia_1moqj_565{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;background:#000;display:block}._reelsOverlay_1moqj_576{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,transparent 20%,transparent 55%,rgba(0,0,0,.75) 100%);pointer-events:none}._reelsRightActions_1moqj_586{position:absolute;right:14px;bottom:112px;width:36px;display:flex;flex-direction:column;align-items:center;gap:18px;pointer-events:auto;z-index:4}._reelsActionBtn_1moqj_599{width:36px;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}._reelsActionBtn_1moqj_599 svg{display:block;width:32px;height:32px;flex-shrink:0;overflow:visible;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .15s}._reelsActionBtn_1moqj_599 svg:hover{transform:scale(1.1)}._reelsActionBtn_1moqj_599 span{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}._reelsMoreAction_1moqj_627{margin-top:1px}._reelsMoreAction_1moqj_627 svg,._reelsMoreAction_1moqj_627 svg path{fill:currentColor}._reelsMoreAction_1moqj_627 svg{width:28px;height:20px}._reelsBookmarkIcon_1moqj_639 path{stroke:currentColor}._reelsMusicDisc_1moqj_643{position:absolute;right:12px;bottom:16px;z-index:4;width:40px;height:40px;box-sizing:border-box;border-radius:50%;background:#111;border:2px solid #fff;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:_spinDisc_1moqj_1 4s linear infinite;box-shadow:0 2px 6px #0006}._reelsMusicDisc_1moqj_643 ._discInner_1moqj_661{width:100%;height:100%;background-size:cover;background-position:center;border-radius:50%;background-color:#222}@keyframes _spinDisc_1moqj_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._reelsBottomInfo_1moqj_678{position:absolute;left:12px;right:60px;bottom:14px;display:flex;flex-direction:column;gap:6px;pointer-events:auto;z-index:4}._reelsUserRow_1moqj_690{display:flex;align-items:center;gap:7px;min-height:34px}._reelsProfileAvatar_1moqj_697{width:38px;height:38px;box-sizing:border-box;border-radius:50%;overflow:hidden;border:1.5px solid rgba(255,255,255,.8);flex-shrink:0;background:#0006;display:flex;align-items:center;justify-content:center}._reelsProfileAvatar_1moqj_697 img{width:100%;height:100%;object-fit:cover;display:block}._reelsUsername_1moqj_717{font-size:13px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:148px}._reelsFollowBtn_1moqj_728{padding:4px 9px;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.8);border-radius:5px;color:#fff;font-size:11px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s}._reelsFollowBtn_1moqj_728:hover{background:#ffffff4d}._reelsCaption_1moqj_745{margin:0;font-size:13px;line-height:1.35;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._reelsAudioTrack_1moqj_757{display:flex;align-items:center;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._reelsMusicRow_1moqj_767{display:flex;align-items:center;gap:4px;font-size:12px;line-height:16px;color:#fffffff2;text-shadow:0 1px 3px rgba(0,0,0,.8);margin-top:2px}._reelsMusicRow_1moqj_767 ._reelsMusicNoteIcon_1moqj_777{display:block;width:15px;height:15px;flex:0 0 15px;overflow:visible;color:#fff;fill:currentColor;stroke:none;transform:translateY(-1px)}._reelsMusicRow_1moqj_767 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._facebookCard_1hb9a_1{width:100%;max-width:100%;box-sizing:border-box;min-width:0;margin:0 auto;background:#fff;border:1px solid #ced0d4;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#050505}._fbHeader_1hb9a_17{display:flex;align-items:center;gap:8px;padding:10px 12px 8px}._fbAvatar_1hb9a_24{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#e4e6eb;flex-shrink:0}._fbAvatar_1hb9a_24 img{width:100%;height:100%;object-fit:cover}._fbHeaderText_1hb9a_38{display:flex;flex-direction:column;min-width:0;flex:1}._fbName_1hb9a_45{font-size:.875rem;font-weight:600;color:#050505;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fbMeta_1hb9a_55{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#65676b;margin-top:3px}._fbMetaDot_1hb9a_64{font-size:.75rem;color:#65676b}._globeIcon_1hb9a_69{color:#65676b;flex-shrink:0}._moreBtn_1hb9a_74{background:none;border:none;padding:5px;border-radius:50%;color:#65676b;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;transition:background .15s ease}._moreBtn_1hb9a_74:hover{background:#f0f2f5;color:#050505}._moreBtn_1hb9a_74 svg{width:18px;height:18px}._fbContent_1hb9a_96{padding:4px 12px 10px;font-size:.875rem;line-height:1.45;color:#050505;white-space:pre-wrap;word-break:break-word}._fbContent_1hb9a_96 p{margin:0}._mediaGrid_1hb9a_109{width:100%;background:#f0f2f5;display:grid;gap:2px;overflow:hidden}._mediaGrid_1hb9a_109._grid1_1hb9a_116{grid-template-columns:1fr;max-height:520px}._mediaGrid_1hb9a_109._grid1_1hb9a_116 ._gridItem_1hb9a_120{height:auto;max-height:520px}._mediaGrid_1hb9a_109._grid1_1hb9a_116 ._gridItem_1hb9a_120 img,._mediaGrid_1hb9a_109._grid1_1hb9a_116 ._gridItem_1hb9a_120 video{width:100%;max-height:520px;object-fit:cover}._mediaGrid_1hb9a_109._grid2_1hb9a_130{grid-template-columns:1fr 1fr;height:320px}._mediaGrid_1hb9a_109._grid3_1hb9a_134{grid-template-columns:1fr 1fr;grid-template-rows:240px 180px;height:420px}._mediaGrid_1hb9a_109._grid3_1hb9a_134 ._gridItem_1hb9a_120:first-child{grid-column:span 2}._mediaGrid_1hb9a_109._grid4_1hb9a_142{grid-template-columns:1fr 1fr;grid-template-rows:180px 180px;height:360px}._gridItem_1hb9a_120{position:relative;width:100%;height:100%;background:#e4e6eb;cursor:pointer;overflow:hidden}._gridItem_1hb9a_120 img,._gridItem_1hb9a_120 video{width:100%;height:100%;object-fit:cover;display:block}._mediaOverlay_1hb9a_164{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;z-index:2}._linkPreviewCard_1hb9a_178{display:flex;flex-direction:column;border-top:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb;background:#f0f2f5;text-decoration:none;color:inherit;overflow:hidden}._linkPreviewCard_1hb9a_178:hover{background:#e4e6eb}._linkPreviewImg_1hb9a_192{width:100%;max-height:240px;object-fit:cover;display:block}._linkPreviewInfo_1hb9a_199{padding:10px 16px;display:flex;flex-direction:column;gap:4px}._linkDomain_1hb9a_206{font-size:.75rem;color:#65676b;text-transform:uppercase}._linkTitle_1hb9a_212{font-size:.875rem;font-weight:600;color:#050505;line-height:1.3}._fbStatsBar_1hb9a_220{display:flex;align-items:center;justify-content:space-between;padding:8px 12px 5px;font-size:.75rem;color:#65676b}._fbStatsBar_1hb9a_220 ._fbLikesCount_1hb9a_228{display:flex;align-items:center;gap:6px}._fbStatsBar_1hb9a_220 ._fbLikesCount_1hb9a_228 ._fbLikeBadge_1hb9a_233{display:inline-flex;align-items:center;gap:6px}._fbStatsBar_1hb9a_220 ._fbLikesCount_1hb9a_228 ._fbLikeIconCircle_1hb9a_238{width:18px;height:18px;border-radius:50%;background:#1877f2;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._fbStatsBar_1hb9a_220 ._fbLikesCount_1hb9a_228 ._fbLikeIconCircle_1hb9a_238 svg{width:10px;height:10px}._fbStatsBar_1hb9a_220 ._fbLikesCount_1hb9a_228 ._fbLikeIconCircle_1hb9a_238 svg path{fill:#fff!important}._fbStatsBar_1hb9a_220 ._fbLikesCount_1hb9a_228 ._fbLikeNumber_1hb9a_255{font-size:.75rem;color:#65676b;font-weight:500}._fbStatsBar_1hb9a_220 ._fbCommentsSharesCount_1hb9a_260{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#65676b;font-weight:500;margin-left:auto}._fbActions_1hb9a_271{display:flex;align-items:center;justify-content:space-around;padding:3px 10px;border-top:1px solid #e4e6eb;margin:4px 12px 6px}._fbActionBtn_1hb9a_280{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 4px;border-radius:4px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease;-webkit-user-select:none;user-select:none}._fbActionBtn_1hb9a_280 svg{width:16px;height:16px}._fbActionBtn_1hb9a_280 svg path{fill:currentColor}._dropdownContainer_vxi1z_1{position:relative;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";-webkit-user-select:none;user-select:none}._dropdownLabel_vxi1z_8{display:block;margin-bottom:.35rem;color:#586271;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._triggerButton_vxi1z_18{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;padding:0 .85rem;background:#fff;border:1px solid #d4dae0;border-radius:10px;cursor:pointer;outline:none;transition:all .2s ease;box-shadow:0 1px 2px #00000008}._triggerButton_vxi1z_18:hover{border-color:#006aff80;background:#f6f8fa}._triggerButton_vxi1z_18._triggerActive_vxi1z_37{border-color:#006aff;background:#fff;box-shadow:0 0 0 3px #006aff1f}._disabled_vxi1z_43{opacity:.6;pointer-events:none}._triggerContent_vxi1z_48{display:flex;align-items:center;min-width:0;flex:1}._selectedItem_vxi1z_55{display:flex;align-items:center;gap:.625rem;min-width:0;flex:1}._selectedMeta_vxi1z_63{display:flex;flex-direction:column;min-width:0;text-align:left}._selectedName_vxi1z_70{font-size:.84rem;font-weight:700;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}._selectedSub_vxi1z_80{font-size:.6875rem;color:#586271;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._placeholderItem_vxi1z_88{display:flex;align-items:center;gap:.5rem;color:#586271;font-size:.84rem;font-weight:500}._placeholderIcon_vxi1z_97{color:#586271;flex-shrink:0}._chevronIcon_vxi1z_102{color:#586271;flex-shrink:0;margin-left:.5rem;transition:transform .2s ease}._chevronRotated_vxi1z_109{transform:rotate(180deg);color:#006aff}._menuDropdown_vxi1z_114{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1050;background:#fff;border:1px solid #f4f5f6;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;overflow:hidden;animation:_fadeInDown_vxi1z_1 .18s ease-out}@keyframes _fadeInDown_vxi1z_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._searchBox_vxi1z_138{display:flex;align-items:center;padding:.5rem .75rem;border-bottom:1px solid #f4f5f6;background:#f6f8fa;gap:.5rem}._searchIcon_vxi1z_147{color:#586271;flex-shrink:0}._searchInput_vxi1z_152{flex:1;min-width:0;border:none;background:transparent;font-family:inherit;font-size:.8125rem;color:#0b2135;outline:none}._searchInput_vxi1z_152::placeholder{color:#586271;opacity:.75}._clearSearchBtn_vxi1z_167{display:flex;align-items:center;justify-content:center;padding:2px;background:transparent;border:none;color:#586271;cursor:pointer;border-radius:50%;transition:all .15s ease}._clearSearchBtn_vxi1z_167:hover{background:#f4f5f6;color:#0b2135}._menuList_vxi1z_184{max-height:280px;overflow-y:auto;padding:.35rem 0}._menuList_vxi1z_184::-webkit-scrollbar{width:6px}._menuList_vxi1z_184::-webkit-scrollbar-thumb{background:#f4f5f6;border-radius:3px}._platformGroup_vxi1z_197:not(:last-child){border-bottom:1px solid #f4f5f6;margin-bottom:.25rem;padding-bottom:.25rem}._groupHeader_vxi1z_203{display:flex;align-items:center;gap:.45rem;padding:.4rem .85rem .25rem;background:#fff}._groupTitle_vxi1z_211{font-size:.6875rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#586271}._groupCount_vxi1z_219{font-size:.6875rem;font-weight:600;color:#586271;opacity:.7}._groupOptions_vxi1z_226{display:flex;flex-direction:column;padding:0 .35rem}._optionItem_vxi1z_232{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .6rem;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left;transition:all .15s ease}._optionItem_vxi1z_232:hover{background:#f6f8fa}._optionItem_vxi1z_232._optionSelected_vxi1z_248{background:#def2f1}._optionItem_vxi1z_232._optionSelected_vxi1z_248 ._optionName_vxi1z_251{color:#006aff;font-weight:700}._optionMeta_vxi1z_256{display:flex;flex-direction:column;min-width:0;flex:1}._optionName_vxi1z_251{font-size:.8125rem;font-weight:600;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._optionSub_vxi1z_273{font-size:.6875rem;color:#586271;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._checkIconWrapper_vxi1z_281{display:flex;align-items:center;justify-content:center;color:#006aff;margin-left:auto;flex-shrink:0}._emptyMessage_vxi1z_290{padding:1.5rem 1rem;text-align:center;font-size:.8125rem;color:#586271}._compact_vxi1z_297 ._triggerButton_vxi1z_18{height:32px;padding:0 .6rem;border-radius:8px;background:#f6f8fa;border-color:#f4f5f6}._compact_vxi1z_297 ._triggerButton_vxi1z_18:hover{background:#ebeef1;border-color:#d4dae0}._compact_vxi1z_297 ._selectedName_vxi1z_70{font-size:.75rem}._compact_vxi1z_297 ._selectedSub_vxi1z_80{display:none}._compact_vxi1z_297 ._placeholderItem_vxi1z_88{font-size:.75rem}._container_1z07m_1{width:100%;position:relative;z-index:2}._statusBar_1z07m_7{width:min(100%,340px);min-width:300px;min-height:44px;border:1px solid;border-radius:8px;padding:0 14px;display:flex;align-items:center;justify-content:flex-start;gap:9px;cursor:pointer;font-size:14px;font-weight:700;line-height:1.2;text-transform:none;transition:border-color .18s ease,background .18s ease;white-space:nowrap}._statusBar_1z07m_7:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._statusBarError_1z07m_31{border-color:#fd54586b;background:#fd54580b;color:#fd5458}._statusBarError_1z07m_31:hover{border-color:#fd5458ad;background:#fd545816}._statusBarWarning_1z07m_41{border-color:#a15c006b;background:#fc8c3211;color:#a15c00}._statusBarWarning_1z07m_41:hover{border-color:#a15c00a6;background:#fc8c321f}._statusBarSuccess_1z07m_51{border-color:#00945966;background:#00945911;color:#166534}._statusBarSuccess_1z07m_51:hover{border-color:#0094599e;background:#0094591f}._statusLabel_1z07m_61{min-width:0;overflow:hidden;text-overflow:ellipsis}._divider_1z07m_67{width:1px;height:20px;flex:0 0 1px;margin-left:3px;background:currentColor;opacity:.18}._destinationLabel_1z07m_76{flex:0 0 auto;color:#0b2135;font-weight:600}._iconError_1z07m_82{color:#fd5458}._iconError_1z07m_82 path{fill:currentColor!important}._iconWarning_1z07m_89{color:#a15c00}._iconSuccess_1z07m_93{color:#16a34a}._chevron_1z07m_97{flex:0 0 auto;margin-left:auto;color:#0b2135}._chevron_1z07m_97 path{fill:none!important;stroke:currentColor!important}._validationDrawerOverlay_1z07m_107{background:#0f27426b;z-index:15000}._validationDrawerModal_1z07m_112{position:fixed;top:50%;right:auto;left:50%;bottom:auto;transform:translate(-50%,-50%);margin:0;border:1px solid #dbe5f0;border-radius:14px;height:auto!important;max-height:calc(100vh - 32px)!important;width:min(720px,100vw - 32px);min-width:0;max-width:calc(100vw - 32px);overflow:hidden;box-shadow:0 10px 24px #0f274224;z-index:15100}._validationDrawerHeader_1z07m_132{padding:18px 24px!important;border-bottom:1px solid #e2e8f0}._validationDrawerHeader_1z07m_132 h1,._validationDrawerHeader_1z07m_132 h2,._validationDrawerHeader_1z07m_132 h3{color:#0f2742!important;font-family:Georgia,Times New Roman,serif!important;font-size:24px!important;font-weight:500!important}._validationDrawerContent_1z07m_145{padding:0}._drawerBody_1z07m_149{display:flex;flex-direction:column;gap:18px;padding:20px 24px 22px;overflow-y:auto;max-height:min(620px,100vh - 130px)}._platformTabs_1z07m_158{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px;overflow:visible;border:0;border-radius:0;background:transparent}._platformTabs_1z07m_158::-webkit-scrollbar{height:4px}._platformTabs_1z07m_158::-webkit-scrollbar-thumb{background:#0b213533;border-radius:999px}._platformTab_1z07m_158{min-width:0;min-height:54px;border:1px solid #dbe5f0;border-radius:9px!important;background:#fff;padding:.625rem .75rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer}._platformTab_1z07m_158:hover{border-color:#93b4e8;background:#f5f9ff}._platformTabActive_1z07m_195{border-color:#2563eb!important;background:#eff6ff!important;box-shadow:none}._platformTabActive_1z07m_195 ._platformTabLabel_1z07m_200{color:#1d4ed8}._platformTabLabelWrap_1z07m_204{display:inline-flex;align-items:center;gap:.375rem}._platformTabIcon_1z07m_210{flex-shrink:0}._platformTabLabel_1z07m_200{font-size:.75rem;font-weight:600;color:#0b2135;white-space:nowrap}._platformTabCounts_1z07m_221{display:inline-flex;align-items:center;gap:.25rem}._platformTabCount_1z07m_221{min-width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .3125rem;font-size:.625rem;font-weight:700;line-height:1;border-radius:999px}._platformTabCountError_1z07m_240{color:#fd5458;background:#fd54581f}._platformTabCountWarning_1z07m_245{color:#a15c00;background:#ffb84d33}._platformGroup_1z07m_250{min-width:0;padding:0;border:0;border-radius:0}._platformHeader_1z07m_257{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}._platformHeader_1z07m_257 h4{margin:0;font-size:.8125rem;font-weight:700;color:#0f2742;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500;text-transform:none;letter-spacing:normal}._platformIcon_1z07m_277{flex-shrink:0}._groupBlock_1z07m_281{margin-bottom:1rem}._groupBlock_1z07m_281:last-child{margin-bottom:0}._blockingTitle_1z07m_288,._suggestionTitle_1z07m_289{margin:0 0 .375rem;font-size:.6875rem;font-weight:700;text-transform:none;letter-spacing:normal}._blockingTitle_1z07m_288{color:#fd5458}._suggestionTitle_1z07m_289{color:#a15c00}._issueList_1z07m_305{display:flex;flex-direction:column;gap:.5rem}._issueRow_1z07m_311{width:100%;border:1px solid #f4f5f6;border-radius:8px;background:#fff;min-height:44px;padding:.625rem .75rem;display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem;color:inherit;cursor:pointer;font:inherit;text-align:left}._issueRow_1z07m_311:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._issueError_1z07m_332{border-color:#fd545840;background:#fd54580a}._issueWarning_1z07m_337{border-color:#a15c0033;background:#ffb84d1c}._issueIconError_1z07m_342{color:#fd5458;flex-shrink:0;margin-top:1px}._issueIconError_1z07m_342 path{fill:currentColor!important}._issueIconWarning_1z07m_351{color:#a15c00;flex-shrink:0;margin-top:1px}._issueMessage_1z07m_357{display:block;font-size:.75rem;font-weight:500;color:#0b2135;line-height:1.4;text-align:left}._issueMessage_1z07m_357 small{display:block;margin-top:.125rem;color:#586271;font-size:.6875rem;font-weight:500}._platformEmptyState_1z07m_373{margin-top:.25rem;margin-bottom:.5rem;padding:.625rem;border-radius:8px;border:1px solid rgba(0,148,89,.25);background:#00945914;color:#166534;display:flex;align-items:center;gap:.5rem}._platformEmptyState_1z07m_373 span{font-size:.75rem;font-weight:600}._emptyState_1z07m_390{margin:0;padding:.75rem;border:1px solid rgba(0,148,89,.3);border-radius:8px;background:#00945914;color:#166534;display:flex;align-items:center;gap:.5rem}._emptyState_1z07m_390 span{font-size:.75rem;font-weight:600}._drawerFooter_1z07m_406{width:100%;display:flex;justify-content:flex-end}._drawerFooter_1z07m_406 button{border-color:#2563eb!important;border-radius:8px!important;background:#2563eb!important;color:#fff!important;box-shadow:none!important}._drawerFooter_1z07m_406 button:hover{border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}@media(max-width:700px){._validationDrawerModal_1z07m_112{width:100vw;min-width:0;max-width:100vw;max-height:100vh!important;height:100vh!important;top:0;left:0;transform:none;border-radius:0}._drawerBody_1z07m_149{display:flex;flex-direction:column;padding:16px;max-height:calc(100vh - 122px)}._platformTabs_1z07m_158{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:2px}._platformTab_1z07m_158{min-width:7rem;min-height:50px}._platformTabActive_1z07m_195{box-shadow:none}._statusBar_1z07m_7{width:100%;min-width:0}}._emptyStateContainer_1txck_1{padding:40px 20px;text-align:center;color:#586271}._emptyStateContainer_1txck_1 ._emptyStateIcon_1txck_6{opacity:.5;margin-bottom:16px}._emptyStateContainer_1txck_1 ._emptyStateTitle_1txck_10{margin:0 0 8px;color:#1e293b}._emptyStateContainer_1txck_1 ._emptyStateDescription_1txck_14{margin:0}._draftBrowserContainer_1txck_18{max-height:550px;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:12px}._draftList_1txck_27{display:flex;flex-direction:column;gap:16px;padding:4px}._draftItem_1txck_34{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;height:72px;position:relative;cursor:pointer;overflow:hidden;transition:all .2s ease}._draftItem_1txck_34:hover{border-color:#0ea5e9;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}._draftItem_1txck_34 ._draftThumbnail_1txck_52{background-color:#ebeef1;height:60px;width:60px;margin:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}._draftItem_1txck_34 ._draftThumbnail_1txck_52 img{height:100%;width:100%;object-fit:cover}._draftItem_1txck_34 ._draftThumbnail_1txck_52 ._mediaPreview_1txck_69{position:relative;width:100%;height:100%;background:#111827}._draftItem_1txck_34 ._draftThumbnail_1txck_52 ._videoPreview_1txck_75{width:100%;height:100%;display:block;object-fit:cover}._draftItem_1txck_34 ._draftThumbnail_1txck_52 ._videoBadge_1txck_81{position:absolute;left:4px;bottom:4px;display:inline-flex;align-items:center;gap:3px;padding:2px 5px;border-radius:4px;background:#111827c7;color:#fff;font-size:9px;font-weight:600;line-height:1}._draftItem_1txck_34 ._draftThumbnail_1txck_52 ._previewUnavailable_1txck_96{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#00000059}._draftItem_1txck_34 ._draftThumbnail_1txck_52 ._previewUnavailable_1txck_96 span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}._draftItem_1txck_34 ._draftThumbnail_1txck_52 ._placeholderIcon_1txck_112{color:#0003}._draftItem_1txck_34 ._draftContent_1txck_115{padding:0 12px;height:100%;flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;text-align:left;border-radius:8px}._draftItem_1txck_34 ._draftContent_1txck_115 ._draftContentTitle_1txck_126{font-weight:600;color:#111827;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._draftItem_1txck_34 ._draftContent_1txck_115 ._draftContentMeta_1txck_134{font-size:12px;color:#6b7280}._draftItem_1txck_34 ._draftContent_1txck_115 ._draftContentMeta_1txck_134 ._draftMediaCount_1txck_138{margin-left:8px;font-weight:500}._draftItem_1txck_34 ._draftActions_1txck_142{border-left:1px solid #e5e7eb;height:100%;max-width:60px;min-width:60px;display:flex;align-items:center;justify-content:center;background:transparent;transition:all .2s ease;color:#9ca3af;padding:0;border-radius:0 12px 12px 0}._draftItem_1txck_34 ._draftActions_1txck_142:hover{background:#fef2f2;color:#ef4444}._loadMoreWrapper_1txck_161{display:flex;justify-content:center;padding-top:4px}._container_op45r_1{display:grid;gap:1.25rem;padding:1.5rem;background:radial-gradient(circle at 100% 0,rgba(0,196,204,.09),transparent 34%),radial-gradient(circle at 0 100%,rgba(125,42,232,.08),transparent 38%),#fff}._container_op45r_1 h3,._container_op45r_1 p{margin:0}._intro_op45r_12{display:grid;gap:.4rem}._intro_op45r_12 h3{color:#182230;font-size:1.2rem;letter-spacing:-.02em}._brandLabel_op45r_23{width:fit-content;padding:.25rem .625rem;border-radius:999px;background:linear-gradient(90deg,#7d2ae8,#00a9a5);color:#fff;font-size:.75rem;font-weight:800}._description_op45r_33,._help_op45r_33{color:#586271;line-height:1.5}._help_op45r_33{font-size:.875rem}._message_op45r_42{padding:2rem;text-align:center;color:#586271}._error_op45r_48{padding:.75rem;border-radius:8px;background:#fff1f2;color:#b42318}._connectCard_op45r_55{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;border:1px solid #ded6ff;border-radius:1rem;background:#ffffffe6}._connectCard_op45r_55>div{display:grid;gap:.35rem}._connectCard_op45r_55 p{color:#586271;font-size:.875rem;line-height:1.5}._primaryAction_op45r_77{width:auto!important;min-width:10rem}._formats_op45r_82{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:.75rem}._format_op45r_82,._formatSelected_op45r_88{display:grid;gap:.25rem;padding:.9rem;text-align:left;border:1px solid #d4dae0;border-radius:.875rem;background:#fff;cursor:pointer}._formatSelected_op45r_88{border-color:#7d2ae8;box-shadow:0 0 0 2px #7d2ae824}._format_op45r_82 span,._formatSelected_op45r_88 span{color:#586271;font-size:.8rem}._recent_op45r_109{display:grid;gap:.65rem}._recent_op45r_109 h4{margin:0}._designGrid_op45r_118{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem}._designCard_op45r_124{overflow:hidden;padding:0;text-align:left;border:1px solid #d4dae0;border-radius:8px;background:#fff;cursor:pointer}._designCard_op45r_124 img{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:#e4e6eb}._designCard_op45r_124 span{display:block;overflow:hidden;padding:.6rem;text-overflow:ellipsis;white-space:nowrap}._disconnect_op45r_150{justify-self:start;padding:0;border:0;background:transparent;color:#b42318;cursor:pointer;text-decoration:underline}@media(max-width:640px){._container_op45r_1{padding:1rem}._connectCard_op45r_55{grid-template-columns:1fr}._primaryAction_op45r_77{width:100%!important}}._canvas_10e1c_1{display:flex;flex-direction:column;width:min(58rem,100vw - 3rem);max-width:95vw;height:720px;max-height:88vh;background:#f8fafc;border-radius:20px;overflow:hidden;position:relative;font-family:inherit;border:1px solid rgba(226,232,240,.9);box-shadow:0 25px 60px -15px #0f172a2e,0 0 0 1px #0000000a}._header_10e1c_17{padding:18px 26px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:14px}._header_10e1c_17 ._aiAvatar_10e1c_26{width:38px;height:38px;background:linear-gradient(135deg,#006aff,#0051c2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 18px #006aff4d}._header_10e1c_17 ._aiAvatar_10e1c_26 svg{fill:#fff}._header_10e1c_17 ._title_10e1c_40{display:flex;flex-direction:column;gap:2px}._header_10e1c_17 ._title_10e1c_40 h3{margin:0;font-size:16px;font-weight:800;color:#006aff;letter-spacing:-.01em}._header_10e1c_17 ._title_10e1c_40 span{font-size:11.5px;font-weight:600;color:#006aff}._header_10e1c_17 ._headerActions_10e1c_57{margin-left:auto;display:flex;align-items:center;gap:12px}._header_10e1c_17 ._clearBtn_10e1c_63{font-size:13px;font-weight:600;color:#586271;padding:6px 12px;border-radius:8px;transition:all .2s;background:#58627114}._header_10e1c_17 ._clearBtn_10e1c_63:hover{color:#006aff;background:#006aff1a}._header_10e1c_17 ._closeBtn_10e1c_76{background:transparent;border:none;color:#586271;cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center}._header_10e1c_17 ._closeBtn_10e1c_76:hover{color:#0b2135}._chatFeed_10e1c_91{flex:1;padding:26px 30px;overflow-y:auto;display:flex;flex-direction:column;gap:22px;scroll-behavior:smooth}._chatFeed_10e1c_91::-webkit-scrollbar{width:6px}._chatFeed_10e1c_91::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}._chatFeed_10e1c_91::-webkit-scrollbar-thumb:hover{background:#94a3b8}._contextBubbleWrapper_10e1c_111{display:flex;justify-content:flex-end;margin-bottom:4px}._contextBubble_10e1c_111{background:#fff;border:1px solid #e2e8f0;padding:16px 20px;border-radius:18px 18px 4px;max-width:88%;box-shadow:0 4px 16px #0f172a0a;border-left:3px solid rgba(0,106,255,.8)}._contextBubble_10e1c_111 ._contextLabel_10e1c_126{font-size:10px;font-weight:800;color:#006aff;text-transform:uppercase;margin-bottom:6px;letter-spacing:.06em;background:#006aff14;display:inline-block;padding:2px 8px;border-radius:6px}._contextBubble_10e1c_111 ._contextText_10e1c_138{font-size:13.5px;line-height:1.6;color:#334155;margin:0;white-space:pre-wrap;word-break:break-word;max-height:150px;overflow-y:auto}._messageRow_10e1c_149{display:flex;width:100%;animation:_slideUp_10e1c_1 .3s cubic-bezier(.16,1,.3,1) forwards}._messageRow_10e1c_149._user_10e1c_155{justify-content:flex-end}._messageRow_10e1c_149._ai_10e1c_26{align-items:flex-end;justify-content:flex-start;gap:14px}._aiMiniAvatar_10e1c_165{width:32px;height:32px;background:linear-gradient(135deg,#006aff,#05c);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #006aff33}._aiMiniAvatar_10e1c_165 svg{fill:#fff}._bubble_10e1c_181{padding:18px 22px;font-size:14px;line-height:1.6;max-width:90%;word-break:break-word}._bubble_10e1c_181._user_10e1c_155{background:linear-gradient(135deg,#006aff,#05c);color:#fff;border-radius:20px 20px 4px;font-weight:500;box-shadow:0 6px 20px -4px #006aff59}._bubble_10e1c_181._ai_10e1c_26{background:#fff;color:#1e293b;border-radius:20px 20px 20px 4px;border:1px solid #e2e8f0;box-shadow:0 4px 18px -2px #0f172a0d}._bubbleText_10e1c_205{margin:0;white-space:pre-wrap}._configArea_10e1c_210{margin-top:16px;display:flex;flex-direction:column;gap:16px;background:#f8fafc;padding:18px;border-radius:14px;border:1px solid #e2e8f0}._configGroup_10e1c_221{display:flex;flex-direction:column;gap:10px}._configGroup_10e1c_221 label{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._chipGroup_10e1c_234{display:flex;flex-wrap:wrap;gap:8px}._chip_10e1c_234{padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;color:#334155;background:#fff;border:1px solid #cbd5e1;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #00000005}._chip_10e1c_234:hover{border-color:#006aff80;color:#006aff;transform:translateY(-1px);box-shadow:0 4px 10px #006aff1a}._chip_10e1c_234._active_10e1c_259{background:linear-gradient(135deg,#006aff1f,#006aff0a);color:#006aff;border-color:#006aff;font-weight:700;box-shadow:0 2px 8px #006aff2e}._resultContent_10e1c_267{margin-top:12px;padding-top:12px;border-top:1px dashed #ebeef1}._editableText_10e1c_273{width:100%;font-family:inherit;font-size:14px;font-weight:500;color:#0b2135;margin:0 0 16px;white-space:pre-wrap;border:1px solid transparent;padding:8px;border-radius:8px;transition:all .2s;background:transparent;resize:vertical;min-height:80px}._editableText_10e1c_273:focus{outline:none;border-color:#006aff66;background:#fff;box-shadow:0 2px 8px #0000000d}._resultText_10e1c_296{font-size:14px;font-weight:500;color:#0b2135;margin:0 0 16px;white-space:pre-wrap}._resultActions_10e1c_304{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}._actionBtn_10e1c_311{padding:6px 14px!important;font-size:12px!important;font-weight:700!important;border-radius:8px!important}._actionBar_10e1c_319{padding:10px 18px;background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 -4px 16px #0f172a08;z-index:10}._actionBar_10e1c_319::-webkit-scrollbar{height:4px}._actionBar_10e1c_319::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._quickPrompt_10e1c_339{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;height:32px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;font-size:12px;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s cubic-bezier(.4,0,.2,1)}._quickPrompt_10e1c_339 svg{color:#006aff;transition:transform .2s}._quickPrompt_10e1c_339:hover{background:#fff;border-color:#006aff;color:#006aff;box-shadow:0 2px 8px #006aff1f;transform:translateY(-1px)}._quickPrompt_10e1c_339:hover svg{transform:scale(1.1)}._quickPrompt_10e1c_339._disabled_10e1c_370{opacity:.45;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0;color:#94a3b8}._quickPrompt_10e1c_339._disabled_10e1c_370:hover{background:#f8fafc;border-color:#e2e8f0;color:#94a3b8;box-shadow:none;transform:none}._quickPrompt_10e1c_339._disabled_10e1c_370:hover svg{transform:none}._imagePreview_10e1c_388{width:100%;max-width:320px;border-radius:12px;margin-bottom:12px;box-shadow:0 4px 16px #0000001a;display:block}._typingIndicator_10e1c_397{display:flex;align-items:center;gap:4px;padding:4px 8px}._typingIndicator_10e1c_397 span{width:6px;height:6px;background:#006aff;border-radius:50%;animation:_typing_10e1c_397 1.4s infinite ease-in-out both}._typingIndicator_10e1c_397 span:nth-child(1){animation-delay:-.32s}._typingIndicator_10e1c_397 span:nth-child(2){animation-delay:-.16s}@keyframes _typing_10e1c_397{0%,80%,to{transform:scale(0);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes _slideUp_10e1c_1{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}._noPaddingContainer_10e1c_437{padding:0!important}._portal_38fni_1{position:relative;z-index:30000}._modalOverlay_38fni_6{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:30000!important;display:flex;align-items:center;justify-content:center;background:#0f172a80!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;animation:_fadeIn_38fni_1 .25s ease-out forwards}._modalContent_38fni_19{position:relative!important;inset:auto!important;z-index:30010!important;width:min(58rem,100vw - 3rem)!important;max-width:95vw!important;max-height:calc(100vh - 2rem);margin:0;padding:0;overflow:visible;border:0;background:transparent;transform:none;outline:none;animation:_scaleUp_38fni_1 .3s cubic-bezier(.16,1,.3,1) forwards}._canvas_38fni_36{display:flex;flex-direction:column;width:min(58rem,100vw - 3rem);max-width:95vw;height:720px;max-height:88vh;background:#f8fafc;border-radius:20px;overflow:hidden;position:relative;font-family:inherit;border:1px solid rgba(226,232,240,.9);box-shadow:0 25px 60px -15px #0f172a2e,0 0 0 1px #0000000a}._header_38fni_52{padding:18px 26px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:14px}._header_38fni_52 ._aiAvatar_38fni_61{width:38px;height:38px;background:linear-gradient(135deg,#006aff,#0051c2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 18px #006aff4d;transition:transform .2s ease}._header_38fni_52 ._aiAvatar_38fni_61:hover{transform:scale(1.05)}._header_38fni_52 ._title_38fni_76{display:flex;flex-direction:column;gap:2px}._header_38fni_52 ._title_38fni_76 h3{margin:0;font-size:16px;font-weight:800;color:#0b2135;letter-spacing:-.01em}._header_38fni_52 ._title_38fni_76 span{font-size:11.5px;font-weight:600;color:#006aff;display:flex;align-items:center;gap:4px}._chatFeed_38fni_97{flex:1;padding:26px 30px;overflow-y:auto;display:flex;flex-direction:column;gap:22px;scroll-behavior:smooth}._chatFeed_38fni_97::-webkit-scrollbar{width:6px}._chatFeed_38fni_97::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}._chatFeed_38fni_97::-webkit-scrollbar-thumb:hover{background:#94a3b8}._contextBubbleWrapper_38fni_119{display:flex;justify-content:flex-end;margin-bottom:4px}._contextBubble_38fni_119{background:#fff;border:1px solid #e2e8f0;padding:16px 20px;border-radius:18px 18px 4px;max-width:88%;box-shadow:0 4px 16px #0f172a0a;border-left:3px solid rgba(0,106,255,.8)}._contextBubble_38fni_119 ._contextLabel_38fni_134{font-size:10px;font-weight:800;color:#006aff;text-transform:uppercase;margin-bottom:6px;letter-spacing:.06em;background:#006aff14;display:inline-block;padding:2px 8px;border-radius:6px}._contextBubble_38fni_119 ._contextText_38fni_146{font-size:13.5px;line-height:1.6;color:#334155;margin:0;white-space:pre-wrap;word-break:break-word;max-height:130px;overflow-y:auto}._messageRow_38fni_158{display:flex;width:100%;animation:_slideUp_38fni_1 .3s cubic-bezier(.16,1,.3,1) forwards}._messageRow_38fni_158._user_38fni_164{justify-content:flex-end}._messageRow_38fni_158._ai_38fni_61{justify-content:flex-start;align-items:flex-start;gap:14px}._aiMiniAvatar_38fni_174{width:32px;height:32px;background:linear-gradient(135deg,#006aff,#05c);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:4px;box-shadow:0 4px 12px #006aff33}._bubble_38fni_188{padding:18px 22px;font-size:14px;line-height:1.6;max-width:90%;word-break:break-word}._bubble_38fni_188._user_38fni_164{background:linear-gradient(135deg,#006aff,#05c);color:#fff;border-radius:20px 20px 4px;font-weight:500;box-shadow:0 6px 20px -4px #006aff59}._bubble_38fni_188._ai_38fni_61{background:#fff;color:#1e293b;border-radius:20px 20px 20px 4px;border:1px solid #e2e8f0;box-shadow:0 4px 18px -2px #0f172a0d}._bubbleText_38fni_212{margin:0;white-space:pre-wrap;font-size:14.5px;line-height:1.65}._configArea_38fni_220{margin-top:16px;display:flex;flex-direction:column;gap:18px;background:#fff;padding:20px 22px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 2px 10px #0f172a08}._configGroup_38fni_232{display:flex;flex-direction:column;gap:10px}._configGroup_38fni_232 label{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.06em}._chipGroup_38fni_245{display:flex;flex-wrap:wrap;gap:10px}._chip_38fni_245{padding:8px 18px;border-radius:24px;font-size:13px;font-weight:600;color:#334155;background:#fff;border:1px solid #cbd5e1;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #00000005}._chip_38fni_245:hover{border-color:#006aff80;color:#006aff;transform:translateY(-1px);box-shadow:0 4px 12px #006aff1f}._chip_38fni_245._active_38fni_270{background:linear-gradient(135deg,#006aff1f,#006aff0a);color:#006aff;border-color:#006aff;font-weight:700;box-shadow:0 2px 8px #006aff2e}._generateBtn_38fni_278{margin-top:8px;width:100%;height:44px!important;border-radius:12px!important;font-size:14px!important;font-weight:700!important;box-shadow:0 6px 18px #006aff40!important;transition:all .2s ease!important}._generateBtn_38fni_278:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #006aff59!important}._generateBtn_38fni_278:active:not(:disabled){transform:translateY(0)}._resultContent_38fni_297{margin-top:14px;padding-top:14px;border-top:1px dashed #e2e8f0}._resultText_38fni_303{font-size:14px;font-weight:500;color:#1e293b;margin:0 0 16px;white-space:pre-wrap;line-height:1.6}._resultActions_38fni_312{display:flex;gap:10px;flex-wrap:wrap}._actionBtn_38fni_318{padding:7px 16px!important;font-size:12.5px!important;font-weight:700!important;border-radius:10px!important;transition:all .2s ease!important}._buttonRow_38fni_326{display:flex;gap:12px;margin-top:14px}._buttonRow_38fni_326>button:first-child,._buttonRow_38fni_326>._flexBtn_38fni_332:first-child{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:#475569!important;font-weight:600!important;border-radius:12px!important;height:42px!important;box-shadow:none!important}._buttonRow_38fni_326>button:first-child:hover:not(:disabled),._buttonRow_38fni_326>._flexBtn_38fni_332:first-child:hover:not(:disabled){background:#e2e8f0!important;color:#1e293b!important}._buttonRow_38fni_326>button:last-child,._buttonRow_38fni_326>._flexBtn_38fni_332:last-child{background:linear-gradient(135deg,#006aff,#0059d6)!important;border:none!important;color:#fff!important;font-weight:700!important;border-radius:12px!important;height:42px!important;box-shadow:0 4px 14px #006aff4d!important}._buttonRow_38fni_326>button:last-child:hover:not(:disabled),._buttonRow_38fni_326>._flexBtn_38fni_332:last-child:hover:not(:disabled){box-shadow:0 6px 20px #006aff73!important;transform:translateY(-1px)}._flexBtn_38fni_332{flex:1}._cancelGenerationBtn_38fni_366{margin-top:8px;padding:6px 14px!important;font-size:12px!important;border-radius:8px!important}._captionOptionItem_38fni_373{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}._hashtagSelectionHint_38fni_379{margin:0 0 .75rem;color:#64748b;font-size:.75rem;font-weight:600}._referenceHelp_38fni_386{margin:0;color:#64748b;font-size:.8125rem;line-height:1.5}button[name=choose-reference-images]{background:#eff6ff!important;border:1.5px dashed #93c5fd!important;color:#006aff!important;font-weight:600!important;border-radius:12px!important;padding:10px 16px!important;transition:all .2s ease!important}button[name=choose-reference-images]:hover{background:#dbeafe!important;border-color:#006aff!important;transform:translateY(-1px)}._referenceGrid_38fni_408{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.625rem}._referenceItem_38fni_414{position:relative;aspect-ratio:1;overflow:hidden;border:1px solid #cbd5e1;border-radius:.625rem;box-shadow:0 2px 6px #0000000a;transition:transform .2s ease}._referenceItem_38fni_414:hover{transform:scale(1.02)}._referenceItem_38fni_414 img{width:100%;height:100%;object-fit:cover}._removeReferenceButton_38fni_432{position:absolute;right:.25rem;bottom:.25rem;border:0;border-radius:.35rem;padding:.25rem .4rem;background:#0f172ad9;color:#fff;cursor:pointer;font-size:.6875rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}._removeReferenceButton_38fni_432:hover{background:#ef4444e6}._referenceLibraryOverlay_38fni_451{z-index:30100!important}._referenceLibraryModal_38fni_455{z-index:30110!important;width:min(72rem,100vw - 2rem);max-height:88vh;border-radius:20px!important}._referenceLibraryContent_38fni_462{max-height:calc(88vh - 5rem)}._actionBar_38fni_467{padding:16px 24px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:10px;box-shadow:0 -4px 20px #0f172a08;z-index:10}._quickPrompt_38fni_479{display:flex;align-items:center;gap:8px;padding:9px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:28px;font-size:13px;font-weight:600;color:#334155;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}._quickPrompt_38fni_479 svg{color:#006aff;transition:transform .2s ease}._quickPrompt_38fni_479:hover:not(._disabled_38fni_497){background:#fff;border-color:#006aff80;color:#006aff;box-shadow:0 4px 14px #006aff1a;transform:translateY(-2px)}._quickPrompt_38fni_479:hover:not(._disabled_38fni_497) svg{transform:scale(1.15)}._quickPrompt_38fni_479._disabled_38fni_497{opacity:.5;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8}._quickPrompt_38fni_479._disabled_38fni_497 svg{color:#94a3b8}._typingIndicator_38fni_519{display:flex;align-items:center;gap:5px;padding:4px 8px}._typingIndicator_38fni_519 span{width:7px;height:7px;background:#006aff;border-radius:50%;animation:_typing_38fni_519 1.4s infinite ease-in-out both}._typingIndicator_38fni_519 span:nth-child(1){animation-delay:-.32s}._typingIndicator_38fni_519 span:nth-child(2){animation-delay:-.16s}@keyframes _typing_38fni_519{0%,80%,to{transform:scale(.3);opacity:.3}40%{transform:scale(1);opacity:1}}@keyframes _slideUp_38fni_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_38fni_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleUp_38fni_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}._textInput_38fni_578{width:100%;padding:11px 16px;border-radius:10px;border:1px solid #cbd5e1;font-size:13.5px;font-family:inherit;outline:none;background:#fff;transition:all .2s ease}._textInput_38fni_578:focus{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._imagePreview_38fni_594{width:100%;max-width:420px;border-radius:16px;margin-bottom:0;box-shadow:0 8px 24px -4px #0f172a1f;border:1px solid #e2e8f0;display:block;transition:transform .25s ease}._textResultContainer_38fni_606{display:flex;flex-direction:column;gap:12px;width:100%}._generatedTextCard_38fni_613{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;box-shadow:0 2px 8px #0f172a08}._generatedTextContent_38fni_621{margin:0;font-size:13.5px;line-height:1.6;color:#1e293b;white-space:pre-wrap;word-break:break-word}._resultActionRow_38fni_630{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}._primaryActionGroup_38fni_638{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._applyPostBtn_38fni_645{font-weight:700!important;font-size:13px!important;padding:6px 14px!important;border-radius:8px!important;box-shadow:0 2px 8px #2563eb33!important}._utilityButtonGroup_38fni_653{display:inline-flex;align-items:center;gap:6px;margin-left:auto}._utilityBtn_38fni_660{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 10px;font-size:12px;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._utilityBtn_38fni_660 svg{color:#64748b;stroke:currentColor;transition:transform .2s ease,color .2s ease}._utilityBtn_38fni_660:hover:not(:disabled){color:#006aff;background:#fff;border-color:#cbd5e1;box-shadow:0 2px 6px #0f172a0f}._utilityBtn_38fni_660:hover:not(:disabled) svg{color:#006aff;stroke:#006aff;transform:scale(1.08)}._utilityBtn_38fni_660:disabled{opacity:.45;cursor:not-allowed}._utilityBtn_38fni_660._copied_38fni_695{color:#059669!important;border-color:#a7f3d0!important;background:#ecfdf5!important}._utilityBtn_38fni_660._copied_38fni_695 svg{color:#059669!important;stroke:#059669!important}._hashtagList_38fni_705{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 10px}._hashtagChip_38fni_712{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-family:inherit;font-weight:600;line-height:1.4;color:#334155;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;transition:all .2s cubic-bezier(.4,0,.2,1)}._hashtagChip_38fni_712 svg{stroke:currentColor}._hashtagChip_38fni_712:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a;transform:translateY(-1px);box-shadow:0 2px 6px #0f172a0f}._hashtagChip_38fni_712._selected_38fni_740{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;box-shadow:0 2px 8px #3b82f62e}._actionBtn_38fni_318{font-size:13px!important;padding:6px 14px!important;border-radius:8px!important;font-weight:600!important}._captionCarouselContainer_38fni_755{display:flex;flex-direction:column;gap:12px;width:100%}._captionTabBar_38fni_762{display:flex;align-items:center;gap:8px;overflow-x:auto;padding-bottom:4px}._captionTabBar_38fni_762::-webkit-scrollbar{height:4px}._captionTabBar_38fni_762::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}._captionTabBtn_38fni_777{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;cursor:pointer;white-space:nowrap;transition:all .2s ease}._captionTabBtn_38fni_777:hover{color:#006aff;background:#fff;border-color:#006aff4d}._captionTabBtn_38fni_777._activeTab_38fni_794{color:#fff;background:linear-gradient(135deg,#006aff,#0059d6);border-color:transparent;box-shadow:0 3px 10px #006aff40}._captionCard_38fni_801{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 20px;box-shadow:0 4px 16px #0f172a0a;display:flex;flex-direction:column;gap:12px}._captionCardMeta_38fni_812{display:flex;align-items:center;justify-content:space-between;gap:10px}._captionCountBadge_38fni_819{font-size:11px;font-weight:800;color:#006aff;background:#006aff14;padding:3px 10px;border-radius:20px;letter-spacing:.02em}._captionStatsBadge_38fni_829{font-size:11.5px;font-weight:600;color:#94a3b8}._captionText_38fni_835{margin:0;font-size:14.5px;line-height:1.65;color:#1e293b;white-space:pre-wrap;word-break:break-word}._captionCardFooter_38fni_844{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid #f1f5f9;gap:12px;margin-top:4px}._carouselNavBtns_38fni_854{display:flex;align-items:center;gap:6px}._navArrowBtn_38fni_860{width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._navArrowBtn_38fni_860:hover:not(:disabled){background:#fff;border-color:#006aff;color:#006aff;box-shadow:0 2px 6px #0f172a0f}._navArrowBtn_38fni_860:disabled{opacity:.35;cursor:not-allowed}._imagePreviewWrapper_38fni_887{position:relative;display:inline-block;max-width:420px;width:100%;border-radius:16px;overflow:hidden;margin-bottom:14px}._imagePreviewWrapper_38fni_887:hover ._previewZoomBtn_38fni_896{opacity:1;transform:translate(-50%,-50%) scale(1)}._imagePreviewWrapper_38fni_887:hover ._imagePreview_38fni_594{transform:scale(1.02)}._previewZoomBtn_38fni_896{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.92);opacity:0;background:#0f172ad1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:8px 16px;font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;box-shadow:0 8px 24px #0000004d;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:5}._previewZoomBtn_38fni_896 svg{fill:#fff}._previewZoomBtn_38fni_896:hover{background:#006affe6;border-color:#fff9;transform:translate(-50%,-50%) scale(1.06)}._lightboxOverlay_38fni_936{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:30200!important;background:#0a0f1de0!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:_fadeIn_38fni_1 .25s ease-out forwards}._lightboxContent_38fni_949{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:_scaleUp_38fni_1 .3s cubic-bezier(.16,1,.3,1) forwards}._lightboxCloseBtn_38fni_959{position:absolute;top:-48px;right:0;width:40px;height:40px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._lightboxCloseBtn_38fni_959 svg{fill:#fff}._lightboxCloseBtn_38fni_959:hover{background:#ffffff4d;transform:scale(1.1)}._lightboxImg_38fni_983{max-width:100%;max-height:85vh;object-fit:contain;border-radius:12px;box-shadow:0 25px 60px -10px #0009;border:1px solid rgba(255,255,255,.15)}._quickPromptChipGroup_38fni_993{margin-top:8px;display:flex;flex-direction:column;gap:6px}._quickPromptChipLabel_38fni_1000{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em}._quickPromptChipList_38fni_1008{display:flex;flex-wrap:wrap;gap:6px}._quickPromptChip_38fni_993{background:#fff;border:1px solid #e2e8f0;color:#334155;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}._quickPromptChip_38fni_993:hover{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 6px #3b82f61f}._skeletonBubbleCard_38fni_1038,._imageBubble_38fni_1039{width:fit-content!important;max-width:298px!important;padding:8px!important;background:#fff!important;border-radius:14px!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 16px #0f172a0d!important;display:flex!important;flex-direction:column!important;gap:6px!important}._imageSkeletonPlaceholder_38fni_1052{position:relative;width:280px;max-width:100%;height:280px;border-radius:10px;overflow:hidden;background:#e2e8f0;border:1px solid #cbd5e1;display:block}._imageSkeletonPlaceholder_38fni_1052._ratioSquare_38fni_1063{width:280px;height:280px;aspect-ratio:1/1}._imageSkeletonPlaceholder_38fni_1052._ratioPortrait_38fni_1068{width:250px;height:312px;aspect-ratio:4/5}._imageSkeletonPlaceholder_38fni_1052._ratioStory_38fni_1073{width:210px;height:373px;aspect-ratio:9/16}._imageSkeletonPlaceholder_38fni_1052._ratioLandscape_38fni_1078{width:280px;height:158px;aspect-ratio:16/9}._skeletonShimmerLight_38fni_1084{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e2e8f033,#e2e8f080 30%,#fffffff2,#e2e8f080 70%,#e2e8f033);background-size:250% 250%;background-repeat:no-repeat;animation:_shimmerDiagonalFast_38fni_1 1.4s infinite cubic-bezier(.4,0,.2,1)}@keyframes _shimmerDiagonalFast_38fni_1{0%{background-position:-150% -150%}to{background-position:150% 150%}}._cancelSkeletonBtn_38fni_1101{background:transparent;border:none;font-size:11.5px;font-weight:600;color:#64748b;cursor:pointer;padding:4px 8px;align-self:center;border-radius:6px;transition:all .2s ease}._cancelSkeletonBtn_38fni_1101:hover{background:#fee2e2;color:#dc2626}._imageResultCard_38fni_1119{display:flex;flex-direction:column;gap:8px;width:280px}._imagePreviewWrapper_38fni_887{position:relative;border-radius:10px;overflow:hidden;background:#0f172a}._imagePreviewWrapper_38fni_887:hover ._imageHoverOverlay_38fni_1132{opacity:1;pointer-events:auto}._imagePreviewWrapper_38fni_887:hover ._imagePreviewMain_38fni_1136{transform:scale(1.02);filter:brightness(.85)}._imagePreviewMain_38fni_1136{width:100%;height:auto;border-radius:10px;display:block;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}._imageHoverOverlay_38fni_1132{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:all .25s ease;z-index:2}._centerPreviewBtn_38fni_1164{background:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.45);color:#fff!important;border-radius:24px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;box-shadow:0 4px 14px #0000004d;transition:all .2s cubic-bezier(.4,0,.2,1)}._centerPreviewBtn_38fni_1164 svg{width:16px;height:16px}._centerPreviewBtn_38fni_1164 svg path{fill:#fff!important}._centerPreviewBtn_38fni_1164:hover{background:#0f172ad9;border-color:#fff;transform:scale(1.06);box-shadow:0 6px 18px #0006}._topRightRegenBtn_38fni_1194{position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:50%;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);color:#fff!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease;z-index:4}._topRightRegenBtn_38fni_1194 svg{width:14px;height:14px}._topRightRegenBtn_38fni_1194 svg path{fill:#fff!important}._topRightRegenBtn_38fni_1194:hover{background:#0f172ae6;border-color:#fff;transform:rotate(90deg) scale(1.08)}._topRightRegenBtn_38fni_1194:disabled{opacity:.5;cursor:not-allowed;transform:none}._imageActionRow_38fni_1232{display:flex;gap:6px;width:100%;align-items:center}._artisticUseBtn_38fni_1239{flex:2.2!important;height:38px!important;padding:0 12px!important;font-size:12.5px!important;font-weight:700!important;border-radius:9px!important;white-space:nowrap!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;border:none!important;box-shadow:0 3px 12px #2563eb47!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;transition:all .2s ease!important}._artisticUseBtn_38fni_1239 svg{width:13px;height:13px}._artisticUseBtn_38fni_1239 svg path{fill:#fff!important}._artisticUseBtn_38fni_1239:hover{filter:brightness(1.08)!important;transform:translateY(-1px)!important;box-shadow:0 5px 16px #2563eb61!important}._artisticSaveBtn_38fni_1270{flex:1!important;height:38px!important;padding:0 10px!important;font-size:12px!important;font-weight:600!important;border-radius:9px!important;white-space:nowrap!important;background:#fff!important;border:1.5px solid #e2e8f0!important;color:#334155!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;transition:all .2s ease!important}._artisticSaveBtn_38fni_1270 svg{width:15px;height:15px}._artisticSaveBtn_38fni_1270 svg path{stroke:#64748b!important;fill:none!important;transition:stroke .2s ease}._artisticSaveBtn_38fni_1270:hover{border-color:#2563eb!important;color:#2563eb!important;background:#f8fafc!important;transform:translateY(-1px)!important}._artisticSaveBtn_38fni_1270:hover svg path{stroke:#2563eb!important}._artisticAppliedBtn_38fni_1306{flex:2.2!important;height:38px!important;padding:0 12px!important;font-size:12px!important;font-weight:700!important;border-radius:9px!important;white-space:nowrap!important;background:#f0fdf4!important;border:1.5px solid #86efac!important;color:#15803d!important;cursor:default!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important}._artisticAppliedBtn_38fni_1306 svg{width:13px;height:13px}._artisticAppliedBtn_38fni_1306 svg path{fill:#15803d!important}._container_12rq4_1{display:flex;flex-direction:column;width:100%;height:100%;background:#fff}._hiddenFileInput_12rq4_9{display:none}._pageHeader_12rq4_13{padding:1.5rem 0 1.25rem;display:flex;flex-direction:column;gap:.75rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;font-size:.8125rem}._pageHeader_12rq4_13 ._headerTop_12rq4_22{display:flex;justify-content:space-between;align-items:center}._pageHeader_12rq4_13 ._title_12rq4_27{margin:0;font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._pageHeader_12rq4_13 ._description_12rq4_35{margin:6px 0 0;color:#64748b;font-size:14px;font-weight:500;line-height:1.5}._pageHeader_12rq4_13 ._headerActions_12rq4_42{display:flex;align-items:center;gap:.75rem}._archiveToggle_12rq4_48{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e4e6eb;border-radius:8px;cursor:pointer;transition:all .2s}._archiveToggle_12rq4_48:hover{border-color:#006aff;color:#006aff}._archiveToggle_12rq4_48._active_12rq4_63{background:#f6f8fa;border-color:#fd5458;color:#fd5458}._layoutWrapper_12rq4_69{display:flex;width:100%;flex:1;min-width:0;min-height:0}._mainContent_12rq4_77{flex:1;width:100%;border-left:1px solid #e4e6eb;display:flex;flex-direction:column;min-width:0;min-height:0}._panelContainer_12rq4_87{display:flex;flex-direction:column;width:100%;height:100%;min-width:0;overflow-x:hidden;overflow-y:hidden}._panel_12rq4_87{display:flex;flex-direction:column;height:100%;width:100%}._arena_12rq4_104{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;background:#fff}._grid_12rq4_112,._skeletonGrid_12rq4_113{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.25rem}._grid_12rq4_112{align-content:flex-start}@media(max-width:768px){._grid_12rq4_112{grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:1rem}}._list_12rq4_130{display:flex;flex-direction:column;gap:.75rem;width:100%}._viewItem_12rq4_137,._viewRow_12rq4_137{background:#fff;border:1px solid #e4e6eb;border-radius:.75rem;transition:all .1s ease-in-out 0s;cursor:pointer;position:relative;overflow:hidden}._viewItem_12rq4_137:hover,._viewRow_12rq4_137:hover{border-color:#f7f7f7;transform:translateY(-2px);box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}._viewItem_12rq4_137._active_12rq4_63,._active_12rq4_63._viewRow_12rq4_137{border-color:#006aff;background:#006aff05;box-shadow:0 0 0 1px #006aff}._viewRow_12rq4_137{display:flex;align-items:center;justify-content:space-between}._viewRow_12rq4_137:hover{transform:none;box-shadow:0 1px 4px #00000029}._toolbar_12rq4_167{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #e4e6eb;gap:1rem;flex-wrap:wrap;background:#fff;font-size:.8125rem}._toolbar_12rq4_167 ._left_12rq4_178,._toolbar_12rq4_167 ._right_12rq4_179{display:flex;align-items:center;gap:.75rem}._searchWrapper_12rq4_185{position:relative;display:flex;align-items:center;flex:1;width:100%;max-width:18rem;background:#f9fbfd;border:1px solid #e4e6eb;border-radius:8px;height:2.25rem;transition:all .1s ease-in-out 0s}._searchWrapper_12rq4_185:focus-within{background:#fff;border-color:#006aff;box-shadow:0 0 0 3px #006aff1a}._searchWrapper_12rq4_185 svg,._searchWrapper_12rq4_185 ._MagnifyingGlassIcon_12rq4_204{position:absolute;left:.875rem;color:#525f7f;width:1.125rem;height:1.125rem;z-index:1}._searchWrapper_12rq4_185 ._searchInput_12rq4_212{width:100%;height:34px;padding:0 .875rem 0 2.5rem;background:transparent;border:none;font-weight:600;color:#0b2135;outline:none}._searchWrapper_12rq4_185 ._searchInput_12rq4_212::placeholder{color:#586271}._filterBtn_12rq4_226{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9fbfd;border:1px solid #e4e6eb;border-radius:8px;font-weight:700;cursor:pointer;transition:all .1s ease-in-out 0s}._filterBtn_12rq4_226:hover{color:#006aff;border-color:#006aff}._filterBtn_12rq4_226 ._filterIconWrap_12rq4_242{width:1rem;height:1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#006aff}._filterBtn_12rq4_226 ._filterIconWrap_12rq4_242 svg circle,._filterBtn_12rq4_226 ._filterIconWrap_12rq4_242 svg path{stroke:currentColor!important}._filterBtn_12rq4_226 ._filterCount_12rq4_255{min-width:1.125rem;height:1.125rem;padding:0 .3125rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#006aff;font-size:.6875rem;font-weight:800}._filterBtn_12rq4_226._filtersApplied_12rq4_268{background:#006aff;border-color:#006aff;color:#fff!important}._filterBtn_12rq4_226._filtersApplied_12rq4_268 ._filterIconWrap_12rq4_242{color:#fff}._filterBtn_12rq4_226._filtersApplied_12rq4_268 ._filterIconWrap_12rq4_242 svg circle,._filterBtn_12rq4_226._filtersApplied_12rq4_268 ._filterIconWrap_12rq4_242 svg path{stroke:#fff!important}._filterBtn_12rq4_226._filtersApplied_12rq4_268 ._filterCount_12rq4_255{background:#fff3;color:#fff}._filterBtn_12rq4_226._filtersApplied_12rq4_268:hover{filter:brightness(.95)}._filterBtn_12rq4_226._selectionActive_12rq4_287{background:#f2ffff;border-color:#006aff;color:#006aff;box-shadow:0 0 0 1px #006aff}._filterBtn_12rq4_226._selectionActive_12rq4_287 ._filterIconWrap_12rq4_242{color:#006aff}._filterBtn_12rq4_226._selectionActive_12rq4_287 ._filterIconWrap_12rq4_242 svg circle,._filterBtn_12rq4_226._selectionActive_12rq4_287 ._filterIconWrap_12rq4_242 svg path{stroke:#006aff!important}._filterBtn_12rq4_226._selectionActive_12rq4_287:hover{background:#006aff1a}._viewToggleTabs_12rq4_304{display:flex;overflow:hidden;border-radius:8px;border:1px solid #e4e6eb;background:#fff}._viewToggleTab_12rq4_304{display:flex;align-items:center;justify-content:center;height:2rem;min-width:2.25rem;border:none!important;border-radius:0!important;background:transparent;cursor:pointer;transition:all .2s;color:#586271}._viewToggleTab_12rq4_304 svg{width:1rem;height:1rem}._viewToggleTab_12rq4_304._active_12rq4_63{background:#006aff;color:#fff}._nestedLibraryOverlay_12rq4_334,._filterDrawerOverlay_12rq4_335{z-index:22000!important}._filterDrawerModal_12rq4_339{border-radius:0!important;height:100vh;margin-right:0!important;max-height:100vh;width:24rem;border-left:1px solid #e4e6eb;z-index:22010!important}._filterDrawerContent_12rq4_349{min-height:0;padding:0!important;overflow:hidden!important}._drawerBody_12rq4_355{box-sizing:border-box;display:flex;flex-direction:column;min-height:0;height:100%;overflow-y:auto;background:#fff;padding:1.5rem;font-size:.8125rem}._drawerBody_12rq4_355 ._filterSection_12rq4_366{margin-bottom:2rem}._drawerBody_12rq4_355 ._filterSection_12rq4_366 ._sectionTitle_12rq4_369{margin:0 0 1rem;font-weight:800;color:#0b2135;text-transform:uppercase;letter-spacing:.05em}._drawerBody_12rq4_355 ._optionsGrid_12rq4_376{display:grid;grid-template-columns:1fr;gap:.625rem;max-height:18rem;overflow-y:auto;padding-right:.25rem}._drawerBody_12rq4_355 ._filterOption_12rq4_384{width:100%;min-height:2.5rem;border:1px solid #e4e6eb;background:#fff;border-radius:8px;font-weight:600;color:#0b2135;text-align:left;padding:.5rem 1rem;transition:all .2s;cursor:pointer}._drawerBody_12rq4_355 ._filterOption_12rq4_384._filterOptionWithIcon_12rq4_397{display:flex;align-items:center;gap:.5rem}._drawerBody_12rq4_355 ._filterOption_12rq4_384:hover{border-color:#006aff;color:#006aff}._drawerBody_12rq4_355 ._filterOption_12rq4_384._active_12rq4_63{border-color:#006aff;background:#006aff0d;color:#006aff}._drawerBody_12rq4_355 ._filterActions_12rq4_411{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e4e6eb;display:grid;grid-template-columns:1fr 1fr;gap:1rem}._tagBar_12rq4_420{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem 0}._tagHeader_12rq4_427{display:flex;align-items:center;gap:.5rem;color:#0b2135;font-weight:600}._tagHeader_12rq4_427 svg{width:.875rem;height:.875rem;color:#0b2135}._tagList_12rq4_440{display:flex;flex-wrap:wrap;gap:.5rem}._tagItem_12rq4_446{display:flex;align-items:center;padding:.25rem .75rem;background:#f9fbfd;border:1px solid #e4e6eb;border-radius:1.25rem;font-size:.75rem;font-weight:600;color:#0b2135;cursor:pointer;transition:all .1s ease-in-out 0s}._tagItem_12rq4_446:hover{border-color:#006aff;color:#006aff}._tagItem_12rq4_446._active_12rq4_63{background:#006aff;border-color:#006aff;color:#fff}._moreTags_12rq4_469{color:#586271;font-weight:700;cursor:pointer}._floatingActionBar_12rq4_475{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1000;background:#fffffff5;border:1px solid #e2e8f0;border-radius:16px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 10px 30px -5px #0f172a2e,0 4px 10px -2px #0f172a14;animation:_slideUpFloating_12rq4_1 .28s cubic-bezier(.16,1,.3,1);min-width:380px;max-width:calc(100vw - 3rem)}@keyframes _slideUpFloating_12rq4_1{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}._selectionInfo_12rq4_506{display:flex;align-items:center;gap:.5rem;min-width:0}._selectionInfo_12rq4_506 ._count_12rq4_512{background:#006aff;color:#fff;min-width:1.375rem;height:1.375rem;padding:0 .4rem;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:800;font-size:.75rem}._selectionInfo_12rq4_506 ._label_12rq4_525{font-weight:600;color:#0b2135;white-space:nowrap}._actionGroup_12rq4_531{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-left:auto}._confirmSelectBtn_12rq4_540{display:inline-flex!important;align-items:center!important;gap:6px!important}._confirmSelectBtn_12rq4_540 svg{width:16px!important;height:16px!important;flex-shrink:0}._confirmSelectBtn_12rq4_540 svg circle,._confirmSelectBtn_12rq4_540 svg path{stroke:#fff!important}._templateDrawerModal_12rq4_555{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:45rem;border-left:1px solid #e4e6eb;background:#fff;z-index:20040!important}._templateDrawerContent_12rq4_566{background:#fff!important;min-height:0;padding:0!important;overflow:hidden!important}._templateDrawerFooter_12rq4_573{justify-content:flex-end!important;gap:.5rem}._iconActionBtn_12rq4_578{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e4e6eb;background:#fff;color:#525f7f;border-radius:.5rem;cursor:pointer;transition:all .1s ease-in-out 0s}._iconActionBtn_12rq4_578:hover{border-color:#006aff;color:#006aff;background:#006aff0a}._iconActionBtn_12rq4_578._danger_12rq4_596:hover{border-color:#fd5458;color:#fd5458;background:#fd54580a}._iconActionBtn_12rq4_578 svg{width:1rem!important;height:1rem!important;flex-shrink:0;stroke-width:2.5px}._templateGrid_12rq4_608{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))}@media(max-width:960px){._templateGrid_12rq4_608{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}}@media(max-width:640px){._templateGrid_12rq4_608{grid-template-columns:minmax(0,1fr)}}._categoryModalBody_12rq4_622{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._templatePickerModalBody_12rq4_629{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._categoryTemplateList_12rq4_636{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}._categoryTemplateRow_12rq4_643{display:flex;align-items:stretch;justify-content:space-between;padding:0;background:#fff;border:1px solid #e4e6eb;border-radius:8px;transition:all .1s ease-in-out 0s;overflow:hidden;min-height:3.25rem;cursor:default}._categoryTemplateRow_12rq4_643:hover{border-color:#fd5458;background:#fd545803}._categoryTemplateRow_12rq4_643:hover ._categoryTemplateName_12rq4_660{color:#fd5458}._categoryTemplateRow_12rq4_643:hover ._categoryTemplateRemoveButton_12rq4_663{background:#fd54580d;color:#fd5458;border-left-color:#fd5458}._categoryTemplateRow_12rq4_643 ._categoryTemplateName_12rq4_660{font-weight:600;color:#0b2135;flex:1;display:flex;align-items:center;padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .1s ease-in-out 0s}._categoryTemplateRow_12rq4_643 ._categoryTemplateRemoveButton_12rq4_663{width:3.25rem;background:transparent;border:none;border-left:1px solid #e4e6eb;border-radius:0;color:#586271;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s ease-in-out 0s}._categoryTemplateRow_12rq4_643 ._categoryTemplateRemoveButton_12rq4_663 svg{width:1.125rem;height:1.125rem;stroke-width:2.5px}._listGrid_12rq4_699{display:flex;flex-direction:column;gap:.5rem;max-height:50vh;overflow-y:auto;padding-right:.25rem}._listGrid_12rq4_699::-webkit-scrollbar{width:4px}._listGrid_12rq4_699::-webkit-scrollbar-thumb{background:#e4e6eb;border-radius:4px}._listItemCard_12rq4_715{display:grid;grid-template-columns:minmax(0,1fr) 3.5rem;align-items:center;min-height:3.5rem;padding:0;overflow:hidden;background:#fff;border:1px solid #e4e6eb;border-radius:.5rem;cursor:pointer;transition:all .1s ease-in-out 0s;text-align:left;width:100%}._listItemCard_12rq4_715:hover{border-color:#006aff;background:#006aff05}._listItemCard_12rq4_715 ._itemInfo_12rq4_734{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.75rem 1rem}._listItemCard_12rq4_715 ._itemInfo_12rq4_734:only-child{grid-column:1/-1}._listItemCard_12rq4_715 ._itemName_12rq4_744{font-size:.8125rem;font-weight:600;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._listItemCard_12rq4_715 ._itemStatusIcon_12rq4_752,._listItemCard_12rq4_715 ._plusBtn_12rq4_753{display:flex;align-items:center;align-self:stretch;justify-content:center;min-width:0;border-left:1px solid #e4e6eb}._listItemCard_12rq4_715 ._itemStatusIcon_12rq4_752 svg,._listItemCard_12rq4_715 ._plusBtn_12rq4_753 svg{width:1.125rem;height:1.125rem;flex:0 0 1.125rem}._listItemCard_12rq4_715 ._itemStatusIcon_12rq4_752{color:#006aff}._listItemCard_12rq4_715 ._plusBtn_12rq4_753{color:#586271;opacity:.7}._tagModalActionBtn_12rq4_775{min-width:6rem}._coloredButtonWithIcon_12rq4_779{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}._coloredButtonWithIcon_12rq4_779>svg{flex-shrink:0;stroke-width:2.5px}._emptyCategories_12rq4_791{padding:2rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center}._emptyCategories_12rq4_791 ._message_12rq4_798{font-size:.8125rem;color:#525f7f;font-weight:500}._sidebarPanel_12rq4_804{width:clamp(14rem,22vw,17.5rem);flex-shrink:0;display:flex;flex-direction:column;height:100%;font-size:.8125rem}._sidebarPanel_12rq4_804 ._sidebarHeader_12rq4_812{padding:1.5rem 1rem 1rem}._sidebarPanel_12rq4_804 ._scrollArea_12rq4_815{flex:1;overflow-y:auto;padding:.25rem 0}._sidebarPanel_12rq4_804 ._scrollArea_12rq4_815::-webkit-scrollbar{width:4px}._sidebarPanel_12rq4_804 ._scrollArea_12rq4_815::-webkit-scrollbar-thumb{background:#d4dae0;border-radius:.625rem}._sidebarPanel_12rq4_804 ._sectionHeader_12rq4_827{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .25rem}._sidebarPanel_12rq4_804 ._sectionHeader_12rq4_827 ._sectionTitle_12rq4_369{font-size:.6875rem;font-weight:700;color:#525f7f;text-transform:uppercase;letter-spacing:.5px}._sidebarPanel_12rq4_804 ._sectionHeader_12rq4_827 ._addBtn_12rq4_840{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#525f7f;background:transparent;border:none;cursor:pointer;transition:all .1s ease-in-out 0s}._sidebarPanel_12rq4_804 ._sectionHeader_12rq4_827 ._addBtn_12rq4_840:hover{background:#f4f5f6;color:#006aff}._sidebarPanel_12rq4_804 ._sectionHeader_12rq4_827 ._addBtn_12rq4_840 svg{width:.875rem;height:.875rem}._sidebarPanel_12rq4_804 ._listSection_12rq4_861{display:flex;flex-direction:column;gap:.0625rem;padding:0 .5rem}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867{height:2.5rem;display:flex;align-items:center;padding:0 .75rem;cursor:pointer;border-radius:8px;margin-bottom:.125rem;transition:all .1s ease-in-out 0s;-webkit-user-select:none;user-select:none;color:#586271}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867:hover{background:#f4f5f6;color:#006aff}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867:hover ._itemIcon_12rq4_883{color:#006aff}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867._active_12rq4_63{background:#006aff0f;color:#006aff;font-weight:600}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867._active_12rq4_63 ._itemIcon_12rq4_883{color:#006aff}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867._dragOver_12rq4_894{background:#006aff1a!important;outline:2px dashed #006AFF;outline-offset:-2px}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._itemIcon_12rq4_883{margin-right:.625rem;color:#525f7f;width:1.125rem;height:1.125rem}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._tagListIcon_12rq4_905{margin-right:.625rem;color:#525f7f;width:1rem;height:1rem}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._itemName_12rq4_744{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._sidebarEditAction_12rq4_917{width:1.5rem;height:1.5rem;border:none;border-radius:.25rem;background:transparent;color:#525f7f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._sidebarEditAction_12rq4_917:hover{background:#f4f5f6;color:#006aff}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._expandIcon_12rq4_933{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all .1s ease-in-out 0s;color:#525f7f;margin-right:.25rem}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._expandIcon_12rq4_933 svg{width:.75rem;height:.75rem}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._expandIcon_12rq4_933._expanded_12rq4_947{transform:rotate(90deg)}._sidebarPanel_12rq4_804 ._sidebarItem_12rq4_867 ._expandIconSpacer_12rq4_950{width:24px}._sidebarPanel_12rq4_804 ._divider_12rq4_953{height:1px;background:#e4e6eb;margin:.5rem 1rem}._sidebarContextMenu_12rq4_959{position:fixed;z-index:10000;background:#fff;border:1px solid #e4e6eb;border-radius:.5rem;padding:.25rem;min-width:100px;animation:_fadeIn_12rq4_1 .15s ease}._sidebarContextMenu_12rq4_959 ._contextHeader_12rq4_969{padding:.5rem .75rem;font-weight:700;color:#525f7f;border-bottom:1px solid #ebeef1;margin-bottom:.25rem}._sidebarContextMenu_12rq4_959 ._contextItem_12rq4_976{padding:.5rem .75rem;color:#0b2135;cursor:pointer;border-radius:.25rem;display:flex;align-items:center;gap:.5rem;transition:all .1s ease-in-out 0s}._sidebarContextMenu_12rq4_959 ._contextItem_12rq4_976:hover{background:#f4f5f6;color:#006aff}._sidebarContextMenu_12rq4_959 ._contextItem_12rq4_976._danger_12rq4_596{color:#fd5458}._sidebarContextMenu_12rq4_959 ._contextItem_12rq4_976._danger_12rq4_596:hover{background:#fd54580d}@keyframes _slideUp_12rq4_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _fadeIn_12rq4_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1240px){._sidebarPanel_12rq4_804{width:clamp(12rem,27vw,15rem)}}._pickerModal_12rq4_1022{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:30rem;border-left:1px solid #e4e6eb;z-index:22010!important}._modalContent_12rq4_1032{padding:1.5rem;background:#fff}._modalContent_12rq4_1032 ._searchRow_12rq4_1036{margin-bottom:1.5rem}._modalContent_12rq4_1032 ._subtitle_12rq4_1039{color:#0b2135;margin-bottom:1.5rem;font-size:.875rem;font-weight:500}._modalContent_12rq4_1032 ._emptyMessage_12rq4_1045{text-align:center;color:#586271;padding:2rem 0;font-size:.875rem}._pickerContainer_12rq4_1052{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;position:relative;overflow:hidden}._previewDrawerModal_1pudt_1{width:560px!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;left:auto!important;margin:0!important;border-radius:0!important;border-left:1px solid #e2e8f0;z-index:10001!important}._previewDrawerHeader_1pudt_13{padding:0!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important}._customHeaderRow_1pudt_19{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;width:100%;box-sizing:border-box;gap:1rem}._headerTitleWrapper_1pudt_29{min-width:0;flex:1;display:flex;align-items:center}._headerTitleText_1pudt_36{font-size:1rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._headerCloseBtn_1pudt_46{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:32px;height:32px;min-width:32px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;padding:0;margin:0;transition:all .15s ease;flex-shrink:0}._headerCloseBtn_1pudt_46:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}._headerCloseBtn_1pudt_46 svg{width:12px!important;height:12px!important;stroke-width:2.2!important}._previewDrawer_1pudt_1{display:flex;flex-direction:column;height:100%}._previewArea_1pudt_80{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;flex-shrink:0;background:#f8fafc;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:16px 16px;min-height:18rem;max-height:24rem;border-bottom:1px solid #e2e8f0}._previewArea_1pudt_80 ._media_1pudt_95{max-width:100%;max-height:100%;object-fit:contain;padding:.75rem;box-sizing:border-box}._infoPanel_1pudt_103{width:100%;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;box-sizing:border-box}._metaPillContainer_1pudt_113{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px}._metaPill_1pudt_113{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:20px;font-size:.75rem;font-weight:600;color:#334155;box-shadow:0 1px 2px #00000008;transition:all .15s ease}._metaPill_1pudt_113:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 5px #0000000f}._videoPill_1pudt_144{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#ddd6fe;color:#6d28d9}._videoPill_1pudt_144 ._pillDot_1pudt_149{background:#8b5cf6;box-shadow:0 0 0 2px #8b5cf640}._imagePill_1pudt_154{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe;color:#1d4ed8}._imagePill_1pudt_154 ._pillDot_1pudt_149{background:#3b82f6;box-shadow:0 0 0 2px #3b82f640}._pillDot_1pudt_149{width:6px;height:6px;border-radius:50%;flex-shrink:0}._pillIcon_1pudt_171{color:#64748b;flex-shrink:0;width:13px!important;height:13px!important}._pillDimLabel_1pudt_178{font-size:.625rem;font-weight:700;color:#94a3b8;letter-spacing:.05em}._pillText_1pudt_185{white-space:nowrap}._optionalText_1pudt_189{color:#94a3b8;font-size:.75rem;font-weight:400;margin-left:.25rem;font-style:italic}._coloredButtonWithIcon_1pudt_197{width:100%;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;margin-bottom:.5rem}._categoryTemplateList_1pudt_206{display:flex;flex-direction:column;gap:.5rem}._categoryTemplateRow_1pudt_212{display:flex;align-items:stretch;justify-content:space-between;padding:0;background:#fff;border:1px solid #e4e6eb;border-radius:8px;transition:all .1s ease-in-out 0s;overflow:hidden;min-height:3rem;cursor:default}._categoryTemplateRow_1pudt_212 ._categoryTemplateName_1pudt_225{font-weight:600;color:#0b2135;flex:1;display:flex;align-items:center;gap:.625rem;padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .1s ease-in-out 0s;font-size:.875rem}._categoryTemplateRow_1pudt_212 ._folderRowIcon_1pudt_239{color:#006aff;flex-shrink:0;width:16px!important;height:16px!important}._tagsGrid_1pudt_246{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;width:100%;box-sizing:border-box}@media(max-width:520px){._tagsGrid_1pudt_246{grid-template-columns:1fr}}._tagCard_1pudt_260{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 8px 6px 12px;min-height:40px;box-sizing:border-box;width:100%;transition:all .15s ease}._tagCard_1pudt_260:hover{border-color:#cbd5e1;background:#f8fafc}._tagCard_1pudt_260 ._tagCardContent_1pudt_278{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:.8125rem;font-weight:600;color:#1e293b;min-width:0;flex:1}._tagCard_1pudt_260 ._tagCardContent_1pudt_278 ._tagDot_1pudt_289{width:14px;height:14px;border-radius:4px;flex-shrink:0;display:inline-block}._tagCard_1pudt_260 ._tagCardContent_1pudt_278 ._tagLabel_1pudt_296{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;color:#1e293b;line-height:1.2}._tagCard_1pudt_260 ._removeTagBtn_1pudt_305{background:transparent;border:none;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;max-width:24px;border-radius:4px;padding:0;margin:0;flex-shrink:0;transition:all .15s ease}._tagCard_1pudt_260 ._removeTagBtn_1pudt_305:hover{background:#ef44441a;color:#ef4444}._tagCard_1pudt_260 ._removeTagBtn_1pudt_305 svg{width:12px!important;height:12px!important;stroke-width:2.2!important}._actions_1pudt_333{margin-top:.5rem;display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}._actions_1pudt_333 ._footerBtn_1pudt_340{flex:1}._skeleton_1vwk3_1{position:relative;overflow:hidden;background:linear-gradient(105deg,#f0f2f6,#f0f2f6 34%,#fffffff0 48%,#dce7f3 56%,#f0f2f6 70%,#f0f2f6);background-size:240% 100%;border-radius:4px;animation:_shimmer_1vwk3_1 1.6s ease-in-out infinite}@keyframes _shimmer_1vwk3_1{0%{background-position:140% 0}to{background-position:-140% 0}}@media(prefers-reduced-motion:reduce){._skeleton_1vwk3_1{animation:none}}._line_1vwk3_23{height:14px;width:100%}._circle_1vwk3_29{border-radius:50%}._rect_1vwk3_34{border-radius:8px}._postCard_1vwk3_39{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #d4dae0;border-radius:8px;background:#fff}._postCardHeader_1vwk3_49{display:flex;align-items:center;gap:10px}._postCardAvatar_1vwk3_55{width:36px;height:36px;flex-shrink:0}._postCardHeaderText_1vwk3_62{display:flex;flex:1;flex-direction:column;gap:6px}._postCardName_1vwk3_69{width:40%;height:12px}._postCardDate_1vwk3_75{width:25%;height:10px}._postCardBody_1vwk3_81{display:flex;flex-direction:column;gap:8px}._postCardTextLine1_1vwk3_87{width:100%}._postCardTextLine2_1vwk3_92{width:80%}._postCardTextLine3_1vwk3_97{width:60%}._postCardMedia_1vwk3_102{width:100%;height:180px}._postCardFooter_1vwk3_108{display:flex;align-items:center;gap:16px;padding-top:8px;border-top:1px solid #ebeef1}._postCardAction_1vwk3_116{width:60px;height:10px}._postListItem_1vwk3_122{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #ebeef1}._postListThumb_1vwk3_130{width:48px;height:48px;flex-shrink:0}._postListContent_1vwk3_137{display:flex;flex:1;flex-direction:column;gap:6px}._postListTitle_1vwk3_144{width:60%;height:12px}._postListMeta_1vwk3_150{width:35%;height:10px}._postListBadge_1vwk3_156{width:70px;height:22px;flex-shrink:0}._grid_1vwk3_163{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}._calendarCell_1vwk3_169{display:flex;flex-direction:column;gap:6px;padding:8px}._calendarDate_1vwk3_176{width:24px;height:12px;margin-bottom:4px}._calendarEvent_1vwk3_183{width:100%;height:28px}._metricCard_1vwk3_189{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid #ebeef1;border-radius:8px;background:#fff}._metricLabel_1vwk3_199{width:50%;height:12px}._metricValue_1vwk3_205{width:40%;height:28px}._metricTrend_1vwk3_211{width:30%;height:10px}._mediaCard_1vwk3_217{overflow:hidden;border:1px solid #d4dae0;border-radius:8px;background:#fff}._mediaCardImage_1vwk3_224{width:100%;aspect-ratio:1;border-radius:0}._mediaCardInfo_1vwk3_231{display:flex;flex-direction:column;gap:6px;padding:10px}._mediaCardName_1vwk3_238{width:70%;height:12px}._mediaCardMeta_1vwk3_244{width:45%;height:10px}._templateCard_1vwk3_250{display:flex;min-height:220px;flex-direction:column;gap:14px;padding:16px;border:1px solid #d4dae0;border-radius:8px;background:#fff}._templateCardHeader_1vwk3_261,._templateCardBody_1vwk3_262,._templateCardFooter_1vwk3_263{display:flex;gap:8px}._templateCardHeader_1vwk3_261{justify-content:space-between}._templateCardName_1vwk3_272{width:55%;height:14px}._templateCardBadge_1vwk3_278{width:64px;height:20px;border-radius:999px}._templateCardBody_1vwk3_262{flex:1;flex-direction:column}._templateCardLine_1vwk3_290{height:11px}._templateCardLineShort_1vwk3_295{width:72%;height:11px}._templateCardFooter_1vwk3_263{justify-content:space-between;padding-top:12px;border-top:1px solid #ebeef1}._templateCardMeta_1vwk3_307{width:34%;height:10px}._templateRow_1vwk3_313{display:flex;align-items:center;gap:16px;min-height:76px;padding:14px 16px;border:1px solid #d4dae0;border-radius:8px;background:#fff}._templateRowCopy_1vwk3_324{display:flex;flex:1;flex-direction:column;gap:8px}._templateRowName_1vwk3_331{width:38%;height:13px}._templateRowMeta_1vwk3_337{width:24%;height:10px}._templateRowBadge_1vwk3_343{width:64px;height:22px;border-radius:999px}._tableRow_1vwk3_350{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #ebeef1}._tableCell_1vwk3_358{height:12px}._templateRow_1fty5_1{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer;box-shadow:0 1px 3px #0f172a08;margin-bottom:8px}._templateRow_1fty5_1:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0f;transform:translateY(-1px)}._templateRow_1fty5_1:hover ._useBtn_1fty5_20{background:#005fe6;box-shadow:0 2px 8px #006aff4d}._templateRow_1fty5_1._isPicker_1fty5_24:hover{border-color:#006aff}._rowMain_1fty5_28{display:flex;align-items:center;gap:14px;min-width:0;flex:1}._rowIconWrap_1fty5_36{width:40px;height:40px;border-radius:10px;background:#006aff14;color:#006aff;display:flex;align-items:center;justify-content:center;flex-shrink:0}._rowIconWrap_1fty5_36 svg,._rowIconWrap_1fty5_36 svg path{fill:currentColor!important}._rowInfo_1fty5_52{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._rowTitleGroup_1fty5_60{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._rowName_1fty5_67{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}._rowCategoryBadge_1fty5_78{font-size:.6875rem;font-weight:600;color:#475569;background:#f1f5f9;border-radius:4px;padding:2px 6px;text-transform:capitalize}._rowContentPreview_1fty5_88{font-size:.8125rem;color:#64748b;margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._rowMetaActions_1fty5_99{display:flex;align-items:center;gap:14px;flex-shrink:0}._rowUsageBadge_1fty5_106{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:500;color:#64748b;white-space:nowrap}._usageDot_1fty5_120{width:6px;height:6px;border-radius:50%;background:#10b981}._useBtn_1fty5_20{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:#006aff;border:1px solid transparent;color:#fff;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}._useBtn_1fty5_20 svg,._useBtn_1fty5_20 svg path{fill:currentColor!important}._rowActions_1fty5_146{display:flex;align-items:center;gap:6px}._actionBtn_1fty5_152{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;cursor:pointer;transition:all .15s ease;padding:0}._actionBtn_1fty5_152 svg,._actionBtn_1fty5_152 svg path{fill:currentColor!important}._actionBtn_1fty5_152:hover{background:#e2e8f0;color:#0f172a}._actionBtn_1fty5_152._dangerBtn_1fty5_174:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}@media(max-width:640px){._templateRow_1fty5_1{flex-direction:column;align-items:flex-start;gap:12px}._rowMetaActions_1fty5_99{width:100%;justify-content:space-between}}._templateCard_11g2s_1{display:flex;min-height:15rem;flex-direction:column;overflow:hidden;border:1px solid #ebeef1;border-radius:.75rem;background:#fff;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}._templateCard_11g2s_1:hover,._templateCard_11g2s_1:focus-within{border-color:#006affa6;box-shadow:0 12px 28px #00000014,0 0 0 3px #006aff14;transform:translateY(-2px)}._templateCard_11g2s_1:hover ._cardActions_11g2s_17,._templateCard_11g2s_1:focus-within ._cardActions_11g2s_17{opacity:1;transform:translateY(0)}._cardOpenArea_11g2s_22{display:flex;min-height:0;flex:1;flex-direction:column;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}._cardOpenArea_11g2s_22:focus-visible{outline:2px solid #006AFF;outline-offset:-2px}._cardHeader_11g2s_40{display:flex;flex-direction:column;gap:8px;padding:16px 16px 10px;border-bottom:1px solid #f9fbfd}._headerTop_11g2s_48{display:flex;align-items:center;justify-content:space-between;gap:10px}._cardKind_11g2s_55{display:inline-flex;gap:.3125rem;align-items:center;color:#586271;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._cardKind_11g2s_55 svg{width:.75rem;height:.75rem;color:#006aff}._cardName_11g2s_71{min-width:0;margin:0;overflow:hidden;color:#0b2135;font-size:15px;font-weight:750;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}._cardCategoryBadge_11g2s_83{flex:0 0 auto;max-width:40%;overflow:hidden;padding:4px 8px;border:1px solid rgba(0,106,255,.12);border-radius:999px;background:#006aff14;color:#006aff;font-size:10px;font-weight:750;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}._cardBody_11g2s_99{position:relative;flex:1;min-height:0;padding:14px 16px;overflow:hidden}._cardContent_11g2s_107{display:-webkit-box;margin:0;overflow:hidden;color:#586271;font-size:13px;line-height:1.55;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:5}._cardFade_11g2s_119{position:absolute;right:0;bottom:0;left:0;height:34px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none}._cardFooter_11g2s_129{display:flex;min-height:2.75rem;align-items:center;justify-content:space-between;gap:12px;padding:0 .875rem .75rem 1rem;background:#fff}._cardUsage_11g2s_139{display:inline-flex;align-items:center;color:#7b8798;font-size:11px;font-weight:600;white-space:nowrap}._cardActions_11g2s_17{display:flex;gap:.125rem;opacity:.7;transform:none;transition:opacity .18s ease,transform .18s ease}._compactAction_11g2s_156{width:1.875rem;height:1.875rem;border-color:transparent;border-radius:.375rem;background:transparent}._compactAction_11g2s_156:hover{border-color:transparent;background:#eff6ff}._compactAction_11g2s_156:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._useTemplateButton_11g2s_172{display:inline-flex;gap:.375rem;align-items:center;min-height:2rem;padding:.25rem .6875rem;border:1px solid #006AFF;border-radius:.4375rem;background:#006aff;color:#fff;cursor:pointer;font-size:.75rem;font-weight:700}._useTemplateButton_11g2s_172 svg{width:.8125rem;height:.8125rem}._useTemplateButton_11g2s_172:hover{background:#005fe6}._useTemplateButton_11g2s_172:focus-visible{outline:2px solid #006AFF;outline-offset:2px}@media(max-width:768px){._templateCard_11g2s_1{min-height:13.5rem}._cardActions_11g2s_17{opacity:1;transform:none}}._detailView_1mkrd_1{box-sizing:border-box;display:flex;min-height:0;height:100%;flex-direction:column;gap:1.25rem;padding:1.5rem;overflow-y:auto}._detailHero_1mkrd_12{display:flex;gap:.875rem;align-items:center;min-height:6.25rem;padding:1.125rem 1.25rem;border-radius:.625rem;background:#102a43;color:#fff}._summaryCopy_1mkrd_23{min-width:0;flex:1}._heroEyebrow_1mkrd_28{color:#ffffffad;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._summaryCopy_1mkrd_23 h2{margin:.25rem 0 0;overflow:hidden;color:#fff;font-size:1.1875rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}._editDetailBtn_1mkrd_46{display:inline-flex;flex:0 0 auto;gap:.375rem;align-items:center;min-height:2rem;padding-inline:.75rem!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:.4375rem!important;background:#fff!important;color:#102a43!important;font-size:.75rem!important;font-weight:700!important}._editDetailBtn_1mkrd_46 svg{width:.8125rem;height:.8125rem}._editDetailBtn_1mkrd_46:hover{background:#eaf2fb!important}._contentSection_1mkrd_68{display:flex;min-height:0;flex-direction:column}._contentHeader_1mkrd_74{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin:0 0 .625rem}._contentHeader_1mkrd_74>div>span{color:#006aff;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._contentHeader_1mkrd_74 h3{margin:.1875rem 0 0;color:#0b2135;font-size:1rem;line-height:1.3}._contentHeader_1mkrd_74>span{flex:0 0 auto;color:#586271;font-size:.6875rem}._detailContent_1mkrd_100{min-height:9rem;padding:1.25rem;border:1px solid #d9e2ec;border-radius:.625rem;background:#fff;box-shadow:0 8px 22px #0f2a430d;color:#0b2135;font-size:.9375rem;line-height:1.7;white-space:pre-wrap}@media(max-width:480px){._detailView_1mkrd_1{padding:1rem}._detailHero_1mkrd_12{flex-wrap:wrap}._editDetailBtn_1mkrd_46{width:100%}}._addItemRow_1k660_1{position:relative;display:flex;min-height:14.25rem;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;border:1px dashed #006AFF;border-radius:8px;background:linear-gradient(145deg,#006aff08,#006aff17);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}._addItemRow_1k660_1:hover,._addItemRow_1k660_1:focus-visible{border-color:#006aff;background:linear-gradient(145deg,#006aff12,#006aff24);box-shadow:0 12px 24px #006aff1a;outline:none;transform:translateY(-2px)}._addItemRow_1k660_1 ._rowLabel_1k660_22{font-size:13px;font-weight:600;color:#006aff}._addItemRow_1k660_1 ._rowAction_1k660_27{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;background:#006aff;border-radius:50%}._addItemRow_1k660_1 ._rowAction_1k660_27 svg{width:1.25rem;height:1.25rem}._addItemRow_1k660_1._listMode_1k660_41{flex-direction:row;padding:1.25rem}._addItemRow_1k660_1._listMode_1k660_41 ._rowAction_1k660_27{width:auto;height:100%;color:#006aff;background:transparent}._formPanel_1k49q_1{display:flex;min-height:0;height:100%;flex-direction:column;background:#f4f7fb}._formBody_1k49q_9{box-sizing:border-box;width:min(100%,46rem);min-height:0;flex:1;margin:0 auto;padding:1.75rem;overflow-y:auto}._formBody_1k49q_9::-webkit-scrollbar{width:6px}._formBody_1k49q_9::-webkit-scrollbar-thumb{border-radius:.625rem;background:#bcccdc}._formGrid_1k49q_26{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-bottom:1.25rem;padding:1rem 1.125rem 1.125rem;border:1px solid #d9e2ec;border-radius:.625rem;background:#fff;box-shadow:0 5px 16px #0f2a430a}._editorContainer_1k49q_38{display:flex;flex:1;flex-direction:column;overflow:hidden;border:1px solid #d9e2ec;border-radius:.75rem;background:#fff;box-shadow:0 8px 24px #0f2a430f}._editorHeader_1k49q_49{display:flex;gap:.875rem;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#102a43}._editorHeadingCopy_1k49q_58{min-width:0}._editorHeadingCopy_1k49q_58 span{display:block;color:#fff;font-size:.875rem;font-weight:700}._editorHeadingCopy_1k49q_58 p{margin:.1875rem 0 0;color:#ffffffad;font-size:.75rem;line-height:1.4}._editorWrapper_1k49q_74{display:flex;flex-direction:column;overflow:hidden;border-top:1px solid #d9e2ec;background:#fff}@media(max-width:560px){._formBody_1k49q_9{padding:1rem}._editorHeader_1k49q_49{align-items:flex-start;flex-direction:column}}._rotate90_9w4mb_1{transform:rotate(90deg)}._templateToolbar_9w4mb_5{min-height:68px;padding:12px 20px;background:#fff}._captionToolbarLeft_9w4mb_11{min-width:0;flex:1 1 260px}._captionSearch_9w4mb_16{width:min(100%,420px);max-width:420px;min-width:220px;height:42px;background:#f0f2f6}._captionSearch_9w4mb_16:focus-within{background:#fff}._mobileSidebarBtn_9w4mb_27{display:flex}@media(min-width:992px){._mobileSidebarBtn_9w4mb_27{display:none!important}}._captionToolbarRight_9w4mb_36{flex-wrap:nowrap;justify-content:flex-end;margin-left:auto;gap:10px!important}._captionToolbarRight_9w4mb_36>*{flex-shrink:0}@media(max-width:760px){._templateToolbar_9w4mb_5{align-items:stretch;flex-direction:column;padding:12px 16px}._captionToolbarLeft_9w4mb_11,._captionToolbarRight_9w4mb_36{width:100%}._captionSearch_9w4mb_16{width:100%;max-width:none}._captionToolbarRight_9w4mb_36{justify-content:space-between;margin-left:0}}._wrapper_15d9g_1{display:flex;flex-direction:column;width:100%}._mobileSidebarBtn_15d9g_7{display:flex}@media(min-width:992px){._mobileSidebarBtn_15d9g_7{display:none!important}}._captionToolbarRight_15d9g_16{flex-wrap:nowrap;max-width:100%}._card_vyr4u_1{position:relative;overflow:hidden;display:flex;flex-direction:column;border-color:#e4e6eb}._card_vyr4u_1 ._thumbnail_vyr4u_8{aspect-ratio:1;position:relative;background:#f4f5f6;overflow:hidden}._card_vyr4u_1 ._thumbnail_vyr4u_8 ._imageContainer_vyr4u_14{width:100%;height:100%;position:relative}._card_vyr4u_1 ._thumbnail_vyr4u_8 ._image_vyr4u_14{width:100%;height:100%;object-fit:cover;display:block}._card_vyr4u_1 ._thumbnail_vyr4u_8 ._videoPlaceholder_vyr4u_25{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center}._card_vyr4u_1 ._thumbnail_vyr4u_8 ._videoPlaceholder_vyr4u_25:after{content:"";width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(56,189,248,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.1) 0%,transparent 50%)}._card_vyr4u_1 ._footer_vyr4u_39{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}._card_vyr4u_1 ._footer_vyr4u_39 ._mainInfo_vyr4u_45{width:100%;min-width:0}._card_vyr4u_1 ._footer_vyr4u_39 ._name_vyr4u_49{display:block;width:100%;max-width:100%;font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal;margin:0}._card_vyr4u_1 ._footer_vyr4u_39 ._tags_vyr4u_62{display:flex;align-items:center;gap:.25rem;min-width:0}._card_vyr4u_1 ._footer_vyr4u_39 ._tag_vyr4u_62,._card_vyr4u_1 ._footer_vyr4u_39 ._tagMore_vyr4u_69{display:inline-block;padding:.125rem .375rem;border-radius:999px;font-size:.625rem;font-weight:600;line-height:1.2;background:#f9fbfd;color:#525f7f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._card_vyr4u_1 ._footer_vyr4u_39 ._tag_vyr4u_62{max-width:48%}._card_vyr4u_1 ._footer_vyr4u_39 ._specs_vyr4u_85{display:inline-flex;align-items:center;gap:.375rem;min-width:0}._card_vyr4u_1 ._footer_vyr4u_39 ._specItem_vyr4u_91{white-space:nowrap}._card_vyr4u_1 ._footer_vyr4u_39 ._usage_vyr4u_94{display:inline-flex;align-items:center;gap:.1875rem;flex-shrink:0}._card_vyr4u_1 ._footer_vyr4u_39 ._usageIcon_vyr4u_100{flex-shrink:0}._card_vyr4u_1 ._footer_vyr4u_39 ._usageIcon_vyr4u_100 *[stroke]:not([stroke=none]){stroke:currentColor!important}._card_vyr4u_1 ._footer_vyr4u_39 ._usageIcon_vyr4u_100 *[fill]:not([fill=none]){fill:currentColor!important}._card_vyr4u_1 ._footer_vyr4u_39 ._usageIcon_vyr4u_100 *:not([fill]):not([stroke]){fill:currentColor!important}._card_vyr4u_1 ._footer_vyr4u_39 ._meta_vyr4u_112{display:flex;justify-content:space-between;align-items:center;font-size:.625rem;font-weight:500;color:#525f7f;text-transform:uppercase}._card_vyr4u_1 ._checkbox_vyr4u_121{position:absolute;top:.625rem;left:.625rem;width:1.25rem;height:1.25rem;border-radius:8px;border:2px solid white;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;opacity:0;transition:all .2s;display:flex;align-items:center;justify-content:center}._card_vyr4u_1 ._checkbox_vyr4u_121._checked_vyr4u_138,._card_vyr4u_1 ._checkbox_vyr4u_121._visible_vyr4u_138{opacity:1}._card_vyr4u_1 ._checkbox_vyr4u_121._checked_vyr4u_138{background:#006aff;border-color:#006aff;color:#fff}._card_vyr4u_1 ._checkbox_vyr4u_121._checked_vyr4u_138 svg *[stroke]:not([stroke=none]){stroke:currentColor!important;fill:none!important}._card_vyr4u_1 ._checkbox_vyr4u_121._checked_vyr4u_138 svg *[fill]:not([fill=none]){fill:currentColor!important}._card_vyr4u_1 ._checkbox_vyr4u_121._checked_vyr4u_138 svg *:not([fill]):not([stroke]){fill:currentColor!important}._card_vyr4u_1 ._typeBadge_vyr4u_156{position:absolute;top:.625rem;right:.625rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.25rem .5rem;border-radius:8px;font-size:.625rem;font-weight:800;color:#0b2135;z-index:5;box-shadow:0 2px 4px #0000001a;letter-spacing:.05em}._card_vyr4u_1 ._duration_vyr4u_171{position:absolute;bottom:.5rem;right:.5rem;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:.125rem .375rem;border-radius:.25rem;font-size:.6875rem;font-weight:600;z-index:3}._card_vyr4u_1._listMode_vyr4u_184{flex-direction:row;align-items:stretch}._card_vyr4u_1._listMode_vyr4u_184 ._thumbnail_vyr4u_8{width:clamp(7rem,18vw,10rem);aspect-ratio:1;flex-shrink:0}._card_vyr4u_1._listMode_vyr4u_184 ._footer_vyr4u_39{flex:1;justify-content:center;min-width:0}._grid_c9ztz_1{display:grid;width:100%;padding:1.5rem;grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr));gap:1.25rem}._listModeGrid_c9ztz_9{grid-template-columns:1fr!important;gap:.5rem!important}._overlay_1e3ll_1{z-index:10001;background:#0006}._drawerModal_1e3ll_6{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:34rem;max-width:100vw;border-left:1px solid #e0e5fd;background:#fff;z-index:10002!important}._drawerContent_1e3ll_18{padding:1rem 1.25rem!important}._container_1e3ll_22{display:flex;flex-direction:column}._errorRow_1e3ll_27{background:#fd54581a;color:#fd5458;padding:.625rem 1rem;font-size:.8125rem;border-bottom:1px solid #e0e5fd}._createSection_1e3ll_35{padding:1rem 1.5rem;border-bottom:1px solid #e0e5fd}._colorPickerBlock_1e3ll_40{margin-bottom:.75rem}._inputRow_1e3ll_44{display:flex;gap:.5rem;align-items:center}._textInput_1e3ll_50{margin-bottom:0!important}._addBtn_1e3ll_54{height:48px;padding:0 1rem;background:#006aff;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s ease-in-out 0s;flex-shrink:0}._addBtn_1e3ll_54:hover:not(:disabled){background:#0059d6}._listHeader_1e3ll_73{padding:1rem 1.5rem .5rem;font-size:.875rem;font-weight:600;color:#000}._tagList_1e3ll_80{flex:1;overflow-y:auto;padding:.5rem 1.5rem 1rem;min-height:200px}._tagItem_1e3ll_87{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-radius:8px;transition:all .1s ease-in-out 0s}._tagItem_1e3ll_87:hover{background:#f4f5f6}._tagItem_1e3ll_87:hover ._tagActions_1e3ll_98{opacity:1}._tagItemEditing_1e3ll_102{background:#fff!important;border:1px solid #006AFF}._tagContent_1e3ll_107{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._tagDot_1e3ll_115{width:12px;height:12px;border-radius:3px;flex-shrink:0}._tagName_1e3ll_122{font-size:.875rem;color:#000;font-weight:500}._tagCount_1e3ll_128{font-size:.75rem;color:#525f7f;margin-left:4px}._tagActions_1e3ll_98{display:flex;gap:.25rem;opacity:0;transition:all .1s ease-in-out 0s}._editRow_1e3ll_141{display:flex;gap:.5rem;align-items:center;width:100%}._editColorPicker_1e3ll_148{flex-shrink:0;width:110px}._editActions_1e3ll_153{display:flex;gap:.25rem}._iconBtn_1e3ll_158{width:28px;height:28px;border:none;background:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#525f7f;transition:all .1s ease-in-out 0s}._iconBtn_1e3ll_158:hover{background:#d4dae0}._iconBtn_1e3ll_158 svg{width:16px;height:16px}._iconBtn_1e3ll_158:disabled{opacity:.5;cursor:not-allowed}._iconBtnSuccess_1e3ll_183{color:#009459}._iconBtnSuccess_1e3ll_183:hover{background:#0094591a}._iconBtnDanger_1e3ll_190:hover{background:#fd54581a;color:#fd5458}._emptyState_1e3ll_195{text-align:center;color:#525f7f;padding:2rem 0;font-size:.875rem}._nameField_1e3ll_202{flex:1;min-width:0}._scheduler_1qucx_1{display:flex;flex-direction:column;width:100%;max-width:100%;height:min(43rem,75vh - 3.75rem);min-height:min(32rem,75vh - 3.75rem);color:#0f172a;background:#fff}._scrollArea_1qucx_12{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}._content_1qucx_20{width:min(47rem,100% - 3rem);margin:0 auto;padding:1.5rem 0 1.75rem}._modeRow_1qucx_26{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.375rem;border-bottom:1px solid #f1f5f9}._modeSelector_1qucx_35{display:inline-flex;gap:.25rem;padding:.25rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px}._modeSelector_1qucx_35 button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:8.25rem;min-height:2.5rem;padding:0 1rem;color:#64748b;font:inherit;font-size:.8125rem;font-weight:650;background:transparent;border:0;border-radius:9999px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._modeSelector_1qucx_35 button:hover{color:#0f172a;background:#fff9}._modeSelector_1qucx_35 button:focus-visible{outline:2px solid rgba(0,106,255,.35);outline-offset:2px}._modeSelector_1qucx_35 button._active_1qucx_69{color:#006aff;background:#fff;box-shadow:0 2px 8px #006aff24,0 1px 3px #0f172a0f}._timezoneCompact_1qucx_75{display:inline-flex;align-items:center;gap:.5rem;max-width:18rem;padding:.4375rem .9375rem;color:#0052cc;font-size:.8125rem;font-weight:600;letter-spacing:.01em;background:linear-gradient(135deg,#f0f7ff,#e6f0fa);border:1px solid rgba(0,106,255,.18);border-radius:9999px;box-shadow:0 2px 6px #006aff0f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .2s ease}._timezoneCompact_1qucx_75 svg{flex-shrink:0;width:15px;height:15px}._timezoneCompact_1qucx_75 svg path{stroke:#006aff!important;fill:none}._timezoneCompact_1qucx_75:hover{border-color:#006aff59;box-shadow:0 3px 10px #006aff1f}._timezoneCompact_1qucx_75:hover svg path{stroke:#1d4ed8!important}._timingSection_1qucx_111,._deliverySection_1qucx_112{padding:1.5rem 0;border-bottom:1px solid #f1f5f9}._sectionHeading_1qucx_117{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}._sectionHeading_1qucx_117 h3{margin:0;color:#0f172a;font-size:1.0625rem;font-weight:700;line-height:1.35;letter-spacing:-.01em}._sectionHeading_1qucx_117 p{margin:.1875rem 0 0;color:#64748b;font-size:.8125rem;line-height:1.45}._warningMessage_1qucx_139{display:flex;align-items:center;gap:.625rem;margin-bottom:.875rem;padding:.625rem .875rem;color:#9a3412;font-size:.8125rem;font-weight:550;background:#fff7ed;border:1px solid #ffedd5;border-radius:10px}._warningMessage_1qucx_139 svg{flex-shrink:0;width:16px;height:16px;color:#9a3412}._warningMessage_1qucx_139 svg path{fill:currentColor!important}._dateTimeControl_1qucx_162{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem;width:100%}._inputOverride_1qucx_170{width:100%}._addTimeButton_1qucx_174{min-width:8rem;min-height:2.75rem;border-radius:10px!important;font-weight:650!important;font-size:.8125rem!important;white-space:nowrap}._selectedTimes_1qucx_183{margin-top:1.25rem;padding-top:1rem;border-top:1px dashed #e2e8f0}._selectedTimesHeader_1qucx_189{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}._selectedTimesHeader_1qucx_189 button{padding:.25rem .5rem;color:#ef4444;font:inherit;font-size:.75rem;font-weight:650;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;cursor:pointer;transition:all .16s ease}._selectedTimesHeader_1qucx_189 button:hover{background:#fee2e2}._timeChips_1qucx_216{display:flex;flex-wrap:wrap;gap:.5rem}._timeChip_1qucx_216{display:inline-flex;align-items:center;gap:.5rem;min-height:2.375rem;padding:.375rem .5rem .375rem .875rem;color:#0052cc;font-size:.8125rem;font-weight:600;background:#006aff0f;border:1px solid rgba(0,106,255,.2);border-radius:9999px;transition:all .16s ease}._timeChip_1qucx_216 button{display:inline-grid;width:1.375rem;height:1.375rem;padding:0;place-items:center;color:#0052cc;font:inherit;font-size:.875rem;background:#006aff1f;border:0;border-radius:50%;cursor:pointer;transition:all .15s ease}._timeChip_1qucx_216 button:hover{color:#fff;background:#ef4444}._patternToggle_1qucx_256,._endOptions_1qucx_257{display:inline-flex;gap:.25rem;padding:.25rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px}._patternToggle_1qucx_256 button,._endOptions_1qucx_257 button{min-height:2.25rem;padding:0 .875rem;color:#64748b;font:inherit;font-size:.8125rem;font-weight:650;background:transparent;border:0;border-radius:9999px;cursor:pointer;transition:all .16s ease}._patternToggle_1qucx_256 button:focus-visible,._endOptions_1qucx_257 button:focus-visible{outline:2px solid rgba(0,106,255,.35);outline-offset:1px}._patternToggle_1qucx_256 button._active_1qucx_69,._endOptions_1qucx_257 button._active_1qucx_69{color:#006aff;background:#fff;box-shadow:0 2px 6px #006aff1f}._recurringBaseFields_1qucx_291{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.875rem}._fieldGroup_1qucx_297{display:flex;min-width:0;flex-direction:column;gap:.5rem}._fieldGroup_1qucx_297>span,._fieldGroup_1qucx_297 ._fieldLabel_1qucx_304{color:#334155;font-size:.8125rem;font-weight:650}._fieldLabel_1qucx_304{display:block;color:#334155;font-size:.8125rem;font-weight:650}._selectorGroup_1qucx_317{margin-top:1.125rem}._weekdaySelector_1qucx_321{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;margin-top:.5rem}._weekdaySelector_1qucx_321 button{box-sizing:border-box;min-width:0;min-height:2.625rem;padding:0 .625rem;color:#334155;font:inherit;font-size:.8125rem;font-weight:700;background:#fff;border:1px solid #cbd8e8;border-radius:8px;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}._weekdaySelector_1qucx_321 button:hover,._weekdaySelector_1qucx_321 button:focus-visible{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;outline:none}._weekdaySelector_1qucx_321 button._active_1qucx_69{color:#fff;background:#2563eb;border-color:#2563eb}._weekdaySelector_1qucx_321 button._active_1qucx_69:hover,._weekdaySelector_1qucx_321 button._active_1qucx_69:focus-visible{color:#fff;background:#1d4ed8;border-color:#1d4ed8}._endSection_1qucx_359{display:flex;align-items:flex-start;gap:1rem;margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid #f1f5f9}._endSection_1qucx_359>._fieldLabel_1qucx_304{min-width:2.75rem;padding-top:.625rem}._endControl_1qucx_373{display:flex;min-width:0;flex:1;flex-wrap:wrap;align-items:center;gap:.75rem}._endValue_1qucx_382,._occurrenceField_1qucx_383{min-width:0}._endValue_1qucx_382{width:min(14rem,100%)}._occurrenceField_1qucx_383{display:flex;align-items:center;gap:.75rem}._occurrenceField_1qucx_383 small{display:inline-flex;align-items:center;gap:.35rem;color:#64748b;font-size:.75rem;line-height:1.35;white-space:nowrap}._occurrenceField_1qucx_383 small svg{width:.875rem;height:.875rem;flex:0 0 auto}._occurrenceInput_1qucx_411{display:flex;width:10.75rem;box-sizing:border-box;flex:0 0 10.75rem;align-items:center;height:2.75rem;padding:0 .25rem;background:#fff;border:1px solid #d9e2ec;border-radius:10px;transition:all .16s ease}._occurrenceInput_1qucx_411 input{width:2.75rem;min-width:0;height:100%;padding:0;color:#0f172a;font:inherit;font-size:.8125rem;font-weight:650;text-align:center;background:transparent;border:0;outline:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._occurrenceInput_1qucx_411 input::-webkit-inner-spin-button,._occurrenceInput_1qucx_411 input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}._occurrenceInput_1qucx_411:focus-within{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._occurrenceInput_1qucx_411>span{margin-right:auto;color:#64748b;font-size:.8125rem;font-weight:550}._occurrenceInput_1qucx_411>button{display:inline-grid;width:2rem;height:2rem;flex:0 0 2rem;padding:0;place-items:center;color:#475569;background:transparent;border:0;border-radius:7px;cursor:pointer}._occurrenceInput_1qucx_411>button svg{width:.875rem;height:.875rem}._occurrenceInput_1qucx_411>button:hover:not(:disabled){color:#006aff;background:#eff6ff}._occurrenceInput_1qucx_411>button:focus-visible{outline:2px solid rgba(0,106,255,.35);outline-offset:1px}._occurrenceInput_1qucx_411>button:disabled{cursor:not-allowed;opacity:.35}._deliveryRow_1qucx_483{display:flex;align-items:flex-end;gap:.875rem}._deliveryChoices_1qucx_489{display:flex;min-width:0;width:100%;gap:.75rem;padding:0;background:transparent}._deliveryChoices_1qucx_489>button{display:inline-flex;flex:1;min-width:9rem;align-items:center;justify-content:center;gap:.625rem;min-height:2.875rem;padding:.625rem 1rem;color:#475569;font:inherit;font-size:.8125rem;font-weight:650;background:#fff;border:1px solid #d9e2ec;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._deliveryChoices_1qucx_489>button:hover,._deliveryChoices_1qucx_489>button:focus-visible{color:#006aff;border-color:#b8cbe0;background:#eff6ff;transform:translateY(-1px);outline:none}._deliveryChoices_1qucx_489>button._active_1qucx_69{color:#006aff;background:#eff6ff;border-color:#bfdbfe;box-shadow:none;transform:translateY(-1px)}._intervalControl_1qucx_531{display:flex;width:8rem;flex:0 0 8rem;flex-direction:column;gap:.375rem}._intervalControl_1qucx_531>span:first-child{color:#334155;font-size:.75rem;font-weight:650}._numericField_1qucx_544{display:flex;align-items:center;height:2.875rem;padding:0 .75rem;background:#fff;border:1px solid #d9e2ec;border-radius:12px;transition:all .16s ease}._numericField_1qucx_544:focus-within{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._numericField_1qucx_544 input{width:100%;min-width:0;height:100%;padding:0;color:#0f172a;font:inherit;font-size:.8125rem;font-weight:650;background:transparent;border:0;outline:0}._numericField_1qucx_544>span{color:#64748b;font-size:.75rem;font-weight:550}._deliveryDescription_1qucx_577{margin:.75rem 0 0;color:#64748b;font-size:.8125rem;line-height:1.4}._visuallyHidden_1qucx_584{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._protectionToggle_1qucx_595{display:flex;align-items:flex-start;gap:.75rem;width:100%;margin-top:1.25rem;padding:.875rem 1rem;color:#0f172a;text-align:left;background:#f8fafc;border:1px solid #d9e2ec;border-radius:12px;cursor:pointer;transition:all .2s ease}._protectionToggle_1qucx_595:hover{background:#fff;border-color:#b8cbe0}._protectionToggle_1qucx_595>span:last-child{display:flex;flex-direction:column}._protectionToggle_1qucx_595 strong{font-size:.8125rem;font-weight:650}._protectionToggle_1qucx_595 small{margin-top:.125rem;color:#64748b;font-size:.75rem}._checkbox_1qucx_628{display:inline-grid;width:1.25rem;height:1.25rem;flex:0 0 1.25rem;place-items:center;color:#fff;border:1.5px solid #cbd5e1;border-radius:6px;transition:all .16s ease}._checkbox_1qucx_628._checked_1qucx_639{background:#006aff;border-color:#006aff}._summaryBar_1qucx_644{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;margin-top:1.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#edf4ff);border:1px solid #dbeafe;border-radius:14px;box-shadow:0 2px 8px #006aff0d}._summaryIcon_1qucx_657{display:inline-grid;width:2.5rem;height:2.5rem;place-items:center;color:#fff;background:linear-gradient(135deg,#006aff,#2563eb);border-radius:10px;box-shadow:0 4px 12px #006aff40}._summaryContent_1qucx_668{display:flex;min-width:0;flex-direction:column;gap:.125rem}._summaryContent_1qucx_668 strong{overflow:hidden;color:#0f172a;font-size:.9375rem;font-weight:700;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}._summaryContent_1qucx_668 span{overflow:hidden;color:#475569;font-size:.78125rem;font-weight:500;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}._timezoneLabel_1qucx_693{display:inline-flex;align-items:center;gap:.375rem;max-width:13rem;padding:.375rem .75rem;overflow:hidden;color:#475569;font-size:.75rem;font-weight:600;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;text-overflow:ellipsis;white-space:nowrap}._footer_1qucx_710{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:1rem;min-height:4.5rem;padding:.875rem 1.75rem;background:#fff;border-top:1px solid #f1f5f9}._resetButton_1qucx_722{display:inline-flex;align-items:center;gap:.5rem;min-height:2.5rem;padding:0 .5rem;color:#006aff;font:inherit;font-size:.8125rem;font-weight:650;background:transparent;border:0;cursor:pointer;transition:all .16s ease}._resetButton_1qucx_722 svg{transition:transform .3s ease}._resetButton_1qucx_722:hover{color:#1d4ed8}._resetButton_1qucx_722:hover svg{transform:rotate(180deg)}._resetButton_1qucx_722:focus-visible{outline:2px solid rgba(0,106,255,.35);outline-offset:2px}._footerActions_1qucx_751{display:flex;align-items:center;gap:.75rem}._footerActions_1qucx_751 button{min-height:2.625rem;border-radius:10px;font-weight:650}@media(max-width:720px){._scheduler_1qucx_1{width:100%;height:calc(100vh - 4.5rem);min-height:0}._content_1qucx_20{width:calc(100% - 2rem);padding-top:1rem}._modeRow_1qucx_26,._sectionHeading_1qucx_117,._deliveryRow_1qucx_483{align-items:stretch;flex-direction:column}._modeSelector_1qucx_35,._patternToggle_1qucx_256{display:flex;width:100%}._modeSelector_1qucx_35 button,._patternToggle_1qucx_256 button{min-width:0;flex:1}._timezoneCompact_1qucx_75{max-width:100%}._recurringBaseFields_1qucx_291{grid-template-columns:1fr}._weekdaySelector_1qucx_321{grid-template-columns:repeat(4,minmax(0,1fr))}._endSection_1qucx_359{align-items:stretch;flex-direction:column;gap:.5rem}._endSection_1qucx_359>._fieldLabel_1qucx_304{padding-top:0}._endControl_1qucx_373{align-items:stretch;flex-direction:column}._occurrenceField_1qucx_383{align-items:flex-start;flex-direction:column;gap:.5rem}._endOptions_1qucx_257{display:flex;width:100%}._endOptions_1qucx_257 button{flex:1}._deliveryChoices_1qucx_489{display:flex;width:100%}._deliveryChoices_1qucx_489>button{min-width:0;flex:1}._intervalControl_1qucx_531{width:100%;flex-basis:auto}._summaryBar_1qucx_644{grid-template-columns:auto minmax(0,1fr)}._timezoneLabel_1qucx_693{display:none}._footer_1qucx_710{padding:.75rem 1rem}._resetButton_1qucx_722{font-size:0}._resetButton_1qucx_722 svg{width:18px;height:18px}}@media(max-width:480px){._footerActions_1qucx_751{flex:1}._footerActions_1qucx_751>button,._footerActions_1qucx_751>div{flex:1}}@media(prefers-reduced-motion:reduce){._modeSelector_1qucx_35 button,._deliveryChoices_1qucx_489>button{transition:none}}._aiSection_qtpa2_1{margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed #e2e8f0}._aiControls_qtpa2_7{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem}._assistantCopy_qtpa2_14{min-width:0;flex:1}._assistantCopy_qtpa2_14 strong,._assistantCopy_qtpa2_14 span{display:block}._assistantCopy_qtpa2_14 strong{color:#0f172a;font-size:.875rem;font-weight:700;line-height:1.4;letter-spacing:-.01em}._assistantCopy_qtpa2_14 span{margin-top:.125rem;color:#64748b;font-size:.75rem;line-height:1.4}._generateBtn_qtpa2_36{min-height:2.375rem!important;padding:0 1rem!important;white-space:nowrap;border-radius:10px!important;font-size:.8125rem!important;font-weight:650!important;background:linear-gradient(135deg,#006aff,#6366f1)!important;border:none!important;color:#fff!important;box-shadow:0 4px 12px #006aff40;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease!important}._generateBtn_qtpa2_36:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #006aff59}._generateBtn_qtpa2_36:active:not(:disabled){transform:translateY(0)}._quickTimeContainer_qtpa2_57,._chipContainer_qtpa2_58{display:flex;flex-wrap:wrap;gap:.5rem}._quickChip_qtpa2_64,._aiChip_qtpa2_65{min-height:2.375rem;padding:0 1rem;color:#475569;font:inherit;font-size:.8125rem;font-weight:600;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._quickChip_qtpa2_64:hover:not(:disabled),._quickChip_qtpa2_64:focus-visible,._aiChip_qtpa2_65:hover:not(:disabled),._aiChip_qtpa2_65:focus-visible{color:#006aff;background:#fff;border-color:#006aff;transform:translateY(-2px);box-shadow:0 4px 12px #006aff1f;outline:none}._quickChip_qtpa2_64:disabled,._aiChip_qtpa2_65:disabled{cursor:not-allowed;opacity:.5}._quickChip_qtpa2_64._selected_qtpa2_93,._aiChip_qtpa2_65._selected_qtpa2_93{color:#fff;background:linear-gradient(135deg,#006aff,#1d4ed8);border-color:transparent;box-shadow:0 4px 14px #006aff52;transform:translateY(0)}._chipContainer_qtpa2_58{margin-bottom:.875rem}._aiChip_qtpa2_65{display:inline-flex;align-items:center;gap:.375rem}._aiChip_qtpa2_65 ._time_qtpa2_111{font-size:.8125rem;font-weight:700}._aiChip_qtpa2_65 ._label_qtpa2_115{color:inherit;font-size:.6875rem;font-weight:550;opacity:.9}._loadingContainer_qtpa2_122,._emptyState_qtpa2_123{display:flex;min-height:3.25rem;align-items:center;justify-content:center;margin-bottom:.75rem;color:#64748b;font-size:.8125rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px}._emptyMessage_qtpa2_136{padding:.75rem;text-align:center}@media(max-width:560px){._aiControls_qtpa2_7{align-items:stretch;flex-direction:column}._generateBtn_qtpa2_36{width:100%}}@media(prefers-reduced-motion:reduce){._quickChip_qtpa2_64,._aiChip_qtpa2_65,._generateBtn_qtpa2_36{transition:none!important;transform:none!important}}._container_2bkvd_1{display:flex;flex-direction:column;background:transparent;flex:1;min-height:0;overflow:hidden;transition:border-color .2s}._containerError_2bkvd_11{border-color:#fd5458;background-color:#fd545805}._headerCompact_2bkvd_16{padding:.625rem .875rem;border-bottom:1px solid #ebeef1;background:#f9fbfd}._headerRow_2bkvd_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}._selectionStats_2bkvd_29{font-size:.6875rem;font-weight:600;color:#586271}._selectionStats_2bkvd_29 strong{color:#0b2135;font-weight:800}._headerTop_2bkvd_39{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._headerTitle_2bkvd_46{display:flex;align-items:center}._headerTitle_2bkvd_46 ._count_2bkvd_50{font-size:.6875rem;font-weight:600;color:#586271;background:#ebeef1;padding:.1875rem .625rem;border-radius:8px}._selectAllBtn_2bkvd_59{border-radius:8px}._searchRow_2bkvd_63{display:flex;align-items:center;gap:8px;width:100%}._searchInner_2bkvd_70{flex:1;min-width:0;position:relative;display:flex;align-items:center}._MagnifyingGlassIcon_2bkvd_78{position:absolute;left:9px;width:14px!important;height:14px!important;color:#94a3b8;pointer-events:none}._searchInput_2bkvd_87{width:100%;height:32px;padding:0 8px 0 28px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.75rem;color:#0f172a;font-family:inherit;transition:all .15s ease;box-sizing:border-box}._searchInput_2bkvd_87::placeholder{color:#94a3b8}._searchInput_2bkvd_87:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}._groupFilterColumn_2bkvd_110{position:relative;flex-shrink:0}._groupFilterBtn_2bkvd_115{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 9px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.75rem;font-weight:600;color:#334155;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-sizing:border-box}._groupFilterBtn_2bkvd_115:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}._groupFilterBtn_2bkvd_115._active_2bkvd_137{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}._groupFilterBtn_2bkvd_115 ._groupBtnIcon_2bkvd_142{color:#64748b;flex-shrink:0;width:14px!important;height:14px!important}._groupFilterBtn_2bkvd_115 ._groupBtnDot_2bkvd_148{width:8px;height:8px;border-radius:50%;flex-shrink:0}._groupFilterBtn_2bkvd_115 ._groupBtnLabel_2bkvd_154{max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.75rem;font-weight:600}._groupFilterBtn_2bkvd_115 ._groupBtnChevron_2bkvd_162{color:#94a3b8;flex-shrink:0;width:12px!important;height:12px!important;margin-left:1px}._groupDropdown_2bkvd_170{position:absolute;top:calc(100% + 6px);right:0;min-width:175px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px -5px #0f172a26,0 8px 10px -6px #0f172a14;z-index:200;padding:5px;animation:_popoverFadeIn_2bkvd_1 .15s ease-out}._dropdownDivider_2bkvd_184{height:1px;background:#f1f5f9;margin:4px 0}._groupOption_2bkvd_190{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:.75rem;font-weight:600;color:#334155;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .12s ease;text-align:left;box-sizing:border-box}._groupOption_2bkvd_190 ._allGroupsIcon_2bkvd_207{color:#64748b;display:flex;align-items:center}._groupOption_2bkvd_190 ._allGroupsIcon_2bkvd_207 svg{width:13px!important;height:13px!important}._groupOption_2bkvd_190 ._dot_2bkvd_216{width:8px;height:8px;border-radius:50%;flex-shrink:0}._groupOption_2bkvd_190 ._optionName_2bkvd_222{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._groupOption_2bkvd_190 ._optionCheck_2bkvd_228{color:#2563eb;flex-shrink:0;width:13px!important;height:13px!important}._groupOption_2bkvd_190:hover{background:#f1f5f9;color:#0f172a}._groupOption_2bkvd_190._selected_2bkvd_238{background:#eff6ff;color:#1d4ed8;font-weight:700}@keyframes _popoverFadeIn_2bkvd_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._groupButton_2bkvd_254{width:2.125rem;height:2.125rem;border-radius:8px;background:#f9fbfd;border:1px solid #ebeef1;display:flex;align-items:center;justify-content:center;transition:transform .2s;cursor:pointer}._groupButton_2bkvd_254 svg{width:20px;height:20px;fill:#64748b}._groupButton_2bkvd_254:hover{border-color:#cbd5e1;background:#f1f5f9}._groupButton_2bkvd_254._active_2bkvd_137{background:#006aff14;border-color:#006aff}._groupButton_2bkvd_254._active_2bkvd_137 svg{fill:#006aff}._accountList_2bkvd_283{flex:1;min-height:0;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}._accountList_2bkvd_283::-webkit-scrollbar{width:4px}._accountList_2bkvd_283::-webkit-scrollbar-thumb{background:#f6f8fa;border-radius:10px}._accountItem_2bkvd_300{display:flex;flex-direction:column;gap:.625rem;padding:.75rem .875rem;border-radius:8px;cursor:pointer;transition:all .1s ease-in-out 0s;background:#fff;border:1px solid #e0e5fd;width:100%;box-sizing:border-box;text-align:left}._accountItem_2bkvd_300:hover{background:#f9fbfd;border-color:#f6f8fa;transform:translate(2px)}._accountItem_2bkvd_300._accountItemSelected_2bkvd_319{background:#006aff0f;border-color:#006aff;box-shadow:0 2px 8px #006aff1f}._accountItem_2bkvd_300._accountItemSelected_2bkvd_319 ._accountName_2bkvd_324{color:#006aff;font-weight:800}._accountItem_2bkvd_300._disabled_2bkvd_328{opacity:.72;cursor:not-allowed;background:#f9fbfd}._accountItem_2bkvd_300._disabled_2bkvd_328:hover{transform:none;background:#f9fbfd}._accountItemTop_2bkvd_338{display:flex;align-items:center;gap:.875rem;width:100%;text-align:left}._accountInfo_2bkvd_346{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}._accountInfo_2bkvd_346 ._accountName_2bkvd_324{font-size:.875rem;font-weight:700;color:#0b2135;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;text-align:left;width:100%}._accountInfo_2bkvd_346 ._accountHandle_2bkvd_366{font-size:.75rem;font-weight:500;color:#586271;margin-top:.125rem;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}._warningWrapper_2bkvd_378{width:1.5rem;height:1.5rem;background:#fc8c321a;color:#fc8c32;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._emptyState_2bkvd_390{padding:3rem 1.5rem;text-align:center;color:#586271}._emptyState_2bkvd_390 ._emptyIconWrapper_2bkvd_395{width:3.5rem;height:3.5rem;background:#f9fbfd;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#f6f8fa}._emptyState_2bkvd_390 ._emptyTitle_2bkvd_406{font-size:.875rem;font-weight:700;color:#0b2135}._emptyState_2bkvd_390 ._emptyDesc_2bkvd_411{font-size:.75rem;color:#586271;margin-top:.25rem}._lockedNotice_yqfoq_1{display:flex;align-items:flex-start;gap:.625rem;margin:.75rem .75rem 0;padding:.75rem;border:1px solid rgba(0,106,255,.24);border-radius:8px;background:#006aff0d;color:#0b2135}._lockedNotice_yqfoq_1>span:last-child{display:flex;min-width:0;flex-direction:column;gap:.125rem}._lockedNotice_yqfoq_1 strong{font-size:.75rem;font-weight:700;line-height:1.35}._lockedNotice_yqfoq_1 small{color:#586271;font-size:.6875rem;line-height:1.4}._lockedIcon_yqfoq_29{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.75rem;width:1.75rem;height:1.75rem;border-radius:50%;background:#006aff1f;color:#006aff}._container_12wqw_1{display:flex;flex-direction:column;gap:16px}._sectionTitle_12wqw_8{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between}._typeGrid_12wqw_20{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._typeCard_12wqw_26{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 8px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:center;-webkit-user-select:none;user-select:none}._typeCard_12wqw_26:hover{border-color:#94a3b8;background:#f8fafc;transform:translateY(-1px)}._typeCard_12wqw_26._active_12wqw_47{border-color:#1a73e8;background:#eff6ff;box-shadow:0 0 0 1px #1a73e8}._typeCard_12wqw_26._active_12wqw_47 ._typeIcon_12wqw_52{color:#1a73e8;background:#dbeafe}._typeCard_12wqw_26._active_12wqw_47 ._typeLabel_12wqw_56{color:#1a73e8;font-weight:700}._typeIcon_12wqw_52{width:32px;height:32px;border-radius:8px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._typeIcon_12wqw_52 svg{width:18px;height:18px}._typeLabel_12wqw_56{font-size:.8125rem;font-weight:600;color:#334155}._typeHint_12wqw_83{font-size:.625rem;color:#94a3b8}._detailsCard_12wqw_89{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:12px;animation:_fadeIn_12wqw_1 .2s ease}._detailsHeader_12wqw_100{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:700;color:#1e293b}._detailsHeader_12wqw_100 svg{width:16px;height:16px;color:#1a73e8}._detailsHint_12wqw_114{margin:-2px 0 0;color:#64748b;font-size:.6875rem;line-height:1.45}._grid2Col_12wqw_121{display:grid;grid-template-columns:1fr 1fr;gap:10px}._inputGroup_12wqw_127{display:flex;flex-direction:column;gap:4px}._inputGroup_12wqw_127 label{font-size:.6875rem;font-weight:600;color:#64748b}._termsAccordion_12wqw_138{border-top:1px dashed #cbd5e1;padding-top:10px;margin-top:2px}._termsToggle_12wqw_144{background:none;border:none;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0}._termsToggle_12wqw_144:hover{color:#1a73e8}._termsToggle_12wqw_144 svg{width:14px;height:14px;transition:transform .2s}._termsToggle_12wqw_144._open_12wqw_164 svg{transform:rotate(180deg)}._termsContent_12wqw_168{margin-top:8px}._ctaSection_12wqw_173{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:12px}._ctaHeader_12wqw_183{display:flex;align-items:center;justify-content:space-between}._ctaTitleGroup_12wqw_189{display:flex;align-items:center;gap:8px}._ctaIcon_12wqw_195{width:24px;height:24px;border-radius:6px;background:#eff6ff;color:#1a73e8;display:flex;align-items:center;justify-content:center}._ctaIcon_12wqw_195 svg{width:14px;height:14px}._ctaTitle_12wqw_189{font-size:.8125rem;font-weight:700;color:#1e293b}._switchToggle_12wqw_217{position:relative;display:inline-block;width:36px;height:20px}._switchToggle_12wqw_217 input{opacity:0;width:0;height:0}._switchToggle_12wqw_217 ._slider_12wqw_228{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.2s;border-radius:20px}._switchToggle_12wqw_217 ._slider_12wqw_228:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}._switchToggle_12wqw_217 input:checked+._slider_12wqw_228{background-color:#1a73e8}._switchToggle_12wqw_217 input:checked+._slider_12wqw_228:before{transform:translate(16px)}._ctaChipsGrid_12wqw_258{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}._ctaChip_12wqw_258{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.75rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._ctaChip_12wqw_258 svg{width:14px;height:14px;color:#64748b;flex-shrink:0}._ctaChip_12wqw_258:hover{border-color:#94a3b8;background:#f1f5f9;color:#1e293b}._ctaChip_12wqw_258._active_12wqw_47{background:#1a73e8;border-color:#1a73e8;color:#fff;box-shadow:0 1px 3px #1a73e84d}._ctaChip_12wqw_258._active_12wqw_47 svg{color:#fff}@keyframes _fadeIn_12wqw_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._optionGroup_1fn1i_1{display:flex;flex-direction:column;gap:10px}._settingsSurface_1fn1i_7{display:flex;flex-direction:column;gap:18px;width:100%}._settingsGrid_1fn1i_14{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(280px,1.15fr);gap:24px;padding-bottom:18px;border-bottom:1px solid #e2e8f0}._sectionHeading_1fn1i_22{display:flex;align-items:baseline;justify-content:space-between;gap:12px}._sectionHeading_1fn1i_22 h5{margin:0;color:#0f172a;font-size:.8125rem;font-weight:750}._sectionHeading_1fn1i_22 span{color:#64748b;font-size:.6875rem;text-align:right}._optionGrid_1fn1i_40{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}._optionItem_1fn1i_46{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}._optionItem_1fn1i_46:disabled{cursor:not-allowed;opacity:.55}._optionItem_1fn1i_46:hover{border-color:#94a3b8;background:#f8fafc}._optionItem_1fn1i_46._active_1fn1i_65{border-color:#1a73e8;background:#eff6ff}._optionItem_1fn1i_46._active_1fn1i_65 ._label_1fn1i_69{color:#1a73e8;font-weight:700}._optionItem_1fn1i_46._active_1fn1i_65 ._icon_1fn1i_73{color:#1a73e8}._optionItem_1fn1i_46 ._icon_1fn1i_73{width:16px;height:16px;color:#64748b;flex-shrink:0}._optionItem_1fn1i_46 ._label_1fn1i_69{font-size:.8125rem;font-weight:600;color:#334155}._creatorList_1fn1i_88{display:flex;flex-direction:column;gap:8px}._creatorItem_1fn1i_94{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}._creatorItem_1fn1i_94 div{display:flex;flex-direction:column;min-width:0}._creatorItem_1fn1i_94 strong,._creatorItem_1fn1i_94 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._creatorItem_1fn1i_94 strong{color:#0f172a;font-size:.8125rem}._creatorItem_1fn1i_94 span{color:#64748b;font-size:.75rem}._creatorAvatar_1fn1i_123{width:36px;height:36px;border-radius:50%;object-fit:cover}._errorBox_1fn1i_130{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:.75rem}._errorBox_1fn1i_130 button{border:0;background:transparent;color:#991b1b;cursor:pointer;font:inherit;font-weight:700;text-decoration:underline}._nestedOptions_1fn1i_152{display:flex;flex-direction:column;gap:2px;margin-left:30px;padding:2px 0 2px 14px;border-left:2px solid #e2e8f0}._consentBox_1fn1i_161{padding:10px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}._consentHint_1fn1i_168{margin:2px 8px 0 36px;color:#64748b;font-size:.6875rem;line-height:1.4}._optionItemStatus_1fn1i_175{margin-left:auto;font-size:.6875rem;font-weight:700;color:#1a73e8}._checkboxStack_1fn1i_182{display:flex;flex-direction:column;gap:2px}._checkboxOption_1fn1i_188{width:100%;min-height:36px;justify-content:flex-start;padding:7px 8px;border:0;border-radius:6px;background:transparent;color:#0f172a;font:inherit;text-align:left;cursor:pointer}._checkboxOption_1fn1i_188:hover:not([aria-disabled=true]){background:#f8fafc}._checkboxOption_1fn1i_188[aria-disabled=true]{color:#64748b;cursor:not-allowed}._warningText_1fn1i_209{font-size:.75rem;color:#d97706;background:#fef3c7;padding:8px 10px;border-radius:6px;border:1px solid #fde68a;margin:0}._helperText_1fn1i_219{font-size:.75rem;color:#64748b;line-height:1.4;margin:4px 0 0}@media(max-width:720px){._settingsGrid_1fn1i_14{grid-template-columns:1fr;gap:18px}._sectionHeading_1fn1i_22{align-items:flex-start;flex-direction:column;gap:2px}._sectionHeading_1fn1i_22 span{text-align:left}._optionGrid_1fn1i_40{grid-template-columns:1fr}._nestedOptions_1fn1i_152{margin-left:14px}}._optionGroup_15lvf_1{display:flex;flex-direction:column;gap:8px}._optionGroup_15lvf_1 label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b}._linkInput_15lvf_14{margin-bottom:0}._helperText_15lvf_18{font-size:.75rem;color:#64748b;line-height:1.4;margin:4px 0 0}._optionGroup_6f2qb_1{display:flex;flex-direction:column;gap:8px}._optionGroup_6f2qb_1 label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b}._optionGrid_6f2qb_14{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._optionItem_6f2qb_20{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}._optionItem_6f2qb_20:hover{border-color:#94a3b8;background:#f8fafc}._optionItem_6f2qb_20._active_6f2qb_35{border-color:#1a73e8;background:#eff6ff}._optionItem_6f2qb_20._active_6f2qb_35 ._label_6f2qb_39{color:#1a73e8;font-weight:700}._optionItem_6f2qb_20._active_6f2qb_35 ._icon_6f2qb_43{color:#1a73e8}._optionItem_6f2qb_20 ._icon_6f2qb_43{width:16px;height:16px;color:#64748b;flex-shrink:0}._optionItem_6f2qb_20 ._label_6f2qb_39{font-size:.8125rem;font-weight:600;color:#334155}._optionItemStatus_6f2qb_58{margin-left:auto;font-size:.6875rem;font-weight:700;color:#64748b}._helperText_6f2qb_65{font-size:.75rem;color:#64748b;line-height:1.4;margin:4px 0 0}._container_aaygz_1{padding:.5rem .75rem;border:1px solid #d9e2ec;border-radius:10px;background-color:#fff}._container_aaygz_1._containerExpanded_aaygz_7{border-color:#c7d4e2}._container_aaygz_1 ._header_aaygz_10{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16{display:inline-flex;align-items:center;gap:.45rem;color:#475569;cursor:pointer;padding:.2rem .4rem;margin-left:0;border-radius:6px;background:transparent;border:none;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;transition:all .2s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16 ._commentIcon_aaygz_33{width:14px;height:14px;color:#64748b;transition:all .2s ease}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16 ._chevronIcon_aaygz_39{width:12px;height:12px;color:#94a3b8;transition:transform .2s cubic-bezier(.16,1,.3,1),color .2s ease}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16 ._chevronIcon_aaygz_39._expanded_aaygz_45{transform:rotate(180deg);color:#475569}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16:hover{color:#0f172a;background:#f8fafc}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16:hover ._commentIcon_aaygz_33{color:#4f46e5;transform:scale(1.08)}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16._expanded_aaygz_45{color:#0f172a}._container_aaygz_1 ._header_aaygz_10 ._toggleBtn_aaygz_16._expanded_aaygz_45 ._commentIcon_aaygz_33{color:#4f46e5}._container_aaygz_1 ._header_aaygz_10 ._headerActions_aaygz_63{display:flex;align-items:center;gap:.4rem;margin-left:auto}._container_aaygz_1 ._header_aaygz_10 ._clearBtn_aaygz_69{background:transparent;border:none;width:22px;height:22px;padding:0;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._container_aaygz_1 ._header_aaygz_10 ._clearBtn_aaygz_69 ._clearIcon_aaygz_83{width:13px;height:13px}._container_aaygz_1 ._header_aaygz_10 ._clearBtn_aaygz_69:hover{color:#ef4444;background:#fef2f2;transform:scale(1.08)}._container_aaygz_1 ._header_aaygz_10 ._clearBtn_aaygz_69:active{transform:scale(.95)}._container_aaygz_1 ._savedBadge_aaygz_95{display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:600;color:#059669;background:#ecfdf5;border:1px solid #d1fae5;border-radius:9999px;padding:.15rem .5rem;letter-spacing:.02em;line-height:1.2}._container_aaygz_1 ._savedBadge_aaygz_95 ._savedDot_aaygz_109{width:5px;height:5px;border-radius:50%;background-color:#10b981;box-shadow:0 0 0 2px #10b98133}._container_aaygz_1 ._collapsedSummary_aaygz_116{margin-top:.5rem;padding:.45rem .625rem;border:0;border-radius:6px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}._container_aaygz_1 ._collapsedSummary_aaygz_116:hover{background:#f1f5f9;transform:translate(1px)}._container_aaygz_1 ._collapsedSummary_aaygz_116:focus-visible{outline:2px solid #6366f1;outline-offset:1px}._container_aaygz_1 ._collapsedSummary_aaygz_116 ._summaryText_aaygz_137{flex:1;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.75rem;line-height:1.35;color:#334155;font-weight:450}._container_aaygz_1 ._collapsedSummary_aaygz_116 ._collapsedMeta_aaygz_148{font-size:.625rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e8edf3;border-radius:4px;padding:.1rem .35rem;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0}._container_aaygz_1 ._content_aaygz_160{margin-top:.625rem;display:flex;flex-direction:column;gap:.375rem;animation:_slideDown_aaygz_1 .2s cubic-bezier(.16,1,.3,1)}._container_aaygz_1 ._content_aaygz_160 ._charMeta_aaygz_167{text-align:right;font-size:.6875rem;font-weight:500;color:#94a3b8;font-variant-numeric:tabular-nums;padding-top:.125rem}._container_aaygz_1 ._content_aaygz_160 ._warning_aaygz_175{color:#d97706;font-weight:600}._container_aaygz_1 ._content_aaygz_160 ._error_aaygz_179{color:#e11d48;font-weight:600}._profanityWarning_aaygz_184{margin-top:.5rem;background:#fffbeb;border:1px solid #fde68a;padding:.5rem .75rem;border-radius:.5rem;color:#92400e;font-size:.6875rem;font-weight:700;display:flex;align-items:center;gap:.375rem;animation:_fadeIn_aaygz_1 .3s ease-out}._profanityWarning_aaygz_184 span{display:flex;align-items:center;gap:.25rem}@keyframes _slideDown_aaygz_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_aaygz_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._container_ygi30_1{display:flex;height:100%;background-color:#fff;min-width:0}._hiddenFileInput_ygi30_8{display:none}._sidebar_ygi30_12{width:clamp(14rem,28%,20rem);min-width:14rem;flex:0 0 clamp(14rem,28%,20rem);border-right:1px solid #d4dae0;display:flex;flex-direction:column;background-color:#fff;z-index:5}._sidebarHeader_ygi30_23{padding:1.25rem 1rem;border-bottom:1px solid #ebeef1}._sidebarHeader_ygi30_23 span{font-size:.75rem;font-weight:800;color:#586271;letter-spacing:.05em;text-transform:uppercase}._mediaList_ygi30_35{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}._mediaItem_ygi30_44{display:grid;grid-template-columns:16px 48px minmax(0,1fr);align-items:center;position:relative;isolation:isolate;min-height:80px;padding:.625rem;border:1px solid #ebeef1;border-radius:8px;cursor:pointer;gap:.625rem;background-color:#fff}._mediaItem_ygi30_44:hover{border-color:#586271;background-color:#f9fbfd}._mediaItem_ygi30_44._active_ygi30_62{border-color:#006aff;background-color:#def2f1;box-shadow:0 0 0 1px #006aff}._mediaItem_ygi30_44._dragging_ygi30_67{border-color:#006aff;background-color:#fff;box-shadow:0 4px 12px #0000001a}._dragHandle_ygi30_73{cursor:grab;color:#586271;display:flex;align-items:center;justify-content:center;padding:0;opacity:.5}._dragHandle_ygi30_73:active{cursor:grabbing}._thumbnail_ygi30_86{width:48px;height:64px;background-color:#f9fbfd;border-radius:6px;overflow:hidden;position:relative;flex-shrink:0;border:1px solid #d4dae0}._thumbnail_ygi30_86 img,._thumbnail_ygi30_86 video{width:100%;height:100%;object-fit:cover}._thumbnail_ygi30_86 ._placeholderThumb_ygi30_102{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#586271}._itemInfo_ygi30_111{min-width:0;padding-right:1.25rem}._itemTitle_ygi30_116{font-weight:700;color:#0b2135;overflow:hidden;font-size:.875rem;line-height:1.25rem;text-overflow:ellipsis;white-space:nowrap}._itemSequence_ygi30_126{color:#586271;font-variant-numeric:tabular-nums}._customizationBadge_ygi30_131{display:block;margin-top:.125rem;overflow:hidden;color:#006aff;font-size:.75rem;font-weight:600;line-height:1rem;text-overflow:ellipsis;white-space:nowrap}._deleteBtn_ygi30_143{background:#fff;border:1px solid #d4dae0;color:#586271;cursor:pointer;padding:0!important;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:absolute;top:.375rem;right:.375rem;z-index:120;opacity:0;transition:all .2s}._deleteBtn_ygi30_143:hover{color:#fd5458;border-color:#fee2e2;background-color:#fef2f2}._addItemBtn_ygi30_168{margin-top:.5rem;border:1px dashed #f4f5f6;border-radius:12px;padding:.875rem;background-color:#fff;color:#586271;font-size:.8125rem;font-weight:700;cursor:pointer;width:100%;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}._addItemBtn_ygi30_168:hover{border-color:#006aff;color:#006aff;background-color:#def2f1;border-style:solid}._metadataPane_ygi30_192{flex:1;overflow-y:auto;padding:1.5rem;background-color:#f0f2f6;display:flex;justify-content:center;min-width:0}._paneContent_ygi30_202{width:min(100%,46rem);background:#fff;padding:1.25rem;border-radius:10px;border:1px solid #ebeef1;height:fit-content}._paneHeader_ygi30_211{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ebeef1}._paneHeader_ygi30_211 h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}._paneHeaderActions_ygi30_228{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;max-width:100%}._fieldGroup_ygi30_236{margin-bottom:1.5rem}._fieldGroup_ygi30_236 label{display:block;font-size:.6875rem;font-weight:700;color:#586271;margin-bottom:.625rem;text-transform:uppercase;letter-spacing:.06em}._publishTab_ygi30_249{height:2.25rem;padding:0 1.25rem;border:1px solid #ebeef1;border-radius:8px;font-size:.8125rem;font-weight:600;color:#586271;background:#fff;transition:all .2s;cursor:pointer;pointer-events:auto}._publishTab_ygi30_249:hover{color:#0f172a}._publishTabActive_ygi30_266{color:#006aff!important;border-color:#006aff80!important;background:#006aff0d!important;box-shadow:none}._scheduleInputWrap_ygi30_273{margin-top:1rem;width:min(100%,30rem)}._scheduleHelper_ygi30_278{margin:.625rem 0 0;color:#586271;font-size:.75rem;line-height:1.4}._publishingDefaults_ygi30_285{margin-bottom:1.25rem}._templateButton_ygi30_289{min-height:2rem!important;padding:.375rem .75rem!important;border-radius:7px!important;box-shadow:none!important;font-size:.75rem!important;font-weight:600!important}._approvalNotice_ygi30_298{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.75rem;font-weight:500;padding:.5rem .75rem;background-color:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;width:fit-content}._approvalNotice_ygi30_298 svg{color:#94a3b8}._platformOptionsBatch_ygi30_316{display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem}._emptyPane_ygi30_323{width:min(100%,40rem);min-height:12rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem auto;padding:1.5rem;color:#94a3b8;gap:1rem;border:2px dashed #f4f5f6;border-radius:12px;background:#fff}._emptyPane_ygi30_323 p{margin:0;font-size:1rem;font-weight:500}@media(max-width:900px){._container_ygi30_1{flex-direction:column}._sidebar_ygi30_12{width:100%;min-width:0;flex:0 0 auto;height:auto;border-right:none;border-bottom:1px solid #d4dae0}._sidebarHeader_ygi30_23{padding:.875rem 1rem}._mediaList_ygi30_35{flex-direction:row;overflow-x:auto;padding:.75rem}._mediaItem_ygi30_44,._addItemBtn_ygi30_168{min-width:11.5rem}._metadataPane_ygi30_192{min-height:20rem;padding:.875rem}._paneContent_ygi30_202{padding:1rem}}@media(max-width:1100px)and (min-width:901px){._sidebar_ygi30_12{width:clamp(11rem,31%,15rem);min-width:11rem;flex-basis:clamp(11rem,31%,15rem)}._mediaList_ygi30_35{padding:.75rem;gap:.5rem}._mediaItem_ygi30_44{grid-template-columns:14px 38px minmax(0,1fr);gap:.5rem}._thumbnail_ygi30_86{width:38px;height:56px}._metadataPane_ygi30_192{padding:.875rem}._paneContent_ygi30_202{padding:1.125rem}._publishTab_ygi30_249{padding:0 .75rem}}._mediaItem_ygi30_44:hover ._deleteBtn_ygi30_143,._mediaItem_ygi30_44._active_ygi30_62 ._deleteBtn_ygi30_143,._deleteBtn_ygi30_143:focus-visible{opacity:1}@media(max-width:36rem){._mediaItem_ygi30_44,._addItemBtn_ygi30_168{min-width:10rem}._publishTab_ygi30_249{padding:0 .75rem}}._uploadingOverlay_ygi30_420,._errorOverlay_ygi30_421{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;background:#00000073;color:#fff}._errorOverlay_ygi30_421{background:#fd545826;border:2px solid #fd5458;color:#fd5458}._uploadingSpinner_ygi30_442{width:1.5rem;height:1.5rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_ygi30_1 .8s linear infinite;margin-bottom:4px}@keyframes _spin_ygi30_1{to{transform:rotate(360deg)}}._uploadingText_ygi30_457,._errorText_ygi30_458{font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}._errorText_ygi30_458{background:#fd5458;color:#fff;padding:1px 4px}._container_h08wy_1{display:flex;flex-direction:column;flex:1;min-height:0}._editorHeader_h08wy_8{display:flex;align-items:center;gap:.75rem;padding:0 0 1rem;border-bottom:1px solid #ebeef1;margin-bottom:1.5rem}._platformIndicator_h08wy_17{background:#ebeef1;color:#586271;font-size:.625rem;font-weight:800;padding:.125rem .5rem;border-radius:.25rem;letter-spacing:.05em}._platformIndicator_h08wy_17._isOrigin_h08wy_26{background:#006aff1a;color:#006aff}._platformName_h08wy_31{font-size:.875rem;font-weight:700;color:#0b2135}._hint_h08wy_37{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.8125rem;color:#586271;border-top:1px solid #ebeef1;margin-top:1.25rem}._hint_h08wy_37 span{font-style:italic}._toolbar_1qns1_1{display:flex;align-items:center;justify-content:space-between;width:100%}._toolGroup_1qns1_8{display:flex;gap:.25rem}._toolBtn_1qns1_13{position:relative;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0!important;background:transparent!important;border:none!important;border-radius:8px;color:#525f7f!important;cursor:pointer;transition:background-color .2s,color .2s}._toolBtn_1qns1_13:hover{background:#f2ffff!important;color:#006aff!important}._toolBtn_1qns1_13:disabled{cursor:not-allowed;opacity:.45}._mediaCount_1qns1_37{position:absolute;top:.125rem;right:.125rem;display:flex;align-items:center;justify-content:center;min-width:.875rem;height:.875rem;border:1.5px solid #fff;border-radius:.4375rem;background:#006aff;color:#fff;font-size:.5625rem;font-weight:800}._canvaToolBtn_1qns1_54{width:auto;gap:.375rem;padding:0 .625rem!important;border:1px solid #ded6ff!important;border-radius:999px;background:#f7f4ff!important;color:#5b2bd5!important}._canvaToolBtn_1qns1_54:hover{border-color:#bdaeff!important;background:#eee9ff!important;color:#4520ae!important}._canvaIcon_1qns1_69{flex:0 0 auto}._canvaLabel_1qns1_73{font-size:.75rem;font-weight:700;letter-spacing:-.01em}._left_1qns1_79{display:flex;align-items:center;gap:.25rem}._right_1qns1_85{display:flex;align-items:center;gap:.75rem;margin-left:.5rem;padding-left:.5rem;border-left:1px solid #f4f5f6}._charCount_1qns1_94{font-size:.625rem;color:#586271;font-weight:500}._imageIcon_1qns1_100{width:18px;height:18px}._colorIcon_1qns1_105,._colorIcon_1qns1_105 path{fill:currentColor!important}._modalOverride_1cvdc_1{max-width:600px!important;width:90vw!important}._modalBody_1cvdc_6{padding:24px}._modalBody_1cvdc_6 ._description_1cvdc_9{font-size:.875rem;color:#586271;line-height:1.5;margin-bottom:24px}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15{grid-template-columns:1fr}}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25{background:#f9fbfd;border:1px solid #e0e5fd;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:all .1s ease-in-out 0s}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25:hover{border-color:#006aff;background:#fff;box-shadow:0 1px 4px #00000029}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25 ._cardTitle_1cvdc_40{font-size:1rem;font-weight:700;color:#0b2135}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25 ._cardSub_1cvdc_45{font-size:.75rem;color:#586271;margin-bottom:8px}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25 ._timePickerBox_1cvdc_50{display:flex;flex-direction:column;gap:10px}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25 ._timePickerBox_1cvdc_50 input[type=datetime-local]{padding:8px 12px;border:1px solid #e0e5fd;border-radius:8px;font-size:.875rem;color:#0b2135;background:#fff;outline:none}._modalBody_1cvdc_6 ._optionsGrid_1cvdc_15 ._optionCard_1cvdc_25 ._timePickerBox_1cvdc_50 input[type=datetime-local]:focus{border-color:#006aff}._commentsPanel_14c8y_1{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;overflow:hidden;border:0;background:transparent}._commentsPanelHeader_14c8y_11{flex:0 0 auto;padding:0 0 12px;border-bottom:1px solid #e2e8f0}._commentsPanelHeader_14c8y_11 h3,._commentsPanelHeader_14c8y_11 p{margin:0}._commentsPanelHeader_14c8y_11 h3{color:#0f172a;font-size:14px;line-height:1.3}._commentsPanelHeader_14c8y_11 p{margin-top:3px;color:#64748b;font-size:13px;line-height:1.4}._commentsPanelBody_14c8y_32{min-height:0;flex:1 1 auto;padding:16px 0;overflow:auto;scrollbar-gutter:stable}._firstCommentCard_14c8y_40{padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a05}._firstCommentCard_14c8y_40[data-state=failed]{border-color:#fecaca}._firstCommentLabel_14c8y_51{margin-bottom:10px;color:#64748b;font-size:12px;font-weight:600;line-height:16px}._commentRow_14c8y_59{display:flex;align-items:flex-start;gap:10px}._commentAvatar_14c8y_65{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8f0;border-radius:50%;background:#f1f5f9;color:#1d4ed8;font-size:12px;font-weight:600}._commentAvatar_14c8y_65 img{width:100%;height:100%;object-fit:cover}._commentContent_14c8y_86{min-width:0;flex:1}._commentContent_14c8y_86 ._commentAuthor_14c8y_90{display:block;color:#0f172a;font-size:13px;font-weight:600;line-height:18px}._commentContent_14c8y_86 ._commentText_14c8y_97{margin:3px 0 0;color:#334155;font-size:13px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}._firstCommentStatus_14c8y_106{display:flex;align-items:center;gap:6px;margin-top:6px;color:#64748b;font-size:12px;line-height:16px}._firstCommentStatus_14c8y_106 ._statusDot_14c8y_115{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#94a3b8}[data-state=published] ._firstCommentStatus_14c8y_106 ._statusDot_14c8y_115{background:#16a34a}[data-state=published] ._firstCommentStatus_14c8y_106{color:#15803d;font-weight:500}[data-state=failed] ._firstCommentStatus_14c8y_106 ._statusDot_14c8y_115{background:#dc2626}[data-state=failed] ._firstCommentStatus_14c8y_106{color:#b91c1c}._commentContent_14c8y_86 ._firstCommentStatusDetail_14c8y_136{margin:4px 0 0;color:#b91c1c;font-size:12px;line-height:1.4}._commentsEmptyState_14c8y_143{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;color:#64748b;text-align:center}._commentsEmptyState_14c8y_143 strong{margin-top:10px;color:#334155;font-size:13px}._commentsEmptyState_14c8y_143 p{max-width:240px;margin:4px 0 0;font-size:13px;line-height:1.5}._commentsEmptyIcon_14c8y_164{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:#eef4ff;color:#1b64da}._commentsEmptyIcon_14c8y_164 svg{width:18px;height:18px}._editor_mgkjx_1{display:flex;width:100%;min-width:0;flex-direction:column}._fileInput_mgkjx_8{display:none}._heading_mgkjx_12{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}._heading_mgkjx_12 strong{color:#0b2135;font-size:14px;font-weight:700}._heading_mgkjx_12 span{color:#586271;font-size:12px}._mediaGrid_mgkjx_29{display:flex;align-self:stretch;flex-wrap:wrap;align-items:center;width:100%;min-width:0;box-sizing:border-box;gap:10px}._addMediaBtn_mgkjx_40{display:flex;align-items:center;justify-content:center;width:72px;height:72px;min-width:72px;min-height:72px;aspect-ratio:1/1;border:2px dashed #cbd5e1;background:#f8fafc;border-radius:8px;color:#586271;cursor:pointer;transition:all .2s ease;padding:0!important}._addMediaBtn_mgkjx_40:hover:not(:disabled){border-color:#3b82f6;background:#eff6ff;color:#2563eb;transform:translateY(-1px)}._addMediaBtn_mgkjx_40:disabled{cursor:not-allowed;opacity:.5}._addMediaBtn_mgkjx_40 ._addIcon_mgkjx_67{width:22px;height:22px}._mediaItem_mgkjx_72{position:relative;width:72px;height:72px;border:1px solid #e2e8f0;border-radius:12px;overflow:visible!important;background:#f1f5f9;box-shadow:0 2px 6px #0000000a;transition:all .2s ease}._mediaItem_mgkjx_72:hover{border-color:#93c5fd;box-shadow:0 4px 12px #2563eb1f}._mediaItem_mgkjx_72._dragging_mgkjx_87{border-color:#2563eb;box-shadow:0 6px 16px #2563eb40;z-index:100}._mediaWrapper_mgkjx_93{position:relative;width:100%;height:100%;border-radius:12px;overflow:visible}._mediaWrapper_mgkjx_93 ._videoPreview_mgkjx_100,._mediaWrapper_mgkjx_93 ._mediaImg_mgkjx_101{width:100%;height:100%;object-fit:cover;border-radius:11px;display:block}._mediaWrapper_mgkjx_93:hover ._itemTools_mgkjx_108{opacity:1;transform:scale(1)}._mediaWrapper_mgkjx_93:hover ._playOverlay_mgkjx_112{background:#0006}._videoPreview_mgkjx_100{width:100%;height:100%;position:relative;background:#000;border-radius:11px;overflow:hidden}._videoPreview_mgkjx_100 video{width:100%;height:100%;object-fit:cover;border-radius:11px}._playOverlay_mgkjx_112{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0003;transition:all .3s ease;pointer-events:none}._playIconInner_mgkjx_145{width:28px;height:28px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}._playIconInner_mgkjx_145:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #000;margin-left:2px}._itemTools_mgkjx_108{position:absolute;top:-6px;right:-6px;z-index:30;opacity:1;transition:all .15s cubic-bezier(.4,0,.2,1)}._removeMediaBtn_mgkjx_175{display:flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;cursor:pointer;padding:0!important;margin:0!important;border:1.5px solid #ffffff!important;border-radius:50%!important;background:#0f172ad9!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff!important;box-shadow:0 2px 6px #00000040;transition:all .2s cubic-bezier(.4,0,.2,1)}._removeMediaBtn_mgkjx_175 svg{width:8px!important;height:8px!important;display:block!important}._removeMediaBtn_mgkjx_175 svg path{fill:#fff!important}._removeMediaBtn_mgkjx_175 path{fill:#fff!important;stroke:#fff!important}._removeMediaBtn_mgkjx_175:hover:not(:disabled){background:#ef4444!important;border-color:#fff!important;transform:scale(1.15);box-shadow:0 3px 8px #ef444473}._removeMediaBtn_mgkjx_175:hover:not(:disabled) svg path{fill:#fff!important}._removeMediaBtn_mgkjx_175:focus-visible{outline:2px solid #006AFF;outline-offset:1px}._removeMediaBtn_mgkjx_175:disabled{cursor:not-allowed;opacity:.4}._library_mgkjx_224{min-height:480px}._toolbar_mgkjx_228{padding-top:12px}._libraryOverlay_mgkjx_232{z-index:32000!important}._libraryModal_mgkjx_236{z-index:32010!important;width:min(1150px,96vw);max-height:min(86vh,56rem)}._libraryContent_mgkjx_242{padding:0!important}._singleMediaEditor_mgkjx_246{display:flex;align-items:stretch;flex-direction:column;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}._singleMediaCurrent_mgkjx_257{display:flex;min-width:0;align-items:center;gap:12px}._singleMediaThumb_mgkjx_264{width:72px;height:72px;flex:0 0 72px;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#0f172a}._singleMediaThumb_mgkjx_264 ._videoPreview_mgkjx_100,._singleMediaThumb_mgkjx_264 ._mediaImg_mgkjx_101{width:100%;height:100%;display:block;object-fit:cover}._singleMediaMeta_mgkjx_281{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}._singleMediaMeta_mgkjx_281 strong{display:block;overflow:hidden;color:#0f172a;font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}._singleMediaMeta_mgkjx_281 span{color:#64748b;font-size:12px}._singleMediaActions_mgkjx_302{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;padding-top:12px;border-top:1px solid #e2e8f0}._replaceMediaButton_mgkjx_311,._libraryMediaButton_mgkjx_312{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;width:100%;padding:0 14px;border-radius:7px;cursor:pointer;font-size:13px;font-weight:700}._replaceMediaButton_mgkjx_311:disabled,._libraryMediaButton_mgkjx_312:disabled{cursor:not-allowed;opacity:.5}._replaceMediaButton_mgkjx_311{border:1px solid #2563eb;background:#2563eb;color:#fff}._replaceMediaButton_mgkjx_311:hover:not(:disabled){border-color:#1d4ed8;background:#1d4ed8;color:#fff}._libraryMediaButton_mgkjx_312{border:1px solid #cbd5e1;background:#fff;color:#334155}._aiReplacementAction_mgkjx_348{grid-column:1/-1}._aiReplacementAction_mgkjx_348>button{width:100%;min-height:38px}._replaceMediaOverlay_mgkjx_356{position:absolute;inset:auto 5px 5px;z-index:2;min-height:24px;border:1px solid rgba(255,255,255,.7);border-radius:5px;background:#0f172ad6;color:#fff;cursor:pointer;opacity:0;padding:3px 6px;font-size:10px;font-weight:700;line-height:14px;transition:opacity .15s ease,background .15s ease}._replaceMediaOverlay_mgkjx_356:hover:not(:disabled){background:#1d4ed8f0}._replaceMediaOverlay_mgkjx_356:focus-visible{outline:2px solid #2563eb;outline-offset:2px;opacity:1}._replaceMediaOverlay_mgkjx_356:disabled{cursor:not-allowed}._mediaThumbBox_mgkjx_385:hover ._replaceMediaOverlay_mgkjx_356,._replaceMediaOverlay_mgkjx_356:focus-visible{opacity:1}@media(hover:none){._replaceMediaOverlay_mgkjx_356{opacity:1}}@media(max-width:640px){._singleMediaActions_mgkjx_302{grid-template-columns:minmax(0,1fr)}._aiReplacementAction_mgkjx_348{grid-column:auto}}._sequenceEditor_mgkjx_403{display:flex;flex-direction:column;gap:16px;margin-top:14px}._sequenceHeading_mgkjx_410{display:flex;align-items:center;justify-content:space-between;gap:16px}._sequenceHeading_mgkjx_410>div{display:flex;flex-direction:column;gap:3px}._sequenceHeading_mgkjx_410 strong{color:#0f172a;font-size:15px;font-weight:700}._sequenceHeading_mgkjx_410 span{color:#64748b;font-size:12.5px;line-height:1.4}._sequenceCount_mgkjx_432{flex-shrink:0;padding:3px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8!important;font-weight:700;font-size:12px}._sequenceWorkspace_mgkjx_443{display:grid;grid-template-columns:320px 1fr;height:auto;min-height:30rem;overflow:visible;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;box-shadow:0 1px 3px #0f172a0a}._canonicalSequencePreview_mgkjx_455{display:flex;align-items:flex-start;justify-content:center;width:100%;min-width:0;padding:0;box-sizing:border-box}._canonicalSequencePreview_mgkjx_455>*{min-width:0}._sequenceList_mgkjx_468{display:flex;align-self:stretch;align-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:10px;height:100%;min-height:0;max-height:42rem;padding:16px;overflow-x:hidden;overflow-y:auto;border-right:1px solid #e2e8f0;background:#fff}._sequenceAddButton_mgkjx_486{display:flex;align-items:center;justify-content:center;width:100%;height:44px;min-width:0;min-height:44px;gap:8px;border:1.5px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#334155;cursor:pointer;box-shadow:0 1px 2px #0f172a08;transition:all .2s cubic-bezier(.16,1,.3,1)}._sequenceAddButton_mgkjx_486 svg{color:#006aff}._sequenceAddButton_mgkjx_486:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 10px #2563eb1a}._sequenceAddButton_mgkjx_486 span{font-size:13px;font-weight:700}._sequenceItem_mgkjx_518{display:flex;align-items:stretch;position:relative;width:100%;min-height:64px;cursor:pointer;overflow:hidden;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:all .2s cubic-bezier(.16,1,.3,1)}._sequenceItem_mgkjx_518:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0f}._sequenceItem_mgkjx_518:hover ._sequenceRemoveBtn_mgkjx_537{opacity:1}._sequenceItem_mgkjx_518 ._mediaWrapper_mgkjx_93{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;overflow:hidden;position:relative;width:100%;flex:1;min-width:0;box-sizing:border-box}._sequenceItem_mgkjx_518:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._sequenceDragHandle_mgkjx_558{display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;border:0;border-right:1px solid #e2e8f0;background:transparent;color:#64748b;cursor:grab}._sequenceDragHandle_mgkjx_558 svg{width:18px;height:18px;fill:currentColor}._sequenceDragHandle_mgkjx_558:active{cursor:grabbing}._sequenceDragHandle_mgkjx_558:focus-visible{outline:2px solid #006AFF;outline-offset:-2px}._mediaThumbBox_mgkjx_385{position:relative;width:100%;height:100%;min-width:0;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;background:#0f172a}._mediaThumbBox_mgkjx_385 ._videoPreview_mgkjx_100,._mediaThumbBox_mgkjx_385 ._mediaImg_mgkjx_101{width:100%;height:100%;border-radius:7px;object-fit:cover}._sequenceItem_mgkjx_518 ._mediaThumbBox_mgkjx_385{width:48px;height:48px;min-width:48px;flex-shrink:0}._sequenceItemInfo_mgkjx_608{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0;gap:8px}._sequenceItemText_mgkjx_617{display:flex;flex-direction:column;gap:2px;min-width:0}._sequenceItemTitle_mgkjx_624{font-size:13.5px;font-weight:700;color:#0f172a;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sequenceItemSub_mgkjx_634{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.02em}._sequenceRemoveBtn_mgkjx_537{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;opacity:.6;transition:all .15s ease;flex-shrink:0}._sequenceRemoveBtn_mgkjx_537:hover:not(:disabled){background:#fee2e2;color:#ef4444;opacity:1}._sequenceRemoveBtn_mgkjx_537 svg{width:11px;height:11px;display:block}._sequenceRemoveBtn_mgkjx_537 svg path{fill:currentColor!important;stroke:currentColor!important}._selectedSequenceItem_mgkjx_673{border-color:#2563eb!important;background:#eff6ff!important;box-shadow:0 0 0 1px #2563eb!important}._selectedSequenceItem_mgkjx_673 ._sequenceItemTitle_mgkjx_624{color:#1d4ed8!important}._selectedSequenceItem_mgkjx_673 ._sequenceItemSub_mgkjx_634{color:#2563eb!important}._selectedSequenceItem_mgkjx_673 ._mediaThumbBox_mgkjx_385{border-color:#bfdbfe}._sequenceStage_mgkjx_688{display:flex;width:100%;min-width:0;min-height:0;flex-direction:column;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:radial-gradient(circle at 50% 20%,#f1f5f9,#f8fafc)}._emptySequence_mgkjx_701{display:flex;min-height:320px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#64748b;text-align:center}._emptySequence_mgkjx_701 strong{color:#334155;font-size:14px}._emptySequence_mgkjx_701 span{font-size:12.5px}@media(max-width:840px){._sequenceWorkspace_mgkjx_443{height:auto;grid-template-columns:1fr}._sequenceList_mgkjx_468{height:auto;max-height:280px;border-right:0;border-bottom:1px solid #e2e8f0}}._inlineEditor_1ljd4_1{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:14px;overflow:auto;padding-right:8px;scrollbar-gutter:stable;scrollbar-color:#94a3b8 transparent;scrollbar-width:thin}._inlineEditor_1ljd4_1::-webkit-scrollbar{width:8px}._inlineEditor_1ljd4_1::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#94a3b8;background-clip:padding-box}._editorHeading_1ljd4_23{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:2px}._editorHeading_1ljd4_23 h3{margin:0;color:#0f172a;font-size:16px;font-weight:700;line-height:22px}._editorSubtitle_1ljd4_38{display:block;margin-top:1px;color:#64748b;font-size:12px;font-weight:400;line-height:16px}._approvalNotice_1ljd4_47{display:flex;align-items:center;gap:8px;border:1px solid #dbeafe;border-radius:8px;background:#f0f7ff;color:#1e40af;padding:8px 12px;font-size:12px;font-weight:500;line-height:16px}._approvalNotice_1ljd4_47 svg{flex-shrink:0;color:#3b82f6}._reviewRequestBanner_1ljd4_65,._failedRecoveryCard_1ljd4_66,._editorError_1ljd4_67{border:1px solid #fed7aa;border-radius:9px;background:#fff7ed;color:#9a3412;padding:10px 12px;font-size:12px;line-height:18px}._failedRecoveryCard_1ljd4_66{display:flex;flex-direction:column;gap:2px}._failedRecoveryCard_1ljd4_66 strong{color:#7c2d12;font-size:13px}._failedRecoveryCard_1ljd4_66 small{margin-top:4px;color:#c2410c;font-weight:700;text-transform:capitalize}._reviewRequestBanner_1ljd4_65{display:flex;align-items:flex-start;gap:10px;border-color:#fdba74;background:#fffaf3;padding:10px}._reviewRequestIcon_1ljd4_102{display:inline-flex;flex:0 0 28px;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#ffedd5;color:#c2410c}._reviewRequestIcon_1ljd4_102 svg{display:block;width:15px;height:15px}._reviewRequestContent_1ljd4_119{min-width:0;flex:1}._reviewRequestContent_1ljd4_119 p{margin:2px 0 7px;color:#9a3412;font-size:12px;line-height:17px;overflow-wrap:anywhere}._reviewRequestTitleRow_1ljd4_131{display:flex;align-items:center;gap:8px}._reviewRequestTitleRow_1ljd4_131 strong{color:#7c2d12;font-size:13px;line-height:18px}._reviewRequestCount_1ljd4_142{color:#9a3412;font-size:10px;font-weight:600;line-height:16px}._reviewRequestFields_1ljd4_149{display:flex;flex-wrap:wrap;gap:5px}._reviewRequestFields_1ljd4_149 span{border:1px solid #fed7aa;border-radius:999px;background:#fff;color:#9a3412;padding:1px 7px;font-size:10px;font-weight:600;line-height:16px;text-transform:capitalize}._failedRecoveryCard_1ljd4_66,._editorError_1ljd4_67{border-color:#fecaca;background:#fef2f2;color:#b91c1c}._failedRecoveryCard_1ljd4_66 strong{color:#991b1b}._editorSection_1ljd4_177,._recoverySection_1ljd4_178{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:12px}._editorSectionHeader_1ljd4_185{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}._editorSectionHeader_1ljd4_185 label,._editorSectionHeader_1ljd4_185 h4{margin:0;color:#0f172a;font-size:12px;font-weight:600;line-height:18px}._editorSectionHeader_1ljd4_185 span{color:#64748b;font-size:11px;line-height:16px}._editorSectionActions_1ljd4_206{display:flex;align-items:center;justify-content:flex-end;gap:8px}._fieldErrors_1ljd4_213{display:flex;flex-direction:column;gap:3px;margin-top:8px;color:#b91c1c;font-size:11px;line-height:16px}._fieldErrors_1ljd4_213 span{overflow-wrap:anywhere}._scheduleControl_1ljd4_226{width:100%}._scheduleHint_1ljd4_230,._lockedFieldHint_1ljd4_231{display:block;margin-top:8px;color:#64748b;font-size:11px;line-height:16px}._recoverySection_1ljd4_178{display:grid;grid-template-columns:1fr;gap:7px}._recoverySection_1ljd4_178 label{color:#0f172a;font-size:13px;font-weight:700}._recoverySection_1ljd4_178 select,._recoverySection_1ljd4_178 input{box-sizing:border-box;width:100%;min-height:38px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#1e293b;padding:7px 10px;font:inherit}._recoverySection_1ljd4_178 small{color:#64748b;font-size:11px}._editorFooter_1ljd4_266{position:sticky;z-index:50;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;border-top:1px solid #e2e8f0;background:#fff;padding:12px 0 4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._editorFooter_1ljd4_266 ._dirtyStatus_1ljd4_280{color:#64748b;font-size:11px;font-weight:500}._editorFooter_1ljd4_266 ._editorFooterActions_1ljd4_285{display:flex;align-items:center;gap:8px}._editorFooter_1ljd4_266 button{min-height:36px!important;padding:6px 13px!important;font-size:12px!important}._previewViewport_6jito_1{position:relative;flex:1 1 auto;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}._previewCanvas_6jito_11{--post-details-preview-width: 380px;--short-video-preview-width: var(--post-details-preview-width);position:absolute;top:50%;left:50%;width:var(--post-details-preview-width);transform-origin:center}._modalOverride_1w0sz_1{width:min(1040px,100vw - 32px)!important;max-width:min(1040px,100vw - 32px)!important;height:min(760px,100dvh - 32px)!important;max-height:min(760px,100dvh - 32px)!important;min-width:0!important;border-radius:8px!important;padding:0!important;overflow:hidden}@media(max-width:600px){._modalOverride_1w0sz_1{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;border-radius:0!important}}._contentOverride_1w0sz_21{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:0!important;overflow:hidden}._headerOverride_1w0sz_30{flex:0 0 64px;box-sizing:border-box;padding:14px 24px!important}._headerOverride_1w0sz_30 h1,._headerOverride_1w0sz_30 h2,._headerOverride_1w0sz_30 h3{color:#0f2742!important}._modalBody_1w0sz_41{background:radial-gradient(circle at 0% 0%,rgba(99,102,241,.12) 0%,transparent 40%),radial-gradient(circle at 100% 100%,rgba(236,72,153,.1) 0%,transparent 40%),radial-gradient(circle at 100% 0%,rgba(56,189,248,.12) 0%,transparent 40%),radial-gradient(circle at 0% 100%,rgba(139,92,246,.1) 0%,transparent 40%),#f8fafc;position:relative;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}._loadingStateBody_1w0sz_51{min-height:0;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px}._loadingLogoContainer_1w0sz_60{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center;animation:_modalFadeIn_1w0sz_1 .3s ease-out}._skipliLogoGlow_1w0sz_70{position:relative;display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;background:#fff;box-shadow:0 10px 25px -5px #3b82f640,0 0 0 1px #3b82f61a;animation:_skipliPulse_1w0sz_1 2s infinite ease-in-out}._skipliLogoGlow_1w0sz_70:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2.5px dashed rgba(59,130,246,.4);animation:_skipliSpin_1w0sz_1 7s linear infinite}._skipliLogoIcon_1w0sz_91{width:46px;height:46px}._loadingTextGroup_1w0sz_96{display:flex;flex-direction:column;align-items:center;gap:6px}._loadingTitle_1w0sz_103{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.01em}._loadingSubtitle_1w0sz_110{font-size:13px;color:#64748b;font-weight:500}@keyframes _skipliPulse_1w0sz_1{0%,to{transform:scale(1);box-shadow:0 10px 25px -5px #3b82f640,0 0 0 1px #3b82f61a}50%{transform:scale(1.05);box-shadow:0 15px 30px -5px #3b82f666,0 0 0 4px #3b82f626}}@keyframes _skipliSpin_1w0sz_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _modalFadeIn_1w0sz_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._loadingSpinnerWrapper_1w0sz_144{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px;background:transparent}@keyframes _modalShimmer_1w0sz_1{0%{background-position:200% 0}to{background-position:-200% 0}}._modalSkeleton_1w0sz_161{display:flex;flex-direction:column;min-height:520px}._skeletonHeaderBar_1w0sz_167{background:#ffffffe6;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;align-items:center;gap:14px}._skeletonPlatformIcon_1w0sz_176{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear;flex-shrink:0}._skeletonHeaderDetails_1w0sz_186{display:flex;flex-direction:column;gap:8px;flex:1}._skeletonTitleRow_1w0sz_193{display:flex;align-items:center;gap:8px}._skeletonBadgePill_1w0sz_199{width:90px;height:20px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonMetaRow_1w0sz_208{width:240px;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonMainLayout_1w0sz_217{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:24px;flex:1}._skeletonPreviewCard_1w0sz_225{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}._skeletonPreviewHeader_1w0sz_235{display:flex;align-items:center;gap:10px}._skeletonPreviewAvatar_1w0sz_241{width:36px;height:36px;border-radius:50%;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonPreviewName_1w0sz_250{width:120px;height:14px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonPreviewMedia_1w0sz_259{width:100%;height:180px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonPreviewText1_1w0sz_268{width:100%;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonPreviewText2_1w0sz_277{width:60%;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonRightColumn_1w0sz_286{display:flex;flex-direction:column;gap:12px}._skeletonSectionHeader_1w0sz_292{width:140px;height:14px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonMetricsGrid_1w0sz_301{display:grid;grid-template-columns:1fr 1fr;gap:10px}._skeletonMetricBox_1w0sz_307{height:68px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._skeletonActionsGrid_1w0sz_315{display:grid;grid-template-columns:1fr 1fr;gap:10px}._skeletonActionBox_1w0sz_321{height:48px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_modalShimmer_1w0sz_1 1.5s infinite linear}._premiumHeader_1w0sz_329{flex:0 0 auto;background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e2e8f0;padding:16px 24px;position:relative;z-index:2;box-shadow:0 4px 16px #00000005}._premiumHeader_1w0sz_329 ._headerMain_1w0sz_340{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347{display:flex;align-items:center;gap:14px;width:100%;min-width:0;flex:1}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._platformInfo_1w0sz_355{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0;flex:1}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._platformNameRow_1w0sz_363{display:flex;align-items:center;gap:8px;width:100%;flex-wrap:wrap}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._platformNameRow_1w0sz_363 ._platformTitle_1w0sz_370{font-size:15px;font-weight:700;color:#0f172a;line-height:1.2}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;line-height:1.3;flex-wrap:wrap}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376 ._publishTime_1w0sz_385{color:#64748b;font-weight:500}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376 ._metaDot_1w0sz_389{color:#cbd5e1;font-size:10px}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376 ._metaCreator_1w0sz_393,._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376 ._metaCampaign_1w0sz_394{color:#475569}._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376 ._metaCreator_1w0sz_393 strong,._premiumHeader_1w0sz_329 ._platformIndicator_1w0sz_347 ._publishMetaRow_1w0sz_376 ._metaCampaign_1w0sz_394 strong{color:#1e293b;font-weight:600}._premiumHeader_1w0sz_329 ._headerActionsRight_1w0sz_402{display:flex;align-items:center;gap:10px;margin-left:auto}._premiumHeader_1w0sz_329 ._headerViewLiveBtn_1w0sz_408{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;margin-left:auto;background:#eff6ff;border:1px solid #1b64da;border-radius:7px;color:#1b64da;font-size:12px;font-weight:600;text-decoration:none;box-shadow:0 1px 3px #1b64da1f;transition:all .16s cubic-bezier(.16,1,.3,1);white-space:nowrap}._premiumHeader_1w0sz_329 ._headerViewLiveBtn_1w0sz_408 svg{color:#1b64da;stroke:currentColor;transition:transform .16s ease,color .16s ease}._premiumHeader_1w0sz_329 ._headerViewLiveBtn_1w0sz_408:hover{background:#1b64da;border-color:#1552b5;color:#fff;box-shadow:0 3px 8px #1b64da47}._premiumHeader_1w0sz_329 ._headerViewLiveBtn_1w0sz_408:hover svg{color:#fff;transform:translate(1px,-1px)}._premiumHeader_1w0sz_329 ._headerViewLiveBtn_1w0sz_408:active{transform:scale(.97)}._mainLayout_1w0sz_444{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr);flex:1 1 auto;min-height:0;overflow:hidden}@media(max-width:900px){._mainLayout_1w0sz_444{display:block;overflow:auto;scrollbar-gutter:stable}}._leftColumn_1w0sz_459{min-width:0;min-height:0;padding:20px;display:flex;flex-direction:column;align-items:center;background:transparent;overflow:hidden}@media(max-width:1200px){._leftColumn_1w0sz_459{padding:20px}}@media(max-width:900px){._leftColumn_1w0sz_459{height:clamp(240px,100dvh - 230px,600px);box-sizing:border-box}}@media(max-height:800px)and (min-width:901px){._leftColumn_1w0sz_459{padding-top:12px;padding-bottom:12px}}._tikTokEmbedContainer_1w0sz_487{width:100%;max-width:none;aspect-ratio:9/16;margin:0 auto;overflow:hidden;border-radius:12px;background:#000}._tikTokEmbedFrame_1w0sz_497{display:block;width:100%;height:100%;border:0}._feedPreviewCard_1w0sz_504{background:linear-gradient(135deg,#ffffffb3,#ffffff4d);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;box-shadow:0 8px 32px #1f26870d}._feedPreviewCard_1w0sz_504 ._feedHeader_1w0sz_511{padding:16px;display:flex;align-items:center;gap:14px}._feedPreviewCard_1w0sz_504 ._feedHeader_1w0sz_511 ._avatarCircle_1w0sz_517{width:40px;height:40px;border-radius:50%;background:#f9fbfd;overflow:hidden}._feedPreviewCard_1w0sz_504 ._feedHeader_1w0sz_511 ._avatarCircle_1w0sz_517 img{width:100%;height:100%;object-fit:cover}._feedPreviewCard_1w0sz_504 ._feedHeader_1w0sz_511 ._headerText_1w0sz_529{display:flex;flex-direction:column;gap:4px}._feedPreviewCard_1w0sz_504 ._feedHeader_1w0sz_511 ._headerText_1w0sz_529 ._name_1w0sz_534{font-weight:700;color:#0b2135;line-height:1.2}._feedPreviewCard_1w0sz_504 ._feedHeader_1w0sz_511 ._headerText_1w0sz_529 ._meta_1w0sz_389{font-size:12px;color:#586271;line-height:1.2;margin-top:2px}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545{width:100%;background:#f0f2f6;display:grid;gap:2px;cursor:pointer;overflow:hidden}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-1_1w0sz_553{grid-template-columns:1fr;height:auto;min-height:auto;max-height:520px;background:#000}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-1_1w0sz_553 ._gridItem_1w0sz_560{display:flex;align-items:center;justify-content:center;max-height:520px;background:#000}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-1_1w0sz_553 ._gridItem_1w0sz_560 img,._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-1_1w0sz_553 ._gridItem_1w0sz_560 video{width:100%;height:auto;max-height:520px;object-fit:contain;display:block}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-2_1w0sz_575{grid-template-columns:1fr 1fr;height:320px}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-3_1w0sz_579{grid-template-columns:1fr 1fr;grid-template-rows:240px 180px;height:420px}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-3_1w0sz_579 ._gridItem_1w0sz_560:first-child{grid-column:span 2}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545._grid-4_1w0sz_587{grid-template-columns:1fr 1fr;grid-template-rows:180px 180px;height:360px}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._gridItem_1w0sz_560{position:relative;width:100%;height:100%;background:#f9fbfd;overflow:hidden}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._gridItem_1w0sz_560 img,._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._gridItem_1w0sz_560 video{width:100%;height:100%;object-fit:cover}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._gridItem_1w0sz_560 ._mediaOverlay_1w0sz_605{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;z-index:2}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._videoPreviewWrapper_1w0sz_617{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._videoPreviewWrapper_1w0sz_617 ._previewVideo_1w0sz_626{width:100%;height:100%;object-fit:cover}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._videoPreviewWrapper_1w0sz_617 ._playOverlay_1w0sz_631{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0003;transition:all .3s ease;pointer-events:none}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._videoPreviewWrapper_1w0sz_617 ._playIconInner_1w0sz_644{width:40px;height:40px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #0000004d}._feedPreviewCard_1w0sz_504 ._mediaContainer_1w0sz_545 ._videoPreviewWrapper_1w0sz_617 ._playIconInner_1w0sz_644:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #000;margin-left:3px}._feedPreviewCard_1w0sz_504 ._feedContent_1w0sz_665{padding:14px;color:#0b2135;border-top:1px solid #e0e5fd}._feedPreviewCard_1w0sz_504 ._feedContent_1w0sz_665 p{margin:0;white-space:pre-wrap;line-height:1.5}._feedPreviewCard_1w0sz_504 ._feedActions_1w0sz_675{display:flex;padding:4px;border-top:1px solid #f0f2f6}._feedPreviewCard_1w0sz_504 ._feedActions_1w0sz_675 ._actionItem_1w0sz_680{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;font-weight:600;color:#586271}._feedPreviewCard_1w0sz_504 ._feedActions_1w0sz_675 ._actionItem_1w0sz_680 svg{width:16px;height:16px}._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694{display:flex;flex-direction:column;text-decoration:none;background:#e4e6eb;margin-top:12px;overflow:hidden;transition:all .2s ease}._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694:hover ._linkPreviewDomain_1w0sz_703,._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694:hover ._linkPreviewTitle_1w0sz_704{text-decoration:underline}._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694 ._linkPreviewImage_1w0sz_707{width:100%;height:auto;display:block;border-bottom:1px solid #f0f2f6}._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694 ._linkPreviewInfo_1w0sz_713{padding:10px 12px}._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694 ._linkPreviewInfo_1w0sz_713 ._linkPreviewDomain_1w0sz_703{font-size:14px;color:#586271;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._feedPreviewCard_1w0sz_504 ._linkPreviewCard_1w0sz_694 ._linkPreviewInfo_1w0sz_713 ._linkPreviewTitle_1w0sz_704{font-size:14px;font-weight:600;color:#0b2135;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._rightColumn_1w0sz_736{width:auto;min-width:0;min-height:0;box-sizing:border-box;background:#fff;border-left:1px solid #e2e8f0;padding:20px;display:flex;flex-direction:column;overflow:hidden;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;line-height:1.5}@media(max-width:900px){._rightColumn_1w0sz_736{width:100%;border-left:0;border-top:1px solid #e2e8f0;overflow:visible}}@media(max-height:800px)and (min-width:901px){._rightColumn_1w0sz_736{padding:16px}}._viewContainer_1w0sz_766{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;overflow:hidden}._tabScrollableBody_1w0sz_774{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._tabScrollableBody_1w0sz_774::-webkit-scrollbar{width:6px}._tabScrollableBody_1w0sz_774::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._tabScrollableBody_1w0sz_774::-webkit-scrollbar-track{background:transparent}._persistentActionsBlock_1w0sz_795{flex:0 0 auto;margin-top:auto;padding-top:12px;border-top:1px solid #e2e8f0;background:#fff}._persistentActionsBlock_1w0sz_795 ._sectionHeader_1w0sz_802{color:#1e293b;font-size:13px;font-weight:600;line-height:18px;margin-bottom:8px}._detailTabs_1w0sz_810{display:flex;flex:0 0 auto;gap:4px;padding:4px;border:1px solid #e2e8f0;border-radius:10px;background:#f1f5f9;margin-bottom:16px}._detailTab_1w0sz_810{display:inline-flex;box-sizing:border-box;flex:1 1 0;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border:1px solid transparent;border-radius:7px;background:transparent;color:#475569;cursor:pointer;font:inherit;font-size:14px;font-weight:600;line-height:20px;transition:background .15s ease,color .15s ease}._detailTab_1w0sz_810:hover{background:#e8edf5;color:#1e293b}._detailTab_1w0sz_810:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._detailTab_1w0sz_810._active_1w0sz_850{background:#fff;border-color:#e2e8f0;color:#1d4ed8;box-shadow:0 1px 3px #0f172a0f}._detailTabCount_1w0sz_857{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;box-sizing:border-box;padding:0 6px;border-radius:6px;background:#e2e8f0;color:#475569;font-size:12px;line-height:1;font-variant-numeric:tabular-nums}._active_1w0sz_850 ._detailTabCount_1w0sz_857{background:#eff6ff;color:#1d4ed8}._overviewPanel_1w0sz_877{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:16px}._sectionBlock_1w0sz_885{flex:0 0 auto}._sectionBlock_1w0sz_885 ._sectionHeader_1w0sz_802{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#1e293b;font-size:14px;font-weight:600;line-height:20px;margin-bottom:10px}._sectionBlock_1w0sz_885 ._sectionHeader_1w0sz_802 svg{display:block;width:16px;height:16px;flex:0 0 16px;color:#64748b}._sectionBlock_1w0sz_885 ._sectionHeader_1w0sz_802 ._pendingBadge_1w0sz_906{display:inline-flex;align-items:center;margin-left:auto;padding:2px 8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:11px;font-weight:500;line-height:16px;white-space:nowrap}._sectionBlock_1w0sz_885 ._sectionHeader_1w0sz_802 ._interactCount_1w0sz_920{margin-left:auto;color:#64748b;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}._performanceGrid_1w0sz_928{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933{min-width:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;box-shadow:0 1px 2px #0f172a05;transition:border-color .15s ease,background .15s ease}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933 ._perfHeader_1w0sz_946{display:flex;align-items:center;justify-content:space-between;gap:6px;color:#64748b;font-size:12px;font-weight:500;line-height:16px}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933 ._perfHeader_1w0sz_946 ._perfLabel_1w0sz_956{color:#64748b;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933 ._perfHeader_1w0sz_946 ._perfIcon_1w0sz_964{display:block;width:15px;height:15px;flex:0 0 15px;color:#94a3b8;transition:color .15s ease}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933 ._perfValue_1w0sz_972{color:#0f172a;font-size:20px;font-weight:600;font-variant-numeric:tabular-nums;line-height:24px;margin-top:6px;overflow-wrap:anywhere}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933:hover{border-color:#cbd5e1;background:#fafbfc}._performanceGrid_1w0sz_928 ._perfBox_1w0sz_933:hover ._perfIcon_1w0sz_964{color:#475569}._pendingPerfBox_1w0sz_989{background:#f8fafc!important;border-color:#e2e8f0!important;box-shadow:none!important}._pendingPerfBox_1w0sz_989:hover{border-color:#e2e8f0!important;background:#f8fafc!important}._pendingPerfBox_1w0sz_989:hover ._perfIcon_1w0sz_964,._pendingPerfBox_1w0sz_989 ._perfHeader_1w0sz_946,._pendingPerfBox_1w0sz_989 ._perfHeader_1w0sz_946 ._perfLabel_1w0sz_956,._pendingPerfBox_1w0sz_989 ._perfHeader_1w0sz_946 ._perfIcon_1w0sz_964{color:#94a3b8!important}._pendingPerfBox_1w0sz_989 ._pendingValue_1w0sz_1010{color:#94a3b8!important;font-size:16px!important;font-weight:500!important;line-height:24px!important;margin-top:6px!important}._actionsGrid_1w0sz_1018{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023{min-width:0;min-height:44px;box-sizing:border-box;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;color:#334155;font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023:last-child:nth-child(odd){grid-column:1/-1}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023:hover{background:#f8fafc;border-color:#aabbd1}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023:active{background:#edf2f8}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023 ._actionIconBox_1w0sz_1055{display:flex;flex:0 0 24px;width:24px;height:24px;align-items:center;justify-content:center;color:inherit}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023 ._actionIconBox_1w0sz_1055 svg{display:block;width:16px;height:16px;flex-shrink:0;fill:currentColor}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023 ._actionText_1w0sz_1071{min-width:0;flex:1}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023 ._actionText_1w0sz_1071 ._main_1w0sz_444{color:inherit;font-size:13px;font-weight:600;line-height:16px;overflow-wrap:anywhere}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082{grid-column:1/-1;justify-content:center;min-height:42px;background:#2563eb;border-color:#2563eb;color:#fff}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082 ._actionText_1w0sz_1071{flex:0 1 auto}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082 ._actionIconBox_1w0sz_1055 svg path{fill:currentColor}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082:hover{background:#1d4ed8;border-color:#1d4ed8}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082:active{background:#1e40af}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082~._actionCard_1w0sz_1023:last-child:nth-child(2n){grid-column:1/-1}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._primary_1w0sz_1082~._actionCard_1w0sz_1023:last-child:nth-child(odd){grid-column:auto}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._danger_1w0sz_1109{color:#dc2626;border-color:#fee2e2;background:#fef2f2}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._danger_1w0sz_1109 ._actionIconBox_1w0sz_1055{color:#ef4444}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._danger_1w0sz_1109 ._actionIconBox_1w0sz_1055 svg{fill:none!important;stroke:currentColor!important}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._danger_1w0sz_1109 ._actionIconBox_1w0sz_1055 svg path{stroke:currentColor!important;fill:none!important}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._danger_1w0sz_1109:hover{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._danger_1w0sz_1109:hover ._actionIconBox_1w0sz_1055{color:#dc2626}._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023._disabled_1w0sz_1133,._actionsGrid_1w0sz_1018 ._actionCard_1w0sz_1023:disabled{opacity:.55;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}._platformNoticeBanner_1w0sz_1140{background:#fffbeb;border-bottom:1px solid #fef3c7;padding:10px 24px;display:flex;align-items:flex-start;gap:10px;width:100%;box-sizing:border-box}._platformNoticeBanner_1w0sz_1140 ._noticeIcon_1w0sz_1150{color:#d97706;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center}._platformNoticeBanner_1w0sz_1140 ._noticeIcon_1w0sz_1150 svg{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;display:block}._platformNoticeBanner_1w0sz_1140 ._noticeContent_1w0sz_1165{flex:1;min-width:0;font-size:13px}._platformNoticeBanner_1w0sz_1140 ._noticeContent_1w0sz_1165 ._noticeTitle_1w0sz_1170{font-weight:700;color:#92400e;margin-bottom:1px;font-size:13px}._platformNoticeBanner_1w0sz_1140 ._noticeContent_1w0sz_1165 ._noticeSub_1w0sz_1176{color:#b45309;line-height:1.45;font-size:12px}._insightOverlay_1w0sz_1182{display:flex;min-height:190px;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;text-align:center;padding:24px 20px}._insightOverlay_1w0sz_1182 ._lockIconBox_1w0sz_1196{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;background:#eaf1fc;color:#2563eb;margin-bottom:4px}._insightOverlay_1w0sz_1182 ._lockIconBox_1w0sz_1196 svg{display:block;width:22px;height:22px}._insightOverlay_1w0sz_1182 ._title_1w0sz_1212{color:#1e293b;font-size:14px;font-weight:600;line-height:20px}._insightOverlay_1w0sz_1182 ._sub_1w0sz_1218{max-width:260px;color:#64748b;font-size:13px;line-height:20px}._storyNoticeCard_1w0sz_1225{background:#fff;border:1px solid #e0e5fd;border-radius:8px;padding:16px;color:#586271;text-align:center}._storyStatusBadge_1w0sz_1234{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:capitalize}._storyStatusBadge_1w0sz_1234._active_1w0sz_850{background-color:#0094591a;color:#009459}._storyStatusBadge_1w0sz_1234._archived_1w0sz_1245{background-color:#5862711a;color:#586271}._storyStatusBadge_1w0sz_1234._removed_1w0sz_1249{background-color:#fd54581a;color:#fd5458}._removedNoticeCard_1w0sz_1254{background:#fd545808;border:1px dashed #fd5458;border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:16px}._removedNoticeCard_1w0sz_1254 ._removedNoticeHeader_1w0sz_1265{display:flex;align-items:center;gap:8px;font-weight:700;color:#fd5458;margin-bottom:8px}._removedNoticeCard_1w0sz_1254 ._removedNoticeHeader_1w0sz_1265 svg{width:16px;height:16px}._removedNoticeCard_1w0sz_1254 ._removedNoticeText_1w0sz_1277{font-size:12px;color:#222;line-height:1.5;margin:0 0 16px}._removedNoticeCard_1w0sz_1254 button svg{fill:#fff}._storyPreviewDetail_1w0sz_1287{align-self:center;width:min(100%,21rem);margin:0 auto}._reelPreviewDetail_1w0sz_1293{display:flex;justify-content:center;width:100%}._platformLinkContainer_1w0sz_1299{margin-top:14px;display:flex;justify-content:center;width:100%}._viewOnPlatformBtn_1w0sz_1306{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #dadce0;color:#1a73e8;font-size:.875rem;font-weight:500;padding:8px 16px;border-radius:20px;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 2px #3c404314}._viewOnPlatformBtn_1w0sz_1306:hover{background:#f8f9fa;border-color:#1a73e8;color:#1557b0;box-shadow:0 2px 6px #3c404326}._viewOnPlatformBtn_1w0sz_1306 svg{flex-shrink:0}._platformActionCard_1w0sz_1331{text-decoration:none;color:inherit;border-color:#e2e8f0}._platformActionCard_1w0sz_1331:hover{border-color:#1a73e8!important;background:#f8faff!important}._platformActionCard_1w0sz_1331:hover ._main_1w0sz_444{color:#1a73e8}._event_1lv20_1{display:flex;background:#fff;border:1px solid #e0e5fd;border-radius:4px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;position:relative;overflow:hidden;width:100%;box-sizing:border-box;color:#000;font:inherit;text-align:left}._event_1lv20_1:hover{border-color:#586271}._event_1lv20_1:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._monthView_1lv20_24{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;padding:4px 8px;min-height:28px;margin-bottom:2px;width:100%;overflow:hidden}@media(max-width:1440px){._monthView_1lv20_24{gap:4px;padding:2px 4px}}._weekView_1lv20_43{flex-direction:column;border-color:#f0f2f6;border-radius:8px;min-height:68px;height:auto;padding:6px 7px 7px;box-shadow:0 1px 2px #0000000a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}._weekView_1lv20_43:hover{transform:translateY(-1px);box-shadow:0 3px 6px #00000014}._platforms_1lv20_58{display:flex;align-items:center;gap:0;flex-shrink:0}._miniIcon_1lv20_65{margin-right:-4px;position:relative;z-index:2;flex-shrink:0}._miniIcon_1lv20_65:last-child{margin-right:0}._miniAvatar_1lv20_75{width:14px;height:14px;border-radius:50%;overflow:hidden;background:#f0f2f6;margin-left:-4px;position:relative;z-index:1;flex-shrink:0}._miniAvatar_1lv20_75 img{width:100%;height:100%;object-fit:cover}._weekView_1lv20_43 ._miniAvatar_1lv20_75{width:16px;height:16px;margin-left:0}._time_1lv20_97{font-size:9px;font-weight:700;color:var(--status-color, #525f7f);white-space:nowrap;line-height:1}@media(max-width:1440px){._monthView_1lv20_24 ._time_1lv20_97{font-size:8px}}._weekView_1lv20_43 ._time_1lv20_97{font-size:9px;font-variant-numeric:tabular-nums;letter-spacing:.01em}._mediaBadge_1lv20_115{display:flex;flex:0 0 auto;align-items:center;gap:2px;color:#000;font-size:9px;font-weight:700;line-height:1;white-space:nowrap}._mediaBadge_1lv20_115 svg{width:10px;height:10px}._mediaIcon_1lv20_131{width:10px;height:10px;stroke:currentColor;fill:none}._mediaIcon_1lv20_131 *{stroke:currentColor;fill:none}._content_1lv20_142{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;overflow:hidden}._monthView_1lv20_24 ._content_1lv20_142{padding:0;height:100%;display:flex;align-items:center}@media(max-width:1280px){._monthView_1lv20_24 ._content_1lv20_142{display:none}}._postText_1lv20_162{display:-webkit-box;overflow:hidden;color:#334155;font-size:11px;font-weight:500;line-height:15px;line-clamp:2;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere;width:100%}._eventMeta_1lv20_176{display:flex;flex:0 0 auto;align-items:center;gap:4px;min-width:0;margin-left:auto}._title_1lv20_185{font-size:11px;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.1}._trailing_1lv20_195{flex:0 0 auto;width:auto;min-width:14px;height:14px;display:flex;align-items:center;justify-content:center;gap:3px}._monthView_1lv20_24 ._trailing_1lv20_195{margin-left:0}._targetWarningIcon_1lv20_209{color:#a16207;flex-shrink:0}._weekHeader_1lv20_214{display:flex;justify-content:space-between;align-items:center;min-height:16px;padding:0 0 3px;background:transparent;box-sizing:border-box;width:100%}._weekHeader_1lv20_214 ._headerLeft_1lv20_224{display:flex;align-items:center;gap:5px}._headerStatus_1lv20_230{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:16px;flex-shrink:0}._weekBody_1lv20_239{display:flex;flex-direction:column;gap:5px;min-width:0;width:100%;padding:0;box-sizing:border-box}._weekContent_1lv20_249{display:flex;flex:1;flex-direction:column;justify-content:flex-start;gap:3px;min-width:0}._weekContentWithoutCaption_1lv20_258{justify-content:center}._weekAccount_1lv20_262{display:flex;min-width:0;align-items:center;gap:6px;width:100%;color:#000}._accountName_1lv20_271{overflow:hidden;min-width:0;flex:1;color:#1e293b;font-size:11px;font-weight:600;line-height:14px;text-overflow:ellipsis;white-space:nowrap}._thumbnail_1lv20_283{position:relative;flex:0 0 40px;width:40px;height:40px;border:1px solid rgba(82,95,127,.12);border-radius:4px;background:#f0f2f6b8;overflow:hidden;box-sizing:border-box}._thumbnail_1lv20_283 img,._thumbnail_1lv20_283 video{width:100%;height:100%;object-fit:cover;display:block}._weekMediaBanner_1lv20_302{position:relative;width:100%;height:40px;border:1px solid rgba(82,95,127,.12);border-radius:4px;background:#f0f2f6b8;overflow:hidden;box-sizing:border-box;margin-top:1px}._weekMediaBanner_1lv20_302 img,._weekMediaBanner_1lv20_302 video{width:100%;height:100%;object-fit:cover;display:block}._storyThumbnail_1lv20_321{background:#ff00500f}._videoThumbnail_1lv20_325{background:#13182a}._videoMediaWrap_1lv20_329{position:relative;width:100%;height:100%}._videoPlayOverlay_1lv20_335{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;background:#0408122e}._videoPlaceholder_1lv20_345{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#13182a;overflow:hidden}._imagePlaceholder_1lv20_356{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#586271;background:#f0f2f6d1}._imagePlaceholder_1lv20_356 svg{width:16px;height:16px}._playButtonGlass_1lv20_370{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#0f172ab8;border:1px solid rgba(255,255,255,.84);color:#fff}._playGlyph_1lv20_384{display:block;width:8px;height:8px;overflow:visible;fill:currentColor;stroke:none}._playGlyph_1lv20_384 path{fill:currentColor;stroke:none}._weekFooter_1lv20_398{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;padding:0;background:transparent;min-width:0;min-height:14px;gap:4px;margin-top:2px;width:100%}._weekMediaBadge_1lv20_412{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px;color:#475569;font-size:9.5px;font-weight:600;line-height:1;white-space:nowrap;background:#0000000a;padding:2px 5px;border-radius:4px;border:1px solid rgba(0,0,0,.06)}._weekMediaBadge_1lv20_412 svg{width:10px;height:10px;color:#64748b;flex-shrink:0}._isStory_1lv20_434{border-color:#ff0050;background:#fff0f5}._isReel_1lv20_439{border-color:#8b5cf6;background:#ede9fe}._statusIcon_1lv20_444{display:block;flex:0 0 auto;width:16px;height:16px;color:var(--status-color);stroke:currentColor!important;fill:none!important}._statusIcon_1lv20_444 *{stroke:currentColor!important;fill:none!important}._monthView_1lv20_24 ._statusIcon_1lv20_444{width:14px;height:14px}._weekView_1lv20_43 ._statusIcon_1lv20_444{width:12px;height:12px}._weekCampaignBadge_1lv20_466{max-width:44px}._statusBadge_1lv20_470{border:1px dashed #006AFF;background:#006aff14!important;color:#006aff!important;font-size:10px;font-weight:700;padding:2px 6px;border-radius:999px;line-height:1;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}._monthView_1lv20_24 ._statusBadge_1lv20_470{font-size:8px;padding:1px 4px;height:auto}._grid_150i3_1,._skeletonGrid_150i3_1{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #e0e5fd;border-radius:8px;background:#fff;margin-bottom:32px}._weekGrid_150i3_10 ._dayCell_150i3_10{min-height:480px}._weekdayHeader_150i3_14{padding:16px 12px;text-align:center;font-size:11px;font-weight:800;color:#586271;background:#f9fbfd;border-bottom:1px solid #ebeef1;text-transform:uppercase;letter-spacing:.12em}._dayCell_150i3_10{min-height:140px;padding:12px;border-right:1px solid #ebeef1;border-bottom:1px solid #ebeef1;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;position:relative;display:flex;flex-direction:column;background:#fff}._dayCell_150i3_10:hover:not(._dayCellPast_150i3_38){background:#f9fbfd;z-index:1;box-shadow:0 0 0 2px #006aff33}._dayCell_150i3_10:nth-child(7n){border-right:none}._dayCellPast_150i3_38{background:#f8fafc;cursor:default;pointer-events:none}._dayCellPast_150i3_38 ._dayNumber_150i3_52{opacity:.2}._dayCellPast_150i3_38:hover{background:#f8fafc;box-shadow:none}._dayCellPast_150i3_38 ._dayEvents_150i3_59>*{pointer-events:auto}._dayCellPast_150i3_38 ._dayActions_150i3_62{pointer-events:none;opacity:.5}._dayCellWithOpenMenu_150i3_67{z-index:50!important}._dayCellSelected_150i3_71{background:#006aff0a;box-shadow:0 0 0 2px #006aff33}._isDraggingOver_150i3_76{background:#006aff14}._dayHeader_150i3_80{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-shrink:0;position:relative;height:32px}._dayNumber_150i3_52{display:flex;align-items:center;justify-content:center;font-weight:800;color:#525f7f;width:28px;height:28px;border-radius:50%;transition:all .2s ease}._dayCellToday_150i3_102 ._dayNumber_150i3_52{background:#006aff1a;color:#006aff;border:1px solid rgba(0,106,255,.2)}._dayCellOutside_150i3_108{background:#f8fafc}._dayCellOutside_150i3_108 ._dayNumber_150i3_52{opacity:.2}._dayActionDropdown_150i3_115{position:relative;z-index:10;opacity:0;pointer-events:none;transition:opacity .2s}._dayCell_150i3_10:hover ._dayActionDropdown_150i3_115,._dayCell_150i3_10:focus-within ._dayActionDropdown_150i3_115,._dayActionDropdown_150i3_115._isOpen_150i3_122{opacity:1;pointer-events:auto}._dayActionDropdown_150i3_115 ._addDayPostBtn_150i3_126{width:24px!important;height:24px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;background:#006aff!important;border:none!important;color:#fff!important;transition:all .2s ease!important;cursor:pointer!important}._dayActionDropdown_150i3_115 ._addDayPostBtn_150i3_126 svg{width:10px!important;height:10px!important}._dayActionDropdown_150i3_115 ._addDayPostBtn_150i3_126:hover,._dayActionDropdown_150i3_115 ._addDayPostBtn_150i3_126._active_150i3_144{background:#006aff!important;color:#fff!important}._dayActionDropdown_150i3_115 ._addDayPostBtn_150i3_126 ._chevron_150i3_148{transition:transform .2s}._dayActionDropdown_150i3_115 ._addDayPostBtn_150i3_126 ._chevron_150i3_148._rotated_150i3_151{transform:rotate(180deg)}._itemLeft_150i3_155{display:flex;align-items:center;gap:8px}._dayEvents_150i3_59{display:flex;flex-direction:column;gap:6px;flex:1}._moreEvents_150i3_168{font-size:10px;font-weight:600;color:#525f7f;padding:3px 8px;border-radius:4px;background:#f9fbfd;white-space:nowrap;border:1px solid #e0e5fd}._viewMoreLink_150i3_179{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:30px;margin-top:2px;padding:6px 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-top:1px solid #e0e5fd;border-radius:0;cursor:pointer;color:#006aff;font:inherit;font-size:11px;font-weight:700;line-height:1;transition:color .16s ease,background-color .16s ease}._viewMoreLink_150i3_179 svg{flex:0 0 auto;color:currentColor;stroke:currentColor}._viewMoreLink_150i3_179:hover{background:#006aff0a}._viewMoreLink_150i3_179:focus-visible{outline:2px solid #006AFF;outline-offset:-2px}._skeletonGrid_150i3_1{cursor:progress;position:relative;overflow:hidden}._skeletonGrid_150i3_1:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);transform:translate(-100%);animation:_calendarSkeletonShimmer_150i3_1 1.6s ease-in-out infinite}._skeletonWeekGrid_150i3_230 ._skeletonCell_150i3_230{min-height:480px}._skeletonCell_150i3_230{min-height:140px;padding:16px;border-right:1px solid #ebeef1;border-bottom:1px solid #ebeef1;display:flex;flex-direction:column;gap:12px}._skeletonCell_150i3_230:nth-child(7n){border-right:none}._skeletonHeader_150i3_247{display:flex;align-items:center;justify-content:space-between;gap:10px}._skeletonHeader_150i3_247 span,._skeletonHeader_150i3_247 i{display:block;height:24px;border-radius:8px;background:#f0f2f6}._skeletonHeader_150i3_247 span{width:28px}._skeletonHeader_150i3_247 i{width:22px;opacity:.7}._skeletonBlock_150i3_268,._skeletonBlockSmall_150i3_269,._skeletonBlockTiny_150i3_270{width:100%;height:32px;border-radius:8px;background:#f0f2f6}._skeletonBlockSmall_150i3_269{width:82%;height:24px}._skeletonBlockTiny_150i3_270{width:58%;height:18px}@keyframes _calendarSkeletonShimmer_150i3_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){._skeletonGrid_150i3_1:after{animation:none;display:none}}._wrapper_1y84m_1{background:#fff;border-bottom:1px solid #ebeef1}._toolbar_1y84m_6{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px}._left_1y84m_14,._center_1y84m_15,._right_1y84m_16{display:flex;align-items:center;flex:1}._left_1y84m_14{justify-content:flex-start;gap:12px}._center_1y84m_15{justify-content:center}._right_1y84m_16{justify-content:flex-end;gap:12px}._navigation_1y84m_36{display:inline-flex;align-items:center;gap:8px}._navButton_1y84m_42,._todayButton_1y84m_43,._viewModeButton_1y84m_44,._filterButton_1y84m_45{border:1px solid #f4f5f6;border-radius:8px;font-weight:700;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._navButton_1y84m_42:hover,._todayButton_1y84m_43:hover,._viewModeButton_1y84m_44:hover,._filterButton_1y84m_45:hover{border-color:#d4dae0;background:#f9fbfd}._navButton_1y84m_42:focus-visible,._todayButton_1y84m_43:focus-visible,._viewModeButton_1y84m_44:focus-visible,._filterButton_1y84m_45:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._navButton_1y84m_42:active,._todayButton_1y84m_43:active,._viewModeButton_1y84m_44:active,._filterButton_1y84m_45:active{filter:brightness(95%)}._iconButton_1y84m_73{width:40px;min-width:40px;height:40px;padding:0;flex:0 0 40px;overflow:hidden}._iconButton_1y84m_73>svg{display:block;width:16px;height:16px;flex:0 0 16px;fill:currentColor}._todayButton_1y84m_43{height:40px;padding:0 14px}._currentDate_1y84m_94{margin:0;font-size:18px;font-weight:700;color:#0b2135}._viewModeGroup_1y84m_101{display:inline-flex;align-items:center;gap:8px}._viewModeButton_1y84m_44{height:40px;padding:0 14px}._viewModeButton_1y84m_44._active_1y84m_111{pointer-events:none}._filterButton_1y84m_45{height:40px;padding:0 14px;display:inline-flex;align-items:center;gap:8px}._filterButtonIcon_1y84m_123{width:15px;height:15px;opacity:.75}._filterBadge_1y84m_129{min-width:20px;height:20px;border-radius:999px;background:#006aff;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}._formSection_1y84m_143{display:flex;flex-direction:column;gap:10px}._sectionTitle_1y84m_149{margin:0 0 4px;font-size:11px;font-weight:700;color:#64748b;letter-spacing:.05em;text-transform:uppercase}._chipRow_1y84m_158{display:flex;flex-wrap:wrap;gap:8px}._chipLabel_1y84m_164{display:inline-flex;align-items:center;padding:0 4px;font-weight:600;color:inherit}._pillRadioControl_1y84m_172{width:0!important;min-width:0!important;height:0!important;margin:0!important;border:none!important;padding:0!important;overflow:hidden}._platformChip_1y84m_182{height:36px;padding:0 12px;border:1px solid #f4f5f6;border-radius:999px;background:#fff;color:#586271;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-webkit-appearance:none;-moz-appearance:none;appearance:none}._platformChip_1y84m_182:hover{border-color:#d4dae0;background:#f9fbfd;color:#0b2135}._platformChip_1y84m_182:focus-visible{outline:none;border-color:#006aff;box-shadow:0 0 0 2px #006aff33}._platformChip_1y84m_182:active{filter:brightness(95%)}._platformChipActive_1y84m_211{border-color:#006aff;color:#fff;background:#006aff}._platformChipActive_1y84m_211 img,._platformChipActive_1y84m_211 svg{filter:brightness(0) invert(1)}._platformChipLabel_1y84m_221{display:inline-flex;align-items:center;gap:8px;padding:0 4px;font-weight:600}._smallIcon_1y84m_229{width:14px;height:14px}._smallIconActive_1y84m_234{filter:brightness(0) invert(1)}._groupList_1y84m_238,._accountList_1y84m_239{display:flex;flex-direction:column;gap:8px}._interactiveListItem_1y84m_245,._groupItem_1y84m_245,._accountItem_1y84m_246{border:none;border-bottom:1px solid #F1F5F9;background:transparent;padding:12px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s;width:100%}._interactiveListItem_1y84m_245:hover,._groupItem_1y84m_245:hover,._accountItem_1y84m_246:hover,._interactiveListItem_1y84m_245:focus-visible,._groupItem_1y84m_245:focus-visible,._accountItem_1y84m_246:focus-visible{outline:none;background:#f8fafc}._groupItemActive_1y84m_265,._accountItemActive_1y84m_266{background:#006aff05}._groupLeft_1y84m_270{display:inline-flex;align-items:center;gap:10px}._groupDot_1y84m_276{width:8px;height:8px;border-radius:50%}._groupName_1y84m_282{font-weight:500;color:#0f172a}._accountPlatformBlock_1y84m_287{padding-top:10px}._accountPlatformHeader_1y84m_291{width:100%;border:none;background:transparent;cursor:pointer;padding:0 0 4px;text-align:left}._accountPlatformTitle_1y84m_300{display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-weight:700}._accountGrid_1y84m_308{display:grid;grid-template-columns:1fr;gap:8px}._accountLeft_1y84m_314{display:inline-flex;align-items:center;gap:10px}._avatarWrap_1y84m_320{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#ebeef1;display:flex;align-items:center;justify-content:center;border:1px solid #ebeef1;flex-shrink:0}._avatarImg_1y84m_333{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_1y84m_339{display:flex;align-items:center;justify-content:center;opacity:.6}._avatarWrap_facebook_1y84m_346{background:#e7f3ff;border-color:#d1e7ff}._avatarWrap_instagram_1y84m_351{background:#fff0f0;border-color:#ffdada}._avatarWrap_tiktok_1y84m_356{background:#f1f1f1;border-color:#e2e2e2}._avatarWrap_google_1y84m_361{background:#fef2f2;border-color:#fee2e2}._accountName_1y84m_366{font-weight:500;color:#0f172a}._emptyText_1y84m_371{padding:10px 0;color:#586271}@keyframes _slideInFromRight_1y84m_1{0%{transform:translate(24px);opacity:.6}to{transform:translate(0);opacity:1}}@media only screen and (max-width:1000px){._toolbar_1y84m_6{flex-direction:column;align-items:stretch}._left_1y84m_14,._right_1y84m_16{justify-content:space-between}}@media only screen and (max-width:700px){._toolbar_1y84m_6{padding:14px 12px}._left_1y84m_14,._right_1y84m_16{flex-wrap:wrap}._filterModal_1y84m_404{min-width:100vw}}._modal_16eip_1{max-width:900px!important;width:100%!important}._contentContainer_16eip_6{padding:24px!important;background:#f8fafc!important;overflow-y:auto!important;max-height:75vh!important}._grid_16eip_13{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}._card_16eip_19{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden}._card_16eip_19:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014;border-color:#cbd5e1}._cardHeader_16eip_39{display:flex;align-items:center;justify-content:space-between;gap:8px}._accountInfo_16eip_46{display:flex;align-items:center;gap:8px;min-width:0;flex:1}._accountDetails_16eip_54{display:flex;flex-direction:column;min-width:0;flex:1}._accountName_16eip_61{font-size:.875rem;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._timeBadge_16eip_70{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;color:#475569;background:#f8fafc;padding:3px 8px;border-radius:6px;white-space:nowrap;flex-shrink:0;border:1px solid #e2e8f0;font-variant-numeric:tabular-nums;line-height:1}._timeBadge_16eip_70 ._timeIcon_16eip_86{width:12px;height:12px;color:#94a3b8;flex-shrink:0}._cardBadges_16eip_93{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._typeBadge_16eip_100{height:16px!important;padding:0 6px!important;font-size:9px!important;font-weight:700!important;border-radius:4px!important;letter-spacing:.04em!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#1d4ed8!important}._groupBadge_16eip_116{display:inline-flex;align-items:center;gap:6px;min-height:22px;font-size:11px;font-weight:500;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:3px 8px;border-radius:6px;width:fit-content;max-width:100%;box-sizing:border-box}._groupBadge_16eip_116 svg{flex-shrink:0;width:12px;height:12px;color:#64748b}._groupBadgeText_16eip_139{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardContent_16eip_145 p{margin:0;font-size:.8125rem;color:#334155;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}._cardMedia_16eip_157{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:2px 7px;border-radius:5px;width:fit-content;margin-top:auto}._cardMedia_16eip_157 svg{color:#64748b}@media(max-width:768px){._contentContainer_16eip_6{padding:16px!important}._grid_16eip_13{grid-template-columns:1fr;gap:12px}}._previewContainer_179si_1{position:fixed;width:360px;background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;z-index:1100;pointer-events:auto;animation:_fadeIn_179si_1 .15s ease-out;box-shadow:0 16px 38px -6px #0f172a29,0 4px 14px -2px #0f172a0f}@keyframes _fadeIn_179si_1{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}._header_179si_24{padding:12px 14px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:10px}._headerLeft_179si_34{display:flex;align-items:center;gap:10px;min-width:0;flex:1}._headerRight_179si_42{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}._avatarWrapper_179si_51{width:38px;height:38px;border-radius:50%;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}._defaultAvatar_179si_61{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#475569;font-size:.9375rem;font-weight:700;border-radius:50%;text-transform:uppercase}._platformFallback_179si_75{transform:translateY(1px)}._accountAvatar_179si_79{width:100%;height:100%;object-fit:cover}._headerInfo_179si_85{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}._headerMeta_179si_93{display:flex;align-items:center;gap:4px;min-width:0;font-size:.6875rem;color:#64748b;white-space:nowrap;overflow:hidden}._dotDivider_179si_104{color:#94a3b8;font-size:.625rem;flex-shrink:0}._accountRow_179si_110{display:flex;align-items:center;gap:6px;min-width:0}._accountName_179si_117{font-size:.875rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}._headerPlatformIcon_179si_127{flex-shrink:0}._creatorName_179si_131{font-size:.6875rem;font-weight:600;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._date_179si_140{font-size:.6875rem;font-weight:500;color:#64748b;flex-shrink:0}._statusWrapper_179si_147{display:inline-flex;align-items:center;flex-shrink:0}._postTypeBadge_179si_153{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;line-height:1.2}._postTypeBadge_179si_153[data-type=story]{background-color:#fdf2f8;color:#db2777;border:1px solid #fbcfe8}._postTypeBadge_179si_153._storyActive_179si_169{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}._postTypeBadge_179si_153._storyArchived_179si_174{background-color:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}._postTypeBadge_179si_153._storyRemoved_179si_179{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}._postTypeBadge_179si_153[data-type=reel]{background-color:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}._thumbnailWrap_179si_190{position:relative;width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#1e293b,#0f172a);overflow:hidden;display:flex;align-items:center;justify-content:center}._thumbnail_179si_190{width:100%;height:100%;object-fit:cover;display:block}._videoBadge_179si_208{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#0f172ab3;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.45);box-shadow:0 6px 20px #00000059;transition:transform .2s cubic-bezier(.16,1,.3,1);pointer-events:none}._videoBadge_179si_208 svg{width:24px;height:24px;margin-left:3px;fill:#fff;color:#fff}._mediaCount_179si_235{position:absolute;bottom:10px;right:10px;background:#000000bf;color:#fff;font-size:.6875rem;font-weight:700;padding:4px 10px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._content_179si_248{padding:12px 14px;font-size:.8125rem;line-height:1.5;color:#0b2135}._postText_179si_255{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;white-space:pre-line;overflow-wrap:anywhere;overflow:hidden}._targetWarningIcon_179si_265{color:#a16207;flex:0 0 auto}._mediaBadgeInline_179si_270{display:flex;align-items:center;gap:4px;color:#586271;font-style:italic;font-size:.8125rem;margin-top:6px}._mediaBadgeInline_179si_270 svg{width:14px;height:14px;opacity:.7}._errorNotice_179si_285{margin:0 14px 14px;padding:10px;background:#fd54580d;border-left:3px solid #fd5458;border-radius:4px}._errorLabel_179si_293{display:block;font-size:.6875rem;font-weight:700;color:#fd5458;text-transform:uppercase;margin-bottom:4px}._errorText_179si_302{font-size:.75rem;color:#525f7f;line-height:1.4;margin:0}._scheduleMeta_179si_309{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}._scheduleMeta_179si_309 span{font-size:.625rem;font-weight:700;color:#586271;text-transform:uppercase;letter-spacing:.04em}._contextMeta_179si_324{margin-top:10px;display:flex;align-items:center;gap:8px;min-width:0}._contextMeta_179si_324 span{font-size:.625rem;font-weight:700;color:#525f7f;text-transform:uppercase;letter-spacing:.04em}._contextPill_179si_339{flex-shrink:0;display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;background:#006aff1a;color:#006aff!important}._metricsFooter_179si_349{display:flex;flex-direction:column;gap:6px;padding:8px 14px;background:#f8fafc;border-top:1px solid #f1f5f9;box-sizing:border-box}._metricsMainRow_179si_359{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}._metricsList_179si_367{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}._authorSubRow_179si_375{display:flex;align-items:center;justify-content:flex-start;padding-top:4px;border-top:1px dashed #e2e8f0;width:100%}._authorChip_179si_384{display:inline-flex;align-items:center;gap:3px;font-size:.6875rem;font-weight:500;color:#64748b;white-space:nowrap}._metricChip_179si_394{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;line-height:1;color:#334155;transition:all .15s ease}._metricChip_179si_394:hover{border-color:#cbd5e1;background:#f8fafc}._metricIcon_179si_412{display:flex;align-items:center;justify-content:center;color:#64748b}._metricIcon_179si_412 svg{width:12px;height:12px;fill:currentColor}._metricIcon_179si_412 svg *{fill:currentColor}._metricValue_179si_427{font-size:.75rem;font-weight:700;color:#0f172a;line-height:1}._metricLabel_179si_434{font-size:.6875rem;font-weight:500;color:#64748b;text-transform:capitalize}._skeletonNumber_179si_441{width:14px;height:12px;border-radius:3px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear;display:inline-block}@keyframes _shimmer_179si_1{0%{background-position:200% 0}to{background-position:-200% 0}}._creatorFooter_179si_459{display:flex;align-items:center;justify-content:flex-start;padding:6px 14px;background:#f8fafc;border-top:1px solid #f1f5f9}._viewLiveBtn_179si_468{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#006aff;font-size:.6875rem;font-weight:600;text-decoration:none;transition:all .15s ease;flex-shrink:0}._viewLiveBtn_179si_468:hover{background:#dbeafe;border-color:#93c5fd;text-decoration:none}._viewLiveBtn_179si_468 svg{opacity:.9;width:10px;height:10px;flex-shrink:0;fill:currentColor}._storyActive_179si_169{background-color:#2ecc711a!important;color:#2ecc71!important}._storyArchived_179si_174{background-color:#95a5a61a!important;color:#95a5a6!important}._storyRemoved_179si_179{background-color:#e74c3c1a!important;color:#e74c3c!important}._skeletonContainer_179si_511{pointer-events:auto;-webkit-user-select:none;user-select:none}._skeletonHeader_179si_516{padding:10px 14px;background:#f9fbfd;border-bottom:1px solid #ebeef1;display:flex;align-items:center;gap:10px}._skeletonAvatar_179si_525{width:36px;height:36px;border-radius:50%;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear;flex-shrink:0}._skeletonHeaderInfo_179si_535{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}._skeletonLineTitle_179si_543{width:100px;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear}._skeletonLineDate_179si_552{width:130px;height:10px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear}._skeletonBadge_179si_561{width:65px;height:20px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear;flex-shrink:0}._skeletonContent_179si_571{padding:14px;display:flex;flex-direction:column;gap:8px}._skeletonLineFull_179si_578{width:100%;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear}._skeletonLineMedium_179si_587{width:75%;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear}._skeletonLineShort_179si_596{width:45%;height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear}._skeletonFooter_179si_605{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f8fafc;border-top:1px solid #f1f5f9;min-height:38px;box-sizing:border-box}._skeletonChip_179si_616{width:58px;height:22px;border-radius:6px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:_shimmer_179si_1 1.5s infinite linear}._container_8l7vc_1{display:flex;flex-direction:column;height:100%;background:#fff}._pageHeader_8l7vc_8{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0 1.25rem;background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;position:sticky;top:0;z-index:20}._pageHeader_8l7vc_8 ._headerTop_8l7vc_20{display:flex;justify-content:space-between;align-items:center;width:100%}._headerInfo_8l7vc_27 ._title_8l7vc_27{margin:0;font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._headerInfo_8l7vc_27 ._description_8l7vc_35{margin:6px 0 0;color:#64748b;font-size:14px;font-weight:500;line-height:1.5}._layoutWrapper_8l7vc_43{flex:1;padding:2rem 0;overflow-y:auto}._layoutWrapper_8l7vc_43::-webkit-scrollbar{width:4px}._layoutWrapper_8l7vc_43::-webkit-scrollbar-thumb{background:#f4f5f6;border-radius:10px}._syncWarning_8l7vc_56{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;border:1px solid #f6d68a;border-radius:8px;background:#fff9e8;color:#7a4b00}._syncWarning_8l7vc_56 svg{flex:0 0 auto;fill:currentColor}._syncWarningText_8l7vc_72{display:flex;flex:1;flex-direction:column;gap:.125rem;min-width:0}._syncWarningText_8l7vc_72 strong{font-size:.875rem}._syncWarningText_8l7vc_72 span{font-size:.8125rem;line-height:1.4}._syncRetryButton_8l7vc_87{flex:0 0 auto;padding:.5rem .75rem;border:1px solid currentColor;border-radius:8px;background:transparent;color:inherit;cursor:pointer;font-size:.8125rem;font-weight:700}._syncRetryButton_8l7vc_87:hover:not(:disabled){background:#7a4b0014}._syncRetryButton_8l7vc_87:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._syncRetryButton_8l7vc_87:disabled{cursor:wait;opacity:.6}@media(max-width:1000px){._pageHeader_8l7vc_8,._layoutWrapper_8l7vc_43{padding:1.25rem 0}._headerInfo_8l7vc_27 ._title_8l7vc_27{font-size:1.75rem}}@media(max-width:700px){._pageHeader_8l7vc_8{position:static;padding:1rem 0}._pageHeader_8l7vc_8 ._headerTop_8l7vc_20{flex-direction:column;align-items:stretch;gap:.75rem}._syncWarning_8l7vc_56{align-items:flex-start;flex-wrap:wrap}._syncRetryButton_8l7vc_87{margin-left:2rem}}@media(max-width:600px){._headerInfo_8l7vc_27 ._title_8l7vc_27{font-size:1.5rem}}._modalOverlay_8l7vc_141{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_8l7vc_1 .2s ease-out}._modalContent_8l7vc_156{background:#fff;border-radius:16px;padding:2rem;width:440px;max-width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center;border:1px solid #f4f5f6;animation:_scaleIn_8l7vc_1 .25s cubic-bezier(.34,1.56,.64,1)}._modalIconWrapper_8l7vc_168{width:56px;height:56px;border-radius:50%;background-color:#006aff14;color:#006aff;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem}._modalTitle_8l7vc_181{font-size:1.125rem;font-weight:700;color:#0b2135;margin:0 0 .5rem}._modalBodyText_8l7vc_188{color:#586271;line-height:1.6;margin:0 0 1.75rem;font-weight:500}._btnGroup_8l7vc_195{display:flex;flex-direction:column;gap:.625rem}._primaryBtn_8l7vc_201{background:#006aff;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #006aff33}._primaryBtn_8l7vc_201:hover{background:#0059d6;transform:translateY(-1px);box-shadow:0 4px 6px #006aff4d}._primaryBtn_8l7vc_201:active{transform:translateY(0)}._secondaryBtn_8l7vc_222{background:#f9fbfd;color:#000;border:1px solid #f7f7f7;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease}._secondaryBtn_8l7vc_222:hover{background:#ebeef1;border-color:#d4dae0}._cancelBtn_8l7vc_238{background:transparent;color:#525f7f;border:none;padding:.5rem 1.25rem;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:color .2s ease}._cancelBtn_8l7vc_238:hover{color:#000}._undoToast_8l7vc_253{position:fixed;right:24px;bottom:24px;width:min(380px,100vw - 32px);box-sizing:border-box;padding:12px 14px;border:1px solid #d9e6fb;border-radius:12px;background:#fff;color:#525f7f;box-shadow:0 14px 32px #0f172a29;display:flex;align-items:center;gap:10px;z-index:10001;animation:_slideIn_8l7vc_1 .24s cubic-bezier(.16,1,.3,1)}._undoIcon_8l7vc_272{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#0094591a;color:#009459}._undoIcon_8l7vc_272 svg{width:17px;height:17px;fill:none;stroke:currentColor}._undoCopy_8l7vc_290{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}._undoTitle_8l7vc_298{color:#525f7f;font-size:.8125rem;font-weight:700;line-height:1.3}._undoText_8l7vc_305{overflow:hidden;color:#586271;font-size:.8125rem;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._undoActions_8l7vc_315{display:flex;flex:0 0 auto;align-items:center;gap:4px}._undoBtn_8l7vc_322{min-height:32px;padding:.375rem .625rem;border:0;border-radius:7px;background:transparent;color:#006aff;font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease}._undoBtn_8l7vc_322:hover{background:#006aff14}._undoBtn_8l7vc_322:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._undoDismissBtn_8l7vc_342{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:7px;background:transparent;color:#586271;cursor:pointer;transition:background .15s ease,color .15s ease}._undoDismissBtn_8l7vc_342 svg{width:12px;height:12px;fill:currentColor}._undoDismissBtn_8l7vc_342:hover{background:#f9fbfd;color:#525f7f}._undoDismissBtn_8l7vc_342:focus-visible{outline:2px solid #006AFF;outline-offset:2px}@keyframes _fadeIn_8l7vc_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_8l7vc_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _slideIn_8l7vc_1{0%{transform:translate(16px);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:600px){._undoToast_8l7vc_253{right:16px;bottom:16px}}._accountDirectory_1upa1_1{width:100%}._accountListCard_1upa1_5{overflow:hidden;border:1px solid #ebeef1;border-radius:8px;background:#fff}._accountListHeader_1upa1_12{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid #ebeef1;background:#fff}._headerTitleWrapper_1upa1_22{display:flex;align-items:center;gap:8px}._headerTitleWrapper_1upa1_22 h2{margin:0;color:#0f172a;font-size:15px;font-weight:700;line-height:1.3}._directoryHeaderMeta_1upa1_35{display:flex;align-items:center;gap:12px}._healthPillsGroup_1upa1_41{display:flex;align-items:center;gap:8px}._healthyPill_1upa1_47{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:12px;font-weight:600;line-height:1.2}._healthyPill_1upa1_47 svg{color:#059669;stroke:currentColor;flex-shrink:0}._healthyPill_1upa1_47 svg circle,._healthyPill_1upa1_47 svg path{stroke:currentColor}._attentionPill_1upa1_70{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;background:#fff8e5;border:1px solid #f4d28b;color:#9a6700;font-size:12px;font-weight:600;line-height:1.2}._attentionPill_1upa1_70 svg{color:#b77900;width:12px;height:12px;stroke:currentColor;flex-shrink:0}._attentionPill_1upa1_70 svg circle,._attentionPill_1upa1_70 svg path{stroke:currentColor}._clearFiltersBtn_1upa1_95{padding:4px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1b64da;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}._clearFiltersBtn_1upa1_95:hover{background:#eff6ff;border-color:#bfdbfe}._accountTableWrapper_1upa1_112{overflow-x:auto}._accountTable_1upa1_112{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}._accountTable_1upa1_112 th,._accountTable_1upa1_112 td{padding:14px 16px;border-bottom:1px solid #ebeef1;text-align:left;vertical-align:middle}._accountTable_1upa1_112 th{background:#f9fbfd;color:#586271;font-size:11px;font-weight:750;line-height:1.3}._accountTable_1upa1_112 th:first-child,._accountTable_1upa1_112 td:first-child{width:34%;padding-left:18px}._accountTable_1upa1_112 th:nth-child(2),._accountTable_1upa1_112 td:nth-child(2){width:18%}._accountTable_1upa1_112 th:nth-child(3),._accountTable_1upa1_112 td:nth-child(3),._accountTable_1upa1_112 th:nth-child(4),._accountTable_1upa1_112 td:nth-child(4){width:14%}._accountTable_1upa1_112 th:last-child,._accountTable_1upa1_112 td:last-child{width:20%;padding-right:18px;text-align:right}._accountTable_1upa1_112 tbody tr{transition:background-color .18s ease}._accountTable_1upa1_112 tbody tr:hover{background:#fbfcfe}._accountTable_1upa1_112 tbody tr:last-child td{border-bottom:0}._colIdentity_1upa1_167{display:flex;align-items:center;gap:12px;min-width:0}._avatarWrapper_1upa1_174{flex:0 0 44px}._info_1upa1_178{display:flex;min-width:0;flex:1;flex-direction:column;align-items:flex-start}._accountName_1upa1_186{max-width:100%;overflow:hidden;padding:0;border:0;background:transparent;color:#0b2135;font:inherit;font-size:14px;font-weight:750;text-align:left;text-overflow:ellipsis;white-space:nowrap}._locationList_1upa1_201{display:flex;max-width:100%;flex-wrap:wrap;align-items:center;gap:4px;margin-top:6px}._locationPill_1upa1_210{display:inline-flex;align-items:center;gap:5px;max-width:240px;overflow:hidden;padding:3px 9px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:all .15s ease}._locationPill_1upa1_210:hover{background:#e2e8f0;border-color:#cbd5e1;color:#1e293b}._locationPill_1upa1_210 ._locationShopIcon_1upa1_234{width:14px;height:14px;object-fit:contain;flex-shrink:0}._morePill_1upa1_241{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.3;background:#eff6ff;border:1px solid #bfdbfe;color:#1a73e8}._targetVerified_1upa1_254,._targetNeedsAttention_1upa1_255{display:inline-flex;flex:0 0 auto;align-items:center}._targetVerified_1upa1_254{color:#15803d}._targetNeedsAttention_1upa1_255{color:#a16207;width:12px;height:12px}._moreLocations_1upa1_271,._morePill_1upa1_241{max-width:360px;overflow:hidden;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:none;color:#586271}._statusCell_1upa1_287{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}._dateValue_1upa1_294,._ownerValue_1upa1_295{display:block;overflow:hidden;color:#0b2135;font-size:13px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}._colActions_1upa1_305{display:flex;align-items:center;justify-content:flex-end;gap:8px}._viewPostsBtn_1upa1_312{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 14px;border:1px solid #1b64da;border-radius:7px;background:#1b64da;color:#fff;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px #1b64da40;transition:all .16s cubic-bezier(.16,1,.3,1)}._viewPostsBtn_1upa1_312 svg{width:15px;height:15px;display:inline-block;flex-shrink:0;fill:#fff!important;color:#fff!important;transition:transform .16s ease}._viewPostsBtn_1upa1_312 svg path{fill:#fff!important}._viewPostsBtn_1upa1_312:hover{background:#1552b5;border-color:#1552b5;color:#fff;box-shadow:0 3px 8px #1b64da59}._viewPostsBtn_1upa1_312:hover svg{transform:scale(1.08)}._viewPostsBtn_1upa1_312:active{transform:scale(.97)}._moreActionsBtn_1upa1_355{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#475569;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:all .16s cubic-bezier(.16,1,.3,1)}._moreActionsBtn_1upa1_355._isBusy_1upa1_370{opacity:.85;cursor:wait}._moreActionsBtn_1upa1_355 ._btnSpinner_1upa1_374{width:14px;height:14px;border:2px solid rgba(15,23,42,.15);border-top-color:#1b64da;border-radius:50%;animation:_accountBtnSpin_1upa1_1 .6s linear infinite;display:inline-block}._moreActionsBtn_1upa1_355 svg{transition:transform .16s ease,color .16s ease}._moreActionsBtn_1upa1_355:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a;box-shadow:0 2px 5px #0000000f}._moreActionsBtn_1upa1_355:hover svg{transform:scale(1.1)}._moreActionsBtn_1upa1_355:active{transform:scale(.97)}._moreActionsBtn_1upa1_355[aria-busy=true]{opacity:.55;pointer-events:none}._accountActionsPopover_1upa1_403{min-width:190px}._srOnly_1upa1_407{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1120px){._accountTable_1upa1_112{min-width:700px}._accountTable_1upa1_112 th:nth-child(4),._accountTable_1upa1_112 td:nth-child(4){display:none}._accountTable_1upa1_112 th:first-child,._accountTable_1upa1_112 td:first-child{width:38%}._accountTable_1upa1_112 th:last-child,._accountTable_1upa1_112 td:last-child{width:24%}}@media(max-width:900px){._accountOverview_1upa1_436{align-items:flex-start;flex-direction:column;gap:12px}._overviewMetrics_1upa1_441{width:100%}._overviewMetrics_1upa1_441>div{flex:1;padding:0 14px 0 0;border-left:0}._overviewMetrics_1upa1_441>div+div{padding-left:14px;border-left:1px solid #ebeef1}._accountListCard_1upa1_5{overflow:visible;border:0;background:transparent}._accountListHeader_1upa1_12{margin-bottom:8px;border:1px solid #ebeef1;border-radius:8px;background:#fff}._accountTableWrapper_1upa1_112{overflow:visible}._accountTable_1upa1_112{min-width:0}._accountTable_1upa1_112 thead{display:none}._accountTable_1upa1_112 tbody{display:grid;gap:10px}._accountTable_1upa1_112 tr{display:grid;grid-template-columns:1fr 1fr;border:1px solid #ebeef1;border-radius:8px;background:#fff;box-shadow:0 1px 3px #00000008}._accountTable_1upa1_112 td,._accountTable_1upa1_112 td:first-child,._accountTable_1upa1_112 td:nth-child(2),._accountTable_1upa1_112 td:nth-child(3),._accountTable_1upa1_112 td:nth-child(4),._accountTable_1upa1_112 td:last-child{display:block;width:auto;padding:12px 14px;border-bottom:0;text-align:left}._accountTable_1upa1_112 td:before,._accountTable_1upa1_112 td:first-child:before,._accountTable_1upa1_112 td:nth-child(2):before,._accountTable_1upa1_112 td:nth-child(3):before,._accountTable_1upa1_112 td:nth-child(4):before,._accountTable_1upa1_112 td:last-child:before{display:block;margin-bottom:5px;color:#586271;content:attr(data-label);font-size:10px;font-weight:700}._accountTable_1upa1_112 td:first-child{grid-column:1/-1;padding-top:14px;border-bottom:1px solid #ebeef1}._accountTable_1upa1_112 td:first-child:before{display:none}._accountTable_1upa1_112 td:nth-child(4){display:block}._accountTable_1upa1_112 td:last-child{grid-column:1/-1;border-top:1px solid #ebeef1}._accountTable_1upa1_112 td:last-child:before{display:none}._colActions_1upa1_305{justify-content:flex-end}}@container social-accounts (max-width: 900px){._accountOverview_1upa1_436{align-items:flex-start;flex-direction:column;gap:12px}._overviewMetrics_1upa1_441{width:100%}._overviewMetrics_1upa1_441>div{flex:1;padding:0 14px 0 0;border-left:0}._overviewMetrics_1upa1_441>div+div{padding-left:14px;border-left:1px solid #ebeef1}._accountListCard_1upa1_5{overflow:visible;border:0;background:transparent}._accountListHeader_1upa1_12{margin-bottom:8px;border:1px solid #ebeef1;border-radius:8px;background:#fff}._accountTableWrapper_1upa1_112{overflow:visible}._accountTable_1upa1_112{min-width:0}._accountTable_1upa1_112 thead{display:none}._accountTable_1upa1_112 tbody{display:grid;gap:10px}._accountTable_1upa1_112 tr{display:grid;grid-template-columns:1fr 1fr;border:1px solid #ebeef1;border-radius:8px;background:#fff;box-shadow:0 1px 3px #00000008}._accountTable_1upa1_112 td,._accountTable_1upa1_112 td:first-child,._accountTable_1upa1_112 td:nth-child(2),._accountTable_1upa1_112 td:nth-child(3),._accountTable_1upa1_112 td:nth-child(4),._accountTable_1upa1_112 td:last-child{display:block;width:auto;padding:12px 14px;border-bottom:0;text-align:left}._accountTable_1upa1_112 td:before,._accountTable_1upa1_112 td:first-child:before,._accountTable_1upa1_112 td:nth-child(2):before,._accountTable_1upa1_112 td:nth-child(3):before,._accountTable_1upa1_112 td:nth-child(4):before,._accountTable_1upa1_112 td:last-child:before{display:block;margin-bottom:5px;color:#586271;content:attr(data-label);font-size:10px;font-weight:700}._accountTable_1upa1_112 td:first-child{grid-column:1/-1;padding-top:14px;border-bottom:1px solid #ebeef1}._accountTable_1upa1_112 td:first-child:before{display:none}._accountTable_1upa1_112 td:nth-child(4){display:block}._accountTable_1upa1_112 td:last-child{grid-column:1/-1;border-top:1px solid #ebeef1}._accountTable_1upa1_112 td:last-child:before{display:none}._colActions_1upa1_305{justify-content:flex-end}}@media(max-width:560px){._accountListHeader_1upa1_12{align-items:flex-start;flex-direction:column;padding:14px}._directoryHeaderMeta_1upa1_35{width:100%;justify-content:space-between}}@keyframes _accountBtnSpin_1upa1_1{to{transform:rotate(360deg)}}._scheduleImpact_930m8_1{width:100%;box-sizing:border-box;margin:0 0 12px;padding:12px 14px;text-align:left;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#334155;font-size:12.5px;line-height:1.5;overflow-wrap:anywhere}._scheduleImpact_930m8_1 ._impactHeader_930m8_15{display:flex;align-items:center;gap:8px;margin-bottom:8px}._scheduleImpact_930m8_1 ._impactHeader_930m8_15 ._impactIcon_930m8_21{width:16px;height:16px;color:#0284c7;flex-shrink:0}._scheduleImpact_930m8_1 ._impactHeader_930m8_15 h4{margin:0;font-size:13.5px;font-weight:600;color:#0f172a}._scheduleImpact_930m8_1 p{margin:0 0 6px;color:#475569}._scheduleImpact_930m8_1 p:last-child{margin-bottom:0}._scheduleImpact_930m8_1 ._impactSubnote_930m8_40{margin-top:8px;padding-top:6px;border-top:1px dashed #e2e8f0;color:#64748b;font-size:11.5px;line-height:1.45}._scheduleImpact_930m8_1 a{display:inline-block;color:#006aff;font-weight:600;padding:4px 0}._scheduleImpact_930m8_1 a:focus-visible{outline:2px solid #006AFF;outline-offset:3px}._reconnectAccountHeader_930m8_59{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}._reconnectAccountHeader_930m8_59 ._accountTitleWrap_930m8_66{display:flex;align-items:center;gap:8px;min-width:0}._reconnectAccountHeader_930m8_59 ._accountTitleWrap_930m8_66 h4{margin:0;font-size:13.5px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._reconnectAccountHeader_930m8_59 ._badgeReady_930m8_81{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;background:#ecfdf5;color:#059669;font-size:11px;font-weight:600;flex-shrink:0}._reconnectAccountHeader_930m8_59 ._badgeResumable_930m8_92{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;background:#e0f2fe;color:#0284c7;font-size:11px;font-weight:600;flex-shrink:0}._emptyResumableBox_930m8_104{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:12px;line-height:1.45}._emptyResumableBox_930m8_104 ._emptyIcon_930m8_116{width:15px;height:15px;margin-top:1px;color:#059669;flex-shrink:0}._guideNote_930m8_124,._linkHint_930m8_125{color:#64748b;font-size:12px;font-weight:400}._accessGuide_930m8_131{width:100%;box-sizing:border-box;padding:14px 16px;margin-bottom:16px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;text-align:left;overflow-wrap:anywhere}._accessGuide_930m8_131 ._accessGuideHeader_930m8_142{display:flex;align-items:center;gap:8px;margin-bottom:6px}._accessGuide_930m8_131 ._accessGuideHeader_930m8_142 ._accessGuideHeaderIcon_930m8_148{width:24px;height:24px;border-radius:6px;background:#e0f2fe;color:#0284c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}._accessGuide_930m8_131 ._accessGuideHeader_930m8_142 h4{margin:0;color:#0f172a;font-size:14px;font-weight:600}._accessGuide_930m8_131 ._accessGuideDesc_930m8_165{margin:0 0 10px;color:#64748b;font-size:12.5px;line-height:1.5}._accessGuide_930m8_131 ._scopeNote_930m8_171{display:flex;align-items:flex-start;gap:8px;padding:9px 12px;margin:0 0 12px;border-radius:8px;border:1px solid #fef08a;background:#fefce8;color:#854d0e;font-size:12px;line-height:1.45}._accessGuide_930m8_131 ._scopeNote_930m8_171 ._scopeNoteIcon_930m8_184{width:15px;height:15px;margin-top:1px;flex-shrink:0;fill:#ca8a04}._accessGuide_930m8_131 ._guideNote_930m8_124{margin:8px 0 0;text-align:center;color:#64748b;font-size:11.5px}._guideSteps_930m8_198{list-style:none;padding:0;margin:0 0 12px;display:flex;flex-direction:column;gap:8px}._guideSteps_930m8_198 ._guideStepItem_930m8_206{display:flex;align-items:flex-start;gap:10px}._guideSteps_930m8_198 ._guideStepItem_930m8_206 ._stepBadge_930m8_211{width:20px;height:20px;border-radius:50%;background:#e2e8f0;color:#334155;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}._guideSteps_930m8_198 ._guideStepItem_930m8_206 ._stepText_930m8_225{font-size:12.5px;line-height:1.45;color:#334155}._settingsLink_930m8_231{display:flex;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 16px;box-sizing:border-box;border-radius:8px;background:#1877f2;color:#fff;text-decoration:none;font-size:13.5px;font-weight:600;box-shadow:0 1px 2px #1877f233;transition:background .15s ease,transform .1s ease}._settingsLink_930m8_231:hover{background:#166fe5;color:#fff;text-decoration:none}._settingsLink_930m8_231:active{transform:translateY(1px)}._settingsLink_930m8_231:focus-visible{outline:2px solid #1877f2;outline-offset:2px}._settingsLink_930m8_231 ._externalIcon_930m8_260{flex-shrink:0;opacity:.85}._srOnly_930m8_265{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._choices_930m8_277{display:flex;flex-direction:column;gap:8px;width:100%;margin:0 0 12px;padding:0;border:0;text-align:left}._choices_930m8_277 legend{margin-bottom:8px;color:#1e293b;font-size:13.5px;font-weight:600;letter-spacing:-.01em}._choice_930m8_277{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._choice_930m8_277:hover{border-color:#cbd5e1;background:#f8fafc}._choice_930m8_277:focus-within{outline:none;border-color:#006aff;box-shadow:0 0 0 3px #006aff26}._choice_930m8_277 input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}._radioIndicator_930m8_328{flex:0 0 auto;width:18px;height:18px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._radioIndicator_930m8_328 ._radioDot_930m8_340{width:8px;height:8px;border-radius:50%;background:transparent;transition:background-color .15s ease}._choiceIconBox_930m8_348{flex:0 0 auto;width:32px;height:32px;border-radius:8px;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._choiceIconBox_930m8_348 ._choiceIcon_930m8_348{width:17px;height:17px;fill:currentColor}._dangerIconBox_930m8_366{background:#fee2e2;color:#dc2626}._dangerIconBox_930m8_366 ._choiceIcon_930m8_348{fill:none}._dangerIconBox_930m8_366 ._choiceIcon_930m8_348 path{fill:none;stroke:currentColor}._choiceText_930m8_378{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}._choiceText_930m8_378 small{color:#64748b;font-size:12.5px;line-height:1.4}._titleRow_930m8_391{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._titleRow_930m8_391 strong{color:#0f172a;font-size:13.5px;font-weight:600;line-height:1.4}._badgeRecommended_930m8_404{display:inline-flex;align-items:center;padding:2px 7px;border-radius:9999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:600;letter-spacing:.02em}._selected_930m8_416{border-color:#006aff;background:#f0f7ff;box-shadow:0 0 0 1px #006aff}._selected_930m8_416 ._radioIndicator_930m8_328{border-color:#006aff}._selected_930m8_416 ._radioIndicator_930m8_328 ._radioDot_930m8_340{background:#006aff}._selected_930m8_416 ._choiceIconBox_930m8_348{background:#dbeafe;color:#006aff}._selected_930m8_416:hover{background:#f0f7ff}._selectedDanger_930m8_435{border-color:#fd5458;background:#fff5f5;box-shadow:0 0 0 1px #fd5458}._selectedDanger_930m8_435 ._radioIndicator_930m8_328{border-color:#fd5458}._selectedDanger_930m8_435 ._radioIndicator_930m8_328 ._radioDot_930m8_340{background:#fd5458}._selectedDanger_930m8_435 input{accent-color:#fd5458}._selectedDanger_930m8_435 ._choiceIconBox_930m8_348{background:#fee2e2;color:#dc2626}._selectedDanger_930m8_435:hover{background:#fff5f5}._consequences_930m8_457{width:100%;margin:0 0 12px;text-align:left}._infoCallout_930m8_463{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;font-size:12.5px;line-height:1.45}._infoCallout_930m8_463 ._calloutIcon_930m8_476{flex:0 0 auto;width:16px;height:16px;color:#006aff;fill:currentColor}._dangerCallout_930m8_484{display:flex;align-items:flex-start;gap:10px;padding:11px 13px;margin-bottom:10px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:12.5px;line-height:1.45}._dangerCallout_930m8_484 ._calloutIcon_930m8_476{flex:0 0 auto;width:17px;height:17px;margin-top:2px;color:#fd5458;fill:currentColor}._dangerCallout_930m8_484 strong{display:block;font-size:13px;font-weight:600;color:#b91c1c;margin-bottom:2px}._dangerCallout_930m8_484 p{margin:0;color:#7f1d1d}._dataDetails_930m8_517{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .2s ease}._dataDetails_930m8_517 summary{position:relative;display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:12.5px;font-weight:600;color:#006aff;-webkit-user-select:none;user-select:none;list-style:none}._dataDetails_930m8_517 summary::-webkit-details-marker{display:none}._dataDetails_930m8_517 summary:before{content:"";display:inline-block;width:5px;height:5px;margin-right:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .2s ease}._dataDetails_930m8_517 summary:hover{color:#0052cc}._dataDetails_930m8_517 summary:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._dataDetails_930m8_517[open]{border-color:#cbd5e1}._dataDetails_930m8_517[open] summary{border-bottom:1px solid #f1f5f9;background:#f8fafc}._dataDetails_930m8_517[open] summary:before{transform:rotate(45deg)}._dataDetails_930m8_517 ._dataContent_930m8_567{padding:10px 12px;background:#fff}._dataDetails_930m8_517 ._dataContent_930m8_567 p{margin:0;font-size:12.5px;line-height:1.5;color:#475569}._pinField_930m8_578{display:flex;flex-direction:column;gap:6px;width:100%;margin:0 0 14px;text-align:left}._pinField_930m8_578 label{display:inline-flex;align-items:center;gap:6px;color:#1e293b;font-size:13px;font-weight:600}._pinField_930m8_578 label ._pinLabelIcon_930m8_594{width:14px;height:14px;color:#64748b;fill:currentColor}._pinField_930m8_578 input{width:100%;box-sizing:border-box;padding:9px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font:inherit;font-size:14px;letter-spacing:.15em;background:#fff;transition:all .2s ease}._pinField_930m8_578 input:focus{outline:none;border-color:#006aff;box-shadow:0 0 0 3px #006aff26}._pinField_930m8_578 input::placeholder{letter-spacing:normal;color:#94a3b8}._highlightAccount_930m8_622{color:#0f172a;font-weight:600;background:#f1f5f9;padding:1px 6px;border-radius:4px;display:inline-block}._requestId_930m8_631,._error_930m8_632{width:100%;margin:0 0 10px;overflow-wrap:anywhere;text-align:left;font-size:12.5px;line-height:1.45}._requestId_930m8_631{color:#64748b;font-size:11.5px}._error_930m8_632{padding:8px 12px;border-radius:6px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-weight:500}._managerModal_q23ca_1,._editModal_q23ca_1{width:600px!important;height:100vh!important;max-height:100vh!important;left:auto!important;margin:0!important;border-radius:0!important}._managerBody_q23ca_10,._modalBody_q23ca_11{display:flex;flex-direction:column;gap:20px;padding:1rem 0}._searchWrapper_q23ca_18{margin-bottom:4px}._formRow_q23ca_22{display:flex;gap:16px;align-items:flex-start}._formRow_q23ca_22>:first-child{flex:1}._colorSection_q23ca_31{display:flex;flex-direction:column;gap:4px}._colorSection_q23ca_31 label{font-size:12px;font-weight:600;color:#586271}._accountGrid_q23ca_42{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;max-height:260px;overflow-y:auto;padding:4px}._accountGrid_q23ca_42::-webkit-scrollbar{width:4px}._accountGrid_q23ca_42::-webkit-scrollbar-thumb{background:#f4f5f6;border-radius:4px}._accountCard_q23ca_58{display:flex;align-items:center;gap:10px;padding:8px 12px;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s ease;position:relative;box-sizing:border-box}._accountCard_q23ca_58:hover{border-color:#cbd5e1;background:#f8fafc}._accountCard_q23ca_58._selected_q23ca_74{border-color:#2563eb;background:#eff6ff}._accountCard_q23ca_58._selected_q23ca_74 ._name_q23ca_78{color:#1d4ed8;font-weight:600}._accountCard_q23ca_58 ._name_q23ca_78{flex:1;font-size:12.5px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._accountCard_q23ca_58 ._checkCircle_q23ca_90{width:18px;height:18px;border-radius:50%;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;transition:all .15s ease}._accountCard_q23ca_58 ._checkCircle_q23ca_90._active_q23ca_102{background:#2563eb;border-color:#2563eb;color:#fff}._accountCard_q23ca_58 ._checkCircle_q23ca_90._active_q23ca_102 svg{width:10px!important;height:10px!important;fill:#fff!important;color:#fff!important}._accountCard_q23ca_58 ._checkCircle_q23ca_90._active_q23ca_102 svg path{fill:#fff!important}._groupList_q23ca_117{display:flex;flex-direction:column;gap:8px}._groupItem_q23ca_123{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #f4f5f6;border-radius:8px;transition:all .2s ease}._groupItem_q23ca_123:hover{background:#ebeef1}._groupItem_q23ca_123 ._groupInfo_q23ca_135{display:flex;align-items:center;gap:10px;flex:1;min-width:0}._groupItem_q23ca_123 ._groupColor_q23ca_142{width:10px;height:10px;border-radius:50%;flex-shrink:0}._groupItem_q23ca_123 ._groupName_q23ca_148{font-weight:600;color:#0b2135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:8px}._groupItem_q23ca_123 ._groupName_q23ca_148 ._count_q23ca_158{font-size:11px;color:#586271;background:#f4f5f6;padding:1px 6px;border-radius:999px}._groupActions_q23ca_166{display:flex;align-items:center;gap:8px}._actionBtn_q23ca_172{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#586271;cursor:pointer;background:transparent;border:none;transition:all .2s}._actionBtn_q23ca_172:hover{background:#f4f5f6;color:#006aff}._actionBtn_q23ca_172._danger_q23ca_189:hover{background:#fd54581a;color:#fd5458}._emptyState_q23ca_194{text-align:center;padding:2rem;color:#586271;font-style:italic;border:1px dashed #f4f5f6;border-radius:8px}._footerAlignLeft_q23ca_203{justify-content:flex-start}._googleLocationModal_1pecw_1{width:min(600px,100vw - 32px)!important;max-height:88vh;border-radius:16px!important;overflow:hidden}._modalBody_1pecw_8{display:flex;flex-direction:column;gap:16px;padding:4px 0}._accountBanner_1pecw_16{display:flex;align-items:center;gap:12px;padding:12px 14px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px}._avatarContainer_1pecw_26{flex-shrink:0;display:flex;align-items:center;justify-content:center}._accountMeta_1pecw_33{display:flex;flex-direction:column;min-width:0;flex:1;gap:1px}._accountName_1pecw_41{font-size:.875rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._accountEmail_1pecw_51{font-size:.75rem;font-weight:500;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._accountBadge_1pecw_60{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#f0fdf4;border:1px solid #dcfce7;color:#15803d;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.2px;flex-shrink:0}._activeDot_1pecw_75{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e33}._searchBox_1pecw_84{position:relative;width:100%}._searchBox_1pecw_84 ._searchIcon_1pecw_88{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8;pointer-events:none}._searchBox_1pecw_84 input{width:100%;height:40px;box-sizing:border-box;padding:8px 38px;border:1px solid #e2e8f0;border-radius:10px;font-size:.8125rem;color:#0f172a;outline:none;transition:all .18s ease;background:#f8fafc}._searchBox_1pecw_84 input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._searchBox_1pecw_84 input::placeholder{color:#94a3b8}._searchBox_1pecw_84 ._clearSearchBtn_1pecw_119{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;padding:0;transition:all .15s ease}._searchBox_1pecw_84 ._clearSearchBtn_1pecw_119:hover{background:#cbd5e1;color:#0f172a}._listHeader_1pecw_143{display:flex;align-items:center;justify-content:space-between;padding:0 2px;gap:12px}._listHeaderTitle_1pecw_151{display:flex;align-items:center;gap:7px}._listTitle_1pecw_157{font-size:.8125rem;font-weight:700;color:#1e293b}._locationCountChip_1pecw_163{font-size:.6875rem;font-weight:700;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;padding:1px 6px;border-radius:999px;line-height:1.3}._quickActions_1pecw_174{display:flex;align-items:center;gap:10px;flex-shrink:0}._textBtn_1pecw_181{background:none;border:none;color:#2563eb;font-size:.8125rem;font-weight:600;cursor:pointer;padding:3px 8px;border-radius:6px;transition:all .15s ease}._textBtn_1pecw_181:hover{background:#eff6ff;color:#1d4ed8}._locationList_1pecw_198{display:flex;flex-direction:column;gap:10px;max-height:350px;overflow-y:auto;padding:2px 4px 2px 2px}._locationList_1pecw_198::-webkit-scrollbar{width:5px}._locationList_1pecw_198::-webkit-scrollbar-track{background:transparent}._locationList_1pecw_198::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._locationCard_1pecw_217{width:100%;font:inherit;display:flex;align-items:center;gap:14px;padding:12px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s ease;text-align:left;-webkit-user-select:none;user-select:none;box-sizing:border-box}._locationCard_1pecw_217:hover:not(:disabled){border-color:#cbd5e1;background:#fbfcfe;box-shadow:0 2px 8px #0f172a0a}._locationCard_1pecw_217._selected_1pecw_238{border-color:#2563eb;background:#f8fbff;box-shadow:0 4px 14px #2563eb14}._locationCard_1pecw_217._selected_1pecw_238 ._storeIconWrapper_1pecw_243{border-color:#bfdbfe;background:#eff6ff}._locationCard_1pecw_217._selected_1pecw_238 ._locationTitle_1pecw_247{color:#1d4ed8}._locationCard_1pecw_217._selected_1pecw_238 ._checkIndicator_1pecw_250{background:#2563eb;border-color:#2563eb;box-shadow:0 2px 6px #2563eb59}._locationCard_1pecw_217._selected_1pecw_238 ._checkIndicator_1pecw_250 svg,._locationCard_1pecw_217._selected_1pecw_238 ._checkIndicator_1pecw_250 path{fill:#fff!important}._locationCard_1pecw_217:disabled{opacity:.5;cursor:not-allowed}._storeIconWrapper_1pecw_243{width:44px;height:44px;flex:0 0 44px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all .18s ease}._storeIconWrapper_1pecw_243 ._shopIcon_1pecw_276{width:26px;height:26px;object-fit:contain}._locationDetails_1pecw_282{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._titleRow_1pecw_290{display:flex;align-items:center;flex-wrap:wrap;gap:8px}._locationTitle_1pecw_247{font-size:.875rem;font-weight:700;color:#0f172a;line-height:1.3;transition:color .15s ease}._verifiedBadge_1pecw_305{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:6px;font-size:.6875rem;font-weight:600;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}._verifiedBadge_1pecw_305 svg{stroke-width:2.4}._pendingBadge_1pecw_321{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:6px;font-size:.6875rem;font-weight:600;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}._pendingBadge_1pecw_321 svg{stroke-width:2.4}._unverifiedBadge_1pecw_337{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:6px;font-size:.6875rem;font-weight:600;background:#fffbeb;color:#b45309;border:1px solid #fde68a}._unverifiedBadge_1pecw_337 svg{stroke-width:2.2}._locationAddress_1pecw_353{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#64748b;line-height:1.35}._locationAddress_1pecw_353 ._addressIcon_1pecw_361{width:13px!important;height:13px!important;color:#94a3b8;flex-shrink:0}._locationAddress_1pecw_353 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._checkIndicator_1pecw_250{width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .18s cubic-bezier(.4,0,.2,1)}._checkIndicator_1pecw_250 svg{width:12px!important;height:12px!important}._emptyState_1pecw_391{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 16px;gap:10px;text-align:center;color:#64748b}._emptyState_1pecw_391 ._emptyIcon_1pecw_401{width:48px;height:48px;border-radius:12px;background:#f1f5f9;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;margin-bottom:4px}._emptyState_1pecw_391 ._emptyIcon_1pecw_401 ._emptyShopIcon_1pecw_412{width:26px;height:26px;object-fit:contain}._emptyState_1pecw_391 h5{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0}._emptyState_1pecw_391 p{font-size:.78125rem;margin:0;max-width:320px;line-height:1.5}._container_1f4ei_1{display:flex;flex-direction:column;padding:0;width:100%}._platformNotice_1f4ei_8{margin:-.75rem 0 1.25rem;padding:.75rem 1rem;border:1px solid #bae6fd;border-radius:8px;background:#f0f9ff;color:#0c4a6e;font-size:.8125rem;line-height:1.45}._header_1f4ei_19{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;border:1px solid #f4f5f6;border-radius:12px;background:#fff;margin-bottom:1.5rem;box-shadow:0 1px 4px #0b21350a}._headerLeft_1f4ei_32{display:flex;align-items:center;flex:1;min-width:0;gap:.875rem}._backBtn_1f4ei_40{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-height:32px;border:0;border-radius:6px;padding:.25rem;background:transparent;font-size:13px;font-weight:600;color:#006aff;cursor:pointer;transition:color .2s ease,background-color .2s ease}._backBtn_1f4ei_40:hover{background:#006aff14;color:#0059d6}._backBtn_1f4ei_40:focus-visible{outline:2px solid rgba(0,106,255,.45);outline-offset:2px}._accountInfo_1f4ei_65{display:flex;align-items:center;gap:.75rem;min-width:0}._avatarWrapper_1f4ei_72{position:relative;width:40px;height:40px;flex-shrink:0}._avatar_1f4ei_72{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#f4f5f6;border:1px solid #f4f5f6}._avatarFallback_1f4ei_88{width:40px;height:40px;border-radius:50%;background:#ebeef1;display:flex;align-items:center;justify-content:center;color:#586271;border:1px solid #f4f5f6}._platformIndicator_1f4ei_100{position:absolute;bottom:-2px;right:-2px;background:#fff;width:18px;height:18px;border-radius:50%;border:1.5px solid #fff;box-shadow:0 1px 3px #0000001f;display:flex;align-items:center;justify-content:center}._meta_1f4ei_115{display:flex;flex-direction:column;gap:2px;min-width:0}._titleRow_1f4ei_122{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._name_1f4ei_129{font-size:15px;font-weight:700;color:#0b2135;margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._targetStatus_1f4ei_140{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;border:1px solid rgba(191,127,0,.32);border-radius:6px;color:#8a5b00;background:#fff8e5;font-size:.6875rem;font-weight:600;white-space:nowrap}._targetStatusVerified_1f4ei_154{border-color:#0e8b5747;color:#0e8b57;background:#ecfbf3}._subMeta_1f4ei_160{display:flex;align-items:center;gap:.375rem;font-size:12px;color:#586271;min-width:0}._targetName_1f4ei_169{max-width:13rem;color:#0b2135;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._metaDot_1f4ei_179{color:#586271;font-size:.7rem}._username_1f4ei_184{font-size:12px;color:#586271;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerRight_1f4ei_192{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._targetPicker_1f4ei_199{display:flex;align-items:center}._selectWrapper_1f4ei_204{position:relative;display:flex;align-items:center}._locationIcon_1f4ei_210{position:absolute;left:10px;color:#586271;pointer-events:none}._targetSelect_1f4ei_217{min-width:10rem;max-width:15rem;height:36px;padding:0 28px 0 30px;border:1px solid #f4f5f6;border-radius:8px;background:#f6f8fa;color:#0b2135;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease}._targetSelect_1f4ei_217:hover{background:#fff;border-color:#d4dae0}._targetSelect_1f4ei_217:focus-visible{outline:none;background:#fff;border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._selectChevron_1f4ei_244{position:absolute;right:10px;color:#586271;pointer-events:none}._viewToggler_1f4ei_251{display:flex;background:#f6f8fa;border:1px solid #f4f5f6;border-radius:8px;padding:2px}._toggleBtn_1f4ei_259{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#586271;border-radius:6px;cursor:pointer;transition:all .2s ease}._toggleBtn_1f4ei_259:hover{color:#0b2135}._toggleBtn_1f4ei_259._active_1f4ei_275{background:#fff;color:#006aff;box-shadow:0 1px 3px #00000014}._body_1f4ei_281{flex:1}._loading_1f4ei_285{display:flex;align-items:center;justify-content:center;padding:4rem 0}._gridContainer_1f4ei_292{column-width:250px;column-count:4;column-gap:20px;padding:4px 0;width:100%}._miniFeedCard_1f4ei_300{display:flex;flex-direction:column;background:#fff;border:1px solid #f4f5f6;border-radius:14px;box-shadow:0 1px 2px #00000008;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer;overflow:hidden;width:100%;margin:0 0 20px;break-inside:avoid;-webkit-column-break-inside:avoid;opacity:1;transform:translateY(0);transition:opacity .42s ease,transform .42s cubic-bezier(.16,1,.3,1),border-color .2s ease,box-shadow .2s ease}._miniFeedCard_1f4ei_300._postPending_1f4ei_318{opacity:0;transform:translateY(18px)}._miniFeedCard_1f4ei_300._postVisible_1f4ei_322{opacity:1;transform:translateY(0)}._miniFeedCard_1f4ei_300:hover{box-shadow:0 4px 12px #0000000f;border-color:#006aff73}._cardHeader_1f4ei_331{display:flex;align-items:center;padding:16px;gap:12px}._cardAvatar_1f4ei_338{position:relative;width:36px;height:36px;flex-shrink:0}._cardAvatar_1f4ei_338 img,._cardAvatar_1f4ei_338 ._avatarFallback_1f4ei_88{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f4f5f6}._cardAvatar_1f4ei_338 ._avatarFallback_1f4ei_88{display:flex;align-items:center;justify-content:center;color:#586271}._cardPlatformBadge_1f4ei_359{position:absolute;bottom:-4px;right:-4px;background:#fff;padding:2px;border-radius:50%;border:1px solid #f4f5f6;display:flex;align-items:center;justify-content:center}._cardMeta_1f4ei_372{display:flex;flex-direction:column;gap:2px}._cardName_1f4ei_378{font-size:13px;font-weight:700;color:#0b2135}._cardTime_1f4ei_384{font-size:11px;color:#586271}._mediaWrapper_1f4ei_389{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden;background:#ebeef1;flex-shrink:0}._mediaContent_1f4ei_398{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._miniFeedCard_1f4ei_300:hover ._mediaContent_1f4ei_398{transform:scale(1.05)}._videoBadge_1f4ei_409{position:absolute;top:10px;right:10px;background:#0b2135bf;color:#fff;font-size:9px;font-weight:700;padding:3px 6px;border-radius:4px;letter-spacing:.05em}._cardBody_1f4ei_422{padding:16px}._cardTextPreview_1f4ei_426{font-size:13px;line-height:1.5;color:#0b2135;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap}._cardFooter_1f4ei_439{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f4f5f6;background:#fff}._interactionIcons_1f4ei_448{display:flex;align-items:center;gap:16px}._iconStat_1f4ei_454{display:flex;align-items:center;gap:6px;color:#586271;font-size:12px;font-weight:600}._iconStat_1f4ei_454 svg{color:#586271}._viewOriginalBtn_1f4ei_466{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#586271;border:1px solid #f4f5f6;transition:all .2s ease}._viewOriginalBtn_1f4ei_466:hover{background:#006aff;color:#fff;border-color:#006aff}._listContainer_1f4ei_484{display:flex;flex-direction:column;gap:12px}._feedListRow_1f4ei_490{display:flex;align-items:flex-start;background:#fff;border:1px solid #f4f5f6;border-radius:14px;padding:16px 20px;gap:16px;transition:all .2s ease;cursor:pointer;opacity:1;transform:translateY(0);transition:opacity .42s ease,transform .42s cubic-bezier(.16,1,.3,1),border-color .2s ease,box-shadow .2s ease}._feedListRow_1f4ei_490._postPending_1f4ei_318{opacity:0;transform:translateY(18px)}._feedListRow_1f4ei_490._postVisible_1f4ei_322{opacity:1;transform:translateY(0)}._feedListRow_1f4ei_490:hover{border-color:#586271;box-shadow:0 4px 12px #0000000a}._feedAvatarCol_1f4ei_517{flex-shrink:0;width:48px;height:48px}._feedAvatarCol_1f4ei_517 ._feedAvatarImg_1f4ei_522{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid #f4f5f6}._feedAvatarCol_1f4ei_517 ._feedAvatarFallback_1f4ei_529{width:100%;height:100%;border-radius:50%;background:#ebeef1;display:flex;align-items:center;justify-content:center;color:#586271;border:1px solid #f4f5f6}._feedContentCol_1f4ei_541{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}._feedHeader_1f4ei_549{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._feedName_1f4ei_556{font-weight:700;font-size:15px;color:#0b2135}._feedMetaDot_1f4ei_562{color:#586271;font-weight:700}._feedTime_1f4ei_567{color:#586271;font-size:13px}._feedPlatform_1f4ei_572{margin-left:auto;display:flex;align-items:center;justify-content:center;color:#586271}._feedText_1f4ei_580{font-size:14px;line-height:1.6;color:#0b2135;white-space:pre-wrap;word-break:break-word}._feedText_1f4ei_580 ._emptyText_1f4ei_587{color:#586271;font-style:italic}._feedMedia_1f4ei_592{margin-top:4px;width:100%;max-width:480px;border-radius:12px;overflow:hidden;border:1px solid #f4f5f6;background:#ebeef1}._feedMediaImg_1f4ei_602{width:100%;max-height:400px;object-fit:cover;display:block}._feedVideoWrapper_1f4ei_609{position:relative;width:100%}._feedVideoBadge_1f4ei_614{position:absolute;top:12px;right:12px;background:#0b2135bf;color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:4px;letter-spacing:.05em}._feedActions_1f4ei_627{display:flex;align-items:center;gap:24px;margin-top:8px}._feedActionItem_1f4ei_634{display:flex;align-items:center;gap:6px;color:#586271;font-size:13px;font-weight:600;transition:color .2s}._feedActionItem_1f4ei_634:hover{color:#006aff}._feedActionItem_1f4ei_634:hover svg{color:#006aff}._feedActionItem_1f4ei_634 svg{transition:color .2s}._feedViewOriginal_1f4ei_653{margin-left:auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#586271;background:#ebeef1;transition:all .2s ease}._feedViewOriginal_1f4ei_653:hover{background:#006aff;color:#fff}._emptyWrapper_1f4ei_670{text-align:center;padding:4rem 1rem;background:#ebeef1;border-radius:12px;border:1px dashed #f4f5f6}._emptyWrapper_1f4ei_670 h3{margin:0 0 8px;font-size:16px;color:#0b2135;font-weight:700}._emptyWrapper_1f4ei_670 p{margin:0;color:#586271}._errorState_1f4ei_688{display:flex;min-height:16rem;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}._errorState_1f4ei_688 strong{color:#0b2135;font-size:1rem}._errorState_1f4ei_688 p{max-width:30rem;margin:.5rem 0 1rem;color:#586271}._errorState_1f4ei_688 button{min-height:40px;padding:.5rem 1rem;border:0;border-radius:8px;background:#006aff;color:#fff;font-weight:700;cursor:pointer}._errorState_1f4ei_688 button:hover{background:#005bdb}._loadMoreSentinel_1f4ei_720{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40px;padding:1rem 0 1.5rem;color:#586271}._loadMoreSkeletons_1f4ei_730{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}._loadMoreSkeletonsList_1f4ei_737{grid-template-columns:1fr}._postSkeleton_1f4ei_741{display:flex;min-height:164px;flex-direction:column;gap:12px;padding:16px;border:1px solid #f4f5f6;border-radius:10px;background:#fff;animation:_postSkeletonPulse_1f4ei_1 1.35s ease-in-out infinite}._skeletonHeader_1f4ei_753{display:flex;align-items:center;gap:10px}._skeletonAvatar_1f4ei_759,._skeletonHeaderText_1f4ei_760,._skeletonContent_1f4ei_761,._skeletonContentShort_1f4ei_762,._skeletonFooter_1f4ei_763 span{display:block;background:#f6f8fa;border-radius:6px}._skeletonAvatar_1f4ei_759{width:34px;height:34px;flex:0 0 34px;border-radius:50%}._skeletonHeaderText_1f4ei_760{width:54%;height:12px}._skeletonContent_1f4ei_761{width:92%;height:12px;margin-top:8px}._skeletonContentShort_1f4ei_762{width:68%;height:12px}._skeletonFooter_1f4ei_763{display:flex;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid #f4f5f6}._skeletonFooter_1f4ei_763 span{width:34px;height:10px}._loadMoreError_1f4ei_804{display:inline-flex;align-items:center;gap:.75rem;font-size:.8125rem}._loadMoreError_1f4ei_804 button{border:0;background:transparent;color:#006aff;font-weight:700;cursor:pointer}._loadMoreError_1f4ei_804 button:hover{text-decoration:underline}@keyframes _postSkeletonPulse_1f4ei_1{0%,to{opacity:.62}50%{opacity:1}}@media(prefers-reduced-motion:reduce){._postSkeleton_1f4ei_741{animation:none}}@media(max-width:1200px){._gridContainer_1f4ei_292{column-count:3}._loadMoreSkeletons_1f4ei_730{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){._gridContainer_1f4ei_292{column-count:2}._loadMoreSkeletons_1f4ei_730{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){._gridContainer_1f4ei_292{column-count:1}._loadMoreSkeletons_1f4ei_730{grid-template-columns:1fr}}._linkPreviewCard_1f4ei_858{display:flex;flex-direction:column;text-decoration:none;border-bottom:1px solid #f0f2f6;background:#e4e6eb;width:100%;overflow:hidden;transition:all .2s ease}._linkPreviewCard_1f4ei_858:hover ._linkPreviewDomain_1f4ei_868,._linkPreviewCard_1f4ei_858:hover ._linkPreviewTitle_1f4ei_869{text-decoration:underline}._linkPreviewCard_1f4ei_858 ._linkPreviewImage_1f4ei_872{width:100%;height:auto;display:block;border-bottom:1px solid #f0f2f6}._linkPreviewCard_1f4ei_858 ._linkPreviewInfo_1f4ei_878{padding:10px 12px}._linkPreviewCard_1f4ei_858 ._linkPreviewInfo_1f4ei_878 ._linkPreviewDomain_1f4ei_868{font-size:14px;color:#586271;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._linkPreviewCard_1f4ei_858 ._linkPreviewInfo_1f4ei_878 ._linkPreviewTitle_1f4ei_869{font-size:14px;font-weight:600;color:#0b2135;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){._header_1f4ei_19{flex-wrap:wrap;align-items:flex-start}._headerLeft_1f4ei_32{width:100%;flex-wrap:wrap}._sourceSummary_1f4ei_910{flex-basis:100%;max-width:none;margin-left:0;padding:.875rem 0 0;border-top:1px solid #f4f5f6;border-left:0}._headerRight_1f4ei_192{margin-left:auto}}@media(max-width:560px){._header_1f4ei_19{padding:1rem}._backBtn_1f4ei_40 span{display:none}._headerRight_1f4ei_192{align-self:flex-start}._headerLeft_1f4ei_32{gap:.75rem}._accountInfo_1f4ei_65{min-width:0}._targetPicker_1f4ei_199,._targetSelect_1f4ei_217{width:100%}._sourceSummary_1f4ei_910{flex-basis:100%}._feedListRow_1f4ei_490{padding:12px}}._container_ruzjx_1{min-height:100%;min-width:0;background:#fff;color:#0b2135;container-name:social-accounts;container-type:inline-size}._pageHeader_ruzjx_10{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:0;padding:1.5rem 0 1.25rem;background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}._headerInfo_ruzjx_22{min-width:0;flex:0 1 auto}._titleWithBadge_ruzjx_27{display:flex;align-items:center;gap:10px}._pageTitle_ruzjx_33{margin:0;color:#0f172a;font-size:32px;font-weight:800;line-height:1.2;letter-spacing:-.02em}._pageDescription_ruzjx_42{margin:6px 0 0;color:#64748b;font-size:14px;font-weight:500;line-height:1.5}._titleCountBadge_ruzjx_50{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:13px;font-weight:700}._headerActions_ruzjx_64{display:flex;align-items:center;justify-content:flex-end;min-width:0;flex:1 1 auto;gap:10px}._headerActions_ruzjx_64 button{min-height:40px;border-radius:8px;font:inherit}._searchWrapper_ruzjx_78{position:relative;display:flex;align-items:center;width:min(340px,32vw);min-width:0;flex:1 1 240px;height:40px;padding:0 36px 0 12px;border:1px solid #d4dae0;border-radius:8px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}._searchWrapper_ruzjx_78:focus-within{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._searchIcon_ruzjx_97{flex:0 0 auto;margin-right:8px;color:#586271}._searchInput_ruzjx_103{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#0b2135;font:inherit;font-size:14px}._searchInput_ruzjx_103::-webkit-search-cancel-button{display:none}._searchInput_ruzjx_103::placeholder{color:#94a3b8}._clearSearchBtn_ruzjx_122{position:absolute;right:4px;display:inline-flex;align-items:center;justify-content:center;width:30px;min-height:30px!important;padding:0;border:0;background:transparent;color:#586271;cursor:pointer}._clearSearchBtn_ruzjx_122:hover{background:#f6f8fa;color:#0b2135}._groupsBtn_ruzjx_141,._connectBtn_ruzjx_142{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid #d4dae0;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}._groupsBtn_ruzjx_141{background:#fff;color:#0b2135}._groupsBtn_ruzjx_141:hover{border-color:#cbd5e1;background:#f8fafc}._connectBtn_ruzjx_142{border-color:#006aff;background:#006aff;color:#fff}._connectBtn_ruzjx_142:hover{border-color:#0059d6;background:#0059d6}._filterBarContainer_ruzjx_175{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}._platformPills_ruzjx_186{display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex:1;min-width:0}._filterActionsRight_ruzjx_195{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._filterPill_ruzjx_202{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-family:inherit;font-size:13px;font-weight:600;white-space:nowrap;flex:0 0 auto;cursor:pointer;transition:all .18s ease}._filterPill_ruzjx_202:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}._filterPill_ruzjx_202._active_ruzjx_225{border-color:#0f172a;background:#0f172a;color:#fff;box-shadow:0 4px 12px #0f172a26}._filterPill_ruzjx_202._active_ruzjx_225 ._allGridIcon_ruzjx_231,._filterPill_ruzjx_202._active_ruzjx_225 svg{fill:#fff!important;color:#fff!important}._filterPill_ruzjx_202._active_ruzjx_225 ._allGridIcon_ruzjx_231 g,._filterPill_ruzjx_202._active_ruzjx_225 ._allGridIcon_ruzjx_231 path,._filterPill_ruzjx_202._active_ruzjx_225 svg g,._filterPill_ruzjx_202._active_ruzjx_225 svg path{fill:#fff!important}._filterPill_ruzjx_202._active_ruzjx_225 ._pillCount_ruzjx_242{background:#fff3;color:#fff}._filterPill_ruzjx_202._active_ruzjx_225:hover{border-color:#0f172a;background:#1e293b;color:#fff}._pillIcon_ruzjx_252{display:inline-flex;align-items:center;justify-content:center;line-height:1}._allGridIcon_ruzjx_231{fill:#fff!important;color:#fff!important}._allGridIcon_ruzjx_231 g,._allGridIcon_ruzjx_231 path{fill:#fff!important}._pillLabel_ruzjx_268{line-height:1}._pillCount_ruzjx_242{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700;transition:all .16s ease}._groupFilterWrapper_ruzjx_287{display:inline-flex;align-items:center}._groupFilterBtn_ruzjx_292{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease}._groupFilterBtn_ruzjx_292:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}._groupFilterBtn_ruzjx_292._active_ruzjx_225{border-color:#0f172a;background:#f8fafc;color:#0f172a}._groupFilterBtn_ruzjx_292 svg{color:#94a3b8}._groupOptionItem_ruzjx_322{display:flex;align-items:center;gap:8px;width:100%;font-size:13px;font-weight:500}._groupOptionDot_ruzjx_331{width:8px;height:8px;border-radius:50%;flex:0 0 8px}._groupOptionCount_ruzjx_338{margin-left:auto;padding:0 6px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700}._mainContent_ruzjx_348{width:100%;min-width:0;padding:0 0 40px}._accountListContainer_ruzjx_354{width:100%}._loadNotice_ruzjx_358{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:12px 14px;border:1px solid rgba(252,140,50,.35);border-radius:8px;background:#fc8c3214}._loadNotice_ruzjx_358>div{display:flex;min-width:0;flex-direction:column;gap:2px}._loadNotice_ruzjx_358 strong{color:#0b2135;font-size:13px}._loadNotice_ruzjx_358 span{color:#69410e;font-size:12px}._loadNotice_ruzjx_358 button{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(252,140,50,.5);border-radius:6px;background:#fff;color:#0b2135;font:inherit;font-size:12px;font-weight:700;cursor:pointer}._connectPopoverContent_ruzjx_396{width:320px;max-width:calc(100vw - 24px);padding:6px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 10px 25px -5px #0f172a1a,0 8px 10px -6px #0f172a0a;box-sizing:border-box}._connectPopoverContent_ruzjx_396 [class*=dropdownMenu],._connectPopoverContent_ruzjx_396 .dropdownMenu{display:flex;flex-direction:column;gap:3px;padding:0;margin:0}._connectPopoverContent_ruzjx_396 [class*=dropdownItem],._connectPopoverContent_ruzjx_396 .dropdownItem{padding:6px 10px;border-radius:8px;width:100%;box-sizing:border-box;transition:background .15s ease}._connectPopoverContent_ruzjx_396 [class*=dropdownItem]:hover,._connectPopoverContent_ruzjx_396 .dropdownItem:hover{background:#f8fafc}._connectPopoverContent_ruzjx_396 [class*=dropdownItem]:hover [class*=arrowIcon],._connectPopoverContent_ruzjx_396 .dropdownItem:hover [class*=arrowIcon]{color:#334155;transform:translate(2px)}._connectPopoverContent_ruzjx_396 [class*=dropdownLabel],._connectPopoverContent_ruzjx_396 .dropdownLabel{width:100%;min-width:0;flex:1}._connectOptionItem_ruzjx_438{display:flex;align-items:center;gap:10px;width:100%;padding:0;box-sizing:border-box;text-align:left}._itemIcon_ruzjx_448{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:8px}._fbBg_ruzjx_458{background:#eff6ff;border:1px solid #dbeafe}._instagramBg_ruzjx_463{background:#fdf2f8;border:1px solid #fce7f3}._googleBg_ruzjx_468{background:#f0fdf4;border:1px solid #dcfce7}._tiktokBg_ruzjx_473{background:#f8fafc;border:1px solid #e2e8f0}._itemText_ruzjx_478{display:flex;align-items:center;gap:8px;min-width:0;flex:1}._itemTitle_ruzjx_486{color:#1e293b;font-size:13px;font-weight:600;white-space:nowrap}._itemBadge_ruzjx_493{flex:0 0 auto;padding:1px 6px;border-radius:6px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:10.5px;font-weight:500;line-height:1.4}._arrowIcon_ruzjx_505{flex:0 0 auto;margin-left:auto;color:#94a3b8;transition:color .15s ease,transform .15s ease}._pageHeaderSkeleton_ruzjx_512{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;background:#fff}._skeletonHeaderCopy_ruzjx_521{display:flex;flex:1;flex-direction:column;gap:10px}._skeletonHeaderCopy_ruzjx_521 span,._skeletonHeaderCopy_ruzjx_521 i{display:block;width:min(240px,70%);height:24px;border-radius:6px;background:linear-gradient(105deg,#f0f2f6,#f0f2f6 34%,#fffffff0 48%,#dce7f3 56%,#f0f2f6 70%,#f0f2f6);background-size:240% 100%;animation:_accountSkeletonShimmer_ruzjx_1 1.6s ease-in-out infinite}._skeletonHeaderCopy_ruzjx_521 i{width:min(180px,48%);height:12px}._skeletonHeaderActions_ruzjx_542{display:flex;gap:10px}._skeletonHeaderActions_ruzjx_542 span{display:block;width:112px;height:42px;border-radius:8px;background:linear-gradient(105deg,#f0f2f6,#f0f2f6 34%,#fffffff0 48%,#dce7f3 56%,#f0f2f6 70%,#f0f2f6);background-size:240% 100%;animation:_accountSkeletonShimmer_ruzjx_1 1.6s ease-in-out infinite}._skeletonHeaderActions_ruzjx_542 span:first-child{width:220px}._accountsSkeleton_ruzjx_559{display:flex;min-height:620px}._accountsSkeleton_ruzjx_559 aside{width:244px;padding:24px 16px;border-right:1px solid #ebeef1;background:#fff}._accountsSkeleton_ruzjx_559 main{flex:1;padding:24px 28px}._skeletonSidebarTitle_ruzjx_574,._skeletonSidebarItem_ruzjx_575,._skeletonSidebarDivider_ruzjx_576,._skeletonSummary_ruzjx_577,._skeletonDirectoryHeader_ruzjx_578,._skeletonRow_ruzjx_579,._skeletonAvatar_ruzjx_580,._skeletonAccountCopy_ruzjx_581 i,._skeletonAccountCopy_ruzjx_581 b,._skeletonStatus_ruzjx_583,._skeletonDate_ruzjx_584,._skeletonRowActions_ruzjx_585 i{background:linear-gradient(105deg,#f0f2f6,#f0f2f6 34%,#fffffff0 48%,#dce7f3 56%,#f0f2f6 70%,#f0f2f6);background-size:240% 100%;animation:_accountSkeletonShimmer_ruzjx_1 1.6s ease-in-out infinite}._skeletonSidebarTitle_ruzjx_574{width:92px;height:12px;margin:4px 8px 18px;border-radius:5px}._skeletonSidebarItem_ruzjx_575{width:100%;height:40px;margin-bottom:6px;border-radius:8px}._skeletonSidebarDivider_ruzjx_576{width:100%;height:1px;margin:20px 0}._skeletonSummary_ruzjx_577{display:flex;align-items:center;justify-content:space-between;height:68px;margin-bottom:14px;padding:0 18px;border-radius:8px}._skeletonSummary_ruzjx_577 span,._skeletonSummary_ruzjx_577 i{display:block;width:150px;height:14px;border-radius:5px;background:linear-gradient(105deg,#f0f2f6,#f0f2f6 34%,#fffffff0 48%,#dce7f3 56%,#f0f2f6 70%,#f0f2f6);background-size:240% 100%;animation:_accountSkeletonShimmer_ruzjx_1 1.6s ease-in-out infinite}._skeletonSummary_ruzjx_577 i{width:92px;height:11px}._skeletonDirectoryHeader_ruzjx_578{display:grid;grid-template-columns:2fr repeat(3,1fr);align-items:center;gap:18px;height:48px;padding:0 18px;border-radius:8px 8px 0 0;border-bottom:1px solid #fff}._skeletonDirectoryHeader_ruzjx_578 span{display:block;width:65%;height:10px;border-radius:4px;background:#ffffffe6}._skeletonRow_ruzjx_579{display:grid;grid-template-columns:44px minmax(160px,2fr) repeat(2,1fr) 120px;align-items:center;gap:18px;height:74px;padding:0 18px;margin-bottom:1px;border-radius:0}._skeletonAvatar_ruzjx_580{width:38px;height:38px;border-radius:50%}._skeletonAccountCopy_ruzjx_581{display:flex;flex-direction:column;gap:8px}._skeletonAccountCopy_ruzjx_581 i,._skeletonAccountCopy_ruzjx_581 b{display:block;width:74%;height:12px;border-radius:5px}._skeletonAccountCopy_ruzjx_581 b{width:48%;height:10px}._skeletonStatus_ruzjx_583{width:72px;height:22px;border-radius:999px}._skeletonDate_ruzjx_584{width:88px;height:11px;border-radius:5px}._skeletonRowActions_ruzjx_585{display:flex;justify-content:flex-end;gap:9px}._skeletonRowActions_ruzjx_585 i{display:block;width:18px;height:18px;border-radius:5px}@keyframes _accountSkeletonShimmer_ruzjx_1{0%{background-position:140% 0}to{background-position:-140% 0}}@media(max-width:880px){._pageHeader_ruzjx_10{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}._headerInfo_ruzjx_22{flex:0 0 auto}._headerActions_ruzjx_64{display:flex;align-items:center;justify-content:flex-end;flex:1 0 auto;flex-wrap:wrap;gap:10px}._searchWrapper_ruzjx_78{width:100%;flex:1 1 100%;order:10}._groupsBtn_ruzjx_141,._headerActions_ruzjx_64>:last-child{flex:1 1 0;min-width:130px}._filterBarContainer_ruzjx_175{flex-wrap:wrap;gap:12px}}@container social-accounts (max-width: 880px){._pageHeader_ruzjx_10{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}._headerInfo_ruzjx_22{flex:0 0 auto}._headerActions_ruzjx_64{display:flex;align-items:center;justify-content:flex-end;flex:1 0 auto;flex-wrap:wrap;gap:10px}._searchWrapper_ruzjx_78{width:100%;flex:1 1 100%;order:10}._groupsBtn_ruzjx_141,._headerActions_ruzjx_64>:last-child{flex:1 1 0;min-width:130px}._filterBarContainer_ruzjx_175{flex-wrap:wrap;gap:12px}}@container social-accounts (max-width: 900px){._layoutWrapper_ruzjx_790,._accountsSkeleton_ruzjx_559{flex-direction:column}._sidebar_ruzjx_794{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);flex-basis:auto;width:100%;border-right:0;border-bottom:1px solid #ebeef1}._sidebarSection_ruzjx_802{min-width:0;padding:14px 16px;border-right:1px solid #ebeef1;border-bottom:0}._sidebarSection_ruzjx_802:last-child{border-right:0}._sidebarList_ruzjx_811,._groupList_ruzjx_812{flex-direction:row;overflow-x:auto}}@container social-accounts (max-width: 576px){._pageHeader_ruzjx_10{padding:16px 0;flex-direction:column;align-items:stretch}._headerActions_ruzjx_64{width:100%}._searchWrapper_ruzjx_78{order:1;width:100%}._groupsBtn_ruzjx_141,._headerActions_ruzjx_64>:last-child{flex:1 1 calc(50% - 5px)}._filterBarContainer_ruzjx_175{flex-direction:column;align-items:stretch;gap:10px}._groupFilterWrapper_ruzjx_287{width:100%}._groupFilterWrapper_ruzjx_287 button{width:100%;justify-content:space-between}._mainContent_ruzjx_348,._accountsSkeleton_ruzjx_559 main{padding:18px 0}}@media(max-width:900px){._layoutWrapper_ruzjx_790,._accountsSkeleton_ruzjx_559{flex-direction:column}._sidebar_ruzjx_794{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);flex-basis:auto;width:100%;border-right:0;border-bottom:1px solid #ebeef1}._sidebarSection_ruzjx_802{min-width:0;padding:14px 16px;border-right:1px solid #ebeef1;border-bottom:0}._sidebarSection_ruzjx_802:last-child{border-right:0}._sidebarList_ruzjx_811,._groupList_ruzjx_812{flex-direction:row;overflow-x:auto}._sidebarItemWrapper_ruzjx_878{width:auto;flex:0 0 auto}._accountsSkeleton_ruzjx_559 aside{width:100%;height:100px;border-right:0;border-bottom:1px solid #ebeef1}}@media(max-width:760px){._pageHeader_ruzjx_10{padding:20px}._headerActions_ruzjx_64{flex-wrap:wrap}._searchWrapper_ruzjx_78{width:100%;flex-basis:100%}._groupsBtn_ruzjx_141,._headerActions_ruzjx_64>:last-child{flex:1}._mainContent_ruzjx_348,._accountsSkeleton_ruzjx_559 main{padding:18px}}@media(max-width:560px){._pageHeader_ruzjx_10{padding:16px}._pageTitle_ruzjx_33{font-size:22px}._groupsBtn_ruzjx_141,._connectBtn_ruzjx_142{padding:0 12px}._sidebar_ruzjx_794{display:block}._sidebarSection_ruzjx_802{border-right:0;border-bottom:1px solid #ebeef1}._mainContent_ruzjx_348,._accountsSkeleton_ruzjx_559 main{padding:14px}._loadNotice_ruzjx_358{align-items:flex-start;flex-direction:column}._pageHeaderSkeleton_ruzjx_512 span:last-child{width:180px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes _shimmer_r7r1e_1{to{transform:translate(100%)}}._skeleton_r7r1e_6{width:100%;color:#0b2135}._block_r7r1e_11{position:relative;display:block;width:100%;height:12px;overflow:hidden;border-radius:5px;background:#f0f2f6}._block_r7r1e_11:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:_shimmer_r7r1e_1 1.35s ease-in-out infinite}._screenReaderText_r7r1e_29{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}._header_r7r1e_38{display:flex;justify-content:space-between;gap:32px;padding:32px;border:1px solid #e0e5fd;border-radius:12px;background:#fff}._headerCopy_r7r1e_48{flex:1;max-width:560px}._kicker_r7r1e_53{width:120px;height:9px}._title_r7r1e_58{width:min(420px,80%);height:34px;margin-top:14px}._copy_r7r1e_64{width:min(520px,95%);margin-top:14px}._headerControls_r7r1e_69{width:min(430px,42%)}._select_r7r1e_73{height:42px;border-radius:8px}._headerControls_r7r1e_69>div{display:grid;grid-template-columns:1fr 132px 132px;gap:8px;margin-top:12px}._preset_r7r1e_85,._date_r7r1e_86{height:42px;border-radius:8px}._account_r7r1e_91{display:grid;grid-template-columns:54px 1fr auto;gap:16px;align-items:center;min-height:88px;margin-top:16px;padding:18px 22px;border-radius:8px;background:#0b2135}._avatar_r7r1e_103{width:54px;height:54px;border-radius:12px;background:#ffffff2e}._accountType_r7r1e_110{width:110px;height:8px;background:#ffffff38}._accountName_r7r1e_116{width:min(230px,65%);height:18px;margin-top:9px;background:#ffffff52}._accountDescription_r7r1e_123{width:min(440px,90%);height:9px;margin-top:9px;background:#ffffff2e}._status_r7r1e_130{width:82px;height:26px;border-radius:99px;background:#fff3}._sectionHeading_r7r1e_137{display:flex;align-items:flex-end;justify-content:space-between;margin:26px 0 14px}._sectionKicker_r7r1e_144{width:130px;height:8px}._sectionTitle_r7r1e_149,._sectionTitleShort_r7r1e_150{width:320px;height:22px;margin-top:9px}._sectionTitleShort_r7r1e_150{width:230px}._range_r7r1e_160{width:160px;height:10px}._metrics_r7r1e_165{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}._metric_r7r1e_165{min-height:125px;padding:16px;border:1px solid #d4dae0;border-radius:8px;background:#fff}._metricLabel_r7r1e_179{width:58%}._metricValue_r7r1e_183{width:42%;height:25px;margin-top:15px}._metricMeta_r7r1e_189{width:68%;height:9px;margin-top:25px}._chart_r7r1e_195{min-height:300px;margin-top:12px;padding:20px;border:1px solid #d4dae0;border-radius:8px;background:#fff}._chart_r7r1e_195>div:first-child{display:flex;align-items:center;gap:14px}._chartLabel_r7r1e_210{width:120px}._chartValue_r7r1e_214{width:70px;height:20px}._chartLines_r7r1e_219{position:relative;height:210px;margin-top:24px;overflow:hidden}._chartLines_r7r1e_219 i{position:relative;display:block;height:1px;margin-top:40px;background:#ebeef1}._chartLines_r7r1e_219 b{position:absolute;right:2%;bottom:38px;left:2%;height:3px;border-radius:99px;background:#006aff3d;transform:rotate(-4deg)}._rows_r7r1e_245{overflow:hidden;border:1px solid #d4dae0;border-radius:8px;background:#fff}._row_r7r1e_245{display:grid;grid-template-columns:80px minmax(180px,1fr) 260px;gap:16px;align-items:center;padding:14px;border-bottom:1px solid #ebeef1}._row_r7r1e_245:last-child{border-bottom:0}._thumbnail_r7r1e_264{width:80px;height:64px;border-radius:8px}._rowTitle_r7r1e_270{width:65%}._rowMeta_r7r1e_274{width:35%;height:9px;margin-top:10px}._rowMetrics_r7r1e_280{display:flex;justify-content:flex-end;gap:16px}._rowMetrics_r7r1e_280 ._block_r7r1e_11{width:60px;height:28px}@media(max-width:980px){._header_r7r1e_38{flex-direction:column}._headerControls_r7r1e_69{width:100%}._metrics_r7r1e_165{grid-template-columns:repeat(2,minmax(0,1fr))}._row_r7r1e_245{grid-template-columns:64px 1fr}._rowMetrics_r7r1e_280{grid-column:1/-1;justify-content:flex-start;padding-left:80px}}@media(max-width:640px){._header_r7r1e_38{padding:20px}._headerControls_r7r1e_69>div,._metrics_r7r1e_165{grid-template-columns:1fr}._account_r7r1e_91{grid-template-columns:46px 1fr}._avatar_r7r1e_103{width:46px;height:46px}._status_r7r1e_130{grid-column:2}._sectionHeading_r7r1e_137{align-items:flex-start;flex-direction:column;gap:8px}._sectionTitle_r7r1e_149{width:min(280px,86vw)}._rowMetrics_r7r1e_280{padding-left:0}}@media(prefers-reduced-motion:reduce){._block_r7r1e_11:after{animation:none}}._picker_omzjq_1{color:#000}._heroHeader_omzjq_5{display:grid;grid-template-columns:minmax(15rem,1fr) minmax(17.5rem,24rem) auto;align-items:center;gap:2rem;margin:1.25rem 2.5rem 0;padding:1.6rem 1.75rem;border:1px solid #d7e2f1;border-radius:.875rem;background:#f3f7fc}._heroContent_omzjq_17{display:grid;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:.75rem;max-width:42rem}._heroContent_omzjq_17 h1{margin:0 0 .3rem;color:#0f172a;font-size:1.35rem;font-weight:700;line-height:1.3;letter-spacing:-.02em}._heroMark_omzjq_33{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#dfeafe;color:#1d4ed8}._heroSubtitle_omzjq_44{margin:0;color:#52647d;font-size:.875rem;line-height:1.45}._heroOverview_omzjq_51{display:flex;align-items:center;flex-shrink:0}._destinationStack_omzjq_57{display:flex;align-items:center;padding-left:.55rem}._destinationAvatar_omzjq_63,._destinationOverflow_omzjq_64{display:inline-flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;margin-left:-.55rem;overflow:visible;border:3px solid #f3f7fc;border-radius:50%;background:#fff}._destinationAvatar_omzjq_63>*,._destinationOverflow_omzjq_64>*{flex-shrink:0}._destinationAvatar_omzjq_63{padding:0;font:inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}._destinationAvatar_omzjq_63:hover{z-index:1;box-shadow:0 5px 12px #0f172a24;transform:translateY(-2px)}._destinationAvatar_omzjq_63:focus-visible{z-index:1;outline:2px solid #006AFF;outline-offset:2px}._destinationOverflow_omzjq_64{background:#1d4ed8;color:#fff;font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums}._heroStatusBadge_omzjq_106{display:inline-flex;align-items:center;padding:.4rem .7rem;border-radius:999px;background:#eef2f7;color:#52647d;font-size:.75rem;font-weight:600;flex-shrink:0}._selector_omzjq_118{padding:1.5rem 2.5rem 2.5rem}._toolbar_omzjq_122{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}._searchBox_omzjq_130{position:relative;flex:1;max-width:380px}._searchBox_omzjq_130 input{width:100%;height:2.55rem;padding:0 1rem 0 2.5rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0b2135;font:inherit;font-size:.84rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}._searchBox_omzjq_130 input:focus{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._heroSearch_omzjq_153{width:100%;max-width:none}._searchIcon_omzjq_158{position:absolute;top:50%;left:.95rem;width:1rem;height:1rem;color:#94a3b8;transform:translateY(-50%);pointer-events:none}._platformFilters_omzjq_169{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}._platformFilters_omzjq_169 button{display:inline-flex;align-items:center;gap:.45rem;height:2.55rem;padding:0 .95rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}._platformFilters_omzjq_169 button:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}._platformFilters_omzjq_169 button._active_omzjq_196{border-color:#0f172a;background:#0f172a;color:#fff}._platformFilters_omzjq_169 button._active_omzjq_196 ._filterCount_omzjq_201{background:#ffffff38;color:#fff}._filterCount_omzjq_201{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.72rem;font-weight:700;transition:all .15s ease}._accountGrid_omzjq_221{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}._accountCard_omzjq_227{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:.85rem;min-width:0;padding:1.05rem 1.15rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff;color:#000;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}._accountCard_omzjq_227:hover{border-color:#006aff;box-shadow:0 10px 24px #0f172a14;transform:translateY(-2px)}._accountCard_omzjq_227:hover ._accountName_omzjq_247{color:#006aff}._accountCard_omzjq_227:hover ._selectLabel_omzjq_250{background:#006aff;color:#fff}._accountCard_omzjq_227:hover ._arrowIcon_omzjq_254{transform:translate(2px)}._accountCopy_omzjq_258{display:flex;flex-direction:column;min-width:0;gap:.2rem}._accountName_omzjq_247{overflow:hidden;color:#0f172a;font-size:.95rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._accountMeta_omzjq_274{display:flex;gap:.35rem;overflow:hidden;color:#64748b;font-size:.75rem;white-space:nowrap}._accountMeta_omzjq_274 span+span{overflow:hidden;text-overflow:ellipsis}._selectLabel_omzjq_250{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:999px;background:#eff6ff;color:#006aff;font-size:.78rem;font-weight:700;white-space:nowrap;transition:background-color .15s ease,color .15s ease}._arrowIcon_omzjq_254{transition:transform .18s ease}._emptyState_omzjq_305{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;margin:1.75rem 2.5rem;padding:2rem;border:2px dashed #e2e8f0;border-radius:1rem;background:#f8fafc;text-align:center}._emptyState_omzjq_305 strong{color:#0f172a;font-size:1rem}._emptyState_omzjq_305 span,._emptyState_omzjq_305 small{max-width:450px;margin-top:.4rem;color:#64748b;font-size:.85rem;line-height:1.45}@media(max-width:1150px){._heroHeader_omzjq_5{grid-template-columns:minmax(0,1fr) auto;gap:1.25rem 2rem}._heroSearch_omzjq_153{grid-column:1/-1;grid-row:2}}@media(max-width:900px){._heroHeader_omzjq_5{margin:.75rem 1.5rem 0;padding:1.25rem 1.5rem;gap:1.25rem}._selector_omzjq_118{padding:1.25rem 1.5rem 2rem}}@media(max-width:680px){._heroHeader_omzjq_5{grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:1rem;padding:1.2rem}._heroOverview_omzjq_51{grid-column:1;grid-row:3;width:100%;align-items:flex-start;gap:1rem}._heroSearch_omzjq_153 input{height:2.75rem;font-size:1rem}._platformFilters_omzjq_169{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:.25rem;scrollbar-width:thin}._platformFilters_omzjq_169 button{flex:0 0 auto;min-height:2.75rem}._accountGrid_omzjq_221{grid-template-columns:1fr}._selectLabel_omzjq_250 span{display:none}._selectLabel_omzjq_250{padding:.55rem}}._container_1d2qd_1{min-height:100%;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif"}._header_1d2qd_7{display:flex;justify-content:space-between;gap:2rem;padding:2rem;border:1px solid #e0e5fd;border-radius:8px;background:#fff}._header_1d2qd_7 h1{margin:.2rem 0 .55rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.05;letter-spacing:-.035em}._kicker_1d2qd_24,._sectionHeading_1d2qd_25 p{margin:0;color:#006aff;font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._headerCopy_1d2qd_34{max-width:540px;margin:0;color:#586271;font-size:.92rem;line-height:1.55}._controls_1d2qd_42{display:flex;flex-direction:column;align-items:flex-end;gap:.8rem;min-width:430px}._controls_1d2qd_42 label span{display:block;margin-bottom:.3rem;color:#586271;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._controls_1d2qd_42 select{height:42px;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#0b2135;font-size:.84rem;font-weight:700;outline:none}._controls_1d2qd_42 select:focus{border-color:#006aff;box-shadow:0 0 0 3px #006aff1f}._accountControl_1d2qd_73{width:100%}._rangeControl_1d2qd_77{display:flex;align-items:flex-end;gap:.5rem;width:100%}._insightDateRange_1d2qd_84{height:42px}._applyRangeButton_1d2qd_88{height:42px;border:0;border-radius:8px;padding:0 .85rem;background:#006aff;color:#fff;font-size:.75rem;font-weight:800;white-space:nowrap;cursor:pointer}._applyRangeButton_1d2qd_88:disabled{cursor:not-allowed;opacity:.48}._rangeHint_1d2qd_105,._rangeError_1d2qd_106{align-self:flex-start;font-size:.7rem;font-weight:700}._rangeHint_1d2qd_105{color:#586271}._rangeError_1d2qd_106{color:#c83939}._rangeLoading_1d2qd_120{display:inline-flex;align-items:center;gap:.45rem;color:#006aff;font-size:.72rem;font-weight:800}._rangeLoading_1d2qd_120 i{width:7px;height:7px;border-radius:50%;background:#006aff;box-shadow:0 0 #006aff59;animation:_refreshPulse_1d2qd_1 1.4s ease-out infinite}._presets_1d2qd_137{display:flex;gap:.25rem;height:42px;padding:4px;border:1px solid #d4dae0;border-radius:8px;background:#f0f2f6}._presets_1d2qd_137 button{border:0;border-radius:7px;padding:0 .62rem;background:transparent;color:#586271;font-size:.72rem;font-weight:800;cursor:pointer}._presets_1d2qd_137 ._activePreset_1d2qd_156{background:#fff;color:#006aff;box-shadow:0 1px 5px #006aff24}._accountSummary_1d2qd_162{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding:1.15rem 1.35rem;border:1px solid rgba(11,33,53,.14);border-radius:8px;background:#0b2135;color:#fff}._accountIdentity_1d2qd_174{display:flex;align-items:center;gap:1rem}._accountIdentity_1d2qd_174 p{margin:0 0 .15rem;color:#aebbd0;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._accountIdentity_1d2qd_174 h2{margin:0;color:#fff;font-size:1.2rem}._accountIdentity_1d2qd_174>div>span{display:block;margin-top:.25rem;color:#d8dfeb;font-size:.8rem}._avatar_1d2qd_199{position:relative;display:grid;place-items:center;width:54px;height:54px;border-radius:12px;background:#dce9ff;color:#0b2135;font-size:1.4rem;font-weight:900}._avatar_1d2qd_199 img{width:100%;height:100%;border-radius:inherit;object-fit:cover}._avatar_1d2qd_199 i{position:absolute;right:-7px;bottom:-7px;display:grid;place-items:center;width:27px;height:27px;border:3px solid #0b2135;border-radius:50%;background:#fff}._syncStatus_1d2qd_230{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}._syncStatus_1d2qd_230>span{border-radius:99px;padding:.3rem .65rem;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}._syncStatus_1d2qd_230 small{color:#aebbd0}._ready_1d2qd_248{background:#d4f7df;color:#176b34}._partial_1d2qd_253{background:#fff0bd;color:#7a5700}._unavailable_1d2qd_258{background:#ffd9d5;color:#8b2117}._warning_1d2qd_263,._errorState_1d2qd_264,._emptyPanel_1d2qd_265{margin-top:1rem;border:1px solid #f0d99b;border-radius:12px;padding:1rem 1.2rem;background:#fffaf0}._warning_1d2qd_263 strong,._warning_1d2qd_263 span,._warning_1d2qd_263 p,._errorState_1d2qd_264 strong,._errorState_1d2qd_264 span,._errorState_1d2qd_264 p,._emptyPanel_1d2qd_265 strong,._emptyPanel_1d2qd_265 span,._emptyPanel_1d2qd_265 p{display:block}._warning_1d2qd_263 span,._warning_1d2qd_263 p,._errorState_1d2qd_264 span,._errorState_1d2qd_264 p,._emptyPanel_1d2qd_265 span,._emptyPanel_1d2qd_265 p{margin:.25rem 0 0;color:#6b6250;font-size:.82rem}._warningItem_1d2qd_294{margin-top:.65rem}._warningItem_1d2qd_294 b{color:#3f3a30}._warningItem_1d2qd_294 small,._warningItem_1d2qd_294 code{display:block;margin-top:.2rem;color:#776b54;font-size:.72rem}._warningItem_1d2qd_294 code{overflow-wrap:anywhere}._notes_1d2qd_311{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}._notes_1d2qd_311 span{border:1px solid #e0e5fd;border-radius:8px;padding:.5rem .7rem;background:#f9fbfd;color:#586271;font-size:.7rem;line-height:1.35}._metricsSection_1d2qd_327,._dimensionSection_1d2qd_328,._contentSection_1d2qd_329{margin-top:1.6rem}._sectionHeading_1d2qd_25{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}._sectionHeading_1d2qd_25 h2{margin:.15rem 0 0;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}._sectionHeading_1d2qd_25>span{color:#586271;font-size:.78rem;font-weight:700}._metricGrid_1d2qd_352{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:.65rem}._metricCard_1d2qd_358,._metricCardActive_1d2qd_359{display:flex;flex-direction:column;align-items:flex-start;min-height:125px;border:1px solid #d4dae0;border-radius:8px;padding:1rem;background:#fff;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}._metricCard_1d2qd_358:hover,._metricCardActive_1d2qd_359:hover{transform:translateY(-2px);border-color:#006aff}._metricCard_1d2qd_358 span,._metricCardActive_1d2qd_359 span{min-height:32px;color:#586271;font-size:.74rem;font-weight:800}._metricCard_1d2qd_358 strong,._metricCardActive_1d2qd_359 strong{margin-top:.3rem;color:#0b2135;font-size:1.65rem}._metricCard_1d2qd_358 small,._metricCardActive_1d2qd_359 small{margin-top:auto;color:#586271;font-size:.67rem}._metricCardActive_1d2qd_359{border-color:#006aff;box-shadow:inset 0 -4px #006aff,0 8px 24px #006aff1a}._metricToggle_1d2qd_402{display:block;margin:.75rem auto 0;border:0;padding:.35rem .5rem;background:transparent;color:#006aff;font-size:.75rem;font-weight:800;text-decoration:underline;cursor:pointer}._metricToggle_1d2qd_402:focus-visible{border-radius:4px;outline:2px solid #006AFF;outline-offset:2px}._chartPanel_1d2qd_420{margin-top:.75rem;border:1px solid #d4dae0;border-radius:8px;padding:1.2rem;background:#fff}._chartPanel_1d2qd_420>div:first-child{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1rem}._chartPanel_1d2qd_420>div:first-child p{margin:0;color:#586271;font-size:.78rem;font-weight:800}._chartPanel_1d2qd_420>div:first-child strong{font-size:1.45rem;font-weight:800}._noSeries_1d2qd_444{display:grid;place-items:center;min-height:160px;border-radius:10px;background:#f0f2f6;color:#586271;font-size:.82rem}._breakdownSection_1d2qd_454{margin-top:.75rem;border:1px solid #d4dae0;border-radius:8px;padding:1rem;background:#f0f2f6}._breakdownSection_1d2qd_454>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._breakdownSection_1d2qd_454>div:first-child p{margin:0;color:#0b2135;font-size:.85rem;font-weight:900}._breakdownSection_1d2qd_454>div:first-child span{color:#586271;font-size:.7rem}._breakdownGrid_1d2qd_479{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:.75rem}._breakdownCard_1d2qd_485{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;border:1px solid #d4dae0;border-radius:8px;padding:.75rem;background:#fff}._singleBreakdownCard_1d2qd_495{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #d4dae0;border-radius:8px;padding:1rem;background:#fff}._singleBreakdownCard_1d2qd_495>div:first-child{min-width:0}._singleBreakdownCard_1d2qd_495>div:first-child>span{color:#006aff;font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}._singleBreakdownCard_1d2qd_495>div:first-child h3{margin:.25rem 0;color:#0b2135;font-size:.9rem}._singleBreakdownCard_1d2qd_495>div:first-child p{margin:0;color:#586271;font-size:.7rem;line-height:1.4}._singleBreakdownCard_1d2qd_495>div:last-child{display:grid;justify-items:end;flex:0 0 auto}._singleBreakdownCard_1d2qd_495>div:last-child strong{color:#006aff;font-size:1.5rem;line-height:1}._singleBreakdownCard_1d2qd_495>div:last-child span{margin-top:.25rem;color:#0b2135;font-size:.75rem;font-weight:900}._singleBreakdownCard_1d2qd_495>div:last-child small{margin-top:.15rem;color:#586271;font-size:.65rem}._singleBreakdownCard_1d2qd_495>div:last-child ._breakdownNote_1d2qd_547{color:#586271;font-size:.6rem;font-style:italic}._breakdownChart_1d2qd_553{position:relative}._breakdownChart_1d2qd_553>div:last-child{position:absolute;top:50%;left:50%;display:grid;place-items:center;transform:translate(-50%,-50%);pointer-events:none}._breakdownChart_1d2qd_553>div:last-child strong{color:#0b2135;font-size:.92rem}._breakdownChart_1d2qd_553>div:last-child span{color:#586271;font-size:.58rem;font-weight:800;text-transform:uppercase}._breakdownLegend_1d2qd_576{min-width:0}._breakdownLegend_1d2qd_576 h3{margin:0 0 .55rem;color:#0b2135;font-size:.85rem}._breakdownLegend_1d2qd_576>div{display:grid;grid-template-columns:8px minmax(0,1fr) auto 46px;gap:.45rem;align-items:center;padding:.25rem 0;font-size:.68rem}._breakdownLegend_1d2qd_576>div i{width:8px;height:8px;border-radius:2px}._breakdownLegend_1d2qd_576>div span{overflow:hidden;color:#222;text-overflow:ellipsis;white-space:nowrap}._breakdownLegend_1d2qd_576>div b{color:#0b2135}._breakdownLegend_1d2qd_576>div em{color:#586271;font-style:normal;text-align:right}._dimensionGrid_1d2qd_612{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}._dimensionCard_1d2qd_618{border:1px solid #d4dae0;border-radius:8px;padding:1rem;background:#fff}._dimensionCard_1d2qd_618>header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #ebeef1}._dimensionCard_1d2qd_618>header h3{margin:0;font-size:1rem;font-weight:800}._dimensionCard_1d2qd_618>header span{border-radius:99px;padding:.25rem .5rem;background:#006aff14;color:#26305d;font-size:.65rem;font-weight:800}._dimensionGroup_1d2qd_646{margin-top:.75rem}._dimensionGroup_1d2qd_646>strong{display:block;margin-bottom:.35rem;color:#586271;font-size:.7rem;text-transform:uppercase}._dimensionGroup_1d2qd_646>small{display:block;margin-top:.4rem;color:#586271;font-size:.68rem}._dimensionItem_1d2qd_663{padding:.36rem 0}._dimensionItem_1d2qd_663>div{display:grid;grid-template-columns:minmax(0,1fr) auto 48px;gap:.5rem;align-items:center;color:#222;font-size:.76rem}._dimensionItem_1d2qd_663>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dimensionItem_1d2qd_663>div em{color:#586271;font-size:.66rem;font-style:normal;text-align:right}._dimensionBar_1d2qd_686{display:block;height:4px;margin-top:.25rem;overflow:hidden;border-radius:99px;background:#ebeef1}._dimensionBar_1d2qd_686 i{display:block;height:100%;border-radius:inherit;background:#006aff}._typeFilters_1d2qd_701{display:flex;flex-wrap:wrap;gap:.35rem}._typeFilters_1d2qd_701 button{border:1px solid #d4dae0;border-radius:99px;padding:.4rem .75rem;background:#fff;color:#586271;font-size:.7rem;font-weight:800;text-transform:capitalize;cursor:pointer}._typeFilters_1d2qd_701 ._activeType_1d2qd_717{border-color:#006aff;background:#006aff;color:#fff}._contentCount_1d2qd_723{border:1px solid rgba(0,106,255,.2);border-radius:99px;padding:.4rem .75rem;background:#006aff12;color:#006aff;font-size:.7rem;font-weight:800;text-transform:capitalize}._contentList_1d2qd_734{display:flex;flex-direction:column;gap:8px}._contentRow_1d2qd_740{width:100%;display:grid;grid-template-columns:82px minmax(220px,1fr) minmax(300px,auto) 64px;gap:1rem;align-items:center;border:1px solid #f4f5f6;border-radius:8px;padding:.75rem .9rem;background:#fff;color:#000;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}._contentRow_1d2qd_740:hover,._contentRow_1d2qd_740:focus-visible{background:#f8fbff;border-color:#006aff73;transform:translateY(-1px);outline:none}._thumbnail_1d2qd_763{display:grid;place-items:center;width:82px;height:72px;overflow:hidden;border-radius:9px;background:#f0f2f6;color:#586271;font-size:.68rem}._thumbnail_1d2qd_763 img{width:100%;height:100%;object-fit:cover}._contentCopy_1d2qd_780{display:block;min-width:0}._contentCopy_1d2qd_780>span{display:flex;gap:.5rem;color:#586271;font-size:.68rem;text-transform:capitalize}._contentCopy_1d2qd_780>strong{display:block;overflow:hidden;margin:.3rem 0;color:#222;font-size:.82rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._contentCopy_1d2qd_780>small{color:#006aff;font-size:.68rem;font-weight:800}._contentMetrics_1d2qd_807{display:grid;grid-template-columns:repeat(4,minmax(62px,auto));justify-content:end;gap:.75rem}._contentMetrics_1d2qd_807 span{min-width:62px;padding:.45rem .55rem;border-radius:8px;text-align:right}._contentMetrics_1d2qd_807 small,._contentMetrics_1d2qd_807 strong{display:block}._contentMetrics_1d2qd_807 small{color:#586271;font-size:.62rem}._contentMetrics_1d2qd_807 strong{margin-top:.15rem;font-size:.82rem;color:#0b2135}._contentMetrics_1d2qd_807 em{max-width:260px;color:#586271;font-size:.72rem}._viewsMetric_1d2qd_838{min-width:76px!important}._viewsMetric_1d2qd_838 strong{color:#006aff;font-size:.95rem!important}._detailToggle_1d2qd_846{justify-self:end;color:#006aff;font-size:.68rem;font-weight:900}._errorState_1d2qd_264{display:grid;place-items:center;min-height:260px;margin-top:1rem;text-align:center}._errorState_1d2qd_264 button{margin-top:.8rem;border:0;border-radius:8px;padding:.65rem 1rem;background:#006aff;color:#fff;font-weight:800;cursor:pointer}._refreshing_1d2qd_872{position:relative}._refreshStatus_1d2qd_876{position:sticky;top:8px;z-index:20;display:flex;align-items:center;width:fit-content;margin:12px 0 -2px auto;padding:7px 11px;border:1px solid rgba(0,106,255,.2);border-radius:99px;background:#fffffff5;box-shadow:0 1px 4px #00000029;color:#006aff;font-size:.72rem;font-weight:800}._refreshStatus_1d2qd_876 i{width:7px;height:7px;margin-right:7px;border-radius:50%;background:#006aff;box-shadow:0 0 #006aff59;animation:_refreshPulse_1d2qd_1 1.4s ease-out infinite}@keyframes _refreshPulse_1d2qd_1{70%{box-shadow:0 0 0 6px #006aff00}to{box-shadow:0 0 #006aff00}}@media(prefers-reduced-motion:reduce){._refreshStatus_1d2qd_876 i,._rangeLoading_1d2qd_120 i{animation:none}}@media(max-width:980px){._header_1d2qd_7{flex-direction:column}._controls_1d2qd_42{align-items:stretch;min-width:0}._contentRow_1d2qd_740{grid-template-columns:72px minmax(0,1fr) auto}._thumbnail_1d2qd_763{grid-row:1/span 2}._contentMetrics_1d2qd_807{grid-column:2/-1;justify-content:flex-start;padding-left:0}._detailToggle_1d2qd_846{grid-column:3;grid-row:1}}@media(max-width:640px){._header_1d2qd_7{padding:1.25rem}._rangeControl_1d2qd_77{flex-wrap:wrap}._rangeControl_1d2qd_77 label{flex:1}._rangeControl_1d2qd_77 input{width:100%}._accountSummary_1d2qd_162,._sectionHeading_1d2qd_25{align-items:flex-start;flex-direction:column}._syncStatus_1d2qd_230{align-items:flex-start}._contentRow_1d2qd_740{grid-template-columns:58px 1fr}._thumbnail_1d2qd_763{width:58px;height:58px}._contentMetrics_1d2qd_807{grid-column:1/-1;overflow-x:auto;padding-left:0}._detailToggle_1d2qd_846{display:none}._breakdownSection_1d2qd_454>div:first-child{align-items:flex-start;flex-direction:column}._breakdownGrid_1d2qd_479{grid-template-columns:1fr}._breakdownCard_1d2qd_485{grid-template-columns:140px minmax(0,1fr)}}._card_n9jg4_1{display:flex;gap:1.25rem;padding:1.25rem;background:#fff;border:1px solid #e0e5fd;border-radius:8px;cursor:pointer;transition:all .1s ease-in-out 0s}._card_n9jg4_1:hover{border-color:#006aff;transform:translateY(-2px)}._card_n9jg4_1:focus-visible{outline:3px solid rgba(0,106,255,.2);outline-offset:2px}._thumbnail_n9jg4_20{width:90px;height:90px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f4f5f6;border:1px solid #e0e5fd}._thumbImg_n9jg4_30{width:100%;height:100%;object-fit:cover}._thumbPlaceholder_n9jg4_36{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f4f5f6;color:#525f7f}._thumbPlaceholder_n9jg4_36 svg{width:24px;height:24px}._content_n9jg4_50{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}._meta_n9jg4_58{display:flex;align-items:center;justify-content:space-between;gap:1rem}._platformIcons_n9jg4_65{display:flex;gap:.25rem}._text_n9jg4_70{font-size:.875rem;color:#000;margin:0;line-height:1.6;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._footer_n9jg4_83{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#525f7f;margin-top:auto}._submitter_n9jg4_92{font-weight:600;color:#051146}._commentsSection_3pjep_1{display:flex;flex-direction:column;height:620px;max-height:85vh;border:1px solid #ebeef1;border-radius:12px;background:#fff;overflow:hidden}._composer_3pjep_12{position:relative;padding:10px 12px 12px;background:#fff;border-top:1px solid #ebeef1}._replyContext_3pjep_19{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;margin-bottom:10px;border:1px solid #dbe5f0;border-radius:8px;background:#f8fafc;color:#000;font-size:12px}._replyContext_3pjep_19>div{min-width:0;flex:1}._replyContext_3pjep_19>div span{display:block}._replyContext_3pjep_19>div p{overflow:hidden;margin:3px 0 0;color:#525f7f;text-overflow:ellipsis;white-space:nowrap}._replyContext_3pjep_19>button{width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:#525f7f;cursor:pointer;font-size:18px;line-height:1}._replyContext_3pjep_19>button:hover{background:transparent;color:#000}._composerFooter_3pjep_63{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}._composerFooter_3pjep_63>span{color:#586271;font-size:11px}._mentionHint_3pjep_75{margin:8px 4px 0;color:#64748b;font-size:11px;line-height:1.35}._composerBox_3pjep_82{box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:4px;width:100%;min-width:0;min-height:48px;padding:6px 8px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;cursor:text;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}._composerBox_3pjep_82:hover{border-color:#94a3b8}._composerBox_3pjep_82:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1f}._mentionsControl_3pjep_107{position:relative!important;box-sizing:border-box;display:block;width:100%;min-width:0;height:32px;min-height:32px;border:0!important;background:transparent!important;box-shadow:none!important;outline:none!important;overflow:visible!important;color:#000;font-size:14px;line-height:32px}._mentionsHighlighter_3pjep_125,._mentionsTextarea_3pjep_126{box-sizing:border-box;display:block;width:100%!important;max-width:100%!important;height:32px!important;min-height:32px!important;margin:0!important;padding:0 6px!important;border:0!important;outline:0!important;font:inherit!important;font-size:14px!important;line-height:32px!important;white-space:pre!important}._mentionsHighlighter_3pjep_125{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0;overflow:hidden!important;pointer-events:none}._mentionsTextarea_3pjep_126{position:static!important;top:auto!important;left:auto!important;z-index:1;overflow-x:auto!important;overflow-y:hidden!important;background:transparent}._mentionsTextarea_3pjep_126::placeholder{color:#94a3b8;opacity:1}._mention_3pjep_75{border-radius:3px;background:#006aff1f;color:#006aff;font-weight:700}._toolbarTools_3pjep_172{display:flex;flex:0 0 auto;align-items:center;gap:4px}._toolbarTools_3pjep_172 ._toolBtn_3pjep_178{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:#64748b;cursor:pointer;font-size:14px;font-weight:700;transition:all .15s ease}._toolbarTools_3pjep_172 ._toolBtn_3pjep_178 svg{display:block;color:inherit}._toolbarTools_3pjep_172 ._toolBtn_3pjep_178:hover:not(:disabled),._toolbarTools_3pjep_172 ._toolBtn_3pjep_178:focus-visible:not(:disabled){background:#eff6ff;color:#2563eb;outline:none}._toolbarTools_3pjep_172 ._toolBtn_3pjep_178:focus-visible{box-shadow:0 0 0 2px #2563eb33}._toolbarTools_3pjep_172 ._toolBtn_3pjep_178:disabled{cursor:not-allowed;opacity:.35}._characterCount_3pjep_211{flex:0 0 auto;color:#94a3b8;font-size:11px;font-weight:500;line-height:1;-webkit-user-select:none;user-select:none}._mentionSuggestions_3pjep_220{z-index:20!important;overflow:hidden;border:1px solid #ebeef1;border-radius:6px;background:#fff;box-shadow:0 4px 8px #0000001a}._mentionSuggestionsList_3pjep_229{max-height:220px;overflow-y:auto;padding:6px}._mentionSuggestion_3pjep_220{border-radius:6px;cursor:pointer}._mentionSuggestion_3pjep_220:hover,._mentionSuggestionFocused_3pjep_243{background:#006aff12}._mentionSuggestionContent_3pjep_247{display:block;padding:8px 10px}._mentionSuggestionContent_3pjep_247>span{display:flex;min-width:0;flex-direction:column}._mentionSuggestionContent_3pjep_247>span strong{overflow:hidden;color:#000;font-size:13px;text-overflow:ellipsis;white-space:nowrap}._mentionSuggestionContent_3pjep_247>span small{margin-top:1px;color:#586271;font-size:11px;text-transform:capitalize}._emojiPicker_3pjep_270{max-width:calc(100vw - 32px);overflow:hidden;border-radius:10px}._commentList_3pjep_276{display:flex;flex-direction:column;gap:14px;flex:1;padding:16px;overflow-y:auto}._thread_3pjep_285{display:flex;flex-direction:column;gap:8px}._replies_3pjep_291{display:flex;flex-direction:column;gap:8px;padding-left:20px;border-left:1px solid #e2e8f0}._commentWrapper_3pjep_299{display:flex;gap:0;min-width:0;width:100%}._commentContent_3pjep_306{display:flex;flex-direction:column;gap:4px;max-width:min(82%,520px);min-width:0;position:relative;padding-bottom:0}._messageTime_3pjep_316{display:none}._ownComment_3pjep_320{flex-direction:row-reverse}._ownComment_3pjep_320 ._commentContent_3pjep_306{align-items:flex-end}._ownComment_3pjep_320 ._author_3pjep_326{flex-direction:row-reverse}._ownComment_3pjep_320 ._author_3pjep_326 strong{display:none}._ownComment_3pjep_320 ._messageTime_3pjep_316{right:0}._ownComment_3pjep_320 ._commentBubble_3pjep_335{background:#006aff;border:0;border-radius:12px 12px 4px}._ownComment_3pjep_320 ._commentBubble_3pjep_335 ._commentText_3pjep_340,._ownComment_3pjep_320 ._commentBubble_3pjep_335 ._deletedComment_3pjep_341{color:#fff}._ownComment_3pjep_320 ._commentBubble_3pjep_335 ._inlineMention_3pjep_344{color:#fff;text-decoration:underline}._ownComment_3pjep_320 ._commentBubble_3pjep_335 ._replyReference_3pjep_348{border-color:#ffffff47;background:#ffffff1f}._ownComment_3pjep_320 ._commentBubble_3pjep_335 ._replyReference_3pjep_348 strong,._ownComment_3pjep_320 ._commentBubble_3pjep_335 ._replyReference_3pjep_348 span{color:#fff}._otherComment_3pjep_357 ._messageTime_3pjep_316{left:0}._otherComment_3pjep_357 ._commentBubble_3pjep_335{background:#fff;border:1px solid #e2e8f0;border-radius:12px 12px 12px 4px}._commentBubble_3pjep_335{box-sizing:border-box;max-width:100%;overflow-wrap:anywhere;padding:10px 14px;position:relative}._inlineEditInput_3pjep_374{width:100%;min-width:0;margin:0!important}._inlineEditInput_3pjep_374>div{box-sizing:border-box;width:100%;min-height:0;border:0;background:transparent;box-shadow:none;padding:0}._inlineEditInput_3pjep_374>div:focus-within{border-color:transparent;box-shadow:none}._editInputShell_3pjep_393{position:relative;box-sizing:border-box;width:100%;min-width:0;padding:8px 10px 25px;border:1px solid #bfdbfe;border-radius:8px;background:#fff;overflow:hidden}._editTextarea_3pjep_405{display:block;box-sizing:border-box;width:100%;min-height:62px!important;padding:0!important;color:#000;line-height:1.45!important;resize:vertical;overflow-wrap:anywhere}._editCharacterCount_3pjep_417{position:absolute;right:10px;bottom:7px;color:#586271;font-size:10px;line-height:1;pointer-events:none}._author_3pjep_326{display:flex;align-items:baseline;gap:6px;min-width:0}._author_3pjep_326 strong{overflow:hidden;color:#0b2135;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._author_3pjep_326 time{color:#586271;font-size:11px}._inlineMention_3pjep_344{color:#006aff;font-weight:700}._replyReference_3pjep_348{display:flex;min-width:0;flex-direction:column;gap:2px;padding:6px 8px;margin-bottom:8px;border:1px solid rgba(82,95,127,.16);border-radius:4px;background:#ffffff80;font-size:11px}._replyReference_3pjep_348 strong{color:#006aff}._replyReference_3pjep_348 span{overflow:hidden;color:#586271;text-overflow:ellipsis;white-space:nowrap}._commentText_3pjep_340,._deletedComment_3pjep_341{margin:0;color:#000;font-size:13px;line-height:1.5;white-space:pre-wrap}._deletedComment_3pjep_341{color:#586271;font-style:italic}._commentTarget_3pjep_487{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}._commentTarget_3pjep_487 span{padding:3px 8px;border-radius:4px;background:#f9fbfd;color:#525f7f;font-size:11px;text-transform:capitalize}._commentTarget_3pjep_487 button{padding:0;border:0;background:transparent;color:#006aff;cursor:pointer;font-size:12px;font-weight:600}._commentTarget_3pjep_487 button:hover{text-decoration:underline}._commentActions_3pjep_515{display:flex;flex-wrap:wrap;gap:10px;margin-top:3px;padding:0 4px;opacity:0;transition:opacity .15s ease}._commentWrapper_3pjep_299:hover ._commentActions_3pjep_515,._commentWrapper_3pjep_299:focus-within ._commentActions_3pjep_515{opacity:1}._actionLink_3pjep_530{padding:0;border:0;background:transparent;color:#586271;cursor:pointer;font-size:11px;font-weight:600;transition:color .15s ease}._actionLink_3pjep_530:hover{color:#006aff;text-decoration:none}._dangerLink_3pjep_545:hover{color:#fd5458;text-decoration:underline}._editForm_3pjep_550{width:100%;min-width:0;margin:0}._editActions_3pjep_556{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:8px}._editActions_3pjep_556 button{min-height:34px;padding:7px 12px;border-radius:8px;box-shadow:none}._sendButton_3pjep_570{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;min-width:32px;height:32px!important;padding:0!important;border:1px solid #2563eb!important;border-radius:8px!important;background:#2563eb!important;color:#fff!important;cursor:pointer;box-shadow:none!important;transition:background .15s ease,border-color .15s ease,opacity .15s ease}._sendButton_3pjep_570 svg{display:block;width:14px;height:14px;fill:currentColor}._sendButton_3pjep_570:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important;box-shadow:0 2px 6px #2563eb33}._sendButton_3pjep_570:active:not(:disabled){border-color:#1e40af!important;background:#1e40af!important}._sendButton_3pjep_570:focus-visible{outline:0;box-shadow:0 0 0 2px #2563eb4d}._sendButton_3pjep_570:disabled,._sendButton_3pjep_570._inactive_3pjep_607{border-color:#e2e8f0!important;background:#f1f5f9!important;color:#94a3b8!important;cursor:not-allowed!important;opacity:1!important;box-shadow:none!important}._sendButton_3pjep_570:disabled svg,._sendButton_3pjep_570._inactive_3pjep_607 svg{opacity:.6}._srOnly_3pjep_619{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._emptyState_3pjep_631{padding:24px 8px;color:#586271;text-align:center}._emptyState_3pjep_631 strong{color:#0b2135;font-size:14px}._emptyState_3pjep_631 p{margin:6px 0 0;font-size:13px;line-height:1.45}@media(max-width:640px){._commentsSection_3pjep_1{height:500px;max-height:80vh}._composerFooter_3pjep_63{align-items:stretch;flex-direction:column}._composerFooter_3pjep_63>button{width:100%}._replies_3pjep_291{padding-left:24px}._replies_3pjep_291:before{left:8px}._commentContent_3pjep_306{max-width:84%}._commentActions_3pjep_515{opacity:1}._composerFooter_3pjep_63>span{display:none}}._compact_3pjep_674{height:480px;max-height:calc(100vh - 32px)}._compactEmpty_3pjep_679{height:360px}._drawer_3pjep_683{height:100%;max-height:none;border:0;border-radius:0;background:#f8fafc}._drawer_3pjep_683 ._commentList_3pjep_276{gap:20px;padding:24px;background:#f8fafc}._drawer_3pjep_683 ._thread_3pjep_285{position:relative;z-index:1}._drawer_3pjep_683 ._commentContent_3pjep_306{max-width:90%;gap:6px}._drawer_3pjep_683 ._author_3pjep_326 strong{color:#0f2742}._drawer_3pjep_683 ._author_3pjep_326 time,._drawer_3pjep_683 ._activityTime_3pjep_707{color:#64748b}._drawer_3pjep_683 ._ownComment_3pjep_320 ._commentBubble_3pjep_335{border-radius:12px 12px 4px;background:#2563eb}._drawer_3pjep_683 ._otherComment_3pjep_357 ._commentBubble_3pjep_335{border:1px solid #e2e8f0;border-radius:12px 12px 12px 4px;background:#fff}._drawer_3pjep_683 ._commentBubble_3pjep_335{padding:11px 14px;box-shadow:none}._drawer_3pjep_683 ._composer_3pjep_12{padding:16px 20px 18px;border-top:1px solid #e2e8f0;background:#fff;box-shadow:0 -4px 12px #0f27420f}._drawer_3pjep_683 ._composerFooter_3pjep_63{margin-top:10px}._drawer_3pjep_683 ._composerFooter_3pjep_63>span,._drawer_3pjep_683 ._mentionHint_3pjep_75{color:#64748b}._drawer_3pjep_683 ._composerFooter_3pjep_63>span{display:none}._drawer_3pjep_683 ._composerFooter_3pjep_63 button{min-width:92px;background:#2563eb!important;color:#fff!important}._drawer_3pjep_683 ._composerFooter_3pjep_63 button:hover:not(:disabled){background:#1d4ed8!important;color:#fff!important}._drawer_3pjep_683 ._emptyState_3pjep_631{display:grid;min-height:240px;align-content:center}@media(max-width:640px){._drawer_3pjep_683{height:100dvh}._drawer_3pjep_683 ._commentList_3pjep_276{gap:16px;padding:16px}._drawer_3pjep_683 ._composer_3pjep_12{padding:12px 12px calc(12px + env(safe-area-inset-bottom))}._drawer_3pjep_683 ._commentContent_3pjep_306{max-width:90%}}._detail_10ocv_1{display:flex;flex-direction:column;gap:1.25rem;width:100%}._title_10ocv_8{font-size:1.125rem;font-weight:700;color:#000;margin:0}._preview_10ocv_15{background:#f4f5f6;border-radius:8px;padding:1.25rem;border:1px solid #e0e5fd}._unifiedPreview_10ocv_22{border-radius:8px;overflow:hidden;border:1px solid #e0e5fd;background:#fff}._postContent_10ocv_29{font-size:.875rem;color:#000;margin:0 0 1rem;line-height:1.6;white-space:pre-wrap;font-weight:500}._mediaGallery_10ocv_38{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}._mediaItem_10ocv_44{width:100%;border-radius:8px;object-fit:cover;aspect-ratio:1;box-shadow:0 1px 4px #00000029;border:1px solid #e0e5fd}._infoRow_10ocv_53{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.25rem;background:#f4f5f6;border-radius:8px;border:1px solid #e0e5fd}._infoItem_10ocv_63{display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;color:#000}._infoLabel_10ocv_71{font-size:.75rem;font-weight:700;color:#525f7f;text-transform:uppercase;letter-spacing:.5px}._platformList_10ocv_79{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._actions_10ocv_86{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #e0e5fd}._actionForm_10ocv_95{width:100%;display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:#f4f5f6;border-radius:8px;border:1px solid #e0e5fd}._actionButtons_10ocv_106{display:flex;gap:.75rem}._deadlineLabel_10ocv_111{font-size:.8125rem;font-weight:700;color:#000;margin:0}._deadlinePresets_10ocv_118{display:flex;gap:.5rem;flex-wrap:wrap}._deadlineCustom_10ocv_124{display:flex;align-items:center;gap:.75rem}@media(max-width:600px){._deadlineCustom_10ocv_124{flex-direction:column;align-items:stretch}}._dateInput_10ocv_136{flex:1;padding:.625rem .75rem;border:1px solid #e0e5fd;border-radius:8px;font-size:.875rem;font-family:inherit;color:#000;background:#fff;transition:all .1s ease-in-out 0s}._dateInput_10ocv_136:focus{outline:none;border-color:#006aff;box-shadow:0 0 0 3px #006aff1a}._historySection_10ocv_153{margin-top:1.25rem;padding:1.25rem;border:1px solid #e0e5fd;border-radius:8px}._historyTitle_10ocv_160{margin:0 0 .75rem;font-size:.875rem}._historyEmpty_10ocv_165{margin:0;color:#525f7f;font-size:.8125rem}._historyList_10ocv_171{display:flex;flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none}._historyItem_10ocv_180{display:grid;gap:.25rem;font-size:.8125rem}._historyItem_10ocv_180 span,._historyItem_10ocv_180 time{color:#525f7f}._previewTargetField_10ocv_190{display:grid;gap:6px;margin-bottom:12px;font-size:13px;font-weight:600}._previewTargetField_10ocv_190 select{min-height:40px;padding:0 12px;border:1px solid #d7dfeb;border-radius:8px;background:#fff}._requestSelector_10ocv_205{align-items:center;display:flex;gap:8px;margin-right:auto}._requestSelector_10ocv_205 span{color:#475569;font-size:13px;font-weight:600}._requestSelector_10ocv_205 select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;min-width:210px;padding:8px 28px 8px 10px}._container_9omj3_1{padding:0;max-width:100%;margin:0 auto}._pageHeader_9omj3_7{padding:1.5rem 0;border-bottom:1px solid #f4f5f6;margin-bottom:2rem}._headerTop_9omj3_13{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1.5rem}@media(max-width:930px){._headerTop_9omj3_13{flex-direction:column;align-items:stretch}}._headerInfo_9omj3_27{flex:1}._title_9omj3_31{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem}._description_9omj3_38{font-size:.875rem;color:#525f7f;margin:0}._headerActions_9omj3_44{min-width:300px}@media(max-width:930px){._headerActions_9omj3_44{min-width:100%}}._headerTabs_9omj3_53{border-bottom:1px solid #e0e5fd}._layoutWrapper_9omj3_57{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0}._mainContent_9omj3_64{width:100%}._approvalList_9omj3_68{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._paginationWrapper_9omj3_75{display:flex;justify-content:center;padding-top:1rem}._container_1ws3u_1,._content_1ws3u_7{display:flex;flex-direction:column;gap:30px}._settingGroup_1ws3u_13{display:flex;flex-direction:column;gap:8px}._label_1ws3u_19{display:block;font-weight:700;color:#0b2135;margin-bottom:2px}._description_1ws3u_26{color:#586271;margin-bottom:12px;line-height:1.5}._divider_1ws3u_32{height:1px;background-color:#ebeef1;margin:20px 0}._optionButtons_1ws3u_38{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;width:100%}._optionButtons_1ws3u_38 .tabsContainer,._optionButtons_1ws3u_38 .segmentedContainer{justify-content:flex-start!important}._container_1k4ux_1{display:flex;flex-direction:column;gap:32px}._settingGroup_1k4ux_7{display:flex;flex-direction:column}._label_1k4ux_12{font-weight:600;color:#0b2135;margin-bottom:4px}._description_1k4ux_18{color:#525f7f;margin-bottom:12px}._divider_1k4ux_23{height:1px;background-color:#f4f5f6;margin:16px 0}._wrapper_1lvhi_1{padding:24px}._header_1lvhi_5{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;border-bottom:1px solid #f4f5f6;padding-bottom:24px}._title_1lvhi_14{font-size:1.125rem;font-weight:700;color:#0b2135;margin:0}._addButton_1lvhi_21{display:flex;align-items:center;cursor:pointer}._addButton_1lvhi_21>svg{fill:#fff;height:12px;margin-right:10px;width:12px}._description_1lvhi_33{color:#586271;margin-top:4px}._guide_1lvhi_38{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:14px 16px;background:#f8fbff;border:1px solid #cfe1ff;border-radius:10px;margin-bottom:24px}._guide_1lvhi_38 ._guideIcon_1lvhi_49{box-sizing:border-box;width:36px;height:36px;padding:9px;color:#006aff;background:#e8f1ff;border-radius:8px}._guide_1lvhi_38 ._guideIcon_1lvhi_49 path{fill:currentColor}._guide_1lvhi_38 ._guideContent_1lvhi_61{display:flex;flex-direction:column;gap:4px;flex:1}._guide_1lvhi_38 ._guideTitle_1lvhi_67{font-size:.8125rem;font-weight:700;color:#0b2135;margin:0;line-height:1.35}._guide_1lvhi_38 ._guideText_1lvhi_74{color:#586271;font-size:.875rem;line-height:1.45;margin:0}._guide_1lvhi_38 ._guideText_1lvhi_74 code{background-color:#006aff14;color:#006aff;padding:1px 6px;border-radius:4px;font-weight:600}._emptyState_1lvhi_88{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}._emptyState_1lvhi_88 ._emptyIcon_1lvhi_96{width:64px;height:64px;color:#cbd5e1;margin-bottom:16px}._emptyState_1lvhi_88 ._emptyTitle_1lvhi_102{font-weight:600;color:#475569;margin-bottom:8px}._emptyState_1lvhi_88 ._emptyDescription_1lvhi_107{font-size:.75rem;color:#94a3b8;max-width:400px}._placeholderList_1lvhi_113{display:flex;flex-direction:column;gap:8px}._placeholderCard_1lvhi_119{display:grid;grid-template-columns:minmax(0,1fr) 56px;width:100%;min-height:60px;overflow:hidden;border:1px solid #d7dee7;border-radius:8px;background:#fff;transition:border-color .16s ease,background .16s ease}._placeholderCard_1lvhi_119:hover{border-color:#b8c4d3}._placeholderCard_1lvhi_119 ._contentSection_1lvhi_133{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px;min-width:0;padding:11px 16px;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}._placeholderCard_1lvhi_119 ._contentSection_1lvhi_133:hover{background:#f8fafc}._placeholderCard_1lvhi_119 ._contentSection_1lvhi_133:focus-visible{outline:2px solid #006AFF;outline-offset:-3px}._placeholderCard_1lvhi_119 ._cardTitle_1lvhi_154{max-width:100%;overflow:hidden;color:#0b2135;font-size:14px;font-weight:600;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}._placeholderCard_1lvhi_119 ._cardToken_1lvhi_164{max-width:100%;overflow:hidden;color:#586271;font-size:12px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}._actionsGroup_1lvhi_174{display:flex;align-items:stretch;border-left:1px solid #d7dee7}._actionBtn_1lvhi_180{display:flex;align-items:center;justify-content:center;width:100%;padding:0;border:0;border-radius:0;background:transparent;color:#475569;cursor:pointer;transition:background .16s ease,color .16s ease}._actionBtn_1lvhi_180:hover{background:#eff6ff;color:#006aff}._actionBtn_1lvhi_180:focus-visible{outline:2px solid #006AFF;outline-offset:-3px}._actionBtn_1lvhi_180 svg{width:20px;height:20px}@media(max-width:600px){._guide_1lvhi_38{padding:14px}._placeholderCard_1lvhi_119{grid-template-columns:minmax(0,1fr) 48px}}._editActions_1lvhi_214{display:flex;align-items:center;gap:8px}._editActions_1lvhi_214 input{flex:1;padding:6px 8px;font-size:.75rem;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;outline:none}._editActions_1lvhi_214 input:focus{border-color:#94a3b8}._editActions_1lvhi_214 ._saveBtn_1lvhi_231{padding:6px;background-color:#0f172a;color:#fff;border-radius:6px;border:none;cursor:pointer}._editActions_1lvhi_214 ._saveBtn_1lvhi_231:hover{background-color:#1e293b}._editActions_1lvhi_214 ._saveBtn_1lvhi_231 svg{width:14px;height:14px}._editActions_1lvhi_214 ._cancelBtn_1lvhi_246{padding:6px;background-color:#f1f5f9;color:#64748b;border-radius:6px;border:none;cursor:pointer}._editActions_1lvhi_214 ._cancelBtn_1lvhi_246:hover{background-color:#e2e8f0}._editActions_1lvhi_214 ._cancelBtn_1lvhi_246 svg{width:14px;height:14px}._cardDescription_1lvhi_262{font-size:.75rem;color:#94a3b8;margin-top:8px;line-height:1.5}._loading_1lvhi_269{display:flex;justify-content:center;padding:80px}._modalBody_1lvhi_275{padding:24px}._modalBody_1lvhi_275 ._fieldGroup_1lvhi_278{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}._modalBody_1lvhi_275 ._field_1lvhi_278{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}._modalBody_1lvhi_275 ._field_1lvhi_278 label{font-size:.75rem;font-weight:500;color:#475569}._modalBody_1lvhi_275 ._typeToggle_1lvhi_295{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}._modalBody_1lvhi_275 ._typeToggle_1lvhi_295 button{padding:8px;font-size:.875rem;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;color:#475569;cursor:pointer;transition:all .2s}._modalBody_1lvhi_275 ._typeToggle_1lvhi_295 button:hover{border-color:#cbd5e1}._modalBody_1lvhi_275 ._typeToggle_1lvhi_295 button._active_1lvhi_315._static_1lvhi_315{background-color:#0f172a;color:#fff;border-color:#0f172a}._modalBody_1lvhi_275 ._typeToggle_1lvhi_295 button._active_1lvhi_315._dynamic_1lvhi_320{background-color:#4f46e5;color:#fff;border-color:#4f46e5}._modalBody_1lvhi_275 ._infoBox_1lvhi_325{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;background-color:#f8fbff;border:1px solid #cfe1ff;border-radius:10px;margin-top:16px}._modalBody_1lvhi_275 ._infoBox_1lvhi_325 ._infoIcon_1lvhi_336{box-sizing:border-box;width:32px;height:32px;padding:8px;color:#006aff;background:#e8f1ff;border-radius:8px}._modalBody_1lvhi_275 ._infoBox_1lvhi_325 ._infoIcon_1lvhi_336 path{fill:currentColor}._modalBody_1lvhi_275 ._infoBox_1lvhi_325 ._infoText_1lvhi_348{min-width:0;margin:0;color:#0b2135;font-size:.8125rem;line-height:1.45}._modalBody_1lvhi_275 ._infoBox_1lvhi_325 ._infoText_1lvhi_348 code{margin-left:6px;padding:2px 6px;background-color:#e8f1ff;color:#006aff;border-radius:4px;font-weight:600}._modalFooter_1lvhi_364{padding:16px 24px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;width:100%}._modalFooter_1lvhi_364 ._footerRight_1lvhi_372{display:flex;align-items:center;gap:8px;margin-left:auto}._sideDrawer_1lvhi_379{border-radius:0;height:100vh;margin:0;max-height:100vh;width:600px;left:auto;right:0}._formulaSelect_1lvhi_390{width:100%}._formulaTrigger_1lvhi_394{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background-color:#fff;border:1px solid #d0d5dd;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:44px}._formulaTrigger_1lvhi_394:hover{border-color:#98a2b3;background-color:#f9fafb}._formulaTrigger_1lvhi_394 ._triggerValue_1lvhi_410{font-size:.875rem;font-weight:500;color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._formulaTrigger_1lvhi_394 ._triggerValue_1lvhi_410._placeholder_1lvhi_113{color:#667085;font-weight:400}._formulaTrigger_1lvhi_394 ._arrowIcon_1lvhi_422{color:#667085;flex-shrink:0;margin-left:8px}._customLabel_1lvhi_428{font-size:.75rem;font-weight:500;color:#475569;margin-bottom:4px}._container_me4hq_1{display:flex;flex-direction:column;gap:32px}._addSection_me4hq_7{max-width:520px}._sectionTitle_me4hq_11{font-size:13px;font-weight:700;color:#475569;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}._roleHelp_me4hq_20{margin:0 0 20px;color:#64748b;font-size:14px;line-height:1.55}._addField_me4hq_27{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._label_me4hq_34{font-size:13px;font-weight:600;color:#1e293b;margin:0}._addBtnWrapper_me4hq_41{margin-top:16px}._addBtnWrapper_me4hq_41 ._addBtn_me4hq_41{height:42px;padding:0 22px;border-radius:10px;font-weight:700;display:flex;align-items:center;gap:8px}._removeActionWrapper_me4hq_54{width:36px;height:36px}._removeActionWrapper_me4hq_54 ._removeBtn_me4hq_58{width:100%;height:100%;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center}._memberGrid_me4hq_68{display:flex;flex-direction:column;gap:12px}._memberCard_me4hq_74{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:12px;border:1px solid #f4f5f6;background-color:#f9fbfd;transition:all .2s}._memberCard_me4hq_74:hover{border-color:#e4e6eb;background-color:#fff}._memberInfo_me4hq_89{display:flex;flex-direction:column;gap:2px}._memberName_me4hq_95{font-weight:600;color:#0b2135;margin:0}._memberEmail_me4hq_101{font-size:12px;color:#586271;margin:0}._memberActions_me4hq_107{display:flex;align-items:center;gap:12px}._error_me4hq_113{margin:0;color:#fd5458;font-size:13px}._errorRow_me4hq_119{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}._loading_me4hq_127,._empty_me4hq_128{padding:32px;text-align:center;color:#525f7f;border:1px dashed #e4e6eb;border-radius:12px}._wrapper_5ryd5_1{display:flex;flex-direction:column;height:100%;min-width:0}._pageHeader_5ryd5_8{box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0 0;display:flex;flex-direction:column;gap:20px;min-width:0;width:100%}._headerTop_5ryd5_20{display:flex;justify-content:space-between;align-items:flex-start}._headerInfo_5ryd5_26 ._title_5ryd5_26{margin:0;font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._headerInfo_5ryd5_26 ._description_5ryd5_34{margin:6px 0 0;color:#64748b;font-size:14px;font-weight:500;line-height:1.5}._saveBtn_5ryd5_42{height:42px;padding:0 24px;border-radius:12px;font-weight:700}._navTabsBar_5ryd5_49{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:4px;min-width:0;width:100%;overflow:visible}._navTabBtn_5ryd5_60{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:12px 18px;background:transparent;border:none;cursor:pointer;color:#64748b;font-size:14px;font-weight:600;white-space:nowrap;transition:all .18s ease}._navTabBtn_5ryd5_60:hover,._navTabBtn_5ryd5_60:hover ._tabIcon_5ryd5_79{color:#0f172a}._navTabBtn_5ryd5_60._active_5ryd5_82{color:#006aff;font-weight:700}._navTabBtn_5ryd5_60._active_5ryd5_82 ._tabIcon_5ryd5_79{color:#006aff}._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79{display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:18px;line-height:0;color:#64748b;transition:color .18s ease}._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg{width:18px;height:18px;display:block;overflow:visible}._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg path,._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg rect,._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg circle,._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg g{transition:fill .18s ease,stroke .18s ease}._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg path[stroke],._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg rect[stroke],._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg circle[stroke]{stroke:currentColor!important}._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg path[fill]:not([fill=none]),._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg rect[fill]:not([fill=none]),._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg circle[fill]:not([fill=none]){fill:currentColor!important}._navTabBtn_5ryd5_60 ._tabIcon_5ryd5_79 svg path:not([fill=none]):not([stroke]){fill:currentColor!important}._navTabBtn_5ryd5_60 ._tabLabel_5ryd5_125{display:inline-flex;align-items:center;min-height:18px;line-height:18px}._navTabBtn_5ryd5_60 ._activeIndicator_5ryd5_131{position:absolute;bottom:0;left:0;right:0;height:3px;background:#006aff;border-radius:3px 3px 0 0}._contentWrapper_5ryd5_141{box-sizing:border-box;flex:1;display:flex;padding:1.75rem 0 2.5rem;min-width:0;width:100%}._tabBody_5ryd5_150{box-sizing:border-box;width:100%;min-width:0;background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:32px;min-height:500px;box-shadow:0 1px 3px #00000005}._loading_5ryd5_162{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px}._errorState_5ryd5_170{margin:auto;max-width:420px;padding:32px;text-align:center}._errorState_5ryd5_170 h1{margin:0;color:#0b2135;font-size:24px}._errorState_5ryd5_170 p{margin:8px 0 20px;color:#525f7f}@media(max-width:1000px){._pageHeader_5ryd5_8{padding:1.25rem 0 0}._headerTop_5ryd5_20{gap:12px}._contentWrapper_5ryd5_141{padding:1.25rem 0 2rem}._tabBody_5ryd5_150{padding:24px}}@media(max-width:700px){._pageHeader_5ryd5_8{padding:1rem 0 0;gap:12px}._headerTop_5ryd5_20{flex-direction:column;align-items:stretch}._saveBtn_5ryd5_42{min-width:120px}._contentWrapper_5ryd5_141{padding:1rem 0}._navTabsBar_5ryd5_49{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:0;overflow:visible}._navTabBtn_5ryd5_60{justify-content:flex-start;min-width:0;padding:10px 12px;font-size:13px;text-align:left;white-space:normal}._tabBody_5ryd5_150{min-height:0;padding:20px}}@media(max-width:600px){._headerInfo_5ryd5_26 ._title_5ryd5_26{font-size:24px}._tabBody_5ryd5_150{padding:16px;border-radius:14px}}._container_19dr5_1{display:flex;flex-direction:column;height:100%;background:#fff}._pageHeader_19dr5_8{background:#fff;border-bottom:1px solid #f4f5f6;padding:1.5rem 0;display:flex;flex-direction:column;gap:16px}._headerTop_19dr5_17{display:flex;justify-content:space-between;align-items:flex-start}._headerInfo_19dr5_23 ._title_19dr5_23{margin:0;font-size:32px;font-weight:800;color:#0b2135;letter-spacing:-.02em;display:flex;align-items:center;gap:12px}._headerInfo_19dr5_23 ._description_19dr5_33{margin:4px 0 0;color:#525f7f;font-weight:500}._badge_19dr5_39{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 8px;border-radius:12px;background:#fd5458;color:#fff;font-size:12px;font-weight:700}._headerActions_19dr5_53{display:flex;gap:12px}._layoutWrapper_19dr5_58{flex:1;padding:2rem 0;overflow-y:auto}._mainContent_19dr5_64{background:#fff;border:1px solid #e0e5fd;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:24px}._list_19dr5_74{display:flex;flex-direction:column;gap:12px}._notifCard_19dr5_80{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f9fbfd;border:1px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s}._notifCard_19dr5_80:hover{background:#fff;border-color:#006aff}._unread_19dr5_96{background:#fff;border-left:3px solid #006AFF}._dot_19dr5_101{width:8px;height:8px;border-radius:50%;background:#006aff;flex-shrink:0;margin-top:6px}._dotRead_19dr5_110{width:8px;height:8px;border-radius:50%;background:transparent;flex-shrink:0;margin-top:6px}._notifBody_19dr5_119{flex:1;min-width:0}._notifMessage_19dr5_124{color:#0b2135;line-height:1.5;font-weight:500}._notifTime_19dr5_130{font-size:12px;color:#525f7f;margin-top:4px}._paginationWrapper_19dr5_136{display:flex;justify-content:center;margin-top:12px}._mobileBackgroundImg_qnl4h_1{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;height:100%;min-height:100%;padding-bottom:50px;display:flex;min-width:0;width:100%}._socketNotConnected_qnl4h_13{text-align:center;font-size:1.2rem}._newVersionAlert_qnl4h_18{background:#4969f5!important}._newVersionMsg_qnl4h_22{text-align:center}._newVersionMsg_qnl4h_22>button{border-bottom:1px solid #fff;border-radius:0;color:#fff;font-weight:600;margin-left:.6rem}._loginContainer_6uqtj_1{padding-top:50px}._brand_6uqtj_5{margin-bottom:10px}._background_6uqtj_9{position:absolute;display:flex;top:0;right:0;bottom:0;left:0;background:#fff}._skipliLogoContainer_6uqtj_19{margin:auto}._skipliLogoContainer_6uqtj_19>svg{height:200px;width:200px}._container_1g91k_1{background:#f0f2f6;padding-bottom:4rem}._header_1g91k_6{background-color:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_1g91k_17{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_1g91k_25{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_1g91k_25{height:inherit}._heading_1g91k_35{font-size:1.4rem;text-align:center}._helpCol_1g91k_40{width:20%}._helpCall_1g91k_44{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none}._helpCall_1g91k_44>svg{height:1rem;width:1rem}._helpCall_1g91k_44>svg>path{stroke:#fff!important}._content_1g91k_63{margin:auto;max-width:54rem;padding-top:5.4rem}._description_1g91k_69{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width:700px){._header_1g91k_6{height:fit-content}._headerContent_1g91k_17{padding:1rem}._heading_1g91k_35{margin:0;text-align:left}._content_1g91k_63{padding-top:120px}}._guestContainer_16cn9_1{background:#fcfdff;height:auto;min-height:100%;padding-bottom:50px;margin-top:15px;display:flex}._container_aodny_1{height:100%;padding:15px 0 30px;overflow:auto}._sectionsContainer_aodny_7{padding-bottom:160px;overflow-y:auto}._section_aodny_7{margin-bottom:15px;margin-top:15px;padding-bottom:5px}._generalSection_aodny_18{display:none}._heading_aodny_22{margin:0 0 1rem;font-size:1rem;text-transform:uppercase;padding:0 0 0 1.2rem}._link_aodny_29{display:flex;text-decoration:none}._poweredBy_aodny_34{background:#006aff;border-top:1px solid #d4dae0;padding:14px 0 10px;position:absolute;bottom:0;right:0;left:0}._support_aodny_44{font-size:12px;padding:0 30px}._helpLinks_aodny_49{align-items:center}._needHelp_aodny_53{align-items:center;color:#fff;display:flex;margin:0 0 8px;text-decoration:none}._helpIcon_aodny_61{fill:#000;height:1rem;margin-right:.4rem;width:1rem}._phoneIcon_aodny_68{height:12px;margin-right:10px;width:12px;fill:#fff!important}._phoneIcon_aodny_68 path{stroke:#fff!important}._skipliContact_aodny_79{font-size:.75rem;font-weight:700;margin:10px 0 0;display:flex;align-items:center;justify-content:center}._skipliContact_aodny_79>svg{height:16px;width:16px;margin-right:8px}._navbarItemContainer_aodny_93{background-color:#fff!important;border:none;border-radius:0!important;margin-bottom:.4rem;position:relative;justify-content:flex-start!important;width:100%}._navbarItemContainer_aodny_93:hover{box-shadow:none}._navbarItemContainer_aodny_93:hover ._navbarItemLabel_aodny_105{color:#006aff}._navbarItemContainer_aodny_93:hover ._iconContainer_aodny_108>svg{fill:#006aff}._navbarItemContainer_aodny_93._active_aodny_111{background:#eff6fe!important;padding:.6rem 2rem!important;border-right:3px solid #006AFF}._navbarItemContainer_aodny_93._active_aodny_111>._navbarItemLabel_aodny_105{color:#006aff}._navbarItemContainer_aodny_93._active_aodny_111>._iconContainer_aodny_108>svg{fill:#006aff}@media only screen and (max-width:930px){._generalSection_aodny_18{display:block}}._navbarContainer_aodny_128{height:100%;width:100%}._iconContainer_aodny_108{height:18px;margin-right:14px;width:18px}._iconContainer_aodny_108>svg{fill:#525f7f;height:inherit;width:inherit}._navbarItemLabel_aodny_105{color:#525f7f;text-transform:capitalize;white-space:nowrap}._navbarContainer_aodny_128{height:100%}._adminHeaderContainer_1i10p_1{background:#fff;width:100%;height:70px;position:fixed;right:0;z-index:200;left:0;top:0}._shopName_1i10p_12{max-width:140px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._adminHeaderContent_1i10p_20{color:#fff;display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 30px}._showMenu_1i10p_29{display:block!important}._firstCol_1i10p_33{width:10%}._skipliLogo_1i10p_37{height:1.4rem;margin-top:2px}._skipliLogo_1i10p_37>svg{height:inherit;width:inherit}._menuIconContainer_1i10p_46{border-radius:0;height:45px;display:none;align-items:center;text-transform:capitalize;font-weight:700;white-space:nowrap}._menuIconContainer_1i10p_46>svg{height:22px;width:22px;fill:#000;margin-right:.8rem}._secondColContent_1i10p_62{display:flex}._secondColButton_1i10p_66,._getUpdatesButton_1i10p_66,._visitOnlineMenuButton_1i10p_67,._shopInfoButton_1i10p_68{background:transparent;display:flex;text-decoration:none;color:#000;border-radius:6px;margin:auto 0;padding:6px 14px;white-space:nowrap}._secondColButton_1i10p_66:hover,._getUpdatesButton_1i10p_66:hover,._visitOnlineMenuButton_1i10p_67:hover,._shopInfoButton_1i10p_68:hover{background:#fff;color:#006aff}._secondColButton_1i10p_66:hover ._secondColIcon_1i10p_84>svg,._getUpdatesButton_1i10p_66:hover ._secondColIcon_1i10p_84>svg,._visitOnlineMenuButton_1i10p_67:hover ._secondColIcon_1i10p_84>svg,._shopInfoButton_1i10p_68:hover ._secondColIcon_1i10p_84>svg{fill:#006aff}._visitOnlineMenuButton_1i10p_67{display:flex;align-items:center}._secondColIcon_1i10p_84{height:15px;margin-right:8px;width:15px}._secondColIcon_1i10p_84>svg{fill:#4d4c4c;height:inherit;width:inherit}._menuContainer_1i10p_106{background-color:#fff;position:fixed;bottom:0;top:45px;z-index:200;width:250px}@media only screen and (max-width:930px){._adminHeaderContent_1i10p_20{padding:0 10px}._firstCol_1i10p_33{width:10%}._menuIconContainer_1i10p_46{display:flex}._menuContainer_1i10p_106{display:none;width:100%}._skipliLogo_1i10p_37,._getUpdatesButton_1i10p_66,._visitOnlineMenuButton_1i10p_67{display:none}}._headerTable_1rj2g_1{display:flex;justify-content:space-between;margin-bottom:30px}._next_btn_1rj2g_7{height:40px;font-size:13px}._Table_1rj2g_12{border:none;box-shadow:#d2d3ff29 0 1px 4px;text-align:center}._button_logout_style_1rj2g_18{background-color:#006aff;color:#fff}._icon_button_1rj2g_23{margin-left:.5rem;fill:#fff;width:1rem;height:1rem}._container_18rps_1{font-size:.86rem;margin:3rem 0 2rem}._notice_18rps_6{background:#e4e6eb;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between;border-radius:10px 10px 0 0}._content_18rps_18{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem;text-align:left}._form_container_n3mew_1{display:flex;flex-wrap:wrap}._container_image_n3mew_6{margin-right:100px}._form_email_n3mew_10{width:350px}._modal_n3mew_14{min-width:25rem!important}._img_n3mew_18{width:230px;height:230px;border-radius:10px;margin-right:100px}._personnel_n3mew_25{display:flex;flex-wrap:wrap}._input_phone_n3mew_30{width:90%}._inputContainer_n3mew_34{width:60%}._input_icon_n3mew_38{display:flex;margin:0;padding:0}._input_n3mew_30{margin-right:20px;width:86%}._button_n3mew_49,._laterBtn_n3mew_49,._createUserBtn_n3mew_49,._removePersonnelBtn_n3mew_49,._savePersonnelInfoBtn_n3mew_49,._addUserBtn_n3mew_49,._saveBtn_n3mew_49{color:#fff;padding:15px 35px;margin-top:1.2rem;font-weight:700}._footer_n3mew_56{display:flex}._signUpLink_n3mew_60{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._edit_button_n3mew_69{padding:10px 6px;border:none;font-weight:700;background:#fff;color:#006aff}._edit_button_n3mew_69>svg{height:18px;margin-right:8px;width:18px;fill:#006aff}._edit_button_n3mew_69>svg>path{fill:#006aff!important}._saveBtn_n3mew_49{background:#006aff}._addUserBtn_n3mew_49{background:#006aff;margin-top:2rem}._savePersonnelInfoBtn_n3mew_49{background:#006aff;position:absolute;margin-left:6.4rem}._removePersonnelBtn_n3mew_49{margin:1.2rem 0 0}._createNewUserBox_n3mew_105{box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);padding:15px 10px 15px 25px;border-radius:8px;margin:40px -15px 0}._createNewUserBox_n3mew_105>h3{margin:0 0 20px}._newUserButtons_n3mew_116{display:flex;align-items:center;margin-top:1.2rem}._createUserBtn_n3mew_49{background:#006aff;margin:0 1rem 0 0;min-width:6rem}._laterBtn_n3mew_49{margin:0;min-width:6rem}@media only screen and (max-width:600px){._inputContainer_n3mew_34{margin:0 0 15px;width:100%}._edit_button_n3mew_69 p{display:none}}._container_1p7zf_1{background:#f0f2f6;padding-bottom:4rem;height:100%}._header_1p7zf_7{background-color:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_1p7zf_18{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_1p7zf_26{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_1p7zf_26{height:inherit}._heading_1p7zf_36{font-size:1.4rem;text-align:center}._helpCol_1p7zf_41{width:20%}._helpCall_1p7zf_45{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none}._helpCall_1p7zf_45>svg{height:1rem;width:1rem}._helpCall_1p7zf_45>svg>path{stroke:#fff!important}._content_1p7zf_64{margin:auto;max-width:54rem;padding-top:5.4rem}._description_1p7zf_70{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width:700px){._header_1p7zf_7{height:fit-content}._headerContent_1p7zf_18{padding:1rem}._heading_1p7zf_36{margin:0;text-align:left}._content_1p7zf_64{padding-top:120px}}._notifContainer_1ahne_1,._notifAlertContainer_1ahne_1,._notifDialogContainer_1ahne_1{position:fixed;margin:auto;right:0;left:0;border-radius:6px;padding:0;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);-moz-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._notifBody_1ahne_13,._notifAlertBody_1ahne_13,._notifDialogBody_1ahne_13{margin:0}._notifContentContainer_1ahne_17{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif"}._notifDialogContainer_1ahne_1{width:80vw;top:0;bottom:0;height:20vh}._notifDialogBody_1ahne_13{padding:20px}._notifAlertContainer_1ahne_1{color:#fff;font-size:1rem;min-height:40px;width:450px;text-align:center;top:20px}._notifAlertContainer_1ahne_1._default_1ahne_40{background:#000}._notifAlertContainer_1ahne_1._error_1ahne_43{background:#fd5458}._notifAlertContainer_1ahne_1._success_1ahne_46{background:#006aff}._notifAlertContainer_1ahne_1._warning_1ahne_49{background:#fc8c32}._notifAlertBody_1ahne_13{padding:10px 15px}@media only screen and (max-width:500px){._notifAlertContainer_1ahne_1{font-size:1rem;width:90vw}}._container_aa651_1{display:none}._img_aa651_5{height:14rem}._heading_aa651_9{margin-bottom:.6rem}._description_aa651_13{margin:auto;max-width:18rem}@media only screen and (max-width:700px){._container_aa651_1{display:block}}._container_lveoa_1{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}._keyContainer_lveoa_8{width:31%}._key_lveoa_8{background:#fff3;border-radius:6px;color:#fff;font-size:36px;font-weight:400;height:60px;margin-bottom:8px;width:100%;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._clearIcon_lveoa_24{fill:#fff;height:17px;margin-bottom:5px;width:17px}._backSpaceIcon_lveoa_31{fill:#fff;height:24px;width:24px;transform:rotate(180deg)}._container_15x47_1{background:#f9fbfd;border:1px solid #ebeef1;border-radius:10px;font-size:1rem;line-height:24px;padding:60px 40px;text-align:center}._pagination_1m683_1{display:flex;justify-content:center;align-items:center;gap:8px;margin:16px 0}._firstButton_1m683_9:hover,._prevButton_1m683_10:hover,._pageButtons_1m683_11:hover,._nextButton_1m683_12:hover,._lastButton_1m683_13:hover{background-color:#e4e6eb}._commonButton_1m683_17,._defaultNextButton_1m683_17,._defaultPrevButton_1m683_17{display:flex;align-items:center}._commonButton_1m683_17>svg,._defaultNextButton_1m683_17>svg,._defaultPrevButton_1m683_17>svg{height:16px;width:fit-content}._defaultPrevButton_1m683_17>svg{transform:rotate(180deg)}._popoverWrapper_xri1c_1{display:inline-block;position:relative}._triggerWrapper_xri1c_6{display:inline-block;cursor:pointer}._popoverContent_xri1c_11{background:#fff;border-radius:8px;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a0a,0 0 0 1px #0f172a0f;border:1px solid #e2e8f0;padding:4px;min-width:175px;animation:_popoverFadeIn_xri1c_1 .14s cubic-bezier(.16,1,.3,1);pointer-events:auto}@keyframes _popoverFadeIn_xri1c_1{0%{opacity:0;transform:scale(.96) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}._dropdownMenu_xri1c_32{display:flex;flex-direction:column;gap:1px;padding:0}._dropdownItem_xri1c_39{display:flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;padding:8px 12px;font-size:13px;font-weight:600;color:#1e293b;border-radius:6px;transition:background-color .15s ease,color .15s ease;text-align:left;width:100%}._dropdownItem_xri1c_39:hover{background:#f1f5f9;color:#0f172a}._dropdownItem_xri1c_39._dropdownItemDanger_xri1c_59{color:#e11d48;font-weight:600;border-top:1px solid #f1f5f9;margin-top:2px;padding-top:8px}._dropdownItem_xri1c_39._dropdownItemDanger_xri1c_59:hover{background:#fee2e2;color:#be123c}._dropdownItem_xri1c_39._dropdownItemDisabled_xri1c_70{opacity:.45;cursor:not-allowed}._dropdownItem_xri1c_39._dropdownItemDisabled_xri1c_70:hover{background:transparent}._dropdownIcon_xri1c_78{display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex-shrink:0}._dropdownIcon_xri1c_78 svg{display:block}._dropdownLabel_xri1c_89{flex:1;white-space:nowrap;letter-spacing:-.01em}._container_disds_1{position:fixed;margin:auto;top:0;bottom:0;left:0;right:0;height:200px;z-index:200}._container_disds_1._minimized_disds_11{margin-bottom:0}._frame_disds_15{background:#fff;border-radius:10px;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f;margin:auto;width:50vh}._frame_disds_15._minimized_disds_11{background:#006aff;border-radius:100px;position:fixed;bottom:60px;width:300px;right:0;left:0}._searchBar_disds_33{border-radius:10px;padding:20px;display:flex;align-items:center;justify-content:space-between}._searchBar_disds_33._hasCategories_disds_40{border-radius:10px 10px 0 0}._searchBar_disds_33._minimized_disds_11{padding:10px 15px}._closeIcon_disds_47{height:20px;width:20px}._closeIcon_disds_47>svg{height:inherit;width:inherit;fill:#e11b1b}._closeIcon_disds_47._minimized_disds_11>svg{fill:#fff}._searchIcon_disds_60{height:25px;width:25px;margin-right:20px}._searchIcon_disds_60>svg{height:inherit;width:inherit;fill:#006aff}._searchIcon_disds_60._minimized_disds_11{height:20px;width:20px}._searchIcon_disds_60._minimized_disds_11>svg{fill:#fff}._inputContainer_disds_78{width:90%}._field_disds_82{background:none;border:none;box-shadow:none!important;-webkit-box-shadow:none!important;padding:0}._input_disds_78{font-size:1.1rem}._input_disds_78._minimized_disds_11{color:#fff}._searchCategories_disds_97{display:flex;flex-wrap:wrap;padding:10px 20px 15px;border-radius:0 0 10px 10px}._category_disds_104{margin-right:20px}._categoryLabel_disds_108{text-transform:capitalize}@media only screen and (max-width:700px){._container_disds_1{height:300px}._frame_disds_15{width:90vw}._searchIcon_disds_60{height:20px;width:20px;margin-right:10px}}._subNavbarContainer_fq855_1{background:#fff;box-shadow:#e5e5e680 0 2px 4px;border-bottom:1px solid #ebeef1;height:50px;padding:0 30px 0 280px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:45px;right:0;left:0;z-index:80}@media only screen and (max-width:930px){._subNavbarContainer_fq855_1{padding:0 20px}}._container_1mek3_1{position:relative}._table_1mek3_5{background:#fff;border-radius:10px;border:1px solid #ebeef1}._row_1mek3_11{border-bottom:1px solid #ebeef1;cursor:pointer;display:flex;align-items:center}._row_1mek3_11._header_1mek3_17{border-bottom-width:2px;font-weight:700}._row_1mek3_11:last-child{border-bottom:none}._row_1mek3_11:hover{background:#f5f7fa}._column_1mek3_28{width:100%}._column_1mek3_28:first-child{padding-left:2rem}._cell_1mek3_35{display:-webkit-box;line-height:1.4;margin:14px 0;overflow:hidden;text-overflow:ellipsis;text-align:justify;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}._noData_1mek3_47,._showMore_1mek3_47{padding:1rem;justify-content:center}._showMore_1mek3_47{color:#006aff;font-weight:600}._loading_1mek3_57{opacity:.8;pointer-events:none}._container_rkwuj_1{display:flex;align-items:center;flex-wrap:wrap}._tab_rkwuj_7{border:1px solid #d4dae0;border-radius:100px;height:42px;font-size:.9rem;font-weight:500;margin:0 10px 10px 0;padding:0 20px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._tab_rkwuj_7._selected_rkwuj_17{background:#006aff;color:#fff;font-weight:600}._timePicker_1dznh_1{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 15px;height:40px}._timePicker_1dznh_1>div{border:none!important}._container_1kxzj_1{background:#fff;border:1px solid #d4dae0;border-radius:6px;display:flex;padding:0 10px;width:fit-content;height:30px}._option_1kxzj_11{border-radius:0;font-weight:500;margin-right:10px;min-width:38px}._option_1kxzj_11:hover{color:#006aff}._option_1kxzj_11:last-child{margin-right:0}._option_1kxzj_11._selected_1kxzj_23{border-bottom:2px solid #006AFF;color:#006aff;font-weight:700}._label_m09do_1{color:#222;max-width:inherit;margin-bottom:.6rem;white-space:pre-wrap}._input_field_container_m09do_8{align-items:center;display:flex;justify-content:space-between;background:#fff;border:1.2px solid #d4dae0;border-radius:10px;cursor:pointer;line-height:30px;min-height:28px;padding:8px 16px}._required_m09do_21{border-color:transparent;box-shadow:0 0 0 1px #fc8c32,0 1px 1px #00000012,0 0 0 2px #fc8c32;-webkit-box-shadow:0 0 0 1px #fc8c32,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #fc8c32}._reduce_opacity_m09do_27{opacity:.6}._arrow_icon_m09do_31{height:1.2rem;width:1.2rem}._arrow_icon_m09do_31>svg{height:inherit;width:inherit;transform:rotate(90deg)}._us_state_m09do_41{border-bottom:1px solid #d4dae0;cursor:pointer;line-height:1.4rem;padding:14px 0}._read_only_m09do_48{background:#f4f4f5;box-shadow:none;color:#000;pointer-events:none}._viewReceiptButton_sa51j_1{background:#006aff;border-radius:4px;color:#fff;padding:5px 10px;text-decoration:none}._container_1hq1z_1{position:relative;transition:all .3s ease}._disabled_1hq1z_6{height:fit-content!important;background-color:#404040!important}._disabled_1hq1z_6:hover{background-color:#505050!important}._disabledContent_1hq1z_14{display:flex;align-items:center;justify-content:center;min-height:60px;padding:20px}._disabledMessage_1hq1z_22{color:#fff;font-size:16px;font-weight:500;text-align:center;opacity:.8}._overlay_1hq1z_30{background:#0000004d;position:absolute;left:0;right:0;top:0;bottom:0;z-index:400}._content_1hq1z_40{width:100%;padding:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._button_1hq1z_54{background:#fff;color:#000;font-size:1.2rem;padding:16px 0;width:140px}._icon_1hq1z_62,._disableIcon_1hq1z_62,._eyeIcon_1hq1z_62,._pencilIcon_1hq1z_62{fill:#000;height:20px;margin-right:12px;width:20px}._eyeIcon_1hq1z_62{height:24px;width:24px}._disableIcon_1hq1z_62{height:16px;width:16px}._customDateTimeGroup_d2k9w_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;width:100%}._customInputWrapper_d2k9w_8{display:flex;align-items:center;position:relative;background:#fff;border:1px solid #ebeef1;border-radius:8px;height:42px;padding:0 12px;min-width:0;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}._customInputWrapper_d2k9w_8:hover{border-color:#d4dae0;background:#f9fbfd}._customInputWrapper_d2k9w_8:focus-within{border-color:#006aff;background:#fff;box-shadow:0 0 0 3px #006aff1a}._customInputWrapper_d2k9w_8._disabledWrapper_d2k9w_30{background:#f9fbfd;border-color:#e4e6eb;cursor:not-allowed;opacity:.6;pointer-events:none}._customInputWrapper_d2k9w_8._disabledWrapper_d2k9w_30 input{cursor:not-allowed}._customInputWrapper_d2k9w_8 ._inputLabelIcon_d2k9w_40{display:flex;align-items:center;justify-content:center;color:#586271;margin-right:10px;pointer-events:none;flex-shrink:0}._customInputWrapper_d2k9w_8 input{border:none;outline:none;background:transparent;font-size:.8125rem;font-weight:600;color:#0b2135;width:100%;height:100%;font-family:inherit;cursor:pointer}._customInputWrapper_d2k9w_8 input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;transition:opacity .15s;margin-left:6px}._customInputWrapper_d2k9w_8 input::-webkit-calendar-picker-indicator:hover{opacity:1}._table_1xybx_1{text-align:center}._table_1xybx_1>div:first-of-type{background:#f5f7fa}._container_1xybx_8{display:flex}._subNavbarLeftColumn_1xybx_12{width:45%}._subNavbarLeftColumn_1xybx_12>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._button_1xybx_24,._export_button_1xybx_24{margin:0}._export_button_1xybx_24{margin-left:16px;padding:8px 40px;cursor:pointer}._extraPaddingTop_1xybx_34{padding-top:50px}._subNavbarRightColumn_1xybx_38{display:flex;justify-content:flex-end;width:55%}._headerText_1xybx_44{display:flex;align-items:center;gap:5px}._headerText_1xybx_44 ._ordersDesc_1xybx_49{transform:rotate(90deg)}._headerText_1xybx_44 ._ordersAsc_1xybx_52{transform:rotate(-90deg)}._headerText_1xybx_44 svg{height:14px!important;width:inherit;fill:#006aff}._headerText_1xybx_44 svg path{stroke-width:3px}@media only screen and (max-width:600px){._table_1xybx_1>div:first-of-type{align-items:flex-start}._headerText_1xybx_44{gap:2px}._customerName-cell_1xybx_71{text-align:left;max-width:115px;padding-right:3px}._numberOfOrders-cell_1xybx_76{text-align:left}._format_phone-cell_1xybx_79{text-align:right;padding-right:20px}._format_email-column_1xybx_83{display:none}}._subNavbarLeftColumn_z5m1p_1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._backButton_z5m1p_10{background:none;color:#000;margin:auto;padding-left:.8rem;border:none}._backButton_z5m1p_10>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_z5m1p_10:hover{box-shadow:none}._overview_container_z5m1p_27{margin-top:2.3rem}._infoRow_z5m1p_31{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_z5m1p_38{align-self:flex-start;color:#697386;text-transform:capitalize;width:16rem}._table_z5m1p_45{background:none;border:none;box-shadow:none;text-align:center}._table_z5m1p_45>div>div>div{padding-right:10px}._uppercase_text_z5m1p_55{text-transform:uppercase}._emailList_z5m1p_59{display:flex;flex-direction:column;align-items:flex-start;gap:5px}@media screen and (max-width:600px){._table_z5m1p_45>div>div>div{text-align:start;white-space:normal;word-break:break-word;padding-right:8px}._value_z5m1p_73,._emailList_z5m1p_59{min-width:190px}}._subNavbarLeftColumn_12j7w_1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._backButton_12j7w_10{background:none;color:#000;margin:auto;padding-left:.8rem;border:none}._backButton_12j7w_10>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_12j7w_10:hover{box-shadow:none}._overview_container_12j7w_27{margin-top:2.3rem}._infoRow_12j7w_31{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_12j7w_38{color:#697386;text-transform:capitalize;width:16rem}._table_12j7w_44{background:none;border:none;box-shadow:none;text-align:center}._deliveryCourierIcon_12j7w_51{height:auto;width:90px}._deliveryCourierIcon_12j7w_51>svg{height:inherit;width:inherit}._item_name_12j7w_65{text-align:left}._item_name_12j7w_65>._modifiers_12j7w_68{font-size:.82rem;text-align:left;color:#697386;white-space:normal;overflow:visible;text-overflow:clip}._mobileBtnsClassname_gg1oh_1{padding:7px 14px;font-size:14px}._subNavbarLeftColumn_bzedi_1{width:45%}._subNavbarLeftColumn_bzedi_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_bzedi_12{display:flex;justify-content:flex-end;width:55%}._saveBtn_bzedi_18{color:#006aff;margin-left:16px;margin-right:0;padding:10px 20px}._save_icon_bzedi_25{height:14px;margin-right:10px;width:14px}._save_icon_bzedi_25>svg{height:inherit;width:inherit}._save_icon_bzedi_25>svg>path{stroke:#fff!important}@media only screen and (max-width:700px){._instrForCustomerInput_bzedi_39{max-width:100vw}._saveBtn_bzedi_18{padding:10px 20px}}._page_n11f6_1{position:relative;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;background:linear-gradient(135deg,#f7f9fc,#eef2f7);overflow:hidden}._backgroundDecoration_n11f6_13{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}._gradientOrb1_n11f6_23{position:absolute;top:-10%;left:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,106,255,.15) 0%,transparent 70%);border-radius:50%;filter:blur(60px);animation:_float_n11f6_1 20s ease-in-out infinite}._gradientOrb2_n11f6_35{position:absolute;bottom:-15%;right:-8%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,106,255,.12) 0%,transparent 70%);border-radius:50%;filter:blur(50px);animation:_float_n11f6_1 25s ease-in-out infinite reverse}._gradientOrb3_n11f6_47{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(0,106,255,.08) 0%,transparent 70%);border-radius:50%;filter:blur(40px);animation:_float_n11f6_1 30s ease-in-out infinite}@keyframes _float_n11f6_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}._iconSvg_n11f6_71{font-size:5px}._card_n11f6_75{position:relative;z-index:1;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:24px;box-shadow:0 20px 60px #0f172a1f,0 0 0 1px #006aff0d,inset 0 1px #ffffffe6;width:100%;max-width:520px;padding:3.5rem 2.5rem;animation:_slideUp_n11f6_1 .6s ease-out}@keyframes _slideUp_n11f6_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._iconContainer_n11f6_99{display:flex;justify-content:center;margin-bottom:1.5rem}._iconWrapper_n11f6_105{position:relative;display:flex;align-items:center;justify-content:center}._iconCircle_n11f6_112{position:relative;z-index:2;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#006aff1a,#006aff0d);border:2px solid rgba(0,106,255,.2);color:#006aff;animation:_pulse_n11f6_1 2s ease-in-out infinite}._iconSvg_n11f6_71{width:48px;height:48px;animation:_shake_n11f6_1 3s ease-in-out infinite}@keyframes _pulse_n11f6_1{0%,to{transform:scale(1);box-shadow:0 0 #006aff66}50%{transform:scale(1.05);box-shadow:0 0 0 20px #006aff00}}@keyframes _shake_n11f6_1{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(-5deg)}20%,40%,60%,80%{transform:rotate(5deg)}}._iconGlow_n11f6_154{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(0,106,255,.2) 0%,transparent 70%);filter:blur(20px);animation:_glow_n11f6_1 3s ease-in-out infinite}@keyframes _glow_n11f6_1{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}._badgeContainer_n11f6_177{display:flex;justify-content:center;margin-bottom:1.8rem}._badge_n11f6_177{display:inline-block;background:linear-gradient(135deg,#006aff1a,#006aff0d);border:1px solid rgba(0,106,255,.2);border-radius:999px;padding:.5rem 1.2rem;font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#006aff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #006aff1a}._title_n11f6_198{text-align:center;margin:0 0 1rem;font-size:2.25rem;font-weight:700;line-height:1.2;color:#041021;letter-spacing:-.02em;background:linear-gradient(135deg,#041021,#1a365d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_n11f6_212{text-align:center;margin:0 auto 2.5rem;max-width:420px;font-size:1rem;line-height:1.6;color:#64748b}._actions_n11f6_221{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}._btnContent_n11f6_229{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;transition:all .2s ease}._btnIcon_n11f6_237{width:18px;height:18px;transition:transform .2s ease}._primaryBtn_n11f6_243{padding:1rem 2rem!important;min-width:160px;border-radius:12px!important;font-weight:600!important;transition:all .3s ease!important;box-shadow:0 4px 12px #006aff4d!important}._primaryBtn_n11f6_243:hover{transform:translateY(-2px);box-shadow:0 6px 20px #006aff66!important}._primaryBtn_n11f6_243:hover ._btnIcon_n11f6_237{transform:translate(4px)}._primaryBtn_n11f6_243:active{transform:translateY(0)}._secondaryBtn_n11f6_262{padding:1rem 2rem!important;min-width:160px;background:#fffc!important;border:2px solid rgba(0,106,255,.3)!important;color:#006aff!important;border-radius:12px!important;font-weight:600!important;transition:all .3s ease!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._secondaryBtn_n11f6_262:hover{background:#006aff0d!important;border-color:#006aff80!important;transform:translateY(-2px);box-shadow:0 4px 12px #006aff26!important}._secondaryBtn_n11f6_262:hover ._btnIcon_n11f6_237{transform:translate(-4px)}._secondaryBtn_n11f6_262:active{transform:translateY(0)}._footerHint_n11f6_286{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06)}._hintText_n11f6_292{font-size:.875rem;color:#94a3b8;font-weight:500}._hintEmail_n11f6_298{display:block;margin-top:.4rem;font-size:.875rem;color:#006aff;font-weight:600;text-decoration:none}._hintEmail_n11f6_298:hover{text-decoration:underline}@media only screen and (max-width:600px){._card_n11f6_75{padding:2.5rem 1.5rem;border-radius:20px}._title_n11f6_198{font-size:1.875rem}._description_n11f6_212{font-size:.9375rem;margin-bottom:2rem}._actions_n11f6_221{flex-direction:column;gap:.75rem}._primaryBtn_n11f6_243,._secondaryBtn_n11f6_262{width:100%;min-width:unset}._iconCircle_n11f6_112{width:80px;height:80px}._iconSvg_n11f6_71{width:40px;height:40px}}@media only screen and (max-width:500px){._card_n11f6_75{padding:2rem 1.25rem;box-shadow:0 10px 40px #0f172a14,0 0 0 1px #006aff0d}._gradientOrb1_n11f6_23,._gradientOrb2_n11f6_35,._gradientOrb3_n11f6_47{filter:blur(40px)}}._subNavbarLeftColumn_ty4jo_1{width:45%}._subNavbarLeftColumn_ty4jo_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_ty4jo_12{width:55%}._dropdown_placeholder_ty4jo_16{font-size:1rem;font-weight:700}._dropdown_option_ty4jo_21{align-items:center;display:flex;justify-content:space-between}._option_arrow_icon_ty4jo_27{height:1rem;width:1rem}._option_arrow_icon_ty4jo_27>svg{height:inherit;width:inherit}@media only screen and (max-width:800px){._reviews_container_ty4jo_37{display:none}}._backgroundImg_1n9wd_1{bottom:0;object-fit:cover;position:fixed;width:100%}._form_1n9wd_8{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_1n9wd_8._expanded_1n9wd_20{width:30rem}._skipliLogo_1n9wd_24{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_1n9wd_24>svg{height:inherit;width:inherit}._button_1n9wd_34,._newMerchantAccountButton_1n9wd_34,._accessStoreButton_1n9wd_34{margin:0;width:100%}._accessStoreButton_1n9wd_34{font-weight:600;margin:1.4rem 0 2rem}._arrowIcon_1n9wd_44{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_1n9wd_44>svg{fill:#fff;height:inherit;width:inherit}._modal_content_1n9wd_55{width:30rem}._newAccountContainer_1n9wd_59{border-top:1px solid #d4dae0}._newAccountContainer_1n9wd_59>p{color:#525f7f}._newAccountContainer_1n9wd_59>div{color:#525f7f}._icon_container_1n9wd_69{display:flex;margin:13px 0}._icon_container_1n9wd_69>div{color:#525f7f}._infoIcon_1n9wd_77{fill:#525f7f;height:.8rem;margin-left:8px;width:.8rem;margin-top:2px;cursor:pointer}._infoIcon_1n9wd_77>svg{height:inherit;width:inherit}._newMerchantAccountContainer_1n9wd_90{margin-top:30px;border-top:1px solid #d4dae0}._newMerchantAccountContainer_1n9wd_90>p{color:#525f7f}._newMerchantAccountButton_1n9wd_34{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width:500px){._backgroundImg_1n9wd_1{display:none}._form_1n9wd_8{box-shadow:none;position:relative;width:inherit!important}}._link_e4yo6_1{color:#006aff;font-weight:700;text-decoration:none}._title_6uzvb_1{text-align:center;padding-bottom:20px;font-size:30px}._backButton_6uzvb_7{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_6uzvb_7:hover{box-shadow:none}._backButton_6uzvb_7>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._description_6uzvb_23{text-align:center;padding-bottom:20px;color:#a0a0a0}._backgroundImg_6uzvb_29{bottom:0;object-fit:cover;position:fixed;width:100%}._form_6uzvb_36{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_6uzvb_36._expanded_6uzvb_48{width:30rem}._signUpLink_6uzvb_52{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._footer_6uzvb_61{display:flex;align-items:center}._skipliLogo_6uzvb_66{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_6uzvb_66>svg{height:inherit;width:inherit}._button_6uzvb_76,._newMerchantAccountButton_6uzvb_76,._accessStoreButton_6uzvb_76{margin:0;width:100%}._accessStoreButton_6uzvb_76{font-weight:600;margin:1.4rem 0 4rem}._arrowIcon_6uzvb_86{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_6uzvb_86>svg{fill:#fff;height:inherit;width:inherit}._newAccountContainer_6uzvb_97>p{color:#525f7f}._newMerchantAccountButton_6uzvb_76{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width:500px){._backgroundImg_6uzvb_29{display:none}._form_6uzvb_36{box-shadow:none;position:relative;width:inherit!important}}._container_1g9bz_1{font-size:.86rem;margin-bottom:1.6rem}._notice_1g9bz_6{background:#e4e6eb;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between;border-radius:10px 10px 0 0}._title_1g9bz_18{align-items:center;display:flex}._title_1g9bz_18>svg{fill:#000;height:1rem;margin-right:.6rem;width:1rem}._content_1g9bz_29{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem}._cardsList_tpf9r_1{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}._cardContainer_tpf9r_8{margin:0 15px 20px 0;width:48%}._cardView_tpf9r_13{-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029;border-radius:8px;min-height:140px;padding:20px;position:relative}._cardView_tpf9r_13>h3{font-size:1.3rem;margin:0 0 15px}._cardView_tpf9r_13>p{margin:0}._backBtn_tpf9r_29{transform:rotate(180deg);height:30px;width:30px;margin:20px 0 10px}._couponActionBtns_tpf9r_36{display:flex;flex-wrap:wrap}._createCouponBtn_tpf9r_41,._showCouponsBtn_tpf9r_41{background:#006aff;color:#fff;padding:5px 8px;margin:20px 10px 0 0}._showCouponsBtn_tpf9r_41{background:#006aff;display:flex;align-items:center}._arrowIcon_tpf9r_54{fill:#fff;height:20px;width:20px;margin-right:5px;transform:rotate(90deg)}._arrowIcon_tpf9r_54._collapse_tpf9r_61{transform:rotate(-90deg)}@media only screen and (max-width:900px){._cardContainer_tpf9r_8{width:100%}}._subNavbarColumn_180hu_1{width:75%;max-width:75%;overflow:auto}._headingContainer_180hu_7{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px}._headingContainerEnd_180hu_14{justify-content:flex-end}._heading_180hu_7{cursor:pointer;font-size:26px;margin:0 30px 0 0;text-transform:capitalize}._buttons_group_update_180hu_25{position:fixed;top:50px;right:0;z-index:100}._buttons_group_180hu_25{align-items:center;display:flex}._button_180hu_25{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._button_icon_180hu_48{height:14px;margin-right:10px;width:14px}._button_icon_180hu_48>svg{fill:#006aff;height:inherit;width:inherit}._button_label_180hu_59{text-transform:capitalize}._secondColumn_180hu_63{text-align:right;width:35%}._iconLabel_180hu_68{margin-left:5px}._icon_180hu_68{fill:#000;height:22px;width:22px}._import_menu_button_180hu_78{background:#fff;color:#006aff;margin-right:0;padding:0}._import_menu_button_180hu_78>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._import_menu_button_180hu_78:hover{box-shadow:none!important}._subNavbarColumnDropdown_180hu_94{display:none}@media only screen and (max-width:1100px){._subNavbarColumn_180hu_1{display:none}._buttons_group_180hu_25{position:fixed;top:50px;right:0;z-index:100}._button_180hu_25{margin-right:12px;padding:0 14px}._button_label_180hu_59{display:none}._button_icon_180hu_48{margin:0}._label_filter_180hu_118{display:none}._subNavbarColumnDropdown_180hu_94{display:block;width:75%;max-width:75%;overflow:auto}._secondColumn_180hu_63{width:12%}._headingContainer_180hu_7{align-items:flex-start;flex-direction:column}._heading_180hu_7{margin-bottom:16px}}._listContainer_1wuyv_1{width:80%}._menuContainer_1wuyv_5{margin-bottom:30px}._button_1wuyv_9{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._select_menu_1wuyv_20{padding:25px;border:1px solid #e4e6eb;margin-top:10px;border-radius:10px;cursor:pointer;text-align:center}._select_menu_1wuyv_20._active_1wuyv_28{border:1px solid #0582ff;color:#0582ff}._button_icon_1wuyv_33{height:15px;margin-right:10px;width:15px}._button_icon_1wuyv_33>svg{fill:#006aff;height:inherit;width:inherit}._message_1wuyv_44{font-size:1.2rem;line-height:25px;text-align:center;margin-top:20px}._contentContainer_1wuyv_51{display:flex;border-radius:20px;justify-content:center;align-items:center}@media only screen and (max-width:600px){._listContainer_1wuyv_1{width:100%}}._button_icon_1dvrx_1{width:auto}._button_icon_1dvrx_1 path{fill:#006aff}._radio_group_option_1dvrx_9{margin-right:0;width:100%}._radio_group_option_1dvrx_9:last-of-type{margin-bottom:0}._modal_1jhqx_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._filters_applied_1jhqx_8{background:#006aff;color:#fff}._filters_applied_1jhqx_8>svg{fill:#fff!important}._filter_criteria_container_1jhqx_16{border-bottom:1px solid #dddddd;margin-bottom:20px;padding-bottom:20px}._filter_criteria_container_1jhqx_16:last-of-type{border-bottom:none}._filter_icon_1jhqx_25{height:14px;margin-right:10px;width:14px}._filter_icon_1jhqx_25>svg{fill:#006aff;height:inherit;width:inherit}._filters_count_1jhqx_36{background:#fff;border-radius:100px;color:#006aff;margin-left:10px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}._footer_cancel_button_1jhqx_50{display:none}._footer_submit_button_1jhqx_54{margin:auto;width:300px}@media only screen and (max-width:1100px){._filter_icon_1jhqx_25{margin-right:0}}._radio_group_option_1i2gk_1{margin-right:0;width:100%}._radio_group_option_1i2gk_1:last-of-type{margin-bottom:0}._container_9xxuk_1{background:#f0f2f6;padding-bottom:4rem}._header_9xxuk_6{background:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_9xxuk_17{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_9xxuk_25{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_9xxuk_25{height:inherit}._heading_9xxuk_35{font-size:1.4rem;text-align:center}._helpCol_9xxuk_40{width:20%}._phoneIcon_9xxuk_44 path{fill:#fff!important}._helpCall_9xxuk_48{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none;fill:#fff!important}._helpCall_9xxuk_48>svg{height:1rem;width:1rem;fill:#fff!important}._helpCall_9xxuk_48>svg>g>path{stroke:#fff!important}._content_9xxuk_69{margin:auto;max-width:54rem;padding-top:5.4rem}._description_9xxuk_75{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width:700px){._header_9xxuk_6{height:fit-content}._headerContent_9xxuk_17{padding:1rem}._skipliLogoCol_9xxuk_25{display:none}._heading_9xxuk_35{margin:0;text-align:left}._content_9xxuk_69{padding-top:120px}}._headerContainer_11ngd_1{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._headerTopSection_11ngd_8{display:flex;align-items:center;gap:1rem}@media(max-width:768px){._headerTopSection_11ngd_8{align-items:flex-start}}._headerTopSection_11ngd_8 ._iconWrapper_11ngd_18{background:#eef2ff;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._headerTopSection_11ngd_8 ._iconWrapper_11ngd_18 svg{width:24px;height:24px;fill:#4f46e5}@media(max-width:768px){._headerTopSection_11ngd_8 ._iconWrapper_11ngd_18{display:none}}._headerTopSection_11ngd_8 ._titleWrapper_11ngd_37{flex:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:768px){._headerTopSection_11ngd_8 ._titleWrapper_11ngd_37{flex-direction:column;align-items:flex-start}}._headerTopSection_11ngd_8 ._titleWrapper_11ngd_37 h1{font-size:1.75rem;font-weight:800;color:#111827;margin:0;letter-spacing:-.025em}@media(max-width:768px){._headerTopSection_11ngd_8 ._titleWrapper_11ngd_37 h1{font-size:1.5rem}}._headerTopSection_11ngd_8 ._titleWrapper_11ngd_37 p{color:#6b7280;font-size:.95rem;margin:4px 0 0}._filterBar_11ngd_69{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 1px 3px #0000000d}@media(max-width:1200px){._filterBar_11ngd_69{flex-wrap:wrap;gap:1rem}}@media(max-width:768px){._filterBar_11ngd_69{flex-direction:column;align-items:stretch;padding:1rem}}._leftFilters_11ngd_94{flex-shrink:0}@media(max-width:768px){._leftFilters_11ngd_94{width:100%}}._headerDropdown_11ngd_103{height:42px;border-radius:8px;border:1px solid #e5e7eb;padding:0 12px;min-width:160px;font-weight:500;color:#374151;background-color:#fff;transition:all .2s;width:100%}._headerDropdown_11ngd_103:hover{border-color:#d1d5db}._middleFilters_11ngd_119{display:flex;align-items:center;gap:3rem;padding-left:1.5rem;border-left:1px solid #f3f4f6}@media(max-width:1200px){._middleFilters_11ngd_119{border-left:none;padding-left:0}}@media(max-width:768px){._middleFilters_11ngd_119{flex-direction:column;align-items:stretch;width:100%;gap:.75rem;padding-top:1rem;border-top:1px solid #f3f4f6}}._middleFilters_11ngd_119 ._filterLabel_11ngd_142{color:#6b7280;font-weight:500;font-size:.9rem;text-transform:capitalize}._middleFilters_11ngd_119 ._radioGroup_11ngd_148{display:flex;align-items:center;gap:1rem}@media(max-width:480px){._middleFilters_11ngd_119 ._radioGroup_11ngd_148{justify-content:space-between}}._rightFilters_11ngd_159{display:flex;align-items:center;gap:.75rem;margin-left:auto}@media(max-width:1200px){._rightFilters_11ngd_159{margin-left:0}}@media(max-width:768px){._rightFilters_11ngd_159{width:100%;margin-top:.5rem}._rightFilters_11ngd_159 ._exportButton_11ngd_175{width:100%}}._reportButton_11ngd_180{height:42px;background:#f8fafc;color:#3b82f6;border:1px solid #dbeafe;padding:0 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._reportButton_11ngd_180 ._btnContent_11ngd_191{display:flex;align-items:center;justify-content:center;gap:8px}._reportButton_11ngd_180 ._btnContent_11ngd_191 svg{width:18px;height:18px;fill:#3b82f6}._reportButton_11ngd_180:hover{background:#eff6ff}._exportButton_11ngd_175{height:42px;background:#2563eb;color:#fff;border:none;padding:0 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._exportButton_11ngd_175:hover{background:#1d4ed8;box-shadow:0 4px 6px -1px #2563eb33}._noticeContainer_11ngd_222{margin-bottom:1.5rem}._notice_11ngd_222{background:#f0f9ff;border:1px solid #e0f2fe;border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}._notice_11ngd_222 ._noticeContent_11ngd_236{display:flex;align-items:center;gap:10px;color:#0369a1;font-size:.9rem;font-weight:500}._notice_11ngd_222 ._noticeContent_11ngd_236 svg{fill:#0ea5e9;width:20px;height:20px;flex-shrink:0}._notice_11ngd_222 ._closeIcon_11ngd_250{cursor:pointer;width:18px;height:18px;fill:#94a3b8;transition:all .2s}._notice_11ngd_222 ._closeIcon_11ngd_250:hover{fill:#64748b}._payoutStatus_11ngd_261{border-radius:6px;padding:.2rem 1rem;text-transform:capitalize;width:fit-content;font-size:.85rem;font-weight:600}._payoutStatus_11ngd_261._paid_11ngd_269{background:#dcfce7;color:#166534}._payoutStatus_11ngd_261._in_transit_11ngd_273{background:#f3f4f6;color:#4b5563}._currency_11ngd_278{text-transform:uppercase;font-weight:600}._description_11ngd_283{text-transform:capitalize;color:#4b5563}._count_11ngd_288{font-weight:500;color:#111827;background:#f3f4f6;padding:2px 8px;border-radius:6px;width:fit-content;font-family:monospace}._img_11ngd_298{height:10rem}._paginationContainer_11ngd_302{display:flex;align-items:center;justify-content:space-between;padding:1rem .5rem .5rem;gap:1rem;flex-wrap:wrap}@media(max-width:600px){._paginationContainer_11ngd_302{flex-direction:column;align-items:center}}._paginationInfo_11ngd_317{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap}._paginationControls_11ngd_324{display:flex;align-items:center;gap:.25rem}._paginationBtn_11ngd_330{min-width:36px;height:36px;padding:0 .5rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center}._paginationBtn_11ngd_330:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}._paginationBtn_11ngd_330:disabled{opacity:.4;cursor:not-allowed}._paginationBtn_11ngd_330._paginationBtnActive_11ngd_354{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:700;box-shadow:0 1px 4px #2563eb4d}._paginationDots_11ngd_362{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;-webkit-user-select:none;user-select:none}._label_1ab1d_1{margin-bottom:15px;font-weight:500;margin-right:10px;white-space:pre-wrap}._has_border_style_1ab1d_8{width:130px;font-size:14px}._has_border_1ab1d_8{border:2px solid #d4dae0;border-radius:10px;padding:10px 5px 10px 20px;align-content:stretch;width:130px;margin:0 20px 20px 0}._margin_1ab1d_22{margin-bottom:30px}._modal_1ab1d_26{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:780px}._date_range_picker_1ab1d_34{height:34px!important}@media only screen and (max-width:780px){._modal_1ab1d_26{width:100%}}._container_109ji_1{margin-bottom:2rem;width:100%}._summaryGrid_109ji_6{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;align-items:center}@media(max-width:1400px){._summaryGrid_109ji_6{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._summaryGrid_109ji_6{grid-template-columns:1fr}}._card_109ji_23{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d;cursor:pointer}._card_109ji_23:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#e5e7eb}._iconBox_109ji_41{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._iconBox_109ji_41 svg{width:24px;height:24px}._content_109ji_55{display:flex;flex-direction:column}._label_109ji_60{font-size:.85rem;font-weight:500;color:#6b7280;margin-bottom:2px}._value_109ji_67{font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.02em}._loadingPlaceholder_109ji_74{height:80px;background:#f9fafb;border-radius:16px;position:relative;overflow:hidden}._shimmer_109ji_82{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:_shimmer_109ji_82 2s infinite}@keyframes _shimmer_109ji_82{to{transform:translate(100%)}}._toolbarContainer_kxctk_1{display:flex;justify-content:flex-end;align-items:center;padding:1rem 0;width:100%}@media(max-width:768px){._toolbarContainer_kxctk_1{justify-content:center;padding:.5rem 0}}._exportBtn_kxctk_15{display:flex;align-items:center;justify-content:center;gap:8px;background:#111827;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.9rem}@media(max-width:768px){._exportBtn_kxctk_15{width:100%;height:48px}}._exportBtn_kxctk_15 svg{width:18px;height:18px}._exportBtn_kxctk_15:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._exportBtn_kxctk_15:active:not(:disabled){transform:translateY(0)}._exportBtn_kxctk_15:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}._container_cccl1_1{background:#fff;border-radius:12px;border:1px solid #f3f4f6;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}._reportContent_cccl1_10{display:flex;flex-direction:column;gap:.75rem}._row_cccl1_16{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.95rem;color:#374151}._subRow_cccl1_25{padding-left:1.5rem;color:#6b7280;font-size:.9rem}._labelWrapper_cccl1_31{display:flex;align-items:center;gap:8px}._tooltipContainer_cccl1_37{position:relative;display:inline-flex;align-items:center;cursor:pointer}._tooltipContainer_cccl1_37:hover ._tooltipText_cccl1_43{visibility:visible;opacity:1;transform:translateY(0)}._infoIcon_cccl1_49{width:14px;height:14px;fill:#94a3b8;transition:fill .2s}._infoIcon_cccl1_49:hover{fill:#64748b}._tooltipText_cccl1_43{visibility:hidden;width:200px;background-color:#1e293b;color:#fff;text-align:left;border-radius:6px;padding:8px 12px;position:absolute;z-index:10;bottom:125%;left:0;opacity:0;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.8rem;font-weight:400;line-height:1.4;pointer-events:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(10px)}._tooltipText_cccl1_43:after{content:"";position:absolute;top:100%;left:10px;border-width:5px;border-style:solid;border-color:#1e293b transparent transparent transparent}._label_cccl1_31{font-weight:500}._mainRow_cccl1_94{font-weight:700}._value_cccl1_98{font-weight:600;font-family:Inter,sans-serif}._sectionDivider_cccl1_103{height:1px;background-color:#f3f4f6;margin:.5rem 0}._totalRow_cccl1_109{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem;border-top:2px solid #f3f4f6;font-size:1.1rem}._totalLabel_cccl1_119{font-weight:700;color:#111827}._totalValue_cccl1_124{font-weight:800;color:#111827;font-size:1.2rem}._loading_cccl1_130{padding:2rem;text-align:center;color:#6b7280;font-style:italic}._subNavbarColumn_172s1_1{width:75%;max-width:75%;overflow:auto}._headingContainer_172s1_7{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px}._headingContainerEnd_172s1_14{justify-content:flex-end}._heading_172s1_7{cursor:pointer;font-size:26px;margin:0 30px 0 0;text-transform:capitalize}._buttons_group_update_172s1_25{position:fixed;top:50px;right:0;z-index:100}._buttons_group_172s1_25{align-items:center;display:flex}._secondColumn_172s1_63{text-align:right;width:35%}._iconLabel_172s1_68{margin-left:5px}._icon_172s1_68{fill:#000;height:22px;width:22px}._import_menu_button_172s1_78{background:#fff;color:#006aff;margin-right:0;padding:0}._import_menu_button_172s1_78>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._import_menu_button_172s1_78:hover{box-shadow:none!important}._button_172s1_25{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._button_icon_172s1_48{height:14px;margin-right:10px;width:14px}._button_icon_172s1_48>svg{fill:#006aff;height:inherit;width:inherit}._button_label_172s1_59{text-transform:capitalize}._subNavbarColumnDropdown_172s1_120{display:none}._extraPaddingTop_172s1_124{padding-top:50px;padding-bottom:120px}@media only screen and (max-width:1100px){._subNavbarColumn_172s1_1{display:none}._buttons_group_172s1_25{position:fixed;top:50px;right:0;z-index:100}._button_172s1_25{margin-right:12px;padding:0 14px}._button_label_172s1_59{display:none}._button_icon_172s1_48{margin:0}._label_filter_172s1_149{display:none}._subNavbarColumnDropdown_172s1_120{display:block;width:75%;max-width:75%;overflow:auto}._secondColumn_172s1_63{width:12%}._headingContainer_172s1_7{align-items:flex-start;flex-direction:column}._heading_172s1_7{margin-bottom:16px}}._dropdown_placeholder_1f181_1{font-size:1rem;font-weight:700}._dropdown_option_1f181_6{align-items:center;display:flex;justify-content:space-between}._option_arrow_icon_1f181_12{height:1rem;width:1rem}._option_arrow_icon_1f181_12>svg{height:inherit;width:inherit}._socketNotConnected_jenw2_1{text-align:center;font-size:1.2rem}._noteForStaff_jenw2_6{font-size:1.2rem;font-weight:700;margin-bottom:40px}._subNavbarColumn_jenw2_12{width:65%;max-width:65%;overflow:auto}._secondColumn_jenw2_18{display:flex;text-align:right;width:35%;justify-content:flex-end}._helperButton_jenw2_25{display:flex;align-items:center;height:40px;margin-left:15px;font-weight:700}._helperButton_jenw2_25>svg{height:16px;width:16px;fill:#000;margin-right:5px}._page_161wd_1{height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(900px 500px at 0% 0%,rgba(0,106,255,.12),transparent 60%),radial-gradient(800px 450px at 100% 100%,rgba(0,106,255,.08),transparent 60%),#f7f9fc}._formCard_161wd_11{display:grid;grid-template-columns:minmax(260px,320px) minmax(320px,520px);gap:0;background:#fff;border-radius:18px;box-shadow:0 18px 40px #0f172a29;overflow:hidden;width:100%;max-width:840px}._sidebarSlot_161wd_23{height:100%}._formContent_161wd_27{padding:2.4rem 2.4rem 2.1rem;background:#fff}._title_161wd_32,._mobileTitle_161wd_32{font-size:1.6rem;margin:0 0 .4rem}._mobileTitle_161wd_32{display:none}._description_161wd_41{margin:0 0 1.6rem;color:#525f7f}._field_161wd_46{margin-bottom:1rem;min-height:150px;margin-bottom:-30px}._submitBtn_161wd_52{width:100%;padding:.8rem 0!important;margin-top:3rem!important}@media only screen and (max-width:860px){._page_161wd_1{padding:1.5rem 1rem}._formCard_161wd_11{grid-template-columns:1fr;max-width:620px}._sidebarSlot_161wd_23{display:none}._formContent_161wd_27{padding:1.8rem 1.6rem 1.6rem}._mobileTitle_161wd_32{display:block}}@media only screen and (max-width:500px){._page_161wd_1{padding:1.25rem .75rem}._formContent_161wd_27{padding:1.6rem 1.2rem 1.4rem}}._sidebar_2axdu_1{background:linear-gradient(150deg,#006aff,#006affb8);color:#fff;padding:2.4rem 2.2rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}._sidebarContent_2axdu_11{display:flex;flex-direction:column;gap:1rem}._supportImage_2axdu_17{min-width:88px;min-height:88px;max-width:88px;max-height:88px}._sidebarHeading_2axdu_24{margin:.9rem 0 .6rem;font-size:1.85rem;font-weight:800;letter-spacing:.02em}._sidebarHeadingMain_2axdu_31{color:#fff}._sidebarHeadingNumber_2axdu_35{color:#7cd1ff;font-weight:800}._sidebarDescription_2axdu_40{margin:0;color:#f8fafce6;font-size:.9rem;line-height:1.5}._sidebarInfo_2axdu_47{display:flex;flex-direction:column;gap:1rem}._infoItem_2axdu_53{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0rem;border-radius:14px}._infoIcon_2axdu_61{width:35px;height:35px;border-radius:8px;background:#ffffff1d;display:flex;align-items:center;justify-content:center;flex:0 0 35px}._infoIconSvg_2axdu_72{width:18px;height:18px;fill:#ffffffeb}._infoLabel_2axdu_78{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;opacity:.75}._infoValue_2axdu_86{margin:.1rem 0 0;font-size:.9rem;font-weight:600}._sidebarFooter_2axdu_92{margin-top:2.4rem;padding-top:1.8rem}._sidebarDivider_2axdu_97{height:1px;width:100%;background:linear-gradient(90deg,#94a3b833,#94a3b859,#94a3b826);margin-bottom:.9rem}._sidebarNote_2axdu_104{margin:0;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;opacity:.85}._subNavbarLeftColumn_1o9cn_1{width:45%}._subNavbarLeftColumn_1o9cn_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}@media only screen and (max-width:768px){._subNavbarLeftColumn_1o9cn_1{width:50%}._subNavbarLeftColumn_1o9cn_1>h1{font-size:1rem}}@media only screen and (max-width:500px){._subNavbarLeftColumn_1o9cn_1{width:100%;margin-bottom:.5rem}._subNavbarLeftColumn_1o9cn_1>h1{font-size:.95rem}}._subNavbarRightColumn_1o9cn_29{display:flex;justify-content:flex-end;width:55%;gap:.5rem;flex-wrap:wrap}@media only screen and (max-width:768px){._subNavbarRightColumn_1o9cn_29{width:50%}}@media only screen and (max-width:500px){._subNavbarRightColumn_1o9cn_29{width:100%;justify-content:stretch;gap:.5rem}._subNavbarRightColumn_1o9cn_29 button{flex:1;min-width:0}}._button_1o9cn_53,._saveButton_1o9cn_53,._editButton_1o9cn_53{margin:0}._editButton_1o9cn_53{display:inline-flex;align-items:center;padding:8px 20px}._editButton_1o9cn_53>svg{fill:#fff;height:14px;margin-right:8px;width:14px}._editButton_1o9cn_53>svg>path{fill:#fff!important}@media only screen and (max-width:768px){._editButton_1o9cn_53{padding:8px 16px;font-size:.875rem}}@media only screen and (max-width:500px){._editButton_1o9cn_53{padding:8px 12px;font-size:.8rem;justify-content:center}._editButton_1o9cn_53 ._buttonText_1o9cn_83{display:none}._editButton_1o9cn_53>svg{margin-right:0;height:12px;width:12px}}._saveButton_1o9cn_53{color:#006aff;margin-left:16px;display:inline-flex;align-items:center;padding:8px 30px}._saveButton_1o9cn_53>svg{height:14px;margin-right:8px;width:14px}._saveButton_1o9cn_53>svg>path{stroke:#006aff!important}@media only screen and (max-width:768px){._saveButton_1o9cn_53{margin-left:8px;padding:8px 20px;font-size:.875rem}}@media only screen and (max-width:500px){._saveButton_1o9cn_53{margin-left:8px;padding:8px 16px;font-size:.8rem;justify-content:center}._saveButton_1o9cn_53 ._buttonText_1o9cn_83{display:none}._saveButton_1o9cn_53>svg{margin-right:0;height:12px;width:12px}}._container_1o9cn_132{display:flex;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}@media only screen and (max-width:1024px){._container_1o9cn_132{gap:1.5rem}}@media only screen and (max-width:768px){._container_1o9cn_132{padding:0 .75rem;gap:1rem}}@media only screen and (max-width:500px){._container_1o9cn_132{padding:0 .5rem}}._mainContent_1o9cn_156{flex:1;min-width:0}._sidebar_1o9cn_161{width:350px;flex-shrink:0}._siteAddressContainer_1o9cn_166{display:grid;grid-template-columns:1.6fr 1fr;gap:1rem}@media only screen and (max-width:1400px){._siteAddressContainer_1o9cn_166{grid-template-columns:1fr}}._tabbedSection_1o9cn_177{margin-bottom:2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}@media only screen and (max-width:500px){._tabbedSection_1o9cn_177{border-radius:6px;box-shadow:0 1px 2px #0000001a}}._tabsContainer_1o9cn_191{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}._tab_1o9cn_177{flex:1;padding:1rem 1.5rem;background:transparent;border:none;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin:0;border-radius:0!important}._tab_1o9cn_177:hover{color:#374151;background:#f3f4f6}@media only screen and (max-width:768px){._tab_1o9cn_177{padding:.875rem 1rem;font-size:.8125rem}}@media only screen and (max-width:500px){._tab_1o9cn_177{padding:.75rem;font-size:.75rem}}._activeTab_1o9cn_228{color:#3b82f6!important;background:#fff!important;border-bottom-color:#3b82f6!important}._tabContentWrapper_1o9cn_234{background:#fff;padding:2rem}@media only screen and (max-width:768px){._tabContentWrapper_1o9cn_234{padding:1.5rem}}@media only screen and (max-width:500px){._tabContentWrapper_1o9cn_234{padding:1rem}}._tabContent_1o9cn_234{padding:2rem}._section_1o9cn_253{margin-bottom:2rem}._section_1o9cn_253:last-child{margin-bottom:0}._sectionTitle_1o9cn_260{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}@media only screen and (max-width:500px){._sectionTitle_1o9cn_260{font-size:.9375rem}}._sectionDescription_1o9cn_272{font-size:.875rem;color:#6b7280;margin:0 0 1rem}@media only screen and (max-width:500px){._sectionDescription_1o9cn_272{font-size:.8125rem}}._toggleContainer_1o9cn_283{display:inline-flex;align-items:center;position:relative;cursor:pointer}._toggleInput_1o9cn_290{opacity:0;width:0;height:0}._toggleSlider_1o9cn_296{display:inline-block;width:44px;height:24px;background:#d1d5db;border-radius:24px;position:relative;transition:background .3s}._toggleSlider_1o9cn_296:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}._toggleInput_1o9cn_290:checked+._toggleSlider_1o9cn_296{background:#3b82f6}._toggleInput_1o9cn_290:checked+._toggleSlider_1o9cn_296:before{transform:translate(20px)}._seoTip_1o9cn_324{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:2rem;font-size:.875rem;color:#1e40af}@media only screen and (max-width:500px){._seoTip_1o9cn_324{padding:.75rem;font-size:.8125rem;gap:.5rem}}._seoTipIcon_1o9cn_344{font-size:1.25rem}._fieldLabel_1o9cn_348{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._textInput_1o9cn_356,._textArea_1o9cn_356{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s}._textInput_1o9cn_356:focus,._textArea_1o9cn_356:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media only screen and (max-width:500px){._textInput_1o9cn_356,._textArea_1o9cn_356{padding:.625rem;font-size:.8125rem}}._textArea_1o9cn_356{resize:vertical;min-height:100px}@media only screen and (max-width:500px){._textArea_1o9cn_356{min-height:80px}}._characterCount_1o9cn_386{font-size:.75rem;color:#9ca3af;margin-top:.5rem;text-align:right}._searchPreview_1o9cn_393{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:1rem}@media only screen and (max-width:500px){._searchPreview_1o9cn_393{padding:.75rem}}._previewUrl_1o9cn_406{font-size:.75rem;color:#059669;margin-bottom:.25rem}@media only screen and (max-width:500px){._previewUrl_1o9cn_406{font-size:.6875rem}}._previewTitle_1o9cn_417{font-size:1.125rem;color:#1a0dab;text-decoration:underline;margin-bottom:.25rem;cursor:pointer}@media only screen and (max-width:500px){._previewTitle_1o9cn_417{font-size:1rem}}._previewDescription_1o9cn_430{font-size:.875rem;color:#545454;line-height:1.4}@media only screen and (max-width:500px){._previewDescription_1o9cn_430{font-size:.8125rem}}@media only screen and (max-width:1024px){._container_1o9cn_132{flex-direction:column}._sidebar_1o9cn_161{width:100%}}@media only screen and (max-width:768px){._tabbedSection_1o9cn_177{border-radius:6px}._section_1o9cn_253{margin-bottom:1.5rem}}._templateSelectorOverlay_knweo_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}._templateSelectorScreen_knweo_14{width:100%;min-height:100vh;display:flex}._templateSelectorModal_knweo_20{width:100%}._templatesGrid_knweo_24{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:32px}._templateCard_knweo_31{aspect-ratio:5/3;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}._templateCard_knweo_31:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:scale(1.02)}._templateCard_knweo_31._selected_knweo_44{border-color:#007bff;background-color:#f8f9ff}._templateCard_knweo_31._published_knweo_48{border-color:#16a34a}._templatePreview_knweo_52{width:100%;height:100%;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._templatePreview_knweo_52 img{width:100%;height:100%;object-fit:fill}._templatePreviewOverlay_knweo_69{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0000 75%,#000000bf);pointer-events:none}._templatePreviewName_knweo_76{position:absolute;left:16px;right:16px;bottom:12px;color:#fff;font-size:20px;font-weight:600;line-height:1.2;pointer-events:none}._selectedIndicator_knweo_88{position:absolute;top:12px;right:12px;background:#007bff;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700}._publishedIndicator_knweo_100{position:absolute;top:12px;left:12px;background:#16a34a;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700}._actions_knweo_112{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid #e0e0e0}._continueButton_knweo_120{background:#007bff;color:#fff;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s ease}._continueButton_knweo_120:hover{background:#0056b3}._cancelButton_knweo_133{background:#e0e0e0;color:#333;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s ease}._cancelButton_knweo_133:hover{background:silver}@media(max-width:500px){._templatesGrid_knweo_24{grid-template-columns:1fr}}._container_1q2a7_1{position:relative;display:inline-flex;align-items:center}._container_1q2a7_1 ._bellButton_1q2a7_6{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#586271;cursor:pointer;transition:all .2s ease}._container_1q2a7_1 ._bellButton_1q2a7_6:hover,._container_1q2a7_1 ._bellButton_1q2a7_6._bellActive_1q2a7_20{color:#0b2135;background:#ebeef1}._container_1q2a7_1 ._bellButton_1q2a7_6 svg{width:20px;height:20px}._container_1q2a7_1 ._bellDotProcessing_1q2a7_28,._container_1q2a7_1 ._bellDotFailed_1q2a7_29{position:absolute;top:6px;right:6px;width:7px;height:7px;border-radius:50%;border:1.5px solid #fff}._container_1q2a7_1 ._bellDotProcessing_1q2a7_28{background:#006aff;animation:_pulse_1q2a7_1 2s infinite}._container_1q2a7_1 ._bellDotFailed_1q2a7_29{background:#fd5458}._container_1q2a7_1 ._bellBadge_1q2a7_45{position:absolute;top:2px;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#0b2135;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}@keyframes _pulse_1q2a7_1{0%,to{opacity:1}50%{opacity:.4}}._backdrop_1q2a7_69{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10040}._dropdown_1q2a7_75{position:fixed;width:380px;max-width:calc(100vw - 24px);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 35px -8px #0f172a29,0 8px 16px -4px #0f172a14;z-index:10050;overflow:hidden;animation:_slideDown_1q2a7_1 .2s cubic-bezier(.16,1,.3,1)}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9;background:#fff}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._headerLeft_1q2a7_95{display:flex;align-items:center;gap:8px}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._headerLeft_1q2a7_95 ._headerTitle_1q2a7_100{font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.01em}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._headerLeft_1q2a7_95 ._refreshButton_1q2a7_106{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:6px;transition:all .15s ease}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._headerLeft_1q2a7_95 ._refreshButton_1q2a7_106:hover{color:#0f172a;background:#f1f5f9}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._headerLeft_1q2a7_95 ._refreshButton_1q2a7_106 svg{width:15px;height:15px;fill:currentColor}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._headerLeft_1q2a7_95 ._refreshButton_1q2a7_106._refreshSpin_1q2a7_128 svg{animation:_spin_1q2a7_1 .8s linear infinite}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._tabs_1q2a7_131{display:flex;background:#f1f5f9;padding:3px;border-radius:8px;gap:2px}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._tabs_1q2a7_131 ._tab_1q2a7_131{padding:5px 12px;font-size:11.5px;font-weight:600;color:#64748b;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._tabs_1q2a7_131 ._tab_1q2a7_131:hover{color:#0f172a}._dropdown_1q2a7_75 ._dropdownHeader_1q2a7_87 ._tabs_1q2a7_131 ._tab_1q2a7_131._tabActive_1q2a7_153{background:#fff;color:#0f172a;font-weight:700;box-shadow:0 1px 3px #0f172a14}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159{max-height:440px;overflow-y:auto}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159::-webkit-scrollbar{width:5px}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._sectionHeader_1q2a7_170{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:10}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._sectionHeader_1q2a7_170 ._sectionLabel_1q2a7_181{font-size:12px;font-weight:700;color:#475569;font-style:normal;text-transform:capitalize;letter-spacing:.02em}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._sectionHeader_1q2a7_170 ._clearButton_1q2a7_189{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:#64748b;border:none;background:transparent;cursor:pointer;transition:all .15s ease}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._sectionHeader_1q2a7_170 ._clearButton_1q2a7_189:hover{color:#0f172a;text-decoration:underline}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._sectionHeader_1q2a7_170 ._clearButton_1q2a7_189:disabled{cursor:wait;opacity:.7;text-decoration:none}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._loadMoreButton_1q2a7_210{width:calc(100% - 32px);margin:10px 16px 14px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;background:#fff;font-size:11px;font-weight:700;cursor:pointer}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._loadMoreButton_1q2a7_210:hover:not(:disabled){color:#0f172a;border-color:#cbd5e1;background:#f8fafc}._dropdown_1q2a7_75 ._dropdownContent_1q2a7_159 ._loadMoreButton_1q2a7_210:disabled{cursor:wait;opacity:.65}@keyframes _slideDown_1q2a7_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_1q2a7_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._taskCard_1q2a7_250{position:relative;padding:14px 16px;border-bottom:1px solid #f1f5f9;background:#fff;transition:background .15s ease}._taskCard_1q2a7_250:hover{background:#f8fafc}._taskCard_1q2a7_250:hover ._taskDismissButton_1q2a7_260{opacity:1;background:#0f172a0d}._taskCard_1q2a7_250 ._taskTitle_1q2a7_264{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin:0;line-height:1.35}._taskCard_1q2a7_250 ._taskHeader_1q2a7_275{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;padding-right:28px}._taskCard_1q2a7_250 ._taskHeader_1q2a7_275 ._taskPercent_1q2a7_282{font-size:13px;font-weight:700;color:#2563eb;flex-shrink:0;margin-left:8px}._taskCard_1q2a7_250 ._taskStatusRow_1q2a7_289{margin-top:2px;display:flex;align-items:center;gap:6px}._taskCard_1q2a7_250 ._taskStatusRow_1q2a7_289 ._taskProcessingText_1q2a7_295{font-size:12px;font-weight:500;color:#64748b}._taskCard_1q2a7_250 ._taskProgressBar_1q2a7_300{position:absolute;bottom:0;left:0;right:0;height:3px;background:#f1f5f9}._taskCard_1q2a7_250 ._taskProgressBar_1q2a7_300 ._taskProgressFill_1q2a7_308{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:0 2px 2px 0;transition:width .4s ease}._taskCard_1q2a7_250 ._taskDismissButton_1q2a7_260{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:50%;opacity:0;pointer-events:none;z-index:10;transition:all .15s ease}._taskCard_1q2a7_250 ._taskDismissButton_1q2a7_260:hover{color:#dc2626!important;background:#fef2f2!important}._taskCard_1q2a7_250 ._taskDismissButton_1q2a7_260 svg{width:13px!important;height:13px!important;fill:currentColor}._taskCard_1q2a7_250 ._activeUnitList_1q2a7_342{display:flex;flex-direction:column;gap:8px;margin-top:10px;padding-top:8px;border-top:1px solid #f1f5f9}._taskCard_1q2a7_250 ._activeUnitRow_1q2a7_350{display:flex;align-items:center;gap:10px;padding:2px 0;min-width:0}._taskCard_1q2a7_250 ._activeUnitAvatarCol_1q2a7_357{display:flex;align-items:center;justify-content:center;flex-shrink:0}._taskCard_1q2a7_250 ._activeUnitMetaCol_1q2a7_363{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}._taskCard_1q2a7_250 ._activeUnitHeaderRow_1q2a7_370{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}._taskCard_1q2a7_250 ._activeUnitName_1q2a7_377{color:#0f172a;font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}._taskCard_1q2a7_250 ._activeUnitPercent_1q2a7_386{font-size:11px;font-weight:600;color:#2563eb;flex-shrink:0;line-height:1}._taskCard_1q2a7_250 ._activeUnitStatusRow_1q2a7_393{display:flex;align-items:center;gap:6px;min-width:0}._taskCard_1q2a7_250 ._activeUnitPhase_1q2a7_399{color:#64748b;font-size:11px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}._taskCard_1q2a7_250 ._activeUnitMore_1q2a7_408{display:inline-flex;align-items:center;color:#64748b;font-size:11px;font-weight:500;margin-top:2px}._taskCard_1q2a7_250:hover ._taskDismissButton_1q2a7_260,._taskCard_1q2a7_250:focus-within ._taskDismissButton_1q2a7_260{opacity:1;pointer-events:auto}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420{display:flex;align-items:flex-start;gap:12px}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconSuccess_1q2a7_425,._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconPending_1q2a7_426,._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconWarning_1q2a7_427,._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconFailed_1q2a7_428{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;flex-shrink:0}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconSuccess_1q2a7_425 svg,._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconPending_1q2a7_426 svg,._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconWarning_1q2a7_427 svg,._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconFailed_1q2a7_428 svg{width:15px;height:15px;fill:currentColor}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconSuccess_1q2a7_425{background:#10b9811f;color:#10b981}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconPending_1q2a7_426{background:#2563eb1f;color:#2563eb}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconPending_1q2a7_426 svg{animation:_spin_1q2a7_1 1s linear infinite}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconWarning_1q2a7_427{background:#f59e0b1f;color:#f59e0b}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._iconFailed_1q2a7_428{background:#ef44441f;color:#ef4444}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464{flex:1;min-width:0}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._taskTimeRow_1q2a7_468{display:flex;align-items:center;gap:8px;margin-top:2px;margin-bottom:6px}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._taskTimeRow_1q2a7_468 ._taskTime_1q2a7_468{font-size:11px;font-weight:500;color:#94a3b8}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._fallbackStatus_1q2a7_480{font-size:11.5px;font-weight:600}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._fallbackStatus_1q2a7_480._fallbackSuccess_1q2a7_484{color:#10b981}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._fallbackStatus_1q2a7_480._fallbackFailed_1q2a7_487{color:#ef4444}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._taskActions_1q2a7_490{display:flex;align-items:center;gap:8px;margin-top:10px}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._taskActions_1q2a7_490 ._retryButton_1q2a7_496{display:flex;align-items:center;gap:4px;padding:5px 12px;font-size:11.5px;font-weight:700;color:#fff;background:#0f172a;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;margin-left:auto}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._taskActions_1q2a7_490 ._retryButton_1q2a7_496:hover{background:#334155}._taskCard_1q2a7_250 ._completedLayout_1q2a7_420 ._completedContent_1q2a7_464 ._taskActions_1q2a7_490 ._retryButton_1q2a7_496 svg{width:13px;height:13px;fill:currentColor}._platformResultsContainer_1q2a7_520{margin-top:6px}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:2px}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeSuccess_1q2a7_530,._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeWarning_1q2a7_531,._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeFailed_1q2a7_532,._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeCancelled_1q2a7_533{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:650;border:1px solid transparent}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeSuccess_1q2a7_530{background:#10b98114;color:#059669;border-color:#10b98133}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeFailed_1q2a7_532{background:#ef444414;color:#dc2626;border-color:#ef444433}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeWarning_1q2a7_531{background:#f59e0b14;color:#d97706;border-color:#f59e0b33}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._summaryBadgeCancelled_1q2a7_533{background:#64748b14;color:#64748b;border-color:#64748b33}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._badgePlatformIcons_1q2a7_563{display:flex;align-items:center;margin-left:4px}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._badgePlatformIcons_1q2a7_563 ._badgePlatformIcon_1q2a7_563{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#fff;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 1px 2px #00000014;margin-left:-4px;position:relative;transition:all .2s}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._badgePlatformIcons_1q2a7_563 ._badgePlatformIcon_1q2a7_563:first-child{margin-left:0}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._badgePlatformIcons_1q2a7_563 ._badgePlatformIcon_1q2a7_563:hover{z-index:5;transform:scale(1.2)}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._expandButton_1q2a7_589{margin-left:auto;display:flex;align-items:center;gap:3px;background:transparent;border:none;font-size:11px;font-weight:600;color:#2563eb;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .15s ease}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._expandButton_1q2a7_589:hover{background:#eff6ff;color:#1d4ed8}._platformResultsContainer_1q2a7_520 ._resultsSummary_1q2a7_523 ._expandButton_1q2a7_589 ._expandChevron_1q2a7_608{font-size:11px}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611{display:flex;flex-direction:column;gap:4px;border-left:2px solid #e2e8f0;margin-top:8px;animation:_slideInLeft_1q2a7_1 .2s ease}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619{display:flex;align-items:flex-start;gap:8px;padding:6px 8px;border-radius:6px}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619._itemSuccess_1q2a7_626{background:#10b9810a}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619._itemFailed_1q2a7_629{background:#ef44440a}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619._itemCancelled_1q2a7_632{background:#64748b0d}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemPlatformIcon_1q2a7_635{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border-radius:6px;border:1px solid rgba(0,0,0,.06);flex-shrink:0}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646{flex:1;min-width:0}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemNameRow_1q2a7_650{display:flex;align-items:center;justify-content:space-between;gap:6px}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemNameRow_1q2a7_650 ._accountName_1q2a7_656{font-size:11.5px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664{margin-top:2px}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664 ._statusTextSuccess_1q2a7_667{font-size:11px;font-weight:600;color:#059669}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664 ._statusTextCancelled_1q2a7_672{font-size:11px;font-weight:600;color:#64748b}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664 ._statusTextPublishing_1q2a7_677{font-size:11px;font-weight:600;color:#d97706}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664 ._statusTextFailed_1q2a7_682{font-size:11px;font-weight:600;color:#dc2626}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664 ._viewErrorButton_1q2a7_687{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#dc2626;background:transparent;border:none;cursor:pointer;padding:2px 0 0;transition:all .15s ease}._platformResultsContainer_1q2a7_520 ._expandedList_1q2a7_611 ._expandedItem_1q2a7_619 ._itemContent_1q2a7_646 ._itemStatusRow_1q2a7_664 ._viewErrorButton_1q2a7_687:hover{color:#b91c1c;transform:translate(2px)}@keyframes _slideInLeft_1q2a7_1{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}._errorModalBackdrop_1q2a7_715{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:20000;animation:_fadeIn_1q2a7_1 .2s ease}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726{width:100%;max-width:480px;background:#fff;border-radius:14px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;margin:16px;animation:_zoomIn_1q2a7_1 .25s cubic-bezier(.16,1,.3,1)}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9;background:#fef2f2}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736 ._errorModalTitle_1q2a7_744{display:flex;align-items:center;gap:10px;font-weight:700;color:#b91c1c}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736 ._errorModalTitle_1q2a7_744 svg{width:20px;height:20px;fill:currentColor}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736 ._modalCloseButton_1q2a7_756{align-items:center;background:transparent;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:0 0 36px;height:36px;justify-content:center;padding:8px;transition:background-color .2s ease,color .2s ease;width:36px}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736 ._modalCloseButton_1q2a7_756 svg{display:block;fill:currentColor;height:20px;width:20px}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736 ._modalCloseButton_1q2a7_756:hover{background:#fff;color:#0f172a}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalHeader_1q2a7_736 ._modalCloseButton_1q2a7_756:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._errorModalBackdrop_1q2a7_715 ._errorModalContent_1q2a7_726 ._errorModalBody_1q2a7_785{padding:24px;max-height:70vh;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6;color:#334155;background:#f8fafc;white-space:pre-wrap;word-break:break-all}._notifCard_1q2a7_798{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s ease}._notifCard_1q2a7_798:hover{background:#f8fafc}._notifCard_1q2a7_798:hover ._notifDeleteButton_1q2a7_810{opacity:1}._notifCard_1q2a7_798._notifUnread_1q2a7_813{background:#2563eb0d}._notifCard_1q2a7_798._notifUnread_1q2a7_813 ._notifDot_1q2a7_816{background:#2563eb}._notifCard_1q2a7_798._notifUnread_1q2a7_813 ._notifMessage_1q2a7_819{color:#0f172a}._notifCard_1q2a7_798 ._notifDot_1q2a7_816{width:6px;height:6px;border-radius:50%;background:#cbd5e1;flex-shrink:0;margin-top:6px}._notifCard_1q2a7_798 ._notifDot_1q2a7_816._notifDotError_1q2a7_830{background:#ef4444}._notifCard_1q2a7_798 ._notifBody_1q2a7_833{flex:1;min-width:0}._notifCard_1q2a7_798 ._notifBody_1q2a7_833 ._notifMessage_1q2a7_819{font-size:12px;font-weight:600;color:#334155;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._notifCard_1q2a7_798 ._notifBody_1q2a7_833 ._notifTime_1q2a7_848{font-size:10.5px;font-weight:500;color:#94a3b8;margin-top:4px;display:block}._notifCard_1q2a7_798 ._notifDeleteButton_1q2a7_810{opacity:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent!important;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .2s ease;flex-shrink:0;margin-left:8px}._notifCard_1q2a7_798 ._notifDeleteButton_1q2a7_810:hover{color:#ef4444;background:transparent!important}._notifCard_1q2a7_798 ._notifDeleteButton_1q2a7_810 svg{width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;max-width:12px!important;max-height:12px!important;stroke-width:0;stroke:none!important;fill:currentColor!important}._emptyState_1q2a7_888{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;opacity:.8}._emptyState_1q2a7_888 ._emptyIcon_1q2a7_896{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f1f5f9;color:#94a3b8;margin-bottom:12px}._emptyState_1q2a7_888 ._emptyIcon_1q2a7_896 svg{width:20px;height:20px;fill:currentColor}._emptyState_1q2a7_888 ._emptyText_1q2a7_912{font-size:12px;font-weight:600;color:#64748b}@keyframes _zoomIn_1q2a7_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeIn_1q2a7_1{0%{opacity:0}to{opacity:1}}._header_n44v1_1{background:#fff;border-top:0}._header_n44v1_1[data-tone=success]{border-top-color:#009459}._header_n44v1_1[data-tone=warning]{border-top-color:#fc8c32}._header_n44v1_1[data-tone=danger]{border-top-color:#fd5458}._header_n44v1_1[data-tone=info]{border-top-color:#006aff}._topLine_n44v1_18{box-sizing:border-box;display:grid;grid-template-columns:44px minmax(260px,1fr) auto;width:min(100%,var(--campaign-content-width, 1480px));min-height:96px;align-items:center;column-gap:0;row-gap:16px;padding:20px 0;margin:0 auto;border-bottom:1px solid #dbe5f0}._backButton_n44v1_32,._commentsButton_n44v1_33,._iconButton_n44v1_34{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#0b2135;cursor:pointer}._backButton_n44v1_32:focus-visible,._commentsButton_n44v1_33:focus-visible,._iconButton_n44v1_34:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._backButton_n44v1_32:disabled,._commentsButton_n44v1_33:disabled,._iconButton_n44v1_34:disabled{cursor:not-allowed;opacity:.5}._backButton_n44v1_32,._commentsButton_n44v1_33,._iconButton_n44v1_34{width:44px;height:44px;padding:0;border-color:transparent;background:transparent}._backButton_n44v1_32:hover:not(:disabled),._commentsButton_n44v1_33:hover:not(:disabled),._iconButton_n44v1_34:hover:not(:disabled){border-color:#dbe5f0;background:#f8fafc;color:#1d4ed8}._identity_n44v1_74{flex:1;min-width:0}._identity_n44v1_74 p{margin:6px 0 0;color:#586271}._titleRow_n44v1_83{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:8px 12px}._campaignMeta_n44v1_91{display:flex;align-items:center;flex-wrap:wrap;gap:8px}._campaignTitle_n44v1_98{width:auto;min-width:0;max-width:min(100%,760px);flex:0 1 auto;margin:0;overflow:hidden;color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap!important}._status_n44v1_115{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border-radius:8px;font-size:12px;font-weight:700;text-transform:capitalize}._scheduleBadge_n44v1_126{display:inline-flex;align-items:center;padding:5px 9px;border:1px solid rgba(0,106,255,.28);border-radius:999px;background:#fff;color:#006aff;font-size:11px;font-weight:800}._statusDot_n44v1_138{width:7px;height:7px;border-radius:50%;background:currentColor}._success_n44v1_145{color:#009459;background:#00945914}._warning_n44v1_150{color:#fc8c32;background:#fc8c3214}._danger_n44v1_155{color:#fd5458;background:#fd545814}._info_n44v1_160{color:#006aff;background:#006aff14}._neutral_n44v1_165{color:#d4dae0;background:#ebeef1}@media(max-width:1100px){._topLine_n44v1_18{grid-template-columns:44px minmax(0,1fr);flex-wrap:wrap}._utilityActions_n44v1_175{grid-column:2;width:100%;justify-content:flex-start;margin-left:0}}@media(max-width:640px){._campaignTitle_n44v1_98{min-width:0;max-width:100%;flex-basis:100%;font-size:20px;white-space:normal!important}._identity_n44v1_74{min-width:0}._utilityActions_n44v1_175{width:100%;justify-content:flex-start}}._utilityActions_n44v1_175{display:flex;align-items:center;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-left:16px}._iconActions_n44v1_208{display:flex;align-items:center;gap:4px;padding-left:12px;margin-left:4px;border-left:1px solid #dbe5f0}@media(min-width:641px)and (max-width:1400px){._topLine_n44v1_18{align-items:center}._identity_n44v1_74{flex:1 1 280px}}._settingsButton_n44v1_225{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid transparent;border-radius:8px;background:#fff;color:#0b2135;cursor:pointer;font:inherit;font-weight:600}._settingsButton_n44v1_225:hover:not(:disabled){border-color:#dbe5f0;background:#f8fafc;color:#1d4ed8}._settingsButton_n44v1_225:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._settingsButton_n44v1_225:disabled{cursor:not-allowed;opacity:.5}._settingsButton_n44v1_225 svg{display:block;overflow:visible}._settingsButton_n44v1_225 circle,._settingsButton_n44v1_225 path{fill:none!important;stroke:currentColor!important}._iconButton_n44v1_34 svg{display:block;overflow:visible}._iconButton_n44v1_34 path{fill:none!important;stroke:currentColor!important}._srOnly_n44v1_272{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._commentsButton_n44v1_33{width:44px;height:44px;padding:0;color:#0b2135}._commentsButton_n44v1_33 svg,._commentsButton_n44v1_33 svg path{fill:currentColor}._publishNowButton_n44v1_295{gap:8px;background:#2563eb!important;color:#fff!important;border:1px solid #2563eb!important;font-weight:600;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}._publishNowButton_n44v1_295 svg{color:currentColor}._publishNowButton_n44v1_295 svg circle,._publishNowButton_n44v1_295 svg path{stroke:currentColor!important}._publishNowButton_n44v1_295:hover{border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._publishNowButton_n44v1_295:active{background:#006aff1a}@media(max-width:640px){._topLine_n44v1_18{grid-template-columns:40px minmax(0,1fr);min-height:0;row-gap:12px;padding:18px 0}._backButton_n44v1_32{width:40px;height:40px;flex:0 0 40px}._campaignMeta_n44v1_91{gap:8px}._utilityActions_n44v1_175{display:flex;grid-column:1/-1;flex-wrap:wrap;gap:8px}._publishNowButton_n44v1_295,._primaryActionButton_n44v1_342{width:auto!important;min-width:0!important;justify-content:center!important}._commentsButton_n44v1_33,._settingsButton_n44v1_225,._iconButton_n44v1_34{width:44px;min-width:44px}._iconActions_n44v1_208{padding-left:8px;margin-left:0}}._primaryActionButton_n44v1_342{border-color:#dbe5f0!important;background:#fff!important;color:#0b2135!important;box-shadow:none!important}._primaryActionButton_n44v1_342:hover:not(:disabled){border-color:#93b4df!important;background:#eff6ff!important;color:#1d4ed8!important}._drawerOverlay_1pzy5_1{background:#0b21356b!important}._drawerModal_1pzy5_5{inset:0 0 0 auto!important;width:min(560px,100vw)!important;min-width:0!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-left:1px solid #d4dae0!important;border-radius:0!important}._drawerContent_1pzy5_16{padding:0!important}._content_1pzy5_20{display:flex;flex-direction:column;gap:24px;width:auto;min-height:100%;padding:24px;background:#f8fafc}._formSection_1pzy5_30{display:flex;flex-direction:column;gap:18px;padding:20px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}._formSection_1pzy5_30>header{padding-bottom:16px;border-bottom:1px solid #ebeef1}._formSection_1pzy5_30 h3,._formSection_1pzy5_30 p{margin:0}._formSection_1pzy5_30 h3{color:#0b2135;font-size:18px}._formSection_1pzy5_30 p{max-width:62ch;margin-top:6px;color:#586271;line-height:1.5}._campaignContext_1pzy5_58{padding:20px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f2742}._campaignContext_1pzy5_58 h3{margin:0 0 6px;overflow-wrap:anywhere;color:#0f2742;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:20px;font-weight:700}._campaignContext_1pzy5_58 dl{margin:0;border-top:1px solid #e2e8f0}._campaignContext_1pzy5_58 dl div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #e2e8f0}._campaignContext_1pzy5_58 dl div:last-child{border-bottom:0}._campaignContext_1pzy5_58 dt{color:#64748b;font-size:12px}._campaignContext_1pzy5_58 dd{margin:0;color:#0f2742;font-size:12px;font-weight:700;text-align:right}._campaignContext_1pzy5_58 p{margin:16px 0 0;color:#64748b;font-size:12px;line-height:1.5}._contextName_1pzy5_105{margin:0 0 16px!important;overflow-wrap:anywhere;color:#52657a!important;font-size:13px!important;font-weight:600}._lifecycleSection_1pzy5_113{padding:20px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}._lifecycleSection_1pzy5_113>header h3,._lifecycleSection_1pzy5_113>header p{margin:0}._lifecycleSection_1pzy5_113>header h3{color:#0b2135;font-size:18px}._lifecycleSection_1pzy5_113>header p{margin-top:6px;color:#586271;line-height:1.5}._lifecycleSection_1pzy5_113>div{margin-top:14px;border-top:1px solid #ebeef1}._lifecycleSection_1pzy5_113 article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #ebeef1}._lifecycleSection_1pzy5_113 article strong,._lifecycleSection_1pzy5_113 article p{margin:0}._lifecycleSection_1pzy5_113 article strong{color:#0b2135}._lifecycleSection_1pzy5_113 article p{margin-top:4px;color:#586271;font-size:12px;line-height:1.45}._lifecycleSection_1pzy5_113 article>button{min-height:36px;padding:0 12px;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#0b2135;cursor:pointer;font-weight:700;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease}._lifecycleSection_1pzy5_113 article>button:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}._lifecycleSection_1pzy5_113 article>button:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._lifecycleSection_1pzy5_113 article>button:disabled{cursor:not-allowed;opacity:.55}._lifecycleSection_1pzy5_113 article[data-danger=true] strong,._lifecycleSection_1pzy5_113 article[data-danger=true]>button{color:#fd5458}._lifecycleSection_1pzy5_113 article[data-danger=true]>button{border-color:#fd545859}._lifecycleSection_1pzy5_113 article[data-danger=true]>button:hover:not(:disabled){border-color:#fd545880;background:#fd54580d}._lifecycleSection_1pzy5_113 article:last-child{border-bottom:0}._noActions_1pzy5_195{margin:0;padding:18px 0;color:#586271}._actions_1pzy5_201{position:sticky;bottom:-24px;z-index:2;display:flex;justify-content:flex-end;gap:10px;margin:0 -24px -24px;padding:16px 24px;border-top:1px solid #ebeef1;background:#fffffff5;box-shadow:0 -8px 22px #0f27420f}@media(max-width:620px){._content_1pzy5_20{padding:18px 16px;gap:16px}._formSection_1pzy5_30,._lifecycleSection_1pzy5_113{padding:16px}._actions_1pzy5_201{bottom:-18px;margin:0 -16px -18px;padding:14px 16px;align-items:stretch;flex-direction:column-reverse}._lifecycleSection_1pzy5_113 article{align-items:stretch;grid-template-columns:1fr}._lifecycleSection_1pzy5_113 article>button{justify-self:start;min-height:44px}}._navigation_1p9lx_1{box-sizing:border-box;display:flex;align-items:center;gap:28px;min-width:0;width:min(100%,var(--campaign-content-width, 1480px));padding:0 var(--campaign-gutter, 40px);margin:0 auto;overflow-x:auto;background:#fff;border-bottom:1px solid #dbe5f0;box-shadow:0 1px #0f274205;scrollbar-width:none;-webkit-overflow-scrolling:touch}._navigation_1p9lx_1::-webkit-scrollbar{display:none}._navigation_1p9lx_1 button{display:inline-flex;align-items:center;gap:7px;min-height:52px;padding:0;border:0;border-radius:0;border-bottom:2px solid transparent;background:transparent;color:#586271;font-weight:700;white-space:nowrap;cursor:pointer}._navigation_1p9lx_1 button:hover{color:#1d4ed8;background:transparent}._navigation_1p9lx_1 button:focus-visible{outline:2px solid #006AFF;outline-offset:-3px}._navigation_1p9lx_1 button span{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;font-size:11px;font-weight:800}._navigation_1p9lx_1 ._active_1p9lx_53{border-bottom-color:#2563eb;background:transparent;color:#1d4ed8}._dangerBadge_1p9lx_59{background:#fd54581a;color:#fd5458}._warningBadge_1p9lx_64{background:#fc8c321f;color:#fc8c32}@media(max-width:768px){._navigation_1p9lx_1{position:sticky;top:95px;z-index:5;gap:20px;padding:0 var(--campaign-gutter, 16px);box-shadow:0 6px 14px #0f27420f}._navigation_1p9lx_1 button{min-height:50px}}._page_jxaqc_2{display:flex;flex-direction:column;gap:var(--campaign-section-gap, 20px);color:#0b2135}._commandCenter_jxaqc_9{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-height:96px;border:1px solid #e8edf3;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px 4px #0b21350d}._commandActionArea_jxaqc_21{display:flex;align-items:center;padding:16px 20px;border-left:1px solid #e8edf3;background:#fbfcfd}._commandAction_jxaqc_21{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:172px;min-height:44px;padding:0 18px;border:0;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;font-size:14px;font-weight:600;box-shadow:0 2px 4px #2563eb33;transition:all .2s ease-in-out}._commandAction_jxaqc_21:hover{background:#1d4ed8;color:#fff;box-shadow:0 4px 10px #2563eb4d}._commandAction_jxaqc_21:hover ._actionArrow_jxaqc_52{transform:translate(3px)}._commandAction_jxaqc_21 ._actionArrow_jxaqc_52{width:16px;height:16px;transition:transform .2s ease-in-out}._commandStats_jxaqc_61{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}._commandStats_jxaqc_61 button{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:4px;padding:14px 20px;border:0;border-left:1px solid #e8edf3;border-radius:0!important;background:transparent;color:#0b2135;cursor:pointer;box-shadow:none!important;text-align:left;transition:background-color .15s ease-in-out}._commandStats_jxaqc_61 button:hover{background:#f8fafc;color:#0b2135}._commandStats_jxaqc_61 button:focus-visible{outline:2px solid #006AFF;outline-offset:-3px}._commandStats_jxaqc_61 button:first-child{border-left:0}._commandStats_jxaqc_61 ._statHeader_jxaqc_93{display:flex;align-items:center;gap:8px;width:100%}._commandStats_jxaqc_61 ._statIcon_jxaqc_99{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;flex-shrink:0}._commandStats_jxaqc_61 ._statIcon_jxaqc_99 svg{width:14px;height:14px}._commandStats_jxaqc_61 ._statIcon_jxaqc_99._iconSuccess_jxaqc_112{background:#ecfdf5;color:#059669}._commandStats_jxaqc_61 ._statIcon_jxaqc_99._iconPrimary_jxaqc_116{background:#eff6ff;color:#2563eb}._commandStats_jxaqc_61 ._statIcon_jxaqc_99._iconDanger_jxaqc_120{background:#fef2f2;color:#dc2626}._commandStats_jxaqc_61 ._statIcon_jxaqc_99._iconMuted_jxaqc_124{background:#f1f5f9;color:#64748b}._commandStats_jxaqc_61 ._statLabel_jxaqc_128{color:#64748b;font-size:13px;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._commandStats_jxaqc_61 ._statRate_jxaqc_137{font-size:11px;font-weight:600;color:#059669;background:#ecfdf5;padding:2px 6px;border-radius:10px}._commandStats_jxaqc_61 ._statValueRow_jxaqc_145{display:flex;align-items:baseline;line-height:1;margin-top:4px}._commandStats_jxaqc_61 strong{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:26px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;color:#0b2135}._commandStats_jxaqc_61 small{color:#64748b;font-family:inherit;font-size:15px;font-weight:500}._commandStats_jxaqc_61 ._progressTrack_jxaqc_165{width:100%;height:4px;background:#e2e8f0;border-radius:999px;margin-top:6px;overflow:hidden}._commandStats_jxaqc_61 ._progressFill_jxaqc_173{height:100%;background:#10b981;border-radius:999px;transition:width .3s ease}._commandStats_jxaqc_61 ._statHint_jxaqc_179{font-size:11px;font-weight:500;color:#94a3b8;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._commandStats_jxaqc_61 button[data-alert=true]{background:#fff8f8}._commandStats_jxaqc_61 button[data-alert=true]:hover{background:#fff1f1}._commandStats_jxaqc_61 button[data-alert=true] strong{color:#fd5458}._commandStats_jxaqc_61 button[data-alert=true] ._statLabel_jxaqc_128{color:#b91c1c}._operationalGrid_jxaqc_201{display:grid;grid-template-columns:minmax(0,58fr) var(--campaign-side-column, minmax(380px, 42fr));gap:var(--campaign-section-gap, 20px)}._workQueue_jxaqc_207{box-sizing:border-box;min-width:0;min-height:324px;padding:24px;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 16px #0f23370b}._sectionHeading_jxaqc_218{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._sectionHeading_jxaqc_218 h2,._sectionHeading_jxaqc_218 p{margin:0}._sectionHeading_jxaqc_218 h2{color:#0b2135;font-size:18px}._sectionHeading_jxaqc_218 p{margin-top:4px;color:#64748b;font-size:12px}._sectionHeading_jxaqc_218>button,._sectionHeading_jxaqc_218 button{padding:0;border:0;background:transparent;color:#006aff;cursor:pointer;font-weight:700}._workQueue_jxaqc_207 ._sectionHeading_jxaqc_218 h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:22px;font-weight:700;letter-spacing:-.015em}._attentionList_jxaqc_254{display:flex;flex-direction:column;margin-top:8px}._attentionList_jxaqc_254 button{display:grid;grid-template-columns:28px minmax(140px,220px) minmax(0,1fr) 18px;gap:12px;align-items:center;width:100%;min-height:54px;padding:10px 0;border:0;border-bottom:1px solid #e8edf3;background:transparent;color:#0b2135;cursor:pointer;text-align:left}._attentionList_jxaqc_254 button:after{color:#64748b;content:"→"}._attentionList_jxaqc_254 em{color:#64748b;font-size:10px;font-style:normal}._attentionList_jxaqc_254 strong{font-size:13px}._attentionList_jxaqc_254 span{color:#64748b;font-size:11px;line-height:1.4}._attentionList_jxaqc_254 ._danger_jxaqc_291 strong{color:#fd5458}._attentionList_jxaqc_254 ._warning_jxaqc_294 strong{color:#a84b24}._attentionList_jxaqc_254 ._info_jxaqc_297 strong{color:#006aff}._clearState_jxaqc_301{display:flex;align-items:center;min-height:38px;margin-top:8px;padding:4px 0 10px;border-bottom:1px solid #e8edf3;color:#087a55}._clearState_jxaqc_301 strong{font-size:13px;font-weight:500}._recentActivity_jxaqc_315{margin-top:0;padding-top:16px;border-top:1px solid #e8edf3}._recentActivity_jxaqc_315>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}._recentActivity_jxaqc_315>div:first-child>strong{font-size:14px}._recentActivity_jxaqc_315>div:first-child button{border:0;background:transparent;color:#006aff;cursor:pointer;font-size:12px;font-weight:700}._recentActivity_jxaqc_315 article{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:44px;padding:4px 0;border-bottom:1px solid #e8edf3}._recentActivity_jxaqc_315>p{margin:10px 0 0;color:#64748b;font-size:11px}._activityDot_jxaqc_352{width:8px;height:8px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 3px #f1f5f9;place-self:center}._activityContent_jxaqc_361{display:flex;flex-direction:column;gap:2px}._activityContent_jxaqc_361 strong{font-size:13px}._activityContent_jxaqc_361 span{color:#64748b;font-size:11px}._activityTime_jxaqc_374{color:#64748b;font-size:11px;white-space:nowrap}._nextDelivery_jxaqc_380{box-sizing:border-box;display:flex;flex-direction:column;align-self:start;width:100%;min-width:0;min-height:0;padding:24px;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 16px #0f23370b;color:#0b2135}._nextDelivery_jxaqc_380 h2{margin:0 0 14px;color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:18px;font-weight:700;letter-spacing:-.01em}._nextDelivery_jxaqc_380 ._nextDeliveryAccount_jxaqc_403{display:flex;align-items:center;gap:14px;padding:16px 0 20px}._nextDelivery_jxaqc_380 p,._nextDelivery_jxaqc_380 strong,._nextDelivery_jxaqc_380 small{display:block;margin:0}._nextDelivery_jxaqc_380 small{margin-top:2px;color:#5f6f82;font-size:12px;text-transform:capitalize}._nextDelivery_jxaqc_380>button{width:100%;min-height:42px;margin-top:0;border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}._nextDelivery_jxaqc_380>button:hover{border-color:#1d4ed8;background:#1d4ed8;color:#fff}._nextDelivery_jxaqc_380 strong._nextDeliveryDate_jxaqc_439{color:#475569;font-size:17px;font-weight:600}._nextDelivery_jxaqc_380 ._nextEmpty_jxaqc_444{margin:14px 0 18px;color:#64748b;font-size:13px;line-height:1.45}._nextDeliveryDate_jxaqc_439{display:block;padding-bottom:16px;border-bottom:1px solid #e6edf5;color:#0b2135;font-size:20px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.3}._nextEmpty_jxaqc_444,._timelineEmpty_jxaqc_463{color:#64748b;font-size:12px}._overviewSections_jxaqc_468{display:grid;grid-template-columns:minmax(0,58fr) var(--campaign-side-column, minmax(380px, 42fr));gap:var(--campaign-section-gap, 20px)}._campaignBrief_jxaqc_474,._timeline_jxaqc_463,._platformChart_jxaqc_476,._lifecycle_jxaqc_477{min-width:0;padding:24px 0 0;border-top:1px solid #e8edf3;background:transparent}._campaignBrief_jxaqc_474 ._briefHeader_jxaqc_484 h2,._timeline_jxaqc_463 ._sectionHeading_jxaqc_218 h2{color:#475569;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:0;text-transform:none}._campaignBrief_jxaqc_474 ._openContentLink_jxaqc_494,._timeline_jxaqc_463 ._sectionHeading_jxaqc_218 button{color:#0b2135}._platformChart_jxaqc_476,._lifecycle_jxaqc_477{grid-column:1/-1}._briefHeader_jxaqc_484{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._briefHeader_jxaqc_484 h2{margin:0;color:#0b2135;font-size:20px}._campaignBrief_jxaqc_474{padding:20px;border:1px solid #e8edf3;border-radius:12px;background:#fff}._contentPreview_jxaqc_523{display:-webkit-box;max-width:60ch;margin:5px 0 0;overflow:hidden;color:#64748b;font-size:12px;line-height:1.45;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:1}._openContentLink_jxaqc_494{flex:0 0 auto;padding:0;border:0;background:transparent;color:#006aff;cursor:pointer;font-weight:700;font-size:13px}._briefFacts_jxaqc_547{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 0;border-top:1px solid #e8edf3}._briefFacts_jxaqc_547 div{min-width:0;min-height:76px;padding:16px 18px 14px 0;border-bottom:1px solid #e8edf3}._briefFacts_jxaqc_547 div:not(:nth-child(3n+1)){padding-left:18px;border-left:1px solid #e8edf3}._briefFacts_jxaqc_547 dt{color:#64748b;font-size:12px}._briefFacts_jxaqc_547 dd{margin:4px 0 0;overflow:hidden;color:#0b2135;font-size:14px;font-weight:700;line-height:1.35;text-overflow:ellipsis}._timelineRows_jxaqc_577{margin-top:18px;border-top:1px solid #e8edf3}._timelineRow_jxaqc_577{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid #e8edf3}._timelineRow_jxaqc_577>button{display:grid;grid-template-columns:140px 24px minmax(0,1fr);gap:14px;align-items:center;min-height:49px;padding:0;border:0;background:transparent;color:#0b2135;cursor:pointer;text-align:left}._timelineRow_jxaqc_577 time{color:#64748b;font-size:12px}._timelineRow_jxaqc_577 span{overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._timelineStatus_jxaqc_613{margin-left:8px;padding:0!important;border:0!important;background:transparent!important;color:#087a55!important}._timelineStatus_jxaqc_613 svg{display:none}._platformRows_jxaqc_624{display:flex;flex-direction:column;margin-top:12px;border-top:1px solid #e8edf3}._platformRows_jxaqc_624>div{padding:14px 0;border-bottom:1px solid #e8edf3}._platformRows_jxaqc_624 dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:10px 0 0}._platformRows_jxaqc_624 dl div{display:flex;justify-content:space-between;gap:8px;padding-right:18px}._platformRows_jxaqc_624 dl div+div{padding-left:18px;border-left:1px solid #e8edf3}._platformRows_jxaqc_624 dt{color:#64748b;font-size:10px}._platformRows_jxaqc_624 dd{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:16px;font-weight:600}._platformSummary_jxaqc_660,._platformName_jxaqc_661{display:flex;align-items:center}._platformSummary_jxaqc_660{justify-content:space-between;gap:12px}._platformSummary_jxaqc_660>span{color:#64748b;font-size:10px}._platformName_jxaqc_661{gap:8px}._platformName_jxaqc_661 strong{text-transform:capitalize}._platformOutcomeBar_jxaqc_682{height:5px;margin-top:10px;overflow:hidden;background:#e8edf3}._outcomePublished_jxaqc_689 dd{color:#087a55}._outcomeUpcoming_jxaqc_693 dd{color:#245edb}._outcomeFailed_jxaqc_697 dd{color:#fd5458}._outcomeCancelled_jxaqc_701 dd{color:#64748b}._successBadge_jxaqc_705{display:flex;align-items:center;gap:8px}._successRateInfo_jxaqc_711{display:flex;align-items:center;gap:5px;color:#087a55;font-size:11px}._successRateIcon_jxaqc_719{display:inline-flex}._successTrack_jxaqc_723{width:70px;height:3px;overflow:hidden;background:#d9eee7}._successProgress_jxaqc_730{height:100%;background:#0aad7b}._lifecyclePipeline_jxaqc_735{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:14px;border-top:1px solid #e8edf3;border-bottom:1px solid #e8edf3}._lifecycleStep_jxaqc_743{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:center;min-height:72px;padding:12px 16px;border:0;border-top:2px solid transparent;background:transparent;color:#0b2135;cursor:pointer;text-align:left}._lifecycleStep_jxaqc_743+._lifecycleStep_jxaqc_743{border-left:1px solid #e8edf3}._lifecycleStep_jxaqc_743:focus-visible{outline:2px solid #006AFF;outline-offset:-3px}._stepHeader_jxaqc_765,._stepIcon_jxaqc_766{display:flex;align-items:center;justify-content:center}._stepIcon_jxaqc_766{width:28px;height:28px;color:#64748b}._stepBody_jxaqc_778{display:flex;flex-direction:column}._stepValue_jxaqc_783{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:22px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}._stepLabel_jxaqc_791{margin-top:4px;color:#64748b;font-size:10px}._stepReview_jxaqc_797{border-top-color:#c88822}._stepReady_jxaqc_801{border-top-color:#245edb}._stepSending_jxaqc_805{border-top-color:#8b5bc4}._stepPublished_jxaqc_809{border-top-color:#0aad7b}._stepFailed_jxaqc_813{border-top-color:#fd5458}._stepFailed_jxaqc_813._lifecycleStepActive_jxaqc_817 ._stepValue_jxaqc_783{color:#fd5458}._stepPublished_jxaqc_809._lifecycleStepActive_jxaqc_817 ._stepValue_jxaqc_783{color:#087a55}._stepReady_jxaqc_801._lifecycleStepActive_jxaqc_817 ._stepValue_jxaqc_783{color:#245edb}._connectorLine_jxaqc_829{display:none}._srOnly_jxaqc_833{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){._commandCenter_jxaqc_9{grid-template-columns:1fr}._commandActionArea_jxaqc_21{padding:14px 20px;border-top:1px solid #e8edf3;border-left:0}._operationalGrid_jxaqc_201,._overviewSections_jxaqc_468{grid-template-columns:1fr}._attentionList_jxaqc_254 button{grid-template-columns:24px minmax(0,1fr) auto;gap:10px}._attentionList_jxaqc_254 button strong,._attentionList_jxaqc_254 button span{grid-column:2}._attentionList_jxaqc_254 button:after{grid-column:3;grid-row:1/span 2}}@media(max-width:780px){._operationalGrid_jxaqc_201,._overviewSections_jxaqc_468{grid-template-columns:1fr}._platformChart_jxaqc_476,._lifecycle_jxaqc_477{grid-column:auto}._nextDelivery_jxaqc_380{width:100%}._workQueue_jxaqc_207,._campaignBrief_jxaqc_474{padding-right:0;border-right:0}._activityTime_jxaqc_374{display:none}._lifecyclePipeline_jxaqc_735{grid-template-columns:repeat(2,minmax(0,1fr))}._lifecycleStep_jxaqc_743+._lifecycleStep_jxaqc_743{border-left:0}._lifecycleStep_jxaqc_743:nth-child(2n){border-left:1px solid #e8edf3}._platformRows_jxaqc_624 dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 0}._platformRows_jxaqc_624 dl div:nth-child(3){padding-left:0;border-left:0}}@media(max-width:520px){._page_jxaqc_2,._operationalGrid_jxaqc_201,._overviewSections_jxaqc_468{gap:18px}._commandCenter_jxaqc_9{border-top:1px solid #e8edf3}._commandAction_jxaqc_21{width:100%}._commandActionArea_jxaqc_21{padding:12px}._commandStats_jxaqc_61{grid-template-columns:repeat(3,minmax(82px,1fr))}._commandStats_jxaqc_61 button{padding:10px}._commandStats_jxaqc_61 strong{font-size:23px}._attentionList_jxaqc_254 button{grid-template-columns:24px minmax(0,1fr) 18px}._attentionList_jxaqc_254 span{display:none}._briefHeader_jxaqc_484,._sectionHeading_jxaqc_218{align-items:flex-start}._briefFacts_jxaqc_547{grid-template-columns:1fr}._briefFacts_jxaqc_547 div,._briefFacts_jxaqc_547 div:not(:nth-child(3n+1)){padding:10px 0;border-left:0}._timelineRow_jxaqc_577{grid-template-columns:1fr}._timelineRow_jxaqc_577>button{grid-template-columns:98px 18px minmax(0,1fr)}._timelineStatus_jxaqc_613{justify-self:start;margin:0 0 8px}._lifecyclePipeline_jxaqc_735{grid-template-columns:1fr}._lifecycleStep_jxaqc_743:nth-child(2n),._lifecycleStep_jxaqc_743+._lifecycleStep_jxaqc_743{border-left:0}._platformRows_jxaqc_624 dl{grid-template-columns:1fr}._platformRows_jxaqc_624 dl div,._platformRows_jxaqc_624 dl div+div{padding:4px 0;border-left:0}}._preview_1b52m_1{min-width:0;height:auto;display:flex;flex-direction:column;padding:0;border:0;border-radius:0;background:transparent;box-sizing:border-box}._heading_1b52m_13{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}._heading_1b52m_13 h3,._heading_1b52m_13 p{margin:0}._heading_1b52m_13 h3{color:#0b2135;font-size:17px;font-weight:700}._accountDropdown_1b52m_30{width:min(250px,100% - 76px);min-width:0}._embeddedAccountSwitcher_1b52m_35{width:100%;margin-bottom:10px}._embeddedAccountSwitcher_1b52m_35 ._accountDropdown_1b52m_30{width:min(100%,250px);margin:0 auto}._canvas_1b52m_44{width:100%;max-width:100%;min-width:0;flex:none;margin-top:4px}@media(max-width:1120px){._preview_1b52m_1{position:static;height:auto}}@media(max-width:768px){._preview_1b52m_1{padding:0}}._preview_1b52m_1._embedded_1b52m_35{width:100%;max-width:490px;min-width:0;height:auto;padding:0;border:0;border-radius:0;background:transparent}._preview_1b52m_1._embedded_1b52m_35 ._canvas_1b52m_44{display:block;width:100%;flex:none;margin-top:0}._overlay_1oqwx_1{display:flex;justify-content:flex-end;padding:0;background-color:#12262180!important;z-index:9000}._drawer_1oqwx_9{width:min(720px,100vw);max-width:100vw;height:100vh;max-height:100vh;margin:0 0 0 auto;border-radius:0;background:#fff;border-left:1px solid #aebbb5;box-shadow:-12px 0 36px #006aff29;animation:_slideInRight_1oqwx_1 .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}._wide_1oqwx_24{width:min(1340px,100vw - 32px)}@keyframes _slideInRight_1oqwx_1{0%{transform:translate(100%)}to{transform:translate(0)}}._header_1oqwx_36{flex:0 0 auto;border-bottom:1px solid #dbe5f0;background:#fff;padding:18px 28px!important}._header_1oqwx_36 h1,._header_1oqwx_36 h2,._header_1oqwx_36 h3{color:#0b2135!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif"!important;font-size:22px!important;font-weight:700!important}._footer_1oqwx_51{flex:0 0 auto;border-top:1px solid #e2e8f0;background:#fff;padding:16px 28px!important;box-shadow:0 -4px 16px #0f172a0a}._content_1oqwx_59{flex:1 1 auto;min-height:0;padding:0;overflow-y:auto;background:#fffefa}._body_1oqwx_67{padding:24px 28px 40px}._description_1oqwx_71{max-width:70ch;padding:12px 16px;margin:0 0 20px;background:#f7f9fc;border:0;border-radius:8px;color:#475569;font-size:.8125rem;line-height:1.5}._footerContent_1oqwx_83{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}._primaryError_1oqwx_91{max-width:70ch;margin:0;color:#b91c1c;font-size:.8125rem;font-weight:600;line-height:1.4}._footerActions_1oqwx_100{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}._footerActions_1oqwx_100 button{border-radius:8px!important;box-shadow:none!important}._footerActions_1oqwx_100 button:first-child{border-color:#2563eb!important;background:#2563eb!important;color:#fff!important}._footerActions_1oqwx_100 button:first-child:hover{border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._footerActions_1oqwx_100 button:last-child:not(:first-child){border:1px solid #bdcce0!important;background:#fff!important;color:#1e3a5f!important}._footerActions_1oqwx_100 button:last-child:not(:first-child):hover{border-color:#93b4e8!important;background:#eff6ff!important;color:#1d4ed8!important}@media(max-width:768px){._drawer_1oqwx_9,._wide_1oqwx_24{width:100vw}._header_1oqwx_36,._footer_1oqwx_51{padding:16px 18px!important}._body_1oqwx_67{padding:18px 16px 24px}._footerContent_1oqwx_83{align-items:stretch;flex-direction:column}}._workspace_c41m4_1{display:grid;align-items:start;gap:24px;grid-template-columns:minmax(0,1fr) minmax(340px,420px);min-width:0}._editor_c41m4_9{min-width:0}._singleColumn_c41m4_13{grid-template-columns:minmax(0,1fr)}@media(max-width:1040px){._workspace_c41m4_1{grid-template-columns:minmax(0,1fr)}}._content_1pz6n_1{display:flex;flex-direction:column;gap:20px;min-width:460px;padding:22px}._content_1pz6n_1>p{padding:13px;margin:0;border-radius:8px;background:#f9fbfd;color:#586271;line-height:1.5}._field_1pz6n_17{display:flex;flex-direction:column;gap:9px}._field_1pz6n_17>span{color:#0b2135;font-weight:700}._minimumTimeHint_1pz6n_27{margin-top:-10px;color:#586271;font-size:12px;line-height:1.4}._actions_1pz6n_34{display:flex;justify-content:flex-end;gap:8px}._targetList_1pz6n_40{display:grid;gap:8px;max-height:320px;overflow-y:auto}._targetOption_1pz6n_47{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #dbe3ef;border-radius:8px;cursor:pointer}._targetOption_1pz6n_47 input{width:18px;height:18px}._targetOption_1pz6n_47 span{display:flex;flex-direction:column;gap:2px}._targetOption_1pz6n_47 small{color:#64748b;text-transform:capitalize}._emptyTargetState_1pz6n_70{padding:14px;margin:0;border:1px dashed #ebeef1;border-radius:8px;background:#f0f2f6;color:#586271;text-align:center}._unavailableTargets_1pz6n_80{display:grid;gap:8px;padding-top:14px;border-top:1px solid #ebeef1}._unavailableTargets_1pz6n_80>strong{color:#0b2135;font-size:13px}._unavailableTarget_1pz6n_80{background:#f0f2f6;opacity:.72;cursor:not-allowed}._content_1pz6n_1>._error_1pz6n_97{color:#b42318;margin:0}@media(max-width:768px){._content_1pz6n_1{min-width:0;padding:18px}}@media(max-width:480px){._actions_1pz6n_34{flex-direction:column-reverse}._actions_1pz6n_34 button{width:100%}}._options_7huaz_1{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #ebeef1}._heading_7huaz_9{display:flex;flex-direction:column;gap:3px}._heading_7huaz_9 strong{color:#0b2135}._heading_7huaz_9 span{color:#586271;line-height:1.4}._disabled_7huaz_22{opacity:.6;pointer-events:none}@media(max-width:768px){._options_7huaz_1{gap:10px}}._form_thdj6_1{display:flex;flex-direction:column;gap:16px}._section_thdj6_7{display:flex;min-width:0;flex-direction:column;gap:8px}._label_thdj6_14{color:#0b2135;font-size:13px}._sequenceForm_thdj6_19{display:flex;min-width:0;flex-direction:column;gap:12px}._sequenceForm_thdj6_19>*,._sequenceForm_thdj6_19 ._scopeNotice_thdj6_26,._sequenceForm_thdj6_19 ._contentSection_thdj6_27,._sequenceForm_thdj6_19 ._mediaSection_thdj6_28,._sequenceForm_thdj6_19 ._settingsSection_thdj6_29{width:100%;min-width:0;box-sizing:border-box}._scopeNotice_thdj6_26{display:flex;flex-direction:column;gap:3px;padding:11px 13px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}._scopeNotice_thdj6_26 strong{color:#1e3a8a;font-size:13px}._scopeNotice_thdj6_26 span{color:#475569;font-size:12px;line-height:1.45}._publishingDefaultsSection_thdj6_54{margin-top:4px}._validationStatus_thdj6_58{width:max-content!important;min-height:32px!important;align-self:flex-end;padding:4px 8px!important;border-radius:8px!important;justify-content:flex-end!important}._tabs_1uyew_1{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}._tabs_1uyew_1 button{align-items:center;background:#fff;border:1px solid #d9e2ef;border-radius:999px;color:#41506a;display:inline-flex;gap:6px;min-height:36px;padding:0 14px}._tabs_1uyew_1 button[aria-pressed=true]{background:#eef5ff;border-color:#2563eb;color:#075ccc}._actions_1uyew_26{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}._panel_2sskm_1{display:flex;flex-direction:column;gap:18px}._toolbar_2sskm_7{display:flex;align-items:center;justify-content:space-between;gap:20px}._toolbar_2sskm_7 h2{margin:0;color:#0b2135;font-size:20px;font-weight:700}._toolbarHeading_2sskm_20{display:flex;min-width:0;align-items:center}._toolbarActions_2sskm_26{display:flex;align-items:center;gap:10px}._viewModeSwitcher_2sskm_32{display:inline-flex;align-items:center;padding:3px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9px;gap:2px}._viewModeBtn_2sskm_42{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;min-height:36px;border:0;border-radius:6px;background:transparent;color:#64748b;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .18s ease}._viewModeBtn_2sskm_42 svg{flex-shrink:0}._viewModeBtn_2sskm_42:hover:not(._activeViewMode_2sskm_60){color:#0f172a;background:#fff9}._viewModeBtn_2sskm_42._activeViewMode_2sskm_60{background:#fff;color:#006aff;box-shadow:0 1px 3px #0f172a14}._filterBar_2sskm_70{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 1px 3px #0f172a08}._workspace_2sskm_82{min-width:0}._list_2sskm_86{overflow:hidden;border:1px solid #ebeef1;border-radius:8px;background:#fff}._searchControl_2sskm_93{position:relative;flex:0 0 340px;max-width:100%;min-width:0}._searchInputControl_2sskm_100{width:100%;margin-bottom:0}._searchInputField_2sskm_105{min-height:40px;padding:0 40px 0 38px;border:1px solid #cbd5e1;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease}._searchInputField_2sskm_105:focus-within{border-color:#006aff!important;box-shadow:0 0 0 3px #006aff1f!important}._searchInput_2sskm_100{height:38px;padding:0;border:0;outline:0;background:transparent;font-size:13px;font-weight:400}._searchInput_2sskm_100::placeholder{color:#526273;opacity:1}._clearSearch_2sskm_131{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:26px;height:26px;padding:0;border:none;background:#f1f5f9;border-radius:50%;color:#64748b;font-size:18px;cursor:pointer;line-height:1}._clearSearch_2sskm_131:hover{background:#e2e8f0;color:#0f172a}._filters_2sskm_154{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}._filters_2sskm_154 button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;min-height:36px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._filters_2sskm_154 button:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}._filters_2sskm_154 button._activeFilter_2sskm_181{background:#006aff14;border-color:#006aff;color:#006aff;font-weight:700}._filters_2sskm_154 button._activeFilter_2sskm_181 ._filterCount_2sskm_187{background:#006aff;color:#fff}._filterCount_2sskm_187{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700;line-height:1}._previewBanner_2sskm_207{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px dashed rgba(0,106,255,.4);border-radius:12px;background:#006aff0a;color:#006aff}._previewBanner_2sskm_207 strong{display:block;font-size:13px;font-weight:700}._previewBanner_2sskm_207 span{font-size:12px;color:#586271}._bulkBar_2sskm_227{position:fixed;bottom:24px;left:50%;transform:translate(-50%);width:min(1040px,100% - 48px);z-index:100;display:flex;flex-direction:column;gap:12px;padding:14px 20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 20px 40px -6px #0f172a2e,0 8px 16px -4px #0f172a14;animation:_bulkBarSlideUp_2sskm_1 .26s cubic-bezier(.16,1,.3,1)}._bulkBar_2sskm_227 ._bulkMainRow_2sskm_244{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}._bulkBar_2sskm_227 ._bulkSelection_2sskm_251{display:flex;align-items:center;padding-right:16px;border-right:1px solid #e2e8f0;flex-shrink:0}._bulkBar_2sskm_227 ._bulkSummary_2sskm_258{display:flex;flex-direction:column;gap:2px;margin-right:auto;min-width:0}._bulkBar_2sskm_227 ._bulkSummary_2sskm_258 strong{font-size:14px;font-weight:700;color:#0f172a}._bulkBar_2sskm_227 ._bulkSummary_2sskm_258 span{font-size:12px;color:#64748b;white-space:nowrap}._bulkBar_2sskm_227 ._bulkControls_2sskm_275{display:flex;align-items:center;gap:10px;flex-shrink:0}._bulkBar_2sskm_227 ._bulkControls_2sskm_275 button{font-weight:600;font-size:13px}._bulkBar_2sskm_227 ._bulkRescheduleForm_2sskm_285{display:flex;align-items:center;gap:12px;padding-top:12px;border-top:1px dashed #e2e8f0;width:100%;animation:_scheduleEditorSlideDown_2sskm_1 .2s ease-out}._bulkBar_2sskm_227 ._bulkRescheduleForm_2sskm_285>div{flex:1}._bulkBar_2sskm_227 ._bulkRescheduleForm_2sskm_285 button{flex-shrink:0;font-weight:700}@keyframes _bulkBarSlideUp_2sskm_1{0%{opacity:0;transform:translate(-50%,24px)}to{opacity:1;transform:translate(-50%)}}._groupContainer_2sskm_312{display:flex;flex-direction:column;border-bottom:1px solid rgba(235,238,241,.7);background:#fff}._groupContainer_2sskm_312:last-child{border-bottom:0}._groupHeaderWrapper_2sskm_322{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;padding:8px 14px;align-items:center;background:#fff;transition:background-color .2s ease}._groupHeaderWrapper_2sskm_322:hover{background:#f0f2f680}._groupHeader_2sskm_322{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-width:0;padding:6px 0;border:0;background:transparent;text-align:left;cursor:pointer;font-family:inherit}._groupHeader_2sskm_322:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._groupHeaderLeft_2sskm_354{display:flex;align-items:center;gap:12px;min-width:0}._groupToggleIcon_2sskm_361{display:grid;place-items:center;width:24px;height:24px;border-radius:4px;color:#586271;transition:all .2s ease}._groupToggleIcon_2sskm_361:hover{background:#ebeef180;color:#525f7f}._groupToggleIcon_2sskm_361 svg{color:inherit}._groupHeaderInfo_2sskm_378{display:flex;align-items:center;gap:12px}._groupTitle_2sskm_384{font-size:14px;font-weight:700;color:#525f7f}._groupMeta_2sskm_390{font-size:12px;color:#586271;background:#ebeef180;padding:2px 8px;border-radius:10px}._groupHeaderRight_2sskm_398{display:flex;align-items:center;gap:12px;margin-right:16px}._exceptionTag_2sskm_405{padding:2px 8px;border-radius:4px;background:#fc8c321a;color:#fc8c32;font-size:12px;font-weight:700}._groupHeaderActions_2sskm_414{display:flex;align-items:center;gap:8px;flex-shrink:0}._publishButton_2sskm_421{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 12px;min-width:96px;border:0;border-radius:6px;background:#006aff;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}._publishButton_2sskm_421:hover{background:#006affdb}._publishButton_2sskm_421 svg{flex-shrink:0;width:16px;height:16px;color:currentColor}._publishButton_2sskm_421:focus-visible{outline:2px solid rgba(0,106,255,.42);outline-offset:2px}._publishButton_2sskm_421:disabled{cursor:wait;opacity:.68}._moreButton_2sskm_456{display:grid;place-items:center;width:32px;height:32px;border:1px solid #ebeef1;border-radius:6px;background:#fff;color:#586271;cursor:pointer;transition:all .2s ease}._moreButton_2sskm_456:hover{border-color:#f6f8fa;color:#525f7f}._groupContent_2sskm_473{display:flex;flex-direction:column;border-top:1px solid rgba(235,238,241,.5);background:#fff;margin-left:20px;border-left:1px solid rgba(0,106,255,.18)}._emptyDelivery_2sskm_482{padding:24px;text-align:center;color:#586271;font-size:13px}._listHeader_2sskm_489{display:grid;grid-template-columns:38px minmax(0,1fr) 108px;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(235,238,241,.8);background:#f0f2f680;color:#586271;font-size:13px;font-weight:700}._headerMain_2sskm_501{display:grid;grid-template-columns:minmax(190px,1.1fr) minmax(220px,1.5fr) 200px 160px;gap:12px;width:100%}._row_2sskm_508{display:grid;grid-template-columns:38px minmax(0,1fr) 108px;gap:12px;padding:0 14px;align-items:center;border-bottom:1px solid rgba(235,238,241,.6);transition:background-color .2s ease;border-left:0}._row_2sskm_508:hover{background:#f0f2f680}._row_2sskm_508:last-child{border-bottom:0}._selected_2sskm_525{background:#006aff08}._selectionCell_2sskm_529{display:grid;min-height:44px;place-items:center}._srOnly_2sskm_535{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}._rowMain_2sskm_546{display:grid;grid-template-columns:minmax(190px,1.1fr) minmax(220px,1.5fr) 200px 160px;align-items:center;gap:12px;width:100%;min-width:0;padding:13px 0;border:0;background:transparent;color:#222;text-align:left;cursor:pointer}._rowMain_2sskm_546:focus-visible{outline:2px solid #006AFF;outline-offset:-3px}._rowMain_2sskm_546>time{color:#222;font-size:12px}._inspectorSection_2sskm_685{margin-top:16px;border-top:1px solid #ebeef1}._inspectorToggle_2sskm_690{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 16px;margin-bottom:8px;border:1px solid #ebeef1;border-radius:8px;background:#fff;color:#0b2135;font-family:inherit;text-align:left;cursor:pointer;transition:all .2s ease}._inspectorToggle_2sskm_690>span{display:flex;flex-direction:row;align-items:center;gap:8px}._inspectorToggle_2sskm_690 strong{font-size:13px;font-weight:600}._inspectorToggle_2sskm_690 small{color:#586271;font-size:12px}._inspectorToggle_2sskm_690 i{display:flex;align-items:center;justify-content:center;color:#586271;font-style:normal}._inspectorToggle_2sskm_690:hover{background:#f0f2f6}._inspectorToggle_2sskm_690:focus-visible{border-radius:8px;outline:2px solid #006AFF;outline-offset:1px}._inspectorContent_2sskm_737{padding:0 0 16px}._inspectorContent_2sskm_737 ._deliveryContent_2sskm_740,._inspectorContent_2sskm_737 ._reschedule_2sskm_741{gap:14px;padding:0;margin:0;outline-offset:-3px}._inspectorContent_2sskm_737>time{color:#222;font-size:12px}._accountCell_2sskm_569{display:flex;align-items:center;min-width:0;gap:10px}._account_2sskm_569{display:flex;flex-direction:column;gap:3px;min-width:0}._account_2sskm_569 strong,._account_2sskm_569 small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._account_2sskm_569 strong{color:#0b2135}._account_2sskm_569 small{color:#586271;text-transform:capitalize}._caption_2sskm_596{overflow:hidden;color:#586271;text-overflow:ellipsis;white-space:nowrap}._conflictIcon_2sskm_603{display:inline-flex;margin-left:6px;color:#fc8c32;vertical-align:middle}._status_2sskm_610{justify-self:start;padding:5px 8px;border-radius:8px;background:#f0f2f6;color:#525f7f;font-size:11px;font-weight:800;text-transform:capitalize}._published_2sskm_621{background:#00945914;color:#009459}._scheduled_2sskm_626{background:#006aff14;color:#006aff}._pending_approval_2sskm_631,._preview_2sskm_207,._paused_2sskm_633{background:#fc8c321a;color:#fc8c32}._failed_2sskm_638{background:#fd545814;color:#fd5458}._cancelled_2sskm_643{color:#586271}._publishing_2sskm_647,._processing_2sskm_648,._retrying_2sskm_649{background:#006aff14;color:#006aff}._rowActions_2sskm_654{display:flex;align-items:center;justify-content:flex-end;gap:5px;width:108px;padding-right:12px}._rowActions_2sskm_654>button{min-width:62px}._moreButton_2sskm_456{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#586271;cursor:pointer}._detail_2sskm_680{width:100%;padding:0}._reviewRequestNotice_2sskm_868{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid rgba(252,140,50,.35);border-radius:10px;background:#fc8c3212;color:#8a3f00}._reviewRequestNotice_2sskm_868>svg{flex:0 0 auto;margin-top:2px}._reviewRequestBody_2sskm_883{display:flex;min-width:0;flex-direction:column;gap:5px}._reviewRequestBody_2sskm_883 strong{color:#7a3500;font-size:14px}._reviewRequestBody_2sskm_883 p,._reviewRequestBody_2sskm_883>span,._reviewRequestBody_2sskm_883 small{margin:0;font-size:12px;line-height:1.45}._reviewRequestBody_2sskm_883 p{color:#0b2135;font-size:13px;white-space:pre-wrap}._reviewRequestBody_2sskm_883>span,._reviewRequestBody_2sskm_883 small{color:#586271}._reviewRequestFields_2sskm_910{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}._reviewRequestFields_2sskm_910 span{padding:4px 7px;border-radius:5px;background:#fc8c3224;color:#7a3500;font-size:11px;font-weight:650}._detail_2sskm_680{display:flex;flex-direction:column;gap:12px;width:100%}._detailHeroCard_2sskm_932{padding:16px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 10px -2px #0f172a0a}._detailHeroMain_2sskm_940{display:flex;align-items:center;justify-content:space-between;gap:14px}._detailIdentity_2sskm_947{display:flex;align-items:center;gap:12px;min-width:0}._detailAccountMeta_2sskm_954{display:flex;flex-direction:column;gap:2px;min-width:0}._detailAccountMeta_2sskm_954 h2{margin:0;font-size:.9375rem;font-weight:700;color:#0f172a;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._platformSubLabel_2sskm_971{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#64748b;font-weight:500}._heroStatusArea_2sskm_980{flex-shrink:0}._heroMetaBar_2sskm_984{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:12px;padding-top:10px;border-top:1px dashed #e2e8f0}._heroMetaItem_2sskm_994{display:inline-flex;align-items:center;gap:6px;font-size:.78125rem;font-weight:500;color:#475569}._heroMetaItem_2sskm_994 svg{color:#64748b;flex-shrink:0}._actionHubList_2sskm_1007{display:flex;flex-direction:column;gap:10px}._publishedSuccessCard_2sskm_1013{display:flex;flex-direction:column;gap:12px;padding:16px 18px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px}._publishedSuccessHeader_2sskm_1023{display:flex;align-items:center;gap:12px}._publishedSuccessHeader_2sskm_1023 svg{color:#16a34a;flex-shrink:0}._publishedSuccessHeader_2sskm_1023>div{display:flex;flex-direction:column;gap:2px}._publishedSuccessHeader_2sskm_1023>div strong{color:#15803d;font-size:14px;font-weight:700}._publishedSuccessHeader_2sskm_1023>div span{color:#166534;font-size:12px}._inspectorSection_2sskm_685{margin:0;border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0f172a05;transition:all .2s ease}._inspectorSection_2sskm_685._inspectorSectionOpen_2sskm_1056{border-color:#cbd5e1;box-shadow:0 4px 14px -2px #0f172a0f}._inspectorToggle_2sskm_690{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;border:0;border-radius:0;background:#fff;color:#0f172a;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s ease}._inspectorToggle_2sskm_690._inspectorToggleOpen_2sskm_1077{background:#f8fafc;border-bottom:1px solid #f1f5f9}._inspectorToggle_2sskm_690:hover:not(._inspectorToggleOpen_2sskm_1077){background:#f8fafc}._inspectorToggle_2sskm_690:focus-visible{outline:2px solid #006AFF;outline-offset:-1px}._actionTileMain_2sskm_1089{display:flex;align-items:center;gap:12px;min-width:0}._actionTileIconBox_2sskm_1096{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#eff6ff;color:#2563eb;flex-shrink:0}._actionTileText_2sskm_1108{display:flex;flex-direction:column;gap:1px;min-width:0}._actionTileText_2sskm_1108 strong{font-size:.84375rem;font-weight:600;color:#0f172a}._actionTileSubtitle_2sskm_1120{font-size:.75rem;color:#64748b;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._actionTileSummary_2sskm_1129{font-size:.71875rem;color:#94a3b8}._actionTileChevron_2sskm_1134{display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:transform .2s ease,color .15s ease}._inspectorToggle_2sskm_690:hover ._actionTileChevron_2sskm_1134{color:#475569;transform:translate(2px)}._inspectorContent_2sskm_737{padding:14px 16px 16px;background:#fff}._inspectorContent_2sskm_737 ._deliveryContent_2sskm_740,._inspectorContent_2sskm_737 ._reschedule_2sskm_741{display:flex;flex-direction:column;gap:14px;padding:0;margin:0;border:0}._dateTimeField_2sskm_1160{display:flex;flex-direction:column;gap:8px}._dateTimeField_2sskm_1160 small{font-size:.75rem;color:#64748b;line-height:1.45}._dateTimeField_2sskm_1160 ._invalidTimeHint_2sskm_1175{color:#d97706;font-weight:500}._rescheduleActions_2sskm_1180,._deliverySaveActions_2sskm_1181{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}._rescheduleActions_2sskm_1180 ._removeOverrideBtn_2sskm_1190,._deliverySaveActions_2sskm_1181 ._removeOverrideBtn_2sskm_1190{margin-right:auto;padding:.5rem .875rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}._rescheduleActions_2sskm_1180 ._removeOverrideBtn_2sskm_1190:hover:not(:disabled),._deliverySaveActions_2sskm_1181 ._removeOverrideBtn_2sskm_1190:hover:not(:disabled){color:#ef4444;background:#fef2f2;border-color:#fecaca}._rescheduleActions_2sskm_1180 ._removeOverrideBtn_2sskm_1190:disabled,._deliverySaveActions_2sskm_1181 ._removeOverrideBtn_2sskm_1190:disabled{opacity:.45;cursor:not-allowed}._rescheduleActions_2sskm_1180 ._saveTimeBtn_2sskm_1214,._rescheduleActions_2sskm_1180 ._saveDeliveryBtn_2sskm_1215,._deliverySaveActions_2sskm_1181 ._saveTimeBtn_2sskm_1214,._deliverySaveActions_2sskm_1181 ._saveDeliveryBtn_2sskm_1215{min-width:140px;height:36px;border-radius:8px;font-size:.8125rem;font-weight:600;box-shadow:0 1px 2px #2563eb26}._conflict_2sskm_603{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:10px}._platformNotice_2sskm_1234{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid #fde68a;border-radius:12px;background:#fffbeb;color:#92400e;font-size:.8125rem;line-height:1.5;font-weight:500}._platformNotice_2sskm_1234 span{flex:1}._conflict_2sskm_603{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}._errorMessage_2sskm_1258{background:#fff}._errorMessage_2sskm_1258 h3,._errorMessage_2sskm_1258 p{color:#fd5458}._mediaBadge_2sskm_1266{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:2px 7px;margin-left:8px;border-radius:999px;background:#ebeef1;color:#586271;font-size:11px;font-weight:700;vertical-align:middle}._detailTagsRow_2sskm_1281{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:2px 0 4px}._postTypeTag_2sskm_1289{display:inline-flex;align-items:center;padding:3px 10px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:600;text-transform:capitalize}._inheritanceTag_2sskm_1301{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;background:#e0f2fe;color:#0369a1;border-radius:6px;font-size:.75rem;font-weight:600;cursor:default}._inheritanceTag_2sskm_1301 svg{stroke:currentColor}._overrideTag_2sskm_1317{display:inline-flex;align-items:center;padding:3px 10px;background:#fef3c7;color:#92400e;border-radius:6px;font-size:.75rem;font-weight:600}._errorNotice_2sskm_1328{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1.5px solid #fecaca;border-radius:12px;background:#fef2f2;color:#dc2626}._errorNotice_2sskm_1328 svg{color:#dc2626;flex-shrink:0;margin-top:2px}._errorNoticeBody_2sskm_1344{display:flex;flex-direction:column;gap:2px}._errorNoticeBody_2sskm_1344 strong{font-size:.8125rem;font-weight:700;color:#991b1b}._errorNoticeBody_2sskm_1344 p{margin:0;font-size:.8125rem;line-height:1.45;color:#b91c1c}._retryCard_2sskm_1361{display:flex;flex-direction:column;gap:14px;padding:18px 20px;background:#fff;border:1.5px solid #fed7aa;border-radius:14px;box-shadow:0 2px 8px #ea580c0a}._retryDirectRow_2sskm_1372{display:flex;align-items:center;justify-content:space-between;gap:16px}._retryText_2sskm_1379{display:flex;flex-direction:column;gap:2px}._retryText_2sskm_1379 strong{color:#0f172a;font-size:.9375rem;font-weight:700}._retryText_2sskm_1379 p{margin:0;color:#64748b;font-size:.8125rem;line-height:1.4}._retryNowBtn_2sskm_1396{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;border-radius:8px!important;font-size:.8125rem!important;font-weight:600!important;background:#f97316!important;color:#fff!important;border:0!important;box-shadow:0 2px 6px #f9731640!important;flex-shrink:0!important}._retryNowBtn_2sskm_1396:hover{background:#ea580c!important}._retryDivider_2sskm_1414{display:flex;align-items:center;text-align:center;color:#94a3b8;font-size:.75rem;font-weight:600}._retryDivider_2sskm_1414:before,._retryDivider_2sskm_1414:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}._retryDivider_2sskm_1414 span{padding:0 10px}._retryScheduleBlock_2sskm_1431{display:flex;flex-direction:column;gap:8px}._retryScheduleBlock_2sskm_1431 small{margin:0;font-size:.75rem;line-height:1.4}._timeHint_2sskm_1442{color:#64748b}._invalidTimeHint_2sskm_1175{color:#dc2626!important;font-weight:600}._scheduleRetryBtn_2sskm_1451{margin-top:4px!important;padding:9px 18px!important;border-radius:8px!important;font-size:.8125rem!important;font-weight:600!important}._warningMessage_2sskm_1459{border:1px solid rgba(252,140,50,.35);background:#fff}._warningMessage_2sskm_1459 h3,._warningMessage_2sskm_1459 p{color:#fc8c32}._reschedule_2sskm_741{display:flex;flex-direction:column;gap:12px}._dateTimeField_2sskm_1160{display:flex;flex-direction:column;gap:6px}._dateTimeField_2sskm_1160>span{color:#0f172a;font-size:.8125rem;font-weight:600}._dateTimeField_2sskm_1160 small{color:#64748b;font-size:.75rem;line-height:1.45}._dateTimeField_2sskm_1160 ._invalidTimeHint_2sskm_1175{color:#dc2626}._deliveryContent_2sskm_740{display:flex;flex-direction:column;gap:10px;padding-top:18px;margin-top:18px;border-top:1px solid #ebeef1}._deliveryStatus_2sskm_1502{display:flex;flex-direction:column;align-items:flex-start;gap:6px}._deliveryStatus_2sskm_1502 small{max-width:220px;color:#92400e;font-size:12px;line-height:1.5;white-space:normal}._accountSourceRow_2sskm_1516{display:flex;align-items:center;gap:6px;min-width:0}._contentSourceBadge_2sskm_1523{display:inline-flex;align-items:center;flex:0 0 auto;padding:1px 6px;border:1px solid #dbe5f0;border-radius:5px;background:#f8fafc;color:#526579;font-size:10px;font-weight:700;line-height:1.5;white-space:nowrap}._contentSourceplatform_2sskm_1538{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}._contentSourcerecurringRule_2sskm_1544{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}._contentSourceoccurrence_2sskm_1550{border-color:#ddd6fe;background:#f5f3ff;color:#6d28d9}._contentSourcepost_2sskm_1556{border-color:#fed7aa;background:#fff7ed;color:#c2410c}._contentSourcepublished_2sskm_1562{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}._searchIcon_2sskm_1568{position:absolute;z-index:1;top:50%;left:13px;width:16px;height:16px;transform:translateY(-50%);color:#64748b;pointer-events:none}._searchIcon_2sskm_1568 path{fill:currentColor}._deliverySaveActions_2sskm_1181{position:sticky;bottom:0;z-index:2;padding:12px 0;background:#fff}._detail_2sskm_680{gap:18px}._detailHeroCard_2sskm_932{padding:20px 22px;border:1px solid #dbe5f0;border-radius:12px;background:#fff;box-shadow:none}._detailAccountMeta_2sskm_954 h2{color:#0b2135}._platformSubLabel_2sskm_971{color:#586271}._heroMetaBar_2sskm_984{margin-top:16px;padding-top:14px;border-top:1px solid #e6edf5}._heroMetaItem_2sskm_994{color:#40546a}._heroMetaItem_2sskm_994 svg,._heroMetaItem_2sskm_994 svg path{color:currentColor;stroke:currentColor}._heroMetaItem_2sskm_994 ._bulkActionWithIcon_2sskm_1625{display:inline-flex!important;align-items:center;justify-content:center;gap:8px}._heroMetaItem_2sskm_994 ._bulkActionWithIcon_2sskm_1625 svg{flex:0 0 auto}._detailHeroCard_2sskm_932 ._published_2sskm_621{border:1px solid #b9e8d1;background:#e9f8f0;color:#087a55}._detailHeroCard_2sskm_932 ._scheduled_2sskm_626{border:1px solid #bfd6ff;background:#edf4ff;color:#0057d6}._publishedSuccessCard_2sskm_1013,._reviewRequestNotice_2sskm_868,._platformNotice_2sskm_1234,._conflict_2sskm_603,._errorNotice_2sskm_1328,._retryCard_2sskm_1361{margin-top:14px;border-radius:10px;box-shadow:none}._inspectorSection_2sskm_685{margin-top:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}._inspectorSection_2sskm_685._inspectorSectionOpen_2sskm_1056{padding-bottom:22px;border-bottom:1px solid #e6edf5;box-shadow:none}._inspectorToggle_2sskm_690{min-height:54px;padding:0 4px;border:0;border-radius:0;background:transparent;color:#1e3a5f}._inspectorToggle_2sskm_690._inspectorToggleOpen_2sskm_1077{border-bottom:1px solid #dbe5f0;background:transparent}._inspectorToggle_2sskm_690:hover:not(._inspectorToggleOpen_2sskm_1077){background:#f7f9fc}._inspectorToggle_2sskm_690:focus-visible{outline-color:#2563eb}._actionTileIconBox_2sskm_1096{border-radius:50%;background:#eef5ff;color:#1e3a5f}._actionTileText_2sskm_1108 strong{color:#1e3a5f}._inspectorContent_2sskm_737{padding:20px 4px 0;background:transparent}._rescheduleActions_2sskm_1180,._deliverySaveActions_2sskm_1181{border-color:#dbe5f0}._rescheduleActions_2sskm_1180 ._removeOverrideBtn_2sskm_1190,._rescheduleActions_2sskm_1180 ._saveTimeBtn_2sskm_1214,._rescheduleActions_2sskm_1180 ._saveDeliveryBtn_2sskm_1215,._deliverySaveActions_2sskm_1181 ._removeOverrideBtn_2sskm_1190,._deliverySaveActions_2sskm_1181 ._saveTimeBtn_2sskm_1214,._deliverySaveActions_2sskm_1181 ._saveDeliveryBtn_2sskm_1215{border-radius:8px!important;box-shadow:none!important}._rescheduleActions_2sskm_1180 ._saveTimeBtn_2sskm_1214,._rescheduleActions_2sskm_1180 ._saveDeliveryBtn_2sskm_1215,._deliverySaveActions_2sskm_1181 ._saveTimeBtn_2sskm_1214,._deliverySaveActions_2sskm_1181 ._saveDeliveryBtn_2sskm_1215{border-color:#2563eb!important;background:#2563eb!important}._rescheduleActions_2sskm_1180 ._saveTimeBtn_2sskm_1214:hover:not(:disabled),._rescheduleActions_2sskm_1180 ._saveDeliveryBtn_2sskm_1215:hover:not(:disabled),._deliverySaveActions_2sskm_1181 ._saveTimeBtn_2sskm_1214:hover:not(:disabled),._deliverySaveActions_2sskm_1181 ._saveDeliveryBtn_2sskm_1215:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._postTypeTag_2sskm_1289,._inheritanceTag_2sskm_1301,._overrideTag_2sskm_1317{border-radius:6px}._retryNowBtn_2sskm_1396,._scheduleRetryBtn_2sskm_1451{border-radius:8px!important;box-shadow:none!important}._deliveryField_2sskm_1747,._deliveryFieldLabel_2sskm_1748{display:flex;flex-direction:column}@media(max-width:1120px){._filterBar_2sskm_70{flex-direction:column;align-items:stretch}._searchControl_2sskm_93{width:100%;flex:1 1 auto}._filters_2sskm_154{width:100%;justify-content:flex-start}._bulkBar_2sskm_227 ._bulkMainRow_2sskm_244{flex-wrap:wrap}._bulkBar_2sskm_227 ._bulkControls_2sskm_275{width:100%;flex-wrap:wrap}}._deliveryField_2sskm_1747{gap:8px}._deliveryFieldLabel_2sskm_1748{gap:3px}._deliveryFieldLabel_2sskm_1748 strong{color:#0b2135}._deliveryFieldLabel_2sskm_1748 span{color:#586271;line-height:1.4}._deliverySaveActions_2sskm_1181{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}._empty_2sskm_482{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#586271}._empty_2sskm_482 strong{color:#0b2135}._pagination_2sskm_1788{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f9fbfd;color:#586271}._pagination_2sskm_1788 div{display:flex;gap:6px}._pagination_2sskm_1788 button{padding:6px 10px;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#0b2135;cursor:pointer}._pagination_2sskm_1788 button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1120px){._filterBar_2sskm_70{flex-direction:column;align-items:stretch}._searchControl_2sskm_93{width:100%;flex:1 1 auto}._filters_2sskm_154{width:100%;justify-content:flex-start}._bulkBar_2sskm_227 ._bulkMainRow_2sskm_244{flex-wrap:wrap}._bulkBar_2sskm_227 ._bulkControls_2sskm_275{width:100%;flex-wrap:wrap}._listHeader_2sskm_489{display:none}._row_2sskm_508{grid-template-columns:38px minmax(0,1fr) auto;padding:10px 12px}._rowMain_2sskm_546{grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding:0}._rowMain_2sskm_546 ._caption_2sskm_596,._rowMain_2sskm_546>time{grid-column:1;padding-left:46px}._rowMain_2sskm_546>._status_2sskm_610{grid-column:2;grid-row:1}._caption_2sskm_596{max-width:56ch}._rowActions_2sskm_654{padding-right:0}}@media(max-width:640px){._filterBar_2sskm_70{gap:12px;padding:12px;overflow:hidden}._searchControl_2sskm_93{flex-basis:auto}._filters_2sskm_154{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}._filters_2sskm_154 button{flex:0 0 auto}._toolbar_2sskm_7{align-items:stretch;flex-direction:column;gap:12px}._toolbarActions_2sskm_26{width:100%;flex-wrap:wrap;justify-content:space-between}._viewModeBtn_2sskm_42,._filters_2sskm_154 button{min-height:44px}._bulkBar_2sskm_227{width:calc(100% - 24px);bottom:12px}._bulkBar_2sskm_227 ._bulkMainRow_2sskm_244{align-items:stretch;flex-direction:column}._bulkBar_2sskm_227 ._bulkControls_2sskm_275{display:grid;grid-template-columns:1fr}._bulkBar_2sskm_227 button{width:100%}._bulkRescheduleForm_2sskm_285{grid-column:auto;display:grid}._bulkRescheduleForm_2sskm_285>div{min-width:0}._bulkSelection_2sskm_251{padding:0 0 10px;border-right:0;border-bottom:1px solid #ebeef1}._rowMain_2sskm_546{grid-template-columns:minmax(0,1fr)}._rowMain_2sskm_546 ._caption_2sskm_596,._rowMain_2sskm_546>time{padding-left:46px}._rowMain_2sskm_546>._status_2sskm_610{grid-column:1;grid-row:auto;margin-left:46px}._rowActions_2sskm_654{width:auto;padding:0}._deliverySaveActions_2sskm_1181{flex-direction:column-reverse}._deliverySaveActions_2sskm_1181 button{width:100%}}._inheritanceNotice_2sskm_2044{display:flex;align-items:center;gap:8px;padding:0;margin:0 0 12px;border:none;background:transparent}._inheritanceNotice_2sskm_2044 span{color:#586271;font-size:12px;font-weight:500}._inheritanceNotice_2sskm_2044 p{display:none}._previewGroup_2sskm_2062{border-top:1px dashed #f4f5f6}._previewGroup_2sskm_2062 ._groupHeader_2sskm_322{color:#d4dae0;cursor:default}._rowPublished_2sskm_2070{background:#00945906}._rowFailed_2sskm_2074{background:#fd54580a}._rowPendingApproval_2sskm_2078{background:#fc8c3209}._rowPublishing_2sskm_2082,._rowProcessing_2sskm_2083,._rowRetrying_2sskm_2084{background:#006aff06}._rowPaused_2sskm_2088{background:#d4dae033}._rowCancelled_2sskm_2092{background:#f4f5f673;color:#586271}._rowCancelled_2sskm_2092 ._caption_2sskm_596{text-decoration:line-through}._filterCount_2sskm_187{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#5862711f;font-size:10px}@keyframes _bulkBarReveal_2sskm_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._bulkBar_2sskm_227{animation:none}}._timelineBoard_2sskm_2126{display:flex;flex-direction:column;gap:28px;position:relative;padding:8px 0 24px 8px}._timelineSlotSection_2sskm_2134{display:flex;flex-direction:column;gap:14px;position:relative}._timelineSlotSection_2sskm_2134:not(:last-child):before{content:"";position:absolute;z-index:1;top:14px;bottom:-28px;left:6px;width:2px;background:linear-gradient(180deg,#006aff4d,#cbd5e14d)}._timelineSlotHeader_2sskm_2151{display:flex;align-items:center;gap:16px;position:relative}._timelineNode_2sskm_2158{display:flex;flex-direction:column;align-items:center;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2}._timelineNode_2sskm_2158 ._timelineNodeDot_2sskm_2168{width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #006AFF;box-shadow:0 0 0 4px #006aff26;transition:all .2s ease}._timelineNode_2sskm_2158 ._timelineNodeLine_2sskm_2177{display:none}._timelineSlotInfo_2sskm_2181{display:flex;align-items:center;margin-left:32px;flex:1}._timelineSlotDateRow_2sskm_2188{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._timelineSlotDate_2sskm_2188{font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.01em}._timelineSlotTimeBadge_2sskm_2202{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;font-size:12px;font-weight:650}._timelineSlotCountBadge_2sskm_2215{display:inline-flex;align-items:center;padding:2px 8px;background:#f1f5f9;border-radius:6px;color:#64748b;font-size:11px;font-weight:600}._timelineCardGrid_2sskm_2226{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-left:32px}._timelineCard_2sskm_2226{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;box-shadow:0 1px 3px #0f172a0a;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative}._timelineCard_2sskm_2226:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 10px 20px -5px #0f172a14,0 4px 6px -2px #0f172a0a}._timelineCard_2sskm_2226._timelineCardSelected_2sskm_2249{border-color:#006aff;background:#fafcff;box-shadow:0 0 0 2px #006aff33}._timelineCard_2sskm_2226._timelineCardFailed_2sskm_2254{border-color:#fd5458}._timelineCardHeader_2sskm_2258{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}._timelineCardAccount_2sskm_2267{display:flex;align-items:center;gap:8px;min-width:0}._timelineCardAccountInfo_2sskm_2274{display:flex;flex-direction:column;min-width:0}._timelineAccountName_2sskm_2280{font-size:12.5px;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px}._timelinePlatformLabel_2sskm_2290{font-size:10.5px;color:#64748b;font-weight:500}._timelineCardBody_2sskm_2296{display:flex;gap:12px;padding:12px 0;cursor:pointer;flex:1;min-width:0}._timelineMediaThumb_2sskm_2305{position:relative;width:72px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;background:#0f172a}._timelineMediaThumb_2sskm_2305 img,._timelineMediaThumb_2sskm_2305 video{width:100%;height:100%;object-fit:cover;display:block}._timelineMediaCount_2sskm_2323{position:absolute;bottom:4px;right:4px;display:inline-flex;align-items:center;gap:2px;padding:1px 5px;background:#000000b3;color:#fff;font-size:10px;font-weight:700;border-radius:4px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._timelineCaption_2sskm_2339{font-size:12.5px;line-height:1.5;color:#334155;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}._timelineEmptyCaption_2sskm_2351{color:#94a3b8;font-style:italic}._timelineCardFooter_2sskm_2356{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid #f1f5f9;margin-top:auto}._timelineCardTime_2sskm_2366{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#64748b}._timelineCardActions_2sskm_2375{display:flex;align-items:center;gap:6px}._timelinePublishBtn_2sskm_2381{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:11px}._timelinePublishBtn_2sskm_2381:disabled{cursor:wait;opacity:.68}._timelinePublishBtn_2sskm_2381{font-weight:700;cursor:pointer;transition:all .15s ease}._timelinePublishBtn_2sskm_2381:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}._timelinePublishBtn_2sskm_2381:disabled{opacity:.5;cursor:not-allowed}._timelineDetailBtn_2sskm_2409{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s ease}._timelineDetailBtn_2sskm_2409:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}._notice_rlld1_1{background:#fff;border:1px solid #e0e5fd;border-radius:12px;color:#0b2135;font-size:13px;line-height:1.5;overflow:hidden}._notice_rlld1_1 p,._notice_rlld1_1 dd,._notice_rlld1_1 dl{margin:0}._header_rlld1_14{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px 0}._heading_rlld1_22{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px}._title_rlld1_29{font-size:14px;font-weight:650}._timezone_rlld1_34{color:#586271;font-size:12px;overflow-wrap:anywhere}._statsRow_rlld1_40{display:grid;grid-template-columns:1.15fr 1.25fr 1fr;padding:20px;gap:24px}._statCol_rlld1_47{min-width:0}._statCol_rlld1_47:not(:first-child){border-left:1px solid #ebeef1;padding-left:24px}._statLabel_rlld1_55{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#586271;margin-bottom:6px}._statValue_rlld1_65{font-size:15px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}._notice_rlld1_1 ._supporting_rlld1_72{margin-top:4px;font-size:12px;color:#586271}._generation_rlld1_78 ._statValue_rlld1_65{color:#051146}._estimate_rlld1_82{font-size:11px;color:#586271;background:#f6f8fa;padding:1px 6px;border-radius:4px}._footer_rlld1_90{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px 16px;padding:12px 20px;background:#f9fbfd;border-top:1px solid #ebeef1;color:#586271;font-size:12px}._approval_rlld1_103{color:#26305d;font-weight:500}._ruleButton_rlld1_108{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;flex-shrink:0;padding:6px 12px;border:1px solid #e0e5fd;border-radius:8px;color:#051146;background:#fff;font:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .15s ease}._ruleButton_rlld1_108:hover{background:#f6f8fa}._ruleButton_rlld1_108:focus-visible{outline:2px solid #006AFF;outline-offset:3px}._warning_rlld1_134{padding:12px 20px;color:#854d0e;background:#fffbeb;border-top:1px solid #fde68a;font-size:12px}@media(max-width:1000px){._statsRow_rlld1_40{gap:16px;grid-template-columns:1fr 1.2fr}._statCol_rlld1_47:last-child{grid-column:1/-1;border-left:0;border-top:1px solid #ebeef1;padding:12px 0 0}._statCol_rlld1_47:not(:first-child):not(:last-child){padding-left:16px}}@media(max-width:600px){._header_rlld1_14{align-items:flex-start;flex-direction:column;padding:16px 16px 0;gap:12px}._heading_rlld1_22{flex-direction:column}._statsRow_rlld1_40{grid-template-columns:1fr;padding:16px;gap:16px}._statsRow_rlld1_40 ._statCol_rlld1_47:not(:first-child){border-left:0;border-top:1px solid #ebeef1;padding:16px 0 0}._ruleButton_rlld1_108{min-height:40px}._footer_rlld1_90,._warning_rlld1_134{padding:12px 16px}}@media(prefers-reduced-motion:reduce){._ruleButton_rlld1_108{transition:none}}._panel_o6y5x_1{min-width:0}._toolbar_o6y5x_5{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}._toolbar_o6y5x_5 h2{margin:0;color:#0b2135;font-size:22px;font-weight:700;letter-spacing:-.01em}._toolbarCopy_o6y5x_20{min-width:0}._toolbarCopy_o6y5x_20 p{margin:5px 0 0;color:#586271;font-size:13px;line-height:1.4}._validationTrigger_o6y5x_30{width:min(100%,340px)!important;min-height:44px!important;padding:0 14px!important;border-radius:8px!important;justify-content:flex-start!important;gap:9px!important;font-size:14px}._disabledReason_o6y5x_40{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding:12px 16px;border:1px solid rgba(252,140,50,.35);border-radius:8px;background:#fc8c320f;color:#222;line-height:1.5}._disabledReason_o6y5x_40>span{min-width:0}._sections_o6y5x_57{display:flex;gap:4px;padding:0;margin-bottom:20px;border-bottom:1px solid #ebeef1;background:transparent}._sections_o6y5x_57 button{padding:8px 16px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#586271;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}._sections_o6y5x_57 button:hover:not(._activeSection_o6y5x_77){color:#0b2135;background:#ffffff80}._activeSection_o6y5x_77{border-bottom-color:#006aff!important;background:#006aff09!important;color:#006aff!important;font-weight:700!important;box-shadow:none}._contextActions_o6y5x_90{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 14px;margin-bottom:18px;border-bottom:1px solid #ebeef1}._contextActions_o6y5x_90>div:first-child{display:flex;align-items:center;gap:8px}._contextActions_o6y5x_90>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}._contextActions_o6y5x_90 strong{color:#0b2135;font-size:14px;font-weight:700}._studio_o6y5x_116{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,400px);align-items:start;gap:20px;min-width:0}._studio_o6y5x_116>*{min-width:0}._sequenceStudio_o6y5x_127{grid-template-columns:minmax(0,1fr)}._saveBar_o6y5x_131{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;margin-top:20px;border:1px solid #ebeef1;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0f23371a;position:sticky;bottom:12px;z-index:3}._saveBar_o6y5x_131>div{display:flex;flex-direction:column;gap:3px}._saveBar_o6y5x_131 strong{color:#0b2135;font-size:14px;font-weight:700}._saveBar_o6y5x_131 span{color:#586271;font-size:12px}._saveBar_o6y5x_131 button{gap:7px}._saveBar_o6y5x_131 button svg path,._saveBar_o6y5x_131 button svg rect{stroke:#fff!important;fill:none!important}._saveButtonIcon_o6y5x_169{color:#fff}._saveButtonIcon_o6y5x_169 *{fill:none!important;stroke:currentColor!important}._section_o6y5x_57{padding:28px 32px;border:1px solid #ebeef1;border-radius:8px;background:#fff}._sectionHeading_o6y5x_184{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #ebeef1}._sectionHeading_o6y5x_184 h2,._sectionHeading_o6y5x_184 p{margin:0}._sectionHeading_o6y5x_184 h2{color:#0b2135;font-size:19px}._sectionHeading_o6y5x_184 p{max-width:70ch;margin-top:5px;color:#586271;line-height:1.5}._patterns_o6y5x_208{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}._patternOption_o6y5x_214{display:flex;align-items:center;min-height:48px;padding:12px 14px;border:1px solid #ebeef1;border-radius:8px;background:#fff;transition:all .2s ease;cursor:pointer}._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225{border-color:#006aff;background:#006aff0a}._patternOption_o6y5x_214:hover:not(._patternOptionSelected_o6y5x_225){border-color:#006aff73;background:#f0f2f680}._planIdentity_o6y5x_239{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1040px;padding:4px 0 18px;margin:0 auto;border-bottom:1px solid #ebeef1}._planIdentity_o6y5x_239>div{display:flex;flex-direction:column;gap:4px}._planIdentity_o6y5x_239 span{color:#586271;font-size:12px;font-weight:500}._planIdentity_o6y5x_239 strong{color:#0b2135;font-size:17px}._planIdentity_o6y5x_239 p{max-width:72ch;margin:0;color:#586271;line-height:1.45}._moreSlots_o6y5x_270{padding:4px 8px;color:#006aff!important;font-weight:700;background:#006aff14;border-radius:999px}._manualScheduleSummary_o6y5x_278{display:flex;flex-direction:column;gap:12px;max-width:1040px;margin:0 auto;padding:18px 20px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px}._manualScheduleHeader_o6y5x_290{display:flex;align-items:center;justify-content:space-between;gap:12px}._manualScheduleHeader_o6y5x_290>div{display:flex;align-items:center;gap:10px}._manualScheduleHeader_o6y5x_290>div strong{color:#0f172a;font-size:.9375rem;font-weight:700}._manualScheduleHeader_o6y5x_290>div span{font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:999px}._manualSlots_o6y5x_315{display:flex;flex-wrap:wrap;gap:12px}._manualSlot_o6y5x_315{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:220px;flex:0 0 220px;padding:10px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0f172a08;transition:all .15s ease;box-sizing:border-box}._manualSlot_o6y5x_315:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a0f}._manualSlot_o6y5x_315 svg{color:#006aff;flex-shrink:0}._manualSlot_o6y5x_315 span{color:#475569;font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:visible}._manualSlot_o6y5x_315 strong{color:#0f172a;font-size:.8125rem;font-weight:700;white-space:nowrap;background:#f1f5f9;padding:3px 8px;border-radius:6px;flex-shrink:0}._emptyManualSchedule_o6y5x_363{padding:18px 20px;color:#64748b;font-size:.8125rem;line-height:1.5;background:#fff;border:1.5px dashed #e2e8f0;border-radius:10px;text-align:center}._planStep_o6y5x_374{display:grid;grid-template-columns:180px minmax(0,1fr);column-gap:32px;max-width:1040px;padding:24px 0;margin:0 auto;border-bottom:1px solid #e2e8f0}._planStep_o6y5x_374:last-of-type{border-bottom:0}._stepHeading_o6y5x_387{display:flex;grid-row:1/span 3;align-items:flex-start;gap:12px}._stepHeading_o6y5x_387>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#006aff1a;color:#006aff;font-weight:800;font-size:.875rem;flex-shrink:0}._stepHeading_o6y5x_387>div{display:flex;flex-direction:column;gap:2px}._stepHeading_o6y5x_387>div strong{color:#0f172a;font-size:.9375rem;font-weight:700}._stepHeading_o6y5x_387>div small{color:#64748b;font-size:.75rem}._patterns_o6y5x_208{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._patternOption_o6y5x_214{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0f172a08}._patternOption_o6y5x_214:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a0d}._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225{border-color:#006aff;background:#006aff0a;box-shadow:0 0 0 1px #006aff}._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225 strong,._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225 span{color:#006aff;font-weight:700}._weekdayField_o6y5x_454{grid-column:2;display:flex;flex-direction:column;gap:10px;padding-top:18px;margin-top:18px;border-top:1px solid #e2e8f0}._weekdayField_o6y5x_454>span{color:#0f172a;font-size:.875rem;font-weight:700}._weekdayField_o6y5x_454>div{display:flex;flex-wrap:wrap;gap:8px}._weekdayField_o6y5x_454 small{color:#64748b;font-size:.75rem;line-height:1.45}._weekdayToken_o6y5x_479{display:inline-flex;align-items:center;padding:8px 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;transition:all .15s ease;cursor:pointer;-webkit-user-select:none;user-select:none}._weekdayToken_o6y5x_479:hover{border-color:#cbd5e1;background:#f8fafc}._weekdayToken_o6y5x_479._weekdayTokenSelected_o6y5x_494{border-color:#006aff;background:#006aff0f}._weekdayToken_o6y5x_479._weekdayTokenSelected_o6y5x_494 strong,._weekdayToken_o6y5x_479._weekdayTokenSelected_o6y5x_494 span{color:#006aff;font-weight:700}._monthDayField_o6y5x_504{grid-column:2;display:flex;flex-direction:column;gap:10px;padding-top:18px}._monthDayField_o6y5x_504>span{color:#0f172a;font-size:.875rem;font-weight:700}._monthDayField_o6y5x_504>div{display:grid;grid-template-columns:repeat(7,minmax(36px,1fr));gap:6px}._monthDayField_o6y5x_504 button{min-height:40px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-weight:600;cursor:pointer;transition:all .15s ease}._monthDayField_o6y5x_504 button:hover:not(:disabled){border-color:#006aff;color:#006aff}._monthDayField_o6y5x_504 button:disabled{cursor:not-allowed;opacity:.4}._monthDayField_o6y5x_504 small{color:#64748b;font-size:.75rem}._selectedMonthDay_o6y5x_544{border-color:#006aff!important;background:#006aff!important;color:#fff!important;font-weight:700}._dateGrid_o6y5x_551{display:grid;grid-column:2;grid-template-columns:minmax(200px,.9fr) minmax(240px,1.1fr);gap:16px}._endConditions_o6y5x_558{display:grid;grid-template-columns:1fr;gap:8px}._endConditions_o6y5x_558>strong{color:#0f172a;font-size:.875rem;font-weight:700;margin-bottom:2px}._endCondition_o6y5x_558{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .15s ease;cursor:pointer;justify-content:flex-start}._endCondition_o6y5x_558:hover:not(._endConditionSelected_o6y5x_580){border-color:#cbd5e1;background:#f8fafc}._endCondition_o6y5x_558._endConditionSelected_o6y5x_580{border-color:#006aff;background:#006aff0a;box-shadow:0 0 0 1px #006aff}._endCondition_o6y5x_558._endConditionSelected_o6y5x_580 strong,._endCondition_o6y5x_558._endConditionSelected_o6y5x_580 span{color:#006aff;font-weight:700}._scheduleActions_o6y5x_595{display:flex;align-items:center;justify-content:flex-end;gap:12px;max-width:1040px;padding-top:20px;margin:0 auto}._scheduleActions_o6y5x_595 button{padding:10px 22px!important;border-radius:8px!important;font-weight:600!important;font-size:.875rem!important;box-shadow:0 2px 6px #006aff40!important}._validationMessage_o6y5x_612{margin:0 auto 0 0;color:#fd5458;line-height:1.4}._advancedTiming_o6y5x_618{max-width:1040px;margin-top:18px;margin-right:auto;margin-left:auto;padding:18px 20px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 1px 4px #0f172a0a}._advancedToggle_o6y5x_631{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;border:0;background:#fff;color:#006aff;cursor:pointer;transition:background .15s ease}._advancedToggle_o6y5x_631:hover{background:#f8fafc}._advancedToggle_o6y5x_631>span:first-child{display:flex;flex-direction:column;gap:3px;text-align:left}._advancedToggle_o6y5x_631 strong{color:#0f172a;font-size:.9375rem;font-weight:700}._advancedToggle_o6y5x_631 small{color:#64748b;font-size:.8125rem;font-weight:500}._advancedToggleIcon_o6y5x_663{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#64748b;transform:rotate(-90deg);transition:transform .2s cubic-bezier(.16,1,.3,1),color .2s ease}._advancedToggleIcon_o6y5x_663 svg{width:18px;height:18px}._advancedToggleIconOpen_o6y5x_681{transform:rotate(0);color:#006aff;background:#006aff14;border-color:#006aff33}._advancedBody_o6y5x_688{padding:20px;border-top:1px solid #e2e8f0;background:#f8fafc}._advancedHeading_o6y5x_694{display:flex;flex-direction:column;gap:3px;margin-bottom:12px}._advancedHeading_o6y5x_694 strong{color:#0f172a;font-size:.875rem;font-weight:700}._advancedHeading_o6y5x_694 span{color:#64748b;font-size:.8125rem;line-height:1.45}._distribution_o6y5x_711{display:flex;flex-direction:column;gap:12px;padding:18px 20px;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;margin-bottom:14px}._distribution_o6y5x_711 button[type=button]{align-self:flex-start;padding:8px 18px!important;border-radius:8px!important;font-weight:600!important;font-size:.8125rem!important}._distributionOption_o6y5x_729{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .15s ease;cursor:pointer}._distributionOption_o6y5x_729:hover{border-color:#cbd5e1;background:#f8fafc}._distributionOption_o6y5x_729._distributionOptionSelected_o6y5x_744{border-color:#006aff;background:#006aff0a;box-shadow:0 0 0 1px #006aff}._distributionOption_o6y5x_729._distributionOptionSelected_o6y5x_744 strong,._distributionOption_o6y5x_729._distributionOptionSelected_o6y5x_744 span{color:#006aff;font-weight:700}._shift_o6y5x_755{display:grid;grid-template-columns:36px minmax(0,1fr) minmax(130px,150px) auto;align-items:center;gap:14px;padding:14px 18px;border:1.5px solid #fed7aa;border-radius:12px;background:#fffaf5}._shift_o6y5x_755>svg{box-sizing:border-box;width:36px;height:36px;padding:8px;border-radius:10px;background:#ffedd5;color:#ea580c}._shift_o6y5x_755>div{display:flex;flex-direction:column;gap:3px}._shift_o6y5x_755 strong{color:#9a3412;font-size:.875rem;font-weight:700}._shift_o6y5x_755 span{color:#c2410c;font-size:.75rem;line-height:1.45}._shift_o6y5x_755 button{border-radius:8px!important;font-weight:600!important;font-size:.8125rem!important;padding:8px 16px!important}@media(max-width:1120px){._studio_o6y5x_116{grid-template-columns:1fr}}@media(max-width:768px){._toolbar_o6y5x_5,._contextActions_o6y5x_90,._saveBar_o6y5x_131{align-items:stretch;flex-direction:column}._toolbar_o6y5x_5{align-items:flex-start}._validationTrigger_o6y5x_30{align-self:flex-start}._contextActions_o6y5x_90>div:last-child{justify-content:flex-start}._section_o6y5x_57{padding:18px}._planStep_o6y5x_374,._patterns_o6y5x_208,._dateGrid_o6y5x_551,._manualSlots_o6y5x_315{grid-template-columns:1fr}._planStep_o6y5x_374{row-gap:16px}._stepHeading_o6y5x_387{grid-row:auto}._weekdayField_o6y5x_454,._monthDayField_o6y5x_504,._dateGrid_o6y5x_551{grid-column:1}._weekdayField_o6y5x_454>div,._monthDayField_o6y5x_504>div{grid-template-columns:repeat(4,minmax(0,1fr))}._planIdentity_o6y5x_239,._scheduleActions_o6y5x_595{align-items:stretch;flex-direction:column}._shift_o6y5x_755{grid-template-columns:24px minmax(0,1fr)}._shift_o6y5x_755>div,._shift_o6y5x_755>div:nth-child(3),._shift_o6y5x_755>button{grid-column:2}}@media(max-width:480px){._sections_o6y5x_57 button{flex:1}._weekdayField_o6y5x_454>div,._monthDayField_o6y5x_504>div{grid-template-columns:repeat(2,minmax(0,1fr))}}._toolbar_o6y5x_5{align-items:flex-end;padding-bottom:18px;border-bottom:1px solid #dbe5f0}._toolbar_o6y5x_5 h2{color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:24px;font-weight:700}._toolbarCopy_o6y5x_20 p{color:#5f6f82}._sections_o6y5x_57{gap:28px;margin-bottom:24px}._sections_o6y5x_57 button{padding:11px 0;color:#52657a}._activeSection_o6y5x_77{border-bottom-color:#2563eb!important;background:transparent!important;color:#1e3a5f!important}._contextActions_o6y5x_90{padding:0 0 16px;border-color:#dbe5f0}._contextActions_o6y5x_90 strong{color:#223449}._contextActions_o6y5x_90>div:last-child button{border-radius:8px!important;box-shadow:none!important;border-color:#2563eb!important;background:#fff!important;color:#1e3a5f!important}._contextActions_o6y5x_90>div:last-child button:last-child{background:#2563eb!important;color:#fff!important}._contextActions_o6y5x_90>div:last-child button:last-child:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._previewLoading_o6y5x_922{display:flex;width:100%;min-height:260px;align-items:center;justify-content:center;box-sizing:border-box}._sequencePreviewLoading_o6y5x_931{min-height:0}._previewSkeletonFrame_o6y5x_935{position:relative;width:min(100%,360px);aspect-ratio:4/3;overflow:hidden;border-radius:10px;background:#e8eef6}._previewSkeletonFrame_o6y5x_935:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.58) 48%,transparent 66%);content:"";transform:translate(-100%);animation:_previewShimmer_o6y5x_1 1.4s cubic-bezier(.16,1,.3,1) infinite}._sequencePreviewLoading_o6y5x_931 ._previewSkeletonFrame_o6y5x_935{width:min(100%,300px);aspect-ratio:9/16;background:#dfe7f1}._previewSkeletonProgress_o6y5x_958{position:absolute;top:12px;right:12px;left:12px;height:3px;border-radius:999px;background:#ffffffc2}._previewSkeletonAccount_o6y5x_968{position:absolute;top:26px;left:14px;display:flex;align-items:center;gap:9px}._previewSkeletonAccount_o6y5x_968>span{width:30px;height:30px;border-radius:50%;background:#ffffffd1}._previewSkeletonAccount_o6y5x_968>div{display:flex;flex-direction:column;gap:5px}._previewSkeletonAccount_o6y5x_968 i{display:block;width:92px;height:6px;border-radius:999px;background:#ffffffd1}._previewSkeletonAccount_o6y5x_968 i:last-child{width:56px;opacity:.72}._previewSkeletonCaption_o6y5x_999{position:absolute;right:16px;bottom:18px;left:16px;display:flex;flex-direction:column;gap:7px}._previewSkeletonCaption_o6y5x_999 i{display:block;width:72%;height:7px;border-radius:999px;background:#ffffffd1}._previewSkeletonCaption_o6y5x_999 i:last-child{width:46%}._previewError_o6y5x_1019{display:flex;min-height:180px;align-items:center;justify-content:center;padding:24px;color:#52657a;font-size:13px;text-align:center}._srOnly_o6y5x_1030{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes _previewShimmer_o6y5x_1{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){._previewSkeletonFrame_o6y5x_935:after{animation:none}}._studio_o6y5x_116{grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:28px}._studio_o6y5x_116._sequenceStudio_o6y5x_127{grid-template-columns:minmax(0,1fr)}@media(max-width:1120px){._studio_o6y5x_116{grid-template-columns:minmax(0,1fr)}}._saveBar_o6y5x_131{bottom:-4px;z-index:8;padding:12px 14px;border:0;border-radius:10px;box-shadow:0 -8px 24px #0f274214}._saveBar_o6y5x_131 strong{color:#1e3a5f}._saveBar_o6y5x_131 button{border-color:#2563eb!important;border-radius:8px!important;background:#2563eb!important;box-shadow:none!important}._saveBar_o6y5x_131 button:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._section_o6y5x_57{padding:24px;border:0;border-radius:0;background:transparent}._sectionHeading_o6y5x_184{margin-bottom:18px;border-color:#dbe5f0}._sectionHeading_o6y5x_184 h2{color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:20px;font-weight:700}._planIdentity_o6y5x_239{max-width:none;padding:2px 0 20px;margin:0;border-color:#dbe5f0}._planIdentity_o6y5x_239 span{color:#52657a;font-size:12px;letter-spacing:0;text-transform:none}._planIdentity_o6y5x_239 strong{color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:18px;font-weight:700}._planStep_o6y5x_374{grid-template-columns:150px minmax(0,1fr);column-gap:30px;max-width:none;padding:26px 0;margin:0;border-color:#dbe5f0}._stepHeading_o6y5x_387>span{width:24px;height:24px;border-radius:50%;background:#eef5ff;color:#1e3a5f;font-size:12px}._stepHeading_o6y5x_387>div strong,._weekdayField_o6y5x_454>span,._monthDayField_o6y5x_504>span,._endConditions_o6y5x_558>strong{color:#223449}._patterns_o6y5x_208{gap:8px}._patternOption_o6y5x_214,._weekdayToken_o6y5x_479,._endCondition_o6y5x_558{border:1px solid #d9e2ec;border-radius:8px;box-shadow:none;transform:none!important}._patternOption_o6y5x_214:hover,._weekdayToken_o6y5x_479:hover,._endCondition_o6y5x_558:hover{border-color:#b8cbe0;box-shadow:none}._cycleLimit_o6y5x_1169{display:flex;flex-direction:column;gap:7px}._cycleLimit_o6y5x_1169 small{color:#64748b;font-size:.75rem;line-height:1.4}._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225,._endCondition_o6y5x_558._endConditionSelected_o6y5x_580{border-color:#bfdbfe;background:#eff6ff;color:#1e3a5f;box-shadow:none}._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225 strong,._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225 span,._endCondition_o6y5x_558._endConditionSelected_o6y5x_580 strong,._endCondition_o6y5x_558._endConditionSelected_o6y5x_580 span{color:#1e3a5f}._patternOption_o6y5x_214._patternOptionSelected_o6y5x_225:hover,._endCondition_o6y5x_558._endConditionSelected_o6y5x_580:hover{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}._weekdayField_o6y5x_454,._monthDayField_o6y5x_504{grid-column:2;display:flex;flex-direction:column;gap:8px;padding-top:16px;margin-top:16px;border-top:1px solid #dbe5f0}._weekdayField_o6y5x_454>span,._monthDayField_o6y5x_504>span{color:#223449;font-size:13px;font-weight:700}._weekdayField_o6y5x_454>div,._monthDayField_o6y5x_504>div{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));width:100%;gap:8px}._weekdayToken_o6y5x_479,._monthDayField_o6y5x_504 button{box-sizing:border-box;display:inline-flex;min-width:0;min-height:42px;align-items:center;justify-content:center;padding:0 10px;border:1px solid #cbd8e8;border-radius:8px;background:#fff;color:#334155!important;cursor:pointer;font:inherit;font-size:13px;font-weight:700;transition:background .16s ease,border-color .16s ease,color .16s ease}._weekdayToken_o6y5x_479:hover:not(:disabled),._weekdayToken_o6y5x_479:focus-visible,._monthDayField_o6y5x_504 button:hover:not(:disabled),._monthDayField_o6y5x_504 button:focus-visible{border-color:#2563eb!important;background:#eff6ff!important;color:#1d4ed8!important;outline:none}._weekdayToken_o6y5x_479:disabled,._monthDayField_o6y5x_504 button:disabled{cursor:not-allowed;opacity:.55}._weekdayToken_o6y5x_479._weekdayTokenSelected_o6y5x_494,._monthDayField_o6y5x_504 button._selectedMonthDay_o6y5x_544{border-color:#2563eb!important;background:#2563eb!important;color:#fff!important}._weekdayToken_o6y5x_479._weekdayTokenSelected_o6y5x_494:hover:not(:disabled),._weekdayToken_o6y5x_479._weekdayTokenSelected_o6y5x_494:focus-visible,._monthDayField_o6y5x_504 button._selectedMonthDay_o6y5x_544:hover:not(:disabled),._monthDayField_o6y5x_504 button._selectedMonthDay_o6y5x_544:focus-visible{border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._scheduleActions_o6y5x_595{max-width:none;margin:0}._scheduleActions_o6y5x_595 button{border-color:#2563eb!important;border-radius:8px!important;background:#2563eb!important;box-shadow:none!important}._scheduleActions_o6y5x_595 button:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._advancedTiming_o6y5x_618{max-width:none;padding:0;margin:24px 0 0;border:1px solid #dbe5f0;border-radius:10px;box-shadow:none}._advancedToggle_o6y5x_631{padding:18px;color:#1e3a5f}._advancedToggle_o6y5x_631:hover{background:transparent}._advancedToggle_o6y5x_631 strong{color:#1e3a5f}._advancedToggleIcon_o6y5x_663{width:28px;height:28px;border-radius:50%;background:transparent}._advancedBody_o6y5x_688{padding:22px 18px;border-color:#dbe5f0;background:transparent}._advancedHeading_o6y5x_694 strong{color:#223449}._distribution_o6y5x_711{padding:0 0 20px;margin-bottom:20px;border:0;border-bottom:1px solid #dbe5f0;border-radius:0}._distributionOption_o6y5x_729{border-width:1px;border-radius:8px}._distributionOption_o6y5x_729._distributionOptionSelected_o6y5x_744{border-color:#2563eb;background:#fff;color:#1e3a5f;box-shadow:none}._distributionOption_o6y5x_729._distributionOptionSelected_o6y5x_744 strong,._distributionOption_o6y5x_729._distributionOptionSelected_o6y5x_744 span{color:#1e3a5f}._shift_o6y5x_755{padding:14px 16px;border:1px solid #dbe5f0;border-radius:10px;background:#fff}._shift_o6y5x_755>svg{border-radius:50%;background:#eef5ff;color:#1e3a5f}._shift_o6y5x_755 strong{color:#223449}._shift_o6y5x_755 span{color:#5f6f82}._shift_o6y5x_755 button{border-radius:8px!important;box-shadow:none!important}@media(max-width:760px){._toolbar_o6y5x_5{gap:12px;padding-bottom:14px}._toolbar_o6y5x_5 h2{font-size:24px}._validationTrigger_o6y5x_30{width:100%!important;min-height:44px!important}._sections_o6y5x_57{gap:0}._sections_o6y5x_57 button{min-height:44px}._contextActions_o6y5x_90>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}._contextActions_o6y5x_90>div:last-child button{min-height:44px;justify-content:center}._studio_o6y5x_116{gap:18px}._saveBar_o6y5x_131{position:static;gap:12px;margin-top:16px;padding:12px}._saveBar_o6y5x_131 button{width:100%;min-height:44px;justify-content:center}._weekdayField_o6y5x_454>div,._monthDayField_o6y5x_504>div{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:480px){._contextActions_o6y5x_90>div:last-child{grid-template-columns:1fr}._section_o6y5x_57{padding:18px 16px}._weekdayField_o6y5x_454>div,._monthDayField_o6y5x_504>div{grid-template-columns:repeat(2,minmax(0,1fr))}}._scheduleNotice_o6y5x_1429{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 16px;margin:16px 0;border:1px solid #e4d0ac;border-radius:8px;background:#fffaf2;font-size:13px;line-height:1.5}._scheduleNotice_o6y5x_1429 strong{font-weight:600}._scheduleNotice_o6y5x_1429 p{margin:4px 0 0}._manager_n68np_1{display:flex;flex-direction:column;gap:18px}._section_n68np_7{padding:22px;border:1px solid #ebeef1;border-radius:8px;background:#fff}._sectionHeading_n68np_14{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}._sectionHeading_n68np_14 h3,._sectionHeading_n68np_14 p{margin:0}._sectionHeading_n68np_14 h3{color:#0b2135;font-size:17px}._sectionHeading_n68np_14 p{margin-top:5px;color:#586271;line-height:1.45}._sectionHeading_n68np_14>span{padding:4px 8px;border-radius:8px;background:#f0f2f6;color:#525f7f;font-weight:700}._currentAccounts_n68np_42{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}._currentAccount_n68np_42{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;border:1px solid #ebeef1;border-radius:8px}._currentAccount_n68np_42 div{display:flex;flex-direction:column;min-width:0}._currentAccount_n68np_42 strong,._currentAccount_n68np_42 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._currentAccount_n68np_42 strong{color:#0b2135}._currentAccount_n68np_42 span{margin-top:2px;color:#586271;font-size:12px;text-transform:capitalize}._availableAccounts_n68np_78{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px}._accountRow_n68np_84{padding:12px 14px;border:1px solid #ebeef1;border-radius:8px;background:#fff;transition:all .2s ease;cursor:pointer}._accountRow_n68np_84>div,._accountRow_n68np_84 label{width:100%}._accountRow_n68np_84._selectedRow_n68np_96{border-color:#006aff;background:#006aff0a;box-shadow:0 2px 8px #006aff1f}._accountRow_n68np_84:hover:not(._selectedRow_n68np_96){border-color:#006aff73;background:#f0f2f680}._accountRow_n68np_84._unavailableRow_n68np_105{border-color:#ebeef1;background:#f0f2f6;opacity:.72;cursor:not-allowed}._accountRow_n68np_84._unavailableRow_n68np_105:hover{border-color:#ebeef1;background:#f0f2f6}._accountLabel_n68np_116{display:flex;align-items:center;gap:10px}._accountLabel_n68np_116>span{display:flex;flex-direction:column;min-width:0}._accountLabel_n68np_116 strong{color:#0b2135;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._accountLabel_n68np_116 small{margin-top:2px;color:#586271;font-size:12px;text-transform:capitalize}._addOptions_n68np_140{display:flex;flex-direction:column;gap:12px;padding-top:20px;margin-top:20px;border-top:1px solid #ebeef1}._addOptions_n68np_140 h4{margin:0 0 2px;color:#0b2135;font-size:14px;font-weight:700}._modeOption_n68np_155{box-sizing:border-box;align-items:flex-start;justify-content:flex-start;width:100%;min-width:0;padding:14px 16px;border:1px solid #ebeef1;border-radius:8px;background:#fff;transition:all .2s ease;cursor:pointer;text-align:left}._modeOption_n68np_155._activeMode_n68np_169{border-color:#006aff;background:#006aff08;box-shadow:0 2px 8px #006aff1a}._modeOption_n68np_155:hover:not(._activeMode_n68np_169){border-color:#ebeef1;background:#f0f2f666}._modeOption_n68np_155:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._modeOption_n68np_155 ._modeDescription_n68np_182{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.4;opacity:1}._mirrorOptions_n68np_190{padding:16px;border-radius:8px;background:#f0f2f680;border:1px solid rgba(235,238,241,.8)}._mirrorTitle_n68np_197{margin:0 0 12px;color:#0b2135;font-weight:700;font-size:13px}._mirrorAccountList_n68np_204{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}._mirrorAccountRow_n68np_210{padding:10px 12px;border:1px solid #ebeef1;border-radius:8px;background:#fff;transition:all .2s ease;cursor:pointer}._mirrorAccountRow_n68np_210._selectedMirrorRow_n68np_218{border-color:#006aff;background:#006aff0a}._mirrorAccountRow_n68np_210:hover:not(._selectedMirrorRow_n68np_218){border-color:#006aff66}._mirrorAccountLabel_n68np_226{display:flex;align-items:center;gap:8px}._mirrorAccountLabel_n68np_226>span{display:flex;flex-direction:column;min-width:0}._mirrorAccountLabel_n68np_226 strong{color:#0b2135;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._mirrorAccountLabel_n68np_226 small{color:#586271;font-size:11px;text-transform:capitalize}._mirrorWarning_n68np_249{display:block;margin-top:8px;color:#fc8c32;font-size:12px}._addActions_n68np_256,._previewActions_n68np_257{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}._preview_n68np_257{padding:16px 18px;margin-top:18px;border:0;border-radius:10px;background:#fff7f1}._previewHeading_n68np_272{display:flex;align-items:flex-start;gap:10px;color:#fc8c32}._previewHeading_n68np_272 div{display:flex;flex-direction:column;gap:4px}._previewHeading_n68np_272 span{color:#586271}._previewList_n68np_287{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #efd8ca}._previewList_n68np_287 ._previewItem_n68np_295{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:0;border-bottom:1px solid #efd8ca;border-radius:0;background:transparent;color:#0b2135;font-family:inherit;text-align:left;opacity:.72;cursor:pointer}._previewList_n68np_287 ._previewItem_n68np_295:hover,._previewList_n68np_287 ._previewItem_n68np_295:focus-visible{background:#ffffffa6;opacity:1;outline:none}._previewList_n68np_287 button>span{display:flex;min-width:0;flex-direction:column;gap:3px}._previewList_n68np_287 button>span strong,._previewList_n68np_287 button>span time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._previewList_n68np_287 time{color:#586271;font-size:11px}._previewList_n68np_287 em{color:#fc8c32;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}._previewList_n68np_287 p{margin-bottom:0;color:#586271}._empty_n68np_344{margin:0;color:#586271}@media(max-width:768px){._section_n68np_7{padding:18px}._currentAccounts_n68np_42,._availableAccounts_n68np_78{grid-template-columns:1fr}}@media(max-width:480px){._previewList_n68np_287{grid-template-columns:1fr}._previewActions_n68np_257{flex-direction:column-reverse}._previewActions_n68np_257 button{width:100%}}._unavailableAccounts_n68np_369{display:flex;flex-direction:column;gap:10px;padding-top:18px;margin-top:18px;border-top:1px solid #ebeef1}._unavailableHeading_n68np_378{display:flex;flex-direction:column;gap:3px}._unavailableHeading_n68np_378 strong{color:#0b2135;font-size:13px}._unavailableHeading_n68np_378 span{color:#586271;font-size:12px;line-height:1.45}._manager_n68np_1{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(520px,1.25fr);gap:24px;align-items:start}._section_n68np_7{padding:24px;border-color:#dbe5f0;border-radius:12px;box-shadow:none}._sectionHeading_n68np_14{padding-bottom:16px;border-bottom:1px solid #dbe5f0}._sectionHeading_n68np_14 h3{color:#1e3a5f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:20px;font-weight:700}._sectionHeading_n68np_14>span{border-radius:999px;background:#f5efeb;color:#765044}._currentAccounts_n68np_42{grid-template-columns:1fr}._currentAccount_n68np_42,._accountRow_n68np_84,._modeOption_n68np_155,._mirrorOptions_n68np_190,._mirrorAccountRow_n68np_210{border-color:#dbe5f0;border-radius:10px;box-shadow:none!important}._currentAccount_n68np_42 button{border:1px solid #df6a5c!important;border-radius:8px!important;background:#fff!important;color:#c8463a!important;box-shadow:none!important}._accountRow_n68np_84._selectedRow_n68np_96,._modeOption_n68np_155._activeMode_n68np_169,._mirrorAccountRow_n68np_210._selectedMirrorRow_n68np_218{border-color:#2563eb;background:#fff;box-shadow:none}._accountLabel_n68np_116 strong,._addOptions_n68np_140 h4,._mirrorTitle_n68np_197{color:#1e3a5f}._addOptions_n68np_140{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._addOptions_n68np_140 h4,._addOptions_n68np_140 ._mirrorOptions_n68np_190,._addOptions_n68np_140 ._preview_n68np_257,._addOptions_n68np_140 ._addActions_n68np_256,._addOptions_n68np_140 ._previewActions_n68np_257{grid-column:1/-1}._modeOption_n68np_155{min-height:88px;padding:12px 14px}._addActions_n68np_256 button,._previewActions_n68np_257 button{border-color:#2563eb!important;border-radius:8px!important;background:#2563eb!important;color:#fff!important;box-shadow:none!important}._addActions_n68np_256 button:hover:not(:disabled),._previewActions_n68np_257 button:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}@media(max-width:1080px){._manager_n68np_1{grid-template-columns:1fr}}@media(max-width:760px){._addOptions_n68np_140{grid-template-columns:1fr}}._editor_1ocxi_1{min-width:0;padding:24px;border:1px solid rgba(235,238,241,.9);border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000a}._headerBar_1ocxi_10{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid rgba(235,238,241,.8)}._titleGroup_1ocxi_20{display:flex;align-items:center;gap:12px}._titleGroup_1ocxi_20 h2{margin:0;color:#0b2135;font-size:18px;font-weight:700;letter-spacing:-.01em}._platformTabs_1ocxi_33{display:flex;flex-wrap:wrap;gap:4px;padding:4px;border:1px solid #dbe5f0;border-radius:10px;background:#f1f5f9}._platformTabs_1ocxi_33 button{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:7px 12px;border:1px solid transparent;border-radius:7px;background:transparent;color:#475569;cursor:pointer;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .15s ease}._platformTabs_1ocxi_33 button:hover{background:#fff;color:#0f2742}._platformTabs_1ocxi_33 button:focus-visible{border-color:#2563eb;outline:2px solid rgba(37,99,235,.2);outline-offset:2px}._activePlatform_1ocxi_68{border-color:#006aff!important;background:#006aff0f!important;color:#006aff!important;font-weight:700;box-shadow:0 0 0 1px #006aff}._sequenceComposer_1ocxi_76{display:grid;grid-template-columns:minmax(520px,1fr) minmax(300px,360px);align-items:start}._sequenceComposer_1ocxi_76 ._sharedSettingsHeading_1ocxi_81,._sequenceComposer_1ocxi_76 ._field_1ocxi_82,._sequenceComposer_1ocxi_76 ._addonsSection_1ocxi_83{grid-column:2}._sequenceComposer_1ocxi_76 ._mediaUploaderSection_1ocxi_86{grid-column:1;grid-row:1/span 4;min-width:0;border-top:0;border-right:1px solid rgba(235,238,241,.8)}._previewPlatformControl_1ocxi_94{display:flex;align-items:center;gap:12px}._previewPlatformControl_1ocxi_94>span{color:#334155;font-size:.75rem;font-weight:700}._unsupportedState_1ocxi_105{display:flex;flex-direction:column;gap:6px;padding:20px;border:1px solid rgba(252,140,50,.35);border-radius:8px;background:#fc8c320f}._unsupportedState_1ocxi_105 strong{color:#0b2135;font-size:14px}._unsupportedState_1ocxi_105 span{color:#586271;font-size:13px;line-height:1.45}._mediaOnlySequence_1ocxi_124{grid-template-columns:minmax(0,1fr)}._mediaOnlySequence_1ocxi_124 ._mediaUploaderSection_1ocxi_86{grid-column:1;border-right:0}._sharedSettingsHeading_1ocxi_81{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 0}._sharedSettingsHeading_1ocxi_81>div:first-child{display:flex;flex-direction:column;gap:3px}._sharedSettingsHeading_1ocxi_81 strong{color:#0b2135;font-size:14px;font-weight:700}._sharedSettingsHeading_1ocxi_81 span{color:#f4f5f6;font-size:12px;line-height:1.4}._composerUnifiedCard_1ocxi_156{overflow:hidden;border:1px solid rgba(235,238,241,.9);border-radius:12px;background:#fff;box-shadow:0 2px 8px #00000008;transition:border-color .2s ease,box-shadow .2s ease}._composerUnifiedCard_1ocxi_156:focus-within{border-color:#006aff66;box-shadow:0 4px 12px #0000000f,0 0 0 3px #006aff14}._field_1ocxi_82{padding:18px 20px 12px}._fieldLabel_1ocxi_173{display:flex;flex-direction:column;gap:3px;margin-bottom:10px}._fieldLabel_1ocxi_173 strong{color:#0b2135;font-size:14px;font-weight:700}._fieldLabel_1ocxi_173 span{color:#586271;font-size:12px;line-height:1.4}._addonsSection_1ocxi_83{display:flex;flex-direction:column;gap:12px;padding:14px 20px;border-top:1px solid rgba(235,238,241,.8);background:#fff}._mediaUploaderSection_1ocxi_86{padding:14px 20px;border-top:1px dashed rgba(235,238,241,.9);background:#fff}@media(max-width:768px){._headerBar_1ocxi_10{align-items:stretch;flex-direction:column;gap:12px}._previewPlatformControl_1ocxi_94{justify-content:space-between}._field_1ocxi_82,._mediaUploaderSection_1ocxi_86,._addonsSection_1ocxi_83{padding-right:14px;padding-left:14px}}@media(max-width:1180px){._sequenceComposer_1ocxi_76{display:flex;flex-direction:column}._sequenceComposer_1ocxi_76 ._sharedSettingsHeading_1ocxi_81{order:1;padding:16px 16px 0}._sequenceComposer_1ocxi_76 ._field_1ocxi_82,._sequenceComposer_1ocxi_76 ._addonsSection_1ocxi_83{order:2;width:100%;box-sizing:border-box}._sequenceComposer_1ocxi_76 ._mediaUploaderSection_1ocxi_86{order:3;width:100%;border-right:0}}._editor_1ocxi_1{padding:18px;border:1px solid #dbe5f0;border-radius:12px;box-shadow:none}._headerBar_1ocxi_10{padding:0 0 16px;margin-bottom:0;border-color:#dbe5f0}._titleGroup_1ocxi_20 h2{color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:20px;font-weight:700}._platformTabs_1ocxi_33 button{border-radius:8px;box-shadow:none}._activePlatform_1ocxi_68{border-color:#b8d3ff!important;background:#fff!important;color:#174ea6!important;box-shadow:none}._composerUnifiedCard_1ocxi_156{border:0;border-radius:10px;box-shadow:none}._composerUnifiedCard_1ocxi_156:focus-within{border-color:transparent;box-shadow:none}._fieldLabel_1ocxi_173 strong,._sharedSettingsHeading_1ocxi_81 strong{color:#223449}._section_hla24_1{display:flex;flex-direction:column;gap:16px}._infoBanner_hla24_7{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#f7f9fc;border:0;border-radius:8px}._infoBannerIcon_hla24_17{color:#006aff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}._infoBannerText_hla24_26{display:flex;flex-direction:column;gap:3px}._infoBannerText_hla24_26 strong{font-size:.8125rem;font-weight:700;color:#0f172a}._infoBannerText_hla24_26 p{margin:0;font-size:.75rem;line-height:1.45;color:#64748b}._list_hla24_43{display:flex;flex-direction:column;gap:12px}._platformCard_hla24_49{background:#fff;border:1px solid #dbe5f0;border-radius:12px;overflow:hidden;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:none}._platformCard_hla24_49:hover{border-color:#aebbb5;box-shadow:none}._platformCard_hla24_49._isCustomized_hla24_61{border-color:#8cb8ff;background:#fff}._platformCard_hla24_49._isExpanded_hla24_65{border-color:#b8c0bc;box-shadow:none}._platformHeader_hla24_70{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}._platformIdentity_hla24_78{display:flex;align-items:center;gap:14px;min-width:0}._platformIconWrap_hla24_85{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 1px 2px #0000000d}._platformInfo_hla24_97{display:flex;flex-direction:column;gap:4px;min-width:0}._platformTitleRow_hla24_104{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._platformName_hla24_111{font-size:.9375rem;font-weight:700;color:#223449}._customBadge_hla24_117{font-size:.6875rem;font-weight:700;color:#1e3a5f;background:#eff6ff;border-radius:6px;padding:2px 7px;letter-spacing:.01em}._inheritBadge_hla24_127{font-size:.6875rem;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:6px;padding:2px 7px}._platformMetaRow_hla24_136{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._platformSubtitle_hla24_143{font-size:.75rem;color:#64748b}._scheduledTag_hla24_148{font-size:.6875rem;font-weight:600;color:#0369a1;background:#e0f2fe;border-radius:4px;padding:1px 6px}._platformActionWrap_hla24_157{flex-shrink:0}._actionButton_hla24_161{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:.8125rem!important;font-weight:600!important;border-radius:8px!important;padding:8px 16px!important;transition:all .15s ease!important}._customizeBtn_hla24_172{background:#2563eb!important;color:#fff!important}._customizeBtn_hla24_172:hover{background:#1d4ed8!important;color:#fff!important;box-shadow:none!important}._editBtn_hla24_182{background:#f1f5f9!important;border:1px solid #cbd5e1!important;color:#1e293b!important}._editBtn_hla24_182:hover{background:#e2e8f0!important;color:#0f172a!important}._editor_hla24_192{display:flex;flex-direction:column;gap:16px;padding:20px;background:#fff;border-top:1px solid #dbe5f0}._removeWrap_hla24_201{display:flex;justify-content:flex-end;padding-top:8px;border-top:1px dashed #e2e8f0}._remove_hla24_201{padding:6px 12px;border:none;background:#fef2f2;color:#dc2626;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}._remove_hla24_201:hover{background:#fee2e2;color:#b91c1c}._remove_hla24_201:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){._platformHeader_hla24_70{flex-direction:column;align-items:flex-start;gap:12px}._platformActionWrap_hla24_157{width:100%}._platformActionWrap_hla24_157 button{width:100%;justify-content:center}}._editor_z1x74_1{display:flex;flex-direction:column;gap:.75rem}._heading_z1x74_7{display:flex;justify-content:flex-end}._addBtn_z1x74_12{display:inline-flex;min-height:2rem;align-items:center;gap:.375rem;padding:0 .75rem;border:1px solid #d9e2ec;border-radius:8px;background:#fff;color:#075fc4;font-size:.75rem;font-weight:650;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}._addBtn_z1x74_12:hover:not(:disabled){border-color:#b8cbe0;background:#f2f7ff;color:#004fae}._addBtn_z1x74_12:focus-visible{outline:none;box-shadow:0 0 0 3px #006aff29}._addBtn_z1x74_12:disabled{opacity:.48;cursor:not-allowed}._btnIcon_z1x74_41{width:14px;height:14px}._timesGrid_z1x74_46{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,360px));gap:.75rem}._timeCard_z1x74_52{min-width:0}._timeControl_z1x74_56{display:flex;min-width:0;height:2.5rem;overflow:hidden;border:1px solid #d9e2ec;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}._timeControl_z1x74_56:hover{border-color:#b8cbe0}._timeControl_z1x74_56:focus-within{border-color:#006aff;box-shadow:0 0 0 3px #006aff24}._nativeTimeInput_z1x74_74{box-sizing:border-box;min-width:0;flex:1;height:100%;padding:0 .75rem;border:0;outline:none;background:#fff;color:#061a32;font-size:.875rem;font-weight:650;font-variant-numeric:tabular-nums;cursor:pointer;transition:background-color .15s ease}._nativeTimeInput_z1x74_74:disabled{background:#f3f6fa;color:#7b8da3;cursor:not-allowed}._removeBtn_z1x74_96{display:inline-flex;flex:0 0 40px;height:100%;align-items:center;justify-content:center;padding:0;border:0;border-left:1px solid #e8edf3;border-radius:0;background:#f8fafc;color:#708399;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}._removeBtn_z1x74_96:hover:not(:disabled){background:#fff2f2;color:#c92929}._removeBtn_z1x74_96:focus-visible{outline:none;background:#fff2f2;color:#c92929;box-shadow:inset 0 0 0 2px #f5a5a5}._removeBtn_z1x74_96:disabled{opacity:.4;cursor:not-allowed}._removeIcon_z1x74_126{width:16px;height:16px}._presetsSection_z1x74_131{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}._presetsLabel_z1x74_138{color:#526780;font-size:.75rem;font-weight:600}._presetChips_z1x74_144{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem}._presetChip_z1x74_144{display:inline-flex;min-height:2rem;align-items:center;padding:0 .625rem;border:1px solid #d9e2ec;border-radius:7px;background:#fff;color:#314963;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}._presetChip_z1x74_144:hover:not(:disabled){border-color:#b8cbe0;background:#f2f7ff;color:#075fc4}._presetChip_z1x74_144:focus-visible{outline:none;box-shadow:0 0 0 3px #006aff24}._presetChip_z1x74_144:disabled{opacity:.45;cursor:not-allowed}@media(max-width:640px){._timesGrid_z1x74_46{grid-template-columns:1fr}._removeBtn_z1x74_96{flex-basis:44px}}._wrapper_pnmx1_2{display:flex;flex-direction:column;gap:16px;color:#0f172a}._header_pnmx1_9{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}._headerTextWrap_pnmx1_18{display:flex;flex-direction:column;gap:4px}._headerTextWrap_pnmx1_18 p{margin:0;color:#64748b;font-size:.8125rem;line-height:1.4}._headerTitleRow_pnmx1_30{display:flex;align-items:center;gap:10px}._headerTitleRow_pnmx1_30 h4{margin:0;color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:1.125rem;font-weight:700}._ruleCountBadge_pnmx1_43{font-size:.6875rem;font-weight:700;color:#765044;background:#f5efeb;padding:2px 8px;border-radius:999px}._newRuleBtn_pnmx1_52{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:.8125rem!important;font-weight:600!important;border-radius:8px!important;padding:8px 16px!important;background:#2563eb!important;color:#fff!important;box-shadow:none!important;transition:all .15s ease!important}._newRuleBtn_pnmx1_52:hover:not(:disabled){background:#1d4ed8!important;color:#fff!important;box-shadow:none!important}._variantList_pnmx1_71{display:flex;flex-direction:column;gap:10px}._variantCard_pnmx1_77{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 18px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0f172a0a}._variantCard_pnmx1_77:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0f}._variantCard_pnmx1_77._attentionCard_pnmx1_93{border-color:#fdba74}._variantCard_pnmx1_77._disabledCard_pnmx1_96{opacity:.55;background:#f8fafc;border-style:dashed}._variantMeta_pnmx1_102{display:flex;align-items:center;gap:12px;min-width:0}._platformIconWrap_pnmx1_109{width:40px;height:40px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 1px 2px #0000000d}._variantInfo_pnmx1_121{display:flex;flex-direction:column;gap:3px;min-width:0}._variantTitleRow_pnmx1_128{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._variantTitle_pnmx1_128{font-size:.9375rem;font-weight:700;color:#0f172a}._variantSubRow_pnmx1_141{display:flex;align-items:center;gap:6px}._metaSeparator_pnmx1_147{color:#cbd5e1}._timeTag_pnmx1_151{font-size:.75rem;color:#64748b;font-weight:500}._variantControls_pnmx1_157{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}._ruleToggle_pnmx1_165{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:4px 8px;color:#475569;background:transparent;border:0;border-radius:8px;cursor:pointer;font:inherit;font-size:.75rem;font-weight:600}._ruleToggle_pnmx1_165:hover:not(:disabled){color:#0f172a;background:#f8fafc}._ruleToggle_pnmx1_165:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:1px}._ruleToggle_pnmx1_165:disabled{cursor:not-allowed;opacity:.5}._toggleTrack_pnmx1_193{position:relative;width:30px;height:18px;flex:0 0 30px;background:#cbd5e1;border-radius:999px;transition:background .16s ease}._toggleThumb_pnmx1_203{position:absolute;top:3px;left:3px;width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0f172a40;transition:transform .16s ease}._ruleToggle_pnmx1_165[aria-checked=true] ._toggleTrack_pnmx1_193{background:#2563eb}._ruleToggle_pnmx1_165[aria-checked=true] ._toggleThumb_pnmx1_203{transform:translate(12px)}._editCardBtn_pnmx1_222{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:5px 11px;background:#fff;border:1px solid #cbd5e1;color:#1e293b;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}._editCardBtn_pnmx1_222:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}._editCardBtn_pnmx1_222 svg{stroke:currentColor}._emptyState_pnmx1_246{padding:22px 24px;border:1px dashed #c8d1cd;border-radius:12px;background:#fbfcfa;color:#64748b;font-size:.8125rem;line-height:1.5;text-align:center}._editorModal_pnmx1_257{display:flex;flex-direction:column;gap:20px;padding:20px;border:1px solid #dbe5f0;border-radius:12px;background:#fff;box-shadow:none}._editorHeader_pnmx1_268{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}._editorHeader_pnmx1_268 h5{margin:0;font-size:1.0625rem;font-weight:700;color:#0f172a}._editorActions_pnmx1_283{display:flex;align-items:center;gap:8px}._editorActions_pnmx1_283 button{border-radius:8px!important;box-shadow:none!important}._editorActions_pnmx1_283 button:last-child{border-color:#2563eb!important;background:#2563eb!important;color:#fff!important}._editorActions_pnmx1_283 button:last-child:hover:not(:disabled){border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._unmatchedPill_pnmx1_303{padding:2px 8px;border-radius:6px;background:#fff7ed;color:#9a3412;font-size:.6875rem;font-weight:700}._scopeError_pnmx1_312{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border:1px solid #fecaca;border-radius:8px;background:#fff7f7;color:#991b1b;font-size:.8125rem;line-height:1.45}._scopeError_pnmx1_312 strong{flex:0 0 auto;font-weight:700}._scopeError_pnmx1_312 span{color:#7f1d1d}._coverageWarning_pnmx1_332{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:.8125rem;line-height:1.4}._coverageWarning_pnmx1_332 svg{flex:0 0 auto;color:currentColor}._dangerButton_pnmx1_349{background:#fef2f2!important;border:1px solid #fecaca!important;color:#dc2626!important}._dangerButton_pnmx1_349:hover{background:#fee2e2!important}._scopeSummary_pnmx1_358{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;min-height:36px;padding:7px 12px;border:1px solid #2563eb;border-radius:8px;background:#fff;color:#0f172a;font-size:.8125rem}._scopeSummary_pnmx1_358 strong{color:#1e3a5f;font-weight:700;text-transform:capitalize}._scopeSummary_pnmx1_358 span+span:before{margin-right:8px;color:#94a3b8;content:"•"}._scopeSelector_pnmx1_382{display:flex;flex-direction:column;gap:16px}._fieldBlock_pnmx1_388{display:flex;flex-direction:column;gap:8px}._fieldBlock_pnmx1_388>label{color:#334155;font-size:.8125rem;font-weight:700}._pillGroup_pnmx1_399{display:flex;flex-wrap:wrap;gap:8px}._pillButton_pnmx1_405{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 14px;border:1px solid #cbd5e1;border-radius:20px;background:#fff;color:#334155;cursor:pointer;font:inherit;font-size:.8125rem;font-weight:500;transition:all .15s ease}._pillButton_pnmx1_405:hover{border-color:#c98b76;color:#1e3a5f}._pillButton_pnmx1_405._activePill_pnmx1_425{border-color:#2563eb;background:#fff;color:#1e3a5f;font-weight:700}._editorBody_pnmx1_432{display:flex;flex-direction:column;gap:16px;padding-top:10px}@media(max-width:768px){._header_pnmx1_9,._editorHeader_pnmx1_268{align-items:stretch;flex-direction:column}._variantCard_pnmx1_77{grid-template-columns:minmax(0,1fr);gap:12px}._variantControls_pnmx1_157{justify-content:flex-start}}._targetCard_1se7k_1{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px 16px;width:100%;min-height:82px;padding:16px;box-sizing:border-box;border:1px solid #ebeef1;border-radius:8px;background:#fff;transition:border-color .16s ease-out,background .16s ease-out}._targetCard_1se7k_1:hover{border-color:#d4dae0;background:#f9fbfd}._cardHeader_1se7k_20{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:12px;grid-column:1/-1}._accountInfo_1se7k_29{display:flex;flex:1 1 200px;min-width:0;align-items:center;gap:10px}._accountText_1se7k_37{display:flex;min-width:0;flex-direction:column;gap:3px}._accountMetaRow_1se7k_44{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:6px}._accountName_1se7k_52{overflow:hidden;color:#0b2135;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}._publishMeta_1se7k_61{display:inline-flex;align-items:center;gap:4px;color:#586271;font-size:12px;font-weight:500;white-space:nowrap}._cardBody_1se7k_71{display:flex;min-width:0;flex-direction:column;gap:12px;grid-column:1;padding-left:46px}._postContent_1se7k_80{min-width:0}._postContent_1se7k_80 p{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#222;font-size:13px;font-weight:400;line-height:20px}._cardFooter_1se7k_95{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:6px}._feedbackTags_1se7k_103{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:5px}._tag_1se7k_111{display:inline-flex;align-items:center;padding:3px 7px;border-radius:5px;background:#fc8c322e;color:#9b4300;font-size:11px;font-weight:500;text-transform:lowercase}._cardAction_1se7k_123{flex:0 0 auto;grid-column:2;grid-row:2;align-self:end}._cardAction_1se7k_123 button{min-height:36px;padding:7px 12px;font-size:12px}._selectableWrapper_1se7k_135{display:flex!important;width:100%;align-items:center!important;justify-content:flex-start!important;gap:8px;padding:0!important;border-radius:8px;cursor:pointer}._selectableWrapper_1se7k_135>div:last-child{flex:1 1 auto;min-width:0}._selectableWrapper_1se7k_135:hover ._targetCard_1se7k_1{border-color:#006aff80}._selectableWrapper_1se7k_135:focus-within ._targetCard_1se7k_1{border-color:#006aff;box-shadow:0 0 0 2px #006aff1f}._checkbox_1se7k_157{flex:0 0 auto;margin:0 2px 0 0!important}._selectableLabel_1se7k_162{width:100%;min-width:0}._compact_1se7k_167{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;box-sizing:border-box}._compact_1se7k_167 ._cardHeader_1se7k_20{flex:1;min-width:0;display:flex;align-items:center;gap:8px}._compact_1se7k_167 ._cardBody_1se7k_71{display:none}._compact_1se7k_167 ._accountInfo_1se7k_29{gap:8px;min-width:0;flex:1}._compact_1se7k_167 ._accountText_1se7k_37{gap:2px;min-width:0}._compact_1se7k_167 ._accountMetaRow_1se7k_44{flex-wrap:wrap;gap:5px}._compact_1se7k_167 ._accountName_1se7k_52{font-size:12px;font-weight:700;color:#0f172a;max-width:120px}._compact_1se7k_167 ._publishMeta_1se7k_61{font-size:10.5px;color:#64748b;white-space:nowrap}._compact_1se7k_167 ._cardAction_1se7k_123{margin-left:auto}._compactWrapper_1se7k_217{gap:6px}._compactWrapper_1se7k_217 ._checkbox_1se7k_157{margin-right:0!important}@media(max-width:760px){._targetCard_1se7k_1{grid-template-columns:minmax(0,1fr) auto}._cardBody_1se7k_71{grid-column:1}._cardAction_1se7k_123{grid-column:2;grid-row:2}}@media(max-width:480px){._targetCard_1se7k_1{display:flex;align-items:stretch;flex-direction:column}._cardHeader_1se7k_20{align-items:flex-start}._cardBody_1se7k_71{padding-left:0}._cardAction_1se7k_123{width:100%;grid-column:auto;grid-row:auto}._cardAction_1se7k_123 button{width:100%}._compact_1se7k_167{flex-direction:row;align-items:center}}@media(prefers-reduced-motion:reduce){._targetCard_1se7k_1{transition:none}}._modal_1a55q_1{width:min(1120px,100vw - 48px);min-width:0;height:min(780px,100vh - 48px);max-height:calc(100vh - 48px);border-radius:16px}._deadlineModal_1a55q_9{width:min(620px,100vw - 48px);min-width:0;max-height:calc(100vh - 48px);border-radius:16px}._modalHeader_1a55q_16{flex:0 0 auto;padding:18px 24px;border-bottom:1px solid #e2e8f0}._modalContent_1a55q_22{display:flex;min-height:0;padding:0;overflow:hidden}._content_1a55q_29{display:flex;flex:1;min-width:0;min-height:0;flex-direction:column}._builder_1a55q_37{display:grid;flex:1;min-height:0;grid-template-columns:370px minmax(0,1fr)}._scopeNavigator_1a55q_44{display:flex;min-height:0;flex-direction:column;gap:10px;padding:20px 18px;border-right:1px solid #e2e8f0;background:#f8fafc;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._scopeNavigator_1a55q_44::-webkit-scrollbar{width:5px}._scopeNavigator_1a55q_44::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._scopeIntro_1a55q_64{padding:0 2px 4px}._scopeIntro_1a55q_64 strong{color:#0f172a;font-size:14.5px;font-weight:700}._scopeGroup_1a55q_73{display:flex;flex-direction:column;gap:6px;padding-top:10px}._scopeGroup_1a55q_73>span{padding:0 4px 2px;color:#64748b;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}._scopeButton_1a55q_88{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;font-family:inherit;text-align:left;cursor:pointer;box-shadow:0 1px 2px #0f172a08;transition:all .16s ease-out}._scopeButton_1a55q_88:hover{border-color:#93c5fd;background:#f0f7ff;box-shadow:0 2px 4px #2563eb0f}._scopeButton_1a55q_88:hover ._scopeChevron_1a55q_110{transform:translate(2px);color:#2563eb}._scopeButton_1a55q_88:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._scopeButton_1a55q_88:disabled{border-color:#ebeef1;background:#f0f2f6;color:#586271;cursor:not-allowed;box-shadow:none}._scopeButton_1a55q_88:disabled ._scopeChevron_1a55q_110{color:#586271;transform:none}._scopeButtonText_1a55q_130{display:flex;min-width:0;flex-direction:column;gap:2px}._scopeButtonText_1a55q_130 strong{overflow:hidden;font-size:13.5px;font-weight:650;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}._scopeButtonText_1a55q_130 small{color:#64748b;font-size:11.5px;line-height:1.35}._scopeIndicator_1a55q_150{display:inline-flex;width:18px;height:18px;box-sizing:border-box;border:2px solid #cbd5e1;border-radius:50%;background:#fff;transition:all .16s ease-out}._scopeChevron_1a55q_110{color:#94a3b8;font-size:18px;line-height:1;transition:all .16s ease-out}._scopeButtonSelected_1a55q_168{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 1px #3b82f6}._scopeButtonSelected_1a55q_168 ._scopeIndicator_1a55q_150{border:5px solid #2563eb;background:#fff}._scopeButtonSelected_1a55q_168 ._scopeChevron_1a55q_110{color:#2563eb}._scopeButtonSelected_1a55q_168 ._scopeButtonText_1a55q_130 strong{color:#1d4ed8}._postPicker_1a55q_184{display:flex;min-height:220px;flex:1;flex-direction:column;gap:10px;padding-top:14px;border-top:1px solid #e2e8f0}._postPickerHeader_1a55q_194{display:flex;align-items:center;justify-content:space-between;padding:0 2px}._postPickerHeader_1a55q_194 span{color:#64748b;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}._postPickerHeader_1a55q_194 strong{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:#006aff;color:#fff;font-size:11px;font-weight:700}._postPickerHeader_1a55q_194 strong[data-empty=true]{visibility:hidden}._searchField_1a55q_224{display:block}._searchField_1a55q_224 input{box-sizing:border-box;width:100%;height:38px;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;outline:none;background:#fff;color:#0f172a;font:inherit;font-size:12.5px;transition:all .16s ease-out}._searchField_1a55q_224 input::placeholder{color:#94a3b8;opacity:1}._searchField_1a55q_224 input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}._deliveryList_1a55q_250{display:flex;width:100%;min-height:0;flex:1;flex-direction:column;gap:8px;overflow-y:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._deliveryList_1a55q_250::-webkit-scrollbar{width:5px}._deliveryList_1a55q_250::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._deliveryList_1a55q_250>*{width:100%;box-sizing:border-box}._noResults_1a55q_275{padding:24px 12px;color:#94a3b8;font-size:12.5px;text-align:center}._requestDetails_1a55q_282{min-width:0;padding:24px 28px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._requestDetails_1a55q_282::-webkit-scrollbar{width:5px}._requestDetails_1a55q_282::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._selectedTargetSummary_1a55q_298{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}._selectedTargetSummary_1a55q_298>div:last-child:not(:first-child){width:100%}._selectedTargetSummary_1a55q_298>div:first-child{display:flex;flex-direction:column;gap:3px}._selectedTargetSummary_1a55q_298>div:first-child span{color:#64748b;font-size:12px;font-weight:600}._selectedTargetSummary_1a55q_298>div:first-child strong{color:#0f172a;font-size:17px;font-weight:750;letter-spacing:-.01em}._fields_1a55q_327,._instructions_1a55q_328{display:flex;flex-direction:column;gap:12px;padding-top:22px}._detailHeading_1a55q_335{display:flex;flex-direction:column;gap:3px}._detailHeading_1a55q_335 strong{color:#0f172a;font-size:14.5px;font-weight:700}._fieldOptions_1a55q_346{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._fieldOptions_1a55q_346 button{justify-content:flex-start!important;min-height:42px;padding:10px 12px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 2px #0f172a08;transition:all .15s ease-out}._fieldOptions_1a55q_346 button:hover{border-color:#cbd5e1!important;background:#f8fafc!important}._targetEmptyState_1a55q_366{display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;padding:40px;color:#586271;text-align:center}._targetEmptyState_1a55q_366>span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:12px;border-radius:50%;background:#006aff17;color:#006aff;font-size:18px}._targetEmptyState_1a55q_366 strong{color:#0b2135;font-size:15px}._targetEmptyState_1a55q_366 p{display:none}._actions_1a55q_396{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:12px 20px;border-top:1px solid #ebeef1;background:#fff}._requestSummary_1a55q_408{min-width:0;color:#586271;font-size:12px}._requestSummary_1a55q_408 strong{color:#0b2135;font-weight:650}._actionButtons_1a55q_418{display:flex;align-items:center;gap:8px}._actionButtons_1a55q_418 button{min-height:38px}._cancelButton_1a55q_427{border-color:#d4dae0!important;background:#fff!important;color:#0b2135!important}._deadlineContent_1a55q_433{overflow:hidden}._deadlineContent_1a55q_433 ._actions_1a55q_396{justify-content:flex-end;padding:16px 24px}._deadlineBody_1a55q_441{display:flex;min-height:0;flex-direction:column;gap:24px;padding:24px;overflow-y:auto;overscroll-behavior:contain}._deadlineHeader_1a55q_451{display:flex;align-items:center;justify-content:space-between;gap:16px}._deadlineHeader_1a55q_451 h2{margin:0;color:#0b2135;font-size:20px;font-weight:600}._deadlineHeader_1a55q_451 button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:8px;background:#f9fbfd;color:#0b2135;cursor:pointer}._deadlineHeader_1a55q_451 button:hover{background:#f0f2f6}._deadlineHeader_1a55q_451 button:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._deadlineHeader_1a55q_451 button:disabled{opacity:.5;cursor:not-allowed}._field_1a55q_327,._assignees_1a55q_490{display:flex;flex-direction:column;gap:8px}._field_1a55q_327>label,._field_1a55q_327>legend,._assignees_1a55q_490>label,._assignees_1a55q_490>legend{color:#0b2135;font-size:14px;font-weight:600}._field_1a55q_327 input{box-sizing:border-box;width:100%;min-width:0;min-height:48px;padding:12px;border:1px solid #d4dae0;border-radius:8px;background:#fff;color:#0b2135;font:inherit;color-scheme:light}._field_1a55q_327 input:focus-visible{outline:2px solid #006AFF;outline-offset:2px}._field_1a55q_327 input[aria-invalid=true]{border-color:#fd5458}._field_1a55q_327 input:disabled{background:#f9fbfd;cursor:not-allowed}._fieldHint_1a55q_529,._fieldError_1a55q_530{margin:0;font-size:12px;line-height:1.5}._fieldHint_1a55q_529{color:#586271}._fieldError_1a55q_530{color:#eb1700}._fieldError_1a55q_530:empty{display:none}._assignees_1a55q_490{min-width:0;margin:0;padding:0;border:0}._assignees_1a55q_490 legend{margin-bottom:8px;padding:0}._assignees_1a55q_490:disabled ._assignee_1a55q_490{cursor:not-allowed;opacity:.65}._selectionCount_1a55q_563{color:#586271;font-size:12px}._assigneeList_1a55q_568{display:flex;flex-direction:column;gap:8px}._assignee_1a55q_490{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #ebeef1;border-radius:8px;margin:0;cursor:pointer;background:#fff}._assignee_1a55q_490:hover{border-color:#006aff}._assignee_1a55q_490:focus-within{outline:2px solid #006AFF;outline-offset:2px}._assignee_1a55q_490[data-selected=true]{border-color:#006aff;background:#006aff0a}._assignee_1a55q_490 input{flex:0 0 auto;width:18px;height:18px;margin:0;accent-color:#006AFF}._assignee_1a55q_490>span:last-child{display:flex;min-width:0;flex-direction:column}._assignee_1a55q_490 strong{color:#000;font-size:14px;overflow-wrap:anywhere}._assignee_1a55q_490 small{margin-top:2px;color:#0b2135;overflow-wrap:anywhere}._optionalLabel_1a55q_619{color:#586271;font-size:12px;font-weight:400}._visuallyHidden_1a55q_625{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:820px){._modal_1a55q_1{width:calc(100vw - 24px);height:calc(100vh - 24px);max-height:calc(100vh - 24px)}._deadlineModal_1a55q_9{width:calc(100vw - 24px)}._builder_1a55q_37{grid-template-columns:250px minmax(0,1fr)}._fieldOptions_1a55q_346{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){._modal_1a55q_1{width:100%;height:100%;max-height:100%}._deadlineModal_1a55q_9{width:100%;height:100%;max-height:100%;border-radius:0}._deadlineBody_1a55q_441{padding:20px 16px}._deadlineContent_1a55q_433 ._actions_1a55q_396{padding:16px}._modalContent_1a55q_22{overflow-y:auto}._content_1a55q_29{min-height:100%}._builder_1a55q_37{display:flex;flex-direction:column;overflow:visible}._scopeNavigator_1a55q_44,._requestDetails_1a55q_282{flex:0 0 auto;overflow:visible}._scopeNavigator_1a55q_44{border-right:0;border-bottom:1px solid #ebeef1}._deliveryList_1a55q_250{max-height:260px}._fieldOptions_1a55q_346,._assignees_1a55q_490>div{grid-template-columns:1fr}._actions_1a55q_396{position:sticky;bottom:0;align-items:stretch;flex-direction:column;z-index:2}._actionButtons_1a55q_418{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}._actionButtons_1a55q_418 button{width:100%}}@media(prefers-reduced-motion:reduce){._scopeButton_1a55q_88{transition:none}}._layout_9dlh1_1{display:block}._layout_9dlh1_1 main{min-width:0}._reviewWorkspace_9dlh1_8{overflow:hidden;border:1px solid #e2e8f0;border-radius:12px;background:#fff}._reviewWorkspaceOptional_9dlh1_15 ._workspaceHeader_9dlh1_15{background:#05966908}._optionalReviewBody_9dlh1_19{display:flex;flex-direction:column;gap:16px;padding:24px}._workspaceHeader_9dlh1_15{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#fff}._workspaceStatus_9dlh1_36{display:flex;align-items:center;gap:14px;min-width:0}._workspaceStatus_9dlh1_36 h2{margin:0;color:#0f172a;font-size:18px;font-weight:700;line-height:1.35}._workspaceStatus_9dlh1_36 p{max-width:68ch;margin:3px 0 0;color:#64748b;font-size:13px;line-height:1.45}._statusIconWrapper_9dlh1_57{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%}._statusIconWrapper_9dlh1_57 svg{width:20px;height:20px;color:currentColor}._statusDefault_9dlh1_72 ._statusIconWrapper_9dlh1_57{background:#f1f5f9;color:#64748b}._statusPending_9dlh1_77 ._statusIconWrapper_9dlh1_57,._statusRevision_9dlh1_78 ._statusIconWrapper_9dlh1_57{background:#fff7ed;color:#c2410c}._statusRejected_9dlh1_83 ._statusIconWrapper_9dlh1_57{background:#fef2f2;color:#dc2626}._statusApproved_9dlh1_88 ._statusIconWrapper_9dlh1_57{background:#ecfdf5;color:#059669}._workspaceMeta_9dlh1_93{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;color:#586271;font-size:12px}._workspaceMeta_9dlh1_93>span,._workspaceMeta_9dlh1_93>time{padding:5px 8px;border-radius:6px;background:#f9fbfd;white-space:nowrap}._workspaceMeta_9dlh1_93 ._issueMeta_9dlh1_109{background:#fd545814;color:#b52227}._workspaceBody_9dlh1_114{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start}._workspaceBodyFull_9dlh1_120{grid-template-columns:minmax(0,1fr)}._reviewContent_9dlh1_124{display:flex;min-width:0;flex-direction:column;gap:20px;padding:24px}._lifecycleSummary_9dlh1_132{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));overflow:hidden;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}._lifecycleMetric_9dlh1_141{position:relative;display:flex;min-width:0;flex-direction:column;gap:2px;padding:14px 16px}._lifecycleMetric_9dlh1_141+._lifecycleMetric_9dlh1_141:before{position:absolute;top:12px;bottom:12px;left:0;width:1px;background:#ebeef1;content:""}._lifecycleMetric_9dlh1_141 strong{color:#0b2135;font-size:18px;font-weight:700;line-height:1.2}._lifecycleMetric_9dlh1_141 span{color:#586271;font-size:12px;font-weight:600;line-height:1.35}._lifecycleMetric_publishing_9dlh1_171 strong,._lifecycleMetric_pendingReview_9dlh1_172 strong{color:#b54c00}._lifecycleMetric_published_9dlh1_176 strong{color:#009459}._lifecycleMetric_attention_9dlh1_180 strong{color:#fd5458}._approvedPostsDisclosure_9dlh1_184{overflow:hidden;border:1px solid #ebeef1;border-radius:8px;background:#fff}._approvedPostsDisclosure_9dlh1_184 summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;color:#006aff;cursor:pointer;font-size:13px;font-weight:700;list-style-position:inside}._approvedPostsDisclosure_9dlh1_184 summary:focus-visible{outline:2px solid rgba(0,106,255,.2);outline-offset:-2px}._approvedPostsDisclosure_9dlh1_184 summary small{color:#586271;font-size:11px;font-weight:600}._approvedPostsDisclosure_9dlh1_184[open] summary{border-bottom:1px solid #ebeef1}._approvedPostsDisclosure_9dlh1_184 ._deliveryRows_9dlh1_214{padding:10px}@media(max-width:720px){._lifecycleSummary_9dlh1_132{display:flex;overflow-x:auto;scroll-snap-type:x proximity}._lifecycleMetric_9dlh1_141{min-width:116px;scroll-snap-align:start}}._reviewItems_9dlh1_229,._revisionSummary_9dlh1_230{display:flex;min-width:0;flex-direction:column;gap:16px}._sectionHeaderRow_9dlh1_237{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._sectionHeaderRow_9dlh1_237 h3{margin:0;color:#0b2135;font-size:15px;font-weight:700;line-height:1.4}._sectionHeaderRow_9dlh1_237 p{margin:3px 0 0;color:#586271;font-size:13px;line-height:1.45}._sectionHeaderRow_9dlh1_237>span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;background:#006aff14;color:#006aff;font-size:12px;font-weight:700}._deliveryRows_9dlh1_214,._revisionTargets_9dlh1_271{display:flex;flex-direction:column;gap:8px}._revisionTargets_9dlh1_271{padding-top:16px;border-top:1px solid #ebeef1}._feedback_9dlh1_282{padding:12px 14px;border-radius:8px;background:#f9fbfd}._feedback_9dlh1_282 h3{margin:0;color:#0b2135;font-size:14px;font-weight:700}._feedback_9dlh1_282 p{margin:8px 0 0;color:#222;font-size:14px;line-height:1.55;white-space:pre-wrap}._scopeTarget_9dlh1_301{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #ebeef1;border-radius:8px}._scopeTarget_9dlh1_301>div{display:flex;min-width:0;flex-direction:column;gap:3px}._scopeTarget_9dlh1_301 strong{overflow:hidden;color:#0b2135;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}._scopeTarget_9dlh1_301 span{color:#586271;font-size:12px}._openTargetButton_9dlh1_329{min-height:36px!important;padding:7px 12px!important;border-color:#006aff52!important;background:#fff!important;color:#006aff!important;font-size:12px!important;font-weight:650!important;white-space:nowrap}._openTargetButton_9dlh1_329:hover{border-color:#006aff!important;background:#006aff0a!important}._emptyReviewItems_9dlh1_344{padding:32px 20px;border:1px dashed #d4dae0;border-radius:8px;color:#586271;font-size:13px;text-align:center}._violations_9dlh1_353{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(253,84,88,.25);border-radius:8px;background:#fd54580b;color:#b52227}._violations_9dlh1_353 svg{flex:0 0 auto;margin-top:1px}._violations_9dlh1_353 div{display:flex;flex-direction:column;gap:3px}._violations_9dlh1_353 strong{font-size:13px;font-weight:700}._violations_9dlh1_353 span{color:#222;font-size:12px;line-height:1.4}._decisionRail_9dlh1_382{position:sticky;top:16px;display:flex;min-width:0;flex-direction:column;gap:16px;padding:24px;border-left:1px solid #e2e8f0;background:#f8fafc}._railHeader_9dlh1_394 h3{margin:0;color:#0f172a;font-size:15px;font-weight:700;line-height:1.4}._deadline_9dlh1_402{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#006aff}._deadline_9dlh1_402>div{display:flex;min-width:0;flex-direction:column;gap:2px}._deadline_9dlh1_402 span{color:#64748b;font-size:11.5px;font-weight:500}._deadline_9dlh1_402 time{overflow:hidden;color:#0f172a;font-size:12.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._reviewForm_9dlh1_432{display:flex;flex-direction:column;gap:12px}._decisionActions_9dlh1_438{display:flex;flex-direction:column;gap:8px}._decisionActions_9dlh1_438 button{width:100%;min-height:40px}._primaryDecision_9dlh1_448{font-weight:650!important}._secondaryDecision_9dlh1_452,._quietAction_9dlh1_453{border-color:#d4dae0!important;background:#fff!important;color:#0b2135!important;font-weight:600!important}._secondaryDecision_9dlh1_452:hover,._quietAction_9dlh1_453:hover{border-color:#006aff99!important;color:#006aff!important}._rejectDecision_9dlh1_465{border-color:#fd54588c!important;background:#fff!important;color:#b52227!important;font-weight:600!important}._rejectDecision_9dlh1_465:hover{border-color:#fd5458!important;background:#fd54580e!important}._cancelReject_9dlh1_476{align-self:center;padding:0;border:0;background:transparent;color:#586271;font:inherit;font-size:12px;font-weight:600;cursor:pointer}._cancelReject_9dlh1_476:hover,._cancelReject_9dlh1_476:focus-visible{color:#0b2135;text-decoration:underline}._workflowActions_9dlh1_492{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid #ebeef1}._workflowActions_9dlh1_492 button{width:100%;min-height:36px}._partialError_9dlh1_504{padding:10px 12px;margin-bottom:10px;border:1px solid rgba(252,140,50,.45);border-radius:8px;background:#fc8c3214;color:#0b2135;font-size:13px;line-height:1.4}._commentsDrawerOverlay_9dlh1_515{display:flex;justify-content:flex-end;padding:0;background:#0f27426b!important}._scheduleStep_9dlh1_522{display:flex;flex-direction:column;gap:4px}._scheduleStep_9dlh1_522 strong{color:#0b2135;font-size:13px;line-height:1.4}._scheduleStep_9dlh1_522>span{margin-bottom:6px;color:#586271;font-size:12px;line-height:1.4}._commentsDrawer_9dlh1_515{width:min(560px,100vw);min-width:0;height:100dvh;max-height:100dvh;margin:0 0 0 auto;border-left:1px solid #e2e8f0;border-radius:0;box-shadow:-14px 0 36px #0f27421f}._commentsDrawerHeader_9dlh1_550{flex:0 0 auto;padding:0!important;border-bottom:1px solid #e2e8f0!important}._commentsDrawerHeaderInner_9dlh1_556{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%;min-width:0;padding:22px 32px 20px 24px;box-sizing:border-box}._commentsDrawerHeaderInner_9dlh1_556 h2{margin:0;color:#0b2135;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:22px;font-weight:700;line-height:1.15}._commentsDrawerHeaderInner_9dlh1_556 p{margin:6px 0 0;overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}._commentsDrawerHeaderInner_9dlh1_556 i{padding:0 7px;font-style:normal}._commentsDrawerHeaderInner_9dlh1_556>button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 auto;padding:0;border:1px solid #e2e8f0;border-radius:8px;background:transparent;color:#0b2135;cursor:pointer}._commentsDrawerHeaderInner_9dlh1_556>button:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}._commentsDrawerHeaderInner_9dlh1_556>button svg,._commentsDrawerHeaderInner_9dlh1_556>button path{fill:currentColor}._dangerQuietAction_9dlh1_610{color:#b52227!important}._dangerQuietAction_9dlh1_610:hover{border-color:#fd54588c!important;background:#fd54580e!important;color:#b52227!important}._revisionFeedback_9dlh1_619{padding:16px;border:1px solid #fed7aa;border-radius:10px;background:#fffaf3}._revisionFeedback_9dlh1_619>p{margin:12px 0 0 36px;color:#7c2d12;font-size:14px;font-weight:500;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}._revisionFeedbackHeader_9dlh1_635{display:flex;align-items:flex-start;gap:10px}._revisionFeedbackHeader_9dlh1_635>div{min-width:0}._revisionFeedbackHeader_9dlh1_635 h3{margin:0;color:#7c2d12;font-size:14px;font-weight:700;line-height:20px}._revisionFeedbackHeader_9dlh1_635 span{display:block;margin-top:1px;color:#9a3412;font-size:12px;line-height:17px}._revisionFeedbackIcon_9dlh1_658{display:inline-flex!important;flex:0 0 26px;align-items:center;justify-content:center;width:26px;height:26px;margin:0!important;border-radius:50%;background:#ffedd5;color:#c2410c!important}._commentsDrawerContent_9dlh1_671{display:flex;min-height:0;padding:0;overflow:hidden}._commentsDrawerBody_9dlh1_678{display:flex;flex:1;min-height:0;flex-direction:column}@media(max-width:960px){._workspaceBody_9dlh1_114{grid-template-columns:1fr}._decisionRail_9dlh1_382{position:static;border-top:1px solid #ebeef1;border-left:0}._decisionActions_9dlh1_438{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){._reviewWorkspace_9dlh1_8{border-radius:10px}._workspaceHeader_9dlh1_15{align-items:flex-start;flex-direction:column;padding:16px}._workspaceMeta_9dlh1_93{justify-content:flex-start}._reviewContent_9dlh1_124,._decisionRail_9dlh1_382{padding:16px}._decisionActions_9dlh1_438{grid-template-columns:1fr}._scopeTarget_9dlh1_301{align-items:flex-start;flex-direction:column}._stepper_9dlh1_722{grid-template-columns:1fr}._commentsDrawer_9dlh1_515{width:100vw}._commentsDrawerHeaderInner_9dlh1_556{align-items:center;padding:16px}._commentsDrawerHeaderInner_9dlh1_556 h2{font-size:23px}._commentsDrawerHeaderInner_9dlh1_556>button{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){._reviewWorkspace_9dlh1_8 *,._reviewWorkspace_9dlh1_8 *:before,._reviewWorkspace_9dlh1_8 *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}._requestSelector_9dlh1_748{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:12px 24px}._requestSelector_9dlh1_748 span{color:#334155;font-size:13px;font-weight:600}._requestSelector_9dlh1_748 select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;min-width:220px;padding:8px 32px 8px 10px}._layout_1sm6r_1{display:grid;grid-template-columns:280px minmax(0,1fr);gap:40px;align-items:start}._summary_1sm6r_8{position:sticky;top:20px;padding:22px 20px;border:1px solid #dbe5f0;border-radius:12px;background:#fff;color:#0b2135}._summaryHeader_1sm6r_18 h2,._toolbar_1sm6r_19 h2{margin:5px 0 0;color:#1e3a5f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:24px;font-weight:700;line-height:1.2}._summaryHeader_1sm6r_18 h2{margin:0;color:#0b2135;font-size:24px}._summaryHeader_1sm6r_18{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #e6edf5}._summaryCount_1sm6r_43{color:#52657a;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}._actionSummary_1sm6r_51{display:flex;flex-direction:column;padding:0;margin:8px 0 0;list-style:none}._actionSummary_1sm6r_51 li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #edf1f6}._actionLabelGroup_1sm6r_67{display:flex;align-items:center;gap:8px;min-width:0}._indicatorDot_1sm6r_74{width:5px;height:5px;flex-shrink:0;border-radius:50%;background:#2563eb}._indicatorDot_1sm6r_74[data-tone=success]{background:#52c69a}._indicatorDot_1sm6r_74[data-tone=failed]{background:#ff8574}._indicatorDot_1sm6r_74[data-tone=warning]{background:#f3b35b}._actionName_1sm6r_91{overflow:hidden;color:#334a62;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}._actionBadge_1sm6r_100{min-width:24px;padding:2px 7px;border-radius:999px;background:#edf4ff;color:#1e3a5f;font-size:12px;font-weight:700;text-align:center}._log_1sm6r_111{min-width:0}._toolbar_1sm6r_19{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;margin-bottom:16px;border-bottom:1px solid #dbe5f0}._exportButton_1sm6r_125{gap:7px;flex-shrink:0;border-color:#2563eb!important;border-radius:8px!important;background:#2563eb!important;color:#fff!important;box-shadow:none!important}._exportButton_1sm6r_125:hover{border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}._searchControl_1sm6r_140{position:relative}._searchInput_1sm6r_144::placeholder{color:#526273;opacity:1}._clearSearch_1sm6r_149{position:absolute;top:50%;right:10px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#eef5ff;color:#5e6965;font-size:18px;transform:translateY(-50%);cursor:pointer}._events_1sm6r_167{position:relative;display:flex;flex-direction:column;margin-top:22px}._events_1sm6r_167:before{content:"";position:absolute;top:36px;bottom:14px;left:15px;width:1px;background:#dbe5f0}._dateHeading_1sm6r_183{position:relative;z-index:1;margin:14px 0 2px;padding:5px 0;color:#2563eb;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._event_1sm6r_167{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid #e0e4e0}._eventIcon_1sm6r_203{z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #b7cbc4;border-radius:50%;background:#fff;color:#1e3a5f}._event_1sm6r_167[data-tone=success] ._eventIcon_1sm6r_203{border-color:#2a9d78;color:#138765}._event_1sm6r_167[data-tone=failed] ._eventIcon_1sm6r_203{border-color:#e66b5f;color:#c84d42}._event_1sm6r_167[data-tone=warning] ._eventIcon_1sm6r_203{border-color:#d7963a;color:#a76b17}._eventBody_1sm6r_231{min-width:0}._eventBody_1sm6r_231 header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._eventBody_1sm6r_231 strong{color:#1e3a5f}._eventBody_1sm6r_231 time{color:#5f6f82;font-size:11px;white-space:nowrap}._eventBody_1sm6r_231 p{margin:5px 0 0;color:#5f6f82;line-height:1.5}._metadata_1sm6r_254{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}._metadata_1sm6r_254 span,._metadata_1sm6r_254 button{max-width:100%;overflow:hidden;padding:3px 7px;border:0;border-radius:6px;background:#f3f5f2;color:#44504c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}._metadata_1sm6r_254 button{color:#1e3a5f;font-weight:700;cursor:pointer}._metadata_1sm6r_254 button:hover{background:#eff6ff}._metadata_1sm6r_254 button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._pagination_1sm6r_286{display:flex;align-items:center;justify-content:space-between;padding-top:14px;margin-top:12px;border-top:1px solid #dbe5f0;color:#5f6f82}._pagination_1sm6r_286 div{display:flex;align-items:center;gap:6px}._pagination_1sm6r_286 div>span{font-size:12px;white-space:nowrap}._pagination_1sm6r_286 button{padding:6px 10px;border:1px solid #b7c0bc;border-radius:8px;background:#fff;color:#1e3a5f;cursor:pointer}._pagination_1sm6r_286 button:disabled{opacity:.45;cursor:not-allowed}._empty_1sm6r_317{min-height:160px;display:flex;align-items:center;justify-content:center;color:#5f6f82}@media(max-width:1100px){._layout_1sm6r_1{grid-template-columns:1fr;gap:28px}._summary_1sm6r_8{position:static}._log_1sm6r_111{order:-1}}@media(max-width:640px){._summary_1sm6r_8{padding:18px}._eventBody_1sm6r_231 header{flex-direction:column}._toolbar_1sm6r_19{align-items:center}._toolbar_1sm6r_19 h2{font-size:22px;white-space:nowrap}._toolbar_1sm6r_19 button{width:auto}._clearSearch_1sm6r_149{width:44px;height:44px;right:0}}._workspace_1cic2_1{--campaign-content-width: 1480px;--campaign-gutter: 40px;--campaign-section-gap: 20px;--campaign-side-column: minmax(380px, 42fr);min-height:calc(100vh - 128px);background:#f8fafc;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:14px;line-height:1.5;accent-color:#006AFF;scrollbar-color:#b8c5d4 transparent}._workspace_1cic2_1 ::selection{background:#def2f1;color:#0b2135}._workspace_1cic2_1 svg{flex-shrink:0}._content_1cic2_23{box-sizing:border-box;width:min(100%,var(--campaign-content-width));padding:28px var(--campaign-gutter) 40px;margin:0 auto}._errorState_1cic2_30{min-height:480px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;text-align:center}._errorState_1cic2_30 h2{margin:0;color:#0b2135}._errorState_1cic2_30 p{max-width:60ch;color:#586271}._skeletonHeader_1cic2_48{box-sizing:border-box;display:grid;grid-template-columns:44px minmax(260px,1fr) auto;width:min(100%,var(--campaign-content-width));min-height:96px;align-items:center;column-gap:0;row-gap:16px;padding:20px 0;margin:0 auto;border-bottom:1px solid #ebeef1;background:#fff}._skeletonIdentity_1cic2_63,._skeletonActions_1cic2_64,._skeletonNavigation_1cic2_65{position:relative;overflow:hidden}._skeletonIdentity_1cic2_63:after,._skeletonActions_1cic2_64:after,._skeletonNavigation_1cic2_65:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);background-size:200% 100%;animation:_shimmer_1cic2_1 1.4s infinite linear;content:""}._skeletonIdentity_1cic2_63{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:12px}._skeletonIdentity_1cic2_63 i,._skeletonIdentity_1cic2_63 b{display:block;border-radius:6px;background:#f0f2f6}._skeletonIdentity_1cic2_63>i{width:min(390px,100%);flex:0 1 390px;height:28px}._skeletonBackButton_1cic2_99{display:block;width:2.75rem;height:2.75rem;flex:0 0 auto;border-radius:8px;background:#f0f2f6}._skeletonMetaLine_1cic2_108{display:flex;align-items:center;gap:8px}._skeletonMetaLine_1cic2_108 i,._skeletonMetaLine_1cic2_108 b{display:block;flex:0 0 auto;border-radius:999px;background:#f0f2f6}._skeletonMetaLine_1cic2_108 i{width:76px;height:30px}._skeletonMetaLine_1cic2_108 b{width:42px;height:20px}._skeletonActions_1cic2_64{display:flex;align-items:center;gap:10px;margin-left:16px}._skeletonActions_1cic2_64 i{display:block;width:44px;height:44px;border-radius:8px;background:#f0f2f6}._skeletonPrimaryAction_1cic2_143{width:190px!important}._skeletonTextAction_1cic2_147{width:116px!important}._skeletonCommentsAction_1cic2_151{width:44px!important}._skeletonNavigation_1cic2_65{box-sizing:border-box;display:flex;align-items:center;gap:28px;width:min(100%,var(--campaign-content-width));height:52px;padding:0 var(--campaign-gutter);margin:0 auto;border-bottom:1px solid #ebeef1;border-radius:0;background:#fff}._skeletonNavigation_1cic2_65 i{display:block;width:70px;height:14px;border-radius:5px;background:#f0f2f6}._skeletonNavigation_1cic2_65 i:first-child{width:68px;background:#006aff21}._skeletonOverview_1cic2_180{display:flex;min-width:0;flex-direction:column;gap:var(--campaign-section-gap)}._skeletonCommandCenter_1cic2_187,._skeletonTimeline_1cic2_188,._skeletonNextDelivery_1cic2_189,._skeletonPlan_1cic2_190,._skeletonUpcoming_1cic2_191{border:1px solid #ebeef1;border-radius:12px;background:#fff}._skeletonCommandCenter_1cic2_187 i,._skeletonCommandCenter_1cic2_187 b,._skeletonCommandCenter_1cic2_187 span,._skeletonTimeline_1cic2_188 i,._skeletonTimeline_1cic2_188 b,._skeletonTimeline_1cic2_188 span,._skeletonNextDelivery_1cic2_189 i,._skeletonNextDelivery_1cic2_189 b,._skeletonNextDelivery_1cic2_189 span,._skeletonPlan_1cic2_190 i,._skeletonPlan_1cic2_190 b,._skeletonPlan_1cic2_190 span,._skeletonUpcoming_1cic2_191 i,._skeletonUpcoming_1cic2_191 b,._skeletonUpcoming_1cic2_191 span{position:relative;display:block;overflow:hidden;border-radius:5px;background:#f0f2f6}._skeletonCommandCenter_1cic2_187 i:after,._skeletonCommandCenter_1cic2_187 b:after,._skeletonCommandCenter_1cic2_187 span:after,._skeletonTimeline_1cic2_188 i:after,._skeletonTimeline_1cic2_188 b:after,._skeletonTimeline_1cic2_188 span:after,._skeletonNextDelivery_1cic2_189 i:after,._skeletonNextDelivery_1cic2_189 b:after,._skeletonNextDelivery_1cic2_189 span:after,._skeletonPlan_1cic2_190 i:after,._skeletonPlan_1cic2_190 b:after,._skeletonPlan_1cic2_190 span:after,._skeletonUpcoming_1cic2_191 i:after,._skeletonUpcoming_1cic2_191 b:after,._skeletonUpcoming_1cic2_191 span:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);background-size:200% 100%;animation:_shimmer_1cic2_1 1.4s infinite linear;content:""}._skeletonCommandCenter_1cic2_187{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:96px;overflow:hidden}._skeletonSummaryAction_1cic2_247{display:flex;align-items:center;justify-content:center;padding:16px 20px;border-left:1px solid #ebeef1}._skeletonSummaryAction_1cic2_247 ._skeletonButton_1cic2_255{width:172px;height:44px;border-radius:8px!important}._skeletonStatRow_1cic2_261{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}._skeletonStatRow_1cic2_261>div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}._skeletonStatRow_1cic2_261>div+div{border-left:1px solid #ebeef1}._skeletonStatRow_1cic2_261 b{width:52px;height:26px}._skeletonStatRow_1cic2_261 i{width:84px;height:12px}._skeletonOperationalGrid_1cic2_284,._skeletonDetailsGrid_1cic2_285{display:grid;grid-template-columns:minmax(0,58fr) var(--campaign-side-column);gap:var(--campaign-section-gap)}._skeletonTimeline_1cic2_188,._skeletonNextDelivery_1cic2_189,._skeletonPlan_1cic2_190,._skeletonUpcoming_1cic2_191{padding:22px 24px}._skeletonSectionTitle_1cic2_298{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}._skeletonSectionTitle_1cic2_298 i{width:150px;height:18px}._skeletonSectionTitle_1cic2_298 span{width:220px;max-width:80%;height:12px}._skeletonRow_1cic2_314{display:grid;grid-template-columns:120px minmax(0,1fr) 90px;align-items:center;gap:16px;min-height:54px;border-top:1px solid #ebeef1}._skeletonRow_1cic2_314 i{width:90px;height:12px}._skeletonRow_1cic2_314 span{width:70%;height:14px}._skeletonRow_1cic2_314 b{width:80px;height:22px}._skeletonTimeline_1cic2_188,._skeletonNextDelivery_1cic2_189{min-height:324px}._skeletonNextDelivery_1cic2_189{display:flex;flex-direction:column;align-self:start;min-width:0}._skeletonDeliveryDate_1cic2_347{width:min(260px,75%);height:24px;margin:8px 0 18px}._skeletonDeliveryAccount_1cic2_353{display:flex;align-items:center;gap:14px;padding:20px 0;border-top:1px solid #ebeef1;border-bottom:1px solid #ebeef1}._skeletonDeliveryAccount_1cic2_353 i{width:22px;height:22px;flex:0 0 22px;border-radius:50%}._skeletonDeliveryAccount_1cic2_353 span{width:min(160px,60%);height:26px}._skeletonDeliveryButton_1cic2_372{width:100%;height:44px;margin-top:16px;border-radius:8px!important}._refreshing_1cic2_379{margin:0 0 12px;color:#586271}._pendingPanel_1cic2_384{min-height:360px;padding:32px;border:1px solid #ebeef1;border-radius:8px;background:#fff}._pendingPanel_1cic2_384 h2{margin:0;color:#0b2135;text-transform:capitalize}._pendingPanel_1cic2_384 p{color:#586271}@media(max-width:768px){._workspace_1cic2_1{--campaign-gutter: 16px;--campaign-side-column: minmax(0, 1fr);min-height:calc(100vh - 96px)}._content_1cic2_23{padding:18px 16px 32px}._skeletonHeader_1cic2_48{grid-template-columns:40px minmax(0,1fr);min-height:112px;padding:18px 0}._skeletonIdentity_1cic2_63{width:100%}._skeletonActions_1cic2_64{grid-column:2;flex-wrap:wrap;margin-left:0}._skeletonOperationalGrid_1cic2_284,._skeletonDetailsGrid_1cic2_285,._skeletonCommandCenter_1cic2_187{grid-template-columns:1fr}._skeletonStatRow_1cic2_261{min-height:92px}._skeletonSummaryAction_1cic2_247{padding:14px 20px;border-top:1px solid #ebeef1;border-left:0}._skeletonButton_1cic2_255{width:88px}}@media(min-width:769px)and (max-width:1100px){._workspace_1cic2_1{--campaign-gutter: 24px}._content_1cic2_23{padding-top:24px;padding-bottom:32px}._skeletonHeader_1cic2_48{grid-template-columns:44px minmax(0,1fr)}._skeletonActions_1cic2_64{grid-column:2;margin-left:0}}@media(max-width:520px){._skeletonTimeline_1cic2_188,._skeletonNextDelivery_1cic2_189,._skeletonPlan_1cic2_190,._skeletonUpcoming_1cic2_191{padding:18px}._skeletonButton_1cic2_255{display:none!important}._skeletonSummaryAction_1cic2_247 ._skeletonButton_1cic2_255{display:block!important;width:100%}._skeletonStatRow_1cic2_261{grid-template-columns:1fr}._skeletonRow_1cic2_314{grid-template-columns:90px minmax(0,1fr)}._skeletonRow_1cic2_314 b{display:none}}@keyframes _fadeSlideUp_1cic2_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes _shimmer_1cic2_1{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes _pulseDot_1cic2_1{0%,70%,to{box-shadow:0 0 0 0 currentColor}82%{box-shadow:0 0 0 6px transparent}}@media(prefers-reduced-motion:reduce){._skeletonIdentity_1cic2_63:after,._skeletonIdentity_1cic2_63 i:after,._skeletonIdentity_1cic2_63 b:after,._skeletonIdentity_1cic2_63 span:after,._skeletonActions_1cic2_64:after,._skeletonActions_1cic2_64 i:after,._skeletonActions_1cic2_64 b:after,._skeletonActions_1cic2_64 span:after,._skeletonNavigation_1cic2_65:after,._skeletonNavigation_1cic2_65 i:after,._skeletonNavigation_1cic2_65 b:after,._skeletonNavigation_1cic2_65 span:after,._skeletonCommandCenter_1cic2_187:after,._skeletonCommandCenter_1cic2_187 i:after,._skeletonCommandCenter_1cic2_187 b:after,._skeletonCommandCenter_1cic2_187 span:after,._skeletonTimeline_1cic2_188:after,._skeletonTimeline_1cic2_188 i:after,._skeletonTimeline_1cic2_188 b:after,._skeletonTimeline_1cic2_188 span:after,._skeletonNextDelivery_1cic2_189:after,._skeletonNextDelivery_1cic2_189 i:after,._skeletonNextDelivery_1cic2_189 b:after,._skeletonNextDelivery_1cic2_189 span:after,._skeletonPlan_1cic2_190:after,._skeletonPlan_1cic2_190 i:after,._skeletonPlan_1cic2_190 b:after,._skeletonPlan_1cic2_190 span:after,._skeletonUpcoming_1cic2_191:after,._skeletonUpcoming_1cic2_191 i:after,._skeletonUpcoming_1cic2_191 b:after,._skeletonUpcoming_1cic2_191 span:after{animation:none}}._subNavbarColumn_1xs3u_1{flex:1 1 auto;min-width:0;width:auto;max-width:none;overflow-x:auto;overflow-y:hidden}._subNavbarColumnDropdown_1xs3u_10{display:none;flex:1 1 auto;min-width:0;width:auto;max-width:none;overflow:visible}._dropdown_placeholder_1xs3u_19{text-transform:capitalize}._navActions_1xs3u_23{display:flex;align-items:center;flex:0 0 auto;gap:.75rem;margin-left:auto}._moduleWrapper_1xs3u_31{display:flex;flex-direction:column;flex:1;min-width:0;min-height:calc(100vh - 48px);width:100%}._composerModal_1xs3u_40{bottom:0!important;display:flex!important;flex-direction:column!important}._composerModalContainer_1xs3u_46{flex:1!important;display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}@media only screen and (max-width:930px){._subNavbarColumn_1xs3u_1{display:none}._subNavbarColumnDropdown_1xs3u_10{display:block}}html{height:100%;overflow-x:hidden;width:100%}body{color:#000;margin:0;padding:0;font-family:ui-sans-serif,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:14px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;letter-spacing:.2px;width:100%}button{font-family:ui-sans-serif,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;border-radius:10px}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;outline:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
