.Navbar_navbar__goHZG{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.85));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,124,240,.1);overflow:hidden}.Navbar_navbar__goHZG:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-primary);opacity:.02;z-index:0}.Navbar_navbar__goHZG.Navbar_scrolled__K_S14{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.92));backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);box-shadow:0 8px 25px rgba(0,124,240,.15);border-bottom:1px solid rgba(0,124,240,.2);padding:.75rem 0}.Navbar_navbar__goHZG.Navbar_scrolled__K_S14:before{opacity:.05}.Navbar_container__Tx5T9{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.Navbar_navbarBrand__PyI7S{display:flex;align-items:center;position:relative;z-index:1003}.Navbar_brandLink__yKrIi{text-decoration:none;transition:all .3s ease}.Navbar_logoContainer__2_vi_{position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.Navbar_brandLink__yKrIi:hover .Navbar_logoContainer__2_vi_{transform:scale(1.05)}.Navbar_logo__gJxy1{width:auto;height:auto;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,124,240,.1))}.Navbar_navbarMenu__ZCYe8{display:flex;align-items:center;gap:2rem;position:relative;z-index:1}.Navbar_navbarNav__0tDwu{display:flex;list-style:none;margin:0;padding:0;gap:.5rem}.Navbar_navItem__uVECj{position:relative;transition:all .3s ease}.Navbar_navLink__Iwuwj{color:var(--text-color);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);padding:.75rem 1.25rem;border-radius:12px;position:relative;display:flex;align-items:center;gap:.5rem;overflow:hidden;background:transparent;border:1px solid transparent}.Navbar_navLink__Iwuwj:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .4s cubic-bezier(.25,.46,.45,.94);opacity:.1;z-index:-1}.Navbar_navLink__Iwuwj:hover:before{left:0}.Navbar_navLink__Iwuwj:hover{color:var(--primary-color);background:var(--primary-color-light);border-color:rgba(0,124,240,.2);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,124,240,.15)}.Navbar_navIcon__M4COk{font-size:1rem;opacity:.8}.Navbar_navIcon__M4COk,.Navbar_navLabel__Lkz3b{transition:all .3s ease}.Navbar_navLink__Iwuwj:hover .Navbar_navIcon__M4COk{transform:scale(1.2);opacity:1}.Navbar_navbarButtons__juE70{display:flex;gap:1rem;align-items:center}.Navbar_userButtonContainer__UHXhD{position:relative;transition:all .3s ease}.Navbar_userButtonContainer__UHXhD:hover{transform:scale(1.05)}.Navbar_loginButton__o0L9A{padding:.75rem 2rem;border-radius:25px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:var(--primary-color);color:white;border:none;position:relative;overflow:hidden;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px rgba(0,124,240,.3)}.Navbar_loginButton__o0L9A:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.Navbar_loginButton__o0L9A:hover:before{left:100%}.Navbar_loginButton__o0L9A:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,124,240,.4)}.Navbar_buttonIcon__nxILl,.Navbar_buttonText___Nutg{color:white;transition:all .3s ease}.Navbar_buttonIcon__nxILl{font-size:1.2rem}.Navbar_loginButton__o0L9A:hover .Navbar_buttonIcon__nxILl{transform:translateX(3px)}.Navbar_mobileMenuToggle__G3q6u{display:none;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .3s ease;z-index:1003;position:relative;background:var(--primary-color-light);border:1px solid rgba(0,124,240,.2);box-shadow:0 4px 15px rgba(0,124,240,.2)}.Navbar_mobileMenuToggle__G3q6u:hover{background:rgba(0,124,240,.2);transform:scale(1.05)}.Navbar_hamburger__zUyzU{width:24px;height:18px;position:relative}.Navbar_hamburger__zUyzU span{display:block;position:absolute;height:2px;width:100%;background:var(--primary-color);border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.Navbar_hamburger__zUyzU span:first-child{top:0}.Navbar_hamburger__zUyzU span:nth-child(2){top:8px}.Navbar_hamburger__zUyzU span:nth-child(3){top:16px}.Navbar_hamburger__zUyzU.Navbar_active__Izyij span:first-child{top:8px;transform:rotate(135deg);background:var(--secondary-color)}.Navbar_hamburger__zUyzU.Navbar_active__Izyij span:nth-child(2){opacity:0;left:-60px}.Navbar_hamburger__zUyzU.Navbar_active__Izyij span:nth-child(3){top:8px;transform:rotate(-135deg);background:var(--secondary-color)}.Navbar_mobileOverlay__PWF4R{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1001;opacity:0;animation:Navbar_fadeIn__I2FFR .3s ease-out forwards}@keyframes Navbar_fadeIn__I2FFR{to{opacity:1}}@media (max-width:992px){.Navbar_navbar__goHZG,.Navbar_navbar__goHZG.Navbar_scrolled__K_S14{backdrop-filter:none;-webkit-backdrop-filter:none}.Navbar_mobileMenuToggle__G3q6u{display:block}.Navbar_navbarMenu__ZCYe8{position:fixed;top:0;right:0;width:100vw!important;height:100vh;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.92));backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 2rem;transform:translateX(100%);transition:transform .5s cubic-bezier(.25,.46,.45,.94);opacity:0;visibility:hidden;box-shadow:-8px 0 25px rgba(0,124,240,.15);border-left:1px solid rgba(0,124,240,.2);z-index:1002}.Navbar_navbarMenu__ZCYe8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-primary);opacity:.02;z-index:0}.Navbar_navbarMenu__ZCYe8.Navbar_active__Izyij{transform:translateX(0);opacity:1;visibility:visible}.Navbar_navbarNav__0tDwu{flex-direction:column;gap:1rem;margin-bottom:2rem;position:relative;z-index:1}.Navbar_navItem__uVECj{width:100%;text-align:center;animation:Navbar_slideInRight___2ig7 .6s ease-out;animation-fill-mode:both}.Navbar_navItem__uVECj:first-child{animation-delay:.1s}.Navbar_navItem__uVECj:nth-child(2){animation-delay:.2s}.Navbar_navItem__uVECj:nth-child(3){animation-delay:.3s}.Navbar_navItem__uVECj:nth-child(4){animation-delay:.4s}.Navbar_navItem__uVECj:nth-child(5){animation-delay:.5s}.Navbar_navLink__Iwuwj{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;width:100%;min-width:200px;background:var(--primary-color-light);border-radius:15px;border:1px solid rgba(0,124,240,.2);transition:all .3s ease;gap:.75rem}.Navbar_navLink__Iwuwj:hover{background:rgba(0,124,240,.15);border-color:var(--primary-color);transform:translateY(-3px)}.Navbar_navIcon__M4COk{font-size:1.2rem}.Navbar_loginButton__o0L9A{padding:1rem 2.5rem;font-size:1.1rem;min-width:200px;animation:Navbar_slideInRight___2ig7 .6s ease-out;animation-delay:.6s;animation-fill-mode:both;color:white!important;display:flex;justify-content:center}.Navbar_container__Tx5T9{padding:0 1rem}.Navbar_navbarMenu__ZCYe8:not(.Navbar_active__Izyij){display:none}}@keyframes Navbar_slideInRight___2ig7{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.Navbar_navbarMenu__ZCYe8{width:280px}.Navbar_navLink__Iwuwj{min-width:180px;padding:.875rem 1.25rem}.Navbar_loginButton__o0L9A{min-width:180px;padding:.875rem 2rem}}@media (max-width:576px){.Navbar_container__Tx5T9{padding:0 1rem}.Navbar_navbarMenu__ZCYe8{width:100%;padding:6rem 1.5rem 1.5rem}.Navbar_navLink__Iwuwj{min-width:180px;width:100%;padding:1rem}.Navbar_loginButton__o0L9A{min-width:180px;width:100%;padding:1rem 1.5rem}}@media (min-width:993px){.Navbar_navItem__uVECj:hover{transform:translateY(-2px)}.Navbar_navLink__Iwuwj:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background:var(--gradient-horizontal);transition:all .3s ease;transform:translateX(-50%);border-radius:2px}.Navbar_navLink__Iwuwj:hover:after{width:80%}}.Navbar_navbarButtons__juE70>div{display:flex;align-items:center}@media (max-width:1200px){.Navbar_container__Tx5T9{max-width:100%;padding:0 1.5rem}}@media (max-width:480px){.Navbar_navbar__goHZG{padding:.75rem 0}.Navbar_navbar__goHZG.Navbar_scrolled__K_S14{padding:.5rem 0}}.HeroSection_hero__4E1xg{min-height:100vh;display:flex;align-items:center;background:var(--background);position:relative;overflow:hidden;padding:3rem 0}.HeroSection_container__D12FA{width:90%;max-width:1400px;margin:0 auto;position:relative;z-index:1}.HeroSection_heroContent__IBVUj{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:5rem;margin-bottom:3rem}.HeroSection_heroText__UWxdV{max-width:600px;margin:0;position:relative}.HeroSection_brandContainer__M7TTW{margin-bottom:2rem;position:relative}.HeroSection_title__MC_n4{font-size:4rem;font-weight:900;margin-bottom:.5rem;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em;position:relative;animation:HeroSection_slideInFromLeft__w13Mh 1s ease-out}.HeroSection_title__MC_n4:after{content:"";position:absolute;bottom:-7.5px;left:0;width:100%;height:3px;background:var(--gradient-horizontal);transform:scaleX(0);transform-origin:left;animation:HeroSection_expandWidth__x5jGY 1s ease-out .5s forwards}@keyframes HeroSection_slideInFromLeft__w13Mh{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes HeroSection_expandWidth__x5jGY{to{transform:scaleX(1)}}.HeroSection_tagline__xJash{font-size:1.85rem;color:var(--primary-color);font-weight:600;margin-top:.5rem;opacity:0;animation:HeroSection_fadeInUp__xVpGB 1s ease-out .3s forwards}.HeroSection_description__cvc7q{font-size:1.3rem;line-height:1.8;color:var(--text-color);margin-bottom:2.5rem;opacity:.9;font-weight:400;animation:HeroSection_fadeInUp__xVpGB 1s ease-out .6s forwards;opacity:0}@keyframes HeroSection_fadeInUp__xVpGB{0%{opacity:0;transform:translateY(20px)}to{opacity:.9;transform:translateY(0)}}.HeroSection_ctaButtons__cRCg5{display:flex;gap:1.5rem;animation:HeroSection_fadeInUp__xVpGB 1s ease-out .9s forwards;opacity:0}.HeroSection_btn__Dg7xr{padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1.2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden;border:none;cursor:pointer}.HeroSection_btnPrimary__q3VfN{background:var(--primary-color);color:white;box-shadow:0 8px 25px var(--primary-shadow);position:relative;z-index:1}.HeroSection_btnPrimary__q3VfN:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease;z-index:1}.HeroSection_btnPrimary__q3VfN:after{content:"";position:absolute;inset:0;background:var(--primary-color);z-index:-1;transition:transform .4s ease}.HeroSection_btnPrimary__q3VfN:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px var(--primary-shadow)}.HeroSection_btnPrimary__q3VfN:hover:before{left:100%}.HeroSection_btnPrimary__q3VfN:hover:after{transform:scale(1.1)}.HeroSection_btnPrimary__q3VfN:active{transform:translateY(-1px) scale(1.02)}.HeroSection_heroImage__i2EQk{flex:0 0 auto;width:550px;display:flex;justify-content:center;align-items:center;position:relative}.HeroSection_imageWrapper__yYviu{width:550px;height:550px;position:relative;border-radius:50%;background:var(--gradient-primary);padding:8px;animation:HeroSection_rotateGlow__vZqdL 8s linear infinite}.HeroSection_imageWrapper__yYviu:before{content:"";position:absolute;inset:-20px;background:conic-gradient(from 0deg,var(--primary-color),var(--secondary-color),var(--accent-color),var(--primary-color));border-radius:50%;z-index:-1;opacity:.3;animation:HeroSection_rotateGlow__vZqdL 10s linear infinite reverse}.HeroSection_imageWrapper__yYviu:after{content:"";position:absolute;inset:-10px;background:radial-gradient(circle,var(--primary-color-light) 0,transparent 70%);border-radius:50%;z-index:-1;animation:HeroSection_pulse__ccpq9 3s ease-in-out infinite}@keyframes HeroSection_pulse__ccpq9{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.HeroSection_image__RULpN{width:100%;height:100%;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.95);transition:transform .4s ease}.HeroSection_imageWrapper__yYviu:hover .HeroSection_image__RULpN{transform:scale(1.05)}.HeroSection_scrollIndicator__vTHPx{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.HeroSection_bounceButton__an4Zb{background:rgba(255,255,255,.9);border:2px solid var(--primary-color);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px rgba(0,124,240,.3);color:var(--primary-color);animation:HeroSection_bounce__6L164 2s infinite;transition:all .3s ease}.HeroSection_bounceButton__an4Zb:hover{background:var(--primary-color);color:white;transform:scale(1.1)}.HeroSection_scrollText__jNaA4{font-size:.9rem;color:var(--text-color);font-weight:500;margin:15px 0;opacity:.8}@media (max-width:1200px){.HeroSection_heroContent__IBVUj{gap:3rem}.HeroSection_heroImage__i2EQk{width:450px}.HeroSection_imageWrapper__yYviu{width:450px;height:450px}}@media (max-width:1024px){.HeroSection_heroContent__IBVUj{flex-direction:column-reverse;text-align:center;gap:4rem}.HeroSection_heroText__UWxdV{max-width:100%;margin-bottom:0}.HeroSection_heroImage__i2EQk{width:400px;max-width:100%}.HeroSection_imageWrapper__yYviu{width:400px;height:400px}.HeroSection_ctaButtons__cRCg5{justify-content:center}.HeroSection_title__MC_n4{font-size:3.5rem}}@media (max-width:768px){.HeroSection_hero__4E1xg{padding:2rem 0}.HeroSection_heroContent__IBVUj{gap:2rem}.HeroSection_title__MC_n4{font-size:2.8rem}.HeroSection_tagline__xJash{font-size:1.4rem}.HeroSection_description__cvc7q{font-size:1.1rem;text-align:center}.HeroSection_heroImage__i2EQk{width:350px}.HeroSection_imageWrapper__yYviu{width:350px;height:350px}.HeroSection_ctaButtons__cRCg5{flex-direction:column;align-items:center}.HeroSection_btn__Dg7xr{width:100%;max-width:300px;justify-content:center}}@media (max-width:480px){.HeroSection_title__MC_n4{font-size:2.2rem}.HeroSection_tagline__xJash{font-size:1.2rem}.HeroSection_description__cvc7q{font-size:1rem}.HeroSection_heroImage__i2EQk{width:280px}.HeroSection_imageWrapper__yYviu{width:280px;height:280px}.HeroSection_btn__Dg7xr{padding:1rem 2rem;font-size:1.1rem}}.HeroSection_description__cvc7q{animation-delay:.6s}.HeroSection_ctaButtons__cRCg5{animation-delay:.9s}.StatsSection_stats__qOERR{padding:5rem 5%;background:var(--background);position:relative;overflow:hidden}.StatsSection_statsHeader__7jt2V{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.StatsSection_statsHeader__7jt2V 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}.StatsSection_statsHeader__7jt2V h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--gradient-horizontal);border-radius:2px}.StatsSection_statsHeader__7jt2V p{font-size:1.3rem;color:var(--text-color);max-width:600px;margin:0 auto;opacity:.8;font-weight:500}.StatsSection_statsList__4SWJX{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}.StatsSection_statItem__Rt5LE{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.85));padding:3rem 2rem;border-radius:20px;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(0,124,240,.1);box-shadow:0 8px 25px rgba(0,124,240,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;text-align:center}.StatsSection_statItem__Rt5LE:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--gradient-horizontal);transform:scaleX(0);transition:transform .4s ease}.StatsSection_statItem__Rt5LE:hover:before{transform:scaleX(1)}.StatsSection_statItem__Rt5LE:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,124,240,.15);border-color:var(--primary-color)}.StatsSection_statNumber__fmRoa{font-size:3rem;font-weight:800;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.StatsSection_statLabel__eNZa7{margin-top:1rem;font-size:1.1rem;font-weight:600;color:var(--text-color);opacity:.85}@media (max-width:768px){.StatsSection_stats__qOERR{padding:3rem 4%}.StatsSection_statItem__Rt5LE{-webkit-backdrop-filter:none;backdrop-filter:none}.StatsSection_statsHeader__7jt2V h2{font-size:2.5rem}.StatsSection_statsHeader__7jt2V p{font-size:1.1rem}.StatsSection_statsList__4SWJX{grid-template-columns:1fr;gap:2rem}.StatsSection_statItem__Rt5LE{padding:2.5rem 1.5rem}.StatsSection_statNumber__fmRoa{font-size:2.3rem}.StatsSection_statLabel__eNZa7{font-size:1rem}}@media (max-width:480px){.StatsSection_statsHeader__7jt2V h2{font-size:2rem}.StatsSection_statItem__Rt5LE{padding:2rem 1.25rem}}.FeaturesSection_features__zsqHs{padding:5rem 5%;background:var(--background);position:relative;overflow:hidden}.FeaturesSection_featuresHeader__5HYHW{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.FeaturesSection_featuresHeader__5HYHW 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}.FeaturesSection_featuresHeader__5HYHW h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--gradient-horizontal);border-radius:2px}.FeaturesSection_featuresHeader__5HYHW p{font-size:1.3rem;color:var(--text-color);max-width:600px;margin:0 auto;opacity:.8;font-weight:500}.FeaturesSection_featuresList__jpksq{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}.FeaturesSection_featureItem__RSyWQ{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.85));padding:3rem 2rem;border-radius:20px;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(0,124,240,.1);box-shadow:0 8px 25px rgba(0,124,240,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.FeaturesSection_featureItem__RSyWQ:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--gradient-horizontal);transform:scaleX(0);transition:transform .4s ease}.FeaturesSection_featureItem__RSyWQ:hover:before{transform:scaleX(1)}.FeaturesSection_featureItem__RSyWQ:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--primary-color-light) 0,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.FeaturesSection_featureItem__RSyWQ:hover:after{opacity:1}.FeaturesSection_featureItem__RSyWQ:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,124,240,.15);border-color:var(--primary-color)}.FeaturesSection_featureIcon__N4i46{position:relative;width:90px;height:90px;margin:0 auto 2rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:2.2rem;box-shadow:0 8px 25px var(--primary-shadow);transition:all .4s ease}.FeaturesSection_featureIcon__N4i46:before{content:"";position:absolute;inset:-3px;background:var(--gradient-primary);border-radius:50%;z-index:-1;opacity:0;transition:opacity .4s ease}.FeaturesSection_featureItem__RSyWQ:hover .FeaturesSection_featureIcon__N4i46{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 30px var(--primary-shadow)}.FeaturesSection_featureItem__RSyWQ:hover .FeaturesSection_featureIcon__N4i46:before{opacity:.3}.FeaturesSection_featureItem__RSyWQ h3{font-size:1.6rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.3;text-align:center;transition:color .3s ease}.FeaturesSection_featureItem__RSyWQ:hover h3{background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.FeaturesSection_featureItem__RSyWQ p{color:var(--text-color);text-align:center;line-height:1.7;font-size:1.05rem;opacity:.85;transition:opacity .3s ease}.FeaturesSection_featureItem__RSyWQ:hover p{opacity:1}.FeaturesSection_featureItem__RSyWQ.FeaturesSection_glass__XCVSC{background:rgba(255,255,255,.25);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px rgba(0,0,0,.1)}.FeaturesSection_featureItem__RSyWQ.FeaturesSection_glass__XCVSC:hover{background:rgba(255,255,255,.35);box-shadow:0 20px 40px rgba(0,124,240,.2)}.FeaturesSection_featureItem__RSyWQ.FeaturesSection_neon__A0w_h{border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--gradient-horizontal) border-box}.FeaturesSection_featureItem__RSyWQ.FeaturesSection_neon__A0w_h:hover{box-shadow:0 20px 40px rgba(0,124,240,.3),0 0 0 1px var(--primary-color)}@media (max-width:768px){.FeaturesSection_features__zsqHs{padding:3rem 4%}.FeaturesSection_featureItem__RSyWQ{-webkit-backdrop-filter:none;backdrop-filter:none}.FeaturesSection_featuresHeader__5HYHW h2{font-size:2.5rem}.FeaturesSection_featuresHeader__5HYHW p{font-size:1.1rem}.FeaturesSection_featuresList__jpksq{grid-template-columns:1fr;gap:2rem}.FeaturesSection_featureItem__RSyWQ{padding:2.5rem 1.5rem}.FeaturesSection_featureIcon__N4i46{width:80px;height:80px;font-size:2rem}.FeaturesSection_featureItem__RSyWQ h3{font-size:1.4rem}}@media (max-width:480px){.FeaturesSection_featuresHeader__5HYHW h2{font-size:2rem}.FeaturesSection_featureItem__RSyWQ{padding:2rem 1.25rem}}.HowItWorks_howItWorks__lWH9p{padding:5rem 5%;background:var(--background);text-align:center;position:relative;overflow:hidden}.HowItWorks_howItWorksHeader__5ZzCF{margin-bottom:5rem;position:relative;z-index:1}.HowItWorks_howItWorksHeader__5ZzCF 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}.HowItWorks_howItWorksHeader__5ZzCF p{font-size:1.3rem;color:var(--text-color);max-width:600px;margin:0 auto;opacity:.8;font-weight:500}.HowItWorks_workflowSteps__c4KIn{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;position:relative;z-index:1}.HowItWorks_workflowSteps__c4KIn:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:var(--gradient-primary);transform:translateX(-50%);z-index:0;border-radius:2px}.HowItWorks_workflowAccordion__p0Cik{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.85));border-radius:20px;overflow:hidden;box-shadow:0 8px 25px rgba(0,124,240,.12);transition:all .4s cubic-bezier(.25,.46,.45,.94);text-align:center;border:1px solid rgba(0,124,240,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1}.HowItWorks_workflowAccordion__p0Cik:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-horizontal);transform:scaleX(0);transition:transform .4s ease;z-index:1}.HowItWorks_workflowAccordion__p0Cik:hover:before{transform:scaleX(1)}.HowItWorks_workflowAccordion__p0Cik:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,124,240,.2);border-color:var(--primary-color)}.HowItWorks_workflowHeader__Xs97N{display:flex;align-items:center;justify-content:center;padding:2rem 2.5rem;cursor:pointer;background:transparent;transition:all .3s ease;width:100%;border:none;position:relative;gap:1.5rem}.HowItWorks_stepNumberContainer__bZhO4{position:relative;flex-shrink:0}.HowItWorks_stepNumber__yz1WL{background:var(--gradient-primary);color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;box-shadow:0 8px 20px var(--primary-shadow);transition:all .4s ease;position:relative;z-index:2}.HowItWorks_stepNumber__yz1WL:before{content:"";position:absolute;inset:-5px;background:var(--gradient-primary);border-radius:50%;z-index:-1;opacity:0;transition:opacity .4s ease}.HowItWorks_workflowHeader__Xs97N:hover .HowItWorks_stepNumber__yz1WL{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 30px var(--primary-shadow)}.HowItWorks_workflowHeader__Xs97N:hover .HowItWorks_stepNumber__yz1WL:before{opacity:.3}.HowItWorks_workflowHeader__Xs97N h3{font-size:1.6rem;font-weight:700;color:var(--primary-color);margin:0;font-family:inherit;transition:all .3s ease;flex:1 1}.HowItWorks_workflowHeader__Xs97N:hover h3{background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.HowItWorks_workflowToggle__vNSgB{margin-left:auto;transition:all .4s cubic-bezier(.25,.46,.45,.94);color:var(--primary-color);font-size:1.2rem;padding:.5rem;border-radius:50%;background:var(--primary-color-light);width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.HowItWorks_workflowToggle__vNSgB:hover{background:var(--primary-color);color:white;transform:scale(1.1)}.HowItWorks_chevronIcon__QalrW{transition:transform .3s ease}[data-state=open] .HowItWorks_workflowToggle__vNSgB .HowItWorks_chevronIcon__QalrW{transform:rotate(180deg)}.HowItWorks_workflowContent__toU5Q{overflow:hidden;background:rgba(255,255,255,.5)}.HowItWorks_contentWrapper__xAUAP{padding:0 2.5rem 2.5rem;display:flex;flex-direction:column;gap:2rem}.HowItWorks_contentWrapper__xAUAP p{margin:0;color:var(--text-color);line-height:1.8;text-align:left;font-size:1.1rem;opacity:.9}.HowItWorks_imageContainer__fQVNp{width:100%;display:flex;flex-direction:column;gap:1.5rem}.HowItWorks_stepImage__sB3Fv{max-width:100%;height:auto;object-fit:contain;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:transform .3s ease}.HowItWorks_stepImage__sB3Fv:hover{transform:scale(1.02)}.HowItWorks_workflowContent__toU5Q[data-state=open]{animation:HowItWorks_slideDown__qMF6w .4s cubic-bezier(.25,.46,.45,.94)}.HowItWorks_workflowContent__toU5Q[data-state=closed]{animation:HowItWorks_slideUp__7MR5g .4s cubic-bezier(.25,.46,.45,.94)}@keyframes HowItWorks_slideDown__qMF6w{0%{height:0;opacity:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes HowItWorks_slideUp__7MR5g{0%{height:var(--radix-accordion-content-height);opacity:1}to{height:0;opacity:0}}.HowItWorks_workflowAccordion__p0Cik:not(:last-child):after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:12px;height:12px;background:var(--gradient-primary);border-radius:50%;z-index:2;box-shadow:0 0 0 4px var(--background)}@media (max-width:768px){.HowItWorks_howItWorks__lWH9p{padding:3rem 4%}.HowItWorks_workflowAccordion__p0Cik{-webkit-backdrop-filter:none;backdrop-filter:none}.HowItWorks_howItWorksHeader__5ZzCF h2{font-size:2.5rem}.HowItWorks_howItWorksHeader__5ZzCF p{font-size:1.1rem}.HowItWorks_workflowSteps__c4KIn{max-width:100%}.HowItWorks_workflowAccordion__p0Cik:after,.HowItWorks_workflowSteps__c4KIn:before{display:none}.HowItWorks_workflowHeader__Xs97N{padding:1.5rem;gap:1rem;flex-direction:column;text-align:center}.HowItWorks_stepNumber__yz1WL{width:50px;height:50px;font-size:1.3rem}.HowItWorks_workflowHeader__Xs97N h3{font-size:1.4rem}.HowItWorks_workflowToggle__vNSgB{position:absolute;top:1rem;right:1rem;width:35px;height:35px;font-size:1rem}.HowItWorks_contentWrapper__xAUAP{padding:1.5rem}.HowItWorks_contentWrapper__xAUAP p{font-size:1rem;text-align:center}}@media (max-width:480px){.HowItWorks_howItWorksHeader__5ZzCF h2{font-size:2rem}.HowItWorks_workflowHeader__Xs97N{padding:1.25rem}.HowItWorks_stepNumber__yz1WL{width:45px;height:45px;font-size:1.2rem}.HowItWorks_workflowHeader__Xs97N h3{font-size:1.2rem}.HowItWorks_workflowToggle__vNSgB{width:30px;height:30px;font-size:.9rem}}@media (min-width:1200px){.HowItWorks_workflowSteps__c4KIn{max-width:1100px}.HowItWorks_workflowHeader__Xs97N{padding:2.5rem 3rem}.HowItWorks_stepNumber__yz1WL{width:70px;height:70px;font-size:1.6rem}.HowItWorks_workflowHeader__Xs97N h3{font-size:1.8rem}}.AttachmentSection_attachmentContainer__iOPUV{width:100%}.AttachmentSection_headerControls__r0V38{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.AttachmentSection_toggleButton__bhAsZ{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__bhAsZ:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-1px);box-shadow:0 4px 6px rgba(107,114,128,.3)}.AttachmentSection_toggleButton__bhAsZ.AttachmentSection_active__TUWVk{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px rgba(16,185,129,.3)}.AttachmentSection_toggleButton__bhAsZ.AttachmentSection_active__TUWVk:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 6px rgba(16,185,129,.4)}.AttachmentSection_viewAttachmentsButton__iL_Qz{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__iL_Qz:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 8px rgba(37,99,235,.25)}.AttachmentSection_viewAttachmentsButton__iL_Qz:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(37,99,235,.2)}.AttachmentSection_viewAttachmentsButton__iL_Qz:disabled{background:linear-gradient(135deg,#93c5fd,#60a5fa);opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.AttachmentSection_sliderContainer__mK8hA{width:100%;border-radius:12px;padding-bottom:20px}.AttachmentSection_mainImageContainer__RhNHI{width:100%;margin-bottom:16px}.AttachmentSection_mainImage__bZeub{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__bZeub:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.AttachmentSection_mainImageImg__0lV_a{border-radius:8px}.AttachmentSection_mainImageOverlay__1OjGd{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__bZeub:hover .AttachmentSection_mainImageOverlay__1OjGd{opacity:1}.AttachmentSection_mainImageOverlay__1OjGd span{font-size:14px;font-weight:500}.AttachmentSection_imageLoadingOverlay__s_5Ha{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__3PUn9{animation:AttachmentSection_spin__AFbn5 1s linear infinite;color:#3b82f6}.AttachmentSection_loadingText__chRSY{font-size:14px;font-weight:500}@keyframes AttachmentSection_spin__AFbn5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AttachmentSection_sliderControls__DNjZK{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}.AttachmentSection_sliderButton__l324u{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__l324u:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 6px rgba(37,99,235,.3)}.AttachmentSection_sliderButton__l324u:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);cursor:not-allowed;opacity:.6}.AttachmentSection_sliderInfo__HAC42{flex:1 1;text-align:center}.AttachmentSection_sliderCounter__zWQE0{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__YpEvg{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.AttachmentSection_dot__Sbvf9{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .2s ease}.AttachmentSection_dot__Sbvf9:hover{background:#9ca3af;transform:scale(1.1)}.AttachmentSection_dot__Sbvf9.AttachmentSection_activeDot__MqPbi{background:linear-gradient(135deg,#10b981,#059669);transform:scale(1.2);box-shadow:0 2px 4px rgba(16,185,129,.3)}.AttachmentSection_slideshowContainer___w2Xp{width:100%}.AttachmentSection_thumbnailGrid__WPJ4X{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;width:100%}.AttachmentSection_thumbnail__b8sEw{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__b8sEw:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15);border-color:#3b82f6}.AttachmentSection_thumbnail__b8sEw.AttachmentSection_activeThumbnail__7YyRb{border-color:#10b981;box-shadow:0 4px 8px rgba(16,185,129,.3)}.AttachmentSection_thumbnailImage__gvI1W{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.AttachmentSection_thumbnail__b8sEw:hover .AttachmentSection_thumbnailImage__gvI1W{transform:scale(1.05)}.AttachmentSection_thumbnailOverlay__L98pU{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__b8sEw:hover .AttachmentSection_thumbnailOverlay__L98pU{opacity:1}@media (max-width:768px){.AttachmentSection_headerControls__r0V38{flex-direction:column}.AttachmentSection_toggleButton__bhAsZ{width:100%;justify-content:center}.AttachmentSection_viewAttachmentsButton__iL_Qz{margin-bottom:20px}.AttachmentSection_sliderContainer__mK8hA{padding:16px}.AttachmentSection_mainImage__bZeub{aspect-ratio:4/3}.AttachmentSection_sliderControls__DNjZK{gap:12px}.AttachmentSection_sliderButton__l324u{width:36px;height:36px}.AttachmentSection_sliderCounter__zWQE0{font-size:13px;padding:6px 12px}.AttachmentSection_dot__Sbvf9{width:10px;height:10px}.AttachmentSection_thumbnailGrid__WPJ4X{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}}@media (max-width:480px){.AttachmentSection_sliderContainer__mK8hA{padding:12px}.AttachmentSection_mainImage__bZeub{aspect-ratio:3/4}.AttachmentSection_sliderDots__YpEvg{gap:6px}.AttachmentSection_dot__Sbvf9{width:8px;height:8px}.AttachmentSection_thumbnailGrid__WPJ4X{grid-template-columns:repeat(2,1fr)}}.AutomaticSendSection_autoSendToggleContainer__8MnGG{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px}.AutomaticSendSection_toggleSwitch__N7YyQ{position:relative;display:inline-block;width:40px;height:20px}.AutomaticSendSection_toggleSwitch__N7YyQ input{opacity:0;width:0;height:0}.AutomaticSendSection_toggleSlider__gcJ3h{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.AutomaticSendSection_toggleSlider__gcJ3h:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:white;transition:.4s;border-radius:50%}input:checked+.AutomaticSendSection_toggleSlider__gcJ3h{background-color:#2196F3}input:disabled+.AutomaticSendSection_toggleSlider__gcJ3h{background-color:#e0e0e0;cursor:not-allowed}input:checked+.AutomaticSendSection_toggleSlider__gcJ3h:before{transform:translateX(20px)}.AutomaticSendSection_toggleLabel__LFvKs{font-size:14px;color:#333}.ImagePreviewer_imageLoading__kso16{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:white}.ImagePreviewer_spinner__WN_O9{width:40px;height:40px;border-radius:50%;border:4px solid rgba(255,255,255,.3);border-top-color:white;animation:ImagePreviewer_spin__qpIe3 1s ease-in-out infinite;margin-bottom:16px}@keyframes ImagePreviewer_spin__qpIe3{to{transform:rotate(1turn)}}.ImagePreviewer_evidenceImage__5hYOT{max-width:100%;height:auto;object-fit:contain}.ImagePreviewer_noEvidence__ncvNj{padding:3rem;text-align:center;color:#6b7280;background-color:#f9fafb;border-radius:8px}.TransactionFilters_filtersContainer__FRc9D{background-color:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:24px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.TransactionFilters_filtersForm__GVPAc{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.TransactionFilters_dateRangeContainer__BgfQJ{display:flex;gap:16px;width:100%}.TransactionFilters_dateRangeContainer__BgfQJ .TransactionFilters_filterGroup__2eNcP{flex:1 1}@media (max-width:768px){.TransactionFilters_dateRangeContainer__BgfQJ{flex-direction:column;gap:8px}}.TransactionFilters_filterGroup__2eNcP{flex:1 1;min-width:200px;display:flex;flex-direction:column;gap:8px}.TransactionFilters_filterLabel__QTi4g{font-size:.9rem;font-weight:500;color:#555}.TransactionFilters_filterInput__eSqc4{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:border-color .2s}.TransactionFilters_filterInput__eSqc4:focus{border-color:#4a90e2;outline:none}.TransactionFilters_reactSelect__Bwt0C{font-size:.95rem}.TransactionFilters_filterActions__7Zy8m{display:flex;gap:8px}.TransactionFilters_resetButton__8CvNJ,.TransactionFilters_searchButton__3cHNI{display:flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.TransactionFilters_searchButton__3cHNI{background-color:var(--primary-color);color:white}.TransactionFilters_searchButton__3cHNI:hover{background-color:var(--primary-color-hover)}.TransactionFilters_exportButton__WzvXa{background-color:#28a745;color:white;padding-left:20px;padding-right:20px;cursor:pointer}.TransactionFilters_exportButton__WzvXa:hover{background-color:#218838}.TransactionFilters_exportButton__WzvXa:disabled{background-color:#6c757d;cursor:not-allowed}.TransactionFilters_resetButton__8CvNJ{background-color:#f0f0f0;color:#666}.TransactionFilters_resetButton__8CvNJ:hover{background-color:#e0e0e0}@media (max-width:768px){.TransactionFilters_filtersForm__GVPAc{flex-direction:column}.TransactionFilters_filterGroup__2eNcP{width:100%}.TransactionFilters_filterActions__7Zy8m{width:100%;justify-content:flex-end;margin-top:8px}}.TransactionFilters_datePickerWrapper__BgffV{position:relative;width:100%}.TransactionFilters_calendarIcon__FXOXK{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.TransactionFilters_react-datepicker-wrapper__nm1sQ,.TransactionFilters_react-datepicker__input-container__isoAb{width:100%}.UserInputSection_chatMessages__v3Bnk{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%}.UserInputSection_message__34mEV{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}.UserInputSection_interviewerMessage__l67Pd,.UserInputSection_systemFullWidthMessage__nFl7f,.UserInputSection_systemMessage__NfvsY,.UserInputSection_userMessage__LK8CA{max-width:75%;border-left:4px solid}.UserInputSection_interviewerMessage__l67Pd{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}.UserInputSection_userMessage__LK8CA{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}.UserInputSection_systemMessage__NfvsY{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%}.UserInputSection_systemFullWidthMessage__nFl7f{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}.UserInputSection_messageSender__OO6AA{font-weight:700;margin-bottom:8px;font-size:.85rem;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.UserInputSection_messageSender__OO6AA:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,.8)}.UserInputSection_interviewerMessage__l67Pd .UserInputSection_messageSender__OO6AA{color:#0e7490}.UserInputSection_interviewerMessage__l67Pd .UserInputSection_messageSender__OO6AA:before{background:#06b6d4}.UserInputSection_userMessage__LK8CA .UserInputSection_messageSender__OO6AA{color:#1e40af}.UserInputSection_userMessage__LK8CA .UserInputSection_messageSender__OO6AA:before{background:#3b82f6}.UserInputSection_systemMessage__NfvsY .UserInputSection_messageSender__OO6AA{color:#7c3aed}.UserInputSection_systemMessage__NfvsY .UserInputSection_messageSender__OO6AA:before{background:#8b5cf6}.UserInputSection_systemFullWidthMessage__nFl7f .UserInputSection_messageSender__OO6AA{color:#15803d}.UserInputSection_systemFullWidthMessage__nFl7f .UserInputSection_messageSender__OO6AA:before{background:#22c55e}.UserInputSection_message__34mEV>div:last-child{color:var(--foreground);line-height:1.6;font-size:.95rem}.UserInputSection_interviewerMessage__l67Pd>div:last-child,.UserInputSection_userMessage__LK8CA>div:last-child{color:#0f172a}.UserInputSection_systemMessage__NfvsY>div:last-child{color:#374151}.UserInputSection_systemFullWidthMessage__nFl7f>div:last-child{color:#0f172a}.UserInputSection_loadingMoreMessages__soTR4{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)}.UserInputSection_loadingSpinner__xQzQg,.UserInputSection_spinner__uydvk{border-radius:50%;animation:UserInputSection_spin__Qs8bJ 1s linear infinite}.UserInputSection_loadingSpinner__xQzQg{width:20px;height:20px;border:2px solid rgba(0,124,240,.2);border-top:2px solid var(--primary-color)}.UserInputSection_spinner__uydvk{width:40px;height:40px;border:4px solid rgba(0,124,240,.2);border-top:4px solid var(--primary-color)}.UserInputSection_chatInput__KSpO5{display:flex;flex-direction:column;padding:12px;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)}.UserInputSection_chatTextarea__ANU5K{width:100%;min-height:60px;padding:10px 14px;border:2px solid rgba(0,124,240,.15);border-radius:12px;resize:none;font-family:inherit;font-size:1rem;margin-bottom:10px;color:var(--foreground);background:rgba(245,247,250,.5);transition:all .2s ease;line-height:1.5}.UserInputSection_chatTextarea__ANU5K:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,124,240,.1);background:#ffffff}.UserInputSection_chatTextarea__ANU5K::placeholder{color:var(--text-color);opacity:.7}.UserInputSection_inputControls__TcONr{display:flex;align-items:center;gap:12px;width:100%}.UserInputSection_pushToTalkButton__Hypl4{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;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;min-width:180px}.UserInputSection_pushToTalkButton__Hypl4:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,124,240,.35)}.UserInputSection_pushToTalkButton__Hypl4:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,124,240,.3)}.UserInputSection_pushToTalkButton__Hypl4:active:before{width:100%;height:100%}.UserInputSection_pushToTalkButton__Hypl4 svg{transition:transform .2s ease}.UserInputSection_pushToTalkButton__Hypl4:hover svg{transform:scale(1.1)}.UserInputSection_pushToTalkButton__Hypl4.UserInputSection_speaking__u_yQg{background:linear-gradient(135deg,#ef4444,#f87171);box-shadow:0 4px 16px rgba(239,68,68,.3);animation:UserInputSection_pulse__ZnmcK 2s infinite}.UserInputSection_pushToTalkButton__Hypl4.UserInputSection_speaking__u_yQg:hover{box-shadow:0 8px 24px rgba(239,68,68,.4);background:linear-gradient(135deg,#dc2626,#ef4444)}.UserInputSection_pushToTalkButton__Hypl4.UserInputSection_speaking__u_yQg svg{animation:UserInputSection_bounce__MOvuv 1s infinite}.UserInputSection_pushToTalkButton__Hypl4.UserInputSection_transcribing__q_NUV{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 4px 16px rgba(245,158,11,.3);cursor:not-allowed}.UserInputSection_pushToTalkButton__Hypl4.UserInputSection_transcribing__q_NUV: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:UserInputSection_spin__Qs8bJ 1s linear infinite}@keyframes UserInputSection_pulse__ZnmcK{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 UserInputSection_bounce__MOvuv{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.UserInputSection_sendButton__U_5Vw{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}.UserInputSection_sendButton__U_5Vw:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,124,240,.35)}.UserInputSection_pushToTalkButton__Hypl4:disabled,.UserInputSection_sendButton__U_5Vw:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 8px rgba(0,124,240,.1);background:#94a3b8}.UserInputSection_pushToTalkButton__Hypl4:disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,124,240,.1);background:#94a3b8}.UserInputSection_recordingInfo__Nw_lG{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}.UserInputSection_recordingStatus__t9Yiz{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}.UserInputSection_recordingIndicator__6ybSp{width:12px;height:12px;background:#ef4444;border-radius:50%;animation:UserInputSection_recordingPulse__1Z6uW 1.5s infinite}@keyframes UserInputSection_recordingPulse__1Z6uW{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.2)}}.UserInputSection_transcribingStatus__zbhTL{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}.UserInputSection_transcribingSpinner__51b_P{width:16px;height:16px;border:2px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;animation:UserInputSection_spin__Qs8bJ 1s linear infinite}@media (max-width:768px){.UserInputSection_chatMessages__v3Bnk{padding:16px;gap:12px;height:75vh}.UserInputSection_message__34mEV{padding:14px 16px}.UserInputSection_pushToTalkButton__Hypl4{height:52px;font-size:.95rem;min-width:160px;gap:10px}.UserInputSection_sendButton__U_5Vw{height:52px;width:52px}.UserInputSection_chatInput__KSpO5{padding:16px}.UserInputSection_chatTextarea__ANU5K{min-height:70px;padding:14px 16px}}@media (max-width:480px){.UserInputSection_pushToTalkButton__Hypl4{height:48px;font-size:.9rem;min-width:140px;gap:8px}.UserInputSection_sendButton__U_5Vw{height:48px;width:48px}.UserInputSection_inputControls__TcONr{gap:8px}}.UserInputSection_inputWrapper__M_eWm{position:relative;width:100%}.UserInputSection_interimOverlay__ZAeK6{position:absolute;top:0;left:0;right:0;bottom:0;padding:10px 14px;pointer-events:none;font-family:inherit;font-size:1rem;line-height:1.5;color:transparent;background:transparent;border:2px solid transparent;border-radius:12px;white-space:pre-wrap;overflow:hidden;z-index:1}.UserInputSection_finalText___XCKm{color:transparent}.UserInputSection_interimText__wiF_2{color:#666;font-style:italic;opacity:.8}.UserInputSection_streamingInfo__S9IIu{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;padding:10px 16px;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(34,197,94,.08));border-radius:8px;border:1px solid rgba(16,185,129,.2);color:#059669;font-weight:500;font-size:.85rem;animation:UserInputSection_streamingPulse__HRJ0X 2s infinite}@keyframes UserInputSection_streamingPulse__HRJ0X{0%,to{opacity:1;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(34,197,94,.08))}50%{opacity:.8;background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(34,197,94,.12))}}@keyframes UserInputSection_spin__Qs8bJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GuidelineSection_guidelinePanel__tGDiT{background:rgba(255,255,255,.8);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:12px 15px;margin-bottom:8px}.GuidelineSection_guidelineContentWrapper__gJ6RF{max-height:150px;overflow-y:auto;padding-right:5px;margin-top:10px}.GuidelineSection_guidelineContent__ovi4A{margin:0;white-space:pre-wrap;font-family:inherit;line-height:1.6;color:#4b5563;font-size:.85rem;line-height:1.4;color:#444;max-height:100%;padding-right:10px;overflow-y:auto}.GuidelineSection_guidelineHeader__2DrJm{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer;margin-bottom:0}.GuidelineSection_guidelineHeader__2DrJm h3{margin:0;color:var(--primary-color,#007cf0);font-size:1.2rem}.GuidelineSection_toggleLabel__uMekc{display:flex;align-items:center;gap:4px;font-size:.8rem;font-weight:500;color:var(--primary-color,#007cf0);white-space:nowrap}.GuidelineSection_chevron__hIWk3{font-size:1.2rem;color:var(--primary-color,#007cf0);transition:transform .2s ease;transform:rotate(-90deg)}.GuidelineSection_chevronOpen__RDLFr{transform:rotate(0deg)}@media (max-width:768px){.GuidelineSection_guidelineContentWrapper__gJ6RF{max-height:none}}.ConversationSubpage_container__N5VfK{display:flex;flex-direction:column;overflow-y:hidden;flex:1 1;background-color:rgba(255,255,255,.8)}.ConversationSubpage_spacer__cwtkX{flex-grow:1}@media (max-width:768px){.ConversationSubpage_container__N5VfK{padding-top:.5rem;height:75vh}.ConversationSubpage_spacer__cwtkX{height:10px}}.DiagnosisSubpage_container__k1Tlh{display:flex;flex-direction:column;gap:1.5rem;padding:0;background:transparent}.DiagnosisSubpage_content__QolVa{display:flex;flex-direction:column;gap:1rem;padding:20px;border-radius:8px;background:white;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow-y:auto}.DiagnosisSubpage_formGroup__rYJMV{display:flex;flex-direction:column;gap:8px}.DiagnosisSubpage_formGroup__rYJMV label{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:4px}.DiagnosisSubpage_formGroup__rYJMV h2{font-size:1.125rem;font-weight:600;color:var(--primary-color);margin:0 0 8px;padding:0;background:none;border:none;text-transform:none;letter-spacing:normal}.DiagnosisSubpage_formGroup__rYJMV input[type=number],.DiagnosisSubpage_formGroup__rYJMV input[type=text],.DiagnosisSubpage_formGroup__rYJMV select,.DiagnosisSubpage_formGroup__rYJMV textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;color:#111827;transition:all .2s ease;font-family:inherit;background:white}.DiagnosisSubpage_formGroup__rYJMV input[type=number]:focus,.DiagnosisSubpage_formGroup__rYJMV input[type=text]:focus,.DiagnosisSubpage_formGroup__rYJMV select:focus,.DiagnosisSubpage_formGroup__rYJMV textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,124,240,.1)}.DiagnosisSubpage_formGroup__rYJMV input[type=number]:disabled,.DiagnosisSubpage_formGroup__rYJMV input[type=text]:disabled,.DiagnosisSubpage_formGroup__rYJMV select:disabled,.DiagnosisSubpage_formGroup__rYJMV textarea:disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.DiagnosisSubpage_formGroup__rYJMV textarea{resize:vertical;min-height:120px;line-height:1.5}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu{width:100%;display:flex;align-items:center;gap:12px;padding:8px 0}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu span:first-child{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:white;border-radius:50%;font-weight:600;font-size:.875rem;flex-shrink:0}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu input{flex:1 1;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;color:#111827;transition:all .2s ease;font-family:inherit;background:white}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,124,240,.1)}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu input:disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu button:last-child{background:#ef4444;color:white;border:none;border-radius:6px;padding:8px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:.875rem;transition:all .2s ease;flex-shrink:0}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu button:last-child:hover{background:#dc2626}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu button:last-child:disabled{cursor:not-allowed;opacity:.5}.DiagnosisSubpage_addButton__5Tcdb{border-radius:6px;padding:10px 16px;font-size:.9rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:8px;cursor:pointer;background:var(--primary-color);color:white;border:none;align-self:flex-start;margin:0 auto}.DiagnosisSubpage_addButton__5Tcdb:hover{background:var(--primary-color-hover)}.DiagnosisSubpage_addButton__5Tcdb:disabled{cursor:not-allowed;opacity:.5;background-color:#9ca3af}.DiagnosisSubpage_container__k1Tlh h3{font-size:1rem;font-weight:500;color:#6b7280;text-align:center;margin:1rem 0;padding:1.5rem;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db}.DiagnosisSubpage_formGroup__rYJMV input[type=text]#DiagnosisSubpage_diagnosis__bzKYL{font-size:.95rem;font-weight:500;padding:12px 16px;background:white;border:1px solid #d1d5db;color:#111827}.DiagnosisSubpage_formGroup__rYJMV input[type=text]#DiagnosisSubpage_diagnosis__bzKYL:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,124,240,.1)}.DiagnosisSubpage_formGroup__rYJMV input[type=text]#DiagnosisSubpage_diagnosis__bzKYL::placeholder{color:#9ca3af}.DiagnosisSubpage_limitText__oB2g9{font-size:.75rem;opacity:.8;margin-left:.25rem;color:white}@media (max-width:768px){.DiagnosisSubpage_container__k1Tlh{gap:1rem}.DiagnosisSubpage_content__QolVa{padding:1rem}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu{gap:8px}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu span:first-child{width:20px;height:20px;font-size:.75rem}.DiagnosisSubpage_addButton__5Tcdb{align-self:stretch;justify-content:center;padding:1rem;width:100%}}@media (max-width:480px){.DiagnosisSubpage_differentialDiagnosisContainer__aexpu{flex-wrap:wrap}.DiagnosisSubpage_differentialDiagnosisContainer__aexpu input{min-width:0;flex:1 1 auto}}.PrescriptionSubpage_container__osw6y{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1 1;box-shadow:0 1px 3px rgba(0,0,0,.1)}.PrescriptionSubpage_content__RABvu{display:flex;flex-direction:column;gap:1rem;padding:20px;border-radius:.5rem;background-color:rgba(255,255,255,.9);box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);flex:1 1}.PrescriptionSubpage_formGroup__CPy8h{display:flex;flex-direction:column;gap:1rem}.PrescriptionSubpage_formGroup__CPy8h h3{font-size:1rem;font-weight:500;color:#6b7280;text-align:center;margin:1rem 0;padding:1.5rem;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db}.PrescriptionSubpage_header__vrmof{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.PrescriptionSubpage_header__vrmof h2{margin:0;color:var(--primary-color);font-size:1.25rem;font-weight:600}.PrescriptionSubpage_counter__Lkkuv{background-color:#e5e7eb;color:#6b7280;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.PrescriptionSubpage_prescriptionItem__SDiXr:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.05)}.PrescriptionSubpage_prescriptionHeader__jykqm{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.PrescriptionSubpage_prescriptionNumber__B2HvW{color:var(--secondary-color);font-size:1rem;font-weight:600;margin:0;background-color:#d1fae5;padding:.25rem .5rem;border-radius:.25rem}.PrescriptionSubpage_deleteButton__Z4hOe{background:#ef4444;color:white;border:none;border-radius:.375rem;padding:.5rem;height:36px;width:36px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:.875rem;transition:all .2s ease}.PrescriptionSubpage_deleteButton__Z4hOe:hover{background-color:#dc2626;transform:scale(1.05)}.PrescriptionSubpage_deleteButton__Z4hOe:disabled{cursor:not-allowed;background-color:#9ca3af;transform:none}.PrescriptionSubpage_inputContainer__8dDn9{width:100%}.PrescriptionSubpage_prescriptionInput__Xd89b{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.95rem;color:#111827;transition:all .2s ease;font-family:inherit;background-color:white}.PrescriptionSubpage_prescriptionInput__Xd89b:focus{outline:none;border-color:var(--primary-color,var(--primary-color));box-shadow:0 0 0 3px rgba(59,130,246,.1)}.PrescriptionSubpage_prescriptionInput__Xd89b:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.PrescriptionSubpage_prescriptionInput__Xd89b::placeholder{color:#9ca3af;font-style:italic}.PrescriptionSubpage_emptyState__7CzqU{font-size:1rem;font-weight:500;color:#6b7280;text-align:center;margin:1rem 0;padding:1.5rem;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db}.PrescriptionSubpage_addButtonContainer__gq0ge{display:flex;justify-content:center;margin-top:.5rem}.PrescriptionSubpage_addButton__X5_LY{border-radius:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;cursor:pointer;background-color:var(--primary-color,var(--primary-color));color:white;border:none;position:relative;min-width:140px;justify-content:center}.PrescriptionSubpage_addButton__X5_LY:hover{background-color:var(--primary-color-hover,var(--primary-color-hover));transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.PrescriptionSubpage_addButton__X5_LY:disabled{cursor:not-allowed;background-color:#9ca3af;transform:none;box-shadow:none}.PrescriptionSubpage_limitText__f6npT{font-size:.75rem;opacity:.8;margin-left:.25rem;color:white}@media (max-width:768px){.PrescriptionSubpage_content__RABvu{padding:1rem}.PrescriptionSubpage_prescriptionItem__SDiXr{padding:.75rem}.PrescriptionSubpage_prescriptionHeader__jykqm{gap:.5rem;align-items:space-between}.PrescriptionSubpage_addButton__X5_LY{width:100%;padding:1rem}}@media (max-width:480px){.PrescriptionSubpage_header__vrmof{flex-direction:column;align-items:flex-start;gap:.5rem}.PrescriptionSubpage_prescriptionInput__Xd89b{font-size:16px}}.UserInputSection_chatMessages__PaqB2{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%}.UserInputSection_message__GWDJm{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}.UserInputSection_interviewerMessage__w642K,.UserInputSection_systemFullWidthMessage__T0J5h,.UserInputSection_systemMessage__rVJus,.UserInputSection_userMessage__O_Olt{max-width:75%;border-left:4px solid}.UserInputSection_interviewerMessage__w642K{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}.UserInputSection_userMessage__O_Olt{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}.UserInputSection_systemMessage__rVJus{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%}.UserInputSection_systemFullWidthMessage__T0J5h{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}.UserInputSection_messageSender__16ha1{font-weight:700;margin-bottom:8px;font-size:.85rem;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.UserInputSection_messageSender__16ha1:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,.8)}.UserInputSection_interviewerMessage__w642K .UserInputSection_messageSender__16ha1{color:#0e7490}.UserInputSection_interviewerMessage__w642K .UserInputSection_messageSender__16ha1:before{background:#06b6d4}.UserInputSection_userMessage__O_Olt .UserInputSection_messageSender__16ha1{color:#1e40af}.UserInputSection_userMessage__O_Olt .UserInputSection_messageSender__16ha1:before{background:#3b82f6}.UserInputSection_systemMessage__rVJus .UserInputSection_messageSender__16ha1{color:#7c3aed}.UserInputSection_systemMessage__rVJus .UserInputSection_messageSender__16ha1:before{background:#8b5cf6}.UserInputSection_systemFullWidthMessage__T0J5h .UserInputSection_messageSender__16ha1{color:#15803d}.UserInputSection_systemFullWidthMessage__T0J5h .UserInputSection_messageSender__16ha1:before{background:#22c55e}.UserInputSection_message__GWDJm>div:last-child{color:var(--foreground);line-height:1.6;font-size:.95rem}.UserInputSection_interviewerMessage__w642K>div:last-child,.UserInputSection_userMessage__O_Olt>div:last-child{color:#0f172a}.UserInputSection_systemMessage__rVJus>div:last-child{color:#374151}.UserInputSection_systemFullWidthMessage__T0J5h>div:last-child{color:#0f172a}.UserInputSection_loadingMoreMessages__0mjiQ{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)}.UserInputSection_loadingSpinner__sT5v7,.UserInputSection_spinner__u__D_{border-radius:50%;animation:UserInputSection_spin__sSkJ_ 1s linear infinite}.UserInputSection_loadingSpinner__sT5v7{width:20px;height:20px;border:2px solid rgba(0,124,240,.2);border-top:2px solid var(--primary-color)}.UserInputSection_spinner__u__D_{width:40px;height:40px;border:4px solid rgba(0,124,240,.2);border-top:4px solid var(--primary-color)}.UserInputSection_chatInput__pD1E4{display:flex;flex-direction:column;padding:12px;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)}.UserInputSection_chatTextarea__4jVTE{width:100%;min-height:60px;padding:10px 14px;border:2px solid rgba(0,124,240,.15);border-radius:12px;resize:none;font-family:inherit;font-size:1rem;margin-bottom:10px;color:var(--foreground);background:rgba(245,247,250,.5);transition:all .2s ease;line-height:1.5}.UserInputSection_chatTextarea__4jVTE:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,124,240,.1);background:#ffffff}.UserInputSection_chatTextarea__4jVTE::placeholder{color:var(--text-color);opacity:.7}.UserInputSection_inputControls__OuJQ2{display:flex;align-items:center;gap:12px;width:100%}.UserInputSection_pushToTalkButton__sYw_f{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;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;min-width:180px}.UserInputSection_pushToTalkButton__sYw_f:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,124,240,.35)}.UserInputSection_pushToTalkButton__sYw_f:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,124,240,.3)}.UserInputSection_pushToTalkButton__sYw_f:active:before{width:100%;height:100%}.UserInputSection_pushToTalkButton__sYw_f svg{transition:transform .2s ease}.UserInputSection_pushToTalkButton__sYw_f:hover svg{transform:scale(1.1)}.UserInputSection_pushToTalkButton__sYw_f.UserInputSection_speaking__U2RFg{background:linear-gradient(135deg,#ef4444,#f87171);box-shadow:0 4px 16px rgba(239,68,68,.3);animation:UserInputSection_pulse__M_MjD 2s infinite}.UserInputSection_pushToTalkButton__sYw_f.UserInputSection_speaking__U2RFg:hover{box-shadow:0 8px 24px rgba(239,68,68,.4);background:linear-gradient(135deg,#dc2626,#ef4444)}.UserInputSection_pushToTalkButton__sYw_f.UserInputSection_speaking__U2RFg svg{animation:UserInputSection_bounce__6eV5A 1s infinite}.UserInputSection_pushToTalkButton__sYw_f.UserInputSection_transcribing__53ixE{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 4px 16px rgba(245,158,11,.3);cursor:not-allowed}.UserInputSection_pushToTalkButton__sYw_f.UserInputSection_transcribing__53ixE: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:UserInputSection_spin__sSkJ_ 1s linear infinite}@keyframes UserInputSection_pulse__M_MjD{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 UserInputSection_bounce__6eV5A{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.UserInputSection_sendButton___kCP9{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}.UserInputSection_sendButton___kCP9:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,124,240,.35)}.UserInputSection_pushToTalkButton__sYw_f:disabled,.UserInputSection_sendButton___kCP9:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 8px rgba(0,124,240,.1);background:#94a3b8}.UserInputSection_pushToTalkButton__sYw_f:disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,124,240,.1);background:#94a3b8}.UserInputSection_recordingInfo__AkNPU{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}.UserInputSection_recordingStatus__JQ2FS{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}.UserInputSection_recordingIndicator__PJyO_{width:12px;height:12px;background:#ef4444;border-radius:50%;animation:UserInputSection_recordingPulse___5g2T 1.5s infinite}@keyframes UserInputSection_recordingPulse___5g2T{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.2)}}.UserInputSection_transcribingStatus__ys4Vt{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}.UserInputSection_transcribingSpinner__SRNz4{width:16px;height:16px;border:2px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;animation:UserInputSection_spin__sSkJ_ 1s linear infinite}@media (max-width:768px){.UserInputSection_chatMessages__PaqB2{padding:16px;gap:12px;height:75vh}.UserInputSection_message__GWDJm{padding:14px 16px}.UserInputSection_pushToTalkButton__sYw_f{height:52px;font-size:.95rem;min-width:160px;gap:10px}.UserInputSection_sendButton___kCP9{height:52px;width:52px}.UserInputSection_chatInput__pD1E4{padding:16px}.UserInputSection_chatTextarea__4jVTE{min-height:70px;padding:14px 16px}}@media (max-width:480px){.UserInputSection_pushToTalkButton__sYw_f{height:48px;font-size:.9rem;min-width:140px;gap:8px}.UserInputSection_sendButton___kCP9{height:48px;width:48px}.UserInputSection_inputControls__OuJQ2{gap:8px}}.UserInputSection_inputWrapper__BKeDe{position:relative;width:100%}.UserInputSection_interimOverlay__QJ6TT{position:absolute;top:0;left:0;right:0;bottom:0;padding:10px 14px;pointer-events:none;font-family:inherit;font-size:1rem;line-height:1.5;color:transparent;background:transparent;border:2px solid transparent;border-radius:12px;white-space:pre-wrap;overflow:hidden;z-index:1}.UserInputSection_finalText__sD2ns{color:transparent}.UserInputSection_interimText__R_A6K{color:#666;font-style:italic;opacity:.8}.UserInputSection_streamingInfo__uDMxL{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;padding:10px 16px;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(34,197,94,.08));border-radius:8px;border:1px solid rgba(16,185,129,.2);color:#059669;font-weight:500;font-size:.85rem;animation:UserInputSection_streamingPulse__3_lH8 2s infinite}@keyframes UserInputSection_streamingPulse__3_lH8{0%,to{opacity:1;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(34,197,94,.08))}50%{opacity:.8;background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(34,197,94,.12))}}@keyframes UserInputSection_spin__sSkJ_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GuidelineSection_guidelinePanel__6vM7E{background:rgba(255,255,255,.8);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:12px 15px;margin-bottom:8px}.GuidelineSection_guidelineContentWrapper__EMmit{max-height:150px;overflow-y:auto;padding-right:5px;margin-top:10px}.GuidelineSection_guidelineContent__uX8A_{margin:0;white-space:pre-wrap;font-family:inherit;line-height:1.6;color:#4b5563;font-size:.85rem;line-height:1.4;color:#444;max-height:100%;padding-right:10px;overflow-y:auto}.GuidelineSection_guidelineHeader__kiK7q{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer;margin-bottom:0}.GuidelineSection_guidelineHeader__kiK7q h3{margin:0;color:var(--primary-color,#007cf0);font-size:1.2rem}.GuidelineSection_toggleLabel__JN7um{display:flex;align-items:center;gap:4px;font-size:.8rem;font-weight:500;color:var(--primary-color,#007cf0);white-space:nowrap}.GuidelineSection_chevron__Piku_{font-size:1.2rem;color:var(--primary-color,#007cf0);transition:transform .2s ease;transform:rotate(-90deg)}.GuidelineSection_chevronOpen__osW54{transform:rotate(0deg)}@media (max-width:768px){.GuidelineSection_guidelineContentWrapper__EMmit{max-height:none}}.ConversationSubpage_container__2bbHQ{display:flex;flex-direction:column;overflow-y:hidden;flex:1 1;background-color:rgba(255,255,255,.8)}.ConversationSubpage_spacer__8QLym{flex-grow:1}@media (max-width:768px){.ConversationSubpage_container__2bbHQ{padding-top:.5rem;height:75vh}.ConversationSubpage_spacer__8QLym{height:10px}}