.ImageModal_modalOverlay__hZYOi{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:ImageModal_fadeIn__0KSG0 .3s ease}.ImageModal_modalContent__ytlhM{position:relative;max-width:90vw;max-height:90vh;background:var(--surface-color);border-radius:1rem;overflow:hidden;animation:ImageModal_scaleIn__hWEdq .3s ease}.ImageModal_closeButton__Zx4Cc{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.7);color:white;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.ImageModal_closeButton__Zx4Cc:hover{background:rgba(0,0,0,.9)}.ImageModal_imageContainer__1SetQ{display:flex;align-items:center;justify-content:center;padding:2rem;width:100%}.ImageModal_imageStage__L01qo{display:grid;place-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;max-width:90vw;max-height:70vh;min-width:min(520px,90vw);min-height:min(360px,70vh)}.ImageModal_imageLayer___qq1D{grid-area:1/1;display:grid;place-items:center}.ImageModal_navButtons__csCPz{position:absolute;top:50%;left:1rem;right:1rem;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none;z-index:20}.ImageModal_navButton__RF2CC{pointer-events:auto;background:rgba(0,0,0,.6);color:#ffffff;border:none;border-radius:999px;width:44px;height:44px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.ImageModal_navButton__RF2CC:hover{background:rgba(0,0,0,.8)}.ImageModal_modalImage__zMvNR{max-width:100%;max-height:70vh;object-fit:contain;border-radius:.5rem;transform:translateZ(0);will-change:transform,opacity}.ImageModal_slideInNext__mwvdB{animation:ImageModal_slideInNext__mwvdB .75s ease-in-out;animation-fill-mode:both}.ImageModal_slideInPrev__Gg2oT{animation:ImageModal_slideInPrev__Gg2oT .75s ease-in-out;animation-fill-mode:both}.ImageModal_slideOutNext__k1s1v{animation:ImageModal_slideOutNext__k1s1v .75s ease-in-out;animation-fill-mode:both}.ImageModal_slideOutPrev__q9OWY{animation:ImageModal_slideOutPrev__q9OWY .75s ease-in-out;animation-fill-mode:both}.ImageModal_imageInfo__5F33O{padding:1rem 2rem;border-top:1px solid var(--border-color);background:var(--surface-color);text-align:center}.ImageModal_filename__Gm_PD{color:var(--text-muted);font-size:.875rem}@keyframes ImageModal_fadeIn__0KSG0{0%{opacity:0}to{opacity:1}}@keyframes ImageModal_scaleIn__hWEdq{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes ImageModal_slideInNext__mwvdB{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes ImageModal_slideInPrev__Gg2oT{0%{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@keyframes ImageModal_slideOutNext__k1s1v{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-24px)}}@keyframes ImageModal_slideOutPrev__q9OWY{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(24px)}}@media (max-width:768px){.ImageModal_imageContainer__1SetQ,.ImageModal_modalOverlay__hZYOi{padding:1rem}.ImageModal_imageStage__L01qo{max-width:90vw;max-height:60vh;min-width:min(300px,90vw);min-height:min(220px,60vh)}.ImageModal_modalImage__zMvNR{max-height:60vh}}.ReportForm_reportForm__PuZbW{background:var(--surface-color);border-radius:.75rem;padding:1.5rem;max-width:500px;margin:0 auto}.ReportForm_reportHeader__W8lpQ{margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.ReportForm_reportHeader__W8lpQ h3{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;font-family:var(--font-serif)}.ReportForm_businessName__vZsR7{font-size:.875rem;color:var(--text-muted);font-weight:500}.ReportForm_form__ZB1kP{display:flex;flex-direction:column;gap:1.25rem}.ReportForm_inputGroup__fO60P{display:flex;flex-direction:column;gap:.5rem}.ReportForm_label__KVZy9{font-size:.875rem;font-weight:600;color:var(--text-color)}.ReportForm_select__pvSFX,.ReportForm_textarea__4iC_k{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;background:var(--background-color);color:var(--text-color);font-size:.938rem;font-family:inherit;transition:all .2s ease}.ReportForm_select__pvSFX:focus,.ReportForm_textarea__4iC_k:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(14,165,233,.1)}.ReportForm_select__pvSFX:disabled,.ReportForm_textarea__4iC_k:disabled{opacity:.6;cursor:not-allowed}.ReportForm_inputError__bduRC{border-color:var(--error-color)}.ReportForm_inputError__bduRC:focus{box-shadow:0 0 0 3px rgba(185,28,28,.1)}.ReportForm_errorMessage__CwqgU{font-size:.813rem;color:var(--error-color);margin-top:.25rem}.ReportForm_textarea__4iC_k{resize:vertical;min-height:100px}.ReportForm_formActions__rsUiD{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.ReportForm_cancelButton__GZ4sW,.ReportForm_submitButton__2BHEa{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.ReportForm_cancelButton__GZ4sW{background:var(--surface-color);color:var(--text-color);border:1px solid var(--border-color)}.ReportForm_cancelButton__GZ4sW:hover:not(:disabled){background:var(--background-color)}.ReportForm_submitButton__2BHEa{background:var(--primary-color);color:white}.ReportForm_submitButton__2BHEa:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.ReportForm_cancelButton__GZ4sW:disabled,.ReportForm_submitButton__2BHEa:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.ReportForm_reportForm__PuZbW{padding:1.25rem}.ReportForm_formActions__rsUiD{flex-direction:column}.ReportForm_cancelButton__GZ4sW,.ReportForm_submitButton__2BHEa{width:100%}}.ReportModal_modalOverlay__oB6ii{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ReportModal_modalContent__wO68r{max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:ReportModal_slideUp__Q4t94 .3s ease}@keyframes ReportModal_slideUp__Q4t94{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AdminInfoBanner_banner__QEN7m{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid rgba(139,92,246,.35);background:rgba(139,92,246,.08);color:var(--text-color)}.AdminInfoBanner_icon__TJi_x{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(139,92,246,.2)}.AdminInfoBanner_iconSvg__bnmPV{width:20px;height:20px;color:currentColor}.AdminInfoBanner_content__G4gmF{display:flex;flex-direction:column;gap:.25rem}.AdminInfoBanner_content__G4gmF p{margin:0;color:var(--text-muted);font-size:.95rem}.QuickFacts_quickFacts__FwRUg{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1.5rem;padding:2rem;height:-moz-fit-content;height:fit-content;min-height:200px}.QuickFacts_sidebarTitle__fsqtf{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color);font-family:var(--font-serif)}.QuickFacts_factsList__vJsDO{display:flex;flex-direction:column;gap:1rem}.QuickFacts_factItem__6fagJ{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.QuickFacts_factItem__6fagJ:last-child{border-bottom:none}.QuickFacts_factLabel__Eb5On{color:var(--text-muted);font-weight:500}.QuickFacts_factValue__n0BOA{color:var(--text-color);font-weight:600}@media (max-width:768px){.QuickFacts_quickFacts__FwRUg{padding:2rem}}@media (max-width:480px){.QuickFacts_quickFacts__FwRUg{padding:1.5rem}}.businessProfile_businessProfile__RKX4N{min-height:100vh}.businessProfile_businessProfile__RKX4N .container{padding-top:0}.businessProfile_contentGridWithMargin__G2Kdt{margin-bottom:2rem}.businessProfile_heroSection__NI_wS{position:relative;border-radius:0;margin:0 calc(50% - 50vw) 3rem;overflow:hidden;background:linear-gradient(135deg,var(--surface-color) 0,rgba(255,255,255,.85) 100%);border:1px solid var(--border-color)}[data-theme=dark] .businessProfile_heroSection__NI_wS{background:linear-gradient(135deg,var(--surface-color) 0,rgba(68,64,60,.92) 100%)}.businessProfile_heroHeader__WdOs_{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.businessProfile_heroBackground__CYDxq{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(14,165,233,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.05) 0,transparent 50%);pointer-events:none}.businessProfile_heroContent__UnA6h{position:relative;display:flex;align-items:center;gap:2.5rem;padding:0 clamp(1rem,3vw,3rem) 2rem;z-index:2;max-width:1400px;margin:0 auto}.businessProfile_heroLogo__HjX_E{flex-shrink:0}.businessProfile_heroLogoImage__jY8e_,.businessProfile_logoPlaceholder__eCcb2{border-radius:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.15);border:3px solid white}.businessProfile_logoPlaceholder__eCcb2{width:140px;height:140px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:white;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700}.businessProfile_heroInfo__YY8yy{flex:1 1}.businessProfile_heroTitle__KS13g{font-weight:800;margin-bottom:1rem;color:var(--text-color);font-family:var(--font-serif);text-shadow:0 .25rem .75rem rgba(15,23,42,.1);line-height:1.2}.businessProfile_businessIntroduction__TdATi{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6;font-weight:500}.businessProfile_heroMeta__p1p_e{display:flex;flex-direction:column;gap:1.5rem}.businessProfile_industryTags__b05W4{display:flex;flex-wrap:wrap;gap:.75rem}.businessProfile_industryTag__OoqaW{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:white;padding:.6rem 1.2rem;border-radius:1.5rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px rgba(14,165,233,.3)}.businessProfile_metaDetails__7h64K{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.businessProfile_contact__lwEk9,.businessProfile_location__Ifg8d{color:var(--text-muted);font-weight:500;display:flex;align-items:center;gap:.5rem}.businessProfile_contentGrid__GrJxo{display:grid;grid-template-columns:1fr 350px;grid-gap:2rem;gap:2rem;align-items:start}.businessProfile_mainContent__mZzk4{display:flex;flex-direction:column;gap:2rem}.businessProfile_contactSection__w5jnw,.businessProfile_videoSection__fg1mp{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1.5rem;padding:2rem;margin:2rem 0}.businessProfile_videoContainer__iEUY2{width:100%}.businessProfile_videoFrame__k61oG{width:100%;border:none;border-radius:1rem;aspect-ratio:16/9;background:#000}.businessProfile_contactGrid__G9ouL{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.businessProfile_fadeSlideIn__EJKCy{opacity:0;transform:translateY(1.25rem);animation:businessProfile_fadeSlideIn__EJKCy .85s ease forwards;will-change:opacity,transform}.businessProfile_delay100__fXSun{animation-delay:.1s}.businessProfile_delay200__v2qW3{animation-delay:.2s}.businessProfile_delay300__tmBSM{animation-delay:.3s}.businessProfile_delay400__edh9r{animation-delay:.4s}@keyframes businessProfile_fadeSlideIn__EJKCy{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}.businessProfile_contactItem__Xd3p_{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.businessProfile_contactLabel__iS494{display:inline-flex;font-weight:600;color:var(--text-color);font-size:.95rem}.businessProfile_contactLink__wnU3Z{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.businessProfile_contactLink__wnU3Z:hover{color:var(--primary-dark);text-decoration:underline}.businessProfile_profileSkeleton__Lbvow{display:grid;grid-gap:2rem;gap:2rem}.businessProfile_heroSkeleton__UXtzB{min-height:260px;display:grid;align-items:end}.businessProfile_heroSkeletonContent__oEnJs{display:flex;gap:2rem;padding:2rem clamp(1rem,3vw,3rem);max-width:1400px;margin:0 auto;width:100%}.businessProfile_skeletonBlock___y_j6{border-radius:1.5rem;padding:2rem;background:linear-gradient(120deg,rgba(148,163,184,.08),rgba(148,163,184,.18),rgba(148,163,184,.08));background-size:200% 100%;border:1px solid rgba(148,163,184,.2);animation:businessProfile_skeletonShimmer__KBdWM 1.6s ease infinite}.businessProfile_skeletonTall__VsfeD{min-height:240px}.businessProfile_skeletonMedium__MdPkz{min-height:180px}.businessProfile_skeletonShort__7w9h2{min-height:120px}.businessProfile_skeletonLogo__s2aGa{width:140px;height:140px;border-radius:1.5rem;background:rgba(148,163,184,.2);flex-shrink:0}.businessProfile_skeletonTextGroup__H48e5{flex:1 1;display:flex;flex-direction:column}.businessProfile_skeletonTitle__Bp_Ad{height:1.6rem;width:60%;border-radius:999px;background:rgba(148,163,184,.2);margin-bottom:1rem}.businessProfile_skeletonLine__4VpcE{height:.9rem;width:80%;border-radius:999px;background:rgba(148,163,184,.2);margin-bottom:.75rem}.businessProfile_skeletonLineShort__x2RAZ{height:.9rem;width:55%;border-radius:999px;background:rgba(148,163,184,.2)}.businessProfile_skeletonSectionGrid__0yBn4{display:grid;grid-template-columns:1fr 350px;grid-gap:2rem;gap:2rem}@keyframes businessProfile_skeletonShimmer__KBdWM{0%{background-position:0 50%}to{background-position:100% 50%}}.businessProfile_aboutSection__kbo1U{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1.5rem;padding:2rem;height:-moz-fit-content;height:fit-content;min-height:200px}.businessProfile_sectionTitle__1jD4G{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color);font-family:var(--font-serif)}.businessProfile_aboutContent__jQUTN{line-height:1.7}.businessProfile_businessDescription__MlSLQ{color:var(--text-color);margin:0;line-height:1.8}.businessProfile_lockedContact__vo25x{color:var(--text-muted);font-size:.9rem;padding:.5rem;background:var(--background-color);border-radius:6px;border:1px solid var(--border-color);display:flex;align-items:center;gap:.5rem}.businessProfile_pendingUserNotice__qA2J5{margin-top:1rem;padding:1rem;background:var(--warning-bg);border-left:4px solid var(--warning-border);border-radius:8px;display:flex;align-items:center;gap:.75rem}.businessProfile_pendingUserNotice__qA2J5 p{margin:0;font-size:.9rem;color:var(--text-color)}.businessProfile_pendingUserNotice__qA2J5 strong{color:var(--warning-color)}.businessProfile_gallerySection__xBTbE{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1.5rem;padding:2rem;margin-bottom:3rem}.businessProfile_galleryCarousel__1QbIT{position:relative}.businessProfile_galleryScroll__tdUM_{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;-ms-overflow-style:none}.businessProfile_galleryScroll__tdUM_::-webkit-scrollbar{height:6px;display:none}.businessProfile_galleryScroll__tdUM_::-webkit-scrollbar-track{background:transparent;border-radius:3px;margin:0 .5rem}.businessProfile_galleryScroll__tdUM_::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.businessProfile_galleryScroll__tdUM_::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.businessProfile_galleryItem__GXdqR{flex:0 0 auto;width:160px;border-radius:1rem;overflow:hidden;transition:all .3s ease;cursor:pointer}.businessProfile_galleryItem__GXdqR:hover{transform:translateY(-4px)}.businessProfile_galleryImage__HQUgI{border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.1)}.businessProfile_carouselControls__N4Wof{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;opacity:.5;transition:opacity .3s ease}.businessProfile_galleryCarousel__1QbIT:hover .businessProfile_carouselControls__N4Wof{opacity:1}.businessProfile_scrollHint__GMAwI{color:var(--text-muted);font-size:.875rem;font-weight:500}.businessProfile_navButtons__5TXmx{display:flex;gap:.5rem}.businessProfile_navButton__XE4YU{background:var(--surface-color);border:1px solid var(--border-color);border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}.businessProfile_navButton__XE4YU:hover{border-color:var(--primary-color);background:var(--primary-color);color:white}.businessProfile_placeholderIcon__DFocl{font-size:3rem;margin-bottom:1rem;opacity:.7}.businessProfile_placeholderSubtext__aPEGv{font-size:.9rem;opacity:.7;margin-top:.5rem}.businessProfile_quickFactsSection__6UxVa{display:flex;flex-direction:column;gap:2rem;position:static;top:auto;height:auto}.businessProfile_updatesSection__TB_o4{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1.5rem;padding:2rem}.businessProfile_updatesPlaceholder__fKAnt{text-align:center;color:var(--text-muted);padding:1rem 0}.businessProfile_placeholderNote___yz5h{font-size:.875rem;margin-top:.5rem;opacity:.7}.businessProfile_relatedSection__YDqn2{margin:0 0 2.5rem}.businessProfile_relatedRow__ikvZZ{display:flex;gap:1rem;overflow-x:auto;padding:.35rem 0 .6rem;scrollbar-width:none;-ms-overflow-style:none}.businessProfile_relatedRow__ikvZZ::-webkit-scrollbar{display:none}.businessProfile_relatedCard__Z9xTF{min-width:210px;max-width:230px;flex:0 0 auto;background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;padding:.9rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.7rem;min-height:260px;justify-content:space-between;box-shadow:0 4px 14px rgba(0,0,0,.06);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.businessProfile_relatedCard__Z9xTF:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.12)}.businessProfile_relatedCardTop__o5hVM{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem}.businessProfile_relatedLogo__BNvF7{border-radius:.75rem;flex-shrink:0;border:1px solid var(--border-color);background:var(--background-color)}.businessProfile_relatedName__QpnDM{margin:0;font-size:.95rem;font-weight:700;color:var(--text-color);line-height:1.3;width:100%}.businessProfile_relatedDescription__9Y315{margin:0;color:var(--text-muted);font-size:.88rem;line-height:1.45;flex:1 1}.businessProfile_relatedTags__qFzCp{display:flex;flex-wrap:wrap;gap:.4rem}.businessProfile_relatedTag__FaWmQ{border:1px solid var(--border-color);border-radius:999px;padding:.25rem .55rem;font-size:.75rem;color:var(--text-muted);background:var(--background-color);font-weight:500}.businessProfile_heroActionsDesktop__0d5hi{display:none;position:relative;width:100%;max-width:1400px;margin:0 auto;padding:1.25rem clamp(1rem,3vw,3rem) 0;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;z-index:10}.businessProfile_btn-back-small__Nr55I,.businessProfile_btn-small__Z7GEt{padding:.5rem 1rem;font-size:.875rem}.businessProfile_heroActionsMobile__iiA6l{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;max-width:1400px;padding:1rem;box-sizing:border-box;position:relative;z-index:5}@media (max-width:768px){.businessProfile_heroActionsDesktop__0d5hi{display:none}.businessProfile_heroActionsMobile__iiA6l{display:flex}.businessProfile_heroActionsMobile__iiA6l .businessProfile_actionButtons__EEM_K{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem}.businessProfile_heroActionsMobile__iiA6l .btn-back{margin-right:.25rem}.businessProfile_heroActionsMobile__iiA6l .businessProfile_actionButtons__EEM_K>*{width:auto}.businessProfile_heroActionsMobile__iiA6l .btn,.businessProfile_heroActionsMobile__iiA6l .btn-back{padding:.4rem .8rem;font-size:.85rem}}@media (min-width:769px){.businessProfile_heroActionsDesktop__0d5hi{display:flex}.businessProfile_heroActionsMobile__iiA6l{display:none}}@media (max-width:1024px){.businessProfile_skeletonSectionGrid__0yBn4{grid-template-columns:1fr}.businessProfile_contentGrid__GrJxo{grid-template-columns:1fr;gap:2rem}.businessProfile_quickFactsSection__6UxVa{position:static}}@media (max-width:768px){.businessProfile_heroContent__UnA6h{flex-direction:column;text-align:center;gap:2rem;padding:0 1.5rem 2rem}.businessProfile_heroHeader__WdOs_{flex-direction:column;gap:1rem;align-items:stretch}.businessProfile_heroTitle__KS13g{font-size:2.25rem}.businessProfile_businessIntroduction__TdATi{font-size:1.125rem}.businessProfile_aboutSection__kbo1U,.businessProfile_contactSection__w5jnw,.businessProfile_gallerySection__xBTbE,.businessProfile_updatesSection__TB_o4,.businessProfile_videoSection__fg1mp{padding:2rem}.businessProfile_galleryItem__GXdqR{width:120px}.businessProfile_contactGrid__G9ouL{grid-template-columns:1fr}.businessProfile_metaDetails__7h64K{flex-direction:column;gap:1rem;align-items:center}.businessProfile_relatedCard__Z9xTF{min-width:42vw;max-width:48vw;min-height:240px}}@media (max-width:480px){.businessProfile_heroContent__UnA6h{padding:0 1.25rem 1.5rem}.businessProfile_heroTitle__KS13g{font-size:2rem}.businessProfile_aboutSection__kbo1U,.businessProfile_contactSection__w5jnw,.businessProfile_gallerySection__xBTbE,.businessProfile_updatesSection__TB_o4,.businessProfile_videoSection__fg1mp{padding:1.5rem}.businessProfile_industryTags__b05W4{justify-content:center}}.businessProfile_actionButtons__EEM_K{display:flex;gap:.75rem}@media (min-width:1025px){.businessProfile_contentGrid__GrJxo{align-items:stretch}.businessProfile_aboutSection__kbo1U,.businessProfile_mainContent__mZzk4,.businessProfile_quickFactsSection__6UxVa,.businessProfile_quickFacts__g__dx{height:100%}}.ValidationSummary_validationSummary__5d5iF{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:8px;padding:1rem;margin-top:1rem;margin-bottom:1rem}.ValidationSummary_validationHeader__OwSMj{color:var(--warning-color,#d97706);font-weight:600;margin-bottom:.5rem}.ValidationSummary_missingFields__jOBnp{display:flex;flex-wrap:wrap;gap:.5rem}.ValidationSummary_missingField__D5XcT{background:var(--surface-color);color:var(--error-border);padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;border:1px solid var(--error-border)}.SocialMediaIcons_wrapper__mRe3j{display:inline-flex;align-items:center;gap:6px}.SocialMediaIcons_cardIcon__C_mpS{width:25px;height:25px;margin-bottom:var(--space-lg);display:flex;align-items:center;justify-content:center;background:var(--color-surface-alt);border-radius:var(--radius-lg);padding:var(--space-md)}.claimsComplete_card__9qSYA{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;box-shadow:0 18px 40px rgba(15,23,42,.08)}.claimsComplete_backRow__wxx77{margin-bottom:1rem}.claimsComplete_backLink__ZcA48{color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.95rem}.claimsComplete_backLink__ZcA48:hover{color:var(--text-color)}.claimsComplete_header__sxgfo{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.claimsComplete_header__sxgfo h1{font-size:2rem;margin:0}.claimsComplete_header__sxgfo p{margin:0;color:var(--text-muted)}.claimsComplete_stepsInline__FVPvb{margin:1.5rem 0 0;padding:0}.claimsComplete_stepsIntro__3O7sj{margin:0 0 .5rem;font-weight:600;color:var(--text-color)}.claimsComplete_stepsList__fxuw4{margin:0;padding-left:1.25rem;color:var(--text-muted);display:grid;grid-gap:.4rem;gap:.4rem}.claimsComplete_loading__ArDyw{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 0;color:var(--text-muted)}.claimsComplete_spinner__YxkeY{width:42px;height:42px;border-radius:50%;border:3px solid color-mix(in srgb,var(--text-color) 12%,transparent);border-top-color:color-mix(in srgb,var(--text-color) 55%,transparent);animation:claimsComplete_spin__OVtut 1s linear infinite}@keyframes claimsComplete_spin__OVtut{to{transform:rotate(1turn)}}.claimsComplete_details__uuB4c{display:flex;flex-direction:column;gap:1.75rem}.claimsComplete_businessDetailsCard__CYWcw{display:flex;flex-direction:column;gap:1.5rem}.claimsComplete_authCard__rOSCx,.claimsComplete_businessDetailsCard__CYWcw{border-radius:14px;padding:1.5rem;background:var(--background-color);border:1px solid var(--border-color)}.claimsComplete_authCard__rOSCx{margin-top:1.5rem}.claimsComplete_claimFormCard__mb07q,.claimsComplete_confirmationCard__R9pVI{border-radius:14px;padding:1.5rem;background:var(--background-color);border:1px solid var(--border-color);margin-top:1.5rem}.claimsComplete_businessHeader__2NCcn{display:flex;gap:1rem;align-items:flex-start}.claimsComplete_businessLogo__gViLG{flex-shrink:0}.claimsComplete_logoImage__KYRvU{border-radius:12px;border:1px solid var(--border-color)}.claimsComplete_businessInfo__w2PvN{display:flex;flex-direction:column;gap:.4rem;flex:1 1}.claimsComplete_businessInfo__w2PvN h2{margin:0;font-size:1.5rem}.claimsComplete_expiresText__Fpnlj{font-size:.95rem;color:var(--text-muted)}.claimsComplete_detailList__v_tCk{display:grid;grid-gap:.75rem;gap:.75rem}.claimsComplete_detailItem__w7lTv{display:flex;flex-direction:column;gap:.3rem;padding:.75rem 1rem;border-radius:12px;background:var(--background-color);border:1px solid var(--border-color)}.claimsComplete_detailLabel__ohw9b{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.claimsComplete_socialLinks__tKqxA{display:flex;gap:.75rem;flex-wrap:wrap}.claimsComplete_socialIconWrap__1ZnnY,.claimsComplete_socialLink__Z__ub{display:inline-flex;align-items:center;justify-content:center}.claimsComplete_socialLink__Z__ub{width:40px;height:40px;border-radius:8px;transition:all .2s ease;color:var(--text-color)}.claimsComplete_socialLink__Z__ub:hover{background:color-mix(in srgb,var(--primary-color) 12%,transparent);border-color:var(--primary-color);transform:translateY(-2px)}.claimsComplete_authTabSection__Yu0zM{display:flex;flex-direction:column;gap:1.5rem}.claimsComplete_authTabs__J13en{display:flex;gap:.5rem;border-bottom:2px solid var(--border-color)}.claimsComplete_authTab__jB1ji{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:var(--text-muted);font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;font-size:1rem;margin-bottom:-2px}.claimsComplete_authTab__jB1ji:hover{color:var(--text-color);background:color-mix(in srgb,var(--primary-color) 8%,transparent)}.claimsComplete_authTabActive__f57AE{color:var(--primary-color);border-bottom-color:var(--primary-color)}.claimsComplete_authContent__IK7Zz{display:flex;flex-direction:column;gap:1.25rem}.claimsComplete_authDescription__8cyRr{margin:0;color:var(--text-muted);font-size:.95rem}.claimsComplete_notice__vKRAv,.claimsComplete_success__rJXiL{border-radius:14px;padding:1.25rem 1.5rem;background:var(--background-color);border:1px solid var(--border-color)}.claimsComplete_oauthSection__51oss{display:flex;flex-direction:column;gap:1rem}.claimsComplete_oauthDivider__23EW0{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.9rem}.claimsComplete_oauthDividerLine__Iq2az{flex:1 1;height:1px;background:var(--border-color)}.claimsComplete_oauthDividerText__KZGo_{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.claimsComplete_notice__vKRAv h3,.claimsComplete_success__rJXiL h3{margin-top:0}.claimsComplete_actionRow__OETn0{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}@media (max-width:768px){.claimsComplete_card__9qSYA{padding:1.75rem}.claimsComplete_header__sxgfo h1{font-size:1.6rem}}.BusinessForm_businessForm__W5qxc{width:100%;display:flex;flex-direction:column;gap:2rem}.BusinessForm_formSection__k_H8a{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:1.1rem;transition:all .3s ease;margin-bottom:1rem}.BusinessForm_sectionHeader__ONF55{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.BusinessForm_sectionToggle__MMyqd{width:100%;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;cursor:pointer;padding:.25rem 0 1rem;margin-bottom:.9rem;border-bottom:1px solid var(--border-color)}.BusinessForm_sectionContent__aXT3l{padding-top:.55rem;row-gap:.9rem}.BusinessForm_sectionContent__aXT3l.form-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));grid-gap:.85rem;gap:.85rem;align-items:start;margin-bottom:0}.BusinessForm_sectionContent__aXT3l.form-grid>:nth-child(n+3){grid-column:auto}.BusinessForm_sectionContent__aXT3l.form-grid>.input-full{grid-column:1/-1}.BusinessForm_sectionContent__aXT3l .input-group{gap:.4rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:10px;padding:.85rem .9rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.BusinessForm_sectionContent__aXT3l .input-group:focus-within{border-color:var(--primary-color);background:var(--surface-color);box-shadow:0 0 0 1px var(--primary-color)}.BusinessForm_sectionContent__aXT3l .input-label{font-size:.86rem;line-height:1.3}.BusinessForm_sectionContent__aXT3l .input-help{margin-top:.2rem;font-size:.72rem;line-height:1.35;color:var(--text-muted);opacity:.82}.BusinessForm_sectionContent__aXT3l .character-count{margin-top:.2rem;opacity:.72}.BusinessForm_sectionHeaderContent__mOoe1{min-width:0;flex:1 1}.BusinessForm_sectionMeta__VQ7yz{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.BusinessForm_sectionStatus__JeL7A{width:1.9rem;height:1.9rem;display:inline-grid;place-items:center;align-items:center;border-radius:999px;transition:transform .22s ease,filter .22s ease}.BusinessForm_statusComplete__Ccwq0{color:var(--surface-color);background:var(--success-color);border:1px solid var(--success-color)}.BusinessForm_statusOptional__ccE9i{color:var(--surface-color);background:var(--text-muted);border:1px solid var(--text-muted)}.BusinessForm_statusWarning__XZyOS{color:var(--text-muted);background:transparent;border:1px solid var(--border-color)}.BusinessForm_sectionToggle__MMyqd:focus-visible .BusinessForm_sectionStatus__JeL7A,.BusinessForm_sectionToggle__MMyqd:hover .BusinessForm_sectionStatus__JeL7A{transform:translateY(-1px) scale(1.05);filter:saturate(1.08)}.BusinessForm_sectionToggle__MMyqd:focus-visible .BusinessForm_sectionStatus__JeL7A{transform:translateY(-1px) scale(1.08)}.BusinessForm_sectionChevron__v2PJH{color:var(--text-muted);font-size:1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform .24s ease}.BusinessForm_sectionChevronOpen__jj1LH{transform:rotate(180deg)}.BusinessForm_sectionBody__cqhZ8{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;pointer-events:none;transition:grid-template-rows .28s ease,opacity .22s ease,visibility 0s linear .28s}.BusinessForm_sectionBodyOpen__k_80F{grid-template-rows:1fr;opacity:1;visibility:visible;pointer-events:auto;transition:grid-template-rows .28s ease,opacity .22s ease,visibility 0s linear 0s}.BusinessForm_sectionBodyInner__G417O{overflow:hidden;padding:0 .1rem}.BusinessForm_sectionTitle__on7DN{font-size:1.25rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem;font-family:var(--font-serif)}.BusinessForm_sectionDescription__Ey2f4{color:var(--text-muted);font-size:.9rem;margin:0;line-height:1.4}.BusinessForm_sectionGrid__SQoiS{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.BusinessForm_inputFull__jusJ9{grid-column:1/-1}.BusinessForm_inputGroup__Pnacm{display:flex;flex-direction:column;gap:.5rem}.BusinessForm_inputLabel__xGr__{font-weight:600;color:var(--text-color);font-size:.9rem}.BusinessForm_fieldHelp__sq0yZ{font-weight:400;color:var(--text-muted);font-size:.75rem}.BusinessForm_input__eo_Pv{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-color);color:var(--text-color);font-size:1rem;transition:all .2s ease;font-family:inherit}.BusinessForm_input__eo_Pv:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 20%,transparent)}.BusinessForm_textarea__JnhGR{resize:vertical;min-height:80px;font-family:inherit}.BusinessForm_inputHelp__yURMQ{font-size:.75rem;color:var(--text-muted);margin:0}.BusinessForm_characterCount__YMADS{font-size:.75rem;color:var(--text-muted);text-align:right;margin:.25rem 0 0}.BusinessForm_industryTags__g1Nff{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.BusinessForm_industryTag__9oK7M{display:inline-flex;align-items:center;gap:.5rem;background:rgba(14,165,233,.1);color:var(--primary-color);padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .2s ease;border:1px solid rgba(14,165,233,.2)}.BusinessForm_industryTag__9oK7M:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.BusinessForm_tagRemove__d53k5{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:1.125rem;line-height:1;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.BusinessForm_tagRemove__d53k5:hover{background:var(--primary-color);color:white;transform:scale(1.1)}.BusinessForm_platformIcon__1ek63{margin-right:.5rem;font-size:1.1em}.BusinessForm_socialToggleRow__QOMCz{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.35rem}.BusinessForm_socialToggleButton__uCcMb{border:1px solid var(--border-color);background:var(--surface-color);border-radius:10px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease,filter .2s ease}.BusinessForm_socialToggleButton__uCcMb:hover{transform:translateY(-1px);border-color:var(--primary-color)}.BusinessForm_socialToggleButton__uCcMb:focus-visible{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(14,165,233,.22)}.BusinessForm_socialToggleButtonActive__89zQo{border-color:var(--primary-color);background:var(--background-color);box-shadow:0 0 0 2px rgba(14,165,233,.15);animation:BusinessForm_socialPulse__Om9kb .26s ease}.BusinessForm_socialToggleIconWrap__BVf0E{display:inline-flex;align-items:center;justify-content:center}.BusinessForm_socialToggleIcon__uG1n_{width:22px;height:22px;margin-bottom:0;padding:0;border-radius:8px;background:transparent;transition:transform .2s ease,filter .2s ease}.BusinessForm_socialToggleIconActive__eehr5{transform:scale(1.04);filter:drop-shadow(0 0 8px rgba(14,165,233,.35))}.BusinessForm_socialSectionGrid__JhFyH{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));grid-gap:.75rem;gap:.75rem;align-items:start}.BusinessForm_socialToggleGroup__wUpJD{grid-column:1/-1}.BusinessForm_socialInputPanel__N9iou{grid-column:span 1;min-width:0;width:min(100%,34rem);justify-self:start;animation:BusinessForm_socialFieldReveal__mBQab .22s ease}.BusinessForm_socialInputPanel__N9iou>.input-group{overflow:hidden;height:100%}@keyframes BusinessForm_socialFieldReveal__mBQab{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes BusinessForm_socialPulse__Om9kb{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.BusinessForm_socialInputLabel__lZMpP{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-color);font-weight:600}.BusinessForm_socialInputLabelIcon__uFyg3{margin-bottom:0;width:20px;height:20px;padding:0;border-radius:6px}@media (max-width:1024px){.BusinessForm_sectionContent__aXT3l.form-grid,.BusinessForm_socialSectionGrid__JhFyH{grid-template-columns:1fr}.BusinessForm_socialInputPanel__N9iou{width:100%}}.BusinessForm_collapsibleToggle__KoqIX{width:100%;padding:1rem 1.25rem;background:var(--background-color);border-radius:8px;color:var(--text-color);font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:.9rem;border:none}.BusinessForm_collapsibleToggle__KoqIX:hover{background:color-mix(in srgb,var(--background-color) 90%,black);border-color:var(--primary-color);transform:translateY(-1px)}.BusinessForm_toggleContent__J5zh0{display:flex;align-items:center;gap:.5rem}.BusinessForm_toggleIcon__jQOmT{font-size:1.1em}.BusinessForm_toggleIndicator__bEdjC{margin-left:auto;font-size:.8em;color:var(--text-muted)}.BusinessForm_collapsibleContent__WC180{margin-top:1rem;animation:BusinessForm_slideDown__Ar_Uj .3s ease-out}.BusinessForm_additionalGrid__Fn_PX{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;padding:1.5rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:8px}@keyframes BusinessForm_slideDown__Ar_Uj{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.BusinessForm_inputError__VICXZ{border-color:var(--error-border)!important;box-shadow:0 0 0 3px rgba(239,68,68,.2)!important}.BusinessForm_validationError__zVI3g{color:var(--error-border);font-size:.75rem}.BusinessForm_validationSummary__Iw_cc{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:8px;padding:1rem;margin-top:1rem;margin-bottom:1rem}.BusinessForm_validationHeader__1Ki4J{color:var(--warning-color,#d97706);font-weight:600;margin-bottom:.5rem}.BusinessForm_missingFields__UYaWD{display:flex;flex-wrap:wrap;gap:.5rem}.BusinessForm_missingField__xUdb1{background:var(--surface-color);padding:.25rem .5rem;border-radius:4px;border:1px solid var(--error-border)}.BusinessForm_missingField__xUdb1,.BusinessForm_requiredHint__vn_Dm{color:var(--error-border);font-size:.8rem;font-weight:500}.BusinessForm_toggleSection__E5FIf{padding:1rem 0}.BusinessForm_toggleGroup__LrVjR{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px}.BusinessForm_toggleLabel__GV_ey{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.BusinessForm_toggleInfo__2hZB0{display:flex;flex-direction:column;gap:.25rem}.BusinessForm_toggleTitle__mAn04{font-weight:600;color:var(--text-color);font-size:.95rem}.BusinessForm_toggleDescription__ypBCl{color:var(--text-muted);font-size:.8rem}.BusinessForm_toggleContainer__n8Wix{position:relative;display:inline-block}.BusinessForm_toggleInput__q9DYG{opacity:0;width:0;height:0;position:absolute}.BusinessForm_toggleSlider___6V25{position:relative;display:inline-block;width:50px;height:24px;background:var(--background-color);border-radius:24px;transition:all .3s ease;cursor:pointer;border:1px solid var(--border-color)}.BusinessForm_toggleActive__N_vjR{background:var(--primary-color);border-color:var(--primary-color)}.BusinessForm_toggleKnob__u_LHl{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:1px;background:white;border-radius:50%;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.BusinessForm_toggleActive__N_vjR .BusinessForm_toggleKnob__u_LHl{transform:translateX(26px)}.BusinessForm_statusHint__Wszfb{margin-top:.75rem;padding:.75rem;border-radius:8px;font-size:.875rem;line-height:1.4;border-left:3px solid transparent;background:var(--background-color);animation:BusinessForm_fadeIn__qLV_M .3s ease-out}@keyframes BusinessForm_fadeIn__qLV_M{0%{opacity:0}to{opacity:1}}.BusinessForm_pendingHint__7_XO_{color:var(--text-color);display:flex;align-items:flex-start;gap:.5rem;border-left-color:var(--warning-border);background:var(--warning-bg)}.BusinessForm_pendingHint__7_XO_:before{font-size:1rem;flex-shrink:0;margin-top:.1rem;opacity:.8}.BusinessForm_rejectedHint__dRbAD{color:var(--text-color);display:flex;align-items:flex-start;gap:.5rem;border-left-color:var(--error-border);background:var(--error-bg)}.BusinessForm_rejectedHint__dRbAD:before{font-size:1rem;flex-shrink:0;margin-top:.1rem;opacity:.8}.BusinessForm_statusHint__Wszfb:hover{background:var(--background-color);transform:translateY(-1px);transition:all .2s ease}[data-theme=dark] .BusinessForm_pendingHint__7_XO_:before,[data-theme=dark] .BusinessForm_rejectedHint__dRbAD:before{opacity:.9}.BusinessForm_toggleDisabled___kSfW{opacity:.6;cursor:not-allowed}.BusinessForm_toggleDisabled___kSfW .BusinessForm_toggleKnob__u_LHl{background:var(--text-muted)!important}.BusinessForm_toggleDisabled___kSfW+.BusinessForm_statusHint__Wszfb{margin-top:1rem}.BusinessForm_formActions__FOKsS{display:flex;gap:1rem;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border-color)}.BusinessForm_btnPrimary__VpVKC:disabled,.BusinessForm_btnSecondary__BQeqQ:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.BusinessForm_btnNoChanges__ux11M{opacity:.6;cursor:not-allowed;background:var(--text-muted)!important}.BusinessForm_btnNoChanges__ux11M:hover{transform:none!important;box-shadow:none!important}@media (max-width:768px){.BusinessForm_formSection__k_H8a{padding:1.5rem}.BusinessForm_sectionToggle__MMyqd{flex-direction:column;align-items:flex-start;gap:.75rem}.BusinessForm_sectionMeta__VQ7yz{width:100%;justify-content:space-between}.BusinessForm_sectionGrid__SQoiS{grid-template-columns:1fr;gap:1rem}.BusinessForm_formActions__FOKsS{flex-direction:column}.BusinessForm_btn__qkh6k{width:100%;justify-content:center}.BusinessForm_additionalGrid__Fn_PX{grid-template-columns:1fr;padding:1rem}.BusinessForm_toggleGroup__LrVjR{flex-direction:column;align-items:flex-start;gap:1rem}}.BusinessForm_registrationToggle___zLLf{display:flex;gap:1.5rem;margin-top:.5rem}.BusinessForm_toggleOption__xcYG1{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BusinessForm_radioInput__PS6GX{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color)}.BusinessForm_toggleLabel__GV_ey{font-size:.95rem;color:var(--text-color);font-weight:500}.BusinessForm_registrationNote__5Oopr{font-size:.85rem;color:var(--text-muted);font-style:italic;margin-top:.35rem}.BusinessForm_registrationLocked__EZBQ9{display:flex;gap:1rem;padding:1rem;background-color:var(--color-warning-bg,#fff3cd);border:1px solid var(--color-warning-border,#ffc107);border-radius:8px;margin-bottom:1.5rem}.BusinessForm_registrationDisabled__5MnFs{opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.BusinessForm_lockedIcon__zdTtC{font-size:1.5rem;flex-shrink:0}.BusinessForm_lockedContent__V_JHz{flex:1 1}.BusinessForm_lockedContent__V_JHz strong{display:block;margin-bottom:.25rem;color:var(--color-warning-text,#856404)}.BusinessForm_lockedContent__V_JHz p{margin:0;font-size:.875rem;color:var(--color-warning-text,#856404)}.BusinessForm_supportLink__ZUMWL{color:var(--color-primary,#4f46e5);text-decoration:underline;font-weight:500}.BusinessForm_supportLink__ZUMWL:hover{color:var(--color-primary-dark,#4338ca)}.BusinessForm_registrationWarning__rB5nH{display:flex;gap:1rem;padding:.85rem 1rem;background-color:var(--info-bg);border:1px solid var(--info-border);border-radius:8px;margin:.25rem 0 .5rem;width:100%;max-width:100%;box-sizing:border-box;align-items:flex-start;flex-wrap:wrap}.BusinessForm_registrationFieldsGrid__PTwPg{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,1fr);grid-gap:.85rem;gap:.85rem;align-items:start}.BusinessForm_warningIcon__rjcdu{font-size:1.5rem;flex-shrink:0;color:var(--info-color,#0369a1);display:flex;align-items:center}.BusinessForm_warningContent__qAXM3{flex:1 1}.BusinessForm_warningContent__qAXM3 strong{display:block;margin-bottom:.25rem;color:var(--text-color)}.BusinessForm_warningContent__qAXM3 p{margin:0;font-size:.875rem;color:var(--text-muted)}@media (max-width:56rem){.BusinessForm_registrationFieldsGrid__PTwPg{grid-template-columns:1fr}}.BusinessForm_validationError__zVI3g{color:var(--error-color,#dc2626);font-size:.875rem;margin-top:.25rem;background-color:var(--error-bg);border:1px solid var(--error-border);padding:.5rem .75rem;border-radius:6px}.BusinessForm_duplicateNotice__fXn0_{margin-top:.65rem;padding:.85rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;font-size:.875rem;display:flex;flex-direction:column;gap:.75rem}.BusinessForm_duplicateHeader__UK0Rx{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-weight:500}.BusinessForm_duplicateIcon___UawU{flex-shrink:0;color:var(--text-muted)}.BusinessForm_duplicateBusinessCard__b8kM2{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:6px}.BusinessForm_duplicateBusinessInfo__xLtp9{display:flex;align-items:center;gap:.65rem;min-width:0}.BusinessForm_duplicateBusinessLogo__yNtfK{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid var(--border-color)}.BusinessForm_duplicateBusinessLogoFallback__O6D4h{width:36px;height:36px;border-radius:6px;background:var(--primary-color);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.BusinessForm_duplicateBusinessName__VCmgY{font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BusinessForm_duplicateBusinessLink__ySc6Y{display:flex;align-items:center;gap:.35rem;padding:.45rem .75rem;background:var(--primary-color);color:white;text-decoration:none;border-radius:6px;font-weight:500;font-size:.8125rem;white-space:nowrap;flex-shrink:0;transition:background-color .15s ease}.BusinessForm_duplicateBusinessLink__ySc6Y:hover{background:var(--primary-hover)}.BusinessForm_duplicateBusinessLink__ySc6Y svg{flex-shrink:0}.BusinessForm_duplicateFooter__ZfVKX{color:var(--text-muted);font-size:.8125rem;margin:0;line-height:1.4}.BusinessForm_fieldError__99hrQ{border-color:var(--error-border)!important;background-color:var(--error-bg)!important}.BusinessForm_strictFieldPanel__M_xq5{border:1px solid var(--border-color);border-radius:10px;padding:.9rem;background:var(--background-color);display:flex;flex-direction:column;gap:.85rem}.BusinessForm_timeRangeRow__XV41U{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));grid-gap:.65rem;gap:.65rem;align-items:end}.BusinessForm_timeRangeRow__XV41U>div{min-width:0}.BusinessForm_timeRangeRow__XV41U input[type=time]{width:100%;min-width:0;max-width:100%}.BusinessForm_daySelector__njHjC{display:flex;flex-wrap:wrap;gap:.5rem}.BusinessForm_dayChip__vP230{border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);border-radius:999px;padding:.4rem .75rem;font-size:.85rem;cursor:pointer;transition:all .2s ease}.BusinessForm_dayChip__vP230:hover{border-color:var(--primary-color)}.BusinessForm_dayChipActive__eo71b{background:var(--primary-color);color:white;border-color:var(--primary-color)}.BusinessForm_responseTimeRow__fpVe4{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.BusinessForm_responseTimeRow__fpVe4 input[type=number]{width:120px}.BusinessForm_tagList__YEJ_9{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.BusinessForm_tagChip__lBdIk{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border-color);border-radius:999px;padding:.3rem .65rem;background:var(--background-color);color:var(--text-color);font-size:.82rem;font-weight:500}.BusinessForm_tagChipRemove__pDjTR{border:none;background:transparent;color:var(--text-muted);font-size:1rem;line-height:1;cursor:pointer;padding:0}.BusinessForm_tagChipRemove__pDjTR:hover{color:var(--text-color)}@media (max-width:768px){.BusinessForm_timeRangeRow__XV41U{grid-template-columns:1fr}.BusinessForm_responseTimeRow__fpVe4 input[type=number]{width:100%}.BusinessForm_responseTimeRow__fpVe4{align-items:stretch}}@media (max-width:900px){.BusinessForm_timeRangeRow__XV41U{grid-template-columns:1fr}}.JoinBusinessForm_joinBusinessForm__IQK5k{width:100%;animation:JoinBusinessForm_fadeIn__Ww_Cv .3s ease-out}.JoinBusinessForm_formHeader__RhlnI{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.JoinBusinessForm_sectionTitle__TxBLe{font-size:1.25rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem;font-family:var(--font-serif)}.JoinBusinessForm_sectionDescription__6DTiT{color:var(--text-muted);font-size:.9rem;margin:0;line-height:1.4}.JoinBusinessForm_businessSearchWrapper__6Hn_P,.JoinBusinessForm_searchContainer__Ixgjy,.JoinBusinessForm_searchInputWrapper__7W13o{position:relative}.JoinBusinessForm_businessSearchInput__Wlx2r{width:100%;padding-right:2.5rem}.JoinBusinessForm_searchLoading__fvSGT{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.JoinBusinessForm_loadingSpinner__JKhe5{width:1rem;height:1rem;border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:JoinBusinessForm_spin__zOH35 .6s linear infinite}.JoinBusinessForm_suggestionsDropdown__4do0D{position:absolute;top:100%;left:0;right:0;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;max-height:300px;overflow-y:auto;z-index:10;margin-top:4px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.JoinBusinessForm_suggestionItem__vrj38{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;transition:all .2s ease;border-bottom:1px solid var(--border-color);color:var(--text-color);font-family:inherit}.JoinBusinessForm_suggestionItem__vrj38:last-child{border-bottom:none}.JoinBusinessForm_suggestionItem__vrj38.JoinBusinessForm_selected__VyCSM,.JoinBusinessForm_suggestionItem__vrj38:hover{background:var(--background-color)}.JoinBusinessForm_suggestionItem__vrj38.JoinBusinessForm_selected__VyCSM{border-left:3px solid var(--primary-color);padding-left:.75rem}.JoinBusinessForm_suggestionName__idtk_{font-weight:600;font-size:.95rem;margin-bottom:.25rem;color:var(--text-color)}.JoinBusinessForm_suggestionIndustries__FZVe8{font-size:.8rem;color:var(--text-muted)}.JoinBusinessForm_noResults__Chikb{padding:.75rem 1rem;color:var(--text-muted);font-size:.875rem;text-align:center;border-top:1px solid var(--border-color)}.JoinBusinessForm_optionalNote__wSmne{font-size:.8rem;color:var(--text-muted);margin-top:.25rem;font-style:italic}.JoinBusinessForm_formActions__Wbsvf{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.JoinBusinessForm_single-button__9yDWG{display:flex;justify-content:center}@keyframes JoinBusinessForm_fadeIn__Ww_Cv{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes JoinBusinessForm_spin__zOH35{to{transform:rotate(1turn)}}.JoinBusinessForm_searchError__hTg0D{color:var(--error-color);font-size:.8rem;margin-top:.5rem;padding:.5rem;background:var(--error-bg);border-radius:4px;border:1px solid var(--error-border)}.JoinBusinessForm_suggestionHeader__PrjaV{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem}.JoinBusinessForm_pendingBadge__AKMUc{background:var(--warning-bg);color:var(--warning-color);font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:10px;margin-left:.5rem;white-space:nowrap}.JoinBusinessForm_suggestionItem__vrj38.JoinBusinessForm_pending__1PqgX{opacity:.7}.JoinBusinessForm_suggestionItem__vrj38.JoinBusinessForm_pending__1PqgX:hover{opacity:.9}[data-theme=dark] .JoinBusinessForm_pendingBadge__AKMUc{background:rgba(120,100,30,.3);color:#fbbf24}[data-theme=dark] .JoinBusinessForm_searchError__hTg0D{background:rgba(120,40,45,.2);border-color:var(--error-border)}@media (max-width:768px){.JoinBusinessForm_suggestionsDropdown__4do0D{position:fixed;top:auto;bottom:0;left:0;right:0;max-height:50vh;border-radius:12px 12px 0 0;margin-top:0;border:1px solid var(--border-color);border-bottom:none}@supports (padding:max(0px)){.JoinBusinessForm_suggestionsDropdown__4do0D{padding-bottom:env(safe-area-inset-bottom)}}}[data-theme=dark] .JoinBusinessForm_suggestionsDropdown__4do0D{background:var(--surface-color);border-color:var(--border-color);box-shadow:0 4px 12px rgba(0,0,0,.3)}[data-theme=dark] .JoinBusinessForm_suggestionItem__vrj38.JoinBusinessForm_selected__VyCSM,[data-theme=dark] .JoinBusinessForm_suggestionItem__vrj38:hover{background:rgba(255,255,255,.05)}.MemberManagement_memberManagement__SDn5F{background:var(--surface-color);border-radius:var(--radius);padding:2rem;border:1px solid var(--border-color);margin-bottom:2rem}.MemberManagement_sectionHeader__IT6sF{margin-bottom:1.5rem}.MemberManagement_sectionTitle__ev52t{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.MemberManagement_sectionSubtitle__sMtKX{color:var(--text-muted);font-size:.9rem;margin:0}.MemberManagement_membersList__mWPSt{display:flex;flex-direction:column;gap:1rem}.MemberManagement_memberItem__G2Dsv{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-primary);border-radius:8px;border:1px solid var(--border-color)}.MemberManagement_memberInfo__tCZph{display:flex;flex-direction:column;gap:.25rem}.MemberManagement_memberName__vM_Ys{font-weight:600;color:var(--text-primary)}.MemberManagement_memberDetails__aDHSL{display:flex;align-items:center;gap:.75rem}.MemberManagement_memberRole__51KnX{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.MemberManagement_memberRole__51KnX.MemberManagement_owner__qbZ_N{background:rgba(234,179,8,.1);color:rgb(234,179,8);border:1px solid rgba(234,179,8,.3)}.MemberManagement_memberRole__51KnX.MemberManagement_admin__7gylU{background:rgba(59,130,246,.1);color:rgb(59,130,246);border:1px solid rgba(59,130,246,.3)}.MemberManagement_memberRole__51KnX.MemberManagement_member__hP7WN{background:rgba(107,114,128,.1);color:rgb(107,114,128);border:1px solid rgba(107,114,128,.3)}.MemberManagement_youBadge__sRTZR{font-size:.75rem;color:var(--text-muted);font-style:italic}.MemberManagement_memberActions__DbCSK{display:flex;gap:.5rem;align-items:center}.MemberManagement_ownerBadge__vSSN_{font-size:.875rem;color:var(--text-muted);font-weight:500}.MemberManagement_btn__fQAm9{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.MemberManagement_btnPrimary__ZeV_o{background:var(--accent-color);color:white;border:1px solid var(--accent-color)}.MemberManagement_btnPrimary__ZeV_o:hover:not(:disabled){background:var(--accent-color-hover);transform:translateY(-1px)}.MemberManagement_btnPrimary__ZeV_o:disabled{opacity:.6;cursor:not-allowed;transform:none}.MemberManagement_btnDanger__rt_Wp{background:#e53e3e;color:white;border:1px solid #e53e3e}.MemberManagement_btnDanger__rt_Wp:hover{background:#c53030;transform:translateY(-1px)}.MemberManagement_btnSmall__S3mSZ{padding:.375rem .75rem;font-size:.75rem}.MemberManagement_emptyState__AUuOj{font-style:italic}.MemberManagement_emptyState__AUuOj,.MemberManagement_loading__yojZS{text-align:center;padding:2rem;color:var(--text-muted)}@media (max-width:768px){.MemberManagement_memberItem__G2Dsv{flex-direction:column;align-items:flex-start;gap:1rem}.MemberManagement_memberActions__DbCSK{width:100%;justify-content:flex-end}.MemberManagement_memberManagement__SDn5F{padding:1.5rem}}.ImageUpload_imageUpload__WK2IU{width:100%}.ImageUpload_uploadArea__LVpmU{display:flex;gap:1.5rem;align-items:flex-start}@media (max-width:768px){.ImageUpload_uploadArea__LVpmU{flex-direction:column;gap:1rem}}.ImageUpload_previewContainer__QIkBB{flex-shrink:0;width:120px;border:2px dashed var(--border-color);border-radius:var(--radius);overflow:hidden;background:var(--surface-color);display:flex;align-items:center;justify-content:center}.ImageUpload_previewContainer__QIkBB.ImageUpload_hasImage__NnC4V{border-style:solid;border-color:var(--primary-color)}.ImageUpload_previewImage__Xj3gD{width:100%;height:100%;object-fit:contain;object-position:center}.ImageUpload_placeholder__Xnuzf{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;color:var(--text-muted);text-align:center}.ImageUpload_placeholderIcon__wXysp{font-size:1.5rem;margin-bottom:.5rem}.ImageUpload_placeholderText__Scj_I{font-size:.8rem}.ImageUpload_controls__YjW5h{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.ImageUpload_fileInput__BWUhB{display:none}.ImageUpload_buttonGroup__STnvf{display:flex;gap:.5rem;flex-wrap:wrap}.ImageUpload_controlButton__CJBok{align-self:flex-start}.ImageUpload_helpText__5wVrq{font-size:.8rem;color:var(--text-secondary)}.GalleryUpload_galleryUpload__VYEAr{width:100%}.GalleryUpload_controls__pGlpR{margin-bottom:1.5rem}.GalleryUpload_fileInput__kgYYW{display:none}.GalleryUpload_uploadButton__OcbqJ{margin-bottom:.5rem}.GalleryUpload_helpText__ot0pg{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.GalleryUpload_galleryContainer__CDBlY{position:relative;margin-bottom:1rem;width:100%}.GalleryUpload_galleryGrid__hqgn7{width:100%;display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;min-height:8px}.GalleryUpload_galleryGrid__hqgn7::-webkit-scrollbar{height:6px}.GalleryUpload_galleryGrid__hqgn7::-webkit-scrollbar-track{background:transparent;border-radius:3px}.GalleryUpload_galleryGrid__hqgn7::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.GalleryUpload_galleryGrid__hqgn7::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.GalleryUpload_galleryItem__r8tyB{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 0.75rem);min-width:180px;max-width:280px;position:relative;border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;background:var(--surface-color);transition:transform .2s ease,box-shadow .2s ease}.GalleryUpload_galleryItem__r8tyB:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.GalleryUpload_galleryItem__r8tyB[draggable=true]{cursor:-webkit-grab;cursor:grab}.GalleryUpload_galleryItem__r8tyB[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.GalleryUpload_imageContainer__jBE9z{position:relative;aspect-ratio:4/3;overflow:hidden}.GalleryUpload_galleryImage__KvBm_{width:100%;height:100%;object-fit:cover}.GalleryUpload_imageOverlay__5wPi0{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 30%,transparent 70%,rgba(0,0,0,.3));opacity:0;transition:opacity .2s ease;display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem}.GalleryUpload_imageContainer__jBE9z:hover .GalleryUpload_imageOverlay__5wPi0{opacity:1}.GalleryUpload_imageNumber__eTodE{background:rgba(0,0,0,.7);border-radius:50%;font-size:.75rem;font-weight:700}.GalleryUpload_imageNumber__eTodE,.GalleryUpload_removeButton__wtqVS{color:white;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.GalleryUpload_removeButton__wtqVS{background:rgba(220,38,38,.9);border:none;border-radius:50%;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.GalleryUpload_removeButton__wtqVS:hover{background:rgba(185,28,28,.9)}.GalleryUpload_removeButton__wtqVS:disabled{background:rgba(107,114,128,.9);cursor:not-allowed}.GalleryUpload_imageInfo__1D_RZ{padding:.5rem}.GalleryUpload_filename__6ON1Q{font-size:.75rem;color:var(--text-muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GalleryUpload_uploadPending__DXz_h{font-size:.7rem;color:var(--warning-color,#d97706);font-style:italic}.GalleryUpload_emptyState__gRyjN{text-align:center;padding:2rem;background:var(--surface-color);border:2px dashed var(--border-color);border-radius:var(--radius);color:var(--text-muted)}.GalleryUpload_emptyIcon__QG9d_{font-size:2rem;margin-bottom:.5rem}.GalleryUpload_emptyText__AUocK{font-weight:500;margin-bottom:.25rem}.GalleryUpload_emptySubtext__yEFwO{font-size:.875rem}.GalleryUpload_galleryItem__r8tyB.GalleryUpload_dragOver__yIszI{border:2px dashed var(--primary-color);background:var(--primary-bg,rgba(14,165,233,.1))}.GalleryUpload_scrollHint__cZPF7{position:absolute;right:0;top:50%;transform:translateY(-50%);background:linear-gradient(90deg,transparent,var(--surface-color));padding:.5rem;color:var(--text-muted);font-size:.8rem;pointer-events:none;opacity:0;transition:opacity .3s ease}.GalleryUpload_galleryContainer__CDBlY:hover .GalleryUpload_scrollHint__cZPF7{opacity:1}.GalleryUpload_uploadOverlay__CCwO1{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:2}.GalleryUpload_progressCircle__r5ISn{width:60px;height:60px;border:3px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:GalleryUpload_spin__iUjVQ 1s linear infinite;display:flex;align-items:center;justify-content:center}.GalleryUpload_progressText__NrmfE{color:white;font-size:.8rem;font-weight:600}@keyframes GalleryUpload_spin__iUjVQ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GalleryUpload_errorOverlay__Qzcs8{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(220,38,38,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;color:white}.GalleryUpload_errorIcon__qChTc{font-size:1.5rem;margin-bottom:.5rem}.GalleryUpload_errorText__QhKUE{font-size:.8rem;font-weight:600}.GalleryUpload_statusIndicator__hV7Ke{margin-top:.25rem}.GalleryUpload_statusPending__YEyUe{font-size:.7rem;color:var(--text-muted);font-style:italic}.GalleryUpload_statusUploading__IlwNr{font-size:.7rem;color:var(--primary-color);font-weight:500}.GalleryUpload_statusError__a1OXC{font-size:.7rem;color:var(--error-color);font-weight:500}.GalleryUpload_statusSuccess__LaDPt{font-size:.7rem;color:var(--success-color);font-weight:500}.GalleryUpload_galleryItem__r8tyB.GalleryUpload_uploading__TznCQ{opacity:.7;pointer-events:none}@media (max-width:768px){.GalleryUpload_galleryItem__r8tyB{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 0.5rem);min-width:120px}.GalleryUpload_imageOverlay__5wPi0{opacity:1;background:linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent 40%,transparent 60%,rgba(0,0,0,.3))}.GalleryUpload_scrollHint__cZPF7{display:none}}@media (max-width:480px){.GalleryUpload_galleryItem__r8tyB{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem)}}.VideoIntroduction_videoIntroduction__8C2y8{display:flex;flex-direction:column;gap:1rem}.VideoIntroduction_previewCard__5DaVS{border:1px solid var(--border-color);border-radius:1rem;padding:1rem;background:var(--surface-color)}.VideoIntroduction_videoFrame__Atl0D,.VideoIntroduction_videoTag__MDkRl{width:100%;border:none;border-radius:.75rem;aspect-ratio:16/9;background:#000}.VideoIntroduction_embedWarning__sAe5Q{margin-top:.5rem}.VideoIntroduction_previewMeta__Hh83z{margin-top:.5rem;font-size:.875rem;color:var(--text-muted)}.VideoIntroduction_inputGroup__F_AhW{display:flex;flex-direction:column;gap:.5rem}.VideoIntroduction_urlRow__LNlVB{display:grid;grid-gap:.5rem;gap:.5rem}.VideoIntroduction_controlButton__51EvW{width:100%}.VideoIntroduction_helpText__W3Jpx{font-size:.8rem;color:var(--text-muted)}@media (min-width:769px){.VideoIntroduction_urlRow__LNlVB{display:flex;flex-wrap:wrap;align-items:center}.VideoIntroduction_controlButton__51EvW{width:auto;align-self:flex-start}}.LeaveBusiness_leaveBusinessSection__y9Ssd{margin-top:2rem;padding:1.5rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;text-align:center}.LeaveBusiness_leaveNote__dQ_jJ{color:var(--text-muted);font-size:.9rem;margin:.5rem 0 1rem}.LeaveBusiness_popupHeader__2015T{text-align:center;margin-bottom:1.5rem}.LeaveBusiness_popupIcon__bFMqf{font-size:2.5rem;margin-bottom:1rem}.LeaveBusiness_popupHeader__2015T h3{font-size:1.5rem;font-weight:700;color:var(--text-color);margin:0}.LeaveBusiness_popupContent__vFZNH{margin-bottom:2rem}.LeaveBusiness_popupContent__vFZNH p{color:var(--text-color);margin-bottom:1rem;line-height:1.5}.LeaveBusiness_leaveWarning__YLtb7{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:8px;padding:1rem;color:var(--warning-color);margin:1rem 0;font-size:.9rem}.DeleteBusiness_deleteBusiness__p0wiC{display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(135deg,rgba(229,62,62,.03),rgba(229,62,62,.01));border:1px solid rgba(229,62,62,.2);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.DeleteBusiness_deleteBusiness__p0wiC:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e53e3e,#c53030);border-radius:16px 16px 0 0}.DeleteBusiness_warningBox__txc0n{background:rgba(229,62,62,.05);border:1px solid rgba(229,62,62,.2);color:#e53e3e;padding:1.5rem;border-radius:12px;font-size:.9rem;line-height:1.5;margin-top:1rem}.DeleteBusiness_warningBox__txc0n strong{display:block;margin-bottom:.5rem;font-size:1rem}.DeleteBusiness_warningBox__txc0n ul{margin:.75rem 0 0;padding-left:1.5rem}.DeleteBusiness_warningBox__txc0n li{margin-bottom:.25rem}.DeleteBusiness_memberWarning__X96B1{display:flex;align-items:flex-start;gap:1rem;background:rgba(234,179,8,.05);border:1px solid rgba(234,179,8,.2);color:#ca8a04;padding:1.5rem;border-radius:12px}.DeleteBusiness_memberWarning__X96B1 strong{display:block;margin-bottom:.5rem;font-size:1rem}.DeleteBusiness_memberStats__4tyto{margin-top:.75rem;padding:.75rem;background:rgba(234,179,8,.1);border-radius:8px;font-size:.875rem}.DeleteBusiness_confirmationSection__y75fX{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;border-top:1px solid rgba(229,62,62,.1)}.DeleteBusiness_confirmationInput__f4yGi{display:flex;flex-direction:column;gap:.75rem}.DeleteBusiness_confirmationInput__f4yGi label{font-weight:600;color:var(--text-primary);font-size:.95rem;line-height:1.4}.DeleteBusiness_confirmationInput__f4yGi strong{color:#e53e3e;font-weight:700}.DeleteBusiness_input__dHmcC{padding:1rem 1.25rem;border:2px solid var(--border-color);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;transition:all .3s ease;font-family:inherit;box-shadow:0 2px 4px rgba(0,0,0,.05)}.DeleteBusiness_input__dHmcC:focus{outline:none;border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.1);transform:translateY(-1px)}.DeleteBusiness_input__dHmcC:disabled{background:var(--bg-tertiary);color:var(--text-tertiary);cursor:not-allowed;transform:none}.DeleteBusiness_deleteButton__i7tzn{background:linear-gradient(135deg,#e53e3e,#c53030);color:white;border:none;padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px rgba(229,62,62,.3);position:relative;overflow:hidden}.DeleteBusiness_deleteButton__i7tzn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.DeleteBusiness_deleteButton__i7tzn:hover:not(:disabled):before{left:100%}.DeleteBusiness_deleteButton__i7tzn:hover:not(:disabled){background:linear-gradient(135deg,#c53030,#a53030);transform:translateY(-2px);box-shadow:0 6px 20px rgba(229,62,62,.4)}.DeleteBusiness_deleteButton__i7tzn:active:not(:disabled){transform:translateY(0)}.DeleteBusiness_deleteButton__i7tzn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.DeleteBusiness_spinner__DYe8m{width:18px;height:18px;border:2px solid transparent;border-top-color:white;border-radius:50%;animation:DeleteBusiness_spin__u86b2 1s linear infinite}@keyframes DeleteBusiness_spin__u86b2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.DeleteBusiness_finalWarning__6S2xT{display:flex;align-items:flex-start;gap:1rem;background:rgba(120,113,108,.05);border:1px solid rgba(120,113,108,.2);color:#78716c;padding:1.5rem;border-radius:12px;margin-top:1rem;font-style:italic}.DeleteBusiness_finalWarningIcon__FZ27u{font-size:1.25rem;flex-shrink:0}.DeleteBusiness_finalWarning__6S2xT p{margin:0;line-height:1.5}.DeleteBusiness_finalWarning__6S2xT strong{color:#57534e}@media (max-width:768px){.DeleteBusiness_deleteBusiness__p0wiC{padding:1.5rem;border-radius:12px}.DeleteBusiness_warningHeader__JVYcF{flex-direction:column;text-align:center;gap:.5rem}.DeleteBusiness_finalWarning__6S2xT,.DeleteBusiness_memberWarning__X96B1{flex-direction:column;text-align:center;gap:.75rem}.DeleteBusiness_deleteButton__i7tzn{padding:.875rem 1.5rem}}.DeleteBusiness_popupHeader__KVjxp{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.DeleteBusiness_popupHeader__KVjxp h3{font-size:1.25rem;font-weight:700;color:#e53e3e;margin:0}.DeleteBusiness_popupIcon__cRVI5{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(229,62,62,.1);border-radius:50%}.DeleteBusiness_popupContent__Gy2A5{margin-bottom:2rem}.DeleteBusiness_popupContent__Gy2A5 p{margin:0 0 1rem;line-height:1.5;color:var(--text-primary)}.DeleteBusiness_popupWarning__7TGWP{background:rgba(229,62,62,.05);border:1px solid rgba(229,62,62,.1);padding:1rem;border-radius:8px;font-size:.9rem;color:#e53e3e;margin-top:1rem!important}.DeleteBusiness_popupCancel__ywa6I{padding:.75rem 1.5rem;border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-primary);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.DeleteBusiness_popupCancel__ywa6I:hover:not(:disabled){background:var(--bg-primary);border-color:var(--text-muted)}.DeleteBusiness_popupConfirm__rKw3I{padding:.75rem 1.5rem;background:#e53e3e;color:white;border:1px solid #e53e3e;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.DeleteBusiness_popupConfirm__rKw3I:hover:not(:disabled){background:#c53030;transform:translateY(-1px)}.DeleteBusiness_popupCancel__ywa6I:disabled,.DeleteBusiness_popupConfirm__rKw3I:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.DeleteBusiness_popupCancel__ywa6I,.DeleteBusiness_popupConfirm__rKw3I{width:100%}}.ConfirmDialog_overlay__G2XJ0{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:ConfirmDialog_fadeIn__ZjHyh .2s ease}.ConfirmDialog_dialog__m3ivq{background:var(--surface-color);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);width:100%;max-width:400px;animation:ConfirmDialog_slideUp__nSo0S .3s ease;border:1px solid var(--border-color)}.ConfirmDialog_header__9yNvS{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color)}.ConfirmDialog_title__9h9w8{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0}.ConfirmDialog_closeButton__oPyS_{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:.25rem;transition:color .2s ease}.ConfirmDialog_closeButton__oPyS_:hover{color:var(--text-color)}.ConfirmDialog_content__ZwACm{padding:1.5rem}.ConfirmDialog_message__L2LYW{color:var(--text-color);line-height:1.5;margin:0}.ConfirmDialog_footer__cQj60{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border-color);justify-content:flex-end}.ConfirmDialog_button__pZNG_{padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.ConfirmDialog_cancelButton__MEGw1{background:var(--background-color);color:var(--text-color);border-color:var(--border-color)}.ConfirmDialog_cancelButton__MEGw1:hover{background:var(--surface-color)}.ConfirmDialog_confirmButton__0Z_4_{background:var(--primary-color);color:white;border-color:var(--primary-color)}.ConfirmDialog_confirmButton__0Z_4_:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px)}.ConfirmDialog_confirmButton__0Z_4_.ConfirmDialog_danger__Hs_eh{background:#dc2626;border-color:#dc2626}.ConfirmDialog_confirmButton__0Z_4_.ConfirmDialog_danger__Hs_eh:hover{background:#b91c1c;border-color:#b91c1c}.ConfirmDialog_confirmButton__0Z_4_.ConfirmDialog_warning__YYTVx{background:#d97706;border-color:#d97706}.ConfirmDialog_confirmButton__0Z_4_.ConfirmDialog_warning__YYTVx:hover{background:#b45309;border-color:#b45309}@keyframes ConfirmDialog_fadeIn__ZjHyh{0%{opacity:0}to{opacity:1}}@keyframes ConfirmDialog_slideUp__nSo0S{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HubSidebar_sidebar__UJXJq{width:240px;height:100vh;position:fixed;left:0;top:0;background:var(--surface-color);border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:1.5rem 0;z-index:99;transition:transform .3s ease}.HubSidebar_mobileCloseButton__IFFOA{display:none;position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:.25rem;z-index:101}.HubSidebar_mobileCloseButton__IFFOA:hover{color:var(--text-color)}.HubSidebar_userInfo__UnQ5n{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem .5rem;border-bottom:1px solid var(--border-color);margin-bottom:1rem}.HubSidebar_userIdentity__eW_T_{display:flex;align-items:center;gap:.75rem}.HubSidebar_userAvatar__YXk91{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.HubSidebar_userQuickActions__wNHDi{display:flex;align-items:center;justify-content:center;gap:.5rem}.HubSidebar_quickActionItem__ihPFk{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;color:var(--text-color);text-decoration:none;transition:all .2s ease}.HubSidebar_quickActionItem__ihPFk:hover{background:var(--hover-bg);color:var(--primary-color)}.HubSidebar_quickActionItem__ihPFk.HubSidebar_active___B70S{background:var(--primary-color);color:white}.HubSidebar_userName__roFN2{flex:1 1;min-width:0;font-weight:600;color:var(--text-color);margin:0 0 .25rem;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HubSidebar_userRole__44LLx{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.3}.HubSidebar_navigation__NQjFE{flex:1 1;overflow-y:auto;padding:0 1rem;scrollbar-width:none;-ms-overflow-style:none}.HubSidebar_navigation__NQjFE::-webkit-scrollbar{display:none}.HubSidebar_navSection__NkCYP{margin-bottom:1.5rem}.HubSidebar_navLabel__4HKbn{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem .75rem}.HubSidebar_navItem__seWyc{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;text-decoration:none;color:var(--text-color);transition:all .2s ease;margin-bottom:.25rem;font-size:.9rem}.HubSidebar_navItem__seWyc:hover{background:var(--hover-bg);color:var(--primary-color)}.HubSidebar_navItem__seWyc.HubSidebar_active___B70S{background:var(--primary-color);color:white}.HubSidebar_navIcon__19VbM{font-size:1.1rem;text-align:center;flex-shrink:0}.HubSidebar_navText__o_YBV{font-weight:500;font-size:.9rem}.HubSidebar_navItem__seWyc.HubSidebar_disabled__BtlJT{opacity:.5;cursor:not-allowed}.HubSidebar_navItem__seWyc.HubSidebar_disabled__BtlJT:hover{background:transparent;color:var(--text-color)}.HubSidebar_sidebarFooter__5g7Rz{padding:1rem 1.5rem 0;border-top:1px solid var(--border-color);margin-top:auto}.HubSidebar_logoutButton__wu6PU{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem;background:transparent;border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-muted);cursor:pointer;transition:all .2s ease;font-size:.9rem;font-family:inherit}.HubSidebar_logoutButton__wu6PU:hover{background:var(--hover-bg);color:var(--text-color);border-color:var(--text-muted)}.HubSidebar_logoutButton__wu6PU:disabled{opacity:.6;cursor:not-allowed}.HubSidebar_logoutIcon__QdoVG{font-size:1rem}.HubSidebar_sidebarStatusMessage__o2ihL{margin:.75rem .75rem 1rem}@media (max-width:768px){.HubSidebar_sidebar__UJXJq{transform:translateX(-100%)}.HubSidebar_sidebar__UJXJq.HubSidebar_mobileOpen__hm6Nm{transform:translateX(0)}.HubSidebar_mobileCloseButton__IFFOA{display:block}}.DangerZone_dangerZone__89B3S{border-color:rgba(229,62,62,.3);background:rgba(229,62,62,.05);border-radius:12px;padding:1rem;margin:2rem 0;position:relative;overflow:hidden}.DangerZone_dangerZone__89B3S:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e53e3e,#c53030);border-radius:var(--radius) var(--radius) 0 0}.DangerZone_sectionHeader__2xaHD{margin-bottom:1.5rem;text-align:center}.DangerZone_sectionTitle__8NwTp{font-size:1.5rem;font-weight:700;color:#e53e3e;margin:0 0 .5rem}.DangerZone_sectionSubtitle__ojkri{color:var(--text-muted);font-size:1rem;margin:0}@media (max-width:768px){.DangerZone_dangerZone__89B3S{padding:1.5rem;margin:1.5rem 0}}.UserProfileContent_userProfileContent__b1XXs{padding:1rem 0;display:flex;flex-direction:column;gap:1.25rem}.UserProfileContent_pageHeader__EngW1{display:flex;flex-direction:column;gap:.35rem;padding:0 .25rem}.UserProfileContent_eyebrow__RmTad{text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--text-muted);font-size:.8rem;margin:0}.UserProfileContent_sectionStack__vrSrb{display:flex;flex-direction:column;gap:1rem}.UserProfileContent_sectionBlock__48H7E{border:1px solid var(--border-color);border-radius:12px;background:var(--surface-color);padding:1.25rem;box-shadow:0 6px 18px rgba(0,0,0,.04)}.UserProfileContent_collapseHeader__iVc6Y{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;background:none;border:none;padding:0;text-align:left;cursor:pointer}.UserProfileContent_collapseHeader__iVc6Y:focus-visible{outline:2px solid var(--accent-color);outline-offset:4px}.UserProfileContent_sectionHeading__JbEq0{margin-bottom:1rem;display:flex;justify-content:space-between;gap:1rem}.UserProfileContent_sectionBody__kiQ0C{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;pointer-events:none;transition:grid-template-rows .5s ease,opacity .5s ease,visibility 0s linear .5s}.UserProfileContent_sectionBodyOpen__Ur_C_{grid-template-rows:1fr;opacity:1;visibility:visible;pointer-events:auto;transition:grid-template-rows .5s ease,opacity .5s ease,visibility 0s linear 0s}.UserProfileContent_sectionBodyInner__nC2qN{overflow:hidden;margin-top:.5rem}.UserProfileContent_sectionEyebrow__X1An2{text-transform:uppercase;letter-spacing:.06em;font-weight:700;font-size:.75rem;color:var(--text-muted);margin:0 0 .15rem}.UserProfileContent_sectionMeta__5GVjc{margin:.25rem 0 0;color:var(--text-muted);font-size:.95rem}.UserProfileContent_chevron__ee1wU{font-size:1.25rem;color:var(--text-muted);line-height:1;display:inline-grid;transition:transform .5s ease}.UserProfileContent_chevronOpen__eO4_5{transform:rotate(180deg)}.UserProfileContent_actionsRow__MT00f{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.UserProfileContent_linkMessage__7bPOR{margin-bottom:1.5rem;animation:UserProfileContent_fadeIn__6XnE_ .3s ease}@keyframes UserProfileContent_fadeIn__6XnE_{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.UserProfileContent_userProfileContent__b1XXs{padding:0}.UserProfileContent_sectionBlock__48H7E{padding:1rem}.UserProfileContent_actionsRow__MT00f{flex-direction:column;align-items:stretch}}