*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafcfd;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{box-sizing:border-box;margin:0;padding:0}.thinking-dots span{animation:thinking 1.4s infinite}.thinking-dots span:first-child{animation-delay:0s}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinking{0%,60%,to{opacity:.3}30%{opacity:1}}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;left:0;padding:0;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.navbar-logo img{cursor:pointer;height:40px}.navbar-menu{align-items:center;display:flex;gap:2.5rem}.navbar-link{color:#333;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-link:hover{color:#0081a7}.navbar-link:after{background-color:#0081a7;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-link:hover:after{width:100%}.navbar-btn{background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:25px;box-shadow:0 4px 15px #0081a733;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:all .3s ease}.navbar-btn:hover{box-shadow:0 6px 20px #0081a74d;transform:translateY(-2px)}.navbar-btn:active{transform:translateY(0)}.navbar-hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.navbar-hamburger span{background-color:#333;border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media screen and (max-width:768px){.navbar-container{padding:1rem 1.5rem}.navbar-logo img{height:35px}.navbar-menu{display:flex;gap:0}.navbar-btn{font-size:.9rem;padding:.6rem 1.5rem}.navbar-hamburger{display:none}}@media screen and (max-width:480px){.navbar-container{padding:1rem}.navbar-logo img{height:30px}.navbar-btn{font-size:.85rem;padding:.5rem 1.25rem}}.footer{background:#fff;border-top:1px solid #e0e0e0;color:#333;padding:4rem 2rem 2rem;position:relative}.footer-container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px}.footer-logo{display:flex;justify-content:center}.footer-logo img{height:50px;width:auto}.footer-product{align-items:center;display:flex;flex-direction:column;gap:1rem}.product-text{color:#666;font-size:1rem;font-weight:400;margin:0}.partner-logos{align-items:center;display:flex;justify-content:center}.partner-logo{height:60px;object-fit:contain;width:auto}.footer-links{align-items:center;display:flex;gap:1rem}.footer-link{color:#0081a7;font-size:.8rem;font-weight:400;text-decoration:none;transition:all .2s ease}.footer-link:hover{color:#00afb9;text-decoration:underline}.footer-divider{color:#ccc;font-size:.8rem}.footer-social{gap:1.5rem}.footer-social,.social-icon{align-items:center;display:flex}.social-icon{background:#0081a714;border-radius:50%;color:#0081a7;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.social-icon:hover{background:#0081a726;transform:translateY(-2px)}.social-icon svg{height:20px;width:20px}.footer-copyright{border-top:1px solid #e0e0e0;padding-top:1.5rem;text-align:center;width:100%}.footer-copyright p{color:#999;font-size:.875rem;font-weight:400;margin:0}@media screen and (max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-container{gap:2rem}.footer-logo img{height:40px}.partner-logos{gap:2rem}.partner-logo{height:50px}.product-text{font-size:.9rem}.social-icon{height:40px;width:40px}.social-icon svg{height:18px;width:18px}.footer-copyright p{font-size:.8rem}.footer-link{font-size:.75rem}}@media screen and (max-width:480px){.footer{padding:2.5rem 1rem 1.5rem}.footer-container{gap:1.75rem}.footer-logo img{height:35px}.partner-logos{flex-direction:column;gap:1.5rem}.partner-logo{height:45px}.product-text{font-size:.85rem}.footer-social{gap:1.25rem}.social-icon{height:38px;width:38px}.social-icon svg{height:16px;width:16px}.footer-copyright p{font-size:.75rem}.footer-links{flex-direction:column;gap:.75rem}.footer-divider{display:none}.footer-link{font-size:.7rem}}.hero-section{align-items:center;background:repeating-linear-gradient(0deg,#0081a714,#0081a714 1px,#0000 0,#0000 60px),repeating-linear-gradient(90deg,#0081a714,#0081a714 1px,#0000 0,#0000 60px),linear-gradient(0deg,#0081a733 0,#fff);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:70px;position:relative}.hero-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:800px;padding:2rem;position:relative;text-align:center;width:100%;z-index:2}.chat-input-container{animation:fadeInUp 1s ease-out .4s both;position:relative;width:100%}.input-icon{align-items:center;color:#666;display:flex}.chat-input{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#0081a7,#00afb9,#fdfcdc,#fed9b7,#f07167) border-box;border:2px solid #0000;border-radius:20px;color:#333;font-family:Roboto,sans-serif;font-size:1rem;outline:none;padding:1.5rem 1.5rem 4rem 3.5rem;position:relative;resize:none;transition:all .3s ease;width:100%}.chat-input::placeholder{color:#999}.chat-input:focus{box-shadow:0 0 0 3px #0081a71a}.chat-actions{align-items:center;bottom:1rem;display:flex;gap:.75rem;position:absolute;right:1rem}@media screen and (max-width:768px){.hero-content{max-width:90%;padding:1.5rem}.hero-icon img{height:240px;width:240px}.hero-greeting{font-size:1.5rem;margin-bottom:.5rem}.hero-description{font-size:1rem;max-width:90%}.chat-input{font-size:.95rem;padding:1.25rem 1.25rem 3.5rem}.chat-actions{bottom:.75rem;right:.75rem}.send-btn{font-size:.95rem;padding:.6rem 1.25rem}}@media screen and (max-width:480px){.hero-content{max-width:95%;padding:1rem}.hero-icon img{height:210px;width:210px}.hero-greeting{margin-bottom:.5rem}.hero-description{font-size:.95rem;margin-bottom:2rem;max-width:95%}.input-icon{left:1rem;top:1rem}.chat-input{padding-left:3rem}.hero-greeting{font-size:1.25rem;margin-bottom:2rem}.chat-input{rows:3;font-size:.9rem;padding:1rem 1rem 3.5rem 3rem}.input-icon svg{height:20px;width:20px}.send-btn,.voice-btn{font-size:.9rem;padding:.5rem 1rem}.voice-btn svg{height:16px;width:16px}}.features-section{background-color:#fff;overflow:hidden;padding:5rem 2rem;position:relative}.color-splash-1{background:radial-gradient(circle,#00afb926 0,#00afb900 70%);left:-300px;top:-300px}.color-splash-1,.color-splash-2{border-radius:50%;height:900px;pointer-events:none;position:absolute;width:900px;z-index:0}.color-splash-2{background:radial-gradient(circle,#f0716726 0,#f0716700 70%);bottom:-300px;right:-300px}.features-container{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:1}.features-heading{color:#333;font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:.75rem}.features-description,.features-heading{margin-left:auto;margin-right:auto;max-width:800px}.features-description{color:#666;font-size:1.125rem;font-weight:400;line-height:1.4;margin-bottom:4rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.feature-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0081a71a;border-radius:20px;box-shadow:0 8px 32px #0081a70d;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(90deg,#0081a7,#00afb9,#fed9b7,#f07167);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{border-color:#0081a733;box-shadow:0 12px 40px #0081a726;transform:translateY(-8px)}.feature-icon{align-items:center;background:#0081a70d;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.feature-card:hover .feature-icon{background:#0081a71a;transform:scale(1.1)}.feature-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-text{color:#666;font-size:1rem;font-weight:400;line-height:1.6}@media screen and (max-width:768px){.features-section{padding:4rem 1.5rem}.features-heading{font-size:1.75rem}.features-description{font-size:1rem;margin-bottom:3rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem 1.5rem}.feature-icon{height:70px;width:70px}.feature-title{font-size:1.25rem}.feature-text{font-size:.95rem}}@media screen and (max-width:480px){.features-section{padding:3rem 1rem}.features-heading{font-size:1.5rem}.features-description{font-size:.95rem}.feature-icon{height:60px;width:60px}.feature-icon svg{height:32px;width:32px}}.updates-section{align-items:center;background:repeating-linear-gradient(0deg,#0081a714,#0081a714 1px,#0000 0,#0000 60px),repeating-linear-gradient(90deg,#0081a714,#0081a714 1px,#0000 0,#0000 60px),linear-gradient(0deg,#0081a733 0,#fff);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:5rem 2rem;position:relative}.abstract-shape{animation:float 20s ease-in-out infinite;border:2px solid #0081a71a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;border-color:#00afb914;border-width:3px;height:800px;right:-200px;top:-300px;width:800px}.shape-2{animation-delay:2s;border-color:#0081a71f;border-width:2px;bottom:-150px;height:500px;left:-150px;width:500px}.shape-3{animation-delay:4s;border-color:#fed9b733;border-width:2px;height:350px;left:5%;top:40%;width:350px}.shape-4{animation-delay:6s;border-color:#0081a70f;border-width:3px;bottom:5%;height:600px;right:10%;width:600px}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(25px,35px) scale(1.02)}}.updates-container{max-width:1200px;position:relative;text-align:center;width:100%;z-index:2}.updates-heading{color:#333;font-size:2rem;font-weight:500;margin-bottom:.75rem}.updates-description,.updates-heading{line-height:1.4;margin-left:auto;margin-right:auto;max-width:800px}.updates-description{color:#666;font-size:1.125rem;font-weight:400;margin-bottom:4rem}.updates-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr;margin-top:3rem}.updates-column{display:flex;flex-direction:column;gap:2rem}.middle-column{align-self:stretch;justify-content:center}.update-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0081a71a;border-radius:20px;box-shadow:0 8px 32px #0081a70d;display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:left;transition:all .3s ease}.update-card:before{background:linear-gradient(90deg,#0081a7,#00afb9,#fed9b7,#f07167);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.update-card:hover:before{opacity:1}.update-card:hover{border-color:#0081a733;box-shadow:0 12px 40px #0081a726;transform:translateY(-8px)}.large-card{display:flex;flex:1 1;flex-direction:column;justify-content:center}.dark-card{background:linear-gradient(135deg,#1a2332,#0f1419);color:#fff}.dark-card .card-title{color:#fff}.dark-card .card-text{color:#fffc}.card-icon{background:#0081a70d;border-radius:50%;height:60px;margin-bottom:1.5rem;width:60px}.dark-card .card-icon{background:#ffffff1a}.update-card:hover .card-icon{background:#0081a71a;transform:scale(1.1)}.dark-card:hover .card-icon{background:#fff3}.card-title{font-size:1.25rem;line-height:1.3;margin-bottom:1rem}.card-text{color:#666;font-size:.95rem;font-weight:400;line-height:1.6}.try-cliniq-btn{margin-top:3rem}@media screen and (max-width:968px){.updates-grid{gap:1.5rem;grid-template-columns:1fr}.updates-column{gap:1.5rem}.large-card{height:auto}}@media screen and (max-width:768px){.updates-section{padding:4rem 1.5rem}.updates-heading{font-size:1.75rem}.updates-description{font-size:1rem;margin-bottom:3rem}.update-card{padding:2rem 1.5rem}.card-icon{height:50px;width:50px}.card-title{font-size:1.125rem}.card-text{font-size:.9rem}}@media screen and (max-width:480px){.updates-section{padding:3rem 1rem}.updates-heading{font-size:1.5rem}.updates-description{font-size:.95rem}.update-card{padding:1.75rem 1.25rem}.card-icon{height:45px;width:45px}.card-icon svg{height:24px;width:24px}.card-title{font-size:1rem}.card-text{font-size:.875rem}}.stats-section{background-color:#fff;padding:5rem 2rem;position:relative}.stats-container{margin:0 auto;max-width:1200px;text-align:center}.stats-heading{color:#333;font-size:3.2rem;font-weight:500;line-height:1.2;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1200px}.stats-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr auto 1fr auto 1fr;margin-bottom:4rem}.stat-item{text-align:center}.stat-number{color:#1a2332;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.stat-label{color:#999;font-size:1.125rem;font-weight:400;line-height:1.4}.stat-divider{background-color:#e0e0e0;height:100px;width:1px}.try-cliniq-btn{align-items:center;background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:30px;box-shadow:0 4px 15px #0081a733;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;justify-content:center;padding:1rem 3rem;transition:all .3s ease}.try-cliniq-btn:hover{box-shadow:0 6px 20px #0081a74d;transform:translateY(-2px)}.try-cliniq-btn:active{transform:translateY(0)}@media screen and (max-width:968px){.stats-grid{gap:2rem;grid-template-columns:1fr auto 1fr}.stat-item:nth-child(5),.stat-item:nth-child(7){grid-column:span 3}.stat-divider:nth-child(6){display:none}.stat-number{font-size:2.5rem}.stat-label{font-size:.95rem}.stat-divider{height:80px}}@media screen and (max-width:768px){.stats-section{padding:4rem 1.5rem}.stats-heading{font-size:1.75rem;margin-bottom:3rem}.stats-grid{gap:2rem;grid-template-columns:1fr}.stat-item:nth-child(5),.stat-item:nth-child(7){grid-column:auto}.stat-divider{display:none}.stat-number{font-size:2.25rem}.stat-label{font-size:.9rem}.try-cliniq-btn{font-size:1rem;padding:.875rem 2.5rem}}@media screen and (max-width:480px){.stats-section{padding:3rem 1rem}.stats-heading{font-size:1.5rem;margin-bottom:2.5rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.try-cliniq-btn{font-size:.95rem;padding:.75rem 2rem}}.login-page{align-items:center;background:#fafcfd;display:flex;justify-content:center;min-height:100vh;padding:4rem}.login-container{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0081a71a;display:grid;grid-template-columns:1fr 1fr;max-height:calc(100vh - 8rem);max-width:1200px;min-height:calc(100vh - 8rem);overflow:hidden;width:100%}.login-form-section{background:#fff;display:flex;flex-direction:column;padding:3rem 4.5rem 4.5rem}.login-header{justify-content:space-between;margin-bottom:2rem}.login-header,.logo-container{align-items:center;display:flex}.login-logo{height:40px;width:auto}.welcome-text{color:#333;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.welcome-subtext{color:#999;font-size:.95rem;margin-bottom:2rem}.tabs{display:flex;gap:.5rem;margin-bottom:2rem}.tab{background:#0000;border:none;border-radius:12px;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.tab.active{background:linear-gradient(135deg,#0081a7,#00afb9);color:#fff}.login-form{display:flex;flex-direction:column;gap:1.25rem}.input-group{position:relative}.form-input{border:1px solid #ddd;border-radius:12px;padding:.875rem 1rem;width:100%}.form-footer{justify-content:space-between;margin-top:-.5rem}.form-footer,.remember-me{align-items:center;display:flex}.remember-me{color:#666;cursor:pointer;font-size:.875rem;gap:.5rem}.remember-me input[type=checkbox]{accent-color:#0081a7;cursor:pointer;height:16px;width:16px}.forgot-password{color:#0081a7;font-size:.875rem;text-decoration:none;transition:color .3s ease}.forgot-password:hover{color:#00afb9}.login-btn{background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:25px;box-shadow:0 4px 15px #0081a733;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.login-btn:hover{box-shadow:0 6px 20px #0081a74d;transform:translateY(-2px)}.divider{align-items:center;display:flex;margin:.5rem 0;text-align:center}.divider span{background:#fff;color:#999;font-size:.875rem;padding:0 1rem;position:relative;z-index:1}.divider:after,.divider:before{background:#ddd;content:"";flex:1 1;height:1px}.social-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:12px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;justify-content:center;padding:.875rem;transition:all .3s ease;width:100%}.google-btn{color:#333}.google-btn:hover{background:#fafcfd;border-color:#4285f4}.gradient-section{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}.gradient-bg{background:linear-gradient(135deg,#0081a74d,#00afb933);height:100%;width:100%}.product-badge-bottom{align-items:center;bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem;position:fixed;right:1.5rem;z-index:100}.product-badge-text{color:#666;font-size:.625rem;font-weight:400;margin:0;text-align:center}.product-badge-bottom a{cursor:pointer;display:block;transition:transform .3s ease}.product-badge-bottom a:hover{transform:scale(1.05)}.product-badge-logo{height:35px;object-fit:contain;width:auto}.otp-info{margin-bottom:2rem;text-align:center}.otp-message{color:#666;font-size:.95rem;margin-bottom:.5rem}.otp-email{color:#0081a7;font-size:1rem;font-weight:600;margin:0}.otp-input{font-size:1.5rem;font-weight:600;letter-spacing:.5rem;text-align:center}.resend-otp{color:#666;font-size:.875rem;margin-top:1.5rem;text-align:center}.resend-link{color:#0081a7;font-weight:600;text-decoration:none;transition:color .3s ease}.resend-link:hover{color:#00afb9}.file-upload-group{margin-bottom:1.25rem}.file-upload-label{align-items:center;background:#fafcfd;border:1px dashed #0081a7;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:.875rem 1rem;transition:all .3s ease;width:100%}.file-upload-label:hover{background:#fff;border-color:#00afb9}.file-input{display:none}.file-upload-text{color:#666;flex:1 1;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-icon{flex-shrink:0;margin-left:.75rem}@media screen and (max-width:768px){.login-page{padding:1rem}.login-container{grid-template-columns:1fr;max-height:none;min-height:auto}.gradient-section{display:none}.login-form-section{padding:1.5rem}.login-header{margin-bottom:1.5rem}.welcome-text{font-size:1.5rem;margin-bottom:.5rem}.tabs,.welcome-subtext{margin-bottom:1.5rem}.login-form{gap:1rem}.form-footer{margin-top:0}.divider{margin:.5rem 0}.otp-info{margin-bottom:1.5rem}.resend-otp{margin-top:1rem}.product-badge-bottom{bottom:1rem;right:1rem}}@media screen and (max-width:480px){.login-page{padding:.5rem}.login-form-section{padding:1.25rem}.login-header{margin-bottom:1rem}.welcome-text{font-size:1.25rem;margin-bottom:.25rem}.welcome-subtext{font-size:.875rem;margin-bottom:1.25rem}.tabs{gap:.25rem;margin-bottom:1.25rem}.tab{font-size:.9rem;padding:.625rem 1rem}.login-form{gap:.875rem}.form-input{font-size:.9rem;padding:.75rem .875rem}.password-input{padding-right:2.75rem}.form-footer{margin-top:0}.login-btn{font-size:.95rem;padding:.875rem}.divider{margin:.5rem 0}.social-btn{font-size:.9rem;padding:.75rem}.otp-info{margin-bottom:1.25rem}.otp-message{font-size:.875rem}.otp-email{font-size:.9rem}.otp-input{font-size:1.25rem;letter-spacing:.35rem}.resend-otp{font-size:.8rem;margin-top:.875rem}.product-badge-bottom{bottom:.75rem;right:.75rem}.product-badge-text{font-size:.5rem}.product-badge-logo{height:28px}}.alert{border-radius:12px;font-size:.9rem;margin-bottom:1rem;padding:.875rem 1rem}.input-group-row{display:flex;gap:.75rem}.country-code-select{flex:0 0 120px}.phone-input{flex:1 1}.signup-form{max-height:calc(100vh - 400px);overflow-x:hidden;overflow-y:auto;padding-right:.5rem}.signup-form::-webkit-scrollbar{width:6px}.signup-form::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.signup-form::-webkit-scrollbar-thumb{background:#0081a7;border-radius:10px}.signup-form::-webkit-scrollbar-thumb:hover{background:#006d8f}.autocomplete-wrapper{position:relative}.custom-dropdown{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 12px #0000001a;left:0;margin-top:4px;max-height:250px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.custom-dropdown::-webkit-scrollbar{width:6px}.custom-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.custom-dropdown::-webkit-scrollbar-thumb{background:#0081a7;border-radius:10px}.custom-dropdown::-webkit-scrollbar-thumb:hover{background:#006d8f}.dropdown-item{border-bottom:1px solid #f5f5f5;color:#333;cursor:pointer;font-size:.95rem;padding:.875rem 1rem;transition:background-color .2s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9fa}.dashboard{background:linear-gradient(135deg,#e8d5f2,#d5e8f2);display:flex;font-family:Roboto,sans-serif;height:100vh;overflow:hidden}.mobile-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0081a71a;display:none;height:60px;justify-content:space-between;left:0;padding:0 1rem;position:fixed;right:0;top:0;z-index:100}.mobile-menu-btn{align-items:center;background:none;border:none;color:#0081a7;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.mobile-logo{height:32px;width:auto}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:150}.left-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-right:1px solid #0081a71a;display:flex;flex-direction:column;overflow-y:hidden;padding:1.5rem 1rem;width:260px}.sidebar-header{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;padding:0 .5rem}.dashboard-logo{height:36px;width:auto}.new-chat-btn{align-items:center;background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:10px;box-shadow:0 2px 8px #0081a733;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.new-chat-btn:hover{background:linear-gradient(135deg,#006d8f,#009ba3);box-shadow:0 4px 12px #0081a74d;transform:translateY(-1px)}.new-chat-btn:active{transform:translateY(0)}.new-chat-btn svg{flex-shrink:0}.sidebar-search{align-items:center;background:#0081a70f;border-radius:10px;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.625rem 1rem;transition:all .2s ease}.sidebar-search:focus-within{background:#0081a71a}.sidebar-search input{background:#0000;border:none;color:#333;flex:1 1;font-size:.875rem;outline:none}.sidebar-nav{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.5rem}.nav-item{align-items:center;border-radius:10px;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease}.nav-item:hover{background:#0081a714;color:#0081a7}.nav-item.active{background:linear-gradient(135deg,#0081a71f,#00afb91f);color:#0081a7}.nav-item svg{flex-shrink:0}.sidebar-divider{background:#0081a71a;height:1px;margin:.5rem 0 1.5rem}.sidebar-section{flex:1 1;margin-bottom:1.5rem;overflow-x:hidden;overflow-y:auto}.sidebar-section::-webkit-scrollbar{display:none}.sidebar-section{-ms-overflow-style:none;scrollbar-width:none}.section-title{color:#666;font-size:.95rem;font-weight:500;letter-spacing:.5px;margin-bottom:.75rem;padding:0 .875rem;text-align:left;text-transform:uppercase}.recent-item{border-radius:8px;color:#666;cursor:pointer;font-size:.95rem;gap:.625rem;margin-bottom:.375rem;padding:.75rem .875rem;transition:all .2s ease}.recent-item:hover{background:#0081a714;color:#0081a7}.recent-item svg{flex-shrink:0}.recent-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile{align-items:center;background:#0081a70f;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;margin-bottom:1rem;padding:.875rem;position:relative;transition:all .2s ease}.user-profile:hover{background:#0081a71f}.user-avatar{align-items:center;background:linear-gradient(135deg,#0081a7,#00afb9);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.user-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.user-initials{color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase}.user-info{flex:1 1;overflow:hidden}.user-name{color:#333;font-size:.9rem;font-weight:600}.user-email,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:#999;font-size:.75rem}.profile-dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #0081a726;border-radius:12px;bottom:100%;box-shadow:0 4px 12px #0000001a;left:0;margin-bottom:.5rem;overflow:hidden;position:absolute;right:0;z-index:100}.profile-menu-item{align-items:center;border-bottom:1px solid #0081a714;color:#666;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.875rem 1rem;transition:all .2s ease}.profile-menu-item:last-child{border-bottom:none}.profile-menu-item:hover{background:#0081a714;color:#0081a7}.profile-menu-item svg{stroke:currentColor;flex-shrink:0}.profile-menu-item span{white-space:nowrap}.sidebar-footer{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding:.75rem 0}.product-text{color:#999;font-size:.75rem;text-align:center}.sidebar-footer a{display:inline-block;transition:opacity .2s ease}.sidebar-footer a:hover{opacity:.8}.product-logo{cursor:pointer;height:40px;opacity:.7;width:auto}.main-content{background:repeating-linear-gradient(0deg,#0081a714,#0081a714 1px,#0000 0,#0000 60px),repeating-linear-gradient(90deg,#0081a714,#0081a714 1px,#0000 0,#0000 60px),linear-gradient(135deg,#0081a726,#00afb926 25%,#fdfcdc33 50%,#fed9b733 75%,#f0716726);display:flex;flex:1 1;flex-direction:column;overflow-y:hidden;padding:2rem 3rem;position:relative;transition:background .3s ease}.main-content.has-messages{background:#fff}.content-header{justify-content:flex-end;margin-bottom:3rem}.content-header,.header-left{align-items:center;display:flex}.breadcrumb{border-radius:6px;color:#666;cursor:pointer;font-size:.9rem;padding:.5rem .75rem;transition:all .2s ease}.breadcrumb:hover{background:#ffffff80}.header-right{gap:.75rem}.header-right,.icon-btn{align-items:center;display:flex}.icon-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0081a71a;border-radius:10px;cursor:pointer;height:40px;justify-content:center;transition:all .2s ease;width:40px}.icon-btn:hover{background:#fff;border-color:#0081a7}.upgrade-btn{background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease}.upgrade-btn:hover{box-shadow:0 4px 12px #0081a74d;transform:translateY(-1px)}.welcome-section{margin-bottom:2rem;text-align:center}.welcome-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.welcome-subtitle{color:#666;font-size:1.125rem;line-height:1.6;margin:0}.quick-actions{gap:1rem;margin-bottom:3rem}.action-btn,.quick-actions{display:flex;justify-content:center}.action-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0081a726;border-radius:12px;cursor:pointer;height:50px;transition:all .2s ease;width:50px}.action-btn:hover{background:#fff;border-color:#0081a7;box-shadow:0 4px 12px #0081a733;transform:translateY(-2px)}.section-header{margin-bottom:2rem}.app-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.app-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0081a71a;border-radius:16px;cursor:pointer;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.app-card:hover{background:#fff;border-color:#0081a7;box-shadow:0 8px 24px #0081a726;transform:translateY(-4px)}.card-icon{align-items:center;background:linear-gradient(135deg,#0081a71a,#00afb91a);border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:64px}.app-card:hover .card-icon{background:linear-gradient(135deg,#0081a726,#00afb926);transform:scale(1.05)}.card-title{color:#333;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.card-description{color:#666;font-size:.9rem;line-height:1.6;margin:0}.chat-container{display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden}.messages-area{display:flex;flex:1 1;flex-direction:column;gap:1rem;margin-bottom:1.5rem;overflow-y:auto;padding:1rem 0}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:#0000}.messages-area::-webkit-scrollbar-thumb{background:#0081a733;border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:#0081a74d}.message{animation:messageSlideIn .3s ease-out;display:flex;gap:.75rem;max-width:85%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end;flex-direction:row-reverse}.agent-message{align-self:flex-start}.agent-avatar{flex-shrink:0;height:40px;width:40px}.agent-avatar img{border:2px solid #0081a71a;border-radius:50%;height:100%;object-fit:contain;width:100%}.message-content{word-wrap:break-word;border-radius:16px;color:#333;font-size:.95rem;line-height:1.5;padding:1rem 1.25rem}.user-message .message-content{background:#fdfcdc;border-bottom-right-radius:4px}.agent-message .message-content{background:#0000;padding-left:0}.chat-input-section{margin-top:auto;padding-top:1rem}.chat-container.has-messages .chat-input-section{border-top:1px solid #0081a71a;padding:2rem 0 .25rem}.hero-chat-section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;min-height:calc(100vh - 200px);padding:2rem;text-align:center}.hero-icon{animation:fadeInUp 1s ease-out;margin-bottom:2rem}.hero-icon img{background:#0000;height:300px;object-fit:contain;width:300px}.hero-greeting{animation:fadeInUp 1s ease-out .2s both;color:#333;font-size:2rem;font-weight:500;margin-bottom:.75rem}.wave{animation:wave 1s ease-in-out infinite;display:inline-block}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.hero-description{animation:fadeInUp 1s ease-out .3s both;color:#666;font-size:1.125rem;font-weight:400;line-height:1.4;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:800px}.dashboard-chat-input-container{animation:fadeInUp 1s ease-out .4s both;position:relative;width:100%}.chat-container.has-messages .dashboard-chat-input-container{padding:.5rem 0}.input-icon{left:1.25rem;pointer-events:none;position:absolute;top:1.5rem;z-index:1}.chat-container.has-messages .input-icon{top:50%;transform:translateY(-50%)}.dashboard-chat-input{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#0081a7,#00afb9,#fdfcdc,#fed9b7,#f07167) border-box;border:2px solid #0000;border-radius:20px;color:#333;font-family:Roboto,sans-serif;font-size:1rem;outline:none;padding:1.5rem 1.5rem 4rem 3.5rem;position:relative;resize:none;transition:all .3s ease;width:100%}.chat-container.has-messages .dashboard-chat-input{border-radius:25px;height:3.5rem;padding:1rem 7rem 1rem 3.5rem}.dashboard-chat-input::placeholder{color:#999}.dashboard-chat-input:focus{box-shadow:0 0 0 3px #0081a71a}.dashboard-chat-actions{align-items:center;bottom:1rem;display:flex;gap:.75rem;position:absolute;right:1rem}.chat-container.has-messages .dashboard-chat-actions{bottom:auto;top:50%;transform:translateY(-50%)}.voice-btn{align-items:center;background-color:#fff;border:1px solid #666;border-radius:25px;color:#666;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.voice-btn.icon-only{border-radius:50%;height:40px;justify-content:center;padding:.625rem;width:40px}.voice-btn svg{stroke:#666}.voice-btn:hover{background-color:#f5f5f5;border-color:#0081a7;color:#0081a7}.voice-btn:hover svg{stroke:#0081a7}.send-btn{align-items:center;background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:25px;box-shadow:0 4px 15px #0081a733;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.send-btn.icon-only{border-radius:50%;height:40px;justify-content:center;padding:.625rem;width:40px}.send-btn svg{stroke:#fff}.send-btn:hover{box-shadow:0 6px 20px #0081a74d;transform:translateY(-2px)}.send-btn:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.terms-text{color:#666;font-size:.875rem;line-height:1.5;margin-bottom:0;margin-top:.75rem;text-align:center}.terms-text a{color:#666;text-decoration:underline;transition:color .2s ease}.terms-text a:hover{color:#0081a7}.profile-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.profile-modal{animation:modalFadeIn .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.profile-modal-header{align-items:center;border-bottom:1px solid #0081a71a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.profile-modal-header h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.close-modal-btn{background:none;border:none;border-radius:8px;color:#666;cursor:pointer;padding:.5rem;transition:all .2s ease}.close-modal-btn:hover{background:#0081a714;color:#0081a7}.profile-modal-content{padding:2rem}.profile-picture-section{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.profile-picture-container{height:120px;margin-bottom:1rem;width:120px}.profile-picture{object-fit:cover}.profile-picture,.profile-picture-placeholder{border:4px solid #0081a71a;border-radius:50%;height:100%;width:100%}.profile-picture-placeholder{align-items:center;background:linear-gradient(135deg,#0081a7,#00afb9);display:flex;justify-content:center}.profile-initials-large{color:#fff;font-size:2.5rem;font-weight:600;text-transform:uppercase}.upload-picture-btn{background:#0081a71a;border:1px solid #0081a733;border-radius:8px;color:#0081a7;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.upload-picture-btn:hover{background:#0081a726;border-color:#0081a7}.profile-form{gap:1.5rem}.form-group label{color:#666;font-size:.875rem;font-weight:500}.profile-value{color:#333;font-size:1rem;margin:0;min-height:2.5rem;padding:.75rem 0}.profile-input{border:1px solid #0081a733;border-radius:8px;color:#333;font-family:Roboto,sans-serif;font-size:1rem;outline:none;padding:.75rem 1rem;transition:all .2s ease;width:100%}.profile-input:focus{border-color:#0081a7;box-shadow:0 0 0 3px #0081a71a}.profile-input[type=textarea]{min-height:80px;resize:vertical}.form-section-header{align-items:center;border-bottom:1px solid #0081a71a;display:flex;justify-content:space-between;margin-bottom:1rem;margin-top:1rem;padding-bottom:.5rem}.form-section-title{color:#333;font-size:1.125rem;font-weight:600}.add-qualification-btn{align-items:center;background:#0081a71a;border:1px solid #0081a733;border-radius:8px;color:#0081a7;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.add-qualification-btn:hover{background:#0081a726;border-color:#0081a7}.qualification-block{background:#0081a708;border:1px solid #0081a71a;border-radius:12px;margin-bottom:1rem;padding:1.5rem;position:relative}.remove-qualification-btn{align-items:center;background:#f071671a;border:1px solid #f0716733;border-radius:6px;color:#f07167;cursor:pointer;display:flex;justify-content:center;padding:.375rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease}.remove-qualification-btn:hover{background:#f0716733;border-color:#f07167}.profile-modal-footer{border-top:1px solid #0081a71a;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.cancel-btn,.edit-btn,.save-btn{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.edit-btn,.save-btn{background:linear-gradient(135deg,#0081a7,#00afb9);box-shadow:0 2px 8px #0081a733;color:#fff}.edit-btn:hover,.save-btn:hover{box-shadow:0 4px 12px #0081a74d;transform:translateY(-1px)}.cancel-btn{background:#0081a714;border:1px solid #0081a733;color:#0081a7}.cancel-btn:hover{background:#0081a71f;border-color:#0081a7}@media screen and (max-width:768px){.profile-modal{max-width:95%}.form-row{grid-template-columns:1fr}.profile-modal-header{padding:1rem 1.5rem}.profile-modal-content{padding:1.5rem}.profile-modal-footer{padding:1rem 1.5rem}}.left-sidebar::-webkit-scrollbar,.main-content::-webkit-scrollbar{width:6px}.left-sidebar::-webkit-scrollbar-track,.main-content::-webkit-scrollbar-track{background:#0000}.left-sidebar::-webkit-scrollbar-thumb,.main-content::-webkit-scrollbar-thumb{background:#0081a733;border-radius:3px}.left-sidebar::-webkit-scrollbar-thumb:hover,.main-content::-webkit-scrollbar-thumb:hover{background:#0081a74d}@media screen and (max-width:1200px){.app-cards{grid-template-columns:repeat(2,1fr)}.main-content{padding:1.5rem 2rem}}@media screen and (max-width:1024px){.left-sidebar{width:220px}.welcome-title{font-size:2rem}.welcome-subtitle{font-size:1rem}}@media screen and (max-width:768px){.mobile-header{display:flex}.mobile-overlay{display:block}.left-sidebar{box-shadow:2px 0 10px #0000001a;height:100vh;left:-280px;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:200}.left-sidebar.mobile-open{left:0}.main-content{margin-top:60px;padding:1.5rem 1rem;width:100%}.content-header{display:none}.hero-chat-section{min-height:calc(100vh - 120px);padding:1.5rem}.hero-icon img{height:200px;width:200px}.hero-greeting{font-size:1.5rem;margin-bottom:.5rem}.hero-description{font-size:1rem;max-width:90%}.dashboard-chat-input{font-size:.95rem;padding:1.25rem 1.25rem 3.5rem 3.5rem}.chat-container.has-messages .dashboard-chat-input{height:3rem;padding:.875rem 12rem .875rem 3rem}.dashboard-chat-actions{bottom:.75rem;right:.75rem}.chat-container.has-messages .dashboard-chat-actions{bottom:auto;right:.75rem}.terms-text{font-size:.75rem}.chat-container.has-messages .chat-input-section{padding:1.5rem 0 .25rem}.chat-container.has-messages .dashboard-chat-input-container,.messages-area{padding:.5rem 0}.message{max-width:95%}.agent-avatar{height:32px;width:32px}.message-content{font-size:.9rem;padding:.875rem 1rem}}@media screen and (max-width:480px){.mobile-logo{height:28px}.hero-chat-section{padding:1rem}.hero-icon img{height:180px;width:180px}.hero-greeting{font-size:1.25rem;margin-bottom:.5rem}.hero-description{font-size:.9rem;margin-bottom:2rem;max-width:95%}.input-icon{left:1rem;top:1rem}.chat-container.has-messages .input-icon{top:50%}.input-icon svg{height:20px;width:20px}.dashboard-chat-input{font-size:.9rem;padding:1rem 1rem 3.5rem 3rem}.chat-container.has-messages .dashboard-chat-input{height:2.75rem;padding:.75rem 10rem .75rem 2.75rem}.voice-btn{font-size:.9rem;padding:.5rem 1rem}.voice-btn svg{height:16px;width:16px}.send-btn{font-size:.9rem;padding:.5rem 1rem}.terms-text{font-size:.7rem}.chat-container.has-messages .chat-input-section{padding:1rem 0 .25rem}.chat-container.has-messages .dashboard-chat-input-container{padding:.5rem 0}.message-content{font-size:.875rem;padding:.75rem .875rem}.agent-avatar{height:28px;width:28px}}.recent-item{align-items:center;display:flex;justify-content:space-between;position:relative}.recent-item.active{background:#0081a71a;border-radius:8px}.recent-item .delete-chat-btn{background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:none;padding:4px;transition:all .2s ease}.recent-item:hover .delete-chat-btn{display:block}.recent-item .delete-chat-btn:hover{background:#ff00001a;color:red}.streaming-cursor{animation:blink 1s step-end infinite;display:inline-block;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.message-images img{cursor:pointer;transition:transform .2s ease}.message-images img:hover{transform:scale(1.02)}.message-tables{overflow-x:auto}.messages-area{scroll-behavior:smooth}button:disabled{cursor:not-allowed;opacity:.6}.sidebar-search input::placeholder{color:#999;font-size:14px}.edit-profile-page.dashboard{background:#fff!important;background-color:#fff!important;background-image:none!important}.edit-profile-page.dashboard:after,.edit-profile-page.dashboard:before{display:none!important}.edit-profile-page .main-content{background:#fff!important;background-color:#fff!important;background-image:none!important}.edit-profile-wrapper{max-width:1200px;padding:2rem}.edit-profile-header-section{margin-bottom:2rem}.page-title{color:#333;font-size:2rem;font-weight:700;margin:0 0 .5rem}.page-subtitle{color:#666;font-size:1rem;margin:0}.section-tabs{border-bottom:2px solid #e8d5f2;display:flex;gap:1rem;margin-bottom:2rem}.section-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:-2px;padding:.875rem 1.5rem;transition:all .3s ease}.section-tab:hover{color:#0081a7}.section-tab.active{border-bottom-color:#0081a7;color:#0081a7}.form-container{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:2rem}.profile-form{gap:2rem}.form-section,.profile-form{display:flex;flex-direction:column}.form-section{gap:1.5rem}.section-title{border-bottom:1px solid #f0f0f0;color:#333;font-size:1.25rem;font-weight:600;margin:0;padding-bottom:.75rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-label{color:#333;font-size:.875rem;font-weight:500}.form-input{background:#fff;border:1.5px solid #ddd;border-radius:8px;font-family:Roboto,sans-serif;font-size:.95rem;outline:none;padding:.75rem 1rem;transition:all .3s ease}.form-input:focus{border-color:#0081a7;box-shadow:0 0 0 3px #0081a71a}.form-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.password-input-wrapper{position:relative}.password-input{padding-right:3rem}.password-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.875rem;top:50%;transform:translateY(-50%);transition:opacity .3s ease}.password-toggle:hover{opacity:.7}.password-toggle svg{display:block}.submit-btn{align-self:flex-start;background:linear-gradient(135deg,#0081a7,#00afb9);border:none;border-radius:8px;box-shadow:0 4px 15px #0081a733;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 6px 20px #0081a74d;transform:translateY(-2px)}.education-entry{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:2rem}.education-entry:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.education-entry-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.add-degree-btn{background:#fff;border:2px solid #0081a7;border-radius:8px;color:#0081a7;cursor:pointer;font-size:.95rem;font-weight:600;margin-bottom:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.add-degree-btn:hover{background:#0081a7;color:#fff}.remove-degree-btn{background:#fee;border:1px solid #c33;border-radius:6px;color:#c33;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.remove-degree-btn:hover{background:#c33;color:#fff}.alert{animation:slideDown .3s ease;border-radius:8px;font-size:.95rem;font-weight:500;margin-bottom:1.5rem;padding:1rem 1.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#fee;border-left:4px solid #c33;color:#c33}.alert-success{background:#e8f5e9;border-left:4px solid #4caf50;color:#2e7d32}.loading{align-items:center;color:#0081a7;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}@media screen and (max-width:768px){.edit-profile-wrapper{padding:1rem}.page-title{font-size:1.5rem}.section-tabs{border-bottom:none;flex-direction:column;gap:0}.section-tab{border-bottom:1px solid #f0f0f0;margin-bottom:0;padding:1rem;text-align:left}.section-tab.active{background:#f8f9fa;border-bottom-color:#0000;border-left:3px solid #0081a7}.form-container{padding:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-group.full-width{grid-column:1}.submit-btn{width:100%}}@media screen and (max-width:480px){.edit-profile-wrapper{padding:.75rem}.page-title{font-size:1.25rem}.page-subtitle{font-size:.875rem}.form-container{border-radius:12px;padding:1rem}.section-title{font-size:1.1rem}.form-input{font-size:.9rem;padding:.65rem .875rem}.password-input{padding-right:2.75rem}.submit-btn{font-size:.95rem;padding:.75rem 2rem}}.legal-page{background:linear-gradient(135deg,#e8d5f2,#d5e8f2);font-family:Roboto,sans-serif;min-height:100vh;padding:2rem}.legal-header{border-bottom:2px solid #0081a733;margin:0 auto 2rem;max-width:900px;padding:1.5rem 0;text-align:center}.legal-logo{height:50px;width:auto}.legal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 10px 40px #0081a726;margin:0 auto;max-width:900px;padding:3rem}.legal-content h1{color:#0081a7;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.last-updated{color:#666;font-size:.9rem;font-style:italic;text-align:center}.last-updated,.legal-section{margin-bottom:2.5rem}.legal-section h2{border-bottom:2px solid #00afb933;color:#00afb9;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.legal-section h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.legal-section p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-section ul{margin:1rem 0 1rem 1.5rem;padding:0}.legal-section ul li{color:#444;font-size:1rem;line-height:1.8;list-style-type:disc;margin-bottom:.75rem}.legal-section ul li strong{color:#0081a7;font-weight:600}.contact-info{background:#0081a714;border-left:4px solid #0081a7;border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-info strong{color:#0081a7;display:block;font-size:1.1rem;margin-bottom:.5rem}.contact-info a{color:#00afb9;font-weight:500;text-decoration:none;transition:color .2s ease}.contact-info a:hover{color:#0081a7;text-decoration:underline}.legal-content a{color:#00afb9;font-weight:500;text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:#0081a7;text-decoration:underline}.legal-footer{border-top:2px solid #0081a733;margin:2rem auto 0;max-width:900px;padding:1.5rem 0;text-align:center}.legal-footer p{color:#666;font-size:.9rem;margin:0}@media screen and (max-width:768px){.legal-page{padding:1rem}.legal-content{border-radius:16px;padding:2rem 1.5rem}.legal-content h1{font-size:2rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p,.legal-section ul li{font-size:.95rem}.legal-logo{height:40px}}@media screen and (max-width:480px){.legal-page{padding:.5rem}.legal-content{border-radius:12px;padding:1.5rem 1rem}.legal-content h1{font-size:1.75rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.2rem}.legal-section h3{font-size:1rem}.legal-section p,.legal-section ul li{font-size:.9rem;line-height:1.6}.legal-section ul{margin-left:1rem}.contact-info{padding:1rem}.legal-logo{height:35px}}
/*# sourceMappingURL=main.a4987c42.css.map*/