.styles_modalStack__UnBWl{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:9999;isolation:isolate}.styles_modalLayer__Ny4H6{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:auto}.styles_backdrop__Hmy_w{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);cursor:pointer;transition:background-color .2s ease-in-out}.styles_modalContent__oo6kS{position:relative;max-height:90vh;max-width:90vw;margin:1rem;pointer-events:auto;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.styles_modalContent__oo6kS::-webkit-scrollbar{width:0;height:0}@media (max-width:768px){.styles_modalContent__oo6kS{max-height:95vh;max-width:95vw;margin:.5rem}}.styles_modalContent__oo6kS:focus-within{outline:none}.styles_modalLayer__Ny4H6{animation:styles_modalFadeIn__6FL83 .2s ease-out}@keyframes styles_modalFadeIn__6FL83{0%{opacity:0}to{opacity:1}}.styles_modalContent__oo6kS{animation:styles_modalSlideIn__WI7wY .2s ease-out}@keyframes styles_modalSlideIn__WI7wY{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.styles_toastContainer___BG5b{position:fixed;bottom:12vh;left:calc(50% + var(--sidebar-width) / 2);transform:translateX(-50%);z-index:9999;pointer-events:none}.styles_toastStack__IbXoU{display:flex;flex-direction:column;gap:.75rem;align-items:center;pointer-events:auto}.styles_toastItem__UD0zt{position:relative}.styles_toastItemEnter__k1Msx{animation:styles_slideDown__gts3m .3s ease-out forwards}.styles_toastItemExit__NPkHt{animation:styles_slideUp__aOLbR .3s ease-in forwards}.styles_toastContent__f9eNZ{display:flex;align-items:center;gap:.625rem;padding:1rem 1.5rem;min-width:20rem;max-width:28rem;background-color:var(--color-surface-5);border:2px solid hsla(0,0%,100%,.12);border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.styles_toastSuccess__maGbR{border-color:var(--color-green-500)}.styles_toastError__Fz1pC{border-color:#ff6b6b}.styles_toastWarning__Hx2Pd{border-color:orange}.styles_toastInfo__8B1yL{border-color:#4a9eff}.styles_toastIcon__zXgjT{width:.875rem;height:.875rem;border-radius:50%;flex-shrink:0}.styles_toastIconSuccess__CPizV{background-color:var(--color-green-500)}.styles_toastIconError__oxMHS{background-color:#ff6b6b}.styles_toastIconWarning__PKa1f{background-color:orange}.styles_toastIconInfo__gh4in{background-color:#4a9eff}.styles_toastMessage__ghsuI{font-family:var(--font-family-primary,"Pretendard",sans-serif);font-size:.875rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;color:hsla(0,0%,100%,.87);flex:1;word-break:keep-all;overflow-wrap:break-word;white-space:pre-line}.styles_toastCloseButton__Mn7sU{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;background:transparent;border:none;cursor:pointer;color:hsla(0,0%,100%,.5);transition:color .2s ease}.styles_toastCloseButton__Mn7sU:hover{color:hsla(0,0%,100%,.87)}@keyframes styles_slideDown__gts3m{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes styles_slideUp__aOLbR{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1rem)}}@media (max-width:767px){.styles_toastContainer___BG5b{bottom:2rem;left:1rem;right:1rem;transform:none;width:auto}.styles_toastContent__f9eNZ{min-width:100%;max-width:100%}.styles_toastStack__IbXoU{width:100%}}@media (min-width:481px) and (max-width:768px){.styles_toastContent__f9eNZ{min-width:24rem}}.styles_loadingOverlay__Jlx6K{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center;isolation:isolate}.styles_backdrop__G962b{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:styles_backdropFadeIn__tzexP .2s ease-out}.styles_loadingContent__By4fk{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;animation:styles_contentFadeIn__471m7 .3s ease-out}.styles_loader__4tCoD{position:relative;width:150px;height:150px;background:transparent;border:2px solid rgba(8,150,91,.1);border-radius:50%;text-align:center;line-height:150px;font-family:sans-serif;font-size:20px;color:#03a94d;letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 10px #03a94d;box-shadow:0 0 20px rgba(0,0,0,.15)}.styles_loader__4tCoD:before{content:"";position:absolute;top:-3px;left:-3px;width:100%;height:100%;border-right:3px solid transparent;border-top:3px solid transparent;border-color:#03a94d #03a94d transparent transparent;border-style:solid;border-width:3px;border-radius:50%;animation:styles_animateC__HRgZf 2s linear infinite}.styles_loader__4tCoD span{display:block;position:absolute;top:calc(50% - 2px);left:50%;width:50%;height:4px;background:transparent;transform-origin:left;animation:styles_animate__lMwE8 2s linear infinite}.styles_loader__4tCoD span:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#03a94d;top:-6px;right:-8px;box-shadow:0 0 20px 5px #03a94d}.styles_loadingMessage__y94gI{margin:0;padding:0;font-size:1rem;font-weight:500;text-align:center;max-width:300px;word-break:keep-all;line-height:1.5;white-space:pre-wrap;background:linear-gradient(90deg,rgba(3,169,77,.4),#03a94d 50%,rgba(3,169,77,.4));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:styles_shimmer__hFV4a 3.5s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(3,169,77,.3))}@keyframes styles_backdropFadeIn__tzexP{0%{opacity:0}to{opacity:1}}@keyframes styles_contentFadeIn__471m7{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes styles_animateC__HRgZf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes styles_animate__lMwE8{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}@keyframes styles_shimmer__hFV4a{0%{background-position:-200%}to{background-position:200%}}@media (max-width:768px){.styles_loader__4tCoD{width:120px;height:120px;line-height:120px;font-size:16px}.styles_loadingMessage__y94gI{font-size:.875rem;max-width:250px}.styles_loadingContent__By4fk{gap:1rem}}@media (prefers-color-scheme:dark){.styles_loader__4tCoD{color:#03a94d}.styles_loadingMessage__y94gI{background:linear-gradient(90deg,rgba(3,169,77,.5),#03a94d 50%,rgba(3,169,77,.5));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px rgba(3,169,77,.4))}}@media (prefers-reduced-motion:reduce){.styles_backdrop__G962b,.styles_loadingContent__By4fk{animation:none}.styles_loader__4tCoD:before{animation:styles_animateC__HRgZf 4s linear infinite}.styles_loader__4tCoD span{animation:styles_animate__lMwE8 4s linear infinite}.styles_loadingMessage__y94gI{animation:none;background:linear-gradient(90deg,rgba(3,169,77,.7),#03a94d);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}.styles_layout__UdHiU{display:flex;min-height:100vh;width:100%}@media (max-width:767px){.styles_layout__UdHiU{flex-direction:column}}.styles_sidebar__6QsmL{position:fixed;top:0;left:0;width:17.5rem;height:100vh;min-height:100vh;transition:transform .3s ease,padding .3s ease;will-change:transform;flex-shrink:0;display:flex;flex-direction:column;background-color:#151616;padding:1.875rem 1.25rem;z-index:1001}.styles_sidebar__6QsmL.styles_open__3GBSy{display:flex}.styles_sidebar__6QsmL.styles_closed__Px_lU{display:none}.styles_sidebar__6QsmL.styles_compact__PTtCh{width:4.5rem;padding:1.875rem .5rem 1.25rem;transform:translateX(0);display:flex;flex-direction:column;align-items:center}.styles_sidebar__6QsmL.styles_full__CSKME{width:17.5rem;padding:1.875rem 1.25rem;transform:translateX(0)}@media (max-width:1024px){.styles_sidebar__6QsmL.styles_full__CSKME{width:13.75rem;padding:0 1rem 1.875rem}.styles_sidebar__6QsmL.styles_compact__PTtCh,.styles_sidebar__6QsmL.styles_full__CSKME{box-shadow:2px 0 12px rgba(0,0,0,.4)}}.styles_sidebar__6QsmL.styles_full__CSKME.styles_withShadow____r2y{box-shadow:2px 0 16px rgba(0,0,0,.5)}.styles_sidebarOverlayBackdrop___yQMV{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;animation:styles_fadeIn__Q1yl3 .2s ease;backdrop-filter:blur(2px)}@keyframes styles_fadeIn__Q1yl3{0%{opacity:0}to{opacity:1}}.styles_menuHeader__EcZj9{width:15rem;flex:1;min-height:0;display:flex;flex-direction:column}.styles_menuFooter__2T7tZ{width:15rem;flex-shrink:0;margin-top:1rem}@media (max-width:1024px){.styles_full__CSKME .styles_menuFooter__2T7tZ,.styles_full__CSKME .styles_menuHeader__EcZj9{width:11.75rem}}.styles_compact__PTtCh .styles_menuFooter__2T7tZ,.styles_compact__PTtCh .styles_menuHeader__EcZj9{width:1.375rem}.styles_compact__PTtCh .styles_menuHeader__EcZj9{flex:1;min-height:0;display:flex;flex-direction:column}.styles_compact__PTtCh .styles_menuFooter__2T7tZ{flex-shrink:0;margin-top:1rem}@media (max-width:767px){.styles_sidebar__6QsmL{top:0;width:13.75rem;height:100vh;max-height:100vh;padding:1.875rem 1rem;box-sizing:border-box;transform:translateX(-100%);transition:transform .3s ease;z-index:1003;overflow-y:auto}.styles_sidebar__6QsmL.styles_full__CSKME{transform:translateX(0)}.styles_sidebar__6QsmL.styles_compact__PTtCh{transform:translateX(-100%)}.styles_sidebar__6QsmL.styles_closed__Px_lU{display:flex;transform:translateX(-100%)}.styles_menuFooter__2T7tZ,.styles_menuHeader__EcZj9{display:flex;width:11.75rem}.styles_menuHeader__EcZj9{flex:1;min-height:0;flex-direction:column}.styles_menuFooter__2T7tZ{flex-shrink:0;margin-top:1rem}.styles_compact__PTtCh .styles_menuFooter__2T7tZ,.styles_compact__PTtCh .styles_menuHeader__EcZj9{display:flex;width:11.75rem}.styles_compact__PTtCh .styles_menuHeader__EcZj9{flex:1;min-height:0;flex-direction:column}.styles_compact__PTtCh .styles_menuFooter__2T7tZ{flex-shrink:0;margin-top:1rem}}.styles_mobileNav__Pj6pI{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;width:100%;height:3.5rem;padding:0 1rem;background-color:#0e0f0f;border-bottom:1px solid #191919;z-index:1002}.styles_mobileLogo__0nlUX{position:absolute;left:50%;transform:translateX(-50%);font-size:1.125rem;font-weight:600;line-height:1.4;color:hsla(0,0%,100%,.87);margin:0;font-family:var(--font-family-primary);text-align:center;white-space:nowrap}.styles_mobileLogoButton__PvgKK{background:none;border:none;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;font-family:inherit;cursor:pointer;transition:opacity .2s ease}.styles_mobileLogoButton__PvgKK:hover{opacity:.8}.styles_mobilePageTitle__4Wxzd{font-size:1.125rem;font-weight:600;line-height:1.4;color:hsla(0,0%,100%,.87);margin:0;font-family:var(--font-family-primary);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 3.5rem}.styles_mobilePageTitleButton__jLWqH{background:none;border:none;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;font-family:inherit;cursor:pointer;transition:opacity .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.styles_mobilePageTitleButton__jLWqH:hover{opacity:.8}.styles_mobileBackButton__N1oV1{position:absolute;left:1rem;background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-neutral-500);transition:opacity .2s ease}.styles_mobileBackButton__N1oV1:hover{opacity:.8}.styles_mobileHamburger__CzpOI{position:absolute;right:1rem;background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-neutral-500);transition:opacity .2s ease}.styles_mobileHamburger__CzpOI:hover{opacity:.8}.styles_mobileHamburger__CzpOI img{filter:brightness(0) invert(1)}.styles_button__Z07Vy{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;cursor:pointer;font-family:var(--font-family-primary);font-weight:var(--font-weight-semibold);font-size:var(--typography-title-small-font-size);line-height:var(--typography-body-medium-line-height);letter-spacing:var(--typography-body-medium-letter-spacing);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;overflow:hidden}.styles_button--medium__nrmQf{width:200px;height:50px;padding:15px 24px}.styles_button--small__sKPBB{width:120px;height:42px;padding:11px 20px}.styles_button--fullWidth__6YHq4{width:100%}.styles_button--primary__l1Km7{background-color:var(--color-interactive-primary-default,#6730ff);color:var(--color-neutral-50);border:1px solid transparent}.styles_button--primary__l1Km7:hover:not(:disabled){background-color:var(--color-interactive-primary-hover,#7a49ff)}.styles_button--primary__l1Km7:active:not(:disabled){background-color:var(--color-interactive-primary-pressed,#5a1fff)}.styles_button--primary__l1Km7:focus-visible:not(:disabled){background-color:var(--color-interactive-primary-focus,#855cff);outline:2px solid var(--color-interactive-primary-focus,#855cff);outline-offset:2px}.styles_button--secondary__L9i8N{background-color:var(--color-interactive-gray-default,#1a1c1d);color:var(--color-neutral-50);border:1px solid hsla(240,0%,41%,.2)}.styles_button--secondary__L9i8N:hover:not(:disabled){background-color:var(--color-interactive-gray-hover,#252627);border-color:hsla(240,0%,41%,.3)}.styles_button--secondary__L9i8N:active:not(:disabled){background-color:var(--color-interactive-gray-pressed,#131414);border-color:hsla(240,0%,41%,.4)}.styles_button--secondary__L9i8N:focus-visible:not(:disabled){background-color:var(--color-interactive-gray-focus,#3a3a3a);outline:2px solid var(--color-interactive-gray-focus,#3a3a3a);outline-offset:2px}.styles_button--light__Jok5B.styles_button--primary__l1Km7{background-color:var(--color-primary-700);color:var(--color-neutral-50)}.styles_button--light__Jok5B.styles_button--primary__l1Km7:hover:not(:disabled){background-color:var(--color-primary-800)}.styles_button--light__Jok5B.styles_button--primary__l1Km7:active:not(:disabled){background-color:var(--color-primary-900)}.styles_button--light__Jok5B.styles_button--secondary__L9i8N{background-color:rgba(60,0,181,.05);color:var(--color-primary-700);border-color:rgba(60,0,181,.2)}.styles_button--light__Jok5B.styles_button--secondary__L9i8N:hover:not(:disabled){background-color:rgba(60,0,181,.1);border-color:rgba(60,0,181,.3)}.styles_button--light__Jok5B.styles_button--secondary__L9i8N:active:not(:disabled){background-color:rgba(60,0,181,.15);border-color:rgba(60,0,181,.4)}.styles_button--dark__1XYnM.styles_button--primary__l1Km7{background-color:var(--color-interactive-primary-default,#6730ff);color:var(--color-neutral-50)}.styles_button--dark__1XYnM.styles_button--primary__l1Km7:hover:not(:disabled){background-color:var(--color-interactive-primary-hover,#7a49ff)}.styles_button--dark__1XYnM.styles_button--primary__l1Km7:active:not(:disabled){background-color:var(--color-interactive-primary-pressed,#5a1fff)}.styles_button--dark__1XYnM.styles_button--primary__l1Km7:focus-visible:not(:disabled){background-color:var(--color-interactive-primary-focus,#855cff);outline:2px solid var(--color-interactive-primary-focus,#855cff);outline-offset:2px}.styles_button--dark__1XYnM.styles_button--secondary__L9i8N{background-color:var(--color-interactive-gray-default,#1a1c1d);color:var(--color-neutral-50);border-color:hsla(240,0%,41%,.2)}.styles_button--dark__1XYnM.styles_button--secondary__L9i8N:hover:not(:disabled){background-color:var(--color-interactive-gray-hover,#252627);border-color:hsla(240,0%,41%,.3)}.styles_button--dark__1XYnM.styles_button--secondary__L9i8N:active:not(:disabled){background-color:var(--color-interactive-gray-pressed,#131414);border-color:hsla(240,0%,41%,.4)}.styles_button--dark__1XYnM.styles_button--secondary__L9i8N:focus-visible:not(:disabled){background-color:var(--color-interactive-gray-focus,#3a3a3a);outline:2px solid var(--color-interactive-gray-focus,#3a3a3a);outline-offset:2px}.styles_button--disabled__1N_UX{cursor:not-allowed;transform:none!important;box-shadow:none!important}.styles_button--dark__1XYnM.styles_button--disabled__1N_UX.styles_button--primary__l1Km7{background-color:var(--color-interactive-primary-disabled,#372174);color:hsla(0,0%,100%,.4);border:1px solid transparent;opacity:1}.styles_button--dark__1XYnM.styles_button--disabled__1N_UX.styles_button--secondary__L9i8N{background-color:var(--color-interactive-gray-disabled,#2a2b2c);color:hsla(0,0%,100%,.4);border:1px solid hsla(240,0%,41%,.2);opacity:1}.styles_button--loading__XEtQb{cursor:wait;pointer-events:none}.styles_content__md8Iw{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:1}.styles_content--loading__ZUY4O{opacity:.7}.styles_loadingText__pMWXT{display:inline-block}.styles_spinner__zudg6{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:16px;height:16px;z-index:2}.styles_spinnerInner__iv4VL{display:block;width:100%;height:100%;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:styles_spin__a1HFC 1s linear infinite}@keyframes styles_spin__a1HFC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.styles_button--medium__nrmQf{width:100%;max-width:200px}.styles_button--small__sKPBB{width:100%;max-width:120px}}@media (prefers-reduced-motion:reduce){.styles_button__Z07Vy{transition:none}.styles_spinnerInner__iv4VL{animation:none}}@media (prefers-contrast:high){.styles_button--primary__l1Km7{border:2px solid #fff}.styles_button--secondary__L9i8N{border:2px solid}}.styles_chip__M3Is_{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:1rem;font-family:var(--font-family-primary);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.05rem;letter-spacing:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;overflow:hidden;white-space:nowrap}.styles_chip__M3Is_:focus-visible{outline:.125rem solid var(--color-primary-500)}.styles_chip--medium__eg_Xb{min-width:2.625rem;width:auto;height:2rem;padding:.46875rem .65625rem}.styles_chip--main__5z9x8{background-color:#292929;color:#e3e4e5}.styles_chip--user__cnshX{background-color:#1f2020;color:#e3e4e5}.styles_chip--light__HKd0n.styles_chip--main__5z9x8{background-color:#f5f5f5;color:#333}.styles_chip--light__HKd0n.styles_chip--user__cnshX{background-color:#e8e8e8;color:#333}.styles_chip--dark__G_nGj.styles_chip--main__5z9x8{background-color:#292929;color:#e3e4e5}.styles_chip--dark__G_nGj.styles_chip--user__cnshX{background-color:#191919;color:#e3e4e5}.styles_content__yOm4V{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:1;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-overflow:ellipsis;overflow:hidden}@media (max-width:768px){.styles_chip--medium__eg_Xb{min-width:2.625rem;width:auto;max-width:12.5rem}}@media (prefers-contrast:high){.styles_chip--main__5z9x8,.styles_chip--user__cnshX{border:.0625rem solid #fff}.styles_chip--light__HKd0n.styles_chip--main__5z9x8,.styles_chip--light__HKd0n.styles_chip--user__cnshX{border:.0625rem solid #000}}.styles_chip__M3Is_:focus-visible{outline:.125rem solid var(--color-primary-700);outline-offset:.125rem}.styles_chip--light__HKd0n:focus-visible{outline-color:var(--color-primary-700)}.styles_chip--dark__G_nGj:focus-visible{outline-color:var(--color-neutral-50)}.styles_chip__M3Is_{box-sizing:border-box}.styles_content__yOm4V{flex-shrink:0;min-width:0}@media (max-width:480px){.styles_chip--medium__eg_Xb{max-width:9.375rem}.styles_content__yOm4V{text-overflow:ellipsis;overflow:hidden}}.styles_modal__MiIPU{background-color:var(--color-surface-5);border:1px solid var(--color-interactive-gray-selected);border-radius:.75rem;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:3rem;position:relative;box-shadow:0 .25rem 1rem rgba(0,0,0,.3)}.styles_modalContent__TY9pS{display:flex;flex-direction:column;gap:1rem}.styles_header__HqHh1{display:flex;flex-direction:column;gap:.75rem}.styles_titleContainer__0DsLJ{display:flex;align-items:center}.styles_title___Me8h{font-family:Pretendard,sans-serif;font-weight:700;font-size:1.5rem;line-height:2.1rem;letter-spacing:-.0375rem;color:var(--color-text-white-87);margin:0}.styles_divider__ZVDYn{width:100%;height:1px;background:var(--color-line-normal)}.styles_content__YdHKc,.styles_textContainer__Nhhu9{display:flex;flex-direction:column}.styles_description__SnG4z{font-family:Pretendard,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.4rem;letter-spacing:0;color:var(--color-text-white-60);margin:0;word-break:keep-all}.styles_buttonGroup__CJ1ZO{display:flex;gap:1rem}.styles_buttonGroup__CJ1ZO.styles_singleButton__ICju3 .styles_buttonPrimary__q8kPU{width:100%}.styles_buttonPrimary__q8kPU,.styles_buttonSecondary__zitTy{flex:1;height:3.125rem;border-radius:.625rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.styles_buttonSecondary__zitTy{background:var(--color-interactive-gray-default);border:1px solid var(--color-interactive-gray-selected)}.styles_buttonSecondary__zitTy:hover{background:var(--color-interactive-gray-hover)}.styles_buttonSecondary__zitTy:active{background:var(--color-interactive-gray-pressed)}.styles_buttonPrimary__q8kPU{background:var(--color-interactive-primary-default)}.styles_buttonPrimary__q8kPU:hover{background:var(--color-interactive-primary-hover)}.styles_buttonPrimary__q8kPU:active{background:var(--color-interactive-primary-pressed)}.styles_buttonText___0KM8{font-family:Pretendard,sans-serif;font-size:1rem;line-height:1.4rem;font-weight:600;color:var(--color-text-white-87)}.styles_buttonSecondary__zitTy .styles_buttonText___0KM8{letter-spacing:-.025rem}.styles_buttonPrimary__q8kPU .styles_buttonText___0KM8{letter-spacing:0}@media (max-width:768px){.styles_modal__MiIPU{width:calc(100vw - 2rem)!important;max-width:30rem}}.styles_dropdown__S189Z{position:relative;display:flex;min-width:8.125rem;width:8.125rem;min-height:2.875rem;height:2.875rem;border-radius:.5rem;font-family:var(--font-family-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;box-sizing:border-box;vertical-align:top}.styles_dropdown--primary___jmqT{position:relative}.styles_dropdown--medium__gW_ZZ{min-width:8.125rem;width:8.125rem;min-height:2.875rem;height:2.875rem}.styles_dropdown--small__TRRJf{min-width:8.125rem;width:8.125rem;min-height:2.5rem;height:2.5rem}.styles_dropdown--large__QUhcE{min-width:8.125rem;width:8.125rem;min-height:3.125rem;height:3.125rem}.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA,.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA.styles_dropdown--large__QUhcE,.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA.styles_dropdown--medium__gW_ZZ,.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA.styles_dropdown--small__TRRJf{width:100%;min-width:unset}.styles_dropdown--light__XmGdV{background-color:var(--color-background)}.styles_dropdown--dark__PSB2F{background-color:transparent;border:none}.styles_dropdown--disabled__8D1Jp{cursor:not-allowed;opacity:.5}.styles_trigger__4lSai{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 1rem;background:var(--dropdown-trigger-bg,transparent);border:1px solid var(--dropdown-trigger-border,#323232);border-radius:.5rem;font-family:var(--font-family-primary,Pretendard);font-size:var(--dropdown-trigger-font-size,.875rem);font-weight:var(--dropdown-trigger-font-weight,400);line-height:var(--dropdown-trigger-line-height,1.4);color:var(--dropdown-trigger-text,#f9fbfc);cursor:pointer;transition:all .2s ease;outline:none;box-sizing:border-box}.styles_trigger__4lSai:hover:not(:disabled){border-color:var(--dropdown-trigger-hover-border,var(--color-black-300))}.styles_dropdown--disabled__8D1Jp .styles_trigger__4lSai{background-color:var(--color-neutral-100);color:var(--color-text-disabled);cursor:not-allowed;border-color:var(--color-border)}.styles_value__iLw_K{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_placeholderText__VbGuu{color:var(--dropdown-placeholder-text,rgba(249,251,252,.7));font-size:var(--dropdown-placeholder-font-size,.875rem)}.styles_arrow__dLZFV{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin-left:.5rem}.styles_menu__REBxk{position:absolute;top:calc(100% + .25rem);left:0;z-index:50;background:var(--dropdown-menu-bg,transparent);border:1px solid var(--dropdown-menu-border,#323232);border-radius:.5rem;padding:.25rem;flex-direction:column;gap:.25rem}.styles_menu__REBxk,.styles_option__AD_vJ{width:100%;box-sizing:border-box;display:flex;align-items:center}.styles_option__AD_vJ{height:2.5rem;flex-shrink:0;padding:0 1rem;text-align:left;font-family:var(--font-family-primary,Pretendard);font-size:var(--dropdown-option-font-size,.875rem);font-weight:var(--dropdown-option-font-weight,400);line-height:var(--dropdown-option-line-height,1.4);color:var(--dropdown-option-text,#f9fbfc);background-color:transparent;border:none;border-radius:.5rem;cursor:pointer}.styles_option__AD_vJ:focus,.styles_option__AD_vJ:hover{background-color:var(--dropdown-option-hover-bg,#323232)}.styles_option__AD_vJ:focus{outline:none}.styles_option__AD_vJ.styles_selected__jiAgj{background-color:var(--dropdown-option-selected-bg,transparent);color:var(--dropdown-option-text,#f9fbfc);font-weight:var(--dropdown-option-font-weight,400)}.styles_option__AD_vJ.styles_optionDisabled__jhunI{color:var(--dropdown-option-disabled-text,#666);cursor:not-allowed;background-color:transparent}.styles_option__AD_vJ.styles_optionDisabled__jhunI:hover{background-color:transparent}.styles_option__AD_vJ:last-child{margin-bottom:0}.styles_menu__REBxk::-webkit-scrollbar{width:.375rem}.styles_menu__REBxk::-webkit-scrollbar-track{background:var(--color-neutral-200);border-radius:.1875rem}.styles_menu__REBxk::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:.1875rem}.styles_menu__REBxk::-webkit-scrollbar-thumb:hover{background:var(--color-neutral-800)}.styles_menuHideScrollbar__F7kM3{-ms-overflow-style:none;scrollbar-width:none}.styles_menuHideScrollbar__F7kM3::-webkit-scrollbar{display:none}.styles_dropdown--light__XmGdV .styles_trigger__4lSai{background-color:var(--color-background);color:var(--color-text-primary);border-color:var(--color-border)}.styles_dropdown--light__XmGdV .styles_trigger__4lSai:hover:not(:disabled){border-color:var(--color-black-200)}.styles_dropdown--light__XmGdV .styles_menu__REBxk{background-color:var(--color-surface);border-color:var(--color-border);box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.0625rem rgba(0,0,0,.06)}.styles_dropdown--light__XmGdV .styles_option__AD_vJ{color:var(--color-text-primary)}.styles_dropdown--light__XmGdV .styles_option__AD_vJ:hover{background-color:var(--color-neutral-200)}.styles_dropdown--light__XmGdV .styles_option__AD_vJ.styles_selected__jiAgj{background-color:var(--color-primary-100);color:var(--color-primary-700)}.styles_dropdown--dark__PSB2F .styles_trigger__4lSai{background-color:#0e0f0f;color:#f9fbfc;border-color:#323232}.styles_dropdown--dark__PSB2F .styles_trigger__4lSai:hover:not(:disabled){border-color:#2e2e2e}.styles_dropdown--dark__PSB2F .styles_menu__REBxk{background-color:#0e0f0f;border-color:#2e2e2e;box-shadow:none}.styles_dropdown--dark__PSB2F .styles_option__AD_vJ{color:#f9fbfc;background-color:transparent}.styles_dropdown--dark__PSB2F .styles_option__AD_vJ:hover{background-color:#323232}.styles_dropdown--dark__PSB2F .styles_option__AD_vJ.styles_selected__jiAgj{background-color:transparent;color:#f9fbfc}@media (min-width:480px) and (max-width:1023px){.styles_arrow__dLZFV{margin-left:.125rem}}@media (max-width:48rem){.styles_dropdown--large__QUhcE:not(.styles_dropdown--fullWidth__arIIA),.styles_dropdown--medium__gW_ZZ:not(.styles_dropdown--fullWidth__arIIA),.styles_dropdown--small__TRRJf:not(.styles_dropdown--fullWidth__arIIA),.styles_dropdown__S189Z:not(.styles_dropdown--fullWidth__arIIA){width:100%;max-width:8.125rem;min-width:6.25rem}.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA,.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA.styles_dropdown--large__QUhcE,.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA.styles_dropdown--medium__gW_ZZ,.styles_dropdown__S189Z.styles_dropdown--fullWidth__arIIA.styles_dropdown--small__TRRJf{width:100%;max-width:none;min-width:0}.styles_option__AD_vJ,.styles_trigger__4lSai{padding-left:.75rem;padding-right:.375rem}}@media (prefers-reduced-motion:reduce){.styles_dropdown__S189Z,.styles_option__AD_vJ,.styles_trigger__4lSai{transition:none;animation:none}}@media (prefers-contrast:high){.styles_dropdown--light__XmGdV .styles_trigger__4lSai{border:.125rem solid var(--color-text-primary)}.styles_dropdown--dark__PSB2F .styles_trigger__4lSai{border:.125rem solid var(--color-neutral-50)}.styles_dropdown--light__XmGdV .styles_menu__REBxk{border:.125rem solid var(--color-text-primary)}.styles_dropdown--dark__PSB2F .styles_menu__REBxk{border:.125rem solid var(--color-neutral-50)}}.styles_dropdown__S189Z:focus-visible{outline:.125rem solid var(--color-primary-700);outline-offset:.125rem}.styles_dropdown--light__XmGdV:focus-visible{outline-color:var(--color-primary-700)}.styles_dropdown--dark__PSB2F:focus-visible{outline-color:var(--color-neutral-50)}.styles_image__1zxA_{position:relative;display:flex;border-radius:.5rem;overflow:hidden;flex-shrink:0;transition:opacity .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;transform:translateZ(0);will-change:auto}.styles_image__1zxA_:focus-visible{outline:2px solid var(--color-primary-400,#a855f7)}.styles_imageContent__GGwKp{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.styles_image--primary__kKPiA.styles_image--4-3__3yMHw{width:12.5rem;min-width:12.5rem;height:9.375rem}.styles_image--primary__kKPiA.styles_image--1-1__nRwYD{width:12.5rem;min-width:12.5rem;height:12.5rem}.styles_image--primary__kKPiA.styles_image--4-5__3ZmGW{width:12.5rem;min-width:12.5rem;height:15.625rem}.styles_image--primary__kKPiA.styles_image--3-4__zm1ij{width:12.5rem;min-width:12.5rem;height:16.75rem}.styles_image--primary__kKPiA.styles_image--2-3__4zdTZ{width:12.5rem;min-width:12.5rem;height:18.75rem}.styles_image--secondary___BffL.styles_image--1-1__nRwYD,.styles_image--secondary___BffL.styles_image--2-3__4zdTZ,.styles_image--secondary___BffL.styles_image--3-4__zm1ij,.styles_image--secondary___BffL.styles_image--4-3__3yMHw,.styles_image--secondary___BffL.styles_image--4-5__3ZmGW{width:10rem;min-width:10rem;height:15rem}.styles_image--medium__pEAPe{display:block}@media (max-width:768px){.styles_image--primary__kKPiA.styles_image--1-1__nRwYD,.styles_image--primary__kKPiA.styles_image--2-3__4zdTZ,.styles_image--primary__kKPiA.styles_image--3-4__zm1ij,.styles_image--primary__kKPiA.styles_image--4-3__3yMHw,.styles_image--primary__kKPiA.styles_image--4-5__3ZmGW{width:100%;max-width:12.5rem;min-width:10rem}.styles_image--secondary___BffL.styles_image--1-1__nRwYD,.styles_image--secondary___BffL.styles_image--2-3__4zdTZ,.styles_image--secondary___BffL.styles_image--3-4__zm1ij,.styles_image--secondary___BffL.styles_image--4-3__3yMHw,.styles_image--secondary___BffL.styles_image--4-5__3ZmGW{width:100%;max-width:10rem;min-width:8rem}}@media (prefers-reduced-motion:reduce){.styles_imageContent__GGwKp,.styles_image__1zxA_{transition:none;animation:none}.styles_image__1zxA_:hover,.styles_image__1zxA_:hover .styles_imageContent__GGwKp{transform:none}}@media (prefers-contrast:high){.styles_image--secondary___BffL{border:2px solid var(--color-neutral-700,#374151)}.styles_image--light__i4ixJ.styles_image--secondary___BffL{border-color:var(--color-neutral-900,#111827)}.styles_image--dark__EjepZ.styles_image--secondary___BffL{border-color:var(--color-neutral-50,#f9fafb)}}.styles_image__1zxA_:focus-visible{outline:2px solid var(--color-primary-600,#9333ea);outline-offset:2px;z-index:1}.styles_image--light__i4ixJ:focus-visible{outline-color:var(--color-primary-600,#9333ea)}.styles_image--dark__EjepZ:focus-visible{outline-color:var(--color-primary-400,#a855f7)}.styles_image--loading__Ey1d8{opacity:.7;cursor:wait}.styles_image--loading__Ey1d8 .styles_imageContent__GGwKp{opacity:.8}.styles_image--error__Igya_{background-color:var(--color-red-50,#fef2f2);border-color:var(--color-red-200,#fecaca)}.styles_image--error__Igya_:after{content:"이미지를 불러올 수 없습니다";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-red-600,#dc2626);font-size:.875rem;text-align:center}@media print{.styles_image__1zxA_{border:1px solid #000;box-shadow:none;transform:none!important}.styles_imageContent__GGwKp{transform:none!important;filter:none!important}}.styles_image__1zxA_.styles_image--fill-width__Utv_j{width:100%;min-width:unset;max-width:100%}.styles_image--primary__kKPiA.styles_image--fill-width__Utv_j.styles_image--4-3__3yMHw{width:100%;min-width:unset;height:auto;aspect-ratio:4/3}.styles_image--primary__kKPiA.styles_image--fill-width__Utv_j.styles_image--1-1__nRwYD{width:100%;min-width:unset;height:auto;aspect-ratio:1/1}.styles_image--primary__kKPiA.styles_image--fill-width__Utv_j.styles_image--4-5__3ZmGW{width:100%;min-width:unset;height:auto;aspect-ratio:4/5}.styles_image--primary__kKPiA.styles_image--fill-width__Utv_j.styles_image--3-4__zm1ij{width:100%;min-width:unset;height:auto;aspect-ratio:3/4}.styles_image--primary__kKPiA.styles_image--fill-width__Utv_j.styles_image--2-3__4zdTZ{width:100%;min-width:unset;height:auto;aspect-ratio:2/3}.styles_image--secondary___BffL.styles_image--fill-width__Utv_j.styles_image--4-3__3yMHw{width:100%;min-width:unset;height:auto;aspect-ratio:4/3}.styles_image--secondary___BffL.styles_image--fill-width__Utv_j.styles_image--1-1__nRwYD{width:100%;min-width:unset;height:auto;aspect-ratio:1/1}.styles_image--secondary___BffL.styles_image--fill-width__Utv_j.styles_image--4-5__3ZmGW{width:100%;min-width:unset;height:auto;aspect-ratio:4/5}.styles_image--secondary___BffL.styles_image--fill-width__Utv_j.styles_image--3-4__zm1ij{width:100%;min-width:unset;height:auto;aspect-ratio:3/4}.styles_image--secondary___BffL.styles_image--fill-width__Utv_j.styles_image--2-3__4zdTZ{width:100%;min-width:unset;height:auto;aspect-ratio:2/3}.styles_searchbar__YtGtr{display:flex;align-items:center;height:3.5rem;overflow:hidden;font-family:var(--font-family-primary);box-sizing:border-box}.styles_searchbar__iconContainer__aZj0j{display:flex;align-items:center;justify-content:center;width:3.5rem;border-radius:.625rem 0 0 .625rem;height:100%;flex-shrink:0;box-sizing:border-box}.styles_searchbar__icon___larj{width:1.5rem;height:1.5rem;flex-shrink:0}.styles_searchbar__inputContainer__KMDD4{display:flex;align-items:center;flex:1;height:100%;border-radius:0 .625rem .625rem 0;padding:0 1.25rem;position:relative;box-sizing:border-box;background-color:#0e0f0f}.styles_searchbar__input__qs9sC{flex:1;height:100%;border:none;outline:none;background:#0e0f0f;font-family:var(--font-family-primary);font-size:1rem;font-weight:var(--font-weight-regular);line-height:1.4;letter-spacing:var(--letter-spacing-none);padding:0;box-sizing:border-box}.styles_searchbar__input__qs9sC::-moz-placeholder{opacity:1}.styles_searchbar__input__qs9sC::placeholder{opacity:1}.styles_searchbar__clearButton___WOZg{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:none;background:transparent;cursor:pointer;padding:0;margin-left:.75rem;flex-shrink:0;box-sizing:border-box}.styles_searchbar__clearButton___WOZg:hover{opacity:.8}.styles_searchbar__clearButton___WOZg:active{opacity:.6}.styles_searchbar__clearIcon__K80Ps{width:1.25rem;height:1.25rem;flex-shrink:0}.styles_searchbar--light__kBA2J .styles_searchbar__iconContainer__aZj0j{background-color:var(--color-background);border:1px solid var(--color-border);border-right:none}.styles_searchbar--light__kBA2J .styles_searchbar__inputContainer__KMDD4{background-color:var(--color-background);border:1px solid var(--color-border);border-left:none}.styles_searchbar--light__kBA2J .styles_searchbar__input__qs9sC{color:var(--color-text-primary)}.styles_searchbar--light__kBA2J .styles_searchbar__input__qs9sC::-moz-placeholder{color:var(--color-text-secondary)}.styles_searchbar--light__kBA2J .styles_searchbar__input__qs9sC::placeholder{color:var(--color-text-secondary)}.styles_searchbar--light__kBA2J .styles_searchbar__clearIcon__K80Ps{filter:brightness(0) saturate(100%) invert(7%) sepia(0) saturate(1074%) hue-rotate(229deg) brightness(95%) contrast(89%)}.styles_searchbar--dark__Ffb8M .styles_searchbar__iconContainer__aZj0j{background-color:var(--color-grey-400);border:1px solid var(--color-neutral-900);border-right:none}.styles_searchbar--dark__Ffb8M .styles_searchbar__inputContainer__KMDD4{border:1px solid var(--color-neutral-900);border-left:none}.styles_searchbar--dark__Ffb8M .styles_searchbar__input__qs9sC{color:var(--color-neutral-500);background-color:#0e0f0f}.styles_searchbar--dark__Ffb8M .styles_searchbar__input__qs9sC::-moz-placeholder{color:var(--color-neutral-700)}.styles_searchbar--dark__Ffb8M .styles_searchbar__input__qs9sC::placeholder{color:var(--color-neutral-700)}.styles_searchbar--disabled__IKJ7Z .styles_searchbar__iconContainer__aZj0j,.styles_searchbar--disabled__IKJ7Z .styles_searchbar__inputContainer__KMDD4{border-color:#323232}.styles_searchbar--disabled__IKJ7Z .styles_searchbar__input__qs9sC::-moz-placeholder{color:#898a8b}.styles_searchbar--disabled__IKJ7Z .styles_searchbar__input__qs9sC::placeholder{color:#898a8b}.styles_searchbar--dark__Ffb8M:not(.styles_searchbar--typing__Gxsoy):not(.styles_searchbar--disabled__IKJ7Z) .styles_searchbar__iconContainer__aZj0j,.styles_searchbar--dark__Ffb8M:not(.styles_searchbar--typing__Gxsoy):not(.styles_searchbar--disabled__IKJ7Z) .styles_searchbar__inputContainer__KMDD4{border-color:#323232}.styles_searchbar--dark__Ffb8M:not(.styles_searchbar--typing__Gxsoy):not(.styles_searchbar--disabled__IKJ7Z) .styles_searchbar__input__qs9sC::-moz-placeholder{color:#b1b2b3}.styles_searchbar--dark__Ffb8M:not(.styles_searchbar--typing__Gxsoy):not(.styles_searchbar--disabled__IKJ7Z) .styles_searchbar__input__qs9sC::placeholder{color:#b1b2b3}.styles_searchbar--dark__Ffb8M.styles_searchbar--typing__Gxsoy .styles_searchbar__input__qs9sC::-moz-placeholder{color:#f9fbfc}.styles_searchbar--dark__Ffb8M.styles_searchbar--typing__Gxsoy .styles_searchbar__input__qs9sC::placeholder{color:#f9fbfc}.styles_searchbar--dark__Ffb8M .styles_searchbar__input__qs9sC:focus,.styles_searchbar--light__kBA2J .styles_searchbar__input__qs9sC:focus{outline:none}.styles_searchbar--dark__Ffb8M.styles_searchbar--typing__Gxsoy .styles_searchbar__iconContainer__aZj0j,.styles_searchbar--dark__Ffb8M.styles_searchbar--typing__Gxsoy .styles_searchbar__inputContainer__KMDD4,.styles_searchbar--typing__Gxsoy .styles_searchbar__iconContainer__aZj0j,.styles_searchbar--typing__Gxsoy .styles_searchbar__inputContainer__KMDD4{border-color:#898a8b}.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__iconContainer__aZj0j{border-bottom-left-radius:0;border-radius:.625rem 0 0 0}.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__inputContainer__KMDD4{border-bottom-right-radius:0;border-radius:0 .625rem 0 0}.styles_searchbar--dark__Ffb8M.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__iconContainer__aZj0j{border-bottom-left-radius:0;border-radius:.625rem 0 0 0}.styles_searchbar--dark__Ffb8M.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__inputContainer__KMDD4{border-bottom-right-radius:0;border-radius:0 .625rem 0 0}.styles_searchbar--typing__Gxsoy.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__iconContainer__aZj0j{border-color:#b1b2b3;border-bottom-left-radius:0;border-radius:.625rem 0 0 0}.styles_searchbar--typing__Gxsoy.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__inputContainer__KMDD4{border-color:#b1b2b3;border-bottom-right-radius:0;border-radius:0 .625rem 0 0}.styles_searchbar--dark__Ffb8M.styles_searchbar--typing__Gxsoy.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__iconContainer__aZj0j{border-color:#b1b2b3;border-bottom-left-radius:0;border-radius:.625rem 0 0 0}.styles_searchbar--dark__Ffb8M.styles_searchbar--typing__Gxsoy.styles_searchbar--dropdown-open__ThSLj .styles_searchbar__inputContainer__KMDD4{border-color:#b1b2b3;border-bottom-right-radius:0;border-radius:0 .625rem 0 0}@media (max-width:768px){.styles_searchbar__YtGtr{min-width:0}.styles_searchbar__iconContainer__aZj0j{width:3rem}.styles_searchbar__inputContainer__KMDD4{padding:0 1rem}.styles_searchbar__input__qs9sC{font-size:.875rem}}.styles_pagination__61maj{width:100%;display:flex;justify-content:flex-end;background-color:#191919;gap:0;height:3.75rem;padding:0 1rem;border-radius:0 0 .5rem .5rem;border:1px solid var(--color-black-450);border-top:none}.styles_pageButton__WRstz,.styles_pagination__61maj{position:relative;align-items:center;font-family:var(--font-family-primary);outline:none}.styles_pageButton__WRstz{display:inline-flex;justify-content:center;min-width:1.875rem;width:1.875rem;height:1.875rem;padding:0;background-color:var(--color-black-10);border:1px solid var(--color-black-10);border-radius:.25rem;font-size:var(--typography-body-small-regular-font-size);font-weight:var(--font-weight-regular);line-height:calc(17/12);letter-spacing:var(--letter-spacing-none);text-align:center;color:var(--color-neutral-600);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;transition:all .15s ease-in-out}.styles_pageButton__WRstz:focus-visible{outline:2px solid var(--color-primary-400);outline-offset:2px}.styles_pageButton--active__MLA41{background-color:var(--color-black-20);border-color:var(--color-black-450);color:var(--color-neutral-600);font-weight:var(--font-weight-regular)}.styles_pageButton--disabled__ygI_B{opacity:.5;cursor:not-allowed;pointer-events:none}.styles_navButton__88uIQ,.styles_pageButton--dark__Pcvlj{background-color:var(--color-black-10);border-color:var(--color-black-10);color:var(--color-neutral-600)}.styles_pageButton--dark__Pcvlj.styles_pageButton--active__MLA41{background-color:var(--color-black-20);border-color:var(--color-black-450);color:var(--color-neutral-600)}.styles_pageButton--light__Zd5fZ{color:var(--color-text-primary)}.styles_pageButton--light__Zd5fZ.styles_pageButton--active__MLA41{background-color:var(--color-primary-700);color:var(--color-neutral-50)}.styles_ellipsis__juO5E{display:flex;align-items:center;justify-content:center;min-width:1.875rem;height:1.875rem;font-family:"Poppins",var(--font-family-primary);font-size:var(--typography-body-small-regular-font-size);font-weight:var(--font-weight-medium);line-height:1;letter-spacing:-.12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_ellipsis--dark__4xzya,.styles_ellipsis__juO5E{color:var(--color-neutral-600)}.styles_ellipsis--light__RaYlY{color:var(--color-text-secondary)}.styles_totalCount__4MKIC{display:flex;align-items:center;justify-content:flex-start;width:12.5rem;height:3.75rem;font-family:var(--font-family-primary);font-size:1rem;font-weight:var(--font-weight-regular);line-height:1.4;letter-spacing:var(--letter-spacing-none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_totalCount--dark__jNULg{color:rgba(249,251,252,.9)}.styles_totalCount--light__9t3mt{color:var(--color-text-primary)}.styles_paginationControls__zOwZ9{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;height:3.75rem}.styles_spinner__NWNQX{display:inline-flex;align-items:center;justify-content:center;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.styles_iconLoaderProgress__NK0ho{display:flex;align-items:center;justify-content:center;margin:0;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite;animation-name:styles_rotateLoader__Lx9jK;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.styles_iconLoaderProgress__NK0ho svg{stroke-width:1.25rem;fill:none;transform-origin:center;position:absolute;will-change:auto;transform:translateZ(0);shape-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.styles_iconLoaderProgressFirst__BQOHh,.styles_iconLoaderProgressFirst__BQOHh circle,.styles_iconLoaderProgressSecond__vKrm4,.styles_iconLoaderProgressSecond__vKrm4 circle{animation-timing-function:ease-in-out;animation-iteration-count:infinite}.styles_iconLoaderProgressFirst__BQOHh circle,.styles_iconLoaderProgressSecond__vKrm4 circle{animation-duration:3s;border-radius:15px;will-change:stroke-dashoffset}.styles_iconLoaderProgressFirst__BQOHh,.styles_iconLoaderProgressSecond__vKrm4{animation-duration:6s}.styles_iconLoaderProgressSecond__vKrm4{transform:rotate(-14deg)}.styles_screenReaderOnly__QtPtx{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.styles_spinner--small__vfNSY{width:2rem;height:2rem}.styles_spinner--small__vfNSY svg{width:2rem;height:2rem;stroke-width:10px}.styles_spinner--medium__PyiLz{width:2.5rem;height:2.5rem}.styles_spinner--medium__PyiLz svg{width:2.5rem;height:2.5rem;stroke-width:12px}.styles_spinner--large__Ck4_y{width:3.5rem;height:3.5rem}.styles_spinner--large__Ck4_y svg{width:3.5rem;height:3.5rem;stroke-width:16px}.styles_spinner--dark__yAnQc.styles_spinner--primary__yMZuQ .styles_iconLoaderProgressFirst__BQOHh circle{animation-name:styles_circleFirst__Yw4XT;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#03a94d;stroke-linecap:round}.styles_spinner--dark__yAnQc.styles_spinner--primary__yMZuQ .styles_iconLoaderProgressSecond__vKrm4 circle{animation-name:styles_circleSecond__h_G3S;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#6be39e;stroke-linecap:round}.styles_spinner--dark__yAnQc.styles_spinner--secondary__1h9WS .styles_iconLoaderProgressFirst__BQOHh circle{animation-name:styles_circleFirst__Yw4XT;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#74ff52;stroke-linecap:round}.styles_spinner--dark__yAnQc.styles_spinner--secondary__1h9WS .styles_iconLoaderProgressSecond__vKrm4 circle{animation-name:styles_circleSecond__h_G3S;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#d4ffc9;stroke-linecap:round}.styles_spinner--dark__yAnQc.styles_spinner--neutral__KYs8N .styles_iconLoaderProgressFirst__BQOHh circle{animation-name:styles_circleFirst__Yw4XT;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#b8b8b8;stroke-linecap:round}.styles_spinner--dark__yAnQc.styles_spinner--neutral__KYs8N .styles_iconLoaderProgressSecond__vKrm4 circle{animation-name:styles_circleSecond__h_G3S;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#656565;stroke-linecap:round}.styles_spinner--light__HRArE.styles_spinner--primary__yMZuQ .styles_iconLoaderProgressFirst__BQOHh circle{animation-name:styles_circleFirst__Yw4XT;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#028a3f;stroke-linecap:round}.styles_spinner--light__HRArE.styles_spinner--primary__yMZuQ .styles_iconLoaderProgressSecond__vKrm4 circle{animation-name:styles_circleSecond__h_G3S;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#4fcf8b;stroke-linecap:round}.styles_spinner--light__HRArE.styles_spinner--secondary__1h9WS .styles_iconLoaderProgressFirst__BQOHh circle{animation-name:styles_circleFirst__Yw4XT;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#52b53a;stroke-linecap:round}.styles_spinner--light__HRArE.styles_spinner--secondary__1h9WS .styles_iconLoaderProgressSecond__vKrm4 circle{animation-name:styles_circleSecond__h_G3S;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#a2ff8b;stroke-linecap:round}.styles_spinner--light__HRArE.styles_spinner--neutral__KYs8N .styles_iconLoaderProgressFirst__BQOHh circle{animation-name:styles_circleFirst__Yw4XT;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#474747;stroke-linecap:round}.styles_spinner--light__HRArE.styles_spinner--neutral__KYs8N .styles_iconLoaderProgressSecond__vKrm4 circle{animation-name:styles_circleSecond__h_G3S;stroke-dasharray:628,628;stroke-dashoffset:0;stroke:#959595;stroke-linecap:round}@keyframes styles_circleFirst__Yw4XT{0%,to{stroke-dashoffset:50}50%{stroke-dashoffset:625}}@keyframes styles_circleSecond__h_G3S{0%,to{stroke-dashoffset:-625}50%{stroke-dashoffset:-50}}@keyframes styles_rotateLoader__Lx9jK{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.styles_iconLoaderProgress__NK0ho{animation:none}.styles_iconLoaderProgressFirst__BQOHh circle,.styles_iconLoaderProgressSecond__vKrm4 circle{animation:none;stroke-dashoffset:200}.styles_iconLoaderProgress__NK0ho{animation:styles_pulse__JSSta 2s ease-in-out infinite}@keyframes styles_pulse__JSSta{0%,to{opacity:1}50%{opacity:.5}}}.styles_spinner__NWNQX:focus-visible{outline:2px solid #50f;outline-offset:2px;border-radius:4px}@media (forced-colors:active){.styles_iconLoaderProgressFirst__BQOHh circle{stroke:ButtonText}.styles_iconLoaderProgressSecond__vKrm4 circle{stroke:GrayText}}.styles_tableContainer__qFY8z{width:100%;position:relative;border-radius:.75rem .75rem 0 0;border:1px solid var(--color-black-450);font-family:var(--font-family-primary)}.styles_tableWrapper__rOEO1{overflow-x:auto}.styles_table__8bK4J{width:100%;border-collapse:separate;border-spacing:0;font-family:var(--font-family-primary)}.styles_thead__UpRao{background-color:#323232}.styles_headerRow__4Ezg6{height:60px}.styles_th__lWMJn{padding:16px;font-size:var(--typography-body-large-font-size);font-weight:var(--font-weight-bold);line-height:var(--typography-body-large-line-height);letter-spacing:var(--typography-body-large-letter-spacing);font-family:var(--font-family-primary);color:var(--color-neutral-500);border:none;border-bottom:1px solid var(--color-black-450)}.styles_th__lWMJn:first-child{border-radius:.75rem 0 0 0}.styles_th__lWMJn:first-child:not(.styles_checkboxColumn__a_xJw){padding-left:16px;border-radius:.75rem 0 0 0}.styles_th__lWMJn:last-child{border-radius:0 .75rem 0 0}.styles_thContent__trPUH{display:flex;align-items:center;justify-content:space-between;width:100%}.styles_thTitle__Jz7PV{flex:1;text-align:inherit}.styles_sortable__ieLmz{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_sortable__ieLmz:hover{background-color:hsla(0,0%,100%,.03)}.styles_sortButton__zOWh1{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:none;border:none;cursor:pointer;margin-left:8px;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles_sortButton__zOWh1:hover{opacity:1;transform:scale(1.1)}.styles_sortButton__zOWh1:disabled{opacity:.3;cursor:not-allowed}.styles_resizable__g_dXI{resize:horizontal;min-width:50px}.styles_autoFit__tVnRf{white-space:nowrap}.styles_table__8bK4J .styles_td__kxQvD.styles_checkboxColumn__a_xJw,.styles_table__8bK4J .styles_th__lWMJn.styles_checkboxColumn__a_xJw{width:56px;min-width:56px;max-width:56px;text-align:center;vertical-align:middle;padding:0 1rem;position:relative;box-sizing:border-box}.styles_checkboxButton__Nrh8c{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.styles_checkboxButton__Nrh8c svg{width:24px!important;height:24px!important;display:block}.styles_checkboxButton__Nrh8c:hover{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}.styles_tbody__s_WXW{background-color:var(--color-background)}.styles_bodyRow__m7MCc{height:60px;background-color:#0e0f0f;border-bottom:1px solid var(--color-black-450);cursor:pointer}.styles_bodyRow__m7MCc:last-child{border-bottom:none}.styles_bodyRow__m7MCc:hover{background-color:#191919}.styles_bodyRow__m7MCc.styles_clickable__iqjf4{cursor:pointer;transition:background-color .2s ease}.styles_bodyRow__m7MCc.styles_clickable__iqjf4:hover{background-color:#191919}.styles_td__kxQvD{padding:16px;font-size:var(--typography-body-large-font-size);font-weight:var(--font-weight-semibold);line-height:var(--typography-body-large-line-height);letter-spacing:var(--typography-body-large-letter-spacing);color:var(--color-neutral-500);background-color:transparent;border-bottom:1px solid var(--color-black-450)}.styles_td__kxQvD:first-child:not(.styles_checkboxColumn__a_xJw){padding-left:16px}.styles_loading__Ujz1V{position:relative}.styles_loadingOverlay__u4FX9{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:inherit}.styles_loadingContent__BZDh_{display:flex;flex-direction:column;align-items:center;gap:12px;background-color:var(--color-black-500);padding:24px 32px;border-radius:8px;border:1px solid var(--color-black-450)}.styles_spinner___lOgq{animation:styles_spin__x5VWU 1s linear infinite}@keyframes styles_spin__x5VWU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_loadingText__K6UUp{font-size:var(--typography-body-medium-font-size);font-weight:var(--font-weight-regular);color:var(--color-neutral-500)}.styles_skeletonRow__qWGys{opacity:.7}.styles_skeleton__KAqB_{background:linear-gradient(90deg,var(--color-black-300) 25%,var(--color-black-200) 50%,var(--color-black-300) 75%);background-size:200% 100%;border-radius:4px;animation:styles_shimmer__PM7yM 1.5s infinite}@keyframes styles_shimmer__PM7yM{0%{background-position:-200% 0}to{background-position:200% 0}}.styles_emptyRow__cfiIF{height:auto}.styles_emptyCell__OI0Cn{padding:48px 24px;text-align:center;border:none}.styles_emptyState__qugk4{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:400px;margin:0 auto}.styles_emptyIcon__NBeAK{opacity:.6;color:var(--color-neutral-600)}.styles_emptyContent__dbcVs{display:flex;flex-direction:column;gap:8px}.styles_emptyTitle__OmnyN{font-size:var(--typography-title-medium-font-size);font-weight:var(--typography-title-medium-font-weight);line-height:var(--typography-title-medium-line-height);color:var(--color-text-primary);margin:0}.styles_emptyDescription__CIdHP{font-size:var(--typography-body-medium-regular-font-size);font-weight:var(--typography-body-medium-regular-font-weight);line-height:var(--typography-body-medium-regular-line-height);color:var(--color-text-secondary);margin:0;opacity:.8}.styles_emptyAction__5Fak8{margin-top:8px}[data-theme=dark] .styles_tableContainer__qFY8z{background-color:var(--color-background);border-color:var(--color-black-450)}[data-theme=dark] .styles_thead__UpRao{background-color:var(--color-black-500)}[data-theme=dark] .styles_th__lWMJn{background-color:#191919;color:var(--color-text-primary);border-bottom-color:var(--color-black-450)}[data-theme=dark] .styles_bodyRow__m7MCc{background-color:#0e0f0f;border-bottom-color:var(--color-black-450)}[data-theme=dark] .styles_bodyRow__m7MCc.styles_clickable__iqjf4:hover,[data-theme=dark] .styles_bodyRow__m7MCc:hover{background-color:#191919}[data-theme=dark] .styles_td__kxQvD{color:var(--color-text-primary);background-color:transparent}[data-theme=dark] .styles_sortable__ieLmz:hover{background-color:hsla(0,0%,100%,.03)}[data-theme=dark] .styles_checkboxButton__Nrh8c{color:var(--color-neutral-600)}[data-theme=dark] .styles_checkboxButton__Nrh8c:hover{opacity:.8}[data-theme=dark] .styles_checkboxButton__Nrh8c:focus-visible{outline-color:var(--color-neutral-50)}[data-theme=dark] .styles_loadingContent__BZDh_{background-color:var(--color-black-500);border-color:var(--color-black-450)}[data-theme=dark] .styles_loadingText__K6UUp{color:var(--color-text-primary)}[data-theme=dark] .styles_skeleton__KAqB_{background:linear-gradient(90deg,var(--color-black-400) 25%,var(--color-black-300) 50%,var(--color-black-400) 75%)}[data-theme=dark] .styles_emptyTitle__OmnyN{color:var(--color-text-primary)}[data-theme=dark] .styles_emptyDescription__CIdHP{color:var(--color-text-secondary)}@media (min-width:480px) and (max-width:1479px){.styles_th__lWMJn{padding:0 10px}.styles_th__lWMJn:first-child:not(.styles_checkboxColumn__a_xJw){padding-left:10px}.styles_td__kxQvD{padding:0 10px}.styles_td__kxQvD:first-child:not(.styles_checkboxColumn__a_xJw){padding-left:10px}.styles_table__8bK4J .styles_td__kxQvD.styles_checkboxColumn__a_xJw,.styles_table__8bK4J .styles_th__lWMJn.styles_checkboxColumn__a_xJw{width:44px;min-width:44px;max-width:44px;padding:0 .625rem}}.styles_tooltip__xlIak{display:inline-flex;align-items:center;position:relative}.styles_arrow__aSjMR{width:9px;height:31px;position:relative;flex-shrink:0}.styles_arrow__aSjMR:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:0;border-color:transparent #29292a transparent transparent;border-style:solid;border-width:5px 9px 5px 0}.styles_contentBox__hjxUh{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5.5px 12px;min-height:31px;background:var(--color-background,#0e0f0f);border-radius:4px;position:relative;flex:1}.styles_contentBox__hjxUh:before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.11);border-radius:4px;pointer-events:none}.styles_text__ODU0D{font-size:.875rem;font-weight:var(--font-weight-regular,400);line-height:1.4;letter-spacing:0;white-space:nowrap}.styles_closeButton__6PTpS,.styles_text__ODU0D{color:hsla(0,0%,100%,.87);position:relative;z-index:1}.styles_closeButton__6PTpS{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;margin:0;background:transparent;border:none;cursor:pointer;flex-shrink:0;transition:color .2s ease}.styles_closeButton__6PTpS:hover{color:#fff}.styles_closeButton__6PTpS:active{color:hsla(0,0%,100%,.6)}.styles_closeButton__6PTpS:focus-visible{outline:2px solid var(--color-primary-500,#50f);outline-offset:2px;border-radius:2px}.styles_closeIcon__V_cj1{width:16px;height:16px;display:block}.styles_tooltip__xlIak.styles_arrow-right__PLJcH{flex-direction:row-reverse}.styles_tooltip__xlIak.styles_arrow-right__PLJcH .styles_arrow__aSjMR:before{left:auto;right:0;border-width:5px 0 5px 9px;border-color:transparent transparent transparent #29292a}.styles_tooltip__xlIak.styles_arrow-top__VNZBy{flex-direction:column}.styles_tooltip__xlIak.styles_arrow-top__VNZBy .styles_arrow__aSjMR{width:31px;height:9px}.styles_tooltip__xlIak.styles_arrow-top__VNZBy .styles_arrow__aSjMR:before{left:50%;top:0;transform:translateX(-50%);border-width:0 5px 9px;border-color:transparent transparent #29292a}.styles_tooltip__xlIak.styles_arrow-bottom__OcZ8o{flex-direction:column-reverse}.styles_tooltip__xlIak.styles_arrow-bottom__OcZ8o .styles_arrow__aSjMR{width:31px;height:9px}.styles_tooltip__xlIak.styles_arrow-bottom__OcZ8o .styles_arrow__aSjMR:before{left:50%;top:auto;bottom:0;transform:translateX(-50%);border-width:9px 5px 0;border-color:#29292a transparent transparent}.styles_menuHeader__H9R7E{display:flex;flex-direction:column;width:100%;height:100%;border-radius:0}.styles_logoSection__6Ok6C{width:100%;padding:.5rem .75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.625rem;flex-shrink:0}@media (max-width:1024px){.styles_logoSection__6Ok6C{padding:.5rem 0}}.styles_logoContent__7Le0y{width:100%;height:2.75rem;display:flex;align-items:center;justify-content:space-between}.styles_logoTextContainer__5FvV3{display:flex;gap:.5rem}.styles_logoText__REx0Y{display:flex;height:2.125rem;justify-content:center;align-items:center;align-self:stretch;gap:.25rem;padding-bottom:.25rem}.styles_logoTitle__qTGiw{color:var(--color-text-light-87,hsla(0,0%,100%,.87));font-weight:800;line-height:140%}.styles_logSubTitle__FUIVp,.styles_logoTitle__qTGiw{font-size:1.5rem;font-style:normal;letter-spacing:.22px}.styles_logSubTitle__FUIVp{color:var(--text-light-87,hsla(0,0%,100%,.87));font-weight:500;line-height:1.4}@media (max-width:1024px){.styles_logoText__REx0Y{font-size:1.25rem}}@media (max-width:480px){.styles_logoText__REx0Y{font-size:1.125rem}}.styles_sidebarToggle__pE0_v{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-neutral-500)}.styles_sidebarToggle__pE0_v:hover:not(.styles_menuItemActive__Rn9II){opacity:.8}.styles_menuSection__qm_zo{width:100%;display:flex;flex-direction:column;gap:.375rem;padding:0 .75rem;flex:1;overflow-y:auto;overflow-x:visible;min-height:0}@media (max-width:1024px){.styles_menuSection__qm_zo{padding:0}}.styles_menuSection__qm_zo::-webkit-scrollbar{width:6px}.styles_menuSection__qm_zo::-webkit-scrollbar-track{background:transparent}.styles_menuSection__qm_zo::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.styles_menuSection__qm_zo::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.styles_menuSection__qm_zo{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}.styles_sectionTitle__2ZLOw{font-size:var(--typography-body-xlarge-font-size);font-weight:var(--font-weight-regular);line-height:var(--typography-body-xlarge-line-height);color:hsla(0,0%,100%,.6);padding:.375rem 0;margin-bottom:.5rem;margin-top:.5rem;font-family:var(--font-family-primary)}@media (max-width:1024px){.styles_sectionTitle__2ZLOw{font-size:.875rem;line-height:1.4}}.styles_divider__xl_Kt{width:100%;height:1px;background:#3b3c3d;margin:.5rem 0}.styles_menuItem__ssf6I{position:relative;width:100%;height:2.5rem;border-radius:.75rem;border:none;background:transparent;display:flex;align-items:center;padding:.5rem 1rem;cursor:pointer;gap:.75rem;transition:all .2s ease}@media (max-width:1024px){.styles_menuItem__ssf6I{padding:.5rem .5rem .5rem .75rem}}.styles_menuItem__ssf6I:hover:not(.styles_menuItemActive__Rn9II):not(.styles_menuItemDisabled__jqMkP){background-color:hsla(0,0%,100%,.05)}.styles_menuItemActive__Rn9II,.styles_menuItemActive__Rn9II:hover{background-color:hsla(0,0%,100%,.1)}.styles_menuItemDisabled__jqMkP{cursor:not-allowed;opacity:1}.styles_menuItemDisabled__jqMkP:hover{background-color:transparent}.styles_menuIcon__lmvUT{flex-shrink:0}.styles_menuIcon__lmvUT,.styles_menuItemActive__Rn9II .styles_menuIcon__lmvUT{color:hsla(0,0%,100%,.87)}.styles_menuItemDisabled__jqMkP .styles_menuIcon__lmvUT{color:hsla(0,0%,100%,.38)}.styles_menuText__a5rzb{font-size:var(--typography-body-xlarge-font-size);font-weight:var(--font-weight-regular);line-height:var(--typography-body-xlarge-line-height);letter-spacing:0;color:hsla(0,0%,100%,.87);font-family:var(--font-family-primary);white-space:nowrap}@media (max-width:1024px){.styles_menuText__a5rzb{font-size:.875rem;line-height:1.4}}.styles_menuItemActive__Rn9II .styles_menuText__a5rzb{color:hsla(0,0%,100%,.87);font-weight:400}.styles_menuItemDisabled__jqMkP .styles_menuText__a5rzb{color:hsla(0,0%,100%,.38)}.styles_lockIcon__vEPQp{color:hsla(0,0%,100%,.38);flex-shrink:0;margin-left:auto}.styles_comingSoonChip__yhPBb{padding:.125rem .5rem;background:rgba(3,169,77,.1);border-radius:.5rem;font-size:.75rem;font-weight:var(--font-weight-regular);line-height:1.4;color:#03a94d;font-family:var(--font-family-primary);flex-shrink:0;margin-left:auto}[data-theme=dark] .styles_logoText__REx0Y,[data-theme=dark] .styles_sidebarToggle__pE0_v{color:var(--color-text-primary)}[data-theme=dark] .styles_sectionTitle__2ZLOw{color:hsla(0,0%,100%,.6)}[data-theme=dark] .styles_divider__xl_Kt{background:#3b3c3d}[data-theme=dark] .styles_menuIcon__lmvUT,[data-theme=dark] .styles_menuText__a5rzb{color:hsla(0,0%,100%,.87)}[data-theme=dark] .styles_menuItemActive__Rn9II{background-color:hsla(0,0%,100%,.1)}[data-theme=dark] .styles_menuItemDisabled__jqMkP .styles_menuIcon__lmvUT,[data-theme=dark] .styles_menuItemDisabled__jqMkP .styles_menuText__a5rzb{color:hsla(0,0%,100%,.38)}[data-theme=dark] .styles_menuItem__ssf6I:hover:not(.styles_menuItemActive__Rn9II):not(.styles_menuItemDisabled__jqMkP){background-color:hsla(0,0%,100%,.05)}[data-theme=dark] .styles_lockIcon__vEPQp{color:hsla(0,0%,100%,.38)}[data-theme=dark] .styles_comingSoonChip__yhPBb{background:rgba(3,169,77,.1);color:#03a94d}[data-theme=dark] .styles_compact__VqVdS .styles_sidebarToggle__pE0_v:hover{background-color:hsla(0,0%,100%,.05)}.styles_menuHeader__H9R7E.styles_compact__VqVdS{width:100%;height:100%}.styles_compact__VqVdS .styles_logoSection__6Ok6C{width:100%;padding:1.375rem 0;justify-content:center;flex-shrink:0}.styles_compact__VqVdS .styles_sidebarToggle__pE0_v{width:1.25rem;height:1.25rem;border-radius:.625rem;transition:background-color .2s ease}.styles_compact__VqVdS .styles_sidebarToggle__pE0_v:hover:not(.styles_menuItemActive__Rn9II){background-color:var(--color-black-20);opacity:1}.styles_backButton__A7mEu{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-neutral-500);width:1.25rem;height:1.25rem}.styles_backButton__A7mEu:hover{opacity:.8}.styles_compact__VqVdS .styles_menuSection__qm_zo{width:100%;padding:.3125rem 0;gap:.25rem;align-items:center;flex:1;overflow:visible;min-height:0}.styles_compactItem__eYFx3{width:2.5rem;height:2.5rem;border-radius:.625rem;padding:0;justify-content:center}.styles_compactItem__eYFx3:hover:not(.styles_menuItemActive__Rn9II):not(.styles_menuItemDisabled__jqMkP){background-color:hsla(0,0%,100%,.05)}.styles_compactItem__eYFx3.styles_menuItemActive__Rn9II{background-color:hsla(0,0%,100%,.1)}.styles_compactItem__eYFx3.styles_menuItemDisabled__jqMkP{opacity:.38;cursor:not-allowed}.styles_compactItem__eYFx3.styles_menuItemDisabled__jqMkP:hover{background-color:transparent}.styles_tooltipWrapper__YJDr6{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:4px;margin-top:4px;z-index:1000;pointer-events:none;white-space:nowrap}.styles_mainContainer__745me,.styles_menuFooterLoginAfter__FcLBN{display:flex;flex-direction:column;width:100%}.styles_mainContainer__745me{gap:.5rem}.styles_profileSection__ozPZZ{width:100%;height:2.5rem;border-radius:.75rem;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease;padding:0}.styles_profileSection__ozPZZ.styles_profileSectionActive__hOPe8,.styles_profileSection__ozPZZ:hover{background-color:var(--color-black-20)}.styles_profileInfo__9ItWi{display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;height:100%;gap:.75rem}@media (max-width:1024px){.styles_profileInfo__9ItWi{padding:0 .625rem}}.styles_moreAnchor__4MDW1{display:inline-flex;align-items:center}.styles_profileNameContainer__wq_IS{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.styles_profileIcon__XZEor{width:1.5rem;height:1.5rem;color:var(--color-neutral-500);flex-shrink:0}.styles_profileAvatar__JFe1O{width:1.5rem;height:1.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1px solid var(--color-neutral-700)}.styles_profileName__Kcglc{font-family:var(--font-family-primary);font-size:1rem;font-weight:var(--font-weight-regular);line-height:1.4;letter-spacing:0;color:hsla(0,0%,100%,.87);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px){.styles_profileName__Kcglc{font-size:.875rem}}.styles_skeletonName__CcoMS{width:4rem;height:1rem;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.12) 50%,hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:.25rem;animation:styles_skeletonPulse__IBTtl 1.5s ease-in-out infinite}@media (max-width:1024px){.styles_skeletonName__CcoMS{height:.875rem}}@keyframes styles_skeletonPulse__IBTtl{0%{background-position:200% 0}to{background-position:-200% 0}}.styles_settingIcon__ctkQV{width:1.25rem;height:1.25rem;color:var(--color-text-primary);flex-shrink:0}.styles_premiumSection__TuZHb{width:100%;height:2.25rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center}.styles_premiumSectionActive__vO48S,.styles_premiumSection__TuZHb:hover{background-color:rgba(3,169,77,.15)}.styles_premiumContent__s4BP4{display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;height:100%;width:100%}.styles_premiumLeft__v7kBB{display:flex;align-items:center;gap:.75rem}.styles_subscriptionBadge__pyFp_{display:flex;height:1.25rem;padding:.25rem .5rem;justify-content:center;align-items:center;background-color:#1d3b21;border-radius:.625rem;color:#a0f7c8;font-family:var(--font-family-primary);font-size:var(--typography-body-small-font-size);font-style:normal;font-weight:var(--font-weight-regular);line-height:140%}@media (max-width:1024px){.styles_premiumContent__s4BP4{padding:0 .625rem}}.styles_premiumBadge__KtiNf{width:1.5rem;height:1.5rem;border-radius:100%;background:linear-gradient(180deg,#03a94d,#03a94d);display:flex;align-items:center;justify-content:center;flex-shrink:0}.styles_premiumBadgeIcon__wQOPR{width:.875rem;height:.875rem;color:#fff}.styles_premiumText__30EUh{font-family:var(--font-family-primary);font-size:1rem;font-weight:var(--font-weight-regular);line-height:1.4;letter-spacing:0;color:hsla(0,0%,100%,.87);white-space:nowrap}@media (max-width:1024px){.styles_premiumText__30EUh{font-size:.875rem}}.styles_skeletonPlan__rgJ49{width:4rem;height:1rem;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.12) 50%,hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:.25rem;animation:styles_skeletonPulse__IBTtl 1.5s ease-in-out infinite}@media (max-width:1024px){.styles_skeletonPlan__rgJ49{height:.875rem}}.styles_kakaoSection__C2oZ2{width:100%;height:2.5rem;background:transparent;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .2s ease;padding:0}.styles_kakaoSection__C2oZ2:hover{background-color:var(--color-black-20)}.styles_kakaoContent__vJPEZ{display:flex;align-items:center;padding:0 .75rem;height:100%;gap:.75rem}@media (max-width:1024px){.styles_kakaoContent__vJPEZ{padding:0 .625rem}}.styles_kakaoIcon__abvNQ{width:1.5rem;height:1.5rem;flex-shrink:0}.styles_kakaoText__5GlGK{font-family:var(--font-family-primary);font-size:1rem;font-weight:var(--font-weight-regular);line-height:1.4;letter-spacing:0;color:hsla(0,0%,100%,.87);white-space:nowrap;flex:1;text-align:left}@media (max-width:1024px){.styles_kakaoText__5GlGK{font-size:.875rem}}.styles_kakaoMoreIcon__kOmOd{width:1.25rem;height:1.25rem;color:var(--color-text-primary);flex-shrink:0}.styles_footerLinks__sO3mJ{display:flex;position:relative;align-items:center;gap:1.5rem;width:100%;height:2.375rem;padding:.625rem;border-top:1px solid rgba(42,43,44,.8);margin-top:.5rem}@media (max-width:1024px){.styles_footerLinks__sO3mJ{padding:.5rem .625rem;flex-wrap:wrap;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1rem}}.styles_footerLink__06sZ_{font-family:var(--font-family-primary);font-size:var(--typography-body-small-regular-font-size);font-weight:var(--font-weight-regular);line-height:var(--line-height-140);letter-spacing:var(--letter-spacing-none);color:var(--color-neutral-700);text-decoration:none;transition:color .2s ease;white-space:nowrap;position:absolute}@media (max-width:1024px){.styles_footerLink__06sZ_{position:static;transform:none}}.styles_footerLinkLeft__OHMAG{left:1.25rem;text-align:left}.styles_footerLinkCenter___vIun{left:50%;transform:translateX(-50%);text-align:center}.styles_footerLinkRight__N5iPM{right:1.25rem;text-align:right}@media (max-width:1024px){.styles_footerLinkCenter___vIun,.styles_footerLinkLeft__OHMAG,.styles_footerLinkRight__N5iPM{left:auto;right:auto;transform:none;text-align:left}}.styles_footerLink__06sZ_:hover{color:var(--color-neutral-500)}.styles_footerLink__06sZ_:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}.styles_menuFooterLoginAfter__FcLBN.styles_compact__FDt_6{width:100%}.styles_compactContainer__3iao0{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;gap:.5rem}.styles_compactIconButton__QnsBv{width:2.375rem;height:2.375rem;border:none;background:transparent;border-radius:.625rem;cursor:pointer;padding:0;color:var(--color-neutral-500);display:flex;align-items:center;justify-content:center}.styles_compactIconButton__QnsBv:hover{background-color:var(--color-black-20)}.styles_compactIconButton__QnsBv.styles_compactActive__Kv_xf{background-color:rgba(3,169,77,.15)}.styles_compactIconButton__QnsBv.styles_compactProfileActive__EsIo0{background-color:var(--color-black-20)}.styles_compactUserAvatar__sj_ye{width:1.25rem;height:1.25rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1px solid var(--color-neutral-700)}.styles_mobileOverlay__eYhe7{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10003;animation:styles_fadeIn__6GvLL .2s ease;backdrop-filter:blur(2px)}@keyframes styles_fadeIn__6GvLL{0%{opacity:0}to{opacity:1}}.styles_wrapper__2x98K{width:15rem;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;background-color:var(--color-black-700);border:1px solid var(--color-black-450);border-radius:.625rem;box-sizing:border-box;overflow-y:auto}@media (max-width:767px){.styles_wrapper__2x98K{width:100%}}.styles_menuListContainer__oltnV{width:100%;display:flex;flex-direction:column;gap:.25rem}.styles_menuContainer__hkTLF{width:14rem;height:2.625rem;padding:.625rem 1.25rem;display:flex;flex-direction:row;align-items:center;gap:.5rem;box-sizing:border-box}@media (max-width:767px){.styles_menuContainer__hkTLF{width:100%}}.styles_menuContainer__hkTLF:hover{background-color:var(--color-black-20);border-radius:1.5rem}.styles_menuContainerLg__3zYkh{width:14rem;height:2.75rem;padding:.625rem 1.25rem;display:flex;flex-direction:row;align-items:center;gap:.5rem;box-sizing:border-box}@media (max-width:767px){.styles_menuContainerLg__3zYkh{width:100%}}.styles_menuContainerLg__3zYkh:hover,.styles_menuContainerSelected__s_prt{background-color:var(--color-black-20);border-radius:1.5rem}.styles_text__GmNIX{flex:1;color:var(--color-neutral-500);font-family:var(--font-family-primary);font-size:var(--typography-label-large-font-size);font-weight:var(--font-weight-medium);line-height:var(--typography-label-large-line-height);letter-spacing:var(--typography-label-large-letter-spacing)}.styles_divider__24ouj{width:14rem;height:1px;background-color:var(--color-black-450)}@media (max-width:767px){.styles_divider__24ouj{width:100%}}.styles_menuFooter__mG15c{border-radius:0}.styles_authButtonsContainer__X8S2g,.styles_menuFooter__mG15c{display:flex;flex-direction:column;width:100%}.styles_authButton___AWpQ{width:100%;height:2.375rem;background:transparent;border:none;border-radius:1.875rem;cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.styles_authButton___AWpQ:hover{background-color:var(--color-black-20)}.styles_authButton___AWpQ:focus-visible{outline:2px solid var(--color-primary-400);outline-offset:2px}.styles_buttonContent__hqT_i{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:0 1.25rem}@media (max-width:1024px){.styles_buttonContent__hqT_i{padding:0 .625rem}}.styles_buttonInfo__gYsQn{display:flex;align-items:center;gap:.75rem;width:10.5rem}.styles_icon__q5WHZ{width:1.25rem;height:1.25rem;filter:brightness(0) invert(1);flex-shrink:0}.styles_buttonText__EgGfb{font-family:var(--font-family-primary);font-size:var(--typography-label-large-font-size);font-weight:var(--font-weight-medium);line-height:var(--line-height-140);letter-spacing:var(--letter-spacing-tight);color:var(--color-neutral-500);margin:0;white-space:nowrap}.styles_footerLinks__7RL9q{display:flex;position:relative;align-items:center;width:100%;height:2.3125rem;padding:.625rem 1.25rem;border-top:1px solid #191919;margin-top:.625rem}@media (max-width:1024px){.styles_footerLinks__7RL9q{padding:.5rem .625rem;position:static;flex-wrap:wrap;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1rem;height:auto}}.styles_footerLink__vi7PD{font-family:var(--font-family-primary);font-size:var(--typography-body-small-regular-font-size);font-weight:var(--font-weight-regular);line-height:var(--line-height-140);letter-spacing:var(--letter-spacing-none);color:var(--color-neutral-700);text-decoration:none;transition:color .2s ease;white-space:nowrap;position:absolute}@media (max-width:1024px){.styles_footerLink__vi7PD{position:static;transform:none}}.styles_footerLinkLeft__K75mL{left:1.25rem;text-align:left}.styles_footerLinkCenter__1Mbbh{left:50%;transform:translateX(-50%);text-align:center}.styles_footerLinkRight__xL6TF{right:1.25rem;text-align:right}@media (max-width:1024px){.styles_footerLinkCenter__1Mbbh,.styles_footerLinkLeft__K75mL,.styles_footerLinkRight__xL6TF{left:auto;right:auto;transform:none;text-align:left}}.styles_footerLink__vi7PD:hover{color:var(--color-neutral-500)}.styles_footerLink__vi7PD:focus-visible{outline:2px solid var(--color-primary-400);outline-offset:2px;border-radius:.25rem}.styles_menuFooter__mG15c.styles_compact__Qe827{width:100%;height:auto}.styles_compactContainer__uccSJ{display:flex;flex-direction:column;align-items:center;width:100%;gap:.3125rem;padding:.3125rem 0}.styles_compactIconButton__YjXpi{width:2.375rem;height:2.375rem;border:none;border-radius:.625rem;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:-.5rem}.styles_compactIconButton__YjXpi:hover{background-color:var(--color-black-20)}.styles_compactIconButton__YjXpi:focus-visible{outline:2px solid var(--color-primary-400);outline-offset:2px;border-radius:.625rem}.styles_compactIcon__WT9_o{width:1.25rem;height:1.25rem;filter:brightness(0) invert(1);flex-shrink:0}[data-theme=dark] .styles_compactIconButton__YjXpi:hover{background-color:var(--color-black-20)}.styles_body__Tp8FQ{display:flex;justify-content:center;overflow-x:hidden;box-sizing:border-box;margin-left:var(--sidebar-width,280px);width:calc(100% - var(--sidebar-width, 280px))}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-1\/4{inset:25%}.inset-\[-1px\]{inset:-1px}.inset-\[-8\.333\%\]{inset:-8.333%}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-\[calc\(100\%\+4px\)\]{bottom:calc(100% + 4px)}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-\[-0\.78px\]{top:-.78px}.top-\[0\.11px\]{top:.11px}.top-\[0\.33px\]{top:.33px}.top-\[0\.34px\]{top:.34px}.top-\[143px\]{top:143px}.top-\[223px\]{top:223px}.top-\[calc\(100\%\+1px\)\]{top:calc(100% + 1px)}.top-\[calc\(100\%\+2px\)\]{top:calc(100% + 2px)}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.box-border{box-sizing:border-box}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-\[42\/42\]{aspect-ratio:42/42}.size-\[12px\]{width:12px;height:12px}.size-\[150px\]{width:150px;height:150px}.size-\[16px\]{width:16px;height:16px}.size-\[20px\]{width:20px;height:20px}.size-\[24px\]{width:24px;height:24px}.size-\[30px\]{width:30px;height:30px}.size-\[31\.997px\]{width:31.997px;height:31.997px}.size-\[36px\]{width:36px;height:36px}.size-\[38px\]{width:38px;height:38px}.size-\[40px\]{width:40px;height:40px}.size-\[48px\]{width:48px;height:48px}.size-full{width:100%;height:100%}.h-4{height:1rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-\[115px\]{height:115px}.h-\[120px\]{height:120px}.h-\[12px\]{height:12px}.h-\[19\.983px\]{height:19.983px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[22px\]{height:22px}.h-\[24\.01px\]{height:24.01px}.h-\[24px\]{height:24px}.h-\[28\.003px\]{height:28.003px}.h-\[28px\]{height:28px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[32px\]{height:32px}.h-\[352px\]{height:352px}.h-\[388px\]{height:388px}.h-\[38px\]{height:38px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[440px\]{height:440px}.h-\[46px\]{height:46px}.h-\[47\.986px\]{height:47.986px}.h-\[48px\]{height:48px}.h-\[50px\]{height:50px}.h-\[550px\]{height:550px}.h-\[60px\]{height:60px}.h-\[64px\]{height:64px}.h-\[672px\]{height:672px}.h-\[70px\]{height:70px}.h-\[8px\]{height:8px}.h-full{height:100%}.max-h-\[280px\]{max-height:280px}.min-h-\[50px\]{min-height:50px}.min-h-px{min-height:1px}.min-h-screen{min-height:100vh}.w-6{width:1.5rem}.w-\[100px\]{width:100px}.w-\[108\.247px\]{width:108.247px}.w-\[1096px\]{width:1096px}.w-\[110px\]{width:110px}.w-\[124px\]{width:124px}.w-\[130px\]{width:130px}.w-\[136px\]{width:136px}.w-\[140px\]{width:140px}.w-\[148px\]{width:148px}.w-\[160px\]{width:160px}.w-\[164px\]{width:164px}.w-\[176px\]{width:176px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[202px\]{width:202px}.w-\[20px\]{width:20px}.w-\[255px\]{width:255px}.w-\[264px\]{width:264px}.w-\[30px\]{width:30px}.w-\[312px\]{width:312px}.w-\[340px\]{width:340px}.w-\[360px\]{width:360px}.w-\[383\.086px\]{width:383.086px}.w-\[40px\]{width:40px}.w-\[419px\]{width:419px}.w-\[424px\]{width:424px}.w-\[431px\]{width:431px}.w-\[456px\]{width:456px}.w-\[457px\]{width:457px}.w-\[50px\]{width:50px}.w-\[51\.847px\]{width:51.847px}.w-\[520px\]{width:520px}.w-\[600px\]{width:600px}.w-\[61px\]{width:61px}.w-\[64px\]{width:64px}.w-full{width:100%}.min-w-\[120px\]{min-width:120px}.min-w-\[84px\]{min-width:84px}.min-w-px{min-width:1px}.max-w-\[1096px\]{max-width:1096px}.max-w-\[1160px\]{max-width:1160px}.max-w-\[480px\]{max-width:480px}.max-w-\[520px\]{max-width:520px}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-0{flex-basis:0px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.content-stretch{align-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[11\.996px\]{gap:11.996px}.gap-\[119px\]{gap:119px}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[24px\]{gap:24px}.gap-\[3\.624e_-5px\]{gap:3.624e -5px}.gap-\[32px\]{gap:32px}.gap-\[40px\]{gap:40px}.gap-\[4px\]{gap:4px}.gap-\[6px\]{gap:6px}.gap-\[80px\]{gap:80px}.gap-\[8px\]{gap:8px}.gap-\[9px\]{gap:9px}.gap-px{gap:1px}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.text-nowrap{text-wrap:nowrap}.rounded{border-radius:.25rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[32px\]{border-radius:32px}.rounded-\[42px\]{border-radius:42px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9px\]{border-radius:9px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[16px\]{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.rounded-t-\[16px\]{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-bl-\[16px\]{border-bottom-left-radius:16px}.rounded-br-\[16px\]{border-bottom-right-radius:16px}.rounded-tl-\[16px\]{border-top-left-radius:16px}.rounded-tr-\[16px\]{border-top-right-radius:16px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#2A2B2C\]{--tw-border-opacity:1;border-color:rgb(42 43 44/var(--tw-border-opacity,1))}.border-\[\#353637\]{--tw-border-opacity:1;border-color:rgb(53 54 55/var(--tw-border-opacity,1))}.border-\[\#3B3C3D\]{--tw-border-opacity:1;border-color:rgb(59 60 61/var(--tw-border-opacity,1))}.border-\[transparent\]{border-color:transparent}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-custom-border-2{--tw-border-opacity:1;border-color:rgb(53 54 55/var(--tw-border-opacity,1))}.border-custom-border-3{--tw-border-opacity:1;border-color:rgb(34 34 35/var(--tw-border-opacity,1))}.border-custom-border-4{--tw-border-opacity:1;border-color:rgb(35 36 37/var(--tw-border-opacity,1))}.border-line-normal{border-color:var(--color-line-normal)}.border-line-solid-normal{border-color:var(--color-line-solid-normal)}.border-transparent{border-color:transparent}.bg-\[\#0e0f0f\]{--tw-bg-opacity:1;background-color:rgb(14 15 15/var(--tw-bg-opacity,1))}.bg-\[\#2A2B2C\]{--tw-bg-opacity:1;background-color:rgb(42 43 44/var(--tw-bg-opacity,1))}.bg-\[\#353637\]{--tw-bg-opacity:1;background-color:rgb(53 54 55/var(--tw-bg-opacity,1))}.bg-\[\#6730FF\]{--tw-bg-opacity:1;background-color:rgb(103 48 255/var(--tw-bg-opacity,1))}.bg-\[rgba\(103\2c 48\2c 255\2c 0\.4\)\]{background-color:rgba(103,48,255,.4)}.bg-custom-bg-dark{--tw-bg-opacity:1;background-color:rgb(14 15 15/var(--tw-bg-opacity,1))}.bg-custom-bg-dark-hover{--tw-bg-opacity:1;background-color:rgb(37 38 39/var(--tw-bg-opacity,1))}.bg-custom-bg-dark-overlay{--tw-bg-opacity:1;background-color:rgb(26 28 29/var(--tw-bg-opacity,1))}.bg-interactive-gray-disabled{background-color:var(--color-interactive-gray-disabled)}.bg-interactive-gray-selected{background-color:var(--color-interactive-gray-selected)}.bg-surface-4{background-color:var(--color-surface-4)}.bg-surface-5{background-color:var(--color-surface-5)}.bg-transparent{background-color:transparent}.bg-clip-padding{background-clip:padding-box}.p-0{padding:0}.p-4{padding:1rem}.p-\[10px\]{padding:10px}.p-\[16px\]{padding:16px}.p-\[24px\]{padding:24px}.p-\[32px\]{padding:32px}.p-\[4px\]{padding:4px}.p-\[8px\]{padding:8px}.p-px{padding:1px}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[11\.997px\]{padding-left:11.997px;padding-right:11.997px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[13\.5px\]{padding-left:13.5px;padding-right:13.5px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[17px\]{padding-left:17px;padding-right:17px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[21px\]{padding-left:21px;padding-right:21px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[7px\]{padding-left:7px;padding-right:7px}.px-\[8px\]{padding-left:8px;padding-right:8px}.px-\[9px\]{padding-left:9px;padding-right:9px}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.py-px{padding-top:1px;padding-bottom:1px}.pb-0{padding-bottom:0}.pb-\[12px\]{padding-bottom:12px}.pb-\[17px\]{padding-bottom:17px}.pb-\[25px\]{padding-bottom:25px}.pb-\[4px\]{padding-bottom:4px}.pb-px{padding-bottom:1px}.pl-2\.5{padding-left:.625rem}.pl-\[10px\]{padding-left:10px}.pl-\[16px\]{padding-left:16px}.pl-\[8px\]{padding-left:8px}.pr-\[10px\]{padding-right:10px}.pr-\[12px\]{padding-right:12px}.pr-\[16px\]{padding-right:16px}.pr-\[4px\]{padding-right:4px}.pt-0{padding-top:0}.pt-\[11\.997px\]{padding-top:11.997px}.pt-\[24px\]{padding-top:24px}.pt-\[33px\]{padding-top:33px}.pt-\[8px\]{padding-top:8px}.pt-px{padding-top:1px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-\[\'Inter\'\2c _sans-serif\]{font-family:Inter,sans-serif}.font-\[\'Pretendard\'\2c _sans-serif\]{font-family:Pretendard,sans-serif}.font-\[\'Pretendard\'\]{font-family:Pretendard}.font-\[\'Pretendard\:Bold\'\2c _sans-serif\]{font-family:"Pretendard:Bold",sans-serif}.font-\[\'Pretendard\:Medium\'\2c _sans-serif\]{font-family:"Pretendard:Medium",sans-serif}.font-\[\'Pretendard\:Regular\'\2c _sans-serif\]{font-family:"Pretendard:Regular",sans-serif}.font-\[\'Pretendard\:SemiBold\'\2c _sans-serif\]{font-family:"Pretendard:SemiBold",sans-serif}.font-\[\'Roboto\:Regular\'\2c _sans-serif\]{font-family:"Roboto:Regular",sans-serif}.font-\[Inter\]{font-family:Inter}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[48px\]{font-size:48px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:var(--font-weight-medium)}.font-normal{font-weight:400}.font-regular{font-weight:var(--font-weight-regular)}.font-semibold{font-weight:var(--font-weight-semibold)}.not-italic{font-style:normal}.leading-4{line-height:1rem}.leading-\[0\]{line-height:0}.leading-\[1\.35\]{line-height:1.35}.leading-\[1\.4\]{line-height:1.4}.leading-\[16\.8px\]{line-height:16.8px}.leading-\[19\.6px\]{line-height:19.6px}.leading-\[20px\]{line-height:20px}.leading-\[22\.4px\]{line-height:22.4px}.leading-\[24px\]{line-height:24px}.leading-\[25\.2px\]{line-height:25.2px}.tracking-\[-0\.1504px\]{letter-spacing:-.1504px}.tracking-\[-0\.4px\]{letter-spacing:-.4px}.tracking-\[-0\.6px\]{letter-spacing:-.6px}.tracking-\[0\.5px\]{letter-spacing:.5px}.text-primary{color:var(--color-primary-500)}.text-secondary{color:var(--color-secondary-500)}.text-system-info{color:var(--color-system-info)}.text-text-white-60{color:var(--color-text-white-60)}.text-text-white-87{color:var(--color-text-white-87)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-\[0\.38\]{opacity:.38}.shadow-\[0px_1px_3px_1px_rgba\(0\2c 0\2c 0\2c 0\.15\)\2c 0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{--tw-shadow:0px 1px 3px 1px rgba(0,0,0,.15),0px 1px 2px 0px rgba(0,0,0,.3);--tw-shadow-colored:0px 1px 3px 1px var(--tw-shadow-color),0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_3px_1px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{--tw-shadow:0px 1px 3px 1px rgba(0,0,0,.2);--tw-shadow-colored:0px 1px 3px 1px var(--tw-shadow-color)}.shadow-\[0px_1px_3px_1px_rgba\(0\2c 0\2c 0\2c 0\.2\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.typography-body-medium-regular{font-size:var(--typography-body-medium-regular-font-size);font-weight:var(--typography-body-medium-regular-font-weight);line-height:var(--typography-body-medium-regular-line-height);letter-spacing:var(--typography-body-medium-regular-letter-spacing);font-family:var(--font-family-primary)}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Thin.woff2) format("woff2"),local("Pretendard Thin"),local("Pretendard-Thin");font-weight:100;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-ExtraLight.woff2) format("woff2"),local("Pretendard ExtraLight"),local("Pretendard-ExtraLight");font-weight:200;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Light.woff2) format("woff2"),local("Pretendard Light"),local("Pretendard-Light");font-weight:300;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Regular.woff2) format("woff2"),local("Pretendard Regular"),local("Pretendard-Regular");font-weight:400;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Medium.woff2) format("woff2"),local("Pretendard Medium"),local("Pretendard-Medium");font-weight:500;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-SemiBold.woff2) format("woff2"),local("Pretendard SemiBold"),local("Pretendard-SemiBold");font-weight:600;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Bold.woff2) format("woff2"),local("Pretendard Bold"),local("Pretendard-Bold");font-weight:700;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-ExtraBold.woff2) format("woff2"),local("Pretendard ExtraBold"),local("Pretendard-ExtraBold");font-weight:800;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Black.woff2) format("woff2"),local("Pretendard Black"),local("Pretendard-Black");font-weight:900;font-style:normal;font-display:swap;unicode-range:u+ac00-d7af,u+11??,u+3130-318f,u+a960-a97f,u+d7b0-d7ff,u+0020-007e}:root{--color-neutral-50:#feffff;--color-neutral-100:#fdfefe;--color-neutral-200:#fcfdfe;--color-neutral-300:#fbfcfd;--color-neutral-400:#fafcfd;--color-neutral-500:#f9fbfc;--color-neutral-600:#e3e4e5;--color-neutral-700:#b1b2b3;--color-neutral-800:#898a8b;--color-neutral-900:#69696a;--color-error-50:#ffe9f3;--color-error-100:#ffbada;--color-error-200:#ff98c9;--color-error-300:#ff69b0;--color-error-400:#ff4ca1;--color-error-500:#ff1f89;--color-error-600:#e81c7d;--color-error-700:#b51661;--color-error-800:#8c114b;--color-error-900:#6b0d3a;--color-black-10:#191919;--color-black-20:#272727;--color-black-30:#191919;--color-grey-50:#e8e8e8;--color-grey-100:#b8b8b8;--color-grey-200:#959595;--color-grey-300:#656565;--color-grey-400:#474747;--color-grey-500:#191919;--color-grey-600:#171717;--color-grey-700:#121212;--color-grey-800:#0e0e0e;--color-grey-900:#0b0b0b;--color-error-primary:#8c1d18;--color-error-background:#f9dedc;--color-brand-kakao-yellow:#fee500;--color-overlay-black-20:rgba(0,0,0,.2);--color-background:#feffff;--color-surface:#fdfefe;--color-text-primary:#0b0b0b;--color-text-secondary:#171717;--color-text-disabled:#474747;--color-border:#959595;--background:var(--color-background);--foreground:var(--color-text-primary);--font-family-primary:"Pretendard",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Malgun Gothic","Apple SD Gothic Neo","Noto Sans KR",system-ui,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;--font-family-fallback:system-ui,-apple-system,sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-130:1.3;--line-height-135:1.35;--line-height-140:1.4;--letter-spacing-none:0rem;--letter-spacing-tight:-0.025rem;--letter-spacing-tighter:-0.0375rem;--letter-spacing-tightest:-0.15625rem;--typography-display-xlarge-font-size:3rem;--typography-display-xlarge-font-weight:var(--font-weight-semibold);--typography-display-xlarge-line-height:var(--line-height-130);--typography-display-xlarge-letter-spacing:var(--letter-spacing-none);--typography-display-large-font-size:2.5rem;--typography-display-large-font-weight:var(--font-weight-semibold);--typography-display-large-line-height:var(--line-height-140);--typography-display-large-letter-spacing:var(--letter-spacing-none);--typography-headline-large-font-size:2rem;--typography-headline-large-font-weight:var(--font-weight-semibold);--typography-headline-large-line-height:var(--line-height-135);--typography-headline-large-letter-spacing:var(--letter-spacing-none);--typography-headline-medium-font-size:1.5rem;--typography-headline-medium-font-weight:var(--font-weight-bold);--typography-headline-medium-line-height:var(--line-height-140);--typography-headline-medium-letter-spacing:var(--letter-spacing-tightest);--typography-headline-small-font-size:1.25rem;--typography-headline-small-font-weight:var(--font-weight-regular);--typography-headline-small-line-height:var(--line-height-140);--typography-headline-small-letter-spacing:var(--letter-spacing-none);--typography-title-large-font-size:1.25rem;--typography-title-large-font-weight:var(--font-weight-regular);--typography-title-large-line-height:var(--line-height-140);--typography-title-large-letter-spacing:var(--letter-spacing-none);--typography-title-medium-font-size:1.25rem;--typography-title-medium-font-weight:var(--font-weight-semibold);--typography-title-medium-line-height:var(--line-height-140);--typography-title-medium-letter-spacing:var(--letter-spacing-none);--typography-title-small-font-size:1rem;--typography-title-small-font-weight:var(--font-weight-bold);--typography-title-small-line-height:var(--line-height-140);--typography-title-small-letter-spacing:var(--letter-spacing-tight);--typography-body-xlarge-font-size:1rem;--typography-body-xlarge-font-weight:var(--font-weight-semibold);--typography-body-xlarge-line-height:var(--line-height-140);--typography-body-xlarge-letter-spacing:var(--letter-spacing-none);--typography-body-large-font-size:1rem;--typography-body-large-font-weight:var(--font-weight-regular);--typography-body-large-line-height:var(--line-height-140);--typography-body-large-letter-spacing:var(--letter-spacing-tight);--typography-body-medium-font-size:0.875rem;--typography-body-medium-font-weight:var(--font-weight-semibold);--typography-body-medium-line-height:var(--line-height-140);--typography-body-medium-letter-spacing:var(--letter-spacing-none);--typography-body-medium-regular-font-size:0.875rem;--typography-body-medium-regular-font-weight:var(--font-weight-regular);--typography-body-medium-regular-line-height:var(--line-height-140);--typography-body-medium-regular-letter-spacing:var(--letter-spacing-none);--typography-body-small-font-size:0.75rem;--typography-body-small-font-weight:var(--font-weight-medium);--typography-body-small-line-height:var(--line-height-140);--typography-body-small-letter-spacing:var(--letter-spacing-none);--typography-body-small-regular-font-size:0.75rem;--typography-body-small-regular-font-weight:var(--font-weight-regular);--typography-body-small-regular-line-height:var(--line-height-140);--typography-body-small-regular-letter-spacing:var(--letter-spacing-tight);--typography-label-large-font-size:1rem;--typography-label-large-font-weight:var(--font-weight-medium);--typography-label-large-line-height:var(--line-height-140);--typography-label-large-letter-spacing:var(--letter-spacing-tight);--typography-label-medium-font-size:0.875rem;--typography-label-medium-font-weight:var(--font-weight-medium);--typography-label-medium-line-height:var(--line-height-140);--typography-label-medium-letter-spacing:var(--letter-spacing-none);--typography-label-small-font-size:0.75rem;--typography-label-small-font-weight:var(--font-weight-medium);--typography-label-small-line-height:var(--line-height-135);--typography-label-small-letter-spacing:var(--letter-spacing-none);--typography-caption-small-font-size:0.75rem;--typography-caption-small-font-weight:var(--font-weight-regular);--typography-caption-small-line-height:var(--line-height-140);--typography-caption-small-letter-spacing:var(--letter-spacing-tight)}@media (prefers-color-scheme:light){:root{--color-background:#feffff;--color-surface:#fdfefe;--color-text-primary:#0b0b0b;--color-text-secondary:#171717;--color-text-disabled:#474747;--color-border:#959595;--background:var(--color-background);--foreground:var(--color-text-primary)}}[data-theme=light]{--color-background:#feffff;--color-surface:#fdfefe;--color-text-primary:#0b0b0b;--color-text-secondary:#171717;--color-text-disabled:#474747;--color-border:#959595;--background:var(--color-background);--foreground:var(--color-text-primary)}[data-theme=dark]{--color-background:#0e0f0f;--color-surface:#0e0e0e;--color-text-primary:#feffff;--color-text-secondary:#656565;--color-text-disabled:#171717;--color-border:#121212;--background:var(--color-background);--foreground:var(--color-text-primary)}html{font-size:16px}.placeholder\:leading-\[22\.4px\]::-moz-placeholder{line-height:22.4px}.placeholder\:leading-\[22\.4px\]::placeholder{line-height:22.4px}.placeholder\:text-\[rgba\(255\2c 255\2c 255\2c 0\.38\)\]::-moz-placeholder{color:hsla(0,0%,100%,.38)}.placeholder\:text-\[rgba\(255\2c 255\2c 255\2c 0\.38\)\]::placeholder{color:hsla(0,0%,100%,.38)}.hover\:bg-\[rgba\(103\2c 48\2c 255\2c 0\.5\)\]:hover{background-color:rgba(103,48,255,.5)}.hover\:bg-custom-bg-dark-hover:hover{--tw-bg-opacity:1;background-color:rgb(37 38 39/var(--tw-bg-opacity,1))}.hover\:bg-interactive-gray-hover:hover{background-color:var(--color-interactive-gray-hover)}.hover\:text-text-white-87:hover{color:var(--color-text-white-87)}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.active\:bg-custom-border-2:active{--tw-bg-opacity:1;background-color:rgb(53 54 55/var(--tw-bg-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}:root{--sidebar-width:280px;--color-background:#0e0f0f;--color-text-white-100:#fff;--color-text-white-87:hsla(0,0%,100%,.87);--color-text-white-60:hsla(0,0%,100%,.6);--color-text-white-38:hsla(0,0%,100%,.38);--color-text-lightwhite-100:#fff;--color-text-light-87:hsla(0,0%,100%,.87);--color-text-light-60:hsla(0,0%,100%,.6);--color-text-light-38:hsla(0,0%,100%,.38);--color-text-primary:hsla(0,0%,100%,.87);--color-text-secondary:hsla(0,0%,100%,.6);--color-text-disabled:hsla(0,0%,100%,.38);--color-line-normal:#1d1d1d;--color-line-neutral:#191a1a;--color-line-alternative:#1b1b1b;--color-line-solid-normal:#202021;--color-line-solid-neutral:#222;--color-line-solid-alternative:#232424;--color-border:var(--color-line-normal);--color-surface-1:#151616;--color-surface-2:#1a1b1b;--color-surface-3:#1f2020;--color-surface-4:#262727;--color-surface-5:#2b2c2c;--color-surface:var(--color-surface-2);--color-elevation-1:#151616;--color-elevation-2:#1a1b1b;--color-elevation-3:#1f2020;--color-elevation-4:#262727;--color-elevation-5:#2b2c2c;--color-white-20pct:#444545;--color-white-50:#feffff;--color-white-100:#fdfefe;--color-white-200:#fcfdfe;--color-white-300:#fbfcfd;--color-white-400:#fafcfd;--color-white-500:#f9fbfc;--color-white-600:#e3e4e5;--color-white-700:#b1b2b3;--color-white-800:#898a8b;--color-white-900:#69696a;--color-black-50:#e8e8e8;--color-black-100:#b8b8b8;--color-black-200:#959595;--color-black-300:#656565;--color-black-400:#474747;--color-black-450:#323232;--color-black-470:#272727;--color-black-500:#191919;--color-black-600:#171717;--color-black-700:#121212;--color-black-800:#0e0e0e;--color-black-900:#0b0b0b;--color-purple-10pct:#1d152e;--color-purple-14pct:#201437;--color-purple-50:#ede6ff;--color-purple-100:#d1bfff;--color-purple-200:#b592ff;--color-purple-300:#9871ff;--color-purple-400:#7a49ff;--color-purple-500:#6730ff;--color-purple-600:#5a1fff;--color-purple-700:#4b1acc;--color-purple-800:#3b1599;--color-purple-900:#2d1170;--color-primary-50:#eee6ff;--color-primary-100:#cab0ff;--color-primary-200:#b18aff;--color-primary-300:#8d54ff;--color-primary-400:#73f;--color-primary-500:#50f;--color-primary-600:#4d00e8;--color-primary-700:#3c00b5;--color-primary-800:#2f008c;--color-primary-900:#24006b;--color-green-10pct:#74ff521a;--color-green-30pct:#335d29;--color-green-50:#78e9ab;--color-green-100:#52db8e;--color-green-200:#32c876;--color-green-300:#1fb862;--color-green-400:#35ba71;--color-green-500:#03a94d;--color-green-600:#038e44;--color-green-700:#046e36;--color-green-800:#034f29;--color-green-900:#022b18;--color-secondary-50:#f1ffee;--color-secondary-100:#d4ffc9;--color-secondary-200:#bfffaf;--color-secondary-300:#a2ff8b;--color-secondary-400:#90ff75;--color-secondary-500:#74ff52;--color-secondary-600:#6ae84b;--color-secondary-700:#52b53a;--color-secondary-800:#408c2d;--color-secondary-900:#316b22;--color-success-50:#f1ffee;--color-success-100:#d4ffc9;--color-success-200:#bfffaf;--color-success-300:#a2ff8b;--color-success-400:#90ff75;--color-success-500:#74ff52;--color-success-600:#6ae84b;--color-success-700:#52b53a;--color-success-800:#408c2d;--color-success-900:#316b22;--color-overlay-black-60:rgba(0,0,0,.6);--color-overlay-black-32:rgba(0,0,0,.32);--color-overlay-white-20:hsla(0,0%,100%,.2);--color-overlay-green-30:rgba(116,255,82,.3);--color-overlay-green-10:rgba(116,255,82,.1);--gradient-1:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.4));--gradient-2:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.05));--gradient-3:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.4));--color-system-success:#4ed964;--color-system-error:#ff6b6b;--color-system-warning:#ffc15e;--color-system-info:#4c8fff;--color-error-primary:#ff6b6b;--color-error-background:hsla(0,100%,71%,.1);--color-interactive-primary-default:#03a94d;--color-interactive-primary-hover:#32d57b;--color-interactive-primary-pressed:#038e44;--color-interactive-primary-focus:#6be39e;--color-interactive-primary-selected:#24c36e;--color-interactive-primary-disabled:#0f512d;--color-interactive-gray-default:#1a1c1d;--color-interactive-gray-hover:#252627;--color-interactive-gray-pressed:#131414;--color-interactive-gray-focus:#3a3a3a;--color-interactive-gray-selected:#353637;--color-interactive-gray-disabled:#2a2b2c;--background:#0e0f0f;--foreground:hsla(0,0%,100%,.87)}body{color:var(--foreground);background:var(--background);font-family:var(--font-family-primary)}.v2-design{background:var(--color-background);color:var(--color-text-primary)}.v2-design .surface-1{background:var(--color-surface-1)}.v2-design .surface-2{background:var(--color-surface-2)}.v2-design .surface-3{background:var(--color-surface-3)}.v2-design .surface-4{background:var(--color-surface-4)}.v2-design .surface-5{background:var(--color-surface-5)}