.button-module__button__KOngC{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family);font-weight:500;border:none;cursor:pointer;transition:all .3s ease-out;border-radius:var(--radius-xl);white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative}.button-module__button__KOngC:focus-visible{outline:2px solid #fbdf4b;outline-offset:2px}.button-module__button__KOngC:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.button-module__primary__xelPq{background:#fbdf4b;color:#111;box-shadow:0 4px 14px #fbdf4b63;font-weight:600}[data-theme=dark] .button-module__primary__xelPq{color:#000}.button-module__primary__xelPq:hover:not(:disabled){box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.button-module__primary__xelPq:active:not(:disabled){transform:translateY(0)}.button-module__secondary__IYzlP{background:#fff;border:2px solid #e5e5e5;color:#515151}[data-theme=dark] .button-module__secondary__IYzlP{background:var(--bg-secondary);border-color:#404040;color:#e0e0e0}.button-module__secondary__IYzlP:hover:not(:disabled){background:#f9f9f9;border-color:#d0d0d0;transform:translateY(-1px)}.button-module__ghost__5p4Sh{background:transparent;color:#515151}.button-module__ghost__5p4Sh:hover:not(:disabled){background:#f2f2f2}.button-module__danger__THPgB{background:#f42c04;color:#fff}.button-module__danger__THPgB:hover:not(:disabled){box-shadow:0 4px 12px #f42c044d;transform:translateY(-2px)}.button-module__sm__mZexr{padding:8px 16px;font-size:14px;height:32px;gap:6px}.button-module__md__ghsJ9{padding:10px 20px;font-size:16px;height:40px;gap:8px}.button-module__lg__fBTzh{padding:12px 24px;font-size:18px;height:48px;gap:8px}.button-module__fullWidth__qqPFm{width:100%}.button-module__loading__iWbtZ{pointer-events:none}.button-module__loader__tzPRr{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:button-module__rotate__a5iAS .6s linear infinite}@keyframes button-module__rotate__a5iAS{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-module__wrapper__ljT3u{display:flex;flex-direction:column;gap:var(--spacing-xs)}.input-module__fullWidth__gQAT5{width:100%}.input-module__label__OkGEf{font-size:14px;font-weight:500;color:#515151;margin-bottom:4px}.input-module__inputWrapper__AWeBp{display:flex;align-items:center;background:#e7e8ea;border:1px solid transparent;border-radius:var(--radius-xl);padding:10px 16px;transition:all .3s ease-out;height:40px;outline:none!important}.input-module__inputWrapper__AWeBp:focus-visible{outline:none!important}[data-theme=dark] .input-module__inputWrapper__AWeBp{background:var(--input-bg)}.input-module__inputWrapper__AWeBp:focus-within{background:#fff;border-color:#fbdf4b}[data-theme=dark] .input-module__inputWrapper__AWeBp:focus-within{background:var(--input-focus-bg)}.input-module__inputWrapper__AWeBp.input-module__hasError__V7sVu{border-color:#f42c04}.input-module__input__rADpk{flex:1;background:transparent;border:none;outline:none!important;font-size:16px;font-family:var(--font-family);color:#515151;width:100%}.input-module__input__rADpk:focus-visible{outline:none!important}[data-theme=dark] .input-module__input__rADpk{color:var(--text-primary)}.input-module__input__rADpk::placeholder{color:#aaa}[data-theme=dark] .input-module__input__rADpk::placeholder{color:#888}.input-module__icon__FRArr{display:flex;align-items:center;justify-content:center;margin-left:var(--spacing-sm);color:#888}.input-module__error__gjwpQ{font-size:12px;color:#f42c04;margin-top:4px}.card-module__card__JzyRN{background:#fdfdfd;border-radius:var(--radius-xl);box-shadow:0 4px 20px #0000001a;transition:all .3s ease-out;width:100%}[data-theme=dark] .card-module__card__JzyRN{background:#2d2d2d}.card-module__hoverable__3ZfRN:hover{box-shadow:0 6px 24px #00000026;transform:translateY(-2px)}.card-module__padding-none__cnkBU{padding:0}.card-module__padding-sm__S5hDV,.card-module__padding-md__0O70w{padding:16px}.card-module__padding-lg__mcvbA{padding:20px}.modal-module__overlay__0Rus7{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop);padding:var(--spacing-lg);animation:modal-module__fadeIn__RSIai var(--transition-normal);transform:translate(var(--sidebar-offset, 0));transition:transform var(--transition-normal)}.modal-module__sidebar__7-7Y9.modal-module__collapsed__wPvlZ~.modal-module__main__adokw .modal-module__overlay__0Rus7{transform:translate(var(--sidebar-collapsed-offset, 0))}@media (max-width: 1023px){.modal-module__overlay__0Rus7{transform:none!important;padding:var(--spacing-md)}.modal-module__sidebar__7-7Y9.modal-module__collapsed__wPvlZ~.modal-module__main__adokw .modal-module__overlay__0Rus7{transform:none!important}}.modal-module__modal__E3ZAT{background:var(--bg-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-height:90vh;width:100%;overflow:hidden;display:flex;flex-direction:column;animation:modal-module__scaleIn__OVoth var(--transition-normal);z-index:var(--z-modal)}@media (max-width: 480px){.modal-module__modal__E3ZAT{border-radius:var(--radius-lg);max-height:95vh}}@media (min-width: 768px){.modal-module__overlay__0Rus7{overflow-y:auto;align-items:flex-start;padding:20px}.modal-module__modal__E3ZAT{max-height:none;height:auto;margin:40px 0;overflow:visible}}.modal-module__sm__IqwQ-{width:100%;max-width:400px}.modal-module__md__7Tw-v{width:100%;max-width:600px}.modal-module__lg__KfCXX{width:100%;max-width:800px}.modal-module__xl__YfeCZ{width:100%;max-width:1200px}.modal-module__header__-J490{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-lg);border-bottom:1px solid var(--border-color)}.modal-module__headerRight__ITRrR{display:flex;align-items:center;gap:8px}.modal-module__title__DvC3D{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0}.modal-module__closeButton__ydnKg{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:transparent;border:none;cursor:pointer;color:var(--text-secondary);transition:all var(--transition-normal)}.modal-module__closeButton__ydnKg:hover{background:var(--bg-hover);color:var(--text-primary);transform:rotate(90deg)}.modal-module__content__iJZIg{padding:var(--spacing-lg);overflow-y:auto;flex:1}@media (min-width: 768px){.modal-module__content__iJZIg{overflow-y:visible;flex:none;min-height:0}}@keyframes modal-module__fadeIn__RSIai{0%{opacity:0}to{opacity:1}}@keyframes modal-module__scaleIn__OVoth{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.loader-module__loaderWrapper__tLA3s{display:flex;align-items:center;justify-content:center;width:100%;min-height:200px}.loader-module__loader__UJaVa{border:3px solid var(--border-color);border-top-color:var(--color-primary);border-radius:50%;animation:loader-module__rotate__oLFqP .8s linear infinite}.loader-module__sm__3DSbb{width:20px;height:20px;border-width:2px}.loader-module__md__Ls5jO{width:40px;height:40px;border-width:3px}.loader-module__lg__jRfu1{width:60px;height:60px;border-width:4px}@keyframes loader-module__rotate__oLFqP{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.expandable-panel-module__panel__Vh7Ri{background:#fdfdfd;border-radius:var(--radius-xl);padding:16px 26px;box-shadow:0 4px 20px #0000001a;width:100%}[data-theme=dark] .expandable-panel-module__panel__Vh7Ri{background:#2d2d2d}.expandable-panel-module__header__1ret1{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;padding:4px 0;min-height:32px}.expandable-panel-module__title__IAPHt{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:#515151}[data-theme=dark] .expandable-panel-module__title__IAPHt{color:var(--text-primary)}.expandable-panel-module__icon__gcO4E{display:flex;align-items:center;justify-content:center;color:#888;transition:transform .3s ease}[data-theme=dark] .expandable-panel-module__icon__gcO4E{color:#d0d0d0}.expandable-panel-module__icon__gcO4E.expandable-panel-module__expanded__2UmMS{transform:rotate(180deg)}.expandable-panel-module__content__iA6Rp{padding:12px 0;display:flex;flex-direction:column;gap:24px;overflow:auto}.expandable-panel-module__content__iA6Rp::-webkit-scrollbar{width:6px}.expandable-panel-module__content__iA6Rp::-webkit-scrollbar-track{background:transparent}.expandable-panel-module__content__iA6Rp::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:3px}.expandable-panel-module__content__iA6Rp::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.tag-module__tag__jKpPG{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;height:30px;border-radius:var(--radius-md);background:#f2f2f2;font-size:12px;color:#515151;white-space:nowrap}[data-theme=dark] .tag-module__tag__jKpPG{background:#3a3a3a;color:#515151}[data-theme=dark] .tag-module__tag__jKpPG[style*=background-color]{color:#000}[data-theme=dark] .tag-module__tag__jKpPG[style*="background-color: rgb(58, 58, 58)"],[data-theme=dark] .tag-module__tag__jKpPG[style*="background-color: #3a3a3a"],[data-theme=dark] .tag-module__tag__jKpPG[style*="background-color: rgb(42, 42, 42)"],[data-theme=dark] .tag-module__tag__jKpPG[style*="background-color: #2a2a2a"]{color:#fff}.progress-bar-module__container__R35c-{width:100%;background:#e7e8ea;border-radius:var(--radius-xl);overflow:hidden}[data-theme=dark] .progress-bar-module__container__R35c-{background:var(--bg-tertiary)}.progress-bar-module__fill__ZFm1X{height:100%;border-radius:var(--radius-xl);transition:width .3s ease}.user-tag-module__userTag__oKehb{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.user-tag-module__content__4oADF{display:flex;align-items:center;gap:8px}.user-tag-module__avatar__LKdrx{width:18px;height:18px;border-radius:50%;object-fit:cover}.user-tag-module__info__IurdP{display:flex;flex-direction:column}.user-tag-module__username__Fvsrc{font-size:12px;max-width:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-tag-module__username__Fvsrc.user-tag-module__short__NKcgx{max-width:50px;font-size:11px}.user-tag-module__fullName__GC7hN{font-size:12px;color:#515151}[data-theme=dark] .user-tag-module__fullName__GC7hN{color:var(--text-primary)}.multi-select-module__container__O7efj{position:relative;display:inline-block;flex:1 1 auto;min-width:130px;max-width:160px}.multi-select-module__trigger__ztw-5{background:#fdfdfd;border:1px solid var(--border-color);outline:none;border-radius:var(--radius-xl);padding:10px 16px;font-size:13px;font-family:var(--font-family);color:#515151;cursor:pointer;transition:all .3s ease;min-width:130px;max-width:160px;flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;white-space:nowrap;box-shadow:0 2px 8px #0000000d;overflow:hidden}[data-theme=dark] .multi-select-module__trigger__ztw-5{background:#2d2d2d;color:var(--text-primary)}.multi-select-module__trigger__ztw-5:hover{background:#fff;border-color:var(--color-primary);box-shadow:0 4px 12px #0000001a}[data-theme=dark] .multi-select-module__trigger__ztw-5:hover{background:#3a3a3a}.multi-select-module__triggerText__oONie{font-size:12px}.multi-select-module__triggerText__oONie sup{margin-left:2px;font-weight:500}.multi-select-module__arrow__HmmZv{transition:transform .3s ease;color:#888;flex-shrink:0}[data-theme=dark] .multi-select-module__arrow__HmmZv{color:#d0d0d0}.multi-select-module__arrow__HmmZv.multi-select-module__open__4U7aQ{transform:rotate(180deg)}.multi-select-module__dropdown__dH9Z3{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;width:max-content;max-width:420px;background:#fdfdfd;border-radius:var(--radius-md);box-shadow:0 8px 24px #00000026;z-index:1000;max-height:280px;overflow-y:auto;padding:8px}[data-theme=dark] .multi-select-module__dropdown__dH9Z3{background:#2d2d2d;box-shadow:0 8px 24px #0006}.multi-select-module__option__JXKaN{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer;border-radius:var(--radius-sm);transition:all .3s ease;-webkit-user-select:none;user-select:none}.multi-select-module__option__JXKaN:hover{background:#f2f2f2}[data-theme=dark] .multi-select-module__option__JXKaN:hover{background:#3a3a3a}.multi-select-module__checkbox__rivZ9{display:none}.multi-select-module__checkmark__iCQW2{width:18px;height:18px;border:2px solid #d9d9d9;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;color:#515151}[data-theme=dark] .multi-select-module__checkmark__iCQW2{border-color:#4a4a4a;color:#000}.multi-select-module__checkbox__rivZ9:checked+.multi-select-module__checkmark__iCQW2{background:#fbdf4b;border-color:#fbdf4b}.multi-select-module__optionContent__PCySJ{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.multi-select-module__optionIcon__PcX4o{display:flex;align-items:center;justify-content:center;flex-shrink:0}.multi-select-module__optionAvatar__Tkd4E{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e5}[data-theme=dark] .multi-select-module__optionAvatar__Tkd4E{border-color:#4a4a4a}.multi-select-module__optionAvatar__Tkd4E img{width:100%;height:100%;object-fit:cover}.multi-select-module__avatarFallback__WOQCs{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:12px;font-weight:600;border-radius:50%}.multi-select-module__optionLabel__mjFE1{font-size:14px;color:#515151;white-space:normal;word-wrap:break-word;display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}[data-theme=dark] .multi-select-module__optionLabel__mjFE1{color:var(--text-primary)}.multi-select-module__displayName__EvKSV{font-size:14px;font-weight:500;color:#515151;line-height:1.2}[data-theme=dark] .multi-select-module__displayName__EvKSV{color:var(--text-primary)}.multi-select-module__username__pZlrS{font-size:12px;color:#888;font-weight:400;line-height:1.2}[data-theme=dark] .multi-select-module__username__pZlrS{color:#b0b0b0}.multi-select-module__labelText__5qntz{display:flex;align-items:center;gap:4px}.multi-select-module__count__gfxuG{font-size:12px;color:#888;font-weight:500;margin-left:4px;align-self:flex-start}[data-theme=dark] .multi-select-module__count__gfxuG{color:#b0b0b0}.tags-box-module__tagsBox__We9AE{width:100%;max-width:150px}.tags-box-module__tagsContainer__BxaCt{display:flex;align-items:center;gap:8px;justify-content:space-between;cursor:pointer;height:45px;position:relative}.tags-box-module__tagsContainer__BxaCt:hover .tags-box-module__shadow__ND8u7{opacity:0}.tags-box-module__tagsContainer__BxaCt:hover .tags-box-module__tagsWrapper__0HXS9{min-width:100%;max-width:fit-content;position:absolute;right:0;background:#fff;padding:10px 40px 10px 20px;border-radius:8px;box-shadow:0 2px 8px #00000026;z-index:100}[data-theme=dark] .tags-box-module__tagsContainer__BxaCt:hover .tags-box-module__tagsWrapper__0HXS9{background:#2d2d2d;box-shadow:0 2px 8px #0006}.tags-box-module__tagsContainer__BxaCt:hover .tags-box-module__arrowIcon__UGCPD{transform:rotate(180deg)}.tags-box-module__tagsWrapper__0HXS9{display:flex;align-items:center;gap:8px;max-width:130px;overflow:hidden;transition:all .3s ease;border-radius:0 10px 10px 0}.tags-box-module__shadow__ND8u7{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000026;transition:opacity .3s ease;z-index:-1}[data-theme=dark] .tags-box-module__shadow__ND8u7{background:#2d2d2d}.tags-box-module__arrowIcon__UGCPD{position:absolute;right:10px;transition:transform .3s ease;z-index:2;color:#888}[data-theme=dark] .tags-box-module__arrowIcon__UGCPD{color:#d0d0d0}.tags-box-module__notSelected__25AeG{font-size:12px;color:#aaa;text-align:center;width:100%;display:block}[data-theme=dark] .tags-box-module__notSelected__25AeG{color:#888}.doughnut-progress-module__container__oCbhT{display:flex;align-items:center;gap:12px}.doughnut-progress-module__chartWrapper__Ru06-{position:relative;display:inline-flex;align-items:center;justify-content:center}.doughnut-progress-module__svg__z-Oe5{transform:rotate(0)}.doughnut-progress-module__progressCircle__R-L8-{transition:stroke-dashoffset .5s ease}.doughnut-progress-module__centerText__iPuiU{position:absolute;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#515151}[data-theme=dark] .doughnut-progress-module__centerText__iPuiU{color:var(--text-primary)}.doughnut-progress-module__textInfo__9AS-i{display:flex;flex-direction:column;gap:2px}.doughnut-progress-module__text1__iOzM1{font-size:14px;font-weight:500;color:#515151}[data-theme=dark] .doughnut-progress-module__text1__iOzM1{color:var(--text-primary)}.doughnut-progress-module__text2__WlC5w{font-size:14px;font-weight:400;color:#888}[data-theme=dark] .doughnut-progress-module__text2__WlC5w{color:#d0d0d0}.doughnut-pie-module__container__rgKFc{width:150px;height:150px;display:flex;align-items:center;justify-content:center}.doughnut-pie-module__chart__qVNxq{width:100%;height:100%;color:#515151}[data-theme=dark] .doughnut-pie-module__chart__qVNxq{color:var(--text-primary)}.doughnut-pie-module__segment__ToUqg{transition:all .3s ease;cursor:pointer}.doughnut-pie-module__segment__ToUqg:hover{filter:brightness(1.1)}.charts-module__barChart__IZumE{width:100%;position:relative}.charts-module__barsContainer__bMRwy{display:flex;align-items:flex-end;justify-content:space-around;height:100%;gap:8px;padding:0 8px}.charts-module__barItem__XWfs2{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.charts-module__barWrapper__Fz14g{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative}.charts-module__bar__TX-iy{width:100%;min-height:4px;border-radius:var(--radius-xs) var(--radius-xs) 0 0;transition:all .3s ease;cursor:pointer}[data-style=square] .charts-module__bar__TX-iy{border-radius:0}.charts-module__bar__TX-iy:hover{filter:brightness(1.1);transform:translateY(-2px)}.charts-module__barValue__aOUBp{position:absolute;top:-20px;font-size:11px;font-weight:600;color:#515151;white-space:nowrap}[data-theme=dark] .charts-module__barValue__aOUBp{color:var(--text-primary)}.charts-module__barLabel__DJqXV{font-size:11px;font-weight:500;color:#888;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}[data-theme=dark] .charts-module__barLabel__DJqXV{color:#d0d0d0}.charts-module__horizontalBarChart__GwmN8{display:flex;flex-direction:column;gap:12px;width:100%}.charts-module__horizontalBarItem__xrNgK{display:flex;align-items:center;gap:12px}.charts-module__horizontalBarItem__xrNgK .charts-module__barLabel__DJqXV{min-width:100px;text-align:left;font-size:12px}.charts-module__horizontalBarItem__xrNgK .charts-module__barContainer__qWqaR{flex:1;display:flex;align-items:center;gap:8px;position:relative}.charts-module__horizontalBarItem__xrNgK .charts-module__bar__TX-iy{border-radius:0 var(--radius-xs) var(--radius-xs) 0;transition:all .3s ease;cursor:pointer}[data-style=square] .charts-module__horizontalBarItem__xrNgK .charts-module__bar__TX-iy{border-radius:0}.charts-module__horizontalBarItem__xrNgK .charts-module__bar__TX-iy:hover{filter:brightness(1.1)}.charts-module__horizontalBarItem__xrNgK .charts-module__barValue__aOUBp{position:static;font-size:12px;font-weight:600;color:#515151;min-width:40px;text-align:right}[data-theme=dark] .charts-module__horizontalBarItem__xrNgK .charts-module__barValue__aOUBp{color:var(--text-primary)}.charts-module__pieChartContainer__QOuLn{display:flex;flex-direction:column;align-items:center;gap:16px}.charts-module__pieChart__ApfWh{width:100%;height:100%}.charts-module__pieSegment__qC6U2{transition:all .3s ease;cursor:pointer}.charts-module__pieSegment__qC6U2:hover{filter:brightness(1.1);transform-origin:center;transform:scale(1.05)}.charts-module__pieCenter__0xG3P{fill:#fff;transition:fill .3s ease}[data-theme=dark] .charts-module__pieCenter__0xG3P{fill:#2d2d2d}.charts-module__pieCenterText__i-t96{fill:#515151;font-weight:600}[data-theme=dark] .charts-module__pieCenterText__i-t96{fill:var(--text-primary)}.charts-module__pieCenterSubtext__Xz4Eo{fill:#888}[data-theme=dark] .charts-module__pieCenterSubtext__Xz4Eo{fill:#d0d0d0}.charts-module__legend__xNFmN{display:flex;flex-direction:column;gap:8px;width:100%}.charts-module__legendItem__TF19d{display:flex;align-items:center;gap:8px;font-size:12px}.charts-module__legendColor__OR3hi{width:12px;height:12px;border-radius:2px;flex-shrink:0}[data-style=square] .charts-module__legendColor__OR3hi{border-radius:0}.charts-module__legendLabel__DlENv{flex:1;color:#515151;font-weight:500}[data-theme=dark] .charts-module__legendLabel__DlENv{color:var(--text-primary)}.charts-module__legendValue__QzasT{color:#888;font-weight:400}[data-theme=dark] .charts-module__legendValue__QzasT{color:#d0d0d0}.charts-module__emptyChart__g7F5c{display:flex;align-items:center;justify-content:center;height:200px;color:#888;font-size:14px}[data-theme=dark] .charts-module__emptyChart__g7F5c{color:#d0d0d0}.custom-select-module__select__K4oG8{position:relative;width:100%}.custom-select-module__trigger__T69eb{display:flex;align-items:center;justify-content:space-between;background:#f2f2f2;border:none;outline:none;border-radius:var(--radius-md);padding:6px 10px;font-size:13px;font-family:var(--font-family);color:#515151;cursor:pointer;transition:all .3s ease;height:36px;min-height:36px;white-space:nowrap}[data-style=square] .custom-select-module__trigger__T69eb{border-radius:var(--radius-sm)}[data-theme=dark] .custom-select-module__trigger__T69eb{background:#3a3a3a;color:var(--text-primary)}.custom-select-module__trigger__T69eb:hover{background:#e5e5e5}[data-theme=dark] .custom-select-module__trigger__T69eb:hover{background:#4a4a4a}.custom-select-module__disabled__5zNBD .custom-select-module__trigger__T69eb{background:#f8f8f8;color:#aaa;cursor:not-allowed}[data-theme=dark] .custom-select-module__disabled__5zNBD .custom-select-module__trigger__T69eb{background:#2a2a2a;color:#666}.custom-select-module__disabled__5zNBD .custom-select-module__trigger__T69eb:hover{background:#f8f8f8}[data-theme=dark] .custom-select-module__disabled__5zNBD .custom-select-module__trigger__T69eb:hover{background:#2a2a2a}.custom-select-module__disabled__5zNBD .custom-select-module__arrow__Ly8Lx{color:#ccc}[data-theme=dark] .custom-select-module__disabled__5zNBD .custom-select-module__arrow__Ly8Lx{color:#555}.custom-select-module__value__VisCg{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.custom-select-module__value__VisCg span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-module__icon__HGkKO{display:flex;align-items:center;justify-content:center}.custom-select-module__colorDot__cdNCR{width:12px;height:12px;border-radius:50%;flex-shrink:0}.custom-select-module__arrow__Ly8Lx{color:#888;transition:transform .3s ease;flex-shrink:0}[data-theme=dark] .custom-select-module__arrow__Ly8Lx{color:#d0d0d0}.custom-select-module__arrowOpen__sarV7{transform:rotate(180deg)}.custom-select-module__dropdown__H4tqs{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:max-content;background:#fdfdfd;border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000001a;z-index:1000;max-height:300px;overflow-y:auto;animation:custom-select-module__slideDown__iCJVs .2s ease}[data-style=square] .custom-select-module__dropdown__H4tqs{border-radius:var(--radius-md)}[data-theme=dark] .custom-select-module__dropdown__H4tqs{background:#2d2d2d;box-shadow:0 4px 16px #0000004d}.custom-select-module__option__WgYg5{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;color:#515151;cursor:pointer;transition:all .3s ease}[data-theme=dark] .custom-select-module__option__WgYg5{color:var(--text-primary)}.custom-select-module__option__WgYg5:hover{background:#f2f2f2}[data-theme=dark] .custom-select-module__option__WgYg5:hover{background:#3a3a3a}.custom-select-module__option__WgYg5:first-child{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}[data-style=square] .custom-select-module__option__WgYg5:first-child{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.custom-select-module__option__WgYg5:last-child{border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}[data-style=square] .custom-select-module__option__WgYg5:last-child{border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.custom-select-module__optionSelected__pLz4D{background:#fbdf4b;color:#000}.custom-select-module__optionSelected__pLz4D:hover{background:#fbdf4b;opacity:.9}@keyframes custom-select-module__slideDown__iCJVs{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.popover-module__popover__L2TJI{position:absolute;top:calc(100% + 8px);left:0;background:#fdfdfd;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000026;padding:16px;z-index:100;min-width:280px;animation:popover-module__slideDown__nl61U .2s ease}[data-theme=dark] .popover-module__popover__L2TJI{background:#2d2d2d;box-shadow:0 4px 20px #0006}@keyframes popover-module__slideDown__nl61U{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.date-picker-module__container__wFfoL{position:relative;display:inline-block;width:100%}.date-picker-module__label__DHG1k{display:block;font-size:14px;font-weight:500;color:#515151;margin-bottom:8px}[data-theme=dark] .date-picker-module__label__DHG1k{color:var(--text-primary)}.date-picker-module__trigger__BYp8U{background:#fdfdfd;border:1px solid var(--border-color);outline:none;border-radius:var(--radius-xl);padding:10px 16px;font-size:14px;font-family:var(--font-family);color:#515151;cursor:pointer;transition:all .3s ease;min-width:150px;display:flex;align-items:center;justify-content:space-between;gap:12px;white-space:nowrap;width:100%;box-shadow:0 2px 8px #0000000d}[data-theme=dark] .date-picker-module__trigger__BYp8U{background:#2d2d2d;color:var(--text-primary)}.date-picker-module__trigger__BYp8U:hover:not(.date-picker-module__disabled__y2Y7w){background:#fff;border-color:var(--color-primary);box-shadow:0 4px 12px #0000001a}[data-theme=dark] .date-picker-module__trigger__BYp8U:hover:not(.date-picker-module__disabled__y2Y7w){background:#3a3a3a}.date-picker-module__trigger__BYp8U.date-picker-module__disabled__y2Y7w{opacity:.5;cursor:not-allowed}.date-picker-module__triggerText__UWLaE{font-size:14px;color:inherit}.date-picker-module__triggerIcons__es4wZ{display:flex;align-items:center;gap:8px}.date-picker-module__clearButton__jKK-7{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#888;padding:2px;transition:all .2s ease}.date-picker-module__clearButton__jKK-7:hover{color:#515151;transform:scale(1.1)}[data-theme=dark] .date-picker-module__clearButton__jKK-7{color:#d0d0d0}[data-theme=dark] .date-picker-module__clearButton__jKK-7:hover{color:var(--text-primary)}.date-picker-module__icon__-0ubM{color:#888;flex-shrink:0}[data-theme=dark] .date-picker-module__icon__-0ubM{color:#d0d0d0}.date-picker-module__dropdown__0AuXv{position:absolute;top:calc(100% + 8px);left:0;background:#fdfdfd;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000026;z-index:1000;padding:16px;min-width:280px;animation:date-picker-module__fadeIn__f4Lhe .2s ease-out}.date-picker-module__portalDropdown__MNKCk{position:fixed!important;z-index:2500!important;animation:date-picker-module__fadeIn__f4Lhe .2s ease-out}[data-theme=dark] .date-picker-module__dropdown__0AuXv{background:#2d2d2d;box-shadow:0 8px 32px #00000080}@keyframes date-picker-module__fadeIn__f4Lhe{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.date-picker-module__calendarHeader__orpvz{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 4px}.date-picker-module__monthYear__xuuXC{font-size:16px;font-weight:600;color:#515151}[data-theme=dark] .date-picker-module__monthYear__xuuXC{color:var(--text-primary)}.date-picker-module__navButton__0zuQJ{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f2f2f2;border:none;cursor:pointer;transition:all .3s ease;color:#515151}[data-theme=dark] .date-picker-module__navButton__0zuQJ{background:#3a3a3a;color:var(--text-primary)}.date-picker-module__navButton__0zuQJ:hover{background:var(--color-primary);color:#000;transform:scale(1.1)}.date-picker-module__dayNames__9tzxP{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.date-picker-module__dayName__lhtFc{text-align:center;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;padding:4px}[data-theme=dark] .date-picker-module__dayName__lhtFc{color:#d0d0d0}.date-picker-module__calendar__sNJ-v{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.date-picker-module__day__pHVoL{aspect-ratio:1;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#515151;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}[data-theme=dark] .date-picker-module__day__pHVoL{color:var(--text-primary)}.date-picker-module__day__pHVoL:hover:not(.date-picker-module__disabled__y2Y7w):not(.date-picker-module__empty__F9X2R){background:#f2f2f2;transform:scale(1.05)}[data-theme=dark] .date-picker-module__day__pHVoL:hover:not(.date-picker-module__disabled__y2Y7w):not(.date-picker-module__empty__F9X2R){background:#3a3a3a}.date-picker-module__day__pHVoL.date-picker-module__empty__F9X2R{cursor:default}.date-picker-module__day__pHVoL.date-picker-module__disabled__y2Y7w{color:#d9d9d9;cursor:not-allowed}[data-theme=dark] .date-picker-module__day__pHVoL.date-picker-module__disabled__y2Y7w{color:#4a4a4a}.date-picker-module__day__pHVoL.date-picker-module__selected__4C0rI{background:var(--color-primary);color:#000;font-weight:700}.date-picker-module__day__pHVoL.date-picker-module__selected__4C0rI:hover{background:var(--color-warning)}.date-picker-module__day__pHVoL.date-picker-module__today__yUlQW:not(.date-picker-module__selected__4C0rI){border:2px solid var(--color-primary);font-weight:600}.date-picker-module__day__pHVoL.date-picker-module__today__yUlQW:not(.date-picker-module__selected__4C0rI):hover{background:#fbdf4b1a}.date-picker-module__mobileBackdrop__qU1Gj{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2499;animation:date-picker-module__fadeIn__f4Lhe .2s ease-out}.date-picker-module__mobileDropdown__lZBD6{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;right:auto!important;bottom:auto!important;z-index:2500!important;max-width:90vw;width:320px;animation:date-picker-module__fadeInScale__imcQ0 .2s ease-out}@keyframes date-picker-module__fadeInScale__imcQ0{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 768px){.date-picker-module__dropdown__0AuXv:not(.date-picker-module__mobileDropdown__lZBD6){min-width:260px}.date-picker-module__day__pHVoL{font-size:13px}.date-picker-module__mobileDropdown__lZBD6{padding:12px}.date-picker-module__mobileDropdown__lZBD6 .date-picker-module__calendarHeader__orpvz{margin-bottom:12px}.date-picker-module__mobileDropdown__lZBD6 .date-picker-module__dayNames__9tzxP{margin-bottom:6px}.date-picker-module__mobileDropdown__lZBD6 .date-picker-module__day__pHVoL{font-size:12px}}.user-tooltip-module__trigger__IQwnJ{display:inline-block;pointer-events:auto}.user-tooltip-module__trigger__IQwnJ a{pointer-events:auto;position:relative;z-index:1}.user-tooltip-module__tooltip__kD2wB{position:fixed;z-index:10000;animation:user-tooltip-module__fadeIn__5bqbN .2s ease-out;pointer-events:auto}@keyframes user-tooltip-module__fadeIn__5bqbN{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-tooltip-module__tooltipContent__TgVob{background:#fff;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000026;padding:16px;min-width:280px;max-width:320px}[data-theme=dark] .user-tooltip-module__tooltipContent__TgVob{background:#2a2a2a;box-shadow:0 4px 20px #0006}.user-tooltip-module__header__qAMlg{display:flex;align-items:center;gap:12px;margin-bottom:12px}.user-tooltip-module__avatar__TP2U6{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-tooltip-module__userInfo__LjDQp{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.user-tooltip-module__fullName__r4A86{font-size:16px;font-weight:600;color:#515151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .user-tooltip-module__fullName__r4A86{color:var(--text-primary)}.user-tooltip-module__username__Ox1U5{background:#f2f2f2;padding:2px 10px;border-radius:20px;font-size:11px;color:#888;width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .user-tooltip-module__username__Ox1U5{background:#3a3a3a;color:#d0d0d0}.user-tooltip-module__role__li1hu{padding:4px 12px;border-radius:20px;font-size:12px;color:#515151;font-weight:500;width:fit-content;margin-bottom:12px}[data-theme=dark] .user-tooltip-module__role__li1hu{color:#000}.user-tooltip-module__specialty__dJNTh{display:flex;align-items:center;gap:6px;font-size:13px;color:#888;margin-bottom:8px}[data-theme=dark] .user-tooltip-module__specialty__dJNTh{color:#d0d0d0}.user-tooltip-module__specialty__dJNTh svg path{fill:#888}[data-theme=dark] .user-tooltip-module__specialty__dJNTh svg path{fill:#d0d0d0}.user-tooltip-module__bio__mVAiO{font-size:13px;color:#666;line-height:1.4;margin-bottom:12px}[data-theme=dark] .user-tooltip-module__bio__mVAiO{color:#b0b0b0}.user-tooltip-module__footer__5or-r{padding-top:12px;border-top:1px solid #e5e5e5}[data-theme=dark] .user-tooltip-module__footer__5or-r{border-top-color:#3a3a3a}.user-tooltip-module__email__CrJjt{display:flex;align-items:center;gap:6px;font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .user-tooltip-module__email__CrJjt{color:#d0d0d0}.user-tooltip-module__email__CrJjt svg path{stroke:#888}[data-theme=dark] .user-tooltip-module__email__CrJjt svg path{stroke:#d0d0d0}.member-selector-module__overlay__6Trlx{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:member-selector-module__fadeIn__gbC8X .2s ease-out;transform:translate(var(--sidebar-offset));transition:transform var(--transition-normal)}.member-selector-module__sidebar__37Wa-.member-selector-module__collapsed__Q-Wtc~.member-selector-module__main__KQzVs .member-selector-module__overlay__6Trlx{transform:translate(var(--sidebar-collapsed-offset))}@media (max-width: 1024px){.member-selector-module__overlay__6Trlx{transform:none}.member-selector-module__sidebar__37Wa-.member-selector-module__collapsed__Q-Wtc~.member-selector-module__main__KQzVs .member-selector-module__overlay__6Trlx{transform:none}}@keyframes member-selector-module__fadeIn__gbC8X{0%{opacity:0}to{opacity:1}}.member-selector-module__modal__kVb-K{background:#fff;border-radius:var(--radius-xl);width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:member-selector-module__slideUp__4L7tG .3s ease-out}[data-theme=dark] .member-selector-module__modal__kVb-K{background:#2a2a2a}@keyframes member-selector-module__slideUp__4L7tG{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.member-selector-module__header__HnlzS{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .member-selector-module__header__HnlzS{border-bottom-color:#3a3a3a}.member-selector-module__title__sjP4L{font-size:20px;font-weight:600;color:#515151;margin:0}[data-theme=dark] .member-selector-module__title__sjP4L{color:var(--text-primary)}.member-selector-module__closeButton__gAAHV{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f2f2f2;border-radius:50%;cursor:pointer;color:#515151;transition:all .2s ease}[data-theme=dark] .member-selector-module__closeButton__gAAHV{background:#3a3a3a;color:var(--text-primary)}.member-selector-module__closeButton__gAAHV:hover{background:#e5e5e5;transform:rotate(90deg)}[data-theme=dark] .member-selector-module__closeButton__gAAHV:hover{background:#4a4a4a}.member-selector-module__searchWrapper__w1-54{position:relative;padding:16px 24px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .member-selector-module__searchWrapper__w1-54{border-bottom-color:#3a3a3a}.member-selector-module__searchIcon__KE2xw{position:absolute;left:38px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none}[data-theme=dark] .member-selector-module__searchIcon__KE2xw{color:#d0d0d0}.member-selector-module__searchInput__38Zxh{width:100%;padding:12px 40px 12px 38px;border:1px solid #e5e5e5;border-radius:var(--radius-lg);font-size:14px;color:#515151;background:#fff;transition:all .2s ease}[data-theme=dark] .member-selector-module__searchInput__38Zxh{background:#3a3a3a;border-color:#4a4a4a;color:var(--text-primary)}.member-selector-module__searchInput__38Zxh:focus{outline:none;border-color:#fbdf4b;box-shadow:0 0 0 3px #fbdf4b1a}.member-selector-module__searchInput__38Zxh::placeholder{color:#888}[data-theme=dark] .member-selector-module__searchInput__38Zxh::placeholder{color:#d0d0d0}.member-selector-module__clearButton__snCOR{position:absolute;right:32px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:transparent;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.member-selector-module__clearButton__snCOR:hover{color:#515151}[data-theme=dark] .member-selector-module__clearButton__snCOR:hover{color:var(--text-primary)}.member-selector-module__membersList__s8n3R{flex:1;overflow-y:auto;padding:8px}.member-selector-module__membersList__s8n3R::-webkit-scrollbar{width:8px}.member-selector-module__membersList__s8n3R::-webkit-scrollbar-track{background:transparent}.member-selector-module__membersList__s8n3R::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:4px}[data-theme=dark] .member-selector-module__membersList__s8n3R::-webkit-scrollbar-thumb{background:#3a3a3a}.member-selector-module__membersList__s8n3R::-webkit-scrollbar-thumb:hover{background:#d0d0d0}[data-theme=dark] .member-selector-module__membersList__s8n3R::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.member-selector-module__emptyState__5ZQEt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px}.member-selector-module__emptyState__5ZQEt p{font-size:14px;color:#888;margin:0}[data-theme=dark] .member-selector-module__emptyState__5ZQEt p{color:#d0d0d0}.member-selector-module__memberItem__hkCCI{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;position:relative}.member-selector-module__memberItem__hkCCI:hover{background:#f8f8f8}[data-theme=dark] .member-selector-module__memberItem__hkCCI:hover{background:#3a3a3a}.member-selector-module__memberItem__hkCCI.member-selector-module__selected__u5iJ8{background:#fffbf0;border:2px solid #fbdf4b}[data-theme=dark] .member-selector-module__memberItem__hkCCI.member-selector-module__selected__u5iJ8{background:#fbdf4b1a;border-color:#fbdf4b}.member-selector-module__memberAvatar__0Sw27{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.member-selector-module__memberInfo__E-wCr{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.member-selector-module__topRow__A9TLb{display:flex;align-items:center;gap:8px}.member-selector-module__memberName__b8Qun{font-size:15px;font-weight:500;color:#515151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .member-selector-module__memberName__b8Qun{color:var(--text-primary)}.member-selector-module__memberUsername__7yIiu{background:#f2f2f2;padding:2px 10px;border-radius:20px;font-size:11px;color:#888;width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .member-selector-module__memberUsername__7yIiu{background:#3a3a3a;color:#d0d0d0}.member-selector-module__memberRole__szIMq{padding:4px 12px;border-radius:20px;font-size:12px;color:#515151;font-weight:500;white-space:nowrap;border:1px solid}[data-theme=dark] .member-selector-module__memberRole__szIMq{color:#000}.member-selector-module__memberSpecialty__Vlt6O{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .member-selector-module__memberSpecialty__Vlt6O{color:#d0d0d0}.member-selector-module__checkmark__gPxc3{position:absolute;top:12px;right:12px;width:24px;height:24px;background:#fbdf4b;border-radius:50%;display:flex;align-items:center;justify-content:center}.member-selector-module__footer__h2wHU{padding:16px 24px;border-top:1px solid #e5e5e5}[data-theme=dark] .member-selector-module__footer__h2wHU{border-top-color:#3a3a3a}.member-selector-module__clearSelectionButton__tO-4n{width:100%;padding:12px;border:1px solid #e5e5e5;background:#fff;border-radius:var(--radius-lg);font-size:14px;font-weight:500;color:#888;cursor:pointer;transition:all .2s ease}[data-theme=dark] .member-selector-module__clearSelectionButton__tO-4n{background:#3a3a3a;border-color:#4a4a4a;color:#d0d0d0}.member-selector-module__clearSelectionButton__tO-4n:hover{background:#f8f8f8;color:#515151;border-color:#d0d0d0}[data-theme=dark] .member-selector-module__clearSelectionButton__tO-4n:hover{background:#4a4a4a;color:var(--text-primary)}.selected-member-module__container__pQ217{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;position:relative}[data-theme=dark] .selected-member-module__container__pQ217{background:#3a3a3a;border-color:#4a4a4a}.selected-member-module__container__pQ217:hover{background:#f2f2f2;border-color:#d0d0d0}[data-theme=dark] .selected-member-module__container__pQ217:hover{background:#4a4a4a;border-color:#5a5a5a}.selected-member-module__avatar__sh-MF{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.selected-member-module__info__Jmhd7{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.selected-member-module__username__1xRwi{font-size:13px;font-weight:500;color:#515151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .selected-member-module__username__1xRwi{color:var(--text-primary)}.selected-member-module__clearButton__Qci7x{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#e5e5e5;border-radius:50%;cursor:pointer;color:#888;flex-shrink:0;transition:all .2s ease}[data-theme=dark] .selected-member-module__clearButton__Qci7x{background:#4a4a4a;color:#d0d0d0}.selected-member-module__clearButton__Qci7x:hover{background:#d0d0d0;color:#515151}[data-theme=dark] .selected-member-module__clearButton__Qci7x:hover{background:#5a5a5a;color:var(--text-primary)}.selected-member-module__placeholder__dfXZC{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8f8f8;border:1px dashed #d0d0d0;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease}[data-theme=dark] .selected-member-module__placeholder__dfXZC{background:#3a3a3a;border-color:#5a5a5a}.selected-member-module__placeholder__dfXZC:hover{background:#f2f2f2;border-color:#b0b0b0}[data-theme=dark] .selected-member-module__placeholder__dfXZC:hover{background:#4a4a4a;border-color:#6a6a6a}.selected-member-module__placeholderIcon__P-hwW{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#e5e5e5;color:#888;flex-shrink:0}[data-theme=dark] .selected-member-module__placeholderIcon__P-hwW{background:#4a4a4a;color:#d0d0d0}.selected-member-module__placeholderText__WElBs{font-size:13px;color:#888}[data-theme=dark] .selected-member-module__placeholderText__WElBs{color:#d0d0d0}.selected-member-module__roleBadge__coVbO{padding:2px 8px;border-radius:12px;font-size:10px;font-weight:500;border:1px solid;width:fit-content;margin-top:2px}.member-tag-module__tag__sEJ6y{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 4px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:20px;cursor:pointer;transition:all .2s ease;max-width:100%}[data-theme=dark] .member-tag-module__tag__sEJ6y{background:#3a3a3a;border-color:#4a4a4a}.member-tag-module__tag__sEJ6y:hover{background:#f2f2f2;border-color:#d0d0d0}[data-theme=dark] .member-tag-module__tag__sEJ6y:hover{background:#4a4a4a;border-color:#5a5a5a}.member-tag-module__avatar__2SVvG{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.member-tag-module__username__1F36Y{font-size:12px;font-weight:500;color:#515151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}[data-theme=dark] .member-tag-module__username__1F36Y{color:var(--text-primary)}.member-tag-module__removeButton__TW1R3{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:#e5e5e5;border-radius:50%;cursor:pointer;color:#888;font-size:14px;line-height:1;flex-shrink:0;transition:all .2s ease;padding:0}[data-theme=dark] .member-tag-module__removeButton__TW1R3{background:#4a4a4a;color:#d0d0d0}.member-tag-module__removeButton__TW1R3:hover{background:#d0d0d0;color:#515151}[data-theme=dark] .member-tag-module__removeButton__TW1R3:hover{background:#5a5a5a;color:var(--text-primary)}.tag-selector-modal-module__overlay__oxapW{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:tag-selector-modal-module__fadeIn__splj0 .2s ease-out;transform:translate(var(--sidebar-offset));transition:transform var(--transition-normal)}.tag-selector-modal-module__sidebar__IAt99.tag-selector-modal-module__collapsed__TxlJm~.tag-selector-modal-module__main__15VL4 .tag-selector-modal-module__overlay__oxapW{transform:translate(var(--sidebar-collapsed-offset))}@media (max-width: 1024px){.tag-selector-modal-module__overlay__oxapW{transform:none}.tag-selector-modal-module__sidebar__IAt99.tag-selector-modal-module__collapsed__TxlJm~.tag-selector-modal-module__main__15VL4 .tag-selector-modal-module__overlay__oxapW{transform:none}}@keyframes tag-selector-modal-module__fadeIn__splj0{0%{opacity:0}to{opacity:1}}.tag-selector-modal-module__modal__ChLxv{background:#fff;border-radius:var(--radius-xl);width:90%;max-width:420px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:tag-selector-modal-module__slideUp__hYHKQ .3s ease-out;overflow:hidden}[data-theme=dark] .tag-selector-modal-module__modal__ChLxv{background:#2a2a2a}@keyframes tag-selector-modal-module__slideUp__hYHKQ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tag-selector-modal-module__header__CauYe{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .tag-selector-modal-module__header__CauYe{border-bottom-color:#3a3a3a}.tag-selector-modal-module__title__x8f7A{font-size:18px;font-weight:600;color:#515151;margin:0}[data-theme=dark] .tag-selector-modal-module__title__x8f7A{color:var(--text-primary)}.tag-selector-modal-module__closeButton__ZZAZG{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f2f2f2;border-radius:50%;cursor:pointer;color:#515151;transition:all .2s ease}[data-theme=dark] .tag-selector-modal-module__closeButton__ZZAZG{background:#3a3a3a;color:var(--text-primary)}.tag-selector-modal-module__closeButton__ZZAZG:hover{background:#e5e5e5;transform:rotate(90deg)}[data-theme=dark] .tag-selector-modal-module__closeButton__ZZAZG:hover{background:#4a4a4a}.tag-selector-modal-module__content__q63uU{padding:20px 24px;overflow-y:auto;flex:1}.tag-selector-modal-module__content__q63uU::-webkit-scrollbar{width:6px}.tag-selector-modal-module__content__q63uU::-webkit-scrollbar-track{background:transparent}.tag-selector-modal-module__content__q63uU::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}[data-theme=dark] .tag-selector-modal-module__content__q63uU::-webkit-scrollbar-thumb{background:#4a4a4a}.tag-selector-modal-module__tagsList__-vk93{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.tag-selector-modal-module__tagItem__3dKak{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:var(--radius-md);font-size:12px;font-weight:500;color:#515151;cursor:pointer;transition:all .2s ease;border:2px solid transparent}[data-theme=dark] .tag-selector-modal-module__tagItem__3dKak{color:#000}.tag-selector-modal-module__tagItem__3dKak:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000026}.tag-selector-modal-module__tagItem__3dKak.tag-selector-modal-module__selected__67jUd{border-color:#515151}[data-theme=dark] .tag-selector-modal-module__tagItem__3dKak.tag-selector-modal-module__selected__67jUd{border-color:#fff}.tag-selector-modal-module__createNewButton__5npmP{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f8f8f8;border:1px dashed #d0d0d0;border-radius:var(--radius-lg);color:#515151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}[data-theme=dark] .tag-selector-modal-module__createNewButton__5npmP{background:#3a3a3a;border-color:#5a5a5a;color:var(--text-primary)}.tag-selector-modal-module__createNewButton__5npmP:hover{background:#f2f2f2;border-color:#b0b0b0}[data-theme=dark] .tag-selector-modal-module__createNewButton__5npmP:hover{background:#4a4a4a}.tag-selector-modal-module__createForm__uaRXY{display:flex;flex-direction:column;gap:16px}.tag-selector-modal-module__input__SQgrX{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:var(--radius-md);font-size:14px;color:#515151;background:#fff;transition:border-color .2s ease}[data-theme=dark] .tag-selector-modal-module__input__SQgrX{background:#3a3a3a;border-color:#4a4a4a;color:var(--text-primary)}.tag-selector-modal-module__input__SQgrX:focus{outline:none;border-color:#fbdf4b}.tag-selector-modal-module__colorPickerLabel__wVYfZ{font-size:12px;font-weight:600;color:#515151;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .tag-selector-modal-module__colorPickerLabel__wVYfZ{color:var(--text-primary)}.tag-selector-modal-module__colorPicker__q9PST{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.tag-selector-modal-module__colorCircle__O1-FR{width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .2s ease;border:3px solid transparent}.tag-selector-modal-module__colorCircle__O1-FR:hover{transform:scale(1.1);border-color:#0000001a}.tag-selector-modal-module__colorCircleActive__nr04U{border-color:#515151;box-shadow:0 0 0 3px #0000001a}[data-theme=dark] .tag-selector-modal-module__colorCircleActive__nr04U{border-color:#fff}.tag-selector-modal-module__buttonRow__VQ7C4{display:flex;gap:10px}.tag-selector-modal-module__cancelButton__tfJCq{flex:1;padding:10px 16px;border:1px solid #e5e5e5;background:#fff;border-radius:var(--radius-lg);font-size:13px;font-weight:500;color:#888;cursor:pointer;transition:all .2s ease}[data-theme=dark] .tag-selector-modal-module__cancelButton__tfJCq{background:#3a3a3a;border-color:#4a4a4a;color:#d0d0d0}.tag-selector-modal-module__cancelButton__tfJCq:hover{background:#f8f8f8;color:#515151;border-color:#d0d0d0}[data-theme=dark] .tag-selector-modal-module__cancelButton__tfJCq:hover{background:#4a4a4a;color:var(--text-primary)}.tag-selector-modal-module__saveButton__r4u4f{flex:1;padding:10px 16px;background:#fbdf4b;border:none;border-radius:var(--radius-lg);font-size:13px;font-weight:600;color:#515151;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .tag-selector-modal-module__saveButton__r4u4f{color:#000}.tag-selector-modal-module__saveButton__r4u4f:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.milestone-selector-modal-module__overlay__gSKFe{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:milestone-selector-modal-module__fadeIn__ghFUs .2s ease-out;transform:translate(var(--sidebar-offset));transition:transform var(--transition-normal)}.milestone-selector-modal-module__sidebar__TxYvq.milestone-selector-modal-module__collapsed__sqqYo~.milestone-selector-modal-module__main__yJLj- .milestone-selector-modal-module__overlay__gSKFe{transform:translate(var(--sidebar-collapsed-offset))}@media (max-width: 1024px){.milestone-selector-modal-module__overlay__gSKFe{transform:none}.milestone-selector-modal-module__sidebar__TxYvq.milestone-selector-modal-module__collapsed__sqqYo~.milestone-selector-modal-module__main__yJLj- .milestone-selector-modal-module__overlay__gSKFe{transform:none}}@keyframes milestone-selector-modal-module__fadeIn__ghFUs{0%{opacity:0}to{opacity:1}}.milestone-selector-modal-module__modal__bistO{background:#fff;border-radius:var(--radius-xl);width:90%;max-width:420px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:milestone-selector-modal-module__slideUp__7cSO3 .3s ease-out;overflow:hidden}[data-theme=dark] .milestone-selector-modal-module__modal__bistO{background:#2a2a2a}@keyframes milestone-selector-modal-module__slideUp__7cSO3{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.milestone-selector-modal-module__header__y1iZK{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .milestone-selector-modal-module__header__y1iZK{border-bottom-color:#3a3a3a}.milestone-selector-modal-module__title__qSDUd{font-size:18px;font-weight:600;color:#515151;margin:0}[data-theme=dark] .milestone-selector-modal-module__title__qSDUd{color:var(--text-primary)}.milestone-selector-modal-module__closeButton__q-1ek{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f2f2f2;border-radius:50%;cursor:pointer;color:#515151;transition:all .2s ease}[data-theme=dark] .milestone-selector-modal-module__closeButton__q-1ek{background:#3a3a3a;color:var(--text-primary)}.milestone-selector-modal-module__closeButton__q-1ek:hover{background:#e5e5e5;transform:rotate(90deg)}[data-theme=dark] .milestone-selector-modal-module__closeButton__q-1ek:hover{background:#4a4a4a}.milestone-selector-modal-module__content__eV-59{padding:20px 24px;overflow-y:auto;flex:1}.milestone-selector-modal-module__content__eV-59::-webkit-scrollbar{width:6px}.milestone-selector-modal-module__content__eV-59::-webkit-scrollbar-track{background:transparent}.milestone-selector-modal-module__content__eV-59::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}[data-theme=dark] .milestone-selector-modal-module__content__eV-59::-webkit-scrollbar-thumb{background:#4a4a4a}.milestone-selector-modal-module__milestonesList__ANqNZ{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.milestone-selector-modal-module__milestoneItem__nhtou{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:500;color:#515151;cursor:pointer;transition:all .2s ease;border:2px solid transparent}[data-theme=dark] .milestone-selector-modal-module__milestoneItem__nhtou{color:#000}.milestone-selector-modal-module__milestoneItem__nhtou:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000026}.milestone-selector-modal-module__milestoneItem__nhtou.milestone-selector-modal-module__selected__j5xSA{border-color:#515151}[data-theme=dark] .milestone-selector-modal-module__milestoneItem__nhtou.milestone-selector-modal-module__selected__j5xSA{border-color:#fff}.milestone-selector-modal-module__clearButton__48lei{width:100%;padding:10px;margin-bottom:12px;background:#f2f2f2;border:none;border-radius:var(--radius-md);color:#888;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}[data-theme=dark] .milestone-selector-modal-module__clearButton__48lei{background:#3a3a3a;color:#d0d0d0}.milestone-selector-modal-module__clearButton__48lei:hover{background:#e5e5e5;color:#515151}[data-theme=dark] .milestone-selector-modal-module__clearButton__48lei:hover{background:#4a4a4a}.milestone-selector-modal-module__createNewButton__jKpOV{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f8f8f8;border:1px dashed #d0d0d0;border-radius:var(--radius-lg);color:#515151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}[data-theme=dark] .milestone-selector-modal-module__createNewButton__jKpOV{background:#3a3a3a;border-color:#5a5a5a;color:var(--text-primary)}.milestone-selector-modal-module__createNewButton__jKpOV:hover{background:#f2f2f2;border-color:#b0b0b0}[data-theme=dark] .milestone-selector-modal-module__createNewButton__jKpOV:hover{background:#4a4a4a}.milestone-selector-modal-module__createForm__aQaIr{display:flex;flex-direction:column;gap:16px}.milestone-selector-modal-module__input__HQ0eC{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:var(--radius-md);font-size:14px;color:#515151;background:#fff;transition:border-color .2s ease}[data-theme=dark] .milestone-selector-modal-module__input__HQ0eC{background:#3a3a3a;border-color:#4a4a4a;color:var(--text-primary)}.milestone-selector-modal-module__input__HQ0eC:focus{outline:none;border-color:#fbdf4b}.milestone-selector-modal-module__colorPickerLabel__xCxf-{font-size:12px;font-weight:600;color:#515151;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .milestone-selector-modal-module__colorPickerLabel__xCxf-{color:var(--text-primary)}.milestone-selector-modal-module__colorPicker__NAQlV{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.milestone-selector-modal-module__colorCircle__3-G9E{width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .2s ease;border:3px solid transparent}.milestone-selector-modal-module__colorCircle__3-G9E:hover{transform:scale(1.1);border-color:#0000001a}.milestone-selector-modal-module__colorCircleActive__xWfS-{border-color:#515151;box-shadow:0 0 0 3px #0000001a}[data-theme=dark] .milestone-selector-modal-module__colorCircleActive__xWfS-{border-color:#fff}.milestone-selector-modal-module__buttonRow__-iZ64{display:flex;gap:10px}.milestone-selector-modal-module__cancelButton__sJqoT{flex:1;padding:10px 16px;border:1px solid #e5e5e5;background:#fff;border-radius:var(--radius-lg);font-size:13px;font-weight:500;color:#888;cursor:pointer;transition:all .2s ease}[data-theme=dark] .milestone-selector-modal-module__cancelButton__sJqoT{background:#3a3a3a;border-color:#4a4a4a;color:#d0d0d0}.milestone-selector-modal-module__cancelButton__sJqoT:hover{background:#f8f8f8;color:#515151;border-color:#d0d0d0}[data-theme=dark] .milestone-selector-modal-module__cancelButton__sJqoT:hover{background:#4a4a4a;color:var(--text-primary)}.milestone-selector-modal-module__saveButton__1r-58{flex:1;padding:10px 16px;background:#fbdf4b;border:none;border-radius:var(--radius-lg);font-size:13px;font-weight:600;color:#515151;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .milestone-selector-modal-module__saveButton__1r-58{color:#000}.milestone-selector-modal-module__saveButton__1r-58:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.milestone-selector-modal-module__dateRow__YaDGj{display:flex;gap:12px;margin-bottom:16px}.milestone-selector-modal-module__dateField__2qWfZ{flex:1;display:flex;flex-direction:column;gap:4px}.milestone-selector-modal-module__dateLabel__KRkyL{font-size:12px;font-weight:500;color:#515151}[data-theme=dark] .milestone-selector-modal-module__dateLabel__KRkyL{color:#d0d0d0}.milestone-selector-modal-module__dateInput__r-8Oz{padding:8px 12px;border:1px solid #e5e5e5;border-radius:var(--radius-md);font-size:13px;background:#fff;color:#515151;transition:all .2s ease}[data-theme=dark] .milestone-selector-modal-module__dateInput__r-8Oz{background:#3a3a3a;border-color:#4a4a4a;color:#d0d0d0}.milestone-selector-modal-module__dateInput__r-8Oz:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a}.connection-modal-module__overlay__yZRjH{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:connection-modal-module__fadeIn__9D8GP .2s ease-out;transform:translate(var(--sidebar-offset));transition:transform var(--transition-normal)}.connection-modal-module__sidebar__Ni4HN.connection-modal-module__collapsed__eF7RB~.connection-modal-module__main__Or-kQ .connection-modal-module__overlay__yZRjH{transform:translate(var(--sidebar-collapsed-offset))}@media (max-width: 1024px){.connection-modal-module__overlay__yZRjH{transform:none}.connection-modal-module__sidebar__Ni4HN.connection-modal-module__collapsed__eF7RB~.connection-modal-module__main__Or-kQ .connection-modal-module__overlay__yZRjH{transform:none}}@keyframes connection-modal-module__fadeIn__9D8GP{0%{opacity:0}to{opacity:1}}.connection-modal-module__modal__KPB3u{background:#fff;border-radius:var(--radius-xl);width:90%;max-width:450px;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:connection-modal-module__slideUp__1Xh7- .3s ease-out}[data-theme=dark] .connection-modal-module__modal__KPB3u{background:#2a2a2a}@keyframes connection-modal-module__slideUp__1Xh7-{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.connection-modal-module__header__H5hOO{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .connection-modal-module__header__H5hOO{border-bottom-color:#3a3a3a}.connection-modal-module__title__fXn8A{font-size:18px;font-weight:600;color:#515151;margin:0}[data-theme=dark] .connection-modal-module__title__fXn8A{color:var(--text-primary)}.connection-modal-module__closeButton__H-XMD{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f2f2f2;border-radius:50%;cursor:pointer;color:#515151;transition:all .2s ease}[data-theme=dark] .connection-modal-module__closeButton__H-XMD{background:#3a3a3a;color:var(--text-primary)}.connection-modal-module__closeButton__H-XMD:hover{background:#e5e5e5;transform:rotate(90deg)}[data-theme=dark] .connection-modal-module__closeButton__H-XMD:hover{background:#4a4a4a}.connection-modal-module__content__5de60{padding:24px 24px 32px;display:flex;flex-direction:column;gap:20px;min-height:280px}.connection-modal-module__field__123CN{display:flex;flex-direction:column;gap:8px}.connection-modal-module__label__Y-rRX{font-size:13px;font-weight:600;color:#515151;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .connection-modal-module__label__Y-rRX{color:var(--text-primary)}.connection-modal-module__buttonRow__fNLHe{display:flex;gap:10px;margin-top:8px}.connection-modal-module__cancelButton__aB8t5{flex:1;padding:10px 16px;border:1px solid #e5e5e5;background:#fff;border-radius:var(--radius-lg);font-size:13px;font-weight:500;color:#888;cursor:pointer;transition:all .2s ease}[data-theme=dark] .connection-modal-module__cancelButton__aB8t5{background:#3a3a3a;border-color:#4a4a4a;color:#d0d0d0}.connection-modal-module__cancelButton__aB8t5:hover{background:#f8f8f8;color:#515151;border-color:#d0d0d0}[data-theme=dark] .connection-modal-module__cancelButton__aB8t5:hover{background:#4a4a4a;color:var(--text-primary)}.connection-modal-module__addButton__vXpdV{flex:1;padding:10px 16px;background:#fbdf4b;border:none;border-radius:var(--radius-lg);font-size:13px;font-weight:600;color:#515151;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .connection-modal-module__addButton__vXpdV{color:#000}.connection-modal-module__addButton__vXpdV:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.connection-modal-module__addButton__vXpdV:disabled{opacity:.5;cursor:not-allowed}.user-actions-module__actions__vzjTr{display:flex;align-items:center;gap:8px}.user-actions-module__followButton__hGIgj{background:gold!important;color:#000!important;border:1px solid #FFD700!important}.user-actions-module__followButton__hGIgj:hover{background:#ffc107!important;border-color:#ffc107!important}.user-actions-module__unfollowButton__gbaZ8{background:#6c757d!important;color:#fff!important;border:1px solid #6c757d!important}.user-actions-module__unfollowButton__gbaZ8:hover{background:#5a6268!important;border-color:#5a6268!important}.user-actions-module__friendsButton__VRMcp{background:#6c757d!important;color:#fff!important;border:1px solid #6c757d!important}.user-actions-module__friendsButton__VRMcp:hover{background:#5a6268!important;border-color:#5a6268!important}.user-actions-module__messageButton__xkSH-{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.user-actions-module__messageButton__xkSH-:hover{background:#f8f9fa;border-color:#ccc;color:#333}[data-theme=dark] .user-actions-module__messageButton__xkSH-{background:#2d3748;border-color:#4a5568;color:#e2e8f0}[data-theme=dark] .user-actions-module__messageButton__xkSH-:hover{background:#4a5568;border-color:#718096;color:#fff}.relationship-list-module__userLink__bv5QX{display:flex;align-items:center;gap:12px;text-decoration:none;padding:6px 8px;border-radius:var(--radius-md);transition:background .3s ease}.relationship-list-module__youBadge__b3LHq{color:#888;font-weight:500;font-size:.9em}.relationship-list-module__userLink__bv5QX:hover{background:#f2f2f2}[data-theme=dark] .relationship-list-module__userLink__bv5QX:hover{background:#3a3a3a}.relationship-list-module__userAvatar__ZeadN{width:40px;height:40px;border-radius:50%;object-fit:cover}.relationship-list-module__userLinkInfo__XCjbh{display:flex;flex-direction:column;gap:2px;flex:1}.relationship-list-module__userName__0t16u{font-size:14px;color:#515151;font-weight:500}[data-theme=dark] .relationship-list-module__userName__0t16u{color:var(--text-primary)}.relationship-list-module__userLinkUsername__FBWKY{background:#f2f2f2;padding:2px 10px;border-radius:20px;font-size:11px;color:#888;width:fit-content}[data-theme=dark] .relationship-list-module__userLinkUsername__FBWKY{background:#3a3a3a;color:#d0d0d0}.relationship-list-module__loading__6fcM1{padding:20px;text-align:center;color:#888;font-size:14px}.relationship-list-module__error__83hsj{padding:20px;text-align:center;color:#dc3545;font-size:14px}.relationship-list-module__empty__-pV8g{padding:20px;text-align:center;color:#888;font-size:14px;font-style:italic}.relationship-list-item-module__userLink__f3TjK{display:flex;align-items:center;gap:12px;text-decoration:none;padding:6px 8px;border-radius:var(--radius-md);transition:background .3s ease}.relationship-list-item-module__userLink__f3TjK:hover{background:#f2f2f2}[data-theme=dark] .relationship-list-item-module__userLink__f3TjK:hover{background:#3a3a3a}.relationship-list-item-module__userAvatar__BiRe4{width:40px;height:40px;border-radius:50%;object-fit:cover}.relationship-list-item-module__userLinkInfo__4Cgqi{display:flex;flex-direction:column;gap:2px;flex:1}.relationship-list-item-module__userName__k30th{font-size:14px;color:#515151;font-weight:500}[data-theme=dark] .relationship-list-item-module__userName__k30th{color:var(--text-primary)}.relationship-list-item-module__userLinkUsername__GVCeu{background:#f2f2f2;padding:2px 10px;border-radius:20px;font-size:11px;color:#888;width:fit-content}[data-theme=dark] .relationship-list-item-module__userLinkUsername__GVCeu{background:#3a3a3a;color:#d0d0d0}.relationship-list-item-module__loading__9BVO3{padding:20px;text-align:center;color:#888;font-size:14px}.relationship-list-item-module__error__xdymU{padding:20px;text-align:center;color:#dc3545;font-size:14px}.relationship-list-item-module__empty__nvBhs{padding:20px;text-align:center;color:#888;font-size:14px;font-style:italic}.follow-button-module__followButton__H0zUL{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);border:none;border-radius:var(--radius-xl);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;min-width:100px;height:36px;padding:8px 16px}.follow-button-module__followButton__H0zUL:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.follow-button-module__followButton__H0zUL:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.follow-button-module__follow__8RLfR{background:var(--color-primary);color:#000;box-shadow:var(--shadow-sm)}.follow-button-module__follow__8RLfR:hover:not(:disabled){background:#f0d000;box-shadow:var(--shadow-md);transform:translateY(-2px)}.follow-button-module__follow__8RLfR:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-sm)}.follow-button-module__followBack__Ltgmn{background:var(--color-primary);color:#000;box-shadow:var(--shadow-sm)}.follow-button-module__followBack__Ltgmn:hover:not(:disabled){background:#f0d000;box-shadow:var(--shadow-md);transform:translateY(-2px)}.follow-button-module__followBack__Ltgmn:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-sm)}.follow-button-module__unfollow__YA1xF{background:var(--bg-tertiary);color:var(--text-primary);box-shadow:var(--shadow-xs)}.follow-button-module__unfollow__YA1xF:hover:not(:disabled){background:var(--bg-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.follow-button-module__unfollow__YA1xF:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-xs)}.follow-button-module__friends__vY7il{background:var(--bg-tertiary);color:var(--text-primary);box-shadow:var(--shadow-xs)}.follow-button-module__friends__vY7il:hover:not(:disabled){background:var(--bg-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.follow-button-module__friends__vY7il:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-xs)}.follow-button-module__loading__bRv--{background:var(--bg-tertiary);color:var(--text-secondary);cursor:not-allowed;pointer-events:none}[data-theme=dark] .follow-button-module__follow__8RLfR,[data-theme=dark] .follow-button-module__followBack__Ltgmn{background:var(--color-primary);color:#000}[data-theme=dark] .follow-button-module__follow__8RLfR:hover:not(:disabled),[data-theme=dark] .follow-button-module__followBack__Ltgmn:hover:not(:disabled){background:#f0d000}[data-theme=dark] .follow-button-module__unfollow__YA1xF,[data-theme=dark] .follow-button-module__friends__vY7il{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=dark] .follow-button-module__unfollow__YA1xF:hover:not(:disabled),[data-theme=dark] .follow-button-module__friends__vY7il:hover:not(:disabled){background:var(--bg-hover)}[data-theme=dark] .follow-button-module__loading__bRv--{background:var(--bg-tertiary);color:var(--text-secondary)}[data-style=square] .follow-button-module__followButton__H0zUL{border-radius:var(--radius-lg)}.enhanced-input-module__enhancedInput__aUsBN{position:relative;width:100%}.enhanced-input-module__enhancedInputWrapper__qX-RX{position:relative;display:flex;align-items:center;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);padding:12px 16px;transition:border-color var(--transition-normal);height:48px}.enhanced-input-module__enhancedInputWrapper__qX-RX:hover{border-color:var(--border-hover)}.enhanced-input-module__enhancedInputWrapper__qX-RX:focus-within{border-color:var(--color-primary)}.enhanced-input-module__enhancedInput__aUsBN{flex:1;background:transparent;border:none;outline:none;font-size:16px;font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--text-primary);width:100%}.enhanced-input-module__enhancedInput__aUsBN::placeholder{color:var(--text-tertiary);font-weight:var(--font-weight-normal)}.enhanced-input-module__enhancedInputLabel__P0QqU{font-size:14px;font-weight:var(--font-weight-medium);color:var(--text-primary);margin-bottom:8px;display:block}.enhanced-input-module__enhancedInputWrapper__qX-RX.enhanced-input-module__success__7v2JZ{border-color:var(--color-success)}.enhanced-input-module__enhancedInputWrapper__qX-RX.enhanced-input-module__error__2D5SO{border-color:var(--color-error)}.enhanced-input-module__enhancedInputError__uwvcL{font-size:12px;color:var(--color-error);margin-top:6px;font-weight:var(--font-weight-medium)}.enhanced-input-module__enhancedInputWrapper__qX-RX.enhanced-input-module__disabled__Agpif{background:var(--bg-tertiary);border-color:var(--border-color);opacity:.6;cursor:not-allowed}.enhanced-input-module__enhancedInputWrapper__qX-RX.enhanced-input-module__disabled__Agpif .enhanced-input-module__enhancedInput__aUsBN{color:var(--text-disabled);cursor:not-allowed}.enhanced-input-module__fullWidth__9RDH0{width:100%}.enhanced-input-module__endAdornment__Hsz3P{display:flex;align-items:center;margin-left:8px}.enhanced-input-module__endAdornment__Hsz3P button{border:none;background:transparent;cursor:pointer;padding:4px;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center}.enhanced-input-module__endAdornment__Hsz3P button:hover{color:var(--text-primary)}.enhanced-input-module__endAdornment__Hsz3P button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:6px}.enhanced-input-module__enhancedInputWrapper__qX-RX.enhanced-input-module__multiline__NhOll{height:auto;min-height:48px;align-items:flex-start;padding-top:12px}.enhanced-input-module__enhancedInputWrapper__qX-RX.enhanced-input-module__multiline__NhOll .enhanced-input-module__enhancedInput__aUsBN{resize:vertical;min-height:24px;line-height:1.5}.enhanced-select-module__enhancedSelect__Z3UsD{position:relative;width:100%}.enhanced-select-module__enhancedSelectWrapper__9PRxg{position:relative;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);transition:border-color var(--transition-normal);cursor:pointer}.enhanced-select-module__enhancedSelectWrapper__9PRxg:hover{border-color:var(--border-hover)}.enhanced-select-module__enhancedSelectWrapper__9PRxg.enhanced-select-module__enhancedSelectOpen__I489w{border-color:var(--color-primary)}.enhanced-select-module__enhancedSelectWrapper__9PRxg.enhanced-select-module__disabled__qhzQh{background:var(--bg-tertiary);border-color:var(--border-color);opacity:.6;cursor:not-allowed}.enhanced-select-module__enhancedSelectLabel__kylIW{font-size:14px;font-weight:var(--font-weight-medium);color:var(--text-primary);margin-bottom:8px;display:block}.enhanced-select-module__enhancedSelectTrigger__oVmr-{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:48px;width:100%}.enhanced-select-module__enhancedSelectValue__dRSn3{font-size:16px;font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--text-primary);flex:1;text-align:left}.enhanced-select-module__enhancedSelectWrapper__9PRxg.enhanced-select-module__disabled__qhzQh .enhanced-select-module__enhancedSelectValue__dRSn3{color:var(--text-disabled)}.enhanced-select-module__enhancedSelectArrow__BNPkh{color:var(--text-secondary);transition:transform var(--transition-normal);flex-shrink:0;margin-left:8px}.enhanced-select-module__enhancedSelectArrowOpen__wH-k7{transform:rotate(180deg)}.enhanced-select-module__enhancedSelectDropdown__zGVZj{position:absolute;top:100%;left:0;right:0;background:var(--bg-primary);border:2px solid var(--color-primary);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-lg);z-index:10000;overflow:hidden;display:flex;flex-direction:column;margin-top:2px}.enhanced-select-module__enhancedSelectSearch__V2p3s{padding:8px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary);position:sticky;top:0;z-index:1}.enhanced-select-module__enhancedSelectSearchInput__e-jEj{width:100%;padding:8px 12px;font-size:14px;font-family:var(--font-family);color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);outline:none;transition:border-color var(--transition-fast)}.enhanced-select-module__enhancedSelectSearchInput__e-jEj:focus{border-color:var(--color-primary)}.enhanced-select-module__enhancedSelectOptions__98hH4{overflow-y:auto;overflow-x:hidden;flex:1;scrollbar-width:thin;scrollbar-color:var(--color-primary) var(--bg-tertiary)}.enhanced-select-module__enhancedSelectOptions__98hH4::-webkit-scrollbar{width:8px}.enhanced-select-module__enhancedSelectOptions__98hH4::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:4px}.enhanced-select-module__enhancedSelectOptions__98hH4::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.enhanced-select-module__enhancedSelectOptions__98hH4::-webkit-scrollbar-thumb:hover{background:var(--color-primary);opacity:.8}.enhanced-select-module__enhancedSelectOption__4NMOh{padding:12px 16px;font-size:16px;font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--text-primary);cursor:pointer;transition:background-color var(--transition-fast);border-bottom:1px solid var(--border-color)}.enhanced-select-module__enhancedSelectOption__4NMOh:last-child{border-bottom:none}.enhanced-select-module__enhancedSelectOption__4NMOh:hover{background:var(--bg-hover)}.enhanced-select-module__enhancedSelectOptionSelected__CLETf{background:var(--color-primary);color:var(--text-inverse);font-weight:var(--font-weight-medium)}.enhanced-select-module__enhancedSelectOptionSelected__CLETf:hover{background:var(--color-primary);opacity:.9}.enhanced-select-module__enhancedSelectNoResults__p2Idj{padding:16px;text-align:center;color:var(--text-secondary);font-size:14px;font-style:italic}.search-input-module__searchInputWrapper__BkuCO{position:relative;display:flex;align-items:center;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);transition:border-color var(--transition-normal);overflow:hidden}.search-input-module__searchInputWrapper__BkuCO:hover{border-color:var(--border-hover)}.search-input-module__searchInputWrapper__BkuCO:focus-within{border-color:var(--color-primary)}.search-input-module__searchIcon__c4-Ef{position:absolute;left:12px;color:var(--text-tertiary);z-index:1;flex-shrink:0}.search-input-module__searchInput__HQds1{width:100%;background:transparent;border:none;outline:none;font-size:16px;font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--text-primary);padding:12px 16px 12px 40px}.search-input-module__searchInput__HQds1::placeholder{color:var(--text-tertiary);font-weight:var(--font-weight-normal)}.search-input-module__searchInputWrapper__BkuCO.search-input-module__sm__pTT3W{height:36px}.search-input-module__searchInputWrapper__BkuCO.search-input-module__sm__pTT3W .search-input-module__searchInput__HQds1{padding:8px 12px 8px 32px;font-size:14px}.search-input-module__searchInputWrapper__BkuCO.search-input-module__sm__pTT3W .search-input-module__searchIcon__c4-Ef{left:10px;width:14px;height:14px}.search-input-module__searchInputWrapper__BkuCO.search-input-module__md__8BArE{height:44px}.search-input-module__searchInputWrapper__BkuCO.search-input-module__lg__E-J90{height:52px}.search-input-module__searchInputWrapper__BkuCO.search-input-module__lg__E-J90 .search-input-module__searchInput__HQds1{padding:16px 20px 16px 48px;font-size:18px}.search-input-module__searchInputWrapper__BkuCO.search-input-module__lg__E-J90 .search-input-module__searchIcon__c4-Ef{left:14px;width:18px;height:18px}.search-input-module__fullWidth__yx2RJ{width:100%}.search-input-module__searchInputWrapper__BkuCO:disabled{background:var(--bg-tertiary);border-color:var(--border-color);opacity:.6;cursor:not-allowed}.search-input-module__searchInputWrapper__BkuCO:disabled .search-input-module__searchInput__HQds1{color:var(--text-disabled);cursor:not-allowed}.search-input-module__searchInputWrapper__BkuCO:disabled .search-input-module__searchIcon__c4-Ef{color:var(--text-disabled)}.verification-code-input-module__container__p37DL{display:flex;gap:12px;justify-content:center;align-items:center}.verification-code-input-module__input__4KxgZ{width:48px;height:48px;text-align:center;font-size:20px;font-weight:600;font-family:var(--font-family);background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-primary);transition:all var(--transition-normal);outline:none}.verification-code-input-module__input__4KxgZ:hover:not(:disabled){border-color:var(--border-hover)}.verification-code-input-module__input__4KxgZ:focus,.verification-code-input-module__input__4KxgZ.verification-code-input-module__active__GHBCp{border-color:var(--color-primary);box-shadow:0 0 0 3px #fbdf4b1a}.verification-code-input-module__input__4KxgZ.verification-code-input-module__filled__71DSC{border-color:var(--color-primary);background:#fbdf4b0d}.verification-code-input-module__input__4KxgZ:disabled{background:var(--bg-tertiary);border-color:var(--border-color);opacity:.6;cursor:not-allowed}.verification-code-input-module__input__4KxgZ:disabled .verification-code-input-module__input__4KxgZ{color:var(--text-disabled)}@media (max-width: 480px){.verification-code-input-module__container__p37DL{gap:8px}.verification-code-input-module__input__4KxgZ{width:40px;height:40px;font-size:18px}}.avatar-module__avatar__7pYLv{display:inline-block;vertical-align:middle;transition:all .2s ease-in-out}.avatar-module__avatar__7pYLv:hover{transform:scale(1.05)}.avatar-module__avatar__7pYLv:active{transform:scale(.95)}.avatar-module__avatar__7pYLv.avatar-module__small__LCr9P{width:24px;height:24px}.avatar-module__avatar__7pYLv.avatar-module__medium__41dCb{width:40px;height:40px}.avatar-module__avatar__7pYLv.avatar-module__large__A8KKJ{width:64px;height:64px}.avatar-module__avatar__7pYLv.avatar-module__xlarge__cgSXt{width:96px;height:96px}.avatar-module__avatar__7pYLv.avatar-module__clickable__nCKxP{cursor:pointer}.avatar-module__avatar__7pYLv.avatar-module__clickable__nCKxP:hover{box-shadow:0 2px 8px #00000026}.avatar-module__avatar__7pYLv.avatar-module__bordered__dSPD7{border:2px solid var(--border-color, #e1e5e9)}.avatar-module__avatar__7pYLv.avatar-module__bordered__dSPD7:hover{border-color:var(--primary-color, #007bff)}[data-theme=dark] .avatar-module__avatar__7pYLv.avatar-module__bordered__dSPD7{border-color:var(--border-color-dark, #404040)}[data-theme=dark] .avatar-module__avatar__7pYLv.avatar-module__bordered__dSPD7:hover{border-color:var(--primary-color-dark, #4dabf7)}.avatar-module__avatar__7pYLv.avatar-module__loading__dtqLn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:avatar-module__loading__dtqLn 1.5s infinite}@keyframes avatar-module__loading__dtqLn{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.avatar-module__avatar__7pYLv.avatar-module__large__A8KKJ{width:48px;height:48px}.avatar-module__avatar__7pYLv.avatar-module__xlarge__cgSXt{width:72px;height:72px}}.unsaved-changes-modal-module__overlay__o-109{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:unsaved-changes-modal-module__fadeIn__cqYGl .2s ease-out;transform:translate(var(--sidebar-offset));transition:transform var(--transition-normal)}.unsaved-changes-modal-module__sidebar__yZJCZ.unsaved-changes-modal-module__collapsed__SY4eQ~.unsaved-changes-modal-module__main__SIIq2 .unsaved-changes-modal-module__overlay__o-109{transform:translate(var(--sidebar-collapsed-offset))}@media (max-width: 1024px){.unsaved-changes-modal-module__overlay__o-109{transform:none}.unsaved-changes-modal-module__sidebar__yZJCZ.unsaved-changes-modal-module__collapsed__SY4eQ~.unsaved-changes-modal-module__main__SIIq2 .unsaved-changes-modal-module__overlay__o-109{transform:none}}.unsaved-changes-modal-module__modal__oONQU{background:#fff;border-radius:var(--radius-lg, 12px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:90vw;animation:unsaved-changes-modal-module__scaleIn__-AVml .2s ease-out;border:1px solid #e5e5e5;display:flex;flex-direction:column}[data-theme=dark] .unsaved-changes-modal-module__modal__oONQU{background:#2d2d2d;border-color:#3a3a3a}.unsaved-changes-modal-module__header__L-b98{display:flex;align-items:center;gap:12px;padding:20px 24px 16px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .unsaved-changes-modal-module__header__L-b98{border-bottom-color:#3a3a3a}.unsaved-changes-modal-module__icon__ThRce{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fef3c7;border-radius:var(--radius-md);color:#d97706;flex-shrink:0}[data-theme=dark] .unsaved-changes-modal-module__icon__ThRce{background:#451a03;color:#f59e0b}.unsaved-changes-modal-module__title__ApGIp{margin:0;font-size:18px;font-weight:600;color:#515151;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}[data-theme=dark] .unsaved-changes-modal-module__title__ApGIp{color:#d0d0d0}.unsaved-changes-modal-module__content__EV2jN{padding:20px 24px;background:#fff}[data-theme=dark] .unsaved-changes-modal-module__content__EV2jN{background:#2d2d2d}.unsaved-changes-modal-module__message__6vq-J{margin:0;font-size:14px;line-height:1.5;color:#515151;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);background:#f8f8f8;padding:16px;border-radius:var(--radius-md, 8px);border:1px solid #e5e5e5}[data-theme=dark] .unsaved-changes-modal-module__message__6vq-J{color:#d0d0d0;background:#3a3a3a;border-color:#4a4a4a}.unsaved-changes-modal-module__actions__AXZg7{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}.unsaved-changes-modal-module__cancelButton__pcaEq,.unsaved-changes-modal-module__discardButton__6HJci,.unsaved-changes-modal-module__saveButton__ChZSJ{padding:8px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:500;font-family:var(--font-family);cursor:pointer;transition:all .2s ease;border:1px solid transparent}.unsaved-changes-modal-module__cancelButton__pcaEq{background:transparent;color:#888;border-color:#e5e5e5}[data-theme=dark] .unsaved-changes-modal-module__cancelButton__pcaEq{color:#999;border-color:#4a4a4a}.unsaved-changes-modal-module__cancelButton__pcaEq:hover{background:#f8f8f8;color:#515151}[data-theme=dark] .unsaved-changes-modal-module__cancelButton__pcaEq:hover{background:#3a3a3a;color:#d0d0d0}.unsaved-changes-modal-module__discardButton__6HJci{background:transparent;color:#dc2626;border-color:#dc2626}.unsaved-changes-modal-module__discardButton__6HJci:hover{background:#dc2626;color:#fff}.unsaved-changes-modal-module__saveButton__ChZSJ{background:#fbdf4b;color:#515151;border-color:#fbdf4b}[data-theme=dark] .unsaved-changes-modal-module__saveButton__ChZSJ{color:#000}.unsaved-changes-modal-module__saveButton__ChZSJ:hover{background:#f4d03f;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}@keyframes unsaved-changes-modal-module__fadeIn__cqYGl{0%{opacity:0}to{opacity:1}}@keyframes unsaved-changes-modal-module__scaleIn__-AVml{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 480px){.unsaved-changes-modal-module__modal__oONQU{margin:20px;width:calc(100vw - 40px)}.unsaved-changes-modal-module__actions__AXZg7{flex-direction:column}.unsaved-changes-modal-module__cancelButton__pcaEq,.unsaved-changes-modal-module__discardButton__6HJci,.unsaved-changes-modal-module__saveButton__ChZSJ{width:100%}}.error-toast-module__toast__P8OZV{position:fixed;top:20px;right:20px;z-index:10001;max-width:400px;min-width:300px;animation:error-toast-module__slideIn__05ntk .3s ease-out}.error-toast-module__toast__P8OZV.error-toast-module__hide__v4q0y{animation:error-toast-module__slideOut__4gpUi .3s ease-in forwards}.error-toast-module__content__DVUOJ{display:flex;align-items:flex-start;gap:12px;background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}[data-theme=dark] .error-toast-module__content__DVUOJ{background:#451a03;border-color:#7c2d12}.error-toast-module__icon__wN9t6{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#dc2626;flex-shrink:0;margin-top:2px}[data-theme=dark] .error-toast-module__icon__wN9t6{color:#f87171}.error-toast-module__message__BDrUJ{flex:1;font-size:14px;line-height:1.5;color:#dc2626;font-family:var(--font-family);font-weight:500}[data-theme=dark] .error-toast-module__message__BDrUJ{color:#f87171}.error-toast-module__closeButton__ARUd8{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:var(--radius-sm);color:#dc2626;cursor:pointer;transition:all .2s ease;flex-shrink:0}[data-theme=dark] .error-toast-module__closeButton__ARUd8{color:#f87171}.error-toast-module__closeButton__ARUd8:hover{background:#dc26261a}[data-theme=dark] .error-toast-module__closeButton__ARUd8:hover{background:#f871711a}@keyframes error-toast-module__slideIn__05ntk{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes error-toast-module__slideOut__4gpUi{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 480px){.error-toast-module__toast__P8OZV{top:10px;right:10px;left:10px;max-width:none;min-width:auto}}.toast-module__toast__fFZb-{position:fixed;top:20px;right:20px;z-index:9999;min-width:300px;max-width:500px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #00000026;transform:translate(100%);opacity:0;transition:all .3s ease}.toast-module__toast__fFZb-.toast-module__visible__iZxBW{transform:translate(0);opacity:1}.toast-module__content__UGhWV{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;gap:12px}.toast-module__message__oj031{flex:1;font-size:14px;font-weight:500;line-height:1.4}.toast-module__closeButton__qML6-{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:inherit;opacity:.7;transition:all .2s ease}.toast-module__closeButton__qML6-:hover{opacity:1;background:#0000001a}.toast-module__success__uLg8q{background:#10b981;color:#fff}.toast-module__success__uLg8q .toast-module__closeButton__qML6-:hover{background:#fff3}.toast-module__error__io2ZP{background:#ef4444;color:#fff}.toast-module__error__io2ZP .toast-module__closeButton__qML6-:hover{background:#fff3}.toast-module__warning__l3NC7{background:#f59e0b;color:#fff}.toast-module__warning__l3NC7 .toast-module__closeButton__qML6-:hover{background:#fff3}.toast-module__info__P5Eqt{background:#3b82f6;color:#fff}.toast-module__info__P5Eqt .toast-module__closeButton__qML6-:hover{background:#fff3}[data-theme=dark] .toast-module__toast__fFZb-{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .toast-module__closeButton__qML6-:hover{background:#ffffff1a}.role-dropdown-module__dropdown__V47tL{position:relative;display:inline-block;min-width:120px}.role-dropdown-module__trigger__pTxEj{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:transparent;border:1px solid #e5e5e5;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#515151}[data-theme=dark] .role-dropdown-module__trigger__pTxEj{border-color:#3a3a3a;color:var(--text-primary)}.role-dropdown-module__trigger__pTxEj:hover:not(.role-dropdown-module__disabled__8YmpM){border-color:#d1d5db;background:#f9fafb}[data-theme=dark] .role-dropdown-module__trigger__pTxEj:hover:not(.role-dropdown-module__disabled__8YmpM){border-color:#4b5563;background:#374151}.role-dropdown-module__trigger__pTxEj.role-dropdown-module__open__eqOoM{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.role-dropdown-module__trigger__pTxEj.role-dropdown-module__disabled__8YmpM{opacity:.5;cursor:not-allowed}.role-dropdown-module__roleBadge__r2pow{display:flex;align-items:center;padding:4px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;color:#000;min-width:60px;justify-content:center}.role-dropdown-module__roleName__hoh4N{font-size:12px;font-weight:500;color:#000}.role-dropdown-module__arrow__5I7LQ{margin-left:8px;color:#6b7280;transition:transform .2s ease}.role-dropdown-module__arrowOpen__OY0i8{transform:rotate(180deg)}.role-dropdown-module__menu__iO3EG{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #e5e5e5;border-radius:var(--radius-md);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:4px;overflow:hidden;animation:role-dropdown-module__slideDown__SYL3Q .2s ease}[data-theme=dark] .role-dropdown-module__menu__iO3EG{background:#2d2d2d;border-color:#3a3a3a;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.role-dropdown-module__option__DPjCD{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#515151;text-align:left}[data-theme=dark] .role-dropdown-module__option__DPjCD{color:var(--text-primary)}.role-dropdown-module__option__DPjCD:hover:not(.role-dropdown-module__disabled__8YmpM){background:#f3f4f6}[data-theme=dark] .role-dropdown-module__option__DPjCD:hover:not(.role-dropdown-module__disabled__8YmpM){background:#374151}.role-dropdown-module__option__DPjCD.role-dropdown-module__selected__i5fCh{background:#eff6ff;color:#1d4ed8}[data-theme=dark] .role-dropdown-module__option__DPjCD.role-dropdown-module__selected__i5fCh{background:#1e3a8a;color:#93c5fd}.role-dropdown-module__option__DPjCD.role-dropdown-module__disabled__8YmpM{opacity:.5;cursor:not-allowed}.role-dropdown-module__checkIcon__CItEg{color:#3b82f6;margin-left:8px}[data-theme=dark] .role-dropdown-module__checkIcon__CItEg{color:#93c5fd}@keyframes role-dropdown-module__slideDown__SYL3Q{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.logo-module__logo__O73Es{display:flex;align-items:center;transition:all .3s ease;cursor:pointer}.logo-module__logo__O73Es:hover{transform:scale(1.02)}.logo-module__svg__-ul4F{transition:all .3s ease;fill:var(--logo-color)}.logo-module__small__mZ06E{height:40px;max-width:200px}.logo-module__medium__3WpB2{height:56px;max-width:280px}.logo-module__large__DR5mA{height:72px;max-width:360px}@media (max-width: 768px){.logo-module__small__mZ06E{height:36px;max-width:180px}.logo-module__medium__3WpB2{height:48px;max-width:240px}.logo-module__large__DR5mA{height:64px;max-width:320px}}@media (max-width: 480px){.logo-module__small__mZ06E{height:32px;max-width:160px}.logo-module__medium__3WpB2{height:44px;max-width:220px}.logo-module__large__DR5mA{height:56px;max-width:280px}}.team-logo-placeholder-module__wrapper__6WrUi{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.08);overflow:hidden;transition:background-color .2s ease,border-color .2s ease}.team-logo-placeholder-module__light__fyp-r{background:#fff;border-color:#00000014}.team-logo-placeholder-module__dark__iLssf{background:#111;border-color:#ffffff1f}.team-logo-placeholder-module__small__QTZZw{width:64px;height:64px}.team-logo-placeholder-module__medium__KmDSg{width:120px;height:120px}.team-logo-placeholder-module__large__tyIyG{width:160px;height:160px}.team-logo-placeholder-module__fill__PY6Ne{width:100%;height:100%}.team-logo-placeholder-module__logo__9Ox2y{width:80%;height:80%}.date-range-filter-module__container__LWs9y{display:flex;flex-direction:column;gap:var(--spacing-md)}.date-range-filter-module__header__pPKc7{display:flex;justify-content:space-between;align-items:center}.date-range-filter-module__title__jLiGQ{color:var(--text-primary);font-size:14px;font-weight:600;margin:0}.date-range-filter-module__clearButton__ZXFU-{color:var(--text-secondary);font-size:12px;padding:4px 8px;height:auto}.date-range-filter-module__clearButton__ZXFU-:hover{color:var(--text-primary);background:var(--bg-hover)}.date-range-filter-module__presets__h28F9{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.date-range-filter-module__presetButton__JcLya{font-size:12px;padding:6px 12px;height:auto;border-radius:var(--radius-md)}.date-range-filter-module__section__k3bUV{display:flex;flex-direction:column;gap:var(--spacing-sm)}.date-range-filter-module__sectionTitle__Wj48a{color:var(--text-primary);font-size:12px;font-weight:600;margin:0 0 8px}.date-range-filter-module__dateRange__puW-f{display:flex;gap:var(--spacing-md);align-items:flex-end}.date-range-filter-module__dateInput__yT5cx{display:flex;flex-direction:column;gap:4px;flex:1}.date-range-filter-module__label__AhSGn{color:var(--text-secondary);font-size:11px;text-transform:uppercase;letter-spacing:.5px;margin:0;display:block}.date-range-filter-module__datePicker__CpwT6{width:100%}.date-range-filter-module__modeSelector__RW-J3{display:flex;gap:var(--spacing-sm)}.date-range-filter-module__modeButton__0NRQ4{font-size:12px;padding:6px 12px;height:auto;border-radius:var(--radius-md);flex:1}.date-range-filter-module__modeDescription__ntGiG{color:var(--text-secondary);font-style:italic;margin:4px 0 0;line-height:1.4;font-size:11px}.date-range-filter-module__actions__e65m-{display:flex;gap:var(--spacing-sm);justify-content:flex-end;padding-top:var(--spacing-sm);border-top:1px solid var(--border-color)}.date-range-filter-module__actionButton__jrUQK{font-size:12px;padding:6px 16px;height:auto;border-radius:var(--radius-md)}@media (max-width: 768px){.date-range-filter-module__dateRange__puW-f{flex-direction:column;gap:var(--spacing-sm)}.date-range-filter-module__presets__h28F9{justify-content:center}.date-range-filter-module__modeSelector__RW-J3{flex-direction:column}}.view-selector-module__viewSelector__ZQpsR{display:flex;align-items:center;gap:10px}.view-selector-module__viewButton__USuSY{width:40px;height:40px;border-radius:50%;background:#f2f2f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#888}[data-theme=dark] .view-selector-module__viewButton__USuSY{background:#3a3a3a;color:#d0d0d0}.view-selector-module__viewButton__USuSY svg{width:18px;height:18px}.view-selector-module__viewButton__USuSY:hover:not(:disabled){background:#e5e5e5;color:#515151;transform:scale(1.05)}[data-theme=dark] .view-selector-module__viewButton__USuSY:hover:not(:disabled){background:#4a4a4a;color:var(--text-primary)}.view-selector-module__viewButton__USuSY.view-selector-module__active__ER6UG{background:#fbdf4b;color:#515151}[data-theme=dark] .view-selector-module__viewButton__USuSY.view-selector-module__active__ER6UG{background:#fbdf4b;color:#000}.view-selector-module__viewButton__USuSY:disabled{opacity:.3;cursor:not-allowed}@media (max-width: 768px){.view-selector-module__viewSelector__ZQpsR{gap:6px}.view-selector-module__viewButton__USuSY{width:32px;height:32px}.view-selector-module__viewButton__USuSY svg{width:16px;height:16px}}.task-type-selector-module__taskTypeSelector__hhNUT{display:flex;align-items:center;gap:8px;background:transparent;border-radius:0;padding:0;border:none}.task-type-selector-module__taskTypeButton__l5h64{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e5e5e5;background:#fff;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;color:#515151;transition:all .3s ease;white-space:nowrap;position:relative;box-shadow:0 1px 4px #00000014;min-height:32px}[data-theme=dark] .task-type-selector-module__taskTypeButton__l5h64{background:#2d2d2d;border-color:#4a4a4a;color:var(--text-primary);box-shadow:0 1px 4px #0003}.task-type-selector-module__taskTypeButton__l5h64:hover{background:#f8f8f8;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}[data-theme=dark] .task-type-selector-module__taskTypeButton__l5h64:hover{background:#3a3a3a;border-color:#666}.task-type-selector-module__taskTypeButton__l5h64.task-type-selector-module__active__2TT-X{background:#fbdf4b;border-color:#fbdf4b;color:#000;box-shadow:0 2px 8px #fbdf4b40}[data-theme=dark] .task-type-selector-module__taskTypeButton__l5h64.task-type-selector-module__active__2TT-X{background:#fbdf4b;border-color:#fbdf4b;color:#000}.task-type-selector-module__taskTypeButton__l5h64.task-type-selector-module__active__2TT-X:hover{background:#f9d835;border-color:#f9d835;transform:translateY(-1px)}.task-type-selector-module__taskTypeButton__l5h64 svg{flex-shrink:0;width:14px;height:14px}.task-type-selector-module__taskTypeButton__l5h64 span{font-size:12px;font-weight:500}.task-type-selector-module__taskTypeButton__l5h64 .task-type-selector-module__badge__qAY-g{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;background:#e5e5e5;color:#515151;border-radius:10px;font-size:11px;font-weight:600;margin-left:4px;box-shadow:0 1px 2px #0000001a}[data-theme=dark] .task-type-selector-module__taskTypeButton__l5h64 .task-type-selector-module__badge__qAY-g{background:#3a3a3a;color:var(--text-primary)}.task-type-selector-module__taskTypeButton__l5h64.task-type-selector-module__active__2TT-X .task-type-selector-module__badge__qAY-g{background:#000;color:#fff}@media (max-width: 768px){.task-type-selector-module__taskTypeButton__l5h64 span{display:none}.task-type-selector-module__taskTypeButton__l5h64{padding:6px;min-width:36px;justify-content:center;min-height:28px}.task-type-selector-module__taskTypeSelector__hhNUT{gap:6px}.task-type-selector-module__taskTypeButton__l5h64 .task-type-selector-module__badge__qAY-g{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;font-size:10px;padding:0 4px}}@media (max-width: 480px){.task-type-selector-module__taskTypeButton__l5h64{padding:5px;min-width:32px;min-height:26px}.task-type-selector-module__taskTypeButton__l5h64 svg{width:12px;height:12px}}.tabs-module__tabsContainer__734Hg{position:relative;display:flex;flex-direction:column;width:100%}.tabs-module__tabsList__1vFM5{display:flex;background:#f8f8f8;border-radius:var(--radius-lg);padding:4px;position:relative;border:1px solid #e5e5e5}[data-theme=dark] .tabs-module__tabsList__1vFM5{background:#3a3a3a;border-color:#4a4a4a}.tabs-module__tabButton__vwms9{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;font-size:14px;font-weight:500;color:#888;transition:all .3s ease;position:relative;z-index:2;flex:1;justify-content:center;font-family:var(--font-family)}[data-theme=dark] .tabs-module__tabButton__vwms9{color:#d0d0d0}.tabs-module__tabButton__vwms9:hover{color:#515151;background:#fbdf4b1a}[data-theme=dark] .tabs-module__tabButton__vwms9:hover{color:var(--text-primary);background:#fbdf4b26}.tabs-module__tabButton__vwms9.tabs-module__active__HMnm0{color:#515151;background:#fbdf4b;box-shadow:0 2px 8px #fbdf4b4d;transform:translateY(-1px)}[data-theme=dark] .tabs-module__tabButton__vwms9.tabs-module__active__HMnm0{color:#000;background:#fbdf4b}.tabs-module__tabIcon__t2-CI{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.tabs-module__tabLabel__S--aD{font-weight:500;letter-spacing:.3px}.tabs-module__tabIndicator__3DkSr{position:absolute;bottom:-1px;left:0;right:0;height:2px;background:linear-gradient(90deg,#fbdf4b,#fbb54b);border-radius:1px;opacity:0;transition:opacity .3s ease}.tabs-module__tabsContainer__734Hg:hover .tabs-module__tabIndicator__3DkSr{opacity:1}.tabs-module__tabButton__vwms9.tabs-module__active__HMnm0{animation:tabs-module__tabActivate__YtriV .3s ease}@keyframes tabs-module__tabActivate__YtriV{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.02)}to{transform:translateY(-1px) scale(1)}}@media (max-width: 768px){.tabs-module__tabButton__vwms9{padding:6px 12px;font-size:13px}.tabs-module__tabIcon__t2-CI{width:14px;height:14px}}.task-history-module__historyContainer__EKDO0{display:flex;flex-direction:column;width:100%;height:100%;min-height:300px;max-height:450px}.task-history-module__historyList__MyF7o{display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;padding-right:8px;scroll-behavior:smooth}.task-history-module__historyList__MyF7o::-webkit-scrollbar{width:6px}.task-history-module__historyList__MyF7o::-webkit-scrollbar-track{background:transparent}.task-history-module__historyList__MyF7o::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}[data-theme=dark] .task-history-module__historyList__MyF7o::-webkit-scrollbar-thumb{background:#4a4a4a}.task-history-module__historyItem__3rJhM{display:flex;gap:12px;padding:12px;background:#f8f8f8;border-radius:var(--radius-lg);border:1px solid #e5e5e5;transition:all .2s ease;position:relative}[data-theme=dark] .task-history-module__historyItem__3rJhM{background:#3a3a3a;border-color:#4a4a4a}.task-history-module__historyItem__3rJhM:hover{background:#f2f2f2;border-color:#fbdf4b;transform:translateY(-1px);box-shadow:0 2px 8px #fbdf4b1a}[data-theme=dark] .task-history-module__historyItem__3rJhM:hover{background:#404040;border-color:#fbdf4b}.task-history-module__historyIcon__M9uIP{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fbdf4b;border-radius:50%;color:#000;flex-shrink:0;position:relative}.task-history-module__historyIcon__M9uIP svg{color:#000;stroke:#000}[data-theme=dark] .task-history-module__historyIcon__M9uIP{background:#fbdf4b;color:#000}[data-theme=dark] .task-history-module__historyIcon__M9uIP svg{color:#000;stroke:#000}.task-history-module__historyIcon__M9uIP:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fbdf4b33;border-radius:50%;z-index:-1;animation:task-history-module__pulse__7inhM 2s infinite}@keyframes task-history-module__pulse__7inhM{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.3}to{transform:translate(-50%,-50%) scale(1);opacity:.7}}.task-history-module__historyContent__oULnf{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.task-history-module__historyHeader__rOMNf{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-history-module__historyUser__42hQX{display:flex;align-items:center;gap:8px}.task-history-module__historyAvatar__5K-hb{flex-shrink:0}.task-history-module__historyUsername__2OD1V{font-size:13px;font-weight:600;color:#515151;white-space:nowrap}[data-theme=dark] .task-history-module__historyUsername__2OD1V{color:var(--text-primary)}.task-history-module__historyTime__xsBMa{font-size:11px;color:#888;white-space:nowrap;font-weight:500}[data-theme=dark] .task-history-module__historyTime__xsBMa{color:#d0d0d0}.task-history-module__historyDescription__8dUtO{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#515151;line-height:1.4;word-wrap:break-word}[data-theme=dark] .task-history-module__historyDescription__8dUtO{color:var(--text-primary)}.task-history-module__historyMessage__btNnv{font-weight:500;margin-bottom:4px}.task-history-module__historyChange__Fnh-a{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f0f0f0;border-radius:var(--radius-md);font-size:13px;flex-wrap:wrap}[data-theme=dark] .task-history-module__historyChange__Fnh-a{background:#2a2a2a}.task-history-module__oldValue__sBGuR{color:#888;text-decoration:line-through;font-weight:500}[data-theme=dark] .task-history-module__oldValue__sBGuR{color:#999}.task-history-module__arrow__HCI0z{color:#fbdf4b;font-weight:600;font-size:14px}.task-history-module__newValue__bi9uh{color:#515151;font-weight:600}[data-theme=dark] .task-history-module__newValue__bi9uh{color:var(--text-primary)}.task-history-module__diffBadge__PAvMU{padding:2px 8px;background:#fbdf4b;color:#000;border-radius:var(--radius-sm);font-size:11px;font-weight:600;margin-left:auto}[data-theme=dark] .task-history-module__diffBadge__PAvMU{background:#fbdf4b;color:#000}.task-history-module__historyDetails__aVC-F{padding:6px 12px;background:#f8f8f8;border-radius:var(--radius-md);font-size:13px;color:#666}[data-theme=dark] .task-history-module__historyDetails__aVC-F{background:#2a2a2a;color:#d0d0d0}.task-history-module__emptyState__LYdez{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;height:100%;min-height:200px}.task-history-module__emptyIcon__tT8kZ{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#f8f8f8;border-radius:50%;color:#888;margin-bottom:16px}[data-theme=dark] .task-history-module__emptyIcon__tT8kZ{background:#3a3a3a;color:#d0d0d0}.task-history-module__emptyTitle__4liaj{font-size:18px;font-weight:600;color:#515151;margin:0 0 8px}[data-theme=dark] .task-history-module__emptyTitle__4liaj{color:var(--text-primary)}.task-history-module__emptyDescription__fi3U-{font-size:14px;color:#888;line-height:1.5;margin:0;max-width:300px}[data-theme=dark] .task-history-module__emptyDescription__fi3U-{color:#d0d0d0}.task-history-module__historyItem__3rJhM{animation:task-history-module__slideIn__eQ25Z .3s ease}@keyframes task-history-module__slideIn__eQ25Z{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.task-history-module__loadMoreContainer__P0cV4{display:flex;justify-content:center;padding:16px 0;margin-top:8px}.task-history-module__loadMoreButton__X6aEE{padding:10px 20px;background:#fbdf4b;color:#515151;border:1px solid #fbdf4b;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.task-history-module__loadMoreButton__X6aEE:hover:not(:disabled){background:#fbd94b;transform:translateY(-1px);box-shadow:0 2px 8px #fbdf4b33}.task-history-module__loadMoreButton__X6aEE:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .task-history-module__loadMoreButton__X6aEE{background:#fbdf4b;color:#000}[data-theme=dark] .task-history-module__loadMoreButton__X6aEE:hover:not(:disabled){background:#fbd94b}@media (max-width: 768px){.task-history-module__historyItem__3rJhM{padding:10px;gap:10px}.task-history-module__historyIcon__M9uIP{width:28px;height:28px}.task-history-module__historyHeader__rOMNf{flex-direction:column;align-items:flex-start;gap:4px}.task-history-module__historyTime__xsBMa{font-size:10px}.task-history-module__historyDescription__8dUtO{font-size:13px}.task-history-module__loadMoreButton__X6aEE{padding:8px 16px;font-size:13px}}.confirm-dialog-module__overlay__7DMyX{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:confirm-dialog-module__fadeIn__VZozN .2s ease-out;transform:translate(var(--sidebar-offset, 0));transition:transform var(--transition-normal, .3s)}@media (max-width: 1024px){.confirm-dialog-module__overlay__7DMyX{transform:none}}.confirm-dialog-module__modal__8JcCi{background:#fff;border-radius:var(--radius-lg, 12px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:90vw;animation:confirm-dialog-module__scaleIn__JYfMB .2s ease-out;border:1px solid #e5e5e5;display:flex;flex-direction:column}[data-theme=dark] .confirm-dialog-module__modal__8JcCi{background:#2d2d2d;border-color:#3a3a3a}.confirm-dialog-module__header__PSwVN{display:flex;align-items:center;gap:12px;padding:20px 24px 16px;border-bottom:1px solid #e5e5e5;position:relative}[data-theme=dark] .confirm-dialog-module__header__PSwVN{border-bottom-color:#3a3a3a}.confirm-dialog-module__icon__EeY9o{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);flex-shrink:0}.confirm-dialog-module__icon__EeY9o.confirm-dialog-module__info__vUsRT{background:#dbeafe;color:#1e40af}.confirm-dialog-module__icon__EeY9o.confirm-dialog-module__warning__KxTQV{background:#fef3c7;color:#d97706}.confirm-dialog-module__icon__EeY9o.confirm-dialog-module__danger__dAL-x{background:#fee2e2;color:#dc2626}[data-theme=dark] .confirm-dialog-module__icon__EeY9o.confirm-dialog-module__info__vUsRT{background:#3b82f633;color:#60a5fa}[data-theme=dark] .confirm-dialog-module__icon__EeY9o.confirm-dialog-module__warning__KxTQV{background:#d9770633;color:#fbbf24}[data-theme=dark] .confirm-dialog-module__icon__EeY9o.confirm-dialog-module__danger__dAL-x{background:#dc262633;color:#f87171}.confirm-dialog-module__iconSvg__aIWyH{width:24px;height:24px}.confirm-dialog-module__title__mJr5t{margin:0;font-size:18px;font-weight:600;color:#515151;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);flex:1}[data-theme=dark] .confirm-dialog-module__title__mJr5t{color:#d0d0d0}.confirm-dialog-module__closeButton__amF3x{padding:4px;background:transparent;border:none;cursor:pointer;color:#888;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.confirm-dialog-module__closeButton__amF3x:hover{background:#f8f8f8;color:#515151}[data-theme=dark] .confirm-dialog-module__closeButton__amF3x{color:#999}[data-theme=dark] .confirm-dialog-module__closeButton__amF3x:hover{background:#3a3a3a;color:#d0d0d0}.confirm-dialog-module__content__BJ71z{padding:20px 24px;background:#fff}[data-theme=dark] .confirm-dialog-module__content__BJ71z{background:#2d2d2d}.confirm-dialog-module__messageBox__crA6z{padding:16px;border-radius:var(--radius-md, 8px);border:1px solid}.confirm-dialog-module__messageBox__crA6z.confirm-dialog-module__infoBox__3vvAS{background:#eff6ff;border-color:#dbeafe}.confirm-dialog-module__messageBox__crA6z.confirm-dialog-module__warningBox__98nTb{background:#fffbeb;border-color:#fef3c7}.confirm-dialog-module__messageBox__crA6z.confirm-dialog-module__dangerBox__p8BCM{background:#fef2f2;border-color:#fee2e2}[data-theme=dark] .confirm-dialog-module__messageBox__crA6z.confirm-dialog-module__infoBox__3vvAS{background:#3b82f61a;border-color:#3b82f64d}[data-theme=dark] .confirm-dialog-module__messageBox__crA6z.confirm-dialog-module__warningBox__98nTb{background:#d977061a;border-color:#d977064d}[data-theme=dark] .confirm-dialog-module__messageBox__crA6z.confirm-dialog-module__dangerBox__p8BCM{background:#dc26261a;border-color:#dc26264d}.confirm-dialog-module__message__rgji7{margin:0;font-size:14px;line-height:1.6;color:#515151;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);white-space:pre-line}[data-theme=dark] .confirm-dialog-module__message__rgji7{color:#d0d0d0}.confirm-dialog-module__actions__73QuR{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}.confirm-dialog-module__cancelButton__Yk-WK,.confirm-dialog-module__confirmButton__Gtqql{padding:8px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:500;font-family:var(--font-family);cursor:pointer;transition:all .2s ease;border:1px solid}.confirm-dialog-module__cancelButton__Yk-WK{background:transparent;color:#888;border-color:#e5e5e5}[data-theme=dark] .confirm-dialog-module__cancelButton__Yk-WK{color:#999;border-color:#4a4a4a}.confirm-dialog-module__cancelButton__Yk-WK:hover{background:#f8f8f8;color:#515151}[data-theme=dark] .confirm-dialog-module__cancelButton__Yk-WK:hover{background:#3a3a3a;color:#d0d0d0}.confirm-dialog-module__confirmButton__Gtqql{color:#fff}.confirm-dialog-module__confirmButton__Gtqql.confirm-dialog-module__infoButton__0PGPg{background:#3b82f6;border-color:#3b82f6}.confirm-dialog-module__confirmButton__Gtqql.confirm-dialog-module__infoButton__0PGPg:hover{background:#2563eb;border-color:#2563eb}.confirm-dialog-module__confirmButton__Gtqql.confirm-dialog-module__warningButton__GdidZ{background:#f59e0b;border-color:#f59e0b}.confirm-dialog-module__confirmButton__Gtqql.confirm-dialog-module__warningButton__GdidZ:hover{background:#d97706;border-color:#d97706}.confirm-dialog-module__confirmButton__Gtqql.confirm-dialog-module__dangerButton__qPsc8{background:#dc2626;border-color:#dc2626}.confirm-dialog-module__confirmButton__Gtqql.confirm-dialog-module__dangerButton__qPsc8:hover{background:#b91c1c;border-color:#b91c1c}@keyframes confirm-dialog-module__fadeIn__VZozN{0%{opacity:0}to{opacity:1}}@keyframes confirm-dialog-module__scaleIn__JYfMB{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 480px){.confirm-dialog-module__modal__8JcCi{margin:20px;width:calc(100vw - 40px)}.confirm-dialog-module__actions__73QuR{flex-direction:column}.confirm-dialog-module__cancelButton__Yk-WK,.confirm-dialog-module__confirmButton__Gtqql{width:100%}}.file-preview-module__filePreview__hwnV2{position:relative;display:inline-block;width:100%}.file-preview-module__imagePreview__CCYAd{width:100%}.file-preview-module__imageWrapper__x1EW2{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;background-color:#f9fafb;min-height:180px;display:flex;align-items:center;justify-content:center}.file-preview-module__imageButton__-tGCG{border:none;padding:0;background:transparent;cursor:pointer;width:100%}.file-preview-module__image__gn7as{width:100%;max-height:320px;object-fit:contain;display:block;transition:transform .2s ease}.file-preview-module__imageButton__-tGCG:hover .file-preview-module__image__gn7as{transform:scale(1.01)}.file-preview-module__imagePlaceholder__W-Zdb{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;min-height:180px;background-color:#f3f4f6;color:#6b7280;font-size:14px}.file-preview-module__spinner__z9fL8{width:32px;height:32px;border-radius:50%;border:3px solid #d1d5db;border-top-color:#3b82f6;animation:file-preview-module__spin__9-yiO 1s linear infinite}@keyframes file-preview-module__spin__9-yiO{to{transform:rotate(360deg)}}.file-preview-module__imageError__b9CO5{text-align:center;font-size:14px;color:#ef4444;max-width:220px}.file-preview-module__retryButton__xAvsr{background:none;border:1px solid #3b82f6;padding:6px 12px;border-radius:6px;color:#3b82f6;cursor:pointer;transition:all .2s ease}.file-preview-module__retryButton__xAvsr:hover{background-color:#e0edff}.file-preview-module__imageMeta__VRQek{margin-top:10px}.file-preview-module__documentPreview__tmtAi{width:100%}.file-preview-module__documentButton__0uVya{display:flex;align-items:center;gap:12px;padding:12px;width:100%;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;color:inherit;transition:background-color .2s,transform .2s;cursor:pointer}.file-preview-module__documentButton__0uVya:hover:not(:disabled){background-color:#f3f4f6}.file-preview-module__documentButton__0uVya:disabled{cursor:default;opacity:.7}.file-preview-module__fileIcon__qT8eN{font-size:24px;flex-shrink:0}.file-preview-module__documentInfo__J-He-{flex:1;min-width:0}.file-preview-module__fileName__jE-mb{font-size:14px;font-weight:500;margin:0 0 4px;color:#111827;word-break:break-word}.file-preview-module__fileSize__q2j2Z{font-size:12px;color:#6b7280;margin:0}.file-preview-module__downloadText__nz6u-{font-size:14px;color:#3b82f6;flex-shrink:0}.file-preview-module__deleteButton__RecCR{position:absolute;top:8px;right:8px;width:24px;height:24px;background-color:#ef4444;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;transition:background-color .2s}.file-preview-module__deleteButton__RecCR:hover{background-color:#dc2626}.file-preview-module__deleteButton__RecCR:active{transform:scale(.95)}.VoiceRecordButton-module__recordButton__6YcCm{width:40px;height:40px;border-radius:50%;border:none;background:#f2f2f2;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;padding:0}.VoiceRecordButton-module__recordButton__6YcCm:hover:not(:disabled){background:#e0e0e0;transform:scale(1.05)}.VoiceRecordButton-module__recordButton__6YcCm:active:not(:disabled){background:#d0d0d0;transform:scale(.95)}.VoiceRecordButton-module__recordButton__6YcCm:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .VoiceRecordButton-module__recordButton__6YcCm{background:#3a3a3a;color:#fff}[data-theme=dark] .VoiceRecordButton-module__recordButton__6YcCm:hover:not(:disabled){background:#4a4a4a}.VoiceRecordButton-module__recordingContainer__t2tvo{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;width:100%;z-index:10}[data-theme=dark] .VoiceRecordButton-module__recordingContainer__t2tvo{background:#2a2a2a}.VoiceRecordButton-module__waveformContainer__o7-M4{width:100%;min-height:40px}.VoiceRecordButton-module__controls__4INth{display:flex;align-items:center;justify-content:space-between;gap:12px}.VoiceRecordButton-module__cancelButton__w9d-w,.VoiceRecordButton-module__sendButton__ZeBds{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;color:#fff}.VoiceRecordButton-module__cancelButton__w9d-w{background:#f44;color:#fff}.VoiceRecordButton-module__cancelButton__w9d-w:hover{background:#c00;transform:scale(1.1)}.VoiceRecordButton-module__sendButton__ZeBds{background:#4caf50;color:#fff}.VoiceRecordButton-module__sendButton__ZeBds:hover{background:#45a049;transform:scale(1.1)}.VoiceRecordButton-module__duration__M3eJC{flex:1;text-align:center;font-weight:600;font-size:16px;color:#333;font-family:Courier New,monospace}[data-theme=dark] .VoiceRecordButton-module__duration__M3eJC{color:#fff}.task-comment-form-module__form__B-k5l{display:flex;flex-direction:column;gap:12px}.task-comment-form-module__inputArea__KM2Uv{display:flex;align-items:flex-end;gap:8px}.task-comment-form-module__textarea__WID5f{flex:1;background:#f2f2f2;border:none;outline:none;border-radius:12px;padding:10px 16px;font-size:14px;font-family:inherit;color:#515151;resize:none;min-height:42px;max-height:150px;overflow-y:auto;transition:background-color .2s,height .2s ease;line-height:1.5}.task-comment-form-module__textarea__WID5f:focus{background:#fff;box-shadow:0 0 0 2px #3b82f633}.task-comment-form-module__textarea__WID5f:disabled{opacity:.6;cursor:not-allowed}.task-comment-form-module__textarea__WID5f::placeholder{color:#888}[data-theme=dark] .task-comment-form-module__textarea__WID5f{background:#3a3a3a;color:var(--text-primary)}[data-theme=dark] .task-comment-form-module__textarea__WID5f:focus{background:#4a4a4a}[data-theme=dark] .task-comment-form-module__textarea__WID5f::placeholder{color:#888}.task-comment-form-module__filePreview__qcYw4{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.task-comment-form-module__fileInfo__fUgkP{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.task-comment-form-module__fileIcon__SbWLH{font-size:24px;flex-shrink:0}.task-comment-form-module__fileDetails__pJhqN{flex:1;min-width:0}.task-comment-form-module__fileName__lP8JA{font-size:14px;font-weight:500;margin:0 0 4px;color:#111827;word-break:break-word}.task-comment-form-module__fileSize__-yJMR{font-size:12px;color:#6b7280;margin:0}.task-comment-form-module__removeButton__7rLhO{background:none;border:none;color:#ef4444;font-size:18px;font-weight:700;cursor:pointer;padding:4px 8px;transition:color .2s}.task-comment-form-module__removeButton__7rLhO:hover{color:#dc2626}.task-comment-form-module__removeButton__7rLhO:disabled{opacity:.5;cursor:not-allowed}.task-comment-form-module__progressContainer__ArGEL{display:flex;flex-direction:column;gap:8px}.task-comment-form-module__progressHeader__NprPs{display:flex;justify-content:space-between;font-size:14px;color:#6b7280}.task-comment-form-module__progressBar__ROQeE{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.task-comment-form-module__progressFill__a1j94{height:100%;background-color:#3b82f6;transition:width .3s ease}.task-comment-form-module__errorMessage__DypSO{padding:12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px}.task-comment-form-module__fileInput__jQOKB{display:none}.task-comment-form-module__attachButton__bWaEz{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:8px;color:#888;cursor:pointer;transition:all .2s;flex-shrink:0;padding:0}.task-comment-form-module__attachButton__bWaEz:hover:not(:disabled){background:#f2f2f2;color:#515151}.task-comment-form-module__attachButton__bWaEz:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .task-comment-form-module__attachButton__bWaEz{color:#d0d0d0}[data-theme=dark] .task-comment-form-module__attachButton__bWaEz:hover:not(:disabled){background:#3a3a3a;color:var(--text-primary)}.task-comment-form-module__sendButton__zuidh{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fbdf4b;color:#515151;border:none;border-radius:8px;cursor:pointer;transition:all .2s;flex-shrink:0;padding:0}.task-comment-form-module__sendButton__zuidh:hover:not(:disabled){background:#f9d630;transform:translateY(-1px)}.task-comment-form-module__sendButton__zuidh:disabled{opacity:.5;cursor:not-allowed;transform:none}[data-theme=dark] .task-comment-form-module__sendButton__zuidh{color:#000}.task-comment-form-module__uploadingText__fIv8d{font-size:12px;font-weight:600}.task-comment-form-module__selectedFilesPreview__wKg--{margin-top:12px;display:flex;flex-direction:column;gap:8px}.task-comment-form-module__selectedFile__7e09O{display:flex;align-items:center;gap:12px;padding:8px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.task-comment-form-module__filePreviewImage__bWh0T{width:60px;height:60px;object-fit:cover;border-radius:4px}.task-comment-form-module__fileIconPreview__XqNXK{font-size:32px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:4px}.task-comment-form-module__filePreviewInfo__0gjIn{flex:1;min-width:0}.task-comment-form-module__filePreviewName__Tn4hX{display:block;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}.task-comment-form-module__filePreviewSize__V5i0P{display:block;font-size:12px;color:#6b7280;margin-top:2px}.task-comment-form-module__removeFileBtn__WQLgZ{width:24px;height:24px;border:none;background:#fee2e2;color:#dc2626;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .2s}.task-comment-form-module__removeFileBtn__WQLgZ:hover:not(:disabled){background:#fecaca}.task-comment-form-module__removeFileBtn__WQLgZ:disabled{opacity:.5;cursor:not-allowed}.task-comment-form-module__uploadProgress__8jd4S{margin-top:12px;display:flex;align-items:center;gap:12px}.task-comment-form-module__uploadProgress__8jd4S .task-comment-form-module__progressBar__ROQeE{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.task-comment-form-module__uploadProgress__8jd4S .task-comment-form-module__progressFill__a1j94{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s ease}.task-comment-form-module__progressText__M8WPD{font-size:12px;color:#6b7280;font-weight:600}.task-comment-form-module__formActions__xoYzg{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:8px;position:relative}.task-comment-form-module__voiceButton__fmT2Z{flex-shrink:0}.task-comment-form-module__recordingWrapper__UNyVt{width:100%;position:relative}.task-comment-form-module__formActions__xoYzg:has(.task-comment-form-module__recordingContainer__wjLut){flex-direction:column;align-items:stretch}.task-comment-form-module__formActions__xoYzg:has(.task-comment-form-module__recordingContainer__wjLut) .task-comment-form-module__attachFileBtn__2jz8V{display:none}.task-comment-form-module__attachFileBtn__2jz8V{padding:8px 16px;background:transparent;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s;display:inline-block}.task-comment-form-module__attachFileBtn__2jz8V:hover{background:#f9fafb;border-color:#9ca3af}.task-comment-form-module__attachFileBtn__2jz8V input{display:none}.task-comment-form-module__submitBtn__w12yl{padding:8px 24px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.task-comment-form-module__submitBtn__w12yl:hover:not(:disabled){background:#2563eb}.task-comment-form-module__submitBtn__w12yl:disabled{background:#d1d5db;cursor:not-allowed}.comment-file-module__commentFile__bxaDB{margin-bottom:8px}.comment-file-module__imageFile__NnfoG{position:relative;display:inline-block}.comment-file-module__imageWrapper__fK0HX{position:relative;border-radius:8px;overflow:hidden;background:#f3f4f6}.comment-file-module__imagePlaceholder__2y1oy{display:flex;align-items:center;justify-content:center;min-height:150px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:comment-file-module__loading__kH7Pn 1.5s infinite}@keyframes comment-file-module__loading__kH7Pn{0%{background-position:200% 0}to{background-position:-200% 0}}.comment-file-module__commentImage__0dOsB{width:100%;height:auto;display:block;transition:transform .2s}.comment-file-module__commentImage__0dOsB:hover{transform:scale(1.02)}.comment-file-module__deleteFileBtn__Nm-e1{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0;transition:opacity .2s}.comment-file-module__imageWrapper__fK0HX:hover .comment-file-module__deleteFileBtn__Nm-e1{opacity:1}.comment-file-module__deleteFileBtn__Nm-e1:hover{background:#ef4444e6}.comment-file-module__fileInfo__kBRdh{margin-top:4px;font-size:12px;color:#6b7280;display:flex;justify-content:space-between;align-items:center}.comment-file-module__fileInfo__kBRdh .comment-file-module__fileName__TGyTB{font-weight:500;color:#111827}.comment-file-module__fileInfo__kBRdh .comment-file-module__fileSize__Lwkop{color:#6b7280}.comment-file-module__documentFile__MauWF{width:100%}.comment-file-module__fileCard__2ikk9{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-left:3px solid;border-radius:8px;background:#fff;text-decoration:none;color:inherit;transition:all .2s}.comment-file-module__fileCard__2ikk9:hover{background:#f9fafb;border-color:currentColor;transform:translate(2px);box-shadow:0 2px 8px #0000001a}.comment-file-module__fileIcon__-yfxZ{font-size:32px;flex-shrink:0}.comment-file-module__fileDetails__Gb6wy{flex:1;min-width:0;overflow:hidden}.comment-file-module__fileDetails__Gb6wy .comment-file-module__fileName__TGyTB{font-weight:500;font-size:14px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.comment-file-module__fileMeta__wRT-c{display:flex;gap:8px;align-items:center;margin-top:4px;font-size:12px;color:#6b7280}.comment-file-module__fileExtension__Yr56W{padding:2px 6px;background:#f3f4f6;border-radius:4px;font-weight:600;text-transform:uppercase}.comment-file-module__fileSize__Lwkop{color:#6b7280}.comment-file-module__fileActions__s0Ln7{display:flex;gap:8px;flex-shrink:0}.comment-file-module__downloadBtn__EO7vh,.comment-file-module__deleteBtn__YHY9A{width:32px;height:32px;border:none;background:transparent;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background .2s}.comment-file-module__downloadBtn__EO7vh:hover{background:#f3f4f6}.comment-file-module__deleteBtn__YHY9A:hover{background:#fee2e2}.comment-file-module__spinner__EaQrR{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:comment-file-module__spin__gFE8m .8s linear infinite}@keyframes comment-file-module__spin__gFE8m{to{transform:rotate(360deg)}}.image-lightbox-module__lightboxOverlay__ZKdPD{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;cursor:pointer}.image-lightbox-module__closeButton__0DTVX{position:absolute;top:20px;right:20px;background:#fff3;border:none;color:#fff;font-size:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.image-lightbox-module__closeButton__0DTVX:hover{background:#ffffff4d}.image-lightbox-module__navButton__QIAI7{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10000}.image-lightbox-module__navButton__QIAI7:hover{background:#ffffff4d}.image-lightbox-module__navButton__QIAI7:active{background:#fff6}.image-lightbox-module__lightboxImage__KJ8rQ{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px;cursor:default;position:relative;z-index:1}.image-lightbox-module__loadingOverlay__blLGS{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.image-lightbox-module__spinner__q7FIC{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:image-lightbox-module__spin__Y0NRm 1s linear infinite}@keyframes image-lightbox-module__spin__Y0NRm{to{transform:rotate(360deg)}}.image-lightbox-module__errorOverlay__-2rqC{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;text-align:center;padding:20px}.image-lightbox-module__errorMessage__s-t19{background:#ef444433;padding:16px 24px;border-radius:8px;border:1px solid rgba(239,68,68,.5)}.comment-files-module__commentFiles__knKES{margin-top:12px}.comment-files-module__commentImagesGrid__os50u{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin-bottom:12px}.comment-files-module__commentImagesGrid__os50u:last-child{margin-bottom:0}.comment-files-module__commentDocumentsList__9Hlav{display:flex;flex-direction:column;gap:8px;margin-top:8px}.sidebar-panel-module__sidebarPanel__UWTmH{width:100%}.sidebar-panel-module__sidebarPanelTop__942On{margin-bottom:16px}.sidebar-panel-module__sidebarPanelRight__HPpYJ{width:100%;max-width:300px}.sidebar-panel-module__card__ZyvMF{padding:20px}.sidebar-panel-module__header__lVU-Q{margin-bottom:16px}.sidebar-panel-module__title__5oxJK{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}.sidebar-panel-module__count__bGwnZ{font-weight:400;color:var(--text-secondary)}.sidebar-panel-module__content__widXU{display:flex;flex-direction:column;gap:12px}@media (max-width: calc(var(--breakpoint-mobile) - 1px)){.sidebar-panel-module__sidebarPanelTop__942On{margin-bottom:12px}.sidebar-panel-module__title__5oxJK{font-size:16px}}@media (min-width: var(--breakpoint-tablet)){.sidebar-panel-module__sidebarPanelRight__HPpYJ{flex-shrink:0}}.bottom-sheet-module__overlay__4cJtJ{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:1000;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;transition:background .3s ease-out}.bottom-sheet-module__overlay__4cJtJ.bottom-sheet-module__open__cq02I{background:#0006;pointer-events:auto}.bottom-sheet-module__bottomSheet__mI1Q-{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;background:var(--bg-primary, #ffffff);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden;will-change:transform;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);max-height:90vh}.bottom-sheet-module__overlay__4cJtJ.bottom-sheet-module__open__cq02I .bottom-sheet-module__bottomSheet__mI1Q-{transform:translateY(0)}.bottom-sheet-module__overlay__4cJtJ.bottom-sheet-module__open__cq02I .bottom-sheet-module__bottomSheet__mI1Q-{animation:bottom-sheet-module__slideUp__Wghky .3s cubic-bezier(.32,.72,0,1)}@keyframes bottom-sheet-module__slideUp__Wghky{0%{transform:translateY(100%)}to{transform:translateY(0)}}[data-theme=dark] .bottom-sheet-module__bottomSheet__mI1Q-{background:var(--bg-secondary, #2d2d2d)}.bottom-sheet-module__handleBar__IhF2M{padding:12px 0 8px;display:flex;justify-content:center;align-items:center;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;flex-shrink:0}.bottom-sheet-module__handleBar__IhF2M:active{cursor:grabbing}.bottom-sheet-module__handle__t4T4M{width:40px;height:4px;background:#0000004d;border-radius:2px;flex-shrink:0}[data-theme=dark] .bottom-sheet-module__handle__t4T4M{background:#ffffff4d}.bottom-sheet-module__header__8doss{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color, #e5e5e5);flex-shrink:0;gap:12px}.bottom-sheet-module__headerRight__--oPS{display:flex;align-items:center;gap:8px;margin-left:auto}[data-theme=dark] .bottom-sheet-module__header__8doss{border-bottom-color:var(--border-color, #3a3a3a)}.bottom-sheet-module__title__0A379{font-size:18px;font-weight:600;color:var(--text-primary, #1a1a1a);margin:0}[data-theme=dark] .bottom-sheet-module__title__0A379{color:var(--text-primary, #ffffff)}.bottom-sheet-module__closeButton__unoc2{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;color:var(--text-secondary, #666666);cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.bottom-sheet-module__closeButton__unoc2:hover{background:var(--bg-hover, #f5f5f5);color:var(--text-primary, #1a1a1a)}[data-theme=dark] .bottom-sheet-module__closeButton__unoc2:hover{background:var(--bg-hover, #3a3a3a);color:var(--text-primary, #ffffff)}.bottom-sheet-module__content__Daz8s{flex:1;overflow-y:auto;padding:20px;min-height:0;-webkit-overflow-scrolling:touch;touch-action:pan-y}.bottom-sheet-module__content__Daz8s::-webkit-scrollbar{width:6px}.bottom-sheet-module__content__Daz8s::-webkit-scrollbar-track{background:transparent}.bottom-sheet-module__content__Daz8s::-webkit-scrollbar-thumb{background:var(--border-color, #d9d9d9);border-radius:3px}.bottom-sheet-module__content__Daz8s::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary, #999999)}[data-theme=dark] .bottom-sheet-module__content__Daz8s::-webkit-scrollbar-thumb{background:var(--border-color, #4a4a4a)}[data-theme=dark] .bottom-sheet-module__content__Daz8s::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary, #666666)}@media (max-width: 380px){.bottom-sheet-module__header__8doss{padding:12px 16px}.bottom-sheet-module__title__0A379{font-size:16px}.bottom-sheet-module__content__Daz8s{padding:16px}}.task-actions-modal-module__backdrop__q0CVe{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1999;animation:task-actions-modal-module__fadeIn__7FzKQ .2s ease-out}@keyframes task-actions-modal-module__fadeIn__7FzKQ{0%{opacity:0}to{opacity:1}}.task-actions-modal-module__modal__HyOi4{position:fixed;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:2000;animation:task-actions-modal-module__slideUp__e-eWw .2s ease-out;overflow:hidden;min-width:320px;max-width:400px}[data-theme=dark] .task-actions-modal-module__modal__HyOi4{background:#2d2d2d;box-shadow:0 8px 32px #0006}@keyframes task-actions-modal-module__slideUp__e-eWw{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.task-actions-modal-module__mobile__YLwp4{top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px}.task-actions-modal-module__mobile__YLwp4{animation:task-actions-modal-module__slideUpScale__6PXxt .2s ease-out}@keyframes task-actions-modal-module__slideUpScale__6PXxt{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.task-actions-modal-module__header__uwqrw{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .task-actions-modal-module__header__uwqrw{border-bottom-color:#3a3a3a}.task-actions-modal-module__title__72Kz3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}[data-theme=dark] .task-actions-modal-module__title__72Kz3{color:#fff}.task-actions-modal-module__closeButton__hXSrO{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;color:#666;cursor:pointer;transition:all .2s ease;padding:0}.task-actions-modal-module__closeButton__hXSrO:hover{background:#f5f5f5;color:#1a1a1a}[data-theme=dark] .task-actions-modal-module__closeButton__hXSrO:hover{background:#3a3a3a;color:#fff}.task-actions-modal-module__content__aTc4H{display:flex;flex-direction:column;padding:8px}.task-actions-modal-module__actionItem__6stzy{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.task-actions-modal-module__actionItem__6stzy:hover{background:#f5f5f5}[data-theme=dark] .task-actions-modal-module__actionItem__6stzy:hover{background:#3a3a3a}.task-actions-modal-module__actionItem__6stzy:active{transform:scale(.98)}.task-actions-modal-module__actionIcon__PzFaj{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.task-actions-modal-module__archiveAction__m3JsF .task-actions-modal-module__actionIcon__PzFaj{background:#fbbf241a;color:#fbbf24}.task-actions-modal-module__deleteAction__FfOeD .task-actions-modal-module__actionIcon__PzFaj{background:#ef44441a;color:#ef4444}[data-theme=dark] .task-actions-modal-module__archiveAction__m3JsF .task-actions-modal-module__actionIcon__PzFaj{background:#fbbf2433}[data-theme=dark] .task-actions-modal-module__deleteAction__FfOeD .task-actions-modal-module__actionIcon__PzFaj{background:#ef444433}.task-actions-modal-module__actionContent__1fR3R{flex:1;display:flex;flex-direction:column;gap:4px}.task-actions-modal-module__actionTitle__uAK9v{font-size:14px;font-weight:600;color:#1a1a1a}[data-theme=dark] .task-actions-modal-module__actionTitle__uAK9v{color:#fff}.task-actions-modal-module__actionDescription__gr--Z{font-size:12px;color:#666;line-height:1.4}[data-theme=dark] .task-actions-modal-module__actionDescription__gr--Z{color:#d0d0d0}.task-actions-modal-module__deleteAction__FfOeD .task-actions-modal-module__actionTitle__uAK9v{color:#ef4444}[data-theme=dark] .task-actions-modal-module__deleteAction__FfOeD .task-actions-modal-module__actionTitle__uAK9v{color:#ff6b6b}@media (max-width: 768px){.task-actions-modal-module__modal__HyOi4{min-width:auto}.task-actions-modal-module__actionItem__6stzy{padding:14px 16px}.task-actions-modal-module__actionIcon__PzFaj{width:36px;height:36px}.task-actions-modal-module__actionTitle__uAK9v{font-size:15px}.task-actions-modal-module__actionDescription__gr--Z{font-size:13px}}.milestone-actions-modal-module__backdrop__8koYj{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2498;animation:milestone-actions-modal-module__fadeIn__GsRoe .2s ease-out}@keyframes milestone-actions-modal-module__fadeIn__GsRoe{0%{opacity:0}to{opacity:1}}.milestone-actions-modal-module__modal__AYac-{position:fixed;z-index:2499;background:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000026;animation:milestone-actions-modal-module__slideUp__vuhjw .2s ease-out;max-width:400px;width:90vw}[data-theme=dark] .milestone-actions-modal-module__modal__AYac-{background:#2d2d2d}@keyframes milestone-actions-modal-module__slideUp__vuhjw{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.milestone-actions-modal-module__mobile__IwCU6{top:50%;left:50%;transform:translate(-50%,-50%)}.milestone-actions-modal-module__header__egyU8{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .milestone-actions-modal-module__header__egyU8{border-bottom-color:#3a3a3a}.milestone-actions-modal-module__title__5hzlB{font-size:18px;font-weight:600;color:#333;margin:0}[data-theme=dark] .milestone-actions-modal-module__title__5hzlB{color:#fff}.milestone-actions-modal-module__closeButton__g9hc8{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s}[data-theme=dark] .milestone-actions-modal-module__closeButton__g9hc8{color:#aaa}.milestone-actions-modal-module__closeButton__g9hc8:hover{color:#333}[data-theme=dark] .milestone-actions-modal-module__closeButton__g9hc8:hover{color:#fff}.milestone-actions-modal-module__content__fq7ye{padding:8px}.milestone-actions-modal-module__actionItem__jGM8l{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px;border:none;background:none;cursor:pointer;border-radius:var(--radius-md);transition:background-color .2s;text-align:left}.milestone-actions-modal-module__actionItem__jGM8l:hover{background:#f5f5f5}[data-theme=dark] .milestone-actions-modal-module__actionItem__jGM8l:hover{background:#3a3a3a}.milestone-actions-modal-module__actionIcon__2xXgw{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#f5f5f5;color:#666}[data-theme=dark] .milestone-actions-modal-module__actionIcon__2xXgw{background:#3a3a3a;color:#aaa}.milestone-actions-modal-module__editAction__3-hZm .milestone-actions-modal-module__actionIcon__2xXgw{background:#e8f4fd;color:#007bff}[data-theme=dark] .milestone-actions-modal-module__editAction__3-hZm .milestone-actions-modal-module__actionIcon__2xXgw{background:#1a3a5a;color:#4a9eff}.milestone-actions-modal-module__deleteAction__Aia6O .milestone-actions-modal-module__actionIcon__2xXgw{background:#fee;color:#dc3545}[data-theme=dark] .milestone-actions-modal-module__deleteAction__Aia6O .milestone-actions-modal-module__actionIcon__2xXgw{background:#3a1a1a;color:#ff6b6b}.milestone-actions-modal-module__actionContent__VaG4S{flex:1}.milestone-actions-modal-module__actionTitle__KVkpz{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}[data-theme=dark] .milestone-actions-modal-module__actionTitle__KVkpz{color:#fff}.milestone-actions-modal-module__actionDescription__s4YM2{font-size:12px;color:#666;line-height:1.4}[data-theme=dark] .milestone-actions-modal-module__actionDescription__s4YM2{color:#aaa}.milestone-editor-modal-module__overlay__AJBdI{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:milestone-editor-modal-module__fadeIn__JHbBj .2s ease-out}@keyframes milestone-editor-modal-module__fadeIn__JHbBj{0%{opacity:0}to{opacity:1}}.milestone-editor-modal-module__modal__rMchc{background:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000026;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:milestone-editor-modal-module__slideUp__7DvN6 .2s ease-out}[data-theme=dark] .milestone-editor-modal-module__modal__rMchc{background:#2d2d2d}@keyframes milestone-editor-modal-module__slideUp__7DvN6{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.milestone-editor-modal-module__header__vR6Fq{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .milestone-editor-modal-module__header__vR6Fq{border-bottom-color:#3a3a3a}.milestone-editor-modal-module__title__6KkdF{font-size:18px;font-weight:600;color:#333;margin:0}[data-theme=dark] .milestone-editor-modal-module__title__6KkdF{color:#fff}.milestone-editor-modal-module__closeButton__lDAjn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:var(--radius-md);transition:all .2s}[data-theme=dark] .milestone-editor-modal-module__closeButton__lDAjn{color:#aaa}.milestone-editor-modal-module__closeButton__lDAjn:hover{background:#f5f5f5;color:#333}[data-theme=dark] .milestone-editor-modal-module__closeButton__lDAjn:hover{background:#3a3a3a;color:#fff}.milestone-editor-modal-module__content__-PHuX{padding:20px}.milestone-editor-modal-module__form__S9UF0{display:flex;flex-direction:column;gap:16px}.milestone-editor-modal-module__input__yJ4hO{width:100%;padding:12px;border:1px solid #ddd;border-radius:var(--radius-md);font-size:14px;color:#333;background:#fff;transition:all .2s}[data-theme=dark] .milestone-editor-modal-module__input__yJ4hO{border-color:#444;background:#2a2a2a;color:#fff}.milestone-editor-modal-module__input__yJ4hO:focus{outline:none;border-color:var(--color-primary, #fbdf4b);box-shadow:0 0 0 3px #fbdf4b1a}.milestone-editor-modal-module__dateRow__hkHES{display:grid;grid-template-columns:1fr 1fr;gap:12px}.milestone-editor-modal-module__dateField__v0wmL{display:flex;flex-direction:column}.milestone-editor-modal-module__colorPickerLabel__l4uBW{font-size:13px;font-weight:500;color:#666;margin-bottom:8px}[data-theme=dark] .milestone-editor-modal-module__colorPickerLabel__l4uBW{color:#aaa}.milestone-editor-modal-module__colorPicker__1ycQx{display:flex;gap:12px;flex-wrap:wrap}.milestone-editor-modal-module__colorCircle__7P-VM{width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .2s;border:3px solid transparent}.milestone-editor-modal-module__colorCircle__7P-VM:hover{transform:scale(1.1)}.milestone-editor-modal-module__colorCircleActive__VeMsw{border-color:#333;box-shadow:0 0 0 2px #007bff4d}[data-theme=dark] .milestone-editor-modal-module__colorCircleActive__VeMsw{border-color:#fff}.milestone-editor-modal-module__buttonRow__6ITGl{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.milestone-editor-modal-module__cancelButton__ThC9G{padding:10px 20px;border:1px solid #ddd;border-radius:var(--radius-md);background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}[data-theme=dark] .milestone-editor-modal-module__cancelButton__ThC9G{border-color:#444;background:#2a2a2a;color:#fff}.milestone-editor-modal-module__cancelButton__ThC9G:hover{background:#f5f5f5;border-color:#bbb}[data-theme=dark] .milestone-editor-modal-module__cancelButton__ThC9G:hover{background:#3a3a3a;border-color:#555}.milestone-editor-modal-module__saveButton__3bXfU{padding:10px 20px;border:none;border-radius:var(--radius-md);background:var(--color-primary, #fbdf4b);color:#515151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.milestone-editor-modal-module__saveButton__3bXfU:hover:not(:disabled){box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}[data-theme=dark] .milestone-editor-modal-module__saveButton__3bXfU{color:#000}.milestone-editor-modal-module__saveButton__3bXfU:disabled{opacity:.5;cursor:not-allowed}.task-selection-modal-module__overlay__IkRFk{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:task-selection-modal-module__fadeIn__Ck8np .2s ease-out}@keyframes task-selection-modal-module__fadeIn__Ck8np{0%{opacity:0}to{opacity:1}}.task-selection-modal-module__modal__085jR{background:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000026;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;animation:task-selection-modal-module__slideUp__fw5BK .2s ease-out}[data-theme=dark] .task-selection-modal-module__modal__085jR{background:#2d2d2d}@keyframes task-selection-modal-module__slideUp__fw5BK{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.task-selection-modal-module__header__94wdm{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .task-selection-modal-module__header__94wdm{border-bottom-color:#3a3a3a}.task-selection-modal-module__title__YXd14{font-size:18px;font-weight:600;color:#333;margin:0}[data-theme=dark] .task-selection-modal-module__title__YXd14{color:#fff}.task-selection-modal-module__closeButton__9f3s-{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:var(--radius-md);transition:all .2s}[data-theme=dark] .task-selection-modal-module__closeButton__9f3s-{color:#aaa}.task-selection-modal-module__closeButton__9f3s-:hover{background:#f5f5f5;color:#333}[data-theme=dark] .task-selection-modal-module__closeButton__9f3s-:hover{background:#3a3a3a;color:#fff}.task-selection-modal-module__content__LoFJq{padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1}.task-selection-modal-module__searchWrapper__nuNMM{margin-bottom:8px}.task-selection-modal-module__searchInputWrapper__cBwUe{position:relative;display:flex;align-items:center}.task-selection-modal-module__searchIcon__-iVvV{position:absolute;left:12px;color:#999;pointer-events:none}[data-theme=dark] .task-selection-modal-module__searchIcon__-iVvV{color:#666}.task-selection-modal-module__searchInput__ldAyE{width:100%;padding:12px 12px 12px 40px;border:1px solid #ddd;border-radius:var(--radius-md);font-size:14px;color:#333;background:#fff;transition:all .2s}[data-theme=dark] .task-selection-modal-module__searchInput__ldAyE{border-color:#444;background:#2a2a2a;color:#fff}.task-selection-modal-module__searchInput__ldAyE:focus{outline:none;border-color:var(--color-primary, #fbdf4b);box-shadow:0 0 0 3px #fbdf4b1a}.task-selection-modal-module__taskList__mkWOD{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.task-selection-modal-module__taskItem__KQysW{padding:12px;border:1px solid #e5e5e5;border-radius:var(--radius-md);background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}[data-theme=dark] .task-selection-modal-module__taskItem__KQysW{border-color:#3a3a3a;background:#2a2a2a}.task-selection-modal-module__taskItem__KQysW:hover{border-color:var(--color-primary, #fbdf4b);box-shadow:0 2px 4px #0000000d;transform:translateY(-1px)}.task-selection-modal-module__taskHeader__5NULA{display:flex;align-items:center;gap:8px;flex:1}.task-selection-modal-module__taskNumber__J1dqS{font-weight:600;color:#666;font-size:13px}[data-theme=dark] .task-selection-modal-module__taskNumber__J1dqS{color:#aaa}.task-selection-modal-module__taskTitle__JVNEI{color:#333;font-size:14px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .task-selection-modal-module__taskTitle__JVNEI{color:#fff}.task-selection-modal-module__taskStatus__vXxuS{display:flex;align-items:center;gap:6px}.task-selection-modal-module__statusDot__rYkEB{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}[data-theme=dark] .task-selection-modal-module__statusDot__rYkEB{border-color:#fff3}.task-selection-modal-module__statusText__PWlMH{font-size:12px;color:#666;white-space:nowrap}[data-theme=dark] .task-selection-modal-module__statusText__PWlMH{color:#aaa}.task-selection-modal-module__emptyState__6-XbL{padding:40px 20px;text-align:center;color:#999}[data-theme=dark] .task-selection-modal-module__emptyState__6-XbL{color:#666}.task-selection-modal-module__errorMessage__u-tta{padding:12px;background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);color:#c33;text-align:center}[data-theme=dark] .task-selection-modal-module__errorMessage__u-tta{background:#3a2222;border-color:#5a3333;color:#f66}.task-selection-modal-module__loadingWrapper__D9MeC{display:flex;justify-content:center;padding:20px}.task-selection-modal-module__loadMoreButton__80rJ7{padding:10px 20px;border:1px solid #ddd;border-radius:var(--radius-md);background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:8px}[data-theme=dark] .task-selection-modal-module__loadMoreButton__80rJ7{border-color:#444;background:#2a2a2a;color:#fff}.task-selection-modal-module__loadMoreButton__80rJ7:hover{background:#f5f5f5;border-color:#bbb}[data-theme=dark] .task-selection-modal-module__loadMoreButton__80rJ7:hover{background:#3a3a3a;border-color:#555}.task-relationship-modal-module__overlay__Hckkn{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:task-relationship-modal-module__fadeIn__QSbYt .2s ease-out}@keyframes task-relationship-modal-module__fadeIn__QSbYt{0%{opacity:0}to{opacity:1}}.task-relationship-modal-module__modal__AHQ4r{background:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000026;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;animation:task-relationship-modal-module__slideUp__7cIfM .2s ease-out}[data-theme=dark] .task-relationship-modal-module__modal__AHQ4r{background:#2d2d2d}@keyframes task-relationship-modal-module__slideUp__7cIfM{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.task-relationship-modal-module__header__72nmm{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .task-relationship-modal-module__header__72nmm{border-bottom-color:#3a3a3a}.task-relationship-modal-module__title__QnDpK{font-size:18px;font-weight:600;color:#333;margin:0}[data-theme=dark] .task-relationship-modal-module__title__QnDpK{color:#fff}.task-relationship-modal-module__closeButton__KheIV{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:var(--radius-md);transition:all .2s}[data-theme=dark] .task-relationship-modal-module__closeButton__KheIV{color:#aaa}.task-relationship-modal-module__closeButton__KheIV:hover{background:#f5f5f5;color:#333}[data-theme=dark] .task-relationship-modal-module__closeButton__KheIV:hover{background:#3a3a3a;color:#fff}.task-relationship-modal-module__content__uP9BR{padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;position:relative}.task-relationship-modal-module__searchWrapper__d6p-2{margin-bottom:8px}.task-relationship-modal-module__searchInputWrapper__RcleM{position:relative;display:flex;align-items:center}.task-relationship-modal-module__searchIcon__gH1y5{position:absolute;left:12px;color:#999;pointer-events:none}[data-theme=dark] .task-relationship-modal-module__searchIcon__gH1y5{color:#666}.task-relationship-modal-module__searchInput__LvDKj{width:100%;padding:12px 12px 12px 40px;border:1px solid #ddd;border-radius:var(--radius-md);font-size:14px;color:#333;background:#fff;transition:all .2s}[data-theme=dark] .task-relationship-modal-module__searchInput__LvDKj{border-color:#444;background:#2a2a2a;color:#fff}.task-relationship-modal-module__searchInput__LvDKj:focus{outline:none;border-color:var(--color-primary, #fbdf4b);box-shadow:0 0 0 3px #fbdf4b1a}.task-relationship-modal-module__typeSelectorBackdrop__b7-NT{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2499;animation:task-relationship-modal-module__fadeIn__QSbYt .2s ease-out}.task-relationship-modal-module__typeSelectorPortal__vIki-{position:fixed;z-index:2500!important;animation:task-relationship-modal-module__fadeIn__QSbYt .2s ease-out}.task-relationship-modal-module__typeSelectorDesktop__Aq2Lh{top:50%;left:50%;transform:translate(-50%,-50%)}.task-relationship-modal-module__typeSelectorMobile__PehbW{top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:400px}.task-relationship-modal-module__typeSelector__3rnRq{background:#fff;border-radius:var(--radius-xl);padding:24px;box-shadow:0 8px 32px #0003;max-width:400px;width:100%;animation:task-relationship-modal-module__slideUp__7cIfM .2s ease-out}[data-theme=dark] .task-relationship-modal-module__typeSelector__3rnRq{background:#2d2d2d;box-shadow:0 8px 32px #0006}.task-relationship-modal-module__typeSelectorTitle__rk06X{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;text-align:center}[data-theme=dark] .task-relationship-modal-module__typeSelectorTitle__rk06X{color:#fff}.task-relationship-modal-module__typeOptions__4JVP-{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.task-relationship-modal-module__typeOption__JwT3q{padding:12px 16px;border:1px solid #e5e5e5;border-radius:var(--radius-md);background:#fff;cursor:pointer;transition:all .2s;text-align:left;display:flex;flex-direction:column;gap:4px}[data-theme=dark] .task-relationship-modal-module__typeOption__JwT3q{border-color:#3a3a3a;background:#2a2a2a}.task-relationship-modal-module__typeOption__JwT3q:hover{border-color:var(--color-primary, #fbdf4b);background:#fffef5;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}[data-theme=dark] .task-relationship-modal-module__typeOption__JwT3q:hover{background:#353535;border-color:var(--color-primary, #fbdf4b)}.task-relationship-modal-module__typeOptionLabel__knWzy{font-size:14px;font-weight:600;color:#333}[data-theme=dark] .task-relationship-modal-module__typeOptionLabel__knWzy{color:#fff}.task-relationship-modal-module__typeOptionDescription__Hz2QP{font-size:12px;color:#666}[data-theme=dark] .task-relationship-modal-module__typeOptionDescription__Hz2QP{color:#aaa}.task-relationship-modal-module__cancelTypeButton__T8CQI{width:100%;padding:10px;border:1px solid #ddd;border-radius:var(--radius-md);background:#fff;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}[data-theme=dark] .task-relationship-modal-module__cancelTypeButton__T8CQI{border-color:#444;background:#2a2a2a;color:#aaa}.task-relationship-modal-module__cancelTypeButton__T8CQI:hover{background:#f5f5f5;border-color:#bbb}[data-theme=dark] .task-relationship-modal-module__cancelTypeButton__T8CQI:hover{background:#3a3a3a;border-color:#555}.task-relationship-modal-module__taskList__6MLvO{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.task-relationship-modal-module__taskItem__cGoAQ{padding:12px;border:1px solid #e5e5e5;border-radius:var(--radius-md);background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:12px}[data-theme=dark] .task-relationship-modal-module__taskItem__cGoAQ{border-color:#3a3a3a;background:#2a2a2a}.task-relationship-modal-module__taskItem__cGoAQ:hover{border-color:var(--color-primary, #fbdf4b);box-shadow:0 2px 4px #0000000d;transform:translateY(-1px)}.task-relationship-modal-module__taskContent__-yWiv{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.task-relationship-modal-module__taskHeader__Zb6-Q{display:flex;align-items:center;gap:8px;flex:1}.task-relationship-modal-module__taskNumber__WZgbd{font-weight:600;color:#666;font-size:13px;flex-shrink:0}[data-theme=dark] .task-relationship-modal-module__taskNumber__WZgbd{color:#aaa}.task-relationship-modal-module__taskTitle__AuEj4{color:#333;font-size:14px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .task-relationship-modal-module__taskTitle__AuEj4{color:#fff}.task-relationship-modal-module__taskStatus__Zr-LH{display:flex;align-items:center;gap:6px;flex-shrink:0}.task-relationship-modal-module__statusDot__C64ra{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}[data-theme=dark] .task-relationship-modal-module__statusDot__C64ra{border-color:#fff3}.task-relationship-modal-module__statusText__HuOea{font-size:12px;color:#666;white-space:nowrap}[data-theme=dark] .task-relationship-modal-module__statusText__HuOea{color:#aaa}.task-relationship-modal-module__taskArrow__TrkzM{color:#999;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .2s}.task-relationship-modal-module__taskItem__cGoAQ:hover .task-relationship-modal-module__taskArrow__TrkzM{color:var(--color-primary, #fbdf4b);transform:translate(2px)}[data-theme=dark] .task-relationship-modal-module__taskArrow__TrkzM{color:#666}.task-relationship-modal-module__emptyState__ZmZtr{padding:40px 20px;text-align:center;color:#999}[data-theme=dark] .task-relationship-modal-module__emptyState__ZmZtr{color:#666}.task-relationship-modal-module__errorMessage__rJjOy{padding:12px;background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);color:#c33;text-align:center}[data-theme=dark] .task-relationship-modal-module__errorMessage__rJjOy{background:#3a2222;border-color:#5a3333;color:#f66}.task-relationship-modal-module__loadingWrapper__tpFMv{display:flex;justify-content:center;padding:20px}.task-relationship-modal-module__loadMoreButton__m-lyO{padding:10px 20px;border:1px solid #ddd;border-radius:var(--radius-md);background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:8px}[data-theme=dark] .task-relationship-modal-module__loadMoreButton__m-lyO{border-color:#444;background:#2a2a2a;color:#fff}.task-relationship-modal-module__loadMoreButton__m-lyO:hover{background:#f5f5f5;border-color:#bbb}[data-theme=dark] .task-relationship-modal-module__loadMoreButton__m-lyO:hover{background:#3a3a3a;border-color:#555}.rich-text-editor-module__editorWrapper__T0Z86{position:relative;width:100%}.rich-text-editor-module__editorWrapper__T0Z86 .ProseMirror{outline:none}.rich-text-editor-module__editorContainer__QbUEB{position:relative;border:1px solid #e5e5e5;border-radius:8px;background:#fff;transition:border-color .2s ease}[data-theme=dark] .rich-text-editor-module__editorContainer__QbUEB{border-color:#3a3a3a;background:#2a2a2a}.rich-text-editor-module__editorContainer__QbUEB:focus-within{border-color:#4a90e2;outline:none}[data-theme=dark] .rich-text-editor-module__editorContainer__QbUEB:focus-within{border-color:#5aa0f2}.rich-text-editor-module__editorContent__OBcoI{min-height:120px;padding:12px 40px 12px 12px;font-size:14px;line-height:1.6;color:#333;outline:none}[data-theme=dark] .rich-text-editor-module__editorContent__OBcoI{color:#e0e0e0}.rich-text-editor-module__editorContent__OBcoI p{margin:0 0 8px}.rich-text-editor-module__editorContent__OBcoI p:last-child{margin-bottom:0}.rich-text-editor-module__editorContent__OBcoI ul,.rich-text-editor-module__editorContent__OBcoI ol{margin:8px 0;padding-left:24px}.rich-text-editor-module__editorContent__OBcoI li{margin:4px 0}.rich-text-editor-module__editorContent__OBcoI ul[data-type=taskList]{list-style:none;padding-left:0}.rich-text-editor-module__editorContent__OBcoI li[data-type=taskItem]{display:flex;align-items:flex-start;gap:8px;margin:4px 0}.rich-text-editor-module__editorContent__OBcoI li[data-type=taskItem]>label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.rich-text-editor-module__editorContent__OBcoI li[data-type=taskItem]>label>input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin:0}.rich-text-editor-module__editorContent__OBcoI li[data-type=taskItem]>div{flex:1}.rich-text-editor-module__editorContent__OBcoI a{color:#4a90e2;text-decoration:underline;cursor:pointer}[data-theme=dark] .rich-text-editor-module__editorContent__OBcoI a{color:#5aa0f2}.rich-text-editor-module__editorContent__OBcoI a:hover{opacity:.8}.rich-text-editor-module__editorContent__OBcoI strong{font-weight:600}.rich-text-editor-module__editorContent__OBcoI em{font-style:italic}.rich-text-editor-module__editorContent__OBcoI code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}[data-theme=dark] .rich-text-editor-module__editorContent__OBcoI code{background:#3a3a3a}.rich-text-editor-module__editorContent__OBcoI .rich-text-editor-module__is-empty__-1jHA:before{content:attr(data-placeholder);float:left;color:#999;pointer-events:none;height:0}[data-theme=dark] .rich-text-editor-module__editorContent__OBcoI .rich-text-editor-module__is-empty__-1jHA:before{color:#666}.rich-text-editor-module__formatButton__UArZb{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:transparent;border:none;cursor:pointer;color:#888;transition:all .2s ease;z-index:10}[data-theme=dark] .rich-text-editor-module__formatButton__UArZb{color:#aaa}.rich-text-editor-module__formatButton__UArZb:hover{background:#f5f5f5;color:#333}[data-theme=dark] .rich-text-editor-module__formatButton__UArZb:hover{background:#3a3a3a;color:#e0e0e0}.rich-text-editor-module__floatingToolbar__ccsVi{position:fixed;display:flex;align-items:center;gap:4px;padding:4px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;pointer-events:auto}[data-theme=dark] .rich-text-editor-module__floatingToolbar__ccsVi{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 4px 12px #0000004d}.rich-text-editor-module__toolbarButton__aIObS{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:transparent;border:none;cursor:pointer;color:#666;transition:all .2s ease}[data-theme=dark] .rich-text-editor-module__toolbarButton__aIObS{color:#aaa}.rich-text-editor-module__toolbarButton__aIObS:hover{background:#f5f5f5;color:#333}[data-theme=dark] .rich-text-editor-module__toolbarButton__aIObS:hover{background:#3a3a3a;color:#e0e0e0}.rich-text-editor-module__toolbarButtonActive__PMhhK{background:#e8f4fd;color:#4a90e2}[data-theme=dark] .rich-text-editor-module__toolbarButtonActive__PMhhK{background:#1a3a5a;color:#5aa0f2}.rich-text-editor-module__toolbarDivider__JwKT9{width:1px;height:20px;background:#e5e5e5;margin:0 4px}[data-theme=dark] .rich-text-editor-module__toolbarDivider__JwKT9{background:#3a3a3a}.rich-text-editor-module__formatPopover__b-YtX{position:fixed;min-width:220px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden}[data-theme=dark] .rich-text-editor-module__formatPopover__b-YtX{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 4px 12px #0000004d}.rich-text-editor-module__formatPopoverHeader__8q984{padding:12px 16px;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .rich-text-editor-module__formatPopoverHeader__8q984{color:#aaa;border-bottom-color:#3a3a3a}.rich-text-editor-module__formatPopoverContent__6bAQ7{padding:4px}.rich-text-editor-module__formatPopoverItem__7v7wM{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:14px;color:#333;text-align:left;transition:background .2s ease}[data-theme=dark] .rich-text-editor-module__formatPopoverItem__7v7wM{color:#e0e0e0}.rich-text-editor-module__formatPopoverItem__7v7wM:hover{background:#f5f5f5}[data-theme=dark] .rich-text-editor-module__formatPopoverItem__7v7wM:hover{background:#3a3a3a}.rich-text-editor-module__formatPopoverItem__7v7wM svg{flex-shrink:0}.rich-text-editor-module__formatPopoverDivider__6kyAl{height:1px;background:#e5e5e5;margin:4px 0}[data-theme=dark] .rich-text-editor-module__formatPopoverDivider__6kyAl{background:#3a3a3a}.rich-text-editor-module__formatPopoverFooter__A7kgP{padding:8px 12px;border-top:1px solid #e5e5e5;background:#f9f9f9}[data-theme=dark] .rich-text-editor-module__formatPopoverFooter__A7kgP{border-top-color:#3a3a3a;background:#222}.rich-text-editor-module__formatPopoverTip__rTYfg{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#666;line-height:1.4}[data-theme=dark] .rich-text-editor-module__formatPopoverTip__rTYfg{color:#aaa}.rich-text-editor-module__formatPopoverTipIcon__p1jKW{flex-shrink:0;font-size:14px}.rich-text-editor-module__formatPopoverTipText__z-46I{flex:1}.rich-text-editor-module__formatPopoverTipText__z-46I strong{font-weight:600;color:#333}[data-theme=dark] .rich-text-editor-module__formatPopoverTipText__z-46I strong{color:#e0e0e0}.rich-text-editor-module__formatPopoverTipText__z-46I em{font-style:italic}.rich-text-editor-module__formatPopoverTipText__z-46I code{background:#f0f0f0;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}[data-theme=dark] .rich-text-editor-module__formatPopoverTipText__z-46I code{background:#3a3a3a}.rich-text-viewer-module__viewer__f1-jG{font-size:14px;line-height:1.6;color:#333}[data-theme=dark] .rich-text-viewer-module__viewer__f1-jG{color:#e0e0e0}.rich-text-viewer-module__viewer__f1-jG p{margin:0 0 8px}.rich-text-viewer-module__viewer__f1-jG p:last-child{margin-bottom:0}.rich-text-viewer-module__viewer__f1-jG ul,.rich-text-viewer-module__viewer__f1-jG ol{margin:8px 0;padding-left:24px}.rich-text-viewer-module__viewer__f1-jG li{margin:4px 0}.rich-text-viewer-module__viewer__f1-jG ul[data-type=taskList]{list-style:none;padding-left:0}.rich-text-viewer-module__viewer__f1-jG li[data-type=taskItem]{display:flex;align-items:flex-start;gap:8px;margin:4px 0}.rich-text-viewer-module__viewer__f1-jG li[data-type=taskItem]>label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.rich-text-viewer-module__viewer__f1-jG li[data-type=taskItem]>label>input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin:0}.rich-text-viewer-module__viewer__f1-jG li[data-type=taskItem]>div{flex:1}.rich-text-viewer-module__viewer__f1-jG a{color:#4a90e2;text-decoration:underline}[data-theme=dark] .rich-text-viewer-module__viewer__f1-jG a{color:#5aa0f2}.rich-text-viewer-module__viewer__f1-jG a:hover{opacity:.8}.rich-text-viewer-module__viewer__f1-jG strong{font-weight:600}.rich-text-viewer-module__viewer__f1-jG em{font-style:italic}.rich-text-viewer-module__viewer__f1-jG u{text-decoration:underline}.rich-text-viewer-module__viewer__f1-jG code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}[data-theme=dark] .rich-text-viewer-module__viewer__f1-jG code{background:#3a3a3a}
