.styles_form__SAId_{display:flex;flex-direction:column;gap:20px}.styles_form_field__eYBWX{display:flex;flex-direction:column;gap:6px}.styles_label__xcX5z{font-size:13px;font-weight:500;color:var(--text-color)}.styles_hint__j_NXb{font-size:12px;color:var(--muted-text-color)}.styles_row__GApfy{display:flex;gap:16px;align-items:flex-start}@media(max-width:600px){.styles_row__GApfy{flex-direction:column}}.styles_row_item__UMtKF{flex:1 1}.styles_switch_row__H3xIC{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--background-color);border-radius:var(--border-radius-sm);border:1px solid var(--divider-color)}.styles_switch_label__fHnSp{font-size:13px;font-weight:500;color:var(--text-color)}.styles_section_title__xgcZA{font-size:14px;font-weight:600;color:var(--text-color);margin:0;padding-bottom:8px;border-bottom:1px solid var(--divider-color)}.styles_question_card__DdDa6{border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.styles_question_card_error__WgNDD{border-color:var(--error-color);box-shadow:0 0 0 2px var(--alert-error-color)}.styles_question_header__VUTa_{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--background-color);border-bottom:1px solid var(--divider-color)}.styles_question_badge__KiOkc{display:flex;align-items:center;gap:8px}.styles_question_number__EJXe3{font-size:13px;font-weight:600;color:var(--primary-color)}.styles_question_type_label__8pRq8{font-size:11px;font-weight:500;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;background:var(--muted-divider-color);border-radius:var(--border-radius-sm)}.styles_question_delete_btn__yg2Fv{background:none;border:none;cursor:pointer;padding:4px 8px;font-size:12px;color:var(--error-color);border-radius:var(--border-radius-sm)}.styles_question_delete_btn__yg2Fv:hover{background:var(--alert-error-color)}.styles_question_body__LCfO9{padding:16px;display:flex;flex-direction:column;gap:12px}.styles_options_list__kZpNC{display:flex;flex-direction:column;gap:8px}.styles_option_row__cCOEz{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:var(--border-radius-sm);border:1px solid rgba(0,0,0,0);transition:background .15s,border-color .15s}.styles_option_row__cCOEz.styles_option_row_correct__8goJ7{background:var(--alert-success-color);border-color:var(--tertiary-color)}.styles_option_correct_btn__RYTHX{flex-shrink:0;cursor:pointer;width:22px;height:22px;border:2px solid var(--divider-color);background:var(--card-background-color,#fff);display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .15s,background .15s}.styles_option_correct_btn__RYTHX:hover{border-color:var(--tertiary-color)}.styles_option_correct_btn__RYTHX.styles_option_checked__GB6AC{border-color:var(--tertiary-color);background:var(--tertiary-color)}.styles_option_radio__lJ8YC{border-radius:50%}.styles_option_checkbox__71_qc{border-radius:var(--border-radius-xs)}.styles_option_input__C48eU{flex:1 1}.styles_option_remove__HAfVP{background:none;border:none;cursor:pointer;padding:4px;color:var(--muted-text-color);font-size:16px;line-height:1;border-radius:var(--border-radius-sm)}.styles_option_remove__HAfVP:hover{color:var(--error-color);background:var(--alert-error-color)}.styles_add_option_btn__W3iMq{background:none;border:1px dashed var(--divider-color);cursor:pointer;padding:8px 12px;font-size:13px;color:var(--muted-text-color);border-radius:var(--border-radius-sm);text-align:left}.styles_add_option_btn__W3iMq:hover{border-color:var(--primary-color);color:var(--primary-color)}.styles_true_false_row__cXZ0D{display:flex;gap:12px}.styles_true_false_option__Ox5ST{flex:1 1;display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);cursor:pointer;font-size:14px;font-weight:500;color:var(--text-color);transition:border-color .15s,background .15s}.styles_true_false_option__Ox5ST.styles_selected__HOFXW{border-color:var(--secondary-color);background:var(--alert-success-color)}.styles_essay_info__Up3RQ{font-size:13px;color:var(--muted-text-color);font-style:italic;padding:12px 16px;background:var(--background-color);border-radius:var(--border-radius-sm);border:1px solid var(--divider-color)}.styles_type_selector__U4w_d{display:flex;flex-wrap:wrap;gap:8px}.styles_type_btn__2RM9P{background:var(--background-color);border:1px solid var(--divider-color);cursor:pointer;padding:8px 14px;font-size:13px;color:var(--text-color);border-radius:var(--border-radius-sm);transition:border-color .15s,background .15s}.styles_type_btn__2RM9P:hover{border-color:var(--primary-color);background:var(--muted-divider-color)}.styles_questions_list__pbqAb{display:flex;flex-direction:column;gap:16px}.styles_actions__1IvA0{display:flex;flex-direction:column;gap:10px;position:-webkit-sticky;position:sticky;bottom:-24px;background:var(--background-color);padding:16px 24px;margin:16px -24px -24px;border-top:1px solid var(--divider-color);z-index:10;border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media screen and (max-width:767px){.styles_actions__1IvA0{bottom:calc(-24px - env(safe-area-inset-bottom));margin:16px -16px calc(-24px - env(safe-area-inset-bottom));padding:16px 16px calc(24px + env(safe-area-inset-bottom));border-bottom-left-radius:0;border-bottom-right-radius:0}}.styles_loading_skeleton__NjebN{display:flex;flex-direction:column;gap:16px;padding:16px 0}.styles_skeleton_line__GoIB4{height:40px}.styles_skeleton_block__fiD_w,.styles_skeleton_line__GoIB4{background:var(--muted-divider-color);border-radius:var(--border-radius-sm);animation:styles_pulse__dXfmB 1.5s ease-in-out infinite}.styles_skeleton_block__fiD_w{height:120px}@keyframes styles_pulse__dXfmB{0%,to{opacity:1}50%{opacity:.5}}.styles_pagination_container__m8TnU{display:flex;justify-content:space-between;align-items:center;padding:var(--inner-padding) 0;border-top:1px solid var(--border-color);flex-wrap:wrap;gap:16px}.styles_pagination_info__EYxlb{font-size:14px;color:var(--muted-text-color)}.styles_pagination_controls__fE5gr{display:flex;align-items:center;gap:8px;margin-left:auto}.styles_page_numbers__zFuG_{display:flex;gap:4px}.styles_page_btn__qEtq8{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 6px;border-radius:var(--border-radius-xs);border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:var(--text-color);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.styles_page_btn__qEtq8:hover:not(:disabled){background:var(--background-hover-color);color:var(--primary-color)}.styles_page_btn__qEtq8.styles_active__6rpku{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.styles_page_btn__qEtq8.styles_active__6rpku:hover{background:var(--primary-color);color:#fff}.styles_page_btn__qEtq8:disabled{opacity:.5;cursor:not-allowed}.styles_nav_btn__oNWTO{border:1px solid var(--border-color);background:var(--surface-color)}.styles_nav_btn__oNWTO:hover:not(:disabled){border-color:var(--primary-color)}.styles_ellipsis__lJwIk{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--muted-text-color)}@media(max-width:640px){.styles_pagination_container__m8TnU{justify-content:center;flex-direction:column}.styles_pagination_controls__fE5gr{margin-left:0;width:100%;justify-content:center}}.styles_stats_card_compact__oyrQV{display:flex;align-items:center;gap:16px;padding:20px;background:var(--card-background-color);border-radius:var(--border-radius-lg);border:1px solid var(--divider-color);box-shadow:var(--shadow-sm)}.styles_stats_card_compact__oyrQV .styles_compact_icon__np_YX{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;border-radius:var(--border-radius-sm);background:var(--background-color);color:var(--muted-text-color)}.styles_stats_card_compact__oyrQV .styles_compact_icon__np_YX svg{width:22px;height:22px}.styles_stats_card_compact__oyrQV .styles_icon_blue__UU6Yi{background:rgba(var(--primary-color-rgb),.08);color:var(--primary-color)}.styles_stats_card_compact__oyrQV .styles_icon_green__jDjoL{background:var(--alert-success-color);color:var(--tertiary-color)}.styles_stats_card_compact__oyrQV .styles_icon_orange__ppU_d{background:var(--alert-warning-color);color:var(--warning-color)}.styles_stats_card_compact__oyrQV .styles_icon_purple__8bh3C{background:rgba(76,74,202,.1);color:var(--secondary-color)}.styles_stats_card_compact__oyrQV .styles_icon_red__U5C3E{background:var(--alert-error-color);color:var(--error-color)}.styles_stats_card_compact__oyrQV .styles_compact_content__a1ShX{display:flex;flex-direction:column;gap:2px;min-width:0}.styles_stats_card_compact__oyrQV .styles_compact_value__lsS2i{font-size:28px;font-weight:700;color:var(--text-color);line-height:1;letter-spacing:-.5px}.styles_stats_card_compact__oyrQV .styles_compact_label__kNh5z{font-size:13px;color:var(--muted-text-color);margin-top:4px;line-height:1.3}.styles_stats_card_compact__oyrQV .styles_compact_subtext__6Wax9{font-size:12px;color:var(--muted-text-color)}.styles_stats_card__DpYs0{padding:16px;background:var(--card-background-color);border-radius:var(--border-radius-lg);border:1px solid var(--divider-color);box-shadow:var(--shadow-sm);height:100%}.styles_stats_card__DpYs0 .styles_stats_header__bcG9w{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.styles_stats_card__DpYs0 .styles_stats_header__bcG9w .styles_stats_title__7APWk{font-size:14px;font-weight:500;color:var(--text-color);margin:0}.styles_stats_card__DpYs0 .styles_stats_header__bcG9w .styles_stats_icon__GliJ0{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--background-color);border:1px solid var(--divider-color)}.styles_stats_card__DpYs0 .styles_stats_header__bcG9w .styles_stats_icon__GliJ0 svg{width:22px;height:22px}.styles_stats_card__DpYs0 .styles_stats_value__cy5d9{font-size:24px;font-weight:700;color:var(--text-color);margin-bottom:8px}.styles_stats_card__DpYs0 .styles_stats_subtexts__gZBtk .styles_subtext1__s_7W_{font-size:12px;color:var(--muted-text-color);margin:0 0 4px}.styles_stats_card__DpYs0 .styles_stats_subtexts__gZBtk .styles_subtext2___oHP0{font-size:12px;font-weight:500;margin:0;display:flex;gap:3px;align-items:flex-start;color:var(--muted-text-color)}.styles_stats_card__DpYs0 .styles_stats_subtexts__gZBtk .styles_subtext2___oHP0.styles_is_decreasing__IRzRl{color:var(--error-color)}.styles_stats_card__DpYs0 .styles_stats_subtexts__gZBtk .styles_subtext2___oHP0.styles_is_growing__DXU3m{color:var(--tertiary-color)}.styles_stats_card__DpYs0 .styles_stats_subtexts__gZBtk .styles_subtext2___oHP0 svg{margin-top:-4px;min-width:24px}.styles_section__SjNOX{margin-top:20px}.styles_section__SjNOX.styles_hidden__5eCrO{border-bottom:1px solid var(--divider-color)}.styles_section__SjNOX.styles_hidden__5eCrO .styles_header__WjGe4{margin-bottom:0;padding-bottom:10px}.styles_section__SjNOX.styles_hidden__5eCrO .styles_header__WjGe4 .styles_toggle_button__XlPFu:before{display:block}.styles_header__WjGe4{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:5px}.styles_header__WjGe4 .styles_title__1_OW8{font-size:18px;font-weight:600;color:var(--text-color);margin:0}.styles_header__WjGe4 .styles_toggle_button__XlPFu{background:none;border:none;cursor:pointer;border-radius:var(--border-radius-xs);transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.styles_header__WjGe4 .styles_toggle_button__XlPFu:hover{background-color:var(--muted-background-color)}.styles_header__WjGe4 .styles_toggle_button__XlPFu svg{transition:transform .2s ease}.styles_header__WjGe4 .styles_toggle_button__XlPFu:before{position:absolute;inset-inline-start:50%;top:50%;content:"";width:2px;height:20px;background-color:currentColor;transform:translate(-50%,-50%) rotate(15deg);display:none}.styles_grid__T1x1F{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media(max-width:1024px){.styles_grid__T1x1F{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.styles_grid__T1x1F{grid-template-columns:repeat(2,1fr)}}.styles_subsection__gRtWO{margin-top:20px}.styles_subsection_title__vd_rN{font-size:14px;font-weight:600;color:var(--text-color);margin:0 0 12px}.styles_top_list__N9Tmu{display:flex;flex-direction:column;gap:8px}.styles_top_row__hw52m{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--muted-divider-color);border-radius:var(--border-radius-sm);gap:12px}.styles_top_row_left__9y_UT{display:flex;align-items:center;gap:12px;min-width:0}.styles_top_rank__RmAkL{font-size:14px;font-weight:600;color:var(--muted-text-color);min-width:20px}.styles_top_title__eRBC4{font-size:14px;font-weight:500;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_top_meta__1iXUw{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.styles_top_revenue__OLJp2{font-size:14px;font-weight:600;color:var(--text-color)}.styles_top_units__BN8cL{font-size:12px;color:var(--muted-text-color)}.styles_empty_state__tsXn8{padding:24px;text-align:center;color:var(--muted-text-color);font-size:14px;background-color:var(--muted-divider-color);border-radius:var(--border-radius-sm)}.styles_container__uTEBV{display:flex;align-items:center;gap:8px;margin-top:24px;margin-bottom:8px;padding:var(--spacing-md) 0;background:var(--muted-divider-color);border-radius:var(--border-radius);flex-wrap:wrap}.styles_label__y1zXT{font-size:13px;font-weight:600;color:var(--muted-text-color);letter-spacing:.02em;text-transform:uppercase;-webkit-margin-end:4px;margin-inline-end:4px;white-space:nowrap}.styles_pills__4nFuw{display:flex;gap:4px;flex-wrap:wrap}.styles_pill__nseRE{padding:5px 14px;border:none;background:rgba(0,0,0,0);border-radius:var(--border-radius-sm);font-size:13px;font-weight:500;color:var(--muted-text-color);cursor:pointer;transition:all .2s ease}.styles_pill__nseRE:hover:not(:disabled){color:var(--text-color);background:var(--divider-color)}.styles_pill__nseRE:disabled{opacity:.5;cursor:not-allowed}.styles_active__vqi0b{box-shadow:var(--shadow-sm)}.styles_active__vqi0b,.styles_active__vqi0b:hover:not(:disabled){background:var(--secondary-color);color:#fff}.styles_wrapper__7rshR{position:relative}.styles_wrapper__7rshR:hover .styles_drag_handle__XCl_y{opacity:1}.styles_drag_handle__XCl_y{position:absolute;inset-inline-start:-24px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:20px;height:32px;cursor:-webkit-grab;cursor:grab;color:var(--muted-text-color);opacity:0;transition:opacity .2s ease;border-radius:var(--border-radius-xs);z-index:1}.styles_drag_handle__XCl_y:active{cursor:-webkit-grabbing;cursor:grabbing}.styles_drag_handle__XCl_y:hover{background:var(--background-color);color:var(--text-color)}.styles_filter__IPJtX{display:inline-flex;flex-wrap:wrap;gap:var(--spacing-xs);align-items:center}.styles_presetButton__qvykI{white-space:nowrap}@media(max-width:480px){.styles_filter__IPJtX{gap:4px}}.styles_main__IwnHx,.styles_root__ZLcRR{display:flex;width:100%}.styles_root__ZLcRR{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}.styles_root__ZLcRR>div:first-child{flex:1 1 auto;min-width:0}.styles_root__ZLcRR .styles_tag__line__DZfjq{margin-top:5px;font-size:13px;color:var(--muted-text-color)}.styles_root__ZLcRR .styles_tag__line__DZfjq span{display:block}.styles_label__CIFJs{margin:0}.styles_label__CIFJs.styles_md__P_5sQ{font-size:13px;font-weight:700}.styles_label__CIFJs.styles_lg__NKPUD{font-size:16px;font-weight:500}.styles_disabled__2mIEJ{opacity:.6;cursor:not-allowed}.styles_disabled__2mIEJ .styles_root__ZLcRR{pointer-events:none}@media screen and (max-width:767px){.styles_action_alert_type__8tP3P{position:fixed;left:0;top:0;z-index:999;width:100%;height:100vh;height:100dvh}.styles_action_alert_type__8tP3P>div{border-radius:0;height:100%;min-height:100vh;min-height:100dvh}}.styles_action_alert_type__8tP3P .styles_close__modal__WO_pE{position:absolute;top:10px;inset-inline-end:10px;cursor:pointer;z-index:9999;display:none;align-items:center;justify-content:center;border-radius:50%;padding:5px;background-color:var(--background-color);border:1px solid var(--divider-color);height:30px;width:30px}@media screen and (max-width:767px){.styles_action_alert_type__8tP3P .styles_close__modal__WO_pE{display:flex}.styles_radio_buttons_wrapper__DJ1GZ{max-height:calc(100vh - 300px);max-height:calc(100dvh - 300px);overflow:hidden;overflow-y:scroll}}.styles_radio_buttons_wrapper__DJ1GZ::-webkit-scrollbar{display:none}.styles_btns_wrapper__NO2aK{margin-top:15px;display:flex;gap:10px;flex-wrap:wrap}.styles_btns_wrapper__NO2aK .styles_switch_btn__NbxGS{display:none}@media screen and (max-width:990px){.styles_btns_wrapper__NO2aK .styles_switch_btn__NbxGS{display:block}}.styles_card__9pfyQ{position:relative;display:flex;flex-direction:column;gap:var(--spacing-lg);padding:var(--spacing-lg);background:var(--card-background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:border-color var(--duration-normal) var(--ease-default),box-shadow var(--duration-normal) var(--ease-default)}.styles_card__9pfyQ:hover{border-color:rgba(var(--primary-color-rgb),.12);box-shadow:var(--shadow-md)}.styles_cardConnected__mxuOZ{border-color:rgba(var(--success-color-rgb),.18)}.styles_cardConnected__mxuOZ:hover{border-color:rgba(var(--success-color-rgb),.28)}.styles_header__aJZ1t{display:flex;align-items:flex-start;gap:var(--spacing-md);min-width:0}.styles_providerBadge__l9SNr{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--muted-divider-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm)}.styles_headerInfo__8meQn{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:var(--spacing-xs)}.styles_headerTopRow__7x6bj{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);flex-wrap:wrap}.styles_providerName___KRGK{margin:0;font-size:var(--font-size-base);font-weight:600;color:var(--text-color);letter-spacing:-.01em;line-height:var(--line-height-snug)}.styles_statusPill__KEJJd{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:rgba(var(--success-color-rgb),.1);color:var(--success-color);font-size:var(--font-size-xs);font-weight:600;border-radius:var(--border-radius-pill);white-space:nowrap;letter-spacing:.02em}.styles_statusDot__DUoOb{width:6px;height:6px;border-radius:50%;background:var(--success-color)}.styles_metaRow__FoEER{display:flex;align-items:center;gap:var(--spacing-xs);flex-wrap:wrap;min-width:0}.styles_email__75kGM{font-size:var(--font-size-sm);color:var(--text-color);font-weight:500;word-break:break-word}.styles_metaSeparator__uz6qR{color:var(--muted-text-color);opacity:.6}.styles_date__2rXIR{font-size:var(--font-size-xs);color:var(--muted-text-color)}.styles_description__FqSyy{margin:0;font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--muted-text-color);max-width:52ch}.styles_settings__i8tuh{display:flex;flex-direction:column;gap:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--divider-color)}.styles_toggleItem__bJoiO{display:flex;flex-direction:column;gap:6px}.styles_toggleHint__xkZUc{margin:0;-webkit-padding-start:2px;padding-inline-start:2px;font-size:var(--font-size-xs);line-height:var(--line-height-normal);color:var(--muted-text-color)}.styles_successBanner___cLg9{display:flex;align-items:flex-start;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:rgba(var(--success-color-rgb),.06);border:1px solid rgba(var(--success-color-rgb),.16);border-radius:var(--border-radius-sm)}.styles_successIcon__i7g_s{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.styles_successCopy__ABIlC{display:flex;flex-direction:column;gap:2px;font-size:var(--font-size-xs);line-height:var(--line-height-normal)}.styles_successCopy__ABIlC strong{font-weight:600;color:var(--text-color)}.styles_successCopy__ABIlC span{color:var(--muted-text-color)}.styles_footer__lgXoD{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm);padding-top:var(--spacing-sm);border-top:1px solid var(--muted-divider-color);margin-top:auto}.styles_disconnectLink__QX4wH{background:none;border:none;padding:6px 2px;font-size:var(--font-size-sm);font-weight:500;color:var(--muted-text-color);cursor:pointer;transition:color var(--duration-fast) var(--ease-default);font-family:inherit}.styles_disconnectLink__QX4wH:hover:not(:disabled){color:var(--error-color)}.styles_disconnectLink__QX4wH:focus-visible{outline:2px solid rgba(var(--info-color-rgb),.4);outline-offset:2px;border-radius:var(--border-radius-sm)}.styles_disconnectLink__QX4wH:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.styles_card__9pfyQ{gap:var(--spacing-md);padding:var(--spacing-md)}.styles_providerBadge__l9SNr{width:40px;height:40px}.styles_headerTopRow__7x6bj{align-items:flex-start}}.styles_wrapper__ekKUY{display:flex;flex-direction:column;gap:var(--section-margin)}.styles_divider___ARFV{border:none;-webkit-border-before:1px solid var(--divider-color);border-block-start:1px solid var(--divider-color);margin-block:0}.styles_disabledHint__F6pwb{-webkit-margin-before:var(--inner-padding);margin-block-start:var(--inner-padding)}.styles_form__bNTIl{display:flex;flex-direction:column;gap:calc(var(--inner-padding)*1.25)}.styles_fieldset__00V7S{all:unset;display:contents}.styles_dimmed__Z_vN0{opacity:.55;pointer-events:none}.styles_field__G2277{display:flex;flex-direction:column;gap:6px}.styles_label__abd_6{color:var(--text-color);font-size:14px;font-weight:500}.styles_hint__3jh_l{color:var(--muted-text-color);font-size:12px}.styles_row__BJloU{display:grid;grid-gap:var(--inner-padding);gap:var(--inner-padding);grid-template-columns:1fr 1fr}@media(max-width:480px){.styles_row__BJloU{grid-template-columns:1fr}}.styles_actions__I2vCC{display:flex;justify-content:flex-end;-webkit-padding-before:var(--inner-padding);padding-block-start:var(--inner-padding)}.styles_subsection__K4Btx{display:flex;flex-direction:column;gap:var(--section-margin)}.styles_subsectionHeader__iQFdJ{display:flex;flex-direction:column;gap:4px}.styles_subsectionTitle__281rD{color:var(--text-color);font-size:16px;font-weight:600;margin:0}.styles_subsectionDesc__iaWmM{color:var(--muted-text-color);font-size:14px;margin:0}.styles_connectionsGrid__wb_9t{display:grid;grid-gap:var(--section-margin);gap:var(--section-margin);grid-template-columns:1fr}@media(min-width:640px){.styles_connectionsGrid__wb_9t{grid-template-columns:repeat(2,1fr)}}.styles_skeletonSwitchRow__7epUR{display:flex;align-items:center;justify-content:space-between;gap:var(--inner-padding)}.styles_skeletonSwitchText__6VDHi{display:flex;flex-direction:column;gap:6px;flex:1 1}.styles_skeletonForm__zHSFB{display:flex;flex-direction:column;gap:calc(var(--inner-padding)*1.25)}.styles_skeletonFieldLabel__V8H9i{display:flex;flex-direction:column;gap:6px}.styles_skeletonAvailability__98uMH{display:flex;flex-direction:column;gap:10px}.styles_skeletonDayRow__2oh77{display:flex;align-items:center;gap:var(--inner-padding)}.styles_gate_container__SSzKs{display:flex;justify-content:center;align-items:flex-start;min-height:60vh}.styles_gate_card__9v36L{width:100%;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.styles_hero__q9XSS{text-align:center;padding:40px var(--inner-padding) 24px;background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.03) 0,rgba(var(--primary-color-rgb),.08) 100%);border-bottom:1px solid var(--divider-color)}.styles_hero_icon__IBC8v{font-size:48px;line-height:1;margin-bottom:16px}.styles_hero_name__7_BPg{font-family:var(--heading-font);font-size:24px;font-weight:700;color:var(--text-color);margin:0 0 8px;line-height:1.3}.styles_hero_tagline__asreC{font-size:16px;color:var(--muted-text-color);margin:0;line-height:1.5}.styles_body__rk2Ph{padding:24px var(--inner-padding)}.styles_benefits_section__ObSfQ{margin-bottom:24px}.styles_benefits_section__ObSfQ h3{font-family:var(--heading-font);font-size:16px;font-weight:700;color:var(--text-color);margin:0 0 12px;line-height:1.3}.styles_benefits_section__ObSfQ ul{list-style:none;padding:0;margin:0}.styles_benefits_section__ObSfQ li{font-size:14px;color:var(--text-color);padding:4px 0;position:relative;-webkit-padding-start:24px;padding-inline-start:24px;font-weight:400;line-height:1.5}.styles_benefits_section__ObSfQ li:before{content:"✓";position:absolute;inset-inline-start:0;color:var(--tertiary-color);font-weight:700;font-size:16px}.styles_ai_section__6Og32{margin-bottom:24px;padding:var(--inner-padding);background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.02) 0,rgba(76,74,202,.06) 100%);border-radius:var(--border-radius);border:1px solid rgba(76,74,202,.15)}.styles_ai_section__6Og32 h3{font-family:var(--heading-font);font-size:16px;font-weight:700;color:var(--text-color);margin:0 0 12px;line-height:1.3}.styles_ai_section__6Og32 ul{list-style:none;padding:0;margin:0}.styles_ai_section__6Og32 li{font-size:14px;color:var(--text-color);padding:4px 0;position:relative;-webkit-padding-start:24px;padding-inline-start:24px;font-weight:400;line-height:1.5}.styles_ai_section__6Og32 li:before{content:"✨";position:absolute;inset-inline-start:0;font-size:14px}.styles_ai_badge__fO4Ut{display:inline-block;font-size:12px;font-weight:600;color:var(--secondary-color);background:rgba(76,74,202,.1);padding:2px 8px;border-radius:var(--border-radius-sm);-webkit-margin-start:8px;margin-inline-start:8px;vertical-align:middle}.styles_superapp_section__NQjiM{margin-bottom:24px;padding:var(--inner-padding);background-color:var(--muted-divider-color);border-radius:var(--border-radius);border:1px solid var(--divider-color)}.styles_superapp_section__NQjiM h3{font-family:var(--heading-font);font-size:14px;font-weight:700;color:var(--primary-color);margin:0 0 8px;line-height:1.3}.styles_superapp_section__NQjiM p{font-size:14px;color:var(--text-color);margin:0;line-height:1.6;font-weight:400}.styles_urgency_note__J3Qa6{margin-bottom:24px;padding:12px var(--inner-padding);background-color:var(--alert-warning-color);border-radius:var(--border-radius);-webkit-border-start:3px solid var(--warning-color);border-inline-start:3px solid var(--warning-color);font-size:14px;color:var(--text-color);line-height:1.5;font-weight:500}.styles_cta_footer__QpEfC{display:flex;gap:12px;padding:var(--inner-padding);border-top:1px solid var(--divider-color);justify-content:center;align-items:center}.styles_view_plans_link__aRtzo{font-size:14px;color:var(--link-color);text-decoration:none;font-weight:500}.styles_view_plans_link__aRtzo:hover{text-decoration:underline}@media(max-width:640px){.styles_hero__q9XSS{padding:24px var(--inner-padding) 16px}.styles_hero_icon__IBC8v{font-size:40px}.styles_hero_name__7_BPg{font-size:20px}.styles_cta_footer__QpEfC{flex-direction:column}.styles_cta_footer__QpEfC a,.styles_cta_footer__QpEfC button{width:100%;text-align:center}}.styles_page__pIFTq{display:flex;flex-direction:column;min-height:100vh;background:var(--background-color)}.styles_container__73GCE{max-width:860px;margin:0 auto;padding:var(--inner-padding) var(--inner-padding) 100px;width:100%}.styles_header__kJ_9_{margin-bottom:var(--spacing-xl)}.styles_header_left__jANFM{display:flex;flex-direction:column;gap:var(--spacing-sm)}.styles_back_btn__0cCJP{margin-bottom:4px}.styles_page_title__CFqlz{font-size:var(--font-size-xl);font-weight:700;color:var(--text-color);margin:0;line-height:var(--line-height-tight)}.styles_page_subtitle__hORPn{font-size:var(--font-size-sm);color:var(--muted-text-color);margin:0;line-height:var(--line-height-normal)}.styles_alerts__OOz2v{display:flex;flex-direction:column;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg)}.styles_top_grid__8YoIm{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-lg);gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}@media(max-width:700px){.styles_top_grid__8YoIm{grid-template-columns:1fr}}.styles_bottom_grid__wLbZc{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-lg);gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}@media(max-width:700px){.styles_bottom_grid__wLbZc{grid-template-columns:1fr}}.styles_section__R8VVm{background:var(--card-background-color);border-radius:var(--border-radius);border:1px solid var(--divider-color);padding:var(--inner-padding);margin-bottom:var(--spacing-lg);transition:box-shadow var(--duration-normal) var(--ease-default)}.styles_section__R8VVm:last-of-type{margin-bottom:0}.styles_section_sm__hNoZR{background:var(--card-background-color);border-radius:var(--border-radius);border:1px solid var(--divider-color);padding:var(--inner-padding);display:flex;flex-direction:column;gap:var(--spacing-md)}.styles_section_header__amz5i{margin-bottom:var(--spacing-md)}.styles_section_icon_row__d7wfS{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:6px;min-width:0}.styles_section_icon__vd1H6{width:32px;height:32px;border-radius:var(--border-radius-sm);background:color-mix(in srgb,var(--primary-color) 8%,transparent);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.styles_section_title__7D5Sa{font-size:var(--font-size-base);font-weight:600;color:var(--text-color);margin:0;line-height:var(--line-height-snug);flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_section_desc__gfBnW{font-size:var(--font-size-sm);color:var(--muted-text-color);margin:0;line-height:var(--line-height-normal)}.styles_section_header_row__B0HSU{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}@media(max-width:540px){.styles_section_header_row__B0HSU{flex-direction:column;align-items:stretch}}.styles_section_header_text__l4xjh{display:flex;flex-direction:column;gap:4px}.styles_toggle_section_header__ut7VR{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-sm)}.styles_toggle_text__8yUXD{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0;overflow:hidden}.styles_toggle_text__8yUXD .styles_section_desc__gfBnW{overflow-wrap:break-word;word-break:normal;white-space:normal}.styles_form_grid__JBQqm{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-md);gap:var(--spacing-md)}@media(max-width:540px){.styles_form_grid__JBQqm{grid-template-columns:1fr}}.styles_form_group__aZjjk,.styles_form_group_full__G4qCP{display:flex;flex-direction:column;gap:6px}.styles_form_group_full__G4qCP{grid-column:1/-1}.styles_label__MAKMW{font-size:var(--font-size-xs);font-weight:600;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.05em}.styles_input__3oakf{height:44px;padding:0 var(--spacing-md);font-size:var(--font-size-sm);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background:#fff;color:var(--text-color);transition:border-color var(--duration-fast) var(--ease-default),box-shadow var(--duration-fast) var(--ease-default);width:100%}.styles_input__3oakf:focus{outline:none;border-color:var(--community-primary,var(--primary-color));box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.08)}.styles_input__3oakf::placeholder{color:var(--muted-text-color);opacity:.6}.styles_input__3oakf.styles_input_error__dBzsR{border-color:var(--error-color);box-shadow:0 0 0 3px rgba(237,67,67,.08)}.styles_input__3oakf.styles_input_success__t90Eb{border-color:var(--success-color)}.styles_input_hint__Pdb_b{font-size:var(--font-size-xs);color:var(--muted-text-color);line-height:var(--line-height-normal)}.styles_input_error_text__qe6Io{font-size:var(--font-size-xs);color:var(--error-color)}.styles_input_success_text__qIp88{font-size:var(--font-size-xs);color:var(--success-color)}.styles_provisioned_card__jjmvt{margin-top:16px;padding:16px 18px;border-radius:var(--border-radius-lg);border:1px solid color-mix(in srgb,var(--success-color) 28%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--success-color) 12%,transparent),transparent),var(--card-background-color);box-shadow:0 10px 22px color-mix(in srgb,var(--success-color) 10%,transparent);display:flex;flex-direction:column;gap:10px}.styles_provisioned_topline__yl88x{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.styles_provisioned_topline__yl88x .styles_status_verified__maR_m{font-size:13px}.styles_provisioned_badge__ZjNUL{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--border-radius-pill);background:color-mix(in srgb,var(--success-color) 14%,transparent);color:var(--success-color);font-size:var(--font-size-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.styles_provisioned_title__Voksz{font-size:var(--font-size-base);font-weight:700;color:var(--text-color);word-break:break-word}.styles_provisioned_text__gtUil{margin:0;color:var(--muted-text-color);font-size:var(--font-size-sm);line-height:1.5}.styles_provisioned_list__ax9lK{margin:0;padding:0;list-style:none;color:var(--text-color);font-size:var(--font-size-sm);line-height:1.6}.styles_provisioned_list__ax9lK li{display:flex;align-items:center;gap:8px}.styles_provisioned_list__ax9lK li svg{flex-shrink:0}.styles_dropdown_trigger__wFDHy{height:44px;padding:0 var(--spacing-md);font-size:var(--font-size-sm);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background:#fff;color:var(--text-color);display:flex;width:100%;align-items:center;justify-content:space-between;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-default),box-shadow var(--duration-fast) var(--ease-default)}.styles_dropdown_trigger__wFDHy:hover{border-color:color-mix(in srgb,var(--text-color) 40%,transparent)}.styles_dropdown_trigger__wFDHy:focus,.styles_dropdown_trigger__wFDHy:focus-visible{outline:none;border-color:var(--community-primary,var(--primary-color));box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.08)}.styles_expanded_content__pagBt{margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--divider-color);display:flex;flex-direction:column;gap:var(--spacing-md)}.styles_time_row__DTx75{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-sm);gap:var(--spacing-sm)}.styles_time_preview__URS0Y{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:color-mix(in srgb,var(--primary-color) 5%,transparent);border:1px solid color-mix(in srgb,var(--primary-color) 15%,transparent);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);color:var(--text-color);line-height:var(--line-height-normal)}.styles_time_preview_time__42Sdq{display:flex;align-items:center;gap:var(--spacing-xs);flex-wrap:wrap}.styles_time_value__pvST1{font-weight:700;color:var(--primary-color);font-size:var(--font-size-base);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.styles_time_label_small__E4oru{font-size:var(--font-size-xs);color:var(--muted-text-color)}.styles_audience_preview__gnZ1T{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);margin-top:var(--spacing-sm)}.styles_audience_avatar___9eHB{width:40px;height:40px;border-radius:50%;background:var(--divider-color);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--muted-text-color)}.styles_audience_info__S6h2D{display:flex;flex-direction:column;gap:2px}.styles_audience_name__ubHCt{font-size:var(--font-size-sm);font-weight:600;color:var(--text-color)}.styles_audience_count__HNY_b{font-size:var(--font-size-xs);color:var(--muted-text-color)}.styles_pro_badge__dZ19N{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:color-mix(in srgb,var(--pillar-marketing) 10%,transparent);color:var(--pillar-marketing);border-radius:var(--border-radius-pill);border:1px solid color-mix(in srgb,var(--pillar-marketing) 20%,transparent)}.styles_domain_list_container__W2WPb{display:flex;flex-direction:column;gap:var(--spacing-sm)}.styles_add_domain_row__fQpYS{display:flex;gap:var(--spacing-sm);align-items:center}@media(max-width:480px){.styles_add_domain_row__fQpYS{flex-direction:column;align-items:stretch}}.styles_add_domain_input_wrap__G_eq6{flex:1 1;min-width:0}.styles_domain_list__Y_Xaf{display:flex;flex-direction:column;gap:8px}.styles_empty_state__YyS28{padding:var(--spacing-xl) var(--spacing-lg);text-align:center;color:var(--muted-text-color);background:var(--background-color);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);border:1px dashed var(--divider-color)}.styles_domain_item__0RYAU{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-sm) var(--spacing-md);background:#fff;border-radius:var(--border-radius-sm);border:1px solid var(--divider-color);gap:var(--spacing-md);transition:box-shadow var(--duration-fast) var(--ease-default)}.styles_domain_item__0RYAU:hover{box-shadow:var(--shadow-sm)}@media(max-width:540px){.styles_domain_item__0RYAU{flex-direction:column;align-items:stretch}}.styles_domain_left__c6lxk{display:flex;align-items:center;gap:var(--spacing-sm);min-width:0}.styles_domain_status_dot__TJRmq{width:8px;height:8px;border-radius:50%;flex-shrink:0}.styles_domain_status_dot__TJRmq.styles_verified__2nWdh{background:var(--success-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--success-color) 20%,transparent)}.styles_domain_status_dot__TJRmq.styles_pending__N2_R0{background:var(--warning-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--warning-color) 20%,transparent)}.styles_domain_status_dot__TJRmq.styles_failed__eZF6l{background:var(--error-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--error-color) 20%,transparent)}.styles_domain_info__tgXeb{display:flex;flex-direction:column;gap:2px;min-width:0}.styles_domain_name__ayc8N{font-size:var(--font-size-sm);font-weight:600;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_domain_meta__763XG{font-size:var(--font-size-xs);color:var(--muted-text-color)}.styles_domain_right__1rAgT{display:flex;align-items:center;gap:var(--spacing-sm);flex-shrink:0}.styles_domain_action_link__Xgxlu{font-size:var(--font-size-sm);font-weight:500;color:var(--link-color);background:none;border:none;cursor:pointer;padding:4px 0;transition:opacity var(--duration-fast) var(--ease-default);white-space:nowrap}.styles_domain_action_link__Xgxlu:hover{opacity:.75}.styles_domain_action_link__Xgxlu:disabled{opacity:.4;cursor:not-allowed}.styles_domain_delete_btn__djTc_{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius-sm);background:none;border:1px solid var(--divider-color);cursor:pointer;color:var(--muted-text-color);transition:all var(--duration-fast) var(--ease-default)}.styles_domain_delete_btn__djTc_:hover{background:color-mix(in srgb,var(--error-color) 8%,transparent);border-color:color-mix(in srgb,var(--error-color) 30%,transparent);color:var(--error-color)}.styles_domain_delete_btn__djTc_:disabled{opacity:.4;cursor:not-allowed}.styles_detailed_status_grid__9Hs6L{display:flex;flex-wrap:wrap;gap:8px;margin-top:var(--spacing-sm);padding-top:var(--spacing-sm);border-top:1px dashed var(--divider-color);width:100%}.styles_status_item__9s6YF{display:flex;align-items:center;gap:4px;font-size:var(--font-size-xs);color:var(--muted-text-color);background:var(--background-color);padding:2px 8px;border-radius:var(--border-radius-pill);border:1px solid var(--divider-color)}.styles_status_label__MeOp_{font-weight:600;color:var(--text-color)}.styles_status_pill__Cs2_J{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:var(--border-radius-sm);font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.styles_status_pill__Cs2_J.styles_success__ohMnP{background:var(--alert-success-color);color:var(--status-success-text)}.styles_status_pill__Cs2_J.styles_warning__OEinz{background:var(--alert-warning-color);color:var(--status-warning-text)}.styles_status_pill__Cs2_J.styles_error__IALnR{background:var(--alert-error-color);color:var(--error-color)}.styles_status_pill__Cs2_J.styles_neutral__3E2DX{background:var(--background-color);color:var(--muted-text-color)}.styles_dns_modal_body__wJlOe{display:flex;flex-direction:column;gap:var(--spacing-md)}.styles_modal_footer__LVJa_{padding:var(--spacing-md) 0;border-top:1px solid var(--divider-color);display:flex;justify-content:flex-end;gap:var(--spacing-sm);margin-top:var(--spacing-lg)}.styles_record_group__zYlc3{margin-bottom:var(--spacing-xl)}.styles_record_group__zYlc3 h3{font-size:var(--font-size-sm);font-weight:700;margin-bottom:var(--spacing-sm);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--divider-color);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-text-color)}.styles_record_row__mO4Wn{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--spacing-sm) var(--spacing-md);background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);margin-bottom:var(--spacing-sm);gap:var(--spacing-md)}.styles_record_info__ujs4x{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.styles_record_header__4Tn57{display:flex;align-items:center;gap:var(--spacing-sm)}.styles_record_type__tVQKh{font-weight:700;font-size:var(--font-size-xs);background:color-mix(in srgb,var(--primary-color) 10%,transparent);color:var(--primary-color);padding:2px 6px;border-radius:var(--border-radius-xs);text-transform:uppercase;letter-spacing:.04em}.styles_badge_required__oGqpT{background:var(--alert-error-color);color:var(--error-color)}.styles_badge_required__oGqpT,.styles_record_status__lt7NJ{font-size:var(--font-size-xs);text-transform:uppercase;padding:1px 5px;border-radius:var(--border-radius-xs);font-weight:600}.styles_record_status__lt7NJ{-webkit-margin-start:auto;margin-inline-start:auto}.styles_status_verified__maR_m{color:var(--tertiary-color)}.styles_status_pending__89Lm6{background:var(--alert-warning-color);color:var(--warning-color)}.styles_status_failed__N31Vd{background:var(--alert-error-color);color:var(--error-color)}.styles_record_hint__VncQj{font-size:var(--font-size-xs);color:var(--muted-text-color);margin:4px 0 0;line-height:1.4}.styles_record_hint_failed__q1N9P{color:var(--error-color)}.styles_record_detail__tbWj2{display:flex;align-items:baseline;gap:var(--spacing-sm);font-size:var(--font-size-sm)}@media(max-width:480px){.styles_record_detail__tbWj2{flex-direction:column;gap:2px}}.styles_detail_label__1_qqL{color:var(--muted-text-color);min-width:45px;font-size:var(--font-size-xs);font-weight:600}.styles_code__m2bbL{font-family:monospace;background:#fff;padding:2px 6px;border-radius:var(--border-radius-xs);border:1px solid var(--divider-color);word-break:break-all;font-size:var(--font-size-xs)}.styles_delete_modal_content___yPSY{padding:0 var(--inner-padding) var(--inner-padding)}.styles_delete_confirmation_text__rQidZ{margin:0 0 var(--spacing-lg);color:var(--text-color);line-height:var(--line-height-relaxed);font-size:var(--font-size-sm)}.styles_delete_modal_actions__iMK_u{display:flex;justify-content:flex-end;gap:var(--spacing-sm)}.styles_sticky_footer__BliTm{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding-top:8px;margin-top:var(--section-margin)}.styles_cancelButton__ax3Ml{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:rgba(0,0,0,0);color:var(--muted-text-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none}.styles_cancelButton__ax3Ml:hover:not(:disabled){background-color:var(--background-color)}.styles_cancelButton__ax3Ml:disabled{opacity:.6;cursor:not-allowed}.styles_saveButton__OYY6Y{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:var(--community-primary,var(--primary-color));color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:14px;font-weight:500;cursor:pointer}.styles_saveButton__OYY6Y:hover:not(:disabled){opacity:.9}.styles_saveButton__OYY6Y:disabled{opacity:.6;cursor:not-allowed}.styles_plain_section__VQ6HJ,.styles_sender_fields__URcHa{display:flex;flex-direction:column;gap:var(--spacing-md)}.styles_plain_section__VQ6HJ{background:var(--card-background-color);border-radius:var(--border-radius);border:1px solid var(--divider-color);padding:var(--inner-padding);margin-top:10px}.styles_plain_section_top__ZosSW{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-md)}.styles_plain_section_top__ZosSW>:last-child{flex-shrink:0;width:auto}.styles_plain_section_text__53spe{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0}.styles_plain_section_title__x5GS7{font-size:var(--font-size-base);font-weight:600;color:var(--text-color);margin:0;line-height:var(--line-height-snug)}.styles_plain_section_desc__jbxbv{font-size:var(--font-size-sm);color:var(--muted-text-color);margin:0;line-height:var(--line-height-normal);overflow-wrap:break-word;word-break:normal;white-space:normal}.styles_skeleton_row__u4yMi{display:flex;flex-direction:column;gap:var(--spacing-sm)}.domains_page__ao7uO{display:flex;flex-direction:column;min-height:100vh;background:var(--background-color)}.domains_container__x09E_{max-width:860px;margin:0 auto;padding:var(--inner-padding) var(--inner-padding) 100px;width:100%}.domains_list__ZFtpW{display:flex;flex-direction:column;gap:12px;margin-top:24px}.domains_card__yPbzA{background:var(--white);border-radius:var(--border-radius);border:1px solid var(--divider-color);box-shadow:var(--shadow-sm);padding:16px 20px;transition:box-shadow .2s ease-out}.domains_card__yPbzA:hover{box-shadow:var(--shadow-md)}.domains_cardHeader__haxze{display:flex;align-items:center;justify-content:space-between;gap:12px}.domains_cardLeft__2Fbbk{display:flex;align-items:center;gap:12px;min-width:0}.domains_domainName__scdMN{font-size:var(--font-size-sm);font-weight:600;color:var(--text-color);word-break:break-all}.domains_cardActions__OTXD_{display:flex;align-items:center;gap:8px;flex-shrink:0}.domains_badge__nFTy5{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.domains_badge__nFTy5.domains_active__BMvAJ,.domains_badge__nFTy5.domains_verified__q8KZx{background:var(--alert-success-color);color:var(--tertiary-color)}.domains_badge__nFTy5.domains_pending__VKXVz{background:var(--alert-warning-color);color:var(--warning-color)}.domains_badge__nFTy5.domains_error__T43KL{background:var(--alert-error-color);color:var(--error-color)}.domains_badge__nFTy5.domains_none__GCE83{background:var(--muted-divider-color);color:var(--muted-text-color)}.domains_badge__nFTy5.domains_verifying__sesCT{background:var(--aler-info-color);color:var(--info-color)}.domains_capabilities__ArD7a{margin-top:12px;padding-top:12px;border-top:1px solid var(--divider-color);display:flex;flex-direction:column;gap:10px}.domains_capabilityRow__TgRDs{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.domains_capabilityLabel__ZT2t2{display:flex;flex-direction:column;gap:2px;min-width:0}.domains_capabilityActions__NWiCR{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.domains_healthRow__sYXQc{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.domains_healthPill__8_tAY{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;line-height:1.2;border:1px solid rgba(0,0,0,0);transition:background-color .2s ease-out,border-color .2s ease-out}.domains_healthPill__8_tAY.domains_healthOk__qsN_B{background:var(--alert-success-color);border-color:var(--alert-success-color-40)}.domains_healthPill__8_tAY.domains_healthOk__qsN_B .domains_healthDot__s0AeC{background:var(--success-color)}.domains_healthPill__8_tAY.domains_healthOk__qsN_B .domains_healthState__gCed0{color:var(--status-success-text)}.domains_healthPill__8_tAY.domains_healthMissing__hapw9{background:var(--alert-error-color);border-color:var(--alert-error-color)}.domains_healthPill__8_tAY.domains_healthMissing__hapw9 .domains_healthDot__s0AeC{background:var(--error-color)}.domains_healthPill__8_tAY.domains_healthMissing__hapw9 .domains_healthState__gCed0{color:var(--error-color)}.domains_healthDot__s0AeC{width:6px;height:6px;border-radius:50%;flex-shrink:0}.domains_healthProtocol__gG7pR{font-weight:600;color:var(--text-color);letter-spacing:.02em}.domains_healthState__gCed0{font-weight:500}.domains_lastCheckedLine__jg6Do{font-size:12px;color:var(--muted-text-color);margin:0;text-align:end}.domains_capabilityTitle__upWOz{font-size:var(--font-size-sm);font-weight:500;color:var(--text-color)}.domains_capabilityDesc__kA4q5{font-size:12px;color:var(--muted-text-color)}.domains_ownershipLapsedBanner__4nWEN{display:flex;align-items:flex-start;gap:8px;margin:10px 0 4px;padding:10px 14px;background:var(--alert-warning-color);border-radius:var(--border-radius-sm);border:1px solid var(--warning-color);font-size:12px;color:var(--text-color);line-height:1.5}.domains_ownershipLapsedIcon__4_laE{flex-shrink:0;color:var(--warning-color);font-size:14px;margin-top:1px}.domains_connectDomainGated__4gynY{display:inline-flex;cursor:not-allowed;opacity:.6}.domains_connectDomainGated__4gynY>*{pointer-events:none}.domains_capabilityRowLocked__QsrbA{opacity:.55;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.domains_ownershipDnsBox__xJkAR{margin:12px 0 4px;background:var(--alert-warning-color)}.domains_dnsBox__Fecdl,.domains_ownershipDnsBox__xJkAR{padding:12px 14px;border-radius:var(--border-radius-sm);border:1px solid var(--divider-color)}.domains_dnsBox__Fecdl{margin-top:12px;background:var(--muted-divider-color);cursor:pointer;transition:background-color .2s ease-out,border-color .2s ease-out}.domains_dnsBox__Fecdl.domains_dnsBoxPending__fiAZM{background:var(--alert-warning-color);border-color:var(--warning-color)}.domains_dnsTitle__udiSM{font-size:11px;font-weight:600;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.domains_dnsHint__OX0dt{font-size:11px;color:var(--muted-text-color);line-height:1.5;margin-top:8px}.domains_dnsRow__AT16N{display:grid;grid-template-columns:100px 1fr;grid-gap:4px 12px;gap:4px 12px;margin-bottom:6px}.domains_dnsRow__AT16N:last-child{margin-bottom:0}.domains_dnsKey__gwxmt{font-size:12px;font-weight:500;color:var(--muted-text-color);padding-top:2px}.domains_dnsValueRow__WfmwZ{display:flex;align-items:center;gap:6px}.domains_dnsValue__JDv1i{font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--text-color);word-break:break-all;background:var(--white);border:1px solid var(--divider-color);border-radius:4px;padding:2px 6px}.domains_dnsCopyBtn__JOSQw{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background:var(--white);cursor:pointer;transition:background-color .2s ease-out,border-color .2s ease-out}.domains_dnsCopyBtn__JOSQw:hover{background:var(--muted-divider-color);border-color:var(--muted-text-color)}.domains_dnsCopyBtn__JOSQw.domains_dnsCopied__RbOke{background:var(--alert-success-color);border-color:var(--tertiary-color)}.domains_empty__iCM_O{flex-direction:column;padding:48px 24px;text-align:center;gap:12px}.domains_emptyIcon__0orpF,.domains_empty__iCM_O{display:flex;align-items:center;justify-content:center}.domains_emptyIcon__0orpF{width:48px;height:48px;border-radius:50%;background:var(--muted-divider-color)}.domains_emptyTitle__NPBtG{font-size:var(--font-size-md);font-weight:600;color:var(--text-color);margin:0}.domains_emptyDesc__s_cSk{font-size:var(--font-size-sm);color:var(--muted-text-color);margin:0;max-width:340px}.domains_notice__CjZro{margin-top:24px;padding:12px 16px;background:var(--aler-info-color);border-radius:var(--border-radius-sm);-webkit-border-start:3px solid var(--info-color);border-inline-start:3px solid var(--info-color);font-size:var(--font-size-sm);color:var(--text-color);line-height:1.5}.website-settings_container__OHvS8{display:flex;flex-direction:column;gap:24px;max-width:860px}.website-settings_section__1z7G4{display:flex;flex-direction:column;gap:12px}.website-settings_sectionTitle__hsIYU{font-size:15px;font-weight:700;color:var(--text-color);margin:0}.website-settings_sectionDesc__HUmDH{font-size:13px;color:var(--muted-text-color);margin:0}.website-settings_modeList__Yu2HR{display:flex;flex-direction:column;gap:8px}.website-settings_modeOption__kA2hQ{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);cursor:pointer;transition:border-color .15s,background .15s}.website-settings_modeOption__kA2hQ:hover{background:var(--muted-divider-color)}.website-settings_modeOptionSelected__mQ04x{border-color:var(--secondary-color);background:color-mix(in srgb,var(--secondary-color) 6%,transparent)}.website-settings_modeRadio__N6_kO{-webkit-margin-before:2px;margin-block-start:2px;accent-color:var(--secondary-color);flex-shrink:0}.website-settings_modeContent__y63vp{display:flex;flex-direction:column;gap:2px}.website-settings_modeLabel___lczM{font-size:13px;font-weight:600;color:var(--text-color)}.website-settings_modeDesc__6hZBr{font-size:12px;color:var(--muted-text-color)}.website-settings_warning__dOhz1{padding:10px 14px;border-radius:var(--border-radius-sm);background:var(--alert-warning-color);font-size:12px;color:var(--text-color)}.website-settings_warningLink__GBRjp{color:var(--secondary-color);text-decoration:underline}.website-settings_homePageInfo__NohxK{display:flex;align-items:center;gap:8px;font-size:12px}.website-settings_homePageLabel__ut5GY{color:var(--muted-text-color)}.website-settings_homePageLink__I4R0t{color:var(--secondary-color);font-weight:600;text-decoration:none}.website-settings_homePageLink__I4R0t:hover{text-decoration:underline}.website-settings_published__tZhc7{padding:2px 8px;border-radius:99px;background:var(--alert-success-color);color:var(--tertiary-color);font-size:11px;font-weight:600}.website-settings_draft___487W{padding:2px 8px;border-radius:99px;background:var(--alert-warning-color);color:var(--warning-color);font-size:11px;font-weight:600}.website-settings_actions__Ml042{display:flex;justify-content:flex-end}.website-settings_sectionHeaderRow__8nN2w{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.website-settings_sectionDivider__HKVFg{height:1px;background:var(--divider-color)}.styles_wrapper__ORRgb{display:flex;flex-direction:column;gap:12px}.styles_roles__s4yoo{display:flex;flex-direction:column;gap:8px;padding-top:4px}.styles_rolesLabel__wP8XI{margin:0;font-size:13px;font-weight:600;color:var(--text-color)}.styles_rolesSummary__RNBX3{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background-color:rgba(0,0,0,0);cursor:pointer;text-align:start;transition:background-color .2s ease-out,border-color .2s ease-out}.styles_rolesSummary__RNBX3:hover:not(:disabled){background-color:var(--muted-divider-color)}.styles_rolesSummary__RNBX3:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.styles_rolesSummary__RNBX3:disabled{cursor:not-allowed;opacity:.7}.styles_rolesSummaryText__lLZ0y{min-width:0;font-size:14px;font-weight:600;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_rolesSummaryAction__bwIgd{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.styles_rolesSummaryCount__E6nl9{font-size:12px;color:var(--muted-text-color);white-space:nowrap}.styles_rolesSummaryChevron__kSGds{display:inline-flex;color:var(--muted-text-color);transition:transform .2s ease-out}.styles_rolesSummaryChevronOpen__hVoGf{transform:rotate(180deg)}.styles_rolesList__kV4sx{display:flex;flex-direction:column;gap:6px}.styles_roleItem___jZNo{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 12px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color .2s ease-out,border-color .2s ease-out}.styles_roleItem___jZNo:hover{background-color:var(--muted-divider-color)}.styles_roleItem___jZNo:focus-within{border-color:var(--secondary-color)}.styles_roleItemSelected__rd4aw{border-color:var(--secondary-color);background-color:rgba(var(--primary-color-rgb),.04)}.styles_roleItemLocked__y1dw4{cursor:not-allowed;opacity:.7}.styles_roleItemLocked__y1dw4:hover{background-color:rgba(0,0,0,0)}.styles_roleText___4bIT{display:flex;flex-direction:column;gap:2px;min-width:0}.styles_roleName__SyIPt{font-size:14px;font-weight:600;color:var(--text-color)}.styles_roleDesc__ZBUr6{font-size:12px;font-weight:400;line-height:1.4;color:var(--muted-text-color)}.styles_roleCheckbox__O71WN{flex-shrink:0;width:18px;height:18px;accent-color:var(--secondary-color);cursor:inherit}.styles_rolesHint__Bpu4I{margin:0;font-size:12px;line-height:1.4;color:var(--muted-text-color)}.styles_container__HIDM7{display:flex;flex-direction:column;height:100%;overflow-y:auto}.styles_empty__ezd_b{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;color:var(--muted-text-color)}.styles_emptyIcon__eWWn0{color:var(--icon-color);opacity:.6}.styles_emptyTitle__u18VB{font-size:15px;font-weight:600;color:var(--text-color);margin:0}.styles_emptySubtitle__sETdn{font-size:13px;color:var(--muted-text-color);margin:0;max-width:280px}.styles_item__3wUFK{display:flex;flex-direction:column;gap:6px;padding:14px 16px;-webkit-border-after:1px solid var(--muted-divider-color);border-block-end:1px solid var(--muted-divider-color);cursor:pointer;transition:background .15s ease-out}.styles_item__3wUFK:hover{background:var(--background-color)}.styles_itemHeader__zf_G_{display:flex;align-items:center;gap:8px}.styles_itemChatTitle__cCEYX{font-size:13px;font-weight:600;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;min-width:0}.styles_itemStarredAt__2n0w3{font-size:11px;color:var(--muted-text-color);flex-shrink:0}.styles_itemAuthor__57889{font-size:12px;font-weight:600;color:var(--secondary-color)}.styles_itemText__vmHQc{font-size:13px;color:var(--muted-text-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.styles_skeleton__M5eF2{display:flex;flex-direction:column;gap:8px;padding:14px 16px;-webkit-border-after:1px solid var(--muted-divider-color);border-block-end:1px solid var(--muted-divider-color)}.styles_skeletonBar__wEE4A{height:12px;background:var(--muted-divider-color);border-radius:var(--border-radius-sm);animation:styles_shimmer__bV6Cz 1.5s ease-in-out infinite}.styles_skeletonBar__wEE4A:first-child{width:60%}.styles_skeletonBar__wEE4A:nth-child(2){width:90%}.styles_skeletonBar__wEE4A:nth-child(3){width:75%}@keyframes styles_shimmer__bV6Cz{0%,to{opacity:.6}50%{opacity:.9}}.styles_stats_grid__uCpV3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.styles_stat_card__HTJet{background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);padding:var(--inner-padding);display:flex;align-items:center;gap:16px;transition:box-shadow .2s ease}.styles_stat_card__HTJet:hover{box-shadow:var(--shadow-sm)}.styles_stat_icon__HLY_b{width:48px;height:48px;border-radius:var(--border-radius-sm);background:var(--background-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.styles_stat_content__BXDti{flex:1 1;min-width:0}.styles_stat_value__nSnt9{font-size:24px;font-weight:600;color:var(--text-color);margin:0;line-height:1.2}.styles_stat_label__3MyRJ{font-size:14px;color:var(--muted-text-color);margin:4px 0 0;line-height:1.2}@media(max-width:1024px){.styles_stats_grid__uCpV3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.styles_stats_grid__uCpV3{grid-template-columns:1fr;gap:12px}.styles_stat_card__HTJet{padding:12px}.styles_stat_icon__HLY_b{width:40px;height:40px}.styles_stat_value__nSnt9{font-size:20px}.styles_stat_label__3MyRJ{font-size:13px}}.styles_dashboard_container__pX2Ty{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--section-margin)}.styles_section_title___nbMh{font-size:13px;font-weight:600;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.styles_split_section__Wca5q{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:767px){.styles_split_section__Wca5q{gap:32px}}.styles_quick_actions_wrapper__kedMr,.styles_recent_activity_wrapper__IyMw0{flex:1 1;width:100%}.styles_grid__lpRqw{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}@media(max-width:768px){.styles_grid__lpRqw{grid-template-columns:repeat(2,1fr)}}.styles_card__SGeAj{display:flex;flex-direction:column;padding:20px;background:var(--card-background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);text-decoration:none;transition:all .2s ease}.styles_card__SGeAj:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05);border-color:var(--secondary-color)}.styles_card__SGeAj:active{transform:translateY(0) scale(.98);box-shadow:none}.styles_header__1EtTv{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.styles_label__6jjWl{font-size:14px;color:var(--muted-text-color);font-weight:500;min-height:42px;display:flex;align-items:flex-start}.styles_value_wrapper__Bl_i3{display:flex;align-items:baseline;gap:2px;margin-bottom:12px}.styles_value___W0of{font-size:28px;font-weight:700;color:var(--text-color);line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.styles_prefix__UOqMe,.styles_suffix__oj_jO{font-size:16px;color:var(--muted-text-color);font-weight:500}.styles_footer__thNZn{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-top:auto;font-size:13px}.styles_change__QCS7q{font-weight:600}.styles_change__QCS7q.styles_positive__BVxdr{color:var(--success-color)}.styles_change__QCS7q.styles_negative__K_CRt{color:var(--error-color)}.styles_change_label__L1DEM{color:var(--muted-text-color)}.styles_quick_actions_grid__MA2Fn{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;align-items:flex-start;justify-content:center;padding:4px 0 0}@media(min-width:769px){.styles_quick_actions_grid__MA2Fn{flex-wrap:wrap;gap:var(--spacing-xl)}}@media(max-width:768px){.styles_quick_actions_grid__MA2Fn{gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;padding:4px 0 0}.styles_quick_actions_grid__MA2Fn::-webkit-scrollbar{display:none}}.styles_action_card_circular__5FToj{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,1);background:rgba(0,0,0,0);border:none;padding:0;width:auto;min-width:70px;flex-shrink:0}.styles_action_card_circular__5FToj:hover{transform:translateY(-3px)}.styles_action_card_circular__5FToj:hover .styles_icon_circle__jAugJ{background:var(--divider-color);border-color:var(--secondary-color);box-shadow:0 4px 12px rgba(0,0,0,.08)}.styles_action_card_circular__5FToj:hover .styles_action_label_circular__mPVks{color:var(--text-color)}.styles_icon_circle__jAugJ{width:58px;height:58px;border-radius:50%;background:#f8fafc;border:1px solid var(--divider-color);display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .2s ease;flex-shrink:0}.styles_icon_color_0__ARnsE{background:linear-gradient(145deg,color-mix(in srgb,var(--info-color),#ffffff 88%) 0,color-mix(in srgb,var(--info-color),#ffffff 96%) 100%);border-color:color-mix(in srgb,var(--info-color),#ffffff 80%)}.styles_icon_color_1__V7ycc{background:linear-gradient(145deg,color-mix(in srgb,#14b8a6,#ffffff 88%),color-mix(in srgb,#14b8a6,#ffffff 96%));border-color:color-mix(in srgb,#14b8a6,#ffffff 80%)}.styles_icon_color_2__QR15x{background:linear-gradient(145deg,color-mix(in srgb,#22c55e,#ffffff 88%),color-mix(in srgb,#22c55e,#ffffff 96%));border-color:color-mix(in srgb,#22c55e,#ffffff 80%)}.styles_icon_color_3__m2tAP{background:linear-gradient(145deg,color-mix(in srgb,#8b5cf6,#ffffff 88%),color-mix(in srgb,#8b5cf6,#ffffff 96%));border-color:color-mix(in srgb,#8b5cf6,#ffffff 80%)}.styles_icon_color_4__9UYx_{background:linear-gradient(145deg,color-mix(in srgb,#ec4899,#ffffff 88%),color-mix(in srgb,#ec4899,#ffffff 96%));border-color:color-mix(in srgb,#ec4899,#ffffff 80%)}.styles_icon_color_5__qqBv_{background:linear-gradient(145deg,color-mix(in srgb,var(--tertiary-color),#ffffff 88%) 0,color-mix(in srgb,var(--tertiary-color),#ffffff 96%) 100%);border-color:color-mix(in srgb,var(--tertiary-color),#ffffff 80%)}.styles_action_label_circular__mPVks{font-size:11px;font-weight:600;color:var(--muted-text-color);text-align:center;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;line-height:1.25}.styles_activity_section__9PjQM{background:var(--card-background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);padding:20px}.styles_activity_list__w8I8x{display:flex;flex-direction:column;gap:16px}.styles_activity_link__IGmJk{text-decoration:none;color:inherit;display:block;transition:background-color .2s ease;border-radius:var(--border-radius-sm)}.styles_activity_link__IGmJk:hover{background-color:var(--background-color)}.styles_task_item_clickable__a4T5f{cursor:pointer;text-decoration:none;color:inherit;display:block;transition:background-color .2s ease;border-radius:var(--border-radius-sm)}.styles_task_item_clickable__a4T5f:hover{background-color:var(--background-color)}.styles_activity_item___A0nw{display:flex;align-items:flex-start;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--divider-color)}.styles_activity_item___A0nw:last-child{border-bottom:none;padding-bottom:0}.styles_activity_content__698yi{flex:1 1;min-width:0}.styles_activity_content__698yi .styles_title_row__DEd77{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:2px}.styles_activity_content__698yi h4{font-size:14px;font-weight:600;color:var(--text-color);margin:0;white-space:normal;line-height:1.3}.styles_activity_content__698yi .styles_user_name__Favp2{font-size:12px;color:var(--muted-text-color);margin-bottom:4px;font-weight:500}.styles_activity_content__698yi p{font-size:13px;color:var(--text-color);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.styles_activity_meta__fIgs8{font-size:12px;color:var(--muted-text-color);white-space:nowrap;margin-top:2px;text-align:right;margin-left:auto;flex-shrink:0}@media(max-width:480px){.styles_activity_item___A0nw{flex-wrap:wrap}.styles_activity_content__698yi{min-width:calc(100% - 44px)}.styles_activity_meta__fIgs8{width:100%;text-align:left;margin-top:4px;padding-left:44px;white-space:normal}}@media screen and (min-width:991px){.styles_skel_metrics_mobile_only__QCpbn{display:none}}.styles_skel_metric_card__3fs3m{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);background:var(--card-background-color)}.styles_rail_module__sfqjt{width:100%;background:var(--card-background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius);padding:var(--inner-padding)}.styles_rail_header__xHBRo{display:flex;align-items:center;justify-content:space-between;gap:8px;-webkit-margin-after:12px;margin-block-end:12px}.styles_rail_title__FdrB5{margin:0;color:var(--muted-text-color);font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.styles_rail_view_all__W2y3_{color:var(--secondary-color);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .2s ease-out}.styles_rail_view_all__W2y3_:hover{opacity:.75}.styles_rail_view_all__W2y3_:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px;border-radius:var(--border-radius-sm)}.styles_rail_grid__ebSNS{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;background:var(--muted-divider-color);border:1px solid var(--muted-divider-color);border-radius:var(--border-radius-sm);overflow:hidden}.styles_rail_cell__TwquQ{display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--card-background-color);text-decoration:none;color:inherit;min-width:0;transition:background-color .2s ease-out}.styles_rail_cell__TwquQ:hover{background-color:var(--background-color)}.styles_rail_cell__TwquQ:focus-visible{outline:2px solid var(--secondary-color);outline-offset:-2px}.styles_rail_label__BzeLZ{font-size:12px;font-weight:500;color:var(--muted-text-color);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_rail_value_wrapper__8rt02{display:flex;align-items:baseline;gap:2px;min-width:0}.styles_rail_value__ClK1W{font-size:20px;font-weight:700;color:var(--text-color);line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis}.styles_rail_affix__ZnrrS{font-size:13px;font-weight:500;color:var(--muted-text-color)}.styles_rail_footer__fV_Nr{display:flex;align-items:baseline;gap:4px;font-size:11px;min-width:0}.styles_rail_change_label__0_31B{color:var(--muted-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:990px){.styles_rail_module__sfqjt{display:none}}.styles_tabs__Bf1Ym{display:flex;background-color:rgba(var(--primary-color-rgb),.06);border-radius:var(--border-radius);padding:5px;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}@media screen and (max-width:767px){.styles_tabs__Bf1Ym{white-space:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.styles_tabs__Bf1Ym::-webkit-scrollbar{display:none}}@media screen and (max-width:767px){.styles_tabs__Bf1Ym.styles_allow_wraping__rhUvH{white-space:nowrap}.styles_tabs__Bf1Ym.styles_allow_wraping__rhUvH button{flex:0 0 auto}}.styles_tabs__Bf1Ym button{flex:1 1;border:none;padding:8px 16px;border-radius:var(--border-radius-sm);min-width:60px;min-height:36px;white-space:nowrap;text-align:center;font-weight:500;transition:all .2s ease-out}@media screen and (max-width:767px){.styles_tabs__Bf1Ym button{flex:0 0 auto;padding:10px 16px;min-width:60px}}.styles_tabs_premium__Ou_PM{display:flex;background:var(--muted-divider-color);border:1px solid var(--divider-color);border-radius:var(--border-radius);padding:5px;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;box-shadow:var(--shadow-sm)}@media screen and (max-width:767px){.styles_tabs_premium__Ou_PM{white-space:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.styles_tabs_premium__Ou_PM::-webkit-scrollbar{display:none}}@media screen and (max-width:767px){.styles_tabs_premium__Ou_PM.styles_allow_wraping__rhUvH{white-space:nowrap}.styles_tabs_premium__Ou_PM.styles_allow_wraping__rhUvH button{flex:0 0 auto}}.styles_tabs_premium__Ou_PM button{flex:1 1;min-width:80px;min-height:36px;border-radius:var(--border-radius-sm)}@media screen and (max-width:767px){.styles_tabs_premium__Ou_PM button{flex:0 0 auto;padding:10px 16px;min-width:60px}}.styles_button_content__J6IHq{gap:6px;width:100%}.styles_button_content__J6IHq,.styles_tab_icon__egmw2,.styles_tab_label__Hnj5n{display:inline-flex;align-items:center;justify-content:center}.styles_tab_label__Hnj5n{gap:8px}.styles_tab_button__vQ9Ls{color:inherit}.styles_tab_button_active___u5BX{color:#fff!important}.styles_tab_button_active___u5BX .styles_tab_icon__egmw2,.styles_tab_button_active___u5BX .styles_tab_label__Hnj5n{color:inherit!important}.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg circle,.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg path,.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg polygon,.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg rect{stroke:currentColor!important}.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg circle[fill=none],.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg path[fill=none],.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg polygon[fill=none],.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg rect[fill=none],.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg[fill=none] circle,.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg[fill=none] path,.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg[fill=none] polygon,.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg[fill=none] rect{fill:none!important}.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg circle[fill]:not([fill=none]),.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg path[fill]:not([fill=none]),.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg polygon[fill]:not([fill=none]),.styles_tab_button_active___u5BX .styles_tab_icon__egmw2 svg rect[fill]:not([fill=none]){fill:currentColor!important}.styles_tab_button_active___u5BX .styles_tab_badge__UIAKG{background:hsla(0,0%,100%,.25);color:#fff}.styles_tab_badge__UIAKG{padding:2px 8px;background:var(--divider-color);color:var(--muted-text-color);border-radius:var(--border-radius-sm);font-size:12px;font-weight:600;min-width:24px;text-align:center;line-height:normal}@media screen and (max-width:767px){.styles_icons_only_mobile__kJyvg .styles_tab_label__Hnj5n{display:none}.styles_icons_only_mobile__kJyvg .styles_button_content__J6IHq{justify-content:center}}.styles_upgrade_required_screen__ofJnm{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--inner-padding);min-height:400px;background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.styles_icon_wrapper__pz3iS{width:80px;height:80px;border-radius:50%;background:var(--muted-divider-color);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.styles_title__DwB3u{margin-bottom:12px;color:var(--text-color)}.styles_description__UCdsB{max-width:600px;margin-bottom:24px;line-height:1.6}.styles_secondary_link__YbGbW{margin-top:15px;font-size:var(--font-size-small)}.styles_workspace_block__o28F9{margin:0 0 32px;width:100%}@media screen and (max-width:767px){.styles_workspace_block__o28F9{margin:32px 0}}.styles_command_center_header__WsSkV{margin-bottom:20px}.styles_premium_header__Q74Zl{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;font-size:24px;font-weight:700;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.8px}.styles_sparkle__kopWm{display:inline-flex;align-items:center;color:var(--secondary-color)}.styles_input_wrapper__rc6pH{position:relative;width:100%}.styles_input_wrapper__rc6pH:before{content:"";position:absolute;inset:-2px;border-radius:calc(var(--border-radius-lg) + 2px);background:linear-gradient(90deg,rgba(var(--secondary-color-rgb),0) 0,rgba(var(--secondary-color-rgb),.35) 35%,rgba(var(--tertiary-color-rgb),.25) 55%,rgba(var(--secondary-color-rgb),0) 100%);background-size:300% 100%;animation:styles_conciergeShimmer___zu32 7s ease-in-out infinite;pointer-events:none;transition:opacity .2s ease}.styles_input_wrapper__rc6pH:focus-within:before{opacity:0}@keyframes styles_conciergeShimmer___zu32{0%{background-position:100% 0}50%{background-position:0 0}to{background-position:100% 0}}.styles_command_input__YgFh8{position:relative;z-index:1;width:100%;height:120px!important;min-height:120px;padding:20px 24px 60px;font-size:18px;text-align:start;color:var(--text-color);background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-lg);transition:all .2s ease;resize:none;line-height:1.5;font-weight:500;overflow:hidden}.styles_command_input__YgFh8::placeholder{color:var(--muted-text-color);opacity:.5}.styles_command_input__YgFh8:focus{outline:none;border-color:var(--secondary-color);background:#fff;box-shadow:0 0 0 4px rgba(var(--secondary-color-rgb),.1)}.styles_command_input__YgFh8:disabled{opacity:.7;cursor:not-allowed}.styles_input_actions__wq1Is{position:absolute;inset-inline-end:16px;bottom:16px;display:flex;align-items:center;z-index:2}.styles_submit_btn__2mfzO{background:var(--community-primary,var(--dark-bg));border:none;border-radius:var(--border-radius-sm);width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--community-primary-text,white);font-size:24px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}.styles_submit_btn__2mfzO:hover{opacity:.9;transform:scale(1.02)}.styles_submit_btn__2mfzO:active{transform:scale(.98)}.styles_spinner__kP1RQ{width:24px;height:24px;border:2px solid rgba(0,0,0,.1);border-top:2px solid var(--primary-color);border-radius:50%;animation:styles_spin__o9rMN .8s linear infinite}@keyframes styles_spin__o9rMN{to{transform:rotate(1turn)}}.styles_carousel_placeholder__stLuT{position:absolute;inset-inline-start:24px;top:20px;width:calc(100% - 100px);pointer-events:none;color:var(--muted-text-color);opacity:.6;font-size:18px;display:flex;align-items:baseline;z-index:5;white-space:nowrap;line-height:inherit;overflow:hidden}@media screen and (max-width:480px){.styles_carousel_placeholder__stLuT{font-size:15px;inset-inline-start:16px;width:calc(100% - 80px)}}.styles_carousel_window__8nsv9{height:27px;overflow:hidden;display:inline-block;position:relative;flex:1 1;min-width:0;vertical-align:baseline}.styles_carousel_content__3oiBt{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.4,0,.2,1)}.styles_carousel_item__dn3Yj{height:27px;display:flex;align-items:baseline;font-weight:500}.styles_resume_chip__0z5VB{display:flex;align-items:center;gap:6px;margin-top:12px;margin-bottom:20px;margin-inline:auto;padding:6px 10px 6px 12px;background:rgba(var(--secondary-color-rgb),.07);border:1px solid rgba(var(--secondary-color-rgb),.18);border-radius:999px;width:-moz-fit-content;width:fit-content;max-width:100%}.styles_resume_chip_trigger__ihik0{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:0;min-width:0;text-align:start}.styles_resume_chip_trigger__ihik0:hover .styles_resume_chip_label__PaKen{text-decoration:underline}.styles_resume_chip_label__PaKen{font-size:11px;font-weight:700;color:var(--secondary-color);white-space:nowrap;letter-spacing:.3px;text-transform:uppercase;flex-shrink:0}.styles_resume_chip_goal__L7ZfD{font-size:12px;color:var(--muted-text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px;min-width:0}.styles_resume_chip_dismiss__SpgH1{background:none;border:none;cursor:pointer;color:var(--muted-text-color);font-size:16px;line-height:1;padding:0 2px;flex-shrink:0;opacity:.6;-webkit-margin-start:2px;margin-inline-start:2px}.styles_resume_chip_dismiss__SpgH1:hover{opacity:1}.styles_quick_tools_section__2kJN3{padding-top:8px;border-top:none}.styles_section_header__uQMgy{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:600;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.5px}.styles_ai_badge__Ko9Gh,.styles_icon__yxw77{display:inline-flex;align-items:center}.styles_ai_badge__Ko9Gh{justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:var(--border-radius-md);margin-left:auto;letter-spacing:.5px;box-shadow:0 2px 4px rgba(var(--primary-color-rgb),.2)}.styles_carousel_container__OXFmc{position:relative;width:100%}.styles_slides_wrapper__AiQj1{position:relative;width:100%;min-height:140px;overflow:hidden}.styles_suggestion_item__wP2WX{position:absolute;top:0;left:0;width:100%;gap:16px;padding:20px;transition:opacity .4s ease-in-out,transform .4s ease-in-out!important;opacity:0;transform:translateX(100%);pointer-events:none}.styles_suggestion_item__wP2WX.styles_active__5AjSG{opacity:1;transform:translateX(0)!important;pointer-events:auto;position:relative}.styles_suggestion_item__wP2WX:hover{transform:translateX(0)!important;border-color:var(--secondary-color)!important}.styles_suggestion_content__sxbzz{width:100%}.styles_message__hcNSc{font-size:15px;color:var(--text-color);font-weight:500;margin:0;line-height:1.5}.styles_action_btn__2cBwZ{align-self:flex-end;background:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);padding:8px 20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;z-index:2}.styles_action_btn__2cBwZ:hover{filter:brightness(90%);transform:translateY(-1px);box-shadow:var(--shadow-sm)}@media(max-width:640px){.styles_action_btn__2cBwZ{width:100%;align-self:stretch;text-align:center}}.styles_dots_container__D0RL2{display:flex;justify-content:center;gap:8px;margin-top:16px}.styles_dot__pXla_{width:8px;height:8px;border-radius:50%;background:var(--muted-text-color);border:none;padding:0;cursor:pointer;transition:all .2s ease-in-out}.styles_dot__pXla_.styles_active__5AjSG{background:var(--primary-color);transform:scale(1.3)}.styles_dot__pXla_:hover:not(.styles_active__5AjSG){background:var(--secondary-color)}.styles_loading_skeleton__lXJO7{height:236px;background:var(--divider-color);border-radius:var(--border-radius-md);animation:styles_pulse__1Hrqx 1.5s infinite}@keyframes styles_pulse__1Hrqx{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.styles_section__xHvzh{-webkit-margin-before:2rem;margin-block-start:2rem;-webkit-margin-after:2rem;margin-block-end:2rem}.DonationWidgetPreview_previewContainer__PsP_9{width:100%;padding:0;background:var(--background-color);border-radius:var(--border-radius);min-height:400px}.DonationWidgetPreview_loading__w6UXP{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:var(--muted-text-color)}.DonationWidgetPreview_loading__w6UXP p{margin:1rem 0 0;font-size:14px}.DonationWidgetPreview_spinner__HTbdC{width:40px;height:40px;border:3px solid var(--divider-color);border-top-color:var(--primary-color);border-radius:50%;animation:DonationWidgetPreview_spin__44lIi .8s linear infinite}@keyframes DonationWidgetPreview_spin__44lIi{to{transform:rotate(1turn)}}.DonationWidgetPreview_widgetPreview__yA72o{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--widget-text);background:var(--widget-bg);padding:2rem 1rem;border-radius:var(--border-radius);box-sizing:border-box}.DonationWidgetPreview_widgetHeader__pT09n{text-align:center;margin-bottom:2rem}.DonationWidgetPreview_widgetTitle__7yxGd{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:var(--widget-text)}.DonationWidgetPreview_widgetSubtitle__JpxUt{font-size:.95rem;color:var(--widget-muted);margin:0}.DonationWidgetPreview_plansContainer__98zqP{display:flex;flex-direction:column;gap:1.5rem}.DonationWidgetPreview_planCard__GYwqu{background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:var(--border-radius-lg);padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}.DonationWidgetPreview_planHeader__L8pkK{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.DonationWidgetPreview_planName__zrqwU{font-size:1.125rem;font-weight:600;margin:0;color:var(--widget-text)}.DonationWidgetPreview_planDescription__KNLPS{font-size:.875rem;color:var(--widget-muted);margin:0 0 1rem;line-height:1.5}.DonationWidgetPreview_tabFilter__8zYk7{display:inline-flex;background:var(--widget-card-bg);border-radius:var(--border-radius-xs);padding:2px;margin-bottom:1rem}.DonationWidgetPreview_tabActive__I3JaD,.DonationWidgetPreview_tab__5TfIf{padding:.3rem .875rem;font-size:.75rem;font-weight:500;border:none;border-radius:var(--border-radius-xs);cursor:pointer;transition:all .2s;text-align:center}.DonationWidgetPreview_tab__5TfIf{background:rgba(0,0,0,0);color:var(--widget-muted)}.DonationWidgetPreview_tab__5TfIf:hover{color:var(--widget-text)}.DonationWidgetPreview_tabActive__I3JaD{background:var(--widget-bg);color:var(--widget-text);box-shadow:0 1px 3px rgba(0,0,0,.08)}.DonationWidgetPreview_pillsGrid__9FiF3{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.DonationWidgetPreview_pill__VNJMv{position:relative;flex:1 1;min-width:70px;padding:.875rem .5rem;border:2px solid var(--widget-border);border-radius:var(--border-radius-sm);background:var(--widget-bg);cursor:pointer;text-align:center;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.125rem}.DonationWidgetPreview_pill__VNJMv:hover{border-color:var(--widget-primary)}.DonationWidgetPreview_pillSelected__Xmd8V{border-color:var(--widget-primary);background:rgba(26,32,44,.04);box-shadow:0 0 0 1px var(--widget-primary)}.DonationWidgetPreview_pillPopular__3Pojy{border-color:var(--widget-primary)}.DonationWidgetPreview_pillBadge__LGUDS{position:absolute;top:-.5rem;left:50%;transform:translateX(-50%);font-size:.6rem;padding:.1rem .4rem;background:var(--widget-primary);color:#fff;border-radius:var(--border-radius-full);font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.DonationWidgetPreview_pillAmount__moN9Q{font-size:1.25rem;font-weight:700;color:var(--widget-text);line-height:1.2}.DonationWidgetPreview_pillName__A2IL2{font-size:.7rem;color:var(--widget-muted);font-weight:500;line-height:1.2}.DonationWidgetPreview_customInputWrapper__dAkqo{margin-bottom:1.25rem}.DonationWidgetPreview_customInput__jYuNF{position:relative;display:flex;align-items:center}.DonationWidgetPreview_currencySymbol__R_pBX{position:absolute;left:.75rem;font-size:1rem;font-weight:600;color:var(--widget-muted);pointer-events:none}.DonationWidgetPreview_amountInput__4uDuN{width:100%;padding:.75rem .75rem .75rem 1.75rem;font-size:1rem;font-weight:600;border:2px solid var(--widget-border);border-radius:var(--border-radius-sm);background:var(--widget-bg);color:var(--widget-text);box-sizing:border-box}.DonationWidgetPreview_amountInput__4uDuN:focus{outline:none;border-color:var(--widget-primary)}.DonationWidgetPreview_helperText__JlEHa{display:block;font-size:.75rem;color:var(--widget-muted);margin-top:.25rem}.DonationWidgetPreview_ctaButton__ze9l4{width:100%;padding:.875rem;font-size:1rem;font-weight:600;color:#fff;background:var(--widget-primary);border:none;border-radius:var(--border-radius-sm);cursor:pointer;transition:all .2s}.DonationWidgetPreview_ctaButton__ze9l4:hover{opacity:.9;box-shadow:var(--shadow-md)}.DonationWidgetPreview_widgetFooter__fSwBl{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--widget-border)}.DonationWidgetPreview_poweredBy__oCUAr{font-size:.875rem;color:var(--widget-muted);margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.DonationWidgetPreview_poweredBy__oCUAr a{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.DonationWidgetPreview_poweredBy__oCUAr a:hover{opacity:.8}.DonationWidgetPreview_thigmoLogo__jnaqQ{font-weight:700;font-size:1rem;letter-spacing:-.02em}.DonationWidgetPreview_emptyState__ahRHm{text-align:center;padding:3rem 1rem;color:var(--widget-muted)}@media(max-width:640px){.DonationWidgetPreview_widgetTitle__7yxGd{font-size:1.5rem}.DonationWidgetPreview_pillsGrid__9FiF3{gap:.375rem}.DonationWidgetPreview_pill__VNJMv{min-width:60px;padding:.75rem .375rem}.DonationWidgetPreview_pillAmount__moN9Q{font-size:1.1rem}}.styles_donation_widget_detail__Wu62x{max-width:1200px;margin:0 auto;padding:var(--inner-padding)}.styles_unified_card__liZSD{background:var(--background-color);border-radius:var(--border-radius-lg);overflow:hidden}.styles_card_header__Y0pdF{padding:1.5rem;background:linear-gradient(135deg,var(--community-primary,var(--primary-color)) 0,var(--community-secondary,var(--secondary-color)) 100%);color:#fff;gap:1.5rem}.styles_card_header__Y0pdF,.styles_icon_wrapper__bAIm1{border-radius:var(--border-radius);display:flex;align-items:center}.styles_icon_wrapper__bAIm1{flex-shrink:0;width:64px;height:64px;justify-content:center;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.styles_integration_icon__EHzxj{width:48px;height:48px;object-fit:contain}.styles_header_content__ep23b{flex:1 1}.styles_integration_title__MIz3V{font-size:28px;font-weight:700;margin:0 0 .5rem;color:#fff}.styles_integration_subtitle__0gTEC{font-size:16px;margin:0;color:hsla(0,0%,100%,.95);line-height:1.5;font-weight:400}.styles_card_content__QGcbg{padding:0}.styles_widget_section___k1ru{padding:1.5rem 0}.styles_sections__MSe_Q{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.styles_donation_widget_detail__Wu62x{padding:0}.styles_card_header__Y0pdF{flex-direction:column;text-align:center;padding:1.5rem}.styles_icon_wrapper__bAIm1{width:56px;height:56px}.styles_integration_icon__EHzxj{width:40px;height:40px}.styles_integration_title__MIz3V{font-size:24px}.styles_integration_subtitle__0gTEC{font-size:14px}.styles_widget_section___k1ru{padding:1.5rem}.styles_sections__MSe_Q{gap:1.5rem}}@media(max-width:480px){.styles_card_header__Y0pdF,.styles_widget_section___k1ru{padding:1rem}.styles_integration_title__MIz3V{font-size:20px}.styles_integration_subtitle__0gTEC{font-size:13px}}.EmbedWidgetPreview_previewContainer__PBYMx{width:100%;max-width:100%;margin-top:1rem}.EmbedWidgetPreview_loading__j7lLS{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--muted-text-color)}.EmbedWidgetPreview_spinner__wt6ok{width:2rem;height:2rem;border-top:2px solid var(--divider-color);border:2px solid var(--divider-color);border-top-color:var(--info-color);border-radius:50%;animation:EmbedWidgetPreview_spin__798lB 1s linear infinite;margin-bottom:1rem}@keyframes EmbedWidgetPreview_spin__798lB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.EmbedWidgetPreview_widgetPreview__nzHYE{background:var(--widget-bg);color:var(--widget-text);border:1px solid var(--widget-border);border-radius:var(--border-radius-sm);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;max-width:100%;box-shadow:0 1px 3px rgba(0,0,0,.1)}.EmbedWidgetPreview_widgetHeader__Jurfz{padding:1.5rem 1.5rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;text-align:left}.EmbedWidgetPreview_widgetTitle__L0K9S{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#212529;font-family:var(--heading-font)}.EmbedWidgetPreview_widgetSubtitle__P4Qx_{font-size:.875rem;color:#6c757d;font-weight:400;margin:0}.EmbedWidgetPreview_eventsContainer__XI3Gd{max-height:400px;overflow-y:auto}.EmbedWidgetPreview_noEvents__57vzy{padding:2rem;text-align:center;color:var(--muted-text-color);font-style:italic}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventItem__jKW_5{display:flex;padding:1rem;border-bottom:1px solid var(--widget-border);cursor:pointer;transition:background-color .2s ease}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventItem__jKW_5:hover{background:var(--widget-accent-hover)}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventItem__jKW_5:last-child{border-bottom:none}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventImage__O91iP{flex-shrink:0;width:80px;height:60px;margin-right:1rem;border-radius:var(--border-radius-xs);overflow:hidden}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventImage__O91iP img{width:100%;height:100%;object-fit:cover}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventContent__yHXOq{flex:1 1;min-width:0}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventTitle__qKhP9{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--widget-text)}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventMeta__aXatb{margin-bottom:.5rem;font-size:.875rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventDateTimeLocation__LOaps{font-size:.875rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventDescription__VH0_x{font-size:.875rem;color:var(--muted-text-color);margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventFooter__fz9dt{display:flex;justify-content:space-between;align-items:center}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventPrice__zVolA{font-weight:600;color:var(--widget-accent)}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventButton__DzAFX{background:var(--widget-accent);color:#fff;padding:.5rem 1rem;border-radius:var(--border-radius-xs);text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventButton__DzAFX:hover{background:var(--widget-accent);opacity:.9}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventsContainer__XI3Gd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;padding:1rem}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventItem__jKW_5{background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:var(--border-radius-sm);padding:1rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventItem__jKW_5:hover{background:var(--widget-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventImage__O91iP{width:100%;height:120px;margin-bottom:.75rem;border-radius:var(--border-radius-xs);overflow:hidden}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventImage__O91iP img{width:100%;height:100%;object-fit:cover}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventContent__yHXOq{flex:1 1;display:flex;flex-direction:column}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventTitle__qKhP9{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--widget-text);line-height:1.3}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventMeta__aXatb{margin-bottom:.5rem;font-size:.875rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventDateTimeLocation__LOaps{font-size:.875rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventDescription__VH0_x{font-size:.875rem;color:var(--muted-text-color);margin:0 0 1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1 1}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventFooter__fz9dt{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid var(--widget-border)}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventPrice__zVolA{font-weight:600;color:var(--widget-accent);font-size:.875rem}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventButton__DzAFX{background:var(--widget-accent);color:#fff;padding:.5rem 1rem;border-radius:var(--border-radius-xs);text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventButton__DzAFX:hover{background:var(--widget-accent);opacity:.9}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventItem__jKW_5{padding:.75rem 1rem;border-bottom:1px solid var(--widget-border);cursor:pointer;transition:background-color .2s ease}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventItem__jKW_5:hover{background:var(--widget-accent-hover)}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventItem__jKW_5:last-child{border-bottom:none}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventImage__O91iP{display:none}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventContent__yHXOq{display:flex;justify-content:space-between;align-items:flex-start}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventInfo__RZ7LS{flex:1 1;min-width:0}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventTitle__qKhP9{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:var(--widget-text)}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventMeta__aXatb{margin-bottom:.25rem;font-size:.75rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventDateTimeLocation__LOaps{font-size:.75rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventDescription__VH0_x{display:none}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventFooter__fz9dt{flex-direction:column;align-items:flex-end;gap:.25rem}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventPrice__zVolA{font-weight:600;color:var(--widget-accent);font-size:.875rem}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventAction__1z_as{font-size:.75rem;color:var(--widget-accent);font-weight:500}.EmbedWidgetPreview_theme-dark__LIWZN{--widget-bg:#1f2937;--widget-text:var(--background-color);--widget-border:var(--text-color);--widget-accent-hover:rgba(59,130,246,0.1)}.EmbedWidgetPreview_theme-light__WHKdD{--widget-bg:#ffffff;--widget-text:var(--card-background-color);--widget-border:var(--divider-color);--widget-accent-hover:rgba(59,130,246,0.05)}.EmbedWidgetPreview_widgetFooter__clbBn{padding:.75rem 1rem;background:var(--background-color);border-top:1px solid var(--widget-border);text-align:center}.EmbedWidgetPreview_poweredBy__Ta2NN{font-size:.75rem;color:var(--muted-text-color)}.EmbedWidgetPreview_poweredBy__Ta2NN a{color:var(--widget-accent);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.EmbedWidgetPreview_poweredBy__Ta2NN a:hover{opacity:.8}.EmbedWidgetPreview_poweredBy__Ta2NN a img{vertical-align:middle;opacity:.8;transition:opacity .2s ease}.EmbedWidgetPreview_poweredBy__Ta2NN a:hover img{opacity:1}@media(max-width:768px){.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventsContainer__XI3Gd{grid-template-columns:1fr;gap:.75rem;padding:.75rem}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventItem__jKW_5{padding:.75rem}.EmbedWidgetPreview_layout-grid__bD1bZ .EmbedWidgetPreview_eventImage__O91iP{height:100px}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventItem__jKW_5{flex-direction:row;padding:.75rem}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventImage__O91iP{width:60px;height:45px;margin-right:.75rem}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventContent__yHXOq{min-width:0;flex:1 1}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventTitle__qKhP9{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventFooter__fz9dt{flex-direction:row;justify-content:space-between}.EmbedWidgetPreview_layout-card__nKQVD .EmbedWidgetPreview_eventDateTimeLocation__LOaps{font-size:.75rem;color:var(--muted-text-color)}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventContent__yHXOq{flex-direction:column;gap:.5rem}.EmbedWidgetPreview_layout-list__SeKvo .EmbedWidgetPreview_eventFooter__fz9dt{align-items:flex-start}}.EmbedWidgetPreview_eventsContainer__XI3Gd::-webkit-scrollbar{width:6px}.EmbedWidgetPreview_eventsContainer__XI3Gd::-webkit-scrollbar-track{background:#f1f5f9}.EmbedWidgetPreview_eventsContainer__XI3Gd::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:var(--border-radius-xs)}.EmbedWidgetPreview_eventsContainer__XI3Gd::-webkit-scrollbar-thumb:hover{background:#94a3b8}.styles_container__7dvwZ{padding:var(--inner-padding);background-color:var(--background-color);border-radius:var(--border-radius-sm);border:1px solid var(--divider-color)}