.Toast_toast__UZ6rv{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:9999;animation:Toast_slideIn__mj_fV .3s ease-out;transition:all .3s ease;font-family:Campton,sans-serif}.Toast_toast__UZ6rv.Toast_leaving__OgqZ0{animation:Toast_slideOut__uX_m7 .3s ease-in}@keyframes Toast_slideIn__mj_fV{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Toast_slideOut__uX_m7{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.Toast_content__6yYPj{display:flex;align-items:center;gap:12px}.Toast_icon__kV1K4{font-size:20px;flex-shrink:0}.Toast_message__AlZ3K{flex:1 1;font-size:14px;line-height:1.4;font-weight:500}.Toast_closeButton__2HX44{position:absolute;top:8px;right:8px;background:none;border:none;font-size:18px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s;color:inherit;opacity:.7}.Toast_closeButton__2HX44:hover{opacity:1;background-color:rgba(255,255,255,.2)}.Toast_error__yUZ1y{background-color:#fee2e2;border-left:4px solid #dc2626;color:#991b1b}.Toast_success__mIQmT{background-color:#dcfce7;border-left:4px solid #16a34a;color:#166534}.Toast_warning__ttr9N{background-color:#fef3c7;border-left:4px solid #f59e0b;color:#92400e}.Toast_info__aE1Uv{background-color:#dbeafe;border-left:4px solid #3b82f6;color:#1e40af}@media screen and (max-width:480px){.Toast_toast__UZ6rv{top:10px;right:10px;left:10px;min-width:auto;max-width:none;padding:12px}.Toast_message__AlZ3K{font-size:13px}.Toast_icon__kV1K4{font-size:18px}}.UserDropdown_userDropdown__KUPL0{position:relative;display:inline-block}.UserDropdown_userButton__ej2la{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid rgba(32,32,32,.15);border-radius:8px;cursor:pointer;transition:all .2s;font-family:Montserrat;color:#1C1917;min-width:120px}.UserDropdown_userButton__ej2la:hover{background:#f8f9fa;border-color:#78716C}.UserDropdown_userButton__ej2la:disabled{opacity:.7;cursor:not-allowed}.UserDropdown_avatar__pTzPV{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0963EB,#0059c9);flex-shrink:0}.UserDropdown_avatarImage__1YzQ2{width:100%;height:100%;object-fit:cover}.UserDropdown_avatarText___ynyK{color:#fff;font-family:Montserrat;font-size:12px;font-weight:600}.UserDropdown_userName__6OSdC{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.UserDropdown_chevron__Wv_SD{color:#78716C;transition:transform .2s;flex-shrink:0}.UserDropdown_chevronUp__HOtD5{transform:rotate(180deg)}.UserDropdown_dropdownMenu__8UtZC{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:16px;z-index:1000;animation:UserDropdown_dropdownFadeIn__4zggk .2s ease-out}@keyframes UserDropdown_dropdownFadeIn__4zggk{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserDropdown_userInfo__LqiK7{display:flex;align-items:center;gap:12px;margin-bottom:16px}.UserDropdown_avatarLarge__5PKn0{width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0963EB,#0059c9);flex-shrink:0}.UserDropdown_avatarImageLarge__ttICa{width:100%;height:100%;object-fit:cover}.UserDropdown_avatarTextLarge___BlrK{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600}.UserDropdown_userDetails__I9sjP{flex:1 1;min-width:0}.UserDropdown_userNameLarge__dXxNC{font-family:Campton;font-size:16px;font-weight:600;color:#1C1917;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserDropdown_userEmail__km1uR{font-family:Montserrat;font-size:13px;color:#78716C;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserDropdown_divider___ttOm{height:1px;background:rgba(0,0,0,.08);margin:12px 0}.UserDropdown_menuItems__GPKwA{display:flex;flex-direction:column;gap:4px}.UserDropdown_menuItem__fNO0D{display:flex;align-items:center;gap:12px;padding:10px 12px;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .2s;font-family:Montserrat;font-size:14px;font-weight:500;color:#44403C;text-align:left;width:100%}.UserDropdown_menuItem__fNO0D:hover{background:rgba(9,99,235,.05);color:#0963EB}.UserDropdown_menuItem__fNO0D svg{color:inherit;flex-shrink:0}.UserDropdown_logoutItem__3oSG7{display:flex;align-items:center;gap:12px;padding:10px 12px;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .2s;font-family:Montserrat;font-size:14px;font-weight:500;color:#DC2626;text-align:left;width:100%}.UserDropdown_logoutItem__3oSG7:hover{background:rgba(220,38,38,.05);color:#B91C1C}.UserDropdown_logoutItem__3oSG7 svg{color:inherit;flex-shrink:0}@media screen and (max-width:768px){.UserDropdown_dropdownMenu__8UtZC{width:260px;right:-16px}.UserDropdown_userName__6OSdC{max-width:80px}.UserDropdown_userButton__ej2la{min-width:100px;padding:6px 10px}.UserDropdown_avatar__pTzPV{width:28px;height:28px}.UserDropdown_avatarText___ynyK{font-size:11px}}@media screen and (max-width:480px){.UserDropdown_dropdownMenu__8UtZC{width:240px;right:-24px}.UserDropdown_userName__6OSdC{display:none}.UserDropdown_userButton__ej2la{min-width:auto;padding:6px 8px}}.Navbar_navbar__XlgWY{padding:1rem 2rem;background-color:white;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;top:0;z-index:100;width:100%}.Navbar_navContent__Kelgj,.Navbar_navbar__XlgWY{display:flex;justify-content:space-between;align-items:center}.Navbar_navContent__Kelgj{max-width:1200px;margin:0 auto;padding:16px 24px;gap:24px}.Navbar_logoContainer__enocR{display:flex;align-items:center;text-decoration:none}.Navbar_navigation__sNAXS{display:flex;align-items:center;gap:2rem}.Navbar_logoSection__VYN6w{display:flex;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s}.Navbar_logoSection__VYN6w:hover{opacity:.8}.Navbar_logoText__4ifaj{font-family:Campton;font-size:20px;font-weight:600;color:#1C1917}.Navbar_navLinks__5FCHq{display:flex;align-items:center;gap:32px;flex:1 1;justify-content:center}.Navbar_navLink__NoUWm{font-family:Montserrat;font-size:14px;font-weight:500;color:#44403C;text-decoration:none;padding:8px 16px;border-radius:6px;transition:all .2s;position:relative}.Navbar_navLink__NoUWm:hover{color:#0963EB;background:rgba(9,99,235,.05)}.Navbar_navLinkActive__NuDHo,.Navbar_navLink__NoUWm.Navbar_active__gl4X_{color:#0963EB;background:rgba(9,99,235,.08)}.Navbar_rightSection__3XEN6{display:flex;align-items:center;flex-shrink:0;gap:16px}.Navbar_mobileMenuButton__2ZDJG{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;gap:4px;border-radius:4px;transition:all .2s}.Navbar_mobileMenuButton__2ZDJG:hover{background:rgba(0,0,0,.05)}.Navbar_hamburgerLine__a6Mt2{width:20px;height:2px;background:#1C1917;transition:all .3s ease;transform-origin:center}.Navbar_hamburgerLine__a6Mt2:first-child.Navbar_hamburgerLineOpen__7rBRW{transform:rotate(45deg) translate(4px,4px)}.Navbar_hamburgerLine__a6Mt2:nth-child(2).Navbar_hamburgerLineOpen__7rBRW{opacity:0}.Navbar_hamburgerLine__a6Mt2:nth-child(3).Navbar_hamburgerLineOpen__7rBRW{transform:rotate(-45deg) translate(4px,-4px)}.Navbar_mobileMenuOverlay__TMIyr{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2000;animation:Navbar_fadeIn__8_7r4 .3s ease}.Navbar_mobileMenu__EUAj5{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);animation:Navbar_slideInRight__JBFlW .3s ease;display:flex;flex-direction:column}.Navbar_mobileMenuHeader__aFsqM{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(0,0,0,.08)}.Navbar_mobileLogoSection__mNHcS{display:flex;align-items:center;gap:10px;text-decoration:none}.Navbar_mobileLogoText__Pdc4q{font-family:Campton;font-size:18px;font-weight:600;color:#1C1917}.Navbar_mobileMenuClose__rTTMz{background:none;border:none;font-size:24px;cursor:pointer;color:#44403C;padding:4px 8px;border-radius:4px;transition:all .2s}.Navbar_mobileMenuClose__rTTMz:hover{background:rgba(0,0,0,.05);color:#1C1917}.Navbar_mobileNavLinks__CrfL5{display:flex;flex-direction:column;gap:1rem;flex:1 1}.Navbar_mobileUserSection__znipJ{margin-top:auto;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.08)}.Navbar_mobileNavLink__B2Yve{font-family:Montserrat;font-size:16px;font-weight:500;color:#44403C;text-decoration:none;padding:16px 20px;transition:all .2s;border-left:3px solid transparent}.Navbar_mobileNavLink__B2Yve:hover{background:rgba(9,99,235,.05);color:#0963EB}.Navbar_mobileNavLink__B2Yve.Navbar_mobileNavLinkActive__78OhS{background:rgba(9,99,235,.08);color:#0963EB;border-left-color:#0963EB}@keyframes Navbar_fadeIn__8_7r4{0%{opacity:0}to{opacity:1}}@keyframes Navbar_slideInRight__JBFlW{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media screen and (max-width:896px){.Navbar_authLinks__CW88T,.Navbar_navLinks__5FCHq{display:none}.Navbar_mobileMenuButton__2ZDJG{display:flex}.Navbar_navigation__sNAXS>:last-child{display:none}}@media screen and (max-width:768px){.Navbar_navbar__XlgWY{padding:1rem}.Navbar_navigation__sNAXS{gap:1rem}.Navbar_logoContainer__enocR svg{width:75px!important;height:20px!important}.Navbar_mobileMenuOverlay__TMIyr{display:block}.Navbar_mobileMenu__EUAj5{width:100%;max-width:320px}.Navbar_mobileNavLinks__CrfL5{padding:1rem 0}.Navbar_mobileNavLink__B2Yve{padding:1rem 1.5rem;font-size:1rem}}@media screen and (max-width:480px){.Navbar_navContent__Kelgj{padding:10px 12px}.Navbar_logoText__4ifaj{font-size:16px}.Navbar_mobileMenu__EUAj5{width:100%}.Navbar_mobileMenuHeader__aFsqM{padding:16px}.Navbar_mobileLogoText__Pdc4q{font-size:16px}.Navbar_mobileNavLink__B2Yve{font-size:15px;padding:14px 16px}}@media screen and (min-width:897px){.Navbar_navLinks__5FCHq{gap:20px}.Navbar_navLink__NoUWm{padding:6px 12px;font-size:13px}.Navbar_rightSection__3XEN6{gap:12px}}.Navbar_authLinks__CW88T{display:flex;align-items:center;gap:1rem}.Navbar_signupButton__GhceT{background:#0963EB;color:white;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-family:Montserrat;font-size:14px;font-weight:500;transition:background-color .2s}.Navbar_signupButton__GhceT:hover{background:#0751c7}@media (max-width:768px){.Navbar_navbar__XlgWY{padding:1rem}.Navbar_navigation__sNAXS{gap:1rem}}.Navbar_authNavbar__495gW{background:transparent;box-shadow:none;padding:1rem 2rem}.Navbar_authNavbar__495gW .Navbar_logoContainer__enocR{margin:0}.Navbar_authNavbar__495gW .Navbar_navbar__XlgWY{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)}.page_container__jZF7q{max-width:1200px;margin:0 auto;padding:20px 2rem 0}.page_heroSection__OcWIo{width:100%;text-align:center;padding:2rem 0}.page_welcomeHeader__lkDih{margin-bottom:3rem}.page_mainTitle__hzwUM{font-size:3.5rem;color:#0963EB;margin-bottom:1rem;padding-top:2rem;font-weight:400}.page_welcomeMessage__jeWoQ{font-size:1.4rem;color:#212121;font-weight:400}.page_imageWrapper__Fc9qC{margin-bottom:20px}.page_handshakeImg__eGJyG{border-radius:18px;background:#fff;max-width:100%;height:auto}.page_welcomeText__wc3Oo{color:#FF451F;font-size:16px;margin:0 0 16px}.page_subtitle__YBgxm,.page_welcomeText__wc3Oo{text-align:center;font-family:Montserrat,sans-serif;font-weight:400}.page_subtitle__YBgxm{color:#212121;font-size:15px;max-width:600px;margin:0 auto 2rem;line-height:1.5}.page_meetingActionsContainer__qY3jH{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto 3rem;align-items:start}.page_joinSection__JsHJV{background:white;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden;padding:1rem}.page_joinByLinkCard__ywo6a{padding:1rem 1rem 1.25rem;text-align:left}.page_joinByLinkCard__ywo6a h2{margin:0 0 6px;color:#212121;font-size:1.2rem;font-weight:600}.page_joinByLinkCard__ywo6a p{margin:0 0 12px;color:#6b7280;font-size:.9rem;line-height:1.4}.page_tabContainer__hqncc{display:flex;background:#f8f9fa;border-bottom:1px solid #e8eaed}.page_tabButton__uB6Ae{flex:1 1;padding:1rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:500;color:#5f6368;cursor:pointer;transition:all .2s ease;position:relative}.page_tabButton__uB6Ae:hover{background:#f1f3f4;color:#1a73e8}.page_tabButton__uB6Ae.page_activeTab__imdC0{background:white;color:#1a73e8;border-bottom:2px solid #1a73e8}.page_formContainer__9vwPo{padding:1rem}.page_joinForm__nJ590{display:flex;flex-direction:column;gap:4px;max-width:560px;margin:0}.page_formGroup__SWXkg{display:flex;flex-direction:column;gap:6px;text-align:left}.page_formGroup__SWXkg label{font-weight:600;color:#212121;font-size:.9rem;margin-bottom:2px}.page_input__lx_gt{padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.95rem;transition:all .15s ease;background:white;box-shadow:0 1px 4px rgba(0,0,0,.04);color:#202124;text-align:left}.page_input__lx_gt:focus{outline:none;border-color:#0963EB;box-shadow:0 0 0 3px rgba(9,99,235,.1)}.page_input__lx_gt::placeholder{color:#9aa0a6}.page_helpText__zD2rD{font-size:.8rem;color:#6b7280;margin-top:2px;line-height:1.3}.page_joinButton__dFDdF{align-self:flex-start;background:#0963EB;color:white;border:none;padding:10px 16px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s ease;margin-top:4px;box-shadow:0 2px 8px rgba(9,99,235,.18)}.page_joinButton__dFDdF:hover{background:#0848c4;transform:translateY(-1px);box-shadow:0 4px 12px rgba(9,99,235,.3)}.page_joinButton__dFDdF:active{transform:translateY(0)}.page_createSection__6kaiQ{margin-bottom:0}.page_createCard__raJt_{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center}.page_createCard__raJt_ h2{color:#212121;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.page_createCard__raJt_ p{color:#5f6368;margin-bottom:1.5rem;line-height:1.5}.page_createButton__9dI0z{background:#FF451F;color:white;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.page_createButton__9dI0z:hover{background:#e63e1a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,69,31,.3)}.page_featuresSection__54_Nl{background:white;border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.page_featuresSection__54_Nl h2{text-align:center;color:#212121;margin-bottom:2.5rem;font-size:2.2rem;font-weight:500}.page_featuresGrid__txuLt{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.page_featureCard__swyBK{text-align:center;padding:2rem 1.5rem;border-radius:12px;background:#f8f9fa;transition:all .3s ease}.page_featureCard__swyBK:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1);background:white}.page_featureIcon__UHR_A{font-size:3.5rem;margin-bottom:1.5rem}.page_featureCard__swyBK h3{color:#212121;margin-bottom:1rem;font-size:1.3rem;font-weight:500}.page_featureCard__swyBK p{color:#5f6368;line-height:1.6}.page_ctaSection__BmsKD{text-align:center;background:white;border-radius:16px;padding:3rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.page_ctaSection__BmsKD h2{color:#212121;margin-bottom:1rem;font-size:2.2rem;font-weight:500}.page_ctaSection__BmsKD p{color:#5f6368;margin-bottom:2rem;font-size:1.1rem}.page_ctaButtons__Ge_hw{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.page_loginButton__1kZAU,.page_pricingButton__F8HMh,.page_primaryButton__gjjaG,.page_secondaryButton__0Pzex{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.page_pricingButton__F8HMh,.page_primaryButton__gjjaG{background:#0963EB;color:white}.page_pricingButton__F8HMh:hover,.page_primaryButton__gjjaG:hover{background:#0848c4;transform:translateY(-1px);box-shadow:0 4px 12px rgba(9,99,235,.3)}.page_loginButton__1kZAU,.page_secondaryButton__0Pzex{background:white;color:#0963EB;border:2px solid #0963eb}.page_loginButton__1kZAU:hover,.page_secondaryButton__0Pzex:hover{background:#E6EFFD;transform:translateY(-1px);box-shadow:0 4px 12px rgba(9,99,235,.1)}@media (max-width:768px){.page_container__jZF7q{padding:20px 1rem 0}.page_heroSection__OcWIo{padding:.5rem 0}.page_mainTitle__hzwUM{font-size:2.8rem;padding-top:0}.page_welcomeMessage__jeWoQ{font-size:1.2rem}.page_imageWrapper__Fc9qC{width:280px;height:200px;margin:0 auto 16px}.page_handshakeImg__eGJyG{width:280px;height:200px;object-fit:cover}.page_welcomeText__wc3Oo{font-size:14px;margin:0 0 12px}.page_subtitle__YBgxm{font-size:14px;max-width:100%;margin:0 auto 1.5rem}.page_meetingActionsContainer__qY3jH{grid-template-columns:1fr;gap:1.5rem;margin:0 1rem 2rem}.page_formContainer__9vwPo{padding:1.5rem}.page_featuresGrid__txuLt{grid-template-columns:1fr}.page_ctaButtons__Ge_hw{flex-direction:column;align-items:center}.page_ctaButtons__Ge_hw>*{width:100%;max-width:300px}}.page_pricingSection__0OJJp{background:white;border-radius:12px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:none}.page_pricingGrid__hcZZ_{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.page_pricingCard__pkYdi{background:#f8f9fa;border-radius:12px;padding:2rem;position:relative;transition:all .3s ease;border:none}.page_pricingCard__pkYdi:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.page_pricingCard__pkYdi.page_popular__tKONO{background:white;box-shadow:none}.page_popularBadge__OXFr7{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#0963EB;color:white;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500}.page_planHeader__mZ9gM{text-align:center;margin-bottom:2rem}.page_planName__NoWFT{color:#212121;font-size:1.5rem;margin-bottom:1rem;font-weight:500}.page_planPrice__YIDP0{margin-bottom:1rem}.page_price__9Mgp5{font-size:3rem;font-weight:700;color:#0963EB}.page_period__7280c{color:#5f6368;font-size:1rem}.page_planDescription__gk0Zn{color:#5f6368;line-height:1.5}.page_featuresList__22LEh{list-style:none;padding:0;margin-bottom:2rem}.page_featureItem__rulxl{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#5f6368}.page_checkmark__PE_LQ{color:#34a853;font-weight:700}.page_planAction__eaVGc{text-align:center}.page_planButton__vjMHj{display:inline-block;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;width:100%}.page_faqSection__mfM8r{background:white;border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.page_faqSection__mfM8r h2{text-align:center;color:#212121;margin-bottom:2rem;font-size:2rem;font-weight:500}.page_faqGrid__sMP1W{display:flex;flex-direction:column;gap:0}.page_faqItem__okCCj h3{color:#212121;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.page_faqItem__okCCj p{color:#5f6368;line-height:1.5}.page_faqQuestion__2GsvH{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1rem 0;border-bottom:1px solid #e8eaed;transition:all .2s ease}.page_faqQuestion__2GsvH:hover{background:rgba(9,99,235,.02);padding-left:.5rem;padding-right:.5rem;border-radius:8px}.page_faqQuestion__2GsvH h3{margin:0;color:#212121;font-size:1.1rem;font-weight:500;flex:1 1;padding-right:1rem}.page_faqArrow__THhbx{font-size:.8rem;color:#5f6368;transition:transform .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:20px;text-align:center}.page_faqArrowOpen__GYd2M{transform:rotate(180deg)}.page_faqAnswer__8uNij{padding:0 0 1rem;animation:page_slideDown__UyuDV .3s ease}@keyframes page_slideDown__UyuDV{0%{opacity:0;max-height:0;padding:0}to{opacity:1;max-height:200px;padding:0 0 1rem}}@media (max-width:768px){.page_pricingGrid__hcZZ_{grid-template-columns:1fr;gap:1.5rem}.page_faqGrid__sMP1W{gap:0}.page_faqSection__mfM8r,.page_pricingSection__0OJJp{padding:2rem 1.5rem}.page_mainTitle__hzwUM{font-size:2.2rem}.page_welcomeMessage__jeWoQ{font-size:1.1rem}.page_planName__NoWFT{font-size:1.2rem}.page_price__9Mgp5{font-size:2.2rem}.page_featureItem__rulxl,.page_period__7280c,.page_planDescription__gk0Zn{font-size:.9rem}.page_planButton__vjMHj{font-size:.9rem;padding:.6rem 1.5rem}.page_popularBadge__OXFr7{font-size:.7rem;padding:.4rem .8rem}.page_faqSection__mfM8r h2{font-size:1.6rem}.page_faqItem__okCCj h3{font-size:1rem}.page_faqItem__okCCj p{font-size:.9rem}}.Haggling_container__dhxlF{width:100vw;min-height:100vh;background:white;max-width:100%;margin:0 auto;padding:8px 24px;font-family:Montserrat,sans-serif}.Haggling_headerSection__G3KA3{background:linear-gradient(135deg,#0963EB,#0859d0);border-radius:20px;margin-bottom:1.5rem;margin-left:380px;transition:margin-left .3s ease;box-shadow:0 8px 32px rgba(9,99,235,.3);overflow:hidden;position:relative}.Haggling_headerSection__G3KA3:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));pointer-events:none}.Haggling_headerSection__G3KA3.Haggling_logCollapsed__D3NEE{margin-left:60px}.Haggling_headerContent__qlk4G{position:relative;z-index:1;padding:1.5rem 2rem;overflow:hidden}.Haggling_headerMain__it78u{display:flex;justify-content:space-between;align-items:center;gap:2rem;min-width:0;width:100%}.Haggling_titleSection__3junw{display:flex;align-items:center;gap:1rem}.Haggling_titleIcon__2v2Vs{width:48px;height:48px;background:rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.Haggling_titleContent__OK0c4{display:flex;flex-direction:column;gap:.5rem}.Haggling_pageTitle__784BQ{margin:0;font-size:1.75rem;font-weight:700;color:white;font-family:Campton,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}.Haggling_meetingSubtitle__87Dt3{display:flex;gap:.75rem;align-items:center}.Haggling_meetingId__vEaIY,.Haggling_meetingRole__Zx_Em{background:rgba(255,255,255,.15);padding:.375rem .875rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);color:white;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Haggling_statusSection__S_0EQ{display:flex;gap:1.5rem;align-items:center;flex-wrap:nowrap;padding-right:1rem;margin-right:.5rem;min-width:0}.Haggling_lockIndicator__i89ww{background:rgba(255,255,255,.15);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content}.Haggling_statusIcon__SFwFM{display:flex;align-items:center;justify-content:center}.Haggling_statusText__JOJ_r{font-weight:500}.Haggling_liveIndicator__vbsYT{display:flex;align-items:center;gap:6px;background:rgba(255,68,68,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 12px;border-radius:20px;box-shadow:0 2px 8px rgba(255,68,68,.2);border:1px solid rgba(255,255,255,.2);white-space:nowrap;color:white;font-weight:600;flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content}.Haggling_liveDot___LJji{width:8px;height:8px;background:white;border-radius:50%;animation:Haggling_pulse__Jei22 2s infinite}@keyframes Haggling_pulse__Jei22{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes Haggling_fadeInOut___D4PJ{0%{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.3;transform:scale(.9)}}.Haggling_liveIndicator__vbsYT span{font-weight:600;color:#ff4444;font-size:13px}.Haggling_mainContent__i25ei{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.25rem;margin-left:380px;transition:margin-left .3s ease}.Haggling_mainContent__i25ei.Haggling_logCollapsed__D3NEE{margin-left:60px}.Haggling_leftSidebar__QHUMy{display:flex;flex-direction:column;gap:.75rem}.Haggling_moderatorLeftSidebar__dlzMm{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.75rem;gap:.75rem;align-items:start}.Haggling_moderatorPanel__J8oGV,.Haggling_participantsPanel__CK6kn,.Haggling_statusPanel__6Zjzw{background:white;border-radius:12px;padding:.75rem;box-shadow:0 1px 4px rgba(0,0,0,.06);border:1px solid #e5e5e5}.Haggling_moderatorPanel__J8oGV h3,.Haggling_participantsPanel__CK6kn h3,.Haggling_statusPanel__6Zjzw h3{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:#333;font-family:Campton,sans-serif}.Haggling_statusContent__sN4zC{display:flex;flex-direction:column;gap:.5rem}.Haggling_statusItem__S_MBM{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #f0f0f0}.Haggling_statusItem__S_MBM:last-child{border-bottom:none}.Haggling_statusLabel__G9U0w{font-weight:500;color:#666;font-size:.9rem}.Haggling_statusValue__L_IIT{font-weight:600;color:#0963EB;font-size:.9rem}.Haggling_participantName__h7uEr{font-size:.9rem}.Haggling_participantRole__SUG9E{border-radius:8px;font-size:.8rem}.Haggling_moderatorButtons__MGl3t{display:flex;flex-direction:column;gap:.75rem}.Haggling_centerPanel__VKbPl{display:flex;flex-direction:column;gap:1rem}.Haggling_rightSidebar__aK9tO{display:none}.Haggling_fixedLogSidebar__za_wu{position:fixed;left:0;top:0;width:380px;height:100vh;overflow:hidden;background:#fff;border-right:1px solid #e5e5e5;z-index:100;transition:width .3s ease}.Haggling_fixedLogSidebar__za_wu.Haggling_logCollapsed__D3NEE{width:60px}.Haggling_fixedLogSidebarInner__jJW8O{background:transparent;border-radius:0;padding:1rem;box-shadow:none;height:100%;display:flex;flex-direction:column}.Haggling_logHeader__osD1S{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.Haggling_fixedLogSidebarInner__jJW8O h3{margin:0;font-size:1rem;font-weight:600;color:#333;font-family:Campton,sans-serif}.Haggling_logToggleBtn__JL2DQ{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#666}.Haggling_logToggleBtn__JL2DQ:hover{background:#e9ecef;color:#333}.Haggling_logCollapsed__D3NEE .Haggling_logHeader__osD1S h3{display:none}.Haggling_logCollapsed__D3NEE .Haggling_logToggleBtn__JL2DQ{margin:0 auto}.Haggling_fixedLogList__EI4K0{border:1px solid #e9ecef;border-radius:8px;padding:10px;background:#f8f9fa;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c5cbd3 transparent;flex:1 1}.Haggling_fixedLogEmpty__VrWfb{text-align:center;color:#666;padding:20px;font-size:14px}.Haggling_historyPanel__Xyw4t,.Haggling_logPanel__hJR0Q{background:white;border-radius:12px;padding:1rem;box-shadow:0 1px 4px rgba(0,0,0,.06);border:1px solid #e5e5e5}.Haggling_singleContainer__cQRw_{background:#fff;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:.6rem .9rem .9rem}.Haggling_singleGrid__sexXu{display:grid;grid-template-columns:320px 1fr;grid-gap:1rem;gap:1rem}.Haggling_moderatorGrid__koC3z{grid-template-columns:1fr}.Haggling_rightSidebar__aK9tO{display:flex;flex-direction:column;gap:.75rem}@media (max-width:1024px){.Haggling_moderatorGrid__koC3z,.Haggling_singleGrid__sexXu{grid-template-columns:1fr}.Haggling_rightSidebar__aK9tO{order:3}}.Haggling_historyPanel__Xyw4t h3,.Haggling_logPanel__hJR0Q h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333;font-family:Campton,sans-serif}.Haggling_historyHeader__bwEaJ{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.Haggling_historyHeader__bwEaJ h3{margin:0;display:flex;align-items:center;font-size:1.1rem;font-weight:600;color:#333;font-family:Campton,sans-serif}.Haggling_historyStats__d3dQE{display:flex;gap:1rem;flex-wrap:wrap}.Haggling_statItem___jFMP{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:6px}.Haggling_noOffersContainer__PU5mU{text-align:center;padding:2rem 1rem;color:#6b7280}.Haggling_noOffersSubtext__R_PYW{font-size:.875rem;margin-top:.5rem;line-height:1.4}.Haggling_offerHeader__VrodC{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.Haggling_offerStatus__Lk_LP{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;background:rgba(0,0,0,.05)}.Haggling_offerAmount__sFjyY{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem}.Haggling_offerTips__0Wlca{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.Haggling_tip__GjoHz{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;border:1px solid #e5e7eb}.Haggling_participantsList__OLgHI{gap:.25rem}.Haggling_participant__V9D1_{padding:.5rem .75rem;border-radius:6px;border:1px solid #e9ecef;transition:all .2s ease}.Haggling_participant__V9D1_:hover{background:#f1f3f4;border-color:#dee2e6}.Haggling_participant__V9D1_.Haggling_currentUser__YSHcb{background:#e3f2fd;border-color:#2196f3;box-shadow:0 1px 3px rgba(33,150,243,.1)}.Haggling_participantInfo__ItrC_{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex:1 1}.Haggling_participantName__h7uEr{font-size:.8rem;font-weight:600;color:#2d3748;line-height:1.1}.Haggling_participantRole__SUG9E{font-size:.65rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;background:#f3f4f6;padding:.125rem .375rem;border-radius:3px}.Haggling_connectionStatus__lcN8e{font-size:.7rem;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(0,0,0,.05)}.Haggling_connectionStatus__lcN8e.Haggling_connected__P1yJA{background:rgba(34,197,94,.1)}.Haggling_connectionStatus__lcN8e.Haggling_disconnected__tO6Ew{background:rgba(239,68,68,.1)}.Haggling_logList__zb3DC{max-height:300px;overflow-y:auto}.Haggling_biddingOverview__BhLLm{background:linear-gradient(135deg,#0963EB,#0859d0);border-radius:16px;padding:1.1rem;margin-bottom:1rem;color:white}.Haggling_bidStatus__pWpZP{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.Haggling_finalBid__du1yq,.Haggling_startingBid__S92fo{flex:1 1;text-align:center}.Haggling_finalBid__du1yq h3,.Haggling_startingBid__S92fo h3{margin:0 0 .5rem;font-size:1rem;font-weight:500;opacity:.9}.Haggling_bidAmount__Jx4jx{font-size:1.45rem;font-weight:700;font-family:Campton,sans-serif}.Haggling_bidSeparator__Yvr6v{width:2px;height:60px;background:rgba(255,255,255,.3);border-radius:1px}.Haggling_currentPricePanel__mLzgZ{background:white;border-radius:16px;padding:1.1rem;box-shadow:0 2px 10px rgba(0,0,0,.08);text-align:center}.Haggling_currentPricePanel__mLzgZ h2{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600;font-family:Campton,sans-serif}.Haggling_biddingInterface__G6Qu4{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.Haggling_priceControls__kvLA2{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Haggling_currentPrice__C7tsV{text-align:center;margin-bottom:2rem}.Haggling_currentPrice__C7tsV h2{margin:0 0 1rem;color:#333;font-size:1.5rem;font-weight:600}.Haggling_priceDisplay__6LsY6{font-size:2.2rem;font-weight:700;color:#0963EB;font-family:Campton,sans-serif;background:#F5F5F5;border:.2px solid rgba(0,0,0,.2);border-radius:10px;padding:12px 16px;margin:0 auto;display:inline-block;min-width:160px}.Haggling_bidAdjustments__qrX7A{margin-top:.5rem;margin-bottom:1rem}.Haggling_decrementButtons__EdEpH,.Haggling_incrementButtons__1XEbf{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.Haggling_priceBtn__JHmcV{padding:8px 14px;font-size:14px;flex:1 1;min-width:70px;text-align:center}.Haggling_priceBtnActive__dro21{background:#0963EB;color:#fff;border:1.5px solid #0963eb}.Haggling_makeOfferBtn__jY2qI{border:1px solid #0963eb}.Haggling_makeOfferBtn__jY2qI:hover:not(:disabled){background:#0963EB;color:white}.Haggling_makeOfferBtn__jY2qI:disabled{opacity:.5;cursor:not-allowed}.Haggling_actionButtons__TprUP{display:flex;gap:14px;margin-top:10px}.Haggling_acceptBtn__fgu0D,.Haggling_makeOfferBtn__jY2qI{border-radius:8px;font-size:12.5px;font-family:Montserrat;font-weight:500;flex:1 1;cursor:pointer;display:flex;height:44px;padding:10px 14px;justify-content:center;align-items:center;gap:10px;border:none;transition:all .2s ease}.Haggling_acceptBtn__fgu0D:hover:not(:disabled){background:#0859d0}.Haggling_acceptBtn__fgu0D:disabled{opacity:.5;cursor:not-allowed}.Haggling_biddingHistory__euCYt{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Haggling_biddingHistory__euCYt h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem;font-weight:600}.Haggling_noOffers__benE1{text-align:center;color:#666;font-style:italic;padding:2rem}.Haggling_historyItem__UUSYV{justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.Haggling_historyItem__UUSYV:hover{background:#f8f9ff}.Haggling_historyItem__UUSYV.Haggling_activeOffer__gMj5d{background:#E6F0FB;border-left:4px solid #0963eb}.Haggling_offerInfo__F57sG{display:flex;flex-direction:column;gap:.25rem}.Haggling_offerProposer__xMb0N{font-weight:600;color:#333}.Haggling_offerTime__J0o0j{font-size:.8rem;color:#666}.Haggling_offerAmount__sFjyY{font-weight:700;color:#0963EB;font-size:1.1rem;font-family:Campton,sans-serif}@media (max-width:1024px){.Haggling_mainContent__i25ei{grid-template-columns:1fr;gap:1.5rem;margin-left:0}.Haggling_headerSection__G3KA3{margin-left:0}.Haggling_fixedLogSidebar__za_wu{display:none}.Haggling_leftSidebar__QHUMy,.Haggling_rightSidebar__aK9tO{order:2}.Haggling_centerPanel__VKbPl{order:1}.Haggling_biddingInterface__G6Qu4{grid-template-columns:1fr;gap:1.5rem}.Haggling_bidStatus__pWpZP{flex-direction:column;gap:1rem}.Haggling_bidSeparator__Yvr6v{width:60px;height:2px}.Haggling_lobbyContent__wYbJU{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.Haggling_container__dhxlF{padding:10px}.Haggling_headerSection__G3KA3{flex-direction:column;gap:1rem;text-align:center;padding:1rem;margin-left:0}.Haggling_headerMain__it78u{flex-direction:column;gap:1rem;align-items:center}.Haggling_statusSection__S_0EQ{justify-content:center;padding-right:0;margin-right:0;gap:1rem;flex-wrap:wrap}.Haggling_connectionStatus__lcN8e,.Haggling_liveIndicator__vbsYT{font-size:12px;padding:4px 8px}.Haggling_mainContent__i25ei{gap:1rem}.Haggling_biddingOverview__BhLLm,.Haggling_currentPricePanel__mLzgZ{padding:1.5rem}.Haggling_priceDisplay__6LsY6{font-size:2.5rem;min-width:150px}.Haggling_decrementButtons__EdEpH,.Haggling_incrementButtons__1XEbf{justify-content:center;gap:6px}.Haggling_priceBtn__JHmcV{min-width:70px;padding:8px 12px;font-size:14px;flex:1 1}.Haggling_actionButtons__TprUP{flex-direction:column}}@media (max-width:640px){.Haggling_priceBtn__JHmcV{flex:none;min-width:46%}.Haggling_actionButtons__TprUP{flex-direction:column;gap:8px}}.Haggling_headerRow__e2pGL{display:flex;justify-content:space-between;align-items:center;padding:32px 0 0;width:100%}.Haggling_headerTitle__CR8DW{font-family:Campton;font-size:24px;font-weight:600;color:#222;margin-left:0}.Haggling_closeBtn__I25jV{font-size:32px;background:none;border:none;color:#222;cursor:pointer;margin-right:24px}.Haggling_statusRow__0J482{width:100%;display:flex;justify-content:flex-end;margin-top:8px}.Haggling_statusLive__vosFc{display:flex;align-items:center;background:#fff;border-radius:16px;padding:2px 14px;font-size:15px;font-family:Montserrat;font-weight:500;color:#222;border:1px solid #e5e5e5;gap:8px}.Haggling_statusDot__ySTp8{width:10px;height:10px;background:#2ED16C;border-radius:50%;display:inline-block}.Haggling_bidBoxRow__0AwaL{display:flex;justify-content:center;margin-top:32px}.Haggling_bidBox__q7ejD{width:100%;height:120px;display:flex;justify-content:space-between;align-items:center;gap:119px;border-radius:20px;border:1px solid var(--blue,#0963eb);background:rgba(9,99,235,.04);padding:20px 119px}.Haggling_bidCol__At2qj{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;width:100%}.Haggling_lineWrapper__Jj_Q1{width:100%;display:flex;justify-content:center;align-items:center}.Haggling_bidLine__fmwiG{width:1px;height:100px;background:rgba(24,24,24,.5)}.Haggling_bidLabel__GbahZ{color:#181818;font-family:Montserrat;font-size:14px;font-weight:400;line-height:normal}.Haggling_bidValue__DyBhf{width:100%;display:flex;gap:10px;justify-content:center;align-items:center;color:var(--blue,#0963EB);font-family:Campton;font-size:32px;font-weight:500;line-height:normal}.Haggling_bidUnit__iIKr3{color:rgba(24,24,24,.7);font-family:Campton;font-size:16px;font-weight:400;line-height:normal}.Haggling_divider__Bve7l{margin:32px 0;border:none;border-top:2px solid #e5e5e5}.Haggling_mainRow__9xJOo{width:100%;display:flex;justify-content:center;gap:40px;margin-top:24px}.Haggling_priceBox__JoSTF{width:100%;background:#fff;border:1.5px solid #e5e5e5;border-radius:16px;padding:24px 24px 32px;display:flex;flex-direction:column;gap:18px}.Haggling_priceTitle___zErL{color:#000;font-family:Campton;font-size:16px;font-weight:500;line-height:normal}.Haggling_priceValueRow__pJWwa{display:flex;align-items:center;justify-content:space-between;border-radius:10px;border:.2px solid rgba(0,0,0,.2);background:#F5F5F5;padding:16px 18px;margin-bottom:8px}.Haggling_priceCurrency__a_wzc{color:#000;font-family:Campton;font-size:18px;font-weight:400}.Haggling_priceValue__w0eVb{color:#000;font-family:Campton;font-size:26px;font-weight:500}.Haggling_priceUnit__GWICE{font-size:16px;font-family:Montserrat;color:#888;margin-left:8px}.Haggling_priceBtnsRow__iuTUT{width:100%;display:flex;gap:8px;margin-bottom:8px}.Haggling_priceBtn__JHmcV{background:#fff;border:1.5px solid #e5e5e5;border-radius:8px;padding:8px 16px;font-size:15px;font-family:Montserrat;font-weight:500;color:#222;cursor:pointer;transition:border .2s;width:100%}.Haggling_priceBtn__JHmcV:hover{border:1.5px solid #0963eb}.Haggling_makeOfferBtn__jY2qI{width:100%;border-radius:5px;border:1px solid var(--blue,#0963eb);background:#FFF;color:#0963EB;border-radius:8px;padding:12px 0;font-size:16px;font-family:Montserrat;font-weight:600;margin-top:8px;cursor:pointer;margin-bottom:12px;font-size:14px}.Haggling_actionBtnsRow__jmd_u{display:flex;gap:16px;margin-top:8px}.Haggling_declineBtn__1YnuL{background:#DD2025}.Haggling_acceptBtn__fgu0D,.Haggling_declineBtn__1YnuL{border-radius:5px;color:#fff;border:none;font-size:14px;font-family:Montserrat;font-weight:500;flex:1 1;cursor:pointer;display:flex;height:55px;padding:15px 20px;justify-content:center;align-items:center;gap:10px;flex:1 0}.Haggling_acceptBtn__fgu0D{background:var(--blue,#0963EB)}.Haggling_historyBox__kPwuF{padding:24px 0;display:flex;width:100%;flex-direction:column;gap:12px;border-radius:20px;background:rgba(9,99,235,.04)}.Haggling_historyTitle__MqqTS{color:#000;font-family:Campton;font-size:20px;font-weight:500;line-height:normal;margin-left:24px;margin-bottom:12px}.Haggling_historyList__CdTfh{display:flex;flex-direction:column;gap:0;max-height:400px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.Haggling_historyList__CdTfh::-webkit-scrollbar{width:6px}.Haggling_historyList__CdTfh::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.Haggling_historyList__CdTfh::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.Haggling_historyList__CdTfh::-webkit-scrollbar-thumb:hover{background:#94a3b8}.Haggling_historyItem__UUSYV{background:#F6F7F9}.Haggling_historyItemActive__seD31,.Haggling_historyItem__UUSYV{padding:12px 24px;border-radius:8px;display:flex;flex-direction:column;margin-bottom:4px}.Haggling_historyItemActive__seD31{background:#E6F0FB}.Haggling_historyRow__b_05U{display:flex;justify-content:space-between;align-items:center}.Haggling_historyBidder__lOhYZ{font-size:16px}.Haggling_historyAmount__JMl42,.Haggling_historyBidder__lOhYZ{color:#000;font-family:Campton;font-weight:500;line-height:normal}.Haggling_historyAmount__JMl42{font-size:18px;font-style:normal}.Haggling_historyTime___ahTR{color:#000;font-family:Montserrat;font-size:11px;font-weight:400;line-height:normal}@media screen and (max-width:1024px){.Haggling_container__dhxlF{padding:0 60px 40px}.Haggling_headerTitle__CR8DW{font-size:20px}.Haggling_bidBox__q7ejD{padding:16px 60px;gap:80px}.Haggling_priceBox__JoSTF{padding:18px}}@media screen and (max-width:896px){.Haggling_container__dhxlF{padding:10px}.Haggling_headerRow__e2pGL{padding:20px 0 0}.Haggling_headerTitle__CR8DW{font-size:18px}.Haggling_closeBtn__I25jV{font-size:28px;margin-right:16px}.Haggling_bidBox__q7ejD{align-items:flex-start;flex-direction:column;height:-moz-fit-content;height:fit-content;gap:20px;padding:20px 16px}.Haggling_bidBox__q7ejD,.Haggling_bidValue__DyBhf{width:100%;display:flex;justify-content:flex-start}.Haggling_bidValue__DyBhf{align-items:center}.Haggling_bidLine__fmwiG{width:100%;height:1px;background:rgba(24,24,24,.5)}.Haggling_priceBox__JoSTF{padding:16px}.Haggling_priceBtnsRow__iuTUT{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:10px;column-gap:10px;grid-row-gap:10px;row-gap:10px}.Haggling_mainRow__9xJOo{flex-direction:column;gap:20px}.Haggling_historySection__W8mI0{width:100%}}@media screen and (max-width:480px){.Haggling_container__dhxlF{padding:8px;min-height:100vh}.Haggling_headerRow__e2pGL{padding:16px 0 0}.Haggling_headerTitle__CR8DW{font-size:16px}.Haggling_closeBtn__I25jV{font-size:24px;margin-right:12px}.Haggling_statusLive__vosFc{padding:1px 10px;font-size:13px}.Haggling_statusDot__ySTp8{width:8px;height:8px}.Haggling_bidBox__q7ejD{padding:16px 12px;gap:16px;border-radius:16px}.Haggling_bidLabel__GbahZ{font-size:12px}.Haggling_bidValue__DyBhf{font-size:20px}.Haggling_priceBox__JoSTF{padding:12px}.Haggling_priceBoxTitle__ha9PF{font-size:16px;margin-bottom:12px}.Haggling_priceBtnsRow__iuTUT{grid-template-columns:repeat(2,1fr);column-gap:8px;row-gap:8px}.Haggling_priceBtn__JHmcV{padding:8px 12px;font-size:12px}.Haggling_customPriceInput__8eW_l{padding:8px 12px;font-size:13px;height:40px}.Haggling_submitBtn__ohqWI{padding:10px 20px;font-size:13px;margin-top:12px}.Haggling_historySection__W8mI0{margin-top:20px}.Haggling_historySectionTitle__XjJ3Q{font-size:16px}.Haggling_historyItemActive__seD31,.Haggling_historyItem__UUSYV{padding:10px 16px;margin-bottom:3px}.Haggling_historyBidder__lOhYZ{font-size:14px}.Haggling_historyAmount__JMl42{font-size:16px}.Haggling_historyTime___ahTR{font-size:10px}.Haggling_successModal__DwVpP{min-width:320px;width:85%;padding:24px}.Haggling_successTitle__lNIpO{font-size:20px}.Haggling_detailRow__CalMp,.Haggling_successMessage__FG7KS{font-size:13px}}@media screen and (max-width:360px){.Haggling_container__dhxlF{padding:6px}.Haggling_headerRow__e2pGL{padding:12px 0 0}.Haggling_headerTitle__CR8DW{font-size:14px}.Haggling_closeBtn__I25jV{font-size:20px;margin-right:8px}.Haggling_statusLive__vosFc{padding:1px 8px;font-size:12px}.Haggling_bidBox__q7ejD{padding:12px 8px;gap:12px;border-radius:12px}.Haggling_bidLabel__GbahZ{font-size:11px}.Haggling_bidValue__DyBhf{font-size:18px}.Haggling_priceBox__JoSTF{padding:10px}.Haggling_priceBoxTitle__ha9PF{font-size:14px;margin-bottom:10px}.Haggling_priceBtnsRow__iuTUT{column-gap:6px;row-gap:6px}.Haggling_priceBtn__JHmcV{padding:6px 8px;font-size:11px}.Haggling_customPriceInput__8eW_l{padding:6px 8px;font-size:12px;height:36px}.Haggling_submitBtn__ohqWI{padding:8px 16px;font-size:12px;margin-top:10px}.Haggling_historySection__W8mI0{margin-top:16px}.Haggling_historySectionTitle__XjJ3Q{font-size:14px}.Haggling_historyItemActive__seD31,.Haggling_historyItem__UUSYV{padding:8px 12px}.Haggling_historyBidder__lOhYZ{font-size:13px}.Haggling_historyAmount__JMl42{font-size:14px}.Haggling_historyTime___ahTR{font-size:9px}.Haggling_successModal__DwVpP{min-width:280px;width:90%;padding:20px}.Haggling_successTitle__lNIpO{font-size:18px}.Haggling_successMessage__FG7KS{font-size:12px}.Haggling_successDetails__kt49k{padding:16px}.Haggling_detailRow__CalMp{font-size:12px}}.Haggling_modalOverlay__C8CsO{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;z-index:1000}.Haggling_successModal__DwVpP{background:#fff;border-radius:16px;box-shadow:0 4px 32px 0 rgba(0,0,0,.1);padding:32px;min-width:400px;max-width:500px;width:90%;text-align:center}.Haggling_successTitle__lNIpO{color:#1C1917;font-family:Campton;font-size:24px;font-weight:600;margin:0 0 16px}.Haggling_successMessage__FG7KS{color:#202020;font-family:Montserrat;font-size:14px;line-height:1.5;margin:0 0 24px}.Haggling_successDetails__kt49k{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:20px;background:#f8fafb;border-radius:8px}.Haggling_detailRow__CalMp{display:flex;justify-content:space-between;align-items:center;font-family:Montserrat;font-size:14px}.Haggling_detailRow__CalMp span:first-child{color:rgba(32,32,32,.8)}.Haggling_finalPrice__nPWMk{color:#0963EB;font-weight:600;font-size:16px}.Haggling_savings__HSl7H{color:#22C55E;font-weight:600;font-size:16px}.Haggling_closeButton__VL2pR{background:#0963EB;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-family:Montserrat;font-size:14px;font-weight:600;cursor:pointer;width:100%;transition:background .2s}.Haggling_closeButton__VL2pR:hover{background:#0859d0}.Haggling_primaryButton__JHg1A{background:#0963eb;color:white;padding:1rem 2rem;font-family:Montserrat;cursor:pointer;font-weight:600;border-radius:12px;margin:.5rem;border:none;transition:all .2s ease;font-size:1rem}.Haggling_primaryButton__JHg1A:hover{background:#0859d0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(9,99,235,.3)}.Haggling_secondaryButton__C_M0R{background:#6b7280;color:white;padding:1rem 2rem;font-family:Montserrat;cursor:pointer;font-weight:600;border-radius:12px;margin:.5rem;border:none;transition:all .2s ease;font-size:1rem}.Haggling_secondaryButton__C_M0R:hover{background:#4b5563;transform:translateY(-2px);box-shadow:0 4px 12px rgba(107,114,128,.3)}.Haggling_status__z06nK{background-color:#f3f4f6;font-weight:500}.Haggling_error__jfbAn,.Haggling_status__z06nK{padding:12px;border-radius:8px;margin-bottom:20px}.Haggling_error__jfbAn{background-color:#fee2e2;color:#dc2626}.Haggling_loading__MTt1q{background-color:#f8fafc;color:#475569;padding:40px 20px;border-radius:8px;text-align:center;margin-bottom:20px;border:1px solid #e2e8f0}.Haggling_loading__MTt1q h2{margin:0 0 10px;font-size:1.5rem;color:#0963eb;font-family:Campton,sans-serif}.Haggling_loading__MTt1q p{margin:0;font-size:1rem;opacity:.8}.Haggling_lobbySection__vJFEa{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem}.Haggling_lobbyHeader__w_bbS{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.Haggling_lobbyHeader__w_bbS h2{margin:0;color:#333;font-size:1.8rem;font-weight:600;font-family:Campton,sans-serif}.Haggling_connectionStatus__lcN8e{display:flex;align-items:center;gap:6px;background:rgba(33,150,243,.9);padding:6px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.2);white-space:nowrap;color:white;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content}.Haggling_connectionStatus__lcN8e .Haggling_statusDot__ySTp8{width:8px;height:8px;background:white;border-radius:50%;transition:background-color .3s ease}.Haggling_connectionStatus__lcN8e .Haggling_statusDot__ySTp8.Haggling_connected__P1yJA{background:#4caf50;box-shadow:0 0 8px rgba(76,175,80,.5)}.Haggling_connectionStatus__lcN8e .Haggling_statusDot__ySTp8.Haggling_connecting__c_D_Q{background:#ff9800;animation:Haggling_pulse__Jei22 1.5s infinite}.Haggling_connectionStatus__lcN8e span{font-size:13px;font-weight:500;color:white}.Haggling_lobbyContent__wYbJU{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem}.Haggling_lobbyMessage__o24w6,.Haggling_meetingInfo__GjbQh,.Haggling_participantsSection__QQeiz{background:#f8f9fa;border-radius:16px;padding:1.5rem;border:1px solid #e5e5e5}.Haggling_lobbyMessage__o24w6 h3,.Haggling_meetingInfo__GjbQh h3,.Haggling_participantsSection__QQeiz h3{margin:0 0 1rem;color:#333;font-size:1.2rem;font-weight:600;font-family:Campton,sans-serif}.Haggling_infoRow__8zHoF{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e5e5}.Haggling_infoRow__8zHoF:last-child{border-bottom:none}.Haggling_infoLabel__grOh3{font-weight:500;color:#666;font-size:14px}.Haggling_infoValue__trXHo{font-weight:600;color:#0963EB;font-size:14px;font-family:Campton,sans-serif}.Haggling_participantsList__OLgHI{display:flex;flex-direction:column;gap:.75rem}.Haggling_participant__V9D1_{background:white;border:1px solid #e5e5e5}.Haggling_participantName__h7uEr{color:#333;font-size:14px}.Haggling_participantRole__SUG9E{background:#0963EB;color:white;padding:4px 8px;font-size:12px}.Haggling_lobbyMessage__o24w6{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.Haggling_waitingIcon__RuUIl{font-size:3rem;margin-bottom:1rem;animation:Haggling_pulse__Jei22 2s infinite;color:#0963EB}.Haggling_lobbyMessage__o24w6 h3{margin:0 0 .5rem;color:#333}.Haggling_lobbyMessage__o24w6 p{margin:0;color:#666;font-size:14px;line-height:1.4}.Haggling_moderatorPrompt___XKK9{margin-top:1rem;padding:1rem;background:rgba(9,99,235,.1);border-radius:8px;border:1px solid rgba(9,99,235,.2)}.Haggling_moderatorPrompt___XKK9 p{margin:0;color:#0963EB;font-weight:500;font-size:13px}.Haggling_waitingMessage__6Gslk{background:white;border-radius:20px;padding:3rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem;text-align:center;border:2px dashed #e5e5e5}.Haggling_waitingMessage__6Gslk h2{margin:0 0 1rem;color:#666;font-size:1.5rem;font-weight:600;font-family:Campton,sans-serif}.Haggling_waitingMessage__6Gslk p{margin:0 0 1.5rem;color:#888;font-size:1rem;line-height:1.5}.Haggling_waitingSpinner__jU9Rf{font-size:3rem;animation:Haggling_pulse__Jei22 2s infinite;color:#0963EB}.Haggling_meetingEndedMessage__P_Qwo{background:white;border-radius:20px;padding:3rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem;text-align:center;border:2px solid #ff6b6b;background:linear-gradient(135deg,#fff5f5,#ffffff)}.Haggling_meetingEndedMessage__P_Qwo h2{margin:0 0 1rem;color:#d63031;font-size:1.5rem;font-weight:600;font-family:Campton,sans-serif}.Haggling_meetingEndedMessage__P_Qwo p{margin:0 0 1.5rem;color:#666;font-size:1rem;line-height:1.5}.Haggling_endedIcon__lK_nR{font-size:3rem;color:#ff6b6b;animation:Haggling_fadeInOut___D4PJ 2s ease-in-out infinite}.Haggling_logs__jPEkV{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-top:2rem}.Haggling_logs__jPEkV h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem;font-weight:600;text-align:center}.Haggling_logEntry__wiIGW{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.Haggling_logEntry__wiIGW:hover{background:#f8f9ff}.Haggling_logTime__1ZDng{font-weight:600;color:#666;min-width:80px;font-size:.9rem}.Haggling_logMessage__kG4gY{color:#333;flex:1 1}.Haggling_logEntry__wiIGW.Haggling_info__HpD5F{border-left:4px solid #0963eb}.Haggling_logEntry__wiIGW.Haggling_success__IDp7x{border-left:4px solid #00c851}.Haggling_logEntry__wiIGW.Haggling_error__jfbAn{border-left:4px solid #ff4444}.Haggling_logEntry__wiIGW.Haggling_warning__P304m{border-left:4px solid #ffaa00}.Haggling_logEntry__wiIGW.Haggling_received__XTiNw{border-left:4px solid #9c27b0}.Haggling_logEntry__wiIGW.Haggling_sent__NMh5v{border-left:4px solid #ff9800}.Haggling_logEntry__wiIGW.Haggling_offer__XuzY_{border-left:4px solid #2196f3}.Haggling_meetingInfo__GjbQh{background-color:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px}.Haggling_meetingInfo__GjbQh h2{margin-top:0;margin-bottom:16px;font-family:Campton,sans-serif;font-size:24px;color:#1f2937}.Haggling_meetingInfo__GjbQh p{margin:8px 0;color:#4b5563}.Haggling_acceptanceStatus__D8hyb{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.Haggling_offerControls__WPHEA{background-color:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px}.Haggling_offerControls__WPHEA h2{margin-top:0;margin-bottom:16px;font-family:Campton,sans-serif;font-size:24px;color:#1f2937}.Haggling_offerInputs__k4_My{display:flex;gap:12px;align-items:center}.Haggling_offerInputs__k4_My input{flex:1 1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:16px}.Haggling_offerInputs__k4_My button{padding:8px 16px;background-color:#0963eb;color:white;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.Haggling_offerInputs__k4_My button:hover{background-color:#0747b1}.Haggling_offersList__4bmbd{background-color:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px}.Haggling_offersList__4bmbd h2{margin-top:0;margin-bottom:16px;font-family:Campton,sans-serif;font-size:24px;color:#1f2937}.Haggling_offersList__4bmbd ul{list-style:none;padding:0;margin:0}.Haggling_offerItem__p9ZWK{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #e5e7eb}.Haggling_offerItem__p9ZWK:last-child{border-bottom:none}.Haggling_offerItem__p9ZWK button{padding:6px 12px;background-color:#10b981;color:white;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.Haggling_offerItem__p9ZWK button:hover{background-color:#059669}.Haggling_logs__jPEkV{background-color:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;max-height:300px;overflow-y:auto}.Haggling_logs__jPEkV h2{margin-top:0;margin-bottom:16px;font-family:Campton,sans-serif;font-size:24px;color:#1f2937}.Haggling_logEntry__wiIGW{padding:8px;margin-bottom:8px;border-radius:4px;font-size:14px}.Haggling_logTime__1ZDng{color:#6b7280;margin-right:8px}.Haggling_logMessage__kG4gY{color:#1f2937}.Haggling_info__HpD5F{background-color:#f3f4f6}.Haggling_success__IDp7x{background-color:#d1fae5;color:#065f46}.Haggling_warning__P304m{background-color:#fef3c7;color:#92400e}.Haggling_sent__NMh5v{background-color:#e0e7ff;color:#3730a3}.Haggling_received__XTiNw{background-color:#f3e8ff;color:#6b21a8}.Haggling_offer__XuzY_{background-color:#dbeafe;color:#1e40af}@media (max-width:768px){.Haggling_container__dhxlF{padding:16px}.Haggling_offerInputs__k4_My{flex-direction:column}.Haggling_offerInputs__k4_My button,.Haggling_offerInputs__k4_My input{width:100%}.Haggling_offerItem__p9ZWK{flex-direction:column;gap:8px;align-items:flex-start}.Haggling_offerItem__p9ZWK button{width:100%}}.Haggling_lobbyContent__wYbJU{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;text-align:center}.Haggling_lobbyMessage__o24w6{background:white;border-radius:16px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:500px;width:100%}.Haggling_lobbyMessage__o24w6 h2{color:#1a73e8;margin-bottom:1rem;font-size:1.8rem;font-weight:500}.Haggling_lobbyMessage__o24w6 p{color:#5f6368;margin-bottom:1.5rem;line-height:1.6}.Haggling_loadingSpinner__mEVKw{font-size:3rem;margin:1rem 0;animation:Haggling_spin__QTgRB 2s linear infinite}@keyframes Haggling_spin__QTgRB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Haggling_participantsList__OLgHI{background:white;border-radius:16px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:400px;width:100%}.Haggling_participantsList__OLgHI h3{color:#202124;margin-bottom:1.5rem;font-size:1.3rem;font-weight:500;text-align:center}.Haggling_participants__Yjf5t{display:flex;flex-direction:column;gap:.5rem}.Haggling_participant__V9D1_{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #1a73e8}.Haggling_participantName__h7uEr{font-weight:500;color:#202124}.Haggling_participantRole__SUG9E{font-size:.9rem;color:#5f6368;background:#e8eaed;padding:.25rem .5rem;border-radius:12px;font-weight:500}.Haggling_debugStatusCard__YBKS_{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #cbd5e1;border-radius:12px;padding:1rem;margin:1rem 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Haggling_debugHeader__Zi5UM{margin-bottom:.75rem;border-bottom:1px solid #cbd5e1;padding-bottom:.5rem}.Haggling_debugHeader__Zi5UM h4{margin:0;color:#475569;font-size:14px;font-weight:600}.Haggling_debugGrid__aN3eR{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.5rem;gap:.5rem}.Haggling_debugItem__6ysL7{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-radius:6px;background:rgba(255,255,255,.7);border:1px solid #e2e8f0}.Haggling_debugLabel__Q6ocW{font-weight:500;color:#64748b;font-size:12px}.Haggling_debugValue__xSwxM{font-weight:600;font-size:12px}.Haggling_debugSuccess__nNObX{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.3)}.Haggling_debugWarning__yRW4M{background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.3)}.Haggling_debugError__4nz16{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3)}@font-face{font-family:Montserrat;src:url(/_next/static/media/Montserrat-Regular.34b95a22.ttf)}@font-face{font-family:Campton;src:url(/_next/static/media/Campton-Bold.ae3a90f3.ttf)}.MeetingsHistory_pageContainer__lPlju{max-width:1400px;margin-top:100px;margin-bottom:32px;padding-top:20px}.MeetingsHistory_container__KGtN5{max-width:100%;margin:0 auto;padding:0;min-height:100vh;background:#ffffff}.MeetingsHistory_header__QKaAo{margin-bottom:40px}.MeetingsHistory_headerSection__A0YfA{background:linear-gradient(135deg,#0963EB,#0963EB);border-radius:16px;padding:2rem;margin-bottom:2rem;color:white}@media (max-width:768px){.MeetingsHistory_headerSection__A0YfA{margin-bottom:1rem;padding:1.5rem}}@media (max-width:480px){.MeetingsHistory_headerSection__A0YfA{margin-bottom:.75rem;padding:1rem}}.MeetingsHistory_headerContent__IAQI_{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.MeetingsHistory_welcomeSection__J4G42{flex:1 1}.MeetingsHistory_title__h6JqG{font-family:Campton,sans-serif;font-size:2.5rem;color:white;margin:0 0 .5rem;font-weight:600}.MeetingsHistory_subtitle__LHMDB{font-family:Montserrat,sans-serif;font-size:1.1rem;color:rgba(255,255,255,.9);margin:0;line-height:1.5}.MeetingsHistory_headerActions__mkEuA{display:flex;align-items:center;gap:1rem}.MeetingsHistory_actionsRow__uNOEZ{display:flex;gap:16px;margin-bottom:24px}.MeetingsHistory_newMeetingButton__UJkkO{display:inline-flex;align-items:center;gap:8px;background:white;color:#0963EB;padding:12px 24px;border-radius:8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;border:2px solid white;box-shadow:0 2px 8px rgba(0,0,0,.1)}.MeetingsHistory_buttonIcon__a0rxl{font-size:16px;font-weight:700}.MeetingsHistory_iconWrapper__rrYHy{font-size:16px}.MeetingsHistory_newMeetingButton__UJkkO:hover{background:#E6EFFD;color:#0963EB;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.MeetingsHistory_statsSection__lu017{margin-bottom:2rem}@media (max-width:768px){.MeetingsHistory_statsSection__lu017{margin-bottom:1rem}}@media (max-width:480px){.MeetingsHistory_statsSection__lu017{margin-bottom:.75rem}}.MeetingsHistory_statsGrid__uqe1h{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.MeetingsHistory_statCard__Nc5sP{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:1rem;transition:all .2s ease}.MeetingsHistory_statCard__Nc5sP:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.MeetingsHistory_statIcon__2hQM2{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#E6EFFD;border-radius:12px}.MeetingsHistory_statContent__gL1qL{flex:1 1}.MeetingsHistory_statNumber__v265B{font-family:Campton,sans-serif;font-size:1.8rem;font-weight:700;color:#212121;margin:0}.MeetingsHistory_statLabel__jNKmh{font-family:Montserrat,sans-serif;font-size:.9rem;color:#6B7280;margin:0;font-weight:500}.MeetingsHistory_controlsSection__EQ5vH{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.MeetingsHistory_searchContainer__Xp1Yo{flex:1 1;max-width:400px}.MeetingsHistory_searchInputWrapper__JCnCc{position:relative;display:flex;align-items:center}.MeetingsHistory_searchIcon__Nr8Kk{position:absolute;left:12px;font-size:1rem;color:#6B7280;z-index:1}.MeetingsHistory_searchInput__n__FW{width:100%;padding:12px 12px 12px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:Montserrat,sans-serif;background:white;transition:all .2s ease}.MeetingsHistory_searchInput__n__FW:focus{outline:none;border-color:#0963EB;box-shadow:0 0 0 3px rgba(9,99,235,.1)}.MeetingsHistory_filterControls__UVscl{display:flex;align-items:center;gap:1rem}.MeetingsHistory_sortSelect__NipLm{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:Montserrat,sans-serif;background:white;cursor:pointer;transition:all .2s ease}.MeetingsHistory_sortSelect__NipLm:focus{outline:none;border-color:#0963EB;box-shadow:0 0 0 3px rgba(9,99,235,.1)}.MeetingsHistory_tabNavigation__LyP66{display:flex;background:white;border-radius:12px;padding:4px;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);overflow-x:auto}.MeetingsHistory_tabButton__ac9HA{flex:1 1;padding:12px 20px;border:none;background:transparent;color:#6B7280;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease;white-space:nowrap;min-width:120px}.MeetingsHistory_tabButton__ac9HA:hover{background:#F9FAFB;color:#212121}.MeetingsHistory_activeTab__daHxm{background:#0963EB;color:white;box-shadow:0 2px 4px rgba(9,99,235,.2)}.MeetingsHistory_activeTab__daHxm:hover{background:#0848c4;color:white}.MeetingsHistory_meetingsSection__KcDFh{background:#ffffff;border-radius:12px}.MeetingsHistory_sectionTitle__rxkdz{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;color:#1A1A1A;margin:0 0 24px}.MeetingsHistory_meetingList__6nmDG{display:flex;flex-direction:column;gap:16px}.MeetingsHistory_meetingCard__Q_NyA{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.04)}.MeetingsHistory_meetingCard__Q_NyA:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#0963EB}.MeetingsHistory_meetingHeader__j_Gbg{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.MeetingsHistory_meetingStatusContainer__QoVmN{display:flex;align-items:center;gap:12px}.MeetingsHistory_meetingId__Yroy4{font-family:Montserrat,sans-serif;font-size:12px;color:#6B7280;background:#F9FAFB;padding:4px 8px;border-radius:4px;font-weight:500}.MeetingsHistory_meetingStatus__eDtaF{display:inline-block;padding:6px 16px;border-radius:4px;color:white;font-size:12px;font-weight:600;letter-spacing:.5px}.MeetingsHistory_meetingAmount__ubRUM{font-family:Campton,sans-serif;font-size:24px;font-weight:700;color:#1A1A1A}.MeetingsHistory_meetingInfoRow__1_Mi5{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.MeetingsHistory_meetingInfo__Mwlwb{display:flex;flex-direction:column;gap:4px}.MeetingsHistory_participantsRow__yBEnL{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.MeetingsHistory_participant__JO6kN{display:flex;flex-direction:column;gap:4px}.MeetingsHistory_label__y34aJ{font-size:12px;font-weight:600;color:#6B7280;text-transform:uppercase;letter-spacing:.5px}.MeetingsHistory_value__Yvcef{font-size:14px;color:#1A1A1A}.MeetingsHistory_meetingActions__IWt9I{display:flex;justify-content:flex-end;gap:12px}.MeetingsHistory_viewDetailsButton__DXFb3{background:white;color:#0963EB;border:1px solid #0963eb;border-radius:6px;padding:8px 16px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.MeetingsHistory_viewDetailsButton__DXFb3:hover{background:rgba(9,99,235,.05)}.MeetingsHistory_joinMeetingButton__P1KJ3{background:#0963EB;color:white;border:none;border-radius:6px;padding:8px 16px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.MeetingsHistory_joinMeetingButton__P1KJ3:hover{background:#0747B1}.MeetingsHistory_loading__E6Rv8{text-align:center;padding:40px;color:#6B7280}.MeetingsHistory_error___y7Iq{text-align:center;padding:24px;color:#DC2626;background:#FEF2F2;border-radius:8px}.MeetingsHistory_noMeetings__p7XDx{text-align:center;padding:40px;color:#6B7280;font-size:14px;background:#F9FAFB;border-radius:8px}.MeetingsHistory_emptyState__IxEYn{text-align:center;padding:4rem 2rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.MeetingsHistory_emptyStateIcon__SVAw1{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.MeetingsHistory_emptyStateTitle__pBTiB{font-family:Campton,sans-serif;font-size:1.5rem;color:#212121;margin:0 0 1rem;font-weight:600}.MeetingsHistory_emptyStateText__UwvZ7{font-family:Montserrat,sans-serif;font-size:1rem;color:#6B7280;line-height:1.5;max-width:400px;margin:0 auto 2rem}.MeetingsHistory_createMeetingButton__RU8nZ{display:inline-flex;align-items:center;padding:12px 24px;background-color:#0963EB;color:white;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px rgba(9,99,235,.2);font-family:Montserrat,sans-serif;font-size:14px}.MeetingsHistory_createMeetingButton__RU8nZ:hover{background-color:#0747B1;transform:translateY(-1px);box-shadow:0 4px 6px rgba(9,99,235,.3)}@media (max-width:1024px){.MeetingsHistory_headerContent__IAQI_{flex-direction:column;align-items:flex-start;gap:1.5rem}.MeetingsHistory_statsGrid__uqe1h{grid-template-columns:repeat(2,1fr)}.MeetingsHistory_controlsSection__EQ5vH{flex-direction:column;align-items:stretch;gap:1rem}.MeetingsHistory_searchContainer__Xp1Yo{max-width:none}}@media (max-width:768px){.MeetingsHistory_pageContainer__lPlju{margin-top:50px!important;padding-top:5px!important}.MeetingsHistory_headerSection__A0YfA{padding:1.5rem;margin-bottom:1.5rem}.MeetingsHistory_title__h6JqG{font-size:2rem}.MeetingsHistory_subtitle__LHMDB{font-size:1rem}.MeetingsHistory_statsGrid__uqe1h{grid-template-columns:1fr;gap:1rem}.MeetingsHistory_statCard__Nc5sP{padding:1rem}.MeetingsHistory_statIcon__2hQM2{width:50px;height:50px;font-size:1.5rem}.MeetingsHistory_statNumber__v265B{font-size:1.5rem}.MeetingsHistory_controlsSection__EQ5vH{padding:1rem}.MeetingsHistory_tabNavigation__LyP66{flex-direction:column;gap:4px}.MeetingsHistory_tabButton__ac9HA{min-width:unset;text-align:center}.MeetingsHistory_meetingInfoRow__1_Mi5,.MeetingsHistory_participantsRow__yBEnL{grid-template-columns:1fr;gap:16px}.MeetingsHistory_meetingAmount__ubRUM{font-size:20px}.MeetingsHistory_meetingActions__IWt9I{flex-direction:column;gap:8px}.MeetingsHistory_joinMeetingButton__P1KJ3,.MeetingsHistory_viewDetailsButton__DXFb3{width:100%;text-align:center}.MeetingsHistory_emptyState__IxEYn{padding:2rem 1rem}.MeetingsHistory_emptyStateIcon__SVAw1{font-size:3rem}.MeetingsHistory_emptyStateTitle__pBTiB{font-size:1.25rem}.MeetingsHistory_emptyStateText__UwvZ7{font-size:.9rem}}@media screen and (max-width:480px){.MeetingsHistory_pageContainer__lPlju{margin-top:40px!important;padding-top:0!important}.MeetingsHistory_headerSection__A0YfA{padding:1rem;margin-bottom:1rem}.MeetingsHistory_title__h6JqG{font-size:1.75rem}.MeetingsHistory_subtitle__LHMDB{font-size:.9rem}.MeetingsHistory_newMeetingButton__UJkkO{padding:10px 20px;font-size:13px}.MeetingsHistory_statCard__Nc5sP{padding:.75rem}.MeetingsHistory_statIcon__2hQM2{width:40px;height:40px;font-size:1.25rem}.MeetingsHistory_statNumber__v265B{font-size:1.25rem}.MeetingsHistory_statLabel__jNKmh{font-size:.8rem}.MeetingsHistory_meetingCard__Q_NyA{padding:16px}.MeetingsHistory_meetingAmount__ubRUM{font-size:18px}.MeetingsHistory_label__y34aJ{font-size:10px}.MeetingsHistory_value__Yvcef{font-size:13px}}