.form-module__p_uCXa__container{max-width:900px;margin:0 auto;padding:24px 16px}.form-module__p_uCXa__page{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:28px}.form-module__p_uCXa__pageTitle{color:#222;align-items:center;gap:10px;margin:0 0 24px;font-size:1.6rem;font-weight:700;display:flex}.form-module__p_uCXa__sectionTitle{color:#333;align-items:center;gap:8px;margin:28px 0 12px;font-size:1.1rem;font-weight:700;display:flex}.form-module__p_uCXa__sectionTitle:first-child{margin-top:0}.form-module__p_uCXa__sectionSubtitle{color:#666;margin:0 0 16px;font-size:.85rem}.form-module__p_uCXa__formGrid{flex-direction:column;gap:18px;display:flex}.form-module__p_uCXa__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:640px){.form-module__p_uCXa__formRow{grid-template-columns:1fr}}.form-module__p_uCXa__formField{flex-direction:column;gap:6px;display:flex}.form-module__p_uCXa__formLabel{color:#444;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.form-module__p_uCXa__formLabelRequired:after{content:"*";color:#c62828;margin-left:2px}.form-module__p_uCXa__formInput{color:#222;box-sizing:border-box;background:#fff;border:1px solid #d0d0d0;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.form-module__p_uCXa__formInput:focus{border-color:#3c7ccb;box-shadow:0 0 0 3px #3c7ccb1f}.form-module__p_uCXa__formInput:disabled{color:#777;cursor:not-allowed;background:#f5f5f5}.form-module__p_uCXa__formInput.form-module__p_uCXa__formInputError{border-color:#c62828}textarea.form-module__p_uCXa__formInput{resize:vertical;min-height:80px}.form-module__p_uCXa__formHelper{color:#888;font-size:.75rem}.form-module__p_uCXa__formError{color:#c62828;font-size:.8rem}.form-module__p_uCXa__arrayField{flex-direction:column;gap:8px;display:flex}.form-module__p_uCXa__arrayHeader{color:#333;align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:flex}.form-module__p_uCXa__arrayRow{align-items:center;gap:8px;display:flex}.form-module__p_uCXa__arrayInput{flex:1;min-width:0}.form-module__p_uCXa__arrayRemoveBtn{color:#888;cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.form-module__p_uCXa__arrayRemoveBtn:hover{color:#c62828;background:#ffebee;border-color:#ef9a9a}.form-module__p_uCXa__arrayRemoveBtn:disabled{opacity:.4;cursor:not-allowed}.form-module__p_uCXa__arrayAddBtn{color:#3c7ccb;cursor:pointer;background:0 0;border:1px dashed #d0d0d0;border-radius:4px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.form-module__p_uCXa__arrayAddBtn:hover:not(:disabled){background:#e8f0fe;border-style:solid;border-color:#3c7ccb}.form-module__p_uCXa__arrayAddBtn:disabled{opacity:.5;cursor:not-allowed}.form-module__p_uCXa__triState{flex-direction:column;gap:6px;display:flex}.form-module__p_uCXa__triStateLabel{color:#444;font-size:.85rem;font-weight:600}.form-module__p_uCXa__triStateOptions{gap:16px;display:flex}.form-module__p_uCXa__triStateOption{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:.9rem;display:inline-flex}.form-module__p_uCXa__triStateOption input[type=radio]{cursor:pointer;accent-color:#3c7ccb;width:16px;height:16px}.form-module__p_uCXa__accordion{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:8px;overflow:hidden}.form-module__p_uCXa__accordionHeader{cursor:pointer;text-align:left;background:#fafafa;border:none;align-items:center;gap:10px;width:100%;padding:14px 16px;font-family:inherit;transition:background .15s;display:flex}.form-module__p_uCXa__accordionHeader:hover{background:#f0f3f7}.form-module__p_uCXa__accordionHeader[aria-expanded=true]{background:#e8f0fe}.form-module__p_uCXa__accordionTitle{color:#333;flex:1;min-width:0;font-size:.95rem;font-weight:600}.form-module__p_uCXa__accordionBadge{color:#fff;text-transform:uppercase;letter-spacing:.3px;background:#3c7ccb;border-radius:12px;padding:2px 10px;font-size:.72rem;font-weight:700}.form-module__p_uCXa__accordionChevron{color:#888;flex-shrink:0;width:18px;height:18px;transition:transform .2s}.form-module__p_uCXa__accordionHeader[aria-expanded=true] .form-module__p_uCXa__accordionChevron{transform:rotate(180deg)}.form-module__p_uCXa__accordionBody{border-top:1px solid #e0e0e0;padding:16px}.form-module__p_uCXa__checkboxRow{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.form-module__p_uCXa__checkboxRow input[type=checkbox]{cursor:pointer;accent-color:#3c7ccb;width:16px;height:16px}.form-module__p_uCXa__checkboxGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px 16px;display:grid}.form-module__p_uCXa__btnPrimary{color:#fff;cursor:pointer;background:#3c7ccb;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:background .15s;display:inline-flex}.form-module__p_uCXa__btnPrimary:hover:not(:disabled){background:#2d6bb5}.form-module__p_uCXa__btnPrimary:disabled{cursor:not-allowed;background:#aaa}.form-module__p_uCXa__btnSecondary{color:#555;cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:background .15s;display:inline-flex}.form-module__p_uCXa__btnSecondary:hover:not(:disabled){background:#f5f5f5}.form-module__p_uCXa__btnSecondary:disabled{opacity:.5;cursor:not-allowed}.form-module__p_uCXa__btnDanger{color:#c62828;cursor:pointer;background:#fff;border:1px solid #ef9a9a;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:background .15s;display:inline-flex}.form-module__p_uCXa__btnDanger:hover:not(:disabled){background:#ffebee}.form-module__p_uCXa__alertError{color:#c62828;background:#ffebee;border:1px solid #ef9a9a;border-radius:6px;margin-bottom:16px;padding:12px 14px;font-size:.9rem}.form-module__p_uCXa__alertSuccess{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:6px;margin-bottom:16px;padding:12px 14px;font-size:.9rem}.form-module__p_uCXa__alertInfo{color:#0d47a1;background:#e3f2fd;border:1px solid #90caf9;border-radius:6px;margin-bottom:16px;padding:12px 14px;font-size:.9rem}.form-module__p_uCXa__formActions{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:20px;display:flex}
.userStatusArea-module__ips_sG__wrap{display:inline-block;position:relative}.userStatusArea-module__ips_sG__button{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffffd9;border-radius:4px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s;display:inline-flex}.userStatusArea-module__ips_sG__button:hover{background:#ffffff1f}.userStatusArea-module__ips_sG__icon{color:currentColor;flex-shrink:0}.userStatusArea-module__ips_sG__menu{z-index:100;background:#fff;border-radius:4px;min-width:160px;padding:4px 0;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 12px #00000026}.userStatusArea-module__ips_sG__menuItem{text-align:left;color:#222;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 16px;font-size:14px;text-decoration:none;display:block}.userStatusArea-module__ips_sG__menuItem:hover{background:#0000000d}
.header-module__u6sjhW__hero{background-color:var(--allbiz-primary,#92a200);color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;width:100%;min-height:50vh;padding:16px 0 24px;display:flex;position:relative}.header-module__u6sjhW__navbar{background-color:var(--allbiz-primary,#92a200);color:#fff;width:100%;padding:0;position:relative}.header-module__u6sjhW__navbar .header-module__u6sjhW__heroInner{flex:none;gap:0;padding:10px 16px}.header-module__u6sjhW__navRow{align-items:center;gap:16px;display:flex}.header-module__u6sjhW__navRow .header-module__u6sjhW__logoLink{flex-shrink:0}.header-module__u6sjhW__navRow .header-module__u6sjhW__logoImg{height:32px}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchForm{flex:auto;gap:8px;min-width:0;height:36px}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchInput,.header-module__u6sjhW__navRow .header-module__u6sjhW__searchSelect{height:36px;padding:0 12px;font-size:14px}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchSelect{flex:0 0 160px}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchBtn{width:40px;height:36px;box-shadow:none;background:#00000026}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchBtn:hover{background:#00000040}.header-module__u6sjhW__navUser{flex-shrink:0}@media (max-width:700px){.header-module__u6sjhW__navRow .header-module__u6sjhW__logoImg{height:26px}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchSelect{display:none}.header-module__u6sjhW__navRow .header-module__u6sjhW__searchForm{flex-wrap:wrap}.header-module__u6sjhW__navRow:focus-within .header-module__u6sjhW__logoLink{display:none}.header-module__u6sjhW__navRow:focus-within .header-module__u6sjhW__searchForm{flex:100%;row-gap:8px;height:auto}.header-module__u6sjhW__navRow:focus-within .header-module__u6sjhW__searchInput{flex:100%;order:1}.header-module__u6sjhW__navRow:focus-within .header-module__u6sjhW__searchSelect{flex:1 1 0;order:2;display:block}.header-module__u6sjhW__navRow:focus-within .header-module__u6sjhW__searchBtn{order:3}}.header-module__u6sjhW__heroOverlay{z-index:0;background:linear-gradient(#0000 0%,#00000040 100%);position:absolute;inset:0}.header-module__u6sjhW__heroInner{z-index:1;flex-direction:column;flex:1;gap:24px;width:100%;max-width:1024px;margin:0 auto;padding:0 16px;display:flex;position:relative}.header-module__u6sjhW__topBar{justify-content:space-between;align-items:center;display:flex}.header-module__u6sjhW__logoLink{color:#fff;align-items:center;text-decoration:none;display:inline-flex}.header-module__u6sjhW__logoImg{filter:brightness(0)invert();height:40px}.header-module__u6sjhW__logoText{letter-spacing:-.5px;color:#fff;font-size:22px;font-weight:700}.header-module__u6sjhW__topNav{align-items:center;gap:12px;display:flex}.header-module__u6sjhW__topNavLink{color:#fff;border-radius:4px;padding:8px 12px;font-size:14px;text-decoration:none;transition:background .12s}.header-module__u6sjhW__topNavLink:hover{background:#ffffff26}.header-module__u6sjhW__userStatusWrap{z-index:2;position:absolute;top:16px;right:16px}.header-module__u6sjhW__heroMain{flex:1;justify-content:center;align-items:center;padding:16px 0;display:flex}.header-module__u6sjhW__heroBlock{flex-direction:column;align-items:flex-start;width:100%;max-width:720px;display:flex}.header-module__u6sjhW__heroLogo{filter:brightness(0)invert();height:47px;margin-bottom:12px;display:block}.header-module__u6sjhW__heroTagline{color:#fff;text-transform:uppercase;letter-spacing:.5px;width:fit-content;margin:0 0 10px;font-size:18px;font-weight:700}@media (max-width:1024px){.header-module__u6sjhW__heroBlock{text-align:center;align-items:center}}.header-module__u6sjhW__searchForm{align-items:stretch;gap:8px;width:100%;height:42px;display:flex}.header-module__u6sjhW__searchInput,.header-module__u6sjhW__searchSelect{color:#222;background:#fff;border:1px solid #eaebec;border-radius:4px;outline:none;flex:1;min-width:0;height:42px;padding:0 16px;font-size:16px;box-shadow:0 2px 8px #0000000d}.header-module__u6sjhW__searchSelect{appearance:auto}.header-module__u6sjhW__searchBtn{background:var(--allbiz-button,#707700);color:#fff;cursor:pointer;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;width:52px;height:42px;transition:background .12s;display:inline-flex;box-shadow:0 2px 8px #0000000d}.header-module__u6sjhW__searchBtn:hover{background:color-mix(in srgb, var(--allbiz-button,#707700) 85%, black)}@media (max-width:1024px){.header-module__u6sjhW__hero .header-module__u6sjhW__searchForm{flex-direction:column;height:auto}.header-module__u6sjhW__hero .header-module__u6sjhW__searchInput,.header-module__u6sjhW__hero .header-module__u6sjhW__searchSelect,.header-module__u6sjhW__hero .header-module__u6sjhW__searchBtn{flex:none;width:100%}}
.searchBar-module__rJTs8a__wrap{flex:1 1 0;min-width:0;display:flex;position:relative}.searchBar-module__rJTs8a__wrap>input,.searchBar-module__rJTs8a__wrap>select{width:100%}.searchBar-module__rJTs8a__dropdown{z-index:50;background:#fff;border:1px solid #d0d7de;border-radius:4px;max-height:320px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 6px 18px #00000014}.searchBar-module__rJTs8a__item{color:#222;cursor:pointer;border-radius:2px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:.92rem;display:flex}.searchBar-module__rJTs8a__item:hover{color:var(--allbiz-primary,#4285f4);background:#f5f7fa}.searchBar-module__rJTs8a__itemName{flex:1;min-width:0;font-weight:500}.searchBar-module__rJTs8a__itemTag{color:#888;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;font-size:.78rem}
.languageSelect-module__mk61AW__select{appearance:none;color:#222;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='%23222'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 6px center;background-repeat:no-repeat;border:1px solid #0003;border-radius:2px;min-width:110px;padding:4px 24px 4px 8px;font-family:inherit;font-size:.9rem}.languageSelect-module__mk61AW__select:hover{border-color:#00000080}.languageSelect-module__mk61AW__select option{color:#222;background:#fff}
.addWizard-module__7ltufW__card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014}.addWizard-module__7ltufW__formTitle{margin:0 0 16px;font-size:18px;font-weight:600}.addWizard-module__7ltufW__formFields{flex-direction:column;gap:12px;display:flex}.addWizard-module__7ltufW__label{color:#333;margin-bottom:4px;font-size:13px;font-weight:600;display:block}.addWizard-module__7ltufW__fieldRow{gap:12px;display:flex}@media (max-width:500px){.addWizard-module__7ltufW__fieldRow{flex-direction:column}}.addWizard-module__7ltufW__input,.addWizard-module__7ltufW__select{box-sizing:border-box;background:#fff;border:1px solid #ccc;border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.addWizard-module__7ltufW__btnPrimary{background:var(--allbiz-button,#3c7ccb);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:4px;padding:12px 24px;font-size:15px;font-weight:600}.addWizard-module__7ltufW__btnPrimary:disabled{cursor:default;background:#ccc}.addWizard-module__7ltufW__btnSecondary{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:12px 24px;font-size:15px;font-weight:600}.addWizard-module__7ltufW__btnSecondary:hover{background:#f5f5f5}.addWizard-module__7ltufW__resultsHeading{color:#333;margin:0 0 12px;font-size:18px;font-weight:600}.addWizard-module__7ltufW__resultsList{flex-direction:column;gap:8px;display:flex}.addWizard-module__7ltufW__resultCard{color:inherit;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:12px;padding:12px;text-decoration:none;display:flex;box-shadow:0 1px 3px #0000000f}.addWizard-module__7ltufW__resultCardMain{flex:1;min-width:0}.addWizard-module__7ltufW__resultName{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.addWizard-module__7ltufW__resultAddress{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.addWizard-module__7ltufW__resultMeta{color:#666;align-items:center;gap:6px;margin-top:2px;font-size:.85rem;display:flex}.addWizard-module__7ltufW__resultRating{color:#f5a623;font-weight:500}.addWizard-module__7ltufW__resultLink{white-space:nowrap;background:#f9f9f9;border:1px solid #cfcfcf;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex;color:var(--allbiz-button,#3c7ccb)!important;text-decoration:none!important}.addWizard-module__7ltufW__resultLink:hover{background:#eef3f8}@media (max-width:500px){.addWizard-module__7ltufW__resultCard{flex-direction:column;align-items:stretch}.addWizard-module__7ltufW__resultLink{justify-content:center}}.addWizard-module__7ltufW__noResults{color:#666;margin:0}.addWizard-module__7ltufW__seeFullResults{text-align:center;background:#f5f5f5;border:1px solid #cfcfcf;border-radius:6px;margin-top:12px;padding:10px;font-size:14px;font-weight:600;display:block;color:var(--allbiz-button,#3c7ccb)!important;text-decoration:none!important}.addWizard-module__7ltufW__seeFullResults:hover{background:#eef3f8}.addWizard-module__7ltufW__wizardWrapper{flex-direction:column;gap:24px;padding:24px;display:flex}@media (max-width:500px){.addWizard-module__7ltufW__wizardWrapper{padding:24px 12px}}.addWizard-module__7ltufW__wizardButtons{justify-content:space-between;gap:12px;margin-top:20px;display:flex}.addWizard-module__7ltufW__stepIndicator{justify-content:center;align-items:center;gap:0;display:flex}.addWizard-module__7ltufW__stepDot{color:#999;background:#e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.addWizard-module__7ltufW__stepActive{background:var(--allbiz-button,#3c7ccb);color:#fff}.addWizard-module__7ltufW__stepLine{background:#e0e0e0;width:48px;height:2px}.addWizard-module__7ltufW__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.addWizard-module__7ltufW__modalContent{background:#fff;border-radius:12px;width:90%;max-width:440px;padding:32px;box-shadow:0 8px 32px #0003}.addWizard-module__7ltufW__modalTitle{color:#333;margin:0 0 12px;font-size:20px;font-weight:700}.addWizard-module__7ltufW__spinner{border:2.5px solid #e0e0e0;border-top-color:var(--allbiz-button,#3c7ccb);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite addWizard-module__7ltufW__spin;display:inline-block}@keyframes addWizard-module__7ltufW__spin{to{transform:rotate(360deg)}}
.modals-module__mnfKGW__overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.15s modals-module__mnfKGW__fadeIn;display:flex;position:fixed;inset:0}@keyframes modals-module__mnfKGW__fadeIn{0%{opacity:0}to{opacity:1}}.modals-module__mnfKGW__fullScreenContent{color:#fff;background:#000;flex-direction:column;width:100%;height:100%;display:flex}.modals-module__mnfKGW__modalContent{background:#fff;border-radius:8px;flex-direction:column;width:90%;max-width:560px;max-height:90vh;animation:.2s modals-module__mnfKGW__slideUp;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000004d}@keyframes modals-module__mnfKGW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modals-module__mnfKGW__modalHeader{flex-shrink:0;justify-content:center;align-items:center;padding:16px 20px;display:flex;position:relative}.modals-module__mnfKGW__modalTitle{text-align:center;text-transform:capitalize;flex:1;margin:0;padding:0 36px;font-size:21px;font-weight:600}.modals-module__mnfKGW__fullScreenContent .modals-module__mnfKGW__modalTitle{color:#fff}.modals-module__mnfKGW__closeBtn{inset-inline-end:12px;cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:20px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.modals-module__mnfKGW__closeBtn:hover{background:#0000000d}.modals-module__mnfKGW__fullScreenContent .modals-module__mnfKGW__closeBtn{color:#fff}.modals-module__mnfKGW__fullScreenContent .modals-module__mnfKGW__closeBtn:hover{background:#ffffff1a}.modals-module__mnfKGW__modalBody{background:#f9f9f9;flex:1;min-height:0;overflow-y:auto}.modals-module__mnfKGW__fullScreenContent .modals-module__mnfKGW__modalBody{flex-direction:column;display:flex}@media (max-width:600px){.modals-module__mnfKGW__modalContent{border-radius:0;width:100%;max-width:none;max-height:100vh}}
.removalModal-module__npovzG__body{padding:0 20px 20px}.removalModal-module__npovzG__lead{color:#444;margin:0 0 16px;line-height:1.5}.removalModal-module__npovzG__instructions{color:#444;margin:0 0 16px;font-size:.9rem;line-height:1.5}.removalModal-module__npovzG__instructions p{margin:0 0 6px}.removalModal-module__npovzG__instructions ul{margin:0;padding-inline-start:20px}.removalModal-module__npovzG__instructions li{margin:2px 0}.removalModal-module__npovzG__notice{color:#0d3a6c;background:#e7f0fb;border:1px solid #b9d2ee;border-radius:4px;margin:0 0 24px;padding:12px;font-size:.9rem}.removalModal-module__npovzG__form{flex-direction:column;gap:16px;display:flex}.removalModal-module__npovzG__field{flex-direction:column;gap:4px;display:flex}.removalModal-module__npovzG__fieldLabel{color:#444;font-size:.85rem;font-weight:500}.removalModal-module__npovzG__input{border:1px solid #ccc;border-radius:4px;outline:none;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.removalModal-module__npovzG__input:focus{border-color:var(--allbiz-primary,#4285f4);box-shadow:0 0 0 3px #4285f426}.removalModal-module__npovzG__input:disabled{cursor:not-allowed;background:#f4f4f4}.removalModal-module__npovzG__helpText{color:#777;font-size:.78rem}.removalModal-module__npovzG__checkboxRow{color:#333;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.4;display:flex}.removalModal-module__npovzG__checkboxRow input[type=checkbox]{flex-shrink:0;margin-top:3px}.removalModal-module__npovzG__error{color:#8a1a1a;background:#fdeaea;border:1px solid #f5c2c2;border-radius:4px;padding:10px 12px;font-size:.9rem}.removalModal-module__npovzG__primaryBtn{background:var(--allbiz-button,#4285f4);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:4px;margin-top:8px;padding:12px 16px;font-size:1rem;font-weight:500;transition:filter .15s,opacity .15s}.removalModal-module__npovzG__primaryBtn:not(:disabled):hover{filter:brightness(.95)}.removalModal-module__npovzG__primaryBtn:disabled{opacity:.55;cursor:not-allowed}.removalModal-module__npovzG__tos{color:#666;border-top:1px solid #e6e6e6;margin:16px 0 0;padding-top:16px;font-size:.85rem}.removalModal-module__npovzG__tosLink{color:var(--allbiz-button,#4285f4);text-decoration:none}.removalModal-module__npovzG__tosLink:hover{text-decoration:underline}
.footer-module__FDSJTW__footer{background:var(--allbiz-primary,#92a200);color:#fff;margin-top:auto;padding:32px 0 0}.footer-module__FDSJTW__inner{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:1024px;margin:0 auto;padding:0 16px;display:flex}.footer-module__FDSJTW__logoLink{display:inline-block}.footer-module__FDSJTW__logoImg{filter:brightness(0)invert();height:47px}.footer-module__FDSJTW__line{margin:0;font-size:14px;line-height:1.4}.footer-module__FDSJTW__doNotSell{margin:0;padding-bottom:14px;font-size:1rem}.footer-module__FDSJTW__doNotSell a,.footer-module__FDSJTW__doNotSell button{color:#fff;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.footer-module__FDSJTW__doNotSell a:hover,.footer-module__FDSJTW__doNotSell button:hover{text-decoration:underline}.footer-module__FDSJTW__links{border-top:1px solid var(--allbiz-footer-border,#ffffff40);justify-content:center;align-items:stretch;width:100%;display:flex}.footer-module__FDSJTW__links a{color:#fff;flex:185px;max-width:185px;padding:16px 8px;font-size:.95rem;text-decoration:none;transition:background .12s}.footer-module__FDSJTW__links a:hover{background:#ffffff14}.footer-module__FDSJTW__links a+a,.footer-module__FDSJTW__links a+.footer-module__FDSJTW__langCell,.footer-module__FDSJTW__links .footer-module__FDSJTW__langCell+a{border-left:1px solid var(--allbiz-footer-border,#ffffff40)}.footer-module__FDSJTW__langCell{flex:185px;justify-content:center;align-items:center;max-width:185px;padding:12px 8px;display:flex}@media (max-width:1024px){.footer-module__FDSJTW__links{flex-direction:column}.footer-module__FDSJTW__links a{flex:none;width:100%;max-width:100%}.footer-module__FDSJTW__links a+a,.footer-module__FDSJTW__links a+.footer-module__FDSJTW__langCell,.footer-module__FDSJTW__links .footer-module__FDSJTW__langCell+a{border-left:none}.footer-module__FDSJTW__langCell{flex:none;width:100%;max-width:100%;padding:14px 8px}}
.accountForm-module__9BayYq__error{color:#8a1a1a;background:#fdeaea;border:1px solid #f5c2c2;border-radius:4px;margin-bottom:16px;padding:10px 12px;font-size:.9rem}.accountForm-module__9BayYq__success{color:#1b5e20;background:#e7f5e9;border:1px solid #b6dabb;border-radius:4px;margin-bottom:16px;padding:10px 12px;font-size:.9rem}.accountForm-module__9BayYq__form{flex-direction:column;gap:16px;display:flex}.accountForm-module__9BayYq__field{flex-direction:column;gap:4px;display:flex}.accountForm-module__9BayYq__fieldLabel{color:#444;font-size:.85rem;font-weight:500}.accountForm-module__9BayYq__input{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.accountForm-module__9BayYq__input:focus{border-color:var(--allbiz-primary,#4285f4);box-shadow:0 0 0 3px #4285f426}.accountForm-module__9BayYq__input:disabled{cursor:not-allowed;background:#f4f4f4}.accountForm-module__9BayYq__helpText{color:#777;font-size:.78rem}.accountForm-module__9BayYq__inputWithToggle{position:relative}.accountForm-module__9BayYq__inputWithToggle .accountForm-module__9BayYq__input{padding-right:40px}.accountForm-module__9BayYq__toggleBtn{cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:1rem;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.accountForm-module__9BayYq__divider{border:0;border-top:1px solid #e8e8e8;margin:4px 0}.accountForm-module__9BayYq__sectionLabel{color:#555;margin:0;font-size:.85rem;font-weight:500}.accountForm-module__9BayYq__actions{gap:12px;margin-top:8px;display:flex}.accountForm-module__9BayYq__primaryBtn,.accountForm-module__9BayYq__outlineBtn{cursor:pointer;border:1px solid #0000;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.accountForm-module__9BayYq__primaryBtn:disabled,.accountForm-module__9BayYq__outlineBtn:disabled{opacity:.55;cursor:not-allowed}.accountForm-module__9BayYq__primaryBtn{background:var(--allbiz-button,#4285f4);color:#fff}.accountForm-module__9BayYq__primaryBtn:not(:disabled):hover{filter:brightness(.95)}.accountForm-module__9BayYq__outlineBtn{color:#222;background:#fff;border-color:#ccc}.accountForm-module__9BayYq__outlineBtn:not(:disabled):hover{background:#f5f5f5}
.homepage-module__G5m8ZW__page{flex-direction:column;min-height:100vh;display:flex}.homepage-module__G5m8ZW__contentWidth{width:100%;max-width:1024px;margin:0 auto;padding:0 16px}.homepage-module__G5m8ZW__hero{text-align:center;background:#fff;padding:56px 16px}.homepage-module__G5m8ZW__flagWrap{justify-content:center;margin-bottom:16px;display:flex}.homepage-module__G5m8ZW__flag{font-size:32px;line-height:1}.homepage-module__G5m8ZW__heroHeading{color:var(--allbiz-primary);margin:0 0 8px;font-size:2rem;font-weight:700}.homepage-module__G5m8ZW__heroCount{margin:0 0 16px;font-weight:700}.homepage-module__G5m8ZW__heroLede{max-width:800px;margin:0 auto 24px;line-height:1.5}.homepage-module__G5m8ZW__heroActions{justify-content:center;gap:16px;margin-bottom:32px;display:flex}.homepage-module__G5m8ZW__btnPrimary,.homepage-module__G5m8ZW__btnSecondary{cursor:pointer;border:1px solid var(--allbiz-button);border-radius:4px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity .12s;display:inline-flex}.homepage-module__G5m8ZW__btnPrimary{background:var(--allbiz-button);color:#fff}.homepage-module__G5m8ZW__btnPrimary:hover{opacity:.9}.homepage-module__G5m8ZW__btnSecondary{color:var(--allbiz-button);background:0 0}.homepage-module__G5m8ZW__btnSecondary:hover{background:#0000000a}.homepage-module__G5m8ZW__countriesBlock{text-align:left;max-width:900px;margin:8px auto 40px}.homepage-module__G5m8ZW__countriesTitle{color:#555;text-align:center;margin:0 0 16px;font-weight:700}.homepage-module__G5m8ZW__countriesGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 16px;display:grid}.homepage-module__G5m8ZW__countryItem{color:#333;align-items:center;gap:8px;min-width:0;font-size:15px;line-height:1.3;display:flex}.homepage-module__G5m8ZW__countryFlag{flex-shrink:0;font-size:18px;line-height:1}@media (max-width:768px){.homepage-module__G5m8ZW__countriesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.homepage-module__G5m8ZW__countriesGrid{grid-template-columns:1fr}}.homepage-module__G5m8ZW__recordsBlock{text-align:left;border:1px solid #eaebec;border-radius:6px;margin:48px 0;padding:48px}.homepage-module__G5m8ZW__recordsTitle{text-transform:uppercase;letter-spacing:1px;text-align:center;margin:0 0 24px;font-size:.95rem;font-weight:700}.homepage-module__G5m8ZW__recordsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:768px){.homepage-module__G5m8ZW__recordsGrid{grid-template-columns:1fr}}.homepage-module__G5m8ZW__recordItem{align-items:center;gap:8px;display:flex}.homepage-module__G5m8ZW__iconBlock{width:36px;height:36px;color:var(--allbiz-primary);background:#f1f3f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.homepage-module__G5m8ZW__sisterText{margin:32px 0 0;font-size:.95rem}.homepage-module__G5m8ZW__sisterText a{color:var(--allbiz-primary);font-weight:600}.homepage-module__G5m8ZW__sections{background:#f5f5f5;border-top:1px solid #eaebec;padding:56px 0}.homepage-module__G5m8ZW__section{background:#fff;border:1px solid #eaebec;border-radius:4px;margin-bottom:32px;overflow:hidden;box-shadow:0 8px 16px #e0e1e233}.homepage-module__G5m8ZW__sectionHead{border-bottom:1px solid #eee;padding:24px}.homepage-module__G5m8ZW__sectionTitle{margin:0 0 8px;font-size:1.25rem;font-weight:600}.homepage-module__G5m8ZW__sectionSubtitle{color:#555;margin:0;font-size:.9rem}.homepage-module__G5m8ZW__sectionBody{padding:16px}.homepage-module__G5m8ZW__bizGrid{-moz-column-gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 16px;margin:0;padding:0;list-style:none;display:grid}@media (max-width:960px){.homepage-module__G5m8ZW__bizGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.homepage-module__G5m8ZW__bizGrid{grid-template-columns:1fr}}.homepage-module__G5m8ZW__bizCard{color:inherit;border-radius:4px;min-width:0;padding:8px;text-decoration:none;display:block}.homepage-module__G5m8ZW__bizCard:hover{background:#00000008}.homepage-module__G5m8ZW__bizNameRow{white-space:nowrap;text-overflow:ellipsis;align-items:baseline;min-width:0;display:flex;overflow:hidden}.homepage-module__G5m8ZW__bizName{color:#1a73e8;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:16px;font-weight:600;text-decoration:none;overflow:hidden}.homepage-module__G5m8ZW__bizName:hover{text-decoration:underline}.homepage-module__G5m8ZW__bizRank{color:#999;flex-shrink:0;font-size:10px;font-weight:600}.homepage-module__G5m8ZW__bizMeta{color:#555;align-items:center;gap:4px;margin-top:2px;font-size:14px;display:flex}.homepage-module__G5m8ZW__bizAddress,.homepage-module__G5m8ZW__bizLocation{white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:14px;overflow:hidden}.homepage-module__G5m8ZW__bizLocation{color:#777}.homepage-module__G5m8ZW__externalIcon{vertical-align:middle;opacity:.6;width:12px;height:12px;margin-left:4px;display:inline-block}.homepage-module__G5m8ZW__ratingRow{color:#555;align-items:center;gap:4px;font-size:14px;display:flex}.homepage-module__G5m8ZW__stars{letter-spacing:1px;color:#babcbd;font-size:14px;display:inline-block;position:relative}.homepage-module__G5m8ZW__starsFill{white-space:nowrap;color:#fbbc02;position:absolute;top:0;left:0;overflow:hidden}.homepage-module__G5m8ZW__starsFillInternal{color:#3b7ccb}
.modals-module__JEnmyq__overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.15s modals-module__JEnmyq__fadeIn;display:flex;position:fixed;inset:0}@keyframes modals-module__JEnmyq__fadeIn{0%{opacity:0}to{opacity:1}}.modals-module__JEnmyq__fullScreenContent{color:#fff;background:#000;flex-direction:column;width:100%;height:100%;display:flex}.modals-module__JEnmyq__modalContent{background:#f9f9f9;border-radius:8px;flex-direction:column;width:90%;max-width:560px;max-height:90vh;animation:.2s modals-module__JEnmyq__slideUp;display:flex;box-shadow:0 8px 32px #0000004d}@keyframes modals-module__JEnmyq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modals-module__JEnmyq__modalHeader{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modals-module__JEnmyq__modalTitle{margin:0;font-size:18px;font-weight:600}.modals-module__JEnmyq__fullScreenContent .modals-module__JEnmyq__modalTitle{color:#fff}.modals-module__JEnmyq__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:4px 8px;font-size:20px;line-height:1}.modals-module__JEnmyq__closeBtn:hover{background:#0000000d}.modals-module__JEnmyq__fullScreenContent .modals-module__JEnmyq__closeBtn{color:#fff}.modals-module__JEnmyq__fullScreenContent .modals-module__JEnmyq__closeBtn:hover{background:#ffffff1a}.modals-module__JEnmyq__modalBody{flex:1;min-height:0;overflow-y:auto}.modals-module__JEnmyq__fullScreenContent .modals-module__JEnmyq__modalBody{flex-direction:column;display:flex}.modals-module__JEnmyq__galleryMain{flex:1;justify-content:center;align-items:center;min-height:0;padding:0 60px;display:flex;position:relative}.modals-module__JEnmyq__galleryImage{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.modals-module__JEnmyq__galleryNav{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;padding:12px 16px;font-size:28px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.modals-module__JEnmyq__galleryNav:hover{background:#ffffff4d}.modals-module__JEnmyq__galleryNavPrev{left:12px}.modals-module__JEnmyq__galleryNavNext{right:12px}.modals-module__JEnmyq__galleryActions{justify-content:center;gap:12px;padding:8px 16px;display:flex}.modals-module__JEnmyq__galleryActionBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;min-height:32px;padding:6px 14px;font-size:13px;line-height:1;transition:background .15s}.modals-module__JEnmyq__galleryActionBtn:hover{background:#fff3}.modals-module__JEnmyq__galleryActionBtn:disabled{opacity:.6;cursor:default}.modals-module__JEnmyq__galleryActionBtnActive{color:#88d27a;background:#2e7d324d;border-color:#2e7d3299}.modals-module__JEnmyq__galleryActionBtnDanger:hover{background:#d32f2f4d;border-color:#d32f2f80}.modals-module__JEnmyq__galleryFlagForm{flex-wrap:wrap;justify-content:center;gap:8px;padding:0 16px 8px;display:flex}.modals-module__JEnmyq__galleryFlagSelect{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;padding:6px 10px;font-size:13px}.modals-module__JEnmyq__galleryFlagSelect option{color:#fff;background:#222}.modals-module__JEnmyq__galleryFlagInput{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;flex:1;min-width:150px;padding:6px 10px;font-size:13px}.modals-module__JEnmyq__galleryFlagInput::placeholder{color:#999}.modals-module__JEnmyq__galleryFlagSubmit{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600}.modals-module__JEnmyq__galleryFlagSubmit:disabled{opacity:.5;cursor:default}.modals-module__JEnmyq__galleryCounter{text-align:center;color:#aaa;padding:12px;font-size:14px}.modals-module__JEnmyq__galleryThumbs{justify-content:center;gap:6px;padding:8px 16px 16px;display:flex;overflow-x:auto}.modals-module__JEnmyq__galleryThumb{-o-object-fit:cover;object-fit:cover;cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:56px;height:56px;transition:opacity .15s}.modals-module__JEnmyq__galleryThumb:hover{opacity:.8}.modals-module__JEnmyq__galleryThumbActive{opacity:1;border-color:#fff}.modals-module__JEnmyq__galleryGridModal{border-top:4px solid #3c7ccb;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;padding:20px;display:grid}.modals-module__JEnmyq__galleryGridItem{aspect-ratio:1;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:0;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ccc}.modals-module__JEnmyq__galleryGridItem:hover{transform:scale(1.03);box-shadow:0 0 0 3px #3c7ccb}.modals-module__JEnmyq__galleryGridItem img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.modals-module__JEnmyq__galleryGridPrimary{color:#fff;background:#2e7d32d9;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex;position:absolute;top:6px;left:6px}.modals-module__JEnmyq__lightboxOverlay{z-index:1010;background:#000000eb;justify-content:center;align-items:center;animation:.15s modals-module__JEnmyq__fadeIn;display:flex;position:fixed;inset:0}.modals-module__JEnmyq__lightboxContent{color:#fff;flex-direction:column;width:100%;height:100%;display:flex}.modals-module__JEnmyq__lightboxTopBar{flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.modals-module__JEnmyq__lightboxBackBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:15px}.modals-module__JEnmyq__lightboxBackBtn:hover{background:#ffffff1a}@media (max-width:600px){.modals-module__JEnmyq__galleryGridModal{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:4px;padding:0 12px 12px}}.modals-module__JEnmyq__formBody{text-align:center;border-top:4px solid #3c7ccb;flex-direction:column;gap:20px;padding:20px;display:flex}.modals-module__JEnmyq__starSelector{gap:4px;display:flex}.modals-module__JEnmyq__starBtn{cursor:pointer;color:#999;background:0 0;border:none;padding:0;font-size:32px;transition:color .1s}.modals-module__JEnmyq__starBtnActive,.modals-module__JEnmyq__starBtn:hover{color:#f5a623}.modals-module__JEnmyq__textarea{resize:vertical;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;min-height:120px;padding:12px;font-size:14px}.modals-module__JEnmyq__submitBtn{color:#fff;cursor:pointer;text-transform:uppercase;background:#3c7ccb;border:none;border-radius:6px;padding:12px 24px;font-size:15px;font-weight:600}.modals-module__JEnmyq__submitBtn:disabled{cursor:default;background:#ccc}.modals-module__JEnmyq__dropZone{text-align:center;cursor:pointer;color:#666;border:2px dashed #ccc;border-radius:12px;padding:40px 20px;transition:border-color .15s,background .15s}.modals-module__JEnmyq__dropZone:hover{background:#f5f8ff;border-color:#3c7ccb}.modals-module__JEnmyq__dropZoneActive{background:#eef3ff;border-color:#3c7ccb}.modals-module__JEnmyq__previewGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;display:grid}.modals-module__JEnmyq__previewItem{position:relative}.modals-module__JEnmyq__previewImg{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:6px;width:100%;display:block}.modals-module__JEnmyq__previewRemove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:4px;right:4px}.modals-module__JEnmyq__previewRemove:hover{background:#000c}.modals-module__JEnmyq__reviewFilters{border-top:4px solid #3c7ccb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.modals-module__JEnmyq__starFilters{flex-wrap:wrap;gap:4px;display:flex}.modals-module__JEnmyq__starFilterBtn{cursor:pointer;color:#555;white-space:nowrap;background:#fff;border:1px solid #ccc;border-radius:16px;padding:5px 10px;font-size:13px;transition:background .15s,border-color .15s}.modals-module__JEnmyq__starFilterBtn:hover{color:#3c7ccb;border-color:#3c7ccb}.modals-module__JEnmyq__starFilterBtnActive{color:#fff;background:#3c7ccb;border-color:#3c7ccb}.modals-module__JEnmyq__starFilterBtnActive:hover{color:#fff;background:#3570b5;border-color:#3570b5}.modals-module__JEnmyq__sortSelect{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:5px 8px;font-size:13px}.modals-module__JEnmyq__reviewsScroll{height:60vh;transition:opacity .15s;overflow-y:auto}.modals-module__JEnmyq__reviewsListFading{opacity:.4;pointer-events:none}.modals-module__JEnmyq__reviewsList{flex-direction:column;gap:12px;padding:0 20px 20px;display:flex}.modals-module__JEnmyq__reviewsList>div{background:#fff}.modals-module__JEnmyq__loadMoreBtn{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;align-self:center;padding:10px 20px;font-size:14px}.modals-module__JEnmyq__loadMoreBtn:hover{background:#f5f5f5}@media (max-width:600px){.modals-module__JEnmyq__modalContent{border-radius:0;width:100%;max-width:none;max-height:100vh}.modals-module__JEnmyq__galleryMain{padding:0 40px}.modals-module__JEnmyq__galleryNav{padding:8px 12px;font-size:22px}.modals-module__JEnmyq__galleryNavPrev{left:4px}.modals-module__JEnmyq__galleryNavNext{right:4px}}.modals-module__JEnmyq__claimIntro{color:#444;margin:0;font-size:16px;font-weight:700}.modals-module__JEnmyq__claimBizName{color:#3c7ccb}.modals-module__JEnmyq__claimSubtext{color:#666;margin:0;font-size:14px}.modals-module__JEnmyq__claimOutcomeBox{flex-direction:column;align-items:center;gap:12px;display:flex}.modals-module__JEnmyq__claimOutcomeIcon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:36px;line-height:1;display:flex}.modals-module__JEnmyq__claimOutcomeIconSuccess{background:#2e7d32}.modals-module__JEnmyq__claimOutcomeIconError{background:#d32f2f}.modals-module__JEnmyq__claimOutcome{margin:0;font-size:16px}.modals-module__JEnmyq__claimOutcomeSuccess{color:#2e7d32;font-weight:600}.modals-module__JEnmyq__claimOutcomeError{color:#d32f2f}.modals-module__JEnmyq__claimTerms{color:#444;cursor:pointer;justify-content:center;align-items:flex-start;gap:8px;font-size:14px;display:flex}.modals-module__JEnmyq__claimTermsCheckbox{margin-top:2px}.modals-module__JEnmyq__claimTermsLink{color:#3c7ccb}.modals-module__JEnmyq__unclaimBtn{background:#c0392b}
.accountSetup-module__mCEGwq__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:40px 16px}.accountSetup-module__mCEGwq__card{background:#fff;border-radius:8px;max-width:500px;margin:0 auto;padding:32px;box-shadow:0 2px 8px #00000014}.accountSetup-module__mCEGwq__title{text-align:center;color:#222;margin:0 0 8px;font-size:1.6rem;font-weight:600}.accountSetup-module__mCEGwq__subtitle{text-align:center;color:#666;margin:0 0 24px;font-size:.9rem;line-height:1.5}.accountSetup-module__mCEGwq__skipRow{justify-content:center;margin-top:16px;display:flex}.accountSetup-module__mCEGwq__skipBtn{color:var(--allbiz-button,#4285f4);font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 16px;font-weight:500}.accountSetup-module__mCEGwq__skipBtn:hover{text-decoration:underline}.accountSetup-module__mCEGwq__helperFooter{text-align:center;color:#888;margin:16px 0 0;font-size:.78rem}
.add-module__r-d8wa__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px)}.add-module__r-d8wa__container{max-width:960px;margin:0 auto;padding:24px 16px}.add-module__r-d8wa__title{color:#222;margin:0 0 24px;font-size:1.6rem;font-weight:700}
.contact-module__1Z5HxG__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:24px 16px}.contact-module__1Z5HxG__card{background:#fff;border:1px solid #eaebec;border-radius:4px;max-width:1024px;margin:0 auto;padding:32px}.contact-module__1Z5HxG__title{color:var(--allbiz-primary,#4285f4);border-bottom:1px solid #e8e8e8;margin:0 0 24px;padding-bottom:24px;font-size:1.5rem;font-weight:700}.contact-module__1Z5HxG__helpRow{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.contact-module__1Z5HxG__helpRow .contact-module__1Z5HxG__helpText{color:#333;margin:0;font-size:1rem;line-height:1.55}@media (max-width:800px){.contact-module__1Z5HxG__helpRow{flex-direction:column;align-items:stretch}}.contact-module__1Z5HxG__helpBtn{background:var(--allbiz-primary,#4285f4);color:#fff;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;gap:6px;width:fit-content;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.contact-module__1Z5HxG__helpBtn:hover{filter:brightness(.9)}.contact-module__1Z5HxG__body{color:#333;font-size:1rem;line-height:1.55}.contact-module__1Z5HxG__topicSelect{background:#fff;border:1px solid #ccc;border-radius:4px;min-width:280px;margin:16px 0;padding:10px 12px;font-family:inherit;font-size:1rem}.contact-module__1Z5HxG__panel{margin:20px 0;padding:16px 0}.contact-module__1Z5HxG__panelTitle{margin:0 0 12px;font-size:1.2rem;font-weight:600}.contact-module__1Z5HxG__panelText{margin:0 0 12px;font-size:1.05rem;line-height:1.55}.contact-module__1Z5HxG__panelTextSmall{color:#555;margin:8px 0;font-size:.95rem}.contact-module__1Z5HxG__divider{border:0;border-top:1px solid #ddd;margin:16px 0}.contact-module__1Z5HxG__linkList{margin:8px 0 0;padding-left:20px;list-style:outside}.contact-module__1Z5HxG__outboundLink{color:var(--allbiz-button,#4285f4);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.contact-module__1Z5HxG__outboundLink:hover{text-decoration:underline}.contact-module__1Z5HxG__ticketForm{background:#ebebeb;border:1px solid #d3d3d3;border-radius:12px;flex-direction:column;gap:16px;margin-top:24px;padding:24px;display:flex;box-shadow:0 0 4px #0003}.contact-module__1Z5HxG__ticketTitle{color:var(--allbiz-primary,#4285f4);margin:0;font-size:1.5rem;font-weight:700}.contact-module__1Z5HxG__field{flex-direction:column;gap:6px;display:flex}.contact-module__1Z5HxG__fieldLabel{color:#333;font-size:1rem;font-weight:500}.contact-module__1Z5HxG__input{resize:vertical;background:#fff;border:1px solid #ccc;border-radius:4px;outline:none;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.contact-module__1Z5HxG__input:focus{border-color:var(--allbiz-primary,#4285f4);box-shadow:0 0 0 3px #4285f426}.contact-module__1Z5HxG__toastSuccess,.contact-module__1Z5HxG__toastError{color:#fff;cursor:pointer;z-index:1000;border-radius:4px;padding:12px 20px;font-size:.95rem;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.contact-module__1Z5HxG__toastSuccess{background:#2e7d32}.contact-module__1Z5HxG__toastError{background:#c62828}
.edit-module__AJPptW__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px)}.edit-module__AJPptW__container{max-width:960px;margin:0 auto;padding:24px 16px}.edit-module__AJPptW__title{color:#222;margin:0 0 24px;font-size:1.6rem;font-weight:700}.edit-module__AJPptW__blockedCard{text-align:center;background:#fff;border:1px solid #ef9a9a;border-radius:8px;max-width:600px;margin:60px auto;padding:24px}.edit-module__AJPptW__blockedTitle{color:#b71c1c;margin:0 0 12px;font-size:1.25rem;font-weight:600}.edit-module__AJPptW__blockedReason{color:#666;margin:0 0 16px;line-height:1.5}.edit-module__AJPptW__blockedBtn{background:var(--allbiz-button,#3c7ccb);color:#fff;border-radius:6px;padding:10px 20px;font-weight:600;text-decoration:none;display:inline-block}.edit-module__AJPptW__blockedBtn:hover{filter:brightness(.92)}
.gone-module__BIKTnq__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:40px 16px}.gone-module__BIKTnq__card{background:#fff;border-radius:8px;max-width:640px;margin:0 auto;padding:32px;box-shadow:0 2px 8px #00000014}.gone-module__BIKTnq__title{color:#222;margin:0 0 16px;font-size:1.6rem;font-weight:600}.gone-module__BIKTnq__body{color:#444;margin:0 0 16px;line-height:1.5}.gone-module__BIKTnq__primaryBtn{background:var(--allbiz-button,#4285f4);color:#fff;letter-spacing:.02em;border:0;border-radius:6px;margin-top:8px;padding:11px 20px;font-weight:600;text-decoration:none;transition:filter .15s;display:inline-block}.gone-module__BIKTnq__primaryBtn:hover{filter:brightness(.95)}
.login-module__tieYEa__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:40px 16px}.login-module__tieYEa__card{background:#fff;border-radius:8px;max-width:420px;margin:0 auto;padding:32px;box-shadow:0 2px 8px #00000014}.login-module__tieYEa__title{text-align:center;color:#222;margin:0 0 8px;font-size:1.6rem;font-weight:600}.login-module__tieYEa__subtitle{text-align:center;color:#666;margin:0 0 24px;font-size:.9rem;line-height:1.5}.login-module__tieYEa__error{color:#8a1a1a;background:#fdeaea;border:1px solid #f5c2c2;border-radius:4px;margin-bottom:16px;padding:10px 12px;font-size:.9rem}.login-module__tieYEa__form{flex-direction:column;gap:16px;display:flex}.login-module__tieYEa__field{flex-direction:column;gap:4px;display:flex}.login-module__tieYEa__fieldLabel{color:#444;font-size:.85rem;font-weight:500}.login-module__tieYEa__input{border:1px solid #ccc;border-radius:4px;outline:none;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.login-module__tieYEa__input:focus{border-color:var(--allbiz-primary,#4285f4);box-shadow:0 0 0 3px #4285f426}.login-module__tieYEa__input:disabled{cursor:not-allowed;background:#f4f4f4}.login-module__tieYEa__helpText{color:#777;font-size:.78rem}.login-module__tieYEa__primaryBtn,.login-module__tieYEa__outlineBtn,.login-module__tieYEa__socialBtn{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:11px 16px;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.login-module__tieYEa__primaryBtn:disabled,.login-module__tieYEa__outlineBtn:disabled,.login-module__tieYEa__socialBtn:disabled{opacity:.55;cursor:not-allowed}.login-module__tieYEa__primaryBtn{background:var(--allbiz-button,#4285f4);color:#fff}.login-module__tieYEa__primaryBtn:not(:disabled):hover{filter:brightness(.95)}.login-module__tieYEa__outlineBtn,.login-module__tieYEa__socialBtn{color:#222;background:#fff;border-color:#ccc}.login-module__tieYEa__outlineBtn:not(:disabled):hover,.login-module__tieYEa__socialBtn:not(:disabled):hover{background:#f5f5f5}.login-module__tieYEa__socialGroup{flex-direction:column;gap:10px;display:flex}.login-module__tieYEa__btnIcon{font-size:1.1rem}.login-module__tieYEa__linkBtn{color:var(--allbiz-button,#4285f4);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:500}.login-module__tieYEa__linkBtn:not(:disabled):hover{text-decoration:underline}.login-module__tieYEa__linkBtn:disabled{opacity:.55;cursor:not-allowed}.login-module__tieYEa__divider{align-items:center;gap:12px;margin:20px 0;display:flex}.login-module__tieYEa__dividerLine{background:#e0e0e0;flex:1;height:1px}.login-module__tieYEa__dividerLabel{color:#888;letter-spacing:.05em;font-size:.78rem}.login-module__tieYEa__altPromptRow{text-align:center;color:#555;margin:16px 0 0;font-size:.85rem}.login-module__tieYEa__tos{text-align:center;color:#888;margin:24px 0 0;font-size:.75rem;line-height:1.4}.login-module__tieYEa__magicSent{text-align:center;padding:24px 0}.login-module__tieYEa__magicIcon{color:var(--allbiz-primary,#4285f4);margin-bottom:12px;font-size:3rem}.login-module__tieYEa__magicHeading{color:#222;margin:0 0 8px;font-size:1.2rem;font-weight:600}.login-module__tieYEa__magicBody{color:#555;margin:0 0 16px;font-size:.9rem;line-height:1.5}
.profile-module__87VX5a__page{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:24px 16px}.profile-module__87VX5a__header{background:#fff;border-radius:8px;align-items:center;gap:20px;margin-bottom:20px;padding:24px;display:flex;box-shadow:0 2px 8px #0000000f}.profile-module__87VX5a__avatar{background:var(--allbiz-primary,#4285f4);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:600;display:flex}.profile-module__87VX5a__headerText{flex:1;min-width:0}.profile-module__87VX5a__name{color:#222;margin:0 0 4px;font-size:1.5rem}.profile-module__87VX5a__email{color:#666;margin:0;font-size:.95rem}.profile-module__87VX5a__logoutBtn{font:inherit;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px 14px;font-weight:500}.profile-module__87VX5a__logoutBtn:hover{background:#f5f5f5}.profile-module__87VX5a__tabsRow{background:#fff;border-radius:8px;flex-wrap:wrap;gap:4px;margin-bottom:20px;padding:4px;display:flex;box-shadow:0 2px 8px #0000000f}.profile-module__87VX5a__tab,.profile-module__87VX5a__tabActive{min-width:100px;font:inherit;cursor:pointer;color:#555;background:0 0;border:0;border-radius:4px;flex:1;padding:12px;transition:background .15s,color .15s}.profile-module__87VX5a__tab:hover{background:#f5f5f5}.profile-module__87VX5a__tabActive{background:var(--allbiz-primary,#4285f4);color:#fff;font-weight:500}.profile-module__87VX5a__panel{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000f}.profile-module__87VX5a__empty{color:#888;text-align:center;margin:16px 0}.profile-module__87VX5a__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.profile-module__87VX5a__reviewRow,.profile-module__87VX5a__bizRow{border:1px solid #e6e6e6;border-radius:4px;padding:16px}.profile-module__87VX5a__bizRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-module__87VX5a__reviewHead{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.profile-module__87VX5a__reviewMeta{color:#666;flex-shrink:0;align-items:center;gap:8px;font-size:.85rem;display:flex}.profile-module__87VX5a__itemTitle{margin:0;font-size:1.05rem;font-weight:600}.profile-module__87VX5a__itemLink{color:inherit;text-decoration:none}.profile-module__87VX5a__itemLink:hover{color:var(--allbiz-button,#4285f4);text-decoration:underline}.profile-module__87VX5a__reviewText{color:#333;margin:0;line-height:1.5}.profile-module__87VX5a__bizMeta{color:#666;margin:4px 0 0;font-size:.85rem}.profile-module__87VX5a__rating{color:#f4b400;letter-spacing:.05em;font-size:.9rem}.profile-module__87VX5a__date{color:#888;font-size:.85rem}.profile-module__87VX5a__thumbs{gap:8px;margin-top:12px;display:flex}.profile-module__87VX5a__thumb{-o-object-fit:cover;object-fit:cover;border-radius:4px;width:100px;height:100px}.profile-module__87VX5a__photoGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.profile-module__87VX5a__photoCard{background:#fff;border:1px solid #e6e6e6;border-radius:4px;overflow:hidden}.profile-module__87VX5a__photoImg{-o-object-fit:cover;object-fit:cover;width:100%;height:200px;display:block}.profile-module__87VX5a__photoCaption{color:#444;padding:8px;font-size:.85rem;text-decoration:none;display:block}.profile-module__87VX5a__photoCaption:hover{color:var(--allbiz-button,#4285f4)}.profile-module__87VX5a__sectionTitle{margin:0 0 16px;font-size:1.2rem;font-weight:600}.profile-module__87VX5a__subPanel{border:1px solid #e6e6e6;border-radius:4px;margin-bottom:20px;padding:20px}.profile-module__87VX5a__subPanelHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.profile-module__87VX5a__subPanelTitle{margin:0;font-size:1rem;font-weight:600}.profile-module__87VX5a__editBtn{font:inherit;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 12px;font-size:.85rem}.profile-module__87VX5a__editBtn:hover{background:#f5f5f5}.profile-module__87VX5a__infoList{flex-direction:column;gap:6px;margin:0;display:flex}.profile-module__87VX5a__infoRow{gap:12px;display:flex}.profile-module__87VX5a__infoRow dt{color:#444;min-width:100px;font-weight:600}.profile-module__87VX5a__infoRow dd{color:#333;margin:0}.profile-module__87VX5a__chipGroup{flex-wrap:wrap;gap:8px;display:flex}.profile-module__87VX5a__chip{border:1px solid var(--allbiz-primary,#4285f4);color:var(--allbiz-primary,#4285f4);background:#fff;border-radius:16px;padding:4px 12px;font-size:.85rem;display:inline-block}.profile-module__87VX5a__helpText{color:#666;margin:12px 0 0;font-size:.85rem}
.removalVerify-module__m1xFmq__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:40px 16px}.removalVerify-module__m1xFmq__card{text-align:center;background:#fff;border-radius:8px;max-width:540px;margin:0 auto;padding:32px;box-shadow:0 2px 8px #00000014}.removalVerify-module__m1xFmq__icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:2rem;font-weight:700;display:inline-flex}.removalVerify-module__m1xFmq__iconSuccess{background:#2e7d32}.removalVerify-module__m1xFmq__iconWarning{background:#ed6c02}.removalVerify-module__m1xFmq__iconError{background:#c62828}.removalVerify-module__m1xFmq__title{color:#222;margin:0 0 16px;font-size:1.5rem;font-weight:600}.removalVerify-module__m1xFmq__titleSuccess{color:#2e7d32}.removalVerify-module__m1xFmq__titleError{color:#c62828}.removalVerify-module__m1xFmq__alertSuccess,.removalVerify-module__m1xFmq__alertWarning,.removalVerify-module__m1xFmq__alertError{border-radius:4px;margin:0 0 16px;padding:12px;font-size:.95rem}.removalVerify-module__m1xFmq__alertSuccess{color:#1b5e20;background:#e7f5e9;border:1px solid #b6dabb}.removalVerify-module__m1xFmq__alertWarning{color:#663c00;background:#fff4e5;border:1px solid #ffd9a3}.removalVerify-module__m1xFmq__alertError{color:#8a1a1a;background:#fdeaea;border:1px solid #f5c2c2}.removalVerify-module__m1xFmq__bodyText{color:#333;margin:0 0 12px;line-height:1.5}.removalVerify-module__m1xFmq__muted{color:#777;margin:0 0 12px;font-size:.85rem}.removalVerify-module__m1xFmq__primaryBtn{background:var(--allbiz-button,#4285f4);color:#fff;cursor:pointer;border:0;border-radius:4px;margin-top:8px;padding:11px 20px;font-weight:500;text-decoration:none;display:inline-block}.removalVerify-module__m1xFmq__primaryBtn:hover{filter:brightness(.95)}
.sorry-module__4Y5w9a__page{box-sizing:border-box;background:#f8f8f8;width:100%;min-height:calc(100vh - 200px);padding:24px 16px 40px}.sorry-module__4Y5w9a__panel{background:#fff;border:1px solid #e7e7e7;max-width:1024px;margin:0 auto}.sorry-module__4Y5w9a__banner{background:var(--allbiz-primary,#294a6d);color:#fff;align-items:center;gap:10px;padding:18px 24px;font-size:1.1rem;display:flex}.sorry-module__4Y5w9a__icon{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;line-height:1;display:inline-flex}.sorry-module__4Y5w9a__content{padding:32px}.sorry-module__4Y5w9a__title{color:var(--allbiz-primary,#294a6d);margin:0 0 16px;font-size:1.8rem;font-weight:700}.sorry-module__4Y5w9a__body{color:#333;max-width:760px;margin:0 0 24px;font-size:1rem;line-height:1.55}.sorry-module__4Y5w9a__form{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.sorry-module__4Y5w9a__primaryBtn{background:var(--allbiz-button,#294a6d);color:#fff;min-width:140px;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:4px;justify-content:center;align-items:center;padding:10px 18px;font-weight:600;display:inline-flex}.sorry-module__4Y5w9a__primaryBtn:hover{filter:brightness(.95)}@media (max-width:700px){.sorry-module__4Y5w9a__page{padding:0 0 24px}.sorry-module__4Y5w9a__panel{border-left:0;border-right:0}.sorry-module__4Y5w9a__banner{padding:16px;font-size:1rem}.sorry-module__4Y5w9a__content{padding:24px 16px}.sorry-module__4Y5w9a__title{font-size:1.5rem}}
.verifyEmail-module__okykYW__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:40px 16px}.verifyEmail-module__okykYW__card{text-align:center;background:#fff;border-radius:8px;max-width:500px;margin:0 auto;padding:32px;box-shadow:0 2px 8px #00000014}.verifyEmail-module__okykYW__title{color:#222;margin:0 0 16px;font-size:1.6rem;font-weight:600}.verifyEmail-module__okykYW__loading{flex-direction:column;align-items:center;gap:16px;padding:24px 0;display:flex}.verifyEmail-module__okykYW__spinner{border:3px solid #e0e0e0;border-top-color:var(--allbiz-primary,#4285f4);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite verifyEmail-module__okykYW__spin}@keyframes verifyEmail-module__okykYW__spin{to{transform:rotate(360deg)}}.verifyEmail-module__okykYW__loadingMsg{color:#666;margin:0;font-size:.9rem}.verifyEmail-module__okykYW__success{color:#1b5e20;background:#e7f5e9;border:1px solid #b6dabb;border-radius:4px;margin-top:16px;padding:14px;font-size:.95rem}.verifyEmail-module__okykYW__error{color:#8a1a1a;background:#fdeaea;border:1px solid #f5c2c2;border-radius:4px;margin-top:16px;padding:14px;font-size:.95rem}
.staticPage-module__Bq_aLW__page{box-sizing:border-box;background:#fafafa;width:100%;min-height:calc(100vh - 200px);padding:24px 16px}.staticPage-module__Bq_aLW__card{background:#fff;border:1px solid #eaebec;border-radius:4px;max-width:1024px;margin:0 auto;padding:32px}.staticPage-module__Bq_aLW__title{color:var(--allbiz-primary,#4285f4);border-bottom:1px solid #e8e8e8;margin:0 0 24px;padding-bottom:24px;font-size:1.5rem;font-weight:700}.staticPage-module__Bq_aLW__body{color:#333;font-size:1rem;line-height:1.6}.staticPage-module__Bq_aLW__body h2{color:#222;margin:28px 0 12px;font-size:1.15rem;font-weight:600}.staticPage-module__Bq_aLW__body p{margin:0 0 14px}.staticPage-module__Bq_aLW__body a{color:var(--allbiz-primary,#4285f4);text-decoration:none}.staticPage-module__Bq_aLW__body a:hover{text-decoration:underline}.staticPage-module__Bq_aLW__body em{color:#555}
.biz-module__Impqrq__container{flex-direction:column;gap:16px;width:100%;max-width:1024px;min-height:calc(100vh - 230px);margin:16px auto;display:flex}.biz-module__Impqrq__headerWrapper{flex-direction:column;display:flex}.biz-module__Impqrq__header{background:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 6px #adadad33}.biz-module__Impqrq__breadcrumbs{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;font-size:.85rem;display:flex}.biz-module__Impqrq__breadcrumbs a{color:#3c7ccb;text-decoration:none}.biz-module__Impqrq__breadcrumbs a:hover{text-decoration:underline}.biz-module__Impqrq__breadcrumbSep{color:#999}.biz-module__Impqrq__headerInnerWrapper{background:#fff;flex-direction:column;gap:20px;padding:36px 24px;display:flex}.biz-module__Impqrq__headerTop{flex-wrap:wrap;align-items:flex-start;gap:20px;display:flex}.biz-module__Impqrq__headerImage{-o-object-fit:cover;object-fit:cover;border:1px solid #e0e0e0;border-radius:8px;flex-shrink:0;width:145px;height:145px}.biz-module__Impqrq__headerImageLink{flex-shrink:0;line-height:0;transition:opacity .15s;display:block}.biz-module__Impqrq__headerImageLink:hover{opacity:.9}.biz-module__Impqrq__headerInfo{flex-direction:column;flex:1;gap:8px;min-width:240px;display:flex}.biz-module__Impqrq__bizName{align-items:center;gap:8px;font-size:28px;font-weight:700;display:flex}.biz-module__Impqrq__claimedBadge{vertical-align:middle;align-items:center;display:inline-flex}.biz-module__Impqrq__ratingRow{align-items:center;gap:8px;font-size:.95rem;display:flex}.biz-module__Impqrq__stars{color:#f5a623}.biz-module__Impqrq__ratingValue{font-weight:600}.biz-module__Impqrq__reviewCount{color:#666}.biz-module__Impqrq__headerAddress{flex-direction:column;gap:4px;display:flex}.biz-module__Impqrq__address{color:#555;font-size:.95rem}.biz-module__Impqrq__priceRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.biz-module__Impqrq__priceIndicator{color:#2e7d32;font-weight:700}.biz-module__Impqrq__categoryChip{color:#3c7ccb;background:#f9f9f9;border:1px solid #cfcfcf;border-radius:4px;padding:4px 12px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.biz-module__Impqrq__categoryChip:hover{background:#e8f0fe}.biz-module__Impqrq__actionBar{background:#f9f9f9;border-top:1px solid #f0f0f0;grid-template-columns:repeat(4,1fr);gap:12px;padding:8px 12px;display:grid}@media (max-width:600px){.biz-module__Impqrq__actionBar{grid-template-columns:repeat(2,1fr);gap:6px;padding:6px}}.biz-module__Impqrq__actionBtn{color:#555;background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:.8rem;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex}.biz-module__Impqrq__actionBtn:hover{color:#3c7ccb;background:#e8f0fe;border-color:#3c7ccb}.biz-module__Impqrq__actionBtn span:first-child{font-size:1.4rem;line-height:1}.biz-module__Impqrq__actionBtn span:last-child{color:#3c7ccb}.biz-module__Impqrq__columnsWrap{grid-template-columns:5fr 7fr;gap:16px;display:grid}.biz-module__Impqrq__removalBanner{background:#fff8e1;border:1px solid #f3c97c;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding:14px 16px;display:flex}.biz-module__Impqrq__removalBanner strong{color:#6f5311}.biz-module__Impqrq__removalText{color:#444;margin:6px 0;font-size:.9rem}.biz-module__Impqrq__removalEmail{color:#444;margin:4px 0 0;font-size:.9rem}.biz-module__Impqrq__removalCancel{color:#6f5311;cursor:pointer;background:0 0;border:1px solid #b88817;border-radius:4px;flex-shrink:0;padding:6px 12px;font-family:inherit;font-size:.85rem}.biz-module__Impqrq__removalCancel:hover{background:#b8881714}.biz-module__Impqrq__removalCancel:disabled{opacity:.5;cursor:not-allowed}.biz-module__Impqrq__removeBtn{color:#fff;cursor:pointer;background:#c62828;border:1px solid #c62828;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px 8px;font-family:inherit;font-size:.8rem;transition:background .15s;display:flex}.biz-module__Impqrq__removeBtn:hover:not(:disabled){background:#a51d1d;border-color:#a51d1d}.biz-module__Impqrq__removeBtn:disabled{opacity:.6;cursor:not-allowed}.biz-module__Impqrq__removeBtn span:first-child{font-size:1.4rem;line-height:1}@media (max-width:899px){.biz-module__Impqrq__columnsWrap{grid-template-columns:1fr}}.biz-module__Impqrq__leftCol,.biz-module__Impqrq__rightCol{flex-direction:column;gap:16px;min-width:0;display:flex}.biz-module__Impqrq__infoCard{background:#fff;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;box-shadow:0 4px 6px #adadad33}.biz-module__Impqrq__infoSection{border-bottom:1px solid #f0f0f0;min-width:0;overflow:hidden}.biz-module__Impqrq__infoSection:last-child{border-bottom:none}.biz-module__Impqrq__infoHeader{align-items:center;gap:12px;padding:16px 20px;display:flex}.biz-module__Impqrq__infoIcon{color:#3c7ccb;background:#f9f9f9;border:1px solid #cfcfcf;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.biz-module__Impqrq__infoLabel{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.biz-module__Impqrq__infoValue{color:#333;font-size:.95rem}.biz-module__Impqrq__infoValue a{color:#3c7ccb;text-decoration:none}.biz-module__Impqrq__infoValue a:hover{text-decoration:underline}.biz-module__Impqrq__rightCard{background:#fff;border:1px solid #e0e0e0;border-radius:4px;min-width:0;overflow:hidden;box-shadow:0 4px 6px #adadad33}.biz-module__Impqrq__cardTitle{margin:0;padding:20px;font-size:1.25rem;font-weight:600}.biz-module__Impqrq__cardTitleRow{align-items:center;gap:8px;padding:20px;display:flex}.biz-module__Impqrq__cardTitleRow .biz-module__Impqrq__cardTitle{padding:0}.biz-module__Impqrq__contactsSeeAllBtn{margin-inline-start:auto}.biz-module__Impqrq__contactsModalBody{border-top:4px solid #3c7ccb;flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex}.biz-module__Impqrq__contactsSearch{border:1px solid #ccc;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem}.biz-module__Impqrq__contactsSearch:focus{border-color:#3c7ccb;outline:none}.biz-module__Impqrq__contactsModalList{flex-direction:column;gap:8px;display:flex}.biz-module__Impqrq__contactsModalEmpty{text-align:center;color:#666;padding:24px}.biz-module__Impqrq__contactsPager{justify-content:center;align-items:center;gap:12px;padding-top:4px;display:flex}.biz-module__Impqrq__contactsPagerBtn{color:#3c7ccb;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:6px 12px;font-size:.85rem;font-weight:600}.biz-module__Impqrq__contactsPagerBtn:hover:not(:disabled){background:#e8f0fe;border-color:#3c7ccb}.biz-module__Impqrq__contactsPagerBtn:disabled{opacity:.5;cursor:default}.biz-module__Impqrq__contactsPagerInfo{color:#666;font-size:.85rem}.biz-module__Impqrq__cardTitleActions{flex:1;justify-content:space-between;display:flex}.biz-module__Impqrq__cardTitleLink{color:#3c7ccb;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.biz-module__Impqrq__cardTitleLink:hover{text-decoration:underline}.biz-module__Impqrq__cardContent{background:#f9f9f9;border-top:1px solid #e0e0e0;flex-direction:column;gap:12px;padding:20px;display:flex}.biz-module__Impqrq__contactsCardContent{background:#f9f9f9;border-top:1px solid #e0e0e0;gap:4px;padding:12px}.biz-module__Impqrq__reviewsCard{padding:12px 0 0}.biz-module__Impqrq__reviewsCardContent{background:#f9f9f9;border-top:1px solid #e0e0e0;padding:20px}.biz-module__Impqrq__description{color:#444;white-space:pre-wrap;font-size:.95rem;line-height:1.6}.biz-module__Impqrq__categoriesRow{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.biz-module__Impqrq__reviewItem{background:#fff;border:1px solid #ccc;border-radius:6px;flex-direction:column;gap:8px;padding:12px;display:flex}.biz-module__Impqrq__reviewHeader{flex:1;align-items:center;gap:10px;display:flex}.biz-module__Impqrq__reviewHeaderWrap{justify-content:space-between;align-items:flex-start;display:flex}.biz-module__Impqrq__reviewAvatar{color:#999;background:#f0f0f0;border:1px solid #aaa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.biz-module__Impqrq__reviewAuthorInfo{flex-direction:column;gap:2px;display:flex}.biz-module__Impqrq__reviewAuthorName{color:#333;font-size:.9rem;font-weight:600}.biz-module__Impqrq__reviewStarsRow{align-items:center;gap:8px;display:flex}.biz-module__Impqrq__reviewStars{color:#f5a623;font-size:.85rem}.biz-module__Impqrq__reviewDate{color:#666;font-size:.75rem}.biz-module__Impqrq__reviewText{color:#444;margin:0;font-size:.9rem;line-height:1.5}.biz-module__Impqrq__reviewActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.biz-module__Impqrq__reviewReactionsGroup{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.biz-module__Impqrq__reactionPills{flex-wrap:wrap;gap:4px;display:flex}.biz-module__Impqrq__reactionPill{background:#f5f5f5;border:1px solid #ddd;border-radius:12px;align-items:center;gap:3px;padding:2px 8px;font-size:.8rem;line-height:1.4;display:inline-flex}.biz-module__Impqrq__reactionPillMine{background:#e8f0fe;border-color:#3c7ccb}.biz-module__Impqrq__reactBtnWrap{position:relative}.biz-module__Impqrq__reactBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:border-color .15s;display:flex}.biz-module__Impqrq__reactBtn svg{stroke:#999;transition:stroke .15s}.biz-module__Impqrq__reactBtn:hover{border-color:#e74c3c}.biz-module__Impqrq__reactBtn:hover svg{stroke:#e74c3c}.biz-module__Impqrq__reactBtnReacted{background:0 0;border-color:#0000;font-size:18px;line-height:1}.biz-module__Impqrq__reactBtnReacted:hover{border-color:#ddd}.biz-module__Impqrq__reactionPicker{z-index:1100;background:#fff;border-radius:24px;gap:2px;padding:6px 8px;animation:.15s biz-module__Impqrq__pickerPop;display:flex;position:fixed;box-shadow:0 2px 12px #00000026}@keyframes biz-module__Impqrq__pickerPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.biz-module__Impqrq__reactionPickerItem{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;font-size:22px;line-height:1;transition:transform .1s,background .1s}.biz-module__Impqrq__reactionPickerItem:hover:not(:disabled){background:#f0f0f0;transform:scale(1.3)}.biz-module__Impqrq__reactionPickerItemUsed{cursor:pointer;position:relative}.biz-module__Impqrq__reactionPickerItemUsed:hover{background:#fde8e8;transform:none}.biz-module__Impqrq__reactionPickerItemUsed .biz-module__Impqrq__reactionEmoji{opacity:.35}.biz-module__Impqrq__reactionPickerItemUsed:after{content:"✕";color:#c62828;opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:transform .1s,background .1s;display:flex;position:absolute;inset:0}.biz-module__Impqrq__reactionPickerItemUsed:hover:after{opacity:1;transform:scale(1.3)}.biz-module__Impqrq__reviewActionBtn{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.8rem;display:flex}.biz-module__Impqrq__reviewActionBtn:hover{color:#3c7ccb}.biz-module__Impqrq__reviewActionBtn:disabled{cursor:default}.biz-module__Impqrq__reviewActionBtnActive,.biz-module__Impqrq__reviewActionBtnActive:hover{color:#c62828}.biz-module__Impqrq__reviewActionBtnDanger{color:#666}.biz-module__Impqrq__reviewActionBtnDanger:hover{color:#c62828}.biz-module__Impqrq__infoSectionTitle{align-items:center;gap:12px;margin-bottom:2px;display:flex}.biz-module__Impqrq__infoSectionTitleText{color:#222;font-size:.95rem;font-weight:700}.biz-module__Impqrq__infoSectionBody{color:#444;min-width:0;font-size:.9rem;overflow:hidden}.biz-module__Impqrq__infoLinkBold{color:#3c7ccb;font-weight:500;text-decoration:none}.biz-module__Impqrq__infoLinkBold:hover{text-decoration:underline}.biz-module__Impqrq__expandBtn{color:#666;background:#f5f5f5;border:1px solid #ccc;border-radius:4px;flex-shrink:0;align-self:flex-start;padding:2px 8px;font-size:.75rem;font-weight:600}.biz-module__Impqrq__expandBtnClickable{color:#555;cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:4px;flex-shrink:0;align-self:flex-start;min-width:36px;height:32px;padding:4px 12px;font-size:.85rem;font-weight:600;line-height:1;transition:background .15s}.biz-module__Impqrq__expandBtnClickable:hover{background:#f5f5f5;border-color:#3c7ccb}.biz-module__Impqrq__hoursList{margin-top:4px}.biz-module__Impqrq__hoursRow{justify-content:space-between;gap:12px;padding:2px 0;font-size:.9rem;display:flex}.biz-module__Impqrq__hoursDay{color:#444;font-weight:600}.biz-module__Impqrq__hoursValue{color:#333}.biz-module__Impqrq__hoursClosed{color:#999;font-style:italic}.biz-module__Impqrq__hoursToday{font-weight:600}.biz-module__Impqrq__statusOpen{color:#2e7d32;font-size:.8rem;font-weight:500}.biz-module__Impqrq__statusClosed{color:#a82500;font-size:.8rem;font-weight:500}.biz-module__Impqrq__extraListItem{align-items:center;gap:8px;padding:3px 0;font-size:.9rem;display:flex}.biz-module__Impqrq__extraListIcon{color:#999;flex-shrink:0;align-items:center;font-size:.95rem;display:inline-flex}.biz-module__Impqrq__extraListSuffix{color:#666;margin-left:6px;font-size:.8rem}.biz-module__Impqrq__howToCallLink{color:#3c7ccb;margin-top:10px;font-size:.85rem;text-decoration:none;display:block}.biz-module__Impqrq__howToCallLink:hover{text-decoration:underline}.biz-module__Impqrq__extraWebGrid{flex-direction:column;gap:8px;width:100%;max-width:100%;margin-top:10px;display:flex;overflow:hidden}.biz-module__Impqrq__extraWebCard{background:#fff;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:12px;min-width:0;max-width:100%;padding:10px 14px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.biz-module__Impqrq__extraWebCard:hover{border-color:#3c7ccb;box-shadow:0 1px 4px #3c7ccb1f}.biz-module__Impqrq__extraWebIcon{color:#3c7ccb;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.biz-module__Impqrq__extraWebInfo{flex:1;min-width:0;max-width:100%;overflow:hidden}.biz-module__Impqrq__extraWebTitle{color:#222;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.9rem;font-weight:700;overflow:hidden}.biz-module__Impqrq__extraWebUrl{color:#666;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.8rem;overflow:hidden}.biz-module__Impqrq__addressDetails{color:#666;margin-top:6px;font-size:.85rem}.biz-module__Impqrq__addressDetails>div{padding:1px 0}.biz-module__Impqrq__addressLabel{color:#888}.biz-module__Impqrq__socialSectionWrapper{background:#f9f9f9;flex-direction:column;gap:8px;padding:14px 20px 18px;display:flex}.biz-module__Impqrq__socialRow{flex-wrap:wrap;gap:10px;display:flex}.biz-module__Impqrq__socialIconLink{justify-content:center;align-items:center;line-height:0;text-decoration:none;transition:transform .15s;display:flex}.biz-module__Impqrq__socialIconLink:hover{transform:scale(1.1)}.biz-module__Impqrq__infoList{margin:4px 0 0;padding:0;list-style:none}.biz-module__Impqrq__infoListItem{padding:2px 0;font-size:.9rem}.biz-module__Impqrq__infoListItem a{color:#3c7ccb;text-decoration:none}.biz-module__Impqrq__infoListItem a:hover{text-decoration:underline}.biz-module__Impqrq__infoLabelInline{color:#999;margin-right:6px;font-size:.75rem}.biz-module__Impqrq__mapContainer{border-radius:4px;width:100%;height:300px;overflow:hidden}.biz-module__Impqrq__aboutDescription{background:#fff;padding:0 20px 20px}.biz-module__Impqrq__aboutFeatures{background:#f9f9f9;border-top:1px solid #e0e0e0;padding:20px}.biz-module__Impqrq__aboutFeatures .biz-module__Impqrq__featuresGrid{margin:0}.biz-module__Impqrq__featuresGrid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}@media (max-width:599px){.biz-module__Impqrq__featuresGrid{grid-template-columns:1fr}}.biz-module__Impqrq__featureItem{align-items:flex-start;gap:12px;padding:4px 0;font-size:.9rem;display:flex}.biz-module__Impqrq__featureIconBox{background:#fff;border:2px solid #3c7ccb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;display:flex}.biz-module__Impqrq__featureLabel{color:#333;font-size:.875rem;font-weight:600}.biz-module__Impqrq__featureValue{color:#666;font-size:.85rem}.biz-module__Impqrq__aboutFooter{border-top:1px solid #e0e0e0;flex-direction:column;gap:8px;padding:12px;display:flex}.biz-module__Impqrq__aboutFooterInner{background:#f9f9f9;border-inline-start:4px solid #e0e6ea;padding:16px}.biz-module__Impqrq__aboutFooterRow{color:#444;font-size:.875rem}.biz-module__Impqrq__aboutFooterRow strong{color:#333}.biz-module__Impqrq__galleryGrid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}@media (max-width:899px){.biz-module__Impqrq__galleryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:599px){.biz-module__Impqrq__galleryGrid{grid-template-columns:repeat(2,1fr)}}.biz-module__Impqrq__galleryItem{aspect-ratio:1;background:#dae6f5;border:none;border-radius:4px;padding:0;text-decoration:none;transition:all .25s ease-in-out;display:block;overflow:hidden;box-shadow:0 0 0 1px #ccc}.biz-module__Impqrq__galleryItem:hover{transform:scale(1.05);box-shadow:0 0 0 3px #3c7ccb}.biz-module__Impqrq__galleryItem img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.biz-module__Impqrq__contactItem{background:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:12px;padding:12px;display:flex;position:relative}.biz-module__Impqrq__contactItemClickable{cursor:pointer;transition:background .15s,box-shadow .15s}.biz-module__Impqrq__contactItemClickable:hover{background:#e6efff;border:1px solid #3c7ccb80;box-shadow:0 2px 8px #00000014}.biz-module__Impqrq__contactItemClickable .biz-module__Impqrq__contactNameLink:after{content:"";border-radius:4px;position:absolute;inset:0}.biz-module__Impqrq__contactAvatar{color:#999;background:#f0f0f0;border:1px solid #aaa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.biz-module__Impqrq__contactBody{flex:1;min-width:0}.biz-module__Impqrq__contactName{margin:0 0 2px;font-weight:600}.biz-module__Impqrq__contactNameLink{color:#3c7ccb;margin:0 0 2px;font-weight:600;text-decoration:none;display:block}.biz-module__Impqrq__contactNameLink:hover{text-decoration:none}.biz-module__Impqrq__contactTitle{color:#666;margin:0;font-size:.85rem}.biz-module__Impqrq__contactDetails{margin-top:4px;font-size:.85rem}.biz-module__Impqrq__contactDetails a{z-index:1;color:#3c7ccb;align-items:center;gap:6px;margin-right:12px;text-decoration:none;display:inline-flex;position:relative}.biz-module__Impqrq__isicList{color:#999;margin-top:12px;font-family:monospace;font-size:.75rem}.biz-module__Impqrq__historicalBanner{border-radius:8px;width:100%;padding:8px 12px}.biz-module__Impqrq__historicalBannerPredicted{border:1px solid #f5c518;background:#fff8e1;border-left:4px solid #f5a623}.biz-module__Impqrq__historicalBannerPredicted .biz-module__Impqrq__historicalBannerText{color:#8a6400}.biz-module__Impqrq__historicalBannerPredicted .biz-module__Impqrq__historicalBannerIcon{color:#f5a623}.biz-module__Impqrq__historicalBannerClosed{background:#fdecea;border:1px solid #e57373;border-left:4px solid #c62828}.biz-module__Impqrq__historicalBannerClosed .biz-module__Impqrq__historicalBannerText{color:#b71c1c}.biz-module__Impqrq__historicalBannerClosed .biz-module__Impqrq__historicalBannerIcon{color:#c62828}.biz-module__Impqrq__historicalBannerContent{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.biz-module__Impqrq__historicalBannerIcon{flex-shrink:0;font-size:1.25rem;line-height:1}.biz-module__Impqrq__historicalBannerText{flex:1;min-width:200px;font-size:.95rem;font-weight:600}.biz-module__Impqrq__historicalBannerBtn{color:#fff;background:#3c7ccb;border-radius:4px;padding:8px 14px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.biz-module__Impqrq__historicalBannerBtn:hover{background:#2c5a9c}.biz-module__Impqrq__youtubeEmbed{background:#000;border-radius:6px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.biz-module__Impqrq__youtubeEmbed iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.biz-module__Impqrq__ytChannelLink{color:#3c7ccb;align-self:flex-end;align-items:center;gap:4px;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.biz-module__Impqrq__ytChannelLink:hover{text-decoration:underline}.biz-module__Impqrq__bottomActions{flex-wrap:wrap;justify-content:flex-end;gap:16px;display:flex}.biz-module__Impqrq__claimBtn{color:#3c7ccb;cursor:pointer;background:#fff;border:1px solid #3c7ccb;border-radius:6px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.biz-module__Impqrq__claimBtn:hover{background:#e8f0fe;text-decoration:none}.biz-module__Impqrq__claimBtn:disabled{opacity:.6;cursor:not-allowed}.biz-module__Impqrq__claimMsgSuccess{color:#2e7d32;text-align:center;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:6px;max-width:500px;margin:10px auto 0;padding:10px 14px;font-size:.9rem}.biz-module__Impqrq__claimMsgError{color:#c62828;text-align:center;background:#ffebee;border:1px solid #ef9a9a;border-radius:6px;max-width:500px;margin:10px auto 0;padding:10px 14px;font-size:.9rem}.biz-module__Impqrq__disputeOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.biz-module__Impqrq__disputeDialog{background:#fff;border-radius:8px;width:100%;max-width:500px;padding:24px;box-shadow:0 4px 20px #0003}.biz-module__Impqrq__disputeTitle{margin:0 0 8px;font-size:1.15rem;font-weight:700}.biz-module__Impqrq__disputeDesc{color:#555;margin:0 0 12px;font-size:.9rem}.biz-module__Impqrq__disputeTextarea{resize:vertical;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;width:100%;padding:10px;font-family:inherit;font-size:.9rem}.biz-module__Impqrq__disputeActions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.biz-module__Impqrq__disputeCancelBtn{color:#555;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px 16px;font-size:.9rem}.biz-module__Impqrq__disputeCancelBtn:hover{background:#f5f5f5}.biz-module__Impqrq__disputeSubmitBtn{color:#fff;cursor:pointer;background:#3c7ccb;border:none;border-radius:4px;padding:8px 16px;font-size:.9rem;font-weight:600}.biz-module__Impqrq__disputeSubmitBtn:hover{background:#2c5a9c}.biz-module__Impqrq__disputeSubmitBtn:disabled{cursor:not-allowed;background:#aaa}.biz-module__Impqrq__nearbyList{flex-direction:column;display:flex}.biz-module__Impqrq__nearbyItem{color:inherit;border-top:1px solid #f0f0f0;align-items:center;gap:8px;min-width:0;padding:14px 20px;text-decoration:none;transition:background .15s;display:flex;overflow:hidden}.biz-module__Impqrq__nearbyItem:first-child{border-top:1px solid #e0e0e0}.biz-module__Impqrq__nearbyItem:hover{background:#f9f9f9}.biz-module__Impqrq__nearbyIcon{color:#aaa;flex-shrink:0;font-size:1.4rem;line-height:1}.biz-module__Impqrq__nearbyThumb{-o-object-fit:cover;object-fit:cover;border:1px solid #e0e0e0;border-radius:6px;flex-shrink:0;width:48px;height:48px}.biz-module__Impqrq__nearbyInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex;overflow:hidden}.biz-module__Impqrq__nearbyName{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.biz-module__Impqrq__nearbyCategory{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.biz-module__Impqrq__nearbyAddress{color:#888;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:.8rem;display:flex;overflow:hidden}.biz-module__Impqrq__nearbyAddress svg{margin:0 -2px}.biz-module__Impqrq__findSimilarLink{color:#222;text-align:center;background:#f9f9f9;border-top:1px solid #e0e0e0;padding:14px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}.biz-module__Impqrq__findSimilarLink:hover{background:#f0f0f0}.biz-module__Impqrq__historicalCardContent{background:#f9f9f9;border-top:1px solid #e0e0e0;flex-direction:column;gap:12px;padding:12px 20px;display:flex}.biz-module__Impqrq__historicalSubhead{color:#666;margin:0;font-size:12px}.biz-module__Impqrq__historicalEmailList{flex-wrap:wrap;gap:8px;padding:0;list-style:none;display:flex}.biz-module__Impqrq__historicalEmail{color:#444;background:#fff9f9;border:1px solid #e0e0e0;border-radius:4px;padding:8px;font-size:12px;text-decoration:line-through}
