.Sidebar_overlay__N9_Zk{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;animation:Sidebar_fadeIn__WVsT8 .3s ease forwards}@keyframes Sidebar_fadeIn__WVsT8{to{opacity:1}}.Sidebar_sidebar__86IlD{position:fixed;left:0;top:0;width:280px;height:100vh;background:#ffffff;color:#374151;display:flex;flex-direction:column;z-index:1000;overflow-y:auto;border-right:1px solid #e5e7eb;transition:transform .3s ease}.Sidebar_sidebarOpen___8PvB{transform:translateX(0)}.Sidebar_sidebarClosed__1mcaL{transform:translateX(-100%)}.Sidebar_closeButtonWrapper__ciodu{display:flex;align-items:center;height:60px;padding:0 1.5rem;border-bottom:1px solid #e5e7eb;gap:1rem;flex-shrink:0}.Sidebar_closeButton__z9C_v{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:#374151;cursor:pointer;border-radius:6px;transition:background-color .2s ease;flex-shrink:0}.Sidebar_closeButton__z9C_v:hover{background:#f3f4f6}.Sidebar_logo__P79Og{flex:1 1;text-align:left}.Sidebar_logo__P79Og h2{margin:0;font-size:1.15rem;font-weight:700;color:#1f2937}.Sidebar_nav__r20xb{flex:1 1;padding:1rem 0;overflow-y:auto}.Sidebar_menuList__0nyf_{list-style:none;padding:0;margin:0}.Sidebar_menuItem__9vpzH{margin-bottom:.25rem}.Sidebar_menuButton__FF0JO{width:100%;padding:.75rem 1.5rem;background:none;border:none;color:#6b7280;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}.Sidebar_menuButton__FF0JO:hover{background:#f3f4f6;color:#374151}.Sidebar_menuButton__FF0JO.Sidebar_active__vqrO1{background:#e5e7eb;color:#1f2937;font-weight:600}.Sidebar_icon__wZ32N{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.Sidebar_text__IElU_{font-weight:500}.Sidebar_bucketButtonWrapper__4bs62{margin-top:.5rem}.Sidebar_bucketButton__9LlrN{display:flex;align-items:center;justify-content:space-between;background:#1f2937;color:white;padding:.75rem 1rem;margin:0 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease;width:calc(100% - 2rem)}.Sidebar_bucketButton__9LlrN:hover{background:#374151}.Sidebar_bucketIcon__9kH9H{display:flex;align-items:center;justify-content:center;margin-right:.5rem}.Sidebar_bucketText__pNUTP{flex:1 1;font-size:.875rem;font-weight:500;text-align:left}.Sidebar_bucketChevron__m_EYC{display:flex;align-items:center;justify-content:center;margin-left:.5rem}.Sidebar_moreChevron__JC90S{display:flex;align-items:center;justify-content:center;margin-left:auto;color:#9ca3af}.Sidebar_moreSubList__S1L0X{list-style:none;padding:0;margin:0}.Sidebar_moreSubItem__xcOYh{width:100%;padding:.625rem 1.5rem .625rem 3.5rem;background:none;border:none;color:#9ca3af;font-size:.875rem;font-weight:400;text-align:left;cursor:pointer;transition:color .2s ease;display:block}.Sidebar_moreSubItem__xcOYh:hover{color:#374151}.Sidebar_moreSubItemActive__d5O3_{color:#1f2937;font-weight:600}.Sidebar_userSection___53SU{padding:1rem;border-top:1px solid #e5e7eb;margin-top:auto;flex-shrink:0}.Sidebar_logoutButton__JpDjW{width:100%;padding:.75rem;background:#dc2626;border:none;color:white;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;border-radius:.5rem;transition:all .2s ease;font-size:.875rem;font-weight:500}.Sidebar_logoutButton__JpDjW:hover{background:#b91c1c}.Sidebar_notificationWrapper__jAYdq{position:relative}.Sidebar_notificationOverlay__FlPcB{position:fixed;left:300px;top:130px;z-index:1100;pointer-events:auto}@media (min-width:1024px){.Sidebar_sidebar__86IlD{transform:translateX(0)}.Sidebar_sidebarClosed__1mcaL{transform:translateX(-100%)}}@media (max-width:1023px){.Sidebar_overlay__N9_Zk{display:block}.Sidebar_sidebar__86IlD{transform:translateX(-100%)}.Sidebar_sidebarOpen___8PvB{transform:translateX(0)}.Sidebar_notificationOverlay__FlPcB{left:50%;top:50%;transform:translate(-50%,-50%)}}@media (max-width:480px){.Sidebar_sidebar__86IlD{width:260px}.Sidebar_closeButtonWrapper__ciodu{height:60px;padding:0 1rem}.Sidebar_logo__P79Og h2{font-size:1.05rem}}Container for the notification icon
.NotificationDropdown_container__xhbZT{position:relative;display:inline-block}.NotificationDropdown_iconContainer__EIGgB{position:relative;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.NotificationDropdown_iconContainer__EIGgB:hover{background-color:rgba(255,255,255,.1)}.NotificationDropdown_notificationIcon__ya5Yq{color:#d1d5db;transition:color .2s ease;width:20px;height:20px}.NotificationDropdown_iconContainer__EIGgB:hover .NotificationDropdown_notificationIcon__ya5Yq{color:white}.NotificationDropdown_notificationBadge__hY7Fi{position:absolute;top:2px;right:2px;background-color:#ef4444;color:white;border-radius:50%;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #1f2937;min-width:16px}.NotificationDropdown_notifPopup__XiF7k{position:relative;width:380px;max-height:500px;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 10px 10px -5px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;animation:NotificationDropdown_slideInFromLeft__S6VGD .3s ease-out}@keyframes NotificationDropdown_slideInFromLeft__S6VGD{0%{opacity:0;transform:translateX(-20px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.NotificationDropdown_title__4CS6K{padding:1rem 1.5rem;margin:0;font-size:1.125rem;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9);text-align:center}.NotificationDropdown_permissionBtn__6UKQ1{margin:1rem 1.5rem;padding:.875rem 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;box-shadow:0 4px 6px -1px rgba(59,130,246,.25)}.NotificationDropdown_permissionBtn__6UKQ1:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 8px 15px rgba(59,130,246,.4)}.NotificationDropdown_permissionBtn__6UKQ1:active{transform:translateY(0)}.NotificationDropdown_notificationList__oz1fn{list-style:none;padding:5px;margin:0;overflow-y:auto;max-height:350px;min-height:200px}.NotificationDropdown_notificationList__oz1fn::-webkit-scrollbar{width:6px}.NotificationDropdown_notificationList__oz1fn::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.NotificationDropdown_notificationList__oz1fn::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.NotificationDropdown_notificationList__oz1fn::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.NotificationDropdown_notifCards__Q_CHi{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:all .2s ease;min-height:80px;display:flex;flex-direction:column;justify-content:center;position:relative}.NotificationDropdown_notifCards__Q_CHi:hover{background-color:#f8fafc;transform:translateX(2px)}.NotificationDropdown_notifCards__Q_CHi:last-child{border-bottom:none}.NotificationDropdown_notifCards__Q_CHi.NotificationDropdown_unread__u4Sbm:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:#3b82f6;border-radius:0 2px 2px 0}.NotificationDropdown_loading__vYjgX{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280;font-size:.875rem}.NotificationDropdown_loading__vYjgX:before{content:"";width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:NotificationDropdown_spin__Zd_5N 1s linear infinite;margin-right:8px}@keyframes NotificationDropdown_spin__Zd_5N{to{transform:rotate(1turn)}}.NotificationDropdown_error__hmyW6{display:flex;align-items:center;justify-content:center;padding:2rem;color:#dc2626;font-size:.875rem;text-align:center}.NotificationDropdown_emptyState___z98J{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#6b7280;text-align:center}.NotificationDropdown_emptyState___z98J svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}@media (max-width:768px){.NotificationDropdown_notifPopup__XiF7k{width:320px;max-height:400px}.NotificationDropdown_title__4CS6K{padding:1rem;font-size:1rem}.NotificationDropdown_permissionBtn__6UKQ1{margin:.75rem 1rem;padding:.625rem .875rem;font-size:.8125rem}.NotificationDropdown_notifCards__Q_CHi{padding:.875rem 1rem;min-height:70px}.NotificationDropdown_notificationList__oz1fn{max-height:280px;min-height:150px}}@media (max-width:480px){.NotificationDropdown_notifPopup__XiF7k{width:280px;max-height:350px}.NotificationDropdown_title__4CS6K{padding:.875rem;font-size:.9375rem}.NotificationDropdown_permissionBtn__6UKQ1{margin:.5rem;padding:.5rem .75rem;font-size:.75rem}.NotificationDropdown_notifCards__Q_CHi{padding:.75rem;min-height:60px}.NotificationDropdown_notificationList__oz1fn{max-height:240px;min-height:120px}}.NotificationDropdown_permissionBtn__6UKQ1:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.NotificationDropdown_notifCards__Q_CHi:focus{outline:none;background-color:#f1f5f9;box-shadow:inset 0 0 0 2px rgba(59,130,246,.2)}.Card_card__RlVbj{background-color:#fff;border:2px solid #ddd;border-radius:8px;padding:20px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;cursor:pointer;width:100%;max-height:150px;height:150px;justify-content:center;position:relative}.Card_card__RlVbj:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.Card_card__RlVbj.Card_selected__87ySH{border-color:#007bff;background-color:#e3f2fd;box-shadow:0 6px 16px rgba(0,123,255,.3)}.Card_icon__uP_b5{font-size:40px;color:#007bff;margin-bottom:10px;flex-shrink:0}.Card_title__5D8xe{font-size:16px;font-weight:700;margin-bottom:10px;color:#333;text-align:center;flex-shrink:0;line-height:1.2}.Card_content__9gie_{font-size:14px;color:#555;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:center}.Card_unread__H7JfM:after{content:"";position:absolute;top:12px;right:12px;width:10px;height:10px;background-color:#ff0000;border-radius:50%;box-shadow:0 0 4px rgba(255,0,0,.6)}.Card_updatedBadge__fcHbf{position:absolute;bottom:8px;right:8px;background-color:#8e8e8e;color:#ffffff;font-size:12px;padding:4px 8px;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);white-space:nowrap}.Button_button__exqP_{width:422;height:48;gap:10px;opacity:1;cursor:pointer;text-decoration:none;border-radius:10px;padding:20px 43px}.Button_primary__DEC_1{background:#979797}.Button_primary__DEC_1:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.Button_secondary__9ex2D{background:transparent;color:#667eea;border:2px solid #667eea}.Button_secondary__9ex2D:hover:not(:disabled){background:#667eea;color:white}.Button_button__exqP_:disabled{opacity:.6;cursor:not-allowed;transform:none}.Input_inputGroup__9OmIW{margin-bottom:20px}.Input_label__4gD6Y{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:14px}.Input_required__9TUMV{color:#e74c3c}.Input_input__cDdvD{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease;background:white;color:black}.Input_input__cDdvD:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.Input_input__cDdvD.Input_error__qaBX0{border-color:#e74c3c}.Input_errorText___o3hm{display:block;margin-top:4px;color:#e74c3c;font-size:12px}.ImportantNotificationModal_dropdownContainer__TjJn7{position:absolute;top:60px;right:80px;width:360px;max-height:600px;background:#2a2a2a;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:3000;overflow:hidden;animation:ImportantNotificationModal_slideDown__1p5aX .2s ease-out}@keyframes ImportantNotificationModal_slideDown__1p5aX{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ImportantNotificationModal_dropdownHeader__BSv6a{display:flex;justify-content:space-between;align-items:center;background:#333;padding:12px 16px;border-bottom:1px solid #404040}.ImportantNotificationModal_headerLeft__js44e{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:600}.ImportantNotificationModal_warningIcon__J9eEt{font-size:18px}.ImportantNotificationModal_collapseBtn___2dSV{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:4px 8px}.ImportantNotificationModal_collapseBtn___2dSV:hover{background:rgba(255,255,255,.1);border-radius:4px}.ImportantNotificationModal_tabsRow__DMAHU{display:flex;align-items:center;gap:16px;background:#2d2d2d;padding:8px 16px;border-bottom:1px solid #404040}.ImportantNotificationModal_tab__mP716{background:none;color:rgba(255,255,255,.6);font-size:13px;cursor:pointer;padding:6px 0;border:none;border-bottom:2px solid transparent;transition:all .2s}.ImportantNotificationModal_tab__mP716.ImportantNotificationModal_activeTab__unlEy{color:#fff;border-bottom-color:#3b82f6}.ImportantNotificationModal_markAllBtn__vqhjK{margin-left:auto;background:none;border:none;color:#3b82f6;font-size:13px;cursor:pointer;font-weight:500}.ImportantNotificationModal_markAllBtn__vqhjK:hover{text-decoration:underline}.ImportantNotificationModal_dateSection__eqjRq{background:#252525;color:#fff;font-size:13px;font-weight:600;padding:10px 16px;border-bottom:1px solid #333}.ImportantNotificationModal_notificationsList__R5WyA{max-height:450px;overflow-y:auto;background:#222}.ImportantNotificationModal_notificationsList__R5WyA::-webkit-scrollbar{width:6px}.ImportantNotificationModal_notificationsList__R5WyA::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.ImportantNotificationModal_notificationsList__R5WyA::-webkit-scrollbar-track{background:#222}.ImportantNotificationModal_notificationItem__ytZjY{display:flex;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #2d2d2d;transition:background .2s}.ImportantNotificationModal_notificationItem__ytZjY:hover{background:#272727}.ImportantNotificationModal_notificationItemClickable__U_i78{cursor:pointer}.ImportantNotificationModal_notificationContent__juM0h{flex:1 1}.ImportantNotificationModal_notificationHeader__oN6jo{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ImportantNotificationModal_senderName__myLuS{color:#fff;font-size:14px;font-weight:600}.ImportantNotificationModal_newBadge__Ik4eA{color:#ef4444;font-size:11px;font-weight:700}.ImportantNotificationModal_notificationMessage__5h5sT{color:#d0d0d0;font-size:13px;margin-bottom:6px;line-height:1.4}.ImportantNotificationModal_notificationFooter___UIpy{display:flex;gap:8px;font-size:12px;color:#888}.ImportantNotificationModal_timeAgo__78Sb4{color:#aaa}.ImportantNotificationModal_notificationId__DuGBP{color:#666}.ImportantNotificationModal_moreBtn__x2yKd{background:none;border:none;color:#888;font-size:20px;cursor:pointer;padding:0 8px;height:-moz-fit-content;height:fit-content}.ImportantNotificationModal_moreBtn__x2yKd:hover{color:#fff}.ImportantNotificationModal_emptyMessage___wNf2{color:#888;text-align:center;padding:40px 20px;font-size:14px}@media (max-width:480px){.ImportantNotificationModal_dropdownContainer__TjJn7{right:10px;left:10px;width:auto}}.ReassignSignPopup_overlay__lyBZI{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px;overflow-y:auto}.ReassignSignPopup_modal__qCdRL{background:white;border-radius:12px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:32px 24px 24px;position:relative;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.ReassignSignPopup_closeBtn__leAu5{position:absolute;top:16px;right:16px;background:none;border:none;padding:4px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center}.ReassignSignPopup_closeBtn__leAu5:hover{color:#1f2937}.ReassignSignPopup_loadingState__TeakC{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px}.ReassignSignPopup_spinner__KjFS0{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:ReassignSignPopup_spin__xHPCe .8s linear infinite}@keyframes ReassignSignPopup_spin__xHPCe{to{transform:rotate(1turn)}}.ReassignSignPopup_loadingState__TeakC p{margin:0;font-size:14px;color:#6b7280}.ReassignSignPopup_errorState__7PXpj{text-align:center;padding:24px}.ReassignSignPopup_errorState__7PXpj p{margin:0 0 16px;color:#6b7280}.ReassignSignPopup_primaryBtn__e5zyF{padding:10px 20px;background:#6b7280;color:white;border:none;border-radius:8px;font-weight:500;cursor:pointer}.ReassignSignPopup_title__XuP4y{margin:0 0 20px;font-size:20px;font-weight:700;color:#1f2937}.ReassignSignPopup_card__5vBI3{background:#ffffff;border-radius:10px;padding:20px;border:1px solid #e5e7eb}.ReassignSignPopup_agreementTitle__pMJQ4{margin:0 0 16px;font-size:17px;font-weight:700;color:#1f2937}.ReassignSignPopup_templateRow___esop{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.ReassignSignPopup_metaLabel__lumos{font-size:14px;font-weight:600;color:#6b7280;margin-right:4px}.ReassignSignPopup_templateName__YIMdy{font-size:14px;color:#1f2937}.ReassignSignPopup_defaultBadge__eGwB_{padding:2px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;color:#4b5563;background:white}.ReassignSignPopup_pdfLink__n_QHV{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#2563eb;text-decoration:none;margin-bottom:16px}.ReassignSignPopup_pdfLink__n_QHV:hover{text-decoration:underline;color:#1d4ed8}.ReassignSignPopup_pdfIcon__TqJdc{flex-shrink:0}.ReassignSignPopup_agreementBox__9W4Wx{margin-bottom:16px}.ReassignSignPopup_agreementBox__9W4Wx .ReassignSignPopup_metaLabel__lumos{display:block;margin-bottom:8px}.ReassignSignPopup_agreementText__YcVdB{display:block;padding:16px;background:#ffffff;border-radius:8px;border:1px solid #e5e7eb;max-height:260px;overflow-y:auto;font-size:14px;line-height:1.6;color:#1f2937}.ReassignSignPopup_agreementText__YcVdB p{margin:0 0 8px}.ReassignSignPopup_agreementText__YcVdB p:last-child{margin-bottom:0}.ReassignSignPopup_dateRow__ME3uC{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px}.ReassignSignPopup_dateRow__ME3uC span:last-child{color:#1f2937}.ReassignSignPopup_errorText__f7UHV{margin:0 0 12px;font-size:13px;color:#dc2626}.ReassignSignPopup_signBtn__YVA5K{width:100%;padding:14px 24px;background:#6b7280;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.ReassignSignPopup_signBtn__YVA5K:hover:not(:disabled){background:#4b5563}.ReassignSignPopup_signBtn__YVA5K:disabled{opacity:.7;cursor:not-allowed}.Loading_loadingContainer__0RaOr{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.Loading_topBar__3DL1e{height:60px;background:#ffffff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0}.Loading_topBarLeft__BGLgq{display:flex;align-items:center;gap:12px}.Loading_topBarRight__yW14v{display:flex;align-items:center;gap:14px}.Loading_contentArea__6ML8G{display:flex;flex:1 1}.Loading_sidebarSkeleton__g0jFz{width:240px;background:#ffffff;border-right:1px solid #e5e7eb;padding:20px 16px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.Loading_sidebarItem__VlIPs{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px}.Loading_cardGrid__ZIQCF{flex:1 1;padding:20px;column-count:3;column-gap:20px}.Loading_skeletonCard__tRvJi{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px;page-break-inside:avoid;break-inside:avoid;margin-bottom:20px}.Loading_skeletonHeader__B_w8I{display:flex;align-items:center;gap:14px}.Loading_skeletonAvatar__ekUf_{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:#e5e7eb;animation:Loading_shimmer__X5GEy 1.5s ease-in-out infinite}.Loading_skeletonHeaderText__GZ3UO{flex:1 1;display:flex;flex-direction:column;gap:8px}.Loading_skeletonBody__mnasB{display:flex;flex-direction:column;gap:10px}.Loading_skeletonLine__ZNliS{border-radius:6px}.Loading_skeletonButton__LRnau,.Loading_skeletonLine__ZNliS{background:#e5e7eb;animation:Loading_shimmer__X5GEy 1.5s ease-in-out infinite}.Loading_skeletonButton__LRnau{width:100%;height:40px;border-radius:10px}@keyframes Loading_shimmer__X5GEy{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media (max-width:1200px){.Loading_cardGrid__ZIQCF{column-count:2}}@media (max-width:1023px){.Loading_sidebarSkeleton__g0jFz{display:none}}@media (max-width:768px){.Loading_cardGrid__ZIQCF{column-count:1}}.Loading_propertyContainer__n0XHB{min-height:100vh;background:#f8f9fa;padding-bottom:40px}.Loading_propertyBreadcrumb__wUFTp{background:white;border-bottom:1px solid #e5e7eb;padding:12px 24px;display:flex;justify-content:center}.Loading_propertyTitleBar__IDG9h{padding:20px 24px}.Loading_propertyGrid__5JXv_{display:grid;grid-template-columns:1fr 400px;grid-gap:24px;gap:24px;max-width:1400px;margin:0 auto;padding:0 24px}.Loading_propertyLeft__u_MdA{display:flex;flex-direction:column;gap:16px}.Loading_propertyImageMain__nTTZi{width:100%;aspect-ratio:16/9;background:#e5e7eb;border-radius:12px;animation:Loading_shimmer__X5GEy 1.5s ease-in-out infinite}.Loading_propertyThumbnails__ve7Cd{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.Loading_propertyThumb__X9U4I{aspect-ratio:4/3;background:#e5e7eb;border-radius:8px;animation:Loading_shimmer__X5GEy 1.5s ease-in-out infinite}.Loading_propertyInfoSkeleton__4jain{background:white;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:8px}.Loading_propertyLocationRow__OPWtx{display:flex;align-items:center;gap:8px;padding:12px;background:#f9fafb;border-radius:8px;margin-top:8px}.Loading_propertyDetailRows__mnrNA{display:flex;flex-direction:column;gap:8px;margin-top:16px}.Loading_propertyDetailRow__xWCEs{display:flex;justify-content:space-between;padding:12px;background:#f9fafb;border-radius:8px}.Loading_propertyTagRow__aXDeM{display:flex;flex-wrap:wrap;gap:8px}.Loading_propertyRight__3P5tR{display:flex;flex-direction:column;gap:16px}.Loading_propertyActionBtns__AxyUn{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.Loading_propertySmallCard__N1PU5{background:white;border-radius:8px;padding:16px}.Loading_propertyCommRow__IPXlE{display:flex;justify-content:space-between;align-items:center}.Loading_propertyAgreementCard__18iu4{background:white;border-radius:12px;padding:20px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.Loading_propertyAgreementGrid__pVGo_{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:12px}@media (max-width:1024px){.Loading_propertyGrid__5JXv_{grid-template-columns:1fr}}.ConfirmationPopUp_overlay__YNT6p{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ConfirmationPopUp_modal___5JSV{background:white;border-radius:12px;padding:32px;max-width:480px;width:90%;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:ConfirmationPopUp_slideIn__rZa_B .3s ease-out}@keyframes ConfirmationPopUp_slideIn__rZa_B{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ConfirmationPopUp_closeButton__BWfLu{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.ConfirmationPopUp_closeButton__BWfLu:hover{color:#000}.ConfirmationPopUp_content__skyN7{display:flex;flex-direction:column;align-items:center;gap:24px}.ConfirmationPopUp_message__lrlfp{font-size:16px;line-height:1.5;color:#333;text-align:center;margin:0}.ConfirmationPopUp_children__QMFxZ{width:100%}.ConfirmationPopUp_error__wPgHS{font-size:13px;color:#dc2626;margin:0;text-align:center}.ConfirmationPopUp_actions__s3goU{display:flex;flex-direction:row;gap:12px;justify-content:center;flex-wrap:wrap;width:100%;max-width:300px}.ConfirmationPopUp_secondaryButton__ZnSrM{padding:12px 24px;background:white;color:#4b5563;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.ConfirmationPopUp_secondaryButton__ZnSrM:hover:not(:disabled){background:#f9fafb}.ConfirmationPopUp_secondaryButton__ZnSrM:disabled{opacity:.6;cursor:not-allowed}.ConfirmationPopUp_tertiaryButton__XSdIh{padding:12px 24px;background:white;color:#1a1a1a;border:1px solid #1a1a1a;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.ConfirmationPopUp_tertiaryButton__XSdIh:hover:not(:disabled){background:#f9fafb}.ConfirmationPopUp_tertiaryButton__XSdIh:disabled{opacity:.6;cursor:not-allowed}.ConfirmationPopUp_actionButton__wNCYf{background-color:#6B7280;color:white;border:none;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;flex:1 1;min-width:120px}.ConfirmationPopUp_actionButton__wNCYf:hover:not(:disabled){background-color:#4B5563}.ConfirmationPopUp_actionButton__wNCYf:disabled{opacity:.7;cursor:not-allowed}.ConfirmationPopUp_actionButton__wNCYf:active:not(:disabled){transform:scale(.98)}.LayoutWrapper_layoutContainer__vkC_y{min-height:100vh;background:#f9fafb;position:relative}.LayoutWrapper_fixedHeightLayout__6ZUkJ{height:100vh;max-height:100vh;overflow:hidden;display:flex;flex-direction:column}.LayoutWrapper_fixedHeightLayout__6ZUkJ .LayoutWrapper_mainContent__DHxgS{flex:1 1;height:calc(100vh - 60px);max-height:calc(100vh - 60px);min-height:0;overflow:hidden;display:flex;flex-direction:column}.LayoutWrapper_mainContent__DHxgS{margin-top:60px;padding:0;transition:margin-left .3s ease;min-height:calc(100vh - 60px)}@media (min-width:1024px){.LayoutWrapper_mainContentShifted__DbomJ{margin-left:280px}}@media (max-width:1023px){.LayoutWrapper_mainContent__DHxgS{margin-left:0!important}}.ErrorModal_overlay__YoswD{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;animation:ErrorModal_fadeIn__3qwFA .2s ease-in-out}@keyframes ErrorModal_fadeIn__3qwFA{0%{opacity:0}to{opacity:1}}.ErrorModal_modal__juhRR{background:white;border-radius:16px;padding:32px;max-width:500px;width:90%;box-shadow:0 10px 40px rgba(0,0,0,.2);position:relative;animation:ErrorModal_slideUp__eueDn .3s ease-out}@keyframes ErrorModal_slideUp__eueDn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ErrorModal_closeButton__JqTxp{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background .2s}.ErrorModal_closeButton__JqTxp:hover{background:#f3f4f6}.ErrorModal_iconContainer__3R_c9{display:flex;justify-content:center;margin-bottom:16px}.ErrorModal_errorIcon__Qx8Oj{color:#ef4444;animation:ErrorModal_pulse__o9TH3 2s ease-in-out infinite}@keyframes ErrorModal_pulse__o9TH3{0%,to{opacity:1}50%{opacity:.7}}.ErrorModal_title__zwMSx{font-size:24px;font-weight:600;color:#1f2937;text-align:center;margin:0 0 12px}.ErrorModal_message__zCBAp{font-size:16px;color:#6b7280;text-align:center;line-height:1.6;margin:0 0 24px}.ErrorModal_buttonContainer__eFEcw{display:flex;gap:12px;justify-content:center}.ErrorModal_okButton__USP4E{background:#3b82f6;color:white;border:none;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.ErrorModal_okButton__USP4E:hover{background:#2563eb}.ErrorModal_actionButton__EwSRn{background:white;color:#3b82f6;border:2px solid #3b82f6;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.ErrorModal_actionButton__EwSRn:hover{background:#eff6ff}.shareablebucket_pageWrapper__K2BMj{display:flex;flex-direction:column;min-height:100vh;background:#f9fafb}.shareablebucket_pageContainer__KdGKl{display:flex;flex-direction:column;max-width:1400px;margin:0 auto;flex:1 1;width:100%;padding:24px 24px 100px}.shareablebucket_pageHeader__OqQ_t{margin-bottom:32px;text-align:center}.shareablebucket_pageHeader__OqQ_t h1{margin:0 0 16px;font-size:32px;font-weight:700;color:#1f2937}.shareablebucket_bucketInfo__BQjA_{display:flex;gap:24px;justify-content:center;align-items:center;flex-wrap:wrap}.shareablebucket_infoItem__6ld9W{font-size:14px;color:#6b7280;font-weight:500;padding:8px 16px;background:white;border-radius:20px;border:1px solid #e5e7eb}.shareablebucket_propertiesGrid__uJacU{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;width:100%}.shareablebucket_emptyMessage__GBzoK{grid-column:1/-1}.shareablebucket_associatedUserMessage__Caug2,.shareablebucket_emptyMessage__GBzoK{text-align:center;padding:60px 20px;color:#6b7280;font-size:16px;background:white;border-radius:12px}.shareablebucket_associatedUserMessage__Caug2{margin-top:40px;max-width:600px;margin-left:auto;margin-right:auto}.shareablebucket_loadingContainer__ML3I5{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.shareablebucket_spinner__D1rCm{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:shareablebucket_spin__ylcv3 .8s linear infinite}@keyframes shareablebucket_spin__ylcv3{to{transform:rotate(1turn)}}.shareablebucket_loadingContainer__ML3I5 p{color:#6b7280;font-size:16px;font-weight:500}.shareablebucket_errorContainer__GxUeG{text-align:center;padding:60px 20px;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.shareablebucket_errorContainer__GxUeG h2{margin:0 0 12px;font-size:28px;font-weight:700;color:#1f2937}.shareablebucket_errorContainer__GxUeG p{margin:0;font-size:16px;color:#6b7280}.shareablebucket_footer__NVqz8{position:fixed;bottom:0;left:0;right:0;padding:20px 24px;background:white;border-top:1px solid #e5e7eb;box-shadow:0 -4px 6px rgba(0,0,0,.05);z-index:100;text-align:center}.shareablebucket_signInButton__BV5pB{padding:12px 24px;background:#6b7280;color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px;transition:background .2s;min-width:200px}.shareablebucket_signInButton__BV5pB:hover{background:#3b82f6}.shareablebucket_signInButton__BV5pB:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width:1200px){.shareablebucket_propertiesGrid__uJacU{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shareablebucket_pageContainer__KdGKl{padding:16px 16px 100px}.shareablebucket_pageHeader__OqQ_t h1{font-size:24px}.shareablebucket_propertiesGrid__uJacU{grid-template-columns:1fr}.shareablebucket_signInButton__BV5pB{min-width:100%;width:100%}.shareablebucket_footer__NVqz8{padding:16px}}.shareablebucket_proposalOverlay__uWZyW{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.shareablebucket_proposalModal__itp4_{background:white;border-radius:12px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 25px rgba(0,0,0,.2);overflow:hidden}.shareablebucket_proposalHeader__F_f1A{padding:24px;border-bottom:2px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.shareablebucket_proposalHeader__F_f1A h2{margin:0;font-size:24px;font-weight:700;color:#1f2937}.shareablebucket_proposalContent__3GZWP{padding:24px;flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.shareablebucket_agreementSection__Y9rwt{background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;flex-shrink:0}.shareablebucket_agreementSection__Y9rwt h3{margin:0;padding:20px 20px 16px;font-size:18px;font-weight:700;color:#1f2937;letter-spacing:.5px;border-bottom:1px solid #e5e7eb}.shareablebucket_agreementTextContainer__HKlSJ{max-height:300px;overflow-y:auto;padding:20px;background:white;margin:0}.shareablebucket_agreementText__0RyQX{font-size:14px;color:#374151;line-height:1.8;white-space:pre-wrap;word-wrap:break-word}.shareablebucket_agreementText__0RyQX p{margin:12px 0}.shareablebucket_agreementText__0RyQX strong{color:#1f2937;font-weight:600}.shareablebucket_agreementText__0RyQX h1,.shareablebucket_agreementText__0RyQX h2,.shareablebucket_agreementText__0RyQX h3,.shareablebucket_agreementText__0RyQX h4{margin:16px 0 12px;color:#1f2937}.shareablebucket_agreementText__0RyQX ol,.shareablebucket_agreementText__0RyQX ul{margin:12px 0;padding-left:24px}.shareablebucket_agreementText__0RyQX li{margin:8px 0}.shareablebucket_noAgreementText__0Ybts{color:#6b7280;font-style:italic;font-size:14px;text-align:center;padding:20px}.shareablebucket_agreementCheckbox__smKfv{background:white;border:2px solid #e5e7eb;border-radius:8px;padding:16px;flex-shrink:0}.shareablebucket_agreementCheckbox__smKfv label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:#374151}.shareablebucket_agreementCheckbox__smKfv input[type=checkbox]{margin-top:2px;width:18px;height:18px;cursor:pointer;flex-shrink:0;background:white;color:#111827}.shareablebucket_nameInputSection__ubKlK{flex-shrink:0}.shareablebucket_nameInputSection__ubKlK label{display:block;font-size:14px;font-weight:600;color:#1f2937;margin-bottom:8px}.shareablebucket_nameInput__bMdth{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:white;color:#111827;transition:border-color .2s}.shareablebucket_nameInput__bMdth:focus{outline:none;border-color:#3b82f6}.shareablebucket_nameError__jSyCf{margin:8px 0 0;font-size:13px;color:#ef4444;font-weight:500}.shareablebucket_proposalActions__sxFgi{display:flex;gap:12px;padding:20px 24px;border-top:2px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.shareablebucket_cancelButton__P1gtK,.shareablebucket_signButton__1yqks{flex:1 1;padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.shareablebucket_cancelButton__P1gtK{background:white;color:#6b7280;border:2px solid #e5e7eb}.shareablebucket_cancelButton__P1gtK:hover{background:#f9fafb;border-color:#d1d5db}.shareablebucket_signButton__1yqks{background:#3b82f6;color:white}.shareablebucket_signButton__1yqks:hover:not(.shareablebucket_disabled__QmDII){background:#2563eb}.shareablebucket_signButton__1yqks.shareablebucket_disabled__QmDII{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width:768px){.shareablebucket_proposalModal__itp4_{max-height:95vh}.shareablebucket_proposalHeader__F_f1A h2{font-size:20px}.shareablebucket_agreementSection__Y9rwt h3{font-size:16px}.shareablebucket_agreementTextContainer__HKlSJ{max-height:250px}.shareablebucket_proposalActions__sxFgi{flex-direction:column}.shareablebucket_cancelButton__P1gtK,.shareablebucket_signButton__1yqks{width:100%}}.shareablebucket_deleteButton____tRB{position:absolute;top:12px;right:12px;background:rgba(239,68,68,.95);color:white;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.15)}.shareablebucket_deleteButton____tRB:hover{background:rgba(220,38,38,1);transform:scale(1.1);box-shadow:0 4px 12px rgba(239,68,68,.4)}.shareablebucket_deleteButton____tRB:active{transform:scale(.95)}@media (max-width:768px){.shareablebucket_deleteButton____tRB{width:32px;height:32px;top:8px;right:8px}}.shareablebucket_identityConfirmModal__wbtB_{background:white;border-radius:12px;padding:24px;max-width:400px;width:100%;box-shadow:0 10px 25px rgba(0,0,0,.2)}.shareablebucket_identityConfirmMessage__Jyiae{margin:0 0 24px;font-size:18px;font-weight:600;color:#1f2937;text-align:center}.shareablebucket_identityConfirmActions__k0yfE{display:flex;gap:12px;justify-content:center}.shareablebucket_identityConfirmActions__k0yfE .shareablebucket_cancelButton__P1gtK,.shareablebucket_identityConfirmActions__k0yfE .shareablebucket_signButton__1yqks{min-width:100px}.shareablebucket_acceptedBanner__2R7cf{position:absolute;top:0;left:0;right:0;background:#fef3c7;color:#92400e;padding:8px 12px;font-size:12px;font-weight:500;text-align:center;z-index:5;border-top-left-radius:8px;border-top-right-radius:8px;line-height:1.4}.shareablebucket_footerWarning__a8mJq{margin:8px 0 0;font-size:13px;color:#dc2626;font-weight:500;text-align:center}.shareablebucket_propertyCardWrapper__ZS97p{position:relative;padding-top:0}.shareablebucket_propertyCardWrapper__ZS97p:has(.shareablebucket_acceptedBanner__2R7cf) .shareablebucket_deleteButton____tRB{top:44px}@media (max-width:768px){.shareablebucket_acceptedBanner__2R7cf{font-size:11px;padding:6px 10px}.shareablebucket_propertyCardWrapper__ZS97p:has(.shareablebucket_acceptedBanner__2R7cf) .shareablebucket_deleteButton____tRB{top:40px}}.shareablebucket_mismatchWarning__VBYHp{margin:0 0 12px;font-size:14px;color:#dc2626;font-weight:600;text-align:center;padding:8px 16px;background:#fee2e2;border-radius:8px;border:1px solid #fca5a5}@media (max-width:768px){.shareablebucket_mismatchWarning__VBYHp{font-size:13px;padding:6px 12px}}.shareablebucket_flowContainer__AgzL2{min-height:100vh;background:#f7f7f8;padding:20px 16px 40px}.shareablebucket_signPageRoot__JmCa4{display:flex;flex-direction:column;box-sizing:border-box;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.shareablebucket_signBreadcrumb__GnM9P{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 20px;font-size:13px;line-height:1.4;color:#6b7280}.shareablebucket_signBreadcrumbSep__c7hnT{color:#d1d5db;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shareablebucket_signBreadcrumbCurrent__VjJQ1{color:#111827;font-weight:600}.shareablebucket_signSummaryLayout__U_9LW{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.85fr);grid-gap:20px 24px;gap:20px 24px;align-items:start}.shareablebucket_signSummaryMain__vNBRe{min-width:0}.shareablebucket_signSummaryTitle__SJcek{margin:0 0 18px;font-size:1.375rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#111827}.shareablebucket_summaryCard__mARPb{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px 16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.shareablebucket_summaryCardSectionLabel__XRCQs{margin:0 0 8px;font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.shareablebucket_summaryCardSectionLabel__XRCQs:not(:first-child){margin-top:18px}.shareablebucket_summaryCardBodyText__OkIk6{margin:0 0 12px;font-size:14px;line-height:1.55;color:#374151}.shareablebucket_summaryMetaInline__kQ2uy{margin:0 0 12px;font-size:13px;color:#6b7280}.shareablebucket_summaryAgreementScroll__fY_XS{max-height:220px;overflow-y:auto;margin-bottom:16px;padding:12px 14px;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px}.shareablebucket_agreementHtml__NxmNO{font-size:15px;line-height:1.55;color:#2a2a2a}.shareablebucket_agreementHtml__NxmNO p{margin:0 0 .75em}.shareablebucket_agreementHtml__NxmNO p:last-child{margin-bottom:0}.shareablebucket_agreementHtml__NxmNO ol,.shareablebucket_agreementHtml__NxmNO ul{margin:0 0 .75em;padding-left:1.35em}.shareablebucket_agreementHtml__NxmNO li{margin-bottom:.35em}.shareablebucket_signBelowCard__SRQm1{margin-top:20px}.shareablebucket_signDateLine__HT1OE{margin:0 0 8px;display:flex;flex-direction:column;gap:2px}.shareablebucket_signDateLabel__SKlVW{font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.shareablebucket_signDateValue__qaQM9{font-size:15px;font-weight:600;color:#111827}.shareablebucket_signDisclaimer__cDqGn{margin:0;font-size:13px;line-height:1.45;color:#6b7280;max-width:520px}.shareablebucket_ackBox__DBje7{margin-top:14px;display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:#374151;max-width:680px}.shareablebucket_preCheckbox__XbRDT{width:18px;height:18px;margin-top:1px;border-radius:4px;accent-color:#111827;border:1px solid #9ca3af;background:#fff;flex-shrink:0}.shareablebucket_signDocumentPlaceholder__uijK0{min-height:420px;height:100%;background:#d1d5db;border-radius:12px;border:1px solid #c4c9d1;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.shareablebucket_signDocumentPlaceholderIcon__AqYDS{color:rgba(255,255,255,.92);opacity:.95;filter:drop-shadow(0 1px 2px rgba(0,0,0,.08))}.shareablebucket_signSummaryFooter__lhTc3{margin-top:auto;padding-top:24px;flex-shrink:0}@media (max-width:900px){.shareablebucket_signSummaryLayout__U_9LW{grid-template-columns:1fr}.shareablebucket_signDocumentPlaceholder__uijK0{display:none}}.signbucket_propertiesContainer__dO9lw{max-width:1400px;margin:40px auto;padding:30px}.signbucket_propertiesGrid__H54m5{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:24px;gap:24px;margin-bottom:30px}.signbucket_propertyCardItem__BRuud{display:flex;flex-direction:column;gap:12px}.signbucket_topBarRow__Mi_5I{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.signbucket_topBarActions__jU5sw{display:flex;align-items:center;gap:10px}.signbucket_listingActionButton__Kp6LM{border:1px solid #d1d5db;background:#fff;color:#1f2937;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.signbucket_listingActionButton__Kp6LM:hover{background:#f3f4f6}.signbucket_listingActionButton__Kp6LM:disabled{opacity:.7;cursor:not-allowed}.signbucket_clearTrashButton__K3IVq{border:none;background:#dc2626;color:#fff;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.signbucket_clearTrashButton__K3IVq:hover{background:#b91c1c}.signbucket_clearTrashButton__K3IVq:disabled{opacity:.7;cursor:not-allowed}.signbucket_flowContainer__c8pfH{min-height:100vh;background:#f7f7f8;padding:20px 16px 40px}.signbucket_signPageRoot__16lq_{display:flex;flex-direction:column;box-sizing:border-box;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.signbucket_signBreadcrumb__etLuL{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 20px;font-size:13px;line-height:1.4;color:#6b7280}.signbucket_signBreadcrumbSep__AmFDb{color:#d1d5db;-webkit-user-select:none;-moz-user-select:none;user-select:none}.signbucket_signBreadcrumbCurrent___2ro4{color:#111827;font-weight:600}.signbucket_signSummaryLayout__xPQRw{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.85fr);grid-gap:20px 24px;gap:20px 24px;align-items:start}.signbucket_signSummaryMain__VxPkx{min-width:0}.signbucket_signSummaryTitle__eq_rJ{margin:0 0 18px;font-size:1.375rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#111827}.signbucket_summaryCard__ItBNS{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px 16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.signbucket_summaryCardSectionLabel__Eu4dj{margin:0 0 8px;font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.signbucket_summaryCardSectionLabel__Eu4dj:not(:first-child){margin-top:18px}.signbucket_summaryCardBodyText__1cQuo{margin:0 0 12px;font-size:14px;line-height:1.55;color:#374151}.signbucket_summaryMetaInline__SXCGm{margin:0 0 12px;font-size:13px;color:#6b7280}.signbucket_summaryAgreementScroll__voCOG{max-height:220px;overflow-y:auto;margin-bottom:16px;padding:12px 14px;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px}.signbucket_agreementHtml__CBvuF{font-size:15px;line-height:1.55;color:#2a2a2a}.signbucket_agreementHtml__CBvuF p{margin:0 0 .75em}.signbucket_agreementHtml__CBvuF p:last-child{margin-bottom:0}.signbucket_agreementHtml__CBvuF ol,.signbucket_agreementHtml__CBvuF ul{margin:0 0 .75em;padding-left:1.35em}.signbucket_agreementHtml__CBvuF li{margin-bottom:.35em}.signbucket_signBelowCard__BQ1tj{margin-top:20px}.signbucket_signDateLine__MJrms{margin:0 0 8px;display:flex;flex-direction:column;gap:2px}.signbucket_signDateLabel__FAjR_{font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.signbucket_signDateValue__aapxm{font-size:15px;font-weight:600;color:#111827}.signbucket_signDisclaimer__0vJiG{margin:0;font-size:13px;line-height:1.45;color:#6b7280;max-width:520px}.signbucket_ackBox__MD4QN{margin-top:14px;display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:#374151;max-width:680px}.signbucket_preCheckbox__5pHyt{width:18px;height:18px;margin-top:1px;border-radius:4px;accent-color:#111827;border:1px solid #9ca3af;background:#fff;flex-shrink:0}.signbucket_signDocumentPlaceholder__p0aD6{min-height:420px;height:100%;background:#d1d5db;border-radius:12px;border:1px solid #c4c9d1;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.signbucket_signDocumentPlaceholderIcon__aKnGd{color:rgba(255,255,255,.92);opacity:.95;filter:drop-shadow(0 1px 2px rgba(0,0,0,.08))}.signbucket_signSummaryFooter__oLj_o{margin-top:auto;padding-top:24px;flex-shrink:0}.signbucket_signSendButton__Udvov{display:block;width:100%;max-width:480px;margin:0 auto;padding:14px 24px;border:none;border-radius:10px;background:#6b7280;color:#fff;font-size:16px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease}.signbucket_signSendButton__Udvov:hover{background:#4b5563}.signbucket_signSendButton__Udvov:disabled{cursor:not-allowed;opacity:.7}@media (max-width:900px){.signbucket_signSummaryLayout__xPQRw{grid-template-columns:1fr}.signbucket_signDocumentPlaceholder__p0aD6{display:none}}@media (max-width:768px){.signbucket_topBarRow__Mi_5I{flex-direction:column;align-items:flex-start}.signbucket_propertiesGrid__H54m5{grid-template-columns:1fr}.signbucket_propertiesContainer__dO9lw{padding:20px;margin:20px}}.signproposal_propertiesContainer__bWMR8{max-width:1400px;margin:40px auto;padding:30px}.signproposal_propertiesGrid__sEXOh{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:24px;gap:24px;margin-bottom:30px}.signproposal_flowContainer__hhrM6{min-height:100vh;background:#f7f7f8;padding:20px 16px 40px}.signproposal_signPageRoot__1JW_N{display:flex;flex-direction:column;box-sizing:border-box;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.signproposal_signBreadcrumb__GTtf_{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 20px;font-size:13px;line-height:1.4;color:#6b7280}.signproposal_signBreadcrumbSep__5kK57{color:#d1d5db;-webkit-user-select:none;-moz-user-select:none;user-select:none}.signproposal_signBreadcrumbCurrent__CZ7Ot{color:#111827;font-weight:600}.signproposal_signSummaryLayout__19DAF{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.85fr);grid-gap:20px 24px;gap:20px 24px;align-items:start}.signproposal_signSummaryMain__M_v_0{min-width:0}.signproposal_signSummaryTitle__ZA1fa{margin:0 0 18px;font-size:1.375rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#111827}.signproposal_summaryCard__3yj9l{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px 16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.signproposal_summaryCardSectionLabel__Vj9NN{margin:0 0 8px;font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.signproposal_summaryCardSectionLabel__Vj9NN:not(:first-child){margin-top:18px}.signproposal_summaryCardBodyText__rbmlN{margin:0 0 12px;font-size:14px;line-height:1.55;color:#374151}.signproposal_summaryMetaInline__OQdwr{margin:0 0 12px;font-size:13px;color:#6b7280}.signproposal_summaryAgreementScroll__Q0JVL{max-height:220px;overflow-y:auto;margin-bottom:16px;padding:12px 14px;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px}.signproposal_agreementHtml__gf_6t{font-size:15px;line-height:1.55;color:#2a2a2a}.signproposal_agreementHtml__gf_6t p{margin:0 0 .75em}.signproposal_agreementHtml__gf_6t p:last-child{margin-bottom:0}.signproposal_agreementHtml__gf_6t ol,.signproposal_agreementHtml__gf_6t ul{margin:0 0 .75em;padding-left:1.35em}.signproposal_agreementHtml__gf_6t li{margin-bottom:.35em}.signproposal_signBelowCard__LM8o3{margin-top:20px}.signproposal_signDateLine__pk73u{margin:0 0 8px;display:flex;flex-direction:column;gap:2px}.signproposal_signDateLabel__NaUcL{font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.signproposal_signDateValue__XGuAz{font-size:15px;font-weight:600;color:#111827}.signproposal_signDisclaimer__WyzF8{margin:0;font-size:13px;line-height:1.45;color:#6b7280;max-width:520px}.signproposal_ackBox__6Xjue{margin-top:14px;display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:#374151;max-width:680px}.signproposal_preCheckbox__XfmD7{width:18px;height:18px;margin-top:1px;border-radius:4px;accent-color:#111827;border:1px solid #9ca3af;background:#fff;flex-shrink:0}.signproposal_signDocumentPlaceholder__ncVkF{min-height:420px;height:100%;background:#d1d5db;border-radius:12px;border:1px solid #c4c9d1;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.signproposal_signDocumentPlaceholderIcon__FCOvq{color:rgba(255,255,255,.92);opacity:.95;filter:drop-shadow(0 1px 2px rgba(0,0,0,.08))}.signproposal_signSummaryFooter__sPdFJ{margin-top:auto;padding-top:24px;flex-shrink:0}.signproposal_signSendButton__U9cQo{display:block;width:100%;max-width:480px;margin:0 auto;padding:14px 24px;border:none;border-radius:10px;background:#6b7280;color:#fff;font-size:16px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease}.signproposal_signSendButton__U9cQo:hover{background:#4b5563}.signproposal_signSendButton__U9cQo:disabled{cursor:not-allowed;opacity:.7}@media (max-width:900px){.signproposal_signSummaryLayout__19DAF{grid-template-columns:1fr}.signproposal_signDocumentPlaceholder__ncVkF{display:none}}@media (max-width:768px){.signproposal_propertiesGrid__sEXOh{grid-template-columns:1fr}.signproposal_propertiesContainer__bWMR8{padding:20px;margin:20px}}.LoadingSpinner_skeletonContainer__m6lAO{padding:20px;column-count:3;column-gap:20px}.LoadingSpinner_skeletonCard__HTAaz{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px;page-break-inside:avoid;break-inside:avoid;margin-bottom:20px}.LoadingSpinner_skeletonHeader__lbfgJ{display:flex;align-items:center;gap:14px}.LoadingSpinner_skeletonAvatar___rnm_{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:#e5e7eb;animation:LoadingSpinner_shimmer__Hq7h2 1.5s ease-in-out infinite}.LoadingSpinner_skeletonHeaderText__uDTxE{flex:1 1;display:flex;flex-direction:column;gap:8px}.LoadingSpinner_skeletonBody__7mnfC{display:flex;flex-direction:column;gap:10px}.LoadingSpinner_skeletonLine__f4v3j{border-radius:6px}.LoadingSpinner_skeletonButton__EQ0vR,.LoadingSpinner_skeletonLine__f4v3j{background:#e5e7eb;animation:LoadingSpinner_shimmer__Hq7h2 1.5s ease-in-out infinite}.LoadingSpinner_skeletonButton__EQ0vR{width:100%;height:40px;border-radius:10px}@keyframes LoadingSpinner_shimmer__Hq7h2{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media (max-width:1200px){.LoadingSpinner_skeletonContainer__m6lAO{column-count:2}}@media (max-width:768px){.LoadingSpinner_skeletonContainer__m6lAO{column-count:1}}.bucketId_bucketDetailsContainer__3sH9T{display:flex;flex-direction:column;padding:16px;margin-bottom:80px}.bucketId_topBarRow__hvv7A{display:flex;align-items:center;justify-content:space-between;gap:12px}.bucketId_topBarActions__MUei5{display:flex;align-items:center;gap:10px}.bucketId_propertyGrid__FOam6{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:24px}.bucketId_propertyCardItem__R4lgd{display:flex;flex-direction:column;gap:10px}.bucketId_listingDeleteButton__S_7YL{width:100%;padding:11px 14px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;font-weight:600;cursor:pointer}.bucketId_listingDeleteButton__S_7YL:hover:not(:disabled){background:#f9fafb}.bucketId_listingDeleteButton__S_7YL:disabled{opacity:.6;cursor:not-allowed}.bucketId_topBarActions__MUei5 .bucketId_listingDeleteButton__S_7YL{width:auto;min-width:130px}.bucketId_clearTrashButton__qSkF7{padding:11px 14px;border-radius:8px;border:none;background:#6b7280;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.bucketId_clearTrashButton__qSkF7:hover:not(:disabled){background:#4b5563}.bucketId_clearTrashButton__qSkF7:disabled{opacity:.6;cursor:not-allowed}.bucketId_trashedItemCard__h_0WQ{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px}.bucketId_trashedItemTitle__ABBof{margin:0;font-size:16px;font-weight:600;color:#111827}.bucketId_trashedItemMeta__pkj7o{margin:0;font-size:13px;color:#6b7280}.bucketId_trashedItemActions__x76_g{margin-top:auto;display:flex;gap:8px}.bucketId_deletePermanentButton__92NQR,.bucketId_restoreButton__OUhqM{flex:1 1;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.bucketId_restoreButton__OUhqM{border:1px solid #d1d5db;background:#fff;color:#111827}.bucketId_restoreButton__OUhqM:hover:not(:disabled){background:#f9fafb}.bucketId_deletePermanentButton__92NQR{border:none;background:#6b7280;color:#fff}.bucketId_deletePermanentButton__92NQR:hover:not(:disabled){background:#4b5563}.bucketId_propertyCard__5PAFQ{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.bucketId_propertyCard__5PAFQ:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.2)}.bucketId_stickyFooter__sfREe{position:fixed;bottom:0;left:280px;right:0;background:white;border-top:1px solid #e0e0e0;padding:16px;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:1000;display:flex;justify-content:center;align-items:center;gap:12px}.bucketId_createAgreementButton__7fT6q{background:#6B7280;color:white;border:none;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;min-width:240px;transition:background-color .2s ease}.bucketId_createAgreementButton__7fT6q:hover{background:#4B5563}.bucketId_addMoreButton__6FIQj{background:#ffffff;color:#374151;border:1px solid #d1d5db;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;min-width:220px;transition:background-color .2s ease,border-color .2s ease}.bucketId_addMoreButton__6FIQj:hover{background:#f9fafb;border-color:#9ca3af}.bucketId_formContainer__TDaIo{max-width:800px;margin:0 auto;padding:24px}.bucketId_formHeader__4R75h{display:flex;align-items:center;gap:16px;margin-bottom:24px}.bucketId_backButton__8M40Y{background:none;border:none;font-size:16px;cursor:pointer;padding:8px;color:#333}.bucketId_backButton__8M40Y:hover{color:#000}.bucketId_formHeader__4R75h h1{font-size:24px;margin:0}.bucketId_agreementInfo__tPGGs{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:24px}.bucketId_agreementInfo__tPGGs h2{font-size:20px;margin:0 0 8px}.bucketId_propertyCount__zee7b{color:#666;font-size:14px;margin-bottom:16px}.bucketId_propertyList__WzIHq{margin-top:16px}.bucketId_propertyList__WzIHq h3{font-size:16px;margin-bottom:12px}.bucketId_propertyItem__Bnxf2{padding:8px 0;border-bottom:1px solid #e0e0e0}.bucketId_propertyItem__Bnxf2:last-child{border-bottom:none}.bucketId_agreementForm__mTlVd{background:white;padding:24px;border-radius:8px;border:1px solid #e0e0e0}.bucketId_formSection__MK5kD{margin-bottom:32px}.bucketId_formSection__MK5kD h3{font-size:18px;margin-bottom:8px}.bucketId_helperText__7iG_P{color:#666;font-size:14px;margin-bottom:16px}.bucketId_formGroup__xmsz8{margin-bottom:16px}.bucketId_formGroup__xmsz8 label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.bucketId_formInput__Xjm6T{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px;transition:border-color .2s;color:black;background-color:white}.bucketId_formInput__Xjm6T[type=date]{color-scheme:light}.bucketId_formInput__Xjm6T[type=date]::-webkit-calendar-picker-indicator{filter:brightness(0) saturate(100%)}.bucketId_formInput__Xjm6T:focus{outline:none;border-color:#4A90E2}.bucketId_inputWithSymbol__KX53X{position:relative;display:inline-block;width:100%}.bucketId_percentSymbol__w2tUa{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;font-size:14px}.bucketId_formActions__FdBJV{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.bucketId_cancelButton__5m__r,.bucketId_submitButton__yvFou{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.bucketId_cancelButton__5m__r{background:white;border:1px solid #ccc;color:#333}.bucketId_cancelButton__5m__r:hover{background:#f5f5f5}.bucketId_submitButton__yvFou{background:#6B7280;border:none;color:white}.bucketId_submitButton__yvFou:hover{background:#4B5563}.bucketId_cancelButton__5m__r:disabled,.bucketId_submitButton__yvFou:disabled{opacity:.6;cursor:not-allowed}.bucketId_loading__CHtwB{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#666}.bucketId_sendOfferButtonDisabled__dTQxD{background-color:#cccccc;color:#666666;border:none;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:not-allowed;min-width:200px;opacity:.6;transition:none}.bucketId_flowContainer__Hcec_{min-height:100vh;background:#f7f7f8;padding:20px 16px 40px}.bucketId_signPageRoot__P865f{display:flex;flex-direction:column;box-sizing:border-box;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.bucketId_signBreadcrumb__Yo0A8{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 20px;font-size:13px;line-height:1.4;color:#6b7280}.bucketId_signBreadcrumbSep__jrN_W{color:#d1d5db;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bucketId_signBreadcrumbCurrent__ckNGs{color:#111827;font-weight:600}.bucketId_signSummaryLayout__ewfMD{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.85fr);grid-gap:20px 24px;gap:20px 24px;align-items:start}.bucketId_signSummaryMain__7fhQ2{min-width:0}.bucketId_signSummaryTitle__9zBfc{margin:0 0 18px;font-size:1.375rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#111827}.bucketId_signTemplateRow__zHqvB{margin-bottom:10px}.bucketId_signTemplateLabel__G4rG2{display:block;font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.bucketId_signTemplateLine__YFSAC{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.bucketId_signTemplateName__O6Aev{font-size:1rem;font-weight:600;color:#1f2937}.bucketId_templateBadge__UB32M{display:inline-flex;align-items:center;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#dbeafe;color:#1d4ed8}.bucketId_signPdfLink__4GJ1_{display:inline-flex;align-items:center;gap:6px;margin:6px 0 18px;font-size:14px;font-weight:500;color:#2563eb;text-decoration:none}.bucketId_signPdfLink__4GJ1_:hover{text-decoration:underline}.bucketId_signPdfIcon__Yv0xd{flex-shrink:0;opacity:.85}.bucketId_signPdfMuted__Kntj9{margin:6px 0 18px;font-size:13px;color:#9ca3af}.bucketId_summaryCard__KYlGb{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px 16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.bucketId_summaryCardSectionLabel__5uBdR{margin:0 0 8px;font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.bucketId_summaryCardSectionLabel__5uBdR:not(:first-child){margin-top:18px}.bucketId_summaryCardBodyText__01w_h{margin:0 0 12px;font-size:14px;line-height:1.55;color:#374151}.bucketId_summaryPropertyStrip___yogc{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin:14px 0 16px}.bucketId_summaryPropertyCard__SK_EU{display:flex;gap:12px;align-items:flex-start;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.bucketId_summaryPropertyThumb__M5X7b{width:56px;height:56px;flex-shrink:0;border-radius:8px;background:linear-gradient(145deg,#e5e7eb,#d1d5db)}.bucketId_summaryPropertyCardText__fMsSW{margin:0;font-size:13px;line-height:1.5;color:#4b5563}.bucketId_summaryValidityLine__AOAVj{margin:0 0 10px;font-size:14px;line-height:1.5;color:#374151}.bucketId_summaryMetaInline__JdnBn{margin:0 0 12px;font-size:13px;color:#6b7280}.bucketId_summaryAgreementScroll__2UZDM{max-height:220px;overflow-y:auto;margin-bottom:16px;padding:12px 14px;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px}.bucketId_summaryAgreementScroll__2UZDM .bucketId_agreementHtml__nYJkY{font-size:14px}.bucketId_signEditOutlineButton__wyDZt{display:block;width:100%;margin-top:4px;padding:12px 16px;border-radius:10px;border:1px solid #d1d5db;background:#fff;font-size:15px;font-weight:600;color:#374151;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.bucketId_signEditOutlineButton__wyDZt:hover{background:#f9fafb;border-color:#9ca3af}.bucketId_signBelowCard__3Cqhi{margin-top:20px}.bucketId_signDateLine__E06N6{margin:0 0 8px;display:flex;flex-direction:column;gap:2px}.bucketId_signDateLabel__u847y{font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.bucketId_signDateValue__SlA4P{font-size:15px;font-weight:600;color:#111827}.bucketId_signDisclaimer__iYXQt{margin:0;font-size:13px;line-height:1.45;color:#6b7280;max-width:520px}.bucketId_signDocumentPlaceholder__jqeLJ{min-height:420px;height:100%;background:#d1d5db;border-radius:12px;border:1px solid #c4c9d1;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.bucketId_signDocumentPlaceholderIcon__Tu_7p{color:rgba(255,255,255,.92);opacity:.95;filter:drop-shadow(0 1px 2px rgba(0,0,0,.08))}.bucketId_signSummaryFooter__ClfuG{margin-top:auto;padding-top:24px;flex-shrink:0}.bucketId_signSendButton__HnyHh{display:block;width:100%;max-width:480px;margin:0 auto;padding:14px 24px;border:none;border-radius:10px;background:#6b7280;color:#fff;font-size:16px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease}.bucketId_signSendButton__HnyHh:hover{background:#4b5563}.bucketId_signProgressTrack__PxFdq{margin-top:12px;height:3px;width:100%;background:#e5e7eb;border-radius:999px;overflow:hidden}.bucketId_signProgressFill__z1c10{height:100%;background:#2563eb;border-radius:999px;transition:width .25s ease}@media (max-width:900px){.bucketId_signSummaryLayout__ewfMD{grid-template-columns:1fr}.bucketId_signDocumentPlaceholder__jqeLJ{min-height:200px;order:-1}}.bucketId_flowHeading__FKZhF{margin:0 0 12px;font-size:30px;font-weight:700}.bucketId_sectionLabel__VEXbo{font-weight:600;margin-bottom:8px;display:block}.bucketId_radioRow__4N1bp{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}.bucketId_preRadio__gVz_I{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin-top:2px;border:2px solid #4b5563;border-radius:50%;background:#fff;flex-shrink:0;cursor:pointer;position:relative}.bucketId_preRadio__gVz_I:checked{background:#fff;border-color:#111827}.bucketId_preRadio__gVz_I:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#111827}.bucketId_preRadio__gVz_I:focus-visible{outline:2px solid #9ca3af;outline-offset:2px}.bucketId_preCheckbox__sTgBu{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin-top:3px;border:2px solid #4b5563;border-radius:4px;background:#fff;flex-shrink:0;cursor:pointer;position:relative}.bucketId_preCheckbox__sTgBu:checked{background:#fff;border-color:#111827}.bucketId_preCheckbox__sTgBu:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #111827;border-width:0 2px 2px 0;transform:rotate(45deg)}.bucketId_preCheckbox__sTgBu:focus-visible{outline:2px solid #9ca3af;outline-offset:2px}.bucketId_textarea__5FkjA{width:100%;min-height:84px;border:1px solid #d6d6d6;border-radius:10px;padding:12px;font-size:15px;resize:vertical;background:#fff}.bucketId_linkButton__DICbM{border:none;background:transparent;padding:0;color:#111827;text-decoration:underline;font-size:18px;font-weight:500;margin-bottom:18px;cursor:pointer}.bucketId_metaGrid__GmmBP{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:16px}.bucketId_metaLabel__hnUGc{margin:0;color:#8a8a8a;font-size:14px}.bucketId_metaValue__5R1io{margin:2px 0 0;font-size:22px;font-weight:500}.bucketId_serialSection__vNQLJ{margin-bottom:14px}.bucketId_serialText__Thoul{margin:4px 0 0;text-decoration:underline;font-size:28px}.bucketId_dateGrid__0LY9L{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.bucketId_bottomNotice__ocNq5{text-align:center;margin:14px 0;color:#6b7280;font-size:14px}.bucketId_signLayout__ycjfS{flex:1 1;min-height:0;display:grid;grid-template-columns:1.45fr .95fr;grid-gap:16px;gap:16px;align-items:stretch}.bucketId_signPanel__GlUMQ{background:#fff;border:1px solid #dedede;border-radius:12px;padding:14px;display:flex;flex-direction:column;min-height:0}.bucketId_signPanelBody__im1xM{flex:1 1;min-height:0;overflow-y:auto}.bucketId_signPanelFooter__lWJ_x{display:flex;justify-content:flex-end;margin-top:auto;padding-top:16px;flex-shrink:0}.bucketId_signAside__5nAXR{background:#adadad;border-radius:12px;min-height:0;display:flex;align-items:center;justify-content:center;color:#f5f5f5}.bucketId_signAsideFilled__QhrEZ{align-items:stretch;padding:12px}.bucketId_signAsidePreview__snCAw{flex:1 1;min-height:0;overflow-y:auto;width:100%;background:#fafafa;border-radius:10px;padding:14px 16px;color:#1f2937;border:1px solid #e5e7eb}.bucketId_signAsideTitle__4iakT{margin:0 0 12px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.bucketId_agreementMetaGrid__8HhHM{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 20px;gap:12px 20px;margin-bottom:16px}.bucketId_agreementMetaFullWidth__qXuaf{grid-column:1/-1}.bucketId_agreementHtml__nYJkY{font-size:15px;line-height:1.55;color:#2a2a2a}.bucketId_agreementHtml__nYJkY p{margin:0 0 .75em}.bucketId_agreementHtml__nYJkY p:last-child{margin-bottom:0}.bucketId_agreementHtml__nYJkY ol,.bucketId_agreementHtml__nYJkY ul{margin:0 0 .75em;padding-left:1.35em}.bucketId_agreementHtml__nYJkY li{margin-bottom:.35em}.bucketId_emptyPreview__g7BHo{opacity:.8}.bucketId_signTitle__wiC0I{margin:0 0 4px;font-size:34px;font-weight:700}.bucketId_previewBox__UvCK4{border:1px solid #e2e2e2;border-radius:12px;padding:14px;margin:10px 0 12px}.bucketId_previewHeading__3dt4F{margin:0 0 8px;color:#8a8a8a;font-size:14px;font-weight:500}.bucketId_previewText__wcWWN{margin:0 0 10px;color:#2a2a2a;font-size:15px;line-height:1.4}.bucketId_signButton__DCe5v{width:auto;background:#8e8f91;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;padding:12px 28px;cursor:pointer}.bucketId_signButton__DCe5v:hover{background:#7a7b7d}.bucketId_visuallyHidden__kgD2b{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bucketId_preMetaGrid__VXWkt{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}.bucketId_preSection__cE3nZ{margin-bottom:18px}.bucketId_preMetaStrong__rLpUE,.bucketId_propertyIdUnderline___T4Ev{margin:4px 0 0;font-size:16px;font-weight:600;color:#111827}.bucketId_propertyIdUnderline___T4Ev{text-decoration:underline}.bucketId_preSectionTitle___ppsF{margin:22px 0 10px;font-size:16px;font-weight:700;color:#111827}.bucketId_shieldLine__vTQzy{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#6b7280;font-size:14px}.bucketId_shieldIcon__mhOsE{flex-shrink:0;color:#6b7280}.bucketId_shieldText__y1vla{line-height:1.3}.bucketId_commissionRow__6sdYd{display:flex;align-items:center;gap:12px}.bucketId_commissionRow__6sdYd .bucketId_formInput__Xjm6T{flex:1 1;max-width:120px}.bucketId_maxHint__W7L8l{font-size:14px;font-weight:500;color:#6b7280}.bucketId_maxWarn__cYent{font-size:14px;font-weight:600;color:#dc2626}.bucketId_effectiveLine__gEJ2i{margin:10px 0 0;font-size:14px;color:#111827}.bucketId_durationSummary__XOLb_{margin:8px 0 0;font-size:14px}.bucketId_infoLine__kN9xe{display:flex;align-items:flex-start;gap:8px;margin:0 0 10px;font-size:14px;color:#6b7280}.bucketId_infoIcon___z8RF{flex-shrink:0;color:#2563eb;margin-top:2px}.bucketId_ackBox__wqEb_{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:14px;background:#f3f4f6;border-radius:10px;font-size:14px;line-height:1.45;color:#111827}.bucketId_inlineLink__WSHrH{text-decoration:underline;color:#111827;font-weight:600}.bucketId_inlineLink__WSHrH:hover{color:#000}.bucketId_preFormFooter___dzoK{display:flex;flex-direction:column;gap:12px;width:100%;flex-shrink:0;padding-top:16px;margin-top:auto;border-top:1px solid #e5e7eb}.bucketId_removeButton__EK6mu{width:100%;padding:14px 16px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;background:#fff;color:#111827;border:1px solid #d1d5db}.bucketId_removeButton__EK6mu:hover{background:#f9fafb}.bucketId_confirmWideButton__DBNTq{width:100%;padding:14px 16px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;background:#6b7280;color:#fff;border:none}.bucketId_confirmWideButton__DBNTq:hover:not(:disabled){background:#4b5563}.bucketId_confirmWideButton__DBNTq:disabled{opacity:.55;cursor:not-allowed}.details_wrapper__0bl_p{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 60px);padding:1.5rem;background:#fff}.details_error__LLZN8{color:#dc2626;font-size:.9375rem;margin:0 0 1rem;text-align:center}.details_backBtn__ojTOy{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:#1a1a1a;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer}.details_backBtn__ojTOy:hover{background:#f9fafb}.LocationFilterModal_backdrop__FWPI_{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000}.LocationFilterModal_modal__c2zGZ{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:white;border-radius:12px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;z-index:1001;box-shadow:0 4px 20px rgba(0,0,0,.15)}.LocationFilterModal_header__2ttvG{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}.LocationFilterModal_header__2ttvG h3{margin:0;font-size:20px;font-weight:600;color:#000}.LocationFilterModal_closeButton__NnJAF{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.LocationFilterModal_closeButton__NnJAF:hover{color:#000}.LocationFilterModal_content__ERSFV{padding:20px;overflow-y:auto;flex:1 1}.LocationFilterModal_section__wuZoO{margin-bottom:24px}.LocationFilterModal_label__FM1Vq{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#333}.LocationFilterModal_select__o5634{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:white;color:#000;cursor:pointer}.LocationFilterModal_select__o5634:focus{outline:none;border-color:#007bff}.LocationFilterModal_statesList__C8aMZ{max-height:200px;overflow-y:auto;border:1px solid #e5e5e5;border-radius:6px;padding:12px;background:white}.LocationFilterModal_checkbox__p2yrN{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px}.LocationFilterModal_checkbox__p2yrN:hover{background-color:#f5f5f5}.LocationFilterModal_checkbox__p2yrN input{margin-right:10px;cursor:pointer}.LocationFilterModal_checkbox__p2yrN span{font-size:14px;color:#000}.LocationFilterModal_radio__VcIYT{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px}.LocationFilterModal_radio__VcIYT:hover{background-color:#f5f5f5}.LocationFilterModal_radio__VcIYT input[type=radio]{margin-right:10px;cursor:pointer;width:16px;height:16px}.LocationFilterModal_radio__VcIYT span{font-size:14px;color:#000}.LocationFilterModal_footer__125l7{display:flex;gap:12px;padding:20px;border-top:1px solid #e5e5e5}.LocationFilterModal_applyButton__FhJ7l,.LocationFilterModal_resetButton__f43_e{flex:1 1;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.LocationFilterModal_resetButton__f43_e{background:white;border:1px solid #ddd;color:#666}.LocationFilterModal_resetButton__f43_e:hover{background:#f5f5f5}.LocationFilterModal_applyButton__FhJ7l{background:#007bff;border:none;color:white}.LocationFilterModal_applyButton__FhJ7l:hover:not(:disabled){background:#0056b3}.LocationFilterModal_applyButton__FhJ7l:disabled{opacity:.5;cursor:not-allowed}.MapViewProperties_overlay__wu4u7{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999}.MapViewProperties_modal__TrdmB{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:white;border-radius:16px;width:90%;max-width:1200px;height:90vh;max-height:800px;box-shadow:0 20px 60px rgba(0,0,0,.5);display:flex;flex-direction:column}.MapViewProperties_header__UdrDd{padding:20px;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border-radius:16px 16px 0 0;flex-shrink:0}.MapViewProperties_header__UdrDd h2{margin:0;font-size:20px;font-weight:700;color:#1f2937}.MapViewProperties_closeButton__7K0KU{background:#ef4444;color:white;border:none;padding:10px 15px;cursor:pointer;border-radius:8px;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px;transition:all .2s ease}.MapViewProperties_closeButton__7K0KU:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.4)}.MapViewProperties_mapWrapper__rXvNS{flex:1 1;width:100%;min-height:0;position:relative;overflow:hidden;border-radius:0 0 16px 16px}.MapViewProperties_carouselContainer__AUAIs{position:absolute;bottom:20px;left:20px;right:120px;display:flex;align-items:center;gap:10px;padding:10px;background:transparent;z-index:1000;max-height:160px}.MapViewProperties_carousel__QaoOd{display:flex;gap:15px;overflow-x:auto;scroll-behavior:smooth;padding:5px;flex:1 1}.MapViewProperties_carousel__QaoOd::-webkit-scrollbar{height:6px}.MapViewProperties_carousel__QaoOd::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.MapViewProperties_carousel__QaoOd::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.MapViewProperties_carousel__QaoOd::-webkit-scrollbar-thumb:hover{background:#555}.MapViewProperties_scrollButton__d_D5b{background:white;border:2px solid #e5e7eb;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.MapViewProperties_scrollButton__d_D5b:hover{background:#f9fafb;border-color:#3b82f6;transform:scale(1.1)}.MapViewProperties_propertyCard__gmj9e{min-width:220px;max-width:220px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.3)}.MapViewProperties_propertyCard__gmj9e:hover{border-color:#3b82f6;box-shadow:0 4px 16px rgba(59,130,246,.4);transform:translateY(-4px)}.MapViewProperties_propertyImage__DKg3b{width:100%;height:80px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.MapViewProperties_propertyImage__DKg3b img{width:100%;height:100%;object-fit:cover}.MapViewProperties_selectedCard__9qNcc{border-color:#3b82f6!important;box-shadow:0 6px 20px rgba(59,130,246,.6)!important;transform:translateY(-4px) scale(1.02)!important}.MapViewProperties_noImage__eSSxQ{display:flex;align-items:center;justify-content:center;color:#9ca3af}.MapViewProperties_propertyInfo__v2Hal{padding:12px}.MapViewProperties_propertyInfo__v2Hal h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MapViewProperties_location__nt7A9{margin:0 0 6px;font-size:13px;color:#6b7280}.MapViewProperties_price__1dlUF{margin:0 0 6px;font-size:16px;font-weight:700;color:#3b82f6}.MapViewProperties_details__dU1Bs{margin:0;font-size:12px;color:#9ca3af}.MapViewProperties_loadingOverlay__V4hW5{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:99999}.MapViewProperties_loadingBox__w335H{background:white;padding:40px;border-radius:16px;font-size:20px;color:#1f2937;box-shadow:0 10px 40px rgba(0,0,0,.3)}.MapViewProperties_errorOverlay__YhXKX{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:99999}.MapViewProperties_errorBox__QGw_a{background:white;padding:40px;border-radius:16px;text-align:center;max-width:400px;box-shadow:0 10px 40px rgba(0,0,0,.3)}.MapViewProperties_errorBox__QGw_a h2{color:#ef4444;margin:0 0 10px;font-size:24px}.MapViewProperties_errorBox__QGw_a p{color:#6b7280;margin:0 0 20px;font-size:16px}.MapViewProperties_closeBtn__Lzz94{margin-top:20px;padding:10px 20px;background:#3b82f6;color:white;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease}.MapViewProperties_closeBtn__Lzz94:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}@media (max-width:768px){.MapViewProperties_modal__TrdmB{width:95%;height:85vh}.MapViewProperties_carouselContainer__AUAIs{bottom:10px;left:10px;right:10px;padding:10px}.MapViewProperties_propertyCard__gmj9e{min-width:240px;max-width:240px}}.FloatingActionButton_fab__0faCB{position:fixed;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999;color:white}.FloatingActionButton_fab__0faCB:hover{box-shadow:0 6px 16px rgba(0,0,0,.3);transform:scale(1.05)}.FloatingActionButton_fab__0faCB:active{transform:scale(.95)}.FloatingActionButton_fab__0faCB:focus-visible{outline:3px solid rgba(0,0,0,.2);outline-offset:2px}.FloatingActionButton_bottomRight__zDV87{bottom:32px;right:32px}.FloatingActionButton_bottomLeft__mDvIl{bottom:32px;left:32px}.FloatingActionButton_topRight__zVZS9{top:32px;right:32px}.FloatingActionButton_topLeft__UN5vw{top:32px;left:32px}.FloatingActionButton_small__UHgnM{width:48px;height:48px}.FloatingActionButton_small__UHgnM svg{width:20px;height:20px}.FloatingActionButton_medium____stw{width:64px;height:64px}.FloatingActionButton_medium____stw svg{width:24px;height:24px}.FloatingActionButton_large__wcTc9{width:80px;height:80px}.FloatingActionButton_large__wcTc9 svg{width:28px;height:28px}.FloatingActionButton_primary__61wj9{background:#3b82f6}.FloatingActionButton_primary__61wj9:hover{background:#2563eb}.FloatingActionButton_secondary__AkfT9{background:#6b7280}.FloatingActionButton_secondary__AkfT9:hover{background:#4b5563}.FloatingActionButton_dark__lkSBN{background:#1f2937}.FloatingActionButton_dark__lkSBN:hover{background:#111827}.FloatingActionButton_success____y6q{background:#10b981}.FloatingActionButton_success____y6q:hover{background:#059669}.FloatingActionButton_danger__ATSX8{background:#ef4444}.FloatingActionButton_danger__ATSX8:hover{background:#dc2626}.FloatingActionButton_disabled__ZRP5q{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.FloatingActionButton_bottomRight__zDV87{bottom:24px;right:24px}.FloatingActionButton_bottomLeft__mDvIl{bottom:24px;left:24px}.FloatingActionButton_topRight__zVZS9{top:24px;right:24px}.FloatingActionButton_topLeft__UN5vw{top:24px;left:24px}.FloatingActionButton_small__UHgnM{width:44px;height:44px}.FloatingActionButton_medium____stw{width:56px;height:56px}.FloatingActionButton_large__wcTc9{width:72px;height:72px}}