.Index_main__0G6GN{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.Index_fullWidth__JElUH{padding:12px}.Index_container___OwJi{width:720px;max-width:calc(100% - 24px);margin:12px 12px 0;padding-bottom:12px;flex:0 1}.Index_tabList__eBKgM{width:720px;max-width:calc(100% - 24px);margin:0 12px}.Index_cursorPointer__I_tre{cursor:pointer}.Index_icon__42UPK{width:42px;padding-left:12px}.Index_fieldError__qDmJA{max-width:180px;word-break:break-all}.Index_dropdownLabel__rQo8r{width:84px}.Index_flex1___Gomp{flex:1 1}.Index_fullWidth__JElUH{width:100%}.Index_dropdownStyle__0C6tV{width:200px}.Index_textArea__HQHPs{height:180px}.Index_DialogCloseButton__q_Pem{font-family:inherit;cursor:pointer;height:25px;width:25px;border-radius:3px}.Index_DialogCloseButton__q_Pem:hover{background-color:var(--gray-4)}.Index_AvatarRoot__Tb5FY{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:45px;height:45px;border-radius:100%;background-color:var(--black-a3)}.Index_AvatarImage__Ab_4W{width:100%;height:100%;object-fit:cover;border-radius:inherit}.Index_AvatarFallback__FmV_O{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;color:var(--violet-5);font-size:15px;line-height:1;font-weight:500}.Index_ToastViewport__rzgIH{--viewport-padding:25px;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:var(--viewport-padding);gap:10px;width:390px;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none}.Index_ToastRootGreen__Dd1aS{background-color:var(--green-2);border:1px solid var(--green-5);border-radius:6px}.Index_ToastRootGreen__Dd1aS,.Index_ToastRootRed__KL6Mg{box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);padding:12px;display:flex;justify-content:space-between;grid-template-areas:"title action" "description action";grid-template-columns:auto max-content;column-gap:15px;align-items:center}.Index_ToastRootRed__KL6Mg{background-color:var(--red-3);border:1px solid var(--red-6);border-radius:6px}.Index_ToastRootGreen__Dd1aS[data-state=open]{animation:Index_slideIn__PCVBC .15s cubic-bezier(.16,1,.3,1)}.Index_ToastRootGreen__Dd1aS[data-state=closed]{animation:Index_hide__k17Yw .1s ease-in}.Index_ToastRootGreen__Dd1aS[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.Index_ToastRootGreen__Dd1aS[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.Index_ToastRootGreen__Dd1aS[data-swipe=end]{animation:Index_swipeOut__LZO_g .1s ease-out}.Index_ToastRootRed__KL6Mg[data-state=open]{animation:Index_slideIn__PCVBC .15s cubic-bezier(.16,1,.3,1)}.Index_ToastRootRed__KL6Mg[data-state=closed]{animation:Index_hide__k17Yw .1s ease-in}.Index_ToastRootRed__KL6Mg[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.Index_ToastRootRed__KL6Mg[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.Index_ToastRootRed__KL6Mg[data-swipe=end]{animation:Index_swipeOut__LZO_g .1s ease-out}@keyframes Index_hide__k17Yw{0%{opacity:1}to{opacity:0}}@keyframes Index_slideIn__PCVBC{0%{transform:translateX(calc(100% + var(--viewport-padding)))}to{transform:translateX(0)}}@keyframes Index_swipeOut__LZO_g{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}.Index_ToastTitle__udxdz{grid-area:title;font-weight:500;font-size:15px}.Index_ToastDescription__R3ZOt{grid-area:description;margin:0;font-size:13px;line-height:1.3}.Index_ToastAction__x3Bkr{grid-area:action}.Index_Button__g_aNz{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-weight:500}.Index_Button__g_aNz.Index_small__D4T9_{font-size:12px;padding:0 10px;line-height:25px;height:25px}.Index_Button__g_aNz.Index_large__vORbJ{font-size:15px;padding:0 15px;line-height:35px;height:35px}.Index_AccordionRoot__QEe7E{border-radius:6px;width:300px;background-color:var(--mauve-3);flex:1 1;box-shadow:0 2px 10px var(--black-a4)}.Index_AccordionItem__UiuAv{overflow:hidden;margin-top:1px}.Index_AccordionItem__UiuAv:first-child{margin-top:0;border-top-left-radius:4px;border-top-right-radius:4px}.Index_AccordionItem__UiuAv:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.Index_AccordionItem__UiuAv:focus-within{position:relative;z-index:1}.Index_AccordionHeader__yukmG{display:flex;margin:0}.Index_AccordionTrigger__bk_Ca{border-width:0;font-family:inherit;background-color:transparent;padding:0 20px;height:45px;flex:1 1;display:flex;align-items:center;justify-content:space-between;font-size:15px;line-height:1;color:var(--mauve-12);background-color:var(--mauve-3)}.Index_AccordionTrigger__bk_Ca:hover{background-color:var(--mauve-2)}.Index_AccordionContent__eZwJG{overflow:hidden;font-size:15px;color:var(--mauve-12);background-color:var(--blue-3)}.Index_AccordionContent__eZwJG[data-state=open]{animation:Index_slideDown__8EC0D .3s cubic-bezier(.87,0,.13,1)}.Index_AccordionContent__eZwJG[data-state=closed]{animation:Index_slideUp__JrI45 .3s cubic-bezier(.87,0,.13,1)}.Index_AccordionContentText__2_glv{padding:15px 20px}.Index_AccordionChevron__q4cfG{color:var(--mauve-12);transition:transform .3s cubic-bezier(.87,0,.13,1)}.Index_AccordionTrigger__bk_Ca[data-state=open]>.Index_AccordionChevron__q4cfG{transform:rotate(180deg)}@keyframes Index_slideDown__8EC0D{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes Index_slideUp__JrI45{0%{height:var(--radix-accordion-content-height)}to{height:0}}