@charset "UTF-8";:root{--breakpoint-xs: 480px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.d-flex{display:flex!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.justify-content-start{justify-content:flex-start!important}.justify-content-center{justify-content:center!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}@media(max-width:576px){.d-none-xs{display:none!important}.d-flex-xs{display:flex!important}.flex-column-xs{flex-direction:column!important}.text-center-xs{text-align:center!important}}@media(max-width:768px){.d-none-sm{display:none!important}.d-flex-sm{display:flex!important}.flex-column-sm{flex-direction:column!important}.text-center-sm{text-align:center!important}}@media(max-width:992px){.d-none-md{display:none!important}.d-flex-md{display:flex!important}.flex-column-md{flex-direction:column!important}.text-center-md{text-align:center!important}}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}@media(max-width:768px){.h1-responsive{font-size:2rem!important}.h2-responsive{font-size:1.75rem!important}.h3-responsive{font-size:1.5rem!important}.text-responsive{font-size:.95rem!important}}@media(max-width:480px){.h1-responsive{font-size:1.75rem!important}.h2-responsive{font-size:1.5rem!important}.h3-responsive{font-size:1.25rem!important}.text-responsive{font-size:.9rem!important}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col{flex-basis:0;flex-grow:1;max-width:100%;padding-right:15px;padding-left:15px}.col-12{flex:0 0 100%;max-width:100%}.col-6{flex:0 0 50%;max-width:50%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-3{flex:0 0 25%;max-width:25%}@media(max-width:768px){.col-md-12{flex:0 0 100%;max-width:100%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}}@media(max-width:576px){.col-sm-12{flex:0 0 100%;max-width:100%}.col-sm-6{flex:0 0 50%;max-width:50%}}:root{--navbar-height-desktop: 100px;--navbar-height-mobile: 70px;--public-navbar-height-desktop: 64px;--public-navbar-height-mobile: 56px;--public-navbar-search-height-mobile: 60px}.landImage{display:flex;flex-direction:column;background-repeat:no-repeat;background-size:cover;background-position:center;min-height:100vh;padding:2rem}@media(min-width:768px){.landImage{padding:4rem}}@media(min-width:1024px){.landImage{padding:6rem}}.App{background-color:#fafafa;min-height:100vh;display:flex;flex-direction:column}@media(max-width:480px){.App{font-size:.9rem}}.main-title{font-family:PoppinsBold,sans-serif;font-size:2rem;line-height:1.2;margin-bottom:1rem}@media(min-width:768px){.main-title{font-size:2.5rem}}@media(min-width:1024px){.main-title{font-size:3rem}}.withpadding{padding:2rem}@media(min-width:768px){.withpadding{padding:4rem}}@media(min-width:1024px){.withpadding{padding:5rem}}.navbar{position:fixed;width:100%;height:100px;z-index:1000000;display:flex;background-color:var(--primary-color-white);box-shadow:0 2px 4px #0000001a;justify-content:space-between;align-items:center}.navbar-logo{padding-left:50px}.navbar-logo img{height:40px}@media(max-width:768px){.navbar-logo{padding-left:10px;margin-right:auto;height:30px}}.navbar-links{list-style-type:none;display:flex;gap:40px;margin:0;padding-left:60px}.navbar-links li a{text-decoration:none;color:#333;font-weight:500}.navbar-links li a:hover{color:var(--primary-color-2)}.navbar-links li a.active{color:var(--secondary-color-1);font-weight:700;border-bottom:2px solid var(--secondary-color-1)}.navbar-cta .btn-primary{background-color:var(--primary-color-yellow);color:var(--primary-color-white);padding:10px 20px;margin-right:70px;border-radius:10px;text-decoration:none;display:flex;align-items:center;gap:5px}.navbar-cta .btn-primary:hover{background-color:var(--secondary-color-2)}.navbar-cta .btn-primary .calendar-icon{display:flex}@media(max-width:768px){.navbar-cta{display:none}}.navbar-cta.mobile-visible{display:block;width:100%;padding:15px;text-align:center}.navbar-cta.mobile-visible .btn-primary{width:100%;margin-right:0;justify-content:center;margin-top:10px}.navbar-actions{display:flex;align-items:center;gap:20px;padding-right:50px}@media(max-width:768px){.navbar-actions{padding-right:10px}}.navbar-message-icon{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.navbar-message-icon img{width:24px;height:24px;transition:transform .2s ease}.navbar-message-icon:hover img{transform:scale(1.1)}.navbar-message-icon:after{content:"";position:absolute;top:-2px;right:-2px;width:8px;height:8px;background-color:var(--secondary-color-1);border-radius:50%;display:none}.navbar-message-icon.has-notification:after{display:block}@media(max-width:768px){.navbar{flex-direction:row;align-items:center;padding:10px 15px;height:70px;justify-content:space-between}.navbar-links{display:none;flex-direction:column;width:100%;position:absolute;top:70px;left:0;background-color:var(--primary-color-white);box-shadow:0 4px 8px #0000001a;padding:15px;z-index:9999;transition:all .3s ease-in-out;opacity:0;pointer-events:none;transform:translateY(-10px)}.navbar-links li{padding:12px 0;border-bottom:1px solid #f0f0f0;width:100%;text-align:center}.navbar-links li:last-child{border-bottom:none}.navbar-links li a{font-size:1rem;display:block;width:100%;padding:5px 0}.navbar-links li a:hover{color:var(--primary-color-2)}.navbar-links.active{display:flex;opacity:1;pointer-events:all;transform:translateY(0)}}@media(min-width:769px)and (max-width:1024px){.navbar{height:80px;padding:0 20px}.navbar-logo{padding-left:30px}.navbar-logo img{height:35px}.navbar-links{gap:30px}.navbar-links li a{font-size:.9rem}.navbar-cta .btn-primary{padding:8px 16px;margin-right:50px}}@media(max-width:768px){.navbar-toggle{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;margin-left:auto;margin-right:15px}}@media(max-width:768px){.navbar-links{display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background-color:var(--primary-color-white);box-shadow:0 4px 12px #0000001a;padding:1.5rem;z-index:9999;transition:all .3s ease-in-out;opacity:0;pointer-events:none;transform:translateY(-10px)}.navbar-links li{padding:10px 0}.navbar-links li a{font-size:1rem;font-weight:500;color:#222}.navbar-links li a:hover{color:var(--primary-color-2)}.navbar-links.active{display:flex;opacity:1;pointer-events:all;transform:translateY(0)}}.navbar-toggle{display:none}@media(max-width:768px){.navbar-toggle{display:block;background:none;border:none;cursor:pointer;padding:0;margin:0 0 0 auto}}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes menuFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.navbar-links.active{animation:menuFadeIn .3s forwards}.navbar-links.closing{animation:menuFadeOut .3s forwards}body.menu-open{overflow:hidden}.footer{background-color:#06283d;padding:40px 0;color:#fff;font-family:Arial,sans-serif}.footer .footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;padding:40px 20px}.footer .footer-container .footer-column{flex:1;margin-right:20px}.footer .footer-container .footer-column h4{font-size:16px;font-weight:700;margin-bottom:15px}.footer .footer-container .footer-column ul{list-style-type:none;padding:0;margin:0}.footer .footer-container .footer-column ul li{font-size:14px;margin-bottom:10px;transition:color .3s ease}.footer .footer-container .footer-column ul li:hover{color:#ffc107;cursor:pointer}.footer .footer-container .footer-column ul li a{color:inherit;text-decoration:none;transition:color .3s ease}.footer .footer-container .footer-column ul li a:hover{color:#ffc107}.footer .footer-container .footer-column ul li a:focus{outline:2px solid #ffc107;outline-offset:2px;border-radius:2px}.footer .footer-container .footer-logo{flex:.5;display:flex;justify-content:flex-end}.footer .footer-container .footer-logo img{width:120px;height:auto}.footer .footer-bottom{border-top:1px solid #ffffff;text-align:center;margin-top:20px;padding-top:10px}.footer .footer-bottom p{font-size:12px}@media(max-width:768px){.footer{padding:20px 0}.footer .footer-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;padding:20px}.footer .footer-container .footer-column{margin-right:0}.footer .footer-container .footer-column h4{font-size:15px;margin-bottom:12px}.footer .footer-container .footer-column ul li{font-size:13px;margin-bottom:8px}.footer .footer-container .footer-logo{grid-column:span 2;justify-content:center;margin-top:20px}.footer .footer-container .footer-logo img{width:100px}.footer .footer-bottom{margin-top:15px;padding-top:8px}.footer .footer-bottom p{font-size:11px}}@media(max-width:480px){.footer{padding:15px 0}.footer .footer-container{grid-template-columns:1fr;text-align:center;padding:15px}.footer .footer-container .footer-column{margin-bottom:15px}.footer .footer-container .footer-column h4{font-size:14px}.footer .footer-container .footer-column ul{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.footer .footer-container .footer-column ul li{font-size:12px;margin-bottom:0}.footer .footer-container .footer-logo{grid-column:1;margin:10px 0}.footer .footer-container .footer-logo img{width:90px}}.story-section{background-color:#fff;padding:50px 20px;text-align:center;color:#02445f}.story-section .main-title{font-family:PoppinsBold}.story-section h2{padding:4rem 0;font-size:32px;margin-bottom:50px}.story-section .title{font-family:PoppinsSemiBold;padding:0;text-align:start;width:100%}.story-section .story-content{display:flex;flex-direction:column;align-items:center;margin-top:20px}.story-section .story-content .story-text{width:100%;margin-bottom:20px}.story-section .story-content .story-text p{font-size:16px;color:#555;line-height:1.8;text-align:left}.story-section .story-content .story-image{width:100%;margin-bottom:20px}.story-section .story-content .story-image img{width:100%;height:auto;object-fit:cover;border-radius:1.5rem;box-shadow:0 4px 8px #0000001a}@media(min-width:768px){.story-section h2{font-size:36px}.story-section .story-content{flex-direction:row;justify-content:space-between;align-items:flex-start}.story-section .story-content .story-text{width:50%;margin-bottom:0;padding-right:20px}.story-section .story-content .story-image{width:45%;margin:0}}@media(min-width:1024px){.story-section{padding:80px 50px}.story-section h2{font-size:40px;margin-bottom:40px}.story-section .story-content{max-width:1200px;margin:0 auto}.story-section .story-content .story-text{width:55%;padding-right:50px}.story-section .story-content .story-image{width:40%}}.why-us-section{background-color:#f9f9f9;padding:3rem 1.5rem;text-align:center;color:#777}@media(min-width:768px){.why-us-section{padding:5rem 2rem}}@media(min-width:1024px){.why-us-section{padding:6rem 4rem}}@media(max-width:480px){.why-us-section{padding:2.5rem 1rem}}.why-us-section h2{font-size:1.75rem;margin-bottom:2rem}@media(min-width:768px){.why-us-section h2{font-size:2rem}}@media(min-width:1024px){.why-us-section h2{font-size:2.25rem}}@media(max-width:480px){.why-us-section h2{font-size:1.5rem;margin-bottom:1.5rem}}.why-us-section .features{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.why-us-section .features{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem}}@media(max-width:480px){.why-us-section .features{gap:1.25rem}}.why-us-section .features .feature{width:100%;max-width:350px;padding:1.5rem;text-align:center;border:2px solid #FCCD56;border-radius:20px;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.why-us-section .features .feature:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.why-us-section .features .feature img{width:48px;height:48px;margin-bottom:1rem;background-color:#ffdc7f33;padding:.5rem;border-radius:50%}.why-us-section .features .feature h3{font-size:1.2rem;margin-bottom:.75rem}@media(min-width:768px){.why-us-section .features .feature h3{font-size:1.3rem}}.why-us-section .features .feature p{font-size:.9rem;color:#777;line-height:1.6}@media(max-width:480px){.why-us-section .features .feature{padding:1.25rem}.why-us-section .features .feature img{width:40px;height:40px}.why-us-section .features .feature h3{font-size:1.1rem;margin-bottom:.5rem}.why-us-section .features .feature p{font-size:.85rem;line-height:1.5}}@media(min-width:768px)and (max-width:1023px){.why-us-section .features .feature{width:calc(50% - 1rem);max-width:300px}}@media(min-width:1024px){.why-us-section .features .feature{width:calc(33.333% - 1.5rem)}}.ourPartner{text-align:center;font-size:2rem;background-color:#fff;color:#000;padding:30px}.brand-list{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:20px;padding:20px;background-color:#f0f0f0}.brand-list .brand-item{flex:1;max-width:150px;text-align:center}.brand-list .brand-item img{max-width:100%;height:auto;filter:grayscale(100%);transition:filter .3s ease}.brand-list .brand-item img:hover{filter:grayscale(0)}@media(max-width:768px){.brand-list{gap:15px}.brand-list .brand-item{max-width:120px}.ourPartner{font-size:1.8rem;padding:20px}}@media(max-width:480px){.brand-list{gap:10px}.brand-list .brand-item{max-width:100px}.ourPartner{font-size:1.5rem;padding:15px}}.story-section{padding:20px;background-color:#f9f9f9}@media(min-width:768px){.story-section{padding:40px}}.story-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}@media(min-width:768px){.story-content{flex-direction:row;justify-content:space-between;gap:40px}}.story-text{flex:2;max-width:600px;padding:0 20px;text-align:center}@media(min-width:768px){.story-text{text-align:left}}.story-text h2.title{font-size:2rem;color:#02445f;margin-bottom:20px;font-family:PoppinsSemiBold,sans-serif}.story-text p{font-size:1rem;color:#555;line-height:1.6}.story-image1{flex:2;max-width:100%}.story-image1 img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 20px #0000001a}.banner-container{display:flex;justify-content:center;align-items:center;padding:5rem 2rem;margin:0 auto}@media(max-width:768px){.banner-container{padding:3rem 1rem}}.banner{display:flex;flex-direction:column;align-items:center;background-color:#015476;color:#fff;padding:3rem 2rem;border-radius:20px;width:100%;max-width:1200px;overflow:hidden}@media(min-width:768px){.banner{flex-direction:row;justify-content:space-between;padding:3rem 5rem}}.content{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:768px){.content{align-items:flex-start;text-align:left}}.content h1{font-size:2.2rem;font-family:PoppinsSemiBold,sans-serif;margin-bottom:1rem;line-height:1.4}@media(max-width:768px){.content h1{font-size:1.6rem}}.content p{font-size:1rem;margin-bottom:2rem;line-height:1.6;color:#f1f1f1}.content .hire-button{background-color:#fccd56;color:#015476;padding:12px 20px;border:none;border-radius:30px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .3s ease}.content .hire-button:hover{background-color:#fb3}.content .hire-button img{width:25px;height:auto}.image-content{margin-top:2rem;width:100%;max-width:500px;display:flex;justify-content:center}.image-content img{width:100%;height:auto;border-radius:15px}.full-width-banner{display:flex;flex-direction:column;align-items:center;background-color:#fdfdfd;padding:2rem 1.5rem;text-align:center;margin-top:var(--navbar-height-mobile, 70px)}@media(min-width:768px){.full-width-banner{flex-direction:row;justify-content:space-between;padding:4rem 3rem;text-align:left;margin-top:var(--navbar-height-desktop, 100px)}}.full-width-banner .banner-image-container{width:100%;max-width:500px;margin-bottom:2rem}@media(min-width:768px){.full-width-banner .banner-image-container{margin-bottom:0;margin-right:3rem}}.full-width-banner .banner-image-container .banner-image{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px #00000014}.full-width-banner .banner-content{max-width:600px;margin:0 auto}.full-width-banner .banner-content .banner-title{font-size:1.8rem;font-family:PoppinsSemiBold,sans-serif;color:#02445f;line-height:1.3;margin:0 auto}@media(min-width:768px){.full-width-banner .banner-content .banner-title{font-size:2.4rem;margin-right:0;margin-left:0}}@media(min-width:1024px){.full-width-banner .banner-content .banner-title{font-size:2.8rem}}.expert-team{padding:6rem 4rem;background-color:var(--primary-color-white);text-align:center}.expert-team .heading-section{margin-bottom:4rem}.expert-team .heading-section h2{font-size:2rem;color:#2e4f6b;margin-bottom:.5rem}.expert-team .heading-section .philosophy{font-size:1rem;color:#555;margin:auto;width:80%;background-color:#f7f7f7;padding:1rem;border-radius:10px}.expert-team .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;justify-content:center;align-items:stretch}.expert-team .team-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000001a;text-align:center;transition:transform .3s ease}.expert-team .team-card:hover{transform:scale(1.05)}.expert-team .team-card .team-photo{width:100%;height:300px;object-fit:cover}.expert-team .team-card .team-info{padding:1rem;background-color:#fff}.expert-team .team-card .team-info h3{margin:.5rem 0;font-size:1.8rem;color:#2e4f6b}.expert-team .team-card .team-info p{margin:0;font-size:1rem;color:#555;padding-bottom:2rem}@media(max-width:768px){.expert-team{padding:4rem 2rem}.expert-team .heading-section .philosophy{width:90%;margin:0 auto}}.expert-team{padding:20px;background-color:#f9f9f9}.heading-section{text-align:center;margin-bottom:20px}.heading-section h2{font-size:2rem;font-weight:700}.philosophy{font-size:1rem;color:#555}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.team-card{position:relative;overflow:hidden;height:300px;margin:10px;border-radius:0}.team-photo{width:100%;height:100%;object-fit:cover;display:block}.name-box{position:absolute;bottom:10px;left:10px;right:10px;background-color:#fff;color:#000;text-align:left;padding:15px;box-shadow:0 -2px 5px #0000001a}.name-box h3{margin:0;font-size:1.2rem;font-weight:700}.overlay{position:absolute;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.team-card:hover .overlay{opacity:1}.social-links{display:flex;gap:10px}.social-links a{color:#fff;font-size:1.5rem;transition:color .3s}.social-links a:hover{color:#007bff}.detailed-story-view{padding:5rem 2rem;text-align:center;position:relative}.detailed-story-view .back-button{position:absolute;top:6rem;left:1rem;background:#f7f7f7;border:2px solid #2e4f6b;font-size:1rem;color:#2e4f6b;cursor:pointer;margin-bottom:1rem;padding:.5rem 1rem;border-radius:8px;transition:background-color .3s ease,color .3s ease,transform .3s ease}.detailed-story-view .back-button:hover{background-color:#2e4f6b;color:#fff;transform:scale(1.05)}.detailed-story-view .back-button:focus{outline:none;box-shadow:0 0 0 3px #2e4f6b4d}.detailed-story-view .story-content{text-align:center}.detailed-story-view .story-content .story-image{width:100%;max-width:90%;height:auto;margin-bottom:1.5rem}.detailed-story-view .story-content h2{font-size:2rem;color:#2e4f6b;margin-bottom:1rem}.detailed-story-view .story-content p{font-size:1rem;color:#555;line-height:1.6;margin:0 auto;width:80%}@media(max-width:768px){.detailed-story-view{padding:1.5rem}.detailed-story-view .back-button{font-size:.9rem;padding:.4rem .8rem;position:absolute;top:3rem;left:0rem}.detailed-story-view .story-content h2{padding:3rem 2rem}.detailed-story-view .story-content p{font-size:.9rem;width:90%}}@media(max-width:480px){.detailed-story-view{padding:3rem .5rem}.detailed-story-view .back-button{font-size:.85rem;padding:.35rem .7rem}.detailed-story-view .story-content h2{font-size:1.25rem}.detailed-story-view .story-content p{font-size:.875rem;width:95%}}.stories-section{padding:2rem;color:#6e6e6e;margin-top:var(--navbar-height-mobile, 70px)}@media(min-width:768px){.stories-section{margin-top:var(--navbar-height-desktop, 100px)}}.stories-section h2{max-width:40rem;font-size:3.5rem;font-weight:700;color:#02445f;margin:auto auto 20px;text-align:center}@media(max-width:768px){.stories-section h2{font-size:2.5rem}}@media(max-width:576px){.stories-section h2{font-size:2rem}}.stories-section .subtitle{font-size:1.2rem;color:#777;max-width:40rem;margin:auto auto 30px;text-align:center}@media(max-width:768px){.stories-section .subtitle{font-size:1rem}}@media(max-width:576px){.stories-section .subtitle{font-size:.875rem}}.stories-section .categories{display:flex;justify-content:center;flex-wrap:wrap;max-width:40rem;margin:auto;margin-bottom:2rem}.stories-section .categories .category-btn{padding:.5rem 1rem;margin:.5rem;border:none;background-color:#f1f1f1;color:#2e4f6b;border-radius:20px;cursor:pointer}.stories-section .categories .category-btn.active{background-color:#f6d572;color:#fff}@media(max-width:576px){.stories-section .categories .category-btn{padding:.4rem .8rem}}.stories-section .stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:1.5rem}@media(max-width:768px){.stories-section .stories-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:576px){.stories-section .stories-grid{grid-template-columns:1fr}}.stories-section .story-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease;cursor:pointer}.stories-section .story-card:hover{transform:translateY(-10px)}.stories-section .story-card .story-image{width:100%;height:200px;object-fit:cover}@media(max-width:576px){.stories-section .story-card .story-image{height:150px}}.stories-section .story-card h3{font-size:1.5rem;font-weight:700;color:#02445f;margin:1rem 1rem .5rem;line-height:1.4;transition:color .3s ease}.stories-section .story-card h3:hover{color:#046685}@media(max-width:768px){.stories-section .story-card h3{font-size:1.25rem}}@media(max-width:576px){.stories-section .story-card h3{font-size:1.1rem}}.stories-section .story-card p{font-size:1rem;color:#6e6e6e;margin:0 1rem 1.5rem;line-height:1.6}@media(max-width:768px){.stories-section .story-card p{font-size:.9rem}}@media(max-width:576px){.stories-section .story-card p{font-size:.875rem}}.stories-section .no-stories-message{font-size:1.5rem;color:#777;text-align:center;margin-top:2rem;padding:2rem;background-color:#f9f9f9;border-radius:10px;box-shadow:0 2px 10px #0000000d}@media(max-width:768px){.stories-section .no-stories-message{font-size:1.2rem}}@media(max-width:576px){.stories-section .no-stories-message{font-size:1rem}}.stories-section .pagination{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:1rem}.stories-section .pagination button{padding:.5rem 1rem;background-color:#02445f;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.stories-section .pagination button:disabled{background-color:#ccc;cursor:not-allowed}.stories-section .pagination button:hover:not(:disabled){background-color:#046685}@media(max-width:576px){.stories-section .pagination button{padding:.4rem .8rem}}.stories-section .pagination span{font-size:1rem;color:#6e6e6e}@media(max-width:768px){.stories-section .pagination span{font-size:.875rem}}@media(max-width:576px){.stories-section .pagination span{font-size:.75rem}}.general-banner{display:flex;align-items:center;justify-content:space-between;border-radius:20px;margin:5rem;flex-wrap:wrap;margin-top:calc(5rem + var(--navbar-height-mobile, 70px))}@media(min-width:768px){.general-banner{margin-top:calc(5rem + var(--navbar-height-desktop, 100px))}}.general-banner-content{flex:1;padding:50px;width:40%}.general-banner-content h1{font-size:40px;font-weight:700;margin-bottom:20px;width:90%}.general-banner-content p{font-size:18px;margin-bottom:30px;width:80%}.general-banner-content button{font-size:16px;padding:15px 20px;background-color:#fff;color:#000;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease;width:40%}.image-content{width:40%;height:100%;display:flex;justify-content:center;align-items:center}.image-content img{width:100%;height:50%;border-radius:50% 20px 20px 50%;object-fit:cover}@media(max-width:768px){.general-banner{flex-direction:column;align-items:center;justify-content:center;margin:.5rem;padding:20px 0}.general-banner-content{width:100%;padding:20px;text-align:center}.general-banner-content h1{font-size:20px;width:100%;word-wrap:break-word}.general-banner-content p{font-size:16px;width:100%}.general-banner-content button{font-size:14px;width:80%}.image-content{width:90%;margin-top:20px}.image-content img{height:auto;width:80%;border-radius:20px}}@media(max-width:480px){.general-banner-content{padding:10px}.general-banner-content h1{font-size:25px}.general-banner-content p{font-size:14px}.general-banner-content button{font-size:12px;width:100%}.image-content img{width:100%}}.healthcare-facts{text-align:center;padding:100px 20px;background-color:var(--primary-color-white)}.healthcare-facts .header-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px}.healthcare-facts .header-container .icon{height:50px}.healthcare-facts .header-container .icon img{height:100%}.healthcare-facts .header-container h2{font-size:1.8rem;color:#2e4f6b}.healthcare-facts .facts-list{display:flex;justify-content:space-around;flex-wrap:wrap}.healthcare-facts .facts-list .fact-item{flex:1;min-width:250px;max-width:300px;padding:20px;margin:10px;border-radius:15px;box-shadow:0 4px 8px #0000001a}.healthcare-facts .facts-list .fact-item p{font-size:1rem;color:#333}.why-carepro{text-align:center;padding:3rem 1.5rem;background-color:#f7f7f7;color:#000}@media(min-width:768px){.why-carepro{padding:5rem 2rem}}@media(min-width:1024px){.why-carepro{padding:6rem 4rem}}.why-carepro__title{font-size:1.5rem;font-family:PoppinsSemiBold,sans-serif;margin-bottom:3rem}@media(min-width:768px){.why-carepro__title{font-size:1.8rem;margin-bottom:4rem}}@media(min-width:1024px){.why-carepro__title{font-size:2rem;margin-bottom:6rem}}.why-carepro__card-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.why-carepro__card-container{flex-direction:row;justify-content:center;align-items:stretch;gap:2rem}}@media(min-width:1024px){.why-carepro__card-container{gap:3rem}}.why-carepro__card{background-color:#f3f9fa;padding:2.5rem 1.5rem;text-align:left;border-radius:12px;box-shadow:0 4px 8px #00000014;width:100%;max-width:300px;display:flex;flex-direction:column;transition:transform .3s ease,background-color .3s ease,color .3s ease}@media(min-width:768px){.why-carepro__card{flex:1 1 0;max-width:none;width:calc(33.333% - 2rem);height:280px}}@media(min-width:1024px){.why-carepro__card{height:300px}}.why-carepro__card:hover{transform:translateY(-6px);background-color:#324ca6;color:#fff}.why-carepro__card:hover .why-carepro__card-title,.why-carepro__card:hover .why-carepro__card-description{color:#fff}.why-carepro__card-title{font-size:1.15rem;font-weight:600;margin-bottom:1rem}@media(min-width:768px){.why-carepro__card-title{font-size:1.2rem}}.why-carepro__card-description{font-size:.95rem;line-height:1.6;color:#333;flex-grow:1}@media(min-width:768px){.why-carepro__card-description{font-size:1rem}}.caregiver-process{background-color:whit;color:#2e4f6b;padding:8rem 5rem;background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:768px){.caregiver-process{padding:4rem 1.5rem}}.caregiver-process .head-section{text-align:center;margin-bottom:2rem}.caregiver-process .head-section h2{font-size:2rem;color:#2e4f6b;margin-bottom:1.5rem;font-weight:700}@media(max-width:768px){.caregiver-process .head-section h2{font-size:1.5rem}}.caregiver-process .head-section .subtitle{font-size:1.1rem;color:#555;background-color:#f7f7f7;width:90%;max-width:800px;margin:0 auto;padding:1.5rem;border-radius:10px;box-shadow:0 4px 10px #0000001a;text-align:center}@media(max-width:768px){.caregiver-process .head-section .subtitle{font-size:1rem;padding:1rem}}.caregiver-process .main-section{display:flex;justify-content:space-between;align-items:stretch;gap:2rem;margin-top:8rem;height:auto}@media(max-width:768px){.caregiver-process .main-section{margin-top:2rem;flex-direction:column;gap:1rem;height:auto}}.caregiver-process .steps-list,.caregiver-process .image-section{flex:1;display:flex;flex-direction:column;max-width:50%;min-height:0}@media(max-width:768px){.caregiver-process .steps-list,.caregiver-process .image-section{max-width:100%}}.caregiver-process .steps-list{justify-content:space-between}@media(max-width:768px){.caregiver-process .steps-list{padding:1.5rem;justify-content:flex-start;gap:1rem}}.caregiver-process .steps-list .step-item{display:flex;align-items:center;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease;flex-shrink:0;min-height:80px}.caregiver-process .steps-list .step-item:hover{transform:translateY(-5px)}.caregiver-process .steps-list .step-item .icon{font-size:1.8rem;margin-right:1rem;color:#2e4f6b}@media(max-width:768px){.caregiver-process .steps-list .step-item .icon{font-size:1.5rem}}.caregiver-process .steps-list .step-item .text{font-size:1.5rem;color:#333;font-weight:500}@media(max-width:768px){.caregiver-process .steps-list .step-item .text{font-size:1rem}}.caregiver-process .image-section{margin:0;display:flex;justify-content:center;align-items:stretch;flex-grow:1}.caregiver-process .image-section img{width:100%;height:100%;border-radius:1.5rem;box-shadow:0 4px 15px #0003;object-fit:cover}@media(max-width:768px){.caregiver-process .image-section{margin-top:2rem;height:auto;max-height:300px}}.caregiver-process .hire-button{padding:.75rem 1.5rem;background-color:#2e4f6b;color:#fff;font-size:1.5rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;width:50%}@media(max-width:768px){.caregiver-process .hire-button{width:100%;margin-bottom:2rem}}.faq{text-align:center;padding:5rem 60px;background-color:#f9f9f9}.faq .faq-list .faq-item{background-color:#fff;border-radius:10px;padding:20px;width:45%;margin-bottom:20px;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:all .3s ease}.faq .faq-list .faq-item.active{background-color:#fff}.faq .faq-list .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;color:#2e4f6b;font-weight:600;margin-bottom:10px;text-align:left}.faq .faq-list .faq-item .faq-answer{font-size:1rem;color:#777;text-align:left;display:none}.faq .faq-list .faq-item .faq-answer.active{display:block}@media(max-width:1024px){.faq{padding:4rem 40px}.faq h2{font-size:1.8rem;margin-bottom:35px}.faq .faq-list{gap:20px}.faq .faq-list .faq-item{width:48%;padding:18px}.faq .faq-list .faq-item .faq-question{font-size:1.3rem}}@media(max-width:768px){.faq{padding:3rem 25px}.faq h2{font-size:1.6rem;margin-bottom:30px}.faq .faq-list{flex-direction:column}.faq .faq-list .faq-item{width:100%;margin-bottom:20px;padding:20px}.faq .faq-list .faq-item .faq-question{font-size:1.2rem}.faq .faq-list .faq-item .faq-icon{font-size:1.3rem}.faq .faq-list .faq-item .faq-answer{font-size:.95rem}}@media(max-width:480px){.faq{padding:2rem 15px}.faq h2{font-size:1.4rem;margin-bottom:25px}.faq .faq-list .faq-item{padding:15px}.faq .faq-list .faq-item .faq-question{font-size:1.1rem}.faq .faq-list .faq-item .faq-icon{font-size:1.2rem}.faq .faq-list .faq-item .faq-answer{font-size:.9rem;line-height:1.5}}.our-plans .container{max-width:1200px;margin:0 auto;padding:0 20px}.our-plans .section-header{text-align:center;margin-bottom:3rem}.our-plans .section-header h2{font-size:2.5rem;color:#2e4f6b;margin-bottom:1rem;font-weight:700}.our-plans .section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.our-plans .plans-section{padding:4rem 0;background-color:#f8f9fa}.our-plans .plans-section .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.our-plans .plans-section .plan-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;border:2px solid transparent}.our-plans .plans-section .plan-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.our-plans .plans-section .plan-card.popular{border-color:#fbb040;transform:translateY(-10px)}.our-plans .plans-section .plan-card.popular .plan-button{background-color:#fbb040;color:#fff}.our-plans .plans-section .plan-card.popular .plan-button:hover{background-color:#fa9b0e}.our-plans .plans-section .popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background-color:#fbb040;color:#fff;padding:5px 20px;border-radius:20px;font-size:.8rem;font-weight:600}.our-plans .plans-section .plan-header{margin-bottom:1.5rem}.our-plans .plans-section .plan-header h3{font-size:1.5rem;color:#2e4f6b;margin-bottom:.5rem;font-weight:600}.our-plans .plans-section .plan-header .plan-subtitle{color:#666;font-size:.9rem}.our-plans .plans-section .plan-pricing{margin-bottom:2rem}.our-plans .plans-section .plan-pricing .price-main{font-size:2.5rem;color:#2e4f6b;font-weight:700;margin-bottom:.5rem}.our-plans .plans-section .plan-pricing .price-original{color:#999;text-decoration:line-through;font-size:1rem;margin-bottom:.25rem}.our-plans .plans-section .plan-pricing .price-note{color:#666;font-size:.9rem;font-style:italic}.our-plans .plans-section .plan-features{list-style:none;padding:0;margin-bottom:2rem}.our-plans .plans-section .plan-features li{display:flex;align-items:flex-start;margin-bottom:.75rem;font-size:.95rem;line-height:1.5}.our-plans .plans-section .plan-features li .check-icon{color:#28a745;font-weight:700;margin-right:.75rem;margin-top:2px;flex-shrink:0}.our-plans .plans-section .plan-button{width:100%;padding:1rem;border:none;border-radius:8px;background-color:#2e4f6b;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.our-plans .plans-section .plan-button:hover{background-color:#1f3547}.our-plans .fees-section{padding:4rem 0}.our-plans .fees-section .fees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.our-plans .fees-section .fee-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;text-align:center}.our-plans .fees-section .fee-card .fee-header{margin-bottom:1rem}.our-plans .fees-section .fee-card .fee-header h3{font-size:1.3rem;color:#2e4f6b;margin-bottom:.5rem}.our-plans .fees-section .fee-card .fee-header .fee-percentage{font-size:2rem;color:#fbb040;font-weight:700}.our-plans .fees-section .fee-card .fee-description{color:#666;margin-bottom:1rem;font-weight:500}.our-plans .fees-section .fee-card .fee-details{color:#888;font-size:.9rem;line-height:1.5}.our-plans .fees-section .minimum-service-note{margin-top:3rem}.our-plans .fees-section .minimum-service-note .note-card{background:linear-gradient(135deg,#fbb040,#f8a825);color:#fff;padding:2rem;border-radius:12px;text-align:center}.our-plans .fees-section .minimum-service-note .note-card h4{font-size:1.5rem;margin-bottom:1rem}.our-plans .fees-section .minimum-service-note .note-card p{font-size:1.1rem;line-height:1.6;margin:0}.our-plans .future-plans-section{padding:4rem 0;background-color:#f8f9fa}.our-plans .future-plans-section .future-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.our-plans .future-plans-section .future-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.our-plans .future-plans-section .future-card:hover{transform:translateY(-3px)}.our-plans .future-plans-section .future-card .future-icon{font-size:3rem;margin-bottom:1rem}.our-plans .future-plans-section .future-card h3{font-size:1.2rem;color:#2e4f6b;margin-bottom:1rem}.our-plans .future-plans-section .future-card p{color:#666;line-height:1.6;font-size:.95rem}.our-plans .cta-section{padding:4rem 0;background:linear-gradient(135deg,#2e4f6b,#1a3a52);color:#fff}.our-plans .cta-section .cta-content{text-align:center}.our-plans .cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1rem}.our-plans .cta-section .cta-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.our-plans .cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.our-plans .cta-section .cta-button{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:180px}.our-plans .cta-section .cta-button.primary{background-color:#fbb040;color:#fff}.our-plans .cta-section .cta-button.primary:hover{background-color:#fa9b0e;transform:translateY(-2px)}.our-plans .cta-section .cta-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.our-plans .cta-section .cta-button.secondary:hover{background-color:#fff;color:#2e4f6b;transform:translateY(-2px)}@media(max-width:768px){.our-plans .container{padding:0 15px}.our-plans .section-header h2{font-size:2rem}.our-plans .section-header p{font-size:1rem}.our-plans .plans-grid{grid-template-columns:1fr;gap:1.5rem}.our-plans .plan-card{padding:1.5rem}.our-plans .plan-card .plan-pricing .price-main{font-size:2rem}.our-plans .fees-grid{grid-template-columns:1fr}.our-plans .future-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.our-plans .cta-content h2{font-size:2rem}.our-plans .cta-content p{font-size:1.1rem}.our-plans .cta-buttons{flex-direction:column;align-items:center}}@media(max-width:480px){.our-plans .plans-section,.our-plans .fees-section,.our-plans .future-plans-section,.our-plans .cta-section{padding:2rem 0}.our-plans .plan-card{padding:1rem}.our-plans .section-header{margin-bottom:2rem}.our-plans .section-header h2,.our-plans .cta-content h2{font-size:1.8rem}}.banner{display:flex;justify-content:space-between;align-items:center;background-color:#f0f0f0;padding:20px;overflow:hidden}.banner .text-content{flex:1;padding:50px;max-width:600px;display:flex;flex-direction:column;align-items:flex-start}.banner h1{font-size:3rem;margin-bottom:20px;max-width:100%;word-wrap:break-word;color:#fff;text-align:left}.banner p{font-size:1rem;margin-bottom:40px;color:#bab2b2;max-width:100%;line-height:1.6}.banner .hire-button{padding:15px 25px;background-color:#fff;color:#000;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background-color .3s ease;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;min-width:fit-content}.banner .hire-button:hover{background-color:#f0f0f0;transform:translateY(-2px)}.banner .image-content{flex:1;display:flex;justify-content:flex-end;align-items:center;height:100%;max-width:50%;margin:-20px -20px -20px 0}.banner .image-content img{width:100%;height:auto;min-height:400px;object-fit:cover;display:block}@media(max-width:1024px){.banner{padding:30px 20px}.banner .text-content{padding:30px 20px;max-width:50%}.banner h1{font-size:2.5rem}.banner p{font-size:.95rem}.banner .image-content{max-width:45%}}@media(max-width:768px){.banner{flex-direction:column;align-items:center;padding:30px 20px;text-align:center}.banner .text-content{max-width:100%;width:100%;padding:20px;align-items:center}.banner h1{font-size:2.2rem;width:100%;text-align:center;margin-bottom:16px}.banner p{font-size:1rem;width:100%;max-width:90%;text-align:center;margin-bottom:30px}.banner .hire-button{font-size:15px;padding:14px 24px;width:auto;min-width:200px;max-width:80%;justify-content:center}.banner .image-content{width:100%;max-width:100%;margin:20px 0 0;justify-content:center}.banner .image-content img{width:100%;max-width:500px;min-height:auto;height:auto;border-radius:16px}}@media(max-width:480px){.banner{padding:20px 16px}.banner .text-content{padding:16px}.banner h1{font-size:1.75rem;margin-bottom:12px}.banner p{font-size:.9rem;max-width:100%;margin-bottom:24px;line-height:1.5}.banner .hire-button{font-size:14px;padding:12px 20px;min-width:180px;max-width:100%;gap:6px}.banner .hire-button img{width:16px;height:16px}.banner .image-content{margin-top:16px}.banner .image-content img{max-width:100%;border-radius:12px}}.waitlist-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1000000000;overflow:hidden}.waitlist-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.waitlist-modal__content{position:relative;background:#fff;border-radius:12px;padding:4rem;width:90%;height:90%;max-width:600px;box-shadow:0 4px 8px #0003;text-align:center;display:flex;flex-direction:column;box-sizing:border-box;overflow:auto}.waitlist-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.waitlist-modal__title{font-size:1.5rem;font-weight:bolder;margin-bottom:.5rem;color:#333}.waitlist-modal__subtitle{font-size:1rem;margin-bottom:1.5rem;color:#666}.waitlist-modal__form{display:flex;flex-direction:column;gap:1rem;flex-grow:1;overflow-y:auto}.waitlist-modal__form-field{text-align:left;margin-bottom:1rem}.waitlist-modal__label{display:block;font-size:1rem;margin-bottom:.5rem;font-weight:600;color:#444;text-align:start}.waitlist-modal__form-field-input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;color:#333;background-color:#f9f9f9;transition:border-color .3s,background-color .3s}.waitlist-modal__form-field-input:focus{outline:none;border-color:#007bff;background-color:#fff;box-shadow:0 0 4px #007bff4d}.waitlist-modal__form-field input::placeholder{color:#aaa;font-style:italic}.waitlist-modal__options{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}.waitlist-modal__options label{font-size:.9rem;display:flex;align-items:center;color:#666}.waitlist-modal__options input{margin-right:.5rem}.waitlist-modal__option-subtitle{display:block;font-size:1rem;margin-bottom:.5rem;font-weight:600;color:#444;text-align:start}.waitlist-modal__submit{background:#000;color:#fff;padding:.75rem;font-size:1rem;border:none;border-radius:20px;cursor:pointer;transition:background .3s;width:100%;max-width:100%}.waitlist-modal__submit:hover{background:#333}.waitlist-modal__submit.loading{position:relative;padding-left:30px}.waitlist-modal__submit.loading:before{content:"";position:absolute;left:20px;top:50%;width:20px;height:20px;border:3px solid #fff;border-top:3px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-top:-15px}@media(max-width:768px){.waitlist-modal__content{width:95%;height:auto;padding:1rem;max-height:90%}.waitlist-modal__form{max-height:80%}}@media(max-width:768px){.waitlist-modal__content{width:95%;height:auto;padding:1.5rem;max-height:90%;border-radius:10px}.waitlist-modal__title{font-size:1.25rem}.waitlist-modal__subtitle{font-size:.9rem}.waitlist-modal__form{max-height:75%;gap:.75rem}.waitlist-modal__form-field-input{font-size:.9rem;padding:.4rem}.waitlist-modal__submit{padding:.5rem;font-size:.9rem;border-radius:15px}.waitlist-modal__close{font-size:1.25rem}}@media(max-width:480px){.waitlist-modal__content{padding:1rem;max-height:85%}.waitlist-modal__title{font-size:1rem}.waitlist-modal__form{max-height:70%;gap:.5rem}.waitlist-modal__submit{padding:.4rem;font-size:.8rem}.waitlist-modal__form-field-input{font-size:.8rem;padding:.35rem}.waitlist-modal__close{font-size:1rem;top:.5rem;right:.5rem}}@media(max-width:768px){.waitlist-modal__overlay{background:#000000b3}}@media(max-width:992px){.waitlist-modal__content{width:90%;max-width:500px;padding:3rem}.waitlist-modal__title{font-size:1.4rem}.waitlist-modal__subtitle{font-size:.95rem}}@media(max-width:768px){.waitlist-modal__content{width:95%;height:auto;max-height:90%;padding:2rem;border-radius:10px;overflow-y:auto}.waitlist-modal__title{font-size:1.25rem;margin-bottom:.4rem}.waitlist-modal__subtitle{font-size:.9rem;margin-bottom:1.2rem}.waitlist-modal__form{max-height:75%;gap:.75rem}.waitlist-modal__form-field{margin-bottom:.75rem}.waitlist-modal__label{font-size:.95rem;margin-bottom:.4rem}.waitlist-modal__form-field-input{font-size:16px;padding:.5rem}.waitlist-modal__submit{padding:.6rem;font-size:1rem}.waitlist-modal__options{flex-direction:column;gap:.5rem;align-items:flex-start}.waitlist-modal__options label{margin-bottom:.3rem}.waitlist-modal__overlay{background:#000000b3}}@media(max-width:480px){.waitlist-modal__content{width:95%;max-height:85%;padding:1.5rem 1rem;border-radius:8px}.waitlist-modal__title{font-size:1.1rem}.waitlist-modal__subtitle{font-size:.85rem;margin-bottom:1rem}.waitlist-modal__label{font-size:.9rem}.waitlist-modal__submit{padding:.5rem;font-size:.9rem;border-radius:15px}.waitlist-modal__close{font-size:1.2rem;top:.7rem;right:.7rem}.waitlist-modal__form-field-input{padding:.5rem}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:overlayFadeIn .2s ease-out;overflow:hidden}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:transparent;border-radius:16px;width:90%;max-width:440px;position:relative;animation:modalSlideIn .3s ease-out;overflow:visible}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content{background:#fff;border-radius:16px;padding:40px 32px 32px;text-align:center;box-shadow:0 10px 40px #00000026}.icon-wrapper{display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.icon-wrapper svg{display:block}.modal-title{font-size:20px;font-weight:500;color:#1a1a1a;margin:0 0 12px;line-height:1.3}.modal-description{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:32px;text-align:center}.modal-description strong{color:#1a1a1a;font-weight:500}.modal-actions{display:flex;flex-direction:column;gap:12px}.primary-button{background-color:#00b4a6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.primary-button:hover{background-color:#009688}.primary-button:active{background-color:#00897b}.secondary-button{background:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;width:100%}.secondary-button:hover{background-color:#f9fafb;color:#374151}.secondary-button:active{background-color:#f3f4f6}.modal-container .error-icon+.modal-title{color:#dc2626}@media(max-width:480px){.modal-container{width:95%;margin:0 16px}.modal-content{padding:24px 20px 20px}.icon-wrapper svg{width:96px;height:96px}.modal-title{font-size:18px}.modal-description{margin-bottom:24px}}.book-caregiver-topbanner{margin:0;width:100%}.book-caregiver{margin-top:100px}.book-caregiver .banner:first-child{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;max-width:none;border-radius:0;margin-top:0;padding:0px 0 0px max(20px,(100vw - 1200px) / 2)}.book-caregiver .banner:first-child .text-content{margin-left:-170px}.book-caregiver .banner:first-child .image-content{flex:1;margin:0 -10px 0 0;padding:0;position:relative;right:-10px;min-width:60% img;min-width-margin:0;min-width-padding:0;min-width-width:100%;min-width-object-fit:cover}.header{background-image:url();display:flex;flex-direction:column;background-repeat:no-repeat;background-size:cover;width:100%;align-items:center;padding:50px 20px;color:var(--secondary-color-1);background-color:#fff}.header-content{text-align:center;margin-top:150px;width:100%}.header-title{font-family:PoppinsSemiBold,sans-serif;max-width:50rem;font-size:3.5rem;font-weight:700;color:#02445f;margin:0 auto 20px;line-height:1.2;text-align:center;padding:0}.header-subtitle{font-size:1.2rem;color:#777;margin-bottom:50px}.header-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:50px}.header-buttons .btn-main,.header-buttons .btn-secondary{padding:15px 30px;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:background-color .3s ease,transform .3s ease}.header-buttons .btn-main{margin-top:30px;background-color:var(--primary-color-yellow);color:var(--primary-color-white);border:1px solid #ccc}.header-buttons .btn-main:hover{background-color:#f5f5f5;color:#000;border-color:#999;transform:scale(1.05)}.header-buttons .btn-secondary{margin-top:30px;background-color:#fff;color:#000;border:1px solid #ccc}.header-buttons .btn-secondary:hover{background-color:var(--primary-color-yellow);color:var(--primary-color-white);border-color:#999;transform:scale(1.05)}.header-video{margin-top:50px;display:flex;justify-content:center;width:80%}.header-video .video-thumbnail{max-width:100%;height:auto;border-radius:8px}@media(max-width:1024px){.header{padding:40px 15px}.header-content{margin-top:120px}.header-title{font-size:3rem;max-width:40rem}.header-subtitle{font-size:1.1rem;max-width:35rem;margin:0 auto 40px}.header-buttons .btn-main,.header-buttons .btn-secondary{padding:12px 25px;font-size:1rem}.header-video{width:90%}}@media(max-width:768px){.header{padding:30px 15px;height:auto}.header-content{margin-top:80px}.header-title{font-size:2.5rem;max-width:100%;padding:0 10px;line-height:1.3}.header-subtitle{font-size:1rem;margin-bottom:30px;padding:0 10px}.header-buttons{flex-direction:column;gap:15px;margin-bottom:30px;width:100%;max-width:300px}.header-buttons .btn-main,.header-buttons .btn-secondary{width:100%;padding:14px 20px;text-align:center;margin-top:0}.header-video{margin-top:30px;width:100%}.header-video .video-thumbnail{max-width:100%}}@media(max-width:480px){.header{padding:20px 10px}.header-content{margin-top:60px}.header-title{font-size:2rem;margin-bottom:15px}.header-subtitle{font-size:.9rem;margin-bottom:25px}.header-buttons{max-width:250px}.header-buttons .btn-main,.header-buttons .btn-secondary{padding:12px 15px;font-size:.9rem}.header-video{margin-top:20px}.header-video .video-thumbnail{max-width:100%}}.btn{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.btn:hover{background-color:#2980b9}.pricing-plans{padding:50px 20px;background-color:#fff}.pricing-plans ul{list-style-type:none;padding-left:0}.pricing-plans .title{margin-bottom:10px;font-size:2.5rem;color:#2e4f6b;text-align:center}.pricing-plans .subtitle{background-color:#f7f7f7;padding:20px;font-size:1.2rem;color:#9c9c9c;margin:0 auto 40px;max-width:600px;border-radius:10px;text-align:center}.pricing-plans .plans-list{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:20px}.pricing-plans .plans-list .plan-item{background-color:#fff;border-radius:10px;padding:20px;flex:1 1 30%;max-width:400px;box-shadow:0 4px 8px #0000001a;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-plans .plans-list .plan-item.popular{border:2px solid #FBB040}.pricing-plans .plans-list .plan-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.pricing-plans .plans-list .plan-item .badge{position:absolute;top:10px;right:10px;color:#fbb040;padding:5px 10px;border-radius:5px;font-size:.9rem;font-weight:700}.pricing-plans .plans-list .plan-item h3{font-size:1.5rem;color:#2e4f6b;margin-bottom:10px}.pricing-plans .plans-list .plan-item .price{font-size:1.8rem;color:#333;margin-bottom:20px}.pricing-plans .plans-list .plan-item .price span{font-size:1rem;color:#777}.pricing-plans .plans-list .plan-item .features{text-align:left;margin-bottom:20px}.pricing-plans .plans-list .plan-item .features li{font-size:.9rem;color:#555;margin-bottom:10px;padding-left:0;background:none}.pricing-plans .plans-list .plan-item .select-button{display:block;width:100%;padding:10px;font-size:1.1rem;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;background-color:#fbb040}.pricing-plans .plans-list .plan-item .select-button:hover{background-color:#fa9b0e;transform:scale(1.05)}.pricing-plans .plans-list .plan-item hr{margin:20px 0}@media(max-width:1024px){.pricing-plans{padding:40px 15px}.pricing-plans .title{font-size:2.2rem}.pricing-plans .subtitle{font-size:1.1rem;max-width:90%}.pricing-plans .plans-list{justify-content:center;gap:30px}.pricing-plans .plans-list .plan-item{flex:1 1 45%;min-width:300px}}@media(max-width:768px){.pricing-plans{padding:30px 15px}.pricing-plans .title{font-size:2rem}.pricing-plans .subtitle{font-size:1rem;padding:15px;margin-bottom:30px}.pricing-plans .plans-list{flex-direction:column;align-items:center}.pricing-plans .plans-list .plan-item{width:90%;max-width:400px;margin-bottom:25px}.pricing-plans .plans-list .plan-item h3{font-size:1.3rem}.pricing-plans .plans-list .plan-item .price{font-size:1.6rem}.pricing-plans .plans-list .plan-item .select-button{padding:12px}}@media(max-width:480px){.pricing-plans{padding:25px 10px}.pricing-plans .title{font-size:1.8rem}.pricing-plans .subtitle{font-size:.9rem;padding:12px;margin-bottom:25px}.pricing-plans .plans-list .plan-item{width:100%;padding:15px}.pricing-plans .plans-list .plan-item .badge{font-size:.8rem}.pricing-plans .plans-list .plan-item h3{font-size:1.2rem}.pricing-plans .plans-list .plan-item .price{font-size:1.4rem}.pricing-plans .plans-list .plan-item .price span{font-size:.9rem}.pricing-plans .plans-list .plan-item .features li{font-size:.85rem}.pricing-plans .plans-list .plan-item .select-button{font-size:1rem;padding:10px}}.contact-form-container{background-color:#f7f7fb;padding:5rem;margin:0 auto}.contact-form-container h2{color:#000;text-align:center;margin-bottom:30px;font-size:2rem}.contact-form-container form{display:flex;flex-direction:column}.contact-form-container form .form-group{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.contact-form-container form .form-group input{flex:1;padding:10px;border-radius:5px;border:1px solid #ccc;font-size:14px;background-color:#fff;color:#000}.contact-form-container form textarea{padding:10px;border-radius:5px;border:1px solid #ccc;font-size:14px;min-height:120px;margin-bottom:20px;background-color:#fff;color:#000;resize:vertical}.contact-form-container form textarea:focus{color:#000}.contact-form-container form .btn-submit{background-color:#ffc107;border:none;padding:12px 20px;color:#fff;font-size:16px;cursor:pointer;border-radius:5px;align-self:flex-start;transition:background-color .3s ease}.contact-form-container form .btn-submit:hover{background-color:#e0a800}@media(max-width:1024px){.contact-form-container{padding:4rem 3rem}.contact-form-container h2{font-size:1.8rem;margin-bottom:25px}.contact-form-container form .form-group{gap:15px}.contact-form-container form textarea{min-height:100px}.contact-form-container form .btn-submit{padding:10px 18px;font-size:15px}}@media(max-width:768px){.contact-form-container{padding:3rem 2rem}.contact-form-container h2{font-size:1.6rem;margin-bottom:20px}.contact-form-container form .form-group{flex-direction:column;gap:12px;margin-bottom:15px}.contact-form-container form .form-group input{width:100%;padding:12px;font-size:16px}.contact-form-container form textarea{padding:12px;font-size:16px;margin-bottom:15px}.contact-form-container form .btn-submit{align-self:center;width:100%;max-width:200px}}@media(max-width:480px){.contact-form-container{padding:2rem 1rem}.contact-form-container h2{font-size:1.4rem;margin-bottom:15px}.contact-form-container form .form-group{gap:10px;margin-bottom:10px}.contact-form-container form input,.contact-form-container form textarea{padding:12px 10px}.contact-form-container form .btn-submit{padding:12px 15px}}@media(max-width:768px){.contact-form-container{padding:30px}form .form-group{flex-direction:column;gap:10px}form input,form textarea{width:100%}}@media(max-width:480px){.contact-form-container{padding:20px}h2{font-size:1.5rem;margin-bottom:20px}form .form-group{gap:5px}form input,form textarea{padding:8px;font-size:13px}form .btn-submit{padding:10px 15px;font-size:14px}}.container{padding:10rem;background-color:#fff}.caregiver-banner{background-image:url(/assets/backImg-DxDCKcTS.png);background-repeat:no-repeat;background-size:cover;background-color:#015476;padding:40px;border-radius:20px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.caregiver-banner h2{font-size:2rem;margin-bottom:20px}.caregiver-banner p{font-size:1.25rem;margin-bottom:20px;padding:20px;background-color:#e2eefa99;border-radius:10px;text-align:center}.caregiver-banner .btn-primary{background-color:#fff;color:#06283d;border:none;padding:15px 20px;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.caregiver-banner .btn-primary:hover{background-color:#f0f0f0}@media(max-width:768px){.container{padding:5rem}.caregiver-banner{padding:30px}.caregiver-banner h2{font-size:1.5rem}.caregiver-banner p{font-size:1rem;padding:15px}.caregiver-banner .btn-primary{padding:12px 15px;font-size:.9rem}}@media(max-width:480px){.container{padding:2rem}.caregiver-banner{padding:20px}.caregiver-banner h2{font-size:1.25rem}.caregiver-banner p{font-size:.9rem;padding:10px}.caregiver-banner .btn-primary{padding:10px 12px;font-size:.8rem}}.quality-healthcare-card{padding:1.5rem;text-align:left;border-radius:8px;box-shadow:0 4px 8px #0000001a;flex:1 1 22%;margin:1rem;transition:transform .3s ease}.quality-healthcare-card__title{font-family:PoppinsSemiBold;font-size:1.5rem;margin-bottom:.5rem}.quality-healthcare-card__rating-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.quality-healthcare-card__rating{display:flex;align-items:center;background-color:#fff8e1;border:1.5px solid #ffc107;border-radius:20px;color:#000;padding:.3rem .5rem}.quality-healthcare-card__star{width:1rem;height:auto;margin-right:.5rem}.quality-healthcare-card__caregivers{color:#000}.quality-healthcare-card__image{width:100%;height:auto;border-radius:8px;margin-top:.5rem}.quality-healthcare-title{text-align:center;font-family:PoppinsSemiBold;font-size:3rem;margin-bottom:2rem;color:#000}.subtitle{font-size:1.1rem;color:#555;background-color:#f7f7f7;width:90%;max-width:800px;margin:0 auto;padding:1rem;border-radius:10px;box-shadow:0 4px 10px #0000001a;text-align:center;margin-bottom:2rem}h2{font-family:PoppinsSemiBold}.our-blogs{padding:2rem;text-align:center;background-color:#fff}.blogs-container{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.blog-item{flex:1 1 25%;max-width:25%;text-align:left;margin:0}.image-container{position:relative;cursor:pointer}.blog-image{width:100%;height:100%;object-fit:cover;border-radius:8px;margin-bottom:.5rem;transition:filter .3s ease}.overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background-color:#0000004d;opacity:0;transition:opacity .3s ease}.image-container:hover .overlay{opacity:1}.expand-icon{width:50px;height:50px}h3{font-size:1.2rem;margin:.5rem 0;color:gray;font-family:PoppinsSemiBold}p{font-size:.9rem;color:#a9a9a9}.view-all-container{margin-top:2rem;justify-content:center}.view-all-button{padding:.75rem 1.5rem;background-color:#fff;color:#a9a9a9;font-size:1rem;border:none;border:2px solid grey;border-radius:5px;cursor:pointer;transition:background-color .3s ease;width:15%}.view-all-button:hover{background-color:#f0f0f0}.modal{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;max-width:600px;width:90%}.modal-image{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.close-button{padding:.5rem 1rem;background-color:#a9a9a9;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.close-button:hover{background-color:#888}.privacy-policy-page{min-height:100vh;background-color:#f8f9fa;padding:2rem 0;margin-top:var(--navbar-height-mobile, 70px)}@media(min-width:768px){.privacy-policy-page{margin-top:var(--navbar-height-desktop, 100px)}}.privacy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:3rem;line-height:1.6}@media(max-width:768px){.privacy-container{margin:0 1rem;padding:2rem;border-radius:8px}}@media(max-width:480px){.privacy-container{padding:1.5rem;margin:0 .5rem}}.privacy-header{border-bottom:3px solid #015476;padding-bottom:2rem;margin-bottom:3rem}.privacy-header h1{font-size:2.5rem;color:#015476;margin-bottom:.5rem;font-weight:700}@media(max-width:768px){.privacy-header h1{font-size:2rem}}@media(max-width:480px){.privacy-header h1{font-size:1.75rem}}.privacy-header .last-updated{color:#6c757d;font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.privacy-header .intro{font-size:1.1rem;color:#333;line-height:1.7;background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #015476}@media(max-width:768px){.privacy-header .intro{font-size:1rem;padding:1rem}}.privacy-content .privacy-section{margin-bottom:3rem}.privacy-content .privacy-section h2{font-size:1.8rem;color:#015476;margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}@media(max-width:768px){.privacy-content .privacy-section h2{font-size:1.5rem}}.privacy-content .privacy-section h3{font-size:1.3rem;color:#2c3e50;margin:1.5rem 0 1rem;font-weight:600}@media(max-width:768px){.privacy-content .privacy-section h3{font-size:1.2rem}}.privacy-content .privacy-section p{color:#333;margin-bottom:1rem;line-height:1.7}@media(max-width:768px){.privacy-content .privacy-section p{line-height:1.6}}.privacy-content .privacy-section ul{margin:1rem 0 1.5rem;padding-left:0;list-style:none}.privacy-content .privacy-section ul li{color:#333;margin-bottom:.8rem;padding-left:1.5rem;position:relative;line-height:1.6}.privacy-content .privacy-section ul li:before{content:"•";color:#015476;font-size:1.2rem;position:absolute;left:0;top:0}.privacy-content .privacy-section ul li strong{color:#015476;font-weight:600}.contact-info{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #015476;margin-top:1.5rem}@media(max-width:768px){.contact-info{padding:1.5rem}}.contact-info h3{color:#015476;margin-bottom:1rem;font-size:1.2rem}.contact-info h3:not(:first-child){margin-top:1.5rem}.contact-info p{margin-bottom:.5rem;color:#333}.contact-info p strong{color:#015476;font-weight:600}.privacy-footer{border-top:2px solid #e9ecef;padding-top:2rem;margin-top:3rem;text-align:center}.privacy-footer p{color:#6c757d;margin-bottom:1rem;line-height:1.6}.privacy-footer p a{color:#015476;text-decoration:none;font-weight:500}.privacy-footer p a:hover{text-decoration:underline}.privacy-policy-page a{color:#015476;text-decoration:underline}.privacy-policy-page a:hover,.privacy-policy-page a:focus{color:#013d5a;text-decoration:none}.privacy-policy-page a:focus{outline:2px solid #015476;outline-offset:2px;border-radius:2px}@media print{.privacy-policy-page{background:#fff;padding:0}.privacy-container{box-shadow:none;padding:1rem;max-width:none}.privacy-header h1,.privacy-content .privacy-section h2,.privacy-content .privacy-section h3{color:#000}.contact-info{background:#fff;border:1px solid #ccc}}@media(prefers-contrast:high){.privacy-container{border:2px solid #000}.privacy-header .intro,.contact-info{border-left-color:#000;background:#f0f0f0}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.terms-and-conditions{min-height:100vh;background-color:#f8f9fa;padding:2rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;margin-top:var(--navbar-height-mobile, 70px)}@media(min-width:768px){.terms-and-conditions{margin-top:var(--navbar-height-desktop, 100px)}}.terms-and-conditions .terms-container{max-width:800px;margin:0 auto;padding:0 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}@media(max-width:768px){.terms-and-conditions .terms-container{margin:0 1rem;border-radius:8px}}.terms-and-conditions .terms-header{background:linear-gradient(135deg,#015476,#017ba0);color:#fff;padding:3rem 2rem 2rem;text-align:center;position:relative}@media(max-width:768px){.terms-and-conditions .terms-header{padding:2rem 1rem 1.5rem}}.terms-and-conditions .terms-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}@media(max-width:768px){.terms-and-conditions .terms-header h1{font-size:2rem}}@media(max-width:480px){.terms-and-conditions .terms-header h1{font-size:1.75rem}}.terms-and-conditions .terms-header .last-updated{font-size:1rem;opacity:.9;margin:0;font-weight:400}@media(max-width:768px){.terms-and-conditions .terms-header .last-updated{font-size:.9rem}}.terms-and-conditions .terms-content{padding:2.5rem 2rem}@media(max-width:768px){.terms-and-conditions .terms-content{padding:2rem 1rem}}@media(max-width:480px){.terms-and-conditions .terms-content{padding:1.5rem 1rem}}.terms-and-conditions .terms-section{margin-bottom:2.5rem}.terms-and-conditions .terms-section:last-child{margin-bottom:0}.terms-and-conditions .terms-section h2{font-size:1.5rem;font-weight:700;color:#015476;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef;line-height:1.3}@media(max-width:768px){.terms-and-conditions .terms-section h2{font-size:1.3rem}}.terms-and-conditions .terms-section h3{font-size:1.25rem;font-weight:600;color:#017ba0;margin:1.5rem 0 .75rem;line-height:1.4}@media(max-width:768px){.terms-and-conditions .terms-section h3{font-size:1.1rem;margin:1.25rem 0 .5rem}}.terms-and-conditions .terms-section p{font-size:1rem;margin:0 0 1rem;color:#444;text-align:justify}@media(max-width:768px){.terms-and-conditions .terms-section p{font-size:.95rem;text-align:left}}.terms-and-conditions .terms-section p:last-child{margin-bottom:0}.terms-and-conditions .terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-and-conditions .terms-section ul li{font-size:1rem;margin:.5rem 0;color:#444;line-height:1.5}@media(max-width:768px){.terms-and-conditions .terms-section ul li{font-size:.95rem}}.terms-and-conditions .terms-section ul li strong{color:#015476;font-weight:600}.terms-and-conditions .terms-section .contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #015476;margin:1rem 0}.terms-and-conditions .terms-section .contact-info p{margin:.5rem 0;font-size:.95rem}.terms-and-conditions .terms-section .contact-info p:first-child{margin-top:0}.terms-and-conditions .terms-section .contact-info p:last-child{margin-bottom:0}.terms-and-conditions .terms-section .contact-info p strong{color:#015476;font-weight:600}.terms-and-conditions *:focus{outline:2px solid #015476;outline-offset:2px;border-radius:2px}@media(prefers-contrast:high){.terms-and-conditions .terms-header{background:#000;color:#fff}.terms-and-conditions .terms-section h2{color:#000;border-bottom-color:#000}.terms-and-conditions .terms-section h3{color:#000}.terms-and-conditions .contact-info{background:#f0f0f0;border-left-color:#000}}@media(prefers-reduced-motion:reduce){.terms-and-conditions *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.terms-and-conditions .terms-container{box-shadow:none;border:1px solid #ddd}.terms-and-conditions .terms-header{background:#015476!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.terms-and-conditions .terms-section{page-break-inside:avoid;margin-bottom:1.5rem}.terms-and-conditions .terms-section h2{page-break-after:avoid}.terms-and-conditions .contact-info{background:#f5f5f5!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media(prefers-color-scheme:dark){.terms-and-conditions{background-color:#121212;color:#e0e0e0}.terms-and-conditions .terms-container{background:#1e1e1e;border:1px solid #333}.terms-and-conditions .terms-section p,.terms-and-conditions .terms-section li{color:#e0e0e0}.terms-and-conditions .terms-section .contact-info{background:#2a2a2a;border-left-color:#015476}}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff;padding:3rem 2rem;overflow:hidden}.not-found-page .not-found-content{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:6rem;padding:0 2rem}@media(max-width:968px){.not-found-page .not-found-content{flex-direction:column;text-align:center;gap:3rem;padding:0 1rem}}@media(max-width:640px){.not-found-page .not-found-content{gap:2rem;padding:0 .5rem}}.not-found-page .text-section{flex:1;max-width:500px;padding-right:2rem}@media(max-width:968px){.not-found-page .text-section{max-width:100%;padding-right:0}}.not-found-page .error-heading{color:#1e1e1e;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}@media(max-width:968px){.not-found-page .error-heading{font-size:3rem;margin-bottom:1.25rem}}@media(max-width:640px){.not-found-page .error-heading{font-size:2.25rem;margin-bottom:1rem}}.not-found-page .error-message{color:#7e8b99;margin-bottom:3rem;font-size:1.125rem;line-height:1.7;font-weight:400}@media(max-width:968px){.not-found-page .error-message{margin-bottom:2.5rem}}@media(max-width:640px){.not-found-page .error-message{font-size:1rem;margin-bottom:2rem}}.not-found-page .action-buttons{display:flex;gap:1.25rem;margin-top:2.5rem;flex-wrap:wrap}@media(max-width:968px){.not-found-page .action-buttons{justify-content:center;margin-top:2rem}}@media(max-width:640px){.not-found-page .action-buttons{flex-direction:column;width:100%;gap:1rem;margin-top:1.5rem}}.not-found-page .btn{padding:1rem 2.25rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:52px}@media(max-width:640px){.not-found-page .btn{width:100%;text-align:center}}.not-found-page .primary-btn{background-color:#2b3a4f;color:#fff;border-color:#2b3a4f;box-shadow:0 2px 8px #2b3a4f26}.not-found-page .primary-btn:hover{background-color:#1f2937;border-color:#1f2937;transform:translateY(-2px);box-shadow:0 6px 16px #2b3a4f40}.not-found-page .secondary-btn{background-color:transparent;color:#2b3a4f;border:2px solid #D1D5DB}.not-found-page .secondary-btn:hover{background-color:#f9fafb;border-color:#2b3a4f;transform:translateY(-2px);box-shadow:0 4px 12px #2b3a4f1a}.not-found-page .illustration-section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:400px}@media(max-width:968px){.not-found-page .illustration-section{min-height:300px}}@media(max-width:640px){.not-found-page .illustration-section{min-height:250px}}.not-found-page .search-icon{position:absolute;top:5%;right:15%;width:160px;height:160px;animation:float 3s ease-in-out infinite}@media(max-width:968px){.not-found-page .search-icon{width:120px;height:120px;right:10%}}@media(max-width:640px){.not-found-page .search-icon{width:90px;height:90px}}.not-found-page .search-icon svg{width:100%;height:100%;filter:drop-shadow(0 10px 20px rgba(93,206,216,.3))}.not-found-page .lost-illustration{position:relative;width:300px;height:400px;animation:slideIn 1s ease-out}@media(max-width:968px){.not-found-page .lost-illustration{width:250px;height:330px}}@media(max-width:640px){.not-found-page .lost-illustration{width:200px;height:270px}}.not-found-page .lost-illustration svg{width:100%;height:100%}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.links{display:flex;align-items:center;gap:10px;padding-left:60px;padding-top:150px;font-size:1.2rem}.home-button{width:30px;height:auto;cursor:pointer}.profile-link{text-decoration:none;color:#2e4f6b}.active-page{font-weight:700;color:#2e4f6b}.separator{color:#2e4f6b;font-weight:700}.faq{display:flex;justify-content:space-between;align-items:flex-start;text-align:center;background-color:#f9f9f9}.faq h2{font-size:2rem;color:#2e4f6b;margin-bottom:40px}.faq h4{font-size:1.2rem;color:#2e4f6b;margin-bottom:40px}.faq .faq-container{background-color:#fff;padding:30px 30px 300px;border-radius:10px;box-shadow:0 4px 8px #0000001a;text-align:center}.faq .order-details{white-space:nowrap;background-color:#fff;padding:10px 350px 10px 10px;margin-left:40px;margin-bottom:50px;border-radius:10px;box-shadow:0 4px 8px #0000001a;text-align:left}.faq .resolution-center{background-color:#fff;padding:10px 350px 10px 10px;margin-left:40px;border-radius:10px;box-shadow:0 4px 8px #0000001a;text-align:left}.faq .faq-list{display:flex;flex-wrap:wrap;justify-content:space-between}.faq .faq-list .faq-item{background-color:#fff;border-radius:10px;padding:20px;width:100%;margin-bottom:20px;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:all .3s ease}.faq .faq-list .faq-item:hover{transform:translateY(-5px)}.faq .faq-list .faq-item.active{background-color:#e7f0f7}.faq .faq-list .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;color:#2e4f6b;font-weight:600;margin-bottom:10px}.faq .faq-list .faq-item .faq-icon{font-size:1.5rem;color:#2e4f6b}.faq .faq-list .faq-item .faq-answer{font-size:1rem;color:#777;text-align:left}.navigation-bar{position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 4px #0000001a;width:100%;overflow:visible!important;min-height:64px}.nav-react-icon,.mobile-menu-icon{display:flex;align-items:center;justify-content:center}.nav-icons .nav-react-icon,.icon-link .nav-react-icon{width:20px!important;height:20px!important;color:#333!important;display:inline-block!important;flex-shrink:0!important}.icon-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background-color .2s ease;cursor:pointer}.icon-link:hover{background-color:#0000000d}.icon-link img,.nav-react-icon{height:20px;width:20px;font-size:20px;color:#333;object-fit:contain}.mobile-nav{display:grid;grid-template-columns:1fr auto;align-items:center;padding:12px 16px;position:relative;width:100%}.logo{display:flex;align-items:center;cursor:pointer;justify-self:start}.logo img{height:32px}.hamburger-menu{background:none;border:none;padding:8px;margin:0;cursor:pointer;display:flex;flex-direction:column;gap:3px;border-radius:4px;transition:background-color .2s ease;justify-self:end}.hamburger-menu:hover{background-color:#f5f5f5}.hamburger-menu span{width:20px;height:2px;background-color:#333;transition:all .3s ease}.avatar{width:36px;height:36px;border-radius:50%;background-color:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;position:relative;overflow:visible}.avatar:hover{background-color:#0056b3}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden;position:absolute;top:0;left:0;z-index:1}.avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;z-index:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2000;display:flex}.mobile-menu{width:280px;height:100%;background-color:#fff;padding:0;display:flex;flex-direction:column;animation:slideInLeft .3s ease-out}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu-header{padding:20px 16px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:flex-start}.mobile-menu-user{display:flex;align-items:center;gap:12px;flex:1}.user-info{flex:1}.user-name{font-weight:600;font-size:1rem;color:#333;display:block;margin-bottom:4px}.earnings-mobile{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#666}.earnings-mobile img{width:16px;height:16px}.earnings-mobile .mobile-menu-icon{width:16px;height:16px;color:#666}.close-menu{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;line-height:1}.mobile-menu-links{list-style:none;padding:0;margin:0;flex:1}.mobile-menu-links li{padding:16px 20px;border-bottom:1px solid #f8f9fa;cursor:pointer;font-size:1rem;color:#333;transition:background-color .2s ease}.mobile-menu-links li:hover{background-color:#f8f9fa}.menu-item-content{display:flex;align-items:center;gap:12px}.menu-item-content img{width:20px;height:20px;object-fit:contain}.mobile-menu-icon{width:20px;height:20px;font-size:20px;color:#333}.small-avatar{width:20px;height:20px;font-size:.7rem}.small-avatar .avatar-image{width:20px;height:20px}.mobile-menu-links li.sign-out{color:#dc3545;margin-top:auto;border-top:1px solid #e9ecef;border-bottom:none}.mobile-menu-links li.notifications-item{color:#007bff}.mobile-menu-links li.notifications-item .menu-item-content{display:flex;align-items:center;gap:12px}.mobile-menu-links li.notifications-item img{width:20px;height:20px}.desktop-nav{display:none}.profile-avatar,.desktop-nav .profile-avatar{position:relative!important}.dropdown-menu,.nav-dropdown-menu{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;background:#fff!important;box-shadow:0 4px 12px #00000026!important;border-radius:8px!important;overflow:visible!important;z-index:999999!important;min-width:160px!important;border:1px solid #e9ecef!important;display:block!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;transform:none!important;padding:8px 0!important}.dropdown-item,.nav-dropdown-item{padding:12px 16px!important;cursor:pointer!important;font-size:.875rem!important;color:#333!important;transition:background-color .2s ease!important;border:none!important;background:transparent!important;width:100%!important;text-align:left!important;display:block!important;font-weight:400!important;line-height:1.4!important;box-sizing:border-box!important}.dropdown-item:hover,.nav-dropdown-item:hover{background-color:#f8f9fa!important}.dropdown-item:first-child{border-bottom:1px solid #e9ecef}@media(min-width:768px){.mobile-nav{padding:16px 24px}.logo img{height:36px}.avatar{width:40px;height:40px;font-size:1rem}}@media(min-width:1024px){.mobile-nav{display:none}.desktop-nav{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 24px!important;overflow:visible!important;position:relative!important;width:100%!important;box-sizing:border-box!important;height:64px!important;min-height:64px!important}.logo img{height:40px}.nav-links{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.nav-link{cursor:pointer;transition:all .2s ease;border-radius:8px}.text-link{font-size:1rem;padding:8px 16px;color:#2c3e50!important;font-weight:500;cursor:pointer}.text-link:hover{background-color:#f8f9fa;color:#007bff!important}.nav-actions{display:flex!important;align-items:center!important;gap:16px!important;overflow:visible!important;position:relative!important;flex-shrink:0!important;min-width:auto!important;height:100%!important}.nav-icons{display:flex!important;align-items:center!important;gap:2px!important;list-style:none!important;margin:0!important;padding:6px 12px!important;background-color:#f8f9fa!important;border-radius:12px!important;border:1px solid #e9ecef!important;height:40px!important;box-sizing:border-box!important;flex-shrink:0!important}.icon-link{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border-radius:8px!important;transition:background-color .2s ease!important;cursor:pointer!important;flex-shrink:0!important}.icon-link:hover{background-color:#fff!important}.icon-link img{height:18px!important;width:18px!important;object-fit:contain!important}.nav-icons .nav-react-icon,.nav-react-icon{width:18px!important;height:18px!important;color:#333!important;display:inline-block!important;flex-shrink:0!important}.mobile-menu-icon{height:18px!important;width:18px!important;font-size:18px!important;color:#333!important}.earnings{display:flex!important;align-items:center!important;gap:8px!important;font-size:.875rem!important;background-color:#f8f9fa!important;padding:0 16px!important;border-radius:12px!important;color:#333!important;cursor:pointer!important;transition:all .2s ease!important;border:1px solid #e9ecef!important;height:40px!important;box-sizing:border-box!important;flex-shrink:0!important;white-space:nowrap!important}.earnings:hover{background-color:#e9ecef!important;border-color:#dee2e6!important}.earnings img{height:18px!important;width:18px!important;flex-shrink:0!important}.earnings-icon{width:18px!important;height:18px!important;color:#333!important;flex-shrink:0!important}.earnings span,.earnings strong{color:#333!important;font-weight:500!important}.earnings strong{font-weight:600!important}.profile-avatar{display:flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;position:relative!important;padding:4px 8px!important;border-radius:8px!important;transition:background-color .2s ease!important;min-width:auto!important;flex-shrink:0!important;height:40px!important;box-sizing:border-box!important;overflow:visible!important}.profile-avatar:hover{background-color:#f8f9fa!important}.user-name-text{font-size:.9rem!important;color:#2c3e50!important;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important}.dropdown-arrow{display:flex!important;align-items:center!important;justify-content:center!important;color:#6c757d!important;transition:transform .2s ease!important;width:16px!important;height:16px!important;flex-shrink:0!important}.profile-avatar:hover .dropdown-arrow{color:#495057!important}.desktop-nav .avatar{width:32px!important;height:32px!important;font-size:.9rem!important;flex-shrink:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#007bff!important;color:#fff!important;font-weight:500!important;position:relative!important}.desktop-nav .avatar-image{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;overflow:hidden!important}.desktop-nav .avatar-initials{font-size:.9rem!important;font-weight:500!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;overflow:hidden!important}}@media(min-width:1200px){.desktop-nav{padding:12px 32px!important}.nav-links{gap:40px}.nav-actions{gap:20px!important}.search-container{max-width:450px;margin:0 32px}}.search-container{flex:1;max-width:400px;margin:0 24px}.search-form{position:relative;width:100%}.search-input{width:100%;padding:10px 48px 10px 16px;border:1px solid #ddd;border-radius:50px;font-size:14px;background-color:#f8f9fa;transition:all .2s ease;outline:none;height:40px;box-sizing:border-box}.search-input:focus{border-color:#007bff;background-color:#fff;box-shadow:0 0 0 3px #007bff1a}.search-input::placeholder{color:#6c757d}.search-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:6px;cursor:pointer;color:#6c757d;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:32px;height:32px}.search-button:hover{background-color:#e9ecef;color:#495057}@media(max-width:1023px){.search-container{display:none}}.mobile-search-container{padding:16px 20px;border-bottom:1px solid #e9ecef}.mobile-search-form{position:relative;width:100%}.mobile-search-input{width:100%;padding:12px 44px 12px 16px;border:1px solid #ddd;border-radius:25px;font-size:14px;background-color:#f8f9fa;transition:all .2s ease;outline:none;box-sizing:border-box}.mobile-search-input:focus{border-color:#007bff;background-color:#fff;box-shadow:0 0 0 2px #007bff1a}.mobile-search-input::placeholder{color:#6c757d}.mobile-search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:#6c757d;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:28px;height:28px}.mobile-search-button:hover{background-color:#e9ecef;color:#495057}.notification-bell-container{position:relative;display:inline-block;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.notification-bell{position:relative;background:transparent;border:none;cursor:pointer;padding:0;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.notification-bell:hover{background-color:#0000000d}.notification-bell img{width:24px;height:24px;object-fit:contain}.bell-icon{font-size:16px;width:16px;height:16px;color:#333}.notification-badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;transform:translate(25%,-25%)}.notification-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 4px 12px #00000026;width:380px;max-height:500px;overflow:hidden;z-index:1000;display:flex;flex-direction:column}.notification-header{padding:16px;border-bottom:1px solid #e1e8ed;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.notification-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.mark-all-read{background:none;border:none;color:#1da1f2;cursor:pointer;font-size:12px;font-weight:500;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.mark-all-read:hover{background-color:#1da1f21a}.notification-content{flex:1;overflow-y:auto;max-height:400px}.notification-loading,.no-notifications{padding:32px 16px;text-align:center;color:#657786;font-size:14px}.notification-list{display:flex;flex-direction:column}.notification-item{border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease;position:relative}.notification-item:hover{background-color:#f8f9fa}.notification-item.unread{background-color:#f0f8ff}.notification-item.expanded{background-color:#fafbfc}.notification-main{padding:12px 16px;display:flex;align-items:flex-start;gap:12px}.notification-icon{font-size:16px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-text{flex:1;min-width:0}.notification-title{font-weight:600;font-size:14px;color:#333;margin-bottom:4px;line-height:1.3}.notification-preview{font-size:13px;color:#657786;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:11px;color:#aab8c2;font-weight:400}.unread-dot{width:8px;height:8px;background:#1da1f2;border-radius:50%;flex-shrink:0;margin-top:4px}.expand-indicator{font-size:12px;color:#657786;margin-left:8px;flex-shrink:0;transition:transform .2s ease}.notification-item.expanded .expand-indicator{transform:rotate(0)}.notification-details{padding:0 16px 12px 48px;border-top:1px solid #e1e8ed;background:#fff}.notification-full-content{font-size:13px;color:#333;line-height:1.5;margin-bottom:8px;padding:12px 0;word-wrap:break-word}.notification-metadata{margin-bottom:8px}.notification-metadata small{color:#657786;font-size:11px}.notification-action-btn{background:#1da1f2;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.notification-action-btn:hover{background:#0d8bd9}.notification-footer{padding:12px 16px;border-top:1px solid #e1e8ed;background:#f8f9fa}.view-all-notifications{width:100%;background:none;border:1px solid #1da1f2;color:#1da1f2;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-all-notifications:hover{background:#1da1f2;color:#fff}@media(max-width:768px){.notification-dropdown{width:320px;right:-50px}}@media(max-width:480px){.notification-dropdown{width:280px;right:-80px;max-height:400px}.notification-main{padding:10px 12px;gap:10px}.notification-details{padding:0 12px 10px 40px}}.login-wrapper .login-left .login-image-section img{max-width:100%;height:auto;border-radius:10px}.login-wrapper .login-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-self:stretch;padding:3rem 6rem;overflow:visible;max-width:700px;margin:0 auto}.login-wrapper .login-right h2{font-weight:700;font-size:1.8rem;margin-top:0;margin-bottom:2rem;line-height:1.2}.login-wrapper .login-right .login-message{background:#e3f2fd;border:1px solid #1976d2;border-radius:8px;padding:16px;margin-bottom:20px}.login-wrapper .login-right .login-message p{margin:0;color:#1976d2;font-size:.9rem;font-weight:500}.login-wrapper .login-right form{display:flex;flex-direction:column;width:100%;max-width:460px}.login-wrapper .login-right form label{font-weight:500;margin-bottom:5px}.login-wrapper .login-right form input{width:100%;max-width:100%;padding:.8rem;margin-bottom:1.5rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.login-wrapper .login-right form .auth-password-input{position:relative;width:100%;margin-bottom:1.5rem}.login-wrapper .login-right form .auth-password-input input{width:100%;max-width:100%;padding:.8rem 3rem .8rem .8rem;margin-bottom:0;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.login-wrapper .login-right form .auth-password-input .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;z-index:2}.login-wrapper .login-right form .auth-password-input .password-toggle:hover{color:#005fa3}.login-wrapper .login-right form .auth-password-input .password-toggle:focus{outline:2px solid #005fa3;outline-offset:2px;border-radius:4px}.login-wrapper .login-right form .auth-password-input .password-toggle svg{width:20px;height:20px}.login-wrapper .login-right .btn-primary{background:#005fa3;color:#fff;padding:.8rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.login-wrapper .login-right .divider{text-align:center;margin:1.5rem 0;color:#999}.login-wrapper .login-right .social-login{display:flex;gap:1rem}.login-wrapper .login-right .social-login button{flex:1;padding:.8rem;border:1px solid #ccc;border-radius:6px;cursor:pointer}.login-wrapper .login-right .signup-text{margin-top:2rem;font-size:.9rem}.login-wrapper .login-right .terms{margin-top:1rem;font-size:.8rem;color:#666}@media(max-width:1024px){.login-wrapper .login-left{padding:1.5rem}.login-wrapper .login-right{padding:2rem 3rem}.login-wrapper .login-right h2{font-size:1.6rem;margin-top:0;line-height:1.2}}@media(max-width:768px){.login-wrapper{flex-direction:column}.login-wrapper .login-left{display:none}.login-wrapper .login-right{flex:none;width:100%;padding:1.5rem;max-width:100%}.login-wrapper .login-right h2{font-size:1.4rem;margin-top:0;line-height:1.2}.login-wrapper .login-right form input{padding:.7rem}.login-wrapper .login-right form .password-input input{padding:.7rem 3rem .7rem .7rem}.login-wrapper .login-right form .password-input .password-toggle{right:10px}}@media(prefers-color-scheme:dark){.login-wrapper{background:linear-gradient(180deg,#0f172a,#1e293b)}.login-wrapper .login-right{color:#e2e8f0}.login-wrapper .login-right h2{color:#e0f2ff}.login-wrapper .login-right .login-message{background:#0ea5e926;border-color:#0ea5e959}.login-wrapper .login-right .login-message p{color:#bae6fd}.login-wrapper .login-right label,.login-wrapper .login-right .signup-text,.login-wrapper .login-right .terms,.login-wrapper .login-right .divider{color:#cbd5f5}.login-wrapper .login-right input{background:#0f172a73;border-color:#94a3b880;color:#e2e8f0}.login-wrapper .login-right input::placeholder{color:#94a3b8}.login-wrapper .login-right .auth-password-input .password-toggle{color:#cbd5f5}.login-wrapper .login-right .auth-password-input .password-toggle:hover{color:#38bdf8}.login-wrapper .login-right .auth-password-input .password-toggle:focus{outline-color:#0ea5e9}.login-wrapper .btn-primary{background:#0ea5e9;color:#0f172a;box-shadow:0 8px 20px #0ea5e94d}.login-wrapper .btn-primary:hover{box-shadow:0 10px 24px #0ea5e973}}:root{--primary-color: #02445f;--primary-hover: #033654;--secondary-color: #e8f4f8;--text-primary: #333333;--text-secondary: #666666;--text-light: #888888;--background-primary: #ffffff;--background-light: #f8fafc;--background-white: #ffffff;--border-color: #e1e5e9;--border-focus: rgba(2, 68, 95, .2);--error-color: #e74c3c;--success-color: #27ae60;--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-pill: 25px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .2);--transition-fast: all .15s ease;--transition-normal: all .3s ease;--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, #024d6b 100%);--gradient-google: linear-gradient(135deg, #db4437 0%, #c23321 100%);--gradient-apple: linear-gradient(135deg, #333333 0%, #1a1a1a 100%)}.login-wrapper{display:flex;min-height:100vh;font-family:Inter,sans-serif;align-items:stretch}.login-wrapper .login-left{flex:.4;background:linear-gradient(180deg,#119cd4,#05668d);padding:2rem;display:flex;flex-direction:column;min-height:100%;align-self:stretch}.login-wrapper .login-left .login-logo-section{display:flex;justify-content:flex-start;margin-bottom:2rem}.login-wrapper .login-left .login-logo-section img{max-width:150px;height:auto}.login-wrapper .login-left .login-image-section{flex:1;display:flex;justify-content:center;align-items:center}.login-wrapper .login-left .login-image-section img{max-width:80%;height:auto;border-radius:10px}.login-wrapper .login-right{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;align-self:stretch;padding:2rem 3rem;overflow:visible;max-width:700px;margin:0 auto;min-height:100%}.login-wrapper .login-right h2{font-weight:700;font-size:1.75rem;color:var(--primary-color);margin:2rem 0 1.5rem;text-align:center;line-height:1.2;width:100%}.login-wrapper .login-right form.login-form{width:100%;max-width:460px;display:flex;flex-direction:column;gap:1rem}.login-wrapper .login-right form.login-form .input-group{width:100%;display:flex;flex-direction:column;gap:1rem}.login-wrapper .login-right form.login-form .input-group>div{width:100%}.login-wrapper .login-right form.login-form .input-group input,.login-wrapper .login-right form.login-form .password-input,.login-wrapper .login-right form.login-form .password-input input,.login-wrapper .login-right form.login-form .radio-group{width:100%}.register-page{min-height:100vh;background:linear-gradient(135deg,var(--background-light) 0%,var(--secondary-color) 100%);padding:1rem;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.create-account-container{width:100%;max-width:420px;background:var(--background-white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);overflow:hidden;display:flex;flex-direction:column;min-height:550px}.form-container{flex:1;padding:1rem 1.25rem;display:flex;flex-direction:column;justify-content:center}.form-container h1{font-size:1.75rem;font-weight:700;color:var(--primary-color);margin:0 0 1rem;text-align:center;line-height:1.2}form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.25rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group>div{flex:1}@media(min-width:768px){.login-right .input-group{flex-direction:row;gap:1rem}.login-right .input-group>div{flex:1;min-width:0}.login-right .input-group input{width:100%}}input:not([type=radio]){width:100%;padding:.5rem .75rem;border:2px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:.95rem;background-color:var(--background-white);transition:var(--transition-fast);box-sizing:border-box;font-family:inherit}input:not([type=radio]):focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--border-focus);background-color:var(--background-white)}input:not([type=radio])::placeholder{color:var(--text-light);font-size:.95rem}input:not([type=radio]):invalid{border-color:var(--error-color)}input:not([type=radio]):valid:not(:placeholder-shown){border-color:var(--success-color)}.password-input{position:relative}.password-input input{width:100%;padding:.5rem 2.5rem .5rem .75rem;border:2px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:.95rem;background-color:var(--background-white);transition:var(--transition-fast);box-sizing:border-box;font-family:inherit}.password-input input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--border-focus);background-color:var(--background-white)}.password-input input::placeholder{color:var(--text-light);font-size:.95rem}.password-input .password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;z-index:2;width:32px;height:32px;border-radius:4px}.password-input .password-toggle:hover{color:var(--primary-color)}.password-input .password-toggle:focus{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:4px}.password-input .password-toggle svg{width:20px;height:20px}.radio-group{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0;padding:.75rem;background:var(--background-light);border-radius:var(--border-radius-sm);border:1px solid var(--border-color)}.radio-label{display:flex;align-items:center;cursor:pointer;font-size:.95rem;font-weight:500;color:var(--text-primary);padding:.25rem;border-radius:var(--border-radius-sm);transition:var(--transition-fast)}.radio-label:hover{background-color:#02445f0d}.radio-label input[type=radio]{display:none}.radio-label .custom-radio{width:20px;height:20px;border:2px solid var(--primary-color);border-radius:50%;margin-right:.75rem;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);flex-shrink:0}.radio-label .custom-radio:after{content:"";width:10px;height:10px;background:var(--primary-color);border-radius:50%;display:none;transition:var(--transition-fast)}.radio-label input[type=radio]:checked+.custom-radio{background-color:#02445f1a}.radio-label input[type=radio]:checked+.custom-radio:after{display:block}.btn{width:100%;padding:.875rem 1.5rem;border:none;border-radius:var(--border-radius-pill);font-size:.95rem;font-weight:600;cursor:pointer;transition:var(--transition-normal);box-shadow:var(--shadow-sm);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.btn:active{transform:translateY(1px)}.btn:disabled{background:linear-gradient(135deg,#ccc,#bbb);color:var(--text-light);cursor:not-allowed;transform:none;box-shadow:none}.btn:not(.google):not(.apple){background:var(--gradient-primary);color:#fff}.btn:not(.google):not(.apple):hover:not(:disabled){background:linear-gradient(135deg,var(--primary-hover) 0%,#012d3d 100%);transform:translateY(-2px);box-shadow:var(--shadow-md)}.error-text{color:var(--error-color);font-size:.85rem;font-weight:500;background:linear-gradient(135deg,#e74c3c1a,#e74c3c0d);padding:.5rem .75rem;border-radius:var(--border-radius-sm);border-left:3px solid var(--error-color);margin:.25rem 0 0;line-height:1.4}.signup-text{margin:.5rem 0;font-size:.9rem;text-align:center;color:var(--text-secondary)}.signup-text a{color:var(--primary-color);text-decoration:none;font-weight:500}.signup-text a:hover{text-decoration:underline}.email-confirmation-notice{margin:1rem 0}.email-confirmation-notice .notice-text{color:var(--text-secondary);font-size:.85rem;font-weight:500;background:linear-gradient(135deg,#02445f14,#e8f4f866);padding:.75rem 1rem;border-radius:var(--border-radius-sm);border-left:3px solid var(--primary-color);margin:0;line-height:1.5;border:1px solid rgba(2,68,95,.1)}.email-confirmation-notice .notice-text strong{color:var(--primary-color);font-weight:600}.image-container{display:none}@media(min-width:480px){.register-page{padding:1.5rem}.create-account-container{max-width:500px}.form-container{padding:2.5rem 2rem}.form-container h1{font-size:2rem}.input-group{flex-direction:row;gap:1rem}input:not([type=radio]){padding:1rem 1.25rem;font-size:1.05rem}.btn{padding:1rem 2rem;font-size:1rem}.radio-group{flex-direction:row;gap:1rem;padding:.75rem}.radio-label{font-size:1rem;padding:.5rem}.error-text{font-size:.9rem;padding:.625rem 1rem}}@media(min-width:768px){.register-page{padding:2rem}.create-account-container{max-width:900px;flex-direction:row;min-height:600px}.form-container{flex:1;padding:3rem 2.5rem;min-height:600px}.form-container h1{font-size:2.25rem;margin-bottom:2.5rem;text-align:left}form{gap:1.25rem;margin-bottom:2.5rem}.input-group{gap:1.25rem}input:not([type=radio]){max-width:400px;padding:1.125rem 1.25rem;font-size:1.1rem}.password-input{max-width:400px}.password-input input{padding:1.125rem 3rem 1.125rem 1.25rem}.password-input .password-toggle{right:12px;width:36px;height:36px;padding:8px}.btn{max-width:300px;padding:1.125rem 2.5rem;font-size:1.1rem;align-self:flex-start}.radio-group{max-width:400px;padding:.875rem;gap:1rem}.error-text{max-width:400px;font-size:.95rem;padding:.75rem 1rem}.email-confirmation-notice{margin:1.5rem 0}.email-confirmation-notice .notice-text{max-width:400px;font-size:.9rem;padding:1rem 1.25rem}.image-container{display:flex;flex:1;align-items:center;justify-content:center;background:linear-gradient(135deg,#02445f0d,#e8f4f8cc);padding:2rem}.image-container img{width:100%;height:auto;max-width:350px;border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);transition:var(--transition-normal);object-fit:cover}.image-container img:hover{transform:scale(1.02);box-shadow:0 12px 32px #00000040}}@media(min-width:1024px){.register-page{padding:3rem}.create-account-container{max-width:1100px;min-height:700px}.form-container{padding:4rem 3rem}.form-container h1{font-size:2.5rem;margin-bottom:3rem}form{gap:1.5rem;margin-bottom:1rem}.input-group{gap:1.5rem}.login-right input:not([type=radio]),.login-right .password-input input{width:100%;max-width:none;padding:1.25rem 1.5rem;font-size:1.15rem}.btn{max-width:350px;padding:1.25rem 3rem;font-size:1.15rem}.radio-group{max-width:450px;padding:1rem;gap:1rem}.radio-label{font-size:1.1rem;padding:.5rem}.image-container{padding:3rem}.image-container img{max-width:400px}.error-text{font-size:1rem;padding:1rem 1.25rem}}@media(min-width:1200px){.create-account-container{max-width:1200px}.form-container{padding:5rem 4rem}.form-container h1{font-size:2.75rem;margin-bottom:3.5rem}.login-right input:not([type=radio]),.login-right .password-input input{width:100%;max-width:none;padding:1.375rem 1.75rem;font-size:1.2rem}.btn{max-width:400px;padding:1.375rem 3.5rem;font-size:1.2rem}.radio-group{max-width:500px;padding:1rem}.radio-label{font-size:1.15rem;padding:.5rem}.image-container{padding:4rem}.image-container img{max-width:450px}}@media(hover:none)and (pointer:coarse){.btn:hover,.radio-label:hover,.image-container img:hover{transform:none;box-shadow:var(--shadow-sm)}.btn:active,.radio-label:active{transform:scale(.98)}.password-toggle{padding:10px;width:36px;height:36px}.password-toggle:hover{color:#666}.password-toggle:active{color:var(--primary-color)}.password-toggle svg{width:18px;height:18px}}@media(prefers-contrast:high){:root{--shadow-sm: 0 2px 4px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6)}.btn,input:not([type=radio]){border:2px solid currentColor}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1024px){.login-wrapper .login-left{padding:1.5rem}.login-wrapper .login-right{padding:1.5rem 2rem;justify-content:flex-start}.login-wrapper .login-right h2{font-size:1.5rem;margin:1.5rem 0}}@media(max-width:768px){.login-wrapper{flex-direction:column}.login-wrapper .login-left{display:none}.login-wrapper .login-right{flex:none;width:100%;padding:1rem;max-width:100%;justify-content:flex-start;min-height:100vh}.login-wrapper .login-right h2{font-size:1.4rem;margin:1rem 0}}@media(prefers-color-scheme:dark){:root{--primary-color: #4a9eff;--primary-hover: #3a8eef;--text-primary: #e0e0e0;--text-secondary: #b0b0b0;--text-light: #888888;--background-primary: #1a1a1a;--background-white: #2d2d2d;--background-light: #333333;--border-color: #404040;--border-focus: rgba(74, 158, 255, .3)}.register-page{background:linear-gradient(135deg,var(--background-primary) 0%,#0d1418 100%)}.login-wrapper{background:linear-gradient(180deg,#0f172a,#1e293b)}.login-wrapper .login-right{color:#e2e8f0}.login-wrapper .login-right h2{color:#e0f2ff}.login-wrapper .login-right form.login-form label,.login-wrapper .login-right .signup-text,.login-wrapper .login-right .terms{color:#cbd5f5}.login-wrapper .login-right input{background:#0f172a73;border-color:#94a3b880;color:#e2e8f0}.login-wrapper .login-right input::placeholder{color:#94a3b8}.login-wrapper .login-right .password-input .password-toggle{color:#cbd5f5}.login-wrapper .login-right .password-input .password-toggle:hover{color:#38bdf8}.login-wrapper .login-right .password-input .password-toggle:focus{outline-color:#0ea5e9}.login-wrapper .btn-primary{background:#0ea5e9;color:#0f172a;box-shadow:0 8px 20px #0ea5e94d}.login-wrapper .btn-primary:hover{box-shadow:0 10px 24px #0ea5e973}input:not([type=radio]){color:var(--text-primary)}input:not([type=radio])::placeholder{color:var(--text-light)}.error-text{background:linear-gradient(135deg,#e74c3c33,#e74c3c1a)}.radio-group{background:var(--background-light)}.login-wrapper .login-right .radio-group{background:#ffffff14;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 25px #0006}}.forgot-password-page{display:flex;min-height:100vh;font-family:Inter,sans-serif;align-items:stretch;background:linear-gradient(180deg,#f4f7fb,#fff)}.forgot-password-page .login-left{flex:.4;background:linear-gradient(180deg,#119cd4,#05668d);padding:2rem;display:flex;flex-direction:column;min-height:100%;align-self:stretch}.forgot-password-page .login-left .login-logo-section{display:flex;justify-content:flex-start;margin-bottom:2rem}.forgot-password-page .login-left .login-logo-section img{max-width:150px;height:auto}.forgot-password-page .login-left .login-image-section{flex:1;display:flex;justify-content:center;align-items:center}.forgot-password-page .login-left .login-image-section img{max-width:85%;height:auto;border-radius:10px}.forgot-password-page .login-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:3rem 6rem;max-width:700px;margin:0 auto;overflow:visible}.forgot-password-page .login-right h2{font-weight:700;font-size:1.8rem;color:#02445f;margin:0 0 1rem;width:100%}.forgot-password-page .forgot-subtitle{width:100%;max-width:460px;color:#4a4a4a;margin-bottom:2rem;line-height:1.5}.forgot-password-page .login-form{width:100%;max-width:460px;display:flex;flex-direction:column;gap:1rem}.forgot-password-page .login-form label{font-weight:500;color:#1f2933}.forgot-password-page .login-form input{width:100%;padding:.8rem .95rem;border:1px solid #cfd8dc;border-radius:6px;font-size:1rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.forgot-password-page .login-form input:focus{outline:none;border-color:#05668d;box-shadow:0 0 0 3px #05668d26}.forgot-password-page .password-input{position:relative;width:100%}.forgot-password-page .password-input input{width:100%;padding-right:3rem}.forgot-password-page .password-input .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease}.forgot-password-page .password-input .password-toggle:hover{color:#02445f}.forgot-password-page .password-input .password-toggle:focus{outline:2px solid #05668d;outline-offset:2px;border-radius:4px}.forgot-password-page .password-input .password-toggle svg{width:20px;height:20px}.forgot-password-page .password-strength{width:100%;max-width:460px;margin-top:-.25rem;margin-bottom:.5rem}.forgot-password-page .password-strength .strength-bar{width:100%;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden;margin-bottom:.35rem}.forgot-password-page .password-strength .strength-bar .strength-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.forgot-password-page .password-strength .strength-text{font-size:.85rem;font-weight:600;text-align:center;display:block;min-height:18px}.forgot-password-page .btn-primary{background:#05668d;color:#fff;padding:.9rem;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.forgot-password-page .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #05668d40}.forgot-password-page .btn-primary:disabled{opacity:.7;cursor:not-allowed}.forgot-password-page .error-message{width:100%;max-width:460px;background:#ff4b4b1a;border:1px solid rgba(255,75,75,.25);border-radius:6px;padding:.75rem;font-size:.9rem;color:#b91c1c}.forgot-password-page .back-to-login{margin-top:1.5rem;font-size:.9rem;color:#4a4a4a}.forgot-password-page .back-to-login a{color:#05668d;font-weight:600;text-decoration:none}.forgot-password-page .back-to-login a:hover{text-decoration:underline}@media(max-width:1024px){.forgot-password-page .login-left{padding:1.5rem}.forgot-password-page .login-right{padding:2.5rem 3rem}.forgot-password-page .login-right h2{font-size:1.6rem}}@media(max-width:768px){.forgot-password-page{flex-direction:column}.forgot-password-page .login-left{display:none}.forgot-password-page .login-right{padding:2rem 1.5rem;width:100%;max-width:100%;align-items:flex-start}.forgot-password-page .login-right h2{font-size:1.4rem}.forgot-password-page .forgot-subtitle,.forgot-password-page .login-form,.forgot-password-page .password-strength,.forgot-password-page .error-message{max-width:100%}}@media(prefers-color-scheme:dark){.forgot-password-page{background:linear-gradient(180deg,#0f172a,#1e293b)}.forgot-password-page .login-right h2{color:#e0f2ff}.forgot-password-page .forgot-subtitle{color:#cbd5f5}.forgot-password-page .login-form input{background:#0f172a66;border-color:#94a3b866;color:#e2e8f0}.forgot-password-page .login-form input::placeholder{color:#94a3b8}.forgot-password-page .btn-primary{background:#0ea5e9}.forgot-password-page .btn-primary:hover:not(:disabled){box-shadow:0 8px 20px #0ea5e94d}.forgot-password-page .error-message{background:#f8717126;border-color:#f871714d;color:#fecaca}.forgot-password-page .back-to-login{color:#cbd5f5}.forgot-password-page .back-to-login a{color:#38bdf8}}.confirm-email-page{display:flex;min-height:100vh;font-family:Inter,sans-serif;align-items:stretch;background:linear-gradient(180deg,#f4f7fb,#fff)}.confirm-email-page .login-left{flex:.4;background:linear-gradient(180deg,#119cd4,#05668d);padding:2rem;display:flex;flex-direction:column;min-height:100%;align-self:stretch}.confirm-email-page .login-left .login-logo-section{display:flex;justify-content:flex-start;margin-bottom:2rem}.confirm-email-page .login-left .login-logo-section img{max-width:150px;height:auto}.confirm-email-page .login-left .login-image-section{flex:1;display:flex;justify-content:center;align-items:center}.confirm-email-page .login-left .login-image-section img{max-width:85%;height:auto;border-radius:10px}.confirm-email-page .login-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:3rem 6rem;max-width:700px;margin:0 auto;overflow:visible}.confirm-email-page .confirm-email-content{width:100%;max-width:460px;display:flex;flex-direction:column;gap:1.5rem}.confirm-email-page .confirm-email-state{display:flex;flex-direction:column;gap:1rem;text-align:left}.confirm-email-page .confirm-email-state h2{font-weight:700;font-size:1.75rem;color:#02445f;margin:0}.confirm-email-page .confirm-subtitle{color:#4a4a4a;margin:0;line-height:1.6}.confirm-email-page .status-note{font-size:.9rem;color:#6b7280}.confirm-email-page .spinner{width:48px;height:48px;border:4px solid rgba(2,68,95,.15);border-top:4px solid #05668d;border-radius:50%;animation:spin 1s linear infinite}.confirm-email-page .btn-primary{background:#05668d;color:#fff;padding:.9rem;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.confirm-email-page .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #05668d40}.confirm-email-page .btn-primary:disabled{opacity:.7;cursor:not-allowed}.confirm-email-page .btn-secondary{background:transparent;color:#05668d;padding:.85rem;border-radius:6px;border:1px solid rgba(5,102,141,.3);font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease,color .2s ease}.confirm-email-page .btn-secondary:hover{background:#05668d14;color:#02445f}.confirm-email-page .error-state .confirm-subtitle{color:#b91c1c}@media(max-width:1024px){.confirm-email-page .login-left{padding:1.5rem}.confirm-email-page .login-right{padding:2.5rem 3rem}}@media(max-width:768px){.confirm-email-page{flex-direction:column}.confirm-email-page .login-left{display:none}.confirm-email-page .login-right{padding:2rem 1.5rem;width:100%;max-width:100%;align-items:flex-start}.confirm-email-page .confirm-email-content{max-width:100%}}@media(prefers-color-scheme:dark){.confirm-email-page{background:linear-gradient(180deg,#0f172a,#1e293b)}.confirm-email-page .login-right h2{color:#e0f2ff}.confirm-email-page .confirm-subtitle{color:#cbd5f5}.confirm-email-page .btn-primary{background:#0ea5e9}.confirm-email-page .btn-primary:hover:not(:disabled){box-shadow:0 8px 20px #0ea5e94d}.confirm-email-page .btn-secondary{border-color:#38bdf866;color:#bae6fd}.confirm-email-page .btn-secondary:hover{background:#0ea5e926;color:#e0f2ff}.confirm-email-page .status-note{color:#94a3b8}}.resend-confirmation-page{padding:2rem;background-color:#f5f5f5;min-height:100vh;display:flex;align-items:center}@media(min-width:768px){.resend-confirmation-page{padding:3rem}}@media(min-width:1024px){.resend-confirmation-page{padding:4rem}}.resend-confirmation-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:auto;background-color:transparent;color:#666;padding:1rem}@media(min-width:768px){.resend-confirmation-container{flex-direction:row}}.resend-confirmation-container .form-container{width:100%;max-width:500px;flex:1;padding:1.5rem}@media(min-width:768px){.resend-confirmation-container .form-container{padding:2rem}}.resend-confirmation-container .form-container h1{font-size:1.8rem;margin-bottom:10px;color:#02445f;text-align:center}@media(min-width:768px){.resend-confirmation-container .form-container h1{text-align:left}}.resend-confirmation-container .form-container .subtitle{font-size:.95rem;color:#666;margin-bottom:25px;line-height:1.5;text-align:center}@media(min-width:768px){.resend-confirmation-container .form-container .subtitle{text-align:left}}.resend-confirmation-container .form-container form{margin-bottom:25px}.resend-confirmation-container .form-container form input[type=email]{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;margin-bottom:15px;font-size:1rem;box-sizing:border-box}.resend-confirmation-container .form-container form input[type=email]:focus{outline:none;border-color:#02445f;box-shadow:0 0 0 2px #02445f1a}.resend-confirmation-container .form-container .btn{background-color:#02445f;color:#fff;border:none;padding:12px 24px;border-radius:5px;font-size:1rem;cursor:pointer;width:100%;margin-bottom:15px;transition:background-color .3s ease}.resend-confirmation-container .form-container .btn:hover{background-color:#033a51}.resend-confirmation-container .form-container .btn:disabled{background-color:#ccc;cursor:not-allowed}.resend-confirmation-container .form-container .btn.secondary{background-color:#fff;color:#02445f;border:2px solid #02445F}.resend-confirmation-container .form-container .btn.secondary:hover{background-color:#f8f9fa}.resend-confirmation-container .form-container .error-message{color:#f44336;font-size:.9rem;margin-bottom:15px;text-align:center}.resend-confirmation-container .form-container .help-text{background-color:#f8f9fa;padding:15px;border-radius:5px;margin-bottom:20px;border-left:4px solid #02445F}.resend-confirmation-container .form-container .help-text p{margin:0 0 10px;font-weight:600;color:#02445f}.resend-confirmation-container .form-container .help-text ul{margin:0;padding-left:20px}.resend-confirmation-container .form-container .help-text ul li{margin-bottom:5px;color:#666;font-size:.9rem}.resend-confirmation-container .form-container .action-links{text-align:center;margin-top:20px}.resend-confirmation-container .form-container .action-links .link{color:#02445f;text-decoration:none;font-size:.9rem}.resend-confirmation-container .form-container .action-links .link:hover{text-decoration:underline}.resend-confirmation-container .form-container .action-links .separator{margin:0 10px;color:#ccc}.resend-confirmation-container .image-container{display:none}@media(min-width:768px){.resend-confirmation-container .image-container{display:block;flex:1;max-width:500px;text-align:center}}.resend-confirmation-container .image-container img{width:100%;height:auto;max-width:400px}.success-state{text-align:center;display:flex;flex-direction:column;align-items:center}.success-state .success-icon{width:60px;height:60px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px}.success-state h1{text-align:center!important}.success-state .success-message{color:#4caf50;font-weight:500;margin-bottom:15px;text-align:center}.success-state .subtitle{text-align:center!important}@media(max-width:767px){.resend-confirmation-container,.resend-confirmation-container .form-container{padding:1rem}.resend-confirmation-container .form-container h1{font-size:1.5rem}.resend-confirmation-container .form-container .subtitle{font-size:.9rem}}@media(min-width:1200px){.resend-confirmation-container{max-width:1200px;margin:0 auto}}.unauthorized-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff;padding:3rem 2rem;overflow:hidden}.unauthorized-content{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:6rem;padding:0 2rem}.text-section{flex:1;max-width:500px;padding-right:2rem}.error-heading{color:#1e1e1e;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.error-message{color:#7e8b99;margin-bottom:3rem;font-size:1.125rem;line-height:1.7;font-weight:400}.action-buttons{display:flex;gap:1.25rem;margin-top:2.5rem;flex-wrap:wrap}.btn{padding:1rem 2.25rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;display:inline-block;min-width:200px;height:52px;display:inline-flex;align-items:center;justify-content:center}.primary-btn{background-color:#2b3a4f;color:#fff;border-color:#2b3a4f;box-shadow:0 2px 8px #2b3a4f26}.primary-btn:hover{background-color:#1f2937;border-color:#1f2937;transform:translateY(-2px);box-shadow:0 6px 16px #2b3a4f40}.secondary-btn{background-color:transparent;color:#2b3a4f;border:2px solid #D1D5DB}.secondary-btn:hover{background-color:#f9fafb;border-color:#2b3a4f;transform:translateY(-2px);box-shadow:0 4px 12px #2b3a4f1a}.illustration-section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:400px}.shield-icon{position:absolute;top:10%;right:20%;width:180px;height:220px;animation:float 3s ease-in-out infinite}.shield-icon svg{width:100%;height:100%;filter:drop-shadow(0 10px 20px rgba(93,206,216,.3))}.guard-illustration{position:relative;width:300px;height:400px;animation:slideIn 1s ease-out}.guard-illustration svg{width:100%;height:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.unauthorized-page{padding:2rem 1.5rem}.unauthorized-content{flex-direction:column;text-align:center;gap:3rem;padding:0 1rem}.text-section{max-width:100%;padding-right:0}.error-heading{font-size:3rem;margin-bottom:1.25rem}.error-message{margin-bottom:2.5rem}.action-buttons{justify-content:center;margin-top:2rem}.illustration-section{min-height:300px}.guard-illustration{width:250px;height:330px}.shield-icon{width:140px;height:170px;right:10%}}@media(max-width:640px){.unauthorized-page{padding:1.5rem 1rem}.unauthorized-content{gap:2rem;padding:0 .5rem}.error-heading{font-size:2.25rem;margin-bottom:1rem}.error-message{font-size:1rem;margin-bottom:2rem}.action-buttons{flex-direction:column;width:100%;gap:1rem;margin-top:1.5rem}.btn{width:100%;text-align:center}.illustration-section{min-height:250px}.guard-illustration{width:200px;height:270px}.shield-icon{width:100px;height:120px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-card{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:24px 20px;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;width:100%;max-width:400px;min-width:280px;flex:none;flex-shrink:0;box-sizing:border-box;transition:box-shadow .3s ease;margin:0 auto}.profile-card:hover{box-shadow:0 6px 12px #00000014}.profile-picture-container{width:80px;height:80px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.profile-picture{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0}.profile-initials-avatar{width:80px;height:80px;border-radius:50%;background-color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;border:3px solid #f0f0f0;text-transform:uppercase;font-family:Kanit,sans-serif;letter-spacing:1px}.profile-name{font-size:1.25rem;font-weight:600;margin:0 0 8px;color:#333;line-height:1.3;font-family:Kanit,sans-serif;text-align:center}.profile-username{font-size:.9rem;color:#888;margin-bottom:20px;word-break:break-word;font-family:Ag,Kanit,sans-serif;text-align:center}.view-profile{display:inline-block;padding:12px 0;width:100%;margin-bottom:16px;border:1.5px solid #999;border-radius:8px;font-size:.95rem;font-weight:500;color:#444;background-color:#fff;text-decoration:none;text-align:center;transition:all .3s ease;touch-action:manipulation}.view-profile:hover{background-color:#f2f2f2;border-color:#666}.divider{width:100%;height:1px;background-color:#eee;margin:20px 0}.availability-buttons{display:flex;justify-content:center;gap:10px;width:100%}.availability-button{flex:1;padding:10px 0;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;border:none;transition:all .3s ease;touch-action:manipulation;min-height:44px}.available{background-color:#00c9a7;color:#fff}.unavailable{background-color:#e0e0e0;color:#888}.availability-button:hover,.availability-button:active{opacity:.9;transform:scale(.98)}.profile-loading,.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;padding:20px;text-align:center}.profile-loading p{color:#666;font-size:14px;margin:0}.profile-error p{color:#dc3545;font-size:14px;margin-bottom:12px}.profile-error button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;min-height:44px;touch-action:manipulation;transition:background-color .3s ease}.profile-error button:hover{background-color:#0056b3}@media(min-width:576px){.profile-card{padding:28px 24px;max-width:450px;min-width:320px}.profile-picture-container{width:90px;height:90px;margin-bottom:18px}.profile-picture{width:90px;height:90px}.profile-initials-avatar{width:90px;height:90px;font-size:36px}.profile-name{font-size:1.4rem;margin-bottom:10px}.profile-username{font-size:1rem;margin-bottom:24px}.view-profile{font-size:1rem;margin-bottom:20px}.availability-button{font-size:.95rem}}@media(min-width:768px){.profile-card{min-width:350px;max-width:480px}}@media(min-width:992px){.profile-card{min-width:380px;max-width:500px}}.statistics-card{background-color:#fff;padding:16px;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;gap:16px;width:100%;min-width:0;flex:none;flex-shrink:0;box-sizing:border-box;transition:box-shadow .3s ease}.statistics-card:hover{box-shadow:0 6px 12px #00000014}.stat{display:flex;align-items:center;gap:12px;padding:8px 0}.stat-icon{width:24px;height:24px;border-radius:8px;padding:6px;background-color:#f0f0f0;flex-shrink:0;object-fit:contain}.stat:nth-child(1) .stat-icon{background-color:#e9fbd4}.stat:nth-child(2) .stat-icon{background-color:#fff5cd}.stat:nth-child(3) .stat-icon{background-color:#f1eaff}.stat-icon img{width:100%;height:100%;object-fit:contain}.stat-details{display:flex;flex-direction:column;min-width:0;flex:1}.stat-title{font-size:.85rem;color:#555;margin:0;line-height:1.3}.stat-value{font-size:1.1rem;font-weight:700;color:#000;margin:2px 0 0;word-break:break-word}@media(min-width:576px){.statistics-card{padding:20px;gap:20px}.stat{gap:16px;padding:4px 0}.stat-icon{width:28px;height:28px;padding:8px;border-radius:10px}.stat-title{font-size:.95rem}.stat-value{font-size:1.2rem}}@media(min-width:768px){.statistics-card{gap:24px;min-width:280px}}@media(min-width:992px){.statistics-card{max-width:320px}}.order-card{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#fff;border-bottom:1px solid #eee;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:12px;transition:box-shadow .3s ease}.order-card:hover{box-shadow:0 4px 8px #0000001a}.image-wrapper{width:100%;height:150px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f0f0f0}.order-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.order-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:12px}.order-main{display:flex;flex-direction:column;gap:6px}.order-title{font-size:15px;font-weight:600;color:#2c2c2c;margin:0;line-height:1.3;word-break:break-word}.order-user{font-size:13px;color:#4f4f4f;margin:0}.order-footer{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.status{background-color:#fff3cd;color:#f4b400;font-size:12px;padding:4px 8px;border-radius:8px;font-weight:500;white-space:nowrap}.order-price{font-size:16px;font-weight:600;color:#1a1a1a}@media(min-width:576px){.order-card{flex-direction:row;gap:16px;align-items:flex-start}.image-wrapper{width:140px;height:100px;border-radius:10px}.order-title{font-size:16px}.order-user{font-size:14px}.order-footer{flex-direction:row;justify-content:space-between;align-items:center}.status{font-size:13px;padding:4px 10px}.order-price{font-size:15px}}@media(min-width:768px){.image-wrapper{width:180px;height:110px}}@media(min-width:992px){.image-wrapper{width:200px;height:100px}}.empty-state{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:300px}.empty-state-content{max-width:400px;width:100%;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.empty-state-logo{margin-bottom:1rem}.empty-state-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.empty-state-description{font-size:1rem;color:#555;margin-bottom:1rem}.empty-state-action{margin-top:1.2rem}.order-list{display:flex;flex-direction:column;padding:16px;background-color:#f9f9f9;border-radius:16px;gap:12px;width:100%}.order-list img{width:100%;max-width:120px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.order-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0}.order-title{font-size:15px;font-weight:600;margin-bottom:6px;color:#333;line-height:1.3;word-break:break-word}.order-user{display:flex;align-items:center;font-size:13px;color:#555;margin-bottom:10px}.order-status-price{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.order-status{background-color:#fff3cd;color:#856404;font-size:12px;padding:4px 8px;border-radius:6px;border:1px solid #ffeeba;white-space:nowrap}.order-price{font-size:16px;color:#000;font-weight:700;white-space:nowrap}@media(min-width:576px){.order-list{padding:20px;gap:16px}.order-list img{width:30%;max-width:150px;height:100px}.order-title{font-size:16px}.order-user{font-size:14px}.order-status{font-size:13px;padding:4px 10px}.order-status-price{flex-direction:row;justify-content:space-between;align-items:center}.order-price{margin-left:auto;text-align:right}}@media(min-width:768px){.order-list{padding:24px}}.caregiver-dashboard{display:flex;flex-direction:column;padding:16px;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(16px,env(safe-area-inset-bottom));background-color:#f8f9fa;font-family:Segoe UI,sans-serif;gap:20px;min-height:100vh;min-height:100dvh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.leftbar{width:100%;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;align-items:stretch}.leftbar>*{width:100%!important;max-width:none!important;min-width:0!important;flex:none!important;flex-shrink:0!important;box-sizing:border-box!important}.rightbar{width:100%;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.select-dropdown-container{display:flex;justify-content:flex-start;width:100%;margin-bottom:16px}.custom-select{width:100%;max-width:300px;padding:12px 48px 12px 16px;font-size:16px;border-radius:8px;border:1px solid #ccc;background-color:#fff;color:#333;cursor:pointer;transition:border-color .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}.custom-select:hover,.custom-select:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.custom-select:focus{outline:2px solid #007bff;outline-offset:-2px}.dashboard-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:40px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.dashboard-loading p{font-size:16px;color:#666;margin:0}.dashboard-error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:40px;text-align:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.dashboard-error h3{color:#dc3545;margin-bottom:16px;font-size:20px}.dashboard-error p{color:#666;margin-bottom:20px;font-size:14px}.retry-btn{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.retry-btn:hover{background-color:#0056b3}.setting-container{display:flex;align-items:center;background-color:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 6px #00000014;cursor:pointer;transition:all .3s ease;touch-action:manipulation;width:100%;min-width:0;flex:none;flex-shrink:0;box-sizing:border-box;border:2px solid transparent}.setting-container:hover,.setting-container:active{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.setting-container:focus{outline:none;border-color:#007bff;box-shadow:0 4px 12px #0000001a,0 0 0 2px #007bff40}.setting-container:focus-visible{outline:2px solid #007bff;outline-offset:2px}.setting-image{width:24px;height:24px;flex-shrink:0}.setting-text{margin-left:12px;font-weight:500;font-size:16px;color:#333;transition:color .3s ease}.setting-text:hover{color:#007bff}@media(max-width:575px){.leftbar{align-items:stretch!important}.leftbar>*{width:100%!important;min-width:unset!important;max-width:none!important;flex:1 0 auto!important}.profile-card,.statistics-card,.setting-container{width:100%!important;flex-shrink:0!important}}@media(min-width:576px){.caregiver-dashboard{padding:20px;gap:24px}.custom-select{max-width:250px}.select-dropdown-container{justify-content:flex-end}}@media(min-width:768px){.caregiver-dashboard{padding:24px 32px;gap:32px}.leftbar{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:20px}.leftbar>*{flex:1 1 calc(50% - 10px);min-width:280px;width:auto;box-sizing:border-box}.setting-container{flex:1 1 100%;max-width:none;width:100%}}@media(min-width:992px){.caregiver-dashboard{flex-direction:row;padding:32px 40px;gap:40px}.leftbar{width:320px;flex-direction:column;flex-shrink:0;gap:24px}.leftbar>*{flex:none;width:100%}.rightbar{flex:1;min-width:0}.custom-select{width:200px;max-width:none;padding:10px 16px;font-size:14px}}@media(min-width:1200px){.caregiver-dashboard{padding:32px 6vw;max-width:1400px;margin:0 auto}.leftbar{width:340px}}.caregiver-profile-header{display:flex;flex-direction:column;gap:0;width:100%;max-width:100%}.caregiver-profile-header>*{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.caregiver-profile-header-card{border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-bottom:20px;width:100%;box-sizing:border-box;max-width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.caregiver-profile-basic-info{text-align:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6;list-style:none;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.caregiver-profile-basic-info:before,.caregiver-profile-basic-info:after,.caregiver-profile-basic-info *:before,.caregiver-profile-basic-info *:after{content:none!important;display:none!important}.caregiver-profile-rating-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.caregiver-profile-header-card .caregiver-profile-img,.caregiver-profile-header-card h2,.caregiver-profile-header-card .caregiver-username,.caregiver-profile-header-card .caregiver-rating{text-align:center}.caregiver-profile-header-card .caregiver-profile-img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:3px solid #f0f0f0;display:block}.caregiver-profile-initials-avatar{width:120px;height:120px;border-radius:50%;background-color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;margin:0 auto 16px;border:3px solid #f0f0f0;text-transform:uppercase;font-family:Kanit,sans-serif;letter-spacing:2px}.caregiver-profile-img-container{position:relative;display:inline-block;margin:0 auto 16px}.caregiver-profile-img-upload-btn{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border-radius:50%;background-color:#3b82f6;border:2px solid white;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.caregiver-profile-img-upload-btn:hover:not(:disabled){background-color:#2563eb;transform:scale(1.05)}.caregiver-profile-img-upload-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.caregiver-upload-spinner{animation:spin 1s linear infinite;font-size:16px}.caregiver-upload-plus{line-height:1;margin-top:-2px}.caregiver-profile-header-card h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#1a1a1a;line-height:1.2;list-style:none;width:100%;max-width:100%;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box}.caregiver-profile-header-card h2:before,.caregiver-profile-header-card h2:after{content:none!important;display:none!important}.caregiver-profile-header-card .caregiver-username{margin:0 0 16px;font-size:.6rem;color:#6b7280;font-family:ag,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.caregiver-profile-name{font-family:kanit,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.caregiver-profile-header-card .caregiver-bio{margin:0 0 16px;font-size:12px;line-height:1.4;color:#4b5563;width:calc(100% - 8px);max-width:calc(100% - 8px);text-align:center;font-style:italic;font-weight:700;position:relative;padding:0 24px;font-family:Ag,Kanit,sans-serif;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:normal;box-sizing:border-box;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.caregiver-profile-header-card .caregiver-bio:before{content:'"';position:absolute;left:2px;top:0;font-size:14px;color:#6b7280;z-index:1}.caregiver-profile-header-card .caregiver-bio:after{content:'"';position:absolute;right:2px;bottom:0;font-size:14px;color:#6b7280;z-index:1}.caregiver-profile-header-card .caregiver-rating{margin:0 0 16px;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.caregiver-profile-header-card .caregiver-rating .caregiver-stars{color:#fbbf24}.caregiver-profile-header-card .caregiver-rating .caregiver-rating-text{font-size:14px;color:#6b7280}.caregiver-profile-details{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;width:100%;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;text-align:left}.caregiver-profile-details .caregiver-detail-item{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#374151;width:100%;padding:12px 16px;border-bottom:1px solid #e5e7eb;background-color:#f8f9fa;border-radius:0;margin-bottom:0;box-shadow:0 1px 2px #0000000d;transition:background-color .2s ease;min-width:0;box-sizing:border-box;overflow:hidden}.caregiver-profile-details .caregiver-detail-item:hover{background-color:#f1f3f4}.caregiver-detail-item-clickable:hover{background-color:#e3f2fd!important;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f626}.caregiver-detail-item-clickable:active{transform:translateY(0);box-shadow:0 1px 2px #3b82f61a}.caregiver-detail-button{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:center}.caregiver-availability-toggle-btn{padding:10px 20px;border-radius:8px;border:2px solid;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;text-align:center;min-width:120px;height:44px;display:flex;align-items:center;justify-content:center;outline:none}.caregiver-availability-toggle-btn.available{background-color:#10b981;border-color:#10b981;color:#fff}.caregiver-availability-toggle-btn.available:hover:not(:disabled){background-color:#059669;border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.caregiver-availability-toggle-btn.unavailable{background-color:#ef4444;border-color:#ef4444;color:#fff}.caregiver-availability-toggle-btn.unavailable:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.caregiver-availability-toggle-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.caregiver-availability-btn{padding:8px 16px;border-radius:6px;border:2px solid;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s ease;text-align:center;min-width:80px;height:36px;display:flex;align-items:center;justify-content:center;outline:none;flex:1}.caregiver-availability-btn.active{background-color:#0f3f8b;border-color:#0f3f8b;color:#fff;box-shadow:0 2px 8px #0f3f8b4d}.caregiver-availability-btn.active:hover:not(:disabled){background-color:#0a2c63;border-color:#0a2c63;transform:translateY(-1px);box-shadow:0 4px 12px #0f3f8b66}.caregiver-availability-btn.inactive{background-color:transparent;border-color:#d1d5db;color:#6b7280}.caregiver-availability-btn.inactive:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#374151;transform:translateY(-1px)}.caregiver-availability-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.caregiver-loading-text{font-size:11px}.caregiver-detail-button .caregiver-edit-location-btn{padding:6px 12px;border:1px solid #0f3f8b;border-radius:6px;background-color:#0f3f8b;color:#fff;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;text-align:center;min-width:0;flex:1;max-width:150px}.caregiver-detail-button .caregiver-edit-location-btn:last-child{background-color:transparent;border-color:#0f3f8b;color:#413838}@media(max-width:768px){.caregiver-availability-toggle-btn{font-size:12px;padding:8px 16px;min-width:100px;height:36px}.caregiver-availability-btn{font-size:11px;padding:6px 12px;min-width:70px;height:32px}}@media(max-width:480px){.caregiver-availability-toggle-btn{font-size:11px;padding:6px 12px;min-width:90px;height:32px}.caregiver-availability-btn{font-size:10px;padding:4px 8px;min-width:60px;height:28px}}.caregiver-profile-details .caregiver-detail-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.caregiver-profile-details .caregiver-detail-item:last-child{border-bottom:none;margin-bottom:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.caregiver-detail-label{font-weight:500;color:#1f2937;flex-shrink:0;display:flex;align-items:center;gap:8px}.caregiver-detail-icon{width:16px;height:16px;color:#6b7280;flex-shrink:0}.caregiver-detail-value{color:#4b5563;text-align:right;flex-grow:1;margin-left:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:50%;word-break:break-all;box-sizing:border-box}.caregiver-location-section{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%}.caregiver-location-section .caregiver-detail-item{width:100%}.caregiver-edit-location-btn{padding:8px 16px;border:1px solid #3b82f6;border-radius:6px;background-color:#3b82f6;color:#fff;cursor:pointer;font-size:14px;font-weight:500;width:100%;height:36px;transition:all .2s ease;text-align:center;margin-top:12px}.caregiver-edit-location-btn:hover{background-color:#2563eb;border-color:#2563eb}.caregiver-availability-status{display:block;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;margin:16px 0;width:100%;text-align:center;transition:all .2s ease;box-sizing:border-box}.caregiver-availability-status.available{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.caregiver-availability-status.unavailable{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.caregiver-profile-actions{display:flex;flex-direction:column;gap:12px;margin:0 0 16px;width:100%;align-items:center;justify-content:center}.caregiver-profile-actions>*{width:auto;text-align:center;min-width:200px}.caregiver-verify-button-container{display:flex;justify-content:center;margin-top:16px}.caregiver-section-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:20px;border:1px solid #e8eaed;margin-bottom:20px;width:100%}.caregiver-section-card h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.caregiver-location-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.caregiver-location-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;max-height:80vh;overflow:auto;box-shadow:0 20px 25px -5px #0000001a}.caregiver-location-modal h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.caregiver-location-modal input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:16px;box-sizing:border-box;transition:border-color .2s ease}.caregiver-location-modal input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.caregiver-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.caregiver-modal-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px;height:40px;border:1px solid}.caregiver-modal-btn.caregiver-modal-cancel{background:#fff;color:#6b7280;border-color:#d1d5db}.caregiver-modal-btn.caregiver-modal-cancel:hover{background:#f9fafb;border-color:#9ca3af}.caregiver-modal-btn.caregiver-modal-save{background:#3b82f6;color:#fff;border-color:#3b82f6}.caregiver-modal-btn.caregiver-modal-save:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.caregiver-modal-btn.caregiver-modal-save:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}@media(min-width:768px)and (max-width:900px){.caregiver-profile-header-card{padding:20px;max-width:100%}.caregiver-profile-header-card .caregiver-profile-img{width:130px;height:130px}.caregiver-profile-initials-avatar{width:130px;height:130px;font-size:52px}.caregiver-profile-header-card h2{font-size:22px;max-width:calc(100% - 16px)}.caregiver-profile-header-card .caregiver-username{font-size:13px;max-width:calc(100% - 16px)}.caregiver-profile-header-card .caregiver-bio{font-size:12px;padding:0 20px;width:calc(100% - 16px);max-width:calc(100% - 16px)}.caregiver-profile-header-card .caregiver-rating{font-size:16px}.caregiver-profile-header-card .caregiver-rating .caregiver-rating-text{font-size:14px}.caregiver-profile-details .caregiver-detail-item{font-size:13px;padding:8px 10px}.caregiver-detail-value{max-width:45%;font-size:12px}.caregiver-detail-button .caregiver-edit-location-btn{font-size:10px;padding:4px 8px;max-width:110px}.caregiver-availability-status,.caregiver-edit-location-btn{font-size:14px;padding:8px 16px}}@media(min-width:901px){.caregiver-profile-header-card{padding:28px}.caregiver-profile-header-card .caregiver-profile-img{width:140px;height:140px}.caregiver-profile-initials-avatar{width:140px;height:140px;font-size:56px}.caregiver-profile-header-card h2{font-size:26px}.caregiver-profile-header-card .caregiver-username{font-size:16px}.caregiver-profile-header-card .caregiver-bio{font-size:14px}.caregiver-profile-header-card .caregiver-rating{font-size:18px}.caregiver-profile-header-card .caregiver-rating .caregiver-rating-text,.caregiver-profile-details .caregiver-detail-item{font-size:16px}.caregiver-availability-status,.caregiver-edit-location-btn{font-size:16px;padding:10px 20px}}@media(min-width:1024px){.caregiver-profile-header-card{padding:32px}.caregiver-profile-header-card .caregiver-profile-img{width:160px;height:160px}.caregiver-profile-initials-avatar{width:160px;height:160px;font-size:64px}.caregiver-profile-header-card h2{font-size:28px}.caregiver-profile-header-card .caregiver-username,.profile-header-card .bio{font-size:18px}.profile-header-card .rating{font-size:20px}.profile-header-card .rating .rating-text{font-size:18px}.profile-details .detail-item{font-size:18px;gap:12px}.availability-status,.edit-location-btn{font-size:18px;padding:12px 24px}}@media(min-width:1280px){.profile-header-card{padding:40px}.profile-header-card .profile-img{width:180px;height:180px;margin-bottom:20px}.profile-header-card h2{font-size:32px;margin-bottom:12px}.profile-header-card .username{font-size:20px;margin-bottom:16px}.profile-header-card .bio{font-size:20px}.profile-header-card .rating{font-size:22px;margin:20px 0}.profile-header-card .rating .rating-text{font-size:20px}.profile-details{gap:16px;margin:24px 0}.profile-details .detail-item{font-size:20px;gap:16px}.availability-status{font-size:20px;padding:14px 28px;margin:20px 0}.edit-location-btn{font-size:20px;padding:14px 28px}}@media(max-width:768px){.profile-header{gap:16px}.profile-header-card{padding:16px}.profile-header-card .profile-img{width:100px;height:100px;display:block}.caregiver-profile-initials-avatar{width:100px!important;height:100px!important;font-size:40px!important}.profile-header-card h2{font-size:20px}.section-card{padding:16px}.section-card h3{font-size:16px}.caregiver-profile-img-upload-btn{width:28px;height:28px;font-size:16px;bottom:6px;right:6px}}@media(max-width:480px){.profile-header-card{padding:12px}.profile-header-card .profile-img{width:80px;height:80px;display:block}.caregiver-profile-initials-avatar{width:80px!important;height:80px!important;font-size:32px!important}.profile-header-card h2{font-size:18px}.edit-location-btn,.availability-status{font-size:13px}.caregiver-profile-img-upload-btn{width:24px;height:24px;font-size:14px;bottom:4px;right:4px}}.intro-video-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-bottom:20px;text-align:center;width:100%;box-sizing:border-box;max-width:100%;min-width:0}.intro-video-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.video-container{margin-bottom:16px}.video-container video{width:100%;max-width:320px;height:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.video-placeholder{background:#f8f9fa;border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;text-align:center;color:#6b7280}.video-placeholder .video-icon{font-size:48px;margin-bottom:12px;display:block}.get-started-btn{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.get-started-btn:hover{background:#2563eb}.update-video-btn{background:#6b7280;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.intro-video-preview{width:100%;display:flex;flex-direction:column;align-items:center}.video-thumbnail-container{position:relative;display:block;width:100%;max-width:400px;cursor:pointer;border-radius:8px;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(34,197,94,.05) 0%,transparent 50%),linear-gradient(135deg,#f0f8ff,#e6f3ff,#fff,#f8fafc,#f0f8ff);padding:8px}.video-thumbnail-container:hover{transform:scale(1.02)}.video-thumbnail{width:100%;height:200px;object-fit:contain;display:block;border-radius:4px}.play-overlay{position:absolute;inset:0;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:background .2s ease}.video-thumbnail-container:hover .play-overlay{background:#0009}.play-icon{font-size:32px;margin-bottom:8px;background:#fff3;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.play-text{font-size:12px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3)}.video-actions{display:flex;flex-direction:row!important;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:12px;width:100%}.view-video-btn{background:#0d3678;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-video-btn:hover{background:#059669}.update-video-btn{background:transparent;color:#3d3838;border:1px solid rgba(61,56,56,.2);border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.update-video-btn:hover{background:#4b5563}.intro-video-upload-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.intro-video-upload-modal-content{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;animation:slideIn .3s ease}.intro-video-upload-modal-content h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1a1a1a}.intro-video-upload-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.intro-video-upload-modal-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid}.intro-video-upload-modal-btn.cancel{background:#fff;color:#6b7280;border-color:#d1d5db}.intro-video-upload-modal-btn.cancel:hover{background:#f9fafb}.intro-video-upload-modal-btn.upload{background:#3b82f6;color:#fff;border-color:#3b82f6}.intro-video-upload-modal-btn.upload:hover:not(:disabled){background:#2563eb}.intro-video-upload-modal-btn.upload:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.intro-video-viewer-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .3s ease;padding:20px;box-sizing:border-box}.intro-video-viewer-modal-content{background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(34,197,94,.03) 0%,transparent 50%),linear-gradient(135deg,#f0f8ff,#e6f3ff,#fff,#f8fafc,#f0f8ff);border-radius:12px;overflow:hidden;max-width:900px;width:100%;max-height:90vh;box-shadow:0 25px 50px -12px #00000040;animation:slideIn .4s ease;position:relative}.intro-video-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(229,231,235,.6);background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.intro-video-viewer-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.intro-video-viewer-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.intro-video-viewer-close:hover{background:#e5e7eb;color:#374151}.intro-video-viewer-container{position:relative;background:#000;display:flex;align-items:center;justify-content:center;margin:20px;border-radius:8px;overflow:hidden}.intro-video-viewer{width:100%;height:auto;max-height:60vh;display:block;outline:none}@media(max-width:768px){.video-thumbnail-container{max-width:100%;padding:6px}.video-thumbnail{height:160px;object-fit:contain;border-radius:4px}.video-actions{flex-direction:row!important;justify-content:center;align-items:center;gap:8px;margin-top:16px;flex-wrap:wrap}.view-video-btn,.update-video-btn{flex:1;max-width:140px;min-width:100px}.intro-video-viewer-modal-overlay{padding:10px}.intro-video-viewer-header{padding:16px 20px}.intro-video-viewer{max-height:50vh}}@media(max-width:480px){.video-thumbnail-container{max-width:100%;padding:4px}.video-thumbnail{height:120px;object-fit:contain;border-radius:4px}.play-icon{width:40px;height:40px;font-size:24px}.intro-video-upload-modal-content{padding:16px}.intro-video-viewer-header{padding:12px 16px}.intro-video-viewer-header h3{font-size:16px}}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.video-modal-content{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.video-modal-content h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1a1a1a}.file-input-container{margin:20px 0}.file-input-hidden{display:none}.file-input-label{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .2s ease;text-align:center;min-height:60px}.file-input-label:hover{border-color:#3b82f6;background:#eff6ff}.file-input-icon{font-size:24px}.file-input-text{font-size:14px;color:#374151;font-weight:500}.file-hint{font-size:12px;color:#6b7280;text-align:center;margin:8px 0 16px}.file-input{width:100%;padding:12px;border:2px dashed #d1d5db;border-radius:6px;background:#f9fafb;cursor:pointer;transition:all .2s ease}.file-input:hover{border-color:#3b82f6;background:#eff6ff}.video-preview{margin:20px 0;text-align:center}.video-preview video{width:100%;max-width:300px;border-radius:8px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.modal-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid}.modal-btn.cancel{background:#fff;color:#6b7280;border-color:#d1d5db}.modal-btn.cancel:hover{background:#f9fafb}.modal-btn.upload{background:#3b82f6;color:#fff;border-color:#3b82f6}.modal-btn.upload:hover:not(:disabled){background:#2563eb}.modal-btn.upload:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.spinner{width:32px;height:32px;margin:12px auto;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.intro-video-section{padding:16px}}@media(max-width:480px){.intro-video-section{padding:12px}.video-modal-content{padding:16px}}.profile-information-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-bottom:20px;width:100%;box-sizing:border-box;max-width:100%;min-width:0}.profile-information-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.profile-information-section p{font-size:14px;color:#4b5563;margin:0 0 16px;line-height:1.5}.edit-description-btn{background-color:#3b82f6;color:#fff;font-size:14px;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.edit-description-btn:hover{background-color:#2563eb}.services-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-bottom:20px;width:100%;box-sizing:border-box;max-width:100%;min-width:0}.services-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.services-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:0}.service-tag{background:#f3f4f6;color:#374151;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid #e5e7eb;white-space:nowrap}.certifications-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-bottom:20px;width:100%;box-sizing:border-box;max-width:100%;min-width:0}.certifications-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.certifications-list{display:flex;flex-direction:column;gap:12px}.certification-item{padding:12px 16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #3b82f6}.certification-item h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#1a1a1a}.certification-item p{margin:0;font-size:13px;color:#6b7280}.certification-item a{color:#3b82f6;text-decoration:none;font-size:13px}.certification-item a:hover{text-decoration:underline}.add-certification-btn{background:#f3f4f6;color:#374151;border:2px dashed #d1d5db;border-radius:8px;padding:12px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.add-certification-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff!important;border-radius:8px!important;padding:16px!important;max-width:320px!important;width:85%!important;max-height:70vh!important;overflow-y:auto;box-shadow:0 4px 12px #00000026!important}.modal-content h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#1a1a1a;text-align:center}.modal-content textarea{width:100%!important;min-height:80px!important;padding:10px!important;border:1px solid #e1e5e9!important;border-radius:4px!important;font-size:13px!important;line-height:1.4;resize:vertical;font-family:inherit;box-sizing:border-box}.modal-content textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-content input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:16px;box-sizing:border-box}.modal-content input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex!important;flex-direction:row!important;gap:8px!important;justify-content:center!important;margin-top:16px!important}.modal-btn{padding:8px 16px!important;border-radius:4px!important;font-size:13px!important;font-weight:500!important;cursor:pointer;transition:all .2s ease;border:1px solid!important;flex:1!important}.modal-btn.cancel{background:#f3f4f6!important;color:#374151!important;border-color:#d1d5db!important}.modal-btn.cancel:hover{background:#e5e7eb;border-color:#9ca3af}.modal-btn.save{background:linear-gradient(135deg,#06b6d4,#0891b2)!important;color:#fff!important;border-color:transparent!important}.modal-btn.save:hover:not(:disabled){background:linear-gradient(135deg,#0891b2,#0e7490)}.modal-btn.save:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}@media(max-width:768px){.profile-information-section,.services-section,.certifications-section{padding:16px}.services-list{gap:6px}.service-tag{font-size:12px;padding:5px 10px}}@media(max-width:480px){.profile-information-section,.services-section,.certifications-section{padding:12px}.modal-content{padding:16px}.modal-actions{flex-direction:column;gap:8px}}.success-modal-content{background:#fff!important;border-radius:12px!important;padding:32px 24px!important;max-width:320px!important;width:90%!important;text-align:center;box-shadow:0 10px 25px #0003!important}.success-icon-container{margin-bottom:20px;display:flex;justify-content:center}.success-checkmark{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.success-modal-content h3{font-size:16px!important;font-weight:500!important;color:#374151!important;margin:0 0 24px!important;line-height:1.4;text-align:center!important}.success-modal-btn{background:linear-gradient(135deg,#06b6d4,#0891b2)!important;color:#fff!important;border:none!important;padding:12px 24px!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;cursor:pointer;transition:all .2s ease;width:100%}.success-modal-btn:hover{background:linear-gradient(135deg,#0891b2,#0e7490)!important}} .verify-button{background-color:transparent;color:#395c9e;border:1px solid rgb(79,73,73);border-radius:6px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;width:100%;max-width:250px;height:40px;display:flex;align-items:center;justify-content:center;gap:8px;margin:10px auto 0;text-align:center}.verify-button:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.verify-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.verify-button-pending{background-color:#6b7280;cursor:not-allowed}.verify-button-pending:hover{background-color:#6b7280;transform:none;box-shadow:0 2px 4px #0000001a}.verify-button-retry{background-color:#ef4444}.verify-button-retry:hover{background-color:#dc2626}.verify-button-verified{background-color:#10b981;cursor:default}.verify-button-verified:hover{background-color:#10b981;transform:none;box-shadow:0 2px 4px #0000001a}.verify-button-success{background-color:transparent;color:#10b981;border:1px solid #10b981}.verify-button-success:hover{background-color:#10b9811a;color:#059669;border-color:#059669}.verify-button-success:focus{outline:2px solid #10b981;outline-offset:2px}.assessment-button{background-color:#28a745;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;box-shadow:0 2px 4px #0000001a;width:100%;max-width:250px;display:flex;align-items:center;justify-content:center;gap:8px}.assessment-button:hover:not(:disabled){background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.assessment-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000001a}.assessment-button.qualified{background-color:#17a2b8;cursor:default}.assessment-button.retry-pending{background-color:#6c757d;cursor:not-allowed}.assessment-button.retry{background-color:#ffc107;color:#343a40}.assessment-button.retry:hover{background-color:#e0a800}.assessment-button.loading{background-color:#6c757d;cursor:wait}.assessment-button:disabled{opacity:.8}.assessment-button .fa-spinner{animation:spin 1.5s linear infinite}.address-input-container{position:relative;width:100%}.address-input-wrapper{position:relative;display:flex;align-items:center}.address-input{width:100%;padding:12px 40px 12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;line-height:1.5;background-color:#fff;transition:all .2s ease-in-out;box-sizing:border-box}.address-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.address-input:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.address-input--valid{border-color:#28a745;background-color:#f8fff9}.address-input--valid:focus{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}.address-input--error{border-color:#dc3545;background-color:#fff8f8}.address-input--error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.address-input--validating{border-color:#ffc107}.address-input__icon{position:absolute;right:12px;font-size:16px;font-weight:700;pointer-events:none;z-index:1}.address-input__icon--loading{color:#ffc107;animation:spin 1s linear infinite}.address-input__icon--success{color:#28a745}.address-input__icon--warning{color:#ffc107}.address-input__icon--error{color:#dc3545}.address-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e1e5e9;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;z-index:1000}.address-suggestion{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f3f4;transition:background-color .15s ease}.address-suggestion:last-child{border-bottom:none}.address-suggestion:hover,.address-suggestion--focused{background-color:#f8f9fa}.address-suggestion--loading{display:flex;align-items:center;gap:8px;color:#6c757d;cursor:default}.address-suggestion--loading:hover{background-color:transparent}.address-suggestion__icon{animation:spin 1s linear infinite}.address-suggestion__main{font-weight:500;color:#212529;margin-bottom:2px}.address-suggestion__secondary{font-size:14px;color:#6c757d}.address-input__error{margin-top:6px;padding:8px 12px;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-size:14px}.address-input__info{margin-top:6px;padding:6px 12px;border-radius:4px;font-size:13px}.address-input__info--success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;display:block}.address-input__info--warning{color:#856404;background-color:#fff3cd;border:1px solid #ffeaa7;display:block}@media(max-width:768px){.address-input{font-size:16px;padding:14px 16px}.address-suggestions{max-height:250px}.address-suggestion{padding:14px 16px}}@media(prefers-contrast:high){.address-input{border-width:3px}.address-input--valid{border-color:green}.address-input--error{border-color:red}}.toast{position:fixed;top:20px;right:20px;max-width:300px;padding:10px 20px;color:#fff;border-radius:5px;box-shadow:0 2px 10px #0003;display:flex;justify-content:space-between;align-items:center;z-index:1000;font-size:14px}.toast-message{flex:1}.toast-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer}.toast.toast-success{background-color:#4caf50}.toast.toast-error{background-color:#f44336}.toast.toast-info{background-color:#2196f3}.toast{animation:fadeIn .5s ease-out,fadeOut .5s ease-in 2.5s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateY(-20px)}}.caregiver-gigs-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed}.caregiver-gigs-section h3{margin:0 0 20px;font-size:20px;font-weight:600;color:#1a1a1a}.caregiver-gigs-tabs{display:flex;margin-bottom:24px;border-bottom:1px solid #e5e7eb}.caregiver-gigs-tab{padding:12px 16px;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s ease;outline:none}.caregiver-gigs-tab:focus{background:#f8f9fa;outline:none}.caregiver-gigs-tab.active{color:#374151;border-bottom-color:#374151;font-weight:600;background:#f8f9fa}.caregiver-gigs-tab:hover:not(.active){text-decoration:underline;background:transparent}.caregiver-gigs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.caregiver-gig-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;text-align:center;transition:all .2s ease;cursor:pointer;position:relative;border:1px solid #e8eaed}.caregiver-gig-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.caregiver-gig-image{width:100%;height:160px;object-fit:cover;background:#f3f4f6}.caregiver-gig-content{padding:16px}.caregiver-gig-title{font-size:16px;font-weight:600;margin:0 0 8px;color:#1a1a1a;line-height:1.4}.caregiver-gig-description{font-size:14px;color:#6b7280;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.caregiver-gig-actions{display:flex;gap:8px;justify-content:center;margin-top:12px}.caregiver-gig-action-btn{padding:6px 12px;border:1px solid;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.caregiver-gig-action-btn.caregiver-edit{background:transparent;color:#6b7280;border-color:#d1d5db}.caregiver-gig-action-btn.caregiver-edit:hover{text-decoration:underline}.caregiver-gig-action-btn.caregiver-publish{background:transparent;color:#6b7280;border-color:#d1d5db}.caregiver-gig-action-btn.caregiver-publish:hover{text-decoration:underline}.caregiver-gig-action-btn.caregiver-pause{background:transparent;color:#6b7280;border-color:#d1d5db}.caregiver-gig-action-btn.caregiver-pause:hover{text-decoration:underline}.caregiver-gig-action-btn.caregiver-delete{background:transparent;color:#6b7280;border-color:#d1d5db}.caregiver-gig-action-btn.caregiver-delete:hover{text-decoration:underline}.caregiver-gig-action-btn:disabled{opacity:.5;cursor:not-allowed}.caregiver-create-new-gig{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;color:#6b7280;padding:40px 20px;cursor:pointer;transition:all .2s ease;min-height:200px}.caregiver-create-new-gig:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.caregiver-create-icon{font-size:48px;margin-bottom:12px;display:block}.caregiver-create-text{font-size:16px;font-weight:500;margin:0}.caregiver-create-subtext{font-size:14px;margin:4px 0 0;color:#9ca3af}.caregiver-spinner-container{display:flex;flex-direction:column;align-items:center;margin:40px 0}.caregiver-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.caregiver-empty-state{text-align:center;padding:40px 20px;color:#6b7280}.caregiver-empty-state h4{font-size:18px;margin:0 0 8px;color:#374151}.caregiver-empty-state p{font-size:14px;margin:0 0 20px;line-height:1.5}.caregiver-create-gig-btn{padding:12px 24px;background-color:#3b82f6;color:#fff;font-weight:500;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.caregiver-create-gig-btn:hover{background-color:#2563eb}.caregiver-toast-container{position:fixed;top:20px;right:20px;z-index:1000}@media(max-width:768px){.caregiver-gigs-grid{grid-template-columns:1fr;gap:16px}.caregiver-gigs-section{padding:16px}.caregiver-gig-actions{flex-direction:column;gap:8px}}@media(max-width:480px){.caregiver-gigs-tabs{flex-direction:column}.caregiver-gigs-tab{text-align:center;border-bottom:none;border-right:2px solid transparent;background:transparent}.caregiver-gigs-tab:focus{background:#f8f9fa}.caregiver-gigs-tab.active{border-right-color:#374151;border-bottom-color:transparent;background:#f8f9fa}}.edit-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.publish-btn{background:#28a745;color:#fff;flex:1}.publish-btn:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.pause-btn{background:#ffc107;color:#333;flex:1}.pause-btn:hover:not(:disabled){background:#e0a800;transform:translateY(-1px)}.delete-btn{background:#dc3545;color:#fff;flex:1}.delete-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.edit-btn:disabled,.publish-btn:disabled,.pause-btn:disabled,.delete-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner-small{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-right:5px}.toast-container{position:fixed;top:20px;right:20px;z-index:1000}.toast{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px 20px;margin-bottom:10px;min-width:300px;display:flex;align-items:center;gap:12px;border-left:4px solid;animation:slideIn .3s ease-out}.toast.success{border-left-color:#28a745;background:#f8fff9}.toast.error{border-left-color:#dc3545;background:#fff8f8}.toast-icon{font-size:1.2rem;font-weight:700}.toast.success .toast-icon{color:#28a745}.toast.error .toast-icon{color:#dc3545}.toast-message{flex:1;font-size:.9rem;color:#333}.toast-close{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:0;line-height:1}.toast-close:hover{color:#666}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.gigs-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.gig-actions{flex-direction:column;gap:8px}.edit-btn,.publish-btn,.pause-btn,.delete-btn{flex:none;width:100%}.toast{min-width:280px;margin:0 10px 10px 0}}.gig-limit-notice{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:12px 16px;margin-bottom:16px;text-align:center;grid-column:1 / -1}.gig-limit-notice p{margin:0;color:#856404;font-size:14px;font-weight:500}.eligibility-requirements{list-style:none;padding:0;margin:8px 0 0;text-align:left}.eligibility-requirements li{display:flex;align-items:center;padding:4px 0;font-size:13px;color:#856404}.eligibility-requirements li.completed{color:#28a745}.eligibility-requirements li.pending{color:#dc3545}.caregiver-gig-action-btn.caregiver-publish.disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.caregiver-gig-action-btn.caregiver-publish.disabled:hover{text-decoration:none;background-color:#f3f4f6}.reviews{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-top:24px}.reviews h3{margin:0 0 20px;font-size:20px;font-weight:600;color:#1a1a1a}.review-stats{background:#f9fafb;border-radius:8px;padding:16px;margin-bottom:20px;border:1px solid #f3f4f6}.stats-summary{display:flex;align-items:center;gap:16px;margin-bottom:12px}.total-reviews{font-weight:600;color:#374151;font-size:16px}.average-rating{font-weight:600;color:#059669;font-size:16px}.rating-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#f3f4f6;border-color:#9ca3af}.filter-btn:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.review-list{display:flex;flex-direction:column;gap:16px}.review-card{display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid #f3f4f6;border-radius:12px;background:#fff;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.review-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#e5e7eb}.review-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #f3f4f6;flex-shrink:0}.review-content{flex:1;min-width:0}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.review-author{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.review-rating{display:flex;align-items:center;gap:4px;font-size:14px}.review-stars{color:#fbbf24;display:flex;align-items:center;gap:2px}.review-star{width:14px;height:14px;color:#fbbf24}.rating-star{width:16px;height:16px;color:#fbbf24;margin-left:4px}.filter-star{width:14px;height:14px;color:#fbbf24;margin-left:2px}.review-rating-text{color:#6b7280;font-weight:500}.review-gig-info{margin:8px 0;font-size:13px;color:#6b7280}.review-gig-title{font-weight:500;color:#374151}.review-gig-category{opacity:.8}.review-text{font-size:14px;line-height:1.6;color:#374151;margin:0}.review-date{font-size:12px;color:#9ca3af;margin-top:8px}.reviews-empty{text-align:center;padding:40px 20px}.reviews-empty h3{margin:0 0 16px;font-size:20px;font-weight:600;color:#1a1a1a}.reviews-empty .empty-icon{font-size:48px;margin-bottom:16px;display:block;opacity:.5}.reviews-empty p{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.spinner-container{display:flex;flex-direction:column;align-items:center;padding:40px 20px}.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.spinner-container p{font-size:14px;color:#6b7280;margin:0}@media(max-width:768px){.reviews{padding:20px;margin-top:20px}.review-card{padding:16px;gap:12px}.review-avatar{width:40px;height:40px}.reviews h3{font-size:18px}}@media(max-width:480px){.reviews{padding:16px}.review-header{flex-direction:column;align-items:flex-start;gap:8px}.review-card{padding:12px}.review-text{font-size:13px}}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.review-name{font-size:1rem;font-weight:700;color:#333}.review-rating{font-size:.9rem;color:#f5a623}.review-text{font-size:.9rem;color:#666;line-height:1.4}.reviews-empty{background:none!important;box-shadow:none!important;border-radius:0!important;margin-top:20px}.user-profile{display:flex;flex-direction:column;gap:1rem;padding:.75rem;background-color:#f8f9fa;min-height:100vh;color:#333;max-width:100%;overflow-x:hidden}@media(min-width:480px){.user-profile{padding:1rem;gap:1.25rem}}@media(min-width:768px){.user-profile{flex-direction:row;gap:1.5rem;padding:1.5rem}}@media(min-width:1024px){.user-profile{gap:2rem;padding:2rem}}@media(min-width:1200px){.user-profile{padding:2rem 4rem;gap:1.5rem}}@media(min-width:1400px){.user-profile{gap:2rem;max-width:1400px;margin:0 auto}}.profile-left{width:100%;display:flex;flex-direction:column;gap:0;order:1}@media(min-width:768px){.profile-left{width:30%;flex:0 0 30%;order:1}}@media(min-width:1024px){.profile-left{width:30%;flex:0 0 30%}}@media(min-width:1200px){.profile-left{width:30%;flex:0 0 30%}}.profile-right{width:100%;display:flex;flex-direction:column;gap:1rem;order:2}@media(min-width:480px){.profile-right{gap:1.25rem}}@media(min-width:768px){.profile-right{width:70%;flex:0 0 70%;gap:1.5rem;order:2}}@media(min-width:1024px){.profile-right{width:70%;flex:0 0 70%;gap:1.75rem}}@media(min-width:1200px){.profile-right{width:70%;flex:0 0 70%;gap:2rem}}@media(max-width:767px){.user-profile{background-color:#fff}.profile-left{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014;border:1px solid #e8eaed;margin-bottom:1rem}.profile-right{background:transparent}}@media(min-width:768px)and (max-width:1023px){.user-profile{padding:1.25rem}.profile-left{width:30%;flex:0 0 30%}.profile-right{width:70%;flex:0 0 70%}}.settings-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px;list-style:none;padding:20px}.settings-title:before,.settings-title:after{content:none!important;display:none!important}.caregiver-settings-profile-section{width:100%;display:flex;flex-direction:column;gap:0;order:1}@media(min-width:768px){.caregiver-settings-profile-section{width:30%;flex:0 0 30%;order:1}}@media(min-width:1024px){.caregiver-settings-profile-section{width:30%;flex:0 0 30%}}@media(min-width:1200px){.caregiver-settings-profile-section{width:30%;flex:0 0 30%}}@media(max-width:767px){.settings-content{background-color:#fff}.caregiver-settings-profile-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014;border:1px solid #e8eaed;margin-bottom:1rem}.settings-panel{background:transparent}}@media(min-width:768px)and (max-width:1023px){.settings-content{padding:1.25rem}.caregiver-settings-profile-section{width:30%;flex:0 0 30%}.settings-panel{width:70%;flex:0 0 70%}}.settings-panel-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 20px}.settings-option{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f0f0f0}.settings-option:last-child{border-bottom:none}.option-info{display:flex;flex-direction:column}.option-info .option-title{font-size:14px;font-weight:500;color:#1a1a1a;margin:0 0 4px}.option-info .option-description{font-size:12px;color:#6b7280;margin:0}.setting-toggle{position:relative;width:44px;height:24px;background-color:#e5e7eb;border-radius:12px;border:none;cursor:pointer;transition:background-color .2s ease}.setting-toggle:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0000001a}.setting-toggle.active{background-color:#3b82f6}.setting-toggle.active:before{transform:translate(20px)}.setting-button{padding:8px 16px;background-color:#f8f9fa;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.setting-button:hover{background-color:#e5e7eb}.setting-button.danger{color:#ef4444;border-color:#fca5a5}.setting-button.danger:hover{background-color:#fef2f2}.settings-box{border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:20px;background:#fafafa}.settings-box h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.settings-box input[type=text],.settings-box input[type=email],.settings-box input[type=password]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:16px;background:#fff}.settings-box input[type=text]:focus,.settings-box input[type=email]:focus,.settings-box input[type=password]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-box input[type=text][readonly],.settings-box input[type=email][readonly],.settings-box input[type=password][readonly]{background-color:#f9fafb;color:#6b7280}.settings-box .status-buttons{display:flex;gap:12px;margin-bottom:16px}.settings-box .status-buttons button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.settings-box .status-buttons button.available{background-color:#10b981;color:#fff}.settings-box .status-buttons button.available:hover{background-color:#059669}.settings-box .status-buttons button.inactive{background-color:#ef4444;color:#fff}.settings-box .status-buttons button.inactive:hover{background-color:#dc2626}.settings-box .save-button{background-color:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.settings-box .save-button:hover:not(:disabled){background-color:#2563eb}.settings-box .save-button:disabled{background-color:#9ca3af;cursor:not-allowed}.settings-box .password-hint{font-size:12px;color:#6b7280;margin:8px 0;line-height:1.4}.settings-box .status-message{font-size:14px;color:#059669;margin:8px 0;font-weight:500}.settings-box .deactivation-info{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:16px}.settings-box .reason-dropdown{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:16px;background:#fff}.settings-box .reason-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-box .deactivate-button{background-color:#ef4444;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.settings-box .deactivate-button:hover{background-color:#dc2626}@media(max-width:768px){.settings-container{padding:16px}.settings-content{grid-template-columns:1fr;gap:16px}.settings-panel,.settings-box{padding:16px}}.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background-color:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0f3f8b;box-shadow:0 0 0 3px #0f3f8b1a}.form-group input:read-only,.form-group select:read-only{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-group input::placeholder,.form-group select::placeholder{color:#9ca3af}@media(max-width:768px){.form-group{margin-bottom:16px}.form-group input,.form-group select{padding:10px 12px;font-size:14px}}@media(max-width:1200px){.settings-content{grid-template-columns:1fr}}@media(max-width:768px){.settings-container{padding:16px}.settings-content{gap:16px}.service-tags{justify-content:center}.availability-section{flex-direction:column;align-items:center}}.profile-page-container{display:flex;gap:20px;padding:20px;background-color:#f8f8f8}.profile-card{padding:20px;width:35%;text-align:center}.profile-info-section,.reviews-section{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.profile-stats-section,.profile-settings-section{background:#fff;margin-top:50px;padding:20px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.profile-messages-section{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin-top:20px}.profile-messages-section h2{color:#333;font-size:1.5rem;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:10px}.messages-preview{display:flex;flex-direction:column;align-items:center;padding:15px 0}.messages-preview p{margin-bottom:15px;color:#666}.view-messages-btn{background-color:#4a90e2;color:#fff;border:none;border-radius:5px;padding:10px 20px;cursor:pointer;font-weight:500;transition:background-color .3s}.view-messages-btn:hover{background-color:#3a7bc8}.profile-image{width:100px;height:100px;border-radius:50%;margin-bottom:10px}.profile-name{font-size:20px;font-weight:700;margin-bottom:5px}.profile-email{font-size:14px;color:#777;margin-bottom:10px}.profile-rating{font-size:14px;color:#f90;margin-bottom:10px}.profile-location,.profile-membership{font-size:14px;color:#555;margin-bottom:5px;text-align:left;white-space:pre}.stats-item{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.stats-icon{width:20px;height:20px;flex-shrink:0}.stats-label{font-size:12px;color:#777;margin:0;flex-grow:1;text-align:left}.stats-value{font-size:16px;font-weight:700;margin:0;flex-shrink:0}.account-settings{background-color:#fff;color:#000;border:1px solid #ccc;padding:10px 15px;border-radius:5px;cursor:pointer;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:5px}.reviews-section{width:65%}.reviews-section h2{font-size:18px;font-weight:700;margin-bottom:15px}.review-card{background-color:#fff;display:flex;gap:15px;padding:15px;border-bottom:1px solid #eee}.reviewer-image{width:50px;height:50px;border-radius:50%}.review-content{flex:1}.reviewer-name{font-size:16px;font-weight:700;margin-bottom:5px}.review-rating{color:#fc0;margin-bottom:5px}.review-text{font-size:14px;color:#555}.earnings-container{font-family:Arial,sans-serif;margin:40px auto;max-width:1000px;color:#333}.earnings-title{font-size:24px;font-weight:700;margin-bottom:20px}.earnings-summary{display:flex;justify-content:space-between;margin-bottom:30px}.funds-card,.total-card{background:#f9f9f9;border-radius:8px;padding:20px;text-align:center;width:48%;box-shadow:0 2px 5px #0000001a}.funds-card p,.total-card p{color:#888;margin:0}.funds-card h3,.total-card h3{font-size:20px;margin:10px 0}.card-buttons{margin-top:10px}.btn{background:#e0e0e0;border:none;border-radius:5px;color:#333;cursor:pointer;font-size:14px;margin:5px;padding:8px 12px}.withdraw{background:#444;color:#fff}.btn:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.withdrawn-amount{font-size:14px;color:#888;margin-top:5px}.withdrawal-status{font-weight:600}.status-pending{color:#f39c12}.status-verified{color:#2980b9}.status-completed{color:#27ae60}.status-rejected{color:#e74c3c}.no-transactions{text-align:center;color:#888;padding:20px;font-style:italic}.transactions-title{margin-top:30px;font-size:18px;font-weight:700}.transactions-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:10px;border-radius:8px;overflow:hidden}.transactions-table thead{background:#f4f4f4}.transactions-table th,.transactions-table td{border-bottom:1px solid #ddd;padding:10px;text-align:left}.transactions-table thead th{font-size:14px;font-weight:700}.transactions-table thead tr:first-child th:first-child{border-top-left-radius:8px}.transactions-table thead tr:first-child th:last-child{border-top-right-radius:8px}.transactions-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.transactions-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.amount.positive{color:#28a745;font-weight:700}.amount.negative{color:#dc3545;font-weight:700}.withdrawal-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.withdrawal-modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:500px;max-width:90%;max-height:90vh;overflow-y:auto}.withdrawal-form{padding:20px}.form-group label{display:block;margin-bottom:6px;font-weight:500}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px}.error{color:#e74c3c;font-size:12px;margin-top:5px;display:block}.fee-breakdown{background-color:#f9f9f9;border:1px solid #eee;border-radius:4px;padding:15px;margin:20px 0}.breakdown-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}.breakdown-row.total{margin-top:10px;padding-top:10px;border-top:1px solid #ddd;font-weight:700;font-size:16px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.cancel-btn,.submit-btn{padding:10px 16px;border-radius:4px;cursor:pointer;font-size:14px;border:none}.submit-btn{background-color:#444;color:#fff}.submit-btn:hover{background-color:#222}.cancel-btn:hover{background-color:#d0d0d0}.available-amount{font-size:12px;color:#888;margin-top:5px;text-align:right}.earnings-page-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto;padding:32px;background-color:#f8f9fa;min-height:100vh}.earnings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.earnings-title{font-size:32px;font-weight:700;color:#2c3e50;margin:0}.withdraw-earnings-btn{background:#3498db;color:#fff;padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px #3498db33}.withdraw-earnings-btn:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.earnings-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.stat-card{background:#fff;padding:28px;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;align-items:center;gap:20px;transition:all .3s ease;border:1px solid #f0f0f0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#e0e0e0}.stat-icon{font-size:14px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f8f9fa;flex-shrink:0}.earnings-stat-icon{font-size:16px;width:16px;height:16px}.balance-card .stat-icon{background:linear-gradient(135deg,#e8f5e8,#d4f4d4)}.balance-card .earnings-stat-icon{color:#28a745}.orders-card .stat-icon{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.orders-card .earnings-stat-icon{color:#007bff}.earnings-card .stat-icon{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.earnings-card .earnings-stat-icon{color:#fd7e14}.payout-card .stat-icon{background:linear-gradient(135deg,#fce4ec,#f8bbd9)}.payout-card .earnings-stat-icon{color:#e83e8c}.stat-content{flex:1;min-width:0}.stat-label{color:#6c757d;font-size:14px;margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{color:#2c3e50;font-size:28px;font-weight:700;margin:0;line-height:1.2}.earnings-chart-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:48px;box-shadow:0 4px 12px #00000014;border:1px solid #f0f0f0}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.chart-header h3{color:#2c3e50;font-size:20px;font-weight:600;margin:0}.chart-controls{display:flex;align-items:center;gap:16px}.chart-year{color:#6c757d;font-size:14px;font-weight:500;padding:6px 12px;background:#f8f9fa;border-radius:6px}.chart-info-btn{background:#f8f9fa;border:1px solid #dee2e6;font-size:16px;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;color:#6c757d;display:flex;align-items:center;justify-content:center}.chart-info-icon{font-size:14px;width:14px;height:14px}.chart-info-btn:hover{background:#e9ecef;color:#495057}.earnings-amount{margin-bottom:32px;text-align:left}.amount-value{font-size:36px;font-weight:700;color:#2c3e50}.earnings-chart{position:relative}.chart-bars{display:flex;align-items:end;justify-content:space-between;height:160px;margin-bottom:16px;gap:12px;padding:0 8px}.chart-bar{background:linear-gradient(180deg,#3498db,#2980b9);border-radius:6px 6px 0 0;min-height:24px;flex:1;max-width:32px;transition:all .3s ease;box-shadow:0 2px 4px #3498db33}.chart-bar:hover{background:linear-gradient(180deg,#2980b9,#1f4e79);transform:scaleY(1.05)}.chart-labels{display:flex;justify-content:space-between;font-size:13px;color:#6c757d;font-weight:500;padding:0 16px}.no-chart-data{display:flex;align-items:center;justify-content:center;height:160px;background:#f8f9fa;border-radius:12px;border:2px dashed #dee2e6}.no-chart-data p{color:#6c757d;font-size:16px;font-style:italic;margin:0}.transactions-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #00000014;border:1px solid #f0f0f0}.transactions-title{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 24px}.transactions-table-container{overflow-x:auto;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000d}.transactions-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;min-width:600px;table-layout:fixed}.transactions-table thead{background:linear-gradient(135deg,#f8f9fa,#f1f3f4)}.transactions-table th{padding:20px 16px;text-align:left;font-weight:600;color:#495057;font-size:14px;border-bottom:2px solid #dee2e6;text-transform:uppercase;letter-spacing:.5px}.transactions-table td{padding:20px 16px;border-bottom:1px solid #f0f0f0;color:#495057;font-size:14px;font-weight:500}.transactions-table tbody tr:last-child td{border-bottom:none}.transactions-table tbody tr:hover{background-color:#3498db05}.activity-cell{display:flex;align-items:center;gap:12px}.activity-icon{font-size:18px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px}.activity-icon.earning{background:linear-gradient(135deg,#e8f5e8,#d4f4d4)}.activity-icon.withdrawal{background:linear-gradient(135deg,#ffebee,#ffcdd2)}.withdrawal-icon{font-size:16px;width:16px;height:16px;color:#dc3545}.amount{font-weight:600;font-size:15px}.amount.positive{color:#28a745}.amount.negative{color:#dc3545}.date-cell{white-space:nowrap;min-width:100px;font-family:Segoe UI,monospace}.activity-cell-container{min-width:120px}.description-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-cell{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Segoe UI,monospace;font-size:13px}.amount-cell{text-align:right;white-space:nowrap;min-width:100px;font-weight:600}.no-transactions{text-align:center;color:#6c757d;padding:60px 20px;font-style:italic;font-size:16px}.loading-spinner{text-align:center;padding:80px 20px;font-size:18px;color:#6c757d}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:12px;padding:20px;text-align:center;margin:20px 0;font-weight:500}@media(max-width:1024px){.earnings-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stat-card{padding:24px}.stat-icon{width:32px;height:32px;font-size:18px}.stat-value{font-size:24px}}@media(max-width:768px){.earnings-page-container{padding:20px}.earnings-header{flex-direction:column;gap:20px;align-items:stretch}.earnings-title{font-size:28px;text-align:center}.withdraw-earnings-btn{text-align:center;padding:16px 24px;font-size:16px}.earnings-stats-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.stat-card{padding:20px;gap:16px}.stat-icon{width:28px;height:28px;font-size:16px}.stat-value{font-size:22px}.earnings-chart-section,.transactions-section{padding:24px;margin-bottom:24px}.chart-header{flex-direction:column;gap:16px;align-items:stretch}.chart-header h3{text-align:center}.amount-value{font-size:30px;text-align:center}.chart-bars{height:120px;gap:8px}.chart-labels{font-size:11px;padding:0 12px}.transactions-table-container{margin:0 -24px;padding:0 24px}.transactions-table th,.transactions-table td{padding:14px 10px;font-size:13px}.activity-cell{flex-direction:column;gap:6px;text-align:center}.activity-icon{width:28px;height:28px;font-size:14px}}@media(max-width:480px){.earnings-page-container{padding:16px}.earnings-title{font-size:24px}.withdraw-earnings-btn{padding:14px 20px;font-size:15px}.stat-card{padding:18px;flex-direction:column;text-align:center;gap:12px}.stat-icon{width:24px;height:24px;font-size:14px}.stat-value{font-size:20px}.earnings-chart-section,.transactions-section{padding:20px}.amount-value{font-size:26px}.chart-bars{height:100px;gap:6px}.chart-labels{font-size:10px;padding:0 8px}.transactions-table th,.transactions-table td{padding:12px 6px;font-size:12px}.activity-icon{width:24px;height:24px;font-size:12px}}@media(min-width:1400px){.earnings-page-container{max-width:1400px;padding:40px}.earnings-stats-grid{gap:32px;margin-bottom:56px}.stat-card{padding:32px;gap:24px}.stat-icon{width:40px;height:40px;font-size:22px}.stat-value{font-size:32px}.earnings-chart-section,.transactions-section{padding:40px}.chart-bars{height:180px;gap:16px}}@media(max-width:768px){.earnings-page-container{padding:16px}.earnings-header{flex-direction:column;gap:16px;align-items:stretch}.earnings-title{font-size:24px;text-align:center}.withdraw-earnings-btn{text-align:center;padding:14px 20px}.earnings-stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:20px}.stat-icon{font-size:14px;width:25px;height:25px}.stat-value{font-size:20px}.earnings-chart-section,.transactions-section{padding:20px}.chart-header{flex-direction:column;gap:12px;align-items:stretch}.chart-header h3{text-align:center}.amount-value{font-size:28px;text-align:center}.chart-bars{height:100px;gap:4px}.chart-labels{font-size:10px;padding:0 8px}.transactions-table-container{margin:0 -20px;padding:0 20px}.transactions-table th,.transactions-table td{padding:12px 8px;font-size:13px}.activity-cell{flex-direction:column;gap:4px;text-align:center}}@media(max-width:480px){.earnings-page-container{padding:12px}.earnings-title{font-size:20px}.stat-card{padding:16px;flex-direction:column;text-align:center}.stat-icon{font-size:12px;width:20px;height:20px}.stat-value{font-size:18px}.earnings-chart-section,.transactions-section{padding:16px}.amount-value{font-size:24px}.chart-bars{height:80px;gap:2px}.transactions-table th,.transactions-table td{padding:8px 4px;font-size:12px}}.withdraw-page-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:600px;margin:0 auto;padding:20px;background-color:#f8f9fa;min-height:100vh}.withdraw-header{margin-bottom:30px}.back-link{color:#3498db;text-decoration:none;font-size:16px;font-weight:500;display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;transition:color .3s ease}.back-link:hover{color:#2980b9}.withdraw-title{font-size:28px;font-weight:600;color:#2c3e50;margin:0;text-align:center}.withdraw-content{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 12px #00000014}.withdraw-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#2c3e50;margin-bottom:4px}.input-wrapper{position:relative}.form-input{width:100%;padding:14px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:16px;color:#495057;background:#fff;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-input.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;appearance:none}.error-text{color:#e74c3c;font-size:13px;font-weight:500;margin-top:4px;display:block}.recipient-section{border-top:1px solid #eee;padding-top:24px}.section-title{font-size:18px;font-weight:600;color:#2c3e50;margin:0 0 20px}.calculation-summary{background:#f8f9fa;border-radius:8px;padding:20px;border:1px solid #dee2e6}.calculation-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#495057}.calculation-row.total{border-top:1px solid #dee2e6;margin-top:8px;padding-top:16px;font-weight:600;font-size:16px;color:#2c3e50}.processing-info{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;display:flex;align-items:flex-start;gap:12px}.info-icon{font-size:18px;flex-shrink:0;margin-top:2px}.processing-info p{margin:0;font-size:14px;color:#856404;line-height:1.5}.withdraw-submit-btn{background:#3498db;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.withdraw-submit-btn:hover:not(:disabled){background:#2980b9;transform:translateY(-1px)}.withdraw-submit-btn:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.loading-spinner{text-align:center;padding:60px 20px;font-size:16px;color:#6c757d}@media(max-width:768px){.withdraw-page-container{padding:16px;max-width:100%}.withdraw-title{font-size:24px}.withdraw-content{padding:24px;border-radius:8px}.form-input{padding:12px 14px;font-size:16px}.calculation-summary{padding:16px}.processing-info{padding:14px;flex-direction:column;gap:8px}.info-icon{align-self:flex-start}.withdraw-submit-btn{padding:14px 20px;font-size:16px}}@media(max-width:480px){.withdraw-page-container{padding:12px}.withdraw-title{font-size:20px}.withdraw-content{padding:20px}.withdraw-form{gap:20px}.form-input{padding:12px;font-size:16px}.calculation-row{font-size:13px}.calculation-row.total{font-size:15px}.processing-info p{font-size:13px}.section-title{font-size:16px}}.back-link:focus,.withdraw-submit-btn:focus{outline:2px solid #3498db;outline-offset:2px}.withdraw-submit-btn:active{transform:translateY(0)}.form-select::-webkit-scrollbar{width:8px}.form-select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.form-select::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.form-select::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.form-container{max-width:600px;margin:50px auto;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif}h1{text-align:center;margin-bottom:20px;color:#333}form{display:flex;flex-direction:column;gap:15px}input,textarea,button{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}textarea{resize:vertical;min-height:100px}input[type=file]{padding:5px}button{background-color:#4caf50;color:#fff;border:none;cursor:pointer;font-weight:700;transition:background-color .3s ease}button:hover{background-color:#45a049}button:disabled{background-color:#ccc;cursor:not-allowed}input:focus,textarea:focus{border-color:#4caf50;outline:none}@media(max-width:768px){.form-container{padding:15px}}.button{padding:.8rem 1.2rem;font-size:1rem;border:none;border-radius:30px;background-color:#000;color:#fff;cursor:pointer;transition:background .3s}.button:hover{background-color:#333}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}*::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#a8a8a8}input{background-color:#fff;border:0!important;color:gray}select,textarea{background-color:#fff;color:gray}.validation-error{color:#e74c3c;font-size:.875rem;margin-top:.25rem;display:block}.validation-error.general-error{background-color:#fdf2f2;border:1px solid #e74c3c;border-radius:4px;padding:.5rem;margin-top:.5rem}.validation-error.limit-error{background-color:#fff8e1;border:1px solid #ffcc02;color:#f57c00;padding:.75rem 1rem;border-radius:8px;margin-top:.75rem;font-weight:500;box-shadow:0 2px 4px #f57c001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes checkboxSelect{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}input.error,select.error,textarea.error{border:1px solid #e74c3c!important;background-color:#fdf2f2!important}.subcategory-checkbox-group.error .subcategory-checkbox{border-color:#e74c3c;background-color:#fdf2f2}.subcategory-checkbox-group.error .subcategory-checkbox:hover{border-color:#dc3545;background-color:#f8d7da}.validation-summary{background-color:#fdf2f2;border:1px solid #e74c3c;border-radius:4px;padding:1rem;margin:1rem 0}.validation-summary h4{color:#e74c3c;margin-bottom:.5rem}.validation-summary ul{list-style-type:none;padding:0}.validation-summary ul li{margin-bottom:.25rem}.validation-summary ul li div{margin-bottom:.125rem}button:disabled{opacity:.6;cursor:not-allowed}.gigs-overview-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;margin:1rem;width:calc(100% - 2rem)}@media(min-width:768px){.gigs-overview-card{padding:2rem;margin:1.5rem 2rem;width:calc(100% - 4rem)}}@media(min-width:1024px){.gigs-overview-card{padding:3rem;margin:2rem 4rem;width:calc(100% - 8rem);max-width:1200px}}@media(min-width:1440px){.gigs-overview-card{margin:2rem auto;width:90%}}.gigs-form-body{display:flex;flex-direction:column;gap:1.5rem;width:100%}@media(min-width:768px){.gigs-form-body{gap:2rem}}.gigs-card-section{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.gigs-card-section{flex-direction:row;gap:2rem;align-items:flex-start}}.gigs-card-details{flex:1;min-width:0}.gigs-card-details h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}@media(min-width:768px){.gigs-card-details h3{font-size:1.25rem}}.gigs-card-details p{font-size:.875rem;color:#666;line-height:1.5}@media(min-width:768px){.gigs-card-details p{font-size:.9rem}}.gigs-card-input{flex:1;width:100%}@media(min-width:768px){.gigs-card-input{flex:1.5;max-width:60%}}.gigs-card-input textarea,.gigs-card-input input[type=text],.gigs-card-input select{width:100%;padding:.875rem;border-radius:8px;border:1px solid #ddd;font-size:1rem;color:#333;background-color:#fff;transition:border-color .3s,box-shadow .3s}.gigs-card-input textarea:focus,.gigs-card-input input[type=text]:focus,.gigs-card-input select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.gigs-card-input textarea::placeholder,.gigs-card-input input[type=text]::placeholder,.gigs-card-input select::placeholder{color:#999;font-size:.9rem}@media(min-width:768px){.gigs-card-input textarea,.gigs-card-input input[type=text],.gigs-card-input select{padding:1rem;font-size:1rem}}.gigs-card-input textarea{min-height:80px;resize:vertical;font-family:inherit}@media(min-width:768px){.gigs-card-input textarea{min-height:100px}}.gigs-card-input select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem;appearance:none}.subcategory-section{margin-top:1.5rem;padding:1.25rem;background-color:#fafbfc;border:1px solid #e1e5e9;border-radius:12px;transition:all .2s ease}@media(min-width:768px){.subcategory-section{margin-top:2rem;padding:1.5rem 2rem}}@media(min-width:1024px){.subcategory-section{padding:2rem 2.5rem}}.subcategory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e8ecf0}.subcategory-header h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0;letter-spacing:-.01em}@media(min-width:768px){.subcategory-header h4{font-size:1.2rem}}.subcategory-header .subcategory-count{font-size:.8rem;color:#6c757d;background-color:#fff;padding:.375rem .75rem;border-radius:20px;border:1px solid #dee2e6;font-weight:500;transition:all .2s ease}@media(min-width:768px){.subcategory-header .subcategory-count{font-size:.85rem;padding:.4rem .85rem}}.subcategory-header .subcategory-count.at-limit{background-color:#fff8e1;color:#f57c00;border:1px solid #ffcc02;font-weight:600;box-shadow:0 1px 3px #f57c001a}.subcategory-checkbox-group{display:grid;grid-template-columns:1fr;gap:.5rem;padding:0;border:none;border-radius:0;background-color:transparent}@media(min-width:480px){.subcategory-checkbox-group{grid-template-columns:repeat(2,1fr);gap:.625rem}}@media(min-width:768px){.subcategory-checkbox-group{grid-template-columns:repeat(3,1fr);gap:.75rem}}.subcategory-checkbox{display:flex;align-items:center;gap:.625rem;cursor:pointer;padding:.75rem 1rem;margin:0;border-radius:8px;border:1px solid #e8ecf0;background-color:#fff;transition:all .2s ease;position:relative;height:56px}.subcategory-checkbox:hover{border-color:#007bff;background-color:#f8f9ff;box-shadow:0 2px 4px #007bff14;transform:translateY(-1px)}.subcategory-checkbox:has(.checkbox-input:checked){border-color:#007bff;background-color:#f0f7ff;box-shadow:0 2px 8px #007bff26;animation:checkboxSelect .2s ease}.subcategory-checkbox:has(.checkbox-input:checked) .checkbox-label{color:#0056b3;font-weight:500}.subcategory-checkbox.disabled{opacity:.6;cursor:not-allowed;border-color:#dee2e6;background-color:#f8f9fa}.subcategory-checkbox.disabled:hover{border-color:#dee2e6;background-color:#f8f9fa;box-shadow:none;transform:none}.subcategory-checkbox.disabled .checkbox-label{color:#6c757d}.subcategory-checkbox .checkbox-input{margin:0;width:18px;height:18px;accent-color:#007bff;cursor:pointer;position:relative;flex-shrink:0;appearance:none;border:2px solid #dee2e6;border-radius:50%;background-color:#fff;transition:all .2s ease}@media(min-width:768px){.subcategory-checkbox .checkbox-input{width:20px;height:20px}}.subcategory-checkbox .checkbox-input:checked{background-color:#007bff;border-color:#007bff;position:relative}.subcategory-checkbox .checkbox-input:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}@media(min-width:768px){.subcategory-checkbox .checkbox-input:checked:after{font-size:14px}}.subcategory-checkbox .checkbox-input:focus{outline:2px solid #007bff;outline-offset:2px}.subcategory-checkbox .checkbox-input:disabled{cursor:not-allowed;border-color:#6c757d;background-color:#f8f9fa}.subcategory-checkbox .checkbox-input:disabled:checked{background-color:#6c757d;border-color:#6c757d}.subcategory-checkbox .checkbox-label{font-size:.875rem;color:#495057;line-height:1.4;font-weight:400;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.subcategory-checkbox .checkbox-label{font-size:.9rem}}@media(min-width:1024px){.subcategory-checkbox .checkbox-label{font-size:.925rem}}.tags-preview{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tags-preview .tag-pill{background-color:#e7f3ff;color:#06c;padding:.25rem .75rem;border-radius:16px;font-size:.8rem;font-weight:500;border:1px solid #b3d9ff}@media(min-width:768px){.tags-preview .tag-pill{font-size:.85rem;padding:.375rem 1rem}}.tag-input-container{width:100%;border:1px solid #ccc;border-radius:8px;background-color:#fff;min-height:45px;transition:border-color .3s ease}.tag-input-container:focus-within{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.tag-input-container.error{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.tag-input-container.tag-limit-reached{background-color:#f8f8f8;border-color:#ddd}.tag-input-container.tag-limit-reached:focus-within{border-color:#ddd;box-shadow:none}.tag-input-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;min-height:33px}.tag-pill-inside{display:inline-flex;align-items:center;background-color:#e7f3ff;color:#06c;padding:.25rem .5rem;border-radius:14px;font-size:.8rem;font-weight:500;border:1px solid #b3d9ff;gap:.25rem;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.tag-pill-inside{font-size:.85rem;padding:.3rem .6rem;max-width:200px}}.tag-remove-btn{background:none;border:none;color:#06c;font-size:1rem;font-weight:700;cursor:pointer;padding:0;margin:0;line-height:1;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.tag-remove-btn:hover{background-color:#0066cc1a}.tag-remove-btn:focus{outline:none;background-color:#06c3}.tag-input-field{border:none;outline:none;background:transparent;font-size:.9rem;padding:.25rem 0;flex:1;min-width:120px}.tag-input-field::placeholder{color:#999;font-size:.85rem}.tag-input-field:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.tag-input-field:disabled::placeholder{color:#bbb}@media(min-width:768px){.tag-input-field{font-size:1rem;min-width:150px}}.tag-input-helper{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.75rem;color:#666;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.tag-input-helper{flex-direction:column;align-items:flex-start;font-size:.7rem}}.tag-counter{font-weight:500;color:#4a90e2}.tag-counter.tag-limit-reached{color:#e74c3c;font-weight:600}.tag-instruction{color:#888;font-style:italic}@media(max-width:768px){.tag-instruction{font-size:.65rem}}.tag-preview{display:flex;flex-wrap:wrap;gap:.5rem}.tag-pill{background-color:#f2f2f2;color:#333}.page-bar>.page:last-child{margin-left:auto}.btn{color:#fff}.gigs-card{padding-top:3rem;background:#fff;width:80%;padding-left:40px;padding-right:40px;padding-bottom:40px;border-radius:16px;box-shadow:0 0 10px #0000001a;border:2px solid #f4f4f4}.gigs-card-section{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;border-radius:20px;padding:.4rem .8rem;font-size:.875rem;cursor:default;display:inline-flex;align-items:center}.form-footer{display:flex;justify-content:flex-start;margin-top:1rem}.gigs-form-buttons{display:flex;gap:1rem;margin:2rem 0;justify-content:flex-start;padding:0 2rem}@media(min-width:769px){.gigs-form-buttons{padding:0 8rem}}.gigs-form-buttons .button{width:30%!important;max-width:30%!important;flex:0 0 30%!important;padding:.875rem 2rem;font-size:.95rem;font-weight:500;border-radius:8px;background-color:#05668d;transition:all .2s ease}@media(min-width:768px){.gigs-form-buttons .button{padding:1rem 2.5rem;font-size:1rem}}.gigs-form-buttons .button:hover{background-color:#045a75;transform:translateY(-1px);box-shadow:0 4px 8px #05668d33}.gigs-form-buttons .button:active{transform:translateY(0);box-shadow:0 2px 4px #05668d33}.gig-back-button,.gig-next-button{padding:.875rem 2rem;font-size:.95rem;font-weight:500;border-radius:8px;border:none;background-color:#05668d;color:#fff;cursor:pointer;width:30%!important;max-width:30%!important;flex:0 0 30%!important;transition:all .2s ease}@media(min-width:768px){.gig-back-button,.gig-next-button{padding:1rem 2.5rem;font-size:1rem}}.gig-back-button:hover,.gig-next-button:hover{background-color:#045a75;transform:translateY(-1px);box-shadow:0 4px 8px #05668d33}.gig-back-button:active,.gig-next-button:active{transform:translateY(0);box-shadow:0 2px 4px #05668d33}@media(max-width:1200px){.gigs-form-content{max-width:100%;padding:0 15px}}@media(max-width:768px){.gigs-card-input.double-dropdown{flex-direction:column}.gigs-form-content{padding:0 10px}}.gig-success-modal-overlay{position:fixed!important;inset:0!important;background-color:#00000080!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:10000!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.gig-success-modal-content{background:#fff!important;border-radius:16px!important;padding:32px 24px!important;max-width:360px!important;width:90%!important;text-align:center!important;box-shadow:0 20px 40px #00000026!important;position:relative!important;animation:slideInUp .3s ease-out!important}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gig-success-modal-content .success-icon-container{margin-bottom:20px!important;display:flex!important;justify-content:center!important}.gig-success-modal-content .success-checkmark{width:64px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#06b6d41a!important;border-radius:50%!important;margin:0 auto!important}.gig-success-modal-content .success-title{font-size:20px!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:8px!important;line-height:1.3!important}.gig-success-modal-content .success-description{font-size:14px!important;color:#666!important;margin-bottom:24px!important;line-height:1.4!important}.gig-success-modal-content .success-continue-btn{width:100%!important;padding:14px 24px!important;background:linear-gradient(135deg,#06b6d4,#0891b2,#0e7490)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important}.gig-success-modal-content .success-continue-btn:hover{transform:translateY(-1px)!important;box-shadow:0 8px 16px #06b6d44d!important}.gig-success-modal-content .success-continue-btn:active{transform:translateY(0)!important}.success-modal-actions{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;margin-bottom:16px!important}.success-share-btn{width:100%!important;padding:14px 24px!important;background:linear-gradient(135deg,#06b6d4,#0891b2,#0e7490)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.success-share-btn:hover{transform:translateY(-1px)!important;box-shadow:0 8px 16px #06b6d44d!important}.success-continue-btn-secondary{width:100%!important;padding:14px 24px!important;background:#fff!important;color:#0891b2!important;border:2px solid #0891b2!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important}.success-continue-btn-secondary:hover{background:#f0fdfa!important;transform:translateY(-1px)!important}.share-options-panel{width:100%!important;margin-top:16px!important;padding:20px!important;background:#f9fafb!important;border-radius:12px!important;animation:slideDown .3s ease-out!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.share-link-section{display:flex!important;gap:8px!important;margin-bottom:16px!important}.share-link-input-gig{flex:1!important;padding:10px 12px!important;border:1px solid #d1d5db!important;border-radius:8px!important;font-size:14px!important;color:#6b7280!important;background:#fff!important}.copy-link-btn-gig{padding:10px 20px!important;background:#0891b2!important;color:#fff!important;border:none!important;border-radius:8px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s!important;font-size:14px!important;white-space:nowrap!important;display:flex!important;align-items:center!important;gap:6px!important}.copy-link-btn-gig:hover{background:#0e7490!important}.social-share-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.social-share-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:12px!important;border:1px solid #e5e7eb!important;border-radius:8px!important;background:#fff!important;cursor:pointer!important;transition:all .2s!important;font-size:14px!important;font-weight:500!important}.social-share-btn:hover{background:#f9fafb!important;border-color:currentColor!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px #0000001a!important}.social-share-btn.facebook{color:#1877f2!important}.social-share-btn.twitter{color:#1da1f2!important}.social-share-btn.whatsapp{color:#25d366!important}.social-share-btn.linkedin{color:#0a66c2!important}@media(max-width:768px){.social-share-grid{grid-template-columns:1fr!important}}.gig-failure-modal-overlay{position:fixed!important;inset:0!important;background-color:#00000080!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:10000!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.gig-failure-modal-content{background:#fff!important;border-radius:16px!important;padding:32px 24px!important;max-width:360px!important;width:90%!important;text-align:center!important;box-shadow:0 20px 40px #00000026!important;position:relative!important;animation:slideInUp .3s ease-out!important}.gig-failure-modal-content .failure-icon-container{margin-bottom:20px!important;display:flex!important;justify-content:center!important}.gig-failure-modal-content .failure-cross{width:64px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ef44441a!important;border-radius:50%!important;margin:0 auto!important}.gig-failure-modal-content .failure-title{font-size:20px!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:8px!important;line-height:1.3!important}.gig-failure-modal-content .failure-description{font-size:14px!important;color:#666!important;margin-bottom:24px!important;line-height:1.4!important}.gig-failure-modal-content .failure-retry-btn{width:100%!important;padding:14px 24px!important;background:linear-gradient(135deg,#ef4444,#dc2626,#b91c1c)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important}.gig-failure-modal-content .failure-retry-btn:hover{transform:translateY(-1px)!important;box-shadow:0 8px 16px #ef44444d!important}.gig-failure-modal-content .failure-retry-btn:active{transform:translateY(0)!important}.page-bar-container{width:100%;padding:1rem 8rem;background-color:#f9f9f9}@media(max-width:768px){.page-bar-container{padding:1rem 2rem}}.page-bar-card{background:#fff;border-radius:8px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000001a;max-width:100%}@media(max-width:768px){.page-bar-card{padding:12px 16px;flex-direction:column;gap:16px}}.page-bar-steps{display:flex;align-items:center;gap:12px}@media(max-width:768px){.page-bar-steps{gap:8px;flex-wrap:wrap;justify-content:center}}.page-step{display:flex;align-items:center;gap:8px;cursor:default;transition:all .3s ease;padding:4px 8px;border-radius:6px}.page-step.clickable{cursor:pointer}.page-step.clickable:hover,.page-step.active{background-color:#1dbf731a}.page-step.active .step-number{background-color:#1dbf73;color:#fff;transform:scale(1.1)}.page-step.active .step-name{color:#1dbf73;font-weight:600}.page-step.completed-valid .step-number{background-color:#4caf50;color:#fff;font-size:14px;font-weight:700}.page-step.completed-valid .step-name{color:#4caf50;font-weight:500}.page-step.completed-invalid .step-number{background-color:#e74c3c;color:#fff;font-size:14px;font-weight:700}.page-step.completed-invalid .step-name{color:#e74c3c;font-weight:500}@media(max-width:768px){.page-step{gap:6px}.page-step .step-name{font-size:12px}}.step-number{width:28px;height:28px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#999;transition:all .3s ease;border:2px solid transparent}@media(max-width:768px){.step-number{width:24px;height:24px;font-size:11px}}.step-name{font-size:14px;color:#666;font-weight:500;transition:all .3s ease;white-space:nowrap}@media(max-width:768px){.step-name{font-size:12px}}.step-separator{color:#ccc;margin:0 4px;font-size:16px;transition:color .3s ease}@media(max-width:768px){.step-separator{font-size:14px;margin:0 2px}}.page-bar-actions{margin-left:auto}@media(max-width:768px){.page-bar-actions{margin-left:0}}.save-button{padding:8px 16px;font-size:14px;background-color:#f5f5f5;color:#333;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.save-button:hover{background-color:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.save-button:active{transform:translateY(0)}@media(max-width:768px){.save-button{padding:6px 12px;font-size:12px}}.pricing-table{background:#fff;width:95%;max-width:800px;margin:1rem auto;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-family:Arial,sans-serif;position:relative}@media(min-width:768px){.pricing-table{width:90%;margin:1.5rem auto;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}}@media(min-width:1024px){.pricing-table{margin:2rem auto;padding:2rem}}.pricing-table .pricing-table-header{margin-bottom:1.5rem}.pricing-table .pricing-table-header h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#000;line-height:1.3}@media(min-width:768px){.pricing-table .pricing-table-header h3{font-size:1.5rem;margin-bottom:.75rem}}@media(min-width:1024px){.pricing-table .pricing-table-header h3{font-size:1.75rem}}.pricing-table .pricing-table-header p{font-size:.9rem;color:#555;margin-bottom:1rem;line-height:1.4}@media(min-width:768px){.pricing-table .pricing-table-header p{font-size:1rem;margin-bottom:1.25rem}}@media(min-width:1024px){.pricing-table .pricing-table-header p{margin-bottom:1.5rem}}@media(min-width:768px){.pricing-table .pricing-table-header{margin-bottom:2rem}}@media(min-width:1024px){.pricing-table .pricing-table-header{margin-bottom:2.5rem}}.pricing-table .general-error{background-color:#fdf2f2;border:1px solid #e74c3c;color:#e74c3c;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem;line-height:1.4}@media(min-width:768px){.pricing-table .general-error{padding:.875rem 1rem;border-radius:8px;margin-bottom:1.25rem;font-size:.9rem}}@media(min-width:1024px){.pricing-table .general-error{margin-bottom:1.5rem;font-size:.95rem}}.pricing-table .pricing-form-container{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:768px){.pricing-table .pricing-form-container{gap:1.5rem}}@media(min-width:1024px){.pricing-table .pricing-form-container{gap:2rem}}.pricing-table .pricing-field{display:flex;flex-direction:column}.pricing-table .pricing-field label{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.5rem;line-height:1.3}@media(min-width:768px){.pricing-table .pricing-field label{font-size:1rem;margin-bottom:.75rem}}@media(min-width:1024px){.pricing-table .pricing-field label{font-size:1.1rem}}.pricing-table .pricing-field input,.pricing-table .pricing-field select,.pricing-table .pricing-field textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;color:#333;background-color:#fff;transition:border-color .3s,box-shadow .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(min-width:768px){.pricing-table .pricing-field input,.pricing-table .pricing-field select,.pricing-table .pricing-field textarea{padding:.875rem;border-radius:8px;font-size:1rem}}@media(min-width:1024px){.pricing-table .pricing-field input,.pricing-table .pricing-field select,.pricing-table .pricing-field textarea{padding:1rem;font-size:1.05rem}}.pricing-table .pricing-field input:focus,.pricing-table .pricing-field select:focus,.pricing-table .pricing-field textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff26;outline:none}.pricing-table .pricing-field input.error,.pricing-table .pricing-field select.error,.pricing-table .pricing-field textarea.error{border-color:#e74c3c!important;background-color:#fdf2f2!important;box-shadow:0 0 0 2px #e74c3c26!important}@media(min-width:1024px){.pricing-table .pricing-field input.error,.pricing-table .pricing-field select.error,.pricing-table .pricing-field textarea.error{box-shadow:0 0 0 3px #e74c3c1a!important}}.pricing-table .pricing-field input::placeholder,.pricing-table .pricing-field select::placeholder,.pricing-table .pricing-field textarea::placeholder{color:#999;font-size:.9rem}@media(min-width:768px){.pricing-table .pricing-field input::placeholder,.pricing-table .pricing-field select::placeholder,.pricing-table .pricing-field textarea::placeholder{font-size:.95rem}}.pricing-table .pricing-field textarea{min-height:80px;resize:vertical;font-family:inherit;line-height:1.4}@media(min-width:768px){.pricing-table .pricing-field textarea{min-height:100px;line-height:1.5}}@media(min-width:1024px){.pricing-table .pricing-field textarea{min-height:120px}}.pricing-table .pricing-field select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:.875rem;padding-right:2.25rem}@media(min-width:768px){.pricing-table .pricing-field select{background-size:1rem;padding-right:2.5rem}}.pricing-table .pricing-field .validation-error{color:#e74c3c;font-size:.8rem;margin-top:.5rem;background-color:#fdf2f2;padding:.5rem;border-radius:4px;border:1px solid #e74c3c;line-height:1.3}@media(min-width:768px){.pricing-table .pricing-field .validation-error{font-size:.875rem;padding:.625rem;border-radius:6px;line-height:1.4}}@media(min-width:1024px){.pricing-table .pricing-field .validation-error{font-size:.9rem;padding:.75rem}}@media(max-width:767px){.pricing-table .pricing-field input,.pricing-table .pricing-field select,.pricing-table .pricing-field textarea{min-height:44px}.pricing-table .pricing-field input:active,.pricing-table .pricing-field select:active,.pricing-table .pricing-field textarea:active{background-color:#f8f9fa}.pricing-table .pricing-field select{background-size:1rem;padding-right:2.5rem}}.pricing-table .pricing-field input:focus,.pricing-table .pricing-field select:focus,.pricing-table .pricing-field textarea:focus{box-shadow:0 0 0 2px #007bff,0 0 0 4px #007bff33}@media(min-width:1024px){.pricing-table .pricing-field input:focus,.pricing-table .pricing-field select:focus,.pricing-table .pricing-field textarea:focus{box-shadow:0 0 0 3px #007bff1a}}.pricing-card{background:#fff;width:90%;margin:2rem auto;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;font-family:Arial,sans-serif}.pricing-card .pricing-header{margin-bottom:1.5rem}.pricing-card .pricing-header h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#000}.pricing-card .pricing-header p{font-size:.95rem;color:#555}.pricing-card .pricing-field{display:flex;flex-direction:column;margin-bottom:1.5rem}.pricing-card .pricing-field label{font-size:.95rem;color:#333;margin-bottom:.5rem}.pricing-card .pricing-field input,.pricing-card .pricing-field select,.pricing-card .pricing-field textarea{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#222;background-color:#fff;transition:border-color .3s,box-shadow .3s}.pricing-card .pricing-field input:focus,.pricing-card .pricing-field select:focus,.pricing-card .pricing-field textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.pricing-card .pricing-field input.error,.pricing-card .pricing-field select.error,.pricing-card .pricing-field textarea.error{border-color:#e74c3c!important;background-color:#fdf2f2!important;box-shadow:0 0 0 3px #e74c3c1a!important}.pricing-card .pricing-field input::placeholder,.pricing-card .pricing-field select::placeholder,.pricing-card .pricing-field textarea::placeholder{color:#aaa}.pricing-card .pricing-field textarea{resize:vertical;min-height:80px}.pricing-card .pricing-field .validation-error{color:#e74c3c;font-size:.85rem;margin-top:.5rem;display:block;background-color:#fdf2f2;padding:.5rem;border-radius:6px;border:1px solid #e74c3c}@media(max-width:768px){.pricing-card{padding:1.5rem}}.page-bar-container{width:100%;padding:.75rem 1rem;background-color:#f9f9f9}@media(min-width:768px){.page-bar-container{padding:1rem 2rem}}@media(min-width:1024px){.page-bar-container{padding:1rem 4rem}}@media(min-width:1200px){.page-bar-container{padding:1rem 8rem}}.package-details-input{width:100%;font-family:Arial,sans-serif}.package-details-input .input-container{position:relative;margin-bottom:.5rem}.package-details-input .input-container .input-wrapper{display:flex;align-items:center;gap:.5rem;position:relative}.package-details-input .input-container .task-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;transition:all .3s ease;box-sizing:border-box}@media(min-width:768px){.package-details-input .input-container .task-input{padding:.875rem;font-size:1rem}}.package-details-input .input-container .task-input:focus{outline:none;border-color:#6474c4;box-shadow:0 0 0 3px #6474c433}.package-details-input .input-container .task-input::placeholder{color:#888;font-style:italic}.package-details-input .input-container .add-task-button{background:#6474c4;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;min-width:2.5rem;min-height:2.5rem;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}@media(max-width:767px){.package-details-input .input-container .add-task-button{width:3rem;height:3rem;font-size:1.4rem;min-width:3rem;min-height:3rem;border-radius:8px}}.package-details-input .input-container .add-task-button:hover:not(:disabled){background:#5a6bb8;transform:translateY(-2px);box-shadow:0 4px 8px #6474c44d}.package-details-input .input-container .add-task-button:active:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #6474c44d;background:#4d5aa3}.package-details-input .input-container .add-task-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.package-details-input .input-container .add-task-button:focus{outline:none;box-shadow:0 0 0 3px #6474c433}@media(max-width:767px){.package-details-input .input-container .add-task-button:active:not(:disabled){transform:scale(.95);background:#4d5aa3}}.package-details-input .input-container .input-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.75rem}@media(min-width:768px){.package-details-input .input-container .input-meta{font-size:.8rem}}.package-details-input .input-container .input-meta .word-count{font-weight:500;transition:color .3s ease}.package-details-input .input-container .input-meta .task-count{color:#666;font-weight:500}.package-details-input .input-error{background-color:#fee;color:#d63031;padding:.5rem;border-radius:4px;font-size:.8rem;margin-bottom:.5rem;border-left:3px solid #d63031}@media(min-width:768px){.package-details-input .input-error{font-size:.85rem}}.package-details-input .tasks-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding:.5rem;background-color:#f8f9fa;border-radius:4px;min-height:2.5rem}@media(min-width:768px){.package-details-input .tasks-list{gap:.75rem;padding:.75rem}}.package-details-input .tasks-list .task-item{display:flex;align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:20px;padding:.375rem .75rem;font-size:.8rem;transition:all .3s ease;max-width:100%}@media(min-width:768px){.package-details-input .tasks-list .task-item{font-size:.85rem;padding:.5rem 1rem}}.package-details-input .tasks-list .task-item:hover{background-color:#dee2e6;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.package-details-input .tasks-list .task-item .task-text{flex:1;margin-right:.5rem;word-wrap:break-word;line-height:1.3}.package-details-input .tasks-list .task-item .remove-task{background:none;border:none;color:#6c757d;font-size:1.2rem;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;flex-shrink:0}.package-details-input .tasks-list .task-item .remove-task:hover{background-color:#dc3545;color:#fff;transform:scale(1.1)}.package-details-input .tasks-list .task-item .remove-task:focus{outline:none;box-shadow:0 0 0 2px #dc354540}.package-details-input .help-text{color:#6c757d;font-size:.75rem;font-style:italic;margin-bottom:.5rem;line-height:1.4}@media(min-width:768px){.package-details-input .help-text{font-size:.8rem}}.package-details-input .min-tasks-warning{background-color:#fff3cd;color:#856404;padding:.5rem;border-radius:4px;font-size:.8rem;border-left:3px solid #ffc107}@media(min-width:768px){.package-details-input .min-tasks-warning{font-size:.85rem}}.package-details-input.error .task-input{border-color:#dc3545;box-shadow:0 0 0 3px #dc354533}.package-details-input .task-item{animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:480px){.package-details-input .input-wrapper{gap:.75rem}.package-details-input .add-task-button{width:3.5rem;height:3.5rem;font-size:1.6rem;min-width:3.5rem;min-height:3.5rem;border-radius:12px}.package-details-input .tasks-list .task-item{font-size:.75rem;padding:.25rem .5rem}.package-details-input .tasks-list .task-item .task-text{margin-right:.25rem}.package-details-input .input-meta{font-size:.7rem}.package-details-input .help-text{font-size:.7rem;line-height:1.3}}.gig-gallery-uploads{background-color:#fff;padding:25px;width:80%;padding-top:3rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:20px 8rem}.galleryImage{width:100px;height:100px;object-fit:cover;border-radius:6px;margin-bottom:10px}.image-container{position:relative;display:inline-block}.image-container .remove-image-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;border:none;background-color:#dc3545;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0003;transition:all .2s ease}.image-container .remove-image-btn:hover{background-color:#c82333;transform:scale(1.1)}.image-container .remove-image-btn:active{transform:scale(.95)}.placeholder-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.placeholder-content .placeholder-icon{font-size:24px;margin-bottom:8px;opacity:.6}.placeholder-content span,.placeholder-content p{margin:2px 0;font-size:12px;color:#666}.galleryUploads{display:flex;flex-direction:column;gap:20px;font-family:Arial,sans-serif;width:100%}.uploads-card-section{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}.uploads-card-details{width:30%;color:#000}.uploads-card-details h3{margin:0;font-size:20px;color:#333}.uploads-card-details p{font-size:14px;color:#666;margin:5px 0}.gallery-requirements{list-style:none;padding:0;margin:15px 0}.gallery-requirements li{font-size:14px;color:#666;margin:8px 0;position:relative;padding-left:20px}.gallery-requirements li:before{content:"•";color:#007bff;font-weight:700;position:absolute;left:0}.uploads-card-area{flex:1;display:flex;justify-content:center}.main-image-upload{width:100%;max-width:400px}.file-upload-large{width:100%;height:300px;border-radius:12px;background-color:#fafafa;cursor:pointer;position:relative;transition:all .3s ease;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;overflow:hidden}.file-upload-large:hover{border-color:#007bff;background-color:#f8f9ff}.file-upload-large.drag-over{border-color:#28a745;background-color:#e8f5e8;transform:scale(1.02);box-shadow:0 4px 12px #28a74533}.file-upload-large.has-image{border:none;padding:0}.file-upload-large.has-image:hover{background-color:transparent}.file-upload-large.has-image:hover .image-overlay{opacity:1}.image-preview-container{width:100%;height:100%;position:relative;overflow:hidden;border-radius:12px}.full-size-preview{width:100%;height:100%;object-fit:cover;display:block}.image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:15px;opacity:0;transition:opacity .3s ease;border-radius:12px}.change-image-btn,.remove-image-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.change-image-btn.change-image-btn,.remove-image-btn.change-image-btn{background-color:#007bff;color:#fff}.change-image-btn.change-image-btn:hover,.remove-image-btn.change-image-btn:hover{background-color:#0056b3;transform:translateY(-1px)}.change-image-btn.remove-image-btn,.remove-image-btn.remove-image-btn{background-color:#dc3545;color:#fff}.change-image-btn.remove-image-btn:hover,.remove-image-btn.remove-image-btn:hover{background-color:#c82333;transform:translateY(-1px)}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%}.upload-icon{font-size:48px;margin-bottom:16px;opacity:.6}.upload-text{display:flex;flex-direction:column;gap:8px}.upload-text .primary-text{font-size:16px;color:#666;font-weight:500}.upload-text .secondary-text{font-size:16px;color:#007bff;font-weight:600;text-decoration:underline}.uploads-card-input{display:flex;justify-content:center;align-items:center;padding:10px}.upload-area p{color:#00f;text-decoration:underline}.upload-area span{color:gray!important;font-size:14px!important}.file-upload{width:100%;max-width:200px;border-radius:8px;padding:20px;text-align:center;background-color:#fff;cursor:pointer;position:relative;transition:border-color .3s,background-color .3s;border:2px solid #ccc}.file-upload:hover{border-color:#007bff;background-color:#f4f9ff}.file-upload.processing{pointer-events:none;opacity:.8;border-color:#6c757d;background-color:#f6f6f6;cursor:not-allowed}.file-upload.drag-over{border-color:#28a745;background-color:#e8f5e8;transform:scale(1.02);box-shadow:0 4px 8px #28a74533}.file-upload.drag-over{border-color:#28a745;background-color:#e8f5e8;transform:scale(1.02)}.file-upload .upload-area{display:flex;flex-direction:column;align-items:center;gap:10px}.file-upload input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.processing-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.processing-content .spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.processing-content span{font-size:12px;color:#007bff;font-weight:500;margin:0}.processing-content p{font-size:10px;color:#6c757d;margin:0}.file-info{margin:8px 0;padding:6px 12px;background-color:#e3f2fd;border:1px solid #2196f3;border-radius:4px}.file-info small{color:#1976d2;font-weight:500}.guidelines-backdrop{position:fixed;inset:0;background:#0000000d;z-index:999;pointer-events:none;opacity:0;animation:fadeInBackdrop .3s ease-out forwards}@media(min-width:768px){.guidelines-backdrop{background:#00000008;animation-duration:.4s;animation-timing-function:cubic-bezier(.4,0,.2,1)}}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.guidelines-card{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:none;background:#fff;border:1px solid #e0e0e0;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;z-index:1000;max-height:45vh;overflow-y:auto;padding:0;margin:0;box-sizing:border-box;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;opacity:0;transform:translateY(100%);animation:slideUpFromBottom .3s ease-out forwards}.guidelines-card *{box-sizing:border-box;margin:0;padding:0}@media(min-width:480px){.guidelines-card{max-height:50vh;border-radius:20px 20px 0 0;box-shadow:0 -6px 25px #00000026}}@media(min-width:768px){.guidelines-card{position:fixed;inset:50% 15px auto auto;width:320px;max-width:90vw;max-height:70vh;transform:translateY(-50%);animation:slideInFromRight .4s cubic-bezier(.4,0,.2,1) forwards;border-radius:12px;box-shadow:0 6px 20px #00000026}}@media(min-width:1024px){.guidelines-card{width:350px;right:20px;max-height:75vh;box-shadow:0 8px 25px #00000026}}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(min-width:1200px){.guidelines-card{width:380px}}@keyframes slideInFromRight{0%{opacity:0;transform:translateY(-50%) translate(20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.guidelines-card.field-focused{border-color:#3498db;box-shadow:0 -4px 20px #3498db40;background:linear-gradient(135deg,#fff,#f8f9ff)}@media(min-width:768px){.guidelines-card.field-focused{box-shadow:0 6px 20px #3498db2e;transform:translateY(-50%) scale(1.01)}}@media(min-width:1024px){.guidelines-card.field-focused{box-shadow:0 8px 25px #3498db26;transform:translateY(-50%) scale(1.02)}}.guidelines-card.default-view{border-color:#e0e0e0}.guidelines-card .guidelines-header{margin:0;border-bottom:1px solid #f0f0f0;padding:2px 8px 4px;transition:all .3s ease;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px 16px 0 0;position:relative;top:0;box-sizing:border-box}.guidelines-card .guidelines-header:before{content:"";position:absolute;top:2px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#ddd;border-radius:2px;transition:background .3s ease}@media(min-width:480px){.guidelines-card .guidelines-header{padding:4px 8px 6px;border-radius:20px 20px 0 0}.guidelines-card .guidelines-header:before{width:50px;height:5px;top:10px}}@media(min-width:768px){.guidelines-card .guidelines-header{padding:6px 10px 4px;border-bottom-width:2px;border-radius:10px 10px 0 0}.guidelines-card .guidelines-header:before{display:none}}@media(min-width:1024px){.guidelines-card .guidelines-header{padding:8px 12px 6px;border-radius:12px 12px 0 0}}.guidelines-card .guidelines-header .header-content{flex:1;margin:0;padding:0}.guidelines-card .guidelines-header .header-controls{display:flex;align-items:center;gap:8px}.guidelines-card .guidelines-header .minimize-guidelines{background:none;border:none;font-size:16px;color:#7f8c8d;cursor:pointer;padding:4px 8px;border-radius:4px;width:auto;height:28px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;min-width:32px}@media(min-width:768px){.guidelines-card .guidelines-header .minimize-guidelines{display:none}}.guidelines-card .guidelines-header .minimize-guidelines:hover{background:#f0f0f0;color:#2c3e50}.guidelines-card .guidelines-header .minimize-guidelines:active{background:#e8e8e8;transform:scale(.95)}.guidelines-card .guidelines-header .close-guidelines{background:none;border:none;font-size:16px;color:#7f8c8d;cursor:pointer;padding:4px;margin-left:0;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;min-width:28px}@media(min-width:768px){.guidelines-card .guidelines-header .close-guidelines{font-size:18px;width:30px;height:30px;min-width:30px;padding:5px;margin-left:10px}}.guidelines-card .guidelines-header .close-guidelines:hover{background:#f0f0f0;color:#2c3e50}.guidelines-card .guidelines-header .close-guidelines:active{background:#e8e8e8;transform:scale(.95)}.guidelines-card .guidelines-header h3{color:#2c3e50;margin:0;padding:0;font-size:1rem;font-weight:600;transition:color .3s ease;line-height:1.2}@media(min-width:768px){.guidelines-card .guidelines-header h3{font-size:1.125rem;margin-bottom:2px}}@media(min-width:1024px){.guidelines-card .guidelines-header h3{font-size:1.25rem}}.guidelines-card .guidelines-header p{color:#7f8c8d;margin:0;padding:0;font-size:.8rem;transition:color .3s ease;line-height:1.3}@media(min-width:768px){.guidelines-card .guidelines-header p{font-size:.85rem}}@media(min-width:1024px){.guidelines-card .guidelines-header p{font-size:.9rem}}.guidelines-card.field-focused .guidelines-header{border-bottom-color:#3498db}.guidelines-card.field-focused .guidelines-header h3{color:#2980b9}.guidelines-card.field-focused .guidelines-header p{color:#5a6c7d}.guidelines-card .guidelines-content{padding:4px 6px}@media(min-width:768px){.guidelines-card .guidelines-content{padding:6px 8px}}@media(min-width:1024px){.guidelines-card .guidelines-content{padding:8px 10px}}.guidelines-card .guidelines-content .guideline-section{margin-bottom:2px;transition:all .3s ease}@media(min-width:768px){.guidelines-card .guidelines-content .guideline-section{margin-bottom:3px}}@media(min-width:1024px){.guidelines-card .guidelines-content .guideline-section{margin-bottom:4px}}.guidelines-card .guidelines-content .guideline-section:last-child{margin-bottom:0}.guidelines-card .guidelines-content .guideline-section p{color:#5a6c7d;line-height:1.3;margin:0 0 2px;font-size:.85rem;transition:color .3s ease}@media(min-width:768px){.guidelines-card .guidelines-content .guideline-section p{font-size:.875rem;margin-bottom:3px;line-height:1.4}}@media(min-width:1024px){.guidelines-card .guidelines-content .guideline-section p{font-size:.9rem;margin-bottom:4px}}.guidelines-card .guidelines-content .guideline-section .tips{background:linear-gradient(135deg,#f8f9fa,#f1f5f9);border-left:3px solid #3498db;padding:4px 6px;border-radius:0 6px 6px 0;transition:all .3s ease;margin-top:2px}@media(min-width:768px){.guidelines-card .guidelines-content .guideline-section .tips{border-left-width:4px;padding:6px 8px;border-radius:0 8px 8px 0;margin-top:3px}}@media(min-width:1024px){.guidelines-card .guidelines-content .guideline-section .tips{padding:8px 10px}}.guidelines-card .guidelines-content .guideline-section .tips strong{color:#2980b9;font-size:.8rem;display:flex;align-items:center;margin-bottom:2px;font-weight:600}@media(min-width:768px){.guidelines-card .guidelines-content .guideline-section .tips strong{font-size:.825rem;margin-bottom:3px}}@media(min-width:1024px){.guidelines-card .guidelines-content .guideline-section .tips strong{font-size:.85rem;margin-bottom:4px}}.guidelines-card .guidelines-content .guideline-section .tips ul{margin:0;padding-left:14px}@media(min-width:768px){.guidelines-card .guidelines-content .guideline-section .tips ul{padding-left:16px}}.guidelines-card .guidelines-content .guideline-section .tips ul li{color:#5a6c7d;font-size:.8rem;line-height:1.2;margin-bottom:1px;transition:color .3s ease}@media(min-width:768px){.guidelines-card .guidelines-content .guideline-section .tips ul li{font-size:.82rem;line-height:1.3;margin-bottom:2px}}@media(min-width:1024px){.guidelines-card .guidelines-content .guideline-section .tips ul li{font-size:.85rem}}.guidelines-card .guidelines-content .guideline-section .tips ul li:last-child{margin-bottom:0}.guidelines-card.field-focused .guidelines-content .guideline-section .tips{background:linear-gradient(135deg,#ebf3fd,#f0f8ff);border-left-color:#2980b9}.guidelines-card.field-focused .guidelines-content .guideline-section .tips ul li{color:#34495e}.guidelines-card .guidelines-footer{padding:2px 6px 4px;margin-top:0;border-top:1px solid #ecf0f1;transition:all .3s ease;background:#fafbfc;border-radius:0}@media(min-width:480px){.guidelines-card .guidelines-footer{padding:3px 6px 5px}}@media(min-width:768px){.guidelines-card .guidelines-footer{padding:4px 8px 6px;border-radius:0 0 10px 10px}}@media(min-width:1024px){.guidelines-card .guidelines-footer{padding:6px 10px 8px;border-radius:0 0 12px 12px}}.guidelines-card .guidelines-footer .help-note{padding:2px 4px;border-radius:4px;text-align:center;transition:all .3s ease}@media(min-width:768px){.guidelines-card .guidelines-footer .help-note{padding:3px 6px;border-radius:6px}}@media(min-width:1024px){.guidelines-card .guidelines-footer .help-note{padding:4px 8px}}.guidelines-card .guidelines-footer .help-note strong{display:flex;align-items:center;justify-content:center;margin-bottom:0;font-size:.8rem;font-weight:600}@media(min-width:768px){.guidelines-card .guidelines-footer .help-note strong{font-size:.82rem;margin-bottom:1px}}@media(min-width:1024px){.guidelines-card .guidelines-footer .help-note strong{font-size:.85rem;margin-bottom:2px}}.guidelines-card .guidelines-footer .help-note p{margin:0;font-size:.75rem;opacity:.95;line-height:1.3}@media(min-width:768px){.guidelines-card .guidelines-footer .help-note p{font-size:.78rem;line-height:1.4}}@media(min-width:1024px){.guidelines-card .guidelines-footer .help-note p{font-size:.8rem}}.guidelines-card.default-view .guidelines-footer .help-note{background:#f8f9fa;color:#495057;border:1px solid #e9ecef}.guidelines-card.field-focused .guidelines-footer .help-note{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.guidelines-card.minimized{max-height:auto}@media(max-width:767px){.guidelines-card.minimized .guidelines-header{padding:8px 15px;border-bottom:none}.guidelines-card.minimized .guidelines-header:before{width:30px;height:3px}}@media(min-width:768px){.guidelines-card.minimized{display:none}}@media(min-width:768px){.guidelines-card .mobile-only{display:none!important}}.publish-gig{width:100%;padding:1rem;font-family:Arial,sans-serif}@media(min-width:768px){.publish-gig{padding:1.5rem}}@media(min-width:1024px){.publish-gig{padding:2rem 3rem}}.publish-gig .publish-gig-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.publish-gig .publish-gig-container{flex-direction:row;gap:2rem;align-items:flex-start}}@media(min-width:1024px){.publish-gig .publish-gig-container{gap:3rem}}.publish-gig-main{width:100%;background-color:#f9f9f9;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}@media(min-width:768px){.publish-gig-main{flex:2;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000001a}}@media(min-width:1024px){.publish-gig-main{padding:2.5rem}}.publish-gig-main .publish-gig-header{margin-bottom:1.5rem}@media(min-width:768px){.publish-gig-main .publish-gig-header{margin-bottom:2rem}}.publish-gig-main .publish-gig-header h2{font-size:1.375rem;color:#333;margin-bottom:.75rem;line-height:1.3;font-weight:600}@media(min-width:768px){.publish-gig-main .publish-gig-header h2{font-size:1.5rem;margin-bottom:1rem}}@media(min-width:1024px){.publish-gig-main .publish-gig-header h2{font-size:1.75rem}}.publish-gig-main .publish-gig-header p{font-size:.95rem;color:#555;line-height:1.4;margin:0}@media(min-width:768px){.publish-gig-main .publish-gig-header p{font-size:1rem;line-height:1.5}}@media(min-width:1024px){.publish-gig-main .publish-gig-header p{font-size:1.05rem}}.validation-summary{background-color:#fdf2f2;border:1px solid #e74c3c;border-radius:6px;padding:1rem;margin-bottom:1.5rem}@media(min-width:768px){.validation-summary{border-radius:8px;padding:1.25rem;margin-bottom:2rem}}.validation-summary h4{color:#e74c3c;margin-bottom:.75rem;font-size:.95rem;font-weight:600;line-height:1.3}@media(min-width:768px){.validation-summary h4{font-size:1rem;margin-bottom:1rem}}.validation-summary ul{list-style-type:none;padding:0;margin:0}.validation-summary ul li{margin-bottom:.5rem;color:#e74c3c;font-size:.875rem;line-height:1.4}@media(min-width:768px){.validation-summary ul li{font-size:.9rem;margin-bottom:.5rem}}.validation-summary ul li div{margin-bottom:.25rem}.validation-summary ul li div:last-child{margin-bottom:0}.validation-summary ul li:last-child{margin-bottom:0}.publish-gig-buttons{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:480px){.publish-gig-buttons{flex-direction:row;gap:1rem}}@media(min-width:768px){.publish-gig-buttons{gap:1.25rem;max-width:400px}}@media(min-width:1024px){.publish-gig-buttons{gap:1.5rem}}.publish-gig-buttons .draft-button,.publish-gig-buttons .publish-button{flex:1;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;min-height:44px}@media(min-width:768px){.publish-gig-buttons .draft-button,.publish-gig-buttons .publish-button{padding:1rem 2rem;font-size:1rem;border-radius:8px}}@media(min-width:1024px){.publish-gig-buttons .draft-button,.publish-gig-buttons .publish-button{padding:1.125rem 2.25rem;font-size:1.05rem}}.publish-gig-buttons .draft-button:disabled,.publish-gig-buttons .publish-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.publish-gig-buttons .draft-button:active,.publish-gig-buttons .publish-button:active{transform:scale(.98)}.publish-gig-buttons .draft-button{background-color:#f4f4f4;color:#555;border:1px solid #ddd}.publish-gig-buttons .draft-button:hover:not(:disabled){background-color:#e9e9e9;border-color:#ccc;transform:translateY(-1px)}.publish-gig-buttons .draft-button:focus{outline:none;box-shadow:0 0 0 2px #5553}.publish-gig-buttons .publish-button{background-color:#05668d;color:#fff;font-weight:600}.publish-gig-buttons .publish-button:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #05668d4d}.publish-gig-buttons .publish-button:focus{outline:none;box-shadow:0 0 0 2px #05668d4d}.publish-gig-sidebar{width:100%;max-width:400px;margin:0 auto}@media(min-width:768px){.publish-gig-sidebar{flex:1;max-width:300px;margin:0}}@media(min-width:1024px){.publish-gig-sidebar{max-width:350px}}.publish-gig-sidebar .publish-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:768px){.publish-gig-sidebar .publish-card{border-radius:10px;box-shadow:0 4px 10px #0000001a}}.publish-gig-sidebar .publish-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}@media(min-width:1024px){.publish-gig-sidebar .publish-card:hover{transform:translateY(-3px);box-shadow:0 6px 25px #00000026}}.publish-card-image{height:200px;position:relative;overflow:hidden}@media(min-width:768px){.publish-card-image{height:240px}}@media(min-width:1024px){.publish-card-image{height:280px}}.publish-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.publish-card-image img:hover{transform:scale(1.05)}.publish-card-bottom{padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:60px}@media(min-width:768px){.publish-card-bottom{padding:1.25rem;min-height:70px}}.publish-card-bottom .publish-card-title{font-size:.95rem;font-weight:600;color:#333;text-align:center;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.publish-card-bottom .publish-card-title{font-size:1rem;line-height:1.4}}@media(min-width:1024px){.publish-card-bottom .publish-card-title{font-size:1.05rem}}.gig-limit-warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:.75rem;margin:1rem 0}.gig-limit-warning p{margin:0;color:#856404;font-size:.9rem;line-height:1.4}@media(min-width:768px){.gig-limit-warning{padding:1rem}.gig-limit-warning p{font-size:.95rem}}.gig-limit-warning .eligibility-checklist{list-style:none;padding:0;margin:.5rem 0 0}.gig-limit-warning .eligibility-checklist li{display:flex;align-items:center;padding:.25rem 0;font-size:.85rem}.gig-limit-warning .eligibility-checklist li.completed{color:#28a745}.gig-limit-warning .eligibility-checklist li.pending{color:#dc3545}@media(min-width:768px){.gig-limit-warning .eligibility-checklist li{font-size:.9rem}}.gig-count-info{font-size:.85rem;color:#666;margin:.5rem 0;font-weight:500}@media(min-width:768px){.gig-count-info{font-size:.9rem}}.loading-message{font-size:.9rem;color:#666;font-style:italic;margin:.5rem 0}@media(min-width:768px){.loading-message{font-size:.95rem}}.publish-button.disabled{background-color:#e9ecef!important;color:#6c757d!important;cursor:not-allowed!important;border-color:#dee2e6!important}.publish-button.disabled:hover{background-color:#e9ecef!important;transform:none!important;box-shadow:none!important}.create-offer{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}@media(min-width:768px){.create-offer{background-color:#fff}}.create-offer .create-offer-container{flex:1;display:flex;flex-direction:column;max-width:100%;margin:0 auto;background-color:#fff}@media(min-width:768px){.create-offer .create-offer-container{max-width:800px;margin:2rem auto;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}}@media(min-width:1024px){.create-offer .create-offer-container{max-width:900px}}.create-offer .create-offer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb;background-color:#fff;position:sticky;top:0;z-index:10}@media(min-width:768px){.create-offer .create-offer-header{padding:1.5rem 2rem}}.create-offer .create-offer-header .back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background-color:#f3f4f6;border-radius:8px;color:#4b5563;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.create-offer .create-offer-header .back-button{width:44px;height:44px;border-radius:10px}}.create-offer .create-offer-header .back-button:hover{background-color:#e5e7eb;color:#1f2937}.create-offer .create-offer-header .back-button:active{transform:scale(.95)}.create-offer .create-offer-header h1{flex:1;margin:0;text-align:center;font-size:1.125rem;font-weight:600;color:#1f2937}@media(min-width:768px){.create-offer .create-offer-header h1{font-size:1.5rem}}.create-offer .create-offer-header .header-actions{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.create-offer .create-offer-header .header-actions{gap:.75rem}}.create-offer .create-offer-header .header-actions .cancel-button{display:none;padding:.5rem 1rem;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.create-offer .create-offer-header .header-actions .cancel-button{display:block}}.create-offer .create-offer-header .header-actions .cancel-button:hover{background-color:#f9fafb;border-color:#d1d5db}.create-offer .create-offer-header .header-actions .report-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.create-offer .create-offer-header .header-actions .report-button{padding:.625rem 1.25rem;border-radius:10px}}.create-offer .create-offer-header .header-actions .report-button:hover{background-color:#f9fafb;border-color:#d1d5db}@media(max-width:767px){.create-offer .create-offer-header .header-actions .report-button span{display:none}}.create-offer .create-offer-form{flex:1;display:flex;flex-direction:column}.create-offer .create-offer-form .form-content{flex:1;padding:1rem}@media(min-width:768px){.create-offer .create-offer-form .form-content{padding:2rem}}.create-offer .create-offer-form .form-content .form-intro{margin-bottom:1.5rem}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-intro{margin-bottom:2rem}}.create-offer .create-offer-form .form-content .form-intro p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-intro p{font-size:1rem}}.create-offer .create-offer-form .form-content .form-group{margin-bottom:1.5rem}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group{margin-bottom:2rem}}.create-offer .create-offer-form .form-content .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1f2937;font-size:.875rem}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group label{font-size:1rem;margin-bottom:.75rem}}.create-offer .create-offer-form .form-content .form-group .field-description{margin:0 0 1rem;color:#6b7280;font-size:.8125rem;line-height:1.4}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .field-description{font-size:.875rem}}.create-offer .create-offer-form .form-content .form-group .select-group{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .select-group{grid-template-columns:1fr 1fr;gap:1rem}}.create-offer .create-offer-form .form-content .form-group select{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:.875rem;color:#1f2937;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group select{padding:.875rem;border-radius:10px;font-size:.875rem}}.create-offer .create-offer-form .form-content .form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.create-offer .create-offer-form .form-content .form-group textarea{width:100%;min-height:100px;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:.875rem;color:#1f2937;font-family:inherit;resize:vertical}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group textarea{min-height:120px;padding:.875rem;border-radius:10px;font-size:.875rem}}.create-offer .create-offer-form .form-content .form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.create-offer .create-offer-form .form-content .form-group textarea::placeholder{color:#9ca3af}.create-offer .create-offer-form .form-content .form-group .tasks-container .task-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin:0 .5rem .5rem 0;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:20px;font-size:.8125rem;color:#92400e}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .tasks-container .task-tag{padding:.625rem 1rem;font-size:.875rem}}.create-offer .create-offer-form .form-content .form-group .tasks-container .task-tag .remove-task{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:none;color:#92400e;cursor:pointer;border-radius:50%;transition:all .2s ease}.create-offer .create-offer-form .form-content .form-group .tasks-container .task-tag .remove-task:hover{background-color:#92400e1a}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:.875rem;color:#1f2937}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-input{padding:.875rem;border-radius:10px}}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-input::placeholder{color:#9ca3af}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background-color:#4f46e5;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-button{width:44px;height:44px;border-radius:10px}}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-button:hover{background-color:#4338ca}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-task-container .add-task-button:active{transform:scale(.95)}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-new-task{display:block;width:100%;padding:.75rem;border:2px dashed #d1d5db;background-color:#fafafa;color:#9ca3af;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .tasks-container .add-new-task{padding:.875rem;border-radius:10px}}.create-offer .create-offer-form .form-content .form-group .tasks-container .add-new-task:hover{border-color:#4f46e5;color:#4f46e5;background-color:#fafbff}.create-offer .create-offer-form .form-content .form-group .pricing-input{position:relative;display:flex;align-items:center}.create-offer .create-offer-form .form-content .form-group .pricing-input .currency{position:absolute;left:.75rem;color:#6b7280;font-weight:600;font-size:.875rem;z-index:1}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .pricing-input .currency{left:.875rem;font-size:1rem}}.create-offer .create-offer-form .form-content .form-group .pricing-input input[type=number]{width:100%;padding:.75rem .75rem .75rem 2rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:.875rem;color:#1f2937;font-weight:600}@media(min-width:768px){.create-offer .create-offer-form .form-content .form-group .pricing-input input[type=number]{padding:.875rem .875rem .875rem 2.5rem;border-radius:10px;font-size:1rem}}.create-offer .create-offer-form .form-content .form-group .pricing-input input[type=number]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.create-offer .create-offer-form .form-content .form-group .pricing-input input[type=number]::placeholder{color:#9ca3af;font-weight:400}.create-offer .create-offer-form .form-actions{padding:1rem;border-top:1px solid #e5e7eb;background-color:#fff;position:sticky;bottom:0}@media(min-width:768px){.create-offer .create-offer-form .form-actions{padding:1.5rem 2rem}}.create-offer .create-offer-form .form-actions .send-offer-button{width:100%;padding:.875rem 1.5rem;border:none;background-color:#1f2937;color:#fff;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.create-offer .create-offer-form .form-actions .send-offer-button{padding:1rem 2rem;border-radius:12px;font-size:1.0625rem}}.create-offer .create-offer-form .form-actions .send-offer-button:hover{background-color:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.create-offer .create-offer-form .form-actions .send-offer-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.create-offer .create-offer-form .form-actions .send-offer-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.create-offer.loading .form-content{opacity:.6;pointer-events:none}.create-offer.loading .send-offer-button{position:relative}.create-offer.loading .send-offer-button:after{content:"";position:absolute;width:20px;height:20px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s ease infinite}.form-group.error input,.form-group.error select,.form-group.error textarea{border-color:#ef4444}.form-group.error input:focus,.form-group.error select:focus,.form-group.error textarea:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-group.error .error-message{margin-top:.5rem;color:#ef4444;font-size:.8125rem}.sidebar{display:flex;flex-direction:column;background-color:#fff;border-radius:0;overflow:hidden;position:relative;width:100%;height:100%;border-bottom:1px solid #e5e7eb}@media(min-width:768px){.sidebar{width:320px;border-right:1px solid #e5e7eb;border-bottom:none;max-height:100vh}}@media(min-width:1024px){.sidebar{width:380px}}@media(min-width:1200px){.sidebar{width:420px}}.sidebar .sidebar-header{padding:1rem;border-bottom:1px solid #f3f4f6;background-color:#fff;position:sticky;top:0;z-index:20}@media(min-width:768px){.sidebar .sidebar-header{padding:1.25rem 1.5rem}}@media(min-width:1024px){.sidebar .sidebar-header{padding:1.5rem 2rem}}.sidebar .sidebar-header .header-main{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}@media(min-width:768px){.sidebar .sidebar-header .header-main{margin-bottom:1rem}}.sidebar .sidebar-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}@media(min-width:768px){.sidebar .sidebar-header h2{font-size:1.25rem}}@media(min-width:1024px){.sidebar .sidebar-header h2{font-size:1.375rem}}.sidebar .sidebar-header .mobile-actions{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.sidebar .sidebar-header .mobile-actions{gap:.75rem}}.sidebar .sidebar-header .filter-dropdown{display:block}@media(min-width:768px){.sidebar .sidebar-header .filter-dropdown{margin-top:.75rem}}.sidebar .sidebar-header .filter-dropdown select{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;font-size:.875rem;color:#1f2937}.sidebar .sidebar-header .filter-dropdown select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.sidebar .search-container{padding:.5rem 1rem;border-bottom:1px solid #f3f4f6;background-color:#fff;position:relative;z-index:20;flex:0 0 auto;display:block;height:auto;margin:0}@media(min-width:768px){.sidebar .search-container{padding:.5rem 1.5rem}}@media(min-width:1024px){.sidebar .search-container{padding:.375rem 2rem}}.sidebar .search-container .search-inner{position:relative;display:flex;align-items:center}.sidebar .search-container .search-inner .search-icon{position:absolute;left:.75rem;color:#9ca3af;width:16px;height:16px;z-index:1}@media(min-width:768px){.sidebar .search-container .search-inner .search-icon{width:18px;height:18px}}.sidebar .search-container .search-inner .search-input{width:100%;padding:.75rem 2.25rem;border-radius:8px;border:1px solid #e5e7eb;font-size:.875rem;color:#1f2937;background-color:#f9fafb;transition:all .2s ease}@media(min-width:768px){.sidebar .search-container .search-inner .search-input{padding:.875rem 2.5rem;border-radius:10px;font-size:.875rem}}.sidebar .search-container .search-inner .search-input:focus{outline:none;border-color:#4f46e5;background-color:#fff;box-shadow:0 0 0 3px #4f46e51a}.sidebar .search-container .search-inner .search-input::placeholder{color:#9ca3af}.sidebar .search-container .search-inner .clear-search{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:#9ca3af;padding:.25rem;border-radius:50%}.sidebar .search-container .search-inner .clear-search:hover{background-color:#f3f4f6;color:#4b5563}.sidebar .conversations-list,.sidebar .chat-list-container{flex:1;overflow-y:auto;background-color:#fff;padding:0;margin:-1px 0 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:0}.sidebar .conversations-list .no-conversations,.sidebar .chat-list-container .no-conversations{display:flex;align-items:center;justify-content:center;height:120px;color:#6b7280;font-size:.875rem;text-align:center;padding:1rem}@media(min-width:768px){.sidebar .conversations-list .no-conversations,.sidebar .chat-list-container .no-conversations{height:150px;font-size:.875rem}}.sidebar .conversations-list .chat-list,.sidebar .chat-list-container .chat-list{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px}.sidebar .conversations-list .conversation-item,.sidebar .conversations-list .chat-item,.sidebar .chat-list-container .conversation-item,.sidebar .chat-list-container .chat-item{display:flex;align-items:center;padding:.875rem 1rem;border-bottom:1px solid #f9fafb;cursor:pointer;transition:all .2s ease;position:relative;background-color:#fff;outline:none}@media(min-width:768px){.sidebar .conversations-list .conversation-item,.sidebar .conversations-list .chat-item,.sidebar .chat-list-container .conversation-item,.sidebar .chat-list-container .chat-item{padding:1rem 1.5rem}}@media(min-width:1024px){.sidebar .conversations-list .conversation-item,.sidebar .conversations-list .chat-item,.sidebar .chat-list-container .conversation-item,.sidebar .chat-list-container .chat-item{padding:1.125rem 2rem}}.sidebar .conversations-list .conversation-item:hover,.sidebar .conversations-list .chat-item:hover,.sidebar .chat-list-container .conversation-item:hover,.sidebar .chat-list-container .chat-item:hover{background-color:#f8fafc;transform:translate(2px)}@media(min-width:768px){.sidebar .conversations-list .conversation-item:hover,.sidebar .conversations-list .chat-item:hover,.sidebar .chat-list-container .conversation-item:hover,.sidebar .chat-list-container .chat-item:hover{transform:translate(4px)}}.sidebar .conversations-list .conversation-item:focus,.sidebar .conversations-list .chat-item:focus,.sidebar .chat-list-container .conversation-item:focus,.sidebar .chat-list-container .chat-item:focus{background-color:#f3f4f6;box-shadow:inset 3px 0 #4f46e5;outline:2px solid transparent;transform:translate(2px)}@media(min-width:768px){.sidebar .conversations-list .conversation-item:focus,.sidebar .conversations-list .chat-item:focus,.sidebar .chat-list-container .conversation-item:focus,.sidebar .chat-list-container .chat-item:focus{box-shadow:inset 4px 0 #4f46e5;transform:translate(4px)}}.sidebar .conversations-list .conversation-item:focus-visible,.sidebar .conversations-list .chat-item:focus-visible,.sidebar .chat-list-container .conversation-item:focus-visible,.sidebar .chat-list-container .chat-item:focus-visible{outline:2px solid #4f46e5;outline-offset:-2px}.sidebar .conversations-list .conversation-item.active,.sidebar .conversations-list .chat-item.active,.sidebar .chat-list-container .conversation-item.active,.sidebar .chat-list-container .chat-item.active{background-color:#eef2ff;border-right:3px solid #4f46e5}@media(min-width:768px){.sidebar .conversations-list .conversation-item.active,.sidebar .conversations-list .chat-item.active,.sidebar .chat-list-container .conversation-item.active,.sidebar .chat-list-container .chat-item.active{border-right:4px solid #4f46e5}}.sidebar .conversations-list .conversation-item.active:hover,.sidebar .conversations-list .chat-item.active:hover,.sidebar .chat-list-container .conversation-item.active:hover,.sidebar .chat-list-container .chat-item.active:hover{background-color:#e0e7ff;transform:none}.sidebar .conversations-list .conversation-item.active:focus,.sidebar .conversations-list .chat-item.active:focus,.sidebar .chat-list-container .conversation-item.active:focus,.sidebar .chat-list-container .chat-item.active:focus{box-shadow:inset 3px 0 #6366f1,inset -3px 0 #4f46e5}@media(min-width:768px){.sidebar .conversations-list .conversation-item.active:focus,.sidebar .conversations-list .chat-item.active:focus,.sidebar .chat-list-container .conversation-item.active:focus,.sidebar .chat-list-container .chat-item.active:focus{box-shadow:inset 4px 0 #6366f1,inset -4px 0 #4f46e5}}.sidebar .conversations-list .conversation-item .avatar-container,.sidebar .conversations-list .chat-item .avatar-container,.sidebar .chat-list-container .conversation-item .avatar-container,.sidebar .chat-list-container .chat-item .avatar-container{position:relative;margin-right:.75rem;flex-shrink:0}@media(min-width:768px){.sidebar .conversations-list .conversation-item .avatar-container,.sidebar .conversations-list .chat-item .avatar-container,.sidebar .chat-list-container .conversation-item .avatar-container,.sidebar .chat-list-container .chat-item .avatar-container{margin-right:1rem}}.sidebar .conversations-list .conversation-item .avatar-container .avatar,.sidebar .conversations-list .chat-item .avatar-container .avatar,.sidebar .chat-list-container .conversation-item .avatar-container .avatar,.sidebar .chat-list-container .chat-item .avatar-container .avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;background-color:#e5e7eb;color:#374151}@media(min-width:768px){.sidebar .conversations-list .conversation-item .avatar-container .avatar,.sidebar .conversations-list .chat-item .avatar-container .avatar,.sidebar .chat-list-container .conversation-item .avatar-container .avatar,.sidebar .chat-list-container .chat-item .avatar-container .avatar{width:44px;height:44px;font-size:.9375rem}}@media(min-width:1024px){.sidebar .conversations-list .conversation-item .avatar-container .avatar,.sidebar .conversations-list .chat-item .avatar-container .avatar,.sidebar .chat-list-container .conversation-item .avatar-container .avatar,.sidebar .chat-list-container .chat-item .avatar-container .avatar{width:48px;height:48px;font-size:1rem}}.sidebar .conversations-list .conversation-item .avatar-container .online-indicator,.sidebar .conversations-list .chat-item .avatar-container .online-indicator,.sidebar .chat-list-container .conversation-item .avatar-container .online-indicator,.sidebar .chat-list-container .chat-item .avatar-container .online-indicator{position:absolute;bottom:0;right:0;width:12px;height:12px;background-color:#10b981;border:2px solid #fff;border-radius:50%}@media(min-width:768px){.sidebar .conversations-list .conversation-item .avatar-container .online-indicator,.sidebar .conversations-list .chat-item .avatar-container .online-indicator,.sidebar .chat-list-container .conversation-item .avatar-container .online-indicator,.sidebar .chat-list-container .chat-item .avatar-container .online-indicator{width:14px;height:14px;border-width:3px}}.sidebar .conversations-list .conversation-item .conversation-content,.sidebar .conversations-list .chat-item .conversation-content,.sidebar .chat-list-container .conversation-item .conversation-content,.sidebar .chat-list-container .chat-item .conversation-content{flex:1;min-width:0}.sidebar .conversations-list .conversation-item .conversation-content .conversation-header,.sidebar .conversations-list .chat-item .conversation-content .conversation-header,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-header,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.sidebar .conversations-list .conversation-item .conversation-content .conversation-header .contact-name,.sidebar .conversations-list .chat-item .conversation-content .conversation-header .contact-name,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-header .contact-name,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .contact-name{font-weight:600;font-size:.9375rem;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:.5rem}@media(min-width:768px){.sidebar .conversations-list .conversation-item .conversation-content .conversation-header .contact-name,.sidebar .conversations-list .chat-item .conversation-content .conversation-header .contact-name,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-header .contact-name,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .contact-name{font-size:1rem}}.sidebar .conversations-list .conversation-item .conversation-content .conversation-header .conversation-time,.sidebar .conversations-list .chat-item .conversation-content .conversation-header .conversation-time,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-header .conversation-time,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .conversation-time{font-size:.75rem;color:#6b7280;white-space:nowrap;flex-shrink:0}@media(min-width:768px){.sidebar .conversations-list .conversation-item .conversation-content .conversation-header .conversation-time,.sidebar .conversations-list .chat-item .conversation-content .conversation-header .conversation-time,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-header .conversation-time,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .conversation-time{font-size:.8125rem}}.sidebar .conversations-list .conversation-item .conversation-content .conversation-preview,.sidebar .conversations-list .chat-item .conversation-content .conversation-preview,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-preview,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview{display:flex;align-items:center;justify-content:space-between}.sidebar .conversations-list .conversation-item .conversation-content .conversation-preview .last-message,.sidebar .conversations-list .chat-item .conversation-content .conversation-preview .last-message,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-preview .last-message,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .last-message{font-size:.8125rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:1.3}@media(min-width:768px){.sidebar .conversations-list .conversation-item .conversation-content .conversation-preview .last-message,.sidebar .conversations-list .chat-item .conversation-content .conversation-preview .last-message,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-preview .last-message,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .last-message{font-size:.875rem}}.sidebar .conversations-list .conversation-item .conversation-content .conversation-preview .last-message.unread,.sidebar .conversations-list .chat-item .conversation-content .conversation-preview .last-message.unread,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-preview .last-message.unread,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .last-message.unread{color:#374151;font-weight:500}.sidebar .conversations-list .conversation-item .conversation-content .conversation-preview .unread-count,.sidebar .conversations-list .chat-item .conversation-content .conversation-preview .unread-count,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-preview .unread-count,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .unread-count{background-color:#ef4444;color:#fff;font-size:.6875rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0}@media(min-width:768px){.sidebar .conversations-list .conversation-item .conversation-content .conversation-preview .unread-count,.sidebar .conversations-list .chat-item .conversation-content .conversation-preview .unread-count,.sidebar .chat-list-container .conversation-item .conversation-content .conversation-preview .unread-count,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .unread-count{font-size:.75rem;min-width:20px;height:20px;padding:.1875rem .4375rem}}.sidebar .loading-conversations{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.sidebar .loading-conversations .loading-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.chat-area{display:flex;flex-direction:column;height:100%;width:100%;flex:1;background-color:#fff;border-radius:0;overflow:hidden;opacity:1;transition:opacity .3s ease-in-out;min-height:calc(100vh - 120px);min-height:calc(100dvh - 120px);max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px)}@media(min-width:768px){.chat-area{border-radius:12px;box-shadow:0 2px 4px #0000000d;min-height:100%;max-height:100%}}@media(min-width:1024px){.chat-area{border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}}.chat-area .chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#fff;border-bottom:1px solid #f3f4f6;position:sticky;top:0;z-index:10}@media(min-width:768px){.chat-area .chat-header{padding:1.25rem 1.5rem;box-shadow:0 1px 3px #00000005}}@media(min-width:1024px){.chat-area .chat-header{padding:1.5rem 2rem;box-shadow:0 2px 4px #00000008}}.chat-area .chat-header .recipient-info{display:flex;align-items:center;flex:1;min-width:0}.chat-area .chat-header .recipient-info .avatar-container{position:relative;margin-right:.75rem;flex-shrink:0}@media(min-width:768px){.chat-area .chat-header .recipient-info .avatar-container{margin-right:1rem}}.chat-area .chat-header .recipient-info .avatar-container .avatar{width:40px;height:40px;border-radius:50%;border:2px solid #f3f4f6;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;flex-shrink:0}@media(min-width:768px){.chat-area .chat-header .recipient-info .avatar-container .avatar{width:48px;height:48px;font-size:1rem;box-shadow:0 0 0 3px #f3f4f680}}@media(min-width:1024px){.chat-area .chat-header .recipient-info .avatar-container .avatar{width:52px;height:52px;font-size:1.1rem}}.chat-area .chat-header .recipient-info .avatar-container .avatar.avatar-sender{background-color:#ef4444}.chat-area .chat-header .recipient-info .avatar-container .avatar.avatar-receiver{background-color:#3b82f6}.chat-area .chat-header .recipient-info .avatar-container .avatar:hover{transform:scale(1.05)}.chat-area .chat-header .recipient-info .avatar-online-indicator{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;background-color:#10b981;border:2px solid white}@media(min-width:768px){.chat-area .chat-header .recipient-info .avatar-online-indicator{bottom:2px;right:2px;width:12px;height:12px;box-shadow:0 0 0 1px #10b9814d}}.chat-area .chat-header .recipient-info .recipient-details{min-width:0;flex:1}.chat-area .chat-header .recipient-info .recipient-details h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.chat-area .chat-header .recipient-info .recipient-details h3{font-size:1.125rem;letter-spacing:.01em}}@media(min-width:1024px){.chat-area .chat-header .recipient-info .recipient-details h3{font-size:1.25rem}}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status{font-size:.75rem;color:#6b7280!important;margin-top:.125rem;display:flex!important;align-items:center;min-height:16px;background:none!important;border:none!important;padding:0!important;width:auto!important;max-width:none!important}@media(min-width:768px){.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status{font-size:.8125rem;margin-top:.25rem;min-height:20px}}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status .status{display:inline-flex!important;align-items:center;padding:2px 8px;border-radius:12px;font-weight:500;font-size:.75rem;line-height:1.2;background:#9ca3af1a!important}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status .status.online{color:#059669!important;background-color:#10b9811a!important}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status .status.online:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#059669;margin-right:.375rem;box-shadow:0 0 0 2px #10b98133;animation:pulse 2s infinite;flex-shrink:0}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status .status.offline{color:#6b7280!important;background-color:#9ca3af1a!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px;transition:all .2s ease}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status .status.offline:hover{max-width:350px;background-color:#9ca3af33!important;box-shadow:0 1px 3px #0000000d}.chat-area .chat-header .recipient-info .recipient-details .status-indicator.recipient-status .status.offline:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#9ca3af;margin-right:.375rem;flex-shrink:0}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.chat-area .chat-header .chat-actions{display:flex;gap:.5rem}.chat-area .chat-header .chat-actions .action-button{background:none;border:none;color:#6b7280;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .2s ease;width:38px;height:38px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.chat-area .chat-header .chat-actions .action-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:#6b72801a;border-radius:50%;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.chat-area .chat-header .chat-actions .action-button:hover{color:#3b82f6;transform:translateY(-2px)}.chat-area .chat-header .chat-actions .action-button:hover:before{width:100%;height:100%}.chat-area .chat-header .chat-actions .action-button:active{transform:translateY(0)}.chat-area .chat-header .chat-actions .action-button.create-offer-btn{background-color:#4f46e5;color:#fff;border-radius:8px;width:auto;height:auto;padding:.5rem 1rem;gap:.5rem;font-size:.875rem;font-weight:500}@media(min-width:768px){.chat-area .chat-header .chat-actions .action-button.create-offer-btn{padding:.625rem 1.25rem}}.chat-area .chat-header .chat-actions .action-button.create-offer-btn:before{background-color:#ffffff1a;border-radius:8px}.chat-area .chat-header .chat-actions .action-button.create-offer-btn:hover{background-color:#4338ca;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}@media(max-width:640px){.chat-area .chat-header .chat-actions .action-button.create-offer-btn .button-text{display:none}}@media(max-width:640px){.chat-area .chat-header .chat-actions .action-button.create-offer-btn{width:38px;height:38px;padding:.5rem;border-radius:50%}}.chat-area .chat-header .chat-actions .action-button.hire-me-btn{background-color:#10b981;color:#fff;border-radius:8px;width:auto;height:auto;padding:.5rem 1rem;gap:.5rem;font-size:.875rem;font-weight:500}@media(min-width:768px){.chat-area .chat-header .chat-actions .action-button.hire-me-btn{padding:.625rem 1.25rem}}.chat-area .chat-header .chat-actions .action-button.hire-me-btn:before{background-color:#ffffff1a;border-radius:8px}.chat-area .chat-header .chat-actions .action-button.hire-me-btn:hover:not(:disabled){background-color:#059669;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.chat-area .chat-header .chat-actions .action-button.hire-me-btn.loading{opacity:.7;cursor:not-allowed}.chat-area .chat-header .chat-actions .action-button.hire-me-btn.loading .loading-spinner{animation:spin 1s linear infinite}.chat-area .chat-header .chat-actions .action-button.hire-me-btn:disabled{cursor:not-allowed;opacity:.7}.chat-area .chat-header .chat-actions .action-button.hire-me-btn .service-count{opacity:.8;font-size:.75rem;margin-left:.25rem}@media(max-width:640px){.chat-area .chat-header .chat-actions .action-button.hire-me-btn .button-text{display:none}}@media(max-width:640px){.chat-area .chat-header .chat-actions .action-button.hire-me-btn{width:38px;height:38px;padding:.5rem;border-radius:50%}}.chat-area .chat-header .chat-actions .action-button svg{position:relative;z-index:1}.chat-area .messages-container{flex:1;min-height:0;display:flex;flex-direction:column;background-color:#f9fafb;background-image:radial-gradient(circle at 20px 20px,rgba(0,0,0,.01) 1%,transparent 0%),radial-gradient(circle at 60px 60px,rgba(0,0,0,.01) 1%,transparent 0%);background-size:80px 80px;padding:.75rem;overflow:visible}.chat-area .messages-container:focus{outline:2px solid rgba(59,130,246,.5);outline-offset:-2px}@media(max-width:767px){.chat-area .messages-container{padding:.5rem;background-image:radial-gradient(circle at 20px 20px,rgba(0,0,0,.01) 1%,transparent 0%),radial-gradient(circle at 60px 60px,rgba(0,0,0,.01) 1%,transparent 0%);background-size:80px 80px}}@media(min-width:768px)and (max-width:1023px){.chat-area .messages-container{padding:1rem;background-image:radial-gradient(circle at 25px 25px,rgba(0,0,0,.01) 2%,transparent 0%),radial-gradient(circle at 75px 75px,rgba(0,0,0,.01) 2%,transparent 0%);background-size:100px 100px}}@media(min-width:1024px){.chat-area .messages-container{padding:1.25rem;background-image:radial-gradient(circle at 30px 30px,rgba(0,0,0,.015) 2%,transparent 0%),radial-gradient(circle at 90px 90px,rgba(0,0,0,.015) 2%,transparent 0%);background-size:120px 120px}}@media(min-width:1440px){.chat-area .messages-container{padding:1.5rem}}.chat-area .messages-container .offline-mode-banner{padding:.5rem .75rem;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:6px;color:#856404;margin-bottom:1rem;display:flex;align-items:center;font-size:.8125rem}@media(min-width:768px){.chat-area .messages-container .offline-mode-banner{padding:.625rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.25rem}}.chat-area .messages-container .offline-mode-banner .offline-icon{margin-right:.5rem;font-size:1rem}@media(min-width:768px){.chat-area .messages-container .offline-mode-banner .offline-icon{margin-right:.625rem;font-size:1.125rem}}.chat-area .messages-container .messages-area{flex-grow:1;display:flex;flex-direction:column;opacity:1;transition:opacity .2s ease-in;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;max-height:calc(100vh - 280px);min-height:300px;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) rgba(0,0,0,.05)}.chat-area .messages-container .messages-area::-webkit-scrollbar{width:12px;background:#00000005}.chat-area .messages-container .messages-area::-webkit-scrollbar-track{background:#00000008;border-radius:6px;margin:4px 0}.chat-area .messages-container .messages-area::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f666,#3b82f699);border-radius:6px;border:2px solid rgba(0,0,0,.02);transition:all .2s ease}.chat-area .messages-container .messages-area::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3b82f699,#3b82f6cc);transform:scaleX(1.1)}.chat-area .messages-container .messages-area::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#3b82f6cc,#3b82f6)}.chat-area .messages-container .messages-area:focus{outline:2px solid rgba(59,130,246,.5);outline-offset:-2px}@media(max-width:767px){.chat-area .messages-container .messages-area{max-height:calc(100vh - 240px);min-height:250px}.chat-area .messages-container .messages-area::-webkit-scrollbar{width:8px}.chat-area .messages-container .messages-area::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,.02)}}@media(min-width:768px)and (max-width:1023px){.chat-area .messages-container .messages-area{max-height:calc(100vh - 260px);min-height:350px}.chat-area .messages-container .messages-area::-webkit-scrollbar{width:10px}}@media(min-width:1024px){.chat-area .messages-container .messages-area{max-height:calc(100vh - 280px);min-height:400px}.chat-area .messages-container .messages-area::-webkit-scrollbar{width:12px}.chat-area .messages-container .messages-area::-webkit-scrollbar-thumb:hover{box-shadow:0 2px 8px #3b82f64d}}@media(min-width:1440px){.chat-area .messages-container .messages-area{max-height:calc(100vh - 300px);min-height:450px}}.chat-area .messages-container .messages-area.fade-in{animation:fadeInUp .3s ease-out}.chat-area .messages-container .messages-area .message-group{margin-bottom:1rem}@media(min-width:768px){.chat-area .messages-container .messages-area .message-group{margin-bottom:1.5rem}}.chat-area .messages-container .messages-area .message-group .message-date{display:flex;justify-content:center;position:relative;margin:1rem 0 .75rem}@media(min-width:768px){.chat-area .messages-container .messages-area .message-group .message-date{margin:1.5rem 0 1rem}}.chat-area .messages-container .messages-area .message-group .message-date:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb;z-index:0}.chat-area .messages-container .messages-area .message-group .message-date span{background-color:#f9fafb;padding:.35rem .85rem;color:#6b7280;font-size:.75rem;position:relative;z-index:1;font-weight:500;border-radius:12px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;letter-spacing:.02em;transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease}.chat-area .messages-container .messages-area .message-group .message-date span:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.chat-area .messages-container .messages-area .message-group .message{display:flex;margin-bottom:1rem;position:relative;max-width:75%;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-area .messages-container .messages-area .message-group .message.sent{justify-content:flex-end;align-self:flex-end}.chat-area .messages-container .messages-area .message-group .message.sent .message-bubble{background-color:#4f46e5;background-image:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border-radius:18px 18px 4px;box-shadow:0 1px 2px #4f46e533;transform-origin:bottom right;animation:sentBubbleAppear .4s ease forwards}@keyframes sentBubbleAppear{0%{opacity:0;transform:scale(.8) translate(10px)}to{opacity:1;transform:scale(1) translate(0)}}.chat-area .messages-container .messages-area .message-group .message.sent .message-bubble:hover{transform:scale(1.01)}.chat-area .messages-container .messages-area .message-group .message.sent .message-bubble .message-meta{color:#fffc}.chat-area .messages-container .messages-area .message-group .message.sent .message-bubble .message-text{color:#fff}.chat-area .messages-container .messages-area .message-group .message.received{justify-content:flex-start;align-self:flex-start}.chat-area .messages-container .messages-area .message-group .message.received .message-bubble{background-color:#fff;color:#1f2937;border-radius:18px 18px 18px 4px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;transform-origin:bottom left;animation:receivedBubbleAppear .4s ease forwards}@keyframes receivedBubbleAppear{0%{opacity:0;transform:scale(.8) translate(-10px)}to{opacity:1;transform:scale(1) translate(0)}}.chat-area .messages-container .messages-area .message-group .message.received .message-bubble:hover{transform:scale(1.01)}.chat-area .messages-container .messages-area .message-group .message.deleted{opacity:.7}.chat-area .messages-container .messages-area .message-group .message.deleted .message-bubble{background-color:#f5f5f5!important;background-image:none!important;border:1px dashed #ccc!important;box-shadow:none!important}.chat-area .messages-container .messages-area .message-group .message.deleted .deleted-message-text{font-style:italic;color:#888}.chat-area .messages-container .messages-area .message-group .message .message-bubble{padding:.8rem 1.1rem;transition:transform .2s ease}.chat-area .messages-container .messages-area .message-group .message .message-bubble p{margin:0 0 .5rem;line-height:1.5;word-wrap:break-word;font-size:.95rem}.chat-area .messages-container .messages-area .message-group .message .message-bubble .message-meta{display:flex;justify-content:flex-end;gap:5px;align-items:center;font-size:.7rem;color:#9ca3af;margin-top:.25rem}.chat-area .messages-container .messages-area .message-group .message .message-bubble .message-meta .message-time{margin-right:.25rem;font-size:.7rem;font-weight:500!important;opacity:.85}.chat-area .messages-container .messages-area .message-group .message .message-bubble .message-meta .message-status-container{display:flex;align-items:center;gap:4px;background:#0000000f;border-radius:10px;padding:2px 6px}.sent .message-bubble .chat-area .messages-container .messages-area .message-group .message .message-bubble .message-meta .message-status-container{background:#ffffff26}.chat-area .messages-container .messages-area .message-group .message .message-bubble .message-meta .message-status-container .status-text{font-size:.7rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;letter-spacing:.02em;font-weight:500;animation:statusFade .3s ease}.chat-area .messages-container .messages-area .message-group .message .message-actions{position:absolute;top:5px;right:5px;opacity:0;transition:opacity .2s ease}.chat-area .messages-container .messages-area .message-group .message .message-actions .action-button{background:none;border:none;cursor:pointer;color:#888;padding:2px;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.chat-area .messages-container .messages-area .message-group .message .message-actions .action-button:hover{background-color:#0000000d}.chat-area .messages-container .messages-area .message-group .message .message-actions .message-actions-menu{position:absolute;top:100%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:10;min-width:140px}.chat-area .messages-container .messages-area .message-group .message .message-actions .message-actions-menu .delete-message-button{width:100%;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;color:#e53e3e;font-size:14px}.chat-area .messages-container .messages-area .message-group .message .message-actions .message-actions-menu .delete-message-button:hover{background-color:#fef2f2}.chat-area .messages-container .messages-area .new-conversation-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message{background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;align-items:center;max-width:400px;width:100%;animation:fadeInUp .5s ease-out forwards;transition:transform .3s ease,box-shadow .3s ease}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message .welcome-avatar{width:80px;height:80px;border-radius:50%;margin-bottom:1rem;border:3px solid #f3f4f6;box-shadow:0 0 0 4px #4f46e51a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.8rem;color:#fff}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message .welcome-avatar.avatar-sender{background-color:#ef4444}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message .welcome-avatar.avatar-receiver{background-color:#3b82f6}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message h3{color:#111827;margin-top:.5rem;margin-bottom:.75rem;font-weight:600;font-size:1.25rem}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message p{color:#6b7280;margin:0 0 1rem;font-size:.95rem}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message .offline-note{margin-top:16px;padding:8px;background-color:#fff3cd;border-radius:4px;width:100%}.chat-area .messages-container .messages-area .new-conversation-message .welcome-message .offline-note small{color:#856404}.chat-area .chat-input-area{flex-shrink:0;padding:.75rem;background-color:#fff;border-top:1px solid #f3f4f6;position:sticky;bottom:0;z-index:10;transition:box-shadow .3s ease;box-shadow:0 -2px 8px #0000000d}@media(max-width:767px){.chat-area .chat-input-area{position:fixed;bottom:0;left:0;right:0;z-index:1001;border-top:2px solid #e5e7eb;padding:1.75rem 1rem;padding-bottom:max(1.75rem,env(safe-area-inset-bottom));box-shadow:0 -4px 12px #00000026;background-color:#fff;min-height:100px}}@media(min-width:768px){.chat-area .chat-input-area{padding:1rem 1.25rem;z-index:5;box-shadow:0 -1px 3px #00000005;position:sticky}}@media(min-width:1024px){.chat-area .chat-input-area{padding:1rem 1.5rem 1.25rem;box-shadow:0 -2px 10px #00000008}}.chat-area .chat-input-area:focus-within{box-shadow:0 -2px 8px #0000000a}@media(min-width:768px){.chat-area .chat-input-area:focus-within{box-shadow:0 -3px 10px #0000000d}}@media(min-width:1024px){.chat-area .chat-input-area:focus-within{box-shadow:0 -4px 12px #0000000d}}.chat-area .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;height:100%;background:linear-gradient(135deg,#fafafa,#f9fafb)}.chat-area .error-state h3{color:#e53e3e;margin-bottom:1rem;font-size:1.25rem;font-weight:600;position:relative}.chat-area .error-state h3:before{content:"!";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:40px;height:40px;background-color:#fed7d7;color:#e53e3e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.chat-area .error-state p{margin-bottom:1.5rem;color:#4a5568;max-width:400px;line-height:1.5}.chat-area .error-state button{padding:.75rem 1.5rem;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #4f46e540}.chat-area .error-state button:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 4px 6px #4f46e54d}.chat-area .error-state button:active{transform:translateY(0)}.chat-area .messages-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;margin:2rem auto;opacity:1;transition:opacity .3s ease-in-out}.chat-area .messages-loading-state.fade-out{opacity:0}.chat-area .messages-loading-state .loading-spinner{width:40px;height:40px;border-radius:50%;border:3px solid rgba(79,70,229,.1);border-top-color:#4f46e5;animation:spinner .8s linear infinite;margin-bottom:1rem}.chat-area .messages-loading-state p{color:#6b7280;font-size:.95rem;margin:0;font-weight:500}@keyframes spinner{to{transform:rotate(360deg)}}.chat-area .typing-indicator .message-bubble{padding:12px 16px;min-height:auto}.chat-area .typing-indicator .message-bubble .typing-dots{display:flex;align-items:center;gap:4px}.chat-area .typing-indicator .message-bubble .typing-dots span{width:8px;height:8px;border-radius:50%;background-color:#9ca3af;display:inline-block}.chat-area .typing-indicator .message-bubble .typing-dots span:nth-child(1){animation:typingBounce 1.4s infinite 0s}.chat-area .typing-indicator .message-bubble .typing-dots span:nth-child(2){animation:typingBounce 1.4s infinite .2s;background-color:#818cf8}.chat-area .typing-indicator .message-bubble .typing-dots span:nth-child(3){animation:typingBounce 1.4s infinite .4s}@keyframes typingBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.chat-area .message-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;white-space:pre-wrap;transition:font-size .2s ease,line-height .2s ease}.sent .chat-area .message-text{font-size:.95rem}.chat-area .message-text:only-child:not(:empty).emoji-only{font-size:2rem;line-height:1}.chat-area .message-text:only-child:not(:empty).emoji-only+.message-meta{margin-top:.75rem}.chat-area .message-text:only-child:not(:empty).short-message{font-size:1.4rem}.chat-area .message.sent.isNewlySent{animation:sendMessageAnimation .4s cubic-bezier(.175,.885,.32,1.275)}.chat-area .message.sent.isNewlySent .message-bubble{animation:sentBubbleAppear .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes sendMessageAnimation{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-area .status.offline{position:relative}.chat-area .status.offline:hover:after{content:attr(data-full-time);position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:10;opacity:0;animation:fadeIn .2s ease forwards;box-shadow:0 2px 5px #0003;pointer-events:none}.message-input-container{display:flex;align-items:flex-end;background-color:#f9fafb;border-radius:8px;padding:.5rem;border:2px solid #e5e7eb;min-height:48px}@media(max-width:767px){.message-input-container{background-color:#fff;border:2px solid #4f46e5;border-radius:12px;padding:1.25rem;min-height:80px;box-shadow:0 2px 8px #4f46e526}}@media(min-width:768px){.message-input-container{border-radius:10px;padding:.5rem;border-width:1px;min-height:auto}}@media(min-width:1024px){.message-input-container{border-radius:12px}}.message-input-container .message-input-actions{margin-right:.375rem;flex-shrink:0}@media(min-width:768px){.message-input-container .message-input-actions{margin-right:.5rem}}.message-input-container .message-input-actions .input-action-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:.375rem;border-radius:50%;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.message-input-container .message-input-actions .input-action-button{padding:.5rem;width:36px;height:36px}}.message-input-container .message-input-actions .input-action-button svg{width:16px;height:16px}@media(min-width:768px){.message-input-container .message-input-actions .input-action-button svg{width:18px;height:18px}}@media(min-width:1024px){.message-input-container .message-input-actions .input-action-button svg{width:20px;height:20px}}.message-input-container .message-input-actions .input-action-button:hover{background-color:#f3f4f6;color:#4b5563}.message-input-container .message-input-actions .input-action-button:active{transform:scale(.95)}.message-input-container .message-input-field{flex:1;min-width:0}.message-input-container .message-input-field .input-field{width:100%;border:none;background-color:transparent;resize:none;padding:.75rem;font-size:1rem;color:#1f2937;max-height:80px;min-height:44px;transition:all .2s ease;line-height:1.4;font-family:inherit}@media(max-width:767px){.message-input-container .message-input-field .input-field{font-size:16px;padding:1.5rem;min-height:60px;border-radius:8px}.message-input-container .message-input-field .input-field::placeholder{color:#9ca3af;font-size:16px}}@media(min-width:768px){.message-input-container .message-input-field .input-field{padding:.625rem;max-height:100px;min-height:40px;font-size:.875rem;line-height:1.5}}@media(min-width:1024px){.message-input-container .message-input-field .input-field{padding:.75rem;max-height:120px;min-height:44px}}.message-input-container .message-input-field .input-field:focus{outline:none}.message-input-container .message-input-field .input-field::placeholder{color:#9ca3af;transition:color .2s ease}.message-input-container .message-input-field .input-field:focus::placeholder{color:#d1d5db}.message-input-container .message-input-field .input-field::-webkit-scrollbar{width:2px}.message-input-container .message-input-field .input-field::-webkit-scrollbar-track{background:transparent}.message-input-container .message-input-field .input-field::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:1px}.message-input-container .message-input-send{margin-left:.375rem;flex-shrink:0}@media(min-width:768px){.message-input-container .message-input-send{margin-left:.5rem}}.message-input-container .message-input-send .send-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#4f46e5;color:#fff;border:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}@media(min-width:768px){.message-input-container .message-input-send .send-button{width:40px;height:40px}}@media(min-width:1024px){.message-input-container .message-input-send .send-button{width:44px;height:44px}}.message-input-container .message-input-send .send-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.message-input-container .message-input-send .send-button svg{position:relative;z-index:2;transition:transform .2s ease;width:16px;height:16px}@media(min-width:768px){.message-input-container .message-input-send .send-button svg{width:18px;height:18px}}@media(min-width:1024px){.message-input-container .message-input-send .send-button svg{width:20px;height:20px}}.message-input-container .message-input-send .send-button:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 4px 8px #4f46e540}.message-input-container .message-input-send .send-button:hover:before{width:120%;height:120%}.message-input-container .message-input-send .send-button:hover svg{transform:rotate(-10deg) scale(1.1)}.message-input-container .message-input-send .send-button:active{transform:translateY(0);box-shadow:0 2px 4px #4f46e533}.message-input-container .message-input-send .send-button:disabled{background-color:#9ca3af;cursor:default;transform:none;box-shadow:none}.message-input-container .message-input-send .send-button:disabled:hover:before{width:0;height:0}.message-input-container .message-input-send .send-button:disabled:hover svg{transform:none}.message-status{display:inline-flex;margin-left:4px}.message-status.sent{color:#9ca3af}.message-status.delivered{color:#60a5fa}.message-status.read{color:#10b981}.message-status.pending{color:#f59e0b;animation:pulse 1.5s infinite}.message-status.failed{color:#ef4444}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.service-selection-modal-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}@media(max-width:640px){.service-selection-modal-backdrop{padding:0;align-items:flex-end}}.service-selection-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(max-width:640px){.service-selection-modal{max-height:85vh;border-radius:12px 12px 0 0;margin-top:auto}}.service-selection-modal .modal-header{padding:1.5rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}@media(max-width:640px){.service-selection-modal .modal-header{padding:1rem}}.service-selection-modal .modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}@media(max-width:640px){.service-selection-modal .modal-header h3{font-size:1.125rem}}.service-selection-modal .modal-header .close-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.service-selection-modal .modal-header .close-button:hover{color:#374151;background-color:#f9fafb}.service-selection-modal .modal-header .close-button svg{width:24px;height:24px}.service-selection-modal .modal-content{flex:1;overflow-y:auto;padding:1.5rem}@media(max-width:640px){.service-selection-modal .modal-content{padding:1rem}}.service-selection-modal .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.service-selection-modal .loading-state .loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.service-selection-modal .loading-state p{color:#6b7280;margin:0}.service-selection-modal .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.service-selection-modal .empty-state svg{color:#d1d5db;margin-bottom:1rem}.service-selection-modal .empty-state h4{margin:0 0 .5rem;color:#111827;font-size:1.125rem;font-weight:600}.service-selection-modal .empty-state p{color:#6b7280;margin:0}.service-selection-modal .services-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.service-selection-modal .services-grid{grid-template-columns:repeat(2,1fr)}}.service-selection-modal .service-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:#fff}.service-selection-modal .service-card:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 25px #10b98126}.service-selection-modal .service-card .service-image{height:120px;background-color:#f9fafb;overflow:hidden;position:relative}.service-selection-modal .service-card .service-image img{width:100%;height:100%;object-fit:cover}.service-selection-modal .service-card .service-image .service-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.service-selection-modal .service-card .service-details{padding:1rem}.service-selection-modal .service-card .service-details .service-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827;line-height:1.25}.service-selection-modal .service-card .service-details .service-description{margin:0 0 1rem;color:#6b7280;font-size:.875rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-selection-modal .service-card .service-details .service-meta{margin-bottom:1rem}.service-selection-modal .service-card .service-details .service-meta .service-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.service-selection-modal .service-card .service-details .service-meta .service-price .price-label{color:#6b7280;font-size:.875rem}.service-selection-modal .service-card .service-details .service-meta .service-price .price-value{color:#10b981;font-weight:600;font-size:1rem}.service-selection-modal .service-card .service-details .service-meta .service-rating{display:flex;align-items:center;gap:.5rem}.service-selection-modal .service-card .service-details .service-meta .service-rating .stars{display:flex;gap:1px}.service-selection-modal .service-card .service-details .service-meta .service-rating .rating-text{color:#6b7280;font-size:.75rem}.service-selection-modal .service-card .service-details .select-service-btn{width:100%;background-color:#10b981;color:#fff;border:none;border-radius:6px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.service-selection-modal .service-card .service-details .select-service-btn:hover{background-color:#059669;transform:translateY(-1px)}.service-selection-modal .service-card .service-details .select-service-btn:active{transform:translateY(0)}.service-selection-modal .service-card .contact-caregiver-btn{margin-top:1rem;background:#00b4a6;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.service-selection-modal .service-card .contact-caregiver-btn:hover{background:#009688}.service-selection-modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end}@media(max-width:640px){.service-selection-modal .modal-footer{padding:1rem}}.service-selection-modal .modal-footer .cancel-button{background:none;border:1px solid #d1d5db;color:#374151;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s ease}.service-selection-modal .modal-footer .cancel-button:hover{background-color:#f9fafb;border-color:#9ca3af}.empty-message-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;height:100%;width:100%;background-color:#fff;min-height:60vh}@media(min-width:768px){.empty-message-state{padding:2.5rem;min-height:70vh}}@media(min-width:1024px){.empty-message-state{padding:3rem}}.empty-message-state .empty-message-icon{margin-bottom:1rem}@media(min-width:768px){.empty-message-state .empty-message-icon{margin-bottom:1.5rem}}.empty-message-state .empty-message-icon svg{color:#9ca3af;width:40px;height:40px}@media(min-width:768px){.empty-message-state .empty-message-icon svg{width:48px;height:48px}}@media(min-width:1024px){.empty-message-state .empty-message-icon svg{width:56px;height:56px}}.empty-message-state h2{font-size:1.25rem;margin-bottom:.75rem;color:#1f2937;font-weight:600}@media(min-width:768px){.empty-message-state h2{font-size:1.5rem;margin-bottom:1rem}}@media(min-width:1024px){.empty-message-state h2{font-size:1.75rem}}.empty-message-state p{font-size:.875rem;max-width:100%;margin-bottom:1rem;color:#6b7280;line-height:1.5}@media(min-width:768px){.empty-message-state p{font-size:1rem;max-width:400px;margin-bottom:1.25rem}}@media(min-width:1024px){.empty-message-state p{max-width:450px}}.empty-message-state .hint-text{font-size:.8125rem;color:#9ca3af;margin-bottom:1.5rem}@media(min-width:768px){.empty-message-state .hint-text{font-size:.875rem;margin-bottom:2rem}}.empty-message-state .info-box{background-color:#f0f9ff;border:1px solid #e0f2fe;border-radius:8px;padding:1rem;max-width:100%;width:100%}@media(min-width:768px){.empty-message-state .info-box{padding:1.5rem;border-radius:10px;max-width:450px}}@media(min-width:1024px){.empty-message-state .info-box{padding:1.75rem;max-width:500px}}.empty-message-state .info-box h3{font-size:1rem;margin-bottom:.75rem;color:#0369a1;font-weight:600}@media(min-width:768px){.empty-message-state .info-box h3{font-size:1.125rem;margin-bottom:1rem}}.empty-message-state .info-box ul{text-align:left;padding-left:1rem;margin:0}@media(min-width:768px){.empty-message-state .info-box ul{padding-left:1.25rem}}.empty-message-state .info-box ul li{margin-bottom:.5rem;line-height:1.5;font-size:.8125rem;color:#374151}@media(min-width:768px){.empty-message-state .info-box ul li{font-size:.875rem;margin-bottom:.625rem}}.empty-message-state .info-box ul li:last-child{margin-bottom:0}.messages{display:flex;flex-direction:column;height:100vh;height:100dvh;background-color:#f8fafc;overflow:hidden;position:relative}.messages .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:768px){.messages{flex-direction:row;background-color:#fff}}.messages .messages-loading-overlay{position:fixed;inset:0;background-color:#f8fafce6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000}.messages .messages-loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a}.messages .messages-loading-overlay .loading-content .loading-spinner{margin-bottom:1rem}.messages .messages-loading-overlay .loading-content .loading-spinner .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.messages .messages-loading-overlay .loading-content p{margin:0;color:#6b7280;font-size:.875rem;font-weight:500}.messages .notification-permission{margin:10px 0}.messages .notification-permission .permission-button{display:flex;align-items:center;gap:8px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-size:14px;transition:background-color .2s}.messages .notification-permission .permission-button:hover{background-color:#3a80d2}.messages .notification-permission .permission-button svg{width:16px;height:16px}.messages .messages-dashboard{display:flex;flex-direction:column;height:100%;background-color:#f8fafc;flex:1;overflow:hidden}@media(min-width:768px){.messages .messages-dashboard{flex-direction:row}}.messages .messages-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;position:relative;height:100%}@media(min-width:768px){.messages .messages-container{flex-direction:row}}.messages .messages-container .mobile-back-header{display:flex;align-items:center;padding:.75rem 1rem;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:15;box-shadow:0 1px 3px #0000000d}@media(min-width:768px){.messages .messages-container .mobile-back-header{display:none}}.messages .messages-container .mobile-back-header .back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#4f46e5;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.messages .messages-container .mobile-back-header .back-button:hover{background-color:#f3f4f6}.messages .messages-container .mobile-back-header .back-button svg{width:16px;height:16px}.messages .messages-container .sidebar-container{flex:none;opacity:1;transition:opacity .2s ease-out,transform .3s ease}@media(max-width:767px){.messages .messages-container .sidebar-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;background-color:#fff}.messages .messages-container .sidebar-container.mobile-hidden{transform:translate(-100%)}}@media(min-width:768px){.messages .messages-container .sidebar-container{position:relative;width:320px;height:100%}}@media(min-width:1024px){.messages .messages-container .sidebar-container{width:380px}}@media(min-width:1200px){.messages .messages-container .sidebar-container{width:420px}}.messages .messages-container .chat-container{flex:1;min-height:0;height:100%;opacity:1;transition:opacity .2s ease-out,transform .3s ease;display:flex;flex-direction:column;overflow:hidden}@media(max-width:767px){.messages .messages-container .chat-container{width:100%;height:100vh;height:100dvh;position:absolute;top:0;left:0;background-color:#fff}.messages .messages-container .chat-container.mobile-hidden{transform:translate(100%)}}@media(min-width:768px){.messages .messages-container .chat-container{position:relative;height:calc(100vh - 60px);height:calc(100dvh - 60px)}}@media(min-width:1024px){.messages .messages-container .chat-container{height:calc(100vh - 40px);height:calc(100dvh - 40px)}}.messages .error-message{position:fixed;top:60px;left:0;right:0;z-index:999;display:flex;align-items:flex-start;padding:.75rem;margin:0 1rem;background-color:#fee2e2;border-radius:8px;border-left:4px solid #ef4444;color:#b91c1c;box-shadow:0 2px 4px #0000001a;animation:fadeIn .3s ease-in-out}@media(min-width:768px){.messages .error-message{padding:1rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a}}.messages .error-message.offline-mode{background-color:#e0f2fe;border-left-color:#0ea5e9;color:#0369a1}.messages .error-message.offline-mode .error-icon svg{color:#0369a1}.messages .error-message.offline-mode .error-content button{background-color:#0369a1}.messages .error-message.offline-mode .error-content button:hover{background-color:#0284c7}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.messages .error-message .error-icon{margin-right:.75rem;flex-shrink:0}.messages .error-message .error-icon svg{color:#b91c1c;width:20px;height:20px}@media(min-width:768px){.messages .error-message .error-icon{margin-right:1rem}.messages .error-message .error-icon svg{width:24px;height:24px}}.messages .error-message .error-content{flex:1;min-width:0}.messages .error-message .error-content h3{margin:0 0 .25rem;font-size:.875rem;font-weight:600}@media(min-width:768px){.messages .error-message .error-content h3{margin-bottom:.5rem;font-size:1rem}}.messages .error-message .error-content p{margin:0 0 .5rem;font-size:.75rem;line-height:1.4}@media(min-width:768px){.messages .error-message .error-content p{margin-bottom:.75rem;font-size:.875rem}}.messages .error-message .error-content button{background-color:#b91c1c;color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.375rem}@media(min-width:768px){.messages .error-message .error-content button{padding:.5rem 1rem;gap:.5rem}}.messages .error-message .error-content button:hover{background-color:#991b1b;transform:translateY(-1px)}.messages .error-message .error-content button:active{transform:translateY(0)}.messages .error-message .error-content button svg{width:14px;height:14px}@media(min-width:768px){.messages .error-message .error-content button svg{width:16px;height:16px}}.messages .loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem;padding:1rem;background-color:#fffc;border-radius:8px;box-shadow:0 2px 4px #0000000d;animation:fadeIn .4s ease-in}@media(min-width:768px){.messages .loading-indicator{margin-bottom:1.5rem;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d}}.messages .loading-indicator .spinner{width:32px;height:32px;border:2px solid rgba(79,70,229,.2);border-top-color:#4f46e5;border-radius:50%;margin-bottom:.75rem;animation:spin 1s linear infinite;filter:drop-shadow(0 0 2px rgba(79,70,229,.3))}@media(min-width:768px){.messages .loading-indicator .spinner{width:40px;height:40px;border-width:3px;margin-bottom:1rem}}.messages .loading-indicator p{color:#4f46e5;font-size:.75rem;font-weight:500;letter-spacing:.01em;text-align:center}@media(min-width:768px){.messages .loading-indicator p{font-size:.875rem}}.messages .loading-indicator .fallback-actions{margin-top:.75rem;text-align:center}@media(min-width:768px){.messages .loading-indicator .fallback-actions{margin-top:1rem}}.messages .loading-indicator .fallback-actions p{font-size:.75rem;color:#6b7280;margin-bottom:.75rem}@media(min-width:768px){.messages .loading-indicator .fallback-actions p{font-size:.875rem}}.messages .loading-indicator .fallback-actions button{background-color:#4f46e5;color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;cursor:pointer;margin:0 .25rem;transition:background-color .2s}@media(min-width:768px){.messages .loading-indicator .fallback-actions button{padding:.5rem 1rem;font-size:.875rem;margin:0 .5rem}}.messages .loading-indicator .fallback-actions button:hover{background-color:#4338ca}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.placeholder{background-color:#fff;color:#6b7280;display:flex;justify-content:center;align-items:center;flex:1;min-height:200px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:.5rem}@media(min-width:768px){.placeholder{min-height:300px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:0}}.placeholder .placeholder-content{text-align:center;max-width:300px;padding:1rem}@media(min-width:768px){.placeholder .placeholder-content{max-width:400px;padding:1.5rem}}.placeholder .placeholder-content .placeholder-icon{display:flex;justify-content:center;margin-bottom:1rem}@media(min-width:768px){.placeholder .placeholder-content .placeholder-icon{margin-bottom:1.5rem}}.placeholder .placeholder-content .placeholder-icon svg{width:48px;height:48px;color:#d1d5db}@media(min-width:768px){.placeholder .placeholder-content .placeholder-icon svg{width:64px;height:64px}}.placeholder .placeholder-content h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}@media(min-width:768px){.placeholder .placeholder-content h3{font-size:1.25rem;margin-bottom:.75rem}}.placeholder .placeholder-content p{color:#6b7280;margin:0;line-height:1.5;text-align:center;font-size:.875rem}@media(min-width:768px){.placeholder .placeholder-content p{font-size:1rem}}@media(min-width:1024px){.placeholder .placeholder-content p{font-size:1.1rem}}.messages-dashboard-header{padding:.75rem 0;text-align:center;margin-bottom:1rem}@media(min-width:768px){.messages-dashboard-header{padding:1rem 0;margin-bottom:1.5rem}}@media(min-width:1024px){.messages-dashboard-header{padding:1.25rem 0}}.messages-dashboard-header h1{font-size:1.25rem;color:#333;margin-bottom:.5rem}@media(min-width:768px){.messages-dashboard-header h1{font-size:1.5rem;margin-bottom:.75rem}}@media(min-width:1024px){.messages-dashboard-header h1{font-size:1.75rem;margin-bottom:1rem}}.messages-dashboard-header p{color:#666;font-size:.875rem}@media(min-width:768px){.messages-dashboard-header p{font-size:1rem}}.notification-permission{margin-bottom:1rem}@media(min-width:768px){.notification-permission{margin-bottom:0}}.notification-permission .permission-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.8125rem;font-weight:500;transition:all .2s ease;width:100%;justify-content:center}@media(min-width:768px){.notification-permission .permission-button{width:auto;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem}}.notification-permission .permission-button:hover{background-color:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.notification-permission .permission-button:active{transform:translateY(0)}.notification-permission .permission-button svg{width:16px;height:16px;flex-shrink:0}@media(min-width:768px){.notification-permission .permission-button svg{width:18px;height:18px}}.floating-action-button{position:fixed;bottom:2rem;right:2rem;z-index:1000}@media(min-width:768px){.floating-action-button{bottom:2.5rem;right:2.5rem}}.floating-action-button .fab-button{width:56px;height:56px;border-radius:50%;background-color:#4f46e5;color:#fff;border:none;box-shadow:0 4px 12px #4f46e566;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media(min-width:768px){.floating-action-button .fab-button{width:64px;height:64px}}.floating-action-button .fab-button:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 8px 20px #4f46e580}.floating-action-button .fab-button:active{transform:translateY(0);box-shadow:0 4px 12px #4f46e566}.floating-action-button .fab-button svg{transition:transform .2s ease}.floating-action-button .fab-button:hover svg{transform:scale(1.1)}.connection-status{display:flex;align-items:center;padding:.5rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;color:#fff;position:fixed;top:1rem;right:1rem;z-index:1000;box-shadow:0 2px 8px #0003;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:6px;cursor:default;max-width:280px}@media(max-width:767px){.connection-status{top:.5rem;right:.5rem;padding:4px .5rem;font-size:.75rem;gap:4px;max-width:220px;border-radius:16px}}.connection-status .status-icon{font-size:1rem}@media(max-width:767px){.connection-status .status-icon{font-size:.875rem}}.connection-status .status-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connection-status.connecting{background-color:#2196f3;animation:pulse 2s infinite}.connection-status.reconnecting,.connection-status.polling{background-color:#ff9800;animation:pulse 2s infinite}.connection-status.disconnected{background-color:#f44336;cursor:pointer}.connection-status.disconnected:hover{background-color:#d32f2f}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.direct-message-container{display:flex;flex-direction:column;height:100%;width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box}.messages-header{padding:10px 0;border-bottom:1px solid #e0e0e0;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.messages-header h2{font-size:1.5rem;color:#333;margin:0}.connection-status{display:flex;align-items:center;padding:5px 10px;border-radius:15px;background-color:#ffebe6;border:1px solid #ffcdc4;font-size:.8rem}.connection-status .status-indicator{width:8px;height:8px;border-radius:50%;margin-right:5px}.connection-status .status-indicator.offline{background-color:#ff6b4a}.connection-status .status-indicator.online{background-color:#4caf50}.connection-status .status-text{color:#d84315;font-weight:500}.direct-chat-area{flex-grow:1;height:calc(100vh - 200px);border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 10px #0000001a}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:2rem auto;text-align:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:90%}.error-container p{margin-bottom:1.5rem;color:#e53e3e;font-size:1rem;line-height:1.5}.error-container button{padding:.5rem 1.5rem;background-color:#3182ce;color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.error-container button:hover{background-color:#2b6cb0}.direct-chat-area .chat-area{height:100%}@media(max-width:768px){.direct-message-container{padding:10px}.direct-chat-area{height:calc(100vh - 150px)}}.loading-overlay{position:absolute;inset:0;background-color:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-overlay .spinner{width:40px;height:40px;margin-bottom:1rem;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3182ce;animation:spin 1s ease-in-out infinite}.loading-overlay p{color:#4a5568;font-weight:500}.verification-container{max-width:800px;margin:2rem auto;padding:1rem}.verification-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;padding:2rem}.verification-card h2{color:#333;text-align:center;margin-bottom:1rem;font-weight:700}.verification-intro{text-align:center;color:#666;margin-bottom:2rem;line-height:1.5}.verification-methods{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0;padding:2rem;background:#f8f9fa;border-radius:8px}.method-selection{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.method-selection label{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;width:calc(33.333% - 1rem);padding:1.25rem .75rem;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative}.method-selection label:hover{border-color:#007bff;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.method-selection label.selected{border-color:#007bff;background-color:#f0f7ff}.method-selection input[type=radio]{position:absolute;opacity:0}.method-selection input[type=radio]:checked+label{border-color:#007bff;background-color:#f0f7ff;box-shadow:0 5px 15px #007bff26;transform:translateY(-3px)}.method-icon{display:flex;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.25rem;border-radius:50%;font-size:2rem;color:#fff;box-shadow:0 4px 10px #00000026;transition:all .3s ease}.method-selection label:hover .method-icon{transform:scale(1.1)}.method-selection input[type=radio]:checked+label .method-icon{transform:scale(1.1)}.bvn-icon{background:linear-gradient(135deg,#3498db,#2980b9)}.nin-icon{background:linear-gradient(135deg,#e74c3c,#c0392b)}.id-icon{background:linear-gradient(135deg,#2ecc71,#27ae60)}.method-title{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1.1rem}.method-description{color:#777;font-size:.85rem;line-height:1.4}.verification-form{display:flex;flex-direction:column;gap:1.5rem;background-color:#f9f9f9;padding:1.5rem;border-radius:8px;transition:all .3s ease}.form-group label{font-weight:600;color:#333;display:flex;align-items:center}.form-group label i{margin-right:.5rem;color:#007bff}.form-group input[type=text],.form-group input[type=file]{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:1rem;background-color:#fff;transition:all .2s ease}.form-group input[type=text]:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.form-group small{color:#888;font-size:.85rem;display:flex;align-items:center}.form-group small i{margin-right:.5rem;color:#666}.file-input-wrapper{position:relative;overflow:hidden;display:inline-block;cursor:pointer}.file-input-button{display:inline-block;padding:8px 16px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-size:1rem;color:#333;text-align:center;margin-bottom:.5rem}.file-input-wrapper input[type=file]{position:absolute;left:0;top:0;opacity:0;cursor:pointer}.file-name{margin-left:.5rem;color:#888}.submit-btn{background-color:#007bff;color:#fff;border:none;border-radius:6px;padding:14px 20px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem}.submit-btn:hover{background-color:#0069d9;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.submit-btn i{font-size:1.2rem}.error-message{background-color:#fff2f2;border:1px solid #ffcaca;color:#d63031;padding:12px 16px;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem;display:flex;align-items:center}.error-message i{margin-right:.5rem;font-size:1.2rem}.success-message{background-color:#f0fff4;border:1px solid #c3e6cb;color:#28a745;padding:12px 16px;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem;display:flex;align-items:center}.success-message i{margin-right:.5rem;font-size:1.2rem}.verification-footer{margin-top:2rem;text-align:center;color:#666;font-size:.9rem}.verification-footer a{color:#007bff;text-decoration:none}.verification-footer a:hover{text-decoration:underline}.back-btn{background-color:transparent;border:1px solid #ddd;color:#666;padding:10px 20px;border-radius:6px;margin-top:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.back-btn i{font-size:1.1rem}.back-btn:hover{background-color:#f0f0f0}.verification-status-container{margin:1.5rem 0}.verification-status-card{display:flex;align-items:center;padding:1rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 6px #0000000d;border-left:4px solid #007bff;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 2px 6px #0000000d}50%{box-shadow:0 2px 12px #007bff33}to{box-shadow:0 2px 6px #0000000d}}.status-icon{font-size:2rem;margin-right:1rem;color:#007bff;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.status-info{flex:1}.status-info h3{margin:0;font-size:1.2rem;color:#343a40}.status-info p{margin:.5rem 0 0;color:#6c757d;font-size:.95rem}.method-info{margin-bottom:2rem;text-align:center}.method-info h3{color:#2c3e50;margin-bottom:1rem}.method-info p{color:#666;margin-bottom:1.5rem}.method-info ul{list-style:none;padding:0;margin:0 auto;max-width:400px;text-align:left}.method-info ul li{margin:.8rem 0;color:#495057;display:flex;align-items:center;gap:.8rem}.method-info ul li i{color:#00a651}.verification-button-container{display:flex;justify-content:center;margin-top:2rem}.progress-container{margin:1.5rem 0;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-bar{height:4px;background:#00a651;transition:width .3s ease-in-out}.progress-message{text-align:center;color:#666;margin-top:.5rem;font-size:.9rem}.error-message,.success-message{padding:1rem;border-radius:4px;margin:1rem 0;display:flex;align-items:center;gap:.5rem}.error-message{background:#fff3f3;color:#dc3545;border:1px solid #ffcdd2}.success-message{background:#f0fff4;color:#00a651;border:1px solid #c3e6cb}@media(min-width:769px){.method-selection{display:flex;flex-direction:row;justify-content:space-between}.method-selection label{flex-basis:calc(33.333% - 1rem);max-width:calc(33.333% - 1rem);min-height:220px}.verification-container{max-width:900px}}@media(max-width:768px){.verification-card{padding:1.5rem}.method-selection{flex-direction:column}.method-selection label{width:100%;margin-bottom:1rem}.verification-status-card{flex-direction:column;text-align:center;padding:1.5rem}.status-icon{margin-right:0;margin-bottom:1rem}.form-group input[type=text],.form-group input[type=file]{font-size:16px;padding:10px 14px}.submit-btn{padding:12px 16px}}@media(max-width:480px){.verification-container{padding:.5rem;margin:1rem auto}.verification-card{padding:1rem;border-radius:8px}.verification-card h2{font-size:1.4rem}.verification-intro{font-size:.9rem}.method-icon{width:60px;height:60px;font-size:1.5rem}.method-title{font-size:1rem}.method-description{font-size:.8rem}}.dojah-widget-container{margin:2rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6;min-height:500px;display:flex;align-items:center;justify-content:center}.dojah-widget-container iframe{border-radius:8px;max-width:100%;max-height:100%}.progress-container{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.progress-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#00a651,#28a745);border-radius:4px;transition:width .3s ease-in-out;position:relative}.progress-fill:after{content:"";position:absolute;inset:0;background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:50px 50px;animation:move 2s linear infinite}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}.progress-message{text-align:center;color:#495057;margin:0;font-size:.9rem;font-weight:500}.method-option{margin:1rem 0}.method-option input[type=radio]{display:none}.method-label{display:block;padding:1.5rem;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.method-label:hover{border-color:#00a651;box-shadow:0 2px 8px #00a6511a}.method-option input[type=radio]:checked+.method-label{border-color:#00a651;background:#f0fff4;box-shadow:0 4px 12px #00a65126}.method-info h4{color:#2c3e50;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.method-info p{color:#6c757d;margin:0 0 1rem;font-size:.9rem}.method-info ul{list-style:none;padding:0;margin:0}.method-info ul li{margin:.5rem 0;color:#495057;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.verification-actions{text-align:center;margin:2rem 0}.start-verification-btn{background:linear-gradient(135deg,#00a651,#28a745);color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00a65133}.start-verification-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00a6514d}.start-verification-btn:disabled{background:#6c757d;cursor:not-allowed;box-shadow:none}.verification-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #00A651;margin:2rem 0}.verification-info h4{color:#2c3e50;margin:0 0 1rem;font-size:1rem;font-weight:600}.verification-info ul{margin:0 0 1rem;padding-left:1.2rem}.verification-info ul li{margin:.5rem 0;color:#495057;font-size:.9rem}.privacy-note{margin:1rem 0 0;color:#6c757d;font-size:.85rem;font-style:italic;border-top:1px solid #dee2e6;padding-top:1rem}.verification-navigation{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #dee2e6}.back-btn{background:transparent;color:#6c757d;border:1px solid #6c757d;padding:8px 24px;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.back-btn:hover:not(:disabled){background:#6c757d;color:#fff}.back-btn:disabled{opacity:.6;cursor:not-allowed}.verification-status.pending{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffc107;border-radius:10px;padding:1.5rem;margin:1rem 0}.verification-status.partial{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:1px solid #dc3545;border-radius:10px;padding:1.5rem;margin:1rem 0}.verification-components{margin:1rem 0}.verification-components h4{color:#333;margin-bottom:.5rem;font-weight:600}.component-list{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.component-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fffc;border-radius:6px;border-left:4px solid transparent}.component-item.success{border-left-color:#28a745;background:#28a7451a}.component-item.failed{border-left-color:#dc3545;background:#dc35451a}.status-icon{font-size:1.2rem;min-width:24px}.component-detail{margin-left:auto;font-size:.9rem;color:#666;font-weight:500}.component-detail.error{color:#dc3545;font-weight:600}.review-info{background:#ffffffe6;padding:1rem;border-radius:6px;margin:1rem 0}.review-info p{margin-bottom:.5rem;font-weight:600;color:#333}.review-info ul{margin:0;padding-left:1.2rem}.review-info li{margin-bottom:.3rem;color:#555;line-height:1.4}.retry-actions{display:flex;justify-content:center;margin:1.5rem 0 .5rem}.retry-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}@media(max-width:768px){.component-item{flex-direction:column;align-items:flex-start;gap:.5rem}.component-detail{margin-left:0;align-self:flex-start}.verification-status.pending,.verification-status.partial{padding:1rem}}.verification-buttons-container{margin:2rem 0;text-align:center}.verification-buttons-container h4{color:#333;margin-bottom:1.5rem;font-weight:600;font-size:1.1rem}.proceed-btn.react-widget{width:100%;margin-bottom:1rem;background:linear-gradient(135deg,#06b6d4,#0891b2);border:2px solid transparent;transition:all .3s ease}.proceed-btn.react-widget:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-2px);box-shadow:0 6px 20px #06b6d44d}.web-sdk-container{margin-top:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:2px dashed #e2e8f0}.web-sdk-label{color:#64748b;font-size:.9rem;margin-bottom:1rem;font-weight:500}.web-sdk-wrapper{position:relative;width:100%;overflow:hidden}dojah-button{display:inline-block!important;width:100%;font-family:inherit;transition:all .3s ease;pointer-events:auto}dojah-button[disabled]{opacity:.6;pointer-events:none;cursor:not-allowed}dojah-button:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 6px 20px #06b6d44d!important}.web-sdk-note{color:#64748b;font-size:.8rem;margin-top:.5rem;text-align:center;font-style:italic}@media(max-width:768px){.verification-buttons-container{margin:1.5rem 0}.web-sdk-container{padding:1rem}.verification-buttons-container h4{font-size:1rem;margin-bottom:1rem}}.footer-buttons{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem}.assessment-btn{background-color:#28a745;color:#fff;border:none;border-radius:5px;padding:.6rem 1.2rem;font-size:.9rem;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;gap:.5rem}.assessment-btn:hover{background-color:#218838}.mobile-verification-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#f1f5f9);padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center}.mobile-verification-container{max-width:420px;width:100%;padding:20px;background:transparent;min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:20px;box-sizing:border-box}@media(min-width:1024px){.mobile-verification-container{max-width:600px}}@media(min-width:1200px){.mobile-verification-container{max-width:700px}}@media(min-width:1400px){.mobile-verification-container{max-width:800px}}.dojah-widget-container{min-height:100vh;display:flex;flex-direction:column;padding:20px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.dojah-widget-header{background:#fff;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 4px 16px #0000001a;text-align:center}.dojah-widget-header h2{margin:0 0 8px;color:#1f2937;font-size:24px;font-weight:600}.dojah-widget-header p{margin:0 0 20px;color:#6b7280;font-size:16px}.dojah-sdk-wrapper{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 16px #0000001a;flex:1;min-height:500px}.back-btn{margin-top:12px;background:#6b7280;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;cursor:pointer;transition:background-color .2s}.back-btn:hover{background:#4b5563}.verification-progress-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.verification-progress-content{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 8px 32px #0000001a;text-align:center;max-width:500px;width:100%}.verification-progress-content h2{margin:0 0 24px;color:#1f2937;font-size:24px;font-weight:600}.verification-progress-content .progress-container{margin-bottom:32px}.verification-progress-content .progress-message{font-size:16px;color:#374151;margin-top:16px;font-weight:500;line-height:1.5}.verification-guidance{margin:24px 0;text-align:left}.guidance-item{display:flex;align-items:center;margin-bottom:12px;padding:12px;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6}.step-number{background:#3b82f6;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;margin-right:12px;flex-shrink:0}.guidance-item span:last-child{color:#374151;font-size:14px;line-height:1.4}.manual-actions{margin:24px 0;padding:20px;background:#fef3c7;border-radius:8px;border:1px solid #fbbf24}.manual-check-btn{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:8px;transition:background-color .2s}.manual-check-btn:hover:not(:disabled){background:#2563eb}.manual-check-btn:disabled{opacity:.6;cursor:not-allowed}.manual-check-note{font-size:12px;color:#92400e;margin:0;line-height:1.4}.verification-progress-content .success-message{margin-top:20px;padding:16px;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;color:#166534}.verification-progress-content .error-message{margin-top:20px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.retry-btn{margin-top:12px;background:#dc2626;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.retry-btn:hover{background:#b91c1c}.mobile-verification-page .profile-header-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;text-align:center}.mobile-verification-page .profile-header-card .profile-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 12px;border:3px solid #f0f0f0;display:block}.mobile-verification-page .profile-header-card .profile-basic-info{text-align:center;margin-bottom:16px}.mobile-verification-page .profile-header-card .profile-basic-info h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 4px;text-align:center}.mobile-verification-page .profile-header-card .profile-basic-info .username{font-size:14px;color:#6b7280;margin:0 0 8px;text-align:center}.mobile-verification-page .profile-header-card .profile-basic-info .bio{font-size:12px;color:#4b5563;margin:0 0 12px;text-align:center}.mobile-verification-page .profile-header-card .profile-rating-section{text-align:center;margin-bottom:16px}.mobile-verification-page .profile-header-card .profile-rating-section .rating{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.mobile-verification-page .profile-header-card .profile-details{text-align:left}.mobile-verification-page .profile-header-card .profile-details .detail-item{font-size:12px;margin-bottom:4px}.mobile-verification-page .profile-header-card .availability-status{font-size:12px;padding:6px 12px;margin-top:12px;text-align:center}.verification-card{background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e7eb;margin:0 auto}.verification-content h2{font-size:28px;font-weight:600;color:#111827;margin:0 0 20px;text-align:center;line-height:1.2;letter-spacing:-.025em}.verification-subtitle{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 24px}.verification-instructions{margin-bottom:32px}.instruction-item{display:flex;gap:16px;align-items:flex-start;padding:20px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;margin-bottom:16px;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.instruction-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.instruction-icon{width:40px;height:40px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0;box-shadow:0 4px 8px #0ea5e94d}.instruction-content{flex:1}.instruction-content h4{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 4px}.instruction-content p{font-size:12px;color:#6b7280;margin:0;line-height:1.4}.progress-container{margin-bottom:20px}.progress-bar{height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:8px}.progress-message{font-size:12px;color:#6b7280;text-align:center;margin:0}.error-message{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;font-size:14px;margin:16px 0;border:1px solid #fecaca}.success-message{background:#dcfce7;color:#166534;padding:12px;border-radius:8px;font-size:14px;margin:16px 0;border:1px solid #bbf7d0}.verification-status.verified{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:2px solid #10b981;border-radius:12px;padding:20px;text-align:center;margin-bottom:20px}.verification-status.verified h3{color:#166534;margin:0 0 8px;font-size:16px}.verification-status.verified p{color:#166534;margin:0;font-size:14px}.start-verification{background:#0f766e;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:32px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;letter-spacing:.01em}.proceed-btn.start-verification:hover:not(:disabled){background:#0d9488;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.proceed-btn.start-verification:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.verification-info{text-align:center}.privacy-note{font-size:12px;color:#6b7280;margin:0;line-height:1.4;padding:12px;background:#f9fafb;border-radius:8px;border-left:3px solid #06b6d4}.dojah-widget-container{width:100%;max-width:100%;margin:0;padding:16px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a}.fade-in{animation:fadeIn .5s ease-in}@media(min-width:640px){.mobile-verification-container{max-width:480px;padding:32px}.verification-card{max-width:450px;padding:40px 32px}.verification-content h2{font-size:28px}}@media(min-width:768px){.mobile-verification-container{max-width:520px}.verification-card{max-width:480px}.mobile-verification-container{max-width:600px}.mobile-verification-page .profile-header-card .profile-img{width:100px;height:100px}.mobile-verification-page .profile-header-card .profile-basic-info h2,.verification-content h2{font-size:20px}.verification-subtitle,.instruction-content h4{font-size:15px}.instruction-content p{font-size:13px}@media(min-width:1024px){.mobile-verification-container{max-width:1200px;flex-direction:row;gap:32px;align-items:flex-start;padding:32px}.profile-header-card{flex:0 0 350px;max-width:350px;position:sticky;top:32px;height:fit-content}.mobile-verification-page .profile-header-card .profile-img{width:120px;height:120px}.mobile-verification-page .profile-header-card{padding:24px}.user-profile-card{flex:0 0 350px;max-width:350px}.verification-card{flex:1;min-width:0}.dojah-widget-container{margin:0 auto;max-width:800px}}@media(min-width:1280px){.mobile-verification-container{max-width:1400px;padding:48px}.profile-header-card{flex:0 0 400px;max-width:400px;padding:32px}.mobile-verification-page .profile-header-card .profile-img{width:140px;height:140px}.mobile-verification-page .profile-header-card{padding:32px}.user-profile-card{flex:0 0 400px;max-width:400px;padding:32px}.verification-card{padding:40px}}.proceed-btn.start-verification:focus{outline:2px solid #06b6d4;outline-offset:2px}.associate-btn:focus,.disassociate-btn:focus{outline:2px solid #06b6d4;outline-offset:1px}@media(prefers-contrast:high){.instruction-item{border:2px solid #06b6d4}.verification-card,.user-profile-card{border:1px solid #d1d5db}}@media(prefers-reduced-motion:reduce){.fade-in,.instruction-item:hover,.proceed-btn.start-verification:hover,.spinner{animation:none;transition:none;transform:none}}.loading-profile{text-align:center;padding:20px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:50%;width:120px;height:120px;margin:0 auto 16px}.skeleton-text{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin:8px auto;width:80%}.skeleton-text.short{width:60%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.user-info-notice{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:12px;padding:20px 16px;margin:20px 0;display:flex;gap:16px;align-items:flex-start;box-shadow:0 2px 8px #0ea5e91a}.notice-icon{flex-shrink:0;color:#3b82f6;font-size:18px;margin-top:2px}.notice-content{flex:1}.notice-content p{margin:0;color:#1f2937;font-size:14px;line-height:1.5}.notice-content strong{color:#1f2937;font-weight:600}@media(max-width:480px){.user-info-notice{padding:12px;gap:10px}.notice-content p{font-size:13px}.notice-icon{font-size:16px}}.rating .fas.fa-star,.rating .fas.fa-star-half-alt,.rating .far.fa-star{color:#fbbf24;margin-right:2px;font-size:14px}.rating .far.fa-star{color:#d1d5db}.rating span{margin-left:8px;color:#6b7280;font-size:14px}@media(min-width:640px){.mobile-verification-container{max-width:600px;padding:32px}.verification-card{max-width:550px;padding:40px 32px}.verification-content h2{font-size:28px}}.mobile-verification-container{max-width:700px}.verification-card{max-width:650px}@media(min-width:1024px){.mobile-verification-container{max-width:800px;padding:40px}.verification-card{max-width:750px;padding:48px 40px}.verification-content h2{font-size:30px}}@media(min-width:1200px){.mobile-verification-container{max-width:900px}.verification-card{max-width:850px}}}.web-sdk-container{width:100%;position:static;z-index:1}dojah-button{display:block;width:100%;max-width:400px;margin:0 auto}.mobile-verification-page{position:relative}.verification-buttons-container{width:100%;padding:20px 0}.assessment-container{max-width:850px;margin:30px auto;padding:35px;background-color:#fff;border-radius:12px;box-shadow:0 5px 25px #00000014;min-height:550px;display:flex;flex-direction:column}.assessment-welcome{text-align:center;display:flex;flex-direction:column;align-items:center}.welcome-icon{font-size:3rem;color:#4a90e2;margin-bottom:20px}.assessment-welcome h2{color:#333;margin-bottom:20px;font-size:2rem}.welcome-info{margin-bottom:30px}.assessment-welcome p{font-size:1.1rem;color:#555;margin-bottom:15px;max-width:600px;line-height:1.6}.assessment-instructions{text-align:center;width:100%;margin:0 auto 30px}.assessment-instructions h2{color:#333;margin-bottom:30px;font-size:2rem}.instructions-content{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.instruction-item{display:flex;align-items:flex-start;text-align:left;padding:15px;background-color:#f9f9f9;border-radius:8px;border-left:4px solid #4a90e2}.instruction-icon{font-size:1.5rem;color:#4a90e2;margin-right:15px;padding-top:5px}.instruction-text h3{margin:0 0 10px;font-size:1.2rem;color:#333}.instruction-text p{margin:0;color:#555;line-height:1.5}.loading-indicator{display:flex;flex-direction:column;align-items:center;margin:30px 0}.spinner{border:4px solid rgba(0,0,0,.1);width:40px;height:40px;border-radius:50%;border-left-color:#4a90e2;animation:spin 1s linear infinite;margin-bottom:15px}.loading-indicator p{margin:10px 0;color:#666}.assessment-questions-screen{width:100%}.assessment-progress{margin-bottom:35px}.progress-text{font-size:1rem;color:#5a6c7d;margin-bottom:8px;text-align:right;font-weight:500}.progress-bar{height:10px;background-color:#eef2f7;border-radius:10px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.progress-fill{height:100%;background:linear-gradient(to right,#4a90e2,#57b0e2);transition:width .4s ease;border-radius:10px}.question-container{padding:25px;background-color:#f9f9f9;border-radius:10px;box-shadow:0 2px 10px #0000000d;border-left:5px solid #4a90e2;transition:box-shadow .3s ease}.question-container:hover{box-shadow:0 4px 15px #00000014}.question-text{font-size:1.3rem;color:#2c3e50;margin-bottom:30px;line-height:1.6;font-weight:500;padding-bottom:15px;border-bottom:1px dashed #e0e0e0}.answer-options{display:flex;flex-direction:column;gap:16px;margin-bottom:35px}.answer-option{display:flex;align-items:flex-start;position:relative;border-radius:8px;transition:all .2s ease;overflow:hidden}.answer-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.answer-option label{margin-left:0;cursor:pointer;padding:15px;border-radius:8px;flex:1;line-height:1.5;border:1px solid #e0e0e0;font-size:1.05rem;transition:all .2s ease;display:flex;align-items:center;background-color:#fff}.answer-option:hover label{background-color:#f0f7ff;border-color:#bbd6f7}.answer-option input[type=radio]:checked+label{background-color:#e8f2ff;border-color:#4a90e2;box-shadow:0 2px 8px #4a90e226;font-weight:500}.option-letter{font-weight:700;margin-right:12px;color:#4a90e2;display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;background-color:#e8f2ff;border-radius:50%;flex-shrink:0}.button-row{display:flex;justify-content:space-between;margin-top:25px}.button-row .secondary-button{background-color:#f5f7fa;color:#4a5b6b;border:1px solid #dde4eb;padding:12px 24px;border-radius:6px;font-weight:500;transition:all .2s ease;cursor:pointer}.button-row .secondary-button:hover:not(:disabled){background-color:#e9eef5;border-color:#c4d0de}.button-row .primary-button{background-color:#4a90e2;color:#fff;border:none;padding:12px 30px;border-radius:6px;font-weight:500;transition:all .2s ease;cursor:pointer}.button-row .primary-button:hover:not(:disabled){background-color:#3a7bc8;box-shadow:0 3px 10px #4a90e233}.button-row button:disabled{opacity:.6;cursor:not-allowed}.assessment-thank-you{text-align:center}.result-icon{font-size:4rem;margin-bottom:20px}.result-icon.passed{color:#27ae60}.result-icon.failed{color:#e74c3c}.assessment-thank-you h2{color:#333;margin-bottom:20px;font-size:2rem}.result-details{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.score-display{margin-bottom:15px}.score-circle{width:120px;height:120px;border-radius:50%;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #0000001a;margin:0 auto 10px}.score-value{font-size:2.5rem;font-weight:700;color:#4a90e2}.score-label{font-size:1rem;color:#666}.pass-threshold{font-size:1.1rem;color:#555}.assessment-results-summary{margin-top:40px;text-align:left}.assessment-results-summary h3{color:#2c3e50;margin-bottom:25px;border-bottom:2px solid #f1f1f1;padding-bottom:12px;font-size:1.4rem}.results-list{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;max-height:550px;overflow-y:auto;padding-right:15px;scrollbar-width:thin;scrollbar-color:#c1d1e3 #f5f7fa}.results-list::-webkit-scrollbar{width:8px}.results-list::-webkit-scrollbar-track{background:#f5f7fa;border-radius:10px}.results-list::-webkit-scrollbar-thumb{background-color:#c1d1e3;border-radius:10px}.result-item{padding:20px;border-radius:10px;background-color:#fff;border-left:5px solid #e0e0e0;box-shadow:0 2px 8px #0000000d;transition:all .2s ease}.result-item:hover{box-shadow:0 4px 12px #00000014}.result-item.correct{border-left-color:#2ecc71}.result-item.incorrect{border-left-color:#e74c3c}.result-question{font-size:1.1rem;margin-bottom:15px;color:#34495e;line-height:1.5;font-weight:500}.question-number{font-weight:600;color:#4a90e2;margin-right:8px;display:inline-block;padding-bottom:2px}.result-options{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.result-option{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-radius:6px;background-color:#f9f9f9;font-size:1rem;line-height:1.4;margin-bottom:8px;transition:all .2s ease}.result-option:hover{background-color:#f4f6f9}.option-content{display:flex;align-items:center;flex:1}.user-answer{background-color:#fff4f4;border:1px solid #ffdddd}.correct-answer{background-color:#f0fff4;border:1px solid #d4f5e2}.user-answer.correct-answer{background-color:#e8f9f0;border:1px solid #a5e8c4}.option-text{margin-left:8px}.option-indicator{display:flex;gap:8px;font-size:.85rem;font-weight:500}.user-answer-indicator{color:#e74c3c;display:flex;align-items:center;gap:4px;white-space:nowrap}.correct-answer-indicator{color:#27ae60;display:flex;align-items:center;gap:4px;white-space:nowrap}.result-explanation{margin-top:18px;background-color:#f8f9fa;padding:15px;border-radius:6px;font-size:.95rem;color:#555;border-left:3px solid #4a90e2;position:relative}.result-explanation:before{content:"Explanation:";display:block;font-weight:600;color:#4a90e2;margin-bottom:8px}.result-status{margin-bottom:15px}.correct-badge,.incorrect-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:30px;font-size:.9rem;font-weight:500}.correct-badge{background-color:#e5f9ee;color:#27ae60}.incorrect-badge{background-color:#fee9e7;color:#e74c3c}.correct-badge i,.incorrect-badge i{margin-right:6px;font-size:1rem}.primary-button{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:12px 25px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.secondary-button{background-color:#e4e4e4;color:#333;border:none;border-radius:4px;padding:12px 25px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.ml-2{margin-left:.5rem}.error-message{color:#e74c3c;background-color:#e74c3c1a;padding:10px;border-radius:4px;margin:15px 0;text-align:center}.success-message{color:#27ae60;background-color:#2ecc711a;padding:10px;border-radius:4px;margin:15px 0;text-align:center}.refresh-score-btn{margin-top:15px;padding:8px 15px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.refresh-score-btn:hover{background-color:#3576c5}.refresh-score-btn:active{background-color:#2a5f9e}.waiting-period-info{color:#e74c3c;font-weight:500}.retake-info{color:#27ae60;font-weight:500}@media(max-width:768px){.assessment-container{margin:20px;padding:20px}.question-text{font-size:1.1rem}.score-circle{width:100px;height:100px}.score-value{font-size:2rem}.button-row{flex-direction:column;gap:15px}.button-row button{width:100%}}.mobile-assessment-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#f1f5f9);padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;max-width:100%;overflow-x:hidden;display:flex;align-items:center;justify-content:center}.mobile-assessment-container{max-width:420px;width:100%;padding:20px;background:transparent;min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:20px;box-sizing:border-box;overflow-x:hidden}@media(min-width:1024px){.mobile-assessment-container{max-width:600px}}@media(min-width:1200px){.mobile-assessment-container{max-width:700px}}@media(min-width:1400px){.mobile-assessment-container{max-width:800px}}.account-verification-header{text-align:center;padding:0 0 20px;width:100%;max-width:400px;margin:0 auto}.account-verification-header h1{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px;letter-spacing:-.025em}.verification-progress-bar{display:flex;justify-content:center;gap:12px;margin:0 auto;max-width:240px}.progress-segment{height:6px;flex:1;background-color:#e2e8f0;border-radius:3px;transition:all .4s ease;position:relative;overflow:hidden}.progress-segment.active{background:linear-gradient(90deg,#0ea5e9,#0284c7);box-shadow:0 2px 4px #0ea5e94d}.progress-segment.active:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.user-profile-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;gap:16px;align-items:flex-start}.profile-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#06b6d4,#0891b2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.profile-info{flex:1;min-width:0}.user-name{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 4px;display:flex;align-items:center;gap:6px}.verified-badge{color:#06b6d4;font-size:14px}.user-tagline{font-size:12px;color:#6b7280;margin:0 0 8px;font-style:italic}.user-stats{margin:8px 0}.stat-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#f59e0b}.stat-item i{color:#f59e0b}.user-details{display:flex;flex-direction:column;gap:4px;margin:8px 0}.detail-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280}.detail-item i{color:#9ca3af;width:12px}.profile-actions{display:flex;gap:8px;margin-top:12px}.associate-btn,.disassociate-btn{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:500;border:none;cursor:pointer;transition:all .2s}.associate-btn{background-color:#06b6d4;color:#fff}.associate-btn:hover{background-color:#0891b2}.disassociate-btn{background-color:#f3f4f6;color:#6b7280}.disassociate-btn:hover{background-color:#e5e7eb}.assessment-welcome-card{background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e7eb;margin:0 auto}.welcome-content{text-align:center;margin-bottom:40px}.assessment-illustration{margin-bottom:32px;display:flex;justify-content:center;align-items:center}.assessment-illustration svg{width:140px;height:150px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.assessment-welcome-card h2{font-size:28px;font-weight:600;color:#111827;margin:0 0 20px;line-height:1.2;letter-spacing:-.025em}.welcome-content p{font-size:15px;color:#4b5563;margin:0 0 16px;line-height:1.6;font-weight:400}.assessment-instructions{margin-bottom:24px}.instruction-item{display:flex;gap:16px;align-items:flex-start;padding:16px;background:#fef7ee;border-radius:8px;margin-bottom:12px;transition:all .2s ease;border:1px solid #fed7aa}.instruction-item:hover{background:#fef3e7;border-color:#fdba74}.instruction-icon{width:24px;height:24px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;flex-shrink:0;margin-top:2px}.instruction-content h4{font-size:15px;font-weight:600;color:#111827;margin:0 0 4px;line-height:1.4}.instruction-content p{font-size:13px;color:#6b7280;margin:0;line-height:1.5}.proceed-btn{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;width:fit-content;max-width:100%;margin-top:2.5rem;margin-left:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;letter-spacing:.025em;white-space:nowrap}.proceed-btn i{font-size:14px;color:#fff;opacity:1;display:inline-block}.training-materials-section{margin-bottom:24px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.training-materials-header{text-align:center;margin-bottom:20px}.training-materials-header h3{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px;display:flex;align-items:center;justify-content:center;gap:8px}.training-materials-header p{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.loading-materials{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px}.loading-materials .spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #06b6d4;border-radius:50%;animation:spin 1s linear infinite}.loading-materials p{font-size:12px;color:#6b7280;margin:0}.materials-error{text-align:center;padding:16px;background:#fee2e2;border-radius:8px;border:1px solid #fecaca}.materials-error p{font-size:13px;color:#dc2626;margin:0 0 12px}.retry-materials-btn{padding:8px 16px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;margin:0 auto;transition:background-color .2s ease}.retry-materials-btn:hover{background:#b91c1c}.training-materials-list{display:flex;flex-direction:column;gap:12px}.training-material-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.training-material-item:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.material-info{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.material-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#06b6d4,#0891b2);display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;flex-shrink:0}.material-details{flex:1;min-width:0}.material-details h4{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 4px;line-height:1.3}.material-description{font-size:12px;color:#6b7280;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.material-meta{display:flex;gap:12px;font-size:11px;color:#9ca3af}.file-type{font-weight:500;color:#06b6d4;text-transform:uppercase}.download-material-btn{padding:10px 16px;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.download-material-btn:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px);box-shadow:0 3px 8px #06b6d44d}.download-material-btn:active{transform:translateY(0)}.download-material-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.download-material-btn.downloading{background:linear-gradient(135deg,#64748b,#475569);cursor:wait}.download-material-btn.downloading:hover{background:linear-gradient(135deg,#64748b,#475569);transform:none}.download-success{color:#059669;font-size:11px;font-weight:500;margin-top:4px;opacity:0;transition:opacity .3s ease}.download-success.show{opacity:1}.no-materials{text-align:center;padding:20px;color:#6b7280;font-style:italic}.no-materials p{font-size:13px;margin:0}.proceed-btn:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px);box-shadow:0 3px 8px #06b6d44d}.proceed-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.question-card{background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;width:100%;max-width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.05);margin:0 auto}.question-content h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 20px;text-align:center}.question-progress{margin-bottom:24px}.progress-text{font-size:12px;color:#6b7280;text-align:center;margin-bottom:8px}.progress-bar{height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#06b6d4,#0891b2);transition:width .3s ease}.question-text{margin-bottom:24px}.question-text p{font-size:16px;color:#1f2937;line-height:1.5;margin:0;font-weight:500}.answer-options{margin-bottom:32px}.answer-option{margin-bottom:12px;cursor:pointer;transition:all .2s ease}.option-label{display:flex;align-items:center;gap:12px;padding:16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.answer-option.selected .option-label{border-color:#06b6d4;background:#f0f9ff}.option-indicator{width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.answer-option.selected .option-indicator{background:#06b6d4;color:#fff}.option-letter{font-size:14px;font-weight:600}.option-text{font-size:14px;color:#1f2937;line-height:1.4}.response-textarea{width:100%;padding:16px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;resize:vertical;min-height:100px;background:#fff;transition:border-color .2s ease}.response-textarea:focus{outline:none;border-color:#06b6d4}.response-textarea::placeholder{color:#9ca3af}.question-navigation{display:flex;gap:12px;justify-content:space-between}.nav-btn{padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;flex:1;justify-content:center}.previous-btn{background:#f3f4f6;color:#6b7280}.previous-btn:hover:not(:disabled){background:#e5e7eb}.previous-btn:disabled{opacity:.5;cursor:not-allowed}.next-btn{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.next-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #06b6d44d}.next-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.results-card{background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;width:100%;max-width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.05);margin:0 auto}.results-content{width:100%;max-width:100%;box-sizing:border-box}.results-content h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 24px;text-align:center}.result-status{text-align:center;margin-bottom:32px}.result-icon,.result-illustration{margin-bottom:24px;display:flex;justify-content:center;align-items:center}.result-illustration svg{width:120px;height:120px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.success-icon,.failure-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:32px}.success-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.failure-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.result-title{font-size:28px;font-weight:600;margin:0 0 12px;letter-spacing:-.025em;line-height:1.2}.result-status.success .result-title{color:#10b981}.result-status.failure .result-title{color:#ef4444;font-size:32px;font-weight:700;margin-bottom:8px}.result-subtitle{font-size:16px;color:#4b5563;margin:0 0 24px;line-height:1.5;font-weight:400}.score-display{display:flex;flex-direction:column;align-items:center;gap:20px;margin:24px 0}.score-circle{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:8px solid;position:relative}.score-circle.passing{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.score-circle.failing{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-width:4px}.score-circle.failing .score-percentage{color:#ef4444;font-weight:700;font-size:28px}.score-percentage{font-size:24px;font-weight:700;color:#1f2937}.score-message{font-size:14px;color:#4b5563;text-align:center;line-height:1.6;margin:16px 0 0;max-width:320px;font-weight:400}.result-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px;width:100%;max-width:100%;box-sizing:border-box}.proceed-btn.success{background:linear-gradient(135deg,#10b981,#059669);width:100%;max-width:100%;box-sizing:border-box}.proceed-btn.outline{background:transparent;border:2px solid #06b6d4;color:#06b6d4;width:100%;max-width:100%;box-sizing:border-box;padding:12px 16px;font-size:14px;font-weight:500;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proceed-btn.outline:hover{background:#06b6d4;color:#fff}.restart-btn{padding:12px 16px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;width:100%;max-width:100%;box-sizing:border-box;text-decoration:none;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restart-btn:hover{background:#d97706;transform:translateY(-1px)}.detailed-results{margin-top:24px;border-top:1px solid #e5e7eb;padding-top:16px}.detailed-results summary{font-size:14px;font-weight:500;color:#06b6d4;cursor:pointer;padding:8px 0}.results-breakdown{padding:16px 0;font-size:12px;color:#6b7280}.results-breakdown p{margin:4px 0}.retake-info{color:#10b981!important;font-weight:500}.waiting-period-info{color:#f59e0b!important;font-weight:500}.questions-summary{margin-top:16px}.questions-summary h4{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 12px}.result-item{padding:12px;margin-bottom:8px;border-radius:8px;border-left:4px solid}.result-item.correct{border-left-color:#10b981;background:#f0fdf4}.result-item.incorrect{border-left-color:#ef4444;background:#fef2f2}.result-question{font-size:13px;color:#1f2937;margin-bottom:4px}.result-status-mini{font-size:11px}.correct-badge,.incorrect-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;font-weight:500}.correct-badge{background:#dcfce7;color:#166534}.incorrect-badge{background:#fee2e2;color:#dc2626}.result-explanation{font-size:11px;color:#6b7280;margin-top:8px;font-style:italic}.loading-indicator{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px}.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #06b6d4;border-radius:50%;animation:spin 1s linear infinite}.error-message{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;font-size:14px;text-align:center;margin:16px 0;border:1px solid #fecaca}.success-message{background:#dcfce7;color:#166534;padding:12px;border-radius:8px;font-size:14px;text-align:center;margin:16px 0;border:1px solid #bbf7d0}.refresh-score-btn{padding:8px 16px;background:transparent;border:1px solid #06b6d4;color:#06b6d4;border-radius:6px;font-size:12px;cursor:pointer;margin-top:12px;transition:all .2s ease}.refresh-score-btn:hover{background:#06b6d4;color:#fff}@media(min-width:640px){.mobile-assessment-container{max-width:600px;padding:32px}.account-verification-header{max-width:100%}.assessment-welcome-card,.question-card,.results-card{padding:40px 32px}.account-verification-header h1{font-size:22px}}@media(min-width:768px){.mobile-assessment-container{max-width:700px}}@media(min-width:1024px){.mobile-assessment-container{max-width:800px;padding:40px}.assessment-welcome-card,.question-card,.results-card{padding:48px 40px}.account-verification-header h1{font-size:24px}}@media(min-width:1200px){.mobile-assessment-container{max-width:900px}}@media(min-width:1400px){.mobile-assessment-container{max-width:1000px}}@media(max-width:480px){.mobile-assessment-container{padding:12px}.results-card{padding:16px}.result-actions{gap:10px;margin-top:20px}.proceed-btn,.restart-btn{padding:12px 14px;font-size:13px;min-height:44px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;max-width:100%}.proceed-btn.outline{padding:10px 14px;border-width:1px}.proceed-btn i,.restart-btn i{font-size:12px;flex-shrink:0}}@media(min-width:481px)and (max-width:767px){.result-actions{gap:12px}.proceed-btn,.restart-btn{padding:14px 16px;font-size:14px}}@media(min-width:768px){.mobile-assessment-container{max-width:720px;padding:32px}.account-verification-header h1{font-size:24px}.question-navigation{justify-content:space-between;max-width:100%;width:100%}.nav-btn{flex:0 0 auto;min-width:120px;max-width:160px;padding:12px 20px;font-size:15px}.result-actions{flex-direction:row;justify-content:center;gap:16px;flex-wrap:wrap}.proceed-btn,.restart-btn{flex:0 1 auto;min-width:160px;max-width:200px;padding:14px 20px;font-size:15px;white-space:nowrap}.training-materials-header h3{font-size:18px}.training-materials-header p{font-size:14px}.training-material-item{padding:20px}.material-icon{width:48px;height:48px;font-size:18px}.material-details h4{font-size:16px}.material-description{font-size:13px}.download-material-btn{padding:12px 20px;font-size:13px}}@media(min-width:1024px){.mobile-assessment-container{max-width:1200px;flex-direction:row;gap:32px;align-items:flex-start;padding:32px}.profile-header-card{flex:0 0 350px;max-width:350px;position:sticky;top:32px;height:fit-content}.assessment-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px;overflow:visible;position:relative}.account-verification-header h1{font-size:28px}.assessment-welcome-card,.question-card,.results-card{padding:40px;position:relative;overflow:visible}.proceed-btn{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;width:fit-content;max-width:100%;margin-top:2.5rem;margin-left:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;letter-spacing:.025em;white-space:nowrap}.proceed-btn i{font-size:14px;color:#fff;opacity:1;display:inline-block}.welcome-content h2,.question-content h2{font-size:24px}.question-text p{font-size:18px;line-height:1.6}.answer-option{padding:16px 20px}.option-text{font-size:16px}.nav-btn{min-width:140px;max-width:180px;padding:14px 24px;font-size:16px}}@media(min-width:1280px){.mobile-assessment-container{max-width:1400px;padding:48px}.profile-header-card{flex:0 0 400px;max-width:400px;padding:32px}.assessment-welcome-card,.question-card,.results-card{padding:48px;position:relative;overflow:visible}.welcome-content h2,.question-content h2{font-size:28px}.question-text p{font-size:20px}.instruction-item{padding:20px}.instruction-content h4{font-size:18px}.instruction-content p{font-size:16px}.nav-btn{min-width:160px;max-width:200px;padding:16px 28px;font-size:17px}}@media(min-width:1536px){.mobile-assessment-container{max-width:1600px;padding:56px}.profile-header-card{flex:0 0 450px;max-width:450px;padding:40px}.account-verification-header h1{font-size:32px}.assessment-welcome-card,.question-card,.results-card{padding:56px;position:relative;overflow:visible}.welcome-content h2,.question-content h2{font-size:32px}}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.notifications-page-wrapper{min-height:100vh;background-color:#f8f9fa}.notifications-page{padding:20px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 80px)}.notifications-back-section{margin-bottom:16px}.notifications-welcome-section{margin-bottom:30px;padding:0}@media(min-width:768px){.notifications-welcome-section{margin-bottom:40px}.header{font-size:36px}}@media(min-width:1024px){.header{font-size:38px}}.notifications-header-section{display:flex;align-items:center;gap:16px;margin-bottom:30px;width:100%}.back-button{display:flex;align-items:center;gap:8px;background:none;border:1px solid #e1e8ed;color:#657786;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.back-button:hover{background-color:#f8f9fa;border-color:#1da1f2;color:#1da1f2}.back-button svg{width:18px;height:18px}.notifications-content-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.header{font-family:PoppinsSemiBold,sans-serif;font-size:32px;font-weight:700;color:#02445f;margin:0;line-height:1.2;width:100%;text-align:left}.notifications-header-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;width:100%}.notifications-header{font-family:PoppinsSemiBold,sans-serif;font-size:24px;font-weight:700;color:#000;display:flex;align-items:center;gap:16px;margin:0}.close-notifications-btn{background:#f5f5f5;border:1px solid #e0e0e0;color:#666;cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.close-notifications-btn:hover{background:#e9e9e9;border-color:#ccc;color:#333}.close-notifications-btn svg{width:20px;height:20px}.mark-all-read-btn{background:#1da1f2;border:none;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;border-radius:6px;font-weight:500;transition:background-color .2s ease}.mark-all-read-btn:hover{background:#0d8bd9}.notifications-box{background-color:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 1px 3px #0000000d}.notification-loading,.no-notifications{text-align:center;padding:40px 20px;color:#657786;font-size:16px}.no-notifications{text-align:center;padding:60px 20px}.no-notifications-icon{font-size:48px;margin-bottom:16px;opacity:.5}.no-notifications h3{font-size:20px;color:#333;margin:0 0 8px;font-weight:600}.no-notifications p{color:#657786;margin:0;font-size:14px;line-height:1.5}.notification-entry{display:flex;align-items:flex-start;margin-bottom:16px;background-color:#fff;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;border:1px solid #e1e8ed;position:relative}.notification-entry:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.notification-entry:last-child{margin-bottom:0}.notification-entry.unread{background:#f0f8ff;border-left:4px solid #1da1f2}.notification-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:50%;margin-right:16px;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-title{font-weight:600;font-size:16px;color:#333;margin-bottom:6px;line-height:1.3}.notification-message{font-size:14px;color:#657786;line-height:1.4;margin:0 0 8px;word-wrap:break-word}.notification-time{font-size:12px;color:#aab8c2;font-weight:400}.unread-dot{width:10px;height:10px;background:#1da1f2;border-radius:50%;position:absolute;top:16px;right:16px;flex-shrink:0}.notifications-summary{text-align:center;padding:16px;background:#f8f9fa;border-radius:8px;margin-top:20px}.notifications-summary p{margin:0;color:#657786;font-size:14px}@media(min-width:1024px){.notifications-page{max-width:900px;padding:30px}.notifications-content-section{padding:32px}.header{font-size:36px}.notifications-header-section{margin-bottom:40px}}@media(max-width:768px){.notifications-page{padding:16px}.notifications-content-section{padding:20px}.notifications-header-section{flex-direction:row;align-items:center;gap:12px;margin-bottom:24px}.back-button{align-self:flex-start}.header{font-size:24px}.notifications-header{font-size:18px;flex-direction:column;align-items:flex-start;gap:12px}.mark-all-read-btn{align-self:flex-end;font-size:12px;padding:6px 12px}.notification-entry{padding:12px}.notification-icon{width:35px;height:35px;margin-right:12px;font-size:16px}.notification-title{font-size:14px}.notification-message{font-size:13px}}@media(max-width:480px){.notifications-page{padding:12px}.notifications-content-section,.notifications-box{padding:16px}.notification-entry{padding:10px}.back-button{padding:6px 12px;font-size:13px}.back-button svg{width:16px;height:16px}.header{font-size:22px}.notifications-welcome-section{margin-bottom:20px}.notifications-back-section{margin-bottom:12px}.no-notifications{padding:40px 16px}.no-notifications-icon{font-size:40px}}.caregiver-orders-container{font-family:Arial,sans-serif;margin:auto;padding:0;background-color:#f5f5f5;width:90%;align-items:center}.caregiver-orders-container .loading-container,.caregiver-orders-container .error-container{display:flex;justify-content:center;align-items:center;min-height:200px}.caregiver-orders-container .loading-container p,.caregiver-orders-container .error-container p{font-size:16px;color:#666}.caregiver-orders-container .error-container .error{color:#d32f2f}.caregiver-orders-container .tab-navigation{display:flex;margin-top:20px;margin-bottom:20px;border-bottom:2px solid #e0e0e0;width:100%}.caregiver-orders-container .tab-navigation .tab-button{flex:1;padding:10px 15px;border:none;background:none;cursor:pointer;font-size:16px;color:#666;position:relative;transition:color .3s;text-align:center}.caregiver-orders-container .tab-navigation .tab-button.active{color:#000;font-weight:700}.caregiver-orders-container .tab-navigation .tab-button.active .underline{display:block;height:2px;background:#000;width:100%;position:absolute;bottom:-2px;left:0}.caregiver-orders-container .tab-navigation .tab-button:hover{color:#000}.caregiver-orders-container .task{padding:10px;font-size:16px;color:#000;background-color:#fdcf68;border-radius:4px;margin-bottom:10px;display:flex;align-items:center;gap:10px}.caregiver-orders-container .order-tasks-wrapper{max-width:100%;margin:0}.caregiver-orders-container .content-wrapper{display:flex;gap:20px;width:100%}.caregiver-orders-container .tasks-section{flex:0 0 70%;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-left:0}.caregiver-orders-container .tasks-section h2{margin-bottom:15px;color:#333}.caregiver-orders-container .details-section{flex:0 0 70%;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-left:0}.caregiver-orders-container .details-section .offer-header{margin-bottom:20px}.caregiver-orders-container .details-section .offer-header .provider-avatar{width:50px;height:50px;border-radius:50%;margin-right:10px}.caregiver-orders-container .details-section .offer-header h2{margin:0;color:#333;display:inline;font-weight:700}.caregiver-orders-container .details-section .offer-header .provider-info{color:#666;font-size:.9em}.caregiver-orders-container .details-section .offer-content{margin-bottom:20px}.caregiver-orders-container .details-section .offer-content .task{background:#efb214}.caregiver-orders-container .details-section .offer-content .pricing-info{background-color:#f8f9fa;padding:15px;border-radius:8px;border:2px solid #dee2e6}.caregiver-orders-container .details-section .offer-content .pricing-info span{font-weight:700;color:#333;font-size:16px}.caregiver-orders-container .right-section{flex:0 0 30%;display:flex;flex-direction:column;gap:20px;max-width:30%;overflow-x:hidden}.caregiver-orders-container .order-details-section{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;flex:1}.caregiver-orders-container .order-details-section h2{margin-bottom:15px;color:#333}.caregiver-orders-container .order-details-section .order-card{border:1px solid #ddd;padding:15px;border-radius:8px;margin-bottom:20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.caregiver-orders-container .order-details-section .order-card .order-image{width:100px;height:auto;border-radius:8px;margin-bottom:0}.caregiver-orders-container .order-details-section .order-card p{margin:0;color:#666;word-wrap:break-word;max-width:100%}.caregiver-orders-container .order-details-section .order-card .order-status-badge{background-color:#fff3cd;color:#856404;padding:5px 10px;border-radius:4px;margin:0;font-size:.9em;word-wrap:break-word;max-width:100%}.caregiver-orders-container .order-details-section .order-card .order-meta{margin:0;color:#444;width:100%}.caregiver-orders-container .order-details-section .order-card .order-meta p{margin:5px 0;word-wrap:break-word;max-width:100%}.caregiver-orders-container .order-details-section .order-card .update-status-btn{background-color:#2196f3;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;width:100%;margin-bottom:10px;font-weight:700;word-wrap:break-word;max-width:100%}.caregiver-orders-container .order-details-section .order-card .update-status-btn:hover{background-color:#1976d2}.caregiver-orders-container .order-details-section .order-card .contact-client-btn{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;width:100%;font-weight:700;word-wrap:break-word;max-width:100%}.caregiver-orders-container .order-details-section .order-card .contact-client-btn:hover{background-color:#45a049}.contact-client-btn:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.contact-client-btn:disabled:hover{background-color:#ccc}.caregiver-orders-container .support-section{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;flex:1}.caregiver-orders-container .support-section h3{margin-bottom:15px;color:#333}.caregiver-orders-container .support-section .support-item{display:flex;flex-direction:column;margin-bottom:10px;padding:10px;border:1px solid #ddd;border-radius:4px;word-wrap:break-word;max-width:100%}.caregiver-orders-container .support-section .support-item span:first-child{font-weight:700;color:#333;display:flex;align-items:center;gap:8px}.caregiver-orders-container .support-section .support-item span:first-child svg{color:#6474c4;font-size:16px}.caregiver-orders-container .support-section .support-item span:last-child{color:#666;font-size:.9em}@media(max-width:768px){.caregiver-orders-container{width:95%;padding:10px}.caregiver-orders-container .content-wrapper{flex-direction:column}.caregiver-orders-container .tasks-section,.caregiver-orders-container .details-section,.caregiver-orders-container .right-section{flex:1;max-width:100%}.modal-content{width:95%;padding:20px}.contract-buttons{flex-direction:column;gap:8px!important}.contract-buttons button{margin:0!important}}.contract-section{margin:15px 0;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.contract-section h4{margin:0 0 10px;font-size:16px;color:#333;font-weight:600}.contract-loading{text-align:center;color:#666;font-style:italic}.contract-error{color:#d32f2f}.contract-error p{margin:8px 0;font-size:14px}.contract-not-available{color:#666}.contract-not-available p{margin:8px 0;font-size:14px;font-style:italic}.contract-available h4{color:#1976d2}.contract-status{background:#e3f2fd;padding:10px;border-radius:6px;margin:10px 0}.contract-status p{margin:5px 0;font-size:14px}.contract-status strong{color:#000}.status-sent,.status-pending{background:#fff3e0;color:#f57c00;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-accepted{background:#e8f5e8;color:#2e7d32;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-rejected{background:#ffebee;color:#c62828;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-review-requested,.status-under-review{background:#e3f2fd;color:#1565c0;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.contract-accepted{background:#e8f5e8;padding:12px;border-radius:6px;border-left:4px solid #4caf50}.contract-rejected{background:#ffebee;padding:12px;border-radius:6px;border-left:4px solid #f44336}.contract-review-requested{background:#e3f2fd;padding:12px;border-radius:6px;border-left:4px solid #2196f3}.contract-actions{padding:12px;background:#fff9c4;border-radius:6px;border-left:4px solid #ff9800}.contract-actions p{margin:0 0 12px;color:#333;font-weight:500}.contract-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.view-contract-btn,.accept-contract-btn,.reject-contract-btn,.review-contract-btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.view-contract-btn{background:#e0e0e0;color:#333}.view-contract-btn:hover{background:#d0d0d0}.accept-contract-btn{background:#4caf50;color:#fff}.accept-contract-btn:hover:not(:disabled){background:#45a049}.reject-contract-btn{background:#f44336;color:#fff}.reject-contract-btn:hover{background:#d32f2f}.review-contract-btn{background:#2196f3;color:#fff}.review-contract-btn:hover{background:#1976d2}.accept-contract-btn:disabled{background:#ccc;cursor:not-allowed}.contract-details-modal{max-height:60vh;overflow-y:auto}.contract-header{border-bottom:1px solid #e0e0e0;padding-bottom:10px;margin-bottom:15px}.contract-summary,.contract-tasks,.contract-terms{margin:15px 0}.package-details{background:#f5f5f5;padding:10px;border-radius:4px;margin:10px 0}.package-details h5{margin:0 0 8px;color:#1976d2}.task-item{background:#f9f9f9;padding:10px;border-radius:4px;margin:8px 0;border-left:3px solid #2196f3}.task-item h5{margin:0 0 5px;color:#333}.task-item p{margin:3px 0;font-size:13px}.terms-content{background:#f5f5f5;padding:12px;border-radius:4px;border:1px solid #e0e0e0;white-space:pre-wrap;font-size:14px;line-height:1.5;max-height:200px;overflow-y:auto}.error-boundary{display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px;background-color:#f8f9fa}.error-boundary-content{background-color:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:500px;width:100%}.error-boundary h2{color:#dc3545;margin-bottom:16px;font-size:24px;font-weight:600}.error-boundary p{color:#666;margin-bottom:24px;font-size:16px;line-height:1.5}.error-boundary details{text-align:left;background-color:#f8f9fa;padding:16px;border-radius:6px;font-size:12px;color:#666;margin-bottom:24px}.error-boundary summary{cursor:pointer;font-weight:600;margin-bottom:8px}.error-boundary-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.error-boundary-btn{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;min-width:120px}.error-boundary-btn{background-color:#007bff;color:#fff}.error-boundary-btn:hover{background-color:#0056b3;transform:translateY(-1px)}.error-boundary-btn.secondary{background-color:#6c757d;color:#fff}.error-boundary-btn.secondary:hover{background-color:#545b62}.faq-page{max-width:800px;margin:2rem auto;padding:1rem}.faq-page .faq-title{text-align:center;font-size:2rem;margin-bottom:2rem;color:#2c3e50}.faq-page .faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #ddd;border-radius:10px;padding:1rem;transition:all .3s ease;cursor:pointer;background:#fff}.faq-item:hover{box-shadow:0 2px 10px #00000014}.faq-item.open{border-color:#07c}.faq-item .faq-question{display:flex;justify-content:space-between;align-items:center}.faq-item .faq-question h3{margin:0;font-size:1.2rem;color:#333}.faq-item .faq-question .faq-icon{font-size:1.5rem;font-weight:700;color:#07c}.faq-item .faq-answer{margin-top:.75rem;color:#555;line-height:1.5;font-size:1rem}.service-categories{flex-wrap:wrap;gap:16px;margin:8px 16px 16px;padding:16px;background-color:#f9fafb;border-radius:12px}.dashboard-book-caregiver{margin:0 20px}.banner,.mid-banner,.filter-bar{transition:opacity .2s ease-in-out,height .2s ease-in-out}.banner.search-hidden,.mid-banner.search-hidden,.filter-bar.search-hidden{opacity:0;height:0;overflow:hidden;margin:0;padding:0}.spinner-container{display:flex;justify-content:center;align-items:center;height:250px}.loading-spinner{width:40px;height:40px;border:4px solid #ccc;border-top-color:#aac6e7;border-radius:50%;animation:spin .8s linear infinite}.error-message{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin:16px;font-size:14px;font-weight:500}.no-results{text-align:center;padding:40px 20px;background-color:#fff;border-radius:12px;margin-top:20px}.no-results h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px}.no-results p{font-size:14px;color:#6b7280;margin-bottom:20px}.reset-button{background-color:#3b82f6;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-button:hover{background-color:#2563eb;transform:translateY(-1px)}.reset-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.reset-button.search-reset{background-color:#6b7280}.reset-button.search-reset:hover{background-color:#4b5563}@media(min-width:768px){.service-categories{margin:10px 2rem 20px;padding:24px;gap:20px}.error-message{margin:20px 2rem}.no-results{padding:60px 40px}.no-results h3{font-size:20px}.no-results p{font-size:16px}}@media(min-width:1024px){.service-categories{margin:10px 4rem 20px;padding:32px;gap:24px}.error-message{margin:20px 4rem}}@media(min-width:1280px){.service-categories{margin:10px 6rem 20px;padding:40px;gap:28px}.error-message{margin:20px 6rem}}.public-cta-section{margin:40px 0;padding:0 20px}.cta-card{background:linear-gradient(135deg,#1769aa,#42a5f5);color:#fff;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 8px 25px #1769aa4d}.cta-icon{font-size:2.5rem;margin-bottom:20px;display:block}.cta-card h3{font-size:1.8rem;margin:0 0 15px;font-weight:600}.cta-card p{font-size:1.1rem;opacity:.9;max-width:500px;margin:0 auto 30px;line-height:1.5}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:15px 30px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;min-width:130px}.cta-primary{background:#fff;color:#1769aa}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffffff4d}.cta-secondary{background:transparent;color:#fff;border:2px solid white}.cta-secondary:hover{background:#fff;color:#1769aa}.public-action-hint{margin-top:12px;padding:8px 12px;background:#1769aa1a;border-radius:6px;text-align:center}.hint-text{font-size:.85rem;color:#1769aa;font-weight:500}.public-subtle-cta{margin:30px 20px;padding:0}.subtle-cta-content{background:linear-gradient(135deg,#f8f9ff,#e8f4fd);border:1px solid #e1e8f0;padding:30px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #1769aa14}.subtle-cta-content h3{font-size:1.4rem;margin:0 0 12px;color:#1769aa;font-weight:600}.subtle-cta-content p{font-size:1rem;color:#666;max-width:400px;margin:0 auto 24px;line-height:1.5}.subtle-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.subtle-cta-primary,.subtle-cta-secondary{padding:12px 24px;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;min-width:120px}.subtle-cta-primary{background:#1769aa;color:#fff}.subtle-cta-primary:hover{background:#145a8a;transform:translateY(-1px)}.subtle-cta-secondary{background:#fff;color:#1769aa;border:1px solid #1769aa}.subtle-cta-secondary:hover{background:#1769aa;color:#fff}@media(max-width:768px){.subtle-cta-content{padding:24px 20px}.subtle-cta-content h3{font-size:1.2rem}.subtle-cta-content p{font-size:.9rem}.subtle-cta-buttons{flex-direction:column;align-items:center;gap:10px}.subtle-cta-primary,.subtle-cta-secondary{width:180px}}@media(max-width:1200px){.client-dashboard{padding:15px}.client-dashboard-flex{gap:15px}.leftbar{flex:0 0 250px}}@media(max-width:992px){.client-dashboard-flex{flex-direction:column}.leftbar{flex:0 0 auto;width:100%;display:flex;gap:20px}.leftbar>*{flex:1}.sidebar-content{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-categories{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.dashboard-content{padding:15px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{height:auto}}@media(max-width:768px){.leftbar{flex-direction:column}.service-categories,.sidebar-content,.service-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-title{margin-bottom:10px}.filter-bar-header{flex-direction:column;align-items:flex-start}.filter-bar-title{margin-bottom:10px}}@media(max-width:576px){.client-dashboard,.dashboard-content{padding:10px}.service-card,.filter-bar,.profile-card,.sidebar-actions{padding:15px}.filter-toggle-button{padding:6px 10px;font-size:.8rem}.active-filters-badge{font-size:.7rem;padding:2px 6px}}.fa,.fas,.far,.fab{font-family:"Font Awesome 5 Free",sans-serif;display:inline-block}i[class^=fa-]:before{content:"";display:inline-block;width:16px;height:16px;background-color:currentColor;margin-right:5px;-webkit-mask-size:cover;mask-size:cover}.banner-top{background:linear-gradient(#0032004d,#001e0066),url(/assets/clientBannerImage-DQCI-xdC.svg) center top/cover no-repeat;padding:40px 30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;min-height:280px;position:relative}.public-banner{min-height:350px;text-align:left;align-items:flex-start;justify-content:space-between}.public-hero-content{color:#fff;margin-bottom:30px}.public-hero-title{font-size:2.5rem;font-weight:700;margin:0 0 15px;line-height:1.2}.public-hero-subtitle{font-size:1.2rem;margin:0;opacity:.9;max-width:500px;line-height:1.4}.public-features{display:flex;gap:25px;margin:20px 0}.feature-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:.95rem}.feature-icon{background:#4caf50;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.public-cta-banner{background:#fffffff2;padding:20px 25px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:600px;box-shadow:0 4px 15px #0000001a;margin-top:auto}.cta-content h3{margin:0 0 5px;font-size:1.3rem;color:#333}.cta-content p{margin:0;color:#666;font-size:.95rem}.cta-actions{display:flex;gap:12px}.btn-primary,.btn-secondary{padding:12px 20px;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#1769aa;color:#fff}.btn-primary:hover{background:#145a8a;transform:translateY(-1px)}.btn-secondary{background:transparent;color:#1769aa;border:1px solid #1769aa}.btn-secondary:hover{background:#1769aa;color:#fff}.welcome-section{display:flex;align-items:center;gap:12px;color:#fff}.avatar-circle{width:40px;height:40px;border-radius:50%;background:#1769aa;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.welcome-text{font-size:1.5rem;margin:0}.search-box{background:#fff;width:100%;max-width:600px;padding:20px;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;justify-content:space-between;align-items:center}.search-info{display:flex;gap:15px;align-items:center}.search-icon{font-size:2rem;color:#d97706}.search-title{font-size:1rem;font-weight:700;margin:0}.search-subtitle{font-size:.875rem;color:#6b7280;margin:0}.view-orders{background:#f9fafb;border:1px solid #d1d5db;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.9rem}.modern-service-card{width:100%;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid #f3f4f6;position:relative}.modern-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.card-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.modern-service-card:hover .card-image{transform:scale(1.05)}.location-badge-overlay{position:absolute;bottom:12px;left:12px;background-color:#000000b3;color:#fff;padding:6px 10px;border-radius:16px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.premium-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,gold,#ffed4e);color:#1a202c;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #0000001a}.popular-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ff4757,#ff6b7a);color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #0000001a}.favorite-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;background-color:#0006;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.favorite-btn:hover{background-color:#ff4757cc;transform:scale(1.1)}.favorite-btn svg{width:18px;height:18px}.card-content{padding:16px;display:flex;flex-direction:column;gap:12px}.provider-row{display:flex;justify-content:space-between;align-items:center;width:100%}.provider-left{display:flex;align-items:center;gap:8px;flex:1}.provider-avatar-wrapper{position:relative;flex-shrink:0}.provider-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #f3f4f6}.verification-badge{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a}.provider-name{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.availability-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.availability-dot.available{background-color:#10b981}.availability-dot.unavailable{background-color:#f59e0b}.rating-section{display:flex;align-items:center;gap:4px;flex-shrink:0}.rating-number{font-size:14px;font-weight:600;color:#374151}.service-title{font-size:16px;font-weight:600;color:#111827;line-height:1.4;margin:0;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}@media(min-width:768px){.card-image-wrapper{height:220px}.card-content{padding:18px}.provider-avatar{width:36px;height:36px}.service-title{font-size:17px}.provider-name{font-size:15px}.favorite-btn{width:38px;height:38px}.location-badge-overlay{padding:8px 12px;font-size:13px}}@media(min-width:1024px){.modern-service-card{border-radius:16px}.card-image-wrapper{height:240px}.card-content{padding:20px;gap:14px}.provider-avatar{width:40px;height:40px}.verification-badge{width:14px;height:14px}.service-title{font-size:18px}.provider-name{font-size:16px}.favorite-btn{width:40px;height:40px}.premium-badge,.popular-badge{padding:6px 10px;font-size:12px}.rating-number{font-size:15px}}.service-category{margin-top:20px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.category-header h2{font-size:20px;font-weight:700;color:#111827;margin:0}.service-list{display:grid;grid-template-columns:1fr;gap:16px;width:100%}@media(min-width:640px){.service-list{grid-template-columns:repeat(2,1fr);gap:18px}.category-header h2{font-size:22px}}@media(min-width:1024px){.service-list{grid-template-columns:repeat(3,1fr);gap:20px}.category-header{margin-bottom:20px}.category-header h2{font-size:24px}}@media(min-width:1280px){.service-list{grid-template-columns:repeat(4,1fr);gap:24px}}.filter-dropdown-bar{display:flex;flex-direction:row;gap:12px;margin:20px 6rem;width:100%;max-width:400px}.filter-dropdown-bar select{padding:10px 12px;font-size:14px;border-radius:8px;border:1px solid #ccc;width:100%;box-sizing:border-box}.filter-dropdown-bar{display:flex;align-items:center;gap:8px}.reset-icon-btn{background:none;border:none;cursor:pointer;font-size:18px;color:#555;transition:color .2s ease}.reset-icon-btn:hover{color:#000;background-color:#0070ba;border:none;cursor:pointer;font-size:18px;color:#fff}.care-match-banner{position:relative;top:-50px;background:#fefeff;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:space-between;margin:0 80px;box-shadow:0 2px 4px #0000000d}.banner-content{display:flex;align-items:center;flex-grow:1}.care-match-banner .icon{font-size:24px;margin-right:16px}.care-match-banner .content h4{margin:0;font-size:18px;font-weight:800}.care-match-banner .content p{margin:4px 0 0;font-size:14px;color:#555}.view-orders-button{background:#fff;border:1px solid #555;color:#555;width:auto;padding:10px 12px;font-size:13px;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center}.view-orders-button i{margin-right:6px;font-size:14px}.view-orders-button:hover{background:#f0f0f0;border-color:#333}@media(max-width:768px){.care-match-banner{flex-direction:column;align-items:flex-start;padding:16px}.banner-content{flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%}.view-orders-button{width:100%;justify-content:center;margin-top:12px}.care-match-banner .content h4{font-size:16px}.care-match-banner .content p{font-size:13px}}.container-service{max-width:100%;margin:0;padding:12px 12px 100px;background:#fff}.title-social-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.main-gig-title{font-size:20px;font-weight:600;color:#111827;line-height:1.3;margin:0;flex:1;text-align:left}.social-actions-top{display:flex;gap:12px;align-items:center;flex-shrink:0}.social-btn{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s;font-size:13px;color:#6b7280}.social-btn:hover{background:#f3f4f6}.social-btn .count{font-weight:600;color:#111827}.share-text{font-size:13px;color:#6b7280}.provider-pricing-row{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.provider-info-box{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border-radius:8px;flex:1}.provider-left-section{display:flex;align-items:center;gap:12px}.provider-avatar-main{width:48px;height:48px;border-radius:50%;object-fit:cover}.provider-info-text{display:flex;flex-direction:column;gap:6px}.provider-name-main{font-size:15px;font-weight:600;color:#111827;margin:0}.provider-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.status-badge{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#16a34a;background:#f0fdf4;padding:2px 8px;border-radius:12px}.status-badge.unavailable{color:#dc2626;background:#fef2f2}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.location-badge-main,.rating-badge-main{display:flex;align-items:center;gap:4px;font-size:12px;color:#1f2937;background:#f3f4f6;padding:2px 8px;border-radius:12px}.rating-number{font-weight:600;color:#111827;font-size:12px}.review-count-text{color:#6b7280;font-size:12px}.pricing-summary-box{padding:16px;background:#f9fafb;border-radius:8px}.price-summary-content{text-align:left}.package-type{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.delivery-info{font-size:12px;color:#6b7280;margin-bottom:12px}.price-large{font-size:28px;font-weight:700;color:#111827}.content-and-pricing-wrapper{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.left-content-section{flex:1}.video-section-main{margin-bottom:20px}.video-section-main h3{font-size:16px;font-weight:600;color:#111827;margin-bottom:12px}.description-text{margin:20px 0;padding:16px;background:#f9fafb;border-radius:8px}.description-text p{font-size:14px;line-height:1.7;color:#6b7280;margin:0}.video-thumbnail-container{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;width:100%;background:#000}.video-thumbnail{width:100%;height:300px;object-fit:cover;display:block}.play-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:background .3s}.video-thumbnail-container:hover .play-overlay{background:#00000080}.play-icon{width:64px;height:64px;background:#06b6d4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;padding-left:4px;transition:transform .3s}.video-thumbnail-container:hover .play-icon{transform:scale(1.1);background:#0891b2}.back-btn{background:none;border:none;font-size:14px;color:#344054;cursor:pointer;margin-bottom:16px;padding:8px 0}.service-top-header{display:flex;flex-direction:column;gap:16px}.service-card-section{width:100%;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.gig-title{font-size:18px;font-weight:600;margin:0;color:#111827;line-height:1.3}.provider-info-card{background:transparent;padding:0;display:flex;align-items:center;gap:10px}.provider-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.provider-avatar-initials{background:#004e98;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;text-transform:uppercase}.provider-details{display:flex;flex-direction:column;flex:1;min-width:0}.provider-name{font-weight:600;margin-bottom:6px;font-size:14px}.provider-tags{display:flex;flex-wrap:wrap;gap:6px;font-size:11px}.status-tag{color:#12b76a;font-weight:600;padding:2px 6px;border-radius:4px;background:#12b76a1a}.status-tag.unavailable{color:#dc2626;background:#dc26261a}.verification-tag{color:#2563eb;background:#2563eb1a;padding:2px 6px;border-radius:4px;font-weight:500}.location-tag{background:#374151;color:#fff;border-radius:12px;padding:2px 8px;font-size:10px}.rating-tag{background:#fef3c7;color:#92400e;padding:2px 6px;border-radius:12px;font-size:10px}.experience-tag{background:#e0e7ff;color:#3730a3;padding:2px 6px;border-radius:12px;font-size:10px}.plan-box{padding:16px;border-radius:8px;background:#fff;width:100%;border:1px solid #000;text-align:left}.plan-actions{display:flex;justify-content:flex-end;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.action-btn{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s;font-size:14px;color:#6b7280}.action-btn:hover{background:#f3f4f6}.action-btn svg{color:#6b7280}.favorite-btn-plan.active svg{fill:#ff4757;stroke:#ff4757}.favorite-btn-plan.active{color:#ff4757}.favorite-btn-plan span,.share-btn-plan span{font-weight:500;font-size:13px}.plan-tabs{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.tab-basic{color:#111827;font-weight:600;font-size:14px}.delivery-time{color:#6b7280;font-size:12px}.plan-price{font-size:24px;font-weight:700;margin-bottom:12px;color:#111827}.plan-features{list-style:none;padding:0;font-size:13px;margin-bottom:16px}.plan-features li{margin-bottom:6px;line-height:1.4}.plan-features .enabled{color:#374151}.plan-features .specializations{padding:8px 0;margin-top:8px;font-size:12px}.accept-offer-btn{width:100%;padding:14px;background:#0891b2;color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:8px}.accept-offer-btn:hover{background:#0e7490}.video-section{margin:20px 0;width:100%}.video-section h3{font-size:18px;margin-bottom:16px;color:#1f2937;font-weight:600}.video-thumbnail-container{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;width:100%;background:#f8fafc;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.video-thumbnail-container:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.video-thumbnail{width:100%;height:280px;object-fit:cover;display:block;border-radius:12px}.play-overlay{position:absolute;inset:0;background:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border-radius:12px}.video-thumbnail-container:hover .play-overlay{background:#0006}.play-icon{font-size:24px;margin-bottom:8px;background:#22d3ee;color:#fff;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 16px #22d3ee66;border:3px solid rgba(255,255,255,.9)}.video-thumbnail-container:hover .play-icon{background:#06b6d4;transform:scale(1.1);box-shadow:0 6px 20px #22d3ee99}.play-text{font-size:14px;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5);opacity:.9}@media(max-width:768px){.video-thumbnail{height:220px}.play-icon{width:56px;height:56px;font-size:20px}.video-section h3{font-size:16px}}@media(min-width:768px){.video-section{width:60%;max-width:60%}}@media(min-width:1024px){.video-section{width:60%;max-width:60%}}.video-preview{margin:20px 0;border-radius:8px;overflow:hidden}.video-preview video{width:100%;height:auto}.caregiver-bio{margin:20px 0;padding:0;width:100%;max-width:100%}.caregiver-bio h3{font-size:16px;margin-bottom:8px;color:#111827}.caregiver-bio p{font-size:14px;line-height:1.5;color:#374151;margin:0}.package-details{margin:20px 0;background:transparent}.section-title{font-size:18px;font-weight:600;margin-bottom:16px;color:#111827}.service-details-container{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.package-section{margin-bottom:16px}.service-details-container .package-section{padding:0}.package-section h4{margin-bottom:12px;font-weight:600;color:#111827;font-size:14px;padding-bottom:6px}.package-list{list-style:none;padding:0;margin:0}.package-item{margin-bottom:6px;padding:2px 0;font-size:13px;line-height:1.4;color:#374151}.languages-list{display:flex;flex-wrap:wrap;gap:6px}.language-tag{background:transparent;color:#0369a1;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;border:1px solid #0369a1}.certifications-list{list-style:none;padding:0;margin:0}.certification-item{margin-bottom:6px;font-size:13px;color:#374151}.floating-message{position:static;background:#1f2937;box-shadow:0 2px 8px #0000001a;border-radius:50px;padding:12px 20px;display:flex;align-items:center;color:#fff;width:fit-content;max-width:400px;margin:20px 0;transition:all .3s ease;cursor:pointer}@keyframes slideUp{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.floating-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0}.floating-info{margin-left:12px;flex:1;min-width:0}.message-provider-btn{color:#fff;font-weight:600;cursor:pointer;margin:0;font-size:14px}.status-text{font-size:11px;color:#d1d5db;margin-top:2px}.floating-message:hover{background:#1f2937;cursor:pointer}.reviews{margin:24px 0;padding-bottom:100px}.review-title{font-size:18px;font-weight:600;margin-bottom:16px;color:#111827}.reviews-summary{margin-bottom:16px}.rating-overview{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px}.average-rating{font-weight:600;color:#f59e0b}.review-count,.experience-info{color:#6b7280}.verified-badge{background:#dcfdf7;color:#059669;padding:2px 6px;border-radius:12px;font-size:11px;font-weight:500}.review-card{padding:16px;border-radius:8px;margin-bottom:12px}.review-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.review-avatar{width:32px;height:32px;border-radius:50%}.reviewer-name{font-weight:600;font-size:13px;margin:0;color:#111827}.stars{font-size:14px;color:#fbbf24;letter-spacing:2px}.review-text{font-size:13px;line-height:1.5;color:#374151;margin:0}.reviews-note{margin-top:12px;padding:8px}.reviews-note p{margin:0;font-size:11px;color:#6b7280;font-style:italic}.spinner-container{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid #004e98;border-radius:50%;animation:spin 1s linear infinite}.error-container{text-align:center;padding:40px 20px}.error{color:#dc2626;font-size:14px;margin-bottom:16px}@media(min-width:768px){.container-service{padding:24px 24px 120px;max-width:1200px;margin:0 auto}.main-gig-title{font-size:24px}.service-top-header{flex-direction:row;align-items:flex-start;gap:24px}.service-card-section{width:65%;flex-shrink:0;min-height:280px}.plan-box{width:35%;flex-shrink:0;position:sticky;top:20px}.gig-title{font-size:20px}.provider-avatar{width:48px;height:48px}.provider-avatar-initials{font-size:18px}.caregiver-bio{max-width:65%}.provider-pricing-row{flex-direction:row;gap:20px}.provider-info-box{flex:1;max-width:60%}.pricing-summary-box{width:360px;flex-shrink:0}.provider-avatar-main{width:56px;height:56px}.provider-name-main{font-size:16px}.content-and-pricing-wrapper{flex-direction:row;align-items:flex-start;gap:32px}.left-content-section{flex:1;max-width:60%}.video-section-main h3{font-size:18px}.video-thumbnail{height:350px}.service-details-container{flex-direction:row;gap:24px}.floating-message{position:fixed;bottom:24px;left:50%;transform:translate(-50%);width:auto;max-width:500px;border-radius:50px;margin:0;animation:slideUp .4s ease-out;box-shadow:0 8px 24px #0003}.section-title{font-size:20px}.package-section h4{font-size:16px}}@media(min-width:1024px){.container-service{padding:32px 32px 140px}.service-top-header{gap:32px}.service-card-section{width:60%;flex-shrink:0;min-height:320px;padding:0}.gig-title{font-size:24px}.provider-info-card{padding:16px}.provider-avatar{width:52px;height:52px}.provider-avatar-initials{font-size:20px}.provider-name{font-size:16px}.caregiver-bio{max-width:65%}.provider-tags{font-size:12px;gap:8px}.plan-box{width:35%}.plan-price{font-size:28px}.plan-features{font-size:14px}.service-details-container{gap:32px}.floating-message{position:fixed;bottom:32px;left:50%;transform:translate(-50%);width:auto;max-width:550px;margin:0}.floating-avatar{width:40px;height:40px}.message-provider-btn{font-size:15px}.status-text{font-size:12px}}.share-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.share-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.share-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.share-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.close-modal-btn{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-modal-btn:hover{background:#f3f4f6;color:#111827}.share-modal-content{padding:20px}.copy-link-section{display:flex;gap:8px;margin-bottom:20px}.share-link-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#6b7280;background:#f9fafb}.copy-link-btn{padding:10px 20px;background:#0891b2;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;font-size:14px;white-space:nowrap}.copy-link-btn:hover{background:#0e7490}.social-share-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.social-btn-share{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500}.social-btn-share:hover{background:#f9fafb;border-color:#d1d5db}.social-btn-share.facebook{color:#1877f2}.social-btn-share.twitter{color:#1da1f2}.social-btn-share.whatsapp{color:#25d366}.social-btn-share.linkedin{color:#0a66c2}@media(max-width:768px){.share-modal{max-width:100%;margin:0 12px}.social-share-buttons{grid-template-columns:1fr}}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .3s ease;padding:20px;box-sizing:border-box}.video-modal-content{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideIn .4s ease;display:flex;flex-direction:column}.video-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.video-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.video-modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.video-modal-close:hover{background:#e5e7eb;color:#374151}.video-modal-container{position:relative;background:#000;display:flex;align-items:center;justify-content:center;flex:1}.video-modal-player{display:block;outline:none;max-width:100%;max-height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.video-modal-overlay{padding:10px}.video-modal-header{padding:16px 20px}.video-modal-header h3{font-size:16px}}@media(max-width:480px){.video-modal-overlay{padding:5px}.video-modal-header{padding:12px 16px}}.nav-link-btn-special-link{width:100%;background-color:#fff;color:#55595e;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.nav-link-btn-special-link:hover{background-color:#f0f0f0;color:#3664b9}@media(min-width:901px){.client-mobile-user-search{display:none!important}}@media(max-width:900px){.client-mobile-user-search{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 0 8px;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #00000008;z-index:2}.client-mobile-user-name{font-size:1.1rem;font-weight:600;color:#222;letter-spacing:.02em;margin-bottom:0;text-align:center;width:100%}.client-mobile-search-container{width:90vw;max-width:400px;margin:0 auto}.client-mobile-search-form{position:relative;background:#f5f6fa;border-radius:24px;padding:0;box-shadow:0 1px 4px #0000000a}.client-mobile-search-input{width:100%;border:none;background:transparent;font-size:1rem;padding:12px 50px 12px 16px;outline:none;color:#222;border-radius:24px}.client-mobile-search-form.has-value{background:#e3f2fd;border:1px solid #007bff}.client-mobile-search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#667eea;border-radius:50%;width:32px;height:32px}.client-mobile-search-button:hover{background-color:#667eea1a}}.client-navigation-bar{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px #0000000d}.client-mobile-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;height:56px;box-sizing:border-box}.client-mobile-user-search{display:flex}@media(min-width:1024px){.client-mobile-nav,.client-mobile-user-search{display:none!important}}.client-desktop-nav{display:none}@media(min-width:1024px){.client-desktop-nav{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 24px!important;overflow:visible!important;position:relative!important;width:100%!important;box-sizing:border-box!important;height:64px!important;min-height:64px!important;margin:0!important}}.client-logo{cursor:pointer!important;display:flex!important;align-items:center!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.client-logo img{height:32px;width:auto}.client-search-container{flex:1!important;max-width:400px!important;margin:0 24px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;height:100%!important;padding:0!important}.client-search-form{position:relative!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;margin:0!important;padding:0!important}.client-search-input{width:100%!important;padding:8px 48px 8px 16px!important;border:1px solid #ddd!important;border-radius:50px!important;font-size:14px!important;background-color:#f8f9fa!important;transition:all .2s ease!important;outline:none!important;height:36px!important;box-sizing:border-box!important;margin:0!important;vertical-align:middle!important}.client-search-input:focus{border-color:#007bff;background-color:#fff;box-shadow:0 0 0 3px #007bff1a}.client-search-input.has-value{border-color:#007bff;background-color:#fff}.client-search-input::placeholder{color:#6c757d}.client-search-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:6px;cursor:pointer;color:#6c757d;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:32px;height:32px}.client-search-button:hover{background-color:#e9ecef;color:#495057}.client-desktop-nav .client-nav-actions{display:flex!important;align-items:center!important;gap:16px!important;overflow:visible!important;position:relative!important;flex-shrink:0!important;min-width:auto!important;height:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.client-desktop-nav .client-nav-icons{display:flex!important;align-items:center!important;gap:2px!important;list-style:none!important;margin:0!important;padding:6px 12px!important;background-color:#f8f9fa!important;border-radius:12px!important;border:1px solid #e9ecef!important;height:40px!important;box-sizing:border-box!important;flex-shrink:0!important}.client-desktop-nav .client-icon-link{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border-radius:6px!important;transition:background-color .2s ease!important;cursor:pointer!important;box-sizing:border-box!important;padding:4px!important;margin:0!important}.client-desktop-nav .client-icon-link:hover{background-color:#fff!important}.client-desktop-nav .client-icon-link img{height:16px!important;width:16px!important;object-fit:contain!important}.client-desktop-nav .client-nav-icons .notification-bell{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;box-sizing:border-box!important;padding:4px!important;margin:0!important}.client-desktop-nav .client-nav-icons .notification-bell img{width:16px!important;height:16px!important;object-fit:contain!important}.client-nav-icons li{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.client-desktop-nav .client-earnings{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:.875rem!important;background-color:transparent!important;padding:6px 8px!important;border-radius:8px!important;color:#333!important;cursor:pointer!important;transition:all .2s ease!important;border:none!important;height:32px!important;box-sizing:border-box!important;white-space:nowrap!important;margin:0!important}.client-desktop-nav .client-earnings:hover{background-color:#fff!important}.client-desktop-nav .client-earnings img{height:16px!important;width:16px!important;flex-shrink:0!important}.client-desktop-nav .client-earnings span,.client-desktop-nav .client-earnings strong{color:#333!important;font-weight:500!important}.client-desktop-nav .client-earnings strong{font-weight:600!important}.client-profile-avatar{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;cursor:pointer!important;position:relative!important;padding:6px 8px!important;border-radius:8px!important;transition:background-color .2s ease!important;height:32px!important;box-sizing:border-box!important;margin:0!important;background-color:transparent!important;border:none!important}.client-profile-avatar:hover{background-color:#f8f9fa}.client-user-name-text{font-size:13px;font-weight:500;color:#222;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.client-avatar{display:flex;width:28px;height:28px;font-size:.8rem;border-radius:50%;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500;cursor:pointer;transition:transform .2s ease}.client-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.client-avatar-initials{font-size:.8rem;font-weight:500;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.client-dropdown-arrow{display:flex;align-items:center;justify-content:center;color:#6c757d;transition:transform .2s ease;width:14px;height:14px}.client-dropdown-arrow svg{width:14px;height:14px}.client-profile-avatar:hover .client-dropdown-arrow{color:#495057}.client-dropdown-menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;z-index:99999;min-width:160px;border:1px solid #e9ecef;padding:8px 0}.client-dropdown-item{padding:12px 16px;cursor:pointer;font-size:.875rem;color:#333;transition:background-color .2s ease;border:none;background:transparent;width:100%;text-align:left;display:block;font-weight:400;line-height:1.4;box-sizing:border-box}.client-dropdown-item:hover{background-color:#f8f9fa}@media(max-width:1023px){.client-desktop-nav{display:none}.client-hamburger-menu{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}.client-hamburger-menu span{width:100%;height:2px;background-color:#333;transition:all .2s ease}.client-mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;justify-content:flex-end}.client-mobile-menu-content{background:#fff;width:300px;height:100%;padding:0;overflow-y:auto;box-shadow:-2px 0 8px #00000026;display:flex;flex-direction:column}.client-mobile-menu{background:#fff;width:280px;height:100%;padding:0;overflow-y:auto;box-shadow:-2px 0 8px #0000001a}.client-mobile-menu-header{padding:16px 20px;border-bottom:1px solid #e9ecef;display:flex;justify-content:flex-end}.client-close-menu{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.client-mobile-menu-links{list-style:none;padding:0;margin:0}.client-mobile-menu-links li{border-bottom:1px solid #f0f0f0;cursor:pointer}.client-menu-item-content{display:flex;align-items:center;gap:12px;padding:16px 20px;transition:background-color .2s ease}.client-mobile-menu-links li:hover .client-menu-item-content{background-color:#f8f9fa}.client-menu-item-content img{width:20px;height:20px;object-fit:contain}.client-small-avatar{width:24px;height:24px;font-size:.75rem}.client-notifications-item .client-menu-item-content{align-items:center}.client-sign-out{border-top:1px solid #e9ecef;margin-top:8px}.client-sign-out .client-menu-item-content{color:#dc3545}}@media(min-width:1200px){.client-desktop-nav{padding:12px 32px;gap:32px}.client-nav-actions{gap:20px}.client-search-container{max-width:450px}}@media(min-width:1400px){.client-desktop-nav{padding-left:32px;padding-right:32px;gap:40px}.client-nav-actions{gap:24px}.client-search-container{max-width:500px}}.client-nav-right{display:flex!important;align-items:center!important;gap:16px!important;overflow:visible!important;position:relative!important;flex-shrink:0!important;min-width:auto!important;height:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.public-nav-links{display:flex;align-items:center;gap:20px;margin-right:20px;height:100%}.nav-link-btn{background:none;border:none;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .3s ease;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.nav-link-btn:hover{color:#1769aa;background:#1769aa0d}.auth-buttons{display:flex;gap:12px;align-items:center;height:100%}.signin-btn,.signup-btn{padding:10px 20px;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap}.signin-btn{background:transparent;color:#1769aa;border:1px solid #1769aa}.signin-btn:hover,.signup-btn{background:#1769aa;color:#fff}.signup-btn:hover{background:#145a8a;transform:translateY(-1px)}.signout-btn{background:#dc3545;color:#fff;padding:10px 20px;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap}.signout-btn:hover{background:#c82333;transform:translateY(-1px)}.client-nav-item{background:none;border:none;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .3s ease;height:36px;display:flex;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;white-space:nowrap}.client-nav-item img,.client-nav-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0;color:#6b7280}.client-nav-item span{font-size:.95rem;font-weight:500}.client-nav-item:hover{color:#1769aa;background:#1769aa0d}.mobile-auth-buttons{display:flex;gap:10px;margin-top:10px}.mobile-signin-btn,.mobile-signup-btn{padding:8px 16px;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:none}.mobile-signin-btn{background:transparent;color:#1769aa;border:1px solid #1769aa}.mobile-signin-btn:hover,.mobile-signup-btn{background:#1769aa;color:#fff}.mobile-signup-btn:hover{background:#145a8a}.mobile-menu-item{padding:15px 20px;cursor:pointer;font-weight:500;color:#333;transition:all .2s ease;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:12px;min-height:50px;box-sizing:border-box}.mobile-menu-item img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.mobile-menu-icon{width:20px;height:20px;color:#333;flex-shrink:0}.mobile-menu-item span{font-size:1rem;font-weight:500;flex:1}.mobile-menu-item:hover{background:#1769aa0d;color:#1769aa}.mobile-menu-item:last-child{border-bottom:none}.mobile-menu-logout{margin-top:10px;border-top:2px solid #f0f0f0;background:#fff5f5;color:#dc3545}.mobile-menu-logout:hover{background:#ffe6e6;color:#c82333}@media(max-width:1200px){.public-nav-links{gap:15px;margin-right:15px}.nav-link-btn{padding:6px 10px;font-size:.9rem}.auth-buttons{gap:8px}.signin-btn,.signup-btn{padding:8px 16px;font-size:.9rem}}@media(max-width:950px){.public-nav-links{display:none}.client-nav-right{gap:8px}.auth-buttons{gap:6px}.signin-btn,.signup-btn,.signout-btn{padding:6px 12px;font-size:.85rem}.client-nav-item{padding:6px 8px;font-size:.85rem;gap:4px}.client-nav-item img{width:14px;height:14px}.client-nav-item span{font-size:.85rem}}.payment-container{display:flex;justify-content:space-between;max-width:1000px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333}.payment-form{flex:2;padding:20px;background:#fff;box-shadow:0 2px 10px #0000001a;border-radius:10px}.payment-form h2{margin-bottom:10px;font-size:20px}.payment-form p{font-size:18px;font-weight:700}.payment-methods{display:flex;gap:15px;margin:10px 0}.payment-methods label{display:flex;align-items:center;gap:5px;font-size:14px;cursor:pointer}.payment-form input{width:100%;padding:10px;margin-top:5px;border:1px solid #ccc;border-radius:5px}.card-details{display:flex;gap:10px;margin-top:10px}.card-details div{flex:1}.save-card{display:flex;align-items:center;font-size:14px;margin-top:10px;gap:5px}.pay-button{width:100%;padding:12px;background:#000;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;margin-top:10px}.pay-button:hover{background:#333}.privacy-note{font-size:12px;color:#777;margin-top:10px}.order-summary{flex:1;background:#fff;padding:15px;box-shadow:0 2px 10px #0000001a;border-radius:10px;max-width:350px}.order-summary h3{margin-bottom:10px}.order-image{width:100%;border-radius:10px;margin-bottom:10px}.order-description{font-size:14px;font-weight:700;margin-bottom:5px}.order-status{display:inline-block;font-size:14px;font-weight:700;margin-bottom:10px}.order-number{font-weight:700;color:#444;font-size:14px}.payment-success-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center}.payment-success-container{width:100%;max-width:480px;margin:0 auto}.payment-success-card{background:#fff;border-radius:12px;padding:24px 20px;box-shadow:0 4px 20px #0000001a;text-align:center;margin-bottom:16px}.payment-success-title{font-size:24px;font-weight:700;margin:0 0 20px;line-height:1.3}.payment-success-title--success{color:#059669}.payment-success-title--failed{color:#dc2626}.payment-status-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px}.payment-status-icon--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.payment-status-icon--failed{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.payment-details{text-align:left;margin:20px 0}.payment-detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:8px;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6}.payment-detail-label{font-size:14px;color:#64748b;font-weight:500}.payment-detail-value{font-size:14px;color:#1e293b;font-weight:600;text-align:right;word-break:break-all}.payment-amount{font-size:18px;color:#059669;font-weight:700}.payment-status-message{padding:16px;border-radius:8px;margin:16px 0;font-size:14px;line-height:1.5}.payment-status-message--processing{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.payment-status-message--success{background:#d1fae5;border:1px solid #10b981;color:#065f46}.payment-status-message--error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.order-features{margin:16px 0}.order-feature-item{display:flex;align-items:center;padding:8px 0;font-size:14px;color:#059669}.order-feature-item:before{content:"✓";margin-right:8px;font-weight:700}.error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin:16px 0;color:#991b1b;font-size:14px;line-height:1.5}.error-title{font-weight:600;margin-bottom:8px}.error-reference{font-size:12px;color:#6b7280;margin-top:8px;font-family:monospace}.payment-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.payment-btn{width:100%;padding:14px 20px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.payment-btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.payment-btn--primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.payment-btn--secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.payment-btn--secondary:hover{background:#e2e8f0;color:#334155}.payment-btn--outline{background:transparent;color:#64748b;border:1px solid #cbd5e1}.payment-btn--outline:hover{background:#f8fafc;color:#475569}@media(min-width:768px){.payment-success-page{padding:24px}.payment-success-container{max-width:600px}.payment-success-card{padding:32px}.payment-success-title{font-size:28px}.payment-status-icon{width:80px;height:80px;font-size:36px}.payment-detail-item{padding:16px 20px}.payment-detail-label,.payment-detail-value{font-size:15px}.payment-amount{font-size:20px}.payment-actions{flex-direction:row;justify-content:center;flex-wrap:wrap}.payment-btn{width:auto;min-width:140px;padding:12px 24px}}@media(min-width:1024px){.payment-success-container{max-width:700px}.payment-success-card{padding:40px}.payment-success-title{font-size:32px}.payment-detail-item{padding:18px 24px}.payment-detail-label,.payment-detail-value{font-size:16px}.payment-amount{font-size:22px}}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@media(prefers-reduced-motion:reduce){.payment-btn,.loading-spinner{transition:none;animation:none}}@media(prefers-contrast:high){.payment-success-card{border:2px solid #000}.payment-detail-item{border:1px solid #000}}.client-orders-container{padding:20px;max-width:800px;margin-left:auto;margin-right:auto}.client-orders-page{background:#f9f9f9}.client-orders-page .page-title{font-size:24px;margin-bottom:20px;font-weight:700;color:#333}.client-orders-page .tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e0e0e0}.client-orders-page .tabs .tab-button{padding:10px 15px;border:none;background:none;cursor:pointer;font-size:16px;color:#666;position:relative;transition:color .3s}.client-orders-page .tabs .tab-button.active{color:#000;font-weight:700}.client-orders-page .tabs .tab-button.active .underline{display:block;height:2px;background:#000;width:100%;position:absolute;bottom:-2px;left:0}.client-orders-page .tabs .tab-button:hover{color:#000}.client-orders-page .orders-list{display:grid;gap:15px}.client-orders-page .orders-list .client-order-card{display:flex;align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:10px;border:1px solid #e0e0e0}.client-orders-page .orders-list .client-order-card .client-order-image{width:120px;height:80px;object-fit:cover;border-radius:4px;margin-right:15px}.client-orders-page .orders-list .client-order-card .client-order-details{flex:1}.client-orders-page .orders-list .client-order-card .client-order-details h3{margin:0 0 5px;font-size:16px;color:#333;font-weight:500}.client-orders-page .orders-list .client-order-card .client-order-details p{margin:0 0 5px;color:#666;font-size:14px}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta .status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta .status.yellow{background:#fff9eb;color:#efb214}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta .status.cyan{background:#effffd;color:#00cab6}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta .status.red{background:#ffefef;color:#ca0000}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta .rating{font-size:14px;color:#ffa000}.client-orders-page .orders-list .client-order-card .client-order-details .contract-status,.client-orders-page .orders-list .client-order-card .client-order-details .contract-actions{margin-top:8px}.client-orders-page .orders-list .client-order-card .client-order-details .contract-status .contract-exists,.client-orders-page .orders-list .client-order-card .client-order-details .contract-actions .contract-exists{color:#00cab6;font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px}.client-orders-page .orders-list .client-order-card .client-order-details .contract-status .contract-unavailable,.client-orders-page .orders-list .client-order-card .client-order-details .contract-actions .contract-unavailable{color:#666;font-size:11px;font-style:italic}.client-orders-page .orders-list .client-order-card .client-order-details .contract-status .contract-unavailable:contains("Tasks required"),.client-orders-page .orders-list .client-order-card .client-order-details .contract-actions .contract-unavailable:contains("Tasks required"){color:#f80;font-weight:500}.client-orders-page .orders-list .client-order-card .client-order-details .generate-contract-btn{background:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.client-orders-page .orders-list .client-order-card .client-order-details .generate-contract-btn:hover:not(:disabled){background:#0056b3}.client-orders-page .orders-list .client-order-card .client-order-details .generate-contract-btn:disabled{background:#ccc;cursor:not-allowed}.client-orders-page .orders-list .client-order-card .client-order-details .generate-contract-btn.loading{background:#ccc;cursor:wait}.create-order-tasks-modal{max-width:800px;max-height:90vh;overflow-y:auto}.create-order-tasks-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:15px}.create-order-tasks-modal .modal-header h3{margin:0;color:#333;font-size:20px}.create-order-tasks-modal .modal-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.create-order-tasks-modal .modal-header .close-btn:hover{color:#333;background:#f5f5f5}.create-order-tasks-modal .order-tasks-form .form-section{margin-bottom:25px}.create-order-tasks-modal .order-tasks-form .form-section h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.create-order-tasks-modal .order-tasks-form .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.create-order-tasks-modal .order-tasks-form .form-section .section-header .add-btn{background:#00cab6;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500}.create-order-tasks-modal .order-tasks-form .form-section .section-header .add-btn:hover{background:#00a89e}.create-order-tasks-modal .order-tasks-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}@media(max-width:768px){.create-order-tasks-modal .order-tasks-form .form-section .form-row{grid-template-columns:1fr}}.create-order-tasks-modal .order-tasks-form .form-section .form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333;font-size:14px}.create-order-tasks-modal .order-tasks-form .form-section .form-group input,.create-order-tasks-modal .order-tasks-form .form-section .form-group select,.create-order-tasks-modal .order-tasks-form .form-section .form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .3s ease}.create-order-tasks-modal .order-tasks-form .form-section .form-group input:focus,.create-order-tasks-modal .order-tasks-form .form-section .form-group select:focus,.create-order-tasks-modal .order-tasks-form .form-section .form-group textarea:focus{outline:none;border-color:#00cab6;box-shadow:0 0 0 2px #00cab61a}.create-order-tasks-modal .order-tasks-form .form-section .form-group textarea{min-height:80px;resize:vertical;font-family:inherit}.create-order-tasks-modal .order-tasks-form .form-section .form-group select{cursor:pointer}.create-order-tasks-modal .order-tasks-form .form-section .care-task-item{border:1px solid #eee;border-radius:8px;padding:20px;margin-bottom:15px;background:#f9f9f9}.create-order-tasks-modal .order-tasks-form .form-section .care-task-item .task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.create-order-tasks-modal .order-tasks-form .form-section .care-task-item .task-header h5{margin:0;color:#333;font-size:16px}.create-order-tasks-modal .order-tasks-form .form-section .care-task-item .task-header .remove-btn{background:#f44336;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.create-order-tasks-modal .order-tasks-form .form-section .care-task-item .task-header .remove-btn:hover{background:#d32f2f}.create-order-tasks-modal .order-tasks-form .form-section .time-item,.create-order-tasks-modal .order-tasks-form .form-section .contact-item{display:flex;gap:10px;align-items:center;margin-bottom:10px}.create-order-tasks-modal .order-tasks-form .form-section .time-item input,.create-order-tasks-modal .order-tasks-form .form-section .contact-item input{flex:1}.create-order-tasks-modal .order-tasks-form .form-section .time-item .remove-btn,.create-order-tasks-modal .order-tasks-form .form-section .contact-item .remove-btn{background:#f44336;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:12px;flex-shrink:0}.create-order-tasks-modal .order-tasks-form .form-section .time-item .remove-btn:hover,.create-order-tasks-modal .order-tasks-form .form-section .contact-item .remove-btn:hover{background:#d32f2f}.create-order-tasks-modal .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.create-order-tasks-modal .modal-actions button{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:all .3s ease}.create-order-tasks-modal .modal-actions button[type=button]{background:#f5f5f5;color:#666}.create-order-tasks-modal .modal-actions button[type=button]:hover:not(:disabled){background:#e0e0e0}.create-order-tasks-modal .modal-actions button[type=button]:disabled{opacity:.6;cursor:not-allowed}.create-order-tasks-modal .modal-actions button.submit-btn{background:#00cab6;color:#fff}.create-order-tasks-modal .modal-actions button.submit-btn:hover:not(:disabled){background:#00a89e;transform:translateY(-1px)}.create-order-tasks-modal .modal-actions button.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-overlay .modal-content{background:#fff;border-radius:8px;padding:24px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000026}@media(max-width:768px){.modal-overlay{padding:10px}.create-order-tasks-modal{max-width:100%;max-height:95vh}.create-order-tasks-modal .modal-header h3{font-size:18px}.create-order-tasks-modal .order-tasks-form .form-section .section-header{flex-direction:column;align-items:stretch;gap:10px}.create-order-tasks-modal .order-tasks-form .form-section .section-header .add-btn{align-self:flex-start}.create-order-tasks-modal .order-tasks-form .form-section .time-item,.create-order-tasks-modal .order-tasks-form .form-section .contact-item{flex-direction:column;gap:8px}.create-order-tasks-modal .order-tasks-form .form-section .time-item .remove-btn,.create-order-tasks-modal .order-tasks-form .form-section .contact-item .remove-btn{align-self:flex-start}.create-order-tasks-modal .modal-actions{flex-direction:column;gap:8px}.create-order-tasks-modal .modal-actions button{width:100%}}.my-orders-container{font-family:Arial,sans-serif;margin:auto;padding:0;background-color:#f5f5f5;width:90%;align-items:center}.my-orders-container .tab-navigation{display:flex;margin-top:20px;margin-bottom:20px;border-bottom:2px solid #e0e0e0;width:100%}.my-orders-container .tab-navigation .tab-button{flex:1;padding:10px 15px;border:none;background:none;cursor:pointer;font-size:16px;color:#666;position:relative;transition:color .3s;text-align:center}.my-orders-container .tab-navigation .tab-button.active{color:#000;font-weight:700}.my-orders-container .tab-navigation .tab-button.active .underline{display:block;height:2px;background:#000;width:100%;position:absolute;bottom:-2px;left:0}.my-orders-container .tab-navigation .tab-button:hover{color:#000}.my-orders-container .task{padding:8px;font-size:16px;color:#333}.my-orders-container .order-tasks-wrapper{max-width:100%;margin:0}.my-orders-container .content-wrapper{display:flex;gap:20px;width:100%}.my-orders-container .tasks-section{flex:0 0 70%;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-left:0}.my-orders-container .tasks-section h2{margin-bottom:15px;color:#333}.my-orders-container .tasks-section .task-item{margin-bottom:10px}.my-orders-container .tasks-section .task-item .task-details .task{background-color:#fdcf68;padding:10px;border-radius:4px;margin-bottom:25px;color:#000;display:flex;align-items:center;gap:10px}.my-orders-container .tasks-section .task-item .task-details .task.completed{background-color:#e9ecef;color:#6c757d;text-decoration:line-through}.my-orders-container .tasks-section .task-item .task-details .task .task-date{margin-left:auto;color:#666;font-size:.9em}.my-orders-container .details-section{flex:0 0 70%;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-left:0}.my-orders-container .details-section .offer-header{margin-bottom:20px}.my-orders-container .details-section .offer-header .provider-avatar{width:50px;height:50px;border-radius:50%;margin-right:10px}.my-orders-container .details-section .offer-header h2{margin:0;color:#333;display:inline;font-weight:700}.my-orders-container .details-section .offer-header .provider-info{color:#666;font-size:.9em}.my-orders-container .details-section .offer-content{margin-bottom:20px}.my-orders-container .details-section .offer-content .offer-category{width:100%;padding:8px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px}.my-orders-container .details-section .offer-content .offer-responsibilities{width:100%;height:100px;padding:8px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px;resize:vertical}.my-orders-container .details-section .offer-content .offer-tasks{margin-bottom:10px}.my-orders-container .details-section .offer-content .offer-tasks h3{margin:10px 0;color:#333}.my-orders-container .details-section .offer-content .offer-tasks .task{background:#efb214;padding:10px;border-radius:4px;margin-bottom:5px;color:#000}.my-orders-container .details-section .offer-content .offer-pricing{border:2px solid grey!important;border-radius:10px!important;padding:10px!important;outline:none!important;box-sizing:border-box!important}.my-orders-container .right-section{flex:0 0 30%;display:flex;flex-direction:column;gap:20px;max-width:30%;overflow-x:hidden}.my-orders-container .order-details-section{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;flex:1}.my-orders-container .order-details-section h2{margin-bottom:15px;color:#333}.my-orders-container .order-details-section .order-card{border:1px solid #ddd;padding:15px;border-radius:8px;margin-bottom:20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.my-orders-container .order-details-section .order-card .order-image{width:100px;height:auto;border-radius:8px;margin-bottom:0}.my-orders-container .order-details-section .order-card p{margin:0;color:#666;word-wrap:break-word;max-width:100%}.my-orders-container .order-details-section .order-card .order-status-badge{background-color:#fff3cd;color:#856404;padding:5px 10px;border-radius:4px;margin:0;font-size:.9em;word-wrap:break-word;max-width:100%}.my-orders-container .order-details-section .order-card .order-meta{margin:0;color:#444;width:100%}.my-orders-container .order-details-section .order-card .order-meta p{margin:5px 0;word-wrap:break-word;max-width:100%}.my-orders-container .order-details-section .order-card .mark-completed-btn{background-color:#333;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;width:100%;margin-bottom:10px;font-weight:700;word-wrap:break-word;max-width:100%}.my-orders-container .order-details-section .order-card .mark-completed-btn:hover{background-color:#555}.my-orders-container .order-details-section .order-card .report-issue-btn{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2;padding:10px 20px;border-radius:8px;cursor:pointer;width:100%;font-weight:700;word-wrap:break-word;max-width:100%}.my-orders-container .order-details-section .order-card .report-issue-btn:hover{background-color:#ffcdd2}.my-orders-container .order-details-section .order-card .submit-review-btn{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;width:100%;font-weight:700;word-wrap:break-word;max-width:100%}.my-orders-container .order-details-section .order-card .submit-review-btn:hover{background-color:#45a049}.my-orders-container .order-details-section .order-card .submit-review-btn.disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.my-orders-container .order-details-section .order-card .submit-review-btn.disabled:hover{background-color:#ccc}.my-orders-container .order-details-section .order-card .contract-section{margin:15px 0;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.my-orders-container .order-details-section .order-card .contract-section h4{margin:0 0 10px;font-size:16px;color:#333;font-weight:600}.my-orders-container .order-details-section .order-card .contract-section .contract-checking{text-align:center;color:#666;font-style:italic}.my-orders-container .order-details-section .order-card .contract-section .contract-exists .contract-details{background:#e8f5e8;padding:12px;border-radius:6px;border-left:4px solid #00CAB6;margin-top:10px}.my-orders-container .order-details-section .order-card .contract-section .contract-exists .contract-details p{margin:5px 0;font-size:14px;color:#333}.my-orders-container .order-details-section .order-card .contract-section .contract-exists .contract-details p strong{color:#000}.my-orders-container .order-details-section .order-card .contract-section .contract-generation p{margin:8px 0;color:#666;font-size:14px}.my-orders-container .order-details-section .order-card .contract-section .contract-generation .order-tasks-status{margin:10px 0 15px}.my-orders-container .order-details-section .order-card .contract-section .contract-generation .contract-error{margin:10px 0;padding:8px;background:#ffebee;border-radius:4px;border-left:4px solid #f44336}.my-orders-container .order-details-section .order-card .contract-section .contract-generation .contract-error p{margin:0;color:#c62828;font-size:13px}.my-orders-container .order-details-section .order-card .contract-section .contract-unavailable p{margin:8px 0;color:#999;font-size:14px;font-style:italic}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-status{margin:10px 0;padding:8px 12px;background:#e8f5e8;border-radius:4px;border-left:4px solid #00CAB6}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-status p{margin:0;color:#2e7d32;font-size:13px;font-weight:500}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required{padding:20px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin:15px 0}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required h4{color:#856404;margin:0 0 10px;font-size:16px}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required .alert{padding:10px;margin:10px 0;border-radius:4px}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required .alert.alert-info{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required .alert p{margin:0;font-size:14px}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required .create-tasks-btn{background:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:all .3s ease}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required .create-tasks-btn:hover{background:#0056b3;transform:translateY(-1px)}.my-orders-container .order-details-section .order-card .contract-section .order-tasks-required .tasks-unavailable{color:#856404;font-style:italic;margin-top:10px}.my-orders-container .order-details-section .order-card .contract-section .generate-contract-btn{background-color:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;width:100%;font-weight:700;font-size:14px;transition:background-color .3s ease}.my-orders-container .order-details-section .order-card .contract-section .generate-contract-btn:hover:not(:disabled){background-color:#0056b3}.my-orders-container .order-details-section .order-card .contract-section .generate-contract-btn:disabled{background-color:#ccc;cursor:not-allowed}.my-orders-container .order-details-section .order-card .contract-section .generate-contract-btn.loading{background-color:#6c757d;cursor:wait}.my-orders-container .order-details-section .order-card .contract-section .generate-contract-btn.loading:after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.my-orders-container .order-details-section .order-card .review-submitted{text-align:center;padding:15px;background-color:#e8f5e9;border-radius:8px;color:#2e7d32}.my-orders-container .order-details-section .order-card .review-submitted p:first-child{font-weight:700;font-size:16px;margin-bottom:5px}.my-orders-container .order-details-section .order-card .review-submitted p:last-child{font-size:14px;margin:0}.my-orders-container .support-section{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;flex:1}.my-orders-container .support-section h3{margin-bottom:15px;color:#333}.my-orders-container .support-section .support-item{display:flex;flex-direction:column;margin-bottom:10px;padding:10px;border:1px solid #ddd;border-radius:4px;word-wrap:break-word;max-width:100%}.my-orders-container .support-section .support-item span:first-child{font-weight:700;color:#333}.my-orders-container .support-section .support-item span:last-child{color:#666;font-size:.9em}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:30px;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-content h3{margin-top:0;margin-bottom:20px;color:#333;text-align:center}.modal-content .review-form,.modal-content .review-form .rating-section{margin-bottom:20px}.modal-content .review-form .rating-section label{display:block;margin-bottom:10px;font-weight:700;color:#333}.modal-content .review-form .rating-section .star-rating{display:flex;justify-content:center;gap:5px}.modal-content .review-form .rating-section .star-rating .star{transition:color .2s;-webkit-user-select:none;user-select:none}.modal-content .review-form .rating-section .star-rating .star:hover{color:gold!important}.modal-content .review-form .comment-section label{display:block;margin-bottom:8px;font-weight:700;color:#333}.modal-content .review-form .comment-section textarea{width:100%;min-height:100px;padding:12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;resize:vertical;box-sizing:border-box}.modal-content .review-form .comment-section textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}.modal-content .modal-actions{display:flex;gap:10px;justify-content:center}.modal-content .modal-actions button{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .2s}.modal-content .modal-actions button:first-child{background-color:#4caf50;color:#fff}.modal-content .modal-actions button:first-child:hover{background-color:#45a049}.modal-content .modal-actions button:last-child{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.modal-content .modal-actions button:last-child:hover{background-color:#e5e5e5}.modal-content textarea{width:100%;min-height:80px;padding:12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;resize:vertical;margin-bottom:20px;box-sizing:border-box}.modal-content textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}@media(max-width:1024px){.my-orders-container{width:95%}.my-orders-container .content-wrapper{flex-direction:column;gap:15px}.my-orders-container .tasks-section,.my-orders-container .details-section,.my-orders-container .right-section{flex:1 1 100%;max-width:100%}}@media(max-width:768px){.my-orders-container .tab-navigation{flex-direction:column;align-items:stretch}.my-orders-container .tab-navigation .tab-button{width:100%;font-size:14px;padding:12px}.my-orders-container .tasks-section,.my-orders-container .details-section,.my-orders-container .order-details-section,.my-orders-container .support-section{padding:15px}.my-orders-container .order-card .order-image{width:80px}.my-orders-container .order-card p,.my-orders-container .order-card .order-meta p{font-size:14px}.my-orders-container .order-card .mark-completed-btn,.my-orders-container .order-card .report-issue-btn,.my-orders-container .order-card .submit-review-btn{padding:8px 16px;font-size:14px}}@media(max-width:480px){.my-orders-container{width:100%;padding:10px}.my-orders-container .faq-title,.my-orders-container h2,.my-orders-container h3{font-size:1.1rem}.my-orders-container .tab-navigation .tab-button{font-size:13px;padding:10px}.my-orders-container .order-card .order-image{width:60px}.my-orders-container .order-card p{font-size:13px}.my-orders-container .modal-content{padding:20px;max-width:95%}}.order-history-container{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014}.error-message{background-color:#ffebee;color:#c62828;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem}.error-message i{font-size:1.5rem}.spending-summary{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.section-title{color:#444;margin-bottom:1.2rem;font-size:1.4rem;font-weight:600}.summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.summary-card{background-color:#f8f9fa;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.summary-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000014}.summary-card h3{color:#696f79;font-size:1rem;margin-bottom:.8rem;font-weight:500}.summary-amount{font-size:1.6rem;font-weight:700;color:#333;margin:0}.category-breakdown{margin-top:2rem}.subsection-title{color:#555;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.category-bars{display:flex;flex-direction:column;gap:1rem}.category-item{display:flex;flex-direction:column;gap:.4rem}.category-label{display:flex;justify-content:space-between;font-size:.9rem;color:#555}.category-bar-container{height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.category-bar{height:100%;background-color:#6474c4;border-radius:4px;transition:width .6s ease-in-out}.orders-list-section{margin-top:2rem}.no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:#696f79}.no-orders i{font-size:3rem;margin-bottom:1rem;color:#ddd}.browse-button{margin-top:1.5rem;background-color:#6474c4;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.browse-button:hover{background-color:#525fa8;transform:translateY(-2px);box-shadow:0 4px 12px #6474c433}.orders-table-container{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;border-spacing:0;font-size:.95rem}.orders-table th{text-align:left;padding:1rem;background-color:#f8f9fa;color:#555;font-weight:600;border-bottom:2px solid #eee}.orders-table td{padding:1rem;border-bottom:1px solid #eee;color:#555}.amount-cell{font-weight:600;color:#333}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.status-completed{background-color:#e8f5e9;color:#2e7d32}.status-progress{background-color:#e3f2fd;color:#1976d2}.status-pending{background-color:#fff8e1;color:#f57c00}.status-cancelled{background-color:#ffebee;color:#c62828}.order-rating{display:flex;gap:2px}.order-rating i{color:#ddd;font-size:.9rem}.order-rating i.filled{color:#ffc107}.view-details-button{background-color:transparent;color:#6474c4;border:1px solid #6474c4;border-radius:6px;padding:6px 12px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.view-details-button:hover{background-color:#6474c4;color:#fff}@media(max-width:992px){.summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.order-history-container{padding:1.5rem;margin:1rem}.summary-cards{gap:1rem}.orders-table th,.orders-table td{padding:.8rem}}@media(max-width:576px){.summary-cards{grid-template-columns:1fr}.orders-table{font-size:.85rem}}.settings-content{display:flex;flex-direction:column;gap:1rem;padding:.75rem;background-color:#f8f9fa;min-height:100vh;color:#333;max-width:100%;overflow-x:hidden}@media(min-width:480px){.settings-content{padding:1rem;gap:1.25rem}}@media(min-width:768px){.settings-content{flex-direction:row;gap:1.5rem;padding:1.5rem}}@media(min-width:1024px){.settings-content{gap:2rem;padding:2rem}}@media(min-width:1200px){.settings-content{padding:2rem 4rem;gap:1.5rem}}@media(min-width:1400px){.settings-content{gap:2rem;max-width:1400px;margin:0 auto}}.client-settings-profile-section{width:100%;display:flex;flex-direction:column;gap:0;order:1}@media(min-width:768px){.client-settings-profile-section{width:30%;flex:0 0 30%;order:1}}@media(min-width:1024px){.client-settings-profile-section{width:30%;flex:0 0 30%}}@media(min-width:1200px){.client-settings-profile-section{width:30%;flex:0 0 30%}}.settings-panel{width:100%;display:flex;flex-direction:column;gap:1rem;order:2}@media(min-width:480px){.settings-panel{gap:1.25rem}}@media(min-width:768px){.settings-panel{width:70%;flex:0 0 70%;gap:1.5rem;order:2}}@media(min-width:1024px){.settings-panel{width:70%;flex:0 0 70%;gap:1.75rem}}@media(min-width:1200px){.settings-panel{width:70%;flex:0 0 70%;gap:2rem}}@media(max-width:767px){.settings-content{background-color:#fff}.client-settings-profile-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014;border:1px solid #e8eaed;margin-bottom:1rem}.settings-panel{background:transparent}}@media(min-width:768px)and (max-width:1023px){.settings-content{padding:1.25rem}.client-settings-profile-section{width:30%;flex:0 0 30%}.settings-panel{width:70%;flex:0 0 70%}}.settings-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed;margin-bottom:20px;display:flex;flex-direction:column}.settings-card h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 20px;border-bottom:1px solid #f0f0f0;padding-bottom:12px}@media(max-width:768px){.settings-card{padding:20px}.settings-card h3{font-size:16px;margin-bottom:16px;padding-bottom:10px}}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background-color:#fff;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0f3f8b;box-shadow:0 0 0 3px #0f3f8b1a}.form-group input:read-only,.form-group select:read-only,.form-group textarea:read-only{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{min-height:80px;resize:vertical}@media(max-width:768px){.form-group{margin-bottom:16px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;font-size:14px}}.save-changes-btn{padding:8px 20px;background-color:#e5e7eb;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;width:auto;min-width:120px;max-width:30%;align-self:flex-end;margin-top:8px}.save-changes-btn:hover:not(:disabled){background-color:#d1d5db;border-color:#9ca3af}.save-changes-btn:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}@media(max-width:768px){.save-changes-btn{width:auto;max-width:50%;align-self:flex-end;padding:10px 16px;font-size:13px}}.password-hint{font-size:12px;color:#6b7280;margin:8px 0 0;line-height:1.4}.status-message{font-size:14px;color:#059669;margin:12px 0 0;font-weight:500}.status-message.error{color:#ef4444}.deactivation-warning{font-size:14px;color:#374151;font-weight:500;margin:0 0 12px}.deactivation-list{margin:0 0 20px;padding-left:20px}.deactivation-list li{font-size:14px;color:#6b7280;margin-bottom:6px;line-height:1.4}.leaving-reason{font-size:14px;color:#374151;font-weight:500;margin:16px 0 8px}.reason-dropdown{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background-color:#fff;cursor:pointer}.reason-dropdown:focus{outline:none;border-color:#0f3f8b;box-shadow:0 0 0 3px #0f3f8b1a}.deactivate-btn{padding:8px 20px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;width:auto;min-width:140px;max-width:30%;align-self:flex-end;margin-top:8px}.deactivate-btn:hover{background-color:#dc2626}@media(max-width:768px){.deactivate-btn{width:auto;max-width:50%;align-self:flex-end;padding:10px 16px}}.notification-options{display:flex;flex-direction:column;gap:16px}.notification-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.notification-item:last-child{border-bottom:none}.notification-info{display:flex;flex-direction:column;flex:1}.notification-info .notification-title{font-size:14px;font-weight:500;color:#1a1a1a;margin:0 0 4px}.notification-info .notification-description{font-size:12px;color:#6b7280;margin:0}.notification-toggle{position:relative;width:44px;height:24px;background-color:#e5e7eb;border-radius:12px;border:none;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.notification-toggle:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0000001a}.notification-toggle.active{background-color:#3b82f6}.notification-toggle.active:before{transform:translate(20px)}.client-profile-header{width:100%}.client-profile-header-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;border:1px solid #e8eaed}.client-profile-basic-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:20px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}.client-profile-img-container{position:relative;margin-bottom:16px}.client-profile-img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 12px #0000001a}.client-profile-initials-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#4a6bdf,#7347df);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;border:4px solid #fff;box-shadow:0 4px 12px #0000001a}.client-profile-img-upload-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;border-radius:50%;background-color:#4a6bdf;color:#fff;border:3px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.client-profile-img-upload-btn:hover:not(:disabled){background-color:#3a51a8;transform:scale(1.1)}.client-profile-img-upload-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.client-upload-spinner{display:inline-block;animation:spin 1s linear infinite}.client-upload-plus{font-weight:700}.client-profile-name{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.client-email{font-size:13px;color:#6b7280;margin:0}.client-profile-details{display:flex;flex-direction:column;gap:0}.client-detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0;min-height:44px}.client-detail-item:last-child{border-bottom:none}.client-detail-item.client-detail-item-clickable{cursor:pointer;transition:background-color .2s ease;padding:12px;margin:0 -12px;border-radius:6px}.client-detail-item.client-detail-item-clickable:hover{background-color:#f8f9fa}.client-detail-label{display:flex;align-items:center;font-size:13px;color:#6b7280;font-weight:500;gap:8px;flex-shrink:0}.client-detail-icon{color:#9ca3af;font-size:14px;flex-shrink:0}.client-detail-value{font-size:13px;color:#1a1a1a;font-weight:500;text-align:right;word-break:break-word;margin-left:16px}.client-loading-spinner,.client-error-message{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}.client-location-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.client-location-modal{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:100%;box-shadow:0 8px 32px #0003}.client-location-modal h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.client-location-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;margin-bottom:16px}.client-location-input:focus{outline:none;border-color:#0f3f8b;box-shadow:0 0 0 3px #0f3f8b1a}.client-modal-buttons{display:flex;gap:12px;margin-top:20px}.client-modal-btn{flex:1;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.client-modal-btn.client-modal-cancel{background-color:#e5e7eb;color:#374151}.client-modal-btn.client-modal-cancel:hover{background-color:#d1d5db}.client-modal-btn.client-modal-save{background-color:#4a6bdf;color:#fff}.client-modal-btn.client-modal-save:hover:not(:disabled){background-color:#3a51a8}.client-modal-btn.client-modal-save:disabled{background-color:#9ca3af;cursor:not-allowed}.password-strength-indicator{margin-top:8px;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.password-strength-bar{height:100%;transition:all .3s ease;border-radius:2px}.password-strength-text{font-size:12px;margin-top:4px;font-weight:500}.validation-message{font-size:12px;margin-top:4px;display:flex;align-items:center;gap:4px}.validation-message.error{color:#ef4444}.validation-message.success{color:#10b981}.client-address-autocomplete{position:relative}.address-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;box-shadow:0 4px 12px #0000001a;z-index:100}.address-suggestion-item{padding:10px 12px;cursor:pointer;font-size:14px;border-bottom:1px solid #f0f0f0}.address-suggestion-item:hover{background-color:#f8f9fa}.address-suggestion-item:last-child{border-bottom:none}@media(max-width:768px){.client-profile-header-card{padding:20px}.client-profile-img,.client-profile-initials-avatar{width:80px;height:80px;font-size:28px}.client-profile-img-upload-btn{width:28px;height:28px;font-size:16px}}.preferences-container{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014}.page-title{color:#333;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600;border-bottom:1px solid #eee;padding-bottom:16px}.offline-banner{background-color:#fff3cd;color:#856404;border-radius:8px;padding:1rem;display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;border:1px solid #ffeeba}.offline-banner i{font-size:1.5rem;margin-top:.25rem}.offline-message{flex:1}.offline-message h4{margin:0 0 .5rem;font-weight:600}.offline-message p{margin:0 0 .75rem;font-size:.9rem}.sync-button{background-color:#ffc107;color:#856404;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;transition:all .2s ease}.sync-button:hover{background-color:#ffb300}.error-message{background-color:#ffebee;color:#c62828;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.success-message{background-color:#e8f5e9;color:#2e7d32;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6474c4}.loading-spinner i{font-size:2rem;margin-bottom:1rem}.preferences-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.preferences-form{display:flex;flex-direction:column;gap:1.5rem}.preferences-form h2{color:#444;margin:0 0 1rem;font-size:1.4rem;font-weight:600}.form-section{background-color:#f8f9fa99;border-radius:10px;padding:1.5rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-section h3{color:#555;margin-top:0;margin-bottom:1rem;font-size:1.1rem;font-weight:500;border-bottom:1px solid #e9ecef;padding-bottom:.5rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#444}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6474c4;box-shadow:0 0 0 3px #6474c433}.budget-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.radio-label:hover{background-color:#6474c41a}.radio-label input{margin-right:.5rem;accent-color:#6474c4;cursor:pointer;width:20px;height:20px;position:relative;z-index:1}.radio-label input:checked{accent-color:#2d3748;background-color:#2d3748;border:3px solid #2d3748;box-shadow:0 0 0 2px #fff,0 0 0 4px #2d3748}.radio-label input:checked+span{color:#2d3748;font-weight:600}.radio-label span{-webkit-user-select:none;user-select:none;color:#333;font-weight:500}.language-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox-label input{margin-right:.5rem;accent-color:#6474c4}.form-actions{display:flex;justify-content:flex-end}.save-button{background-color:#6474c4;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-button:hover{background-color:#525fa8;transform:translateY(-2px);box-shadow:0 4px 12px #6474c433}.save-button:disabled{background-color:#ccc;cursor:not-allowed}.recommendations-section{display:flex;flex-direction:column;gap:1.5rem}.recommendations-section h2{color:#444;margin:0;font-size:1.4rem;font-weight:600}.no-recommendations{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:#696f79;background-color:#f8f9fab3;border-radius:10px;margin-top:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.no-recommendations i{font-size:3rem;margin-bottom:1rem;color:#ddd}.recommendations-grid{display:flex;flex-direction:column;gap:1.2rem}.service-card{display:flex;background-color:#f8f9fab3;border-radius:10px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000014}.service-image{flex:0 0 140px}.service-image img{width:100%;height:100%;object-fit:cover}.service-content{flex:1;padding:1.2rem;display:flex;flex-direction:column;gap:.6rem}.service-content h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#333}.service-provider,.service-rating,.service-price,.service-location{display:flex;align-items:center;color:#555;font-size:.9rem}.service-rating i{color:#ffc107}.service-content i{margin-right:.5rem;width:16px;text-align:center}.view-service-btn{margin-top:auto;background-color:#6474c4;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:all .3s ease;align-self:flex-start}.view-service-btn:hover{background-color:#525fa8}@media(max-width:992px){.preferences-content{grid-template-columns:1fr}.language-options{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.preferences-container{padding:1.5rem;margin:1rem}.budget-inputs{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:.8rem}}.tab-navigation{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #eaeaea;padding-bottom:.5rem}.tab-button{padding:.8rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:500;color:#666;cursor:pointer;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.tab-button:hover{background-color:#f5f5f5;color:#333}.tab-button.active{background-color:#000000bf;color:#fff;font-weight:600;box-shadow:0 4px 12px #0000004d;border:2px solid rgba(0,0,0,.9);text-shadow:0 1px 2px rgba(0,0,0,.5)}.tab-button.active i{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.tab-button i{font-size:1.1rem}.tasks-section{flex:1;padding:1.5rem;border-radius:12px;background-color:#f9fafb99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tasks-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.task-card{display:flex;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.task-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.task-card.task-complete{opacity:.7}.task-priority{width:6px;background-color:#ddd}.high-priority{background-color:#f44336}.medium-priority{background-color:#ff9800}.low-priority{background-color:#4caf50}.task-content{flex:1;padding:1.25rem}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.task-title{font-size:1.1rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.75rem}.task-icon{color:#4361ee}.task-due-date{font-size:.85rem;color:#666;background-color:#f0f4ff;padding:.3rem .6rem;border-radius:20px}.task-description{color:#555;margin-bottom:1rem;line-height:1.5}.task-actions{display:flex;justify-content:flex-end}.task-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#4361ee}.task-checkbox input{cursor:pointer;width:18px;height:18px}.no-tasks{text-align:center;padding:2rem;color:#666}.no-tasks i{font-size:3rem;margin-bottom:1rem;opacity:.5}@media(max-width:768px){.tab-navigation{justify-content:center}.task-header{flex-direction:column;gap:.5rem}.task-due-date{align-self:flex-start}}@media(max-width:576px){.language-options{grid-template-columns:1fr}.service-card{flex-direction:column}.service-image{flex:0 0 120px}.tab-button{flex:1;justify-content:center;font-size:.9rem;padding:.7rem .5rem}}.care-needs-settings{max-width:900px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a}.care-needs-settings h1{font-size:1.8rem;color:#2c3e50;margin-bottom:.5rem}.settings-description{color:#7f8c8d;margin-bottom:2rem;font-size:.95rem}.care-needs-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#34495e;font-size:.95rem}.form-group select,.form-group input[type=text],.form-group textarea{padding:.8rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.95rem;transition:border-color .3s}.form-group select:focus,.form-group input[type=text]:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.8rem;margin-top:.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-item label{font-weight:400;cursor:pointer;font-size:.9rem}.single-option{margin:.5rem 0}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.save-button,.cancel-button{padding:.8rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s}.save-button{background-color:#2980b9;color:#fff}.save-button:hover{background-color:#3498db}.save-button:disabled{background-color:#95a5a6;cursor:not-allowed}.cancel-button{background-color:#ecf0f1;color:#7f8c8d}.cancel-button:hover{background-color:#e0e0e0;color:#34495e}.success-message{padding:1rem;background-color:#d4edda;color:#155724;border-radius:4px;margin-bottom:1.5rem;font-size:.95rem}.error-message{padding:1rem;background-color:#f8d7da;color:#721c24;border-radius:4px;margin-bottom:1.5rem;font-size:.95rem}@media(max-width:768px){.care-needs-settings{padding:1.5rem}.checkbox-group{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.form-actions{flex-direction:column-reverse}.save-button,.cancel-button{width:100%}}.caregiver-recommendations{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.caregiver-recommendations h2{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem}.recommendations-description{color:#7f8c8d;margin-bottom:1.5rem;font-size:.95rem}.recommendation-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.caregiver-card{position:relative;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.caregiver-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.match-score{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;align-items:center;background-color:#3498db;color:#fff;width:55px;height:55px;border-radius:50%;padding:5px;box-shadow:0 2px 5px #0003}.score-value{font-weight:700;font-size:1.1rem;line-height:1;margin-top:8px}.score-label{font-size:.7rem;text-transform:uppercase}.caregiver-card h3{color:#2c3e50;margin-bottom:.5rem;padding-right:60px;font-size:1.2rem}.rating{margin-bottom:1rem}.stars{color:#f39c12;margin-right:5px}.rating-value{font-weight:600}.specialties,.experience,.rate{margin-bottom:.8rem;font-size:.9rem;color:#34495e}.view-profile-btn{background-color:#2ecc71;color:#fff;border:none;border-radius:4px;padding:.7rem 1.2rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem;width:100%}.view-profile-btn:hover{background-color:#27ae60}.loading-container{display:flex;flex-direction:column;align-items:center;padding:2rem;color:#7f8c8d}.loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin-bottom:1rem}.no-results,.error-message{background-color:#f8f9fa;padding:2rem;text-align:center;border-radius:8px;color:#7f8c8d}.error-message{color:#e74c3c;background-color:#fdf3f2}@media(max-width:768px){.recommendation-cards{grid-template-columns:1fr}}.care-needs-wizard{max-width:1200px;margin:0 auto;padding:20px;background:#f8fafc;min-height:100vh}.wizard-header{text-align:center;margin-bottom:30px;padding:20px 0}.wizard-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.wizard-header p{font-size:1.1rem;color:#64748b;font-weight:400}.progress-container{margin-bottom:30px;text-align:center}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.9rem;color:#64748b;font-weight:500}.tab-navigation{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:40px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.tab-button{display:flex;align-items:center;padding:20px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;min-height:100px}.tab-button:hover:not(.disabled){border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px -6px #3b82f626}.tab-button.active{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 8px 25px -6px #3b82f640}.tab-button.completed{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.tab-button.disabled{opacity:.5;cursor:not-allowed;background:#f8fafc}.tab-icon{font-size:2rem;margin-right:16px;flex-shrink:0}.tab-content{flex-grow:1;text-align:left}.tab-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:4px}.tab-subtitle{font-size:.9rem;color:#64748b;line-height:1.4}.completion-indicator{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.error-alert{display:flex;align-items:center;padding:16px 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:24px;font-weight:500}.tab-content-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;min-height:500px;margin-bottom:30px;overflow:hidden}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-container p{color:#64748b;font-size:1rem}.wizard-navigation{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #e2e8f0;background:#fff;border-radius:0 0 12px 12px;margin-top:-1px;position:sticky;bottom:0;z-index:10}.nav-button{padding:12px 24px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent;display:flex;align-items:center;gap:8px}.nav-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:#3b82f6}.nav-button.primary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 8px 25px -6px #3b82f666}.nav-button.secondary{background:#fff;color:#374151;border-color:#d1d5db}.nav-button.secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.nav-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.nav-center{flex-grow:1;text-align:center}.unsaved-indicator{color:#f59e0b;font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:4px}@media(max-width:768px){.care-needs-wizard{padding:16px}.wizard-header h1{font-size:2rem}.tab-navigation{grid-template-columns:1fr;padding:16px}.tab-button{padding:16px;min-height:80px}.tab-icon{font-size:1.5rem;margin-right:12px}.tab-title{font-size:1rem}.tab-subtitle{font-size:.85rem}.wizard-navigation{flex-direction:column;gap:12px;padding:16px}.nav-center{order:-1}.nav-button{width:100%;justify-content:center}}@media(max-width:480px){.wizard-header h1{font-size:1.8rem}.tab-button{flex-direction:column;text-align:center;padding:16px 12px}.tab-icon{margin-right:0;margin-bottom:8px}}.fade-in{animation:fadeIn .3s ease-in}.slide-in-right{animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.slide-in-left{animation:slideInLeft .3s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.service-selection-tab{padding:30px}.validation-error{display:flex;align-items:center;padding:16px 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:24px;font-weight:500}.error-icon{margin-right:12px;font-size:1.2rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:40px}.service-card{display:flex;align-items:center;padding:24px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;min-height:120px}.service-card:hover{border-color:var(--service-color);background:var(--service-color-hover);transform:translateY(-2px);box-shadow:0 8px 25px -6px #0000001a}.service-card.selected{border-color:var(--service-color);background:var(--service-color-light);box-shadow:0 8px 25px -6px #00000026}.service-icon{font-size:2.5rem;margin-right:20px;flex-shrink:0}.service-content{flex-grow:1}.service-title{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:6px}.service-description{font-size:.95rem;color:#64748b;line-height:1.5}.selection-indicator{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.checkmark{color:var(--service-color);font-size:1.2rem;font-weight:700}.selection-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:30px}.selection-summary h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:16px}.selected-services{display:flex;flex-wrap:wrap;gap:8px}.selected-service-badge{display:inline-flex;align-items:center;padding:8px 12px;background:#3b82f6;color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}.help-text{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:8px;padding:16px 20px}.help-text p{margin:0;color:#1e40af;font-size:.95rem}@media(max-width:768px){.service-selection-tab{padding:20px}.tab-header h2{font-size:1.8rem}.service-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:20px;min-height:100px}.service-icon{font-size:2rem;margin-right:16px}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}.selection-summary{padding:20px}}@media(max-width:480px){.service-selection-tab{padding:16px}.tab-header h2{font-size:1.6rem}.service-card{flex-direction:column;text-align:center;padding:20px 16px}.service-icon{margin-right:0;margin-bottom:12px}.selection-indicator{top:8px;right:8px;width:24px;height:24px}.checkmark{font-size:1rem}}.specific-needs-tab{padding:30px}.needs-sections{display:flex;flex-direction:column;gap:20px}.need-section{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease}.need-section.expanded{border-color:#3b82f6;box-shadow:0 8px 25px -6px #3b82f626}.need-section.has-error{border-color:#ef4444;background:#fef2f2}.section-header{display:flex;align-items:center;justify-content:space-between;padding:24px;cursor:pointer;transition:background .2s ease}.section-header:hover{background:#f8fafc}.section-info{display:flex;align-items:center;flex-grow:1}.section-icon{font-size:2rem;margin-right:16px}.section-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin:0 0 4px;display:flex;align-items:center;gap:8px}.required-indicator{color:#ef4444;font-size:1.2rem}.section-subtitle{font-size:.95rem;color:#64748b;margin:0}.expand-indicator{font-size:1.5rem;font-weight:600;color:#64748b;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9}.section-content{padding:0 24px 24px;border-top:1px solid #e2e8f0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:1000px;padding-top:24px;padding-bottom:24px}}.needs-content{margin-top:20px}.basic-section{margin-bottom:30px}.basic-section h4,.advanced-section h4{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:20px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:.95rem}.form-group select,.form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:#fff}.form-group select:focus,.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group select.error,.form-input.error{border-color:#ef4444;background:#fef2f2}.field-error{display:block;color:#ef4444;font-size:.875rem;margin-top:6px;font-weight:500}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px}.checkbox-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.checkbox-item{display:flex;align-items:center;gap:8px}.checkbox-item label{cursor:pointer;font-weight:500;color:#374151;font-size:.95rem;margin:0}.advanced-toggle{margin:30px 0;text-align:center}.toggle-button{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px solid #d1d5db;color:#374151;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-button:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#9ca3af;transform:translateY(-1px)}.advanced-section{background:#f8fafc;padding:24px;border-radius:8px;border:1px solid #e2e8f0;margin-top:20px}.no-services-message{display:flex;justify-content:center;align-items:center;min-height:400px;background:#fff;border-radius:12px;border:2px dashed #e2e8f0}.message-content{text-align:center;max-width:400px}.message-icon{font-size:3rem;margin-bottom:16px;display:block}.message-content h3{font-size:1.3rem;font-weight:600;color:#374151;margin-bottom:8px}.message-content p{color:#64748b;font-size:1rem}@media(max-width:768px){.specific-needs-tab{padding:20px}.tab-header h2{font-size:1.8rem}.section-header{padding:20px}.section-content{padding:0 20px 20px}.section-title{font-size:1.2rem}.checkbox-grid{grid-template-columns:1fr;gap:10px}.advanced-section{padding:20px}}@media(max-width:480px){.specific-needs-tab{padding:16px}.tab-header h2{font-size:1.6rem}.section-header{padding:16px;flex-direction:column;align-items:flex-start;gap:12px}.section-info{width:100%}.expand-indicator{align-self:center}.section-content{padding:0 16px 16px}.needs-content{margin-top:16px}}.caregiver-preferences-tab{padding:30px}.tab-header h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:8px}.tab-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.preferences-content{max-width:900px;margin:0 auto}.basic-section{margin-bottom:40px}.basic-section h3,.advanced-section h3{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:8px}.basic-section h3:before{content:"⭐";font-size:1.2rem}.advanced-section h3:before{content:"🔧";font-size:1.2rem}.form-group{margin-bottom:32px}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:12px;font-size:1rem}.form-select,.form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:#fff}.form-select:focus,.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:12px}.checkbox-item{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;background:#fff}.checkbox-item:hover{border-color:#3b82f6;background:#f8fafc}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6;cursor:pointer}.checkbox-item label{cursor:pointer;font-weight:500;color:#374151;font-size:.95rem;margin:0;flex-grow:1}.checkbox-item input[type=checkbox]:checked+label{color:#3b82f6;font-weight:600}.advanced-toggle{margin:40px 0;text-align:center}.toggle-button{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px solid #d1d5db;color:#374151;padding:16px 32px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.toggle-button:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 8px 25px -6px #0000001a}.advanced-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:32px;border-radius:16px;border:2px solid #e2e8f0;margin-top:24px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.others-option{margin-top:16px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.others-input{margin-top:12px}.preferences-summary{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #bfdbfe;border-radius:16px;padding:24px;margin:40px 0}.preferences-summary h3{font-size:1.2rem;font-weight:600;color:#1e40af;margin-bottom:16px;display:flex;align-items:center;gap:8px}.preferences-summary h3:before{content:"📋";font-size:1.1rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.summary-item{background:#fff;padding:12px 16px;border-radius:8px;border:1px solid #bfdbfe;font-size:.95rem}.summary-item strong{color:#1e40af}.tab-footer{margin-top:40px;padding-top:24px;border-top:1px solid #e2e8f0}.help-text{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:8px;padding:16px 20px}.help-text p{margin:0;color:#92400e;font-size:.95rem}@media(max-width:768px){.caregiver-preferences-tab{padding:20px}.tab-header h2{font-size:1.8rem}.checkbox-grid{grid-template-columns:1fr;gap:12px}.checkbox-item{padding:10px}.basic-section h3,.advanced-section h3{font-size:1.2rem}.advanced-section{padding:24px}.summary-grid{grid-template-columns:1fr}.toggle-button{padding:14px 24px;font-size:.95rem}}@media(max-width:480px){.caregiver-preferences-tab{padding:16px}.tab-header h2{font-size:1.6rem}.checkbox-item{padding:8px;font-size:.9rem}.advanced-section,.preferences-summary{padding:20px}.toggle-button{padding:12px 20px;font-size:.9rem}}.review-save-tab{padding:30px;max-width:800px;margin:0 auto}.tab-header{text-align:center;margin-bottom:40px}.tab-header h2{color:#1e293b;font-size:1.8rem;font-weight:700;margin:0 0 8px}.tab-header p{color:#64748b;font-size:1.1rem;margin:0}.completion-status{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:16px;padding:24px;margin-bottom:30px;position:relative;overflow:hidden}.completion-status:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#10b981)}.completion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.completion-header h3{color:#1e293b;font-size:1.3rem;font-weight:600;margin:0}.completion-percentage{font-size:1.5rem;font-weight:700;color:#3b82f6;padding:8px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.completion-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.completion-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:4px;transition:width .6s ease}.completion-text{color:#64748b;font-size:.95rem;margin:0;text-align:center}.review-content{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.review-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.review-section:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.section-header h3{display:flex;align-items:center;gap:12px;color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.section-icon{font-size:1.4rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #cbd5e1}.edit-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px #3b82f64d}.edit-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.edit-button:active{transform:translateY(0)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.service-badge{display:flex;align-items:center;gap:10px;padding:16px 20px;background:linear-gradient(135deg,var(--service-color, #3b82f6),color-mix(in srgb,var(--service-color, #3b82f6) 80%,black));color:#fff;border-radius:12px;font-weight:500;box-shadow:0 2px 8px #00000026;transition:all .3s ease}.service-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.service-icon{font-size:1.3rem}.service-name{font-size:.95rem;font-weight:500}.needs-summary{display:flex;flex-direction:column;gap:16px}.need-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap}.need-item strong{color:#1e293b;font-weight:600;min-width:100px;font-size:.95rem}.need-item span{color:#475569;font-size:.95rem}.need-item .detail{color:#64748b;font-style:italic;font-size:.9rem}.preferences-summary{display:flex;flex-direction:column;gap:20px}.pref-item{padding:18px 22px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px}.pref-item strong{display:block;color:#1e293b;font-weight:600;margin-bottom:8px;font-size:.95rem}.pref-item>span{color:#64748b;font-size:.9rem}.pref-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.pref-tag{display:inline-flex;align-items:center;padding:6px 12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500;box-shadow:0 2px 4px #3b82f633}.pref-tag.more{background:linear-gradient(135deg,#64748b,#475569)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#64748b}.empty-icon{font-size:2.5rem;margin-bottom:12px;opacity:.7}.empty-state p{font-size:1rem;margin:0;color:#64748b}.save-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #cbd5e1;border-radius:20px;padding:32px;text-align:center;position:relative;overflow:hidden}.save-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#3b82f6)}.save-header{margin-bottom:24px}.save-header h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin:0 0 8px}.save-header p{color:#64748b;font-size:1rem;margin:0}.save-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:18px 36px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;min-width:240px;justify-content:center}.save-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.save-button:active:not(.disabled){transform:translateY(0)}.save-button.disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none}.save-icon{font-size:1.2rem}.save-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.save-warning{color:#ef4444;font-size:.95rem;margin:16px 0 0;display:flex;align-items:center;justify-content:center;gap:8px}@media(max-width:768px){.review-save-tab{padding:20px}.services-grid{grid-template-columns:1fr}.service-badge{justify-content:center}.section-header{flex-direction:column;gap:16px;align-items:stretch}.edit-button{align-self:flex-end}.need-item{flex-direction:column;align-items:flex-start;gap:8px}.need-item strong{min-width:auto}.completion-header{flex-direction:column;gap:12px;text-align:center}.save-button{width:100%;min-width:auto}}@media(max-width:480px){.review-save-tab{padding:16px}.review-section{padding:20px}.save-section{padding:24px}.tab-header h2{font-size:1.5rem}.pref-list{justify-content:center}}:root{--primary: #4a6bdf;--primary-light: #6474c4;--primary-dark: #3a51a8;--secondary: #7347df;--accent: #20c997;--dark: #2c3e50;--text: #37474f;--light-text: #78909c;--danger: #f85c70;--light-bg: #f8faff;--white: #ffffff;--light-gray: #f0f5fa;--gray: #e0e7ff;--border: rgba(230, 230, 250, .7);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .1);--shadow-inset: inset 0 2px 4px rgba(0, 0, 0, .06);--gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);--gradient-accent: linear-gradient(135deg, var(--accent) 0%, #17a2b8 100%);--transition-fast: all .2s ease;--transition-normal: all .3s ease;--glass-bg: rgba(255, 255, 255, .9);--glass-border: 1px solid rgba(255, 255, 255, .18);--glass-shadow: 0 8px 32px rgba(31, 38, 135, .15);--border-radius-sm: 8px;--border-radius-md: 16px;--border-radius-lg: 24px;--border-radius-xl: 32px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}body{background-color:var(--light-bg);color:var(--text);font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.client-profile-container{max-width:1200px;margin:0 auto;padding:2.5rem;animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.client-profile-container.loading,.client-profile-container.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:3rem}.loading-spinner{position:relative;width:60px;height:60px;margin-bottom:1.5rem}.loading-spinner:before,.loading-spinner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:4px solid transparent}.loading-spinner:before{border-top-color:var(--primary);border-right-color:var(--primary);animation:spin 1.2s linear infinite}.loading-spinner:after{border-bottom-color:var(--secondary);border-left-color:var(--secondary);animation:spin 1.2s linear infinite reverse}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.profile-header h1{font-size:2.25rem;color:var(--dark);font-weight:var(--font-weight-bold);display:flex;align-items:center;position:relative}.profile-header h1:before{content:"";display:inline-block;width:32px;height:6px;background:var(--gradient-primary);border-radius:20px;margin-right:16px}.edit-profile-btn{background:var(--gradient-primary);color:var(--white);border:none;padding:.8rem 1.5rem;border-radius:var(--border-radius-sm);display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:var(--font-weight-medium);transition:var(--transition-normal);box-shadow:0 4px 15px #4a6bdf40;letter-spacing:.3px}.edit-actions{display:flex;gap:12px}.save-btn,.cancel-btn{padding:.8rem 1.5rem;border-radius:var(--border-radius-sm);cursor:pointer;border:none;font-weight:var(--font-weight-medium);transition:var(--transition-normal);letter-spacing:.3px}.success-message{background-color:#20c99726;color:#1a7d5f;padding:1.2rem;border-radius:var(--border-radius-md);margin-bottom:2.5rem;display:flex;align-items:center;gap:12px;border-left:4px solid var(--accent);animation:slideIn .5s ease-out forwards}@keyframes slideIn{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.profile-content{display:grid;grid-template-columns:300px 1fr;gap:2.5rem}.profile-sidebar{background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:2rem;height:fit-content;position:relative;overflow:hidden;transition:var(--transition-normal);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:var(--glass-border)}.profile-sidebar:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.profile-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-primary)}.profile-picture-container{position:relative;width:160px;height:160px;margin:0 auto 2rem}.large-profile-picture{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid var(--white);box-shadow:0 8px 25px #00000026;transition:var(--transition-normal)}.profile-picture-container:hover .large-profile-picture{transform:scale(1.03);box-shadow:0 12px 30px #0003}.change-photo-btn{position:absolute;bottom:5px;right:5px;background:var(--gradient-primary);color:#fff;border:none;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0003;transition:var(--transition-normal);z-index:2}.upload-progress-container{position:absolute;bottom:-40px;left:0;right:0;text-align:center;background-color:var(--white);border-radius:var(--border-radius-sm);padding:8px;box-shadow:var(--shadow-sm);animation:fadeIn .3s ease;z-index:1}.upload-progress{width:100%;height:6px;background-color:var(--light-gray);border-radius:3px;overflow:hidden;margin-bottom:4px}.progress-bar{height:100%;border-radius:3px;transition:width .3s ease,background-color .3s ease}.progress-text{font-size:.75rem;color:var(--text);font-weight:var(--font-weight-medium)}.profile-status{text-align:center}.profile-status h3{font-size:1.4rem;margin-bottom:8px;color:var(--dark);font-weight:var(--font-weight-semibold)}.username{color:var(--light-text);margin-bottom:1.2rem;font-size:.95rem;letter-spacing:.5px}.verification-status{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1.2rem;padding:8px 16px;background-color:var(--light-gray);border-radius:var(--border-radius-sm);font-weight:var(--font-weight-medium)}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block;position:relative}.status-indicator.verified{background-color:var(--accent)}.status-indicator.verified:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid var(--accent);top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;animation:pulse 2s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:.5}}.status-indicator.not-verified{background-color:#ffc107}.member-since{font-size:.9rem;color:var(--light-text);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.profile-details-container{display:flex;flex-direction:column;gap:2.5rem}.profile-section{background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:2rem;transition:var(--transition-normal);border:var(--glass-border);position:relative;overflow:hidden}.profile-section:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.profile-section h2{font-size:1.5rem;color:var(--dark);margin-bottom:1.8rem;padding-bottom:1rem;border-bottom:1px solid var(--border);font-weight:var(--font-weight-semibold);display:flex;align-items:center}.profile-section h2:before{content:"";display:inline-block;width:20px;height:4px;background:var(--gradient-primary);border-radius:10px;margin-right:12px}.info-item{margin-bottom:1.5rem;position:relative;padding-left:12px}.info-item:last-child{margin-bottom:0}.info-item:before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:50%;background-color:var(--primary)}.info-item label{font-weight:var(--font-weight-medium);color:var(--light-text);display:block;margin-bottom:.5rem;font-size:.9rem;letter-spacing:.3px}.info-item p{color:var(--dark);font-size:1.05rem}.info-item.bio p{line-height:1.8}.edit-form{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:var(--font-weight-medium);margin-bottom:.8rem;color:var(--light-text);font-size:.9rem;letter-spacing:.3px}.form-group input,.form-group textarea{width:100%;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--border-radius-sm);font-size:1rem;transition:var(--transition-fast);background-color:var(--light-gray)}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.edit-form .form-group:nth-last-child(1){grid-column:span 2}.services-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}.summary-item{padding:2rem 1.5rem;background:var(--light-gray);border-radius:var(--border-radius-md);transition:var(--transition-normal);position:relative;overflow:hidden}.summary-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);opacity:0;transition:var(--transition-normal)}.summary-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);background-color:var(--white)}.summary-item .count{display:block;font-size:2.5rem;font-weight:var(--font-weight-bold);color:var(--primary);margin-bottom:.8rem;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.summary-item .label{color:var(--light-text);font-size:1rem;font-weight:var(--font-weight-medium);letter-spacing:.3px}.care-needs-summary{display:flex;align-items:center;justify-content:space-between;background-color:var(--light-gray);padding:1.5rem;border-radius:var(--border-radius-md);transition:var(--transition-normal);border:1px solid var(--border)}.care-needs-description{flex:1;font-weight:var(--font-weight-medium);line-height:1.6}.care-needs-btn{background:var(--gradient-accent);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:var(--border-radius-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition-normal);box-shadow:0 4px 10px #20c99740;letter-spacing:.3px}.profile-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.action-button{display:flex;flex-direction:column;align-items:center;gap:12px;padding:2rem 1.5rem;background-color:var(--light-gray);border:none;border-radius:var(--border-radius-md);cursor:pointer;transition:var(--transition-normal);position:relative;overflow:hidden;border:1px solid var(--border);z-index:1}.action-button:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:transparent}.action-button i{font-size:1.8rem;color:var(--primary);transition:var(--transition-normal)}.action-button span{font-weight:var(--font-weight-medium);color:var(--dark);transition:var(--transition-normal)}.client-profile-container{max-width:100%;margin:0 auto;padding:1rem;animation:fadeIn .6s ease-in-out}.profile-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.profile-header h1{font-size:1.5rem;color:var(--dark);font-weight:var(--font-weight-bold);display:flex;align-items:center;position:relative}.profile-header h1:before{content:"";display:inline-block;width:20px;height:4px;background:var(--gradient-primary);border-radius:20px;margin-right:12px}.edit-profile-btn{background:var(--gradient-primary);color:var(--white);border:none;padding:.75rem 1.25rem;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:var(--font-weight-medium);transition:var(--transition-normal);box-shadow:0 4px 15px #4a6bdf40;letter-spacing:.3px;width:100%;font-size:.9rem}.edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a6bdf59}.edit-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.save-btn,.cancel-btn{padding:.75rem 1.25rem;border-radius:var(--border-radius-sm);cursor:pointer;border:none;font-weight:var(--font-weight-medium);transition:var(--transition-normal);letter-spacing:.3px;width:100%;font-size:.9rem}.save-btn{background-color:var(--accent);color:var(--white);box-shadow:0 4px 15px #20c99740}.save-btn:hover{background-color:#1db589;transform:translateY(-2px);box-shadow:0 6px 20px #20c99759}.save-btn:disabled{background-color:var(--light-gray);color:var(--light-text);cursor:not-allowed;transform:none;box-shadow:none}.cancel-btn{background-color:transparent;color:var(--dark);border:1px solid var(--border)}.cancel-btn:hover{background-color:var(--light-gray);transform:translateY(-2px)}.profile-content{display:flex;flex-direction:column;gap:1.5rem}.profile-sidebar{background-color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);padding:1.5rem;position:relative;overflow:hidden;transition:var(--transition-normal);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:var(--glass-border);text-align:center}.profile-sidebar:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.profile-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.profile-picture-container{position:relative;width:120px;height:120px;margin:0 auto 1.5rem}.large-profile-picture{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid var(--white);box-shadow:0 6px 20px #00000026;transition:var(--transition-normal)}.profile-picture-container:hover .large-profile-picture{transform:scale(1.03);box-shadow:0 8px 25px #0003}.change-photo-btn{position:absolute;bottom:5px;right:5px;background:var(--gradient-primary);color:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0003;transition:var(--transition-normal);z-index:2;font-size:.85rem}.change-photo-btn:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 6px 15px #00000040}.upload-progress-container{position:absolute;bottom:-35px;left:0;right:0;text-align:center;background-color:var(--white);border-radius:var(--border-radius-sm);padding:6px;box-shadow:var(--shadow-sm);animation:fadeIn .3s ease;z-index:1}.upload-progress{width:100%;height:4px;background-color:var(--light-gray);border-radius:2px;overflow:hidden;margin-bottom:4px}.progress-bar{height:100%;border-radius:2px;transition:width .3s ease,background-color .3s ease}.progress-text{font-size:.7rem;color:var(--text);font-weight:var(--font-weight-medium)}.profile-status h3{font-size:1.2rem;margin-bottom:6px;color:var(--dark);font-weight:var(--font-weight-semibold)}.username{color:var(--light-text);margin-bottom:1rem;font-size:.9rem;letter-spacing:.5px}.verification-status{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1rem;padding:8px 12px;background-color:var(--light-gray);border-radius:var(--border-radius-sm);font-weight:var(--font-weight-medium);font-size:.85rem}.member-since{font-size:.8rem;color:var(--light-text);margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.profile-details-container{display:flex;flex-direction:column;gap:1.5rem}.profile-section{background-color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);padding:1.5rem;transition:var(--transition-normal);border:var(--glass-border);position:relative;overflow:hidden}.profile-section:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.profile-section h2{font-size:1.2rem;color:var(--dark);margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:1px solid var(--border);font-weight:var(--font-weight-semibold);display:flex;align-items:center}.profile-section h2:before{content:"";display:inline-block;width:16px;height:3px;background:var(--gradient-primary);border-radius:10px;margin-right:10px}.edit-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{margin-bottom:0}.form-group label{display:block;font-weight:var(--font-weight-medium);margin-bottom:.6rem;color:var(--light-text);font-size:.85rem;letter-spacing:.3px}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid var(--border);border-radius:var(--border-radius-sm);font-size:.95rem;transition:var(--transition-fast);background-color:var(--light-gray);box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-light);box-shadow:0 0 0 3px #6474c433;background-color:var(--white)}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.services-summary{display:flex;flex-direction:column;gap:1rem;text-align:center}.summary-item{padding:1.5rem 1rem;background:var(--light-gray);border-radius:var(--border-radius-md);transition:var(--transition-normal);position:relative;overflow:hidden}.summary-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gradient-primary);opacity:0;transition:var(--transition-normal)}.summary-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);background-color:var(--white)}.summary-item:hover:before{opacity:1}.summary-item .count{display:block;font-size:2rem;font-weight:var(--font-weight-bold);color:var(--primary);margin-bottom:.6rem;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.summary-item .label{color:var(--light-text);font-size:.9rem;font-weight:var(--font-weight-medium);letter-spacing:.3px}.care-needs-summary{display:flex;flex-direction:column;gap:1rem;background-color:var(--light-gray);padding:1.2rem;border-radius:var(--border-radius-md);transition:var(--transition-normal);border:1px solid var(--border)}.care-needs-summary:hover{background-color:var(--white);box-shadow:var(--shadow-md)}.care-needs-description{font-weight:var(--font-weight-medium);line-height:1.6;font-size:.95rem}.care-needs-btn{background:var(--gradient-accent);color:#fff;border:none;padding:.8rem 1.2rem;border-radius:var(--border-radius-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition-normal);box-shadow:0 4px 10px #20c99740;letter-spacing:.3px;width:100%;font-size:.9rem}.care-needs-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #20c99766}.profile-actions{display:flex;flex-direction:column;gap:1rem}.action-button{display:flex;flex-direction:row;align-items:center;gap:12px;padding:1.2rem;background-color:var(--light-gray);border:none;border-radius:var(--border-radius-md);cursor:pointer;transition:var(--transition-normal);position:relative;overflow:hidden;border:1px solid var(--border);z-index:1;text-align:left}.action-button:before{content:"";position:absolute;inset:0;background:var(--gradient-primary);opacity:0;z-index:-1;transition:var(--transition-normal)}.action-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:transparent}.action-button:hover:before{opacity:1}.action-button:hover i,.action-button:hover span{color:var(--white)}.action-button i{font-size:1.4rem;color:var(--primary);transition:var(--transition-normal);flex-shrink:0}.action-button span{font-weight:var(--font-weight-medium);color:var(--dark);transition:var(--transition-normal);font-size:.95rem}@media(min-width:480px){.client-profile-container{padding:1.25rem}.profile-header h1{font-size:1.75rem}.profile-picture-container{width:140px;height:140px}.edit-actions{flex-direction:row}.services-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.action-button{flex-direction:column;text-align:center;padding:1.5rem}.action-button i{font-size:1.6rem}}@media(min-width:768px){.client-profile-container{padding:1.5rem}.profile-header{flex-direction:row;justify-content:space-between;align-items:center}.profile-header h1{font-size:2rem}.profile-header h1:before{width:28px;height:5px;margin-right:14px}.edit-profile-btn{width:auto;padding:.8rem 1.5rem;font-size:1rem}.edit-actions{flex-direction:row;width:auto}.save-btn,.cancel-btn{width:auto;padding:.8rem 1.5rem;font-size:1rem}.profile-content{gap:2rem}.profile-sidebar{padding:2rem;border-radius:var(--border-radius-lg)}.profile-sidebar:before{height:6px}.profile-picture-container{width:160px;height:160px;margin-bottom:2rem}.change-photo-btn{width:42px;height:42px;font-size:1rem}.profile-status h3{font-size:1.4rem;margin-bottom:8px}.username{font-size:.95rem;margin-bottom:1.2rem}.verification-status{font-size:1rem;padding:8px 16px;gap:10px;margin-bottom:1.2rem}.member-since{font-size:.9rem;margin-top:1.5rem;padding-top:1.5rem}.profile-details-container{gap:2rem}.profile-section{padding:2rem;border-radius:var(--border-radius-lg)}.profile-section h2{font-size:1.3rem;margin-bottom:1.5rem;padding-bottom:1rem}.profile-section h2:before{width:18px;height:4px;margin-right:12px}.edit-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.edit-form .form-group:nth-last-child(1){grid-column:span 2}.form-group label{font-size:.9rem;margin-bottom:.8rem}.form-group input,.form-group textarea{padding:.9rem 1rem;font-size:1rem}.form-group textarea{min-height:120px}.care-needs-summary{flex-direction:row;align-items:center;padding:1.5rem}.care-needs-description{flex:1;font-size:1rem}.care-needs-btn{width:auto;padding:.8rem 1.5rem;font-size:1rem}.profile-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.action-button{flex-direction:column;text-align:center;padding:2rem 1.5rem}.action-button i{font-size:1.8rem}.action-button span{font-size:1rem}}@media(min-width:1024px){.client-profile-container{padding:2rem}.profile-content{display:grid;grid-template-columns:300px 1fr;gap:2.5rem}.profile-sidebar{height:fit-content}.profile-sidebar:hover{transform:translateY(-5px)}.profile-details-container{gap:2.5rem}.profile-section:hover{transform:translateY(-3px)}.summary-item:hover,.action-button:hover{transform:translateY(-5px)}}@media(min-width:1200px){.client-profile-container{max-width:1200px;padding:2.5rem}.profile-header h1{font-size:2.25rem}.profile-header h1:before{width:32px;height:6px;margin-right:16px}.profile-section h2{font-size:1.5rem;margin-bottom:1.8rem}.profile-section h2:before{width:20px;height:4px;margin-right:12px}.edit-form{gap:1.8rem}.summary-item .count{font-size:2.5rem;margin-bottom:.8rem}.summary-item .label{font-size:1rem}}@media(hover:none)and (pointer:coarse){.profile-sidebar:hover,.profile-section:hover,.summary-item:hover,.action-button:hover,.edit-profile-btn:hover,.save-btn:hover,.cancel-btn:hover,.care-needs-btn:hover{transform:none}.profile-sidebar:active,.profile-section:active{transform:scale(.98)}.edit-profile-btn:active,.save-btn:active,.cancel-btn:active,.care-needs-btn:active,.action-button:active{transform:scale(.95)}}.order-metrics-container{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d;margin-bottom:20px}.metrics-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee}.order-metrics-container.loading,.order-metrics-container.error,.order-metrics-container.empty{min-height:200px;display:flex;align-items:center;justify-content:center;text-align:center}.loader-container{display:flex;flex-direction:column;align-items:center}.metrics-loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite;margin-bottom:10px}.metrics-error{color:#e74c3c;display:flex;flex-direction:column;align-items:center}.metrics-error i,.metrics-empty i{font-size:2rem;margin-bottom:10px}.metrics-empty{color:#7f8c8d;display:flex;flex-direction:column;align-items:center}.metrics-summary{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.metric-card{flex:1;min-width:200px;padding:20px;border-radius:8px;display:flex;align-items:center;box-shadow:0 2px 8px #00000014;transition:transform .3s ease}.metric-card:hover{transform:translateY(-3px)}.metric-card.total{background-color:#e3f2fd}.metric-card.monthly{background-color:#e8f5e9}.metric-card.average{background-color:#ede7f6}.metric-icon{background-color:#fffc;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;box-shadow:0 2px 5px #0000001a}.metric-icon i{font-size:1.5rem}.total .metric-icon i{color:#2196f3}.monthly .metric-icon i{color:#4caf50}.average .metric-icon i{color:#673ab7}.metric-detail{flex:1}.metric-detail h3{font-size:.9rem;color:#555;margin:0 0 5px;font-weight:500}.metric-value{font-size:1.5rem;font-weight:600;margin:0;color:#333}.trend{font-size:.85rem;display:flex;align-items:center;margin-top:5px}.trend i{margin-right:5px}.trend.increase{color:#4caf50}.trend.decrease{color:#f44336}.trend.same{color:#757575}.categories-section{padding-top:20px}.section-title{font-size:1.2rem;font-weight:500;color:#333;margin-bottom:15px}.category-bars{display:flex;flex-direction:column;gap:15px}.category-item{width:100%}.category-header{display:flex;justify-content:space-between;margin-bottom:5px}.category-name{font-weight:500;color:#333}.category-amount{color:#555}.category-progress-container{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.category-progress{height:100%;border-radius:4px;transition:width .5s ease}:root{--category-color-1: #2196f3;--category-color-2: #4caf50;--category-color-3: #ff9800;--category-color-4: #9c27b0;--category-color-5: #e91e63}.category-percent{font-size:.85rem;color:#666;display:block;text-align:right;margin-top:2px}.no-categories{color:#7f8c8d;text-align:center;padding:20px 0}@media(max-width:768px){.metrics-summary{flex-direction:column}.metric-card{width:100%}}.service-provider{display:flex;align-items:center;gap:10px;margin-bottom:16px}.service-provider__avatar{position:relative;flex-shrink:0}.service-provider__image{width:36px;height:36px;border-radius:50%;object-fit:cover}.service-provider__info{flex:1;min-width:0}.service-provider__name-row{display:flex;align-items:center;gap:6px;margin-bottom:3px}.service-provider__name{font-size:15px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-provider__status{width:8px;height:8px;border-radius:50%;background-color:#10b981;flex-shrink:0}.service-provider__badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.service-provider__badge{font-size:11px;padding:2px 8px;border-radius:12px;font-weight:500}.service-provider__badge--available{background-color:#10b981;color:#fff}.service-provider__badge--verified{background-color:#374151;color:#fff}.service-provider__rating{display:flex;align-items:center;gap:4px}.service-provider__star{color:#fbbf24;font-size:14px}.service-provider__rating-text{font-size:12px;color:#666}@media(min-width:768px){.service-provider{gap:12px;margin-bottom:20px}.service-provider__image{width:40px;height:40px}.service-provider__name-row{gap:8px;margin-bottom:4px}.service-provider__name{font-size:16px}.service-provider__badges{gap:8px}.service-provider__badge{font-size:12px}}@media(min-width:1024px){.service-provider{margin-bottom:24px}}.service-frequency{margin-bottom:20px}.service-frequency__title{font-size:15px;font-weight:600;color:#333;margin-bottom:12px}.service-frequency__options{display:flex;flex-direction:column;gap:8px}.service-frequency__option{display:flex;align-items:flex-start;gap:10px;padding:12px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.service-frequency__option:hover{border-color:#3b82f6}.service-frequency__option--selected{border-color:#3b82f6;background-color:#eff6ff}.service-frequency__option-content{flex:1;min-width:0}.service-frequency__option-title{font-size:13px;font-weight:600;color:#333;margin-bottom:3px;line-height:1.3}.service-frequency__option-description{font-size:11px;color:#666;line-height:1.4}.service-frequency__radio{margin-top:2px}.service-frequency__radio input[type=radio]{width:16px;height:16px;accent-color:#3b82f6}.service-frequency__price-breakdown{margin-top:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 2px 6px #0000000a;position:relative;overflow:hidden}.service-frequency__price-breakdown:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#1d4ed8,#0ea5e9)}.service-frequency__price-breakdown h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 12px;display:flex;align-items:center;gap:6px}.service-frequency__price-breakdown h4:before{content:"�";font-size:14px}.price-breakdown__details{display:flex;flex-direction:column;gap:6px}.price-breakdown__row{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#fff;border-radius:6px;border:1px solid #e2e8f0;transition:all .1s ease;position:relative}.price-breakdown__row:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.price-breakdown__row span:first-child{font-size:12px;color:#64748b;font-weight:500;display:flex;align-items:center;gap:4px}.price-breakdown__row span:first-child:before{content:"•";color:#3b82f6;font-weight:700;font-size:12px}.price-breakdown__row span:last-child{font-size:12px;font-weight:600;color:#1e293b;background:#f1f5f9;padding:2px 8px;border-radius:12px;border:1px solid #cbd5e1}.price-breakdown__discount{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b}.price-breakdown__discount span:first-child{color:#92400e;font-weight:500}.price-breakdown__discount span:first-child:before{content:"🏷️";font-size:12px}.price-breakdown__discount span:last-child{color:#92400e;background:#fff;border:1px solid #f59e0b;font-weight:600}.price-breakdown__savings{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #10b981}.price-breakdown__savings span:first-child{color:#059669;font-weight:500}.price-breakdown__savings span:first-child:before{content:"💚";font-size:12px}.price-breakdown__savings span:last-child{color:#059669;background:#fff;border:1px solid #10b981;font-weight:600}.price-breakdown__total{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;padding:8px 12px;margin-top:4px}.price-breakdown__total span:first-child{color:#1e40af;font-weight:600;font-size:13px}.price-breakdown__total span:first-child:before{content:"🎯";font-size:12px}.price-breakdown__total span:last-child{color:#1e40af;background:#fff;border:1px solid #3b82f6;font-weight:700;font-size:13px;padding:3px 10px;box-shadow:0 1px 2px #3b82f626}.service-frequency__error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #f87171;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.service-frequency__error:before{content:"⚠️";font-size:16px}@media(min-width:768px){.service-frequency{margin-bottom:28px}.service-frequency__title{font-size:16px;margin-bottom:14px}.service-frequency__options{gap:10px}.service-frequency__option{gap:12px;padding:14px}.service-frequency__option-title{font-size:14px;margin-bottom:4px}.service-frequency__option-description{font-size:12px}.service-frequency__price-breakdown{padding:14px;margin-top:14px}.price-breakdown__row{padding:6px 10px}.price-breakdown__row span:first-child{font-size:12px}.price-breakdown__row span:last-child{font-size:12px}}@media(min-width:1024px){.service-frequency{margin-bottom:32px}.service-frequency__title{margin-bottom:16px}.service-frequency__options{gap:12px}.service-frequency__option{padding:16px}.service-frequency__price-breakdown{padding:16px;margin-top:16px}.price-breakdown__row{padding:8px 12px}}@media(max-width:767px){.service-frequency__price-breakdown{padding:12px;margin-top:12px}.price-breakdown__row{padding:4px 8px;flex-direction:column;align-items:flex-start;gap:2px}.price-breakdown__row span:first-child{font-size:11px}.price-breakdown__row span:last-child{align-self:flex-end;font-size:11px}.price-breakdown__total{padding:6px 8px}.service-frequency__price-breakdown h4{font-size:13px}}.task-list{margin-bottom:16px}.task-list__title{font-size:15px;font-weight:600;color:#333;margin-bottom:12px}.task-list__items{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.task-list__item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background-color:#fef3c7;border-radius:8px;border:1px solid #f59e0b;position:relative}.task-list__item:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.task-list__item-text{flex:1;font-size:13px;color:#92400e;line-height:1.4;word-wrap:break-word;margin-right:8px}.task-list__remove-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:opacity .2s ease,background-color .2s ease;opacity:.7;flex-shrink:0}.task-list__remove-btn:hover{opacity:1;background-color:#ef44441a}.task-list__add-btn{width:100%;padding:12px 16px;background:none;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;font-size:14px;cursor:pointer;transition:all .2s ease}.task-list__add-btn:hover{border-color:#9ca3af;color:#4b5563}.task-list__add-form{display:flex;flex-direction:column;gap:8px}.task-list__add-input{width:100%;padding:12px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease}.task-list__add-input:focus{border-color:#3b82f6}.task-list__add-actions{display:flex;gap:8px;justify-content:flex-end}.task-list__add-submit{padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.task-list__add-submit:hover{background-color:#2563eb}.task-list__add-cancel{padding:8px 16px;background-color:#6b7280;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.task-list__add-cancel:hover{background-color:#4b5563}.task-list__section{margin-bottom:20px}.task-list__section-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px;display:flex;align-items:center;gap:8px}.task-list__count{font-size:12px;font-weight:400;color:#6b7280}.task-list__items--explanatory{margin-bottom:20px}.task-list__item--explanatory{background-color:#f9fafb;border:1px solid #e5e7eb;opacity:.7}.task-list__item-text--explanatory{color:#6b7280;font-style:italic}.task-list__item-label{font-size:12px;color:#9ca3af;background-color:#e5e7eb;padding:2px 8px;border-radius:12px;font-weight:500}.task-list__empty-state{padding:16px;background-color:#fef3c7;border:1px dashed #f59e0b;border-radius:8px;text-align:center;margin-bottom:16px}.task-list__empty-text{color:#92400e;font-size:14px;margin:0;font-style:italic}@media(min-width:768px){.task-list{margin-bottom:20px}.task-list__title{font-size:16px;margin-bottom:14px}.task-list__items{gap:8px;margin-bottom:14px}.task-list__item{padding:12px 14px}.task-list__item-text{font-size:14px;margin-right:10px}}@media(min-width:1024px){.task-list{margin-bottom:24px}.task-list__title,.task-list__items{margin-bottom:16px}.task-list__item{padding:12px 16px}}.order-specifications{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000001a;width:100%}.order-specifications__title{font-size:18px;font-weight:600;color:#333;margin:0 0 16px;line-height:1.3}.order-specifications__service-description{font-size:14px;color:#333;margin-bottom:16px;line-height:1.5}@media(min-width:768px){.order-specifications{padding:20px}.order-specifications__title{font-size:20px;margin:0 0 20px}.order-specifications__service-description{font-size:16px;margin-bottom:20px}}.order-specifications__error{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:12px 16px;margin:12px 0;color:#92400e;font-size:14px;line-height:1.4}@media(min-width:1024px){.order-specifications{padding:24px}.order-specifications__title{margin:0 0 24px}.order-specifications__service-description{margin-bottom:24px}}.order-details{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000001a;height:fit-content;width:100%}.order-details__title{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.order-details__service{display:flex;gap:10px;margin-bottom:16px}.order-details__service-image{flex-shrink:0}.order-details__image{width:50px;height:50px;border-radius:8px;object-fit:cover}.order-details__service-info{flex:1;min-width:0}.order-details__service-name{font-size:13px;color:#333;line-height:1.4;margin-bottom:6px;word-wrap:break-word}.order-details__status-badge{display:inline-flex;align-items:center;font-size:11px;color:#f59e0b;font-weight:500}.order-details__summary{margin-bottom:16px;background:#f8fafc;border-radius:8px;padding:12px;border:1px solid #e2e8f0}.order-details__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:6px 0;position:relative}.order-details__row:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 20%,#e2e8f0 80%,transparent 100%)}.order-details__row--total{border-top:2px solid #0891b2;margin-top:16px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:6px;padding:12px 8px 6px;margin-left:-8px;margin-right:-8px}.order-details__row--total:after{display:none}.order-details__row--savings{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:6px;padding:6px 8px;margin-left:-8px;margin-right:-8px;border:1px solid #bbf7d0}.order-details__row--savings:after{display:none}.order-details__label{font-size:14px;color:#64748b;font-weight:500;display:flex;align-items:center;gap:6px}.order-details__label:before{content:"•";color:#0891b2;font-weight:700;font-size:16px}.order-details__row--total .order-details__label:before{content:"💰";font-size:14px}.order-details__row--savings .order-details__label:before{content:"💚";font-size:14px}.order-details__value{font-size:15px;color:#1e293b;font-weight:600;background:#fff;padding:4px 12px;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.order-details__value--total{font-size:18px;font-weight:700;color:#0891b2;background:#fff;padding:8px 16px;border-radius:25px;border:2px solid #0891b2;box-shadow:0 4px 12px #0891b226}.order-details__value--savings{color:#059669;background:#fff;border:1px solid #10b981;font-weight:600}.order-details__provider{display:flex;align-items:center;gap:8px}.order-details__provider-image{width:20px;height:20px;border-radius:50%;object-fit:cover}.order-details__provider-name{font-size:14px;color:#333;font-weight:500}.order-details__payment-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0891b24d;position:relative;overflow:hidden}.order-details__payment-btn: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}.order-details__payment-btn:hover{background:linear-gradient(135deg,#0e7490,#164e63)}@media(min-width:768px){.order-details{padding:20px}.order-details__title{font-size:18px;margin:0 0 20px}.order-details__service{gap:12px;margin-bottom:20px}.order-details__image{width:60px;height:60px}.order-details__service-name{font-size:14px;margin-bottom:8px}.order-details__status-badge{font-size:12px}.order-details__summary{margin-bottom:20px;border-radius:12px;padding:16px}.order-details__row{margin-bottom:16px;padding:8px 0}.order-details__row--total{margin-top:20px;border-radius:8px;padding:16px 12px 8px;margin-left:-12px;margin-right:-12px}.order-details__row--savings{padding:8px 12px;margin-left:-12px;margin-right:-12px}.order-details__payment-btn{padding:16px 24px;border-radius:12px;font-size:16px}}@media(min-width:1024px){.order-details{padding:24px}.order-details__summary{margin-bottom:24px;padding:20px}.order-details__service{margin-bottom:24px}}.order-details__payment-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0891b266}.order-details__payment-btn:hover:before{left:100%}.order-details__payment-btn:active{transform:translateY(0)}.cart-page{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:12px}.cart-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.cart-page{padding:20px}.cart-container{display:grid;grid-template-columns:1fr 380px;gap:20px}}@media(min-width:1024px){.cart-page{padding:24px}.cart-container{grid-template-columns:1fr 400px;gap:24px}}@media(min-width:1440px){.cart-container{max-width:1200px}}.resolution-center-container{font-family:Arial,sans-serif;padding:20px;background-color:#f5f5f5;min-height:100vh;display:flex;flex-direction:column;align-items:center}.resolution-center-container .back-arrow{align-self:flex-start;font-size:24px;cursor:pointer;color:#333}.resolution-center-container .back-arrow:hover{color:#000}.resolution-center-container .faq-section{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a;text-align:center;max-width:600px;width:100%;margin:20px 0}.resolution-center-container .faq-section h1{font-size:24px;font-weight:700;color:#333;margin-bottom:10px}.resolution-center-container .faq-section .faq-description{font-size:14px;color:#666;margin-bottom:20px}.resolution-center-container .faq-section .chat-support{display:flex;flex-direction:column;align-items:center;gap:15px}.resolution-center-container .faq-section .chat-support .chat-icon{width:60px;height:60px}.resolution-center-container .faq-section .chat-support p{font-size:14px;color:#666;line-height:1.5;max-width:400px}.resolution-center-container .faq-section .chat-support .chat-support-btn{background-color:#333;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s}.resolution-center-container .faq-section .chat-support .chat-support-btn:hover{background-color:#555}.resolution-center-container .support-section{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;max-width:600px;width:100%}.resolution-center-container .support-section h2{font-size:18px;font-weight:700;color:#333;margin-bottom:15px}.resolution-center-container .support-section .support-item{display:flex;justify-content:space-between;align-items:center;border:1px solid #ddd;border-radius:8px;background-color:#f4f4f4;padding:15px;cursor:pointer;transition:background-color .3s}.resolution-center-container .support-section .support-item:hover{background-color:#f9f9f9}.resolution-center-container .support-section .support-item .support-item-content{display:flex;flex-direction:row;gap:5px}.resolution-center-container .support-section .support-item .support-item-content .support-icon{width:40px;height:40px;color:#f4f4f4}.resolution-center-container .support-section .support-item .support-item-content .support-text-wrapper{display:flex;flex-direction:column;gap:5px}.resolution-center-container .support-section .support-item .support-item-content .support-text{font-size:16px;font-weight:700;color:#111}.resolution-center-container .support-section .support-item .support-item-content .support-subtext{font-size:14px;color:#111}.resolution-center-container .support-section .support-item .arrow{font-size:20px;color:#666}.admin-dashboard{max-width:1200px;margin:0 auto;padding:30px 20px}.dashboard-header{margin-bottom:30px}.dashboard-header h1{font-size:2rem;color:#333;margin-bottom:10px}.dashboard-header p{color:#666;font-size:1.1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:40px}.stat-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;padding:20px;display:flex;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.stat-icon{width:60px;height:60px;background-color:#f0f7ff;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:20px}.stat-icon i{font-size:1.8rem;color:#3498db}.stat-content{flex:1}.stat-content h3{margin:0;font-size:1.1rem;color:#666}.stat-number{font-size:2rem;font-weight:600;color:#333;margin:5px 0}.stat-breakdown{font-size:.85rem;color:#777;display:flex;flex-wrap:wrap;gap:10px}.quick-actions,.recent-activity{margin-bottom:40px}.quick-actions h2,.recent-activity h2{font-size:1.5rem;color:#333;margin-bottom:20px;border-bottom:2px solid #f2f2f2;padding-bottom:10px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.action-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;padding:20px;display:flex;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.action-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.action-icon{width:50px;height:50px;background-color:#f0f7ff;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:15px}.action-icon i{font-size:1.5rem;color:#3498db}.action-content h3{margin:0 0 5px;font-size:1.1rem;color:#333}.action-content p{margin:0;font-size:.9rem;color:#777}.activity-list{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;overflow:hidden}.activity-item{display:flex;padding:15px 20px;border-bottom:1px solid #f2f2f2}.activity-item:last-child{border-bottom:none}.activity-icon{width:40px;height:40px;background-color:#f0f7ff;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:15px;flex-shrink:0}.activity-icon i{font-size:1.2rem;color:#3498db}.activity-content{flex:1}.activity-content p{margin:0 0 5px;font-size:.95rem;color:#333}.activity-time{font-size:.8rem;color:#999}@media(max-width:768px){.admin-dashboard{padding:20px 15px}.stat-card,.action-card{padding:15px}.stat-icon{width:50px;height:50px}.stat-icon i{font-size:1.5rem}.stat-number{font-size:1.7rem}}@media(max-width:576px){.stats-grid,.actions-grid{grid-template-columns:1fr}.dashboard-header h1{font-size:1.7rem}.dashboard-header p{font-size:1rem}}.question-bank-manager{padding:20px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.question-bank-manager h1{font-size:2rem;color:#333;margin-bottom:20px;border-bottom:2px solid #eaeaea;padding-bottom:15px}.question-bank-actions{display:flex;gap:10px;margin-bottom:20px}.primary-button{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:10px 15px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:5px}.primary-button:hover{background-color:#357bd8}.primary-button:disabled{background-color:#a0c3ed;cursor:not-allowed}.secondary-button{background-color:#e4e4e4;color:#333;border:none;border-radius:4px;padding:10px 15px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:5px}.secondary-button:hover{background-color:#d1d1d1}.secondary-button:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}.error-message{color:#e74c3c;background-color:#e74c3c1a;padding:12px;border-radius:4px;margin:15px 0;border-left:4px solid #e74c3c}.success-message{color:#27ae60;background-color:#2ecc711a;padding:12px;border-radius:4px;margin:15px 0;border-left:4px solid #27ae60}.modal{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto}.modal-content h2{margin-bottom:15px;color:#333;border-bottom:1px solid #eee;padding-bottom:10px}.modal-instruction{margin-bottom:10px}.code-example{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:10px;font-family:monospace;margin-bottom:15px;overflow-x:auto;white-space:pre;font-size:.9rem}.import-textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:monospace;margin-bottom:15px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.question-form{background-color:#f9f9f9;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid #eee}.question-form h2{margin-bottom:15px;color:#333;border-bottom:1px solid #eee;padding-bottom:10px}.form-row{display:flex;gap:15px;margin-bottom:15px}.form-group{flex:1;margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;color:#555;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:4px;font-size:.95rem}.form-group textarea{resize:vertical;min-height:80px}.options-container{margin-bottom:15px}.options-container>label{display:block;margin-bottom:5px;color:#555;font-weight:500}.option-row{display:flex;align-items:center;margin-bottom:10px;gap:10px}.option-label{font-weight:700;color:#4a90e2;width:20px}.option-row input[type=text]{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:4px}.option-row input[type=radio]{margin:0}.filters{background-color:#f9f9f9;border-radius:8px;padding:15px;margin-bottom:20px;border:1px solid #eee}.filters h3{margin-bottom:15px;color:#333;font-size:1.1rem}.filter-row{display:flex;gap:15px;align-items:flex-end;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.filter-group label{display:block;margin-bottom:5px;color:#555;font-weight:500}.filter-group select{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:4px}.questions-list{margin-top:20px}.questions-list h3{margin-bottom:15px;color:#333;font-size:1.1rem}.loading{text-align:center;padding:30px;color:#666}.no-questions{text-align:center;padding:30px;color:#666;background-color:#f9f9f9;border-radius:8px}.question-table-container{overflow-x:auto}.question-table{width:100%;border-collapse:collapse;margin-bottom:20px}.question-table th,.question-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}.question-table th{background-color:#f5f5f5;color:#333;font-weight:500;position:sticky;top:0}.question-table tr:hover{background-color:#f9f9f9}.question-table tr.inactive{opacity:.7;background-color:#f9f9f9}.question-text-cell{max-width:400px}.question-content p{margin-bottom:10px;font-weight:500}.question-options{display:flex;flex-direction:column;gap:5px;font-size:.9rem}.question-option{padding:3px;border-radius:3px}.question-option.correct{background-color:#2ecc711a}.status-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:.8rem}.status-badge.active{background-color:#2ecc711a;color:#27ae60}.status-badge.inactive{background-color:#e74c3c1a;color:#e74c3c}.action-buttons{display:flex;gap:5px}.edit-button,.delete-button{border:none;background-color:transparent;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s ease}.edit-button{color:#4a90e2}.delete-button{color:#e74c3c}.edit-button:hover{background-color:#4a90e21a}.delete-button:hover{background-color:#e74c3c1a}.edit-button:disabled,.delete-button:disabled{color:#ccc;cursor:not-allowed}@media screen and (max-width:768px){.form-row{flex-direction:column;gap:0}.question-text-cell{max-width:200px}.filter-row{flex-direction:column;gap:10px}.filter-group{min-width:100%}}.admin-nav{background-color:#2c3e50;color:#fff;box-shadow:0 2px 10px #0003;position:sticky;top:0;z-index:1000}.admin-nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:70px;max-width:1400px;margin:0 auto}.admin-nav-logo{font-size:1.4rem;font-weight:700}.admin-nav-logo a{color:#fff;text-decoration:none;display:flex;align-items:center}.logo-text{margin-left:10px}.admin-nav-links{display:flex;list-style:none;margin:0;padding:0;gap:5px}.admin-nav-links li{margin:0;padding:0}.nav-link{display:flex;align-items:center;padding:10px 15px;color:#ecf0f1;text-decoration:none;border-radius:4px;transition:background-color .2s ease}.nav-link:hover{background-color:#34495e}.nav-link i{margin-right:8px;font-size:1rem}.admin-nav-user{display:flex;align-items:center;gap:15px}.user-info{display:flex;flex-direction:column;text-align:right}.user-name{font-weight:600;font-size:.9rem}.user-role{font-size:.75rem;color:#bdc3c7}.logout-button{background-color:#e74c3c;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease}.logout-button:hover{background-color:#c0392b}.logout-button i{margin-right:5px}@media(max-width:992px){.nav-link span{display:none}.nav-link i{margin-right:0;font-size:1.2rem}.nav-link{padding:10px}}@media(max-width:768px){.admin-nav-container{padding:0 10px}.user-info,.logout-button span{display:none}}@media(max-width:576px){.logo-text{display:none}.admin-nav-links{gap:2px}.nav-link{padding:8px}}.token-verification-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.token-verification-modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:500px;max-width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:20px}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#888}.close-btn:hover{color:#333}.withdrawal-details{padding:20px;background-color:#f9f9f9}.detail-row{display:flex;margin-bottom:10px}.label{font-weight:600;width:40%;color:#555}.value{width:60%}.final-amount{font-weight:700;color:#2ecc71}.token{font-family:monospace;background-color:#f5f5f5;padding:2px 5px;border-radius:3px;font-weight:600}.status{font-weight:600;padding:3px 8px;border-radius:12px;text-transform:uppercase;font-size:12px;display:inline-block}.status-pending{background-color:#fff8e1;color:#f39c12}.status-verified{background-color:#e3f2fd;color:#2980b9}.status-completed{background-color:#e8f5e9;color:#27ae60}.status-rejected{background-color:#ffebee;color:#e74c3c}.action-section{padding:20px;border-top:1px solid #eee}.action-buttons{display:flex;justify-content:space-between}.btn{padding:10px 16px;border-radius:4px;border:none;font-size:14px;cursor:pointer;font-weight:500;flex:1;margin:0 5px}.verify-btn{background-color:#3498db;color:#fff}.reject-btn{background-color:#e74c3c;color:#fff}.complete-btn{background-color:#2ecc71;color:#fff}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500}.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit;font-size:14px}.error{color:#e74c3c;font-size:13px;margin-top:5px;display:block}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.cancel-btn{background-color:#e0e0e0;color:#333}.confirm-verify-btn{background-color:#3498db;color:#fff}.confirm-reject-btn{background-color:#e74c3c;color:#fff}.withdrawal-management{padding:20px;max-width:1200px;margin:0 auto}.page-title{font-size:24px;margin-bottom:20px;color:#333}.loading-spinner{text-align:center;margin:50px 0;font-size:16px;color:#666}.error-message{background-color:#ffecec;color:#c00;border:1px solid #cc0000;border-radius:5px;padding:15px;margin:20px 0;text-align:center}.filter-container{margin-bottom:20px;display:flex;align-items:center}.filter-container label{margin-right:10px;font-weight:500}.status-filter{padding:8px;border-radius:4px;border:1px solid #ddd;font-size:14px;min-width:150px}.no-withdrawals{text-align:center;padding:40px;color:#888;font-style:italic;background-color:#f9f9f9;border-radius:8px}.withdrawals-table-container{overflow-x:auto}.withdrawals-table{width:100%;border-collapse:collapse;margin-top:10px}.withdrawals-table th,.withdrawals-table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.withdrawals-table th{background-color:#f5f5f5;font-weight:600}.withdrawals-table tr:hover{background-color:#fafafa}.bank-info{font-size:13px;line-height:1.4}.status-badge{display:inline-block;padding:6px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.pending{background-color:#fff8e1;color:#f39c12}.status-badge.verified{background-color:#e3f2fd;color:#2980b9}.status-badge.completed{background-color:#e8f5e9;color:#27ae60}.status-badge.rejected{background-color:#ffebee;color:#e74c3c}.token{font-family:monospace;background-color:#f5f5f5;padding:3px 6px;border-radius:4px;font-size:14px}.action-btn{padding:8px 12px;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500}.action-btn.verify{background-color:#3498db;color:#fff}.action-btn.complete{background-color:#2ecc71;color:#fff}.action-complete,.action-rejected{font-size:13px;font-style:italic;color:#888}.users-management{padding:2rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;color:#333;margin-bottom:.5rem}.page-header p{color:#666}.filters-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.search-bar{position:relative;flex-grow:1;max-width:400px}.search-bar input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.search-bar i{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999}.role-filters{display:flex;flex-wrap:wrap;gap:.5rem}.role-filters button{padding:.5rem 1rem;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s ease}.role-filters button:hover{background:#f9f9f9}.role-filters button.active{background:#007bff;color:#fff;border-color:#0069d9}.loading-container,.error-container{text-align:center;padding:3rem;background:#f9f9f9;border-radius:8px}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.users-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:auto}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}.users-table th{background-color:#f8f9fa;font-weight:600;color:#495057}.users-table tr:hover{background-color:#f8f9fa}.user-name{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;background:#007bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.user-full-name{font-weight:500}.user-id{font-size:.8rem;color:#6c757d}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.85rem;font-weight:500}.role-badge.admin{background-color:#dc3545;color:#fff}.role-badge.superadmin{background-color:#6f42c1;color:#fff}.role-badge.caregiver{background-color:#17a2b8;color:#fff}.role-badge.client{background-color:#28a745;color:#fff}.status-indicator{display:inline-flex;align-items:center;font-size:.85rem}.status-indicator:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-indicator.active:before{background-color:#28a745}.status-indicator.inactive:before{background-color:#dc3545}.action-buttons{display:flex;gap:.5rem}.action-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem;border-radius:4px;color:#6c757d;transition:color .2s ease}.action-btn:hover{color:#343a40}.action-btn.view:hover{color:#007bff}.action-btn.message:hover{color:#28a745}.no-results{text-align:center;padding:2rem;color:#6c757d}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.pagination button{padding:.5rem 1rem;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s ease}.pagination button:hover:not(:disabled){background:#f8f9fa}.pagination button:disabled{background:#f5f5f5;color:#aaa;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.5rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d}.close-btn:hover{color:#343a40}.modal-body{padding:1.5rem}.user-profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.large-avatar{width:80px;height:80px;font-size:1.75rem;background:#007bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.user-headline h3{margin:0 0 .5rem;font-size:1.5rem}.user-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.detail-item{display:flex;flex-direction:column}.detail-item .label{font-size:.875rem;color:#6c757d;margin-bottom:.25rem}.detail-item .value{font-weight:500}.user-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:4px;border:none;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.primary-btn{background:#007bff;color:#fff}.primary-btn:hover{background:#0069d9}.secondary-btn{background:#6c757d;color:#fff}.secondary-btn:hover{background:#5a6268}.notification-modal .form-group{margin-bottom:1.5rem}.notification-modal label{display:block;margin-bottom:.5rem;font-weight:500}.notification-modal textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit;font-size:1rem}.notification-modal .recipient{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}@media(max-width:768px){.users-management{padding:1rem}.filters-container{flex-direction:column;align-items:stretch}.search-bar{max-width:100%}.role-filters{justify-content:space-between}.user-details-grid{grid-template-columns:1fr}}._dojahDataViewer_53vb0_1{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:800px;margin:20px auto}._viewerHeader_53vb0_9{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}._viewTabs_53vb0_17{display:flex;gap:10px}._tabButton_53vb0_22{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer}._tabButton_53vb0_22._active_53vb0_30{background:#007bff;color:#fff;border-color:#007bff}._closeBtn_53vb0_36{background:none;border:none;font-size:24px;cursor:pointer;color:#666}._viewerContent_53vb0_44{padding:20px;max-height:500px;overflow-y:auto}._loading_53vb0_50,._error_53vb0_50{text-align:center;padding:20px}._error_53vb0_50{color:#dc3545}._statsGrid_53vb0_59{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}._statItem_53vb0_65{display:flex;flex-direction:column;padding:15px;background:#f8f9fa;border-radius:6px}._statItem_53vb0_65 label{font-size:12px;color:#666;margin-bottom:5px}._statItem_53vb0_65 span{font-size:20px;font-weight:700;color:#333}._dataSummary_53vb0_85{background:#f8f9fa;padding:15px;border-radius:6px;margin-bottom:20px}._dataItem_53vb0_92{border:1px solid #eee;border-radius:6px;margin-bottom:15px;overflow:hidden}._itemHeader_53vb0_99{display:flex;justify-content:space-between;padding:15px;background:#f8f9fa;border-bottom:1px solid #eee}._timestamp_53vb0_107{color:#666;font-size:14px}._itemDetails_53vb0_112{padding:15px}._jsonData_53vb0_116{background:#f8f9fa;padding:10px;border-radius:4px;font-size:12px;overflow-x:auto;margin-top:10px}details{margin-top:10px}summary{cursor:pointer;color:#007bff}._dojahAdminDashboard_d23ko_1{padding:20px;max-width:1200px;margin:0 auto}._dashboardHeader_d23ko_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._refreshBtn_d23ko_14{background:#007bff;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer}._statisticsGrid_d23ko_23{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:30px}._statCard_d23ko_30{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}._statCard_d23ko_30 h3{margin:0 0 10px;font-size:14px;color:#666;text-transform:uppercase}._statValue_d23ko_45{font-size:32px;font-weight:700;color:#333}._statValue_d23ko_45._success_d23ko_51{color:#28a745}._statValue_d23ko_45._error_d23ko_55{color:#dc3545}._statValue_d23ko_45._warning_d23ko_59{color:#ffc107}._connectionStatus_d23ko_64{padding:10px 15px;margin-bottom:20px;border-radius:5px;font-weight:500}._connectionStatus_d23ko_64._success_d23ko_51{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}._connectionStatus_d23ko_64._error_d23ko_55{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._apiInfo_d23ko_84{background:#f8f9fa;padding:15px;border-radius:5px;margin-bottom:20px;border-left:4px solid #007bff}._apiInfo_d23ko_84 h4{margin:0 0 10px;color:#333}._apiInfo_d23ko_84 code{background:#e9ecef;padding:4px 8px;border-radius:3px;font-family:Courier New,monospace;display:block;margin:5px 0}._debugInfo_d23ko_107{background:#fff3cd;border:1px solid #ffeaa7;padding:15px;border-radius:5px;margin-top:20px}._debugInfo_d23ko_107 h4{margin:0 0 10px;color:#856404}._webhookTableContainer_d23ko_120{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}._webhookTable_d23ko_120{width:100%;border-collapse:collapse}._webhookTable_d23ko_120 th,._webhookTable_d23ko_120 td{padding:12px;text-align:left;border-bottom:1px solid #eee}._webhookTable_d23ko_120 th{background:#f8f9fa;font-weight:600}._statusBadge_d23ko_144{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase}._statusBadge_d23ko_144._success_d23ko_51{background:#d4edda;color:#155724}._statusBadge_d23ko_144._failed_d23ko_157,._statusBadge_d23ko_144._error_d23ko_55{background:#f8d7da;color:#721c24}._viewBtn_d23ko_163{background:#6c757d;color:#fff;border:none;padding:5px 10px;border-radius:3px;cursor:pointer;font-size:12px}._webhookModalOverlay_d23ko_173{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}._webhookModal_d23ko_173{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}._modalHeader_d23ko_195{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}._closeBtn_d23ko_203{background:none;border:none;font-size:20px;cursor:pointer;color:#666}._modalContent_d23ko_211{padding:20px}._jsonDisplay_d23ko_215{background:#f8f9fa;padding:15px;border-radius:5px;overflow-x:auto;font-size:12px;line-height:1.4}._errorMessage_d23ko_224{background:#f8d7da;color:#721c24;padding:12px;border-radius:5px;margin-bottom:20px}._loadingSpinner_d23ko_232{text-align:center;padding:50px;font-size:18px}._noData_d23ko_238{text-align:center;padding:40px;color:#666}.webhook-admin-dashboard{max-width:1200px;margin:0 auto;padding:30px 20px}.webhook-admin-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.webhook-admin-dashboard .dashboard-header h2{color:#333;font-size:2rem;margin:0}.webhook-admin-dashboard .dashboard-header .header-actions{display:flex;gap:10px;align-items:center}.webhook-admin-dashboard .dashboard-header .header-actions .refresh-btn,.webhook-admin-dashboard .dashboard-header .header-actions .test-btn{background:#007bff;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.webhook-admin-dashboard .dashboard-header .header-actions .refresh-btn:hover,.webhook-admin-dashboard .dashboard-header .header-actions .test-btn:hover{background:#0056b3}.webhook-admin-dashboard .dashboard-header .header-actions .refresh-btn:disabled,.webhook-admin-dashboard .dashboard-header .header-actions .test-btn:disabled{background:#ccc;cursor:not-allowed}.webhook-admin-dashboard .dashboard-header .header-actions .test-btn{background:#28a745}.webhook-admin-dashboard .dashboard-header .header-actions .test-btn:hover{background:#1e7e34}.webhook-admin-dashboard .dashboard-header .header-actions .filter-btn{background:#6c757d;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.webhook-admin-dashboard .dashboard-header .header-actions .filter-btn:hover{background:#5a6268}.filters-section{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:25px;border-left:4px solid #17a2b8}.filters-section h4{margin:0 0 20px;color:#333;font-size:1.2rem}.filters-section .filter-controls .filter-row{display:flex;align-items:center;gap:15px;margin-bottom:15px;flex-wrap:wrap}.filters-section .filter-controls .filter-row label{font-weight:500;color:#333;min-width:120px}.filters-section .filter-controls .filter-row .filter-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;min-width:250px;flex:1}.filters-section .filter-controls .filter-row .filter-input:focus{outline:none;border-color:#17a2b8;box-shadow:0 0 0 2px #17a2b840}.filters-section .filter-controls .filter-actions{display:flex;gap:10px;margin-top:20px}.filters-section .filter-controls .filter-actions .apply-btn{background:#17a2b8;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.filters-section .filter-controls .filter-actions .apply-btn:hover{background:#138496}.filters-section .filter-controls .filter-actions .clear-btn{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.filters-section .filter-controls .filter-actions .clear-btn:hover{background:#5a6268}.filters-section .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#666;font-size:1.2rem}.filters-section .connection-status{padding:12px 16px;margin-bottom:20px;border-radius:6px;font-weight:500;display:flex;align-items:center;gap:8px}.filters-section .connection-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.filters-section .connection-status.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.filters-section .api-info{background:#f8f9fa;padding:20px;border-radius:6px;margin-bottom:25px;border-left:4px solid #007bff}.filters-section .api-info h4{margin:0 0 12px;color:#333;font-size:1.1rem}.filters-section .api-info code{background:#e9ecef;padding:6px 10px;border-radius:4px;font-family:Courier New,monospace;display:block;margin:8px 0;font-size:13px;word-break:break-all}.filters-section .endpoint-tests{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.filters-section .endpoint-tests h4{margin:0 0 20px;color:#333;font-size:1.2rem}.filters-section .endpoint-tests .test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.filters-section .endpoint-tests .test-grid .test-card{padding:15px;border-radius:6px;border:2px solid;background:#f8f9fa}.filters-section .endpoint-tests .test-grid .test-card.success{border-color:#28a745;background:#d4edda}.filters-section .endpoint-tests .test-grid .test-card.error{border-color:#dc3545;background:#f8d7da}.filters-section .endpoint-tests .test-grid .test-card h5{margin:0 0 8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.filters-section .endpoint-tests .test-grid .test-card .test-status{font-weight:700;margin-bottom:8px;font-size:16px}.filters-section .endpoint-tests .test-grid .test-card p{margin:8px 0;font-size:13px;line-height:1.4}.filters-section .endpoint-tests .test-grid .test-card small{display:block;margin-top:8px;font-size:11px;opacity:.8;word-break:break-all}.filters-section .error-message{background-color:#f8d7da;color:#721c24;padding:15px;border-radius:6px;margin-bottom:20px;border:1px solid #f5c6cb}.filters-section .error-message strong{font-weight:600}.filters-section .error-message small{display:block;margin-top:8px;opacity:.8}.filters-section .statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:35px}.filters-section .statistics-grid .stat-card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.filters-section .statistics-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.filters-section .statistics-grid .stat-card h3{margin:0 0 12px;font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}.filters-section .statistics-grid .stat-card .stat-value{font-size:2.2rem;font-weight:700;color:#333}.filters-section .statistics-grid .stat-card .stat-value.success{color:#28a745}.filters-section .statistics-grid .stat-card .stat-value.error{color:#dc3545}.filters-section .statistics-grid .stat-card .stat-value.warning{color:#ffc107}.filters-section .webhook-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:30px}.filters-section .webhook-table-container h3{padding:20px 25px;margin:0;background:#f8f9fa;border-bottom:1px solid #dee2e6;color:#333;font-size:1.3rem}.filters-section .webhook-table-container .webhook-table{width:100%;border-collapse:collapse}.filters-section .webhook-table-container .webhook-table th,.filters-section .webhook-table-container .webhook-table td{padding:15px 20px;text-align:left;border-bottom:1px solid #dee2e6}.filters-section .webhook-table-container .webhook-table th{background:#f8f9fa;font-weight:600;color:#495057;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.filters-section .webhook-table-container .webhook-table tbody tr{transition:background-color .2s ease}.filters-section .webhook-table-container .webhook-table tbody tr:hover{background-color:#f8f9fa}.filters-section .webhook-table-container .webhook-table .status-badge{padding:6px 12px;border-radius:15px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.filters-section .webhook-table-container .webhook-table .status-badge.success{background-color:#d4edda;color:#155724}.filters-section .webhook-table-container .webhook-table .status-badge.error{background-color:#f8d7da;color:#721c24}.filters-section .webhook-table-container .webhook-table .status-badge.warning{background-color:#fff3cd;color:#856404}.filters-section .webhook-table-container .webhook-table .view-btn{background:#007bff;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s ease}.filters-section .webhook-table-container .webhook-table .view-btn:hover{background:#0056b3}.filters-section .no-data{text-align:center;padding:60px 20px;color:#666}.filters-section .no-data h3{color:#333;margin-bottom:15px}.filters-section .no-data p{margin:10px 0;line-height:1.6}.filters-section .webhook-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.filters-section .webhook-modal-overlay .webhook-modal{background:#fff;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 10px 30px #0000004d}.filters-section .webhook-modal-overlay .webhook-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #dee2e6;background:#f8f9fa}.filters-section .webhook-modal-overlay .webhook-modal .modal-header h3{margin:0;color:#333}.filters-section .webhook-modal-overlay .webhook-modal .modal-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.filters-section .webhook-modal-overlay .webhook-modal .modal-header .close-btn:hover{background:#e9ecef}.filters-section .webhook-modal-overlay .webhook-modal .modal-content{padding:25px;overflow-y:auto;max-height:calc(90vh - 80px)}.filters-section .webhook-modal-overlay .webhook-modal .modal-content h4{color:#333;margin:0 0 15px;font-size:1.1rem}.filters-section .webhook-modal-overlay .webhook-modal .modal-content .verification-info{background:#f8f9fa;padding:20px;border-radius:6px;margin-bottom:25px}.filters-section .webhook-modal-overlay .webhook-modal .modal-content .verification-info p{margin:8px 0;line-height:1.5}.filters-section .webhook-modal-overlay .webhook-modal .modal-content .verification-info p strong{color:#333;font-weight:600}.filters-section .webhook-modal-overlay .webhook-modal .modal-content .json-display{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:15px;font-family:Courier New,monospace;font-size:12px;line-height:1.4;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.filters-section .debug-info{background:#fff3cd;border:1px solid #ffeaa7;padding:20px;border-radius:6px;margin-top:25px}.filters-section .debug-info h4{margin:0 0 15px;color:#856404;font-size:1.1rem}.filters-section .debug-info p{margin:8px 0;color:#856404}.filters-section .debug-info p strong{font-weight:600}.filters-section .individual-tests{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:25px}.filters-section .individual-tests h4{margin:0 0 20px;color:#333;font-size:1.2rem}.filters-section .individual-tests .test-controls .test-row{display:flex;align-items:center;gap:15px;margin-bottom:15px;flex-wrap:wrap}.filters-section .individual-tests .test-controls .test-row label{font-weight:500;color:#333;min-width:200px}.filters-section .individual-tests .test-controls .test-row .test-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;min-width:250px;flex:1}.filters-section .individual-tests .test-controls .test-row .test-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.filters-section .individual-tests .test-controls .test-row .test-btn-small{background:#17a2b8;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.filters-section .individual-tests .test-controls .test-row .test-btn-small:hover{background:#138496}.filters-section .individual-tests .test-controls .test-row .test-btn-small:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.webhook-admin-dashboard{padding:20px 15px}.webhook-admin-dashboard .dashboard-header{flex-direction:column;gap:15px;align-items:flex-start}.webhook-admin-dashboard .dashboard-header .header-actions{width:100%;justify-content:flex-start}.webhook-admin-dashboard .statistics-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.webhook-admin-dashboard .statistics-grid .stat-card{padding:20px}.webhook-admin-dashboard .statistics-grid .stat-card .stat-value{font-size:1.8rem}.webhook-admin-dashboard .webhook-table-container{overflow-x:auto}.webhook-admin-dashboard .webhook-table-container .webhook-table{min-width:600px}.webhook-admin-dashboard .webhook-table-container .webhook-table th,.webhook-admin-dashboard .webhook-table-container .webhook-table td{padding:12px 15px}.webhook-admin-dashboard .webhook-modal-overlay{padding:10px}.webhook-admin-dashboard .webhook-modal-overlay .webhook-modal .modal-content{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}*::-webkit-scrollbar{display:none}.blog-view{display:flex;flex-wrap:wrap;padding-top:calc(5rem + var(--navbar-height-mobile, 70px));width:80%;flex-direction:column;margin-left:auto;margin-right:auto;margin-bottom:50px}@media(min-width:768px){.blog-view{padding-top:calc(5rem + var(--navbar-height-desktop, 100px))}}.post-list{margin-top:40px}.post{width:100%}.post-link{display:flex;justify-content:center;align-items:center;width:100%}.side1{width:50%;padding:20px}.post-image{width:100%;height:200px}.post-content{width:50%;padding:20px;border:2px;background-color:#fff;height:100%}.post-title{font-size:1.5rem;font-weight:700;color:maroon;align-items:center;justify-content:center;display:flex}.post-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:80%;margin:50px auto;flex-direction:column}.main-content{width:80%;color:#000;padding:20px}.no-post{font-size:1.5rem;font-weight:700;width:500px;margin-left:auto;margin-right:auto;margin-bottom:80px;height:300px;justify-content:center;align-items:center;display:flex;padding:50px}.post-image-container{display:flex}.title{display:flex;border:2px dotted grey;padding:10px;justify-content:center;align-items:center}.splash-screen{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.splash-content{position:relative;z-index:10;max-width:500px;width:90%;padding:3rem;background:#fffffff2;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:2rem}.app-logo{font-size:3.5rem;font-weight:800;margin:0;background:linear-gradient(45deg,#2979ff,#07a787);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px}.tagline{font-size:1rem;color:#64748b;margin-top:.25rem}.splash-message{margin-bottom:2.5rem}.splash-message h2{font-size:1.75rem;margin-bottom:.5rem;color:#334155}.splash-message p{color:#64748b;line-height:1.6}.button-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.splash-button{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.login-button{background:linear-gradient(45deg,#2979ff,#1a67e7);color:#fff;box-shadow:0 10px 15px -3px #2979ff33}.login-button:hover{transform:translateY(-3px);box-shadow:0 15px 20px -3px #2979ff66}.register-button{background:#fff;color:#2979ff;border:2px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.register-button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-3px)}.button-text{font-weight:600}.button-icon{font-size:1.2rem;transition:transform .2s ease}.splash-button:hover .button-icon{transform:translate(5px)}.splash-footer{font-size:.875rem;color:#94a3b8}.background-decoration{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;z-index:1}.circle{position:absolute;border-radius:50%;opacity:.5}.circle-1{width:500px;height:500px;top:-250px;right:-100px;background:linear-gradient(45deg,#4facfe,#00f2fe);animation:float 20s infinite alternate ease-in-out}.circle-2{width:400px;height:400px;bottom:-200px;left:-150px;background:linear-gradient(45deg,#13f1fc,#0470dc);animation:float 15s infinite alternate-reverse ease-in-out}.circle-3{width:200px;height:200px;top:10%;left:5%;background:linear-gradient(45deg,#00c6fb,#005bea);animation:float 12s infinite alternate ease-in-out}@keyframes float{0%{transform:translate(0) rotate(0)}50%{transform:translate(30px,20px) rotate(5deg)}to{transform:translate(-20px,10px) rotate(-5deg)}}@media(max-width:768px){.splash-content{padding:2rem}.app-logo{font-size:2.75rem}.splash-message h2{font-size:1.5rem}}@media(max-width:480px){.splash-content{padding:1.5rem}.app-logo{font-size:2.25rem}.splash-message h2{font-size:1.25rem}.splash-button{padding:.75rem 1.5rem;font-size:1rem}}:root{color-scheme:light only}@media(prefers-color-scheme:dark){:root{color-scheme:light}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,Helvetica,sans-serif}html{font-size:16px}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:12px}}@media(hover:none){button,input[type=button],input[type=submit],input[type=reset],a.btn,.nav-link,.clickable{min-height:44px;min-width:44px}.nav-links li,.interactive-elements>*{margin-bottom:8px}}:root{color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color-1: #05668D;--primary-color-2: #3EDDCD;--primary-color-white: #ffffff;--primary-color-yellow: #EFB214;--secondary-color-1: #02445F;--secondary-color-2: #015476;--secondary-color-3: #00CAB6;--secondary-color-4: #99FFF5;--secondary-color-5: #B6FBF4;--secondary-color-6: #FCCD56;--secondary-color-7: #FFE5A1;--secondary-color-8: #FFF7E4;--background-color: #ffffff;--text-color: #2c3e50;--font-family-base: "Arial, sans-serif";--font-size-base: 16px;--font-size-large: 20px;--font-size-small: 12px;--spacing-small: 8px;--spacing-medium: 16px;--spacing-large: 24px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--container-sm: 540px;--container-md: 720px;--container-lg: 960px;--container-xl: 1140px}a{text-decoration:none}@font-face{font-family:Yaro;src:url(/assets/YaroCut-Black-1TRcar-c.woff2) format("woff2"),url(/assets/YaroCut-Black-CFKraRPc.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:YaroBold;src:url(/assets/YaroCut-Bold-BxFWaOOo.woff2) format("woff2"),url(/assets/YaroCut-Bold-BHJ2-i8O.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:PoppinsBold;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:PoppinsSemiBold;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype");font-weight:400;font-style:normal}.container{width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col{position:relative;width:100%;padding-left:15px;padding-right:15px}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}@media(max-width:768px){.flex-md-column{flex-direction:column}}@media(max-width:576px){.flex-sm-column{flex-direction:column}}.m-auto{margin:auto}.responsive-image{max-width:100%;height:auto}@media(max-width:768px){.text-center-mobile{text-align:center!important}}@media(max-width:768px){.hidden-mobile{display:none!important}}.visible-mobile{display:none!important}@media(max-width:768px){.visible-mobile{display:block!important}}@media(max-width:768px){.flex-mobile-column{flex-direction:column!important}}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #3EDDCD;outline-offset:2px}
