.ProfilePage-module__pT0rDW__loadingContainer{background-color:#fff;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.ProfilePage-module__pT0rDW__loadingContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.ProfilePage-module__pT0rDW__spinner{color:#a7ff5e;width:48px;height:48px;animation:1s linear infinite ProfilePage-module__pT0rDW__spin}@keyframes ProfilePage-module__pT0rDW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProfilePage-module__pT0rDW__textContainer{flex-direction:column;gap:.5rem;display:flex}.ProfilePage-module__pT0rDW__title{color:#12301b;font-size:1.125rem;font-weight:600;line-height:1.5}.ProfilePage-module__pT0rDW__subtitle{color:#697b8e;font-size:.875rem;font-weight:400;line-height:1.5}@keyframes ProfilePage-module__pT0rDW__pulse{0%,to{opacity:1}50%{opacity:.5}}.ProfilePage-module__pT0rDW__pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite ProfilePage-module__pT0rDW__pulse}.ProfilePage-module__pT0rDW__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.ProfilePage-module__pT0rDW__card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ProfilePage-module__pT0rDW__cardHeader{color:#12301b;letter-spacing:-.01em;margin-bottom:16px;font-size:18px;font-weight:600}.ProfilePage-module__pT0rDW__cardContent{padding:24px}.ProfilePage-module__pT0rDW__fieldRow{border-bottom:1px solid #f3f4f6;align-items:center;gap:24px;padding:16px 0;display:flex}.ProfilePage-module__pT0rDW__fieldRow:last-child{border-bottom:none}.ProfilePage-module__pT0rDW__fieldLabel{flex-shrink:0;align-items:center;gap:12px;min-width:160px;display:flex}.ProfilePage-module__pT0rDW__fieldLabelText{color:#374151;font-size:14px;font-weight:500}.ProfilePage-module__pT0rDW__fieldValue{color:#12301b;word-break:break-word;flex:1;font-size:14px;font-weight:400}.ProfilePage-module__pT0rDW__fieldActions{align-items:center;gap:8px;margin-left:auto;display:flex}.ProfilePage-module__pT0rDW__changeLink{color:#2769af;cursor:pointer;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.ProfilePage-module__pT0rDW__changeLink:hover{color:#1e40af;background-color:#eff6ff;text-decoration:none}.ProfilePage-module__pT0rDW__locationButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s ease-in-out}.ProfilePage-module__pT0rDW__locationButtonActive{color:#12301b;background-color:#a7ff5e;border-color:#a7ff5e;box-shadow:0 1px 2px #0000000d}.ProfilePage-module__pT0rDW__locationButtonInactive{color:#6b7280;background-color:#f9fafb;border-color:#e5e7eb}.ProfilePage-module__pT0rDW__locationButtonInactive:hover{color:#374151;background-color:#f3f4f6;border-color:#d1d5db}.ProfilePage-module__pT0rDW__locationButtonDeny{color:#991b1b;background-color:#fee2e2;border-color:#fecaca}.ProfilePage-module__pT0rDW__locationButtonDeny:hover{background-color:#fecaca;border-color:#fca5a5}.ProfilePage-module__pT0rDW__locationButtonDenyActive{color:#fff;background-color:#f48279;border-color:#f48279;box-shadow:0 1px 2px #0000000d}.ProfilePage-module__pT0rDW__logoutButton{color:#12301b;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s ease-in-out;display:flex;box-shadow:0 1px 2px #0000000d}.ProfilePage-module__pT0rDW__logoutButton:hover{background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ProfilePage-module__pT0rDW__logoutButton:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.ProfilePage-module__pT0rDW__cancelButton{color:#dc2626;cursor:pointer;background-color:#fff;border:1px solid #fecaca;border-radius:8px;width:100%;height:44px;margin-top:16px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s ease-in-out}.ProfilePage-module__pT0rDW__cancelButton:hover{color:#b91c1c;background-color:#fef2f2;border-color:#fca5a5;box-shadow:0 2px 4px #dc26261a}.ProfilePage-module__pT0rDW__statusBadge{text-transform:capitalize;border-radius:12px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.ProfilePage-module__pT0rDW__statusBadgeAllowed{color:#065f46;background-color:#d1fae5}.ProfilePage-module__pT0rDW__statusBadgeDenied{color:#991b1b;background-color:#fee2e2}.ProfilePage-module__pT0rDW__statusBadgeAskNextTime{color:#92400e;background-color:#fef3c7}.ProfilePage-module__pT0rDW__statusBadgeNotSet{color:#6b7280;background-color:#f3f4f6}.ProfilePage-module__pT0rDW__profileContainer{background-color:#fff;flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex}.ProfilePage-module__pT0rDW__profileContent{width:100%;margin:0 auto;padding:8rem 80px 10rem;position:relative}@media (max-width:1024px){.ProfilePage-module__pT0rDW__profileContent{padding:6rem 40px}}@media (max-width:768px){.ProfilePage-module__pT0rDW__profileContent{padding:5rem 24px}}.ProfilePage-module__pT0rDW__exportTableContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9b9b9b80 transparent;position:relative}.ProfilePage-module__pT0rDW__exportTableContainer::-webkit-scrollbar{height:8px}.ProfilePage-module__pT0rDW__exportTableContainer::-webkit-scrollbar-track{background:0 0;border-radius:4px}.ProfilePage-module__pT0rDW__exportTableContainer::-webkit-scrollbar-thumb{background:#9b9b9b80;border-radius:4px}.ProfilePage-module__pT0rDW__exportTableContainer::-webkit-scrollbar-thumb:hover{background:#9b9b9bb3}.ProfilePage-module__pT0rDW__exportTable{min-width:700px}@media (max-width:768px){.ProfilePage-module__pT0rDW__exportTable{min-width:700px}}@media (min-width:769px) and (max-width:1366px){.ProfilePage-module__pT0rDW__exportTable{width:100%;min-width:100%}}@media (min-width:1367px){.ProfilePage-module__pT0rDW__exportTable{width:100%;min-width:100%}}.ProfilePage-module__pT0rDW__mainContentGrid{flex-direction:row;align-items:flex-start;gap:47px;display:flex}.ProfilePage-module__pT0rDW__leftColumn{flex-shrink:0;width:544px}.ProfilePage-module__pT0rDW__subscriptionCard{flex-shrink:0}@media (min-width:834px) and (max-width:1366px){.ProfilePage-module__pT0rDW__profileContent{padding:6rem 48px}.ProfilePage-module__pT0rDW__mainContentGrid{flex-direction:column;align-items:center;gap:32px}.ProfilePage-module__pT0rDW__leftColumn{width:100%;max-width:90%}.ProfilePage-module__pT0rDW__subscriptionCard{width:100%;max-width:90%;margin-left:auto;margin-right:auto;margin-top:0!important}.ProfilePage-module__pT0rDW__exportTableContainer{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.ProfilePage-module__pT0rDW__exportHistorySection{max-width:90%;margin-left:auto;margin-right:auto}.ProfilePage-module__pT0rDW__exportTable th,.ProfilePage-module__pT0rDW__exportTable td{padding:12px 14px}.ProfilePage-module__pT0rDW__exportTable th:first-child,.ProfilePage-module__pT0rDW__exportTable td:first-child{min-width:180px;max-width:250px}.ProfilePage-module__pT0rDW__exportTable th:nth-child(3),.ProfilePage-module__pT0rDW__exportTable td:nth-child(3),.ProfilePage-module__pT0rDW__exportTable th:nth-child(4),.ProfilePage-module__pT0rDW__exportTable td:nth-child(4){min-width:110px}.ProfilePage-module__pT0rDW__exportTable th:nth-child(6),.ProfilePage-module__pT0rDW__exportTable td:nth-child(6),.ProfilePage-module__pT0rDW__exportTable th:last-child,.ProfilePage-module__pT0rDW__exportTable td:last-child{min-width:90px}}@media (max-width:1024px){.ProfilePage-module__pT0rDW__exportTableContainer{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:833px){.ProfilePage-module__pT0rDW__mainContentGrid{flex-direction:column;align-items:center;gap:32px}.ProfilePage-module__pT0rDW__leftColumn{width:100%;max-width:95%}.ProfilePage-module__pT0rDW__subscriptionCard{width:100%;max-width:95%;margin-left:auto;margin-right:auto;margin-top:0!important}.ProfilePage-module__pT0rDW__exportHistorySection{max-width:95%;margin-left:auto;margin-right:auto}}.ProfilePage-module__pT0rDW__logoutButtonDesktop{display:flex}.ProfilePage-module__pT0rDW__logoutButtonTablet{display:none}@media (max-width:1366px){.ProfilePage-module__pT0rDW__logoutButtonDesktop{display:none}.ProfilePage-module__pT0rDW__logoutButtonTablet{max-width:90%;margin-left:auto;margin-right:auto;display:flex}}@media (min-width:768px) and (max-width:1366px){.ProfilePage-module__pT0rDW__leftColumn>div,.ProfilePage-module__pT0rDW__subscriptionCard>*{max-width:100%}}@media (max-width:1366px){.ProfilePage-module__pT0rDW__exportTableContainer table th:nth-child(2),.ProfilePage-module__pT0rDW__exportTableContainer table th:nth-child(5),.ProfilePage-module__pT0rDW__exportTableContainer table td:nth-child(2),.ProfilePage-module__pT0rDW__exportTableContainer table td:nth-child(5){display:none}}@media (min-width:1367px){.ProfilePage-module__pT0rDW__exportTableContainer table th:nth-child(2),.ProfilePage-module__pT0rDW__exportTableContainer table th:nth-child(5),.ProfilePage-module__pT0rDW__exportTableContainer table td:nth-child(2),.ProfilePage-module__pT0rDW__exportTableContainer table td:nth-child(5){display:table-cell}}
.DashboardHeader-module__-611sG__header{z-index:13;background-color:#16251c;border-bottom:1px solid #000;position:sticky;top:0}.DashboardHeader-module__-611sG__container{max-width:100%;margin:0 auto;padding:24px 48px}.DashboardHeader-module__-611sG__content{justify-content:space-between;align-items:center;display:flex}.DashboardHeader-module__-611sG__brandSection{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.DashboardHeader-module__-611sG__logoContainer{background-color:#ffffff1a;border-radius:56px;align-items:center;gap:8px;padding:8px 20px 8px 8px;text-decoration:none;display:flex}.DashboardHeader-module__-611sG__logoImage{object-fit:contain;flex-shrink:0;width:32px;height:32px}.DashboardHeader-module__-611sG__logoText{color:#edffde;letter-spacing:.5px;white-space:nowrap;font-size:14px;font-weight:700}.DashboardHeader-module__-611sG__rightSection{align-items:center;gap:12px;display:flex}.DashboardHeader-module__-611sG__profileContainer{cursor:pointer;font:inherit;text-align:left;background-color:#ffffff1a;border:none;border-radius:44px;align-items:center;gap:8px;padding:8px 20px 8px 8px;text-decoration:none;transition:background-color .2s;display:flex}.DashboardHeader-module__-611sG__profileDropdownWrap{position:relative}.DashboardHeader-module__-611sG__profileContainer:hover{background-color:#ffffff26}.DashboardHeader-module__-611sG__profileAvatar{background-color:#a7ff5e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.DashboardHeader-module__-611sG__profileIconSvg{color:#1b251f;width:14px;height:14px}.DashboardHeader-module__-611sG__profileText{color:#fff;white-space:nowrap;font-size:14px;font-weight:700}.DashboardHeader-module__-611sG__profileChevron{color:#edffde;opacity:.9;flex-shrink:0;width:16px;height:16px;transition:transform .2s}.DashboardHeader-module__-611sG__profileChevronOpen{transform:rotate(180deg)}.DashboardHeader-module__-611sG__profileDropdown{z-index:10001;background:#fff;border:1px solid #16251c1f;border-radius:12px;min-width:240px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 40px #00000040}.DashboardHeader-module__-611sG__profileDropdownItem{color:#16251c;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .15s;display:flex}.DashboardHeader-module__-611sG__profileDropdownItem:hover{background-color:#a7ff5e38}.DashboardHeader-module__-611sG__profileDropdownItemActive{background-color:#a7ff5e61}.DashboardHeader-module__-611sG__profileDropdownItemIcon{color:#16251c;flex-shrink:0;width:18px;height:18px}.DashboardHeader-module__-611sG__signOutContainer{cursor:pointer;background-color:#ffffff1a;border:none;border-radius:44px;align-items:center;gap:8px;padding:8px 20px 8px 8px;transition:background-color .2s;display:flex}.DashboardHeader-module__-611sG__signOutContainer:hover{background-color:#ffffff26}.DashboardHeader-module__-611sG__signOutContainer:disabled{opacity:.6;cursor:not-allowed}.DashboardHeader-module__-611sG__signOutAvatar{background-color:#a7ff5e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.DashboardHeader-module__-611sG__signOutIconSvg{color:#1b251f;width:14px;height:14px}.DashboardHeader-module__-611sG__signOutText{color:#fff;white-space:nowrap;font-size:14px;font-weight:700}.DashboardHeader-module__-611sG__manageRequestsContainer{color:#a7ff5e;background-color:#a7ff5e33;border:1px solid #a7ff5e4d;border-radius:.5rem;align-items:center;gap:.5rem;padding:.375rem .75rem;transition:background-color .2s;display:flex}.DashboardHeader-module__-611sG__manageRequestsContainer:hover{background-color:#a7ff5e4d}.DashboardHeader-module__-611sG__manageRequestsAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.DashboardHeader-module__-611sG__manageRequestsIconSvg{color:#a7ff5e;width:18px;height:18px}.DashboardHeader-module__-611sG__manageRequestsText{font-size:.875rem;font-weight:500}.DashboardHeader-module__-611sG__ivueitPhotoLink{color:#a7ff5e;cursor:pointer;background-color:#a7ff5e26;border:1px solid #a7ff5e59;border-radius:44px;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px 8px 10px;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.DashboardHeader-module__-611sG__ivueitPhotoLink:hover{background-color:#a7ff5e47;border-color:#a7ff5e80}.DashboardHeader-module__-611sG__ivueitPhotoIconWrap{background-color:#0f1b138c;border:1px solid #a7ff5e73;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.DashboardHeader-module__-611sG__ivueitPhotoIconSvg{color:#a7ff5e;width:14px;height:14px}.DashboardHeader-module__-611sG__ivueitPhotoText{color:#edffde;white-space:nowrap;letter-spacing:.02em;font-size:14px;font-weight:700}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__container{padding:8px 24px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__logoContainer{padding:6px 14px 6px 6px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__logoImage{width:28px;height:28px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__logoText{font-size:13px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__profileContainer,.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__signOutContainer{padding:6px 14px 6px 6px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__profileText,.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__signOutText{font-size:13px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__profileChevron{width:14px;height:14px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__profileDropdown{min-width:220px;padding:6px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__profileDropdownItem{padding:8px 10px;font-size:13px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__profileDropdownItemIcon{width:16px;height:16px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__manageRequestsContainer{padding:.25rem .5rem}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__manageRequestsText{font-size:.8125rem}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__ivueitPhotoLink{gap:6px;padding:6px 12px 6px 8px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__ivueitPhotoText{font-size:13px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__ivueitPhotoIconWrap{width:22px;height:22px}.DashboardHeader-module__-611sG__headerCompact .DashboardHeader-module__-611sG__ivueitPhotoIconSvg{width:12px;height:12px}
.Tooltip-module__2vjsta__tooltipContainer{display:inline-block;position:relative}.Tooltip-module__2vjsta__tooltip{color:#fff;pointer-events:none;white-space:normal;word-wrap:break-word;background-color:#16251c;border:1px solid #a7ff5e33;border-radius:6px;max-width:250px;padding:8px 12px;font-size:12px;font-weight:500;line-height:1.4;box-shadow:0 4px 12px #00000026}.Tooltip-module__2vjsta__tooltip:after{content:"";border-style:solid;border-width:6px;position:absolute}.Tooltip-module__2vjsta__tooltip.Tooltip-module__2vjsta__top:after{border-color:#16251c #0000 #0000;bottom:-12px;left:50%;transform:translate(-50%)}.Tooltip-module__2vjsta__tooltip.Tooltip-module__2vjsta__bottom:after{border-color:#0000 #0000 #16251c;top:-12px;left:50%;transform:translate(-50%)}.Tooltip-module__2vjsta__tooltip.Tooltip-module__2vjsta__left:after{border-color:#0000 #0000 #0000 #16251c;top:50%;right:-12px;transform:translateY(-50%)}.Tooltip-module__2vjsta__tooltip.Tooltip-module__2vjsta__right:after{border-color:#0000 #16251c #0000 #0000;top:50%;left:-12px;transform:translateY(-50%)}
.CustomPagination-module__qL9q1q__paginationContainer{background-color:#fff;border-top:1px solid #dde3e9;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.CustomPagination-module__qL9q1q__leftSection{align-items:center;display:flex}.CustomPagination-module__qL9q1q__rightSection{flex-shrink:0;align-items:center;gap:12px;display:flex}.CustomPagination-module__qL9q1q__loadingIndicator{color:#417714;align-items:center;gap:6px;font-size:14px;display:inline-flex}.CustomPagination-module__qL9q1q__circularLoader{border:2px solid #e5e7eb;border-top-color:#417714;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite CustomPagination-module__qL9q1q__spin}@keyframes CustomPagination-module__qL9q1q__spin{to{transform:rotate(360deg)}}.CustomPagination-module__qL9q1q__loadingText{white-space:nowrap}.CustomPagination-module__qL9q1q__selectField,.CustomPagination-module__qL9q1q__pageSelectField{align-items:center;gap:4px;display:inline-flex}.CustomPagination-module__qL9q1q__nativeSelect,.CustomPagination-module__qL9q1q__pageSelect{color:#12301b;appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23697b8e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #dde3e9;border-radius:8px;height:36px;padding:0 28px 0 12px;font-size:14px}.CustomPagination-module__qL9q1q__nativeSelect{min-width:72px}.CustomPagination-module__qL9q1q__pageSelect{min-width:60px}.CustomPagination-module__qL9q1q__nativeSelect:disabled,.CustomPagination-module__qL9q1q__pageSelect:disabled{opacity:.6;cursor:not-allowed}.CustomPagination-module__qL9q1q__rowsPerPageText{color:#12301b;margin-left:4px;font-size:14px}.CustomPagination-module__qL9q1q__rowsInfo{color:#12301b;white-space:nowrap;min-width:fit-content;font-size:14px}.CustomPagination-module__qL9q1q__navButton{cursor:pointer;background-color:#fff;border:1px solid #dde3e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;min-height:36px;transition:all .2s;display:flex}.CustomPagination-module__qL9q1q__navButton:hover:not(.CustomPagination-module__qL9q1q__disabled){background-color:#f9fafb;border-color:#12301b}.CustomPagination-module__qL9q1q__navButton.CustomPagination-module__qL9q1q__disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6}.CustomPagination-module__qL9q1q__navIcon{color:#12301b;width:16px;height:16px}.CustomPagination-module__qL9q1q__pageLabel,.CustomPagination-module__qL9q1q__ofText{color:#12301b;white-space:nowrap;min-width:fit-content;font-size:14px}.CustomPagination-module__qL9q1q__darkCard{background:linear-gradient(165deg,#12231d 0%,#0f1b18 100%);border:1px solid #a7ff5e33;border-radius:1rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;padding:.75rem 1rem;display:flex;box-shadow:0 16px 40px -28px #000000e6}.CustomPagination-module__qL9q1q__darkSummary{letter-spacing:.01em;color:#d9ffc7;white-space:nowrap;flex-shrink:0;margin:0;font-size:.8125rem;font-weight:700}.CustomPagination-module__qL9q1q__darkLoading{color:#a7ff5e;font-weight:600}.CustomPagination-module__qL9q1q__darkControls{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;display:flex}.CustomPagination-module__qL9q1q__darkPageSizeInline{align-items:center;gap:.35rem;display:none}.CustomPagination-module__qL9q1q__darkPageCluster{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.CustomPagination-module__qL9q1q__darkPageLabel{color:#b9c7bde6;white-space:nowrap;font-size:.75rem;font-weight:600}.CustomPagination-module__qL9q1q__darkSelectTrigger{gap:.25rem;min-width:3rem;color:#edffde!important;width:auto!important;height:2.25rem!important;box-shadow:none!important;background:#08120cb3!important;border:1px solid #a7ff5e47!important;border-radius:.65rem!important;padding:0 .65rem!important;font-size:.8125rem!important;font-weight:700!important}.CustomPagination-module__qL9q1q__darkSelectTrigger:hover:not(:disabled){background:#12231df2!important;border-color:#a7ff5e80!important}.CustomPagination-module__qL9q1q__darkSelectTrigger:focus,.CustomPagination-module__qL9q1q__darkSelectTrigger:focus-visible{border-color:#a7ff5e!important;outline:none!important;box-shadow:0 0 0 2px #a7ff5e47!important}.CustomPagination-module__qL9q1q__darkSelectTrigger svg{color:#a7ff5e;opacity:1;width:.875rem;height:.875rem}.CustomPagination-module__qL9q1q__darkSelectContent{overflow:hidden;z-index:1200!important;color:#edffde!important;background:#12231d!important;border:1px solid #a7ff5e40!important;border-radius:.75rem!important;min-width:4.5rem!important;box-shadow:0 16px 40px -12px #000000bf!important}.CustomPagination-module__qL9q1q__darkSelectItem{color:#edffde!important;cursor:pointer!important;border-radius:.5rem!important;padding-left:2rem!important;font-size:.8125rem!important;font-weight:600!important}.CustomPagination-module__qL9q1q__darkSelectItem[data-highlighted],.CustomPagination-module__qL9q1q__darkSelectItem:focus{color:#edffde!important;background:#a7ff5e24!important}.CustomPagination-module__qL9q1q__darkNavButton{cursor:pointer;background:#08120cbf;border:1px solid #a7ff5e59;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background-color .15s,border-color .15s,transform .1s;display:inline-flex}.CustomPagination-module__qL9q1q__darkNavButton:hover:not(.CustomPagination-module__qL9q1q__darkNavDisabled){background:#a7ff5e1f;border-color:#a7ff5e99}.CustomPagination-module__qL9q1q__darkNavButton:active:not(.CustomPagination-module__qL9q1q__darkNavDisabled){transform:scale(.97)}.CustomPagination-module__qL9q1q__darkNavDisabled{opacity:.4;cursor:not-allowed;background:#08120c66;border-color:#ffffff1a}.CustomPagination-module__qL9q1q__darkNavIcon{color:#a7ff5e;width:1rem;height:1rem}.CustomPagination-module__qL9q1q__darkNavDisabled .CustomPagination-module__qL9q1q__darkNavIcon{color:#b9c7bda6}@media (min-width:480px){.CustomPagination-module__qL9q1q__darkPageSizeInline{display:inline-flex}.CustomPagination-module__qL9q1q__darkPageLabel{font-size:.8125rem}.CustomPagination-module__qL9q1q__darkNavButton{width:2.5rem;height:2.5rem}.CustomPagination-module__qL9q1q__darkControls{gap:.625rem}}@media (prefers-reduced-motion:reduce){.CustomPagination-module__qL9q1q__darkNavButton:active:not(.CustomPagination-module__qL9q1q__darkNavDisabled){transform:none}}
.EmptyPropertiesState-module__av1xFW__emptyStateContainer{justify-content:center;align-items:center;width:100%;min-height:400px;padding:2rem;display:flex}.EmptyPropertiesState-module__av1xFW__emptyStateCard{text-align:center;background-color:#fff;border:2px solid #a7ff5e;border-radius:16px;width:100%;max-width:500px;padding:3rem 2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #a7ff5e1a}.EmptyPropertiesState-module__av1xFW__iconContainer{justify-content:center;margin-bottom:1.5rem;display:flex}.EmptyPropertiesState-module__av1xFW__icon{color:#a7ff5e;width:4rem;height:4rem}.EmptyPropertiesState-module__av1xFW__title{color:#12301b;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.EmptyPropertiesState-module__av1xFW__description{color:#4b5563;margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.EmptyPropertiesState-module__av1xFW__actionHint{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;display:flex}.EmptyPropertiesState-module__av1xFW__hintIcon{color:#6b7280;flex-shrink:0;width:1.25rem;height:1.25rem}.EmptyPropertiesState-module__av1xFW__hintText{color:#6b7280;text-align:left;font-size:.875rem}@media (max-width:1024px){.EmptyPropertiesState-module__av1xFW__emptyStateContainer{min-height:260px;padding:1.5rem 1rem}.EmptyPropertiesState-module__av1xFW__emptyStateCard{width:80%;max-width:340px;padding:2rem 1.5rem}.EmptyPropertiesState-module__av1xFW__iconContainer{margin-bottom:1rem}.EmptyPropertiesState-module__av1xFW__icon{width:2.75rem;height:2.75rem}.EmptyPropertiesState-module__av1xFW__title{margin-bottom:.8rem;font-size:1.35rem}.EmptyPropertiesState-module__av1xFW__description{margin-bottom:1.4rem;font-size:.95rem}.EmptyPropertiesState-module__av1xFW__actionHint{gap:.5rem;padding:.75rem}.EmptyPropertiesState-module__av1xFW__hintIcon{width:1.2rem;height:1.2rem}.EmptyPropertiesState-module__av1xFW__hintText{font-size:.9rem}}
.PropertiesTable-module__kCEtYq__tableContainer{border-radius:12px;width:100%;overflow:hidden}.PropertiesTable-module__kCEtYq__propertyIdCell{align-items:center;gap:8px;display:flex}.PropertiesTable-module__kCEtYq__propertyIdIcon{color:#2769af;width:16px;height:16px}.PropertiesTable-module__kCEtYq__propertyIdText{color:#2769af;font-weight:600}.PropertiesTable-module__kCEtYq__addressCell{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.PropertiesTable-module__kCEtYq__addressText{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:84px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.PropertiesTable-module__kCEtYq__zillowLink{color:#1862b1;align-items:center;gap:4px;font-size:12px;text-decoration:none;display:flex}.PropertiesTable-module__kCEtYq__zillowLink:hover{text-decoration:underline}.PropertiesTable-module__kCEtYq__externalLinkIcon{width:12px;height:12px}.PropertiesTable-module__kCEtYq__parcelButton{color:#12301b;cursor:pointer;white-space:nowrap;background-color:#f6ffed;border:1px solid #a7ff5e;border-radius:9999px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:500;transition:background-color .15s,box-shadow .15s,transform 50ms;display:inline-flex}.PropertiesTable-module__kCEtYq__parcelButton:hover{background-color:#e7ffd0;box-shadow:0 0 0 1px #a7ff5e66}.PropertiesTable-module__kCEtYq__parcelButton:active{transform:scale(.97)}.PropertiesTable-module__kCEtYq__parcelButton:disabled{opacity:.5;cursor:not-allowed}.PropertiesTable-module__kCEtYq__linkCell{color:#1862b1;word-break:break-all;text-overflow:ellipsis;align-items:center;gap:4px;max-height:84px;font-size:14px;text-decoration:none;display:flex;overflow:hidden}.PropertiesTable-module__kCEtYq__linkCellText{-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:84px;line-height:1.4;display:-webkit-box;overflow:hidden}.PropertiesTable-module__kCEtYq__linkCell:hover{text-decoration:underline}.PropertiesTable-module__kCEtYq__cellText{-webkit-line-clamp:4;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;max-height:84px;line-height:1.4;display:-webkit-box;overflow:hidden}.PropertiesTable-module__kCEtYq__parcelActions{align-items:center;gap:8px;display:inline-flex}
.PropertiesTableDropdown-module__OsnEoa__container{background:#fff;border:1px solid #122030;border-radius:12px;flex-direction:column;width:100%;min-width:0;display:flex;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__tableScroll{-webkit-overflow-scrolling:touch;min-width:0;overflow-x:auto}.PropertiesTableDropdown-module__OsnEoa__header{background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;flex-shrink:0}.PropertiesTableDropdown-module__OsnEoa__headerGrid{grid-template-columns:2.5rem minmax(12rem,2fr) minmax(8rem,1fr) minmax(10rem,2fr) minmax(6rem,1fr) minmax(5rem,1fr) minmax(5rem,1fr) minmax(7rem,1fr);align-items:center;gap:1rem;min-width:56rem;padding:.75rem 1.25rem;display:grid}.PropertiesTableDropdown-module__OsnEoa__headerText{color:#4b5563;text-transform:uppercase;letter-spacing:.025em;margin:0;font-size:.75rem;font-weight:600}.PropertiesTableDropdown-module__OsnEoa__scrollArea{flex:1;min-height:400px;max-height:748px;overflow-y:auto}.PropertiesTableDropdown-module__OsnEoa__emptyState{text-align:center;color:#6b7280;padding:2rem;font-size:14px}.PropertiesTableDropdown-module__OsnEoa__card{background:#fff;border-bottom:1px solid #e5e7eb;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;transition:box-shadow .2s,border-color .2s,background-color .2s}.PropertiesTableDropdown-module__OsnEoa__card:hover{border-color:#a7ff5e;box-shadow:0 4px 6px -1px #0000001a}.PropertiesTableDropdown-module__OsnEoa__cardExpanded{background-color:#f9fffb;border-color:#a7ff5e;box-shadow:0 0 0 2px #a7ff5e59}.PropertiesTableDropdown-module__OsnEoa__cardFirst{border-top:1px solid #e5e7eb}.PropertiesTableDropdown-module__OsnEoa__cardLast{border-radius:0 0 12px 12px}.PropertiesTableDropdown-module__OsnEoa__cardRow{cursor:pointer;outline:none;padding:1rem 1.25rem}.PropertiesTableDropdown-module__OsnEoa__cardRow:focus-visible{outline-offset:2px;outline:2px solid #a7ff5e}.PropertiesTableDropdown-module__OsnEoa__cardGrid{grid-template-columns:2.5rem minmax(12rem,2fr) minmax(8rem,1fr) minmax(10rem,2fr) minmax(6rem,1fr) minmax(5rem,1fr) minmax(5rem,1fr) minmax(7rem,1fr);align-items:center;gap:1rem;min-width:56rem;display:grid}.PropertiesTableDropdown-module__OsnEoa__cellCheckbox,.PropertiesTableDropdown-module__OsnEoa__cellParcelId{align-items:center;display:flex}.PropertiesTableDropdown-module__OsnEoa__cellLocation{flex-direction:column;gap:0;display:flex}.PropertiesTableDropdown-module__OsnEoa__cellCounty,.PropertiesTableDropdown-module__OsnEoa__cellState,.PropertiesTableDropdown-module__OsnEoa__cellZip,.PropertiesTableDropdown-module__OsnEoa__cellCountry{text-overflow:ellipsis;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__cellAddress{justify-content:space-between;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.PropertiesTableDropdown-module__OsnEoa__cellAddressFull{color:#111827;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:.875rem;line-height:1.4;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__cellAddress .PropertiesTableDropdown-module__OsnEoa__chevron{flex-shrink:0;margin-top:.125rem}.PropertiesTableDropdown-module__OsnEoa__mapLink{color:#1862b1;cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:0;font-size:.875rem;text-decoration:none;display:inline-flex}.PropertiesTableDropdown-module__OsnEoa__mapLink:hover{text-decoration:underline}.PropertiesTableDropdown-module__OsnEoa__mapLinkIcon{flex-shrink:0;width:.875rem;height:.875rem}.PropertiesTableDropdown-module__OsnEoa__checkbox{accent-color:#a7ff5e;cursor:pointer;border:1px solid #d1d5db;border-radius:.25rem;width:1rem;height:1rem}.PropertiesTableDropdown-module__OsnEoa__parcelButton{color:#12301b;cursor:pointer;white-space:nowrap;background-color:#f6ffed;border:1px solid #a7ff5e;border-radius:9999px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:500;transition:background-color .15s,box-shadow .15s,transform 50ms;display:inline-flex}.PropertiesTableDropdown-module__OsnEoa__parcelButton:hover:not(:disabled){background-color:#e7ffd0;box-shadow:0 0 0 1px #a7ff5e66}.PropertiesTableDropdown-module__OsnEoa__parcelButton:active:not(:disabled){transform:scale(.97)}.PropertiesTableDropdown-module__OsnEoa__parcelButton:disabled{opacity:.5;cursor:not-allowed}.PropertiesTableDropdown-module__OsnEoa__locationPrimary{color:#111827;margin:0;font-size:.875rem;font-weight:500}.PropertiesTableDropdown-module__OsnEoa__locationSecondary{color:#6b7280;margin:0;font-size:.875rem}.PropertiesTableDropdown-module__OsnEoa__cellText{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__cellTextTruncate{color:#111827;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:.875rem;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__chevron{color:#4b5563;width:1rem;height:1rem}.PropertiesTableDropdown-module__OsnEoa__accordionWrapper{grid-template-rows:0fr;transition:grid-template-rows .25s ease-out;display:grid}.PropertiesTableDropdown-module__OsnEoa__accordionWrapper[data-expanded=true]{grid-template-rows:1fr}.PropertiesTableDropdown-module__OsnEoa__accordionInner{min-height:0;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__expandedContent{background:linear-gradient(#f9fafb,#fff);border-top:1px solid #e5e7eb;padding:1.5rem 1.25rem}.PropertiesTableDropdown-module__OsnEoa__expandedGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:1024px){.PropertiesTableDropdown-module__OsnEoa__expandedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PropertiesTableDropdown-module__OsnEoa__expandedGrid{grid-template-columns:1fr}}.PropertiesTableDropdown-module__OsnEoa__detailSection{flex-direction:column;gap:.75rem;display:flex}.PropertiesTableDropdown-module__OsnEoa__detailSectionTitle{color:#374151;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid #e5e7eb;margin:0;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.PropertiesTableDropdown-module__OsnEoa__detailSectionList{flex-direction:column;gap:.75rem;display:flex}.PropertiesTableDropdown-module__OsnEoa__infoField{align-items:flex-start;gap:.5rem;display:flex}.PropertiesTableDropdown-module__OsnEoa__infoFieldIcon{color:#9ca3af;flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}.PropertiesTableDropdown-module__OsnEoa__infoFieldContent{flex:1;min-width:0}.PropertiesTableDropdown-module__OsnEoa__infoFieldLabel{color:#6b7280;margin:0;font-size:.75rem}.PropertiesTableDropdown-module__OsnEoa__infoFieldValueRow{align-items:center;gap:.375rem;min-width:0;display:flex}.PropertiesTableDropdown-module__OsnEoa__infoFieldValue{color:#111827;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.PropertiesTableDropdown-module__OsnEoa__infoFieldCopy{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.125rem;transition:color .15s;display:inline-flex}.PropertiesTableDropdown-module__OsnEoa__infoFieldCopy:hover{color:#417714}.PropertiesTableDropdown-module__OsnEoa__infoFieldCopyIcon{width:.875rem;height:.875rem}.PropertiesTableDropdown-module__OsnEoa__expandedFooter{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.PropertiesTableDropdown-module__OsnEoa__footerPrimary{font-weight:600;color:#16251c!important;background-color:#a7ff5e!important;border:none!important}.PropertiesTableDropdown-module__OsnEoa__footerPrimary:hover:not(:disabled){background-color:#cbf7a6!important}.PropertiesTableDropdown-module__OsnEoa__footerSecondary{color:#12301b!important;border-color:#d1d5db!important}.PropertiesTableDropdown-module__OsnEoa__footerIcon{width:1rem;height:1rem;margin-right:.5rem}.PropertiesTableDropdown-module__OsnEoa__footerSpacer{flex:1}.PropertiesTableDropdown-module__OsnEoa__verifiedBadge{color:#15803d;background-color:#f0fdf4;border-color:#86efac}.PropertiesTableDropdown-module__OsnEoa__verifiedIcon{width:.75rem;height:.75rem;margin-right:.25rem}.PropertiesTableDropdown-module__OsnEoa__paginationWrap{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;padding:.5rem 0}.PropertiesTableDropdown-module__OsnEoa__parcelActions{align-items:center;gap:8px;display:inline-flex}@media (max-width:767px){.PropertiesTableDropdown-module__OsnEoa__tableScroll{overflow-x:visible}.PropertiesTableDropdown-module__OsnEoa__header{display:none}.PropertiesTableDropdown-module__OsnEoa__scrollArea{min-height:0;max-height:none;overflow-x:visible}.PropertiesTableDropdown-module__OsnEoa__headerGrid,.PropertiesTableDropdown-module__OsnEoa__cardGrid{min-width:0}.PropertiesTableDropdown-module__OsnEoa__cardGrid{flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.PropertiesTableDropdown-module__OsnEoa__cardRow{padding:1rem 2.75rem 1rem 1rem;position:relative}.PropertiesTableDropdown-module__OsnEoa__cellCheckbox{position:absolute;top:1rem;right:1rem}.PropertiesTableDropdown-module__OsnEoa__cellAddress,.PropertiesTableDropdown-module__OsnEoa__cellParcelId,.PropertiesTableDropdown-module__OsnEoa__cellLocation,.PropertiesTableDropdown-module__OsnEoa__cellCounty,.PropertiesTableDropdown-module__OsnEoa__cellState,.PropertiesTableDropdown-module__OsnEoa__cellZip,.PropertiesTableDropdown-module__OsnEoa__cellCountry{flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;min-width:0;display:flex}.PropertiesTableDropdown-module__OsnEoa__cellAddress[data-label]:before,.PropertiesTableDropdown-module__OsnEoa__cellParcelId[data-label]:before,.PropertiesTableDropdown-module__OsnEoa__cellLocation[data-label]:before,.PropertiesTableDropdown-module__OsnEoa__cellCounty[data-label]:before,.PropertiesTableDropdown-module__OsnEoa__cellState[data-label]:before,.PropertiesTableDropdown-module__OsnEoa__cellZip[data-label]:before,.PropertiesTableDropdown-module__OsnEoa__cellCountry[data-label]:before{content:attr(data-label);letter-spacing:.06em;text-transform:uppercase;color:#6b7280;font-size:.65rem;font-weight:700}.PropertiesTableDropdown-module__OsnEoa__cellAddress{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}.PropertiesTableDropdown-module__OsnEoa__cellAddress[data-label]:before{display:none}.PropertiesTableDropdown-module__OsnEoa__cellAddressFull{white-space:normal;text-overflow:unset;overflow-wrap:anywhere;word-break:normal;font-size:.95rem;font-weight:600;overflow:visible}.PropertiesTableDropdown-module__OsnEoa__parcelActions{flex-wrap:wrap}.PropertiesTableDropdown-module__OsnEoa__mapLink{white-space:normal}.PropertiesTableDropdown-module__OsnEoa__cellText,.PropertiesTableDropdown-module__OsnEoa__cellTextTruncate{white-space:normal;text-overflow:unset;overflow:visible}.PropertiesTableDropdown-module__OsnEoa__cellCounty,.PropertiesTableDropdown-module__OsnEoa__cellState,.PropertiesTableDropdown-module__OsnEoa__cellZip,.PropertiesTableDropdown-module__OsnEoa__cellCountry{border-top:1px solid #f3f4f6;padding-top:.25rem}.PropertiesTableDropdown-module__OsnEoa__expandedContent{padding:1rem}}
.LocationPermissionModal-module__pqS1aq__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LocationPermissionModal-module__pqS1aq__modal{z-index:9999;background-color:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;padding:2.5rem 2rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d}.LocationPermissionModal-module__pqS1aq__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:background-color .2s;position:absolute;top:1rem;right:1rem}.LocationPermissionModal-module__pqS1aq__closeButton:hover{background-color:#f3f4f6}.LocationPermissionModal-module__pqS1aq__closeIcon{width:1.25rem;height:1.25rem}.LocationPermissionModal-module__pqS1aq__iconContainer{justify-content:center;margin-bottom:1.75rem;display:flex}.LocationPermissionModal-module__pqS1aq__iconBackground{background:linear-gradient(135deg,#ecf7e4 0%,#d4f0c4 100%);border:2px solid #a7ff5e4d;border-radius:16px;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex;box-shadow:0 4px 12px #a7ff5e33}.LocationPermissionModal-module__pqS1aq__icon{color:#417714;stroke-width:2px;width:2.5rem;height:2.5rem}.LocationPermissionModal-module__pqS1aq__title{color:#12301b;text-align:center;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.625rem;font-weight:700}.LocationPermissionModal-module__pqS1aq__description{margin-bottom:1.5rem}.LocationPermissionModal-module__pqS1aq__descriptionText{color:#4b5563;text-align:center;font-size:.9375rem;line-height:1.7}.LocationPermissionModal-module__pqS1aq__privacyBadge{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #3b82f633;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1rem;display:flex}.LocationPermissionModal-module__pqS1aq__privacyIcon{color:#3b82f6;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.LocationPermissionModal-module__pqS1aq__privacyText{color:#1e40af;margin:0;font-size:.875rem;font-weight:500;line-height:1.6}.LocationPermissionModal-module__pqS1aq__buttonContainer{flex-direction:column;gap:.75rem;display:flex}.LocationPermissionModal-module__pqS1aq__buttonRow{gap:.75rem;width:100%;display:flex}.LocationPermissionModal-module__pqS1aq__allowButton{cursor:pointer;color:#12301b;white-space:nowrap;background:linear-gradient(135deg,#a7ff5e 0%,#8ee64a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #a7ff5e4d}.LocationPermissionModal-module__pqS1aq__allowButton:hover:not(:disabled){background:linear-gradient(135deg,#8ee64a 0%,#7dd33a 100%);transform:translateY(-1px);box-shadow:0 6px 16px #a7ff5e66}.LocationPermissionModal-module__pqS1aq__allowButton:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #a7ff5e4d}.LocationPermissionModal-module__pqS1aq__allowButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.LocationPermissionModal-module__pqS1aq__buttonLoader{width:1rem;height:1rem;animation:1s linear infinite LocationPermissionModal-module__pqS1aq__spin}@keyframes LocationPermissionModal-module__pqS1aq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LocationPermissionModal-module__pqS1aq__secondaryButton{cursor:pointer;color:#4b5563;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:12px;flex:1;justify-content:center;align-items:center;min-width:0;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.LocationPermissionModal-module__pqS1aq__secondaryButton:hover:not(:disabled){color:#374151;background-color:#f9fafb;border-color:#d1d5db}.LocationPermissionModal-module__pqS1aq__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.LocationPermissionModal-module__pqS1aq__denyButton{cursor:pointer;color:#dc2626;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;border:1.5px solid #fee2e2;border-radius:12px;flex:1;justify-content:center;align-items:center;min-width:0;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.LocationPermissionModal-module__pqS1aq__denyButton:hover:not(:disabled){color:#b91c1c;background-color:#fef2f2;border-color:#fecaca}.LocationPermissionModal-module__pqS1aq__denyButton:disabled{opacity:.6;cursor:not-allowed}@media (min-width:640px){.LocationPermissionModal-module__pqS1aq__buttonContainer{flex-direction:row;align-items:stretch}.LocationPermissionModal-module__pqS1aq__allowButton{flex:2;min-width:200px}.LocationPermissionModal-module__pqS1aq__buttonRow{flex-direction:row;flex:1;min-width:180px;display:flex}.LocationPermissionModal-module__pqS1aq__secondaryButton,.LocationPermissionModal-module__pqS1aq__denyButton{min-width:80px}}@media (max-width:1024px){.LocationPermissionModal-module__pqS1aq__modal{width:85%;max-width:420px;padding:2.25rem 1.75rem}.LocationPermissionModal-module__pqS1aq__iconContainer{margin-bottom:1.5rem}.LocationPermissionModal-module__pqS1aq__iconBackground{width:4.5rem;height:4.5rem}.LocationPermissionModal-module__pqS1aq__icon{width:2.25rem;height:2.25rem}.LocationPermissionModal-module__pqS1aq__title{margin-bottom:1rem;font-size:1.5rem}.LocationPermissionModal-module__pqS1aq__description{margin-bottom:1.25rem}.LocationPermissionModal-module__pqS1aq__descriptionText{font-size:.9375rem}.LocationPermissionModal-module__pqS1aq__privacyBadge{margin-bottom:1.75rem;padding:.875rem}.LocationPermissionModal-module__pqS1aq__privacyIcon{width:1.125rem;height:1.125rem}.LocationPermissionModal-module__pqS1aq__privacyText{font-size:.8125rem}.LocationPermissionModal-module__pqS1aq__buttonContainer{gap:.625rem}.LocationPermissionModal-module__pqS1aq__allowButton,.LocationPermissionModal-module__pqS1aq__secondaryButton,.LocationPermissionModal-module__pqS1aq__denyButton{padding:.8125rem 1.5rem;font-size:.9375rem}}
.LoadingPropertiesModal-module__DZNCyG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LoadingPropertiesModal-module__DZNCyG__modal{z-index:9999;background-color:#fff;border-radius:16px;min-width:280px;padding:2rem 3rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.LoadingPropertiesModal-module__DZNCyG__content{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.LoadingPropertiesModal-module__DZNCyG__spinner{color:#a7ff5e;width:2rem;height:2rem;animation:1s linear infinite LoadingPropertiesModal-module__DZNCyG__spin}@keyframes LoadingPropertiesModal-module__DZNCyG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LoadingPropertiesModal-module__DZNCyG__text{color:#12301b;text-align:center;font-size:.9375rem;font-weight:500}
.ViewPhotosModal-module__90E5RW__photoModalContent{z-index:999999;border:0;border-radius:16px;flex-direction:column;gap:0;width:90vw;max-width:95%;height:90vh;max-height:90vh;padding:0;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.ViewPhotosModal-module__90E5RW__photoModalContent img{position:relative!important}
.filter-controls-module__gbuU3W__trigger{cursor:pointer;text-align:left;color:#fff;background:#12301b;border:1px solid #ffffff24;border-radius:9999px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:2.5rem;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex}.filter-controls-module__gbuU3W__trigger:hover{background:#153622;border-color:#a7ff5e59}.filter-controls-module__gbuU3W__trigger:focus-visible{border-color:#a7ff5e;outline:none;box-shadow:0 0 0 2px #a7ff5e40}.filter-controls-module__gbuU3W__triggerDisabled{cursor:not-allowed;opacity:.55}.filter-controls-module__gbuU3W__triggerPlaceholder{color:#ffffff73}.filter-controls-module__gbuU3W__dropdown{z-index:50;background:#12301b;border:1px solid #a7ff5e33;border-radius:1rem;width:100%;margin-top:.25rem;position:absolute;overflow:hidden;box-shadow:0 16px 40px #00000073,0 0 0 1px #ffffff0a}.filter-controls-module__gbuU3W__dropdownPortaled{width:auto;margin-top:0;position:fixed}.filter-controls-module__gbuU3W__searchInput{color:#fff;background:#0f2418;border:0;border-bottom:1px solid #ffffff14;width:100%;padding:.625rem .75rem;font-size:.875rem}.filter-controls-module__gbuU3W__searchInput:focus{outline:none}.filter-controls-module__gbuU3W__searchInput::placeholder{color:#fff6}.filter-controls-module__gbuU3W__list{max-height:14rem;padding:.25rem;overflow-y:auto}.filter-controls-module__gbuU3W__option{cursor:pointer;color:#ffffffeb;text-align:left;border-radius:.625rem;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;font-size:.875rem;display:flex}.filter-controls-module__gbuU3W__option:hover,.filter-controls-module__gbuU3W__optionHighlighted{background:#a7ff5e1f}.filter-controls-module__gbuU3W__optionSelected{color:#a7ff5e}.filter-controls-module__gbuU3W__empty{color:#ffffff73;padding:.75rem;font-size:.875rem}.filter-controls-module__gbuU3W__fieldLabel{letter-spacing:.08em;text-transform:uppercase;color:#a7ff5ecc;margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:block}
.dynamic-filters-inline-module__leXCmq__section{flex-direction:column;gap:1rem;padding-top:.25rem;display:flex}.dynamic-filters-inline-module__leXCmq__sectionHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dynamic-filters-inline-module__leXCmq__sectionTitle{letter-spacing:.08em;text-transform:uppercase;color:#a7ff5ecc;font-size:.6875rem;font-weight:600}.dynamic-filters-inline-module__leXCmq__resetButton{cursor:pointer;color:#edffde8c;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:.6875rem;font-weight:600;text-decoration:underline}.dynamic-filters-inline-module__leXCmq__resetButton:hover{color:#a7ff5e}.dynamic-filters-inline-module__leXCmq__resetButton:disabled{cursor:not-allowed;opacity:.4;text-decoration:none}.dynamic-filters-inline-module__leXCmq__fieldGroup{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.5rem;padding-bottom:.75rem;display:flex}.dynamic-filters-inline-module__leXCmq__fieldGroup:last-child{border-bottom:0;padding-bottom:0}.dynamic-filters-inline-module__leXCmq__fieldGroupLocked{opacity:.72}.dynamic-filters-inline-module__leXCmq__valueInputLocked{cursor:not-allowed;opacity:.65}.dynamic-filters-inline-module__leXCmq__valueInputLocked:focus{box-shadow:none;border-color:#ffffff24}.dynamic-filters-inline-module__leXCmq__fieldTitleRow{align-items:center;gap:.5rem;display:flex}.dynamic-filters-inline-module__leXCmq__fieldTitle{color:#edffde;font-size:.8125rem;font-weight:600}.dynamic-filters-inline-module__leXCmq__comingSoonBadge{color:#edffde8c;background:#ffffff14;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:600}.dynamic-filters-inline-module__leXCmq__fieldHint{color:#edffde73;font-size:.6875rem}.dynamic-filters-inline-module__leXCmq__valueInput{color:#fff;background:#12301b;border:1px solid #ffffff24;border-radius:9999px;width:100%;height:2.5rem;padding:0 .875rem;font-size:.875rem}.dynamic-filters-inline-module__leXCmq__valueInput:focus{border-color:#a7ff5e80;outline:none;box-shadow:0 0 0 2px #a7ff5e33}.dynamic-filters-inline-module__leXCmq__valueInputError{border-color:#ef4444}.dynamic-filters-inline-module__leXCmq__errorText{color:#fca5a5;font-size:.6875rem}.dynamic-filters-inline-module__leXCmq__emptyState{color:#edffde73;font-size:.75rem}.dynamic-filters-inline-module__leXCmq__divider{border-top:1px solid #ffffff14;margin:.25rem 0 .5rem}
.SearchBar-module__Fc0t9G__searchContainer{align-items:center;width:40%;display:flex;position:relative}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__fullWidth{width:100%}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainer{width:100%;overflow:visible}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark{z-index:1;overflow:visible}.SearchBar-module__Fc0t9G__searchInput.SearchBar-module__Fc0t9G__heroInput{background-color:#fff;border-color:#dde3e9;border-radius:14px;height:56px;padding-left:52px;font-size:16px}.SearchBar-module__Fc0t9G__searchInput.SearchBar-module__Fc0t9G__heroInput:focus{border-color:#a7ff5e;box-shadow:0 0 0 3px #a7ff5e40}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainer .SearchBar-module__Fc0t9G__searchIcon{width:22px;height:22px;left:12px}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark .SearchBar-module__Fc0t9G__searchIcon{color:#7f9688}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark:focus-within .SearchBar-module__Fc0t9G__searchIcon{color:#a7ff5e}.SearchBar-module__Fc0t9G__searchInput.SearchBar-module__Fc0t9G__heroInputDark{color:#edffde;background:#0f1b18d9;border:1px solid #ffffff14;border-radius:14px;height:52px;font-size:15px;box-shadow:inset 0 1px #ffffff0a}.SearchBar-module__Fc0t9G__searchInput.SearchBar-module__Fc0t9G__heroInputDark::placeholder{color:#7f9688}.SearchBar-module__Fc0t9G__searchInput.SearchBar-module__Fc0t9G__heroInputDark:hover{background:#12231df2;border-color:#a7ff5e33}.SearchBar-module__Fc0t9G__searchInput.SearchBar-module__Fc0t9G__heroInputDark:focus{background:#12231d;border-color:#a7ff5e73;box-shadow:0 0 0 3px #a7ff5e26,inset 0 1px #ffffff0f}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark .SearchBar-module__Fc0t9G__suggestionsDropdown{z-index:1100;background:#12231d;border-color:#a7ff5e33;box-shadow:0 20px 40px -16px #000c}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark .SearchBar-module__Fc0t9G__suggestionItem:hover,.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark .SearchBar-module__Fc0t9G__suggestionItemActive{background-color:#a7ff5e14}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark .SearchBar-module__Fc0t9G__suggestionMainText{color:#edffde}.SearchBar-module__Fc0t9G__searchContainer.SearchBar-module__Fc0t9G__heroContainerDark .SearchBar-module__Fc0t9G__suggestionSecondaryText{color:#7f9688}.SearchBar-module__Fc0t9G__searchInput{color:#12301b;letter-spacing:-.01em;background-color:#fafafa;border:1px solid #e5e7eb;border-radius:12px;width:100%;height:48px;padding-left:48px;padding-right:16px;font-size:15px;font-weight:500;transition:border-color .2s,background-color .2s,box-shadow .2s}.SearchBar-module__Fc0t9G__searchInput:hover{background-color:#f5f5f5;border-color:#e0e0e0}.SearchBar-module__Fc0t9G__searchInput:focus{background-color:#fff;border-color:#16251c;outline:none;box-shadow:0 0 0 3px #16251c14}.SearchBar-module__Fc0t9G__searchInput::placeholder{color:#6b7280;font-weight:400}.SearchBar-module__Fc0t9G__searchIcon{color:#6b7280;pointer-events:none;z-index:1;width:20px;height:20px;transition:color .2s;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.SearchBar-module__Fc0t9G__searchIconSmall{width:14px;height:14px}.SearchBar-module__Fc0t9G__searchContainer:focus-within .SearchBar-module__Fc0t9G__searchIcon{color:#16251c}.SearchBar-module__Fc0t9G__loadingIcon{color:#a7ff5e;animation:1s linear infinite SearchBar-module__Fc0t9G__spin}.SearchBar-module__Fc0t9G__searchContainer:focus-within .SearchBar-module__Fc0t9G__loadingIcon{color:#a7ff5e}@keyframes SearchBar-module__Fc0t9G__spin{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.SearchBar-module__Fc0t9G__suggestionsDropdown{z-index:1000;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:400px;margin-top:4px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px -5px #00000014,0 4px 10px -4px #0000000a}.SearchBar-module__Fc0t9G__suggestionItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:flex-start;gap:12px;width:100%;padding:12px 16px;transition:background-color .15s;display:flex}.SearchBar-module__Fc0t9G__suggestionItem:hover,.SearchBar-module__Fc0t9G__suggestionItemActive{background-color:#f3f4f6}.SearchBar-module__Fc0t9G__suggestionIcon{color:#6b7280;flex-shrink:0;width:20px;height:20px;margin-top:2px}.SearchBar-module__Fc0t9G__suggestionContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.SearchBar-module__Fc0t9G__suggestionMainText{color:#12301b;font-size:14px;font-weight:500;line-height:1.4}.SearchBar-module__Fc0t9G__suggestionSecondaryText{color:#6b7280;font-size:13px;line-height:1.4}
.dashboard-filter-dock-module__K9zB-W__dock{z-index:20;isolation:isolate;flex-shrink:0;align-self:flex-start;display:flex}.dashboard-filter-dock-module__K9zB-W__dockOpen{width:17.5rem;min-width:17.5rem}.dashboard-filter-dock-module__K9zB-W__dockCollapsed{width:auto}.dashboard-filter-dock-module__K9zB-W__panel{background:#16251c;border:1px solid #a7ff5e2e;border-radius:1.25rem;flex-direction:column;width:100%;max-height:calc(100vh - 8rem);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000038,0 8px 16px #00000024,inset 0 1px #ffffff0a}.dashboard-filter-dock-module__K9zB-W__panelBody{-ms-overflow-style:none;scrollbar-width:none;padding:3.25rem 1rem 1rem;overflow:hidden auto}.dashboard-filter-dock-module__K9zB-W__panelBody::-webkit-scrollbar{width:0;height:0;display:none}.dashboard-filter-dock-module__K9zB-W__panelBody>*{min-width:0}.dashboard-filter-dock-module__K9zB-W__collapseButton{z-index:10;cursor:pointer;color:#a7ff5e;background:#ffffff0f;border:1px solid #a7ff5e33;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .15s,border-color .15s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.dashboard-filter-dock-module__K9zB-W__collapseButton:hover{background:#a7ff5e24;border-color:#a7ff5e66}.dashboard-filter-dock-module__K9zB-W__collapseButton:focus-visible{outline:none;box-shadow:0 0 0 2px #a7ff5e40}.dashboard-filter-dock-module__K9zB-W__collapsedPanel{cursor:pointer;background:#16251c;border:1px solid #a7ff5e2e;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .625rem .5rem .5rem;transition:background-color .15s,border-color .15s;display:inline-flex;box-shadow:0 12px 32px #0003,0 4px 12px #0000001f}.dashboard-filter-dock-module__K9zB-W__collapsedPanel:hover{background:#1a2d22;border-color:#a7ff5e66}.dashboard-filter-dock-module__K9zB-W__collapsedPanel:focus-visible{outline:none;box-shadow:0 0 0 2px #a7ff5e40,0 12px 32px #0003}.dashboard-filter-dock-module__K9zB-W__collapsedIconWrap{color:#a7ff5e;background:#a7ff5e1f;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.dashboard-filter-dock-module__K9zB-W__filterCountBadge{color:#16251c;background:#a7ff5e;border-radius:9999px;justify-content:center;align-items:center;min-width:1.375rem;height:1.375rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.dashboard-filter-dock-module__K9zB-W__expandIcon{color:#a7ff5e}
.dashboard-page-module__j08UrW__dashboard{--dashboard-zoom:.85;zoom:var(--dashboard-zoom);min-height:calc(100vh / var(--dashboard-zoom));scrollbar-gutter:stable;background-color:#fff;flex-direction:column;align-items:center;display:flex}.dashboard-page-module__j08UrW__loadingContainer{background-color:#16251c;justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard-page-module__j08UrW__loadingContent{text-align:center}.dashboard-page-module__j08UrW__spinner{border:4px solid #a7ff5e;border-top-color:#0000;border-radius:50%;width:48px;height:48px;margin:0 auto 16px;animation:1s linear infinite dashboard-page-module__j08UrW__spin}@keyframes dashboard-page-module__j08UrW__spin{to{transform:rotate(360deg)}}.dashboard-page-module__j08UrW__loadingText{color:#edffde;font-size:14px}.dashboard-page-module__j08UrW__mainContent{background-color:#fff;width:100%;padding:20px 0}.dashboard-page-module__j08UrW__container{max-width:100%;margin:0 auto;padding:0 48px}.dashboard-page-module__j08UrW__defaultLocationBanner{color:#12301b;background:#a7ff5e1a;border:1px solid #a7ff5e59;border-radius:10px;width:100%;margin-bottom:12px;padding:10px 14px;font-size:13px;font-weight:600}.dashboard-page-module__j08UrW__titleSection{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-page-module__j08UrW__title{color:#12301b;font-size:24px;font-weight:700}.dashboard-page-module__j08UrW__searchSection{align-items:center;gap:16px;margin-bottom:24px;display:flex;flex-direction:row!important}.dashboard-page-module__j08UrW__viewSection{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex;flex-direction:row!important}@media (max-width:1024px){.dashboard-page-module__j08UrW__container{padding:0 40px}.dashboard-page-module__j08UrW__titleSection,.dashboard-page-module__j08UrW__searchSection,.dashboard-page-module__j08UrW__viewSection{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-page-module__j08UrW__title{font-size:22px}}.dashboard-page-module__j08UrW__scrollToSection{flex-flow:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.dashboard-page-module__j08UrW__detailsViewRow{align-items:center;gap:12px;display:flex}.dashboard-page-module__j08UrW__detailsViewLabel{color:#697b8e;font-size:14px;font-weight:500}.dashboard-page-module__j08UrW__detailsViewTabs{background-color:#f3f7fb;border-radius:12px;align-items:center;gap:0;padding:4px;display:flex}.dashboard-page-module__j08UrW__detailsViewTab{cursor:pointer;color:#697b8e;background:0 0;border:none;border-radius:8px;align-items:center;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.dashboard-page-module__j08UrW__detailsViewTab:hover{color:#12301b}.dashboard-page-module__j08UrW__detailsViewTabActive{color:#417714;background-color:#fff;font-weight:700;box-shadow:0 1px 2px #0000000d}.dashboard-page-module__j08UrW__detailsViewTabIcon{width:18px;height:18px}.dashboard-page-module__j08UrW__tableWrapper{border-radius:12px;width:100%;overflow:hidden}.dashboard-page-module__j08UrW__placeholderView{text-align:center;color:#697b8e;background-color:#f9fafb;border:1px solid #dde3e9;border-radius:12px;padding:80px 20px;font-size:18px}.dashboard-page-module__j08UrW__calendarSection{width:100%}.dashboard-page-module__j08UrW__errorContainer{text-align:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:40px 20px}.dashboard-page-module__j08UrW__errorText{color:#dc2626;font-size:14px;font-weight:500}.dashboard-page-module__j08UrW__reviewOrderPayPulse{animation:.85s cubic-bezier(.34,1.45,.64,1) dashboard-page-module__j08UrW__reviewOrderPayBounce}@keyframes dashboard-page-module__j08UrW__reviewOrderPayBounce{0%{transform:scale(1)}22%{transform:scale(1.07)}45%{transform:scale(1)}68%{transform:scale(1.04)}to{transform:scale(1)}}.dashboard-page-module__j08UrW__dashboardBody{flex:auto;align-items:stretch;gap:1.25rem;width:100%;min-height:0;display:flex}.dashboard-page-module__j08UrW__dashboardMain{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.dashboard-page-module__j08UrW__dashboardResultsPane{flex-direction:column;flex:auto;gap:1rem;width:100%;min-height:0;display:flex;overflow-y:auto}@media (min-width:768px){.dashboard-page-module__j08UrW__dashboardResultsPane{flex-direction:row;align-items:flex-start}}.dashboard-page-module__j08UrW__dashboardResultsContent{flex:auto;width:100%;min-width:0;min-height:0}.dashboard-page-module__j08UrW__dashboardCardsView{width:100%;min-width:0;min-height:calc((100dvh - 320px) / var(--dashboard-zoom,1));flex-direction:column;flex:auto;padding-top:1.25rem;display:flex}.dashboard-page-module__j08UrW__dashboardCardsPagination{z-index:2;background:#fff;border-top:1px solid #12301b1f;flex-shrink:0;margin-top:auto;padding-top:1rem;position:relative}.dashboard-page-module__j08UrW__dashboardMapDockPanel{z-index:20;isolation:isolate;flex-direction:column;height:min(720px,100dvh - 14rem);min-height:min(560px,100dvh - 14rem);max-height:min(720px,100dvh - 14rem);display:flex;position:sticky;top:0;overflow:hidden;align-self:flex-start!important;width:min(100%,480px)!important;max-width:480px!important}.dashboard-page-module__j08UrW__dashboardMapDockBody{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden;padding:0!important}.dashboard-page-module__j08UrW__dashboardMapDockSurface{zoom:calc(1 / var(--dashboard-zoom,1));background:#12231d;border:none!important;border-radius:0!important;flex:auto!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;position:relative!important;overflow:hidden!important}.dashboard-page-module__j08UrW__dashboardMapDockSurface>div{width:100%!important;height:100%!important;min-height:0!important;position:absolute!important;inset:0!important}.dashboard-page-module__j08UrW__dashboardMapDockSurface>div>div{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.dashboard-page-module__j08UrW__dashboardMapDockSurface .mapboxgl-map{position:absolute;inset:0}@media (min-width:768px){.dashboard-page-module__j08UrW__dashboardMapDockPanel{width:480px!important;min-width:480px!important}}.dashboard-page-module__j08UrW__activeFiltersBar{background:linear-gradient(#a7ff5e24 0%,#fffffffa 38%),#fff;border:2px solid #a7ff5e8c;border-radius:1rem;flex-direction:column;gap:.875rem;margin-bottom:1rem;padding:.875rem 1rem 1rem;animation:2.4s ease-in-out infinite dashboard-page-module__j08UrW__activeFiltersBarPulse;display:flex;box-shadow:0 10px 28px #12301b14,inset 0 1px #ffffffe6}@keyframes dashboard-page-module__j08UrW__activeFiltersBarPulse{0%,to{border-color:#a7ff5e73;box-shadow:0 10px 28px #12301b14,0 0 #a7ff5e00,inset 0 1px #ffffffe6}50%{border-color:#a7ff5e;box-shadow:0 10px 28px #12301b1a,0 0 0 4px #a7ff5e2e,inset 0 1px #ffffffe6}}@media (prefers-reduced-motion:reduce){.dashboard-page-module__j08UrW__activeFiltersBar{border-color:#a7ff5ebf;animation:none}}.dashboard-page-module__j08UrW__activeFiltersHeader{border-bottom:1px solid #12301b14;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.dashboard-page-module__j08UrW__activeFiltersSummary{align-items:center;gap:.75rem;min-width:0;display:flex}.dashboard-page-module__j08UrW__activeFiltersIconWrap{color:#a7ff5e;background:#16251c;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;box-shadow:0 4px 12px #12301b2e}.dashboard-page-module__j08UrW__activeFiltersCopy{flex-direction:column;gap:.125rem;min-width:0;display:flex}.dashboard-page-module__j08UrW__activeFiltersTitle{letter-spacing:.02em;color:#12301b;margin:0;font-size:.8125rem;font-weight:700}.dashboard-page-module__j08UrW__activeFiltersCount{color:#417714;margin:0;font-size:.75rem;font-weight:600}.dashboard-page-module__j08UrW__activeFiltersCountBadge{color:#16251c;background:#a7ff5e;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;font-size:.8125rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #a7ff5e59}.dashboard-page-module__j08UrW__activeFiltersList{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}.dashboard-page-module__j08UrW__activeFilterPill{cursor:pointer;color:#edffde;background:#16251c;border:1.5px solid #12301b;border-radius:9999px;align-items:center;gap:.5rem;padding:.4375rem .5rem .4375rem .875rem;font-size:.8125rem;font-weight:600;transition:background-color .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.dashboard-page-module__j08UrW__activeFilterPill:hover{background:#12301b;border-color:#a7ff5e;transform:translateY(-1px);box-shadow:0 4px 14px #12301b2e}.dashboard-page-module__j08UrW__activeFilterPill:active{transform:translateY(0)}.dashboard-page-module__j08UrW__activeFilterPill:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #a7ff5e8c}.dashboard-page-module__j08UrW__activeFilterPillLabel{text-overflow:ellipsis;white-space:nowrap;max-width:16rem;overflow:hidden}.dashboard-page-module__j08UrW__activeFilterPillRemove{color:#a7ff5e;background:#a7ff5e24;border-radius:9999px;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;transition:background-color .15s,color .15s;display:inline-flex}.dashboard-page-module__j08UrW__activeFilterPill:hover .dashboard-page-module__j08UrW__activeFilterPillRemove{color:#16251c;background:#a7ff5e}.dashboard-page-module__j08UrW__activeFilterPillAuctionDate{background:linear-gradient(135deg,#a7ff5e38 0%,#16251c 55%),#16251c;border-color:#a7ff5ef2;border-radius:.875rem;align-items:flex-start;padding-top:.5rem;padding-bottom:.5rem;animation:1.6s ease-in-out infinite dashboard-page-module__j08UrW__auctionDateFilterPillPulse}.dashboard-page-module__j08UrW__activeFilterPillAuctionDate .dashboard-page-module__j08UrW__activeFilterPillRemove{flex-shrink:0;align-self:center}.dashboard-page-module__j08UrW__activeFilterPillAuctionDate:hover{border-color:#d4ff9a;box-shadow:0 4px 14px #12301b2e,0 0 0 3px #a7ff5e33}.dashboard-page-module__j08UrW__activeFilterPillAuctionDateContent{text-align:left;flex-direction:column;gap:.1875rem;min-width:0;display:flex}.dashboard-page-module__j08UrW__activeFilterPillAuctionDateHint{color:#edffdee0;white-space:normal;max-width:18rem;font-size:.6875rem;font-weight:500;line-height:1.35}@keyframes dashboard-page-module__j08UrW__auctionDateFilterPillPulse{0%,to{border-color:#a7ff5e8c;box-shadow:0 0 #a7ff5e00,inset 0 1px #ffffff0f}50%{border-color:#d4ff9a;box-shadow:0 0 0 3px #a7ff5e3d,inset 0 1px #ffffff14}}@media (prefers-reduced-motion:reduce){.dashboard-page-module__j08UrW__activeFilterPillAuctionDate{border-color:#a7ff5ef2;animation:none}}.dashboard-page-module__j08UrW__clearFiltersButton{cursor:pointer;color:#12301b;background:#fff;border:1.5px solid #12301b24;border-radius:9999px;flex-shrink:0;padding:.5rem .875rem;font-size:.75rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s}.dashboard-page-module__j08UrW__clearFiltersButton:hover{color:#12301b;background:#a7ff5e1f;border-color:#12301b47}.dashboard-page-module__j08UrW__clearFiltersButton:focus-visible{outline:none;box-shadow:0 0 0 2px #a7ff5e73}.dashboard-page-module__j08UrW__propertiesRefreshBar{background:linear-gradient(#a7ff5e29 0%,#fffffffa 100%),#fff;border:1.5px solid #a7ff5e73;border-radius:.875rem;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #12301b14}.dashboard-page-module__j08UrW__propertiesRefreshPulse{background:linear-gradient(90deg,#a7ff5e26 0%,#a7ff5e 50%,#a7ff5e26 100%) 0 0/200% 100%;width:100%;height:3px;animation:1.4s ease-in-out infinite dashboard-page-module__j08UrW__propertiesRefreshPulse;position:absolute;inset:0 auto auto 0}@keyframes dashboard-page-module__j08UrW__propertiesRefreshPulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.dashboard-page-module__j08UrW__propertiesRefreshPulse{background:#a7ff5e;animation:none}}.dashboard-page-module__j08UrW__propertiesRefreshContent{align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.dashboard-page-module__j08UrW__propertiesRefreshSpinner{color:#417714;flex-shrink:0;width:1.125rem;height:1.125rem;animation:1s linear infinite dashboard-page-module__j08UrW__spin}.dashboard-page-module__j08UrW__propertiesRefreshCopy{flex-direction:column;gap:.125rem;min-width:0;display:flex}.dashboard-page-module__j08UrW__propertiesRefreshTitle{color:#12301b;margin:0;font-size:.875rem;font-weight:700}.dashboard-page-module__j08UrW__propertiesRefreshHint{color:#417714;margin:0;font-size:.75rem;font-weight:500}.dashboard-page-module__j08UrW__dashboardMapView{zoom:calc(1 / var(--dashboard-zoom,1));width:100%;min-width:0;height:calc(100dvh - 220px);min-height:640px}.dashboard-page-module__j08UrW__dashboardMapView .mapboxgl-ctrl-bottom-right{z-index:2}.dashboard-page-module__j08UrW__resultsRefreshing{position:relative}.dashboard-page-module__j08UrW__resultsRefreshingOverlay{pointer-events:none;z-index:5;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffff73;border-radius:.875rem;justify-content:center;align-items:flex-start;padding-top:5rem;display:flex;position:absolute;inset:0}
.playground-layout-module__LAKpMq__page{--playground-max-width:90rem;--playground-card-min:17.5rem;--playground-card-min-dock:15.5rem;background:#0f1b18;flex-direction:column;width:100%;min-width:min(100%,20rem);max-width:100%;min-height:100dvh;display:flex;overflow-x:clip}.playground-layout-module__LAKpMq__pageBody{flex-direction:column;flex:auto;min-height:0;display:flex}.playground-layout-module__LAKpMq__resultsPane{flex-direction:column;flex:auto;gap:clamp(.875rem,2vw,1rem);min-height:0;display:flex}@media (min-width:768px){.playground-layout-module__LAKpMq__resultsPane{flex-direction:row;align-items:flex-start}}.playground-layout-module__LAKpMq__resultsContent{flex:auto;min-width:0;min-height:0}.playground-layout-module__LAKpMq__footer{background:#16251c;border-top:1px solid #ffffff1a;flex-shrink:0;width:100%;margin-top:auto}.playground-layout-module__LAKpMq__footerInner{box-sizing:border-box;width:min(100%, var(--playground-max-width));max-width:var(--playground-max-width);text-align:center;margin-inline:auto;padding:1.5rem clamp(1rem,2.5vw,1.5rem)}.playground-layout-module__LAKpMq__shell{box-sizing:border-box;width:min(100%, var(--playground-max-width));max-width:var(--playground-max-width);margin-inline:auto;padding-inline:clamp(1rem,2.5vw,1.5rem)}.playground-layout-module__LAKpMq__results{padding-block:clamp(1.5rem,3vw,2rem)}.playground-layout-module__LAKpMq__cardGrid{grid-template-columns:repeat(auto-fill, minmax(min(100%, var(--playground-card-min)), 1fr));gap:clamp(.875rem,2vw,1rem);display:grid}.playground-layout-module__LAKpMq__mapDockOpen{flex-direction:column;width:100%;min-height:min(520px,62vh);display:flex;overflow:hidden}@media (min-width:768px){.playground-layout-module__LAKpMq__mapDockOpen{align-self:stretch;width:min(420px,38%);min-width:18rem;min-height:min(560px,100dvh - 14rem)}}.playground-layout-module__LAKpMq__mapDockBody{flex-direction:column;flex:auto;min-height:0;padding:.75rem;display:flex}.playground-layout-module__LAKpMq__mapDockSurface{background:#12231d;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;flex:auto;height:100%;min-height:min(420px,50vh);display:flex;position:relative;overflow:hidden}.playground-layout-module__LAKpMq__mapHost{flex:auto;width:100%;height:100%;min-height:min(420px,50vh);position:relative}.playground-layout-module__LAKpMq__mapCanvas{width:100%;height:100%;min-height:0;position:absolute;inset:0}.playground-layout-module__LAKpMq__mapCanvas .mapboxgl-map{position:absolute;inset:0}.playground-layout-module__LAKpMq__cardGridMapOpen{--playground-card-min:var(--playground-card-min-dock)}
.CountyStateFilter-module__cBpXia__container{min-width:250px;position:relative}.CountyStateFilter-module__cBpXia__containerHero{z-index:40;width:100%;min-width:0;position:relative}.CountyStateFilter-module__cBpXia__inputHero{border-radius:14px;height:56px;padding:0 44px 0 16px;font-size:16px}.CountyStateFilter-module__cBpXia__inputHeroDark{color:#edffde;border:1px solid #ffffff14;border-radius:14px;height:52px;padding:0 44px 0 16px;font-size:15px;box-shadow:inset 0 1px #ffffff0a;background:#0f1b18d9!important}.CountyStateFilter-module__cBpXia__inputHeroDark:focus{box-shadow:0 0 0 3px #a7ff5e26,inset 0 1px #ffffff0f;background:#12231d!important;border-color:#a7ff5e73!important}.CountyStateFilter-module__cBpXia__inputHeroDark::placeholder{color:#7f9688}.CountyStateFilter-module__cBpXia__inputWrapper{cursor:pointer;z-index:1;align-items:center;display:flex;position:relative}.CountyStateFilter-module__cBpXia__inputWrapperOpen .CountyStateFilter-module__cBpXia__input,.CountyStateFilter-module__cBpXia__inputWrapperOpen .CountyStateFilter-module__cBpXia__inputHero,.CountyStateFilter-module__cBpXia__inputWrapperOpen .CountyStateFilter-module__cBpXia__inputHeroDark{border-bottom-right-radius:0;border-bottom-left-radius:0}.CountyStateFilter-module__cBpXia__input{color:#12301b;cursor:pointer;border:1px solid #dde3e9;border-radius:8px;outline:none;width:100%;height:44px;padding:0 40px 0 16px;font-size:14px;font-weight:500;transition:all .2s;background-color:#f9fafb!important}.CountyStateFilter-module__cBpXia__input:focus{cursor:text;border-color:#a7ff5e;box-shadow:0 0 0 2px #a7ff5e33;background-color:#fff!important}.CountyStateFilter-module__cBpXia__input::placeholder{color:#9ca3af;font-size:14px;font-weight:400}.CountyStateFilter-module__cBpXia__icons{pointer-events:none;align-items:center;gap:8px;display:flex;position:absolute;right:12px}.CountyStateFilter-module__cBpXia__inputWrapper:focus-within .CountyStateFilter-module__cBpXia__icons{pointer-events:auto}.CountyStateFilter-module__cBpXia__clearButton{cursor:pointer;pointer-events:auto;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.CountyStateFilter-module__cBpXia__clearButton:hover{background-color:#f3f4f6}.CountyStateFilter-module__cBpXia__clearIcon{color:#6b7280;width:16px;height:16px}.CountyStateFilter-module__cBpXia__chevron{color:#6b7280;pointer-events:none;width:16px;height:16px;transition:transform .2s}.CountyStateFilter-module__cBpXia__chevronOpen{transform:rotate(180deg)}.CountyStateFilter-module__cBpXia__dropdown{z-index:50;background-color:#fff;border:1px solid #dde3e9;border-top-color:#c5cdd6;border-radius:0 0 8px 8px;flex-direction:column;width:100%;max-height:300px;margin-top:-1px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 24px #00000024}.CountyStateFilter-module__cBpXia__dropdownHeroDark{border-color:#a7ff5e33 #a7ff5e59 #a7ff5e59;border-radius:0 0 14px 14px;box-shadow:0 12px 28px #00000059,0 0 0 1px #a7ff5e14}.CountyStateFilter-module__cBpXia__optionsList{max-height:250px;overflow:hidden auto}.CountyStateFilter-module__cBpXia__optionsList::-webkit-scrollbar{width:8px}.CountyStateFilter-module__cBpXia__optionsList::-webkit-scrollbar-track{background:#f9fafb;border-radius:4px}.CountyStateFilter-module__cBpXia__optionsList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.CountyStateFilter-module__cBpXia__optionsList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.CountyStateFilter-module__cBpXia__option{text-align:left;color:#12301b;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f3f4f6;width:100%;padding:12px 16px;font-size:14px;transition:background-color .15s}.CountyStateFilter-module__cBpXia__option:last-child{border-bottom:none}.CountyStateFilter-module__cBpXia__option:hover{background-color:#f9fafb}.CountyStateFilter-module__cBpXia__optionSelected{color:#12301b;background-color:#f0fdf4;font-weight:600}.CountyStateFilter-module__cBpXia__optionSelected:hover{background-color:#dcfce7}.CountyStateFilter-module__cBpXia__optionHighlighted{color:#12301b;background-color:#e0f2fe!important}.CountyStateFilter-module__cBpXia__optionHighlighted:hover{background-color:#bae6fd!important}.CountyStateFilter-module__cBpXia__noResults{text-align:center;color:#6b7280;padding:16px;font-size:14px}.CountyStateFilter-module__cBpXia__loadMoreIndicator{text-align:center;color:#6b7280;background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:8px 16px;font-size:12px}@media (max-width:1024px){.CountyStateFilter-module__cBpXia__container{min-width:200px}.CountyStateFilter-module__cBpXia__input{height:40px;padding:0 36px 0 14px;font-size:13px}.CountyStateFilter-module__cBpXia__dropdown{max-height:250px}.CountyStateFilter-module__cBpXia__optionsList{max-height:200px}}
.page-module__gk5dgq__pageRoot{flex:1;overflow-y:auto}@media print{.page-module__gk5dgq__pageRoot{display:none}}.page-module__gk5dgq__container{background-color:#f9fafb;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-module__gk5dgq__header{color:#fff;background:linear-gradient(90deg,#16251c,#0f1b13);padding:32px 24px}.page-module__gk5dgq__headerInner{max-width:96rem;margin:0 auto}.page-module__gk5dgq__backButton{color:#a7ff5e;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex}.page-module__gk5dgq__backButton:hover{color:#cbf7a6}.page-module__gk5dgq__headerRow{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.page-module__gk5dgq__headerTitleBlock{flex-direction:column;gap:4px;display:flex}.page-module__gk5dgq__headerTitle{font-size:24px;font-weight:700}.page-module__gk5dgq__headerSubtitle{color:#ffffffb3;font-size:14px}.page-module__gk5dgq__statusPill{color:#1e40af;text-transform:capitalize;background-color:#dbeafe;border:1px solid #bfdbfe;border-radius:.625rem;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.page-module__gk5dgq__main{max-width:96rem;margin:0 auto;padding:32px 24px}.page-module__gk5dgq__layoutGrid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:1024px){.page-module__gk5dgq__layoutGrid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr)}}.page-module__gk5dgq__leftColumn,.page-module__gk5dgq__rightColumn{flex-direction:column;gap:24px;display:flex}.page-module__gk5dgq__card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000000d}.page-module__gk5dgq__cardHeader{align-items:center;gap:8px;margin-bottom:16px;display:flex}.page-module__gk5dgq__cardTitle{color:#111827;font-size:18px;font-weight:600}.page-module__gk5dgq__metaList{flex-direction:column;gap:12px;font-size:14px;display:flex}.page-module__gk5dgq__metaLabel{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:4px;font-size:11px;font-weight:600}.page-module__gk5dgq__metaValuePrimary{color:#111827;font-size:14px;font-weight:500}.page-module__gk5dgq__metaValuePrimaryGray{color:#101828;font-size:14px}.page-module__gk5dgq__metaValueSecondary{color:#6b7280;font-size:13px}.page-module__gk5dgq__statusChip{border-style:solid;border-width:1px;border-radius:.625rem;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.page-module__gk5dgq__statusCompleted{color:#166534;background-color:#dcfce7;border-color:#bbf7d0}.page-module__gk5dgq__statusProcessing{color:#1e40af;background-color:#dbeafe;border-color:#bfdbfe}.page-module__gk5dgq__statusPending{color:#92400e;background-color:#fef3c7;border-color:#fde68a}.page-module__gk5dgq__statusCancelled{color:#1f2937;background-color:#f3f4f6;border-color:#e5e7eb}.page-module__gk5dgq__statusFailed{color:#991b1b;background-color:#fee2e2;border-color:#fecaca}.page-module__gk5dgq__actionButtonSecondary{color:#111827;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:8px;padding:6px 12px;font-size:14px;font-weight:500;transition:background-color .2s;display:inline-flex}.page-module__gk5dgq__actionButtonSecondary:hover{background-color:#f9fafb}.page-module__gk5dgq__photosHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-module__gk5dgq__photosTitle{color:#111827;align-items:center;gap:8px;font-size:18px;font-weight:600;display:inline-flex}.page-module__gk5dgq__photosAddButton{color:#fff;cursor:pointer;background-color:#16251c;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:500;transition:background-color .2s,opacity .2s;display:inline-flex}.page-module__gk5dgq__photosAddButton:hover{background-color:#0f1b13}.page-module__gk5dgq__photosAddButton:disabled{opacity:.5;cursor:not-allowed}.page-module__gk5dgq__photosGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (min-width:768px){.page-module__gk5dgq__photosGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-module__gk5dgq__photoCard{aspect-ratio:1;cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.page-module__gk5dgq__photoImage{object-fit:cover;width:100%;height:100%}.page-module__gk5dgq__photoDeleteButton{color:#fff;cursor:pointer;opacity:0;background-color:#ef4444;border:none;border-radius:8px;padding:6px;transition:opacity .2s,background-color .2s;position:absolute;top:8px;right:8px}.page-module__gk5dgq__photoCard:hover .page-module__gk5dgq__photoDeleteButton{opacity:1}.page-module__gk5dgq__photoDeleteButton:hover:not(:disabled){background-color:#b91c1c}.page-module__gk5dgq__photoDeleteButton:disabled{opacity:.6;cursor:not-allowed}.page-module__gk5dgq__photoLabel{color:#fff;background-color:#000000b3;border-radius:6px;padding:4px 8px;font-size:11px;position:absolute;bottom:8px;left:8px}.page-module__gk5dgq__photosEmpty{text-align:center;border:2px dashed #d1d5db;border-radius:8px;padding:48px 24px}.page-module__gk5dgq__photosEmptyIcon{color:#d1d5db;width:48px;height:48px;margin:0 auto 16px}.page-module__gk5dgq__photosEmptyTitle{color:#4b5563;margin-bottom:4px;font-size:15px}.page-module__gk5dgq__photosEmptySubtitle{color:#9ca3af;font-size:13px}.page-module__gk5dgq__formGroup{flex-direction:column;gap:8px;display:flex}.page-module__gk5dgq__label{color:#111827;font-size:14px;font-weight:500}.page-module__gk5dgq__select{color:#111827;background-color:#f3f3f5;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:14px;transition:box-shadow .2s,border-color .2s;display:block}.page-module__gk5dgq__select:focus{border-color:#16251c;box-shadow:0 0 0 1px #16251c33}.page-module__gk5dgq__textarea{resize:none;color:#111827;background-color:#f3f3f5;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:14px;transition:box-shadow .2s,border-color .2s;display:block}.page-module__gk5dgq__textarea:focus{border-color:#16251c;box-shadow:0 0 0 1px #16251c33}.page-module__gk5dgq__requiredAsterisk{color:#dc2626;margin-left:4px}.page-module__gk5dgq__formActions{gap:12px;display:flex}.page-module__gk5dgq__primaryButton{color:#fff;cursor:pointer;background-color:#16251c;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 16px;font-size:14px;font-weight:500;transition:background-color .2s,opacity .2s;display:inline-flex}.page-module__gk5dgq__primaryButton:hover{background-color:#0f1b13}.page-module__gk5dgq__primaryButton:disabled{opacity:.5;cursor:not-allowed}.page-module__gk5dgq__finalActions{flex-wrap:wrap;gap:12px;display:flex}.page-module__gk5dgq__buttonSuccess{color:#fff;background-color:#16a34a}.page-module__gk5dgq__buttonSuccess:hover{background-color:#15803d}.page-module__gk5dgq__buttonNeutral{color:#374151;background-color:#fff;border:1px solid #d1d5db}.page-module__gk5dgq__buttonNeutral:hover{background-color:#f9fafb}.page-module__gk5dgq__buttonDangerOutline{color:#b91c1c;background-color:#fff;border:1px solid #fecaca}.page-module__gk5dgq__buttonDangerOutline:hover{background-color:#fef2f2}.page-module__gk5dgq__buttonDisabled{opacity:.5;cursor:not-allowed}
