.Sidebar_navbarContainer__90jyN{position:relative}.Sidebar_sidebar__TxfL6{width:256px;background:var(--gradient-primary);color:white;transition:all .3s ease;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:20;left:0;top:0;box-shadow:4px 0 12px var(--primary-shadow)}.Sidebar_sidebar__TxfL6.Sidebar_collapsed__eKrzc{width:0;transform:translateX(-100%);overflow:hidden}.Sidebar_sidebarHeader__28zqb{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Sidebar_logo__EkD3E{font-size:1.5rem;font-weight:700;color:white;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.2);transition:transform .2s ease}.Sidebar_logo__EkD3E:hover{transform:scale(1.05)}.Sidebar_logoImage__VPOH_{height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.Sidebar_toggleButton__G1Hz2{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:white;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Sidebar_toggleButton__G1Hz2:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.Sidebar_sidebarNav__56B_y{flex:1 1;padding:1rem 0;overflow-y:auto}.Sidebar_sidebarNav__56B_y ul{list-style:none;padding:0;margin:0}.Sidebar_navItem__YBLCz{display:flex;align-items:center;padding:1rem 1.5rem;color:rgba(255,255,255,.9);text-decoration:none;transition:all .3s ease;border-left:3px solid transparent;margin:.25rem 0;position:relative;overflow:hidden;font-size:1rem;font-weight:500}.Sidebar_navItem__YBLCz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.1);transform:translateX(-100%);transition:transform .3s ease}.Sidebar_navItem__YBLCz:hover:before{transform:translateX(0)}.Sidebar_navItem__YBLCz:hover{color:white;border-left:3px solid var(--secondary-color);background:rgba(255,255,255,.1)}.Sidebar_navItem__YBLCz.Sidebar_active__gADa3{background:rgba(255,255,255,.25);color:white;border-left:4px solid white;font-weight:600;box-shadow:inset 0 0 20px rgba(255,255,255,.1),0 2px 8px rgba(0,0,0,.1);border-radius:0 8px 8px 0;margin-right:8px}.Sidebar_navIcon__2EKq3{width:20px;height:20px;margin-right:12px;opacity:.8;transition:all .3s ease;z-index:1;position:relative;flex-shrink:0}.Sidebar_navItem__YBLCz.Sidebar_active__gADa3 .Sidebar_navIcon__2EKq3,.Sidebar_navItem__YBLCz:hover .Sidebar_navIcon__2EKq3{opacity:1;transform:scale(1.1)}.Sidebar_navText__SSn8l{font-weight:inherit;color:inherit;z-index:1;position:relative;transition:all .3s ease;white-space:nowrap}.Sidebar_navItem__YBLCz.Sidebar_active__gADa3 .Sidebar_navText__SSn8l{font-weight:600}.Sidebar_header__CKWAl{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:white;box-shadow:0 2px 8px rgba(0,0,0,.1);position:fixed;top:0;right:0;left:256px;z-index:10;transition:all .3s ease;border-bottom:1px solid var(--primary-color-light)}.Sidebar_expandedHeader__aLfXX,.Sidebar_sidebar__TxfL6.Sidebar_collapsed__eKrzc+.Sidebar_header__CKWAl{left:0}.Sidebar_headerLeft__oBWlX,.Sidebar_headerRight___2Jit,.Sidebar_userProfile__Kzi7_{display:flex;align-items:center}.Sidebar_mobileMenuButton__5HvoC,.Sidebar_sidebarToggleButton___qVJN{background:var(--primary-color-light);border:1px solid var(--primary-color);font-size:1.2rem;cursor:pointer;color:var(--primary-color);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:all .2s ease;margin-right:1rem}.Sidebar_mobileMenuButton__5HvoC:hover,.Sidebar_sidebarToggleButton___qVJN:hover{background:var(--primary-color);color:white;transform:scale(1.05);box-shadow:0 4px 12px var(--primary-shadow)}.Sidebar_overlay__PaduI{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width:768px){.Sidebar_sidebar__TxfL6{width:100vw;transform:translateX(0)}.Sidebar_sidebar__TxfL6.Sidebar_collapsed__eKrzc{transform:translateX(-100%);width:100vw}.Sidebar_header__CKWAl{left:0}.Sidebar_mobileMenuButton__5HvoC{display:block}.Sidebar_sidebarHeader__28zqb{padding:2.5rem 2rem;min-height:120px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.15)}.Sidebar_logo__EkD3E{font-size:2rem;font-weight:800;letter-spacing:-.75px}.Sidebar_toggleButton__G1Hz2{width:44px;height:44px;font-size:1.3rem;border-radius:14px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.Sidebar_toggleButton__G1Hz2:hover{background:rgba(255,255,255,.25);transform:scale(1.05)}.Sidebar_toggleButton__G1Hz2:active{transform:scale(.95)}.Sidebar_sidebarNav__56B_y{padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.Sidebar_sidebarNav__56B_y ul{display:flex;flex-direction:column;gap:1rem}.Sidebar_navItem__YBLCz{padding:1.5rem 1.75rem;font-size:1.125rem;font-weight:500;border-radius:20px;min-height:72px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);margin:0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Sidebar_navItem__YBLCz:before{border-radius:20px;background:rgba(255,255,255,.1);transform:translateX(0);opacity:0;transition:opacity .3s ease}.Sidebar_navItem__YBLCz:hover:before{opacity:1}.Sidebar_navItem__YBLCz:hover{background:rgba(255,255,255,.2);transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.2);border-left:1px solid rgba(255,255,255,.25)}.Sidebar_navItem__YBLCz.Sidebar_active__gADa3{background:rgba(255,255,255,.3);box-shadow:0 12px 30px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.4);border-radius:20px;margin-right:0}.Sidebar_navItem__YBLCz:active{transform:translateY(-1px) scale(.98)}.Sidebar_navIcon__2EKq3{width:28px;height:28px;margin-right:20px}.Sidebar_navText__SSn8l{font-size:1.125rem}}@media (max-width:480px){.Sidebar_sidebar__TxfL6,.Sidebar_sidebar__TxfL6.Sidebar_collapsed__eKrzc{width:100vw}.Sidebar_sidebarHeader__28zqb{padding:2rem 1.5rem;min-height:100px}.Sidebar_logo__EkD3E{font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.Sidebar_toggleButton__G1Hz2{width:40px;height:40px;font-size:1.2rem;border-radius:12px}.Sidebar_sidebarNav__56B_y{padding:2rem 1.5rem;gap:1rem}.Sidebar_sidebarNav__56B_y ul{gap:.75rem}.Sidebar_navItem__YBLCz{padding:1.25rem 1.5rem;font-size:1rem;border-radius:16px;min-height:64px}.Sidebar_navIcon__2EKq3{width:24px;height:24px;margin-right:16px}.Sidebar_navText__SSn8l{font-size:1rem}}.Sidebar_sidebarNav__56B_y::-webkit-scrollbar{width:4px}.Sidebar_sidebarNav__56B_y::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:2px}.Sidebar_sidebarNav__56B_y::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:2px}.Sidebar_sidebarNav__56B_y::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}@keyframes Sidebar_slideIn__bv4Rh{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Sidebar_slideOut__2mC8c{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}.Sidebar_sidebar__TxfL6:not(.Sidebar_collapsed__eKrzc){animation:Sidebar_slideIn__bv4Rh .3s ease-out}.Sidebar_sidebar__TxfL6.Sidebar_collapsed__eKrzc{animation:Sidebar_slideOut__2mC8c .3s ease-in}.layout_dashboardContainer__CYWY0{display:flex;background-color:#f5f7fa;min-height:100vh}.layout_registrationLoadingContainer__USPK_{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh}.layout_mainContent__f4j27{flex:1 1;margin-left:256px;margin-top:60px;transition:margin-left .3s ease;overflow-x:auto}.layout_expandedMain__DIc__{margin-left:0}@media (max-width:768px){.layout_mainContent__f4j27{margin-left:0}}.LoadingSpinner_loadingContainer__IMjg_{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;width:100%}.LoadingSpinner_loadingSpinner__EdLUK{border-radius:50%;border:4px solid rgba(0,0,0,.1);border-top-color:#3b82f6;animation:LoadingSpinner_spin__jvNGD 1s linear infinite;margin-bottom:1rem}.LoadingSpinner_small__Yeo6o{width:16px;height:16px;border-width:2px;margin-bottom:.5rem}.LoadingSpinner_medium__ElaBp{width:32px;height:32px}.LoadingSpinner_large__60qek{width:48px;height:48px}.LoadingSpinner_loadingText__PwuTS{color:#4b5563;font-size:1rem;margin:0}@keyframes LoadingSpinner_spin__jvNGD{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PricingPlans_pricingHeader__2Mzbw{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.PricingPlans_pricingHeader__2Mzbw h2{font-size:3.5rem;font-weight:800;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;position:relative}.PricingPlans_pricingHeader__2Mzbw h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:var(--gradient-horizontal);border-radius:2px}.PricingPlans_pricingHeader__2Mzbw p{font-size:1.3rem;color:var(--text-color);max-width:700px;margin:0 auto;opacity:.8;font-weight:500}.PricingPlans_pricingContainer__E6fP6{background:var(--background);position:relative;overflow:hidden}.PricingPlans_pricingContainer__E6fP6:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--background);opacity:.02;z-index:0}.PricingPlans_pricingPlans__fGnmW{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem;margin:0 auto;position:relative;z-index:1;padding:0 2.5rem 2.5rem}.PricingPlans_centeredGrid__58jIX{justify-content:center}.PricingPlans_pricingPlan__ABvWC{min-width:350px;max-width:400px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.85));border-radius:25px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,124,240,.15);text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;border:1px solid rgba(0,124,240,.1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.PricingPlans_pricingPlan__ABvWC:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-horizontal);transform:scaleX(0);transition:transform .4s ease;z-index:1}.PricingPlans_pricingPlan__ABvWC:hover:before{transform:scaleX(1)}.PricingPlans_pricingPlan__ABvWC:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,124,240,.25);border-color:var(--primary-color)}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF{border:2px solid var(--primary-color);transform:scale(1.05);box-shadow:0 15px 35px rgba(0,124,240,.25);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.92))}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF:before{transform:scaleX(1);height:8px}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF:after{content:"EVENT";position:absolute;top:20px;right:-35px;background:var(--gradient-primary);color:white;font-size:.8rem;font-weight:700;padding:.4rem 3rem;transform:rotate(45deg);box-shadow:0 4px 15px rgba(0,124,240,.4);z-index:2}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF:hover{transform:scale(1.05) translateY(-10px);box-shadow:0 25px 50px rgba(0,124,240,.35)}.PricingPlans_planHeader__h1lEn{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.PricingPlans_planName__pReDz{font-size:1.8rem;font-weight:700;color:var(--primary-color);position:relative;transition:all .3s ease}.PricingPlans_expiryBadge__LhhOe{display:inline-flex;align-items:center;gap:4px;background-color:#fff3cd;color:#856404;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;align-self:center;box-shadow:0 2px 8px rgba(133,100,4,.15)}.PricingPlans_planPrice__cIWvL{font-size:3rem;font-weight:800;margin-bottom:2rem;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;line-height:1.1}.PricingPlans_planPrice__cIWvL:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--gradient-horizontal);border-radius:2px;opacity:.6}.PricingPlans_planFeatures__HqFoG{list-style:none;padding:0;margin-bottom:2.5rem;flex-grow:1}.PricingPlans_planFeatures__HqFoG li{padding:1rem 0;color:var(--text-color);border-bottom:1px solid rgba(0,124,240,.1);font-size:1.05rem;transition:all .3s ease;position:relative}.PricingPlans_planFeatures__HqFoG li:last-child{border-bottom:none}.PricingPlans_planFeatures__HqFoG li:before{position:absolute;left:-25px;color:var(--primary-color);font-weight:700;font-size:1.2rem;opacity:0;transition:opacity .3s ease}.PricingPlans_pricingPlan__ABvWC:hover .PricingPlans_planFeatures__HqFoG li:before{opacity:1}.PricingPlans_buttonContainer__A3OMu{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.PricingPlans_btn__rAFmz{padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:inline-block;border:none;cursor:pointer;position:relative;overflow:hidden;font-size:1.05rem}.PricingPlans_btnPrimary__uwjQA{background:var(--primary-color);color:white;box-shadow:0 8px 25px rgba(0,124,240,.4)}.PricingPlans_btnPrimary__uwjQA:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .5s ease}.PricingPlans_btnPrimary__uwjQA:hover:before{left:100%}.PricingPlans_btnPrimary__uwjQA:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,124,240,.5)}.PricingPlans_btnSecondary__6VPaA{background:rgba(0,124,240,.1);color:var(--primary-color);border:2px solid var(--primary-color-light);font-size:.95rem;transition:all .3s ease}.PricingPlans_btnSecondary__6VPaA:hover{background:var(--primary-color-light);border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,124,240,.2)}.PricingPlans_modalOverlay__PYyn9{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:PricingPlans_fadeIn__CVjPd .3s ease}@keyframes PricingPlans_fadeIn__CVjPd{0%{opacity:0}to{opacity:1}}.PricingPlans_modal__qBRG6{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.95));border-radius:20px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,124,240,.3);border:1px solid rgba(0,124,240,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:PricingPlans_slideUp__sjaOq .4s cubic-bezier(.25,.46,.45,.94)}@keyframes PricingPlans_slideUp__sjaOq{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.PricingPlans_modalHeader__5MZpO{padding:2rem 2.5rem 1rem;border-bottom:1px solid rgba(0,124,240,.1);display:flex;justify-content:space-between;align-items:center;position:relative}.PricingPlans_modalHeader__5MZpO:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-horizontal)}.PricingPlans_modalHeader__5MZpO h3{font-size:1.5rem;font-weight:700;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.PricingPlans_closeButton__Cj69B{background:var(--primary-color-light);border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;color:var(--primary-color);transition:all .3s ease}.PricingPlans_closeButton__Cj69B:hover{background:var(--primary-color);color:white;transform:scale(1.1)}.PricingPlans_modalContent__mt5b6{padding:2rem 2.5rem;overflow-y:auto}.PricingPlans_conditionsNote__09PN4{margin-bottom:1.5rem;padding:1rem;background:var(--primary-color-light);border-radius:10px;font-style:italic;color:var(--primary-color);border-left:4px solid var(--primary-color)}.PricingPlans_conditionsList__sSoFm{list-style:none;padding:0;margin:0}.PricingPlans_conditionsList__sSoFm li{border-bottom:1px solid rgba(0,124,240,.1);position:relative;padding:.8rem 0 .8rem 2rem;color:var(--text-color);line-height:1.6}.PricingPlans_conditionsList__sSoFm li:last-child{border-bottom:none}.PricingPlans_conditionsList__sSoFm li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.PricingPlans_loadingContainer__sKBhN{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.PricingPlans_loadingSpinner__UZSN1{width:60px;height:60px;border-top:4px solid var(--primary-color-light);border:4px solid var(--primary-color-light);border-top-color:var(--primary-color);border-radius:50%;animation:PricingPlans_spin__aaAEA 1s linear infinite;margin-bottom:1.5rem}@keyframes PricingPlans_spin__aaAEA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PricingPlans_loadingText__W0Rag{font-size:1.2rem;color:var(--primary-color);font-weight:600}@media (max-width:992px){.PricingPlans_pricingPlans__fGnmW{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.PricingPlans_pricingHeader__2Mzbw h2{font-size:3.5rem}.PricingPlans_pricingPlan__ABvWC{padding:2rem}.PricingPlans_planPrice__cIWvL{font-size:2.5rem}}@media (max-width:768px){.PricingPlans_pricingContainer__E6fP6{padding:3rem 4%}.PricingPlans_pricingHeader__2Mzbw{margin-bottom:3rem}.PricingPlans_pricingPlans__fGnmW{grid-template-columns:1fr;max-width:450px;gap:1.5rem}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF{transform:scale(1)}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF:hover{transform:translateY(-5px)}.PricingPlans_pricingHeader__2Mzbw h2{font-size:2.5rem}.PricingPlans_pricingHeader__2Mzbw p{font-size:1.1rem}.PricingPlans_planName__pReDz{font-size:1.5rem}.PricingPlans_planPrice__cIWvL{font-size:2.5rem}.PricingPlans_modal__qBRG6{width:95%;margin:1rem}.PricingPlans_modalHeader__5MZpO{padding:1.5rem 1.5rem 1rem}.PricingPlans_modalContent__mt5b6{padding:1.5rem}}@media (max-width:480px){.PricingPlans_pricingHeader__2Mzbw h2{font-size:2rem}.PricingPlans_pricingPlan__ABvWC{padding:1.5rem}.PricingPlans_planPrice__cIWvL{font-size:2rem}.PricingPlans_planFeatures__HqFoG li{font-size:1rem}.PricingPlans_btn__rAFmz{padding:.8rem 2rem;font-size:1rem}.PricingPlans_pricingPlan__ABvWC.PricingPlans_featured__4oFPF:after{font-size:.7rem;padding:.3rem 2.5rem}}.page_main__GlU4n{display:flex;flex-direction:column;gap:32px;grid-row-start:2}.page_main__GlU4n ol{font-family:var(--font-geist-mono);padding-left:0;margin:0;font-size:14px;line-height:24px;letter-spacing:-.01em;list-style-position:inside}.page_main__GlU4n li:not(:last-of-type){margin-bottom:8px}.page_main__GlU4n code{font-family:inherit;background:var(--gray-alpha-100);padding:2px 4px;border-radius:4px;font-weight:600}.page_ctas__g5wGe{display:flex;gap:16px}.page_ctas__g5wGe a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:128px;height:48px;padding:0 20px;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:500}a.page_primary__V8M9Y{background:var(--foreground);color:var(--background);gap:8px}a.page_secondary__lm_PT{border-color:var(--gray-alpha-200);min-width:180px}.page_footer__sHKi3{grid-row-start:3;display:flex;gap:24px}.page_footer__sHKi3 a{display:flex;align-items:center;gap:8px}.page_footer__sHKi3 img{flex-shrink:0}@media (hover:hover) and (pointer:fine){a.page_primary__V8M9Y:hover{background:var(--button-primary-hover);border-color:transparent}a.page_secondary__lm_PT:hover{background:var(--button-secondary-hover);border-color:transparent}.page_footer__sHKi3 a:hover{text-decoration:underline;text-underline-offset:4px}}@media (max-width:600px){.page_page__ZU32B{padding:32px 32px 80px}.page_main__GlU4n{align-items:center}.page_main__GlU4n ol{text-align:center}.page_ctas__g5wGe{flex-direction:column}.page_ctas__g5wGe a{font-size:14px;height:40px;padding:0 16px}a.page_secondary__lm_PT{min-width:auto}.page_footer__sHKi3{flex-wrap:wrap;align-items:center;justify-content:center}}@media (prefers-color-scheme:dark){.page_logo__7fc9l{filter:invert()}}.page_pricingPlans__ZNg_A{padding:3.5rem 5%}.TimerSection_timerWrapper__UY1_t{width:100%}.TimerSection_timerPanel__qLwQL{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,#10b981,#059669);border:2px solid #059669;border-radius:16px;box-shadow:0 12px 30px rgba(16,185,129,.25);color:white;width:100%;box-sizing:border-box;animation:TimerSection_pulseGlow__MqSAs 2s ease-in-out infinite;transition:all .3s ease}.TimerSection_timerPanel__qLwQL.TimerSection_critical__DZbk3{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;box-shadow:0 12px 30px rgba(239,68,68,.25);animation:TimerSection_pulseCritical__77EQd 1s ease-in-out infinite}.TimerSection_timerPanel__qLwQL.TimerSection_warning__SySu_{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d97706;box-shadow:0 12px 30px rgba(245,158,11,.25);animation:TimerSection_pulseWarning__bv7Kk 1.5s ease-in-out infinite}.TimerSection_timerPanel__qLwQL.TimerSection_normal__CqyDp{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669;box-shadow:0 12px 30px rgba(16,185,129,.25);animation:TimerSection_pulseGlow__MqSAs 2s ease-in-out infinite}.TimerSection_timerPanel__qLwQL.TimerSection_critical__DZbk3:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(239,68,68,.35)}.TimerSection_timerPanel__qLwQL.TimerSection_warning__SySu_:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(245,158,11,.35)}.TimerSection_timerPanel__qLwQL.TimerSection_normal__CqyDp:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(16,185,129,.35)}.TimerSection_timerIcon__wEbYI{color:white;font-size:2rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.TimerSection_timerInfo__0Jn_h{display:flex;flex-direction:column;flex:1 1}.TimerSection_timerLabel__GtIQ1{font-size:.95rem;font-weight:700;letter-spacing:.5px;opacity:.95;text-transform:uppercase;color:white;margin-bottom:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.TimerSection_timerText__LAz0B{font-size:1.75rem;font-weight:800;line-height:1.2;color:white;text-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes TimerSection_pulseGlow__MqSAs{0%,to{box-shadow:0 12px 30px rgba(16,185,129,.25)}50%{box-shadow:0 12px 30px rgba(16,185,129,.4),0 0 20px rgba(16,185,129,.3)}}@keyframes TimerSection_pulseWarning__bv7Kk{0%,to{box-shadow:0 12px 30px rgba(245,158,11,.25)}50%{box-shadow:0 12px 30px rgba(245,158,11,.4),0 0 20px rgba(245,158,11,.3)}}@keyframes TimerSection_pulseCritical__77EQd{0%,to{box-shadow:0 12px 30px rgba(239,68,68,.25)}50%{box-shadow:0 12px 30px rgba(239,68,68,.5),0 0 25px rgba(239,68,68,.4)}}@media (max-width:768px){.TimerSection_timerPanel__qLwQL{gap:1rem;padding:1rem 1.25rem}.TimerSection_timerIcon__wEbYI{font-size:1.5rem}.TimerSection_timerLabel__GtIQ1{font-size:.85rem}.TimerSection_timerText__LAz0B{font-size:1.5rem}}.TaskSection_taskPanel__nid8_{background:rgba(255,255,255,.8);border-radius:8px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:auto;max-height:350px}.TaskSection_taskPanel__nid8_ h3{margin-top:0;margin-bottom:10px;color:var(--primary-color,#007cf0);font-size:1.2rem}.TaskSection_taskContentWrapper__rA8DY{height:250px;overflow-y:auto;padding-right:5px}.TaskSection_guidelineContent__p1N90,.TaskSection_taskContent__VO_sB{margin:0;white-space:pre-wrap;font-family:inherit;line-height:1.6;color:#4b5563;font-size:1rem}@media (max-width:768px){.TaskSection_taskPanel__nid8_{max-height:none}.TaskSection_taskContentWrapper__rA8DY{height:auto;max-height:none}}.TimerSection_timerWrapper__o_Hsl{width:100%}.TimerSection_timerPanel__b_NsV{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,#10b981,#059669);border:2px solid #059669;border-radius:16px;box-shadow:0 12px 30px rgba(16,185,129,.25);color:white;width:100%;box-sizing:border-box;animation:TimerSection_pulseGlow__t0Y5N 2s ease-in-out infinite;transition:all .3s ease}.TimerSection_timerPanel__b_NsV.TimerSection_critical__o8u3D{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;box-shadow:0 12px 30px rgba(239,68,68,.25);animation:TimerSection_pulseCritical__bhCR2 1s ease-in-out infinite}.TimerSection_timerPanel__b_NsV.TimerSection_warning__jdygS{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d97706;box-shadow:0 12px 30px rgba(245,158,11,.25);animation:TimerSection_pulseWarning__vdtit 1.5s ease-in-out infinite}.TimerSection_timerPanel__b_NsV.TimerSection_normal__cGUcw{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669;box-shadow:0 12px 30px rgba(16,185,129,.25);animation:TimerSection_pulseGlow__t0Y5N 2s ease-in-out infinite}.TimerSection_timerPanel__b_NsV.TimerSection_critical__o8u3D:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(239,68,68,.35)}.TimerSection_timerPanel__b_NsV.TimerSection_warning__jdygS:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(245,158,11,.35)}.TimerSection_timerPanel__b_NsV.TimerSection_normal__cGUcw:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(16,185,129,.35)}.TimerSection_timerIcon__rShX2{color:white;font-size:2rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.TimerSection_timerInfo__J3EV_{display:flex;flex-direction:column;flex:1 1}.TimerSection_timerLabel__KMJt5{font-size:.95rem;font-weight:700;letter-spacing:.5px;opacity:.95;text-transform:uppercase;color:white;margin-bottom:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.TimerSection_timerText__Hxy04{font-size:1.75rem;font-weight:800;line-height:1.2;color:white;text-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes TimerSection_pulseGlow__t0Y5N{0%,to{box-shadow:0 12px 30px rgba(16,185,129,.25)}50%{box-shadow:0 12px 30px rgba(16,185,129,.4),0 0 20px rgba(16,185,129,.3)}}@keyframes TimerSection_pulseWarning__vdtit{0%,to{box-shadow:0 12px 30px rgba(245,158,11,.25)}50%{box-shadow:0 12px 30px rgba(245,158,11,.4),0 0 20px rgba(245,158,11,.3)}}@keyframes TimerSection_pulseCritical__bhCR2{0%,to{box-shadow:0 12px 30px rgba(239,68,68,.25)}50%{box-shadow:0 12px 30px rgba(239,68,68,.5),0 0 25px rgba(239,68,68,.4)}}@media (max-width:768px){.TimerSection_timerPanel__b_NsV{gap:1rem;padding:1rem 1.25rem}.TimerSection_timerIcon__rShX2{font-size:1.5rem}.TimerSection_timerLabel__KMJt5{font-size:.85rem}.TimerSection_timerText__Hxy04{font-size:1.5rem}}.TaskSection_taskPanel__k_QQV{background:rgba(255,255,255,.8);border-radius:8px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:auto;max-height:350px}.TaskSection_taskPanel__k_QQV h3{margin-top:0;margin-bottom:10px;color:var(--primary-color,#007cf0);font-size:1.2rem}.TaskSection_taskContentWrapper__eu1hw{height:250px;overflow-y:auto;padding-right:5px}.TaskSection_guidelineContent__075_E,.TaskSection_taskContent__LLZN9{margin:0;white-space:pre-wrap;font-family:inherit;line-height:1.6;color:#4b5563;font-size:1rem}@media (max-width:768px){.TaskSection_taskPanel__k_QQV{max-height:none}.TaskSection_taskContentWrapper__eu1hw{height:auto;max-height:none}}.AttachmentSection_attachmentContainer__GRdDL{width:100%}.AttachmentSection_headerControls__nWLOQ{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.AttachmentSection_toggleButton__UEGLQ{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#6b7280,#4b5563);color:white;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(107,114,128,.2)}.AttachmentSection_toggleButton__UEGLQ:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-1px);box-shadow:0 4px 6px rgba(107,114,128,.3)}.AttachmentSection_toggleButton__UEGLQ.AttachmentSection_active___ManE{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px rgba(16,185,129,.3)}.AttachmentSection_toggleButton__UEGLQ.AttachmentSection_active___ManE:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 6px rgba(16,185,129,.4)}.AttachmentSection_viewAttachmentsButton__7ZvC5{gap:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;padding:12px 18px;font-size:14px;font-weight:500;flex:1 1;box-shadow:0 4px 6px rgba(37,99,235,.2);border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.AttachmentSection_viewAttachmentsButton__7ZvC5:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 8px rgba(37,99,235,.25)}.AttachmentSection_viewAttachmentsButton__7ZvC5:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(37,99,235,.2)}.AttachmentSection_viewAttachmentsButton__7ZvC5:disabled{background:linear-gradient(135deg,#93c5fd,#60a5fa);opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.AttachmentSection_sliderContainer__UIAIV{width:100%;border-radius:12px;padding-bottom:20px}.AttachmentSection_mainImageContainer__q0XR2{width:100%;margin-bottom:16px}.AttachmentSection_mainImage__PJu0V{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .2s ease}.AttachmentSection_mainImage__PJu0V:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.AttachmentSection_mainImageImg__dK9_9{border-radius:8px}.AttachmentSection_mainImageOverlay__78cah{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;opacity:0;transition:opacity .2s ease;gap:8px}.AttachmentSection_mainImage__PJu0V:hover .AttachmentSection_mainImageOverlay__78cah{opacity:1}.AttachmentSection_mainImageOverlay__78cah span{font-size:14px;font-weight:500}.AttachmentSection_imageLoadingOverlay__jmjq2{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(248,250,252,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;gap:12px;z-index:2}.AttachmentSection_loadingSpinner__1VJUx{animation:AttachmentSection_spin__MnRCh 1s linear infinite;color:#3b82f6}.AttachmentSection_loadingText__0VAeA{font-size:14px;font-weight:500}@keyframes AttachmentSection_spin__MnRCh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AttachmentSection_sliderControls__wVQ00{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}.AttachmentSection_sliderButton__C_yud{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(37,99,235,.2)}.AttachmentSection_sliderButton__C_yud:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 6px rgba(37,99,235,.3)}.AttachmentSection_sliderButton__C_yud:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);cursor:not-allowed;opacity:.6}.AttachmentSection_sliderInfo__M8Y4f{flex:1 1;text-align:center}.AttachmentSection_sliderCounter__GPLxK{font-size:14px;font-weight:500;color:#4b5563;background:white;padding:8px 16px;border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.AttachmentSection_sliderDots__zuSn9{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.AttachmentSection_dot__lB2EZ{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .2s ease}.AttachmentSection_dot__lB2EZ:hover{background:#9ca3af;transform:scale(1.1)}.AttachmentSection_dot__lB2EZ.AttachmentSection_activeDot__DwBSU{background:linear-gradient(135deg,#10b981,#059669);transform:scale(1.2);box-shadow:0 2px 4px rgba(16,185,129,.3)}.AttachmentSection_slideshowContainer__Kr8sL{width:100%}.AttachmentSection_thumbnailGrid__yy4_z{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;width:100%}.AttachmentSection_thumbnail__RHcDW{position:relative;aspect-ratio:4/3;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.AttachmentSection_thumbnail__RHcDW:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15);border-color:#3b82f6}.AttachmentSection_thumbnail__RHcDW.AttachmentSection_activeThumbnail__wlJQb{border-color:#10b981;box-shadow:0 4px 8px rgba(16,185,129,.3)}.AttachmentSection_thumbnailImage__oxswq{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.AttachmentSection_thumbnail__RHcDW:hover .AttachmentSection_thumbnailImage__oxswq{transform:scale(1.05)}.AttachmentSection_thumbnailOverlay__3DGKs{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;color:white;opacity:0;transition:opacity .2s ease}.AttachmentSection_thumbnail__RHcDW:hover .AttachmentSection_thumbnailOverlay__3DGKs{opacity:1}@media (max-width:768px){.AttachmentSection_headerControls__nWLOQ{flex-direction:column}.AttachmentSection_toggleButton__UEGLQ{width:100%;justify-content:center}.AttachmentSection_viewAttachmentsButton__7ZvC5{margin-bottom:20px}.AttachmentSection_sliderContainer__UIAIV{padding:16px}.AttachmentSection_mainImage__PJu0V{aspect-ratio:4/3}.AttachmentSection_sliderControls__wVQ00{gap:12px}.AttachmentSection_sliderButton__C_yud{width:36px;height:36px}.AttachmentSection_sliderCounter__GPLxK{font-size:13px;padding:6px 12px}.AttachmentSection_dot__lB2EZ{width:10px;height:10px}.AttachmentSection_thumbnailGrid__yy4_z{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}}@media (max-width:480px){.AttachmentSection_sliderContainer__UIAIV{padding:12px}.AttachmentSection_mainImage__PJu0V{aspect-ratio:3/4}.AttachmentSection_sliderDots__zuSn9{gap:6px}.AttachmentSection_dot__lB2EZ{width:8px;height:8px}.AttachmentSection_thumbnailGrid__yy4_z{grid-template-columns:repeat(2,1fr)}}.AutomaticSendSection_autoSendToggleContainer__Gk7Y_{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px}.AutomaticSendSection_toggleSwitch__vnLoj{position:relative;display:inline-block;width:40px;height:20px}.AutomaticSendSection_toggleSwitch__vnLoj input{opacity:0;width:0;height:0}.AutomaticSendSection_toggleSlider__SFgCe{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.AutomaticSendSection_toggleSlider__SFgCe:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:white;transition:.4s;border-radius:50%}input:checked+.AutomaticSendSection_toggleSlider__SFgCe{background-color:#2196F3}input:disabled+.AutomaticSendSection_toggleSlider__SFgCe{background-color:#e0e0e0;cursor:not-allowed}input:checked+.AutomaticSendSection_toggleSlider__SFgCe:before{transform:translateX(20px)}.AutomaticSendSection_toggleLabel__UaR0d{font-size:14px;color:#333}.EndButtonSection_interviewControls__H5hIy{display:flex;justify-content:center;margin-top:10px;margin-bottom:16px;width:100%}.EndButtonSection_controlButton__gP4Tx{border:none;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:10px 16px;gap:.5rem;width:100%;max-width:420px;font-size:1rem}.EndButtonSection_controlButton__gP4Tx svg{font-size:1.1rem}.EndButtonSection_controlButton__gP4Tx span{color:white;font-size:1rem}.EndButtonSection_endButton__ImiLL{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;box-shadow:0 4px 10px rgba(239,68,68,.2)}.EndButtonSection_endButton__ImiLL:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px rgba(220,38,38,.3);transform:translateY(-1px)}.EndButtonSection_endButton__ImiLL:disabled{background:#f87171;opacity:.6;cursor:not-allowed;box-shadow:none}.EndButtonSection_confirmationOverlay__ssm7P{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.EndButtonSection_confirmationModal__XxPzy{background:white;border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:EndButtonSection_modalSlideIn__viwpT .3s ease-out}.EndButtonSection_confirmationIcon__8750X{display:flex;justify-content:center;margin-bottom:16px;color:#f59e0b}.EndButtonSection_confirmationTitle__tjpDl{text-align:center;font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 12px}.EndButtonSection_confirmationMessage___WATS{text-align:center;font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 24px}.EndButtonSection_confirmationButtons____PPq{display:flex;gap:12px;justify-content:center}.EndButtonSection_cancelButton__OTKTE,.EndButtonSection_confirmButton__XN3fY{padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;flex:1 1;max-width:140px}.EndButtonSection_cancelButton__OTKTE{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.EndButtonSection_cancelButton__OTKTE:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.EndButtonSection_confirmButton__XN3fY{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;box-shadow:0 4px 8px rgba(239,68,68,.2)}.EndButtonSection_confirmButton__XN3fY:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 6px 12px rgba(220,38,38,.3)}@keyframes EndButtonSection_modalSlideIn__viwpT{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.EndButtonSection_confirmationModal__XxPzy{padding:24px;margin:20px}.EndButtonSection_confirmationTitle__tjpDl{font-size:1.25rem}.EndButtonSection_confirmationButtons____PPq{flex-direction:column}.EndButtonSection_cancelButton__OTKTE,.EndButtonSection_confirmButton__XN3fY{max-width:none}}.CustomMarkdownRenderer_heading1__0gzxs{font-size:1.5rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem}.CustomMarkdownRenderer_heading2__Uq6Ho{font-size:1.25rem;font-weight:600;margin-top:.75rem;margin-bottom:.5rem}.CustomMarkdownRenderer_heading3__qsDDA{font-size:1.125rem;font-weight:500;margin-top:.5rem;margin-bottom:.25rem}.CustomMarkdownRenderer_paragraph__j1joF{margin-bottom:.5rem}.CustomMarkdownRenderer_unorderedList__55eza{list-style-type:disc;padding-left:1.25rem;margin-bottom:.5rem}.CustomMarkdownRenderer_orderedList__Z8s_g{list-style-type:decimal;padding-left:1.25rem;margin-bottom:.5rem}.CustomMarkdownRenderer_listItem__APifi{margin-bottom:.25rem}.CustomMarkdownRenderer_blockquote__yBCOw{border-left:4px solid #d1d5db;padding-left:1rem;font-style:italic;margin-top:.5rem;margin-bottom:.5rem}.CustomMarkdownRenderer_link__tScTu{color:#0066cc;text-decoration:underline;transition:color .2s ease}.CustomMarkdownRenderer_link__tScTu:hover{color:#004499}.ChatSection_typingIndicator__FYQxW{margin-left:8px;color:#06b6d4;font-weight:600;display:inline-flex;align-items:center;gap:4px}.ChatSection_typingIndicator__FYQxW:after{content:"";display:inline-block;width:16px;height:16px;border:2px solid #06b6d4;border-top-color:transparent;border-radius:50%;animation:ChatSection_spin__4s9Ty 1s linear infinite}.ChatSection_streamingMessage__kLFVH{position:relative;background:linear-gradient(135deg,rgba(6,182,212,.08),rgba(14,165,233,.08));border-color:rgba(6,182,212,.2) rgba(6,182,212,.2) rgba(6,182,212,.2) #06b6d4;animation:ChatSection_streamingGlow__J__BN 2s ease-in-out infinite}@keyframes ChatSection_streamingGlow__J__BN{0%,to{box-shadow:0 2px 8px rgba(0,0,0,.08),0 0 0 1px rgba(6,182,212,.2)}50%{box-shadow:0 4px 16px rgba(6,182,212,.15),0 0 0 2px rgba(6,182,212,.3)}}.ChatSection_typingDots__oma8z{display:inline-flex;align-items:center;gap:3px;margin-left:8px}.ChatSection_typingDots__oma8z span{display:inline-block;width:6px;height:6px;background:#06b6d4;border-radius:50%;animation:ChatSection_typingBounce__P1oBE 1.4s ease-in-out infinite}.ChatSection_typingDots__oma8z span:first-child{animation-delay:-.32s}.ChatSection_typingDots__oma8z span:nth-child(2){animation-delay:-.16s}.ChatSection_typingDots__oma8z span:nth-child(3){animation-delay:0s}@keyframes ChatSection_typingBounce__P1oBE{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.ChatSection_chatMessages__ZqP7P{display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding:20px;flex:1 1 auto;background:#ffffff;border-radius:0;box-shadow:0 8px 25px rgba(0,124,240,.12);height:100%}.ChatSection_message__TjgFu{padding:16px 20px;border-radius:16px;max-width:75%;margin-bottom:0;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid}.ChatSection_interviewerMessage__w515K,.ChatSection_systemFullWidthMessage__NwW_W,.ChatSection_systemMessage__77cHq,.ChatSection_userMessage__W_ygD{max-width:75%;border-left:4px solid}.ChatSection_interviewerMessage__w515K{background:linear-gradient(135deg,rgba(6,182,212,.12),rgba(14,165,233,.12));border-color:rgba(6,182,212,.3) rgba(6,182,212,.3) rgba(6,182,212,.3) #06b6d4;align-self:flex-start}.ChatSection_userMessage__W_ygD{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(99,102,241,.12));border-color:rgba(59,130,246,.3) rgba(59,130,246,.3) rgba(59,130,246,.3) #3b82f6;align-self:flex-end}.ChatSection_systemMessage__77cHq{background:linear-gradient(135deg,rgba(139,92,246,.08),rgba(168,85,247,.08));border-color:rgba(139,92,246,.25) rgba(139,92,246,.25) rgba(139,92,246,.25) #8b5cf6;align-self:center;font-style:italic;text-align:center;max-width:90%}.ChatSection_systemFullWidthMessage__NwW_W{background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(16,185,129,.1));border-color:rgba(34,197,94,.3) rgba(34,197,94,.3) rgba(34,197,94,.3) #22c55e;align-self:flex-start}.ChatSection_messageSender__nxLpO{font-weight:700;margin-bottom:8px;font-size:.85rem;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.ChatSection_messageSender__nxLpO:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,.8)}.ChatSection_interviewerMessage__w515K .ChatSection_messageSender__nxLpO{color:#0e7490}.ChatSection_interviewerMessage__w515K .ChatSection_messageSender__nxLpO:before{background:#06b6d4}.ChatSection_userMessage__W_ygD .ChatSection_messageSender__nxLpO{color:#1e40af}.ChatSection_userMessage__W_ygD .ChatSection_messageSender__nxLpO:before{background:#3b82f6}.ChatSection_systemMessage__77cHq .ChatSection_messageSender__nxLpO{color:#7c3aed}.ChatSection_systemMessage__77cHq .ChatSection_messageSender__nxLpO:before{background:#8b5cf6}.ChatSection_systemFullWidthMessage__NwW_W .ChatSection_messageSender__nxLpO{color:#15803d}.ChatSection_systemFullWidthMessage__NwW_W .ChatSection_messageSender__nxLpO:before{background:#22c55e}.ChatSection_message__TjgFu>div:last-child{color:var(--foreground);line-height:1.6;font-size:.95rem}.ChatSection_interviewerMessage__w515K>div:last-child,.ChatSection_userMessage__W_ygD>div:last-child{color:#0f172a}.ChatSection_systemMessage__77cHq>div:last-child{color:#374151}.ChatSection_systemFullWidthMessage__NwW_W>div:last-child{color:#0f172a}.ChatSection_loadingMoreMessages__rqVje{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;color:var(--text-color);background:rgba(0,124,240,.04);border-radius:12px;border:1px solid rgba(0,124,240,.1)}.ChatSection_loadingSpinner__inqEf,.ChatSection_spinner__qwF3r{border-radius:50%;animation:ChatSection_spin__4s9Ty 1s linear infinite}.ChatSection_loadingSpinner__inqEf{width:20px;height:20px;border:2px solid rgba(0,124,240,.2);border-top:2px solid var(--primary-color)}.ChatSection_spinner__qwF3r{width:40px;height:40px;border:4px solid rgba(0,124,240,.2);border-top:4px solid var(--primary-color)}.ChatSection_chatInput__VOz8A{display:flex;flex-direction:column;padding:20px;background:#ffffff;border-radius:0;box-shadow:0 -2px 12px rgba(0,0,0,.06);margin-top:0;border-top:1px solid rgba(0,124,240,.1)}.ChatSection_chatTextarea__7t_Ry{width:100%;min-height:80px;padding:16px 20px;border:2px solid rgba(0,124,240,.15);border-radius:12px;resize:none;font-family:inherit;font-size:1rem;margin-bottom:16px;color:var(--foreground);background:rgba(245,247,250,.5);transition:all .2s ease;line-height:1.5}.ChatSection_chatTextarea__7t_Ry:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,124,240,.1);background:#ffffff}.ChatSection_chatTextarea__7t_Ry::placeholder{color:var(--text-color);opacity:.7}.ChatSection_inputControls__DRhl8{display:flex;align-items:center;gap:12px;width:100%}.ChatSection_pushToTalkButton__UqCts{flex:1 1;height:56px;gap:12px;background:var(--primary-color);color:white;font-size:1rem;box-shadow:0 4px 16px rgba(0,124,240,.25);border:none;border-radius:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;min-width:180px}.ChatSection_pushToTalkButton__UqCts:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,124,240,.35)}.ChatSection_pushToTalkButton__UqCts:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,124,240,.3)}.ChatSection_pushToTalkButton__UqCts:active:before{width:100%;height:100%}.ChatSection_pushToTalkButton__UqCts svg{transition:transform .2s ease}.ChatSection_pushToTalkButton__UqCts:hover svg{transform:scale(1.1)}.ChatSection_pushToTalkButton__UqCts.ChatSection_speaking__MRLOC{background:linear-gradient(135deg,#ef4444,#f87171);box-shadow:0 4px 16px rgba(239,68,68,.3);animation:ChatSection_pulse__dMp_s 2s infinite}.ChatSection_pushToTalkButton__UqCts.ChatSection_speaking__MRLOC:hover{box-shadow:0 8px 24px rgba(239,68,68,.4);background:linear-gradient(135deg,#dc2626,#ef4444)}.ChatSection_pushToTalkButton__UqCts.ChatSection_speaking__MRLOC svg{animation:ChatSection_bounce__OXw1x 1s infinite}.ChatSection_pushToTalkButton__UqCts.ChatSection_transcribing__8IjkO{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 4px 16px rgba(245,158,11,.3);cursor:not-allowed}.ChatSection_pushToTalkButton__UqCts.ChatSection_transcribing__8IjkO:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:ChatSection_spin__4s9Ty 1s linear infinite}@keyframes ChatSection_pulse__dMp_s{0%,to{box-shadow:0 4px 16px rgba(239,68,68,.3)}50%{box-shadow:0 4px 20px rgba(239,68,68,.5),0 0 0 4px rgba(239,68,68,.1)}}@keyframes ChatSection_bounce__OXw1x{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ChatSection_sendButton__3XoNx{height:56px;width:56px;background:var(--gradient-primary);color:white;box-shadow:0 4px 16px rgba(0,124,240,.25);border:none;border-radius:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.ChatSection_sendButton__3XoNx:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,124,240,.35)}.ChatSection_pushToTalkButton__UqCts:disabled,.ChatSection_sendButton__3XoNx:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 8px rgba(0,124,240,.1);background:#94a3b8}.ChatSection_pushToTalkButton__UqCts:disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,124,240,.1);background:#94a3b8}.ChatSection_recordingInfo__esV_m{color:var(--text-color);font-size:.9rem;margin-top:12px;text-align:center;padding:12px 16px;background:linear-gradient(135deg,rgba(0,124,240,.06),rgba(0,223,216,.06));border-radius:10px;border:1px solid rgba(0,124,240,.15);font-weight:500}.ChatSection_streamingStatus__OMK0c{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,rgba(6,182,212,.08),rgba(14,165,233,.08));border-radius:10px;border:1px solid rgba(6,182,212,.2);color:#0e7490;font-weight:600;font-size:.9rem;animation:ChatSection_streamingPulse__Q6Vst 2s infinite}.ChatSection_streamingStatusIcon__4OO5m{width:16px;height:16px;border:2px solid #06b6d4;border-top-color:transparent;border-radius:50%;animation:ChatSection_spin__4s9Ty 1s linear infinite}@keyframes ChatSection_streamingPulse__Q6Vst{0%,to{background:linear-gradient(135deg,rgba(6,182,212,.08),rgba(14,165,233,.08));border-color:rgba(6,182,212,.2)}50%{background:linear-gradient(135deg,rgba(6,182,212,.12),rgba(14,165,233,.12));border-color:rgba(6,182,212,.3)}}.ChatSection_recordingStatus__PRzny{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,rgba(239,68,68,.06),rgba(248,113,113,.06));border-radius:10px;border:1px solid rgba(239,68,68,.15);color:#dc2626;font-weight:500;font-size:.9rem}.ChatSection_recordingIndicator__8SXZW{width:12px;height:12px;background:#ef4444;border-radius:50%;animation:ChatSection_recordingPulse__bWQVL 1.5s infinite}@keyframes ChatSection_recordingPulse__bWQVL{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.2)}}.ChatSection_transcribingStatus__P5gmr{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,rgba(245,158,11,.06),rgba(251,191,36,.06));border-radius:10px;border:1px solid rgba(245,158,11,.15);color:#d97706;font-weight:500;font-size:.9rem}.ChatSection_transcribingSpinner__VQSbE{width:16px;height:16px;border:2px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;animation:ChatSection_spin__4s9Ty 1s linear infinite}@media (max-width:768px){.ChatSection_chatMessages__ZqP7P{padding:16px;gap:12px;height:75vh}.ChatSection_message__TjgFu{padding:14px 16px}.ChatSection_pushToTalkButton__UqCts{height:52px;font-size:.95rem;min-width:160px;gap:10px}.ChatSection_sendButton__3XoNx{height:52px;width:52px}.ChatSection_chatInput__VOz8A{padding:16px}.ChatSection_chatTextarea__7t_Ry{min-height:70px;padding:14px 16px}}@media (max-width:480px){.ChatSection_pushToTalkButton__UqCts{height:48px;font-size:.9rem;min-width:140px;gap:8px}.ChatSection_sendButton__3XoNx{height:48px;width:48px}.ChatSection_inputControls__DRhl8{gap:8px}}@keyframes ChatSection_spin__4s9Ty{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatSection_streamingMessage__indicator__tmUzm{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:.95em;color:#0ea5e9;opacity:.85}.ChatSection_streamingMessage__dots__PYTT_{display:inline-block;width:24px;height:8px}.ChatSection_streamingMessage__dot__KpBgI{display:inline-block;width:6px;height:6px;margin-right:2px;border-radius:50%;background:#06b6d4;opacity:.7;animation:ChatSection_streamingDotBounce__moRhG 1.2s infinite}.ChatSection_streamingMessage__dot__KpBgI:nth-child(2){animation-delay:.2s}.ChatSection_streamingMessage__dot__KpBgI:nth-child(3){animation-delay:.4s}@keyframes ChatSection_streamingDotBounce__moRhG{0%,80%,to{transform:translateY(0);opacity:.7}40%{transform:translateY(-6px);opacity:1}}