.g-text-area{--_--text-color:var(--g-color-text-primary);--_--placeholder-color:var(--g-color-text-hint);--_--background-color:transparent;--_--border-width:1px;--_--clear-offset:calc(var(--g-text-area-border-width, 1px) + 1px);--_--focus-outline-color:var(--g-text-area-focus-outline-color);display:inline-block;width:100%;position:relative}.g-text-area__content{box-sizing:border-box;display:flex;width:inherit;height:inherit;background-color:var(--g-text-area-background-color,var(--_--background-color));border-width:var(--g-text-area-border-width,var(--_--border-width));border-style:solid;border-color:var(--g-text-area-border-color,var(--_--border-color));color:var(--g-text-area-text-color,var(--_--text-color))}.g-text-area__content:hover{border-color:var(--g-text-area-border-color-hover,var(--_--border-color-hover))}.g-text-area__content:focus-within{border-color:var(--g-text-area-border-color-active,var(--_--border-color-active));outline:2px solid var(--g-text-area-focus-outline-color,var(--_--focus-outline-color));outline-offset:-1px}.g-text-area__content{overflow:hidden}.g-text-area__control{box-sizing:border-box;display:inline-block;flex-grow:1;vertical-align:top;position:relative;margin:0;padding:0;width:100%;font-weight:var(--g-text-body-font-weight);font-family:var(--g-text-body-font-family);color:inherit;background-color:transparent;border:none;resize:none;overflow-x:hidden}.g-text-area__control::placeholder{color:var(--g-text-area-placeholder-color,var(--_--placeholder-color))}.g-text-area__control:focus{outline:none}.g-text-area__control[type=number]{appearance:textfield}.g-text-area__clear{position:absolute}.g-text-area__clear_size_m,.g-text-area__clear_size_s{inset-inline-end:var(--_--clear-offset);inset-block-start:var(--_--clear-offset)}.g-text-area__clear_size_l,.g-text-area__clear_size_xl{inset-inline-end:calc(var(--_--clear-offset) + 1px);inset-block-start:calc(var(--_--clear-offset) + 2px)}.g-text-area_size_s .g-text-area__control{--_--input-control-border-width:var(
      --g-text-input-border-width,var(--g-text-area-border-width,1px)
  );font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-short-font-size);line-height:var(--g-text-body-short-line-height);height:calc(24px - var(--_--input-control-border-width) * 2);padding:3px 8px}.g-text-area_size_s.g-text-area_has-clear .g-text-area__control{padding-inline-end:26px}.g-text-area_size_s{--_--border-radius:var(--g-border-radius-s)}.g-text-area_size_m .g-text-area__control{--_--input-control-border-width:var(
      --g-text-input-border-width,var(--g-text-area-border-width,1px)
  );font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-short-font-size);line-height:var(--g-text-body-short-line-height);height:calc(28px - var(--_--input-control-border-width) * 2);padding:5px 8px}.g-text-area_size_m.g-text-area_has-clear .g-text-area__control{padding-inline-end:26px}.g-text-area_size_m{--_--border-radius:var(--g-border-radius-m)}.g-text-area_size_l .g-text-area__control{--_--input-control-border-width:var(
      --g-text-input-border-width,var(--g-text-area-border-width,1px)
  );font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-short-font-size);line-height:var(--g-text-body-short-line-height);height:calc(36px - var(--_--input-control-border-width) * 2);padding:9px 12px}.g-text-area_size_l.g-text-area_has-clear .g-text-area__control{padding-inline-end:36px}.g-text-area_size_l{--_--border-radius:var(--g-border-radius-l)}.g-text-area_size_xl .g-text-area__control{--_--input-control-border-width:var(
      --g-text-input-border-width,var(--g-text-area-border-width,1px)
  );font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);height:calc(44px - var(--_--input-control-border-width) * 2);padding:11px 12px}.g-text-area_size_xl.g-text-area_has-clear .g-text-area__control{padding-inline-end:36px}.g-text-area_size_xl{--_--border-radius:var(--g-border-radius-xl)}.g-text-area_view_normal{--_--border-color:var(--g-color-line-generic);--_--border-color-hover:var(--g-color-line-generic-hover);--_--border-color-active:var(--g-color-line-generic-active)}.g-text-area_view_clear{--_--border-color:transparent;--_--border-color-hover:transparent;--_--border-color-active:transparent;--_--border-radius:0}.g-text-area_view_clear .g-text-area__content{border-inline:0}.g-text-area_view_clear .g-text-area__control{padding-inline:0}.g-text-area_pin_round-round .g-text-area__content{border-radius:var(--g-text-area-border-radius,var(--_--border-radius))}.g-text-area_pin_brick-brick .g-text-area__content{border-radius:0}.g-text-area_pin_clear-clear .g-text-area__content{border-radius:0;border-inline:0}.g-text-area_pin_circle-circle .g-text-area__content{border-radius:100px}.g-text-area_pin_round-brick .g-text-area__content{border-start-start-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-end-end-radius:0}.g-text-area_pin_brick-round .g-text-area__content{border-start-start-radius:0;border-start-end-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-text-area-border-radius,var(--_--border-radius))}.g-text-area_pin_round-clear .g-text-area__content{border-start-start-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-text-area_pin_clear-round .g-text-area__content{border-start-start-radius:0;border-start-end-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-text-area-border-radius,var(--_--border-radius));border-inline-start:0}.g-text-area_pin_brick-clear .g-text-area__content{border-radius:0;border-inline-end:0}.g-text-area_pin_clear-brick .g-text-area__content{border-radius:0;border-inline-start:0}.g-text-area_pin_circle-brick .g-text-area__content{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-text-area_pin_brick-circle .g-text-area__content{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-text-area_pin_circle-clear .g-text-area__content{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-text-area_pin_clear-circle .g-text-area__content{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-text-area_disabled{--_--text-color:var(--g-color-text-hint);--_--background-color:var(--g-color-base-generic-accent-disabled);--_--border-color:transparent;--_--border-color-hover:transparent;--_--border-color-active:transparent}.g-text-area_has-scrollbar .g-text-area__clear{inset-inline-end:var(--g-scrollbar-width)}.g-text-area_state_error.g-text-area_view_normal .g-text-area__content,.g-text-area_state_error.g-text-area_view_normal .g-text-area__content:focus-within,.g-text-area_state_error.g-text-area_view_normal .g-text-area__content:hover{border-color:var(--g-color-line-danger)}.g-text-area_state_error.g-text-area_view_normal .g-text-area__content:focus-within{--_--focus-outline-color:var(--g-color-line-danger)}.g-text-area_state_error.g-text-area_view_clear .g-text-area__content,.g-text-area_state_error.g-text-area_view_clear .g-text-area__content:focus-within,.g-text-area_state_error.g-text-area_view_clear .g-text-area__content:hover{border-block-end:1px solid var(--g-color-line-danger)}.g-text-area_state_error.g-text-area_view_clear .g-text-area__content:focus-within{--_--focus-outline-color:var(--g-color-line-danger)}.g-aikit-button-group{display:flex;flex-wrap:wrap;gap:var(--g-aikit-button-group-gap)}.g-aikit-button-group_or_vertical{flex-direction:column;justify-content:center}.g-aikit-button-group_or_horizontal{flex-direction:row;align-items:center}.g-aikit-prompt-input-footer{display:flex;align-items:flex-end;justify-content:space-between;align-self:stretch;gap:var(--g-spacing-1)}.g-aikit-prompt-input-footer__action-button{color:var(--g-color-text-secondary)}.g-aikit-prompt-input-footer__action-button:hover{color:var(--g-color-text-primary)}.g-aikit-prompt-input-footer__content{display:flex;align-items:center;align-self:center;flex:1 1;min-width:0}.g-aikit-submit-button{display:flex;justify-content:center;align-items:center}.g-aikit-submit-button_loading{padding:0;width:var(--g-button-height,var(--_--height))}.g-aikit-submit-button__loader{display:flex}.g-aikit-submit-button__spinner{--g-color-line-brand:var(--g-color-text-brand-contrast)}.g-spin{display:inline-block;backface-visibility:hidden;animation:g-spin 1s linear infinite}@media (prefers-reduced-motion:reduce){.g-spin{animation:none}}.g-spin__inner{box-sizing:border-box;height:100%;width:50%;margin-inline-start:50%;border:2px solid var(--g-spin-color,var(--g-color-base-brand));border-inline-start:none;border-start-end-radius:25px;border-end-end-radius:25px}.g-spin_size_xs{width:16px;height:16px}.g-spin_size_s{width:24px;height:24px}.g-spin_size_m{width:28px;height:28px}.g-spin_size_l{width:32px;height:32px}.g-spin_size_xl{width:36px;height:36px}@keyframes g-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.g-action-tooltip{--g-tooltip-text-color:var(--g-color-text-light-primary);--g-tooltip-background-color:var(--g-color-base-float-heavy);--g-tooltip-padding:var(--g-spacing-2) var(--g-spacing-3)}.g-action-tooltip__heading{display:flex;align-items:baseline;justify-content:space-between}.g-action-tooltip__title{color:var(--g-color-text-light-primary)}.g-action-tooltip__hotkey{margin-inline-start:var(--g-spacing-2);padding-block:0}.g-action-tooltip__description{margin-block-start:var(--g-spacing-1);color:var(--g-color-text-light-secondary)}.g-hotkey{display:inline-block;padding:1px 5px;border-radius:var(--g-border-radius-xs)}.g-hotkey,.g-hotkey kbd{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.g-hotkey_view_light{color:var(--g-color-text-primary);background-color:var(--g-color-base-generic)}.g-hotkey_view_light .g-hotkey__plus{color:var(--g-color-text-hint)}.g-hotkey_view_dark{color:var(--g-color-text-light-complementary);background-color:var(--g-color-base-light-simple-hover)}.g-hotkey_view_dark .g-hotkey__plus{color:var(--g-color-text-light-hint)}.g-aikit-prompt-input-panel{display:flex;padding:var(--g-spacing-2);flex-direction:row;align-items:center;gap:var(--g-spacing-2)}.g-aikit-suggestions{display:flex;align-items:flex-start;align-content:flex-start;gap:var(--g-spacing-2) var(--g-spacing-2);align-self:stretch;flex-wrap:wrap}.g-aikit-suggestions__container{display:flex;flex-direction:column;gap:var(--g-spacing-2)}.g-aikit-suggestions__title{padding-bottom:0}.g-aikit-suggestions_layout_grid{flex-direction:row}.g-aikit-suggestions_layout_list{flex-direction:column}.g-aikit-suggestions_layout_list .g-aikit-suggestions__button{width:100%}.g-aikit-suggestions__button{padding:calc(var(--g-spacing-base) * 2) calc(var(--g-spacing-base) * 4);height:100%;box-shadow:none}.g-aikit-suggestions__button_mobile{padding:calc(var(--g-spacing-base) * 3) calc(var(--g-spacing-base) * 6)}.g-aikit-suggestions__button_mobile.g-aikit-suggestions__button_layout_grid{padding:calc(var(--g-spacing-base) * 3) calc(var(--g-spacing-base) * 4)}.g-aikit-suggestions__button .g-button__text{width:100%}.g-aikit-suggestions__button-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1 1;gap:calc(var(--g-spacing-base) * 1);min-width:0}.g-aikit-suggestions__button-content_text-align_left{justify-content:flex-start}.g-aikit-suggestions__button-content_text-align_center{justify-content:center}.g-aikit-suggestions__button-content_text-align_right{justify-content:flex-end}.g-aikit-suggestions__button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.g-aikit-suggestions__button-text-wrap{word-break:break-word;white-space:normal;min-width:0;text-align:left}.g-aikit-suggestions__button-icon{width:16px;height:16px;color:var(--g-color-text-hint);flex-shrink:0;display:flex;align-items:center}.g-aikit-suggestions__button_size_xl .g-aikit-suggestions__button-icon{width:20px;height:20px}.g-aikit-prompt-input{border-radius:var(--g-border-radius-xl);border:1px solid var(--g-color-line-generic);background:var(--g-color-base-float);overflow:hidden}.g-aikit-prompt-input_view_simple{display:flex;flex-direction:column;padding:var(--g-aikit-prompt-input-simple-padding)}.g-aikit-prompt-input_view_full{display:flex;padding:var(--g-aikit-prompt-input-full-padding);flex-direction:column;align-items:flex-start;gap:var(--g-spacing-2)}.g-aikit-prompt-input_view_full .g-aikit-prompt-input__textarea{padding-top:0}.g-aikit-prompt-input__content{display:flex;align-items:flex-end;gap:var(--g-spacing-2);width:100%}.g-aikit-prompt-input__panel-wrapper{background:var(--g-color-base-simple-hover-solid);border-radius:var(--g-border-radius-xl)}.g-aikit-prompt-input__panel{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin .3s ease-in-out;will-change:max-height,opacity,margin;max-height:0;opacity:0;margin:0}.g-aikit-prompt-input__panel_open{max-height:var(--g-aikit-prompt-input-panel-max-height);opacity:1}.g-aikit-prompt-input__suggestions-wrapper{align-self:stretch;flex:1 1}.g-aikit-prompt-input__suggestions{padding-bottom:var(--g-spacing-2)}.g-aikit-message-balloon{display:inline-block;background-color:var(--g-color-base-info-light);padding:var(--g-spacing-2) var(--g-spacing-3);border-radius:var(--g-spacing-3) 0 var(--g-spacing-3) var(--g-spacing-3);max-width:100%}.g-aikit-base-message{display:flex;flex-direction:column;gap:var(--g-spacing-1);word-break:break-word}.g-aikit-base-message_variant_user{align-items:flex-end;min-width:0;max-width:90%}.g-aikit-base-message_variant_assistant,.g-aikit-base-message_variant_system{align-items:flex-start;min-width:0;max-width:100%}.g-aikit-base-message_btn-hover .g-aikit-base-message__actions{visibility:hidden}.g-aikit-base-message_btn-hover:hover .g-aikit-base-message__actions{visibility:visible}.g-aikit-base-message__actions{display:flex;align-items:center;gap:var(--g-spacing-3)}.g-aikit-base-message__actions_reverse{flex-direction:row-reverse}.g-aikit-chat-date{color:var(--g-color-text-secondary);font-family:var(--g-text-body-font-family);font-size:var(--g-text-body-1-font-size);font-style:normal;font-weight:var(--g-text-body-font-weight);line-height:var(--g-text-body-1-line-height);display:inline-block}.g-aikit-chat-date_mobile{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.g-aikit-user-message{display:flex;flex-direction:column;gap:var(--g-spacing-1);align-items:flex-end}.g-aikit-user-message_format_plain{white-space:pre-wrap}.g-aikit-user-message__image{display:block;max-width:300px;max-height:300px;border-radius:var(--g-border-radius-m);object-fit:contain}.g-aikit-user-message__file-attachments{display:flex;flex-wrap:wrap;gap:var(--g-spacing-1);margin-top:var(--g-spacing-1);align-self:flex-end}.g-aikit-user-message__file-chip{display:inline-flex;align-items:center;gap:4px;padding:2px var(--g-spacing-2);border-radius:var(--g-border-radius-s);background:var(--g-color-base-simple-hover-solid);max-width:200px}.g-aikit-user-message__file-chip-name{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);color:var(--g-color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-aikit-user-message__file-chip-name_mobile{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.g-avatar{--_--size:32px;--_--border-width:2px;--_--border-radius:50%;--_--inner-border-width:3px;--_--border-color:currentColor;--_--background-color:var(--g-color-base-misc-light);--_--text-color:var(--g-color-text-misc);--_--font-weight:var(--g-text-body-font-weight);--_--font-size:var(--g-text-body-1-font-size);--_--line-height:var(--g-text-body-1-line-height);overflow:hidden;display:inline-flex;justify-content:center;align-items:center;width:var(--g-avatar-size,var(--_--size));height:var(--g-avatar-size,var(--_--size));border-radius:var(--_--border-radius);background-color:var(--g-avatar-background-color,var(--_--background-color))}.g-avatar_view_outlined,.g-avatar_with-border{position:relative}.g-avatar_view_outlined:after,.g-avatar_view_outlined:before,.g-avatar_with-border:after,.g-avatar_with-border:before{content:"";z-index:1;position:absolute;inset:0;border-radius:var(--_--border-radius)}.g-avatar_view_outlined:before,.g-avatar_with-border:before{border:var(--g-avatar-inner-border-width,var(--_--inner-border-width)) solid var(--g-color-base-background)}.g-avatar_view_outlined:after,.g-avatar_with-border:after{border:var(--g-avatar-border-width,var(--_--border-width)) solid var(--g-avatar-border-color,var(--_--border-color))}.g-avatar_shape_circle{--_--border-radius:50%}.g-avatar_shape_square.g-avatar_size_2xs,.g-avatar_shape_square.g-avatar_size_3xs,.g-avatar_shape_square.g-avatar_size_xs{--_--border-radius:var(--g-border-radius-xs)}.g-avatar_shape_square.g-avatar_size_s{--_--border-radius:var(--g-border-radius-s)}.g-avatar_shape_square.g-avatar_size_m{--_--border-radius:var(--g-border-radius-m)}.g-avatar_shape_square.g-avatar_size_l{--_--border-radius:var(--g-border-radius-l)}.g-avatar_shape_square.g-avatar_size_xl{--_--border-radius:var(--g-border-radius-xl)}.g-avatar_size_3xs{--_--size:16px}.g-avatar_size_2xs{--_--size:20px}.g-avatar_size_xs{--_--size:24px}.g-avatar_size_s{--_--size:28px}.g-avatar_size_m{--_--size:32px}.g-avatar_size_l{--_--size:42px}.g-avatar_size_xl{--_--size:50px}.g-avatar_size_2xs,.g-avatar_size_3xs,.g-avatar_size_xs{--_--font-weight:var(--g-text-caption-font-weight);--_--font-size:var(--g-text-caption-1-font-size);--_--line-height:var(--g-text-caption-1-line-height)}.g-avatar_size_s{--_--font-weight:var(--g-text-caption-font-weight);--_--font-size:var(--g-text-caption-2-font-size);--_--line-height:var(--g-text-caption-2-line-height)}.g-avatar_size_l,.g-avatar_size_m{--_--font-weight:var(--g-text-subheader-font-weight);--_--font-size:var(--g-text-subheader-1-font-size);--_--line-height:var(--g-text-subheader-1-line-height)}.g-avatar_size_xl{--_--font-weight:var(--g-text-subheader-font-weight);--_--font-size:var(--g-text-subheader-2-font-size);--_--line-height:var(--g-text-subheader-2-line-height)}.g-avatar_size_2xs,.g-avatar_size_3xs{--_--border-width:1.5px;--_--inner-border-width:2.5px}.g-avatar_size_l,.g-avatar_size_m,.g-avatar_size_s,.g-avatar_size_xl,.g-avatar_size_xs{--_--border-width:2px;--_--inner-border-width:3px}.g-avatar_theme_normal.g-avatar_view_filled{--_--background-color:var(--g-color-base-misc-light);--_--text-color:var(--g-color-text-misc)}.g-avatar_theme_normal.g-avatar_view_outlined{--_--background-color:var(--g-color-base-background);--_--border-color:var(--g-color-text-misc);--_--text-color:var(--g-color-text-misc)}.g-avatar_theme_brand.g-avatar_view_filled{--_--background-color:var(--g-color-base-brand);--_--text-color:var(--g-color-text-brand-contrast)}.g-avatar_theme_brand.g-avatar_view_outlined{--_--background-color:var(--g-color-base-background);--_--border-color:var(--g-color-text-brand);--_--text-color:var(--g-color-text-brand)}.g-avatar__image{box-sizing:border-box;display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.g-avatar__image_with-border{border:1px solid var(--g-color-line-generic)}.g-avatar__icon{color:var(--g-avatar-text-color,var(--_--text-color))}.g-avatar__icon>svg{display:block}.g-avatar__text{color:var(--g-avatar-text-color,var(--_--text-color));font-weight:var(--g-avatar-font-weight,var(--_--font-weight));font-size:var(--g-avatar-font-size,var(--_--font-size));line-height:var(--g-avatar-line-height,var(--_--line-height))}.yfm ol{--hier-list-start:0;counter-reset:hier-list-item 0;counter-reset:hier-list-item var(--hier-list-start)}.yfm ol>li{counter-increment:hier-list-item}.yfm ol>li::marker{content:counter(hier-list-item) ". "}.yfm ol>li>ol{--hier-list-start:0;counter-reset:sub-hier-list-item 0;counter-reset:sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li{counter-increment:sub-hier-list-item}.yfm ol>li>ol>li::marker{content:counter(hier-list-item) "." counter(sub-hier-list-item) ". "}.yfm ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-hier-list-item 0;counter-reset:sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li{counter-increment:sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li::marker{content:counter(hier-list-item) "." counter(sub-hier-list-item) "." counter(sub-sub-hier-list-item) ". "}.yfm ol>li>ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-sub-hier-list-item 0;counter-reset:sub-sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li>ol>li{counter-increment:sub-sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li>ol>li::marker{content:counter(hier-list-item) "." counter(sub-hier-list-item) "." counter(sub-sub-hier-list-item) "." counter(sub-sub-sub-hier-list-item) ". "}.yfm ol>li>ol>li>ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-sub-sub-hier-list-item 0;counter-reset:sub-sub-sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li>ol>li>ol>li{counter-increment:sub-sub-sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li>ol>li>ol>li::marker{content:counter(hier-list-item) "." counter(sub-hier-list-item) "." counter(sub-sub-hier-list-item) "." counter(sub-sub-sub-hier-list-item) "." counter(sub-sub-sub-sub-hier-list-item) ". "}.yfm ol>li>ol>li>ol>li>ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-sub-sub-sub-hier-list-item 0;counter-reset:sub-sub-sub-sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li>ol>li>ol>li>ol>li{counter-increment:sub-sub-sub-sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li>ol>li>ol>li>ol>li::marker{content:counter(hier-list-item) "." counter(sub-hier-list-item) "." counter(sub-sub-hier-list-item) "." counter(sub-sub-sub-hier-list-item) "." counter(sub-sub-sub-sub-hier-list-item) "." counter(sub-sub-sub-sub-sub-hier-list-item) ". "}.yfm .yfm_no-list-reset ol,.yfm ol.yfm_no-list-reset,.yfm.yfm_no-list-reset ol{counter-reset:list-item}.yfm .yfm_no-list-reset ol li,.yfm ol.yfm_no-list-reset li,.yfm.yfm_no-list-reset ol li{counter-increment:none}.yfm .yfm_no-list-reset ol li::marker,.yfm ol.yfm_no-list-reset li::marker,.yfm.yfm_no-list-reset ol li::marker{content:normal}.yfm{--yfm-color-text-private:rgba(0,0,0,0.7);--yfm-color-link-private:#027bf3;--yfm-color-link-hover-private:#004080;--yfm-color-base-private:#ffffff;--yfm-color-border-private:rgba(0,0,0,0.07);--yfm-color-accent-private:#027bf3;--yfm-color-inline-code-private:rgba(59,96,128,1);--yfm-color-inline-code-background-private:rgba(107,132,153,0.12);--yfm-color-code-background-private:rgba(107,132,153,0.12);--yfm-color-code-background-hovered-private:rgba(107,132,153,0.2);--yfm-color-hljs-background-private:rgba(107,132,153,0.12);--yfm-color-hljs-subst-private:#444;--yfm-color-hljs-comment-private:#888888;--yfm-color-hljs-deletion-private:#880000;--yfm-color-hljs-section-private:#880000;--yfm-color-hljs-pseudo-private:#bc6060;--yfm-color-hljs-literal-private:#78a960;--yfm-color-hljs-addition-private:#397300;--yfm-color-hljs-meta-private:#1f7199;--yfm-color-hljs-meta-string-private:#4d99bf;--yfm-color-note-tip-private:#56bd67;--yfm-color-note-tip-background-private:rgba(63,201,46,0.1);--yfm-color-note-warning-private:#f19518;--yfm-color-note-warning-background-private:rgba(255,136,0,0.15);--yfm-color-note-important-private:#ff4645;--yfm-color-note-important-background-private:rgba(235,50,38,0.08);--yfm-color-note-info-private:#027bf3;--yfm-color-note-info-background-private:rgba(2,123,243,0.08);--yfm-color-term-title-private:#027bf3;--yfm-color-term-title-hover-private:#004080;--yfm-color-term-dfn-background-private:rgb(255,255,255);--yfm-color-term-dfn-shadow-private:rgba(0,0,0,0.15);--yfm-color-term-dfn-pseudo-shadow-private:rgb(229,229,229);--yfm-color-modal-content-private:rgb(255,255,255);--yfm-color-modal-actions-hover-private:rgba(0,0,0,0.05);--yfm-color-modal-wide-content-private:rgba(0,0,0,0.85);--yfm-color-modal-wide-content-overlay-private:rgb(0,0,0);--yfm-color-table-private:#333;--yfm-color-table-row-background-private:rgba(0,0,0,0.02);--yfm-color-table-border-private:rgba(0,0,0,0.07);--yfm-color-table-background-private:#ffffff;--yfm-color-table-head-background-private:rgba(0,0,0,0.02);--yfm-color-table-stripe-row-background-private:rgba(0,0,0,0.02);font-family:Segoe UI,arial,helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--yfm-font-family-sans);font-size:15px;font-size:var(--yfm-font-size,15px);line-height:20px;line-height:var(--yfm-font-line-height,20px);word-wrap:break-word;color:rgba(0,0,0,.7);color:var(--yfm-color-text,var(--yfm-color-text-private));tab-size:inherit;tab-size:var(--yfm-tab-size,inherit);--yfm-font-family-monospace:"Menlo","Monaco","Consolas","Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New","Courier",monospace;--yfm-font-family-sans:"Segoe UI",arial,helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.yfm *{box-sizing:border-box}.yfm>:not(h2):not(h3):not(h4):not(h5):not(h6):first-child{margin-top:0!important}.yfm>:last-child{margin-bottom:0!important}.yfm h1,.yfm h2,.yfm h3,.yfm h4,.yfm h5,.yfm h6{margin-bottom:15px;font-weight:500}.yfm h1{font-size:32px;font-size:var(--yfm-font-size-h1,32px);line-height:40px;line-height:var(--yfm-font-line-height-h1,40px)}.yfm h2{font-size:24px;font-size:var(--yfm-font-size-h2,24px);line-height:28px;line-height:var(--yfm-font-line-height-h2,28px)}.yfm h3{font-size:20px;font-size:var(--yfm-font-size-h3,20px);line-height:24px;line-height:var(--yfm-font-line-height-h3,24px)}.yfm h4{font-size:17px;font-size:var(--yfm-font-size-h4,17px);line-height:24px;line-height:var(--yfm-font-line-height-h4,24px)}.yfm h5{font-size:15px;font-size:var(--yfm-font-size-h5,15px);line-height:20px;line-height:var(--yfm-font-line-height-h5,20px)}.yfm h6{font-size:13px;font-size:var(--yfm-font-size-h6,13px);line-height:18px;line-height:var(--yfm-font-line-height-h6,18px)}.yfm a{background-color:transparent;color:var(--yfm-color-link,var(--yfm-color-link-private));-webkit-text-decoration:none;text-decoration:none}.yfm a:active,.yfm a:hover{color:var(--yfm-color-link-hover,var(--yfm-color-link-hover-private))}.yfm a:not([href]){color:inherit}.yfm strong{font-weight:700}.yfm img,.yfm svg{box-sizing:content-box;max-width:100%;max-height:fit-content;border:none;vertical-align:middle}.yfm img[align=right],.yfm svg[align=right]{padding-left:20px}.yfm img[align=left],.yfm svg[align=left]{padding-right:20px}.yfm .mermaid svg[id*=mermaid]{max-height:none}.yfm img{object-fit:contain;background-color:var(--yfm-color-base,var(--yfm-color-base-private))}.yfm svg{height:auto}.yfm img+small{display:block}.yfm .checkbox,.yfm blockquote,.yfm dl,.yfm ol,.yfm p,.yfm pre,.yfm table,.yfm ul{margin-block:0 15px;margin-block:var(--yfm-text-block-margin-block,0 15px);margin-inline:0;margin-inline:var(--yfm-text-block-margin-inline,0)}.yfm dl pre,.yfm ol pre,.yfm ul pre{margin-top:15px}.yfm code,.yfm kbd,.yfm pre{font-family:var(--yfm-font-family-monospace);font-size:1em;font-feature-settings:normal}.yfm input{margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.yfm input[type=checkbox]{position:relative;top:1px;box-sizing:border-box;padding:0}.yfm .checkbox{display:flex}.yfm .checkbox>input[type=checkbox]{align-self:flex-start;top:3px;margin-right:3px}.yfm .checkbox:has(+.checkbox){margin-bottom:0;margin-bottom:var(--yfm-checkbox-margin-between,0)}.yfm .checkbox+.checkbox{margin-top:0}.yfm table{color:var(--yfm-color-table,var(--yfm-color-table-private));display:inline-block;max-width:100%;width:auto;overflow:auto;position:relative;z-index:1;scrollbar-width:thin;box-sizing:border-box;border:1px solid var(--yfm-color-table-border,var(--yfm-color-table-border-private));border-radius:8px;border-collapse:collapse;border-spacing:0;background:var(--yfm-color-table-background,var(--yfm-color-table-background-private))}.yfm table thead{background-color:var(--yfm-color-table-head-background,var(--yfm-color-table-head-background-private))}.yfm table tr:first-child td,.yfm table tr:first-child th{border-top:none}.yfm table tr:last-child td,.yfm table tr:last-child th{border-bottom:none}.yfm table td,.yfm table th{padding:10px 20px;overflow:hidden;text-overflow:ellipsis;border:1px solid var(--yfm-color-table-border,var(--yfm-color-table-border-private))}.yfm table td>:first-child,.yfm table th>:first-child{margin-top:0}.yfm table td>:last-child,.yfm table th>:last-child{margin-bottom:0}.yfm table td{vertical-align:top;white-space:normal}.yfm table th{font-weight:500;text-align:left}.yfm table tr td:first-child,.yfm table tr th:first-child{border-left:none}.yfm table tr td:last-child,.yfm table tr th:last-child{border-right:none}.yfm:not(.yfm_no-stripe-table) table tr:nth-child(2n){background-color:var(--yfm-color-table-stripe-row-background,var(--yfm-color-table-stripe-row-background-private))}.yfm hr{box-sizing:content-box;height:.25em;height:var(--yfm-hr-height,.25em);padding:0;margin:1.5em 0;margin:var(--yfm-hr-margin,1.5em 0);overflow:hidden;background-color:var(--yfm-color-border,var(--yfm-color-border-private));border:none}.yfm hr:after,.yfm hr:before{content:"";display:table}.yfm hr:after{clear:both}.yfm blockquote{position:relative;padding-left:12px;border-left:3px solid var(--yfm-color-accent,var(--yfm-color-accent-private))}.yfm blockquote>:first-child{margin-top:0}.yfm blockquote>:last-child{margin-bottom:0}.yfm dl{padding:0}.yfm dl>:first-child{margin-top:0}.yfm dl>:last-child{margin-bottom:0}.yfm dl dt{margin-bottom:5px;font-size:1em;font-weight:700}.yfm dl dd{margin-bottom:15px;padding:0 15px}.yfm dd{margin-left:0}.yfm ol,.yfm ul{padding-left:2.2em}.yfm ol ol:last-child,.yfm ol ul:last-child,.yfm ul ol:last-child,.yfm ul ul:last-child{margin-top:0;margin-bottom:0}.yfm li{word-wrap:break-word}.yfm li+li,.yfm li:first-child{margin-block:.33em 0;margin-block:var(--yfm-list-item-margin-block,.33em 0)}.yfm li blockquote,.yfm li p{margin-block:0 15px;margin-block:var(--yfm-list-text-margin-block,0 15px)}.yfm li>blockquote:only-of-type,.yfm li>p:first-child:has(+ol),.yfm li>p:first-child:has(+ul),.yfm li>p:only-of-type{margin-block:0;margin-block:var(--yfm-list-text-only-margin-block,0)}.yfm li>p:last-child{margin-block:0;margin-block:var(--yfm-list-text-last-margin-block,0)}.yfm code{padding:.1em .4em .15em;background-color:var(--yfm-color-inline-code-background,var(--yfm-color-inline-code-background-private));border-radius:4px;font-size:.875em;white-space:pre-wrap;color:var(--yfm-color-inline-code,var(--yfm-color-inline-code-private));tab-size:inherit;tab-size:var(--yfm-tab-size-code,inherit)}.yfm a code{color:inherit}.yfm pre{word-wrap:normal}.yfm table code{white-space:nowrap}.yfm pre * code{display:inline;padding:0;margin:0;overflow:visible;word-wrap:normal;background-color:transparent;border:0}.yfm pre * code,.yfm pre>code{color:var(--yfm-color-text,var(--yfm-color-text-private))}.yfm pre>code{display:block;padding:16px;overflow:auto;background-color:var(--yfm-color-code-background,var(--yfm-color-code-background-private));white-space:pre}.yfm pre>code .yfm-line-number{display:inline-block;padding-right:1em;color:#666;color:var(--yfm-color-line-numbers,#666);-webkit-user-select:none;user-select:none}.yfm sub,.yfm sup{line-height:0}.yfm .visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0;clip-path:inset(100%);-webkit-user-select:none;user-select:none}.yfm h1 .yfm-clipboard-anchor,.yfm h2 .yfm-clipboard-anchor,.yfm h3 .yfm-clipboard-anchor,.yfm h4 .yfm-clipboard-anchor,.yfm h5 .yfm-clipboard-anchor,.yfm h6 .yfm-clipboard-anchor{background:none;color:var(--yfm-color-link,var(--yfm-color-link-private));border:none;padding:0;font:inherit;cursor:pointer}.yfm h1 .yfm-clipboard-anchor:hover,.yfm h2 .yfm-clipboard-anchor:hover,.yfm h3 .yfm-clipboard-anchor:hover,.yfm h4 .yfm-clipboard-anchor:hover,.yfm h5 .yfm-clipboard-anchor:hover,.yfm h6 .yfm-clipboard-anchor:hover{color:var(--yfm-color-link-hover,var(--yfm-color-link-hover-private))}.yfm h1 .yfm-anchor,.yfm h1 .yfm-clipboard-anchor,.yfm h2 .yfm-anchor,.yfm h2 .yfm-clipboard-anchor,.yfm h3 .yfm-anchor,.yfm h3 .yfm-clipboard-anchor,.yfm h4 .yfm-anchor,.yfm h4 .yfm-clipboard-anchor,.yfm h5 .yfm-anchor,.yfm h5 .yfm-clipboard-anchor,.yfm h6 .yfm-anchor,.yfm h6 .yfm-clipboard-anchor{display:inline-block;width:24px;padding-right:4px;margin-left:-24px;float:left;text-align:center;font-size:18px}.yfm h1 .yfm-anchor:focus:before,.yfm h1 .yfm-clipboard-anchor:focus:before,.yfm h2 .yfm-anchor:focus:before,.yfm h2 .yfm-clipboard-anchor:focus:before,.yfm h3 .yfm-anchor:focus:before,.yfm h3 .yfm-clipboard-anchor:focus:before,.yfm h4 .yfm-anchor:focus:before,.yfm h4 .yfm-clipboard-anchor:focus:before,.yfm h5 .yfm-anchor:focus:before,.yfm h5 .yfm-clipboard-anchor:focus:before,.yfm h6 .yfm-anchor:focus:before,.yfm h6 .yfm-clipboard-anchor:focus:before{opacity:1}.yfm h1 .yfm-anchor:before,.yfm h1 .yfm-clipboard-anchor:before,.yfm h2 .yfm-anchor:before,.yfm h2 .yfm-clipboard-anchor:before,.yfm h3 .yfm-anchor:before,.yfm h3 .yfm-clipboard-anchor:before,.yfm h4 .yfm-anchor:before,.yfm h4 .yfm-clipboard-anchor:before,.yfm h5 .yfm-anchor:before,.yfm h5 .yfm-clipboard-anchor:before,.yfm h6 .yfm-anchor:before,.yfm h6 .yfm-clipboard-anchor:before{content:"#";opacity:0}.yfm h1:hover .yfm-anchor:before,.yfm h1:hover .yfm-clipboard-anchor:before,.yfm h2:hover .yfm-anchor:before,.yfm h2:hover .yfm-clipboard-anchor:before,.yfm h3:hover .yfm-anchor:before,.yfm h3:hover .yfm-clipboard-anchor:before,.yfm h4:hover .yfm-anchor:before,.yfm h4:hover .yfm-clipboard-anchor:before,.yfm h5:hover .yfm-anchor:before,.yfm h5:hover .yfm-clipboard-anchor:before,.yfm h6:hover .yfm-anchor:before,.yfm h6:hover .yfm-clipboard-anchor:before{opacity:1}.yfm table h1 .yfm-anchor,.yfm table h1 .yfm-clipboard-anchor,.yfm table h2 .yfm-anchor,.yfm table h2 .yfm-clipboard-anchor,.yfm table h3 .yfm-anchor,.yfm table h3 .yfm-clipboard-anchor,.yfm table h4 .yfm-anchor,.yfm table h4 .yfm-clipboard-anchor,.yfm table h5 .yfm-anchor,.yfm table h5 .yfm-clipboard-anchor,.yfm table h6 .yfm-anchor,.yfm table h6 .yfm-clipboard-anchor{width:1em;margin-left:-1em;padding-right:0}.yfm .yfm-tabs .yfm-anchor:before,.yfm .yfm-tabs .yfm-clipboard-anchor:before{position:absolute;padding-right:2px}.yfm .hljs{display:block;overflow-x:auto;padding:16px;background:var(--yfm-color-code-background,var(--yfm-color-hljs-background,var(--yfm-color-hljs-background-private)))}.yfm .hljs,.yfm .hljs-subst{color:var(--yfm-color-hljs-subst,var(--yfm-color-hljs-subst-private))}.yfm .hljs-comment{color:var(--yfm-color-hljs-comment,var(--yfm-color-hljs-comment-private))}.yfm .hljs-attribute,.yfm .hljs-doctag,.yfm .hljs-keyword,.yfm .hljs-meta-keyword,.yfm .hljs-name,.yfm .hljs-selector-tag{font-weight:700}.yfm .hljs-deletion,.yfm .hljs-number,.yfm .hljs-quote,.yfm .hljs-selector-class,.yfm .hljs-selector-id,.yfm .hljs-string,.yfm .hljs-template-tag,.yfm .hljs-type{color:var(--yfm-color-hljs-deletion,var(--yfm-color-hljs-deletion-private))}.yfm .hljs-section,.yfm .hljs-title{color:var(--yfm-color-hljs-section,var(--yfm-color-hljs-section-private));font-weight:700}.yfm .hljs-link,.yfm .hljs-regexp,.yfm .hljs-selector-attr,.yfm .hljs-selector-pseudo,.yfm .hljs-symbol,.yfm .hljs-template-variable,.yfm .hljs-variable{color:var(--yfm-color-hljs-pseudo,var(--yfm-color-hljs-pseudo-private))}.yfm .hljs-literal{color:var(--yfm-color-hljs-literal,var(--yfm-color-hljs-literal-private))}.yfm .hljs-addition,.yfm .hljs-built_in,.yfm .hljs-bullet,.yfm .hljs-code{color:var(--yfm-color-hljs-addition,var(--yfm-color-hljs-addition-private))}.yfm .hljs-meta{color:var(--yfm-color-hljs-meta,var(--yfm-color-hljs-meta-private))}.yfm .hljs-meta-string{color:var(--yfm-color-hljs-meta-string,var(--yfm-color-hljs-meta-string-private))}.yfm .hljs-emphasis{font-style:italic}.yfm .hljs-strong{font-weight:700}.yfm-code-floating-container{position:relative}.yfm-code-floating-container .yfm-code-button{min-width:20px;min-height:20px;flex-shrink:0;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;transition:opacity .1s ease-out,color .15s linear}.yfm-code-floating-container:hover .yfm-code-floating{opacity:1}.yfm-code-floating-container>pre{border-radius:10px;overflow:visible}.yfm-code-floating-container>pre code:has(>.yfm-line){display:grid;grid-template-columns:auto 1fr}.yfm-code-floating-container>pre code.wrap{white-space:pre-wrap;overflow-x:hidden}.yfm-code-floating-container .yfm-code-floating{position:absolute;top:12px;right:16px;z-index:1;opacity:0;transition:opacity .1s ease-out;display:flex;flex-wrap:nowrap;gap:4px}.yfm-code-floating-container .yfm-code-floating:focus,.yfm-code-floating-container .yfm-code-floating:has(>.yfm-code-button:focus){opacity:1}.yfm-code-floating-container .yfm-code-icon{pointer-events:none}.yfm-code-floating-container .yfm-code-prompt{color:var(--yfm-color-hljs-comment-private);pointer-events:none;-webkit-user-select:none;user-select:none}.yfm-clipboard-inline-code{transition:.3s}.yfm-clipboard-inline-code:hover{cursor:pointer;background-color:var(--yfm-color-code-hovered-background,var(--yfm-color-code-background-hovered-private))}.yfm .yfm-note{max-width:1296px;margin:20px 0;padding:20px 20px 20px 64px;border-radius:10px}.yfm .yfm-note .yfm-note-title{font-weight:700}.yfm .yfm-note>*{margin:0 0 10px}.yfm .yfm-note>:first-child:before{box-sizing:content-box;display:block;width:24px;height:24px;margin-top:-2px;margin-left:-44px;padding-right:20px;float:left}.yfm .yfm-note>:last-child{margin-bottom:0}.yfm .yfm-note.yfm-accent-info>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(2,123,243)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-tip>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(86,189,103)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-warning>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(241,149,24)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-alert>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(255,70,69)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-info{background:var(--yfm-color-note-info-background,var(--yfm-color-note-info-background-private))}.yfm .yfm-note.yfm-accent-tip{background:var(--yfm-color-note-tip-background,var(--yfm-color-note-tip-background-private))}.yfm .yfm-note.yfm-accent-alert{background:var(--yfm-color-note-important-background,var(--yfm-color-note-important-background-private))}.yfm .yfm-note.yfm-accent-warning{background:var(--yfm-color-note-warning-background,var(--yfm-color-note-warning-background-private))}.yfm .katex svg{height:inherit;max-height:inherit}.yfm table td.cell-align-bottom-left,.yfm table td.cell-align-top-left,.yfm table th.cell-align-bottom-left,.yfm table th.cell-align-top-left{text-align:start}.yfm table td.cell-align-center,.yfm table td.cell-align-top-center,.yfm table th.cell-align-center,.yfm table th.cell-align-top-center{text-align:center}.yfm table td.cell-align-bottom-right,.yfm table td.cell-align-top-right,.yfm table th.cell-align-bottom-right,.yfm table th.cell-align-top-right{text-align:end}.yfm table td.cell-align-top-center,.yfm table td.cell-align-top-left,.yfm table td.cell-align-top-right,.yfm table th.cell-align-top-center,.yfm table th.cell-align-top-left,.yfm table th.cell-align-top-right{vertical-align:top}.yfm table td.cell-align-center,.yfm table th.cell-align-center{vertical-align:middle}.yfm table td.cell-align-bottom-left,.yfm table td.cell-align-bottom-right,.yfm table th.cell-align-bottom-left,.yfm table th.cell-align-bottom-right{vertical-align:bottom}.yfm table tr[data-header]>td:not([class*=cell-bg-]),.yfm table tr[data-header]>th:not([class*=cell-bg-]){background:var(--yfm-color-table-head-background,var(--yfm-color-table-head-background-private))}.yfm table[sticky-header]{position:relative}.yfm table[sticky-header] thead{position:sticky;top:0;z-index:2}.yfm table[sticky-header] thead td,.yfm table[sticky-header] thead th{position:relative;z-index:0}.yfm table[sticky-header] thead td:before,.yfm table[sticky-header] thead th:before{content:"";background:var(--yfm-color-table-background,var(--yfm-color-table-background-private));position:absolute;inset:0;z-index:-2}.yfm table[sticky-header] thead td:after,.yfm table[sticky-header] thead th:after{content:"";background:var(--yfm-color-table-head-background,var(--yfm-color-table-head-background-private));position:absolute;inset:0;z-index:-1}.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child,.yfm table[sticky-header]:not(:has(thead))>tr:first-child{position:sticky;top:0;z-index:2}.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child td,.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child th,.yfm table[sticky-header]:not(:has(thead))>tr:first-child td,.yfm table[sticky-header]:not(:has(thead))>tr:first-child th{position:relative;z-index:0}.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child td:before,.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child th:before,.yfm table[sticky-header]:not(:has(thead))>tr:first-child td:before,.yfm table[sticky-header]:not(:has(thead))>tr:first-child th:before{content:"";background:var(--yfm-color-table-background,var(--yfm-color-table-background-private));position:absolute;inset:0;z-index:-2}.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child td:after,.yfm table[sticky-header]:not(:has(thead)) tbody>tr:first-child th:after,.yfm table[sticky-header]:not(:has(thead))>tr:first-child td:after,.yfm table[sticky-header]:not(:has(thead))>tr:first-child th:after{content:"";background:var(--yfm-color-table-head-background,var(--yfm-color-table-head-background-private));position:absolute;inset:0;z-index:-1}.yfm table[sticky-header]{max-height:70vh}.yfm-term_title{color:var(--yfm-color-term-title,var(--yfm-color-term-title-private));cursor:pointer;border-bottom:1px dotted;font-size:inherit;line-height:inherit;font-style:normal}.yfm-term_title:hover{color:var(--yfm-color-term-title-hover,var(--yfm-color-term-title-hover-private))}.yfm-term_dfn{position:absolute;z-index:100;visibility:hidden;opacity:0;top:-9999px;left:-9999px;padding:10px;background-color:var(--yfm-color-term-dfn-background,var(--yfm-color-term-dfn-background-private));font-size:inherit;line-height:inherit;font-style:normal;border-radius:4px;box-shadow:0 8px 20px var(--yfm-color-term-dfn-shadow,var(--yfm-color-term-dfn-shadow-private));outline:none;width:fit-content;max-width:450px}@media screen and (max-width:600px){.yfm-term_dfn{max-width:80%}}.yfm-term_dfn:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;box-shadow:0 0 0 1px var(--yfm-color-term-dfn-pseudo-shadow,var(--yfm-color-term-dfn-pseudo-shadow-private))}.yfm-term_dfn.open{visibility:visible;animation-name:popup;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}.yfm-tooltip-live-region{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.yfm-tooltip{position:absolute;z-index:100;display:none;opacity:0;padding:10px;background-color:var(--yfm-color-term-dfn-background,var(--yfm-color-term-dfn-background-private));font-size:inherit;line-height:inherit;font-style:normal;border-radius:4px;box-shadow:0 8px 20px var(--yfm-color-term-dfn-shadow,var(--yfm-color-term-dfn-shadow-private));outline:none;width:fit-content;max-width:450px}@media screen and (max-width:600px){.yfm-tooltip{max-width:80%}}.yfm-tooltip:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;box-shadow:0 0 0 1px var(--yfm-color-term-dfn-pseudo-shadow,var(--yfm-color-term-dfn-pseudo-shadow-private))}.yfm-tooltip.open{display:block;animation-name:popup;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes popup{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wide-container{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;top:0;left:0;z-index:200}.wide-container.dc-doc-page{max-width:100%!important}.wide-container .wide-content-viewer{visibility:hidden}.wide-container .wide-content-wrapper{z-index:200;background-color:var(--yfm-color-modal-content,var(--yfm-color-modal-content-private));height:90vh;width:70vw;border-radius:10px;display:flex;flex-direction:column}.wide-container .wide-content-wrapper .wide-content{height:95%;width:100%}.wide-container .wide-content-wrapper .wide-content .wide-inner-element{max-width:100%;width:100%;scrollbar-width:thin;height:100%}.wide-container .wide-content-wrapper .wide-content table{border-radius:0}.wide-container .wide-content-wrapper .wide-content .wide-thead-content{display:table;width:100%}.wide-container .wide-content-wrapper .wide-toolbar{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;padding:10px 12px}.wide-container .wide-content-wrapper .wide-entity-name{margin:0;font-size:18px}.wide-container .wide-content-wrapper .wide-actions{align-self:flex-end}.wide-container .wide-content-wrapper .wide-actions .close-action{cursor:pointer;border-radius:3px;transition:background .3s}.wide-container .wide-content-wrapper .wide-actions .close-action:hover{background:var(--yfm-color-modal-actions-hover,var(--yfm-color-modal-actions-hover-private))}.wide-element-wrapper{display:flex;gap:30px;position:relative}.wide-element-wrapper:hover>.wide-content-viewer{visibility:visible}.wide-element-wrapper .wide-inner-element{max-width:700px;scrollbar-width:thin}.wide-content-viewer{visibility:hidden;width:30px;height:30px;min-width:30px;min-height:30px;flex-shrink:0;z-index:100;padding:6px;box-sizing:content-box;color:var(--yfm-color-modal-wide-content,var(--yfm-color-modal-wide-content-private));cursor:pointer}.wide-content-viewer>svg{width:20px;height:20px}.wide-content-overlay{z-index:100;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:var(--yfm-color-modal-wide-content-overlay,var(--yfm-color-modal-wide-content-overlay-private));opacity:.6}details.yfm-cut>.yfm-cut-content{display:block}.yfm-cut{transition:all .15s;margin-bottom:15px}.yfm-cut.yfm-cut-highlight{background-clip:content-box;box-shadow:0 3px 0 7px var(--g-color-base-simple-hover);background-color:var(--g-color-base-simple-hover);border-radius:3px}.yfm-cut-title{list-style:none;cursor:pointer;position:relative;padding:5px 0 5px 30px}.yfm-cut-title::-webkit-details-marker{display:none}.yfm-cut-title:before{content:"";z-index:1;left:0;top:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);transform:translateY(-50%) rotate(-90deg);transition:transform .3s ease;height:20px;width:20px;position:absolute}.yfm-cut-content{overflow:auto;padding:5px 0 15px 30px}.yfm-cut[open]>.yfm-cut-title:before{transform:translateY(-50%)}.yfm-file__icon{---yfm-file-icon-img:var(--yfm-file-icon,url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==));display:inline-block;-webkit-user-select:none;user-select:none;width:16px;margin:0 2px;color:--yfm-color-text;color:var(--yfm-file-icon-color,--yfm-color-text);background-color:currentColor;background-repeat:no-repeat;background-position:50%;background-size:100%;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);-webkit-mask-image:var(---yfm-file-icon-img);mask-image:var(---yfm-file-icon-img);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.yfm-file__icon:before{content:"\a0"}.yfm-tab-list,.yfm-tabs{margin-bottom:15px}.yfm-tab-list{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(0,0,0,.07)}.yfm-tab{margin-bottom:-1px;margin-right:20px;border-bottom:2px solid transparent;padding:6px 0 7px;font-weight:700;outline:none;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:break-spaces}.yfm-tab:last-child{margin-right:0}.yfm-tab:active,.yfm-tab:hover{color:#004080}.yfm-tab.active{border-bottom-color:#027bf3}.yfm-tab:focus{outline:2px solid #4d90fe;border-radius:2px}.yfm-tab:focus:not(:focus-visible){outline:0}.yfm-tab-panel{position:absolute;visibility:hidden;overflow:hidden;height:0}.yfm-tab-panel:first-child{margin-top:0}.yfm-tab-panel:last-child{margin-bottom:0}.yfm-tab-panel.active{position:relative;visibility:visible;overflow:visible;height:auto}.yfm-tabs-dropdown{position:relative;width:90%;margin-bottom:0;--yfm-tabs-dropdown-color:#f2f2f2;--yfm-tabs-dropdown-text-color:#a8a8a8;--yfm-tabs-dropdown-color-border:#ccc}.yfm-tabs-dropdown .yfm-tabs-dropdown-select{padding:10px 30px 10px 10px;background:var(--g-color-base-background);border:1px solid var(--yfm-tabs-dropdown-color-border);color:var(--yfm-tabs-dropdown-text-color);border-radius:5px;position:relative;-webkit-user-select:none;user-select:none;margin-bottom:10px;max-width:500px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:100}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.filled{color:inherit}.yfm-tabs-dropdown .yfm-tabs-dropdown-select:after{content:"";position:absolute;display:block;right:10px;top:25%;transform:rotate(90deg);transition:transform .2s;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIGQ9Im0zIDYgNSA1IDUtNSIvPjwvc3ZnPg==);width:20px;height:20px}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.active+.yfm-tabs-dropdown-menu{transform:scaleY(1)}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.active:after{transform:rotate(0)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu{width:100%;max-width:500px;max-height:500px;overflow-y:scroll;padding:10px 0;position:absolute;z-index:100;display:flex;flex-direction:column;border:1px solid var(--yfm-tabs-dropdown-color-border);border-radius:5px;background-color:var(--g-color-base-background);transform:scaleY(0);list-style:none;transition:transform 125ms;transform-origin:top center}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li{-webkit-user-select:none;user-select:none;cursor:pointer;background-color:var(--g-color-base-background)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li:hover{background-color:var(--g-color-base-simple-hover);color:inherit}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab{padding:5px 0 5px 10px;border-radius:0;border-bottom:initial;margin:0;font-weight:500}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab.active{background-color:var(--g-color-base-selection)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab:hover{color:inherit}.yfm-tabs-dropdown>.yfm-tab-panel.active{border:1px solid #f2f2f2;transform:translateY(-30px);border-radius:12px;padding:40px 12px 16px}.yfm-tabs-dropdown>.yfm-tabs{width:100%}.yfm-tabs-accordion{max-width:80%}@media (max-width:600px){.yfm-tabs-accordion{max-width:100%}}.yfm-tabs-accordion>.yfm-tab:first-of-type{border-top-color:transparent}.yfm-tabs-accordion>.yfm-tab{padding:8px 0 12px 6px;position:relative;display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e5e5e5;font-weight:500;scroll-margin-top:20px}.yfm-tabs-accordion>.yfm-tab:after{content:"";display:block;transform:rotate(-180deg);transition:transform .3s,background-color .2s;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIGQ9Im0zIDYgNSA1IDUtNSIvPjwvc3ZnPg==);width:20px;height:20px;border-radius:6px;padding:6px;align-self:center}.yfm-tabs-accordion>.yfm-tab.active{border-bottom-color:transparent;font-weight:700}.yfm-tabs-accordion>.yfm-tab.active:after{transform:rotate(0)}.yfm-tabs-accordion>.yfm-tab:hover{color:#3f5799}.yfm-tabs-accordion .yfm-tab-panel.active{margin:10px 0 25px 6px}.yfm-tabs-vertical>.yfm-tab-list{flex-direction:column;border-bottom:initial}.yfm-tabs-vertical>.yfm-tab-panel{margin-left:30px}.yfm-tabs-vertical>.yfm-tab-group{display:flex;flex-direction:row;margin-bottom:5px}.yfm-tabs-vertical .yfm-vertical-tab>input[type=radio]{visibility:hidden;width:0;height:0}.yfm-tabs-vertical .yfm-vertical-tab>label{display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:0;line-height:18px;-webkit-user-select:none;user-select:none}.yfm-tabs-vertical .yfm-vertical-tab>label:before{font-family:serif;font-family:initial;content:"";position:absolute;top:0;left:0;bottom:1px;border-radius:50%;width:18px;height:18px;border:1px solid #dfdfdf;background-color:#fff}.yfm-tabs-vertical .yfm-vertical-tab input[type=radio]:checked+label:before{content:"\2022";background-color:#5282ff;text-align:center;vertical-align:middle;font-size:20px;white-space:pre;display:inline-flex;justify-content:center;align-items:center;color:#fff}.yfm-tabs-vertical .yfm-vertical-tab{border-bottom:initial}.g-aikit-markdown-renderer{--yfm-color-base:var(--g-color-base-background);--yfm-color-text:var(--g-color-text-primary);--yfm-color-link:var(--g-color-text-link);--yfm-color-link-hover:var(--g-color-text-link-hover);--yfm-color-border:var(--g-color-line-generic);--yfm-color-accent:var(--g-color-base-brand);--yfm-color-inline-code:var(--g-color-text-misc);--yfm-color-inline-code-background:var(--g-color-base-misc-light);--yfm-color-code-background:var(--g-color-base-misc-light);--yfm-color-code-hovered-background:var(--g-color-base-misc-light-hover);--yfm-color-hljs-background:var(--g-color-base-generic);--yfm-color-hljs-subst:var(--g-color-text-primary);--yfm-color-hljs-comment:var(--g-color-text-hint);--yfm-color-hljs-section:var(--g-color-text-info-heavy);--yfm-color-hljs-deletion:var(--g-color-text-positive);--yfm-color-hljs-addition:var(--g-color-text-positive);--yfm-color-hljs-literal:var(--g-color-text-warning);--yfm-color-hljs-pseudo:var(--g-color-text-utility);--yfm-color-hljs-meta:var(--g-color-text-info);--yfm-color-hljs-meta-string:var(--g-color-text-positive);--yfm-color-note-tip:var(--g-color-text-positive);--yfm-color-note-tip-background:var(--g-color-base-positive-light);--yfm-color-note-info:var(--g-color-text-info);--yfm-color-note-info-background:var(--g-color-base-info-light);--yfm-color-note-warning:var(--g-color-text-warning);--yfm-color-note-warning-background:var(--g-color-base-warning-light);--yfm-color-note-important:var(--g-color-text-danger);--yfm-color-note-important-background:var(--g-color-base-danger-light);--yfm-color-table:var(--g-color-text-primary);--yfm-color-table-border:var(--g-color-line-generic);--yfm-color-table-background:var(--g-color-base-background);--yfm-color-table-row-background:var(--g-color-base-generic);color:var(--g-color-text-primary)}.g-aikit-markdown-renderer a{color:var(--g-color-text-link);text-decoration:none;border-radius:var(--g-focus-border-radius)}.g-aikit-markdown-renderer a:hover{color:var(--g-color-text-link-hover)}.g-aikit-markdown-renderer a:focus-visible{outline:2px solid var(--g-color-line-focus)}.g-aikit-markdown-renderer b,.g-aikit-markdown-renderer strong{font-weight:var(--g-text-accent-font-weight)}.g-aikit-markdown-renderer hr{background-color:var(--g-color-base-background)}.g-aikit-markdown-renderer blockquote{border-left-color:var(--g-color-base-brand)}.g-aikit-markdown-renderer code{background:var(--g-color-base-misc-light);color:var(--g-color-text-misc)}.g-aikit-markdown-renderer .yfm-note{background-color:var(--g-color-base-float);border-color:var(--g-color-line-generic)}.g-aikit-markdown-renderer .yfm-tab.active{border-bottom-color:var(--g-color-base-brand)}.g-aikit-markdown-renderer a.yfm-anchor{display:none}.g-aikit-markdown-renderer{width:100%;max-width:100%;min-width:0}.g-aikit-markdown-renderer__table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto}.g-aikit-markdown-renderer table{display:table;table-layout:auto;word-break:normal;width:max-content;min-width:100%;max-width:none;overflow:visible}.g-aikit-markdown-renderer table th{white-space:nowrap}.g-aikit-markdown-renderer table td,.g-aikit-markdown-renderer table th{min-width:0;word-break:break-word;overflow-wrap:anywhere;overflow:visible}.g-aikit-markdown-renderer table td{max-width:var(--g-aikit-markdown-renderer-table-cell-max-width);white-space:normal}.g-aikit-markdown-renderer table td code,.g-aikit-markdown-renderer table th code{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.g-aikit-file-icon{display:inline-flex;color:var(--g-color-text-secondary)}.g-aikit-thinking-message{display:flex;flex-direction:column;gap:var(--g-spacing-2);padding:var(--g-spacing-1) 0 var(--g-spacing-1) var(--g-spacing-4);border-left:2px solid var(--g-color-line-generic)}.g-aikit-thinking-message__buttons{display:flex;align-items:center;gap:var(--g-spacing-2)}.g-aikit-thinking-message__container{display:flex;flex-direction:column;gap:var(--g-spacing-6)}.g-aikit-thinking-message__content{color:var(--g-color-text-complementary)}.g-aikit-shimmer__container{position:relative;display:inline-block;color:var(--g-aikit-text-primary,inherit);-webkit-mask-image:linear-gradient(90deg,var(--g-aikit-shimmer-color-from) 0,var(--g-aikit-shimmer-color-from) 40%,var(--g-aikit-shimmer-color-to) 50%,var(--g-aikit-shimmer-color-from) 60%,var(--g-aikit-shimmer-color-from) 100%);mask-image:linear-gradient(90deg,var(--g-aikit-shimmer-color-from) 0,var(--g-aikit-shimmer-color-from) 40%,var(--g-aikit-shimmer-color-to) 50%,var(--g-aikit-shimmer-color-from) 60%,var(--g-aikit-shimmer-color-from) 100%);-webkit-mask-size:var(--g-aikit-shimmer-gradient-size) 100%;mask-size:var(--g-aikit-shimmer-gradient-size) 100%;-webkit-mask-clip:text;mask-clip:text;animation:shimmer var(--g-aikit-shimmer-duration) infinite linear}@keyframes shimmer{0%{-webkit-mask-position:200% 50%;mask-position:200% 50%}to{-webkit-mask-position:0 50%;mask-position:0 50%}}@keyframes pulse{to{opacity:0}50%{opacity:70%}0%{opacity:40%}}.g-aikit-loader{display:inline-flex;align-items:center;gap:var(--g-spacing-1)}.g-aikit-loader__center,.g-aikit-loader__left,.g-aikit-loader__right{background:var(--g-color-text-secondary);border-radius:50%;animation:pulse .8s ease infinite}.g-aikit-loader_size_xs .g-aikit-loader__center,.g-aikit-loader_size_xs .g-aikit-loader__left,.g-aikit-loader_size_xs .g-aikit-loader__right{width:3px;height:3px}.g-aikit-loader_size_s .g-aikit-loader__center,.g-aikit-loader_size_s .g-aikit-loader__left,.g-aikit-loader_size_s .g-aikit-loader__right{width:5px;height:5px}.g-aikit-loader_size_m .g-aikit-loader__center,.g-aikit-loader_size_m .g-aikit-loader__left,.g-aikit-loader_size_m .g-aikit-loader__right{width:8px;height:8px}.g-aikit-loader__left{animation-delay:.2s}.g-aikit-loader__center{animation-delay:.4s}.g-aikit-loader__right{animation-delay:.6s}.g-flex{display:flex}.g-flex_inline{display:inline-flex}.g-flex_center-content{justify-content:center;align-items:center}.g-flex_s_0{margin-block-start:calc(-1 * var(--g-spacing-0))!important;margin-inline-start:calc(-1 * var(--g-spacing-0))!important}.g-flex_s_0>*{padding-block-start:var(--g-spacing-0)!important;padding-inline-start:var(--g-spacing-0)!important}.g-flex_s_half{margin-block-start:calc(-1 * var(--g-spacing-half))!important;margin-inline-start:calc(-1 * var(--g-spacing-half))!important}.g-flex_s_half>*{padding-block-start:var(--g-spacing-half)!important;padding-inline-start:var(--g-spacing-half)!important}.g-flex_s_1{margin-block-start:calc(-1 * var(--g-spacing-1))!important;margin-inline-start:calc(-1 * var(--g-spacing-1))!important}.g-flex_s_1>*{padding-block-start:var(--g-spacing-1)!important;padding-inline-start:var(--g-spacing-1)!important}.g-flex_s_2{margin-block-start:calc(-1 * var(--g-spacing-2))!important;margin-inline-start:calc(-1 * var(--g-spacing-2))!important}.g-flex_s_2>*{padding-block-start:var(--g-spacing-2)!important;padding-inline-start:var(--g-spacing-2)!important}.g-flex_s_3{margin-block-start:calc(-1 * var(--g-spacing-3))!important;margin-inline-start:calc(-1 * var(--g-spacing-3))!important}.g-flex_s_3>*{padding-block-start:var(--g-spacing-3)!important;padding-inline-start:var(--g-spacing-3)!important}.g-flex_s_4{margin-block-start:calc(-1 * var(--g-spacing-4))!important;margin-inline-start:calc(-1 * var(--g-spacing-4))!important}.g-flex_s_4>*{padding-block-start:var(--g-spacing-4)!important;padding-inline-start:var(--g-spacing-4)!important}.g-flex_s_5{margin-block-start:calc(-1 * var(--g-spacing-5))!important;margin-inline-start:calc(-1 * var(--g-spacing-5))!important}.g-flex_s_5>*{padding-block-start:var(--g-spacing-5)!important;padding-inline-start:var(--g-spacing-5)!important}.g-flex_s_6{margin-block-start:calc(-1 * var(--g-spacing-6))!important;margin-inline-start:calc(-1 * var(--g-spacing-6))!important}.g-flex_s_6>*{padding-block-start:var(--g-spacing-6)!important;padding-inline-start:var(--g-spacing-6)!important}.g-flex_s_7{margin-block-start:calc(-1 * var(--g-spacing-7))!important;margin-inline-start:calc(-1 * var(--g-spacing-7))!important}.g-flex_s_7>*{padding-block-start:var(--g-spacing-7)!important;padding-inline-start:var(--g-spacing-7)!important}.g-flex_s_8{margin-block-start:calc(-1 * var(--g-spacing-8))!important;margin-inline-start:calc(-1 * var(--g-spacing-8))!important}.g-flex_s_8>*{padding-block-start:var(--g-spacing-8)!important;padding-inline-start:var(--g-spacing-8)!important}.g-flex_s_9{margin-block-start:calc(-1 * var(--g-spacing-9))!important;margin-inline-start:calc(-1 * var(--g-spacing-9))!important}.g-flex_s_9>*{padding-block-start:var(--g-spacing-9)!important;padding-inline-start:var(--g-spacing-9)!important}.g-flex_s_10{margin-block-start:calc(-1 * var(--g-spacing-10))!important;margin-inline-start:calc(-1 * var(--g-spacing-10))!important}.g-flex_s_10>*{padding-block-start:var(--g-spacing-10)!important;padding-inline-start:var(--g-spacing-10)!important}.g-aikit-tool-footer{display:flex;justify-content:space-between;align-items:center}.g-aikit-tool-footer__left{display:flex;align-items:center;gap:var(--g-spacing-2)}.g-aikit-tool-indicator__success{color:var(--g-color-text-positive)}.g-aikit-tool-indicator__error{color:var(--g-color-text-danger)}.g-aikit-tool-indicator__info{color:var(--g-color-text-secondary)}.g-aikit-tool-header{justify-content:space-between;height:24px}.g-aikit-tool-header,.g-aikit-tool-header__left{display:flex;align-items:center;gap:var(--g-spacing-2)}.g-aikit-tool-header__left{flex-direction:row}.g-aikit-tool-header__right{display:flex;align-items:center;gap:var(--g-spacing-3)}.g-aikit-tool-message{padding:var(--g-spacing-2);border-radius:var(--g-border-radius-xl);width:100%}.g-aikit-tool-message_waiting{border-color:var(--g-color-line-brand)}.g-aikit-tool-message__container{display:flex;flex-direction:column;gap:var(--g-spacing-2)}.g-aikit-assistant-message__content{display:flex;flex-direction:column;gap:var(--g-spacing-3);width:100%;min-width:0}.g-aikit-rating-block{padding:var(--g-spacing-2);border:1px solid var(--g-color-line-generic);border-radius:var(--g-border-radius-xl)}.g-aikit-rating-block__header{display:flex;flex-wrap:wrap;align-items:center;padding-left:var(--g-spacing-1);gap:var(--g-spacing-2)}.g-aikit-rating-block__left{display:flex;align-items:center;gap:var(--g-spacing-2);flex:1 1 auto;min-width:0}.g-aikit-rating-block__title{font-family:var(--g-text-body-font-family);font-size:var(--g-text-body-1);line-height:var(--g-text-body-1-line-height);color:var(--g-color-text-primary)}.g-aikit-rating-block__title a{color:var(--g-color-text-link);text-decoration:none}.g-aikit-rating-block__title a:hover{text-decoration:underline}.g-aikit-rating-block__right{display:flex;align-items:center;gap:var(--g-spacing-3);flex:0 0 auto}.g-aikit-star-rating_disabled{opacity:.5;cursor:not-allowed}.g-aikit-alert{display:flex;flex-direction:column;gap:var(--g-spacing-2)}.g-aikit-alert__header{display:flex;align-items:center;gap:var(--g-spacing-2)}.g-aikit-alert__text{flex:1 1}.g-aikit-alert__icon{flex-shrink:0}.g-aikit-alert__icon_variant_error{color:var(--g-color-text-danger)}.g-aikit-alert__icon_variant_warning{color:var(--g-color-text-warning-heavy)}.g-aikit-alert__icon_variant_info{color:var(--g-color-text-info)}.g-aikit-alert__icon-wrapper{display:flex;align-items:center;align-self:baseline;flex-shrink:0;height:var(--g-text-body-1-line-height)}.g-aikit-alert__icon-with-text-wrapper{display:flex;flex:1 1;gap:var(--g-spacing-2)}.g-aikit-alert__action{margin-left:auto}.g-aikit-action-popup__container{display:flex;flex-direction:column;min-width:var(--g-aikit-action-popup-min-width);max-width:var(--g-aikit-action-popup-max-width);padding:var(--g-spacing-4) var(--g-spacing-5);background:var(--g-color-base-background);border-radius:var(--g-border-radius-m);box-shadow:var(--g-color-sfx-shadow-heavy)}.g-aikit-action-popup__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--g-spacing-2);margin-bottom:var(--g-spacing-3)}.g-aikit-action-popup__header-content{display:flex;flex-direction:column;gap:var(--g-spacing-1);flex:1 1;min-width:0}.g-aikit-action-popup__close-button{flex-shrink:0;margin-top:calc(-1 * var(--g-spacing-1));margin-right:calc(-1 * var(--g-spacing-1))}.g-aikit-intersection-container{width:100%}.g-aikit-message-list{overflow-y:auto;overflow-anchor:none;display:flex;flex-direction:column;min-height:0;min-width:0;flex:1 1;align-self:stretch}.g-aikit-message-list__messages{display:flex;flex-direction:column;gap:var(--g-spacing-4);min-width:0}.g-aikit-message-list_virtualized{overflow:hidden;position:relative}.g-aikit-message-list__shimmer{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;gap:var(--g-spacing-4);padding:var(--g-spacing-3);background:var(--g-color-base-background)}.g-aikit-message-list__shimmer-row{height:56px;flex-shrink:0;inline-size:70%;align-self:flex-start;border-radius:12px;background:linear-gradient(90deg,var(--g-color-base-generic) 25%,var(--g-color-base-generic-hover) 37%,var(--g-color-base-generic) 63%);background-size:400% 100%;animation:g-aikit-message-list-shimmer 1.4s ease infinite}.g-aikit-message-list__shimmer-row_assistant{align-self:flex-end;inline-size:55%}.g-aikit-message-list__list{flex:1 1;min-height:0}.g-aikit-message-list__row{padding-block-end:var(--g-spacing-4)}.g-aikit-message-list__footer-content{display:flex;flex-shrink:0;min-width:0;align-self:stretch;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:var(--g-aikit-message-list-footer-content-padding)}.g-aikit-message-list__retry-button{display:flex;align-items:center;gap:var(--g-spacing-1)}.g-aikit-message-list__error-alert,.g-aikit-message-list__loader{margin-top:var(--g-spacing-4)}.g-aikit-message-list__load-trigger{display:flex;justify-content:center;padding:var(--g-spacing-2)}.g-aikit-message-list__rating-block{position:sticky;bottom:0;margin-top:var(--g-spacing-4);background:var(--g-color-base-background);z-index:1}@keyframes g-aikit-message-list-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.g-drawer{z-index:990;inset:0;background-color:var(--g-color-sfx-veil)}.g-drawer,.g-drawer__item{outline:none;pointer-events:auto}.g-drawer__item{position:absolute;inset-inline-start:0;inset-block:0;background-color:var(--g-color-base-background);will-change:transform}.g-drawer__item-content{width:100%;height:100%}.g-drawer__item-content_has-scroll{overflow:auto}.g-drawer_hide-veil{background-color:transparent;pointer-events:none}.g-drawer_hide-veil .g-drawer__item{box-shadow:0 1px 5px 0 var(--g-color-sfx-shadow)}.g-drawer_placement_right .g-drawer__item{inset-inline:auto 0}.g-drawer_placement_top .g-drawer__item{inset-block-end:auto;inset-inline-end:0;width:100%}.g-drawer_placement_bottom .g-drawer__item{inset-block-start:auto;inset-inline-end:0;width:100%}.g-drawer_placement_left .g-drawer__item_resizable{max-width:calc(100% - 8px);padding-inline-end:8px}.g-drawer_placement_right .g-drawer__item_resizable{max-width:calc(100% - 8px);padding-inline-start:8px}.g-drawer_placement_top .g-drawer__item_resizable{max-height:calc(100% - 8px);padding-block-end:8px}.g-drawer_placement_bottom .g-drawer__item_resizable{max-height:calc(100% - 8px);padding-block-start:8px}.g-drawer[data-floating-ui-status=close] .g-drawer__item,.g-drawer[data-floating-ui-status=initial] .g-drawer__item{transform:translate(0)}.g-drawer[data-floating-ui-status=close] .g-drawer__item,.g-drawer[data-floating-ui-status=open] .g-drawer__item{transition:transform var(--_--animation-duration,.3s)}.g-drawer_placement_left[data-floating-ui-status=close] .g-drawer__item,.g-drawer_placement_left[data-floating-ui-status=initial] .g-drawer__item{transform:translate(-100%)}.g-drawer_placement_right[data-floating-ui-status=close] .g-drawer__item,.g-drawer_placement_right[data-floating-ui-status=initial] .g-drawer__item{transform:translate(100%)}.g-drawer_placement_top[data-floating-ui-status=close] .g-drawer__item,.g-drawer_placement_top[data-floating-ui-status=initial] .g-drawer__item{transform:translateY(-100%)}.g-drawer_placement_bottom[data-floating-ui-status=close] .g-drawer__item,.g-drawer_placement_bottom[data-floating-ui-status=initial] .g-drawer__item{transform:translateY(100%)}.g-drawer[data-floating-ui-status=close],.g-drawer[data-floating-ui-status=open]{transition:background-color var(--_--animation-duration,.3s)}.g-drawer[data-floating-ui-status=close],.g-drawer[data-floating-ui-status=initial]{background-color:transparent}.g-drawer[data-floating-ui-status=unmounted]{display:none}.g-drawer__resizer-handle{width:2px;height:28px;background:var(--g-color-line-generic);border-radius:2px}.g-drawer_placement_bottom .g-drawer__resizer-handle,.g-drawer_placement_top .g-drawer__resizer-handle{width:28px;height:2px}.g-drawer__resizer{position:absolute;inset-block-start:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:8px;height:100%;cursor:col-resize;background:var(--g-color-base-generic)}.g-drawer_placement_right .g-drawer__resizer{inset-inline-start:0;inset-block-start:0}.g-drawer_placement_left .g-drawer__resizer{inset-inline-end:0;inset-block-start:0}.g-drawer_placement_top .g-drawer__resizer{inset-block:auto 0;inset-inline-start:0}.g-drawer_placement_bottom .g-drawer__resizer{inset-inline-start:0;inset-block-start:0}.g-drawer_placement_bottom .g-drawer__resizer,.g-drawer_placement_top .g-drawer__resizer{cursor:row-resize;width:100%;height:8px}.g-drawer__resizer:hover .g-drawer__resizer-handle{background:var(--g-color-line-generic-hover)}.g-modal{position:fixed;inset:0;z-index:1000;outline:none;background-color:var(--g-color-sfx-veil);overflow:auto;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}.g-modal__content-aligner{min-width:100%;min-height:100%;display:inline-flex;align-items:center;justify-content:center}.g-modal__content-aligner_has-scroll{width:100%}.g-modal__content{margin:var(--g-modal-margin,20px);height:var(--g-modal-height,auto);min-height:var(--g-modal-min-height,auto);max-height:var(--g-modal-max-height,none);width:var(--g-modal-width,auto);max-width:var(--g-modal-max-width,none);min-width:var(--g-modal-min-width,auto);background-color:var(--g-color-base-modal);border-radius:var(--g-modal-border-radius,5px);clip-path:inset(0 round var(--g-modal-border-radius,5px));outline:none;transition:height .35s ease-in-out}.g-modal__content_has-scroll{min-width:0;overflow:auto;max-width:var(--g-modal-max-width,calc(100vw - var(--g-modal-margin, 20px) * 2));max-height:var(--g-modal-max-height,calc(100dvh - var(--g-modal-margin, 20px) * 2))}.g-modal[data-floating-ui-status=unmounted]{display:none;visibility:hidden;margin:-9999px 0 0 -9999px}.g-modal[data-floating-ui-status=close],.g-modal[data-floating-ui-status=open]{transition:opacity .15s ease-out}.g-modal[data-floating-ui-status=close],.g-modal[data-floating-ui-status=initial]{opacity:0}.g-modal[data-floating-ui-status=initial] .g-modal__content{transform:scale(.75)}.g-modal[data-floating-ui-status=close] .g-modal__content,.g-modal[data-floating-ui-status=open] .g-modal__content{transition:height .35s ease-in-out,transform .15s ease-out}.g-modal_mobile{--g-modal-width:100vw;--g-modal-height:100dvh;--g-modal-min-height:100svh;--g-modal-margin:0px;--g-modal-border-radius:0px}.g-modal_mobile[data-floating-ui-status=close] .g-modal__content,.g-modal_mobile[data-floating-ui-status=initial] .g-modal__content{transform:translateY(100%)}.g-modal_mobile[data-floating-ui-status=open] .g-modal__content{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.g-modal[data-floating-ui-status] .g-modal__content{transition:none}}.g-table,.g-table__scroll-container{overflow:auto;position:relative}.g-table__scroll-container{-ms-overflow-style:none;scrollbar-width:none}.g-table__scroll-container::-webkit-scrollbar{display:none}.g-table__horizontal-scroll-bar{overflow-x:auto;margin-block-start:-1px}.g-table__horizontal-scroll-bar-inner{height:1px;position:relative}.g-table__horizontal-scroll-bar-inner:before{content:"";position:absolute;width:1px;height:1px;inset-block-start:0;inset-inline-start:0;background-color:rgba(255,255,255,.01)}.g-table__horizontal-scroll-bar_sticky-horizontal-scroll{position:sticky;z-index:3}.g-table__table{border-spacing:0;border-collapse:separate}.g-table__table_width_max{width:100%}.g-table__cell{box-sizing:content-box;padding:11px var(--g-spacing-2) 10px;border-block-end:1px solid var(--g-color-line-generic);line-height:18px;text-align:start;overflow-wrap:break-word}.g-table__cell:first-child{padding-inline-start:0}.g-table__cell:last-child{padding-inline-end:0}.g-table__cell:not(.g-table__cell_word-wrap){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-table__cell_align_center{text-align:center}.g-table__cell_align_end{text-align:end}.g-table .g-table__cell_sticky_end,.g-table .g-table__cell_sticky_start{position:sticky;z-index:2;background:var(--g-color-base-background)}.g-table__cell_border_right{border-inline-end:1px solid var(--g-color-line-generic)}.g-table__cell_edge-padding:first-child{padding-inline-start:var(--g-spacing-3)}.g-table__cell_edge-padding:last-child{padding-inline-end:var(--g-spacing-3)}.g-table__row_vertical-align_top{vertical-align:top}.g-table__row_vertical-align_middle{vertical-align:middle}.g-table__row_empty .g-table__cell{text-align:center}.g-table__body .g-table__row:last-child .g-table__cell{border-block-end-color:transparent}.g-table__head .g-table__cell{font-weight:var(--g-text-accent-font-weight)}.g-table__body .g-table__row_interactive:hover{background-color:var(--g-color-base-simple-hover-solid);cursor:pointer}.g-table__body .g-table__row_interactive:hover .g-table__cell_sticky_end,.g-table__body .g-table__row_interactive:hover .g-table__cell_sticky_start{background:var(--g-color-base-simple-hover-solid)}.g-table__body .g-table__row_disabled{opacity:.3}.g-table_with-primary .g-table__body .g-table__cell{color:var(--g-color-text-secondary)}.g-table_with-primary .g-table__body .g-table__cell_primary{color:var(--g-color-text-primary)}.g-table_with-sticky-scroll{overflow:visible}