.NotificationPopup_notificationPanel__g9lSH{position:fixed;top:0;left:200px;width:300px;height:100vh;background:#fff;border:1px solid #e5e7eb;z-index:799;display:flex;flex-direction:column;overflow:hidden;animation:NotificationPopup_slideInFromSidebar__O6HdT .2s ease-out}.NotificationPopup_notificationPanel__g9lSH.NotificationPopup_closing__1_clq{animation:NotificationPopup_slideOutToSidebar__VuIP3 .2s ease-in}@keyframes NotificationPopup_slideInFromSidebar__O6HdT{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes NotificationPopup_slideOutToSidebar__VuIP3{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.NotificationPopup_popupHeader__z1XX4{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb;height:44px}.NotificationPopup_headerTitle__j7_L_{font-size:16px;font-weight:600;color:#111827;margin:0}.NotificationPopup_headerRight__yZ8At{display:flex;align-items:center;gap:8px}.NotificationPopup_readAllButton__siCT3{background:none;border:none;padding:6px;border-radius:6px;cursor:pointer;color:#1a1a1a;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.NotificationPopup_readAllButton__siCT3:hover{background:#e5e7eb;color:#374151}.NotificationPopup_readAllButton__siCT3:disabled{opacity:.5;cursor:not-allowed}.NotificationPopup_popupContent__Z0Y4H{flex:1;overflow-y:auto;height:calc(100vh - 60px)}.NotificationPopup_loadingState__0m0HL{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280}.NotificationPopup_loadingState__0m0HL .NotificationPopup_loadingSpinner__1Hmso{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:NotificationPopup_spin__lMZJ0 1s linear infinite;margin-bottom:12px}.NotificationPopup_loadingState__0m0HL span{font-size:14px}@keyframes NotificationPopup_spin__lMZJ0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NotificationPopup_notificationList__eiyOm{padding:8px 0}.NotificationPopup_notificationItem__d_ueg{display:flex;align-items:flex-start;padding:12px 20px;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease;position:relative}.NotificationPopup_notificationItem__d_ueg:hover{background:#f9fafb}.NotificationPopup_notificationItem__d_ueg:last-child{border-bottom:none}.NotificationPopup_notificationItem__d_ueg.NotificationPopup_unread__Y_RbK{background:#fef3f2;border-left:3px solid #ef4444}.NotificationPopup_notificationContent__pgUIm{flex:1;min-width:0}.NotificationPopup_notificationTitle__kltwd{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px;line-height:1.4}.NotificationPopup_notificationMessage__DtT0O{font-size:13px;color:#6b7280;line-height:1.4;margin-bottom:6px;word-break:break-word}.NotificationPopup_notificationTime__kTFe_{font-size:12px;color:#9ca3af}.NotificationPopup_unreadIndicator__J0FIM{width:8px;height:8px;background:#ef4444;border-radius:50%;margin-left:8px;margin-top:4px;flex-shrink:0}.NotificationPopup_notificationActions__qpXsX{margin-top:8px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.NotificationPopup_acceptButton__Uszc0{background:var(--secondary);color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.NotificationPopup_acceptButton__Uszc0:hover{background:color-mix(in srgb,var(--secondary) 90%,transparent)}.NotificationPopup_acceptButton__Uszc0:disabled{opacity:.5;cursor:not-allowed}.NotificationPopup_readButton__uufXd{background:var(--primary);color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.NotificationPopup_readButton__uufXd:hover{background:color-mix(in srgb,var(--primary) 90%,transparent)}.NotificationPopup_readButton__uufXd:disabled{opacity:.5;cursor:not-allowed}.NotificationPopup_inviteStatus___Q_xN{display:flex;align-items:center;gap:4px}.NotificationPopup_statusAccepted__5FzyI{background:#d1fae5;color:#065f46;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.NotificationPopup_statusRejected__QKnQG{background:#fee2e2;color:#991b1b;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.NotificationPopup_statusCancelled__9uwTM{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.NotificationPopup_emptyState__MKPhJ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af}.NotificationPopup_emptyState__MKPhJ p{margin:16px 0 0;font-size:14px}.NotificationPopup_popupFooter__QtaTo{padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.NotificationPopup_viewAllButton__ABz7N{width:100%;background:#3b82f6;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.NotificationPopup_viewAllButton__ABz7N:hover{background:#2563eb}@media(max-width:480px){.NotificationPopup_popupContainer__Ggyi4{width:100%;max-width:360px}}.Button_button__gBxSh{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px;font-size:12px;font-weight:500;transition:all .2s ease;cursor:pointer;border:none;outline:none}.Button_button__gBxSh:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.Button_button__gBxSh:disabled{pointer-events:none;opacity:.5}.Button_round__jQAaT{border-radius:1000px}.Button_default__YnKXM{background:var(--primary);color:var(--primary-foreground)}.Button_default__YnKXM:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 90%,transparent)}.Button_primary__tlkJU{background:var(--primary);color:var(--primary-foreground);font-weight:600}.Button_primary__tlkJU:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 90%,transparent)}.Button_lightPrimary__ni2lI{background:var(--light-primary);color:var(--light-primary-foreground)}.Button_dark__QHG47{background:var(--dark);color:var(--dark-foreground)}.Button_grey__Jw9g4{background:#f8f9fa;color:#c6c6c6}.Button_destructive__Eiq9m{background:var(--destructive);color:var(--destructive-foreground)}.Button_destructive__Eiq9m:hover:not(:disabled){background:color-mix(in srgb,var(--destructive) 90%,transparent)}.Button_outline__UY9PZ{border:1px solid var(--input);background:var(--background);color:var(--foreground)}.Button_outline__UY9PZ:hover:not(:disabled){background:#111;color:#fff}.Button_redline__PUddX{border:1px solid var(--destructive);background:var(--background);color:var(--destructive)}.Button_redline__PUddX:hover:not(:disabled){background:var(--destructive);color:#fff}.Button_secondary__YlI37{background:var(--secondary);color:var(--secondary-foreground)}.Button_secondary__YlI37:hover:not(:disabled){background:color-mix(in srgb,var(--secondary) 80%,transparent)}.Button_ghost__dLD2Y{color:var(--foreground);width:-moz-fit-content!important;width:fit-content!important;height:-moz-fit-content!important;height:fit-content!important;min-width:0!important;min-height:0!important;padding:0!important}.Button_ghost__dLD2Y,.Button_ghost__dLD2Y:hover:not(:disabled),.Button_link__OTJRu{background:transparent}.Button_link__OTJRu{color:var(--primary);text-decoration:underline;text-underline-offset:4px}.Button_link__OTJRu:hover:not(:disabled){text-decoration:underline}.Button_blackOutline__Ojqs9{border:1px solid #000;background:transparent;color:#000}.Button_blackOutline__Ojqs9:hover:not(:disabled){background:#000;color:#fff}.Button_defaultSize__GwrhV{padding:8px 16px}.Button_xs__oucKN{height:24px;padding:0 8px}.Button_sm__iF3b2{height:32px;padding:0 12px}.Button_lg__PPZDW{height:40px}.Button_lg__PPZDW,.Button_xl__uNXeb{font-size:14px;border-radius:4px;padding:0 16px}.Button_xl__uNXeb{height:48px}.Button_icon__bxScG{height:20px;width:20px}.BaseModal_flex-center__69jWH{display:flex;align-items:center;justify-content:center}.BaseModal_flex-between__ZlMyT{display:flex;align-items:center;justify-content:space-between}.BaseModal_flex-start__ehqW9{display:flex;align-items:flex-start}.BaseModal_flex-end__fwXQE{display:flex;align-items:flex-end}.BaseModal_text-center__t8elx{text-align:center}.BaseModal_text-left__gMjDs{text-align:left}.BaseModal_text-right__uiNVa{text-align:right}.BaseModal_mb-1__iktN0{margin-bottom:.25rem}.BaseModal_mb-2__JSl30{margin-bottom:.5rem}.BaseModal_mb-3__Rfl5P{margin-bottom:.75rem}.BaseModal_mb-4__UD2h5{margin-bottom:12px}.BaseModal_mb-6__D4L8t{margin-bottom:20px}.BaseModal_mt-1__Cj2WY{margin-top:.25rem}.BaseModal_mt-2__3L67x{margin-top:.5rem}.BaseModal_mt-3__aitzM{margin-top:.75rem}.BaseModal_mt-4__q1lYE{margin-top:12px}.BaseModal_mx-auto__3ezVS{margin-left:auto;margin-right:auto}.BaseModal_w-full__K3fW4{width:100%}.BaseModal_h-full__Tw_Wc{height:100%}.BaseModal_max-w-2xl__ZwlY7{max-width:42rem}.BaseModal_max-w-6xl__vwLmX{max-width:72rem}.BaseModal_text-gray-600__yRRYD{color:#4b5563}.BaseModal_text-gray-800__m6_Qo{color:#1f2937}.BaseModal_text-gray-500__OwaI3{color:#6b7280}.BaseModal_text-white___kq_N{color:#fff}.BaseModal_text-gray-900__1lSCA{color:#111827}.BaseModal_bg-white__DFOO7{background-color:#fff}.BaseModal_bg-red-50__3mmBa{background-color:#fef2f2}.BaseModal_bg-gray-100__yeCR9{background-color:#f3f4f6}.BaseModal_bg-blue-100__zPABv{background-color:#dbeafe}.BaseModal_bg-blue-500__uDX0i{background-color:#3b82f6}.BaseModal_bg-blue-600__zIiHH{background-color:#2563eb}.BaseModal_border-red-200__YAvZ2{border-color:#fecaca}.BaseModal_rounded-lg__ArT4Q{border-radius:.5rem}.BaseModal_rounded-xl__pFX_q{border-radius:.75rem}.BaseModal_rounded-2xl__fL_xR{border-radius:12px}.BaseModal_rounded-full__eOq4E{border-radius:9999px}.BaseModal_shadow-lg__UoDDn{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.BaseModal_shadow-xl__sQlWc{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.BaseModal_animate-spin___MdVe{animation:BaseModal_spin__yQzlo 1s linear infinite}.BaseModal_animate-bounce__W9QiK{animation:BaseModal_bounce__FViMx 1.4s ease-in-out infinite both}.BaseModal_transition-colors__kFgwx{transition:background-color .2s,color .2s}.BaseModal_transition-all__nu5hH{transition:all .3s}.BaseModal_avatar__gD1Li{border-radius:50%;-o-object-fit:cover;object-fit:cover;display:flex;align-items:center;justify-content:center}@keyframes BaseModal_spin__yQzlo{to{transform:rotate(1turn)}}@keyframes BaseModal_bounce__FViMx{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.BaseModal_modal__oGLxB{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px}.BaseModal_modalContainer__hTcnA{width:100%;max-width:none;max-height:90vh;overflow:hidden;align-items:center;border-radius:12px}.BaseModal_modalBase__KLABV,.BaseModal_modalContainer__hTcnA{display:flex;flex-direction:column;justify-content:flex-start}.BaseModal_modalBase__KLABV{align-items:flex-end;gap:12px}.BaseModal_modalContent__T4XZm{max-width:none;max-height:95vh;overflow:hidden}.BaseModal_modalHeader__Hekv3{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0;width:100%;background-color:#fff}.BaseModal_modalTitle__R3s42{font-size:17px;font-weight:600;color:#19213d;margin:0}.BaseModal_modalSubtitle__yMxJP{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 0;width:100%;background-color:#fff}.BaseModal_modalSubtitleText__wzBpq{font-size:11.25px;font-style:normal;font-weight:500;color:#19213d;margin:0}.BaseModal_closeButton__CFK_q{background:#fff;border:1px solid #6b7280;font-size:20px;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s ease;padding:.25rem .75rem;z-index:10}.BaseModal_closeButton__CFK_q:hover{background:#f3f4f6;color:#374151}.BaseModal_modalBody__lkS7U{padding:0;overflow:hidden;width:100%}.BaseModal_modalFooter__om3cn{display:flex;gap:.75rem;justify-content:flex-end;padding:12px 24px;border-top:1px solid #e5e7eb;background:#fff;width:100%;box-sizing:border-box}.BaseModal_formModal__65lm2 .BaseModal_modalBody__lkS7U{padding:12px 24px;overflow-y:auto;background:#fff}.BaseModal_formModal__65lm2 .BaseModal_modalHeader__Hekv3{border-bottom:1px solid #e5e7eb;padding:12px 24px;justify-content:center}.BaseModal_normalModal__n8Gtu .BaseModal_modalBody__lkS7U{overflow-y:auto;background:#fff}.BaseModal_normalModal__n8Gtu .BaseModal_modalBody__lkS7U:has(.BaseModal_selectChannelModal__P6Sxa){overflow:hidden}.BaseModal_normalModal__n8Gtu .BaseModal_modalHeader__Hekv3{border-bottom:1px solid #e5e7eb;padding:12px 24px;justify-content:center}.BaseModal_alertModal__OID9j{max-width:420px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.BaseModal_alertModal__OID9j .BaseModal_modalContainer__hTcnA{border-radius:16px;background:#fff;overflow:hidden}.BaseModal_alertModal__OID9j .BaseModal_modalBody__lkS7U{padding:0;background:#fff}.BaseModal_alertModal__OID9j .BaseModal_modalHeader__Hekv3{display:none}.BaseModal_alertModal__OID9j .BaseModal_modalFooter__om3cn{padding:16px 24px 24px;border-top:none;justify-content:center;background:#fff}.BaseModal_confirmModal__TV7dn{max-width:400px}.BaseModal_confirmModal__TV7dn .BaseModal_modalBody__lkS7U{padding:0;background:#fff}.BaseModal_confirmModal__TV7dn .BaseModal_modalHeader__Hekv3{display:none}.BaseModal_confirmModal__TV7dn .BaseModal_modalFooter__om3cn{padding:12px 20px}@media(max-width:768px){.BaseModal_modal__oGLxB{padding:12px}.BaseModal_modalContent__T4XZm{max-width:100%;max-height:95vh}.BaseModal_modalHeader__Hekv3{padding:12px 20px}.BaseModal_modalTitle__R3s42{font-size:1.125rem}.BaseModal_modalBody__lkS7U{padding:20px}.BaseModal_modalContent__T4XZm.BaseModal_large__o9V3e,.BaseModal_modalContent__T4XZm.BaseModal_small__Q8NxX{max-width:100%}}@media(max-width:480px){.BaseModal_modal__oGLxB{padding:.5rem}.BaseModal_modalBody__lkS7U,.BaseModal_modalHeader__Hekv3{padding:12px}}.InviteWorkspaceMemberModal_inviteModal__wxNlB{display:flex;flex-direction:column;gap:24px;padding:20px 0}.InviteWorkspaceMemberModal_modalHeader__Qpd1L{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 20px}.InviteWorkspaceMemberModal_headerIcon__6H61a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#6b7280;margin-bottom:9px}.InviteWorkspaceMemberModal_headerTitle__Gvyb7{color:#111827;font-size:17px;line-height:22px;font-weight:600;text-align:center;margin:0}.InviteWorkspaceMemberModal_headerDescription__qrgQy{color:#6b7280;font-size:14px;line-height:20px;font-weight:400;text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis;margin:0}.InviteWorkspaceMemberModal_emailSection__KVZQ6{display:flex;flex-grow:1;overflow:hidden;padding:2px 20px}.InviteWorkspaceMemberModal_emailInputContainer__MxEhJ{display:flex;flex-direction:column;width:100%;position:relative}.InviteWorkspaceMemberModal_emailInputWrapper__EnncY{display:flex;flex-wrap:nowrap;align-items:flex-start;background:#f9fafb;cursor:text;overflow:auto;font-size:14px;min-height:28px;padding:6px 8px;border-radius:6px;box-shadow:inset 0 0 0 1px hsla(0,0%,6%,.1)}.InviteWorkspaceMemberModal_emailTags__4hl9b{display:flex;flex-wrap:wrap;flex-grow:1;min-width:0;gap:4px;align-items:center}.InviteWorkspaceMemberModal_emailTag__tDAZy{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;background:#e5e7eb;border-radius:4px;font-size:14px;line-height:20px;color:#111827}.InviteWorkspaceMemberModal_emailTag__tDAZy.InviteWorkspaceMemberModal_invalid__8tZsv{background:#fee2e2;color:#991b1b}.InviteWorkspaceMemberModal_removeTag__eP0vz{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:none;cursor:pointer;color:#6b7280;padding:0;border-radius:2px;transition:background .2s ease}.InviteWorkspaceMemberModal_removeTag__eP0vz:hover{background:rgba(0,0,0,.1)}.InviteWorkspaceMemberModal_emailInput__FR4PL{font-size:14px;line-height:20px;border:none;background:none;width:100%;display:block;resize:none;padding:0;height:20px;min-width:60px;flex:1 1 60px;outline:none}.InviteWorkspaceMemberModal_emailInput__FR4PL::-moz-placeholder{color:#9ca3af}.InviteWorkspaceMemberModal_emailInput__FR4PL::placeholder{color:#9ca3af}.InviteWorkspaceMemberModal_emailDropdown__FtvDR{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:1000;max-height:200px;overflow-y:auto}.InviteWorkspaceMemberModal_emailDropdownItem__VcWz9{display:flex;align-items:center;padding:8px 12px;border:none;background:none;cursor:pointer;width:100%;text-align:left;transition:background .2s ease}.InviteWorkspaceMemberModal_emailDropdownItem__VcWz9:hover{background:#f3f4f6}.InviteWorkspaceMemberModal_emailItemInfo__MgsdU{display:flex;flex-direction:column;gap:2px}.InviteWorkspaceMemberModal_emailItemEmail__zbOdc{font-size:14px;color:#111827;font-weight:500}.InviteWorkspaceMemberModal_emailItemName__fZ2Uu{font-size:12px;color:#6b7280}.InviteWorkspaceMemberModal_roleSection__4fbuB{display:flex;flex-direction:column;gap:8px;padding:0 20px}.InviteWorkspaceMemberModal_roleLabel__LmysH{color:#6b7280;font-size:12px;line-height:16px;font-weight:500}.InviteWorkspaceMemberModal_roleDropdownContainer__H2vE_{position:relative;width:100%}.InviteWorkspaceMemberModal_roleDropdownButton__V22Be{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;width:100%;display:flex;border-radius:6px;margin:0;padding:4px;border:1px solid #e5e7eb;background:#fff}.InviteWorkspaceMemberModal_roleButtonContent__d3C2g{display:flex;align-items:center;gap:8px;line-height:120%;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:45px;font-size:14px;padding:4px 8px}.InviteWorkspaceMemberModal_roleIcon__yBs0R{display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;color:#6b7280;height:18px;width:18px;flex-shrink:0}.InviteWorkspaceMemberModal_roleInfo__RWufj{margin-inline:0;min-width:0;flex:1 1 auto}.InviteWorkspaceMemberModal_roleName__o3LGb{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827;font-size:14px;line-height:20px}.InviteWorkspaceMemberModal_roleDescription__hCnCW{white-space:normal;overflow:hidden;text-overflow:ellipsis;color:#6b7280;margin-top:2px;font-size:12px;line-height:16px}.InviteWorkspaceMemberModal_roleChevron__Z0xtf{margin-inline-start:auto;min-width:0;flex-shrink:0;margin-inline:3px;color:#9ca3af;transition:transform .2s ease}.InviteWorkspaceMemberModal_roleChevron__Z0xtf.InviteWorkspaceMemberModal_rotated__qHJJK{transform:rotate(180deg)}.InviteWorkspaceMemberModal_roleDropdown__H4B1t{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:1000;overflow:hidden}.InviteWorkspaceMemberModal_roleOption__Ow1sd{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s;cursor:pointer;display:flex;flex-direction:row;width:100%;align-items:center;padding:4px 8px;gap:8px;border-radius:6px;border:none;background:none;margin-bottom:1px}.InviteWorkspaceMemberModal_roleOption__Ow1sd:hover{background:#f3f4f6}.InviteWorkspaceMemberModal_roleOption__Ow1sd.InviteWorkspaceMemberModal_selected__zewfo{background:#f8f5ff}.InviteWorkspaceMemberModal_roleOptionContent__QkmW1{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.InviteWorkspaceMemberModal_roleCheck__A1lct{margin-left:auto;color:#7a37ff;font-size:16px;font-weight:700;flex-shrink:0}.InviteWorkspaceMemberModal_messageSection__3qFR7{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:0 20px}.InviteWorkspaceMemberModal_messageLabel__FSLuF{color:#6b7280;font-size:12px;line-height:16px;font-weight:500}.InviteWorkspaceMemberModal_messageTextarea__jAEDs{display:flex;align-items:center;width:100%;font-size:14px;line-height:20px;position:relative;border-radius:6px;box-shadow:inset 0 0 0 1px hsla(0,0%,6%,.1);background:#fff;cursor:text;padding:4px 10px;border:none;resize:vertical;min-height:60px;font-family:inherit;outline:none}.InviteWorkspaceMemberModal_messageTextarea__jAEDs::-moz-placeholder{color:#9ca3af}.InviteWorkspaceMemberModal_messageTextarea__jAEDs::placeholder{color:#9ca3af}.InviteWorkspaceMemberModal_messageTextarea__jAEDs:focus{box-shadow:inset 0 0 0 2px hsla(0,0%,6%,.1),0 0 0 2px rgba(122,55,255,.1)}.MembersManagement_membersManagement__uxWd_{display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;overflow:hidden}.MembersManagement_header__wEfB5{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:0}.MembersManagement_headerLeft__9xKrd{display:flex;align-items:center}.MembersManagement_headerTitle__lcUZO{font-size:16px;font-weight:500;color:#37352f;display:flex;align-items:center;gap:4px}.MembersManagement_helpButton__s5WxX{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;height:24px;width:24px;padding:0;border-radius:6px;border:none;background:transparent;color:#787878;flex-shrink:0}.MembersManagement_helpButton__s5WxX:hover{background:rgba(0,0,0,.06)}.MembersManagement_headerRight__DyuTn{display:flex;align-items:center}.MembersManagement_directoryLink__IY0lM{display:flex;color:#787878;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:500;font-size:12px;align-items:center;gap:4px;transition:color .2s ease}.MembersManagement_directoryLink__IY0lM:hover{color:#37352f}.MembersManagement_tabsContainer__6BgvH{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 2px}.MembersManagement_tabs__JB0L9{display:flex;overflow:auto visible;width:calc(100% + 12px);position:relative;font-size:14px;padding:0 4px 0 0;z-index:1}.MembersManagement_tab__Nu51Q{padding:6px 0;color:#787878;position:relative;background:none;border:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;display:inline-flex;align-items:center;justify-content:unset;height:28px;padding-inline:8px;border-radius:6px;white-space:nowrap;font-size:16px;font-weight:400;line-height:1.2;flex-shrink:0;min-width:0}.MembersManagement_tab__Nu51Q.MembersManagement_active__ZaZ9a{color:#37352f}.MembersManagement_tabContent__Dj1Rc{display:flex;font-size:14px;font-weight:500;line-height:18px;color:inherit;align-items:center;gap:4px}.MembersManagement_tabCount__IpKMZ{font-size:14px;line-height:18px;color:#787878}.MembersManagement_tab__Nu51Q.MembersManagement_active__ZaZ9a .MembersManagement_tabCount__IpKMZ{color:#37352f}.MembersManagement_tabIndicator__FLnjV{border-bottom:2px solid #37352f;position:absolute;bottom:0;left:0;right:0}.MembersManagement_actions__0NHsg{display:flex;height:34px;padding-bottom:0;justify-content:flex-end;align-items:center;gap:10px}.MembersManagement_searchButton__uhHbT{display:flex;height:28px;justify-content:flex-end;align-items:center;gap:4px}.MembersManagement_searchIconButton__c3CSG{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;display:flex;align-items:center;justify-content:center;height:28px;width:28px;padding:6px;border-radius:4px;white-space:nowrap;font-size:14px;font-weight:400;line-height:1;border:none;background:transparent;color:#787878;flex-shrink:0}.MembersManagement_searchIconButton__c3CSG:hover{background:rgba(0,0,0,.06)}.MembersManagement_tableContainer__s9_Oq{margin-top:-1px;flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.MembersManagement_table__oe8mb{display:flex;flex-direction:column;height:100%;min-height:84px;width:100%;min-width:751px}.MembersManagement_tableHeader__SmOwm{display:flex;position:relative;box-shadow:inset 0 1px 0 #e5e7eb,inset 0 -1px 0 #e5e7eb;background:#fff;z-index:1}.MembersManagement_headerCell__chhIP{padding:0 12px;display:flex;align-items:center;height:32px;font-size:12px;font-weight:400;color:#787878}.MembersManagement_sortableHeader__KX1_D{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;padding:0 6px;margin:0 -6px;border-radius:4px;height:20px;font-size:12px;font-weight:400;line-height:1.2;color:#787878;min-width:0}.MembersManagement_sortableHeader__KX1_D:hover{background:rgba(0,0,0,.04)}.MembersManagement_tableBody__SFm9d{flex:1 1 0px;overflow:hidden auto;position:relative}.MembersManagement_tableRow__JzL4Q{display:flex;align-items:stretch;box-shadow:inset 0 -1px 0 #e5e7eb;min-height:42px}.MembersManagement_tableCell__JH5v_{padding:0 12px;display:flex;align-items:center}.MembersManagement_userInfo__NZseD{display:flex;align-items:center;font-size:14px;width:100%;justify-content:space-between;gap:10px}.MembersManagement_userAvatar__DTkmH{position:relative;flex-shrink:0}.MembersManagement_avatarInitial__jJCpL{box-shadow:none;outline-width:1px;outline-style:solid;outline-color:rgba(0,0,0,.1);outline-offset:-1px;box-sizing:content-box;border-radius:100%;line-height:28px;width:28px;height:28px;overflow:hidden;text-align:center;font-size:12.25px;background:#f5f5f5;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#787878;opacity:1;display:flex;align-items:center;justify-content:center}.MembersManagement_userDetails__ddQ5D{max-width:163px;flex:1;min-width:0}.MembersManagement_userName__2Hkjv{font-size:14px;font-weight:510;line-height:18px;color:#37352f}.MembersManagement_userEmail__0sO5G,.MembersManagement_userName__2Hkjv{height:17px;align-self:stretch;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MembersManagement_userEmail__0sO5G{font-size:12px;font-weight:400;line-height:15px;color:#787878}.MembersManagement_teamspaceInfo__gSSXl{display:flex;align-items:center;gap:6px;height:28px;padding:0 8px;border-radius:6px;white-space:nowrap;font-size:14px;font-weight:400;line-height:1.2;color:#37352f;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in}.MembersManagement_teamspaceInfo__gSSXl:hover{background:rgba(0,0,0,.04)}.MembersManagement_groupInfo__cGcP_{justify-content:center;color:#787878;flex-direction:row;max-width:100%}.MembersManagement_groupInfo__cGcP_,.MembersManagement_roleInfo__9BUxR{display:flex;align-items:center;height:28px;padding:0 8px;border-radius:6px;white-space:nowrap;font-size:14px;font-weight:400;line-height:1.2}.MembersManagement_roleInfo__9BUxR{justify-content:unset;color:#37352f;max-width:160px}.MembersManagement_empty__BZ_eR,.MembersManagement_loading__AeYNr{padding:24px;text-align:center;color:#787878;font-size:14px}.MembersManagement_tableBody__SFm9d::-webkit-scrollbar{width:6px}.MembersManagement_tableBody__SFm9d::-webkit-scrollbar-track{background:transparent}.MembersManagement_tableBody__SFm9d::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.MembersManagement_tableBody__SFm9d::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.GeneralSettings_generalSettings__eUih_{display:flex;flex-direction:column;width:100%;height:100%;gap:0}.GeneralSettings_section__31pRI{padding-bottom:24px;margin-bottom:0}.GeneralSettings_sectionHeader__pvjHT{border-bottom:1px solid rgba(55,53,47,.09);margin-bottom:16px;margin-top:0;padding-bottom:12px;padding-top:12px}.GeneralSettings_sectionTitle__XnfoH{font-size:16px;font-weight:500;width:auto;color:#37352f;margin:0}.GeneralSettings_settingRow__rn2x0{display:flex;align-items:center;justify-content:space-between;cursor:default;margin-bottom:16px;padding:8px 0}.GeneralSettings_settingInfo__iMDof{display:flex;flex-direction:column;margin-inline-end:5%;width:75%;gap:6px}.GeneralSettings_settingLabel__dJYYH{color:#37352f;font-size:14px;line-height:20px;font-weight:400;display:flex;flex-direction:row;gap:4px}.GeneralSettings_settingDescription__09Yzi{color:rgba(55,53,47,.65);font-size:13px;line-height:18px;font-weight:400}.GeneralSettings_settingInputGroup__IOuDj{position:relative;flex-shrink:0;flex-grow:0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.GeneralSettings_textInput__suu_z{height:32px;padding:0 12px;border:1px solid rgba(55,53,47,.16);border-radius:6px;font-size:14px;color:#37352f;background:#fff;transition:border-color .2s ease}.GeneralSettings_textInput__suu_z:focus{outline:none;border-color:#7a37ff;box-shadow:0 0 0 3px rgba(122,55,255,.1)}.GeneralSettings_textInput__suu_z:disabled{background:#f5f5f5;color:#9ca3af;cursor:not-allowed}.GeneralSettings_displayValue__sUdVN{font-size:14px;color:#37352f;font-weight:400;padding:0 12px;min-height:32px;display:flex;align-items:center}.GeneralSettings_cancelButton__OzTD6,.GeneralSettings_editButton__eUbS_,.GeneralSettings_saveButton__mkBMh{height:32px;padding:0 12px;border-radius:6px;font-size:14px;font-weight:500;line-height:1.2;white-space:nowrap;cursor:pointer;transition:all .2s ease;border:1px solid rgba(55,53,47,.16);background:#fff;color:#37352f}.GeneralSettings_cancelButton__OzTD6:hover:not(:disabled),.GeneralSettings_editButton__eUbS_:hover:not(:disabled),.GeneralSettings_saveButton__mkBMh:hover:not(:disabled){background:rgba(55,53,47,.06)}.GeneralSettings_cancelButton__OzTD6:disabled,.GeneralSettings_editButton__eUbS_:disabled,.GeneralSettings_saveButton__mkBMh:disabled{opacity:.5;cursor:not-allowed}.GeneralSettings_saveButton__mkBMh{background:#7a37ff;color:#fff;border-color:#7a37ff}.GeneralSettings_saveButton__mkBMh:hover:not(:disabled){background:#6b2de8;border-color:#6b2de8}.GeneralSettings_cancelButton__OzTD6:hover:not(:disabled){background:rgba(242,82,78,.1);color:#f2524e;border-color:rgba(242,82,78,.2)}.GeneralSettings_toggleSwitch__et3f4{position:relative;flex-shrink:0;flex-grow:0;border-radius:44px;cursor:pointer;display:inline-block;width:44px;height:22px}.GeneralSettings_toggleSwitch__et3f4 input{position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:1}.GeneralSettings_toggleSlider___kQ7h{display:flex;flex-shrink:0;height:14px;width:26px;border-radius:44px;padding:2px;box-sizing:content-box;background:#9ca3af;transition:background .2s,box-shadow .2s;position:relative}.GeneralSettings_toggleSlider___kQ7h:after{content:"";width:14px;height:14px;border-radius:44px;background:#fff;transition:transform .2s ease-out,background .2s ease-out;transform:translateX(0) translateY(0);position:absolute;top:2px;left:2px}.GeneralSettings_toggleSwitch__et3f4 input:checked+.GeneralSettings_toggleSlider___kQ7h{background:#7a37ff}.GeneralSettings_toggleSwitch__et3f4 input:checked+.GeneralSettings_toggleSlider___kQ7h:after{transform:translateX(12px) translateY(0)}.GeneralSettings_toggleSwitch__et3f4 input:disabled+.GeneralSettings_toggleSlider___kQ7h{opacity:.5;cursor:not-allowed}.GeneralSettings_toggleSwitch__et3f4:hover:not(input:disabled) input:not(:checked)+.GeneralSettings_toggleSlider___kQ7h{background:#6b7280}.GeneralSettings_dangerZone__dUpRd{display:flex;flex-wrap:wrap;gap:16px 12px}.GeneralSettings_dangerButton__M4dyB{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;height:32px;padding-inline:12px;border-radius:6px;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.2;border:1px solid rgba(242,82,78,.3);color:#f2524e;background:transparent}.GeneralSettings_dangerButton__M4dyB:hover{background:rgba(242,82,78,.1)}.GeneralSettings_workspaceIdRow__dK5UL{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:8px;padding:8px 0}.GeneralSettings_workspaceIdLabel__fWONd{grid-row-start:1;grid-column-start:1;height:100%;display:flex;align-items:center}.GeneralSettings_workspaceIdLabel__fWONd span{font-size:12px;line-height:16px;color:rgba(55,53,47,.65)}.GeneralSettings_workspaceIdValue__EHHEr{grid-row-start:1;grid-column-start:2;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px}.GeneralSettings_idText__rYKno{font-size:12px;line-height:16px;color:rgba(55,53,47,.65);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.GeneralSettings_copyButton__Radld{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:0;height:24px;padding-inline:0;border-radius:6px;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.2;width:24px;color:#37352f;flex-shrink:0;padding:0;border:none;background:transparent}.GeneralSettings_copyButton__Radld:hover{background:rgba(55,53,47,.06)}.GeneralSettings_copyButton__Radld svg{display:block;flex-shrink:0}.SettingsModal_modalOverlay__fvpMg{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10000;padding:50px}.SettingsModal_modalDialog__eI3_D{position:relative;z-index:1;max-height:715px;box-shadow:0 8px 24px rgba(0,0,0,.12);border-radius:12px;overflow:hidden;width:1150px;max-width:calc(100vw - 100px);height:calc(100% - 100px);background:#fff;display:flex;flex-direction:row}.SettingsModal_modalContent__7KIgs{display:flex;height:100%;flex-direction:row;width:100%}.SettingsModal_sidebar__irJaO{height:100%;background:hsla(0,0%,98%,.8);flex-grow:0;flex-shrink:0;width:240px;overflow-y:auto}.SettingsModal_sidebarContent__K4Yiq{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;height:100%;padding:8px;gap:2px}.SettingsModal_section__KZDS_{display:flex;flex-direction:column;align-items:stretch;gap:2px}.SettingsModal_sectionLabel__oICX2{padding:6px 8px;color:#787878;font-size:12px;line-height:16px;font-weight:500;text-overflow:ellipsis;overflow:hidden}.SettingsModal_tabList__IfKMz{display:flex;flex-direction:column;gap:12px}.SettingsModal_tab__YCyr5{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:4px 6px;border-radius:6px;height:28px;background:transparent;border:none;width:100%;text-align:left}.SettingsModal_tab__YCyr5:hover{background:rgba(0,0,0,.04)}.SettingsModal_tab__YCyr5.SettingsModal_active__PVO5N{background:rgba(0,0,0,.06)}.SettingsModal_tabContent__4eRba{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SettingsModal_tabIcon__TVT0r{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#787878}.SettingsModal_tab__YCyr5.SettingsModal_active__PVO5N .SettingsModal_tabIcon__TVT0r{color:#37352f}.SettingsModal_tabLabel__6WYM_{color:#787878;font-size:14px;line-height:20px;font-weight:500}.SettingsModal_tab__YCyr5.SettingsModal_active__PVO5N .SettingsModal_tabLabel__6WYM_{color:#37352f;font-weight:500}.SettingsModal_mainContent__LjTk9{flex-grow:1;position:relative;z-index:1;height:100%;overflow:hidden;background-color:#fff}.SettingsModal_mainContentInner__Mj5Yb{display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;padding:36px 60px;overflow-y:auto}.SettingsModal_tabContent__4eRba{width:100%;height:100%}.SettingsModal_closeButton___MWHd{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:100%;background:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;padding:0;color:#787878;z-index:10}.SettingsModal_closeButton___MWHd:hover{background:rgba(0,0,0,.06)}.SettingsModal_closeButton___MWHd svg{width:14px;height:14px;display:block;fill:#787878}.SettingsModal_mainContentInner__Mj5Yb::-webkit-scrollbar,.SettingsModal_sidebar__irJaO::-webkit-scrollbar{width:6px}.SettingsModal_mainContentInner__Mj5Yb::-webkit-scrollbar-track,.SettingsModal_sidebar__irJaO::-webkit-scrollbar-track{background:transparent}.SettingsModal_mainContentInner__Mj5Yb::-webkit-scrollbar-thumb,.SettingsModal_sidebar__irJaO::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.SettingsModal_mainContentInner__Mj5Yb::-webkit-scrollbar-thumb:hover,.SettingsModal_sidebar__irJaO::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.ConfirmModal_confirmContent__rjErX{padding:24px;display:flex;flex-direction:column;gap:24px}.ConfirmModal_confirmMessage__93Oej{font-size:14px;line-height:1.6;color:#111827;white-space:pre-line;margin:0}.ConfirmModal_confirmActions__DduPi{display:flex;justify-content:flex-end;gap:8px}.NewSidebar_sidebar__Mw0_1{width:192px;height:100%;background:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;position:relative;z-index:800;overflow:visible;transition:width .2s ease}.NewSidebar_collapsed__jrIoU{width:58px}.NewSidebar_profileArea__WtawW{display:flex;align-items:center;justify-content:space-between;padding:19px;overflow:visible;position:relative}.NewSidebar_collapsed__jrIoU .NewSidebar_profileArea__WtawW{justify-content:flex-start}.NewSidebar_workspaceButton__9ryIk{display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;padding:0;cursor:pointer;min-width:0}.NewSidebar_workspaceNameGroup__0Z5Lf{display:inline-flex;align-items:center;gap:6px;min-width:0}.NewSidebar_workspaceDropIcon__SlpsG{width:16px;height:16px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.NewSidebar_workspaceDropIconClosed___wj1v{transform:rotate(180deg)}.NewSidebar_workspaceDropIcon__SlpsG img{width:16px;height:16px;display:block}.NewSidebar_workspaceAvatar__TKwtB{width:19px;height:19px;border-radius:2px;background:#7d39ff;color:#fff;font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.NewSidebar_workspaceName__953E5{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.NewSidebar_workspaceChevron__TieqJ{width:16px;height:16px;color:#111}.NewSidebar_collapseToggle__8m56y,.NewSidebar_workspaceChevron__TieqJ{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;padding:0;cursor:pointer}.NewSidebar_collapseToggle__8m56y{position:absolute;top:50%;right:-13px;transform:translateY(-50%);width:26px;height:26px;z-index:801;opacity:0;pointer-events:none;transition:opacity .2s ease}.NewSidebar_sidebar__Mw0_1:hover .NewSidebar_collapseToggle__8m56y{opacity:1;pointer-events:auto}.NewSidebar_collapseToggle__8m56y img{width:26px;height:26px;display:block}.NewSidebar_workspaceDropdown__NEWEJ{position:fixed;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 16px 20px -4px rgba(0,0,0,.1),0 8px 8px -4px rgba(0,0,0,.04);z-index:1002;width:256px;max-height:min(60vh,336px);overflow:hidden;display:flex;flex-direction:column}.NewSidebar_workspaceDropdownHeader__MEN_E{padding:10px;background:#f9fafb}.NewSidebar_workspaceDropdownHeaderTop__doWL3{display:flex;align-items:center;justify-content:space-between;gap:10px}.NewSidebar_workspaceDropdownTitle__VFrJp{display:flex;align-items:center;gap:8px;min-width:0}.NewSidebar_workspaceDropdownAvatar__J6E6w{width:29px;height:29px;border-radius:3px;background:linear-gradient(135deg,#7a37ff,#9d5cff);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.NewSidebar_workspaceDropdownName__WWqyP{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NewSidebar_workspaceDropdownActions__1Wt4O{display:inline-flex;gap:6px;flex:0 0 auto}.NewSidebar_workspaceActionButton__Mdkk_{display:inline-flex;align-items:center;gap:5px;height:22px;padding:0 8px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:10px;font-weight:600;color:#374151}.NewSidebar_workspaceActionButton__Mdkk_:hover{background:#f3f4f6}.NewSidebar_workspaceDropdownDivider__vw4Ze{height:1px;background:#eef2f7}.NewSidebar_workspaceList__xeNz2{display:flex;flex-direction:column;padding:6px;overflow:auto}.NewSidebar_workspaceItem__d0HtT{width:100%;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px;border-radius:6px;text-align:left}.NewSidebar_workspaceItem__d0HtT:hover:not(:disabled){background:#f3f4f6}.NewSidebar_workspaceItem__d0HtT:disabled{opacity:.6;cursor:not-allowed}.NewSidebar_workspaceItemSelected__tmqTe{background:rgba(122,55,255,.08)}.NewSidebar_workspaceItemName___jTEr{font-size:10px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NewSidebar_workspaceCheck__2pX3M{color:#7a37ff;flex:0 0 auto}.NewSidebar_workspaceLoading__6BNuX{display:flex;align-items:center;gap:6px;padding:8px;color:#6b7280;font-size:10px}.NewSidebar_spinner__acygw{animation:NewSidebar_spin__g_wVg 1s linear infinite}.NewSidebar_itemIconWithBadge__9dRcB{position:relative}.NewSidebar_badge__6i6nI{position:absolute;top:-6px;right:-8px;min-width:17px;height:17px;padding:0 3px;border-radius:2px;background:#7d39ff;color:#fff;font-family:Pretendard,sans-serif;font-size:11px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;line-height:1}.NewSidebar_badgeCollapsed__tDRXE{right:-6px}.NewSidebar_notificationBadge__xY333{width:17px;height:17px;border-radius:2px;background:#7d39ff;color:#fff;font-family:Pretendard,sans-serif;font-size:11px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}.NewSidebar_nav__K9YuB{display:flex;flex-direction:column;width:100%;flex:1;overflow-y:auto;overflow-x:hidden}.NewSidebar_row__aJW7J{padding:8px 10px 4px}.NewSidebar_section__ia3PJ{width:100%}.NewSidebar_itemButton__XYiU5{width:100%;background:transparent;border:0;border-radius:6px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:background .15s ease;color:#111}.NewSidebar_itemButton__XYiU5:hover{background:rgba(0,0,0,.04)}.NewSidebar_itemButtonCollapsed__FZy8j{justify-content:center}.NewSidebar_itemButtonCollapsed__FZy8j .NewSidebar_itemLeft__Lzf5H{gap:0}.NewSidebar_itemLeft__Lzf5H{display:inline-flex;align-items:center;gap:10px;min-width:0}.NewSidebar_itemIcon__wWzKg{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#111}.NewSidebar_itemIcon__wWzKg img{width:20px;height:20px;display:block}.NewSidebar_itemLabel__fG9Xk{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.NewSidebar_itemButtonDisabled___UB5O{cursor:not-allowed}.NewSidebar_itemButtonDisabled___UB5O:hover{background:transparent}.NewSidebar_itemButtonDisabled___UB5O .NewSidebar_itemIcon__wWzKg img{opacity:.3}.NewSidebar_itemLabelDisabled__Th__D{color:rgba(0,0,0,.3)}.NewSidebar_primaryItem__cELQo{background:#f1edfa}.NewSidebar_primaryItem__cELQo:hover{background:#ece6fa}.NewSidebar_primaryItem__cELQo .NewSidebar_itemIcon__wWzKg,.NewSidebar_primaryItem__cELQo .NewSidebar_itemLabel__fG9Xk{color:#7a37ff}.NewSidebar_active__PzCIA{background:rgba(122,55,255,.08)}.NewSidebar_active__PzCIA .NewSidebar_itemIcon__wWzKg,.NewSidebar_active__PzCIA .NewSidebar_itemLabel__fG9Xk{color:#7a37ff}.NewSidebar_sectionHeaderRow__RtUXV{padding-top:16px}.NewSidebar_sectionHeaderButton__yWL8r{width:100%;background:transparent;border:0;border-radius:6px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left}.NewSidebar_sectionHeaderButton__yWL8r:hover{background:rgba(0,0,0,.03)}.NewSidebar_collapsed__jrIoU .NewSidebar_sectionHeaderButton__yWL8r{padding:0;cursor:default}.NewSidebar_collapsed__jrIoU .NewSidebar_sectionHeaderButton__yWL8r:hover{background:transparent}.NewSidebar_sectionHeaderButtonCollapsed__q_XNk{justify-content:space-between}.NewSidebar_sectionLabel__WUXWw{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;color:#6e6e6e;white-space:nowrap}.NewSidebar_sectionLabelCollapsed__p3o_m{opacity:0;max-width:0;overflow:hidden}.NewSidebar_sectionChevron__2LvvK{display:inline-flex;align-items:center;justify-content:center;color:#6e6e6e;transition:transform .2s ease;transform:rotate(0deg)}.NewSidebar_sectionChevronCollapsed__TVV_y{transform:rotate(180deg)}.NewSidebar_sectionItems__GstFh{overflow:hidden;max-height:0;opacity:0;transition:max-height .2s ease,opacity .2s ease}.NewSidebar_sectionItemsExpanded__hMFWu{max-height:480px;opacity:1}.NewSidebar_sectionItemsInner__vNSHU{overflow:hidden}.NewSidebar_proFeatureCard__rGuvO{margin:16px 10px;padding:0}.NewSidebar_proFeatureContent__7XMR_{background:linear-gradient(120.89deg,#9b79f7 7.37%,#be7ef8 95.19%);border-radius:14.72px;padding:14.72px 17.68px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 12px rgba(125,57,255,.2)}.NewSidebar_proFeatureTitle__GWibG{font-family:Pretendard,sans-serif;font-weight:600;font-size:11.78px;line-height:1.2;letter-spacing:.118px;color:#fff;text-align:center}.NewSidebar_proFeatureButton__rb_qh{background:#fff;color:#7d39ff;border:0;border-radius:14.72px;padding:9px 16px;font-family:Pretendard,sans-serif;font-weight:600;font-size:10.3px;line-height:normal;letter-spacing:.103px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:1.472px 2.944px 2.944px 0 rgba(79,42,234,.17);transition:all .2s ease;align-self:center}.NewSidebar_proFeatureButton__rb_qh:after{content:"";display:inline-block;width:3.68px;height:7.36px;background:url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 5L0.5 9.5' stroke='%237d39ff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;flex-shrink:0}.NewSidebar_proFeatureButton__rb_qh:hover{background:#f5f5f5;box-shadow:1.472px 4.416px 4.416px 0 rgba(79,42,234,.25)}.NewSidebar_proFeatureButton__rb_qh:active{transform:translateY(1px);box-shadow:1.472px 2.208px 2.208px 0 rgba(79,42,234,.15)}.GlobalSearchModal_modalOverlay__kRvVV{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10000;display:flex;align-items:center;justify-content:center}.GlobalSearchModal_modalContainer__DJuVk{width:600px;max-height:504px;height:504px;background:#fff;border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden}.GlobalSearchModal_modalContent__PXb_x{display:flex;flex-direction:column;height:100%;min-height:0}.GlobalSearchModal_searchBar__T7JjB{padding:16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.GlobalSearchModal_searchBarLayout__NkRdG{display:flex;align-items:center;gap:8px;padding:0 12px;height:48px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.GlobalSearchModal_searchBarLayout__NkRdG:focus-within{background:#fff;border-color:#7a37ff;box-shadow:0 0 0 3px rgba(122,55,255,.1)}.GlobalSearchModal_searchIcon__FfcoK{flex-shrink:0;display:flex;align-items:center;justify-content:center}.GlobalSearchModal_searchInput__dPoRZ{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#111827;font-family:Pretendard,sans-serif}.GlobalSearchModal_searchInput__dPoRZ::-moz-placeholder{color:#9ca3af}.GlobalSearchModal_searchInput__dPoRZ::placeholder{color:#9ca3af}.GlobalSearchModal_clearButton__j5pK3{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}.GlobalSearchModal_clearButton__j5pK3:hover{background:#f3f4f6}.GlobalSearchModal_searchResultsContainer__sYF50{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;position:relative}.GlobalSearchModal_searchResultsContainer__sYF50::-webkit-scrollbar{width:6px}.GlobalSearchModal_searchResultsContainer__sYF50::-webkit-scrollbar-track{background:transparent}.GlobalSearchModal_searchResultsContainer__sYF50::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.GlobalSearchModal_searchResultsContainer__sYF50::-webkit-scrollbar-thumb:hover{background:#9ca3af}.GlobalSearchModal_empty__CzR8a,.GlobalSearchModal_error__MSDxc,.GlobalSearchModal_loading__WeTje{display:flex;align-items:center;justify-content:center;padding:40px;font-size:14px;color:#6b7280}.GlobalSearchModal_error__MSDxc{color:#ef4444}.GlobalSearchModal_searchResults__2uszI{padding:16px}.GlobalSearchModal_resultSection__J_MqW{margin-bottom:24px}.GlobalSearchModal_resultSection__J_MqW:last-child{margin-bottom:0}.GlobalSearchModal_sectionTitle__tbYbm{font-size:12px;font-weight:500;color:#8b93a1;margin-bottom:12px}.GlobalSearchModal_resultList__F1rxv{display:flex;flex-direction:column;gap:4px}.GlobalSearchModal_resultItem__vMJWV{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;cursor:pointer;transition:background .2s ease}.GlobalSearchModal_resultItem__vMJWV:hover{background:#f9fafb}.GlobalSearchModal_itemIcon__M_z_z{flex-shrink:0}.GlobalSearchModal_iconContainer__M1cek{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:4px}.GlobalSearchModal_itemContent__I5210{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.GlobalSearchModal_itemName__qXonQ{font-size:14px;font-weight:500;color:#343b46;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GlobalSearchModal_itemSubtext__xw71G{font-size:12px;color:#8b93a1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GlobalSearchModal_itemDeleteButton__bHIL3,.GlobalSearchModal_itemLinkButton__J6gy9{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}.GlobalSearchModal_itemDeleteButton__bHIL3:hover,.GlobalSearchModal_itemLinkButton__J6gy9:hover{background:#f3f4f6}.GlobalSearchModal_recentSearches__muQIE{padding:16px}.GlobalSearchModal_recentHeader__aDqmr{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.GlobalSearchModal_recentTitle__YdacB{display:flex;align-items:center;gap:4px;font-size:12px;color:#8b93a1}.GlobalSearchModal_deleteAllButton__y5L2g{background:transparent;border:none;font-size:12px;color:#8b93a1;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease}.GlobalSearchModal_deleteAllButton__y5L2g:hover{background:#f3f4f6;color:#505766}.GlobalSearchModal_recentList__56Qsk{display:flex;flex-direction:column;gap:4px}.GlobalSearchModal_recentItem__IIH17{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;cursor:pointer;transition:background .2s ease}.GlobalSearchModal_recentItem__IIH17:hover{background:#f9fafb}.GlobalSearchModal_modalFooter__1Mb1U{display:flex;align-items:center;gap:16px;padding:12px 16px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.GlobalSearchModal_footerLeft__kAUOh{display:flex;align-items:center;gap:8px;font-size:12px;color:#8b93a1}.GlobalSearchModal_shortcutItem__6awz2{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f3f4f6;border-radius:4px}.GlobalSearchModal_shortcutIcon__TZwGs{display:flex;align-items:center;justify-content:center}.GlobalSearchModal_footerDivider__1Z3jx{width:1px;height:12px;background:#e5e7eb}.GlobalSearchModal_footerRight__eKMpb{font-size:12px;color:#8b93a1}.PageHeader_pageHeader__yXTww{position:fixed;right:0;height:44px;background-color:#fff;z-index:799;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 20px;box-sizing:border-box;transition:left .2s ease,top .2s ease}.PageHeader_headerLeft__0yAYw{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-shrink:0;height:100%;margin-right:12px}.PageHeader_sidebarToggle__k2pIl{display:flex;align-items:center;justify-content:center;width:30px;height:24px;background:transparent;border:1px solid #ddd;cursor:pointer;transition:all .2s ease;border-radius:6px;color:#111;font-size:14px;font-weight:500;padding:0 6px;position:relative}.PageHeader_sidebarToggle__k2pIl:hover{background:#eaeaea;color:#1f2937}.PageHeader_sidebarToggle__k2pIl:focus{outline:2px solid #3b82f6;outline-offset:2px}.PageHeader_notificationBadge__trgWN{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;background:#ef4444;color:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:500;padding:0 3px;flex-shrink:0;z-index:10;line-height:1;border:2px solid #fff}.PageHeader_headerCenter__VDjzX{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:1;height:100%}.PageHeader_headerRight__TkoFP{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-shrink:0;height:100%;gap:8px}.PageHeader_teamspaceMemberAvatars__10mp3{display:flex;align-items:center;position:relative;flex-direction:row-reverse;margin-inline-start:8px;padding-inline-end:6px;transform:translateZ(0);z-index:1}.PageHeader_memberAvatarWrapper__oXVMD{position:relative;flex-shrink:0;z-index:1}.PageHeader_memberAvatarWrapper__oXVMD:not(:last-child){z-index:0}.PageHeader_memberAvatarWrapper__oXVMD:last-child{z-index:10}.PageHeader_memberAvatar__6k5tj{width:22px;height:22px;border-radius:22px;position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.PageHeader_headerContent__W5Z10{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:100%}.PageHeader_backButton__lbx8g{margin-right:12px;padding:6px;border-radius:6px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;height:18px;width:18px}.PageHeader_backButton__lbx8g:hover{background-color:rgba(0,0,0,.1)}.PageHeader_backButton__lbx8g img{transition:opacity .2s ease;width:16px;height:16px}.PageHeader_sharedMembers__U0W6_{display:flex;align-items:center;gap:8px}.PageHeader_sharedMembers__U0W6_ span{font-size:14px;color:#666;padding:4px 12px;background:#f5f5f5;border-radius:12px}.PageHeader_actionButtons__vDrRY{gap:8px}.PageHeader_actionButtons__vDrRY,.PageHeader_menuWrapper__oENnF{display:flex;align-items:center;position:relative}.PageHeader_menuButton__F_Q2i{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:34px;height:34px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.PageHeader_menuButton__F_Q2i:hover{background-color:#f3f4f6;border-color:#d1d5db}.PageHeader_menuIconBar__i9F4_{width:16px;height:2px;border-radius:999px;background-color:#111827}.PageHeader_menuDropdown__gHo6a{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;gap:6px;padding:12px;min-width:160px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 20px rgba(15,23,42,.08);z-index:10}.PageHeader_menuItemButton__fzaRs{width:100%;justify-content:center;background-color:transparent!important;color:#000!important;border:none!important;box-shadow:none!important}.PageHeader_menuItemButton__fzaRs:hover{background-color:#f3f4f6!important}.PageHeader_searchBar__CoSUx{display:flex;align-items:center;gap:8px;width:100%;max-width:400px;height:32px;padding:0 12px;background-color:#f2f3f6;border-radius:6px;cursor:text;transition:background-color .2s ease}.PageHeader_searchBar__CoSUx:hover{background-color:#e5e7eb}.PageHeader_searchBar__CoSUx:focus-within{background-color:#fff;border:1px solid #7a37ff;box-shadow:0 0 0 3px rgba(122,55,255,.1)}.PageHeader_searchIcon__bdrSQ{display:flex;align-items:center;justify-content:center;flex-shrink:0}.PageHeader_searchInput__h3XzB{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#111827;font-weight:400}.PageHeader_searchInput__h3XzB::-moz-placeholder{color:#afb5c2}.PageHeader_searchInput__h3XzB::placeholder{color:#afb5c2}.PageHeader_favoriteButton__fKJXm{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;margin-right:8px}.PageHeader_favoriteButton__fKJXm:hover{background-color:#f3f4f6}.PageHeader_userProfileButton__nwSYJ{display:flex;align-items:center;gap:8px;padding:4px 8px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.PageHeader_userProfileButton__nwSYJ:hover{background-color:#f3f4f6}.PageHeader_userAvatarPlaceholder__PlaoU,.PageHeader_userAvatar__xqtZa{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.PageHeader_userAvatarPlaceholder__PlaoU{border-radius:50%;background:linear-gradient(135deg,#7a37ff,#5b21b6)}.PageHeader_userAvatarPlaceholder__PlaoU span{font-size:15px;font-weight:500;color:#fff}.PageHeader_userAvatarPlaceholderLarge__8VcDx{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7a37ff,#5b21b6)}.PageHeader_userAvatarPlaceholderLarge__8VcDx span{font-size:20px;font-weight:600;color:#fff}.PageHeader_userDropdown__TKBCV{min-width:280px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 20px rgba(15,23,42,.08);overflow:hidden}.PageHeader_userDropdownContainer__qM9uM{display:flex;flex-direction:column}.PageHeader_userInfoLayout__chlT3{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e5e7eb}.PageHeader_userAvatarLarge__CX19e{display:flex;align-items:center;justify-content:center;flex-shrink:0}.PageHeader_userNameEmailLayout__YVs67{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.PageHeader_userNameLayout__bMqeO{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.PageHeader_userName__rZt8r{font-size:14px;font-weight:500;color:#111827}.PageHeader_userEmailLayout__wT5nJ{display:flex;align-items:center}.PageHeader_userEmail__NM4pv{font-size:12px;color:#505766}.PageHeader_workspaceRoleTag__63Z25{display:flex;align-items:center}.PageHeader_roleTag__8U5pM{padding:2px 8px;background-color:#f3f4f6;border-radius:4px;font-size:12px;font-weight:500;color:#7a37ff}.PageHeader_userDropdownMenu__af_P8{display:flex;flex-direction:column;padding:8px 0}.PageHeader_menuSection__uTIBo{display:flex;flex-direction:column;padding:4px 0;border-bottom:1px solid #f3f4f6}.PageHeader_menuSection__uTIBo:last-child{border-bottom:none}.PageHeader_menuItem__JFKnm{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:transparent;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#111827;font-weight:400}.PageHeader_menuItem__JFKnm:hover{background-color:#f3f4f6}.PageHeader_menuItem__JFKnm span{flex:1}.ItemCreationNotificationModal_overlay__XH3gb{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.ItemCreationNotificationModal_modal__q7dfF{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:480px;width:100%;max-height:90vh;overflow:hidden;animation:ItemCreationNotificationModal_slideIn__jtQPI .3s ease-out}@keyframes ItemCreationNotificationModal_slideIn__jtQPI{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ItemCreationNotificationModal_header__UVNMr{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.ItemCreationNotificationModal_iconContainer__2KtpC{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%}.ItemCreationNotificationModal_successIcon__Yq1Qm{width:24px;height:24px;color:#10b981}.ItemCreationNotificationModal_errorIcon__QjR93{width:24px;height:24px;color:#ef4444}.ItemCreationNotificationModal_closeButton__WpBha{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.ItemCreationNotificationModal_closeButton__WpBha:hover{background-color:#f3f4f6}.ItemCreationNotificationModal_closeIcon__GWF1m{width:20px;height:20px;color:#6b7280}.ItemCreationNotificationModal_content__d7y3X{padding:0 24px 24px;text-align:center}.ItemCreationNotificationModal_title__wygYP{font-size:20px;font-weight:600;color:#111827;margin:0 0 12px}.ItemCreationNotificationModal_message__udu2S{font-size:16px;color:#6b7280;line-height:1.5;margin:0 0 24px}.ItemCreationNotificationModal_actions__QcJeg{display:flex;flex-direction:row;gap:12px;width:100%}.ItemCreationNotificationModal_primaryButton__z5hWU{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;background:linear-gradient(135deg,#5700ff,#00d4aa);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.ItemCreationNotificationModal_primaryButton__z5hWU:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(87,0,255,.3)}.ItemCreationNotificationModal_secondaryButton__Y1FFp{width:100%;padding:12px 24px;background:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.ItemCreationNotificationModal_secondaryButton__Y1FFp:hover{background-color:#f9fafb;border-color:#9ca3af}.ItemCreationNotificationModal_buttonIcon__9NTv_{width:18px;height:18px}@media(max-width:640px){.ItemCreationNotificationModal_overlay__XH3gb{padding:16px}.ItemCreationNotificationModal_modal__q7dfF{max-width:100%}.ItemCreationNotificationModal_header__UVNMr{padding:20px 20px 0}.ItemCreationNotificationModal_content__d7y3X{padding:20px}.ItemCreationNotificationModal_title__wygYP{font-size:18px}.ItemCreationNotificationModal_message__udu2S{font-size:14px}}.AppLayout_flex-center__Gy0uS{display:flex;align-items:center;justify-content:center}.AppLayout_flex-between__2lm65{display:flex;align-items:center;justify-content:space-between}.AppLayout_flex-start__Q_u_X{display:flex;align-items:flex-start}.AppLayout_flex-end__yPX2q{display:flex;align-items:flex-end}.AppLayout_text-center__ZaB85{text-align:center}.AppLayout_text-left__0TIGg{text-align:left}.AppLayout_text-right__sm6pe{text-align:right}.AppLayout_mb-1__8uBS2{margin-bottom:.25rem}.AppLayout_mb-2__zLorU{margin-bottom:.5rem}.AppLayout_mb-3__wORdV{margin-bottom:.75rem}.AppLayout_mb-4__YpShR{margin-bottom:12px}.AppLayout_mb-6___7c1s{margin-bottom:20px}.AppLayout_mt-1__efll6{margin-top:.25rem}.AppLayout_mt-2__FqXzh{margin-top:.5rem}.AppLayout_mt-3__YBeTu{margin-top:.75rem}.AppLayout_mt-4__MwGv7{margin-top:12px}.AppLayout_mx-auto__jZ_V1{margin-left:auto;margin-right:auto}.AppLayout_w-full__2QAQl{width:100%}.AppLayout_h-full__BMMdk{height:100%}.AppLayout_max-w-2xl__n6ni9{max-width:42rem}.AppLayout_max-w-6xl__hP6DQ{max-width:72rem}.AppLayout_text-gray-600__0q3eF{color:#4b5563}.AppLayout_text-gray-800__oul3i{color:#1f2937}.AppLayout_text-gray-500__5Cy7_{color:#6b7280}.AppLayout_text-white__G3R5m{color:#fff}.AppLayout_text-gray-900__Bmag6{color:#111827}.AppLayout_bg-white__wbOtF{background-color:#fff}.AppLayout_bg-red-50__BmZ7i{background-color:#fef2f2}.AppLayout_bg-gray-100__OdexY{background-color:#f3f4f6}.AppLayout_bg-blue-100__K_3wS{background-color:#dbeafe}.AppLayout_bg-blue-500__lk_Cv{background-color:#3b82f6}.AppLayout_bg-blue-600__v_vFa{background-color:#2563eb}.AppLayout_border-red-200__5rAZq{border-color:#fecaca}.AppLayout_rounded-lg__FdX84{border-radius:.5rem}.AppLayout_rounded-xl__kOXlO{border-radius:.75rem}.AppLayout_rounded-2xl__c3m85{border-radius:12px}.AppLayout_rounded-full__4H8ak{border-radius:9999px}.AppLayout_shadow-lg__g_ZU8{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.AppLayout_shadow-xl__bzH65{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.AppLayout_animate-spin__qyytJ{animation:AppLayout_spin__KyUah 1s linear infinite}.AppLayout_animate-bounce__ccXsr{animation:AppLayout_bounce__besaL 1.4s ease-in-out infinite both}.AppLayout_transition-colors__bCd6G{transition:background-color .2s,color .2s}.AppLayout_transition-all__KTV_d{transition:all .3s}.AppLayout_avatar__MgtUB{border-radius:50%;-o-object-fit:cover;object-fit:cover;display:flex;align-items:center;justify-content:center}@keyframes AppLayout_bounce__besaL{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.AppLayout_appLayout__ult6P{height:100vh;display:flex;flex-direction:column;background-color:#fff;transition:margin-top .3s ease}.AppLayout_mainContentSidebarOpen__BO530,.AppLayout_mainContent__fOBuR{display:flex;flex:1;width:100%;transition:margin-top .3s ease,height .3s ease;overflow:hidden}.AppLayout_pageContent__Mf8zc{flex:1;padding:44px 0 0;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;position:relative;z-index:1;box-sizing:border-box}.AppLayout_loadingContainer__hm4TP{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff}.AppLayout_loadingContent__vxW9E{text-align:center}.AppLayout_loadingSpinner__qnbgf{width:48px;height:48px;border:4px solid #f3f3f3;border-top-color:#3b82f6;border-radius:50%;animation:AppLayout_spin__KyUah 1s linear infinite;margin:0 auto 16px}@keyframes AppLayout_spin__KyUah{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AppLayout_loadingText__c3_ms{color:#6b7280;font-size:14px;margin-top:8px}.AlertModal_flex-center__JDbMc{display:flex;align-items:center;justify-content:center}.AlertModal_flex-between__jc4D0{display:flex;align-items:center;justify-content:space-between}.AlertModal_flex-start__Myh5z{display:flex;align-items:flex-start}.AlertModal_flex-end__OV3B0{display:flex;align-items:flex-end}.AlertModal_text-center__0fJGO{text-align:center}.AlertModal_text-left__e3_xp{text-align:left}.AlertModal_text-right__rBKTs{text-align:right}.AlertModal_mb-1__bTsrs{margin-bottom:.25rem}.AlertModal_mb-2__HzCjG{margin-bottom:.5rem}.AlertModal_mb-3__JCUmC{margin-bottom:.75rem}.AlertModal_mb-4__rGS1i{margin-bottom:12px}.AlertModal_mb-6__T_Dtz{margin-bottom:20px}.AlertModal_mt-1__saq05{margin-top:.25rem}.AlertModal_mt-2__6wlU5{margin-top:.5rem}.AlertModal_mt-3__g_bjl{margin-top:.75rem}.AlertModal_mt-4__C0J9w{margin-top:12px}.AlertModal_mx-auto__TiuYX{margin-left:auto;margin-right:auto}.AlertModal_w-full__Hw7Hd{width:100%}.AlertModal_h-full__Jn2kk{height:100%}.AlertModal_max-w-2xl__qnsGI{max-width:42rem}.AlertModal_max-w-6xl__mO5nG{max-width:72rem}.AlertModal_text-gray-600__DWP7c{color:#4b5563}.AlertModal_text-gray-800__cGK1Q{color:#1f2937}.AlertModal_text-gray-500__iqyw0{color:#6b7280}.AlertModal_text-white__vYT2A{color:#fff}.AlertModal_text-gray-900__dkD78{color:#111827}.AlertModal_bg-white__NATxO{background-color:#fff}.AlertModal_bg-red-50__d85l_{background-color:#fef2f2}.AlertModal_bg-gray-100__PHlJZ{background-color:#f3f4f6}.AlertModal_bg-blue-100__KKBzj{background-color:#dbeafe}.AlertModal_bg-blue-500__Y9DOV{background-color:#3b82f6}.AlertModal_bg-blue-600__7eLAr{background-color:#2563eb}.AlertModal_border-red-200__F7iYq{border-color:#fecaca}.AlertModal_rounded-lg__IHrId{border-radius:.5rem}.AlertModal_rounded-xl__C4j0E{border-radius:.75rem}.AlertModal_rounded-2xl__TyL29{border-radius:12px}.AlertModal_rounded-full__DwjHA{border-radius:9999px}.AlertModal_shadow-lg__SL6bB{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.AlertModal_shadow-xl__FLvW_{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.AlertModal_animate-spin__JM8_Q{animation:AlertModal_spin__DReVi 1s linear infinite}.AlertModal_animate-bounce__bKjtQ{animation:AlertModal_bounce__TWATS 1.4s ease-in-out infinite both}.AlertModal_transition-colors__DzyaE{transition:background-color .2s,color .2s}.AlertModal_transition-all__sqh17{transition:all .3s}.AlertModal_avatar__xgODk{border-radius:50%;-o-object-fit:cover;object-fit:cover;display:flex;align-items:center;justify-content:center}@keyframes AlertModal_spin__DReVi{to{transform:rotate(1turn)}}@keyframes AlertModal_bounce__TWATS{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.AlertModal_alertContent___DfPe{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 72px 16px;gap:6px}.AlertModal_alertIcon__RRzXO{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;flex-shrink:0}.AlertModal_successIcon__iPKh4{color:#10b981;background-color:#ecfdf5}.AlertModal_successIcon__iPKh4 svg{width:32px;height:32px}.AlertModal_errorIcon__rRg95{color:#ef4444;background-color:#fef2f2}.AlertModal_errorIcon__rRg95 svg{width:32px;height:32px}.AlertModal_warningIcon__RUlc9{color:#f59e0b;background-color:#fffbeb}.AlertModal_warningIcon__RUlc9 svg{width:32px;height:32px}.AlertModal_infoIcon__N_Qnx{color:#3b82f6;background-color:#eff6ff}.AlertModal_infoIcon__N_Qnx svg{width:32px;height:32px}.AlertModal_alertTitle__RH9m0{font-size:1.125rem;font-weight:600;color:#111827;margin:0;line-height:1.5}.AlertModal_alertMessage__J2R4z{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6;max-width:360px;word-break:keep-all;white-space:nowrap}@media(max-width:768px){.AlertModal_alertContent___DfPe{padding:32px 24px 24px;gap:16px}.AlertModal_alertIcon__RRzXO{width:56px;height:56px}.AlertModal_alertIcon__RRzXO svg{width:28px;height:28px}.AlertModal_alertTitle__RH9m0{font-size:1rem}.AlertModal_alertMessage__J2R4z{font-size:.875rem;max-width:100%}}@media(max-width:480px){.AlertModal_alertContent___DfPe{padding:28px 20px 20px;gap:14px}.AlertModal_alertIcon__RRzXO{width:48px;height:48px}.AlertModal_alertIcon__RRzXO svg{width:24px;height:24px}.AlertModal_alertTitle__RH9m0{font-size:.9375rem}.AlertModal_alertMessage__J2R4z{font-size:.8125rem}}*{border:0;outline:none}*,:after,:before{box-sizing:border-box}body{background:#fff;color:#1e293b;font-family:Pretendard,sans-serif;margin:0;padding:0;font-feature-settings:"cv02","cv03","cv04","cv11";font-variant-numeric:tabular-nums}body textarea{resize:none}html{font-size:14px}h1{font-size:24px;margin:0 0 12px;letter-spacing:-.02em}h1,h2{font-weight:600;line-height:1.3}h2{font-size:20px;margin:0 0 .75rem;letter-spacing:-.01em}h3{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}h3,h4{line-height:1.4;margin:0 0 .5rem}h4{font-size:1.125rem;font-weight:500}p{font-size:12px;font-weight:400;line-height:1.6;margin:0 0 .5rem}label{margin:0 0 .25rem}button,label{font-size:.875rem;font-weight:500;line-height:1.4}button,input{margin:0}input{font-size:12px;font-weight:400;line-height:1.5}:root{--font-size:14px;--background:#fff;--foreground:#1e293b;--card:#fff;--card-foreground:#1e293b;--popover:#fff;--popover-foreground:#1e293b;--primary:#7a37ff;--primary-foreground:#fff;--main-color:#7a37ff;--secondary:#059669;--secondary-foreground:#fff;--dark:#000;--dark-foreground:#fff;--light-primary:#5700ff0d;--light-primary-foreground:#5700ff;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f59e0b;--accent-foreground:#fff;--destructive:#dc2626;--destructive-foreground:#fff;--border:#e2e8f0;--input:#eaeaea;--input-background:#f8fafc;--switch-background:#cbd5e1;--font-weight-medium:500;--font-weight-normal:400;--border-radius:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:16px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scrolling{scrollbar-width:thin!important;scrollbar-color:#eaeaea transparent!important}.scrolling::-webkit-scrollbar{width:6px!important;height:6px!important}.scrolling::-webkit-scrollbar-track{background:transparent!important}.scrolling::-webkit-scrollbar-thumb{background:#eaeaea!important;border-radius:3px!important;-webkit-transition:background .2s!important;transition:background .2s!important}.scrolling::-webkit-scrollbar-thumb:hover{background:#d1d5db!important}:focus-visible{outline-offset:2px}::-moz-selection{background:var(--primary);color:var(--primary-foreground)}::selection{background:var(--primary);color:var(--primary-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){html{font-size:13px}h1{font-size:1.75rem}h2{font-size:1.375rem}h3{font-size:1.125rem}}@media(max-width:480px){html{font-size:12px}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}